2006-08-25 [cleroy] 2.4.0cvs86
[claws.git] / ChangeLog
1 2006-08-25 [colin]      2.4.0cvs86
2
3         * src/common/utils.c
4         * src/common/utils.h
5                 Add the sc_g_*list_bigger functions in
6                 a place everyone can use it
7         * src/summaryview.c
8                 Only freeze/thaw the list when working
9                 on the selection, if it's bigger than 1
10         * src/gtk/gtksctree.c
11                 Only freeze/thaw the list when unselec-
12                 ting 'all' if ('all' != 1)
13                 This avoids some flickering
14
15 2006-08-24 [colin]      2.4.0cvs85
16
17         * src/addressbook.c
18                 Fix strange list selection
19                 Fix random seg (Invalid read of freed memory)
20
21 2006-08-24 [colin]      2.4.0cvs84
22
23         * src/alertpanel.c
24         * src/gtk/inputdialog.c
25         * src/plugins/pgpcore/passphrase.c
26                 Revert minimal width patch of 2.4.0cvs67,
27                 as it is also a maximal width. Use 
28                 gtk_window_set_default_size instead.
29
30 2006-08-24 [colin]      2.4.0cvs83
31
32         * src/msgcache.c
33                 Write cache/mark to temp files before
34                 overwriting old ones (avoids metadata
35                 loss if writing the new files fail).
36                 Use mmap() to read cache/mark file, as
37                 this makes cache reading faster. Dis-
38                 abled for big-endian machines until it
39                 can be tested. (Big-endian users: set
40                 msgcache_use_mmap = TRUE in the relevant
41                 #if).
42         * src/procmsg.h
43                 Move rarely used fields of MsgInfo in 
44                 another structure, which will only be
45                 allocated if needed. Face, X-Face,
46                 Return receipt headers and List-*
47                 headers are moved. Mails having none
48                 of these occupy 52 bytes less with
49                 this patch, which makes 2.5MB of RAM
50                 saved on a 50k folder).
51         * src/headerview.c
52         * src/mainwindow.c
53         * src/messageview.c
54         * src/partial_download.c
55         * src/procheader.c
56         * src/procmsg.c
57         * src/textview.c
58                 Follow this structure change.
59
60 2006-08-24 [wwp]        2.4.0cvs82
61
62         * manual/es/.cvsignore
63         * manual/es/dist/.cvsignore
64         * manual/es/dist/html/.cvsignore
65         * manual/es/dist/pdf/.cvsignore
66         * manual/es/dist/ps/.cvsignore
67         * manual/es/dist/txt/.cvsignore
68                 more (generated) files to ignore.
69
70 2006-08-24 [colin]      2.4.0cvs81
71
72         * src/folder.c
73         * src/mh.c
74                 Fix possible problems with local delivery. Check the folder doesn't
75                 need scan before setting its mtime when saving cache (which can be
76                 done long after the folder's been modified by an external process);
77                 Check that the stored item's mtime didn't change in mh functions.
78
79 2006-08-24 [mones]      2.4.0cvs80
80
81         * manual/advanced.xml
82                 Rewrapping, some fixes and MANUAL-TODO items:
83                 8.1. = change "" to <quote></quote>
84                 8.3. = quote menu items
85                 8.5. - deploying -> new user ... ideally a new user (redundant)
86
87 2006-08-23 [colin]      2.4.0cvs79
88
89         * src/gtk/gtksctree.c
90                 When selecting or deselecting range, only
91                 freeze/thaw when selection is bigger than 10
92
93 2006-08-23 [colin]      2.4.0cvs78
94
95         * src/messageview.c
96         * src/mimeview.c
97         * src/mimeview.h
98         * src/plugins/dillo_viewer/dillo_viewer.c
99                 Provide an API for MimeViewer plugins to
100                 return a text selection for replying
101
102 2006-08-23 [colin]      2.4.0cvs77
103
104         * src/image_viewer.c
105         * src/textview.c
106                 Use gtk_pixbuf_new_from_file_at_scale(), which
107                 is faster than getting the pixbuf then resizing
108                 it.
109
110 2006-08-23 [colin]      2.4.0cvs76
111
112         * src/procmime.c
113                 UTF-8 should be sent Quoted-printable
114
115 2006-08-22 [colin]      2.4.0cvs75
116
117         * src/mh.c
118                 Check if scan is required before touching
119                 the folder (or it'll be required every time)
120
121 2006-08-22 [colin]      2.4.0cvs74
122
123         * configure.ac
124                 Require libetpan 0.46 (crasher fix when built
125                 against gnutls)
126
127 2006-08-22 [colin]      2.4.0cvs73
128
129         * src/folder.c
130                 Set folder's mtime after writing its
131                 cache
132         * src/folderview.c
133                 Add some timing
134         * src/procmsg.c
135                 Don't do useless stuff if we don't 
136                 thread by subject
137         * src/summaryview.c
138                 Add some timing, don't deselect prior
139                 to selecting (gtksctree does it itself),
140                 remove crash avoidance hacks as it's been
141                 properly fixed since a while
142         * src/common/utils.c
143                 Optimize to_human_readable(): _() is slow,
144                 do it only once, and avoid %f format for KB
145                 (the most common in a summaryview)
146         * src/gtk/gtksctree.c
147                 Don't uselessly freeze/thaw (fixes flicker
148                 on next unread and friends), reduce number
149                 of g_list_nth/g_list_position where possible
150         * src/gtk/gtkutils.c
151         * src/gtk/gtkutils.h
152                 Reduce number of g_list_nth/g_list_position
153                 where possible.
154                 All of this makes loading as 70k folder 2.1
155                 seconds instead of 3.2 (with hot FS caches).
156                 (1.3 seconds without Date and Size columns...)
157
158 2006-08-22 [paul]       2.4.0cvs72
159
160         wrap documents and do some items from mones' MANUAL-TODO:
161
162         * manual/account.xml
163                 4.1. = fix tabname references to <quote>tabname</quote>
164                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
165         * manual/faq.xml
166                 1.1. = mentioned options don't match UI
167                 Add information about the 'Never send Return Receipts'
168                 option
169         * manual/handling.xml
170                 6.2. = Mentions Extended symbols button, but now is
171                 named Information
172                 6.3. = Mentions ... button, which is now Edit
173
174 2006-08-22 [colin]      2.4.0cvs71
175
176         * src/gtk/pluginwindow.c
177                 Fix layout in verbose translations (such
178                 as french)
179
180 2006-08-22 [paul]       2.4.0cvs70
181
182         * manual/Makefile.am
183                 build manuals in alphabetical order
184         * src/addressbook.c
185         * src/prefs_themes.c
186                 replace/remove deprecated symbols
187         * src/gtk/gtkutils.c
188                 fix a warning
189         * src/gtk/pluginwindow.c
190                 replace deprecated symbol
191                 replace label text and move it
192         * src/plugins/pgpcore/prefs_gpg.c
193                 move the 'Generate...' button out of the
194                 Sign Key frame, replace the English used
195         * src/plugins/pgpcore/sgpgme.c
196                 fixes to the English
197
198 2006-08-21 [colin]      2.4.0cvs69
199
200         * src/plugins/trayicon/trayicon.c
201                 Add more strings for translation; patch
202                 by Pawel
203
204 2006-08-21 [colin]      2.4.0cvs68
205
206         * src/compose.c
207                 fix replied flag not set after drafting
208         * src/matcher.c
209                 fix body quicksearch in non-encoded bodies
210                 containing '='
211         * src/msgcache.c
212                 Get rid of the g_malloc workaround for
213                 corrupted caches, use g_try_malloc
214
215 2006-08-21 [colin]      2.4.0cvs67
216
217         * src/alertpanel.c
218         * src/gtk/inputdialog.c
219         * src/plugins/pgpcore/passphrase.c
220                 Set minimal width to 375
221         * src/mainwindow.c
222                 Fix switching to offline, asking if it 
223                 should be overriden for synchronising
224         * src/mimeview.c
225                 Don't offer to remember command on Open 
226                 with for text parts, as the browser or 
227                 text editor command isn't changed from 
228                 there
229
230 2006-08-20 [paul]       2.4.0cvs66
231
232         * po/ko.po
233         * po/zh_CN.po
234                 fix plural form errors. revealed by stricter
235                 checking of gettext 0.15
236
237 2006-08-18 [paul]       2.4.0cvs65
238
239         * src/stock_pixmap.c
240                 fix the fix of 2.4.0cvs64
241                 Thanks to Colin
242
243 2006-08-18 [paul]       2.4.0cvs64
244
245         * src/stock_pixmap.c
246                 fix leaks
247                 Thanks to Colin
248
249 2006-08-18 [paul]       2.4.0cvs63
250
251         * src/compose.c
252         * src/procmsg.c
253                 fix occasional IMAP bug where large msgs
254                 were left in the queue folder after sending
255                 Thanks to Colin
256
257 2006-08-18 [paul]       2.4.0cvs62
258
259         * src/folderview.c
260                 freeze the summaryview while quicksearch results
261                 are displayed
262                 (fixes bug 456 'current message is hidden when the
263                 view is refreshed and extended search is "unread 
264                 messages"')
265                 Thanks to Colin
266         * src/textview.c
267                 add missing #include "inputdialog.h"
268         * src/common/utils.h
269                 add missing mailcap_update_default() and improve
270                 readability
271
272 2006-08-17 [colin]      2.4.0cvs61
273
274         * src/plugins/pgpcore/select-keys.c
275                 Fix warnings :)
276
277 2006-08-17 [colin]      2.4.0cvs60
278
279         * src/compose.c
280                 Don't continue queuing if Cancel is clicked
281                 in select-keys
282
283 2006-08-17 [colin]      2.4.0cvs59
284
285         * src/plugins/pgpcore/select-keys.c
286                 When encrypting, if only one key matches and it 
287                 matches exactly, automatically use it.
288
289 2006-08-17 [colin]      2.4.0cvs58
290
291         * src/mimeview.c
292         * src/prefs_common.c
293         * src/prefs_common.h
294         * src/prefs_ext_prog.c
295         * src/textview.c
296                 Fix issues with previous patch (text/html)
297                 Remove outdated prefs
298
299 2006-08-17 [colin]      2.4.0cvs57
300
301         * src/imap.c
302                 Add View Log button on auth error
303         * src/procmsg.c
304                 Fix encrypted mail marked as new when
305                 saved in normal folders
306         * src/plugins/pgpinline/pgpinline.c
307                 Fix encrypt bug on IMAP
308         * src/mimeview.c
309         * src/common/utils.c
310         * src/common/utils.h
311         * src/gtk/inputdialog.c
312         * src/gtk/inputdialog.h
313                 Get rid of metamail stuff, simplify
314                 opening, and allow remembering of user's
315                 choices (by updating ~/.mailcap). There's
316                 still to drop "Audio player" and "Image
317                 viewer" preferences.
318
319 2006-08-17 [mones]      2.4.0cvs56
320
321         * manual/es/sylpheed-claws-manual.xml
322                 fix DTD path
323
324 2006-08-17 [mones]      2.4.0cvs55
325
326         * configure.ac
327         * manual/Makefile.am
328         * manual/es/Makefile.am
329         * manual/es/account.xml
330         * manual/es/ack.xml
331         * manual/es/addrbook.xml
332         * manual/es/advanced.xml
333         * manual/es/faq.xml
334         * manual/es/glossary.xml
335         * manual/es/gpl.xml
336         * manual/es/handling.xml
337         * manual/es/intro.xml
338         * manual/es/keyboard.xml
339         * manual/es/plugins.xml
340         * manual/es/starting.xml
341         * manual/es/sylpheed-claws-manual.xml
342         * manual/es/dist/Makefile.am
343         * manual/es/dist/html/Makefile.am
344         * manual/es/dist/pdf/Makefile.am
345         * manual/es/dist/ps/Makefile.am
346         * manual/es/dist/txt/Makefile.am
347                 Spanish translation for the manual
348
349 2006-08-16 [colin]      2.4.0cvs54
350
351         * src/compose.c
352         * src/main.c
353         * src/mainwindow.c
354                 Fix send button sensitivity at startup
355                 Set send menu sensitivity (patch by Fabien)
356         * src/ssl_manager.c
357                 Enable closing with esc (patch by Fabien)
358         * src/gtk/foldersort.c
359                 Enable closing with esc (patch by Fabien)
360         * src/procmime.c
361                 Optimisation (no need to copy to tempfile to
362                 "decode" 7bit and 8bit)
363         * src/summaryview.c
364                 Fix cruft in swap_from case
365         * src/textview.c
366                 Fix missing last line in some mail cases 
367                 (Fixes debian #381872)
368         * src/plugins/pgpcore/prefs_gpg.c
369         * src/plugins/pgpcore/sgpgme.c
370         * src/plugins/pgpcore/sgpgme.h
371                 Don't show "no key found" when user explicitely
372                 wants to create a key
373
374 2006-08-16 [paul]       2.4.0cvs53
375
376         * configure.ac
377         * src/account.c
378         * src/addressbook.c
379         * src/headerview.c
380         * src/prefs_account.c
381         * src/prefs_message.c
382         * src/gtk/gtkutils.c
383                 bump up minimum required versions of GTK+ and
384                 GLIB to 2.6.0
385
386 2006-08-16 [paul]       2.4.0cvs52
387
388         * src/toolbar.c
389                 workaround GTK+ Bug 351600 - 'Can't re-click
390                 on button after sensitivity update'
391                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
392                 Thanks to Colin
393
394 2006-08-15 [colin]      2.4.0cvs51
395
396         * src/plugins/pgpcore/prefs_gpg.c
397                 Set options sensitivity according to
398                 key existence
399         * src/plugins/pgpcore/sgpgme.c
400                 Allow to create key with no passphrase
401
402 2006-08-14 [cleroy]     2.4.0cvs50
403
404         * src/gtk/pluginwindow.c
405                 New layout (maybe to be changed?)
406         * src/gtk/gtkutils.c
407                 Fix a bit label_window
408         * src/plugins/pgpcore/passphrase.c
409         * src/plugins/pgpcore/passphrase.h
410         * src/plugins/pgpcore/plugin.c
411         * src/plugins/pgpcore/prefs_gpg.c
412         * src/plugins/pgpcore/prefs_gpg.h
413         * src/plugins/pgpcore/sgpgme.c
414         * src/plugins/pgpcore/sgpgme.h
415                 Allow to create a PGP private key via the GUI
416
417 2006-08-14 [wwp]        2.4.0cvs49
418
419         * src/addressbook_foldersel.c
420                 fix strict ISO C90 compliance.
421
422 2006-08-14 [paul]       2.4.0cvs48
423
424         * src/gtk/prefswindow.c
425                 re-set scrolled window on opening
426                 Patch by Ticho
427
428 2006-08-14 [paul]
429
430         2.5.0-rc1 released
431
432 2006-08-14 [paul]       2.4.0cvs47
433
434         * src/prefs_display_header.c
435                 re-enable user-defined Displayed Headers
436
437 2006-08-14 [paul]       2.4.0cvs46
438
439         * src/prefs_account.c
440                 use GTK_STOCK_EDIT
441
442 2006-08-13 [colin]      2.4.0cvs45
443
444         * src/common/utils.c
445                 Fix "a" in quote when the original message is empty,
446                 by using \0 instead of 'a' to test writability of
447                 temp files.
448
449 2006-08-13 [wwp]        2.4.0cvs44
450
451         * src/plugins/spamassassin/spamassassin.c
452                 fix capitalization of "SpamAssassin" in some debug, log and
453                 dialog messages.
454
455 2006-08-13 [paul]       2.4.0cvs43
456
457         * src/editldap.c
458                 fix overlapping widgets
459         * src/prefs_account.c
460                 fix translation of protocol_names[]
461                 fix label disappearing off the edge of the
462                 visible area
463
464 2006-08-12 [paul]       2.4.0cvs42
465
466         * manual/plugins.xml
467                 update IRC channel info before it gets forgotten
468                 about
469
470 2006-08-11 [colin]      2.4.0cvs41
471
472         * src/compose.c
473         * src/mainwindow.c
474         * src/mainwindow.h
475         * src/procmsg.c
476         * src/procmsg.h
477         * src/summaryview.c
478         * src/toolbar.c
479                 Grey out the Send button if
480                 - Queue folders are empty, or
481                 - We're sending already
482
483 2006-08-11 [wwp]        2.4.0cvs40
484
485         * src/main.c
486                 fix a logic issue when quitting while a compose window is
487                 still open, thanks to Colin.
488
489 2006-08-10 [colin]      2.4.0cvs39
490
491         * src/main.c
492                 Fix default font size setting after wizard run
493         * src/imap.c
494         * src/etpan/imap-thread.c
495         * src/etpan/imap-thread.h
496                 Fix bug #999 (Timing out on TSL cert validation 
497                 dialog makes ugly things happen). Also, STARTTLS
498                 unconditionnaly if initial capabilities contain
499                 LOGINDISABLED and STARTTLS.
500
501 2006-08-09 [colin]      2.4.0cvs38
502
503         * src/mainwindow.c
504         * src/mainwindow.h
505                 Fix Tools/Actions sensitivity when there are
506                 no actions
507
508 2006-08-09 [colin]      2.4.0cvs37
509
510         * src/prefs_filtering.c
511                 Warning fix, patch by Paul
512         * src/messageview.c
513         * src/prefs_actions.c
514         * src/prefs_filtering_action.c
515         * src/prefs_matcher.c
516                 Uniformisation of "Info ..." to "Info..." (for
517                 old gtk), patch by Fabien
518         * src/plugins/clamav/clamav_plugin_gtk.c
519                 Sensitivity fix by Fabien
520
521 2006-08-09 [colin]      2.4.0cvs36
522
523         * src/main.c
524         * src/main.h
525                 Add a function to know whether we're exiting
526         * src/plugins/trayicon/trayicon.c
527                 If exiting, don't do anything. Faster, and
528                 avoids gtk_main_iteration reentracy causing
529                 segfaults at exit
530
531 2006-08-09 [colin]      2.4.0cvs35
532
533         * src/messageview.c
534         * src/mimeview.c
535         * src/mimeview.h
536                 Fix lack of part selection when automatically 
537                 jumping to a specific part
538         * src/msgcache.c
539                 Little optimisation in cache reading
540
541 2006-08-09 [colin]      2.4.0cvs34
542
543         * src/compose.c
544                 Fix crash setting the priority on reedit
545                 (Accessing compose before creating it!)
546
547 2006-08-08 [colin]      2.4.0cvs33
548
549         * src/procmime.c
550                 Fix bug #998 (last attachment is not accessible)
551                 Bad RFC interpretation on multipart close-delimiters
552         * src/mimeview.c
553         * src/mimeview.h
554         * src/gtk/gtkvscrollbutton.c
555         * src/gtk/gtkvscrollbutton.h
556                 Make attachments list wheel-scrollable
557
558 2006-08-07 [colin]      2.4.0cvs32
559
560         * src/gtk/gtkaspell.c
561                 Fix bug #973 (Unicode punctation characters 
562                 are not recognized as separators by the
563                 spell checker); fix unsigned stuff
564
565 2006-08-07 [colin]      2.4.0cvs31
566
567         * src/compose.c
568                 Fix bug #956 (DnD text with accents in compose 
569                 text entry); fix gccc's signed/unsigned fuss
570
571 2006-08-06 [colin]      2.4.0cvs30
572
573         * src/main.c
574                 Fix bug #979 (Plugin crashes when exiting 
575                 sylpheed-claws) : handle exit request only 
576                 once
577
578 2006-08-05 [colin]      2.4.0cvs29
579
580         * src/news.c
581                 Just make sure we have a msgid.
582
583 2006-08-05 [colin]      2.4.0cvs28
584
585         * src/news.c
586         * src/summaryview.c
587                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
588                 by reimplementing it
589         * src/textview.c
590                 Fix bug when hiding quotes with level > 3 and quote
591                 colors are recycled
592
593 2006-08-04 [colin]      2.4.0cvs27
594
595         * src/compose.c
596         * src/undo.c
597         * src/undo.h
598                 Fix a bit replace-by-pasting undo
599         * src/mainwindow.c
600         * src/messageview.c
601                 Fix Fold quotes menu synchro in
602                 mainwindow when it changes in 
603                 messageview
604         * src/textview.c
605                 Fix right-click on quotes blocks
606         * src/common/utils.c
607                 Verify that the file created by
608                 my_tmpfile() is writable. Fixes
609                 bug #988 (very specific filesystem
610                 issue)
611         * src/plugins/pgpcore/sgpgme.c
612                 Fix file descriptor leak
613         * src/plugins/spamassassin/spamassassin.c
614                 Warn once if spamd isn't reachable
615
616 2006-08-04 [colin]      2.4.0cvs26
617
618         * src/toolbar.c
619                 i18n context patch by Fabien
620
621 2006-08-03 [colin]      2.4.0cvs25
622
623         * src/mainwindow.c
624         * src/messageview.c
625                 Rename "Hide quotes" to "Fold quotes"
626         * src/textview.c
627                 Don't use hand cursor on quotes. "all 
628                 the bonuses of the feature and none of 
629                 unwelcome side-effects"
630
631 2006-08-03 [colin]      2.4.0cvs24
632
633         * AUTHORS
634         * sylpheed-claws.desktop
635         * src/gtk/authors.h
636                 Bring the desktop file to XDG compliance
637                 Patch by Charles A. Edwards
638
639 2006-08-03 [colin]      2.4.0cvs23
640
641         * src/textview.c
642                 Fix links offset when they are preceded
643                 by accentued chars (g_utf8_strlen!)
644         * src/mainwindow.c
645                 Fix wrong status when starting offline
646
647
648 2006-08-03 [wwp]        2.4.0cvs22
649
650         * src/prefs_common.h
651                 ask what to do w/ filtering rules that belong to an account when
652                 applying filtering rules manually from the main window (skip,
653                 apply regardless of the account, use current account). This dialog
654                 can be skipped and the last reply used.
655                 (forgot that file)
656
657 2006-08-03 [wwp]        2.4.0cvs21
658
659         * src/filtering.c
660         * src/filtering.h
661         * src/prefs_common.c
662         * src/summaryview.c
663         * src/alertpanel.c
664         * src/alertpanel.h
665         * src/messageview.c
666                 ask what to do w/ filtering rules that belong to an account when
667                 applying filtering rules manually from the main window (skip,
668                 apply regardless of the account, use current account). This dialog
669                 can be skipped and the last reply used.
670
671
672 2006-08-03 [colin]      2.4.0cvs20
673
674         * src/textview.c
675                 Optimize previous patch
676
677 2006-08-03 [cleroy]     2.4.0cvs19
678
679         * src/textview.c
680                 Fix quotes getting toggled back when the
681                 mail has an even number of text parts
682
683 2006-08-02 [colin]      2.4.0cvs18
684
685         * src/messageview.c
686                 Add Hide quotes menu
687
688 2006-08-02 [colin]      2.4.0cvs17
689
690         * src/mainwindow.c
691         * src/prefs_common.c
692         * src/textview.c
693         * src/textview.h
694         * src/gtk/about.c
695                 Allow per-level quote hiding,
696                 Allow toggling quotes by double-clicking them
697                 Rename RemoteURI to ClickableText to reflect
698                 the fact it's used for a variety of things
699
700 2006-08-02 [wwp]        2.4.0cvs16
701
702         * src/mainwindow.c
703                 fix "View/Hide quotes" menu item status initialization.
704
705 2006-08-02 [wwp]        2.4.0cvs15
706
707         * src/matcher_parser_parse.y
708                 remove a debug trace.
709
710 2006-08-02 [paul]       2.4.0cvs14
711
712         * src/plugins/pgpcore/passphrase.c
713                 don't set initial dialog size
714                 make it resizable
715
716 2006-08-02 [paul]       2.4.0cvs13
717
718         * src/noticeview.c
719                 remove the rogue '/' character
720
721 2006-08-02 [paul]       2.4.0cvs12
722
723         * src/noticeview.c
724                 allow buttons to resize as necessary
725
726 2006-08-01 [wwp]        2.4.0cvs11
727
728         * src/mbox.c
729                 fix strict ISO C90 compliance.
730
731 2006-08-01 [wwp]        2.4.0cvs10
732
733         * tools/update-po
734                 updated update-po tool to work w/ context-dependent translations.
735                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
736
737 2006-08-01 [wwp]        2.4.0cvs9
738
739         * src/matcher.c
740         * src/prefs_filtering.c
741         * src/prefs_matcher.c
742                 allow context-dependent translations for "All",
743                 patch by Fabien Vantard <fzzzzz@gmail.com>.
744
745 2006-07-31 [colin]      2.4.0cvs8
746
747         * AUTHORS
748         * src/gtk/authors.h
749                 Add Rafal to authors
750
751 2006-07-31 [colin]      2.4.0cvs7
752
753         * src/compose.c
754         * src/mainwindow.c
755         * src/messageview.h
756         * src/prefs_common.c
757         * src/prefs_common.h
758         * src/textview.c
759                 Add 'View/Hide quotes'. Patch based on a patch
760                 by Rafal Weglarz
761
762 2006-07-31 [colin]      2.4.0cvs6
763
764         * src/action.c
765                 Fix problem with "> stuff >" actions
766
767 2006-07-31 [paul]       2.4.0cvs5
768
769         * po/nb.po
770                 updated by Geir Helland
771
772 2006-07-31 [wwp]        2.4.0cvs4
773
774         * src/mainwindow.c
775         * src/summaryview.c
776         * src/summaryview.h
777                 add "View/Go to/Parent message" and "View/Go to/Last read message",
778                 thanks to Colin.
779
780 2006-07-31 [wwp]        2.4.0cvs3
781
782         * src/Makefile.am
783         * src/addr_compl.c
784         * src/addr_compl.h
785         * src/addressbook.c
786         * src/addressbook.h
787         * src/addressbook_foldersel.c
788         * src/addressbook_foldersel.h
789         * src/addrindex.c
790         * src/addrindex.h
791         * src/matcher.c
792         * src/matcher.h
793         * src/matcher_parser_lex.l
794         * src/matcher_parser_parse.y
795         * src/prefs_common.c
796         * src/prefs_common.h
797         * src/prefs_filtering.c
798         * src/prefs_matcher.c
799         * src/prefs_matcher.h
800         * src/summaryview.c
801                 introduce filtering against the address book. It's now possible to add
802                 matched conditions to determine if any email address in a message matches
803                 or doesn't match any or all books or folders in the address book.
804
805 2006-07-31 [wwp]        2.4.0cvs2
806
807         * src/account.c
808         * src/filtering.c
809         * src/filtering.h
810         * src/folder.c
811         * src/folderview.c
812         * src/inc.c
813         * src/mainwindow.c
814         * src/matcher.c
815         * src/matcher_parser_lex.l
816         * src/matcher_parser_parse.y
817         * src/mbox.c
818         * src/prefs_filtering.c
819         * src/prefs_filtering.h
820         * src/procmsg.c
821         * src/procmsg.h
822         * src/summaryview.c
823                 introduce per-account filtering rules. Each filtering rule can now be assigned
824                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
825                 when applying filtering rules manually, as all rules will apply - even the ones
826                 assigned to an account. This issue will be addressed soon.
827  
828
829
830 2006-07-31 [wwp]        2.4.0cvs1
831
832         * src/quote_fmt.c
833                 make more strings translatable.
834
835 2006-07-31 [paul]       2.4.0
836
837         2.4.0 released
838
839 2006-07-31 [paul]       2.3.1cvs91
840
841         * po/ca.po
842                 updated by Miquel Oliete
843
844 2006-07-31 [paul]       2.3.1cvs90
845
846         * po/de.po
847         * po/el.po
848         * po/fr.po
849         * po/it.po
850         * po/pl.po
851         * po/pt_BR.po
852         * po/sr.po
853         * po/zh_CN.po
854                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
855                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
856                 Aleksandar Urosevic, and Ralgh Young
857
858 2006-07-31 [paul]       2.3.1cvs89
859
860         * src/account.c
861         * src/main.c
862         * src/mainwindow.c
863         * src/mainwindow.h
864                 Fix a race condition when, after an SC crash, rescanning
865                 folders took more than 0.5 seconds
866                 Thanks to Colin
867
868 2006-07-31 [paul]       2.3.1cvs88
869
870         * src/folderview.c
871                 don't translate separator strings
872
873 2006-07-30 [mones]      2.3.1cvs87
874
875         * doc/man/sylpheed-claws.1
876                 Fixed non-ASCII chars in Hoa's name
877         * po/es.po
878                 Updated for release
879
880 2006-07-27 [colin]      2.3.1cvs86
881
882         * src/textview.c
883                 Don't include the leading \n in links
884                 Patch by Fabien
885
886 2006-07-25 [colin]      2.3.1cvs85
887
888         * src/mainwindow.c
889         * src/common/socket.h
890         * src/etpan/imap-thread.c
891                 Refresh resolvers before connecting
892                 to IMAP servers, and after switching
893                 to online. Thanks to Paul.
894
895 2006-07-18 [colin]
896
897         * 2.4.0-rc4 released
898
899 2006-07-17 [colin]      2.3.1cvs84
900
901         * src/inc.c
902                 Show connection attempt in statusbar before
903                 connecting (previously first message was
904                 "Retrieving messages from ..." after the
905                 connection succeeded.
906
907 2006-07-16 [wwp]        2.3.1cvs83
908
909         * sylpheed-claws.ico
910                 Added .ico file (windows multi-size icon file, generated).
911
912 2006-07-12 [wwp]        2.3.1cvs82
913
914         * src/messageview.c
915                 remove Message/Re-edit menu entry from messageview window,
916                 as sent/draft/queued messages are opened in compose window when
917                 re-edited and it's not possible to re-edit other msgs.
918
919 2006-07-12 [paul]       2.3.1cvs81
920
921         * AUTHORS
922         * src/mainwindow.c
923         * src/gtk/authors.h
924                 check online state before resetting
925                 mailcheck timer. Useful if some program
926                 verifies connection state and updates
927                 Claws.
928                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
929
930 2006-07-12 [paul]       2.3.1cvs80
931
932         * sylpheed-claws-128x128.png
933         * sylpheed-claws-64x64.png
934         * sylpheed-claws.png
935         * src/Makefile.am
936         * src/main.c
937         * src/prefs_toolbar.c
938         * src/stock_pixmap.c
939         * src/stock_pixmap.h
940         * src/wizard.c
941         * src/gtk/about.c
942         * src/gtk/gtkutils.c
943         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
944         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
945         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
946         * src/pixmaps/sylpheed.xpm              ** REMOVED **
947         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
948         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
949                 updated and renamed logo/icon files and related
950                 logo by Jesper Schultz
951
952 2006-07-11 [paul]       2.3.1cvs79
953
954         * src/main.c
955                 fix the labels a smidgin
956
957 2006-07-09 [colin]      2.3.1cvs78
958
959         * src/textview.c
960                 Show errors in textviewer's command
961                 Patch by H. Merijn Brand
962
963 2006-07-09 [colin]      2.3.1cvs77
964
965         * src/compose.c
966                 Save FMID in drafts too
967
968 2006-07-08 [colin]      2.3.1cvs76
969
970         * src/compose.c
971                 Svae RMID in drafted mails too
972                 Save quote_fmt vars for whole mails,
973                 don't reset at each quote_fmt_init:
974                 allows to use the same |i{var} in
975                 various template fields
976         * src/prefs_template.c
977         * src/quote_fmt.h
978         * src/quote_fmt_parse.y
979                 Same
980
981 2006-07-08 [colin]      2.3.1cvs75
982
983         * src/textview.c
984                 Fix highlighting of attached parts URIs
985
986 2006-07-08 [colin]      2.3.1cvs74
987
988         * src/main.c
989                 Prevent bug #981 (sc 2.3.1 segfaults with 
990                 gtk+ 2.10) from being reported again:
991                 if Sylpheed-Claws has been compiled against
992                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
993                 of if Sylpheed-Claws has been compiled against
994                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
995                 error out.
996
997 2006-07-07 [colin]      2.3.1cvs73
998
999         * src/prefs_actions.c
1000                 Fix label
1001
1002 2006-07-07 [colin]      2.3.1cvs72
1003
1004         * src/prefs_actions.c
1005                 Fix compile on gtk < 2.8. argh :)
1006
1007 2006-07-07 [paul]       2.3.1cvs71
1008
1009         * src/common/defs.h
1010                 update DONATE_URI
1011
1012 2006-07-07 [colin]      2.3.1cvs70
1013
1014         * po/POTFILES.in
1015         * src/quote_fmt.c
1016         * src/quote_fmt_lex.l
1017         * src/quote_fmt_parse.y
1018                 Add |i{var}, a way to insert user-entered
1019                 text in a template
1020
1021 2006-07-07 [colin]
1022
1023         * 2.4.0-rc3 released
1024
1025 2006-07-07 [colin]      2.3.1cvs69
1026
1027         * src/folder.c
1028                 Don't consider inboxes of UNKNOWN folder 
1029                 classes to be useable as default inboxes
1030
1031 2006-07-07 [paul]       2.3.1cvs68
1032
1033         * src/textview.c
1034                 add missing #include <errno.h>
1035                 Thanks to René J. Blokland
1036
1037 2006-07-07 [paul]       2.3.1cvs67
1038
1039         * src/action.c
1040                 Return now Closes dialog
1041         * src/mimeview.c
1042         * src/mimeview.h
1043         * src/textview.c
1044                 add contextual menu to mime parts listed
1045                 in the textview
1046                 Thanks to Colin
1047         * src/common/utils.c
1048                 reversal: ' is a valid character in URLs
1049
1050 2006-07-06 [colin]      2.3.1cvs66
1051
1052         * src/remotefolder.h
1053                 Forgotten in previous commit
1054
1055 2006-07-06 [colin]      2.3.1cvs65
1056
1057         * src/folder.c
1058                 Set summary update flag whenever
1059                 totals changed
1060         * src/imap.c
1061         * src/prefs_account.c
1062         * src/common/utils.h
1063         * src/etpan/imap-thread.c
1064                 Fix warnings, thanks to Fabien and
1065                 Ricardo
1066
1067 2006-07-06 [wwp]        2.3.1cvs64
1068
1069         * src/gtk/gtkutils.c
1070                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
1071
1072 2006-07-06 [wwp]        2.3.1cvs63
1073
1074         * src/account.c
1075         * src/addressbook.c
1076         * src/addressitem.h
1077         * src/folderview.c
1078         * src/mainwindow.c
1079         * src/manual.c
1080         * src/manual.h
1081         * src/message_search.c
1082         * src/prefs_actions.c
1083         * src/prefs_filtering.c
1084         * src/prefs_filtering.h
1085         * src/prefs_template.c
1086         * src/summary_search.c
1087         * src/summaryview.c
1088         * src/gtk/gtkutils.c
1089         * src/gtk/gtkutils.h
1090         * src/gtk/pluginwindow.c
1091                 add help buttons to some dialogs. Clicking such buttons opens a
1092                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
1093
1094 2006-07-06 [paul]       2.3.1cvs62
1095
1096         * src/textview.c
1097                 fix attachments contextual menu
1098                 Thanks to Colin
1099
1100 2006-07-05 [colin]      2.3.1cvs61
1101
1102         * src/textview.c
1103         * src/compose.c
1104                 Handle sftp:// links
1105
1106 2006-07-05 [paul]       2.3.1cvs60
1107
1108         * src/gtk/filesel.c
1109                 grab save button by default
1110                 Thanks to Colin
1111
1112 2006-07-05 [wwp]        2.3.1cvs59
1113
1114         * manual/xml2pdf
1115                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
1116
1117 2006-07-04 [colin]      2.3.1cvs58
1118
1119         * src/mimeview.c
1120         * src/textview.c
1121                 Use left click to select, middle click to open
1122                 on mimeparts links
1123         * src/common/utils.c
1124                 Fix segfault
1125
1126 2006-07-04 [colin]      2.3.1cvs57
1127
1128         * src/mainwindow.c
1129         * src/news.c
1130                 Warning fixes, thanks to Fabien
1131
1132 2006-07-04 [colin]      2.3.1cvs56
1133
1134         * src/mimeview.c
1135         * src/mimeview.h
1136         * src/textview.c
1137                 Allow parts to be selected via their text label
1138                 in textview
1139
1140 2006-07-04 [colin]      2.3.1cvs55
1141
1142         * src/folderview.c
1143                 Feedback when closing (for big folders)
1144         * src/prefs_actions.c
1145         * src/prefs_filtering.c
1146         * src/prefs_matcher.c
1147         * src/prefs_template.c
1148                 Fix default button when closing without
1149                 having saved
1150
1151 2006-07-04 [colin]      2.3.1cvs54
1152
1153         * src/news.c
1154                 Delete local file on deletion
1155
1156 2006-07-03 [colin]      2.3.1cvs53
1157
1158         * src/folderview.c
1159         * src/main.c
1160                 Don't freeze when rescanning after crash
1161
1162 2006-07-03 [wwp]        2.3.1cvs52
1163
1164         * src/compose.c
1165         * src/privacy.c
1166         * src/privacy.h
1167         * src/plugins/pgpinline/pgpinline.c
1168         * src/plugins/pgpmime/pgpmime.c
1169                 don't report an error when the user cancels the passphrase dialog.
1170
1171 2006-07-02 [colin]      2.3.1cvs51
1172
1173         * src/folderview.c
1174                 Open message when crossing folders with Space,
1175                 goto next unread and friends
1176
1177 2006-07-01 [colin]      2.3.1cvs50
1178
1179         * src/prefs_account.c
1180                 Typographic rules varying from language
1181                 to language (in french "Protocole :"),
1182                 we have to do that :)
1183
1184 2006-07-01 [ticho]      2.3.1cvs49
1185
1186         * src/prefs_account.c
1187                 Only use one temporary gchar* variable in
1188                 prefs_account_protocol_set_optmenu().
1189
1190 2006-07-01 [ticho]      2.3.1cvs48
1191
1192         * src/prefs_account.c
1193         * src/prefs_account.h
1194                 Use GtkLabel for existing account protocol name.
1195                 Created an array for protocol names and populate the
1196                 combobox from it in a for() cycle.
1197
1198 2006-06-30 [colin]      2.3.1cvs47
1199
1200         * src/compose.c
1201                 Block undo when changing signature (by changing
1202                 account)
1203
1204 2006-06-30 [paul]       2.3.1cvs46
1205
1206         * src/send_message.c
1207                 when editing From in the Compose window, use that address
1208                 in the Return-Path: header
1209                 Thanks to Colin
1210
1211 2006-06-30 [colin]      2.3.1cvs45
1212
1213         * src/compose.c
1214                 Fix signature replacement:
1215                 - when no newline before separator
1216                 - when reediting
1217
1218 2006-06-29 [colin]      2.3.1cvs44
1219
1220         * src/folderview.c
1221         * src/folderview.h
1222         * src/mainwindow.c
1223         * src/summaryview.c
1224                 Let 'View/Go to/Next marked' work like
1225                 Next new & Next unread: across folders
1226                 Change the select_on_entry pref to do
1227                 what we want when changing folder
1228         * src/common/utils.c
1229                 Fix single-quoted links 
1230
1231 2006-06-29 [colin]      2.3.1cvs43
1232
1233         * src/gtk/gtkaspell.c
1234                 "Sylpheed" and "Sylpheed-Claws" do exist !
1235
1236 2006-06-29 [colin]      2.3.1cvs42
1237
1238         * src/imap.c
1239                 Forgot to remove debug
1240
1241 2006-06-29 [colin]      2.3.1cvs41
1242
1243         * src/imap.c
1244         * src/imap.h
1245         * src/mainwindow.c
1246                 Disconnect from IMAP servers when going
1247                 offline. Fixes bug #978 (going to offline-mode 
1248                 won't close connections)
1249
1250 2006-06-29 [colin]      2.3.1cvs40
1251
1252         * src/main.c
1253                 Fix transient setting on failing plugins
1254                 Patch by Fabien
1255         * src/plugins/pgpcore/sgpgme.c
1256                 Only warn for OpenPGP. Most people don't
1257                 have CMS available.
1258
1259 2006-06-29 [colin]      2.3.1cvs39
1260
1261         * src/compose.c
1262                 Fix Spelling menu (discrepancy between context menu
1263                 and top menu when folder's dictionary isn't the 
1264                 default one)
1265         * src/plugins/pgpcore/sgpgme.c
1266                 More error reporting about why gpgme can fail
1267
1268 2006-06-29 [wwp]        2.3.1cvs38
1269
1270         * src/mainwindow.c
1271                 honor the display-header-pane setting even when the message view
1272                 is a separate window.
1273
1274 2006-06-29 [wwp]        2.3.1cvs37
1275
1276         * src/prefs_actions.c
1277                 forgot to commit that one (use of GTK_STOCK_INFO).
1278
1279 2006-06-29 [colin]      2.3.1cvs36
1280
1281         * src/imap.c
1282                 Better handling of login errors (ask the password
1283                 again once), alert in case of error. Fix three
1284                 signedness warnings.
1285
1286 2006-06-28 [wwp]        2.3.1cvs35
1287
1288         * src/prefs_template.c
1289         * src/prefs_matcher.c
1290         * src/prefs_filtering_action.c
1291         * src/prefs_quote.c
1292                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
1293                 patch by Fabien Vantard, slightly modified.
1294
1295 2006-06-28 [paul]
1296
1297         2.4.0-rc2 released
1298
1299 2006-06-28 [colin]      2.3.1cvs34
1300
1301         * src/prefs_account.c
1302                 Fix bug #977 (Can't add or edit imap accounts)
1303
1304 2006-06-28 [colin]      2.3.1cvs33
1305
1306         * src/mimeview.c
1307                 Fix previous
1308
1309 2006-06-28 [colin]      2.3.1cvs32
1310
1311         * src/mimeview.c
1312                 Save named inlined attachments with "Save all"
1313         * src/main.c
1314         * src/mbox.c
1315         * src/common/plugin.c
1316         * src/common/plugin.h
1317         * src/common/sylpheed.c
1318         * src/common/utils.c
1319         * src/plugins/pgpcore/sylpheed.def
1320         * src/plugins/pgpinline/sylpheed.def
1321         * src/plugins/pgpmime/sylpheed.def
1322                 Win32 compatibility patch, by
1323                 Werner Koch
1324
1325 2006-06-28 [wwp]        2.3.1cvs31
1326
1327         * src/imap.c
1328         * src/prefs_folder_item.c
1329                 less compilation warnings (thanks to Fabien Vantard), less typos.
1330
1331 2006-06-28 [paul]       2.3.1cvs30
1332
1333         * src/gtk/gtkutils.c
1334                 gtk_combo_box_set_focus_on_click() is only
1335                 available since gtk 2.6.0
1336
1337 2006-06-28 [paul]       2.3.1cvs29
1338
1339         * src/prefs_ext_prog.c
1340                 fix engrish and add a tooltip for the
1341                 'command for 'Display as text' option
1342
1343 2006-06-28 [paul]
1344
1345         2.4.0-rc1 released
1346
1347 2006-06-28 [paul]       2.3.1cvs28
1348
1349         * ChangeLog
1350         * tools/Makefile.am
1351                 include textviewer.pl in releases
1352
1353 2006-06-28 [paul]       2.3.1cvs27
1354
1355         * src/prefs_ext_prog.c
1356                 hide Print command option if libgnomeprint
1357                 support is present
1358
1359 2006-06-27 [colin]      2.3.1cvs26
1360
1361         * src/compose.c
1362                 Fix Esc handling in insert/attach dialog
1363                 Don't show this dialog if dragging something
1364                 else than text/uri-list
1365                 Thanks to Fabien Vantard
1366         * tools/textviewer.pl
1367                 Filter script to display stuff as text
1368                 by H. Merijn Brand
1369
1370 2006-06-27 [wwp]        2.3.1cvs25
1371
1372         * src/messageview.c
1373                 use the exact product name (message view title), patch
1374                 by Fabien Vantard.
1375
1376 2006-06-27 [ticho]      2.3.1cvs24
1377
1378         * src/prefs_account.c
1379         * src/prefs_common.c
1380         * src/prefs_common.h
1381         * src/prefs_ext_prog.c
1382         * src/textview.c
1383                 Add a preference (Preferences/External programs)
1384                 to allow "Display as text" to be done via a script
1385                 (patch by H.Merijn Brand).
1386                 Use GtkComboBox for protocol selection in account
1387                 preferences.
1388                 Only include current choice for existing accounts, and
1389                 insensitivize the combobox.
1390
1391 2006-06-27 [paul]       2.3.1cvs23
1392
1393         * src/mbox.c
1394                 fix crasher introduced in cvs21.
1395                 Thanks to Colin
1396
1397 2006-06-26 [colin]      2.3.1cvs22
1398
1399         * src/mbox.c
1400                 Fix double-frees when leaving folders
1401                 after exporting to mbox
1402
1403 2006-06-26 [colin]      2.3.1cvs21
1404
1405         * src/mbox.c
1406                 More feedback (and optimisation)
1407                 on import/export
1408         * src/common/utils.c
1409                 Fix case when looking for mail addresses
1410         * src/gtk/gtkutils.c
1411                 Extra check for (X-)Face
1412
1413 2006-06-25 [ticho]      2.3.1cvs20
1414
1415         * src/compose.c
1416         * src/exphtmldlg.c
1417         * src/gtk/gtkutils.c
1418         * src/gtk/gtkutils.h
1419                 Added second argument to gtkut_sc_combobox_create() to
1420                 control focus-on-click for the widget.
1421                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
1422
1423 2006-06-25 [ticho]      2.3.1cvs19
1424
1425         * src/compose.c
1426         * src/gtk/Makefile.am
1427         * src/gtk/combobox.c
1428         * src/gtk/combobox.h
1429         * src/gtk/gtkutils.c
1430         * src/gtk/gtkutils.h
1431                 Use GtkComboBox instead of deprecated GtkOptionMenu
1432                 for account selector in compose window and for encoding
1433                 selector in attachment properties.
1434                 Also factorise working with the new GtkComboBox somewhat.
1435
1436 2006-06-24 [paul]       2.3.1cvs18
1437
1438         * src/prefs_common.c
1439                 use the correct default value
1440
1441 2006-06-24 [paul]       2.3.1cvs17
1442
1443         * src/compose.c
1444         * src/prefs_common.c
1445         * src/prefs_common.h
1446         * src/prefs_compose_writing.c
1447                 enable setting of default action when
1448                 dnd'ing files in the compose window.
1449                 (Collaborative effort with wwp)
1450
1451 2006-06-23 [wwp]        2.3.1cvs16
1452
1453         * src/compose.c
1454                 i18n fix (thanks to Fabien Vantard)
1455
1456 2006-06-22 [colin]      2.3.1cvs15
1457
1458         * src/prefs_customheader.c
1459                 Don't use filters in custom headers' file 
1460                 selector. Remember, extensions mean nothing :)
1461
1462 2006-06-22 [paul]       2.3.1cvs14
1463
1464         * configure.ac
1465                 allow setting of man directory location
1466
1467 2006-06-22 [colin]      2.3.1cvs13
1468
1469         * src/mainwindow.c
1470                 Add 'View/Go to/Next unread folder'.
1471                 I missed that :)
1472
1473 2006-06-22 [colin]      2.3.1cvs12
1474
1475         * src/common/utils.c
1476                 Add some subject prefixes
1477                 Patch by Bjorn T Johansen <btj@havleik.no>
1478
1479 2006-06-22 [colin]      2.3.1cvs11
1480
1481         * manual/advanced.xml
1482                 Forgotten hidden pref
1483
1484 2006-06-21 [paul]       2.3.1cvs10
1485
1486         * src/prefs_account.c
1487                 complete the removal of 'Add date header' option
1488
1489 2006-06-21 [paul]       2.3.1cvs9
1490
1491         * src/account.c
1492         * src/compose.c
1493         * src/prefs_account.c
1494         * src/prefs_account.h
1495                 remove option to add date header - always
1496                 add date header
1497         * src/etpan/imap-thread.c
1498                 fix warnings (Thanks to Colin)
1499
1500 2006-06-21 [wwp]        2.3.1cvs8
1501
1502         * src/folder.c
1503                 set the attachment flag when inline text part are (file)named. This is more convenient
1504                 when receiving (for instance) inline source files or patches sent using thunderbird.
1505
1506 2006-06-21 [paul]       2.3.1cvs7
1507
1508         * src/inc.c
1509                 fix off-by-one count of current msg in
1510                 statusbar filtering progressbar
1511
1512 2006-06-21 [paul]       2.3.1cvs6
1513
1514         * src/folder.c
1515                 Show attachment icon even if the part is 'inline'
1516                 if the following conditions are met:
1517                 - content-type != 'text/plain'
1518                 - content-type != '*/pgp-signature'
1519                 - either 'name' or 'filename' parameter is not NULL
1520                 
1521                 Thanks to Colin
1522
1523 2006-06-21 [paul]       2.3.1cvs5
1524
1525         * src/messageview.c
1526         * src/prefs_common.c
1527         * src/prefs_common.h
1528         * src/prefs_other.c
1529                 add an option to 'Never send Return
1530                 Receipts'
1531                 Thanks to Colin
1532
1533 2006-06-20 [mones]      2.3.1cvs4
1534
1535         * po/es.po
1536                 updated
1537         * src/compose.c
1538                 typo fixed (space after comma)
1539         * tools/make.themes.project
1540                 remove exec mode from tarball files
1541
1542 2006-06-20 [colin]      2.3.1cvs3
1543
1544         * src/news.c
1545         * src/procheader.c
1546         * src/unmime.c
1547                 Better fix for \n's in headers (don't 
1548                 break Received: and others)
1549
1550 2006-06-20 [paul]       2.3.1cvs2
1551
1552         * src/alertpanel.c
1553         * src/textview.c
1554                 improve legibility of phishing attempt
1555                 dialog
1556
1557 2006-06-20 [paul]       2.3.1cvs1
1558
1559         * NEWS
1560         * README
1561         * configure.ac
1562                 Update version number following
1563                 stable release
1564
1565 2006-06-20 [colin]      2.3.0cvs26
1566
1567         * src/compose.c
1568                 When dragging a file to the text of the compose
1569                 window, ask whether we want to insert or attach
1570                 (I know lots of people who do that to attach)
1571
1572 2006-06-20 [colin]      2.3.0cvs25
1573
1574         * src/etpan/imap-thread.c
1575                 Fix threshold (the append command is often > 32 bytes)
1576
1577 2006-06-19 [colin]      2.3.0cvs24
1578
1579         * src/imap.c
1580         * src/etpan/imap-thread.c
1581                 Workaround Rockliffe IMAP server bug: replace
1582                 "x UID SEARCH (ANSWERED UID 1:*)" with
1583                 "x UID SEARCH ANSWERED"
1584                 (Rockliffe doesn't handle the parenthesis)
1585
1586 2006-06-19 [colin]      2.3.0cvs23
1587
1588         * src/compose.c
1589         * src/imap.c
1590         * src/etpan/imap-thread.c
1591                 Probably fix bug #972 (Freezes when adding 
1592                 an attachment to the message)
1593         * src/common/defs.h
1594                 Modernize Firefox cmd
1595
1596
1597 2006-06-18 [colin]      2.3.0cvs22
1598
1599         * src/prefs_customheader.c
1600                 Only allow correct filenames for various
1601                 custom headers
1602
1603 2006-06-18 [colin]      2.3.0cvs21
1604
1605         * src/prefs_customheader.c
1606                 Add a 'From File...' button in custom headers prefs, which
1607                 try to do the right thing: 
1608                 for normal headers, use file as plaintext,
1609                 for X-Face, calls compface,
1610                 for Face, encode to b64.
1611
1612 2006-06-17 [colin]      2.3.0cvs20
1613
1614         * src/mh.c
1615                 Warning fix
1616
1617 2006-06-16 [colin]      2.3.0cvs19
1618
1619         * src/summaryview.c
1620                 Recursive quicksearch: show message list
1621                 in current folder, *then* search children
1622                 in the background.
1623
1624 2006-06-16 [colin]      2.3.0cvs18
1625
1626         * src/main.c
1627                 Instead of ignoring SIGPIPE, save caches
1628                 when getting one. Will fix the fact that
1629                 hot caches are out-of-date when logging 
1630                 out of Xorg.
1631         * src/compose.c
1632         * src/prefs_compose_writing.c
1633                 Only save text (not attachments) when 
1634                 auto-saving to drafts
1635         * src/unmime.c
1636                 Always replace \n, \r and \t with spaces
1637                 in headers
1638         * manual/dist/html/Makefile.am
1639         * manual/dist/pdf/Makefile.am
1640         * manual/dist/ps/Makefile.am
1641         * manual/dist/txt/Makefile.am
1642         * manual/fr/dist/html/Makefile.am
1643         * manual/fr/dist/pdf/Makefile.am
1644         * manual/fr/dist/ps/Makefile.am
1645         * manual/fr/dist/txt/Makefile.am
1646         * manual/pl/dist/html/Makefile.am
1647         * manual/pl/dist/pdf/Makefile.am
1648         * manual/pl/dist/ps/Makefile.am
1649         * manual/pl/dist/txt/Makefile.am
1650                 Fix make clean removing pregenerated manuals
1651
1652
1653 2006-06-16 [colin]      2.3.0cvs17
1654
1655         * src/plugins/pgpcore/sgpgme.c
1656         * src/plugins/pgpmime/pgpmime.c
1657         * src/plugins/pgpinline/pgpinline.c
1658                 Better error reporting in setup_signers.
1659                 Don't fallback to default key if specified
1660                 key isn't found.
1661                 Don't allow signing if more than one secret
1662                 key matches the one specified in prefs.
1663
1664 2006-06-15 [colin]      2.3.0cvs16
1665
1666         * src/folderview.c
1667                 Add "Send queue" in the folder's contextual
1668                 menu
1669         * src/compose.c
1670         * src/messageview.c
1671         * src/privacy.c
1672         * src/privacy.h
1673         * src/procmime.c
1674         * src/procmsg.c
1675         * src/plugins/pgpcore/passphrase.c
1676         * src/plugins/pgpcore/sgpgme.c
1677         * src/plugins/pgpinline/pgpinline.c
1678         * src/plugins/pgpmime/pgpmime.c
1679                 Better error reporting
1680         * src/mbox.c
1681                 Probably fix bug #971 (2.2.3 cannot read mail 
1682                 from local mbox)
1683
1684
1685 2006-06-15 [mones]      2.3.0cvs15
1686
1687         * tools/make.themes.project
1688                 creates the themes project from the web page
1689
1690 2006-06-15 [colin]      2.3.0cvs14
1691
1692         * src/folder.c
1693                 Better fix (avoid losing the folder if scan_tree 
1694                 fails)
1695
1696 2006-06-15 [cleroy]     2.3.0cvs13
1697
1698         * src/folder.c
1699                 Probably fix Bug #969 (crash on rebuilding 
1700                 imap folder)
1701
1702 2006-06-14 [colin]      2.3.0cvs12
1703
1704         * manual/dtd/manual.xsl
1705         * manual/sylpheed-claws-manual.xml
1706         * manual/fr/sylpheed-claws-manual.xml
1707         * manual/pl/sylpheed-claws-manual.xml
1708                 Insert pagebreaks between sections
1709
1710 2006-06-14 [paul]       2.3.0cvs11
1711
1712         * configure.ac
1713                 better fix than 2.3.0cvs10
1714
1715 2006-06-14 [paul]       2.3.0cvs10
1716
1717         * configure.ac
1718                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1719                 (backwards compatible)
1720
1721 2006-06-13 [colin]      2.3.0cvs9
1722
1723         * src/messageview.c
1724                 Fix sending of return receipt with the new queue folders
1725
1726 2006-06-13 [wwp]        2.3.0cvs8
1727
1728         * src/quote_fmt_lex.l
1729                 fix wrong tokens returned in quote_fmt lexer, query not().
1730
1731 2006-06-13 [wwp]        2.3.0cvs7
1732
1733         * src/folder.c
1734         * src/prefs_folder_item.c
1735                 allow changing folder type even when folder is not a top-level one,
1736                 thanks to Colin.
1737
1738 2006-06-12 [colin]      2.3.0cvs6
1739
1740         * src/folderview.c
1741                 Fix double-ask of "Do you want to mark all
1742                 as read"
1743
1744 2006-06-12 [colin]      2.3.0cvs5
1745
1746         * src/compose.c
1747         * src/compose.h
1748         * src/folder.c
1749         * src/folder.h
1750         * src/imap.c
1751         * src/inc.c
1752         * src/main.c
1753         * src/messageview.c
1754         * src/mh.c
1755         * src/prefs_folder_item.c
1756         * src/procheader.c
1757         * src/procmime.c
1758         * src/procmsg.c
1759         * src/procmsg.h
1760         * src/send_message.c
1761         * src/summaryview.c
1762         * src/toolbar.c
1763                 Apply bug #964's patch (Queue and drafts aren't normal)
1764                 The Drafts and Queue folder now contain RFC-822 files,
1765                 allowing to move and copy mails from and to these 
1766                 folders. Moving from Drafts to Queue will prepare the
1767                 mail for sending (PGP signature, encryption, etc).
1768                 This patch also rework sending errors handling to try
1769                 to be more helpful.
1770                 Also, allow redefining folder types via the GUI 
1771                 (Folder type in its Properties)
1772
1773 2006-06-12 [colin]      2.3.0cvs4
1774
1775         * src/summaryview.c
1776         * src/prefs_common.c
1777         * src/prefs_common.h
1778         * src/gedit-print.c
1779                 Allow to define a specific print font - patch
1780                 by Bernhard Walle <bernhard.walle@gmx.de>
1781         * src/prefs_fonts.c
1782         * manual/advanced.xml
1783         * manual/fr/advanced.xml
1784                 Add a hidden pref to allow deletion without
1785                 confirmation
1786
1787 2006-06-12 [wwp]        2.3.0cvs3
1788
1789         * .cvsignore
1790                 more files to ignore.
1791
1792 2006-06-12 [wwp]        2.3.0cvs2
1793
1794         * src/quote_fmt.c
1795         * src/quote_fmt_lex.l
1796         * src/quote_fmt_parse.y
1797                 extend the quote_fmt parser (templates and quotes):
1798                 - allow limited sub-expressions in |p{} and |f{} expressions,
1799                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
1800                 - implemented/fixed missing implementation of query_references and show_references,
1801                 - completed, fixed contents and format of the symbols help dialog,
1802                 - fix some compilation warnings.
1803
1804 2006-06-12 [wwp]        2.3.0cvs1
1805
1806         * manual/advanced.xml
1807         * manual/fr/advanced.xml
1808                 updates in the "templates" section of the manual (eng/fr):
1809                  - be more precise (both versions)
1810                  - completed to match the english reference (fr version)
1811                  - touchups (both versions)
1812
1813 2006-06-12 [paul]       2.3.0
1814
1815         2.3.0 released
1816
1817 2006-06-12 [paul]       2.2.3cvs14
1818
1819         * po/ca.po
1820         * po/cs.po
1821         * po/de.po
1822         * po/el.po
1823         * po/fr.po
1824         * po/it.po
1825         * po/pt_BR.po
1826         * po/sr.po
1827         * po/zh_CN.po
1828                 updated by Miquel Oliete, Tim, Stephan Sachse,
1829                 Stavros Giannouris, Fabien Vantard, Andrea
1830                 Spadaccini, Frederico Goncalves Guimaraes,
1831                 Aleksandar Urosevic, and Ralgh Young
1832
1833 2006-06-12 [colin]      2.2.3cvs13
1834
1835         * src/mbox.c
1836                 Add missing header
1837
1838 2006-06-11 [colin]      2.2.3cvs12
1839
1840         * src/msgcache.c
1841                 Verify that g_malloc() succeeded
1842
1843 2006-06-11 [colin]      2.2.3cvs11
1844
1845         * src/wizard.c
1846                 Add Face header to welcome mail
1847
1848 2006-06-10 [colin]      2.2.3cvs10
1849
1850         * src/textview.c
1851                 Revert previous (Forgot it changes the
1852                 margin on the whole mail)
1853
1854 2006-06-10 [colin]      2.2.3cvs9
1855
1856         * src/textview.c
1857                 Don't overlap long headers under (X-)Face
1858
1859 2006-06-10 [mones]      2.2.3cvs8
1860
1861         * manual/xml2pdf
1862                 allow generation of manual on systems lacking saxon binary
1863                 but with java and the saxon library installed
1864
1865         * po/es.po
1866                 updated for release
1867
1868 2006-06-09 [colin]      2.2.3cvs7
1869
1870         * src/summaryview.c
1871                 Fix leak when using Display Sender using Addressbook
1872
1873 2006-06-09 [colin]      2.2.3cvs6
1874
1875         * src/compose.c
1876         * src/folder.c
1877         * src/folderview.c
1878         * src/mimeview.c
1879         * src/summaryview.c
1880                 More leaks fixes
1881
1882 2006-06-09 [paul]       2.2.3cvs5
1883
1884         * AUTHORS
1885         * src/gtk/authors.h
1886         * tools/claws.i18n.status.pl
1887                 updated with new info
1888
1889 2006-06-09 [paul]       2.2.3cvs4
1890
1891         * README
1892                 updated
1893         * manual/ack.xml
1894                 add wwp to authors list
1895         * src/gtk/authors.h
1896                 update mine and Colin's addresses
1897
1898 2006-06-08 [colin]      2.2.3cvs3
1899
1900         * src/etpan/imap-thread.c
1901                 Fix leak on SSL cert check
1902
1903 2006-06-08 [colin]      2.2.3cvs2
1904
1905         * src/common/utils.c
1906                 Fix leak
1907
1908 2006-06-08 [paul]       2.2.3cvs1
1909
1910         * configure.ac
1911                 Update version number following
1912                 stable release
1913
1914 2006-06-07 [colin]      2.2.2cvs3
1915
1916         * src/msgcache.c
1917                 Fix catching cache read errors (guint instead of gint)
1918                 Prevent malloc'ing more than 8MB (means cache corruption)
1919
1920 2006-06-07 [paul]       2.2.2cvs2
1921
1922         * src/exporthtml.c
1923         * src/exportldif.c
1924         * src/mh.c
1925         * src/mutt.c
1926         * src/pine.c
1927         * src/common/utils.c
1928                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
1929                 obey $HOME'
1930                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
1931                 Thanks to Colin
1932
1933 2006-06-06 [paul]       2.2.2cvs1
1934
1935         * configure.ac
1936                 Update version number following
1937                 stable release
1938
1939 2006-06-06 [paul]       2.2.1cvs6
1940
1941         * src/matcher.c
1942                 fix  implicit declaration of
1943                 sylpheed_do_idle()
1944                 Patch by Fabien Vantard
1945
1946 2006-06-06 [paul]       2.2.1cvs5
1947
1948         * src/matcher.c
1949                 fix age_greater and age_lower so that they
1950                 mean what say and not '...or equal to'
1951                 Thanks to Colin
1952
1953 2006-06-06 [paul]       2.2.1cvs4
1954
1955         * src/textview.c
1956         * src/common/utils.c
1957                 fix URI check
1958                 Thanks to Colin
1959
1960 2006-06-05 [wwp]        2.2.1cvs3
1961
1962         * manual/fr/account.xml
1963                 minor language fixes (thanks to Fabien Vantard).
1964
1965 2006-06-05 [colin]      2.2.1cvs2
1966
1967         * src/prefs_folder_item.c
1968         * src/folderview.c
1969                 Allow recursive setting of properties 
1970                 for whole mailboxes
1971         * src/matcher.c
1972                 Don't freeze on 'test' filtering rule
1973
1974 2006-06-05 [colin]      2.2.1cvs1
1975
1976         * configure.ac
1977                 Update version number following
1978                 stable release
1979
1980 2006-06-04 [wwp]        2.2.0cvs82
1981
1982         * manual/glossary.xml
1983         * manual/account.xml
1984         * manual/fr/glossary.xml
1985         * manual/fr/account.xml
1986                 added glossary section and references/links related to the Face custom header.
1987
1988 2006-06-04 [colin]      2.2.0cvs81
1989
1990         * src/summaryview.c
1991                 Skip to next message on move with no
1992                 immediate execution
1993
1994 2006-06-04 [wwp]        2.2.0cvs80
1995
1996         * manual/xml2pdf
1997                 added sanity checks, exit when needed.
1998
1999 2006-06-03 [paul]       2.2.0cvs79
2000
2001         * src/prefs_receive.c
2002                 page name is now 'Receiving'
2003         * src/prefs_send.c
2004                 page name is now 'Sending'
2005
2006 2006-06-03 [colin]      2.2.0cvs78
2007
2008         * src/plugins/spamassassin/spamassassin_gtk.c
2009                 Autoswitch to Localhost if transport was previously
2010                 disabled. Else people had to check [] Enable, then
2011                 *reselect* transport.
2012
2013 2006-06-03 [colin]      2.2.0cvs77
2014
2015         * src/plugins/pgpinline/pgpinline.c
2016         * src/plugins/pgpmime/pgpmime.c
2017                 Check that gpg_data_release_and_get_mem 
2018                 didn't fail (now, why this happens...)
2019
2020 2006-06-03 [colin]      2.2.0cvs76
2021
2022         * src/mbox.c
2023                 Fix bug #962 (Manual and/or UI should 
2024                 warn about incompatible locking 
2025                 causing dataloss)
2026
2027 2006-06-02 [cleroy]     2.2.0cvs75
2028
2029         * src/filtering.c
2030         * src/folder.c
2031         * src/procmsg.c
2032         * src/summaryview.c
2033                 Fix a few leaks
2034
2035 2006-06-02 [colin]      2.2.0cvs74
2036
2037         * src/main.c
2038                 On exit, free caches after writing them
2039                 Shuts up some valgrind false positives
2040         * src/procmsg.c
2041         * src/send_message.c
2042                 Fix races when reusing existing SMTP connections
2043                 Fix inexistant session timeout
2044         * src/toolbar.c
2045                 Display alertpanel after all queues have
2046                 been processed, not after each
2047
2048 2006-06-02 [wwp]        2.2.0cvs73
2049
2050         * manual/fr/glossary.xml
2051         * manual/fr/ack.xml
2052         * manual/ack.xml
2053                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
2054
2055 2006-06-02 [wwp]        2.2.0cvs72
2056
2057         * manual/xml2pdf
2058         * manual/dist/pdf/Makefile.am
2059         * manual/dtd/manual.xsl
2060         * manual/fr/dist/pdf/Makefile.am
2061         * manual/pl/dist/pdf/Makefile.am
2062                 we changed the procedure to generate the .pdf version of the manual.
2063                 The procedure is more modern and the .pdf we get now has a valid index.
2064                 Here are the new pre-requisites:
2065
2066                 - JRE 1.x (1.4 here): there must be one from your distro
2067                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
2068                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
2069                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
2070
2071                 See my posts for further info about the installation of this toolchain:
2072
2073                 Date: Fri, 19 May 2006 19:40:06 +0200
2074                 From: wwp <subscript@free.fr>
2075                 To: sylpheed-claws-devel@lists.sourceforge.net
2076                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
2077
2078                 and
2079
2080                 Date: Wed, 24 May 2006 12:58:49 +0200
2081                 From: wwp <subscript@free.fr>
2082                 To: sylpheed-claws-devel@lists.sourceforge.net
2083                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
2084
2085 2006-06-01 [colin]      2.2.0cvs71
2086
2087         * src/compose.c
2088                 Better guards against IMAP races
2089         * src/main.c
2090         * src/prefs_common.c
2091         * src/prefs_common.h
2092         * src/common/ssl_certificate.c
2093         * src/etpan/imap-thread.c
2094         * src/etpan/imap-thread.h
2095         * src/gtk/sslcertwindow.c
2096                 New hidden option ssl_skip_cert_check to 
2097                 avoid dups of bug #959 (libetpan linked
2098                 against gnutls and gnutls buggy on 64bit)
2099                 Present expired warning only once per
2100                 session/server.
2101         * manual/advanced.xml
2102         * manual/fr/advanced.xml
2103                 Document new option
2104
2105 2006-06-01 [wwp]        2.2.0cvs70
2106
2107         * src/messageview.c
2108                 fix for bug #961 (return receipt dialog 
2109                 complains incorrectly about return-path 
2110                 email adress being different), thanks 
2111                 to Colin.
2112
2113 2006-05-31 [cleroy]     2.2.0cvs69
2114
2115         * src/common/ssl.c
2116                 Guard against NULLs, although this
2117                 should never be an issue
2118
2119 2006-05-31 [colin]      2.2.0cvs68
2120
2121         * src/filtering.c
2122                 Use g_slist_prepend
2123         * src/imap.c
2124                 Don't remove caches when destroying folder, it
2125                 could (should) be done at exit
2126         * src/inc.c
2127                 free processing cache after incorporation
2128         * src/etpan/imap-thread.c
2129                 Maybe fix bug #959 (Crash on moving to emails 
2130                 to a imap account per ssl with a expired 
2131                 certificate.)
2132
2133 2006-05-30 [colin]      2.2.0cvs67
2134
2135         * src/summaryview.c
2136                 Put back event flush when displaying message
2137                 It avoids reading a bunch of messages just
2138                 by hitting shift-n for too long ;)
2139
2140 2006-05-29 [colin]      2.2.0cvs66
2141
2142         * src/summaryview.c
2143                 Remove useless g_warnings
2144
2145 2006-05-29 [colin]      2.2.0cvs65
2146
2147         * src/imap.c
2148                 Fix g_slist_append()s for performance
2149
2150 2006-05-29 [colin]      2.2.0cvs64
2151
2152         * src/compose.c
2153         * src/common/utils.c
2154                 Fix extraneous tab at start of addresses
2155         * src/mainwindow.c
2156                 Fix warnings (thanks to Fabien)
2157                 Fix crash at exit when composing messages 
2158                 exist
2159         * src/pop.c
2160                 Fix progress bar when deleting expired mails
2161                 Thanks to Hiro
2162         * src/summaryview.c
2163         * src/gtk/gtksctree.c
2164                 Fix re-sorting slowness
2165
2166 2006-05-29 [paul]       2.2.0cvs63
2167
2168         * src/mh.c
2169                 fetch full message when moving mails
2170                 from another mailbox, (fixed data loss
2171                 when filtering from IMAP to MH, introduced
2172                 in 2.2.0cvs57).
2173                 Thanks to Colin
2174
2175 2006-05-29 [mones]      2.2.0cvs62
2176
2177         * src/gtk/gtksctree.c
2178                 Unselect faster (patch by Colin)        
2179
2180 2006-05-26 [colin]      2.2.0cvs61
2181
2182         * src/summaryview.c
2183                 Unplug MSGINFO_UPDATE callback on delete too.
2184
2185 2006-05-26 [colin]      2.2.0cvs60
2186
2187         * src/foldersel.c
2188                 Fix bold in folder selection window with glib2.10
2189                 thanks Hiro
2190
2191 2006-05-26 [colin]      2.2.0cvs59
2192
2193         * src/procheader.c
2194                 Convert date only if necessary (and don't
2195                 try to convert from utf8 to utf8, too)
2196         * src/summaryview.c
2197                 Only set column's text if the column's 
2198                 displayed
2199
2200 2006-05-26 [colin]      2.2.0cvs58
2201
2202         * src/summaryview.c
2203         * src/gtk/gtkutils.c
2204                 Fix useless warning
2205
2206 2006-05-26 [colin]      2.2.0cvs57
2207
2208         * src/mainwindow.c
2209                 Make summaryview selectable as long as 
2210                 no message has focus
2211         * src/mh.c
2212                 Faster deletion (by implementing mh_remove_msgs)
2213                 Faster copy (avoid using mh_fetch_msg just to get
2214                 the filename)
2215                 Faster move (using move_file instead of copy_file
2216                 if MSG_IS_MOVE)
2217                 No progressbar if total number of mails to cp/mv 
2218                 is less than 100
2219         * src/summaryview.c
2220                 Fix removal from subject_table when mail gets moved
2221                 Faster deletion (g_slist_prepend instead of append)
2222         * src/gtk/gtksctree.c
2223                 Remove useless code
2224
2225 2006-05-25 [colin]      2.2.0cvs56
2226
2227         * src/common/ssl_certificate.c
2228                 Fix leak in expired cert check
2229
2230 2006-05-25 [colin]      2.2.0cvs55
2231
2232         * src/mh.c
2233                 Disable flags syncing on .mh_sequences - it
2234                 is buggy and marks mails read under unknown
2235                 conditions.
2236
2237 2006-05-25 [paul]
2238
2239         * 2.3.0-rc4 released
2240
2241 2006-05-24 [colin]      2.2.0cvs54
2242
2243         attention cvs users: if you manage to crash
2244         Sylpheed-Claws while moving, copying or deleting
2245         mails, we *are* interested in stack traces and
2246         valgrind logs. It looks stable, but one never
2247         knows...
2248
2249         * src/folder.c
2250                 Add progressbar for cache updates
2251         * src/folderutils.c
2252                 Optimize Mark all read in the current
2253                 folder
2254         * src/mh.c
2255                 Add progressbar for copy/move
2256         * src/procmsg.c
2257                 Optimize O(n^2) in copy/move
2258         * src/summaryview.c
2259         * src/gtk/gtksctree.c
2260                 Optimize O(n^2) algos
2261         * src/common/timing.h
2262                 Display ms instead of us
2263
2264 2006-05-24 [wwp]        2.2.0cvs53
2265
2266         * manual/fr/advanced.xml
2267                 updates to the French manual.
2268
2269 2006-05-24 [wwp]        2.2.0cvs52
2270
2271         * src/common/utils.c
2272                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
2273
2274 2006-05-24 [wwp]        2.2.0cvs51
2275
2276         * src/folderutils.c
2277                 fixed "mark all read" in MH folders (thanks to Colin).
2278
2279 2006-05-24 [paul]       2.2.0cvs50
2280
2281         * doc/man/sylpheed-claws.1
2282                 updated the man page
2283
2284 2006-05-23 [colin]      2.2.0cvs49
2285
2286         * src/folderview.c
2287         * src/imap.c
2288         * src/inc.c
2289         * src/mbox.c
2290         * src/messageview.c
2291         * src/news.c
2292         * src/send_message.c
2293         * src/summaryview.c
2294         * src/gtk/sslcertwindow.c
2295                 alertpanel fixes, by Fabien
2296
2297 2006-05-23 [colin]      2.2.0cvs48
2298
2299         * src/folder.c
2300         * src/folderview.c
2301         * src/msgcache.c
2302         * src/summaryview.c
2303         * src/gtk/gtksctree.c
2304         * src/gtk/gtksctree.h
2305                 More timings
2306                 Fix slow loading problem, which was caused by the
2307                 use of some gtk_ctree funcs and their use of
2308                 g_list_position while gtk_ctree_(un)link'ing.
2309                 Reap more functions from gtkctree.c to be sure we
2310                 use our (fast) version instead of theirs.
2311         * src/mh.c
2312                 Fix copy of unread mails
2313
2314
2315 2006-05-22 [wwp]        2.2.0cvs47
2316
2317         * manual/fr/advanced.xml
2318                 updated.
2319
2320 2006-05-22 [colin]      2.2.0cvs46
2321
2322         * src/filtering.c
2323                 Fix possible infinite loop. 'copy' is not a 
2324                 final action, so when encountering a 'copy',
2325                 we have to check if a previous one was set
2326                 and do it. In the same way, if we encounter
2327                 a 'move' we have to perform a possibly 
2328                 pending 'copy'. This will slow down filtering
2329                 on IMAP if move+copy or multiple copy actions
2330                 are to be done, but handling it via the batch
2331                 would be really too convoluted.
2332
2333 2006-05-22 [wwp]        2.2.0cvs45
2334
2335         * manual/fr/advanced.xml
2336         * manual/fr/faq.xml
2337         * manual/fr/glossary.xml
2338         * manual/fr/handling.xml
2339         * manual/fr/intro.xml
2340         * manual/fr/plugins.xml
2341         * manual/fr/sylpheed-claws-manual.xml
2342                 sync w/ the english manual: updates URIs, documented mailing-list
2343                 support, better explanation about the enabled/disabled feature
2344                 in filtering/processing rules by Paul.
2345
2346 2006-05-21 [colin]      2.2.0cvs44
2347
2348         * src/summaryview.c
2349                 Don't expand after building threads, but during
2350
2351 2006-05-21 [colin]      2.2.0cvs43
2352
2353         * src/procmsg.c
2354         * src/summaryview.c
2355                 More timing possibilities... For next time I have 
2356                 to find out how the hell some 3GHz computer takes
2357                 one minute to open a 30k folder...
2358
2359 2006-05-21 [colin]      2.2.0cvs42
2360
2361         * manual/pl/advanced.xml
2362         * manual/pl/faq.xml
2363         * manual/pl/glossary.xml
2364         * manual/pl/handling.xml
2365         * manual/pl/intro.xml
2366         * manual/pl/plugins.xml
2367         * manual/pl/sylpheed-claws-manual.xml
2368                 Polish manual updated by Pawel
2369
2370 2006-05-20 [colin]
2371
2372         * 2.3.0-rc3 released
2373
2374 2006-05-20 [colin]      2.2.0cvs41
2375
2376         * src/imap.c
2377                 Fix -rc2 problems:
2378                 - remove cache of moved messages from original folder
2379                 - apply new flags to messages even if they aren't appliable
2380                   via IMAP.
2381
2382 2006-05-20 [colin]
2383
2384         * 2.3.0-rc2 released
2385
2386 2006-05-19 [colin]      2.2.0cvs40
2387
2388         * src/imap.c
2389                 Don't issue SELECT in imap_change_flags
2390                 before having checked that we indeed have
2391                 some flags to change. MSG_POSTFILTERED for
2392                 example can't be used on IMAP.
2393                 Fixes bug #955 (copying messages between 
2394                 imap folders is extremely slow), which was
2395                 a regression.
2396
2397 2006-05-19 [colin]      2.2.0cvs39
2398
2399         * src/folder.c
2400         * src/folder.h
2401         * src/folderview.c
2402                 Try to fix bug #830 (Some unread messages 
2403                 get marked read in IMAP inbox):
2404                 - Prevent scanning a folder if it's being 
2405                   opened via the GUI
2406                 - Postpone opening via the GUI of a folder
2407                   currently scanned.
2408
2409
2410 2006-05-19 [wwp]        2.2.0cvs38
2411
2412         * manual/advanced.xml
2413                 fix English+typo (thanks to Paul).
2414
2415 2006-05-19 [wwp]        2.2.0cvs37
2416
2417         * manual/advanced.xml
2418         * manual/fr/advanced.xml
2419         * src/gtk/logwindow.c
2420         * src/prefs_common.c
2421         * src/prefs_common.h
2422                 added hidden prefs to allow customization of colors used in
2423                 protocol log window (useful for dark gtk+ themes).
2424
2425 2006-05-19 [wwp]        2.2.0cvs36
2426
2427         * ChangeLog
2428                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
2429
2430 2006-05-19 [paul]       2.2.0cvs35
2431
2432         * src/textview.c
2433                 make Reply-To fully clickable
2434         * src/gtk/logwindow.c
2435                 more colouring (SMTP ESMTP)
2436         Both patches by Pawel Pekala
2437
2438 2006-05-19 [cleroy]     2.2.0cvs34
2439
2440         * src/mh.c
2441                 Don't update flags from current folder
2442                 Probably fixes bug #935 (Read Messages 
2443                 Revert to Being Marked as Unread)
2444
2445 2006-05-18 [colin]      2.2.0cvs33
2446
2447         * src/imap.c
2448                 Warning fix
2449         * src/compose.c
2450         * src/mainwindow.c
2451         * src/summaryview.c
2452         * src/toolbar.c
2453                 Allow replying to multiple emails
2454                 in multiple windows
2455         * src/mimeview.c
2456         * src/etpan/imap-thread.c
2457                 Leak fixes
2458
2459 2006-05-18 [paul]       2.2.0cvs32
2460
2461         * src/summaryview.c
2462                 keep Mailing-List menu refreshed
2463                 Thanks to Colin
2464
2465 2006-05-18 [paul]       2.2.0cvs31
2466
2467         * manual/advanced.xml
2468         * manual/faq.xml
2469         * manual/glossary.xml
2470         * manual/handling.xml
2471         * manual/intro.xml
2472         * manual/plugins.xml
2473         * manual/sylpheed-claws-manual.xml
2474                 update URLs
2475                 add info about mailing-list support
2476                 edit filtering info
2477         * src/wizard.c
2478         * src/common/defs.h
2479         * src/gtk/about.c
2480         * src/plugins/dillo_viewer/README
2481                 update URLs
2482
2483 2006-05-17 [wwp]        2.2.0cvs30
2484
2485         * manual/handling.xml
2486         * manual/fr/handling.xml
2487                 documented the ability to enabled/disable filtering/processing rules.
2488
2489 2006-05-17 [colin]      2.2.0cvs29
2490
2491         * src/main.c
2492                 Don't initialize g_thread subsystem if it's 
2493                 already done (thanks to Hiro)
2494         * src/mimeview.c
2495                 Fix saving of parts when there name can't be
2496                 converted from UTF-8.
2497
2498 2006-05-17 [paul]       2.2.0cvs28
2499
2500         * po/Makefile.in.in
2501                 fix config.status warning with autoconf 2.60
2502
2503 2006-05-17 [paul]       2.2.0cvs27
2504
2505         * po/POTFILES.in
2506                 add src/mbox.c
2507
2508 2006-05-17 [wwp]        2.2.0cvs26
2509
2510         * src/mainwindow.c
2511                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2512
2513 2006-05-17 [wwp]        2.2.0cvs25
2514
2515         * src/plugins/demo/demo.c
2516                 updated product name in plugin demo (many plugins need to be
2517                 sync'ed w/ that change).
2518
2519 2006-05-17 [colin]      2.2.0cvs24
2520
2521         * src/mh.c
2522                 Fix leak
2523
2524 2006-05-16 [colin]      2.2.0cvs23
2525
2526         * src/mainwindow.c
2527                 Stupid me hit again. Fix cvs22.
2528
2529 2006-05-16 [colin]      2.2.0cvs22
2530
2531         * src/mainwindow.c
2532                 Fix bug #922 (sylpheed-claws crashed after 
2533                 pushing on Inbox folder)
2534
2535 2006-05-16 [colin]      2.2.0cvs21
2536
2537         * src/compose.c
2538                 Make From header be copy/paste/select-able
2539
2540 2006-05-16 [wwp]        2.2.0cvs20
2541
2542         * src/export.c
2543         * src/matcher.c
2544         * src/summaryview.c
2545         * src/etpan/imap-thread.c
2546                 fix some compiler warnings (thanks to Colin).
2547
2548 2006-05-16 [wwp]        2.2.0cvs19
2549
2550         * src/action.c
2551         * src/gedit-print.c
2552         * src/inc.c
2553         * src/mainwindow.c
2554         * src/mh.c
2555         * src/statusbar.c
2556         * src/send_message.c
2557         * src/summaryview.c
2558                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2559
2560 2006-05-15 [colin]      2.2.0cvs18
2561
2562         * src/procmsg.c
2563                 Fix automatic rule creation with List-Post
2564
2565 2006-05-15 [paul]       2.2.0cvs17
2566
2567         * tools/filter_conv_new.pl
2568                 updated for rule enabling/disabling
2569                 claws version >= 2.3.x required
2570
2571 2006-05-15 [cleroy]     2.2.0cvs16
2572
2573         * src/main.c
2574                 Revert test
2575
2576 2006-05-15 [cleroy]     2.2.0cvs15
2577
2578         * src/main.c
2579                 test
2580
2581 2006-05-15 [wwp]        2.2.0cvs14
2582
2583         * manual/pl/.cvsignore
2584                 ignore generated files.
2585
2586 2006-05-14 [wwp]        2.3.0-rc1
2587
2588         * 2.3.0-rc1 released
2589
2590 2006-05-13 [wwp]        2.2.0cvs13
2591
2592         * src/filtering.c
2593         * src/filtering.h
2594         * src/matcher.c
2595         * src/matcher_parser_lex.l
2596         * src/matcher_parser_parse.y
2597         * src/prefs_filtering.c
2598                 new feature: provide the ability to disable filtering and processing
2599                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2600                 adaptations.
2601
2602 2006-05-13 [colin]      2.2.0cvs12
2603
2604         * src/compose.c
2605                 Remove useless if (a) b; else b;
2606                 Thanks to wwp
2607
2608 2006-05-13 [wwp]        2.2.0cvs11
2609
2610         * src/export.c
2611         * src/import.c
2612         * src/mainwindow.c
2613         * src/mbox.c
2614         * src/summaryview.c
2615         * src/summaryview.h
2616                 no more silent failures (or at least less ones) when importing
2617                 or exporting from/to mbox. Also start importing/exporting if
2618                 the necessary info is set.
2619
2620 2006-05-13 [wwp]        2.2.0cvs10
2621
2622         * RELEASE_NOTES
2623                 restored up-to-date release notes.
2624
2625 2006-05-13 [paul]       2.2.0cvs9
2626
2627         * po/nl.po
2628         * po/ru.po
2629                 updated by Tim Dijkstra and Pavlo Bohmat
2630
2631 2006-05-12 [colin]      2.2.0cvs8
2632
2633         * src/gtk/quicksearch.c
2634                 Add "k" as shortcut for "colorlabel". Patch
2635                 by ath42@users.sf.net.
2636
2637 2006-05-12 [paul]       2.2.0cvs7
2638
2639         * src/prefs_common.h
2640         * src/prefs_summaries.c
2641         * src/summaryview.c
2642                 when entering a folder also allow
2643                 going directly to first Marked message
2644
2645 2006-05-12 [paul]       2.2.0cvs6
2646
2647         * src/summaryview.c
2648                 always obey 'confirm before marking all
2649                 mails read' option
2650
2651 2006-05-12 [paul]       2.2.0cvs5
2652
2653         * src/textview.c
2654                 make Sender fully clickable
2655
2656 2006-05-12 [colin]      2.2.0cvs4
2657
2658         * src/compose.c
2659         * src/compose.h
2660                 Let From be editable
2661         * src/main.c
2662         * src/mh.c
2663                 Full support of .mh_sequences' Unseen seq
2664
2665 2006-05-12 [colin]      2.2.0cvs3
2666
2667         * src/folder.c
2668         * src/mainwindow.c
2669         * src/mainwindow.h
2670         * src/messageview.c
2671         * src/prefs_spelling.c
2672         * src/procheader.c
2673         * src/procmsg.c
2674         * src/procmsg.h
2675         * src/summaryview.c
2676         * src/toolbar.c
2677         * src/toolbar.h
2678                 Add contextual menu on Compose toolbar
2679                 button. Fixes bug #944 (Automatic
2680                 addresses not applied when changing account
2681                 from compose window)
2682                 add Mailing List support
2683                 based on the old 0.6.5claws25 patch by
2684                 Melvin Hadasht, with finishing touches
2685                 by Colin
2686                 Fix "ignore thread" when mails are threaded by
2687                 subject (and weren't ignored although appearing
2688                 in the thread).
2689                 GUI rework.
2690                 Both patches by Pawel.
2691
2692 2006-05-08 [paul]       2.2.0cvs2
2693
2694         * src/mainwindow.c
2695         * src/mainwindow.h
2696         * src/messageview.c
2697         * src/procheader.c
2698         * src/procmsg.c
2699         * src/procmsg.h
2700         * src/summaryview.c
2701                 add Mailing List support
2702                 based on the old 0.6.5claws25 patch by 
2703                 Melvin Hadasht, with finishing touches
2704                 by Colin
2705
2706 2006-05-08 [colin]      2.2.0cvs1
2707
2708         * src/mainwindow.c
2709         * src/toolbar.c
2710         * src/toolbar.h
2711                 Add contextual menu on Compose toolbar 
2712                 button. Fixes bug #944 (Automatic 
2713                 addresses not applied when changing account 
2714                 from compose window)
2715
2716 2006-05-08 [paul]       2.2.0
2717
2718         2.2.0 released
2719
2720 2006-05-08 [paul]       2.1.1cvs51
2721
2722         * po/cs.po
2723         * po/de.po
2724         * po/en_GB.po
2725         * po/fi.po
2726         * po/fr.po
2727         * po/pt_BR.po
2728         * po/sr.po
2729         * po/zh_CN.po
2730                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2731                 Fabien Vantard, Frederico Goncalves Guimaraes,
2732                 Aleksandar Urosevic, and Ralgh Young
2733
2734 2006-05-12 [colin]      2.1.1cvs50
2735
2736         * po/cs.po
2737         * po/de.po
2738         * po/en_GB.po
2739         * po/es.po
2740         * po/fi.po
2741         * po/fr.po
2742         * po/pt_BR.po
2743         * po/sr.po
2744         * po/zh_CN.po
2745                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2746                 Fabien Vantard, Frederico Goncalves Guimaraes,
2747                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2748
2749 2006-05-05 [colin]      2.1.1cvs49
2750
2751         * manual/Makefile.am
2752         * manual/pl/Makefile.am
2753         * manual/pl/account.xml
2754         * manual/pl/ack.xml
2755         * manual/pl/addrbook.xml
2756         * manual/pl/advanced.xml
2757         * manual/pl/faq.xml
2758         * manual/pl/glossary.xml
2759         * manual/pl/gpl.xml
2760         * manual/pl/handling.xml
2761         * manual/pl/intro.xml
2762         * manual/pl/keyboard.xml
2763         * manual/pl/plugins.xml
2764         * manual/pl/starting.xml
2765         * manual/pl/sylpheed-claws-manual.xml
2766         * manual/pl/dist/.cvsignore
2767         * manual/pl/dist/Makefile.am
2768         * manual/pl/dist/html/.cvsignore
2769         * manual/pl/dist/html/Makefile.am
2770         * manual/pl/dist/pdf/.cvsignore
2771         * manual/pl/dist/pdf/Makefile.am
2772         * manual/pl/dist/ps/.cvsignore
2773         * manual/pl/dist/ps/Makefile.am
2774         * manual/pl/dist/txt/.cvsignore
2775         * manual/pl/dist/txt/Makefile.am
2776                 Add the polish translation of the manual,
2777                 Authored by Pawel Pekala.
2778
2779 2006-05-05 [cleroy]     2.1.1cvs48
2780
2781         * src/main.c
2782                 Re-read matcherrc after loading plugins 
2783                 if some of them add folders.
2784
2785 2006-05-03 [colin]      2.1.1cvs47
2786
2787         * src/imap.c
2788                 I'm idiot
2789
2790 2006-05-03 [colin]      2.1.1cvs46
2791
2792         * src/imap.c
2793                 Be sure to have a session when
2794                 getting separator
2795
2796 2006-05-03 [colin]      2.1.1cvs45
2797
2798         * src/imap.c
2799         * src/imap.h
2800         * src/imap_gtk.c
2801                 Fix preventing renaming with namespace 
2802                 separator.
2803
2804 2006-05-01 [colin]      2.1.1cvs44
2805
2806         * src/action.c
2807                 Don't reload messageview when result of
2808                 action is piped.
2809
2810 2006-04-29 [colin]      2.1.1cvs43
2811
2812         * src/prefs_receive.c
2813         * src/plugins/spamassassin/spamassassin_gtk.c
2814         * src/plugins/clamav/clamav_plugin_gtk.c
2815                 GUI fixes by Pawel
2816
2817 2006-04-29 [colin]      2.1.1cvs42
2818
2819         * src/prefs_compose_writing.c
2820         * src/prefs_quote.c
2821                 Cleanups. Patch by Pawel
2822
2823 2006-04-28 [paul]       2.1.1cvs41
2824
2825         * src/matcher.c
2826                 fix returned quick search results when search
2827                 term contains an underscore.
2828                 Thanks to Colin
2829
2830 2006-04-28 [paul]       2.1.1cvs40
2831
2832         * src/prefs_message.c
2833         * src/prefs_receive.c
2834                 GUI cleanups
2835                 Patches by Pawel Pekala
2836
2837 2006-04-27 [colin]      2.1.1cvs39
2838
2839         * src/wizard.c
2840                 Differentiate subject Welcome from
2841                 window's title Welcome
2842
2843 2006-04-27 [paul]
2844
2845         2.2.0-rc1 released
2846
2847 2006-04-27 [paul]       2.1.1cvs38
2848
2849         * manual/advanced.xml
2850         * manual/fr/advanced.xml
2851                 add info about compose_no_markup hidden pref
2852
2853 2006-04-27 [paul]       2.1.1cvs37
2854
2855         * src/prefs_account.c
2856                 improve privacy labels
2857         * src/prefs_msg_colors.c
2858                 change some strings for translators' convenience
2859         * src/gtk/gtkutils.c
2860                 don't underline the link button text
2861
2862 2006-04-25 [colin]      2.1.1cvs36
2863
2864         * src/folder.c
2865                 Complete 2.1.1cvs33 (once more ;)
2866
2867 2006-04-25 [colin]      2.1.1cvs35
2868
2869         * src/editldap.c
2870                 Fix tooltip
2871
2872 2006-04-25 [cleroy]     2.1.1cvs34
2873
2874         * src/compose.c
2875         * src/gtk/gtkaspell.c
2876                 Fix crash on redirect (related to the return 
2877                 of the aspell menu in compose's toolbar)
2878         * src/prefs_msg_colors.c
2879                 Fix sensitivity widgets
2880         * src/image_viewer.c
2881         * src/gtk/pluginwindow.c
2882         * src/gtk/prefswindow.c
2883                 Change released signals to clicked (Fabien)
2884         * po/POTFILES.in
2885         * src/common/socket.c
2886         * src/plugins/spamassassin/spamassassin.c
2887                 Translate strings (Fabien)
2888
2889 2006-04-25 [paul]       2.1.1cvs33
2890
2891         * src/folder.c
2892         * src/folder.h
2893         * src/folderview.c
2894                 complete the fix of bug #912
2895                 Thanks to Colin
2896
2897 2006-04-25 [colin]      2.1.1cvs32
2898
2899         * src/news.c
2900                 Better progress bar
2901         * src/mimeview.c
2902         * src/summaryview.c
2903         * src/summaryview.h
2904                 Fix focus chain
2905                 Patches by Pawel Pekala
2906
2907 2006-04-24 [colin]      2.1.1cvs31
2908
2909         * src/compose.c
2910                 Fix compilation warnings (Fabien)
2911
2912 2006-04-24 [colin]      2.1.1cvs30
2913
2914         * src/addrindex.c
2915         * src/editldap.c
2916         * src/editldap_basedn.c
2917         * src/editldap_basedn.h
2918         * src/ldapctrl.c
2919         * src/ldapctrl.h
2920         * src/ldapquery.c
2921         * src/ldaputil.c
2922         * src/ldaputil.h
2923                 Fix bug #901 (LDAPS support)
2924
2925 2006-04-24 [colin]      2.1.1cvs29
2926
2927         * src/compose.c
2928                 Fix logic on error with send dialog on
2929         * src/imap.c
2930                 Fix compilation without libetpan, thanks
2931                 to Fabien
2932         * src/summaryview.c
2933                 Fix 'context-menu' key
2934
2935 2006-04-23 [colin]      2.1.1cvs28
2936
2937         * src/folder.c
2938                 Never free current's cache to free up 
2939                 memory. Fixes bug #912 (new count 
2940                 randomly set to message count)
2941
2942 2006-04-23 [colin]      2.1.1cvs27
2943
2944         * src/gtk/quicksearch.c
2945                 And remove printf...
2946
2947 2006-04-23 [colin]      2.1.1cvs26
2948
2949         * src/gtk/quicksearch.c
2950                 Fix replacing in quicksearch, and fix inserting
2951                 in the middle of the string. (introduced at 2.1.0cvs22)
2952
2953 2006-04-23 [colin]      2.1.1cvs25
2954
2955         * src/imap.c
2956                 Make sure uidnext is initialized in get_num_list
2957                 (not for stable, related to 2.1.1cvs8 and friends)
2958
2959 2006-04-23 [colin]      2.1.1cvs24
2960
2961         * src/imap.c
2962                 Output something when login is successful
2963                 too
2964
2965 2006-04-23 [colin]      2.1.1cvs23
2966
2967         * src/etpan/imap-thread.c
2968                 Better logging (line-per-line, hide data in fetch)
2969                 Fix a const warning
2970         * src/gtk/logwindow.c
2971         * src/gtk/logwindow.h
2972                 Better logging (color for input/output)
2973
2974 2006-04-21 [colin]      2.1.1cvs22
2975
2976         * src/gtk/quicksearch.c
2977                 On gtk+-2.8, use stock buttons in quicksearch
2978                 Based on a patch by Fabien and a design by Paul
2979
2980 2006-04-21 [colin]      2.1.1cvs21
2981
2982         * src/folderview.c
2983         * src/mainwindow.c
2984                 Fix occasional flicker in folderview
2985         * src/common/utils.c
2986                 Fix bug #943 (Incorrectly parsed email address 
2987                 list in short headers on message view and in 
2988                 printouts)
2989
2990 2006-04-20 [colin]      2.1.1cvs20
2991
2992         * src/imap.c
2993         * src/imap.h
2994         * src/prefs_account.c
2995                 Add ANONYMOUS auth for IMAP
2996
2997 2006-04-20 [paul]       2.1.1cvs19
2998
2999         * src/main.c
3000                 proper fix for 2.1.1cvs18
3001                 Thanks to Colin
3002
3003 2006-04-20 [paul]       2.1.1cvs18
3004
3005         * src/main.c
3006                 fix build warnings
3007
3008 2006-04-20 [paul]       2.1.1cvs17
3009
3010         * src/gtk/quicksearch.c
3011                 fix standard, non-extended Quick search,
3012                 was broken in 2.1.1cvs15.
3013                 Thanks to Colin.
3014
3015 2006-04-20 [colin]      2.1.1cvs16
3016
3017         * src/prefs_matcher.c
3018                 Fix values when reselecting a ~test
3019                 rule
3020
3021 2006-04-19 [colin]      2.1.1cvs15
3022
3023         * src/compose.c
3024         * src/compose.h
3025         * src/gtk/gtkaspell.c
3026         * src/gtk/gtkaspell.h
3027                 Put back Options menu in Spelling/
3028         * src/gtk/quicksearch.c
3029                 Don't search, and show error, if the
3030                 advanced search has a syntax error
3031
3032 2006-04-18 [colin]      2.1.1cvs14
3033
3034         * src/textview.c
3035                 Fix gdk warnings on set_cursor when textview
3036                 isn't visible
3037
3038 2006-04-18 [colin]      2.1.1cvs13
3039
3040         * src/gtk/gtksctree.c
3041                 Remove seemingly useless refresh that causes
3042                 flicker - watch this commit in case of 
3043                 problems before planned backport to stable
3044
3045 2006-04-18 [colin]      2.1.1cvs12
3046
3047         * src/imap.c
3048                 Factorize get/set_xml code
3049         * src/compose.c
3050         * src/prefs_account.c
3051         * src/prefs_account.h
3052         * src/procmsg.c
3053                 Add Encrypt to self option
3054
3055 2006-04-17 [colin]      2.1.1cvs11
3056
3057         * configure.ac
3058                 Fix search on encrpyt function on dragonfly
3059                 Patch by Jonathan Buschmann <jonthn@agmact.com>
3060
3061 2006-04-17 [colin]      2.1.1cvs10
3062
3063         * src/prefs_account.c
3064                 Be safe by default: remove mails from POP3
3065                 after 7 days, not immediately
3066
3067 2006-04-17 [colin]      2.1.1cvs9
3068
3069         * src/etpan/imap-thread.c
3070                 Fix build on DragonFly - patch by 
3071                 Jonathan Buschmann <jonthn@agmact.com>
3072
3073 2006-04-17 [colin]      2.1.1cvs8
3074
3075         * src/imap.c
3076                 Save uidnext between sessions
3077
3078 2006-04-17 [colin]      2.1.1cvs7
3079
3080         * src/imap.c
3081                 scan is required when uid validity changes
3082
3083 2006-04-17 [colin]      2.1.1cvs6
3084
3085         * src/folderview.c
3086                 Don't scan if not necessary, apart in current
3087                 folder and INBOX to fetch flags.
3088         * src/imap.c
3089                 Scan is necessary if unread count changes
3090
3091 2006-04-17 [colin]      2.1.1cvs5
3092
3093         * src/imap.c
3094                 ...But always fetch ANSWERED and DELETED flags for
3095                 INBOX, as filtering can happen on these flags.
3096
3097 2006-04-17 [colin]      2.1.1cvs4
3098
3099         * src/imap.c
3100                 Don't fetch REPLIED and DELETED flags when synchronising
3101                 flags with a closed folder. We only need UNSEEN and FLAGGED
3102                 to update the folderview.
3103
3104 2006-04-17 [colin]      2.1.1cvs3
3105
3106         * src/imap.c
3107                 Faster flag search when there are new mails 
3108                 in a folder. We can do a full search if the 
3109                 folder contains less messages than the new
3110                 list.
3111
3112 2006-04-17 [colin]      2.1.1cvs2
3113
3114         * po/cs.po
3115         * po/de.po
3116         * po/fr.po
3117         * po/nl.po
3118         * po/pt_BR.po
3119                 Update translations from stable branch
3120
3121 2006-04-17 [colin]      2.1.1cvs1
3122
3123         * configure.ac
3124                 Bump version to follow stable release
3125
3126 2006-04-16 [mones]      2.1.0cvs50
3127
3128         * po/es.po
3129                 Updated for release
3130
3131 2006-04-16 [colin]      2.1.0cvs49
3132
3133         * src/textview.c
3134                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
3135                 with gtk < 2.8. Thanks to Fabien Vantard.
3136
3137 2006-04-15 [colin]      2.1.0cvs48
3138
3139         * src/etpan/imap-thread.c
3140                 Fix bug #919 (libetpan: SEGV when connecting 
3141                 using command)
3142
3143 2006-04-14 [colin]      2.1.0cvs47
3144
3145         * src/main.c
3146                 Fix race on --select (should be done better)
3147
3148 2006-04-14 [wwp]        2.1.0cvs46
3149
3150         * src/send_message.c
3151                 enforce a check for domain in account prefs (a sending
3152                 error could be faced if domain was checked but no value set),
3153                 thanks to Colin.
3154
3155 2006-04-14 [colin]      2.1.0cvs45
3156
3157         * src/codeconv.c
3158                 when converting from unknown to unknown, if the
3159                 string is UTF8, don't convert it to the locale
3160                 (which breaks it)
3161
3162 2006-04-14 [colin]      2.1.0cvs44
3163
3164         * src/compose.c
3165                 Don't try to use ASCII for converting headers
3166                 (as done in body)
3167
3168 2006-04-14 [paul]       2.1.0cvs43
3169
3170         * src/crash.c
3171                 add locale/charset info to crash report
3172         * src/gtk/about.c
3173                 add wwp to doc team
3174                 replace 'e-mail' with preferred 'email'
3175         * src/gtk/authors.h
3176                 ensure contributors list is in alphabetical
3177                 order
3178
3179 2006-04-13 [colin]      2.1.0cvs42
3180
3181         * src/textview.c
3182                 Prevent gdk warnings
3183
3184 2006-04-13 [colin]      2.1.0cvs41
3185
3186         * src/common/ssl_certificate.c
3187         * src/common/ssl_certificate.h
3188         * src/gtk/sslcertwindow.c
3189                 Warn on expired certs, and display the expiration date
3190
3191 2006-04-13 [colin]      2.1.0cvs40
3192
3193         * src/plugins/spamassassin/spamassassin_gtk.c
3194                 Fix missing set_text on unix socket
3195
3196 2006-04-13 [wwp]        2.1.0cvs39
3197
3198         * manual/fr/advanced.xml
3199         * manual/fr/glossary.xml
3200                 applied new spam/ham/email lexicon (pourriel, courriel)
3201
3202 2006-04-13 [paul]       2.1.0cvs38
3203
3204         * src/plugins/pgpmime/plugin.c
3205                 remove the mention of S/MIME from the
3206                 description. This is now handled by the
3207                 S/MIME plugin.
3208
3209 2006-04-13 [paul]       2.1.0cvs37
3210
3211         * src/prefs_msg_colors.c
3212                 rework dialog
3213         * src/prefs_folder_item.c
3214         * src/prefs_spelling.c
3215                 add a tooltip to the colour selector buttons
3216
3217 2006-04-13 [wwp]        2.1.0cvs36
3218
3219         * manual/advanced.xml
3220         * manual/glossary.xml
3221         * manual/handling.xml
3222         * manual/keyboard.xml
3223         * manual/plugins.xml
3224         * manual/starting.xml
3225         * manual/fr/account.xml
3226         * manual/fr/ack.xml
3227         * manual/fr/addrbook.xml
3228         * manual/fr/advanced.xml
3229         * manual/fr/faq.xml
3230         * manual/fr/glossary.xml
3231         * manual/fr/gpl.xml
3232         * manual/fr/handling.xml
3233         * manual/fr/intro.xml
3234         * manual/fr/keyboard.xml
3235         * manual/fr/plugins.xml
3236         * manual/fr/starting.xml
3237         * manual/fr/sylpheed-claws-manual.xml
3238                 fixes to the manuals:
3239                  - summaryview -> Message List (same in French)
3240                  - translate key names
3241                  - fix French punctuation, use non-breakable spaces when
3242                    necessary, don't use &thinsp; which is not portable
3243                  - tell what maildir and mbox formats we support
3244
3245 2006-04-12 [wwp]        2.1.0cvs35
3246
3247         * src/prefs_toolbar.c
3248                 unified a replace button more,
3249                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3250
3251 2006-04-12 [wwp]        2.1.0cvs34
3252
3253         * src/prefs_common.c
3254         * src/prefs_msg_colors.c
3255                 make default color labels translatable,
3256                 patch from Fabien Vantard <fzzzzz@gmail.com>,
3257                 thanks to Tim <timbrain@post.cz> for reporting.
3258
3259 2006-04-12 [wwp]        2.1.0cvs33
3260
3261         * manual/glossary.xml
3262         * manual/intro.xml
3263         * manual/plugins.xml
3264         * manual/starting.xml
3265         * manual/sylpheed-claws-manual.xml
3266         * manual/fr/.cvsignore
3267         * manual/fr/account.xml
3268         * manual/fr/ack.xml
3269         * manual/fr/addrbook.xml
3270         * manual/fr/advanced.xml
3271         * manual/fr/faq.xml
3272         * manual/fr/glossary.xml
3273         * manual/fr/handling.xml
3274         * manual/fr/intro.xml
3275         * manual/fr/keyboard.xml
3276         * manual/fr/plugins.xml
3277         * manual/fr/starting.xml
3278         * manual/fr/sylpheed-claws-manual.xml
3279                 various fixes: typos, missing .fr translations, punctuation,
3280                 capitalization, links, accents and some bad French more.
3281
3282 2006-04-12 [wwp]        2.1.0cvs32
3283
3284         * src/prefs_gtk.c
3285                 fix for bug #935: always store prefs files in UTF-8 (thanks
3286                 to Colin).
3287
3288 2006-04-11 [colin]      2.1.0cvs31
3289
3290         * src/compose.c
3291                 Fix inserting files not in utf8 when locale is utf8
3292
3293 2006-04-11 [colin]      2.1.0cvs30
3294
3295         * src/inc.c
3296                 Don't show error dialog when cancelling connection
3297                 Patch by Pawel
3298
3299 2006-04-11 [cleroy]     2.1.0cvs29
3300
3301         * src/compose.c
3302                 Implement multiple quote levels
3303         * src/prefs_common.c
3304                 Change a little bit the quote bgcolor for 2nd level
3305
3306 2006-04-11 [colin]      2.1.0cvs28
3307
3308         * src/gtk/about.c
3309                 Add locale and charset in the label
3310
3311 2006-04-10 [colin]      2.1.0cvs27
3312
3313         * src/compose.c
3314         * src/prefs_common.c
3315         * src/prefs_common.h
3316         * src/prefs_msg_colors.c
3317         * src/textview.c
3318                 Allow optional background color in quotes
3319                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
3320                 GTK+-2.8.x feature
3321
3322 2006-04-10 [colin]      2.1.0cvs26
3323
3324         * src/main.c
3325         * src/mainwindow.c
3326         * src/mainwindow.h
3327                 Implement --select
3328
3329 2006-04-10 [colin]      2.1.0cvs25
3330
3331         * manual/plugins.xml
3332         * manual/fr/plugins.xml
3333                 Document libcurl's proxy variables
3334
3335 2006-04-09 [colin]      2.1.0cvs24
3336
3337         * src/prefs_common.c
3338                 gettext() returns statically allocated stuff. We have
3339                 to strdup it in order to be able to free it.
3340
3341 2006-04-09 [colin]      2.1.0cvs23
3342
3343         * AUTHORS
3344         * src/gtk/authors.h
3345                 Add Alexei
3346
3347 2006-04-09 [colin]      2.1.0cvs22
3348
3349         * src/mainwindow.c
3350         * src/gtk/quicksearch.c
3351                 Fix bug #859 (problems with cyrilic input in 
3352                 search panel) - Patch by Alexey Illarionov 
3353                 <littlesavage@rambler.ru>
3354
3355 2006-04-09 [colin]      2.1.0cvs21
3356
3357         * src/prefs_customheader.c
3358                 I prefer removing then freeing rather than the contrary
3359                 (even if it doesn't change anything ;-)
3360         * src/prefs_account.c
3361                 Fix bug #933 (Crash re-entering the custom headers list 
3362                 dialog in accounts prefs)
3363                 The problem happened when cancelling the Account 
3364                 Preferences' dialogs - in which case we didn't do 
3365                 anything to the PrefsAccount * struct. In case of applying,
3366                 the old ac_prefs was replaced with the tmp_ac_prefs we were
3367                 working with in this dialog. The problem is that 
3368                 prefs_customheader.c, working on this tmp_ac_prefs, always
3369                 changes the ->customhdr_list pointer, even when cancelled. 
3370                 So in case of cancelling the prefs_account dialog, we still
3371                 have to update ->customhdr_list in the real account.
3372
3373 2006-04-08 [colin]      2.1.0cvs20
3374
3375         * manual/fr/glossary.xml
3376         * manual/fr/keyboard.xml
3377                 Forgot some headers :)
3378
3379 2006-04-08 [colin]      2.1.0cvs19
3380
3381         * manual/Makefile.am
3382         * manual/fr/Makefile.am
3383         * manual/fr/account.xml
3384         * manual/fr/ack.xml
3385         * manual/fr/addrbook.xml
3386         * manual/fr/advanced.xml
3387         * manual/fr/faq.xml
3388         * manual/fr/glossary.xml
3389         * manual/fr/gpl.xml
3390         * manual/fr/handling.xml
3391         * manual/fr/intro.xml
3392         * manual/fr/keyboard.xml
3393         * manual/fr/plugins.xml
3394         * manual/fr/starting.xml
3395         * manual/fr/sylpheed-claws-manual.xml
3396         * manual/fr/dist/.cvsignore
3397         * manual/fr/dist/Makefile.am
3398         * manual/fr/dist/html/.cvsignore
3399         * manual/fr/dist/html/Makefile.am
3400         * manual/fr/dist/pdf/.cvsignore
3401         * manual/fr/dist/pdf/Makefile.am
3402         * manual/fr/dist/ps/.cvsignore
3403         * manual/fr/dist/ps/Makefile.am
3404         * manual/fr/dist/txt/.cvsignore
3405         * manual/fr/dist/txt/Makefile.am
3406                 Add the french translation of the manual. Thanks to
3407                 Olivier Delhomme <olivier.delhomme@free.fr> for 
3408                 account.xml, ack.xml, addrbook.xml and advanced.xml
3409
3410 2006-04-08 [colin]      2.1.0cvs18
3411
3412         * manual/plugins.xml
3413         * manual/starting.xml
3414                 More fixes
3415
3416 2006-04-07 [colin]      2.1.0cvs17
3417
3418         * manual/faq.xml
3419         * manual/intro.xml
3420         * manual/keyboard.xml
3421                 Little fixes
3422
3423 2006-04-07 [colin]      2.1.0cvs16
3424
3425         * README
3426         * src/compose.c
3427         * src/prefs_common.c
3428         * src/prefs_common.h
3429                 Add hidden compose_no_markup pref
3430
3431 2006-04-07 [wwp]        2.1.0cvs15
3432
3433         * src/summary_search.c
3434         * .cvsignore
3435                 Bugfix: stop button was sticky when searching in an empty folder.
3436                 Applied curly brackets code style to the whole file (summary_search.c).
3437                 More files to ignore.
3438
3439 2006-04-07 [wwp]        2.1.0cvs14
3440
3441         * src/message_search.c
3442         * src/summary_search.c
3443                 changed default button when search bumps at file/folder
3444                 beginning or end, for convenience (thanks to Colin).
3445
3446 2006-04-07 [paul]       2.1.0cvs13
3447
3448         * src/plugins/dillo_viewer/dillo_prefs.c
3449                 avoid future potential for namespace collision
3450                 Patch by Colin
3451
3452 2006-04-06 [wwp]        2.1.0cvs12
3453
3454         * src/summary_search.c
3455                 Unify extended/advanced searches names (and thus factorize labels),
3456                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3457
3458 2006-04-06 [wwp]        2.1.0cvs11
3459
3460         * src/folderview.c
3461         * src/prefs_themes.c
3462         * src/summaryview.c
3463                 Fixed some compilation warnings.
3464
3465 2006-04-06 [colin]      2.1.0cvs10
3466
3467         * manual/advanced.xml
3468                 Document the wizard template and how to deploy
3469                 Sylpheed-Claws effectively
3470
3471 2006-04-06 [colin]      2.1.0cvs9
3472
3473         * src/folderview.c
3474                 gettext patch to tell translators about _("#"),
3475                 by Maxim Britov
3476
3477 2006-04-06 [colin]      2.1.0cvs8
3478
3479         * src/textview.c
3480                 Fix invalid GtkTextBIter after clicking "Display as text"
3481
3482 2006-04-06 [mones]      2.1.0cvs7
3483
3484         * src/addr_compl.c
3485         * src/addrindex.c
3486         * src/addritem.c
3487         * src/codeconv.c
3488         * src/compose.c
3489         * src/filtering.c
3490         * src/folder.c
3491         * src/folder_item_prefs.c
3492         * src/folderview.c
3493         * src/localfolder.c
3494         * src/matcher.c
3495         * src/mimeview.c
3496         * src/prefs_msg_colors.c
3497         * src/prefs_spelling.c
3498         * src/prefs_themes.c
3499         * src/procmime.c
3500         * src/procmsg.c
3501         * src/stock_pixmap.c
3502         * src/summaryview.c
3503         * src/textview.c
3504         * src/toolbar.c
3505         * src/common/mgutils.c
3506         * src/common/prefs.c
3507         * src/common/ssl_certificate.c
3508         * src/gtk/colorlabel.c
3509         * src/gtk/quicksearch.c
3510         * src/plugins/pgpmime/pgpmime.c
3511         * src/plugins/spamassassin/spamassassin.c
3512                 Removed redundant NULL checks for g_free() calls.
3513                 Patch by Pawel Pekala.
3514
3515 2006-04-06 [mones]      2.1.0cvs6
3516
3517         * src/prefs_actions.c
3518         * src/prefs_filtering.c
3519         * src/prefs_filtering_action.c
3520         * src/prefs_matcher.c
3521         * src/prefs_template.c
3522         * src/gtk/gtkutils.c
3523         * src/gtk/gtkutils.h
3524                 Have a nice replace button. Patch by Pawel Pekala
3525
3526 2006-04-06 [colin]      2.1.0cvs5
3527
3528         * src/addressbook.c
3529                 Fix crash with empty columns
3530
3531 2006-04-05 [colin]      2.1.0cvs4
3532
3533         * src/wizard.c
3534         * src/prefs_gtk.c
3535                 Allow wizard customization with pre-filled values
3536
3537 2006-04-05 [colin]      2.1.0cvs3
3538
3539         * src/textview.c
3540         * src/mimeview.c
3541         * src/mimeview.h
3542                 Nicer messages in mimeview
3543
3544 2006-04-05 [colin]      2.1.0cvs2
3545
3546         * src/addressbook.c
3547         * src/prefs_summaries.c
3548                 i18n fix
3549
3550 2006-04-05 [colin]      2.1.0cvs1
3551
3552         * src/plugins/pgpcore/plugin.c
3553         * src/plugins/pgpcore/select-keys.c
3554         * src/plugins/pgpcore/select-keys.h
3555         * src/plugins/pgpcore/sgpgme.c
3556         * src/plugins/pgpcore/sgpgme.h
3557         * src/plugins/pgpinline/pgpinline.c
3558         * src/plugins/pgpinline/plugin.c
3559         * src/plugins/pgpmime/pgpmime.c
3560         * src/plugins/pgpmime/plugin.c
3561                 Factorize and generalize a bit 
3562                 Drop S/MIME signature verification from PGP/MIME
3563                 (adding it as another, more complete plugin)
3564
3565 2006-04-05 [paul]       2.1.0
3566
3567         2.1.0 released
3568
3569 2006-04-05 [paul]       2.0.0cvs186
3570
3571         * manual/advanced.xml
3572                 add info on colour labels
3573
3574 2006-04-05 [paul]       2.0.0cvs185
3575
3576         * po/bg.po
3577         * po/cs.po
3578         * po/de.po
3579         * po/el.po
3580         * po/en_GB.po
3581         * po/fi.po
3582         * po/fr.po
3583         * po/it.po
3584         * po/nl.po
3585         * po/pl.po
3586         * po/pt_BR.po
3587         * po/sr.po
3588         * po/zh_CN.po
3589                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3590                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3591                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3592                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3593         * src/gtk/authors.h
3594         * tools/claws.i18n.status.pl
3595                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3596                 and new Czech translator, Tim <timbrain@post.cz>
3597
3598 2006-04-05 [mones]      2.0.0cvs184
3599
3600         * po/es.po
3601                 Updated translation
3602
3603 2006-04-05 [colin]      2.0.0cvs183
3604
3605         * src/gtk/quicksearch.c
3606                 Fix bug #929 (unnecessary reload in quick search bar)
3607
3608 2006-04-05 [colin]      2.0.0cvs182
3609
3610         * src/compose.c
3611                 Fix crash on Reply with no From:
3612                 Show signature and conversion error on queuing 
3613                 (but not sending)
3614         * src/mainwindow.c
3615         * src/summaryview.c
3616         * src/summaryview.h
3617                 Factorize threading code and make sure msginfo 
3618                 is not null when it comes from a GtkCTreeRow's 
3619                 data
3620         * src/gtk/gtkaspell.c
3621                 Check for necessary things
3622         * src/gtk/gtksctree.c
3623         * src/gtk/gtksctree.h
3624                 Reset anchor if necessary when removing node
3625
3626 2006-03-29 [colin]      2.0.0cvs181
3627
3628         * src/folderview.c
3629                 Warn for disabled IMAP accounts (due to lack of
3630                 libetpan). Breaks string-freeze - sorry - but it
3631                 is kind of important ;)
3632
3633 2006-03-28 [colin]      2.0.0cvs180
3634
3635         * src/gtk/gtkutils.c
3636         * src/gtk/gtkutils.h
3637                 Add a gtkut_get_link_btn() function that
3638                 creates a button which acts like an URI
3639         * src/prefs_themes.c
3640         * src/gtk/about.c
3641                 Use this function (factorizes codes)
3642         * src/common/defs.h
3643         * src/gtk/pluginwindow.c
3644                 Add a "Get more..." in the plugins window
3645
3646 2006-03-28 [colin]      2.0.0cvs179
3647
3648         * src/common/smtp.c
3649         * src/common/passcrypt.c
3650         * src/undo.c
3651                 Warning fixes. Patch by Pawel Pekala
3652
3653 2006-03-27 [colin]      2.0.0cvs178
3654
3655         * src/undo.c
3656                 Fix undoing by blocks with spaces
3657
3658 2006-03-27 [colin]      2.0.0cvs177
3659
3660         * src/textview.c
3661                 Set margin to 3px for headers
3662
3663 2006-03-27 [paul]
3664
3665         2.1.0-rc2 released
3666
3667 2006-03-27 [wwp]        2.0.0cvs176
3668
3669         * src/summaryview.c
3670                 don't reset quicksearch when updating the message list.
3671                 Thanks to Colin.
3672
3673 2006-03-26 [wwp]        2.0.0cvs175
3674
3675         * src/compose.c
3676                 use a unified border width ('other' tab in the compose window,
3677                 patch by Pawel Pekala).
3678
3679
3680 2006-03-26 [wwp]        2.0.0cvs174
3681
3682         * src/common/quoted-printable.c
3683         * src/addressbook.c
3684                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3685
3686 2006-03-26 [colin]      2.0.0cvs173
3687
3688         * src/quote_fmt_parse.y
3689                 Fix non-UTF8 date formats messing up the whole quote a 
3690                 little bit
3691
3692 2006-03-26 [colin]      2.0.0cvs172
3693
3694         * src/procheader.c
3695                 Make sure the date is UTF8 valid, or try to make it
3696                 so. IncrediMail is really IncrediStupid.
3697         * src/compose.c
3698                 Fix possible conversions. 
3699                 
3700
3701 2006-03-26 [colin]      2.0.0cvs171
3702
3703         * src/matcher.c
3704                 Fix corner cases in body search. This is still a
3705                 hack... It seems impossible to make it good and 
3706                 reasonably fast at the same time.
3707
3708 2006-03-26 [colin]      2.0.0cvs170
3709
3710         * src/summaryview.c
3711                 I think I killed the twilight zone bug!
3712                 summary_select_node() flushes GTK events in order
3713                 to be able to center the view. But this also 
3714                 flushes keypresses like Ctrl-Alt-U, so this can
3715                 call summary_show from summary_select_node (itself
3716                 called from summary_show, etc.). And the summaryview
3717                 has to be unlocked in this function. So just locking
3718                 while processing GTK events, and bailing if locked, 
3719                 should fix it.
3720                 Fixes bug #927 (SIGSEGV during Update Summary)
3721
3722 2006-03-25 [colin]      2.0.0cvs169
3723
3724         * src/matcher.c
3725                 Fix search in QP-encoded bodies
3726                 Fix utf-8 searches in bodies encoded in the
3727                 locale's encoding
3728         * src/common/quoted-printable.c
3729         * src/common/quoted-printable.h
3730                 Add a decode function that doesn't overwrite
3731                 the original pointer
3732                 
3733
3734 2006-03-24 [colin]      2.0.0cvs168
3735
3736         * src/action.c
3737         * src/summaryview.c
3738         * src/summaryview.h
3739                 Update message cache after action
3740                 Patch by H. Merijn Brand
3741         * src/prefs_msg_colors.c
3742                 Factorize label 
3743                 Patch by Fabien Vantard
3744         * src/plugins/spamassassin/spamassassin_gtk.c
3745                 Remove useless translation
3746                 Patch by Fabien Vantard
3747
3748 2006-03-23 [colin]      2.0.0cvs167
3749
3750         * src/common/ssl.c
3751                 Let 30 seconds to SSL_connect
3752
3753 2006-03-23 [wwp]        2.0.0cvs166
3754
3755         * src/summaryview.c
3756         * src/gtk/description_window.c
3757                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
3758                 and headers are translated; adjust description windows' width to fit their
3759                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
3760
3761 2006-03-23 [paul]       2.0.0cvs165
3762
3763         * src/common/utils.c
3764                 fix highlighting of URIs containing "()"
3765                 (2.0.0cvs164's reversal fixed)
3766                 Thanks to Colin.
3767
3768 2006-03-23 [paul]       2.0.0cvs164
3769
3770         * src/common/utils.c
3771                 revert patch, (postponing a fix), at 2.0.0cvs120
3772                 as it breaks more URIs than it fixes.
3773                 Allow '-' to be a terminating character in a URI
3774
3775 2006-03-22 [colin]      2.0.0cvs163
3776
3777         * configure.ac
3778                 Require libetpan 0.45
3779                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
3780
3781 2006-03-22 [paul]       2.0.0cvs162
3782
3783         * src/editgroup.c
3784                 replace '<-' and '->' buttons with GTK_STOCK graphical
3785                 buttons
3786         * src/summary_search.c
3787                 don't offer '...' for translation
3788                 add a tooltip to advanced search '...' button
3789         * src/gtk/quicksearch.c
3790                 don't offer '...' for translation
3791
3792 2006-03-21 [colin]      2.0.0cvs161
3793
3794         * src/compose.c
3795                 Fix middle-click pasting (insert at click
3796                 position instead of cursor position, don't
3797                 remove existing selection and allow pasting
3798                 our own selection)
3799         * src/addressbook.c
3800                 "LDAP Server" -> "LDAP servers"
3801
3802 2006-03-21 [wwp]        2.0.0cvs160
3803
3804         * src/etpan/imap-thread.c
3805                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
3806
3807 2006-03-20 [colin]      2.0.0cvs159
3808
3809         * src/summaryview.c
3810                 Don't reload summaryview after an execute with no
3811                 move action
3812
3813 2006-03-19 [colin]      2.0.0cvs158
3814
3815         * src/addressbook.c
3816                 and put groups at the top, always
3817
3818 2006-03-19 [colin]      2.0.0cvs157
3819
3820         * src/addressbook.c
3821                 Order groups before names, as previously
3822
3823 2006-03-19 [colin]      2.0.0cvs156
3824
3825         * src/addressbook.c
3826                 - Sort case-unsensitive
3827                 - Put the sort arrow at opening too
3828
3829 2006-03-19 [wwp]        2.0.0cvs155
3830
3831         * src/addressbook.c
3832                 allow sorting by name/email/remarks, ensure that right-pane's contents
3833                 matches the left-pane selection (cleared when appropriate).
3834                 Patch by Pawel Pekala <c0rn@o2.pl>.
3835
3836 2006-03-18 [colin]      2.0.0cvs154
3837
3838         * src/textview.c
3839                 Fix text cursor ;)
3840
3841 2006-03-18 [colin]      2.0.0cvs153
3842
3843         * src/gtk/filesel.c
3844                 Make sure we hide the preview if we didn't get
3845                 a filename
3846
3847 2006-03-18 [colin]      2.0.0cvs152
3848
3849         * src/summaryview.c
3850                 Set cursor to watch for execution (fixes lack
3851                 of watch-cursor when dnd'ing hundreds of mails)
3852         * src/gtk/filesel.c
3853                 Check that mime type is 'image/*' before updating
3854                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
3855
3856 2006-03-18 [colin]      2.0.0cvs151
3857
3858         * src/mainwindow.c
3859         * src/textview.c
3860         * src/textview.h
3861                 Put a watch cursor in textview too when the mainwindow's
3862                 cursor in a watch
3863
3864 2006-03-18 [colin]      2.0.0cvs150
3865
3866         * src/folder.c
3867                 Change wrong asserts to simple tests
3868
3869 2006-03-17 [colin]      2.0.0cvs149
3870
3871         * src/mainwindow.c
3872         * src/mainwindow.h
3873         * src/prefs_msg_colors.c
3874         * src/summaryview.c
3875         * src/summaryview.h
3876         * src/gtk/colorlabel.c
3877         * src/gtk/colorlabel.h
3878                 Add a color label menu in the main menubar
3879                 Add (fixed) accels Ctrl-{0-7} to change the color
3880                 They have to be fixed because the menu's dynamic,
3881                 the items are complex widgets, hence we can't use
3882                 a GtkItemFactory.
3883
3884
3885 2006-03-17 [wwp]        2.0.0cvs148
3886
3887         * src/compose.c
3888                 rollback few lines from my previous commit (those lines come from
3889                 a pending patch, accidentally commited, even if neutral as they are
3890                 commented out).
3891
3892 2006-03-17 [wwp]        2.0.0cvs147
3893
3894         * src/compose.c
3895                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
3896                 applied code style/indentation to the modified function.
3897
3898 2006-03-17 [wwp]        2.0.0cvs146
3899
3900         * src/procmsg.c
3901         * src/compose.c
3902                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
3903
3904 2006-03-17 [paul]
3905
3906         2.1.0-rc1 released
3907
3908 2006-03-17 [paul]       2.0.0cvs145
3909
3910         * src/main.c
3911                 addressbook_read_file() was called twice
3912         * src/textview.c
3913                 X-Mailer highlighting
3914
3915 2006-03-16 [colin]      2.0.0cvs144
3916
3917         * src/sourcewindow.c
3918         * src/sourcewindow.h
3919                 And the last one, in source window.
3920
3921 2006-03-16 [colin]      2.0.0cvs143
3922
3923         * src/compose.c
3924         * src/compose.h
3925                 Fix the same stuff in compose
3926
3927 2006-03-16 [colin]      2.0.0cvs142
3928
3929         * src/messageview.c
3930                 Complete the previous messageview crash fix
3931
3932 2006-03-16 [colin]      2.0.0cvs141
3933
3934         * src/procmsg.h
3935         * src/procmsg.c
3936         * src/folder.c
3937                 Fix POSTPROCESSING hook
3938                 Patch by H. Merijn Brand
3939
3940         * src/procmime.c
3941         * src/procmime.h
3942                 Parse Content-Location
3943
3944         * src/toolbar.c
3945         * src/messageview.c
3946         * src/messageview.h
3947                 Don't crash when a top-level MessageView has
3948                 been closed on us. Same problematic than
3949                 yesterday's quicksearch issue.
3950
3951 2006-03-15 [colin]      2.0.0cvs140
3952
3953         * src/gtk/quicksearch.c
3954                 Fix a bitchy race we didn't think about when we
3955                 added quicksearch cancellation:
3956                 If the search is not on cached fields, for example
3957                 body_part matchcase "stuff"
3958                 the matcher code has to get the whole message. If
3959                 we're on IMAP, that can be slow, and in order to
3960                 be non-blocking, the IMAP code idle loop processes
3961                 gtk events too. So it is possible to cancel a
3962                 quicksearch while the matcher is getting the mail's
3963                 body. After matcher got its body, it will start to
3964                 iterate over the matcher list that the Quicksearch's
3965                 clear_search_cb() just freed via prepare_matcher().
3966                 SIGSEGV ensues.
3967                 The fix consists of guarding the matcherlist_match()
3968                 call with a boolean 'matching'. If we reset the
3969                 quicksearch while matching is TRUE, we don't free
3970                 the matcherlist anymore like we did, but we set
3971                 another new flag, deferred_free, to TRUE. Then,
3972                 in quicksearch_match(), just after returning from
3973                 matcherlist_match() and unsetting the matching flag,
3974                 we check the deferred_free flag and do the
3975                 prepare_matcher() (which does the matcherlist_free)
3976                 for real, so we free the matcherlist once it's not
3977                 used anymore.
3978                 As all of this runs via the glib main loop, we
3979                 luckily don't need a mutex.
3980         * src/summaryview.c
3981                 Also, show progress while searching.
3982
3983
3984 2006-03-14 [colin]      2.0.0cvs139
3985
3986         * src/alertpanel.c
3987                 Make alertpanel_is_open non-static
3988
3989 2006-03-14 [colin]      2.0.0cvs138
3990
3991         * src/prefs_spelling.c
3992                 Cleanups - Fabien Vantard
3993
3994 2006-03-14 [wwp]        2.0.0cvs137
3995
3996         * src/main.c
3997                 code style normalization (curly braces, indentation).
3998
3999 2006-03-14 [wwp]        2.0.0cvs137
4000
4001         * src/main.c
4002                 code style (braces, indentation)
4003
4004 2006-03-12 [paul]       2.0.0cvs136
4005
4006         * src/prefs_common.c
4007                 trans_hdr defaults to FALSE to be RFC-savvy
4008         * src/prefs_summaries.c
4009                 add a tooltip to the trans_hdr option
4010                 
4011
4012 2006-03-12 [paul]       2.0.0cvs135
4013
4014         * src/prefs_matcher.c
4015                 give a little more width to the combos
4016         * src/prefs_display_header.c
4017         * src/textview.c
4018                 translate headers if prefs_common.trans_hdr
4019                 is TRUE
4020
4021         Patches by Pawel Pekala
4022
4023 2006-03-12 [paul]       2.0.0cvs134
4024
4025         * src/plugins/clamav/clamav_plugin.c
4026         * src/plugins/dillo_viewer/dillo_viewer.c
4027         * src/plugins/pgpcore/plugin.c
4028         * src/plugins/pgpinline/plugin.c
4029         * src/plugins/pgpmime/plugin.c
4030         * src/plugins/spamassassin/spamassassin.c
4031                 update/add to descriptions
4032         * src/plugins/spamassassin/spamassassin_gtk.c
4033                 fixes to the english, remove superfluous
4034                 tooltips, clean up a little
4035
4036 2006-03-12 [paul]       2.0.0cvs133
4037
4038         * src/compose.c
4039                 fix Bug 924, 'Account combo box shows up wrong 
4040                 if & is in account name'
4041
4042 2006-03-11 [colin]      2.0.0cvs132
4043
4044         * src/summaryview.c
4045                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
4046                 messed up shift-selection because is slows down
4047                 moving around summaryview. thanks -users
4048
4049 2006-03-10 [colin]      2.0.0cvs131
4050
4051         * src/plugins/spamassassin/spamassassin_gtk.c
4052                 Put back Paul's engrish fixes
4053
4054 2006-03-10 [colin]      2.0.0cvs130
4055
4056         * src/plugins/spamassassin/spamassassin.c
4057         * src/plugins/spamassassin/spamassassin.h
4058         * src/plugins/spamassassin/spamassassin_gtk.c
4059                 Cleanup SA prefs page (more)
4060                 Patch by Fabien Vantard
4061
4062 2006-03-10 [paul]       2.0.0cvs129
4063
4064         * src/prefs_msg_colors.c
4065         * src/prefs_spelling.c
4066                 widget sensitivity
4067
4068 2006-03-09 [mones]      2.0.0cvs128
4069
4070         * po/es.po
4071                 Update for next RC
4072
4073 2006-03-09 [wwp]        2.0.0cvs127
4074
4075         * configure.ac
4076                 revert accidental commit (requirement for libetpan 0.43), this time
4077                 not in HEAD.
4078
4079 2006-03-09 [wwp]        2.0.0cvs125
4080
4081         * configure.ac
4082                 revert accidental commit (requirement for libetpan 0.43)
4083
4084 2006-03-09 [paul]       2.0.0cvs126
4085
4086         * src/prefs_receive.c
4087                 remove useless frame
4088                 replace 'incorporation' with 'receiving'
4089         * src/plugins/clamav/clamav_plugin_gtk.c
4090         * src/plugins/spamassassin/spamassassin_gtk.c
4091                 improve widget sensitivity
4092                 fix a bit his engrish
4093
4094 2006-03-09 [wwp]        2.0.0cvs125
4095
4096         * src/addressadd.c
4097         * src/foldersel.c
4098         * src/prefs_common.c
4099         * src/prefs_common.h
4100                 remember some more windows' sizes (add to addressbook and
4101                 select folder).
4102
4103 2006-03-09 [paul]       2.0.0cvs124
4104
4105         * src/plugins/pgpcore/prefs_gpg.c
4106                 normalise construction of dialogue
4107
4108 2006-03-09 [paul]       2.0.0cvs123
4109
4110         * src/plugins/trayicon/Makefile.am
4111                 add missing slash
4112
4113 2006-03-08 [colin]      2.0.0cvs122
4114
4115         * src/plugins/trayicon/Makefile.am
4116                 Fix build in separate dir 
4117                 Patch by Bamanzi <bamanzi@gmail.com>
4118
4119 2006-03-08 [colin]      2.0.0cvs121
4120
4121         * src/procmsg.c
4122                 Batch move and copies from summaryview with delayed execution
4123                 too
4124
4125 2006-03-07 [paul]       2.0.0cvs120
4126
4127         * src/common/utils.c
4128                 fix highlighting of URIs containing "()"
4129                 Patch by Pawel Pekala
4130
4131 2006-03-07 [paul]       2.0.0cvs119
4132
4133         * src/folder.c
4134         * src/folder.h
4135         * src/folderview.c
4136                 immediately do alphabetical resort when
4137                 changing a folder's name
4138                 Patch by Pawel Pekala
4139
4140 2006-03-07 [paul]       2.0.0cvs118
4141
4142         * src/news.c
4143         * src/news_gtk.c
4144                 when unsubscribing a newsgroup, remove the
4145                 folder and msgs in .sylpheed-claws/newscache
4146                 Patch by Pawel Pekala <c0rn@gazeta.pl>
4147
4148 2006-03-07 [paul]       2.0.0cvs117
4149
4150         * src/textview.c
4151                 fix wrong Fake URL Warning
4152                 Thanks to Hiro
4153
4154 2006-03-07 [colin]      2.0.0cvs116
4155
4156         * src/imap.c
4157                 Return immediately when password dialog was
4158                 cancelled
4159         * src/gtk/inputdialog.c
4160                 Allow empty strings for passwords
4161
4162
4163 2006-03-06 [colin]      2.0.0cvs115
4164
4165         * src/imap.c
4166                 Prevent double-timeouts when connection fails
4167
4168 2006-03-06 [colin]
4169
4170         2.0.1-rc1 released
4171
4172 2006-03-06 [colin]      2.0.0cvs114
4173
4174         * src/imap.c
4175                 Refresh session during potentially long
4176                 operations
4177
4178 2006-03-06 [wwp]        2.0.0cvs113
4179
4180         * src/prefs_msg_colors.h
4181                 forgot that one (custom color labels).
4182
4183 2006-03-06 [wwp]        2.0.0cvs112
4184
4185         * src/prefs_common.c
4186         * src/prefs_common.h
4187         * src/prefs_msg_colors.c
4188         * src/summaryview.c
4189         * src/summaryview.h
4190         * src/gtk/colorlabel.c
4191         * src/gtk/colorlabel.h
4192                 colors in messages list are now customizable. Color values and names can
4193                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
4194                 Thanks to Paul and Colin for their help with this longstanding patch!
4195
4196 2006-03-06 [wwp]        2.0.0cvs111
4197
4198         * src/textview.c
4199                 don't crash if (x)face is bad.
4200
4201 2006-03-05 [paul]       2.0.0cvs110
4202
4203         * AUTHORS
4204         * configure.ac
4205         * src/Makefile.am
4206         * src/common/Makefile.am
4207         * src/common/utils.h
4208         * src/etpan/imap-thread.c
4209         * src/gtk/authors.h
4210         * src/plugins/clamav/Makefile.am
4211         * src/plugins/demo/Makefile.am
4212         * src/plugins/dillo_viewer/Makefile.am
4213         * src/plugins/pgpcore/Makefile.am
4214         * src/plugins/pgpcore/passphrase.c
4215         * src/plugins/pgpinline/Makefile.am
4216         * src/plugins/pgpmime/Makefile.am
4217         * src/plugins/spamassassin/Makefile.am
4218         * src/plugins/trayicon/Makefile.am
4219                 fix builiding on cygwin
4220                 Patch by Ralgh Young <bamanzi@gmail.com>
4221
4222 2006-03-04 [wwp]        2.0.0cvs109
4223
4224         * manual/keyboard.xml
4225                 fix mixed up/down keys.
4226
4227 2006-03-04 [wwp]        2.0.0cvs108
4228
4229         * README
4230         * INSTALL
4231                 updated links to SpamAssassin.
4232
4233 2006-03-04 [wwp]        2.0.0cvs107
4234
4235         * manual/plugins.xml
4236         * src/plugins/spamassassin/README
4237                 updated SpamAssassin plugin docs to reflect new functional additions
4238                 (also fix/update/documents few technical stuff more, see the README).
4239
4240 2006-03-04 [wwp]        2.0.0cvs106
4241
4242         * src/prefs_message.c
4243                 normalized capitalization of message-prefs paths.
4244
4245 2006-03-04 [wwp]        2.0.0cvs105
4246
4247         * manual/advanced.xml
4248                 typo.
4249
4250 2006-03-03 [colin]      2.0.0cvs104
4251
4252         * src/plugins/clamav/clamav_plugin_gtk.c
4253                 Rework prefs page, patch by Fabien 
4254
4255 2006-03-03 [colin]      2.0.0cvs103
4256
4257         * src/plugins/clamav/clamav_plugin.c
4258                 Set error on all errors
4259
4260 2006-03-03 [colin]      2.0.0cvs102
4261
4262         * src/common/plugin.c
4263                 Initialize error to avoid crashing when a plugin fails
4264                 without setting error
4265
4266 2006-03-02 [wwp]        2.0.0cvs101
4267
4268         * configure.ac
4269                 fixed linker flags for libetpan support on Cygwin
4270                 (thanks to H.Merijn Brand).
4271
4272 2006-03-02 [wwp]        2.0.0cvs100
4273
4274         * src/addressbook.c
4275                 fix some AB error messages: one for punctuation and
4276                 one wrongly duplicate (thanks, maxbritov).
4277
4278 2006-03-02 [wwp]        2.0.0cvs99
4279
4280         * src/plugins/spamassassin/spamassassin.c
4281                 make sync calls to sa-learn/spamc to prevent
4282                 system (whatever local or client/server) overload.
4283
4284 2006-03-02 [colin]      2.0.0cvs98
4285
4286         * src/summaryview.c
4287                 Put the spam icon in the status column instead of the
4288                 mark one
4289
4290 2006-03-01 [colin]      2.0.0cvs97
4291
4292         * src/plugins/spamassassin/spamassassin.c
4293                 Fix segfault (g_file_set_contents fails for some 
4294                 reason and err==0x2f. Can't find out why with
4295                 valgrind, using working function :-)
4296
4297 2006-03-01 [colin]      2.0.0cvs96
4298
4299         * src/inc.c
4300                 Offline overriding: let 'No' be cached only 3 seconds
4301
4302 2006-03-01 [colin]      2.0.0cvs95
4303
4304         * src/addr_compl.c
4305         * src/addrbook.c
4306         * src/addressbook.c
4307         * src/addrindex.c
4308         * src/folder_item_prefs.c
4309         * src/headerview.c
4310         * src/imap.c
4311         * src/inc.c
4312         * src/ldif.c
4313         * src/mainwindow.c
4314         * src/mh.c
4315         * src/msgcache.c
4316         * src/prefs_common.h
4317         * src/prefs_msg_colors.c
4318         * src/procheader.c
4319         * src/procheader.h
4320         * src/procmime.c
4321         * src/procmsg.c
4322         * src/procmsg.h
4323         * src/send_message.h
4324         * src/simple-gettext.c
4325         * src/summaryview.c
4326         * src/summaryview.h
4327         * src/syldap.c
4328         * src/textview.c
4329         * src/undo.c
4330         * src/common/ssl_certificate.c
4331         * src/common/utils.c
4332         * src/gtk/colorsel.c
4333         * src/gtk/gtksctree.c
4334         * src/gtk/gtkshruler.c
4335         * src/plugins/trayicon/trayicon.c
4336                 #if 0 goes to /dev/null
4337
4338 2006-03-01 [colin]      2.0.0cvs94
4339
4340         * src/compose.c
4341         * src/imap.c
4342         * src/inc.c
4343         * src/inc.h
4344         * src/messageview.c
4345         * src/news.c
4346         * src/plugins/spamassassin/spamassassin.c
4347                 Allow to add information in the "working offline"
4348                 window
4349
4350 2006-03-01 [wwp]        2.0.0cvs93
4351
4352         * src/plugins/spamassassin/spamassassin.c
4353                 fixed spamc invocation: use a tricky temporary mini shell wrapper
4354                 'cause it seems that calling `spamc ... < inputfile` with
4355                 g_spawn_(a)sync simply.. erm doesn't work :-).
4356
4357 2006-03-01 [wwp]        2.0.0cvs92
4358
4359         * src/toolbar.c
4360         * src/toolbar.h
4361                 simplify the adding of spam/ham button to the messageview toolbar
4362                 (it gets more clear now that the same button will be "Mark as spam"
4363                 or "Mark as ham" according to the current message status,
4364                 thanks to Colin).
4365
4366 2006-03-01 [wwp]        2.0.0cvs91
4367
4368         * src/messageview.c
4369         * src/procmsg.c
4370         * src/procmsg.h
4371         * src/summaryview.c
4372         * src/plugins/spamassassin/spamassassin.c
4373         * src/plugins/spamassassin/spamassassin.h
4374                 make learner callbacks return a status (0 for ok),
4375                 handle it in main code to avoid setting flags when learning failed,
4376                 don't learn on TCP if offline in spamassassin,
4377                 thanks to Colin.
4378
4379                 
4380
4381 2006-03-01 [wwp]        2.0.0cvs90
4382
4383         * src/compose.c
4384                 some work around the compose window's account menu,
4385                 patch by Fabien Vantard.
4386
4387 2006-03-01 [wwp]        2.0.0cvs89
4388
4389         * src/plugins/spamassassin/spamassassin.c
4390                 fixed bad logics, was using spamc in local mode and sa-learn
4391                 in remote mode (thanks, Colin).
4392
4393 2006-03-01 [wwp]        2.0.0cvs88
4394
4395         * src/plugins/spamassassin/spamassassin.c
4396         * src/plugins/spamassassin/spamassassin.h
4397         * src/plugins/spamassassin/spamassassin_gtk.c
4398                 made processing of emails w/ sa-plugin an option (default is TRUE),
4399                 fixed Engrish some tooltips, capitalization of some debug messages
4400                 and warnings. The spamassassin plugin now provides two separate
4401                 services: process emails upon incorporation and spamd training.
4402                 Both services (un)register independently but use some common
4403                 plugin settings (transport settings, spam storage location).
4404
4405 2006-02-28 [wwp]        2.0.0cvs87
4406
4407         * src/plugins/spamassassin/spamassassin.c
4408                 fix async flag to spamc cmdline execution (batch exec should
4409                 be asynchronous).
4410
4411 2006-02-27 [wwp]        2.0.0cvs86
4412
4413         * src/plugins/spamassassin/spamassassin.c
4414         * src/plugins/spamassassin/spamassassin.h
4415         * src/plugins/spamassassin/spamassassin_gtk.c
4416                 - added the ability to learn a remote spamassassin server (spamd),
4417                 using spamc.
4418                 - added the spamassassin option 'username', that applies to all
4419                 spamassassin operations (filtering, learning, local or remote).
4420                 The default username is the current unix user (if left blank
4421                 from gtk prefs or config file).
4422                 - commented out some unused code (notebook widget), removed unused
4423                 layout (hbox1).
4424                 - make more widgets sensitive to the transport type.
4425
4426 2006-02-27 [colin]      2.0.0cvs85
4427
4428         * src/plugins/spamassassin/spamassassin.c
4429                 Fix sa-learn call when offline
4430
4431 2006-02-27 [colin]      2.0.0cvs84
4432
4433         * configure.ac
4434         * src/Makefile.am
4435         * src/mainwindow.c
4436         * src/mainwindow.h
4437         * src/messageview.c
4438         * src/messageview.h
4439         * src/prefs_toolbar.c
4440         * src/procmsg.c
4441         * src/stock_pixmap.c
4442         * src/stock_pixmap.h
4443         * src/summaryview.c
4444         * src/toolbar.c
4445         * src/toolbar.h
4446         * src/pixmaps/ham_btn.xpm
4447         * src/pixmaps/spam.xpm
4448         * src/pixmaps/spam_btn.xpm
4449         * src/plugins/spamassassin/spamassassin.c
4450                 Add button in toolbar for spam learning
4451                 Fix a few bugs from the last related commit
4452                 Revert 1.9.6cvs23 which messed up shift-selection
4453
4454 2006-02-24 [colin]      2.0.0cvs83
4455
4456         * src/procmsg.c
4457         * src/summaryview.c
4458         * src/summaryview.h
4459         * src/plugins/spamassassin/spamassassin.c
4460         * src/plugins/spamassassin/spamassassin.h
4461         * src/plugins/spamassassin/spamassassin_gtk.c
4462                 Unregister learner when spamassassin is either
4463                 disabled or over tcp
4464
4465 2006-02-24 [colin]      2.0.0cvs82
4466
4467         * src/Makefile.am
4468         * src/mainwindow.c
4469         * src/mainwindow.h
4470         * src/procmsg.c
4471         * src/procmsg.h
4472         * src/stock_pixmap.c
4473         * src/stock_pixmap.h
4474         * src/summaryview.c
4475         * src/summaryview.h
4476         * src/gtk/icon_legend.c
4477         * src/pixmaps/spam.xpm  ** NEW FILE **
4478         * src/plugins/spamassassin/spamassassin.c
4479         * src/plugins/spamassassin/spamassassin_gtk.c
4480                 Add spam learning interface (Mark/Mark as 
4481                 (spam|ham) menus)
4482
4483 2006-02-24 [wwp]        2.0.0cvs81
4484
4485         * src/compose.c
4486         * src/compose.h
4487         * src/filtering.c
4488                 hide compose window when sending message in batch mode
4489                 (filtering: forward and redirect). Also fixed a wrong
4490                 value returned when sending failed, neutral anyway.
4491                 (Colin, me) 
4492
4493 2006-02-24 [wwp]        2.0.0cvs80
4494
4495         * src/mainwindow.c
4496                 use GTK+'s stock quit button. Patch by Fabien Vantard.
4497
4498 2006-02-24 [paul]       2.0.0cvs79
4499
4500         * src/news.c
4501         * src/news.h
4502         * src/news_gtk.c
4503                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
4504                 Thanks to Colin
4505
4506 2006-02-23 [colin]      2.0.0cvs78
4507
4508         * src/alertpanel.c
4509                 Change OK to Close in alertpanel with View log
4510                 button; add accel to View log. Patch by Fabien
4511                 Vantard
4512
4513 2006-02-23 [wwp]        2.0.0cvs77
4514
4515         * src/compose.c
4516                 silly me, there were much more tests to perform, since toolbars can
4517                 really have down to 1 element only.
4518
4519 2006-02-23 [wwp]        2.0.0cvs76
4520
4521         * commitHelper
4522                 fixed indentation from my previous commit. Fallback to VISUAL if
4523                 EDITOR is not set (and to vi, at last resort).
4524
4525 2006-02-23 [wwp]        2.0.0cvs75
4526
4527         * commitHelper
4528                 improved error detection (Colin, me).
4529
4530 2006-02-23 [wwp]        2.0.0cvs74
4531
4532         * src/prefs_toolbar.c
4533                 simplify and fix prefs/toolbars layouting. Combos' contents can
4534                 now be really displayed.
4535
4536 2006-02-23 [wwp]        2.0.0cvs73
4537         simplifies and fix prefs/toolbars layouting. Combos' contents can now
4538         be really displayed.
4539
4540 2006-02-22 [wwp]        2.0.0cvs72
4541
4542         * src/compose.c
4543                 fix a typo in my previous commit (sorry!).
4544
4545 2006-02-22 [wwp]        2.0.0cvs71
4546
4547         * src/prefs_toolbar.c
4548                 fix a crash when adding separators to toolbars,
4549                 also fix some separator item information.
4550
4551 2006-02-22 [wwp]        2.0.0cvs70
4552
4553         * src/compose.c
4554                 fix a crash when redirecting (for instance) when compose window's
4555                 toolbar contents has been customized (when some buttons have been
4556                 removed in fact).
4557
4558 2006-02-21 [wwp]        2.0.0cvs69
4559
4560         * src/summaryview.c
4561         * src/gtk/pluginwindow.c
4562         * src/plugins/pgpcore/prefs_gpg.c
4563                 fix some compilation warnings (feat. remains of removed code).
4564
4565 2006-02-21 [wwp]        2.0.0cvs68
4566
4567         * src/gtk/gtkutils.c
4568                 fix two compilation issues, thanks to Stephan Sachse.
4569
4570 2006-02-20 [colin]      2.0.0cvs67
4571
4572         * src/mainwindow.c
4573                 Don't reselect displayed mail on refocus
4574                 This fixes actions misbehaving 
4575
4576 2006-02-20 [wwp]        2.0.0cvs66
4577
4578         * src/summaryview.c
4579         * src/gtk/gtksctree.c
4580         * src/gtk/gtkshruler.c
4581                 changed more runtime typecast checks.
4582
4583 2006-02-20 [wwp]        2.0.0cvs65
4584
4585         * src/summary_search.c
4586                 find all - summaryview refresh issue fixed, thanks to Colin.
4587
4588 2006-02-20 [wwp]        2.0.0cvs64
4589
4590         * src/gtk/gtkutils.c
4591                 better runtime typecast checks.
4592
4593 2006-02-20 [wwp]        2.0.0cvs63
4594
4595         * src/summary_search.c
4596                 enhancements to the summary search:
4597                         - add the ability to stop the running search
4598                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4599                         - don't search if no criteria (From/To/Subject/Body) is set
4600                         - ensure that a busy mouse pointer is always shown when searching,
4601                           show it even a bit earlier
4602
4603 2006-02-19 [colin]      2.0.0cvs62
4604
4605         * src/compose.c
4606         * src/imap.c
4607         * src/etpan/imap-thread.c
4608         * src/etpan/imap-thread.h
4609                 (Future) IMAP speed improvement on sending
4610                 Will require a libetpan update
4611         * src/summaryview.c
4612         * src/gtk/quicksearch.c
4613                 Make quicksearch clearable while running.
4614
4615 2006-02-17 [colin]      2.0.0cvs61
4616
4617         * src/imap.c
4618         * src/etpan/imap-thread.c
4619         * src/etpan/imap-thread.h
4620                 Check for IMAP certificates
4621                 ** Requires libetpan-0.42-cvs4 
4622                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4623
4624 2006-02-17 [colin]      2.0.0cvs60
4625
4626         * src/messageview.c
4627         * src/prefs_common.c
4628         * src/prefs_common.h
4629         * src/prefs_message.c
4630                 Add pref to display HTML-only mails with plugin, 
4631                 if possible (defaulting to FALSE of course).
4632
4633 2006-02-16 [colin]      2.0.0cvs59
4634
4635         * src/main.c
4636         * src/common/plugin.c
4637         * src/common/plugin.h
4638         * src/gtk/pluginwindow.c
4639                 Keep track of requested (but unloaded) plugins
4640                 in some error cases.
4641
4642 2006-02-16 [wwp]        2.0.0cvs58
4643
4644         * src/gtk/gtkaspell.c
4645         * src/gtk/gtkaspell.h
4646         * src/prefs_spelling.c
4647         * src/compose.c
4648         * src/prefs_common.c
4649         * src/prefs_common.h
4650                 implemented new optional spellchecker behaviour: re-check message when
4651                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4652
4653 2006-02-16 [wwp]        2.0.0cvs57
4654
4655         * src/quote_fmt_parse.y
4656                 pclose popen'ed pipe.
4657
4658 2006-02-15 [colin]      2.0.0cvs56
4659
4660         * src/mimeview.c
4661         * src/mimeview.h
4662                 Let MimeViewers know which MimeView they
4663                 depend of.
4664         * src/summaryview.c
4665                 Swap From/To columns in Sent/Queue/Drafts
4666                 folders
4667         * src/etpan/imap-thread.c
4668                 Use mailstream_low_tls_open() for STARTTLS
4669                 instead of mailstream_low_ssl_open()
4670                 ** REQUIRES libetpan 0.42cvs3 **
4671
4672 2006-02-15 [wwp]        2.0.0cvs55
4673
4674         * src/compose.c
4675         * src/compose.h
4676         * src/message_search.c
4677         * src/message_search.h
4678         * src/textview.c
4679         * src/gtk/gtkutils.c
4680         * src/gtk/gtkutils.h
4681                 added the ability to Find text in the compose window (and a bit
4682                 of code factorization).
4683
4684 2006-02-15 [wwp]        2.0.0cvs54
4685
4686         * src/prefs_gtk.c
4687                 yet another one file was missing (fix for some widgets' sensitivity).
4688                 Thanks Colin!
4689
4690 2006-02-15 [wwp]        2.0.0cvs53
4691
4692         * src/prefs_gtk.h
4693                 oops forgot that file (fix for some widgets' sensitivity).
4694
4695 2006-02-15 [wwp]        2.0.0cvs52
4696
4697         * src/summary_search.c
4698                 implemented advanced summary search options (added the ability
4699                 to use matcher conditions in an advanced search mode).
4700
4701 2006-02-15 [wwp]        2.0.0cvs51
4702
4703         * src/plugins/pgpcore/prefs_gpg.c
4704         * src/prefs_account.c
4705                 fix some widget sensitivity, mostly around some labels in
4706                 account prefs.
4707
4708 2006-02-15 [paul]       2.0.0cvs50
4709
4710         * manual/advanced.xml
4711                 improve Templates info
4712                 written by wwp
4713
4714 2006-02-14 [colin]      2.0.0cvs49
4715
4716         * src/pixmaps/address_book.xpm
4717         * src/pixmaps/preferences.xpm
4718         * src/pixmaps/properties.xpm
4719                 Fix pixmap size - patch by Fabien Vantard
4720
4721 2006-02-13 [colin]      2.0.0cvs48
4722
4723         * src/procmime.c
4724                 Add missing fclose()s on error
4725         * src/textview.c
4726                 Remove unused code
4727         * src/common/utils.c
4728                 Fix temp files not being deleted on windows
4729         Patches by Thomas Gilgin
4730
4731 2006-02-13 [colin]      2.0.0cvs47
4732
4733         * src/mainwindow.c
4734                 Fix exit crash
4735
4736 2006-02-13 [wwp]        2.0.0cvs46
4737
4738         * src/plugins/pgpcore/prefs_gpg.c
4739                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
4740
4741 2006-02-12 [colin]      2.0.0cvs45
4742
4743         * src/folderview.c
4744         * src/main.c
4745         * src/mainwindow.c
4746                 Fix "stuff" when quitting
4747
4748 2006-02-12 [wwp]        2.0.0cvs44
4749
4750         * src/prefs_themes.c
4751                 fix typos in debug messages.
4752
4753 2006-02-11 [colin]      2.0.0cvs43
4754
4755         * src/summaryview.c
4756                 don't allow drag/drop from ourself
4757
4758 2006-02-10 [wwp]        2.0.0cvs42
4759
4760         * src/exporthtml.c
4761         * src/html.c
4762         * src/html.h
4763         * src/procmime.c
4764         * src/textview.c
4765                 renamed html_ prefixed functions and data structures to avoid
4766                 namespace clashes w/ other software (gtkhtml2 for instance).
4767                 Closes bug #907.
4768
4769
4770 2006-02-09 [colin]      2.0.0cvs41
4771
4772         * src/summaryview.c
4773                 Fix shitty logic messed up. Thanks Ticho for the hint!
4774
4775 2006-02-09 [wwp]        2.0.0cvs40
4776
4777         * src/gtk/about.c
4778         * src/compose.c
4779         * src/prefs_account.c
4780         * src/prefs_gtk.h
4781         * src/editaddress.c
4782                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
4783                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
4784                 Browse buttons in accounts prefs.
4785
4786 2006-02-09 [colin]      2.0.0cvs39
4787
4788         * src/matcher.c
4789                 Check for pointer before using its members
4790         * src/gtk/gtksourceprintjob.c
4791                 Fix a wrong warning
4792
4793 2006-02-09 [wwp]        2.0.0cvs38
4794
4795         * src/gtk/filesel.c
4796                 fix few compiler warnings (type mismatch).
4797
4798 2006-02-09 [paul]       2.0.0cvs37
4799
4800         * po/fr.po
4801                 updated by Fabien Vantard
4802
4803 2006-02-08 [colin]      2.0.0cvs36
4804
4805         * src/prefs_common.c
4806         * src/common/defs.h
4807         * src/common/plugin.c
4808                 allow windows and linux configurations to coexist
4809                 patch by Thomas Gilgin
4810
4811 2006-02-08 [colin]      2.0.0cvs35
4812
4813         * src/filtering.c
4814         * src/matcher.c
4815         * src/matcher.h
4816         * src/matcher_parser_parse.y
4817         * src/prefs_filtering_action.c
4818         * src/prefs_matcher.c
4819                 Add the "Ignore thread" filtering
4820                 action
4821
4822 2006-02-08 [colin]      2.0.0cvs34
4823
4824         * src/compose.c
4825         * src/procmime.c
4826         * src/procmime.h
4827                 Fix bug #905 (damaged attachment)
4828                 text files with raw \0's aren't really text files
4829         FOR_STABLE
4830
4831 2006-02-08 [colin]      2.0.0cvs33
4832
4833         * src/summaryview.c
4834                 Fix crasher introduced yesterday
4835
4836 2006-02-08 [wwp]        2.0.0cvs32
4837
4838         * src/compose.c
4839         * src/compose.h
4840                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
4841
4842 2006-02-08 [wwp]        2.0.0cvs31
4843
4844         * src/prefs_template.c
4845                 templates enhancement: allow address completion for Cc and Bcc fields
4846                 (it was currently possible for the To field only)
4847
4848 2006-02-08 [colin]      2.0.0cvs30
4849
4850         * src/compose.c
4851                 Don't unblock if not blocked
4852         FOR_STABLE
4853
4854 2006-02-07 [colin]      2.0.0cvs29
4855
4856         * src/action.c
4857                 Forgot to refresh summaryview
4858
4859 2006-02-07 [colin]      2.0.0cvs28
4860
4861         * src/action.c
4862                 Freeze/thaw message list and folder list while
4863                 processing %as{} actions 
4864         * src/compose.c
4865                 Fix auto-wrap disabling after a middle-click
4866                 paste - FOR_STABLE
4867
4868 2006-02-07 [paul]       2.0.0cvs27
4869
4870         * src/folder.c
4871                 fix freeing of uninitialised pointers
4872                 Thanks to Colin
4873
4874 2006-02-06 [colin]      2.0.0cvs26
4875
4876         * src/folder.c
4877                 Use g_slist_prepend in potentially big list
4878
4879 2006-02-06 [colin]      2.0.0cvs25
4880
4881         * src/folder.c
4882                 Completely skip processing if it doesn't 
4883                 exist (faster!)
4884
4885 2006-02-06 [colin]      2.0.0cvs24
4886
4887         * src/folder.c
4888         * src/summaryview.c
4889                 Batch filtering in summaryview (from Tools menu)
4890                 and pre/post//-processing too
4891
4892 2006-02-06 [colin]      2.0.0cvs23
4893
4894         * src/procmsg.h
4895         * src/filtering.c
4896                 Use a special field for batch filtering instead
4897                 of stepping on deferred execution's toes
4898
4899 2006-02-06 [colin]      2.0.0cvs22
4900
4901         * src/action.c
4902         * src/filtering.c
4903         * src/filtering.h
4904         * src/folder.c
4905         * src/summaryview.c
4906                 Fix filtering via menus and actions
4907
4908 2006-02-06 [colin]      2.0.0cvs21
4909
4910         * src/imap.c
4911                 Put the added file directly to cache if possible (will work
4912                 with next libetpan)
4913         * src/filtering.c
4914         * src/filtering.h
4915         * src/inc.c
4916         * src/folder.c
4917         * src/mbox.c
4918         * src/procmsg.h
4919                 Move and copy filtered messages by batches instead of one
4920                 by one - faster on IMAP
4921         * src/procmsg.c
4922                 Add a function that'll possibly be useful later
4923
4924 2006-02-06 [colin]      2.0.0cvs20
4925
4926         * src/addressbook.c
4927                 Use internal mime-type instead of text/plain for d'n'd
4928         * src/compose.c
4929                 Allow attaching files from mimeview's icon list via d'n'd
4930         * src/folderview.c
4931         * src/folderview.h
4932                 Use internal mime-type instead of text/plain for d'n'd
4933                 Don't try to selected opened folder if none is
4934                 Factorize d'n'd from other apps code
4935         * src/headerview.c
4936         * src/textview.c
4937         * src/gtk/gtkutils.c
4938         * src/gtk/gtkutils.h
4939                 Factorize Face/X-Face stuff
4940         * src/mimeview.c
4941                 Fix d'n'd to other apps
4942         * src/prefs_message.c
4943                 Let the XFace pref be usable without libcompface as it also
4944                 applies to Face
4945         * src/summaryview.c
4946                 Fix d'n'd to other apps
4947                 Factorize d'n'd from other apps code
4948
4949 2006-02-06 [wwp]        2.0.0cvs19
4950
4951         * po/it.po
4952                 Italian translation fixes by Andrea Spadaccini (no more confusion
4953                 between filtering and processing, and few changes in the About
4954                 dialog).
4955
4956
4957 2006-02-06 [mones]      2.0.0cvs18
4958
4959         * src/gtk/icon_legend.c
4960                 Improved descriptions allowing better translations
4961
4962 2006-02-05 [colin]      2.0.0cvs17
4963
4964         * src/imap.c
4965                 Add the f*cking missing expunge that caused imap_fetch_env
4966                 to fail after an add_msgs ! :-///
4967         * src/etpan/imap-thread.c
4968                 Add a bit of debug
4969         FOR_STABLE
4970
4971 2006-02-05 [colin]      2.0.0cvs16
4972
4973         * src/common/utils.c
4974                 Don't check for return-path (or we can't put
4975                 back non-sent mails)
4976
4977 2006-02-05 [colin]      2.0.0cvs15
4978
4979         * src/textview.c
4980                 Don't try to display Face header in textview
4981                 when teh headerview's active
4982
4983 2006-02-05 [colin]      2.0.0cvs14
4984
4985         * tools/tbird2syl.py
4986         * tools/Makefile.am
4987                 Add script to import Thunderbird mails
4988
4989 2006-02-05 [colin]      2.0.0cvs13
4990
4991         * src/headerview.c
4992         * src/procheader.c
4993         * src/procmsg.c
4994         * src/procmsg.h
4995         * src/textview.c
4996                 Show Face headers - patch partially by Klaus Flittner
4997
4998 2006-02-05 [colin]      2.0.0cvs12
4999
5000         * src/folderview.c
5001         * src/summaryview.c
5002         * src/common/utils.c
5003         * src/common/utils.h
5004                 Let dnd work from mime icons to summaryview
5005                 and to folderview too
5006                 Add a crude test to avoid trying to add files
5007                 drag'n'dropped when they're not mails
5008
5009 2006-02-04 [colin]      2.0.0cvs11
5010
5011         * src/summaryview.c
5012         * src/mimeview.c
5013                 Fix utf8 conversion
5014
5015 2006-02-04 [colin]      2.0.0cvs10
5016
5017         * src/compose.c
5018         * src/folderview.c
5019         * src/mimeview.c
5020         * src/summaryview.c
5021         * src/summaryview.h
5022                 Added various drag and drop capas:
5023                 From                    To
5024                 summaryview             other apps
5025                 mimeview icons          other apps
5026                 other apps              summaryview
5027                 other apps              folderview
5028
5029                 This shouldn't have broken the existing:
5030                 From                    To
5031                 summaryview             folderview
5032                 folderview              folderview
5033                 summaryview             compose's attachments
5034
5035         Tests welcomed.
5036
5037 2006-02-02 [paul]       2.0.0cvs9
5038
5039         * src/mainwindow.c
5040                 move global option 'Set displayed columns...' out
5041                 of folder option grouping.
5042                 fix sensitivity of 'harvest addresses'
5043         FOR_STABLE
5044
5045 2006-02-01 [colin]      2.0.0cvs8
5046
5047         * src/mimeview.c
5048                 Revert the alertpanel patch, it sucks (intrusive
5049                 and gets in the way of "open")
5050
5051 2006-02-01 [colin]      2.0.0cvs7
5052
5053         * src/compose.c
5054         * src/prefs_account.c
5055         * src/prefs_common.c
5056         * src/common/defs.h
5057         * src/common/utils.c
5058         * src/common/utils.h
5059                 Add ability to edit the signature file
5060                 from the account preferences, and use
5061                 a default for the text editor.
5062                 Patch by Fabien Vantard
5063
5064 2006-02-01 [colin]      2.0.0cvs6
5065
5066         * src/mimeview.c
5067                 Try to get mime type by extension if it is
5068                 application/octet-stream
5069                 Display a window with possible choices when
5070                 encountering unknown mime types
5071         * src/gtk/filesel.c
5072         * src/gtk/filesel.h
5073                 Add preview
5074                 Allow multiple selection in filtered filesel
5075                 (patch by Fabien Vantard)
5076         * src/gtk/pluginwindow.c
5077                 Use it (patch by Fabien Vantard)
5078
5079 2006-02-01 [paul]       2.0.0cvs5
5080
5081         * src/jpilot.c
5082                 fix crash on creating jpilot address book
5083                 Thanks to Colin - FOR_STABLE
5084         * src/prefs_summaries.c
5085         * src/prefs_wrapping.c
5086         * src/gtk/icon_legend.c
5087         * src/gtk/quicksearch.c
5088                 string fixes and additions
5089
5090 2006-02-01 [paul]       2.0.0cvs4
5091
5092         * src/compose.c
5093         * src/mainwindow.c
5094         * src/messageview.c
5095         * src/prefs_send.c
5096                 add Arabic encoding option
5097                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
5098
5099 2006-01-31 [colin]      2.0.0cvs3
5100
5101         * src/plugins/pgpcore/passphrase.c
5102                 Convert passphrase to locale encoding
5103         * src/compose.c
5104                 Fix drafting on IMAP. Crappy bug sneaked in
5105                 the release :-/
5106         FOR_STABLE
5107
5108 2006-01-30 [paul]       2.0.0cvs2
5109
5110         * src/gtk/icon_legend.c
5111                 show the new entries
5112
5113 2006-01-30 [colin]      2.0.0cvs1
5114
5115         * src/manual.c
5116                 Check for the file to be present before 
5117                 enabling the menu - FOR_STABLE
5118         * src/gtk/icon_legend.c
5119                 Add folders icons (not all of them, there
5120                 are too much, but the most intriguing ones)
5121
5122 2006-01-30 [paul]       2.0.0
5123
5124         version 2.0.0 released
5125
5126 2006-01-30 [paul]       1.9.100cvs200
5127
5128         * manual/faq.xml
5129         * manual/gpl.xml
5130         * manual/intro.xml
5131         * manual/starting.xml
5132         * manual/sylpheed-claws-manual.xml
5133                 fixes, additions
5134
5135 2006-01-29 [mones]      1.9.100cvs199
5136
5137         * manual/account.xml
5138         * manual/advanced.xml
5139         * manual/glossary.xml
5140                 Some typos fixed, added LDIF term to glossary
5141         * po/es.po
5142                 Fixed leading plus symbol
5143
5144 2006-01-29 [paul]       1.9.100cvs198
5145
5146         * po/fi.po
5147         * po/sk.po
5148                 updated by Tommi Pirinen and Andrej Kacian
5149
5150 2006-01-29 [paul]       1.9.100cvs197
5151
5152         * src/gtk/authors.h
5153                 remove duplicates
5154
5155 2006-01-29 [paul]       1.9.100cvs196
5156
5157         * AUTHORS
5158         * po/nl.po
5159         * src/gtk/authors.h
5160         * tools/claws.i18n.status.pl
5161                 nl translation updated by Tim Dijkstra
5162
5163 2006-01-29 [paul]       1.9.100cvs195
5164
5165         * po/sr.po
5166         * po/sv.po
5167                 updated by Aleksandar Urosevic and Anders Troback
5168
5169 2006-01-28 [colin]      1.9.100cvs194
5170
5171         * src/gtk/gtksourceprintjob.c
5172                 Don't fiddle with PangoLayout when we
5173                 have an image
5174
5175 2006-01-28 [paul]       1.9.100cvs193
5176
5177         * AUTHORS
5178         * po/el.po
5179         * po/zh_CN.po
5180         * src/gtk/authors.h
5181         * tools/claws.i18n.status.pl
5182                 updated translations submitted by Stavros Giannouris
5183                 and Ralgh Young
5184
5185 2006-01-27 [colin]      1.9.100cvs192
5186
5187         * src/summaryview.c
5188         * src/gtk/gtksourceprintjob.c
5189                 Add image printing 
5190                 (libgnomeprint only, of course)
5191
5192 2006-01-27 [paul]       1.9.100cvs191
5193
5194         * po/fr.po
5195         * po/it.po
5196                 updated by Fabien Vantard and Andrea Spadaccini
5197
5198 2006-01-26 [colin]      1.9.100cvs190
5199
5200         * manual/Makefile.am
5201         * configure.ac
5202                 Make building the manual optional 
5203                 (--disable-manual)
5204
5205 2006-01-26 [paul]       1.9.100cvs189
5206
5207         * manual/glossary.xml
5208         * manual/plugins.xml
5209                 edited
5210         * po/en_GB.po
5211                 updated
5212
5213 2006-01-26 [paul]       1.9.100cvs188
5214
5215         * src/prefs_display_header.c
5216         * src/prefs_folder_column.c
5217         * src/prefs_msg_colors.c
5218         * src/prefs_summaries.c
5219         * src/prefs_summary_column.c
5220                 HIGify
5221
5222 2006-01-25 [colin]      1.9.100cvs187
5223
5224         * src/imap.c
5225                 Don't allow moving/copying mails between
5226                 queue/drafts and non-queue/drafts folders
5227                 Fixes bug #897 (message header is resetted 
5228                 if one is copied to Drafts)
5229
5230 2006-01-25 [colin]      1.9.100cvs186
5231
5232         * src/folder.c
5233         * src/mainwindow.c
5234                 Fix subscribed folders not found
5235         * src/compose.c
5236                 Don't try to encode as original mail's charset
5237                 if it's ascii 
5238
5239 2006-01-25 [paul]       1.9.100cvs185
5240
5241         * AUTHORS
5242         * po/Makevars
5243                 updated
5244         * po/de.po
5245         * po/pl.po
5246         * po/pt_BR.po
5247         * po/sr.po
5248                 updates submitted by Stephan Sachse, Emilian Nowak
5249                 and Quar, Frederico Goncalves Guimaraes, and
5250                 Aleksandar Urosevic
5251                 Fix Bug 896, 'PT_BR locale broken'.
5252         * src/gtk/authors.h
5253                 updated
5254
5255 2006-01-24 [mones]      1.9.100cvs184
5256
5257         * manual/glossary.xml
5258                 All current terms finished. Reviewers welcome ;-)
5259         * manual/keyboard.xml
5260                 Fixed column width for pdf output.
5261         * po/es.po
5262                 Updated
5263
5264 2006-01-24 [paul]       1.9.100cvs183
5265
5266         * manual/glossary.xml
5267                 fix id name
5268         * manual/dist/html/Makefile.am
5269         * manual/dist/pdf/Makefile.am
5270         * manual/dist/ps/Makefile.am
5271         * manual/dist/txt/Makefile.am
5272                 fix make deps
5273                 Thanks to Colin
5274
5275 2006-01-24 [mones]      1.9.100cvs182
5276
5277         * manual/glossary.xml
5278                 Nearly finished, some terms missing.
5279
5280 2006-01-23 [paul]       1.9.100cvs181
5281
5282         * manual/dist/html/Makefile.am
5283         * manual/dist/pdf/Makefile.am
5284         * manual/dist/ps/Makefile.am
5285         * manual/dist/txt/Makefile.am
5286         * src/mainwindow.c
5287                 re-enable manual
5288                 Thanks to Colin
5289
5290 2006-01-22 [colin]      1.9.100cvs180
5291
5292         * src/compose.c
5293         * src/gtk/gtkaspell.c
5294                 Don't deselect stuff before right-clicking, with aspell.
5295                 (This prevented right-click Copy, for example).
5296                 Thanks to Clo!
5297
5298 2006-01-22 [paul]       1.9.100cvs179
5299
5300         * src/summary_search.c
5301                 don't fix the widget size as it causes problems
5302                 under localisation.
5303                 Thanks to Emilian Nowak
5304
5305 2006-01-21 [paul]       1.9.100cvs178
5306
5307         * src/prefs_themes.c
5308                 fix broken underlining of label text
5309                 with some translations
5310
5311 2006-01-21 [colin]      1.9.100cvs177
5312
5313         * po/fr.po
5314                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
5315
5316 2006-01-20 [colin]      1.9.100cvs176
5317
5318         * configure.ac
5319         * Makefile.am
5320         * manual/Makefile
5321         * manual/dist/html/.cvsignore
5322         * manual/dist/html/Makefile.am
5323         * manual/dist/pdf/.cvsignore
5324         * manual/dist/pdf/Makefile.am
5325         * manual/dist/ps/.cvsignore
5326         * manual/dist/ps/Makefile.am
5327         * manual/dist/txt/.cvsignore
5328         * manual/dist/txt/Makefile.am
5329                 Autotool-ize manual
5330
5331 2006-01-20 [paul]       1.9.100cvs175
5332
5333         * manual/handling.xml
5334                 make Filtering and Searching entries easier to find
5335         * manual/keyboard.xml
5336                 add the remaining default keybinds
5337         * src/prefs_summaries.c
5338                 update the default keybinds
5339
5340 2006-01-20 [paul]       1.9.100cvs174
5341
5342         * src/addressbook.c
5343         * src/addrgather.c
5344         * src/addrharvest.c
5345         * src/editaddress.c
5346         * src/editgroup.c
5347         * src/exphtmldlg.c
5348         * src/expldifdlg.c
5349         * src/exporthtml.c
5350         * src/exportldif.c
5351         * src/ldif.c
5352                 replace 'e-mail' with 'email'
5353         * src/summary_search.c
5354                 add mnemonic to "Find all" button
5355
5356 2006-01-20 [wwp]        1.9.100cvs173
5357
5358         * src/export.c
5359         * src/import.c
5360                 touched mbox import/export buttons for HIG-compliance
5361
5362 2006-01-19 [paul]       1.9.100cvs172
5363
5364         * manual/account.xml
5365         * manual/addrbook.xml
5366         * manual/advanced.xml
5367         * manual/faq.xml
5368         * manual/handling.xml
5369         * manual/intro.xml
5370         * manual/plugins.xml
5371         * manual/starting.xml
5372                 more editing
5373
5374 2006-01-19 [paul]       1.9.100cvs171
5375
5376         * src/toolbar.c
5377                 allow use of trash button while receiving
5378                 Thanks to Colin
5379
5380 2006-01-19 [wwp]        1.9.100cvs170
5381
5382         * src/gtk/quicksearch.c
5383         * src/compose.c
5384                 force text color to black when yellow background is set
5385
5386 2006-01-19 [colin]      1.9.100cvs169
5387
5388         * src/plugins/trayicon/trayicon.c
5389                 Gray out Get Mail when already getting mail
5390
5391 2006-01-18 [paul]       1.9.100cvs168
5392
5393         * src/compose.c
5394                 give widget yellow background was To is
5395                 set via folder prefs
5396         * src/gtk/quicksearch.c
5397                 give widget yellow background when quick
5398                 search is active.
5399                 Thanks to Colin
5400
5401 2006-01-18 [paul]       1.9.100cvs167
5402
5403         * doc/man/sylpheed-claws.1
5404                 add --subscribe option
5405
5406 2006-01-18 [paul]       1.9.100cvs166
5407
5408         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5409         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5410                 use %U instead of %F (%F is broken for user installed
5411                 files in kde 3.5)
5412
5413 2006-01-18 [colin]      1.9.100cvs165
5414
5415         * src/summaryview.c
5416                 Default to Yes in "No more * messages" dialogs
5417
5418 2006-01-17 [colin]      1.9.100cvs164
5419
5420         * src/compose.c
5421                 Possibly fix an invalid iterator causing
5422                 crash
5423
5424 2006-01-17 [colin]      1.9.100cvs163
5425
5426         * src/mimeview.c
5427                 Fix crash when the image disappears under the
5428                 image viewer
5429
5430 2006-01-16 [colin]      1.9.100cvs162
5431
5432         * src/compose.c
5433                 Fix reenabling autowrap
5434
5435 2006-01-16 [colin]      1.9.100cvs161
5436
5437         * src/compose.c
5438                 reset quote_len before getting quote_str
5439
5440 2006-01-16 [colin]      1.9.100cvs160
5441
5442         * src/account.c
5443         * src/account.h
5444         * src/folder.c
5445         * src/imap_gtk.c
5446         * src/mh_gtk.c
5447                 Fix bug #883 (default inbox does not track folder move)
5448
5449 2006-01-16 [colin]      1.9.100cvs159
5450
5451         * src/compose.c
5452         * src/plugins/pgpcore/passphrase.c
5453                 More buttons fixes
5454
5455 2006-01-16 [paul]       1.9.100cvs158
5456
5457         * src/prefs_actions.c
5458         * src/prefs_filtering_action.c
5459         * src/prefs_matcher.c
5460         * src/quote_fmt.c
5461         * src/gtk/description_window.c
5462         * src/gtk/description_window.h
5463         * src/gtk/quicksearch.c
5464                 description window cleanups
5465
5466 2006-01-15 [colin]      1.9.100cvs157
5467
5468         * src/addressbook.c
5469         * src/prefs_filtering.c
5470                 Same here
5471
5472 2006-01-15 [colin]      1.9.100cvs156
5473
5474         * src/folderview.c
5475         * src/mainwindow.c
5476                 Same for "Empty trash"
5477
5478 2006-01-15 [colin]      1.9.100cvs155
5479
5480         * src/inc.c
5481                 Override offline dialog had Yes by default
5482
5483 2006-01-15 [colin]      1.9.100cvs154
5484
5485         * src/summaryview.c
5486                 Delete selected messages? previously had Yes the default
5487
5488 2006-01-15 [colin]      1.9.100cvs153
5489
5490         * src/folder.c
5491         * src/folder.h
5492         * src/main.c
5493                 Check if a mailbox is loaded after all
5494                 plugins are loaded.
5495
5496 2006-01-15 [colin]      1.9.100cvs152
5497
5498         * src/folder.c
5499                 Don't start wizard when there are unloaded folders (will help
5500                 people with only mbox or maildir mailboxes)
5501
5502 2006-01-14 [colin]      1.9.100cvs151
5503
5504         * src/addressbook.c
5505         * src/expldifdlg.c
5506         * src/importldif.c
5507         * src/importmutt.c
5508         * src/importpine.c
5509         * src/mh_gtk.c
5510                 More HIG compliance and fixes
5511
5512 2006-01-14 [colin]      1.9.100cvs150
5513
5514         * src/prefs_filtering_action.c
5515         * src/foldersel.c
5516                 Two forgotten button order changes
5517
5518 2006-01-14 [colin]      1.9.100cvs149
5519
5520         * src/account.c
5521         * src/addressbook.c
5522         * src/compose.c
5523         * src/folderview.c
5524         * src/imap_gtk.c
5525         * src/mainwindow.c
5526         * src/mh_gtk.c
5527         * src/news_gtk.c
5528         * src/prefs_actions.c
5529         * src/prefs_customheader.c
5530         * src/prefs_filtering.c
5531         * src/prefs_matcher.c
5532         * src/prefs_template.c
5533         * src/ssl_manager.c
5534         * src/summaryview.c
5535         * src/textview.c
5536         * src/toolbar.c
5537                 All deletion confirmations are now "Cancel, Delete" 
5538                 instead of "No, Yes"
5539                 Clarified most of the other "No, Yes" to 
5540                 "Cancel, Descriptive_action"
5541                 Rechanged the "Entry not saved" alerts to have 
5542                 "Close, Continue editing"
5543
5544
5545 2006-01-14 [paul]
5546
5547         * 2.0.0-rc4 released
5548
5549 2006-01-14 [paul]       1.9.100cvs148
5550
5551         * src/account.c
5552         * src/addressadd.c
5553         * src/addressbook.c
5554         * src/compose.c
5555         * src/editaddress.c
5556         * src/editbook.c
5557         * src/editgroup.c
5558         * src/editjpilot.c
5559         * src/editldap.c
5560         * src/editvcard.c
5561         * src/exphtmldlg.c
5562         * src/expldifdlg.c
5563         * src/folderview.c
5564         * src/grouplistdialog.c
5565         * src/imap_gtk.c
5566         * src/importmutt.c
5567         * src/importpine.c
5568         * src/inc.c
5569         * src/main.c
5570         * src/mainwindow.c
5571         * src/message_search.c
5572         * src/messageview.c
5573         * src/mh_gtk.c
5574         * src/mimeview.c
5575         * src/news_gtk.c
5576         * src/prefs_actions.c
5577         * src/prefs_customheader.c
5578         * src/prefs_filtering.c
5579         * src/prefs_matcher.c
5580         * src/prefs_template.c
5581         * src/prefs_themes.c
5582         * src/ssl_manager.c
5583         * src/summary_search.c
5584         * src/summaryview.c
5585         * src/textview.c
5586         * src/toolbar.c
5587         * src/gtk/foldersort.c
5588         * src/gtk/gtkaspell.c
5589         * src/gtk/inputdialog.c
5590         * src/gtk/prefswindow.c
5591         * src/plugins/pgpcore/select-keys.c
5592         * src/plugins/trayicon/trayicon.c
5593                 HIG compliant button order
5594
5595 2006-01-14 [mones]      1.9.100cvs147
5596
5597         * po/es.po
5598                 Updated translation
5599
5600 2006-01-13 [paul]       1.9.100cvs146
5601
5602         * AUTHORS
5603         * ChangeLog
5604         * src/gtk/authors.h
5605                 add Joshua M. Kwan to contributors list
5606
5607 2006-01-13 [colin]      1.9.100cvs145
5608
5609         * src/gtk/quicksearch.c
5610                 Don't refocus quick search after executing (Esc or Enter)
5611                 Allows to '/'search something then move up/down in 
5612                 summaryview, and to Esc a search and be back in the 
5613                 summaryview
5614
5615 2006-01-13 [paul]       1.9.100cvs144
5616
5617         * src/plugins/pgpinline/pgpinline.c
5618                 support Content-Type 'application/pgp'
5619                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5620
5621 2006-01-13 [paul]       1.9.100cvs143
5622
5623         * manual/account.xml
5624                 make mention of partial retrieval
5625                 thanks to Colin
5626
5627 2006-01-13 [paul]       1.9.100cvs142
5628
5629         * src/account.c
5630         * src/account.h
5631         * src/action.c
5632         * src/action.h
5633         * src/adbookbase.h
5634         * src/addr_compl.c
5635         * src/addr_compl.h
5636         * src/addrbook.c
5637         * src/addrcache.c
5638         * src/addrcache.h
5639         * src/addrcindex.c
5640         * src/addrcindex.h
5641         * src/addrclip.c
5642         * src/addrclip.h
5643         * src/addrdefs.h
5644         * src/addressadd.c
5645         * src/addressadd.h
5646         * src/addressbook.c
5647         * src/addressbook.h
5648         * src/addrgather.c
5649         * src/addrgather.h
5650         * src/addrharvest.c
5651         * src/addrharvest.h
5652         * src/addrindex.c
5653         * src/addrindex.h
5654         * src/addritem.c
5655         * src/addritem.h
5656         * src/addrquery.c
5657         * src/addrquery.h
5658         * src/addrselect.c
5659         * src/addrselect.h
5660         * src/alertpanel.c
5661         * src/alertpanel.h
5662         * src/browseldap.c
5663         * src/browseldap.h
5664         * src/codeconv.c
5665         * src/codeconv.h
5666         * src/compose.c
5667         * src/compose.h
5668         * src/customheader.c
5669         * src/customheader.h
5670         * src/displayheader.c
5671         * src/displayheader.h
5672         * src/editaddress.c
5673         * src/editaddress.h
5674         * src/editbook.c
5675         * src/editbook.h
5676         * src/editgroup.c
5677         * src/editgroup.h
5678         * src/editjpilot.c
5679         * src/editjpilot.h
5680         * src/editldap.c
5681         * src/editldap.h
5682         * src/editldap_basedn.c
5683         * src/editldap_basedn.h
5684         * src/editvcard.c
5685         * src/editvcard.h
5686         * src/exphtmldlg.c
5687         * src/exphtmldlg.h
5688         * src/expldifdlg.c
5689         * src/expldifdlg.h
5690         * src/export.h
5691         * src/exporthtml.c
5692         * src/exporthtml.h
5693         * src/exportldif.c
5694         * src/exportldif.h
5695         * src/filtering.c
5696         * src/filtering.h
5697         * src/folder.c
5698         * src/folder.h
5699         * src/folder_item_prefs.c
5700         * src/folder_item_prefs.h
5701         * src/foldersel.c
5702         * src/foldersel.h
5703         * src/folderutils.c
5704         * src/folderutils.h
5705         * src/folderview.c
5706         * src/folderview.h
5707         * src/grouplistdialog.c
5708         * src/grouplistdialog.h
5709         * src/headerview.c
5710         * src/html.c
5711         * src/html.h
5712         * src/image_viewer.c
5713         * src/image_viewer.h
5714         * src/imap.c
5715         * src/imap.h
5716         * src/imap_gtk.c
5717         * src/imap_gtk.h
5718         * src/import.h
5719         * src/importldif.c
5720         * src/importldif.h
5721         * src/importmutt.c
5722         * src/importmutt.h
5723         * src/importpine.c
5724         * src/importpine.h
5725         * src/inc.c
5726         * src/inc.h
5727         * src/jpilot.c
5728         * src/jpilot.h
5729         * src/ldapctrl.c
5730         * src/ldapctrl.h
5731         * src/ldaplocate.c
5732         * src/ldaplocate.h
5733         * src/ldapquery.c
5734         * src/ldapquery.h
5735         * src/ldapserver.c
5736         * src/ldapserver.h
5737         * src/ldaputil.c
5738         * src/ldaputil.h
5739         * src/ldif.c
5740         * src/ldif.h
5741         * src/main.c
5742         * src/main.h
5743         * src/mainwindow.c
5744         * src/mainwindow.h
5745         * src/manual.c
5746         * src/manual.h
5747         * src/mbox.c
5748         * src/mbox.h
5749         * src/message_search.c
5750         * src/message_search.h
5751         * src/messageview.c
5752         * src/messageview.h
5753         * src/mh.c
5754         * src/mh.h
5755         * src/mh_gtk.c
5756         * src/mh_gtk.h
5757         * src/mimeview.c
5758         * src/mimeview.h
5759         * src/msgcache.c
5760         * src/msgcache.h
5761         * src/mutt.c
5762         * src/mutt.h
5763         * src/news.c
5764         * src/news.h
5765         * src/news_gtk.c
5766         * src/news_gtk.h
5767         * src/partial_download.c
5768         * src/partial_download.h
5769         * src/pine.c
5770         * src/pine.h
5771         * src/pop.c
5772         * src/pop.h
5773         * src/prefs_account.c
5774         * src/prefs_account.h
5775         * src/prefs_actions.c
5776         * src/prefs_actions.h
5777         * src/prefs_common.c
5778         * src/prefs_common.h
5779         * src/prefs_compose_writing.c
5780         * src/prefs_compose_writing.h
5781         * src/prefs_customheader.c
5782         * src/prefs_customheader.h
5783         * src/prefs_display_header.c
5784         * src/prefs_display_header.h
5785         * src/prefs_filtering.c
5786         * src/prefs_filtering.h
5787         * src/prefs_filtering_action.c
5788         * src/prefs_filtering_action.h
5789         * src/prefs_folder_column.c
5790         * src/prefs_folder_column.h
5791         * src/prefs_folder_item.c
5792         * src/prefs_folder_item.h
5793         * src/prefs_fonts.c
5794         * src/prefs_fonts.h
5795         * src/prefs_gtk.c
5796         * src/prefs_gtk.h
5797         * src/prefs_image_viewer.c
5798         * src/prefs_image_viewer.h
5799         * src/prefs_matcher.c
5800         * src/prefs_matcher.h
5801         * src/prefs_message.c
5802         * src/prefs_msg_colors.c
5803         * src/prefs_msg_colors.h
5804         * src/prefs_other.c
5805         * src/prefs_quote.c
5806         * src/prefs_receive.c
5807         * src/prefs_send.c
5808         * src/prefs_spelling.c
5809         * src/prefs_spelling.h
5810         * src/prefs_summaries.c
5811         * src/prefs_summaries.h
5812         * src/prefs_summary_column.c
5813         * src/prefs_summary_column.h
5814         * src/prefs_template.c
5815         * src/prefs_template.h
5816         * src/prefs_themes.c
5817         * src/prefs_themes.h
5818         * src/prefs_toolbar.c
5819         * src/prefs_toolbar.h
5820         * src/prefs_wrapping.c
5821         * src/prefs_wrapping.h
5822         * src/privacy.c
5823         * src/privacy.h
5824         * src/procheader.c
5825         * src/procheader.h
5826         * src/procmime.c
5827         * src/procmime.h
5828         * src/procmsg.c
5829         * src/procmsg.h
5830         * src/quote_fmt.c
5831         * src/quote_fmt_parse.y
5832         * src/recv.c
5833         * src/recv.h
5834         * src/remotefolder.c
5835         * src/remotefolder.h
5836         * src/send_message.c
5837         * src/send_message.h
5838         * src/setup.c
5839         * src/setup.h
5840         * src/sourcewindow.c
5841         * src/sourcewindow.h
5842         * src/ssl_manager.c
5843         * src/ssl_manager.h
5844         * src/statusbar.c
5845         * src/statusbar.h
5846         * src/stock_pixmap.c
5847         * src/stock_pixmap.h
5848         * src/summary_search.c
5849         * src/summary_search.h
5850         * src/summaryview.c
5851         * src/summaryview.h
5852         * src/syldap.c
5853         * src/syldap.h
5854         * src/textview.c
5855         * src/textview.h
5856         * src/toolbar.c
5857         * src/toolbar.h
5858         * src/undo.c
5859         * src/undo.h
5860         * src/unmime.c
5861         * src/unmime.h
5862         * src/vcard.c
5863         * src/vcard.h
5864         * src/wizard.c
5865         * src/wizard.h
5866         * src/common/base64.c
5867         * src/common/base64.h
5868         * src/common/defs.h
5869         * src/common/hooks.c
5870         * src/common/hooks.h
5871         * src/common/log.c
5872         * src/common/log.h
5873         * src/common/mgutils.c
5874         * src/common/mgutils.h
5875         * src/common/nntp.c
5876         * src/common/nntp.h
5877         * src/common/passcrypt.c
5878         * src/common/passcrypt.h.in
5879         * src/common/plugin.c
5880         * src/common/plugin.h
5881         * src/common/prefs.c
5882         * src/common/prefs.h
5883         * src/common/progressindicator.c
5884         * src/common/progressindicator.h
5885         * src/common/quoted-printable.c
5886         * src/common/quoted-printable.h
5887         * src/common/session.c
5888         * src/common/session.h
5889         * src/common/smtp.c
5890         * src/common/smtp.h
5891         * src/common/socket.c
5892         * src/common/socket.h
5893         * src/common/ssl.c
5894         * src/common/ssl.h
5895         * src/common/ssl_certificate.c
5896         * src/common/ssl_certificate.h
5897         * src/common/stringtable.c
5898         * src/common/stringtable.h
5899         * src/common/sylpheed.c
5900         * src/common/sylpheed.h
5901         * src/common/template.c
5902         * src/common/template.h
5903         * src/common/timing.h
5904         * src/common/utils.c
5905         * src/common/utils.h
5906         * src/common/version.h.in
5907         * src/common/xml.c
5908         * src/common/xml.h
5909         * src/common/xmlprops.c
5910         * src/common/xmlprops.h
5911         * src/gtk/colorlabel.c
5912         * src/gtk/colorsel.c
5913         * src/gtk/colorsel.h
5914         * src/gtk/description_window.c
5915         * src/gtk/description_window.h
5916         * src/gtk/filesel.c
5917         * src/gtk/filesel.h
5918         * src/gtk/foldersort.c
5919         * src/gtk/foldersort.h
5920         * src/gtk/gtkutils.c
5921         * src/gtk/gtkutils.h
5922         * src/gtk/inputdialog.c
5923         * src/gtk/inputdialog.h
5924         * src/gtk/logwindow.c
5925         * src/gtk/logwindow.h
5926         * src/gtk/manage_window.c
5927         * src/gtk/manage_window.h
5928         * src/gtk/menu.c
5929         * src/gtk/menu.h
5930         * src/gtk/pluginwindow.c
5931         * src/gtk/pluginwindow.h
5932         * src/gtk/prefswindow.c
5933         * src/gtk/prefswindow.h
5934         * src/gtk/progressdialog.c
5935         * src/gtk/progressdialog.h
5936         * src/gtk/sslcertwindow.c
5937         * src/gtk/sslcertwindow.h
5938         * src/plugins/clamav/clamav_plugin.c
5939         * src/plugins/clamav/clamav_plugin.h
5940         * src/plugins/clamav/clamav_plugin_gtk.c
5941         * src/plugins/demo/demo.c
5942         * src/plugins/dillo_viewer/dillo_prefs.c
5943         * src/plugins/dillo_viewer/dillo_prefs.h
5944         * src/plugins/dillo_viewer/dillo_viewer.c
5945         * src/plugins/pgpcore/passphrase.c
5946         * src/plugins/pgpcore/passphrase.h
5947         * src/plugins/pgpcore/plugin.c
5948         * src/plugins/pgpcore/select-keys.c
5949         * src/plugins/pgpcore/select-keys.h
5950         * src/plugins/pgpcore/sgpgme.c
5951         * src/plugins/pgpcore/sgpgme.h
5952         * src/plugins/pgpinline/pgpinline.c
5953         * src/plugins/pgpinline/pgpinline.h
5954         * src/plugins/pgpinline/plugin.c
5955         * src/plugins/pgpmime/pgpmime.c
5956         * src/plugins/pgpmime/pgpmime.h
5957         * src/plugins/pgpmime/plugin.c
5958         * src/plugins/spamassassin/spamassassin.c
5959         * src/plugins/spamassassin/spamassassin.h
5960         * src/plugins/spamassassin/spamassassin_gtk.c
5961         * src/plugins/trayicon/trayicon.c
5962                 update copyright header
5963
5964 2006-01-13 [paul]       1.9.100cvs141
5965
5966         * src/account.c
5967         * src/export.c
5968         * src/import.c
5969         * src/mainwindow.c
5970         * src/prefs_account.c
5971         * src/prefs_display_header.c
5972         * src/prefs_receive.c
5973         * src/prefs_send.c
5974         * src/prefs_summaries.c
5975         * src/prefs_themes.c
5976         * src/prefs_toolbar.c
5977         * src/gtk/about.c
5978                 various cleanups
5979
5980 2006-01-12 [colin]      1.9.100cvs140
5981
5982         * src/folder.c
5983         * src/folder.h
5984         * src/main.c
5985                 Add --subscribe option
5986                 Let sylpheed-claws email@domain.com equivalent to --compose
5987                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
5988
5989 2006-01-12 [paul]       1.9.100cvs139
5990
5991         * src/mainwindow.c
5992                 append 'Change folder order' label with '...'
5993         * src/prefs_actions.c
5994                 allow reordering of actions list by dnd
5995         * src/gtk/foldersort.c
5996                 make the dialog nicer
5997
5998 2006-01-11 [colin]      1.9.100cvs138
5999
6000         * src/compose.c
6001                 Allow templates without text
6002
6003 2006-01-11 [paul]       1.9.100cvs137
6004
6005         * tools/README
6006         * tools/filter_conv_new.pl
6007                 add info to README
6008                 also check .sylpheed for filter.xml
6009                 be a bit informative to the user
6010
6011 2006-01-11 [colin]      1.9.100cvs136
6012
6013         * src/textview.c
6014                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
6015
6016 2006-01-10 [paul]       1.9.100cvs135
6017
6018         * tools/Makefile.am
6019         * tools/filter_conv_new.pl
6020                 add script to convert new style Sylpheed
6021                 filter rules (Sylpheed >= 0.9.99) to
6022                 Claws filtering rules
6023
6024 2006-01-10 [colin]      1.9.100cvs134
6025
6026         * src/compose.c
6027                 Fix broken line joins in certain conditions
6028                 (between two quoted lines: <enter><enter><up>
6029                  <type a wrapped sentence><go in the first line>
6030                  <insert more text><watch as line joining failed>)
6031
6032 2006-01-10 [paul]       1.9.100cvs133
6033
6034         * src/compose.c
6035                 don't report success in error dialog
6036                 thanks to Colin
6037         * src/common/utils.c
6038                 include some trailing punctuations as URI
6039                 thanks to Hiro
6040
6041 2006-01-10 [paul]       1.9.100cvs132
6042
6043         * src/mimeview.c
6044                 fix incompatible pointer type
6045                 warning
6046
6047 2006-01-10 [paul]       1.9.100cvs131
6048
6049         * src/compose.c
6050                 change Subject in window title
6051                 instantaneously
6052
6053 2006-01-09 [colin]      1.9.100cvs130
6054
6055         * src/addressbook.c
6056         * src/headerview.c
6057         * src/mainwindow.c
6058         * src/messageview.c
6059         * src/mimeview.c
6060         * src/noticeview.c
6061         * src/summaryview.c
6062                 Fix possible crashes on exit and in addressbook
6063
6064 2006-01-09 [paul]       1.9.100cvs129
6065
6066         * src/prefs_msg_colors.c
6067                 some cleanups that I forgot last time
6068
6069 2006-01-09 [paul]       1.9.100cvs128
6070
6071         * README
6072         * src/folderview.c
6073         * src/prefs_msg_colors.c
6074                 add previously hidden option, color_new, to
6075                 the gui
6076                 move the page to Display/
6077                 rework the gui
6078
6079 2006-01-09 [wwp]        1.9.100cvs127
6080
6081         * src/prefs_themes.c
6082                 made the prefs/display/themes layouts spacing less condensed
6083                 (and so they match other prefs/pages' look).
6084
6085 2006-01-09 [paul]       1.9.100cvs126
6086
6087         * src/compose.c
6088         * src/prefs_common.c
6089         * src/prefs_common.h
6090         * src/prefs_wrapping.c
6091                 remove 'wrap at send' option
6092
6093 2006-01-06 [colin]      1.9.100cvs125
6094
6095         * src/compose.c
6096                 Just make completely sure we don't insert "manual line breaks" 
6097                 when wrapping... 
6098
6099 2006-01-04 [paul]
6100
6101         * 2.0.0-rc3 released
6102
6103 2006-01-04 [paul]       1.9.100cvs124
6104
6105         * src/folderview.c
6106                 fix bug 882, 'quick scroll in folder list
6107                 displays wrong folder contents'
6108
6109 2006-01-04 [paul]       1.9.100cvs123
6110
6111         * src/plugins/pgpmime/pgpmime.c
6112                 better debug information when signing
6113                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6114
6115 2006-01-03 [colin]      1.9.100cvs122
6116
6117         * configure.ac
6118                 We need to recheck for gpgme 1.0.0 after checking
6119                 for 1.1.1, because if 1.1.1 isn't available, 
6120                 GPGME_LIBS and friends are blanked out by the 
6121                 second check.
6122
6123 2006-01-03 [colin]      1.9.100cvs121
6124
6125         * src/common/prefs.c
6126                 Windows unlink-before rename fix
6127         * src/plugins/pgpcore/sgpgme.c
6128                 Add support for PKA info if available
6129                 Both patches by Werner Koch
6130
6131 2006-01-03 [paul]       1.9.100cvs120
6132
6133         * src/messageview.c
6134                 fix bug 884, 'Send receipt' button visible in queue
6135                 Thanks to Colin
6136
6137 2006-01-02 [colin]      1.9.100cvs119
6138
6139         * src/compose.c
6140         * src/imap.c
6141                 Fix autosave on IMAP and more generally try to
6142                 return the correct ID on a newly added IMAP message
6143
6144 2006-01-02 [paul]       1.9.100cvs118
6145
6146         * manual/keyboard.xml
6147                 edited
6148
6149 2006-01-01 [paul]       1.9.100cvs117
6150
6151         * src/gtk/authors.h
6152                 alphabetical order
6153
6154 2005-12-30 [colin]      1.9.100cvs116
6155
6156         * manual/advanced.xml
6157                 Explain Pre/Post-processing differences.
6158
6159 2005-12-30 [colin]      1.9.100cvs115
6160
6161         * src/mh.c
6162                 Implement copy_msgs for a little optimization
6163         * src/imap.c
6164                 Finish yesterday's fix
6165
6166 2005-12-29 [colin]      1.9.100cvs114
6167
6168         * src/imap.c
6169                 Fix occasional failure in fetching a mail over
6170                 IMAP
6171
6172 2005-12-29 [colin]      1.9.100cvs113
6173
6174         * src/compose.c
6175                 Don't remove a draft when sending it, if it is 
6176                 locked.
6177
6178 2005-12-28 [colin]      1.9.100cvs112
6179
6180         * src/summaryview.c
6181                 Fix leak for real
6182
6183 2005-12-28 [wwp]        1.9.100cvs111
6184
6185         * doc/faq/.cvsignore
6186         * doc/faq/de/.cvsignore
6187         * doc/faq/en/.cvsignore
6188         * doc/faq/es/.cvsignore
6189         * doc/faq/fr/.cvsignore
6190         * doc/faq/it/.cvsignore
6191         * doc/manual/.cvsignore
6192         * doc/manual/de/.cvsignore
6193         * doc/manual/en/.cvsignore
6194         * doc/manual/es/.cvsignore
6195         * doc/manual/fr/.cvsignore
6196         * doc/manual/ja/.cvsignore
6197         * src/plugins/mathml_viewer/.cvsignore
6198                 rollback revival of those files (my bad, sorry for the noise).
6199
6200 2005-12-28 [wwp]        1.9.100cvs110
6201
6202         * src/compose.c
6203                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
6204
6205 2005-12-28 [wwp]        1.9.100cvs109
6206
6207         * doc/faq/.cvsignore
6208         * doc/faq/de/.cvsignore
6209         * doc/faq/en/.cvsignore
6210         * doc/faq/es/.cvsignore
6211         * doc/faq/fr/.cvsignore
6212         * doc/faq/it/.cvsignore
6213         * doc/manual/.cvsignore
6214         * doc/manual/de/.cvsignore
6215         * doc/manual/en/.cvsignore
6216         * doc/manual/es/.cvsignore
6217         * doc/manual/fr/.cvsignore
6218         * doc/manual/ja/.cvsignore
6219         * src/plugins/mathml_viewer/.cvsignore
6220         * po/.cvsignore
6221                 more files to ignore.
6222
6223 2005-12-24 [colin]      1.9.100cvs108
6224
6225         * AUTHORS
6226         * src/gtk/authors.h
6227                 Update for Werner
6228
6229 2005-12-24 [colin]      1.9.100cvs107
6230
6231         * src/procmsg.c
6232                 Allow NULL src_msginfo in 
6233                 procmsg_msginfo_new_from_mimeinfo
6234
6235 2005-12-23 [paul]       1.9.100cvs106
6236
6237         * src/plugins/pgpinline/mypgpcore.def
6238                 add this forgotten file
6239
6240 2005-12-23 [colin]      1.9.100cvs105
6241
6242         * src/mainwindow.c
6243                 Fix missing break
6244
6245 2005-12-23 [colin]      1.9.100cvs104
6246
6247         * autogen.sh
6248         * src/folder.c
6249         * src/mh.c
6250         * src/common/plugin.c
6251         * src/common/socket.c
6252         * src/common/socket.h
6253         * src/common/utils.c
6254         * src/common/utils.h
6255         * src/gtk/pluginwindow.c
6256         * src/plugins/pgpcore/plugin.def
6257         * src/plugins/pgpcore/sylpheed.def
6258         * src/plugins/pgpinline/Makefile.am
6259         * src/plugins/pgpinline/plugin.def
6260         * src/plugins/pgpinline/sylpheed.def
6261         * src/plugins/pgpmime/plugin.def
6262         * src/plugins/pgpmime/sylpheed.def
6263                 Various w32 fixes by Werner Koch
6264
6265 2005-12-22 [paul]       1.9.100cvs103
6266
6267         * src/wizard.c
6268                 don't offer IMAP as 'server type' if
6269                 libetpan isn't built in
6270
6271 2005-12-22 [paul]       1.9.100cvs102
6272
6273         * AUTHORS
6274         * src/mainwindow.c
6275         * src/mainwindow.h
6276         * src/toolbar.c
6277         * src/gtk/authors.h
6278                 support GTK_TOOLBAR_BOTH_HORIZ (text
6279                 next to icon) Patch by Marien Zwart
6280                 marienz@users.sf.net
6281                 Also reword the text
6282
6283 2005-12-21 [colin]      1.9.100cvs101
6284
6285         * configure.ac
6286                 Fix DATADIRNAME
6287         * COPYING
6288                 Fix missing section and explicit the exception better
6289         * src/compose.c
6290                 Prevent mail from being lost without notice when an
6291                 SMTP error happens on trying to send an unmodified
6292                 drafted mail.
6293         * src/send_message.c
6294         * src/common/smtp.c
6295                 Fix password remembering when wrong, and add return
6296                 value checks where they should have been
6297         * src/plugins/pgpcore/sylpheed.def
6298         * src/plugins/pgpinline/sylpheed.def
6299         * src/plugins/pgpmime/sylpheed.def
6300                 Add a few symbols needed
6301
6302 2005-12-21 [paul]       1.9.100cvs100
6303
6304         * m4/codeset.m4
6305         * m4/glibc21.m4
6306         * m4/intdiv0.m4
6307         * m4/inttypes-pri.m4
6308         * m4/inttypes.m4
6309         * m4/inttypes_h.m4
6310         * m4/isc-posix.m4
6311         * m4/lcmessage.m4
6312         * m4/stdint_h.m4
6313         * m4/uintmax_t.m4
6314                 gettextization
6315                 thanks to Colin
6316
6317 2005-12-21 [paul]       1.9.100cvs99
6318
6319         * po/sv.po
6320                 fixed by Colin
6321
6322 2005-12-20 [paul]       1.9.100cvs98
6323
6324         * po/sv.po
6325                 updated by Anders Trobäck
6326
6327 2005-12-20 [colin]      1.9.100cvs97
6328
6329         * ABOUT-NLS
6330         * Makefile.am
6331         * autogen.sh
6332         * configure.ac
6333         * config/config.rpath
6334         * config/mkinstalldirs
6335         * m4/Makefile.am
6336         * m4/glibc2.m4
6337         * m4/gnupg.m4
6338         * m4/gpgme.m4
6339         * m4/intmax.m4
6340         * m4/longdouble.m4
6341         * m4/longlong.m4
6342         * m4/printf-posix.m4
6343         * m4/signed.m4
6344         * m4/size_max.m4
6345         * m4/ulonglong.m4
6346         * m4/wchar_t.m4
6347         * m4/wint_t.m4
6348         * m4/xsize.m4
6349         * po/Makefile.in.in
6350         * po/Makevars
6351         * po/bg.po
6352         * po/ca.po
6353         * po/cs.po
6354         * po/de.po
6355         * po/el.po
6356         * po/en_GB.po
6357         * po/es.po
6358         * po/fi.po
6359         * po/fr.po
6360         * po/hr.po
6361         * po/hu.po
6362         * po/it.po
6363         * po/ja.po
6364         * po/ko.po
6365         * po/nb.po
6366         * po/nl.po
6367         * po/pl.po
6368         * po/pt_BR.po
6369         * po/ru.po
6370         * po/sk.po
6371         * po/sr.po
6372         * po/stamp-po
6373         * po/sv.po
6374         * po/zh_CN.po
6375         * po/zh_TW.po
6376         * src/Makefile.am
6377         * src/codeconv.c
6378         * src/compose.c
6379         * src/exporthtml.c
6380         * src/exportldif.c
6381         * src/folder.c
6382         * src/main.c
6383         * src/manual.c
6384         * src/mh.c
6385         * src/mimeview.c
6386         * src/send_message.c
6387         * src/common/Makefile.am
6388         * src/common/fnmatch.c
6389         * src/common/fnmatch.h
6390         * src/common/fnmatch_loop.c
6391         * src/common/nntp.c
6392         * src/common/plugin.c
6393         * src/common/smtp.c
6394         * src/common/socket.c
6395         * src/common/string_match.c
6396         * src/common/sylpheed.c
6397         * src/common/utils.c
6398         * src/common/utils.h
6399         * src/common/w32_dirent.c
6400         * src/common/w32_reg.c
6401         * src/common/w32_signal.c
6402         * src/common/w32_stat.c
6403         * src/common/w32_stdio.c
6404         * src/common/w32_stdlib.c
6405         * src/common/w32_string.c
6406         * src/common/w32_time.c
6407         * src/common/w32_unistd.c
6408         * src/common/w32_wait.c
6409         * src/common/w32lib.h
6410         * src/etpan/Makefile.am
6411         * src/gtk/Makefile.am
6412         * src/plugins/clamav/Makefile.am
6413         * src/plugins/demo/Makefile.am
6414         * src/plugins/dillo_viewer/Makefile.am
6415         * src/plugins/pgpcore/Makefile.am
6416         * src/plugins/pgpcore/passphrase.c
6417         * src/plugins/pgpcore/plugin.def
6418         * src/plugins/pgpcore/sgpgme.c
6419         * src/plugins/pgpcore/sylpheed.def
6420         * src/plugins/pgpcore/version.rc
6421         * src/plugins/pgpinline/Makefile.am
6422         * src/plugins/pgpinline/plugin.def
6423         * src/plugins/pgpinline/sylpheed.def
6424         * src/plugins/pgpinline/version.rc
6425         * src/plugins/pgpmime/Makefile.am
6426         * src/plugins/pgpmime/mypgpcore.def
6427         * src/plugins/pgpmime/plugin.def
6428         * src/plugins/pgpmime/sylpheed.def
6429         * src/plugins/pgpmime/version.rc
6430         * src/plugins/spamassassin/Makefile.am
6431                 Very little ;-) patch from Werner Koch, providing
6432                 infrastructure for cross-compiling to Win32
6433
6434 2005-12-20 [paul]       1.9.100cvs96
6435
6436         * src/account.c
6437         * src/account.h
6438         * src/mainwindow.c
6439         * src/mainwindow.h
6440         * src/toolbar.c
6441         * src/toolbar.h
6442                 add a combo to the Get All button, allowing
6443                 quick retrieval from any account
6444                 Patch by Fabien Vantard, slightly modified
6445                 by Colin
6446         * src/gtk/about.c
6447                 i18n fix. Patch by Fabien Vantard
6448
6449 2005-12-19 [colin]      1.9.100cvs95
6450
6451         * src/compose.c
6452         * src/compose.h
6453                 Don't automatically join lines when they've 
6454                 been separated by the user and not automatically
6455
6456 2005-12-19 [paul]       1.9.100cvs94
6457
6458         * src/gtk/pluginwindow.c
6459                 i18n fix.
6460                 Patch by Fabien Vantard
6461
6462 2005-12-15 [paul]       1.9.100cvs93
6463
6464         * src/common/plugin.c
6465         * src/common/plugin.h
6466         * src/gtk/pluginwindow.c
6467         * src/plugins/clamav/clamav_plugin.c
6468         * src/plugins/demo/demo.c
6469         * src/plugins/dillo_viewer/dillo_viewer.c
6470         * src/plugins/pgpcore/plugin.c
6471         * src/plugins/pgpinline/plugin.c
6472         * src/plugins/pgpmime/plugin.c
6473         * src/plugins/spamassassin/spamassassin.c
6474         * src/plugins/trayicon/trayicon.c
6475                 add plugin_version()
6476
6477 2005-12-15 [colin]      1.9.100cvs92
6478
6479         * src/compose.c
6480                 Further fix bug #875
6481
6482 2005-12-15 [paul]       1.9.100cvs91
6483
6484         * src/gtk/filesel.c
6485                 fix attach_load_dir getting set to
6486                 PLUGINDIR on plugin load
6487
6488 2005-12-14 [mones]      1.9.100cvs90
6489
6490         * manual/ack.xml
6491         * manual/keyboard.xml
6492                 Initial draft and some shortcuts added
6493                 
6494         * po/es.po
6495                 Updated translation
6496
6497 2005-12-14 [colin]      1.9.100cvs89
6498
6499         * src/compose.c
6500         * src/imap.c
6501         * src/summaryview.c
6502         * src/gtk/gtkaspell.c
6503                 More leaks fixed
6504         * src/prefs_folder_item.c
6505                 Fix recursive prefs apply
6506
6507
6508 2005-12-14 [colin]      1.9.100cvs88
6509
6510         * src/compose.c
6511                 Fix bug #875 (Freeze On Inline Forward of 
6512                 Large Message)
6513
6514 2005-12-13 [colin]      1.9.100cvs87
6515
6516         * src/compose.c
6517                 Uniq-ify and sort the mimetypes list
6518                 Patch by Fabien Vantard
6519
6520 2005-12-13 [colin]      1.9.100cvs86
6521
6522         * src/imap.c
6523         * src/etpan/imap-thread.c
6524                 Fix leaks (patch by Hoa)
6525         * src/news.c
6526         * src/common/plugin.c
6527                 Fix leaks
6528
6529 2005-12-12 [colin]
6530
6531         * 2.0.0-rc2 released
6532
6533 2005-12-12 [colin]      1.9.100cvs85
6534
6535         * src/matcher.c
6536                 Fix a leak
6537
6538 2005-12-12 [wwp]        1.9.100cvs84
6539
6540         * src/gtk/icon_legend.c
6541                 fix misbehaviour and crash when closing the legend window
6542         using the Esc key (patch by Fabien Vantard).
6543
6544 2005-12-12 [paul]       1.9.100cvs83
6545
6546         * src/browseldap.c
6547         * src/foldersel.c
6548         * src/prefs_actions.c
6549         * src/prefs_filtering.c
6550         * src/prefs_matcher.c
6551         * src/prefs_spelling.glade      ** REMOVED **
6552         * src/prefs_template.c
6553         * src/gtk/foldersort.glade      ** REMOVED **
6554         * src/gtk/pluginwindow.c
6555         * src/gtk/pluginwindow.glade    ** REMOVED **
6556         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
6557                 cleanups
6558
6559 2005-12-11 [paul]       1.9.100cvs82
6560
6561         * src/gtk/filesel.c
6562                 fix attach_load_dir crasher (double free)
6563
6564 2005-12-09 [paul]       1.9.100cvs81
6565
6566         * po/POTFILES.in
6567         * src/mainwindow.c
6568         * src/gtk/Makefile.am
6569         * src/gtk/icon_legend.c
6570         * src/gtk/icon_legend.h
6571                 add icon legend
6572         * src/manual.c
6573                 cleanup
6574
6575 2005-12-09 [paul]       1.9.100cvs80
6576
6577         * src/plugins/pgpcore/passphrase.c
6578                 wrap the label in the dialog
6579
6580 2005-12-09 [colin]      1.9.100cvs79
6581
6582         * src/plugins/pgpcore/sgpgme.c
6583                 Display (untrusted) on not trusted signatures
6584                 Patch by Michal Èihaø <michal@cihar.com>
6585                 Closes bug #867 (Report also key trust)
6586
6587 2005-12-09 [colin]      1.9.100cvs78
6588
6589         * src/common/plugin.c
6590                 Update licence check, following Eben Moglen's advice
6591
6592 2005-12-08 [colin]      1.9.100cvs77
6593
6594         * src/folder.c
6595                 Fix the occasionnal item->cache != NULL 
6596                 assertion failure. 
6597
6598 2005-12-08 [colin]      1.9.100cvs76
6599
6600         * src/mimeview.c
6601         * src/plugins/pgpcore/sgpgme.c
6602                 Print key id when unable to check it
6603                 Closes bug #866 (Show key id when missing)
6604
6605 2005-12-08 [paul]       1.9.100cvs75
6606
6607         * src/prefs_common.c
6608         * src/prefs_common.h
6609         * src/gtk/filesel.c
6610                 remember load attachment dir
6611
6612 2005-12-07 [colin]      1.9.100cvs74
6613
6614         * src/prefs_toolbar.c
6615                 Gtk fixes, patch by Fabien Vantard
6616
6617 2005-12-07 [colin]      1.9.100cvs73
6618
6619         * src/action.c
6620         * src/compose.c
6621         * src/compose.h
6622                 Fix bug #839 (Quoted text isn't colored after 
6623                 executing an action)
6624         * src/common/plugin.c
6625                 Require plugins to declare their licence in plugin_licence()
6626                 Refuse to load non-GPL plugins as they'd be illegal (as 
6627                 derived works of Sylpheed-Claws, they must be GPL).
6628         * src/plugins/clamav/clamav_plugin.c
6629         * src/plugins/demo/demo.c
6630         * src/plugins/dillo_viewer/dillo_viewer.c
6631         * src/plugins/pgpcore/plugin.c
6632         * src/plugins/pgpinline/plugin.c
6633         * src/plugins/pgpmime/plugin.c
6634         * src/plugins/spamassassin/spamassassin.c
6635         * src/plugins/trayicon/trayicon.c
6636                 Add plugin_licence()
6637
6638 2005-12-07 [paul]       1.9.100cvs72
6639
6640         * configure.ac
6641         * src/mainwindow.c
6642         * src/manual.c
6643         * src/manual.h
6644         * src/common/defs.h
6645                 clean up after local FAQ removal and
6646                 temporary manual removal
6647
6648 2005-12-06 [colin]      1.9.100cvs71
6649
6650         * configure.ac
6651         * doc/Makefile.am
6652         * doc/faq/.cvsignore
6653         * doc/faq/Makefile.am
6654         * doc/faq/de/.cvsignore
6655         * doc/faq/de/Makefile.am
6656         * doc/faq/de/sylpheed-faq-1.html
6657         * doc/faq/de/sylpheed-faq-2.html
6658         * doc/faq/de/sylpheed-faq-3.html
6659         * doc/faq/de/sylpheed-faq.html
6660         * doc/faq/en/.cvsignore
6661         * doc/faq/en/Makefile.am
6662         * doc/faq/en/sylpheed-faq-1.html
6663         * doc/faq/en/sylpheed-faq-2.html
6664         * doc/faq/en/sylpheed-faq-3.html
6665         * doc/faq/en/sylpheed-faq-4.html
6666         * doc/faq/en/sylpheed-faq.html
6667         * doc/faq/es/.cvsignore
6668         * doc/faq/es/Makefile.am
6669         * doc/faq/es/sylpheed-faq-1.html
6670         * doc/faq/es/sylpheed-faq-2.html
6671         * doc/faq/es/sylpheed-faq-3.html
6672         * doc/faq/es/sylpheed-faq-4.html
6673         * doc/faq/es/sylpheed-faq.html
6674         * doc/faq/fr/.cvsignore
6675         * doc/faq/fr/Makefile.am
6676         * doc/faq/fr/sylpheed-faq-1.html
6677         * doc/faq/fr/sylpheed-faq-2.html
6678         * doc/faq/fr/sylpheed-faq-3.html
6679         * doc/faq/fr/sylpheed-faq.html
6680         * doc/faq/it/.cvsignore
6681         * doc/faq/it/Makefile.am
6682         * doc/faq/it/sylpheed-faq-1.html
6683         * doc/faq/it/sylpheed-faq-2.html
6684         * doc/faq/it/sylpheed-faq-3.html
6685         * doc/faq/it/sylpheed-faq.html
6686         * doc/manual/.cvsignore
6687         * doc/manual/Makefile.am
6688         * doc/manual/de/.cvsignore
6689         * doc/manual/de/Makefile.am
6690         * doc/manual/de/sylpheed-1.html
6691         * doc/manual/de/sylpheed-10.html
6692         * doc/manual/de/sylpheed-11.html
6693         * doc/manual/de/sylpheed-12.html
6694         * doc/manual/de/sylpheed-13.html
6695         * doc/manual/de/sylpheed-14.html
6696         * doc/manual/de/sylpheed-15.html
6697         * doc/manual/de/sylpheed-16.html
6698         * doc/manual/de/sylpheed-17.html
6699         * doc/manual/de/sylpheed-18.html
6700         * doc/manual/de/sylpheed-19.html
6701         * doc/manual/de/sylpheed-2.html
6702         * doc/manual/de/sylpheed-20.html
6703         * doc/manual/de/sylpheed-3.html
6704         * doc/manual/de/sylpheed-4.html
6705         * doc/manual/de/sylpheed-5.html
6706         * doc/manual/de/sylpheed-6.html
6707         * doc/manual/de/sylpheed-7.html
6708         * doc/manual/de/sylpheed-8.html
6709         * doc/manual/de/sylpheed-9.html
6710         * doc/manual/de/sylpheed.html
6711         * doc/manual/en/.cvsignore
6712         * doc/manual/en/Makefile.am
6713         * doc/manual/en/sylpheed-1.html
6714         * doc/manual/en/sylpheed-10.html
6715         * doc/manual/en/sylpheed-11.html
6716         * doc/manual/en/sylpheed-12.html
6717         * doc/manual/en/sylpheed-13.html
6718         * doc/manual/en/sylpheed-14.html
6719         * doc/manual/en/sylpheed-15.html
6720         * doc/manual/en/sylpheed-16.html
6721         * doc/manual/en/sylpheed-17.html
6722         * doc/manual/en/sylpheed-18.html
6723         * doc/manual/en/sylpheed-19.html
6724         * doc/manual/en/sylpheed-2.html
6725         * doc/manual/en/sylpheed-20.html
6726         * doc/manual/en/sylpheed-21.html
6727         * doc/manual/en/sylpheed-22.html
6728         * doc/manual/en/sylpheed-3.html
6729         * doc/manual/en/sylpheed-4.html
6730         * doc/manual/en/sylpheed-5.html
6731         * doc/manual/en/sylpheed-6.html
6732         * doc/manual/en/sylpheed-7.html
6733         * doc/manual/en/sylpheed-8.html
6734         * doc/manual/en/sylpheed-9.html
6735         * doc/manual/en/sylpheed.html
6736         * doc/manual/es/.cvsignore
6737         * doc/manual/es/Makefile.am
6738         * doc/manual/es/sylpheed-1.html
6739         * doc/manual/es/sylpheed-10.html
6740         * doc/manual/es/sylpheed-11.html
6741         * doc/manual/es/sylpheed-12.html
6742         * doc/manual/es/sylpheed-13.html
6743         * doc/manual/es/sylpheed-14.html
6744         * doc/manual/es/sylpheed-15.html
6745         * doc/manual/es/sylpheed-16.html
6746         * doc/manual/es/sylpheed-17.html
6747         * doc/manual/es/sylpheed-18.html
6748         * doc/manual/es/sylpheed-19.html
6749         * doc/manual/es/sylpheed-2.html
6750         * doc/manual/es/sylpheed-20.html
6751         * doc/manual/es/sylpheed-3.html
6752         * doc/manual/es/sylpheed-4.html
6753         * doc/manual/es/sylpheed-5.html
6754         * doc/manual/es/sylpheed-6.html
6755         * doc/manual/es/sylpheed-7.html
6756         * doc/manual/es/sylpheed-8.html
6757         * doc/manual/es/sylpheed-9.html
6758         * doc/manual/es/sylpheed.html
6759         * doc/manual/fr/.cvsignore
6760         * doc/manual/fr/Makefile.am
6761         * doc/manual/fr/sylpheed-1.html
6762         * doc/manual/fr/sylpheed-10.html
6763         * doc/manual/fr/sylpheed-11.html
6764         * doc/manual/fr/sylpheed-12.html
6765         * doc/manual/fr/sylpheed-13.html
6766         * doc/manual/fr/sylpheed-14.html
6767         * doc/manual/fr/sylpheed-15.html
6768         * doc/manual/fr/sylpheed-16.html
6769         * doc/manual/fr/sylpheed-17.html
6770         * doc/manual/fr/sylpheed-18.html
6771         * doc/manual/fr/sylpheed-19.html
6772         * doc/manual/fr/sylpheed-2.html
6773         * doc/manual/fr/sylpheed-20.html
6774         * doc/manual/fr/sylpheed-3.html
6775         * doc/manual/fr/sylpheed-4.html
6776         * doc/manual/fr/sylpheed-5.html
6777         * doc/manual/fr/sylpheed-6.html
6778         * doc/manual/fr/sylpheed-7.html
6779         * doc/manual/fr/sylpheed-8.html
6780         * doc/manual/fr/sylpheed-9.html
6781         * doc/manual/fr/sylpheed.html
6782         * doc/manual/ja/.cvsignore
6783         * doc/manual/ja/Makefile.am
6784         * doc/manual/ja/sylpheed-1.html
6785         * doc/manual/ja/sylpheed-10.html
6786         * doc/manual/ja/sylpheed-11.html
6787         * doc/manual/ja/sylpheed-12.html
6788         * doc/manual/ja/sylpheed-13.html
6789         * doc/manual/ja/sylpheed-14.html
6790         * doc/manual/ja/sylpheed-15.html
6791         * doc/manual/ja/sylpheed-16.html
6792         * doc/manual/ja/sylpheed-17.html
6793         * doc/manual/ja/sylpheed-18.html
6794         * doc/manual/ja/sylpheed-19.html
6795         * doc/manual/ja/sylpheed-2.html
6796         * doc/manual/ja/sylpheed-20.html
6797         * doc/manual/ja/sylpheed-3.html
6798         * doc/manual/ja/sylpheed-4.html
6799         * doc/manual/ja/sylpheed-5.html
6800         * doc/manual/ja/sylpheed-6.html
6801         * doc/manual/ja/sylpheed-7.html
6802         * doc/manual/ja/sylpheed-8.html
6803         * doc/manual/ja/sylpheed-9.html
6804         * doc/manual/ja/sylpheed.html
6805         * doc/manual/ja/sylpheed.sgml
6806         * src/mainwindow.c
6807                 Remove outdated manual and faq. Noisy, eh?
6808
6809 2005-12-06 [colin]      1.9.100cvs70
6810
6811         * src/compose.c
6812         * src/quote_fmt_parse.y
6813         * src/undo.c
6814         * src/undo.h
6815                 Allow %X to position cursor at 0 
6816                 (no %X = before signature)
6817                 Fix paste as quotation putting the cursor at 0
6818                 Fix undo offsets when pasting
6819                 Insert the quote_fmt at once instead of line 
6820                 by line
6821                 Fix [Edited] when starting to reply/forward
6822
6823 2005-12-06 [paul]       1.9.100cvs69
6824
6825         * src/plugins/clamav/clamav_plugin_gtk.c
6826                 add another tooltip
6827         * src/plugins/spamassassin/spamassassin_gtk.c
6828                 rework spamassassin_create_widget_func()
6829
6830 2005-12-05 [colin]      1.9.100cvs68
6831
6832         * po/POTFILES.in
6833                 Fix make release ;-)
6834
6835 2005-12-05 [colin]      1.9.100cvs67
6836
6837         * src/compose.c
6838         * src/compose.h
6839                 Fix cursor positioning (not obeying %X)
6840
6841 2005-12-05 [paul]       1.9.100cvs66
6842
6843         * src/plugins/dillo_viewer/dillo_prefs.c
6844                 fix compilation warning
6845
6846 2005-12-05 [paul]       1.9.100cvs65
6847
6848         * src/prefs_spelling.c
6849         * src/plugins/trayicon/trayicon.c
6850                 cleanups - remove unused stuff
6851
6852 2005-12-05 [paul]       1.9.100cvs64
6853
6854         * README
6855         * manual/plugins.xml
6856                 remove info about removed mathml_viewer plugin
6857
6858 2005-12-05 [paul]       1.9.100cvs63
6859
6860         * configure.ac
6861         * src/plugins/Makefile.am
6862         * src/plugins/mathml_viewer/.cvsignore
6863         * src/plugins/mathml_viewer/Makefile.am
6864         * src/plugins/mathml_viewer/mathml_viewer.c
6865                 remove unmaintained mathml_viewer plugin
6866
6867 2005-12-05 [paul]       1.9.100cvs62
6868
6869         * src/summaryview.c
6870                 obey prefs_common.always_show_msg when
6871                 moving a msg
6872                 Thanks to Colin
6873
6874 2005-12-05 [paul]       1.9.100cvs61
6875
6876         * src/compose.c
6877         * src/prefs_account.c
6878         * src/prefs_filtering.c
6879         * src/prefs_quote.c
6880         * src/prefs_spelling.c
6881         * src/prefs_toolbar.c
6882         * src/summaryview.c
6883         * src/gtk/gtkutils.c
6884         * src/gtk/quicksearch.c
6885         * src/plugins/dillo_viewer/dillo_prefs.c
6886                 dialog cleanups
6887
6888 2005-12-04 [paul]       1.9.100cvs60
6889
6890         * src/inc.c
6891         * src/prefs_account.c
6892         * src/prefs_account.h
6893                 allow a Local account to specify a
6894                 default inbox
6895                 (closes bug 843 'Inbox cannot be changed for local
6896                  mailboxes')
6897
6898 2005-12-04 [colin]      1.9.100cvs59
6899
6900         * src/plugins/trayicon/trayicon.c
6901                 Remove Get, rename Get All to Get Mail in order to
6902                 be consistent with the default main toolbar
6903
6904 2005-12-03 [colin]      1.9.100cvs58
6905
6906         * manual/gpl.xml
6907         * manual/sylpheed-claws-manual.xml
6908                 Add GPL appendix
6909
6910 2005-12-03 [paul]       1.9.100cvs57
6911
6912         * AUTHORS
6913         * po/sv.po
6914         * src/gtk/authors.h
6915                 new (partially complete) Swedish translation
6916                 by Anders Troback <sylpheed@troback.com>
6917
6918 2005-12-02 [paul]       1.9.100cvs56
6919
6920         * configure.ac
6921                 libetpan 0.41 required
6922
6923 2005-12-02 [paul]       1.9.100cvs55
6924
6925         * src/plugins/clamav/clamav_plugin.c
6926         * src/plugins/clamav/clamav_plugin.h
6927         * src/plugins/clamav/clamav_plugin_gtk.c
6928         * src/plugins/spamassassin/spamassassin.c
6929         * src/plugins/spamassassin/spamassassin.h
6930         * src/plugins/spamassassin/spamassassin_gtk.c
6931                 unregister prefs pages on unloading, thus
6932                 preventing a crash
6933                 (thanks to Colin for the hint)
6934
6935 2005-12-02 [wwp]        1.9.100cvs54
6936
6937         * src/quote_fmt.h
6938         * src/quote_fmt_parse.y
6939                 fix misuse of gboolean*, use gboolean instead
6940                 (thanks to Paul, Colin, for pointing out that scaring one)
6941
6942 2005-12-02 [paul]       1.9.100cvs53
6943
6944         * src/plugins/clamav/clamav_plugin.c
6945                 int no --> unsigned int no
6946         * src/plugins/clamav/clamav_plugin_gtk.c
6947                 rework config page
6948
6949 2005-12-02 [wwp]        1.9.100cvs52
6950
6951         * src/compose.c
6952         * src/prefs_template.c
6953         * src/quote_fmt.h
6954         * src/quote_fmt_parse.y
6955                 prevent from executing |f and |p templates commands when
6956                 adding or replacing templates in prefs (avoids annoying and
6957                 potentially dangerous behaviours)
6958
6959 2005-12-02 [paul]       1.9.100cvs51
6960
6961         * src/prefs_common.c
6962                 allow translation of some default values
6963                 Patch by Fabien Vantard
6964
6965 2005-12-02 [paul]       1.9.100cvs50
6966
6967         * src/codeconv.c
6968         * src/codeconv.h
6969         * src/prefs_common.c
6970         * src/prefs_common.h
6971         * src/prefs_message.c
6972         * src/textview.c
6973                 remove obsolete 'convert_mb_alnum' option
6974                 and related stuff
6975         * src/gtk/about.c
6976                 remove unused 'about_textview_visibility_notify'
6977
6978 2005-12-02 [paul]       1.9.100cvs49
6979
6980         * src/prefs_account.c
6981         * src/prefs_compose_writing.c
6982         * src/prefs_fonts.c
6983         * src/prefs_gtk.h
6984         * src/prefs_image_viewer.c
6985         * src/prefs_message.c
6986         * src/prefs_other.c
6987         * src/prefs_receive.c
6988         * src/prefs_send.c
6989         * src/prefs_spelling.c
6990         * src/prefs_summaries.c
6991         * src/prefs_wrapping.c
6992         * src/plugins/dillo_viewer/dillo_prefs.c
6993         * src/plugins/pgpcore/prefs_gpg.c
6994                 several cleanups to the prefs dialogs
6995                 (slightly modified) patch by Fabien Vantard
6996
6997 2005-12-02 [paul]       1.9.100cvs48
6998
6999         * src/main.c
7000                 --exit means exit
7001         * src/send_message.c
7002                 fix crash on send when connection fails
7003
7004         Thanks to Colin
7005
7006 2005-12-01 [colin]      1.9.100cvs47
7007
7008         * src/html.c
7009                 Translate &hellip; to "..."
7010
7011 2005-11-30 [colin]      1.9.100cvs46
7012
7013         * src/matcher.c
7014         * src/matcher.h
7015                 Optimize back yesterday's fix.
7016
7017 2005-11-30 [paul]       1.9.100cvs45
7018
7019         * manual/faq.xml
7020                 standardised
7021         * manual/intro.xml
7022                 written by Colin, edited by me
7023
7024 2005-11-29 [colin]      1.9.100cvs44
7025
7026         * src/matcher.c
7027                 Skip headers unconditionnaly in match_body if the
7028                 rule is not message or ~message
7029
7030 2005-11-29 [colin]      1.9.100cvs43
7031
7032         * src/matcher.c
7033                 Fix body_part and such, not skipping headers 
7034                 if the matchcriteria wasn't the first in the rule
7035
7036 2005-11-29 [colin]      1.9.100cvs42
7037
7038         * src/compose.c
7039                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
7040                 option missing from message view window)
7041                 Fix double text D'n'D with gtk-2.8
7042         * src/matcher.c
7043                 Fix ~message, ~headers_part, ~body_part rules
7044         * src/messageview.c
7045                 Add Windows-1252 (Closes bug #863)
7046                 Fix accels
7047         * src/gtk/gtkaspell.c
7048                 Properly destroy accels in all menus
7049
7050 2005-11-29 [mones]      1.9.100cvs41
7051
7052         * po/es.po
7053                 Updated.
7054
7055 2005-11-27 [colin]      1.9.100cvs40
7056
7057         * src/mh_gtk.c
7058                 "/Remove mailbox" -> "/Remove mailbox..."
7059
7060 2005-11-27 [paul]       1.9.100cvs39
7061
7062         * AUTHORS
7063         * po/de.po
7064         * src/gtk/authors.h
7065                 updated by new maintainer, Stephan Sachse
7066
7067 2005-11-27 [paul]       1.9.100cvs38
7068
7069         * manual/faq.xml
7070                 written by Colin, edited by me
7071
7072 2005-11-27 [paul]       1.9.100cvs37
7073
7074         * src/prefs_common.c
7075         * src/prefs_common.h
7076         * src/prefs_receive.c
7077         * src/prefs_summaries.c
7078                 move 'go to inbox after receiving new mail'
7079                 option from display/sumamaries to mail
7080                 handling/receive, and rework prefs_summaries
7081                 dialog a little
7082
7083 2005-11-25 [martin]     1.9.100cvs36
7084
7085         * po/de.po
7086             fixed windows-1252 translation;
7087             translated some new and fuzzy strings
7088
7089 2005-11-25 [paul]       1.9.100cvs35
7090
7091         * src/plugins/clamav/clamav_plugin.c
7092                 complete the update done in cvs34
7093
7094 2005-11-25 [paul]       1.9.100cvs34
7095
7096         * src/plugins/clamav/clamav_plugin.c
7097                 reflect upstream changes
7098
7099 2005-11-25 [paul]       1.9.100cvs33
7100
7101         * manual/ack.xml
7102         * manual/plugins.xml
7103         * manual/sylpheed-claws-manual.xml
7104                 written/updated by Colin, edited by me
7105         * tools/acroread2sylpheed.pl
7106                 update binary name
7107
7108 2005-11-24 [colin]      1.9.100cvs32
7109
7110         * src/compose.c
7111                 Fix bug #856 (reediting messages forgets Request
7112                 Return Receipt)
7113
7114 2005-11-24 [paul]       1.9.100cvs31
7115
7116         * manual/addrbook.xml
7117         * manual/starting.xml
7118                 written by Colin, proofread, edited, adapted by me
7119         * manual/advanced.xml
7120                 add some Actions examples
7121         * src/importldif.c
7122                 use a Save button instead of a Close button
7123         * src/wizard.c
7124                 indicate mandatory fields
7125                 fix page display
7126                 Thanks to Colin
7127
7128 2005-11-23 [colin]      1.9.100cvs30
7129
7130         * src/addressbook.c
7131                 Rename menu item, fix possible crash after
7132                 deletion of books
7133         * src/addrindex.c
7134                 Allow searching for '*' in ldap
7135         * src/browseldap.c
7136                 Fix "Browse Entry" (did anyone use it?)
7137         * src/wizard.c
7138                 Add guards for mandatory information
7139
7140 2005-11-23 [paul]       1.9.100cvs29
7141
7142         * manual/advanced.xml
7143                 corrections to the English
7144
7145 2005-11-23 [colin]      1.9.100cvs28
7146
7147         * src/mimeview.c
7148                 Fix possible crash at exit. After the call to
7149                 gtk_container_remove(), the Viewer's widget has no
7150                 more parent so gtk+ automatically frees it and its
7151                 sons. If destroy_viewer() then try to access it,
7152                 problems ensue.
7153
7154 2005-11-22 [colin]      1.9.100cvs27
7155
7156         * src/compose.c
7157         * src/gtk/gtkaspell.c
7158                 Fix right-clicking on a misspelled word
7159                 Fix More... in suggestions menu
7160
7161 2005-11-22 [wwp]        1.9.100cvs26
7162
7163         * src/prefs_template.c
7164                 templates works: re-sort templates list when adding or replacing,
7165                 prevent from adding or replacing when the template name is empty
7166
7167 2005-11-21 [colin]      1.9.100cvs25
7168
7169         * src/addressbook.c
7170                 Fix some addressbook suckage (dnd, select all)
7171         * src/compose.c
7172         * src/gtk/gtkaspell.c
7173         * src/gtk/gtkaspell.h
7174                 Make the spellchecker menu work with the 
7175                 GtkTextView one instead of overriding it
7176
7177 2005-11-20 [paul]       1.9.100cvs24
7178
7179         * manual/handling.xml
7180                 proofread and corrected
7181
7182 2005-11-20 [paul]       1.9.100cvs23
7183
7184         * manual/Makefile
7185                 generate html as one file
7186         * manual/advanced.xml
7187                 fix output generation
7188                 reformat hidden options list
7189         * manual/manual.xml     ** REMOVED **
7190         * manual/sylpheed-claws-manual.xml      ** ADDED **
7191                 renamed
7192
7193 2005-11-18 [colin]      1.9.100cvs22
7194
7195         * src/prefs_account.c
7196                 Fix layout in news and mbox accounts
7197         * manual/account.xml
7198         * manual/advanced.xml
7199                 New contents for Paul to check :)
7200
7201 2005-11-18 [wwp]        1.9.100cvs21
7202
7203         * src/gtk/quicksearch.c
7204                 don't update extended quicksearch buttons twice
7205
7206 2005-11-18 [paul]       1.9.100cvs20
7207
7208         * src/textview.c
7209                 complete 1.9.100cvs19
7210
7211 2005-11-18 [paul]       1.9.100cvs19
7212
7213         * src/compose.c
7214                 cosmetic improvements
7215         * src/textview.c
7216                 also list text/* attachments
7217
7218 2005-11-18 [colin]      1.9.100cvs18
7219
7220         * src/summaryview.c
7221                 Use column 0 instead of -1 in 
7222                 gtk_ctree_node_moveto, in a naive
7223                 hope it'll fix the gtk-related crashes
7224
7225 2005-11-18 [colin]      1.9.100cvs17
7226
7227         * src/gtk/inputdialog.c
7228                 Fix icon staying the first one
7229
7230 2005-11-17 [wwp]        1.9.100cvs16
7231                 fix possible problem showing some quicksearch buttons, and a bad
7232                 call to g_return_if_fail in a function that returns a value (both
7233                 fixes by Fabien Vantard)
7234
7235 2005-11-15 [wwp]        1.9.100cvs15
7236
7237         * src/gtk/quicksearch.c
7238                 added a tooltip to that obscure ... quicksearch button
7239
7240 2005-11-15 [wwp]        1.9.100cvs14
7241
7242         * src/gtk/quicksearch.c
7243                 add a quicksearch helper to filtering expression users: the ... button
7244                 raises the condition expr window. condition expressions set up w/ this
7245                 window are used by the quicksearch if the user closes it pressing OK.
7246
7247 2005-11-14 [paul]       1.9.100cvs13
7248
7249         * src/plugins/clamav/clamav_plugin.c
7250         * src/plugins/spamassassin/spamassassin.c
7251                 change plugin type following recent merging
7252
7253 2005-11-14 [wwp]        1.9.100cvs12
7254
7255         * src/folder.c
7256                 prevent from crashing when copying/moving message(s) from and
7257                 to the same folder
7258
7259 2005-11-14 [paul]       1.9.100cvs11
7260
7261         * src/plugins/clamav/Makefile.am
7262         * src/plugins/clamav/clamav_plugin.c
7263         * src/plugins/clamav/clamav_plugin.h
7264         * src/plugins/clamav/clamav_plugin_gtk.c
7265                 also merge clamav and clamav_gtk plugins
7266
7267 2005-11-13 [colin]      1.9.100cvs10
7268
7269         * configure.ac
7270         * src/plugins/spamassassin/Makefile.am
7271         * src/plugins/spamassassin/spamassassin.c
7272         * src/plugins/spamassassin/spamassassin.h
7273         * src/plugins/spamassassin/spamassassin_gtk.c
7274                 Merge spamassassin and spamassassin_gtk plugins,
7275                 and build it by default.
7276
7277 2005-11-12 [colin]      1.9.100cvs9
7278
7279         * src/etpan/imap-thread.c
7280                 Fix gcc warning
7281
7282 2005-11-12 [colin]      1.9.100cvs8
7283
7284         * src/procmime.c
7285                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
7286
7287 2005-11-10 [colin]      1.9.100cvs7
7288
7289         * src/main.c
7290                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
7291                 minimised state)
7292
7293 2005-11-10 [wwp]        1.9.100cvs6
7294
7295         * src/gtk/description_window.c
7296                 fix a crash when closing description windows using the WM's [X] button
7297
7298 2005-11-09 [colin]      1.9.100cvs5
7299
7300         * src/common/ssl.c
7301                 Update libetpan call to follow upstream
7302                 (yes, this requires libetpan-0.40cvs3)
7303
7304 2005-11-08 [colin]      1.9.100cvs4
7305
7306         * src/compose.c
7307         * src/textview.c
7308         * src/common/utils.c
7309         * src/common/utils.h
7310                 Enhance the email parser
7311
7312 2005-11-08 [colin]      1.9.100cvs3
7313
7314         * src/procmime.c
7315                 Fix what looks like an off-by-one (fixes 
7316                 attachments from the Bat)
7317
7318 2005-11-08 [wwp]        1.9.100cvs2
7319
7320         * src/main.c
7321                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
7322
7323 2005-11-08 [wwp]        1.9.100cvs1
7324
7325         * src/main.c
7326                 allow exiting Sylpheed-Claws from command-line
7327
7328 2005-11-08 [paul]       1.9.100
7329
7330         1.9.100 released
7331
7332 2005-11-07 [colin]      1.9.99cvs17
7333
7334         * src/addritem.c
7335         * src/ldif.c
7336                 Fix import of base-64 encoded items
7337
7338 2005-11-07 [colin]      1.9.99cvs16
7339
7340         * src/send_message.c
7341                 Fix bug #314 (Queue does not empty under certain 
7342                 circumstances)
7343
7344 2005-11-07 [paul]       1.9.99cvs15
7345
7346         * src/mutt.c
7347         * src/pine.c
7348                 fix buffer overflows
7349                 Thanks to Colin
7350
7351 2005-11-07 [paul]       1.9.99cvs14
7352
7353         * doc/man/Makefile.am
7354         * doc/man/sylpheed-claws.1      ** ADDED **
7355         * doc/man/sylpheed.1            ** DELETED **
7356                 rename and update the man file
7357
7358 2005-11-06 [colin]      1.9.99cvs13
7359
7360         * src/ldif.c
7361                 Fix ldif_get_line() that returned empty strings
7362                 (Didn't understand why). Also fix a possible
7363                 buffer overflow.
7364
7365 2005-11-06 [wwp]        1.9.99cvs12
7366
7367         * src/textview.c
7368         * src/gtk/about.c
7369         * src/gtk/gtkutils.c
7370         * src/gtk/gtkutils.h
7371                 fix a compilation warning,
7372                 make links sensitive in the about dialog
7373
7374 2005-11-04 [wwp]        1.9.99cvs11
7375
7376         * src/gtk/about.c
7377                 don't wrap or translate URIs, and a bit text format cleanup
7378
7379 2005-11-04 [wwp]        1.9.99cvs10
7380
7381         * src/gtk/about.c
7382                 better textview tagging implementation (no more use of marks for
7383                 postponed tagging)
7384
7385 2005-11-02 [colin]      1.9.99cvs9
7386
7387         * src/common/ssl.c
7388                 Forgot an ifdef
7389
7390 2005-11-02 [colin]      1.9.99cvs8
7391
7392         * configure.ac
7393                 Require libetpan-0.40 due to upstream fix
7394         * src/common/ssl.c
7395                 Tell libetpan not to call SSL_Library_Init,
7396                 as we do it ourselves.
7397
7398 2005-11-02 [colin]      1.9.99cvs7
7399
7400         * po/POTFILES.in
7401                 Add missing files (thanks to Fabien Vantard)
7402
7403 2005-11-02 [colin]      1.9.99cvs6
7404
7405         * src/summaryview.c
7406                 Fix totals when read messages are hidden or quicksearch
7407                 is on
7408         * src/ssl_manager.c
7409         * src/ssl_manager.h
7410         * src/common/ssl_certificate.c
7411         * src/common/ssl_certificate.h
7412         * src/gtk/sslcertwindow.c
7413         * src/gtk/sslcertwindow.h
7414                 Fix copyright on my stuff
7415
7416 2005-11-02 [wwp]        1.9.99cvs5
7417
7418         * src/prefs_themes.c
7419                 fix directory name checking (theme installation/removal),
7420                 made related error a bit more verbose
7421
7422 2005-11-02 [colin]      1.9.99cvs4
7423
7424         * src/summaryview.c
7425                 Fix typo (probably fixes bug #841 (Sort by the From 
7426                 field doesn't work)
7427
7428 2005-11-02 [paul]       1.9.99cvs3
7429
7430         * po/ko.po
7431         * po/nb.po
7432                 updated by SungHyun Nam, Geir Helland
7433         * src/wizard.c
7434                 fix typo in welcome message. spotted by
7435                 Andrea Spadaccini
7436
7437 2005-11-01 [colin]      1.9.99cvs2
7438
7439         * src/compose.c
7440                 Fix replying to ml wen confirming subscription
7441         * src/messageview.c
7442         * src/mimeview.c
7443         * src/mimeview.h
7444         * src/privacy.h
7445         * src/summaryview.c
7446                 Make key check non blocking
7447
7448 2005-10-31 [paul]       1.9.99cvs1
7449
7450         * tools/claws.i18n.status.pl
7451                 updated for ChangeLog
7452
7453 2005-10-31 [paul]       1.9.99
7454
7455         1.9.99 released
7456
7457 2005-10-31 [paul]       1.9.15cvs131
7458
7459         * .cvsignore
7460         * ChangeLog
7461         * ChangeLog.claws       ** REMOVED **
7462         * ChangeLog-gtk2.claws  ** REMOVED **
7463         * ChangeLog.gtk1        ** ADDED **
7464         * INSTALL
7465         * Makefile.am
7466         * NEWS
7467         * README
7468         * README.claws          ** REMOVED **
7469         * README.jp             ** REMOVED **
7470         * RELEASE_NOTES         ** ADDED **
7471         * RELEASE_NOTES.claws   ** REMOVED **
7472         * commitHelper
7473         * configure.ac
7474         * sylpheed.spec.in      ** REMOVED **
7475                 tidy up and update the default docs:
7476                 ChangeLog.claws is renamed ChangeLog.gtk1
7477                 ChangeLog-gtk2.claws is renamed ChangeLog
7478                 README.claws is renamed README
7479                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
7480
7481 2005-10-31 [paul]       1.9.15cvs130
7482
7483         * po/it.po
7484                 fix errors
7485
7486 2005-10-31 [paul]       1.9.15cvs129
7487
7488         * po/ca.po
7489         * po/de.po
7490         * po/en_GB.po
7491         * po/fr.po
7492         * po/it.po
7493         * po/pt_BR.po
7494         * po/sk.po
7495         * po/sr.po
7496         * po/zh_CN.po
7497                 updated by Miquel Oliete, Stephan Sachse and
7498                 Thomas Gilgin, me, Fabien Vantard, Andrea
7499                 Spadaccini, Frederico Goncalves Guimaraes,
7500                 Andrej Kacian, Aleksandar Urosevic, and
7501                 Ralgh Young.
7502
7503 2005-10-31 [mones]      1.9.15cvs128
7504
7505         * manual/faq.xml
7506                 More questions.
7507         
7508         * po/es.po
7509                 Updated for release.
7510
7511 2005-10-30 [colin]      1.9.15cvs127
7512
7513         * src/compose.c
7514                 Place cursor before rewrapping (fixes cursor
7515                 pos if quotation gets rewrapped)
7516
7517 2005-10-29 [paul]       1.9.15cvs126
7518
7519         * src/crash.c
7520         * src/foldersel.c
7521         * src/main.c
7522         * src/messageview.c
7523         * src/toolbar.c
7524         * src/gtk/authors.h
7525                 corrections to text items
7526
7527 2005-10-28 [colin]      1.9.15cvs125
7528
7529         * src/messageview.c
7530                 Make "hit 'C' to check sig" work from extern 
7531                 messageviews
7532
7533 2005-10-27 [colin]      1.9.15cvs124
7534
7535         * src/summaryview.c
7536                 Add a hack to avoid segfaulting when hammering 
7537                 on gtk's events
7538
7539 2005-10-27 [wwp]        1.9.15cvs123
7540
7541         * src/prefs_themes.c
7542                 sort list of themes names in themes prefs
7543
7544 2005-10-27 [paul]       1.9.15cvs122
7545
7546         * src/folder.c
7547         * src/prefs_account.c
7548                 fix building on Solaris
7549                 Patch by Alex Moore
7550
7551 2005-10-27 [wwp]        1.9.15cvs121
7552
7553         * src/summaryview.c
7554         * src/gtk/gtksctree.c
7555                 speed up unselecting messages in summary view (thanks to Colin)
7556
7557 2005-10-27 [paul]       1.9.15cvs120
7558
7559         * src/mainwindow.c
7560                 fix a compilation warning
7561         * src/summaryview.c
7562                 fix updating of 'n items selected' count
7563                 when deselecting
7564
7565 2005-10-27 [martin]     1.9.15cvs119
7566
7567         * src/action.c
7568                 ignore actions with a leading '/' in the action menu name
7569                 fixes a crash on menu creation
7570         * src/prefs_actions.c
7571                 do not allow a leading '/' in the action menu name
7572
7573 2005-10-27 [paul]       1.9.15cvs118
7574
7575         * src/main.c
7576                 fix compilation warning
7577
7578 2005-10-27 [paul]       1.9.15cvs117
7579
7580         * src/procmime.c
7581                 add #if HAVE_LOCALE_H
7582
7583 2005-10-27 [paul]       1.9.15cvs116
7584
7585         * src/plugins/clamav/clamav_plugin.c
7586         * src/plugins/dillo_viewer/dillo_viewer.c
7587         * src/plugins/mathml_viewer/mathml_viewer.c
7588         * src/plugins/pgpcore/plugin.c
7589         * src/plugins/pgpinline/plugin.c
7590         * src/plugins/pgpmime/plugin.c
7591         * src/plugins/spamassassin/spamassassin.c
7592         * src/plugins/trayicon/trayicon.c
7593                 plugin_init() : make error messages more
7594                 informative
7595
7596 2005-10-26 [wwp]        1.9.15cvs115
7597
7598         * src/prefs_matcher.c
7599                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7600
7601 2005-10-26 [wwp]        1.9.15cvs114
7602
7603         * src/procmime.c
7604         * src/gtk/gtksctree.c
7605         * src/plugins/spamassassin/libspamc.c
7606         * src/plugins/spamassassin/spamassassin.c
7607                 fix some compilation warnings more
7608
7609 2005-10-26 [mones]      1.9.15cvs113
7610
7611         * po/es.po
7612                 Updated translation
7613
7614 2005-10-26 [paul]       1.9.15cvs112
7615
7616         * src/prefs_message.c
7617                 give all display_xface stuff the
7618                 #if HAVE_LIBCOMPFACE treatment, thus
7619                 preventing a crash
7620                 (Thanks to Wolfgang Enderlein)
7621
7622 2005-10-26 [colin]      1.9.15cvs111
7623
7624         * src/gedit-print.c
7625                 Fix date format
7626         * src/imap_gtk.c
7627         * src/news_gtk.c
7628                 Remove context menu items that should not be there
7629         * src/jpilot.c
7630                 Fix encoding
7631         * src/main.c
7632         * src/mainwindow.c
7633                 Don't show the mainwindow too soon
7634
7635 2005-10-26 [wwp]        1.9.15cvs110
7636
7637         * src/folder.c
7638         * src/manual.c
7639         * src/summaryview.c
7640                 fix uninitialized pointers in the folder updating hook
7641                 (thanks to Colin)
7642
7643 2005-10-25 [mones]      1.9.15cvs109
7644
7645         * manual/faq.xml
7646                 General information subsection completed. 
7647                 Removed archaic references.
7648                 
7649         * manual/Makefile
7650         * manual/dtd/manual.dsl
7651                 Added customization stylesheet for getting paragraphs
7652                 fully justified in PDF output (as suggested by Colin).
7653
7654 2005-10-25 [colin]      1.9.15cvs108
7655
7656         * src/compose.c
7657                 Fix a second leak
7658
7659 2005-10-25 [colin]      1.9.15cvs107
7660
7661         * src/addrbook.c
7662         * src/addrindex.c
7663                 Fix leak (xml_get_element() allocates memory)
7664         * src/compose.c
7665                 Fix leak + dead code (shame!)
7666         * src/procmime.c
7667                 Fix leak
7668
7669 2005-10-25 [colin]      1.9.15cvs106
7670
7671         * src/mimeview.c
7672                 Fix encoding issue in Save all and in 
7673                 overwrite-confirmation alertpanel
7674
7675 2005-10-25 [colin]      1.9.15cvs105
7676
7677         * src/common/socket.c
7678                 Fix a leak - Thanks to Christopher Aillon
7679                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7680
7681 2005-10-25 [paul]       1.9.15cvs104
7682
7683         * src/wizard.c
7684                 Always guess servers from the right-hand
7685                 email part and guess username from the
7686                 left-hand part. (Thanks to Colin)
7687                 add an X-Face to the welcome message
7688
7689 2005-10-25 [paul]       1.9.15cvs103
7690
7691         * manual/handling.xml
7692                 written by Colin, edited by me
7693
7694 2005-10-25 [wwp]        1.9.15cvs102
7695
7696         * src/folderview.c
7697         * src/grouplistdialog.c
7698         * src/imap.c
7699         * src/noticeview.c
7700                 fix some compilation warnings
7701
7702 2005-10-24 [paul]
7703
7704         1.9.99-rc3 released
7705
7706 2005-10-24 [paul]       1.9.15cvs101
7707
7708         * src/gtk/about.c
7709                 fix window sizing
7710
7711 2005-10-24 [paul]       1.9.15cvs100
7712
7713         * src/pixmaps/offline.xpm
7714         * src/pixmaps/online.xpm
7715                 replace with last default versions
7716
7717 2005-10-24 [colin]      1.9.15cvs99
7718
7719         * src/imap.c
7720                 Fix bug when moving a folder
7721         * src/imap_gtk.c
7722         * src/mh_gtk.c
7723                 "Delete folder" pops up a window, so it 
7724                 should be suffixed with "..."
7725         * src/plugins/pgpcore/sgpgme.c
7726                 Include locale.h
7727
7728 2005-10-24 [mones]      1.9.15cvs98
7729
7730         * manual/Makefile
7731         * manual/account.xml
7732         * manual/ack.xml
7733         * manual/addrbook.xml
7734         * manual/advanced.xml
7735         * manual/faq.xml
7736         * manual/glossary.xml
7737         * manual/gpl.xml
7738         * manual/handling.xml
7739         * manual/intro.xml
7740         * manual/keyboard.xml
7741         * manual/manual.xml
7742         * manual/plugins.xml
7743         * manual/starting.xml
7744         * manual/dtd/sdocbook.dtd
7745                 Initial manual structure and some content.
7746
7747 2005-10-23 [wwp]        1.9.15cvs97
7748
7749         * src/gtk/about.c
7750                 fix a typo
7751
7752 2005-10-23 [wwp]        1.9.15cvs96
7753
7754         * src/gtk/about.c
7755         * src/gtk/authors.h
7756                 rework of the about window (main work by Paul), also featuring a few
7757                 fixes for typos and duplicate names
7758
7759 2005-10-23 [wwp]        1.9.15cvs95
7760
7761         * src/.cvsignore
7762                 Ignore the right binary name (sylpheed-claws now)
7763
7764 2005-10-23 [paul]       1.9.15cvs94
7765
7766         * src/compose.c
7767                 when using Folder Pref 'Default To for
7768                 replies' make the entry in the Compose
7769                 window bold
7770                 Patch by Fabien Vantard
7771
7772 2005-10-22 [colin]      1.9.15cvs93
7773
7774         * src/codeconv.c
7775                 Fix leak
7776
7777 2005-10-22 [colin]      1.9.15cvs92
7778
7779         * src/codeconv.c
7780                 try to convert using locale (apart utf8) if necessary
7781
7782 2005-10-22 [colin]      1.9.15cvs91
7783
7784         * src/pixmaps/new.xpm
7785         * src/pixmaps/unread.xpm
7786                 Make the unread envelope blue again and
7787                 saturate the new one a bit more.
7788
7789 2005-10-22 [colin]      1.9.15cvs90
7790
7791         * src/compose.c
7792                 When replying to a mail sent by one of our accounts,
7793                 use the original list of recipients. Let 'Reply All'
7794                 and 'Reply to sender' work like previously.
7795
7796 2005-10-21 [colin]      1.9.15cvs89
7797
7798         * src/prefs_filtering.c
7799                 Clear fields after add and replace
7800         * src/textview.c
7801                 Display xface differently (better)
7802         * src/plugins/pgpinline/pgpinline.c
7803                 Fix crappy encodings/recodings
7804
7805 2005-10-21 [paul]       1.9.15cvs88
7806
7807         * src/compose.c
7808         * src/prefs_folder_item.c
7809         * src/toolbar.c
7810                 fix news folder Folder Properties
7811                 (thanks to Colin)
7812         * src/folderview.c
7813                 update folderview after Themes change
7814                 keep selected folder selected
7815                 (thanks to Colin)
7816
7817 2005-10-21 [paul]       1.9.15cvs87
7818
7819         * tools/Makefile.am
7820         * tools/OOo2sylpheed.pl
7821         * tools/README
7822         * tools/README.sylprint
7823         * tools/asus_mailled.sh         ** REMOVED **
7824         * tools/filter_conv.pl
7825         * tools/freshmeat_search.pl
7826         * tools/google_search.pl
7827         * tools/gpg-sign-syl            ** REMOVED **
7828         * tools/kmail2sylpheed.pl
7829         * tools/kmail2sylpheed_v2.pl
7830         * tools/multiwebsearch.pl
7831         * tools/nautilus2sylpheed.sh
7832         * tools/newscache_clean.pl
7833         * tools/outlook2sylpheed.pl
7834         * tools/sylpheed-switcher       ** REMOVED **
7835         * tools/sylprint.pl
7836         * tools/sylprint.rc
7837         * tools/tb2sylpheed
7838         * tools/vcard2xml.py
7839         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7840                 update default config dir
7841                 update binary name (thanks to Fabien Vantard)
7842                 remove obsolete scripts
7843
7844 2005-10-21 [colin]      1.9.15cvs86
7845
7846         * src/inc.c
7847                 Fix possible leak and units. Based on a patch by
7848                 Fabien Vantard.
7849
7850 2005-10-20 [colin]      1.9.15cvs85
7851
7852         * src/textview.c
7853                 Clear xface when clearing textview
7854
7855 2005-10-20 [colin]      1.9.15cvs84
7856
7857         * configure.ac
7858         * src/folderview.c
7859         * src/headerview.c
7860         * src/main.c
7861         * src/prefs_common.c
7862         * src/prefs_common.h
7863         * src/prefs_message.c
7864         * src/textview.c
7865         * src/textview.h
7866         * src/common/defs.h
7867         * src/common/utils.c
7868         * src/common/utils.h
7869         * src/gtk/gtkutils.c
7870         * src/gtk/gtkutils.h
7871                 Migrate config to .sylpheed-claws (Automatically)
7872                 Add a way to get the Xface in the TextView
7873
7874 2005-10-20 [colin]      1.9.15cvs83
7875
7876         * src/gtk/Makefile.am
7877         * src/gtk/about.c
7878         * src/gtk/authors.h
7879                 Make the about dialog *grooovy*
7880
7881 2005-10-20 [colin]      1.9.15cvs82
7882
7883         * src/mimeview.c
7884                 Use "Open with" on double click if no command
7885                 was found
7886
7887 2005-10-20 [colin]      1.9.15cvs81
7888
7889         * src/imap.c
7890         * src/etpan/imap-thread.c
7891                 Fix possible crash.
7892
7893 2005-10-20 [paul]       1.9.15cvs80
7894
7895         * src/folder.c
7896                 don't show clipkey icon if the only
7897                 attachment is the signature
7898                 Patch by Colin
7899
7900 2005-10-20 [paul]       1.9.15cvs79
7901
7902         * AUTHORS
7903         * src/plugins/pgpmime/pgpmime.c
7904                 name the PGP/MIME signature 'signature.asc'
7905                 Patch by Andrew Nelson <freeandy@gmail.com>
7906
7907 2005-10-19 [colin]      1.9.15cvs78
7908
7909         * src/plugins/pgpmime/pgpmime.c
7910                 Oops, no need to double-check though
7911
7912 2005-10-19 [colin]      1.9.15cvs77
7913
7914         * src/plugins/pgpinline/pgpinline.c
7915         * src/plugins/pgpmime/pgpmime.c
7916                 Check that my_tmpfile() doesn't 
7917                 return NULL
7918
7919 2005-10-19 [colin]      1.9.15cvs76
7920
7921         * src/common/utils.c
7922                 Use shorter mime boundaries to avoid having
7923                 MTAs rewrapping our headers, breaking the
7924                 PGP signature in the process 
7925         * src/compose.c
7926         * src/plugins/pgpmime/pgpmime.c
7927                 Check for boundary uniqueness to be sure
7928                 it won't happen, instead of hoping for the
7929                 best
7930
7931 2005-10-19 [colin]      1.9.15cvs75
7932
7933         * sylpheed-claws.desktop
7934         * src/Makefile.am
7935         * src/main.c
7936                 Ship a sylpheed-claws binary instead
7937                 of a sylpheed one. Change the socket
7938                 name, too
7939         * src/folderview.c
7940                 Update folder only if it changed
7941         * src/wizard.c
7942                 Fix i18n in welcome mail, patch by
7943                 Fabien Vantard
7944
7945 2005-10-19 [paul]
7946
7947         1.9.99-rc2 released
7948
7949 2005-10-19 [paul]       1.9.15cvs74
7950
7951         * src/folder.c
7952         * src/folderview.c
7953                 fix summaryview update
7954                 Patch by Colin
7955
7956 2005-10-18 [colin]      1.9.15cvs73
7957
7958         * src/plugins/pgpcore/passphrase.c
7959                 Don't XGrabServer, and try a bit more to 
7960                 sync everything before grabbing mouse/keyboard
7961
7962 2005-10-18 [colin]      1.9.15cvs72
7963
7964         * src/Makefile.am
7965         * src/addressadd.c
7966         * src/addressbook.c
7967         * src/folderview.c
7968         * src/grouplistdialog.c
7969         * src/mimeview.c
7970         * src/stock_pixmap.c
7971         * src/stock_pixmap.h
7972         * src/summaryview.c
7973         * src/gtk/gtksctree.c
7974         * src/gtk/gtksctree.h
7975         * src/pixmaps/empty.xpm
7976                 Implement a wrapper call for gtk_ctree_set_node_info
7977                 and gtk_ctree_insert_node, that uses a 1x1 transparent
7978                 pixmap instead of a NULL one. This works around some
7979                 memory problems deep inside gtk, revealed by valgrind,
7980                 and fixes bug #834 (Pressing CTRl-D on a message marked 
7981                 as locked crashes sylpheed.), as well as, probably, 
7982                 wwp's 4th dimension problems that happen in gtk_ctree_*.
7983
7984 2005-10-17 [colin]      1.9.15cvs71
7985
7986         * src/mimeview.c
7987                 Provide visual feedback when checking
7988                 signature
7989
7990 2005-10-17 [colin]      1.9.15cvs70
7991
7992         * src/main.c
7993                 Keep the folder list frozen while checking caches...
7994
7995 2005-10-17 [colin]      1.9.15cvs69
7996
7997         * src/addr_compl.c
7998                 Fi bug #833 (Autocompleting from addressbook 
7999                 fails with extended chars)
8000         * src/imap.c
8001                 Fix 'adding messages' staying in statusbar
8002                 after an error
8003
8004 2005-10-17 [wwp]        1.9.15cvs68
8005
8006         * src/ssl_manager.c
8007                 Fix buttons' layout resizing when window size changes
8008
8009 2005-10-17 [wwp]        1.9.15cvs67
8010
8011         * src/account.c
8012         * src/prefs_account.c
8013         * src/prefs_common.c
8014         * src/prefs_common.h
8015         * src/prefs_folder_item.c
8016         * src/prefs_gtk.c
8017         * src/gtk/logwindow.c
8018         * src/gtk/pluginwindow.c
8019         * src/gtk/prefswindow.c
8020         * src/gtk/prefswindow.h
8021                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
8022
8023 2005-10-17 [paul]       1.9.15cvs66
8024
8025         * configure.ac
8026                 fix missing libetpan message
8027         * po/en_GB.po
8028                 updated
8029         * src/crash.c
8030         * src/manual.c
8031         * src/prefs_themes.c
8032         * src/common/defs.h
8033                 add some new URI defines, change some
8034                 others
8035         * src/wizard.c
8036                 make welcome message translatable
8037                 small improvements to english
8038                 other tweaks
8039         * src/gtk/menu.c
8040                 fix warnings
8041
8042 2005-10-17 [paul]       1.9.15cvs65
8043
8044         * src/summaryview.c
8045                 fix column titles
8046
8047 2005-10-16 [mones]      1.9.15cvs64
8048
8049         * po/es.po
8050                 Updated translation
8051
8052 2005-10-16 [colin]
8053
8054         1.9.99-rc1 released
8055
8056 2005-10-16 [colin]      1.9.15cvs63
8057
8058         * src/wizard.c
8059                 Fix whitespace
8060
8061 2005-10-16 [colin]      1.9.15cvs62
8062
8063         * src/toolbar.c
8064                 s/Get All/Get Mail/
8065         * src/wizard.c
8066                 Real welcome mail text, thanks Paul
8067
8068 2005-10-16 [colin]      1.9.15cvs61
8069
8070         * src/editldap.c
8071         * src/exporthtml.c
8072         * src/main.c
8073         * src/mainwindow.c
8074         * src/prefs_themes.c
8075         * src/prefs_toolbar.c
8076         * src/plugins/demo/demo.c
8077         * src/plugins/trayicon/trayicon.c
8078                 s/Sylpheed/Sylpheed-Claws/
8079
8080 2005-10-16 [colin]      1.9.15cvs60
8081
8082         * src/wizard.c
8083                 Add a welcome email in the first empty mailbox
8084         * src/prefs_common.c
8085                 Change one more default
8086
8087 2005-10-16 [colin]      1.9.15cvs59
8088
8089         * src/wizard.c
8090                 Remove printf
8091
8092 2005-10-16 [colin]      1.9.15cvs58
8093
8094         * src/toolbar.c
8095         * src/prefs_common.c
8096                 Change some defaults
8097
8098 2005-10-16 [colin]      1.9.15cvs57
8099
8100         * src/toolbar.c
8101         * src/prefs_common.c
8102                 Change some defaults
8103
8104 2005-10-16 [colin]      1.9.15cvs56
8105
8106         * src/wizard.c
8107                 By default, initialize fonts to have
8108                 the same size as normal GtkWidgets
8109
8110 2005-10-16 [colin]      1.9.15cvs55
8111
8112         * src/mimeview.c
8113                 Fix message a bit more
8114
8115 2005-10-16 [colin]      1.9.15cvs54
8116
8117         * src/addressbook.c
8118                 Second attempt at flicker fixing
8119
8120 2005-10-16 [colin]      1.9.15cvs53
8121
8122         * src/addressbook.c
8123                 Fix flicker
8124
8125 2005-10-16 [wwp]        1.9.15cvs52
8126
8127         * src/addressbook.c
8128         * src/editaddress.c
8129         * src/prefs_common.c
8130         * src/prefs_common.h
8131                 Remember window sizes (address book)
8132
8133 2005-10-16 [wwp]        1.9.15cvs51
8134
8135         * src/plugins/clamav/clamav_plugin_gtk.c
8136         * src/plugins/spamassassin/spamassassin_gtk.c
8137                 Fix compilation warnings (missing #include).
8138
8139 2005-10-16 [colin]      1.9.15cvs50
8140
8141         * src/mimeview.c
8142         * src/summaryview.c
8143         * src/textview.c
8144                 Make 'c' check signature, and forward
8145                 c, l, y, t from summaryview to mimeview
8146
8147 2005-10-16 [colin]      1.9.15cvs49
8148
8149         * src/addressbook.c
8150                 Put border around buttons
8151         * src/mainwindow.c
8152         * src/summaryview.c
8153                 Rework menus (Patch based on a patch
8154                 by Paul)
8155
8156 2005-10-15 [wwp]        1.9.15cvs48
8157
8158         * src/editjpilot.c
8159         * src/editldap.c
8160         * src/editvcard.c
8161         * src/exphtmldlg.c
8162         * src/expldifdlg.c
8163         * src/export.c
8164         * src/import.c
8165         * src/importldif.c
8166         * src/importmutt.c
8167         * src/importpine.c
8168         * src/prefs_account.c
8169         * src/prefs_spelling.c
8170         * src/gtk/gtkutils.c
8171         * src/gtk/gtkutils.h
8172         * src/plugins/clamav/clamav_plugin_gtk.c
8173         * src/plugins/spamassassin/spamassassin_gtk.c
8174                 use nicer browse-for-file/dir buttons than the "..." ones,
8175                 code factorizing more.
8176
8177 2005-10-14 [colin]      1.9.15cvs47
8178
8179         * src/mainwindow.c
8180                 set relief on the account switcher so that people see it
8181                 grey out Create processing rules when no message is selected
8182         * src/prefs_filtering.c
8183                 ask before closing if the rule has not been modified, even if
8184                 it's not valid
8185         * src/prefs_matcher.c
8186                 fix sensitivity when entering the dialog
8187         * src/gtk/inputdialog.c
8188                 display a better icon on password ask
8189         * src/plugins/pgpcore/passphrase.c
8190                 make the dialog look better
8191
8192 2005-10-14 [paul]       1.9.15cvs46
8193
8194         * src/folderview.c
8195                 indicate presense of marked msgs in
8196                 unexpanded subfolders
8197
8198 2005-10-14 [paul]       1.9.15cvs45
8199
8200         * src/prefs_actions.c
8201         * src/prefs_common.c
8202         * src/prefs_common.h
8203         * src/prefs_filtering_action.c
8204         * src/prefs_matcher.c
8205         * src/prefs_template.c
8206                 remember window sizes
8207                 fix Info button size
8208
8209         Patches by wwp
8210
8211 2005-10-13 [colin]      1.9.15cvs44
8212
8213         * src/mimeview.c
8214         * src/noticeview.c
8215         * src/noticeview.h
8216                 Add a tooltip on the icon (optional) 
8217                 Get rid of the signature buttons and only
8218                 use the icon+tooltip
8219
8220 2005-10-13 [colin]      1.9.15cvs43
8221
8222         * src/noticeview.c
8223         * src/noticeview.h
8224                 Add hand cursor for hovering over icon
8225
8226 2005-10-13 [colin]      1.9.15cvs42
8227
8228         * src/summaryview.c
8229                 Fix crash when quicksearch's hidden 
8230                 at startup
8231
8232 2005-10-13 [colin]      1.9.15cvs41
8233
8234         * src/compose.c
8235                 Set subject when forwarding multiple mails
8236                 Check that other recipient than the default Cc or Bcc
8237                 have been set before sending.
8238
8239 2005-10-13 [colin]      1.9.15cvs40
8240
8241         * src/imap.c
8242                 Batch per-folder
8243                 Introduce locking, but don't use it yet
8244
8245 2005-10-13 [colin]      1.9.15cvs39
8246
8247         * src/gtk/quicksearch.c
8248                 Reset quicksearch when hiding it
8249                 Make sticky a real pref
8250
8251 2005-10-13 [colin]      1.9.15cvs38
8252
8253         * src/summaryview.c
8254                 Faster prefs apply
8255
8256 2005-10-13 [colin]      1.9.15cvs37
8257
8258         * src/mimeview.c
8259         * src/noticeview.c
8260         * src/noticeview.h
8261         * src/plugins/pgpcore/sgpgme.c
8262                 Make privacy icon clickable
8263                 Move Trust field in Full info
8264                 When trust is less than full, don't display
8265                 a warning icon
8266
8267 2005-10-13 [colin]      1.9.15cvs36
8268
8269         * src/folder.c
8270                 Batch on flags sync
8271         * src/folderview.c
8272                 Revert speed hack which is dangerous in fact
8273                 Apply prefs faster
8274
8275 2005-10-13 [colin]      1.9.15cvs35
8276
8277         * src/folder_item_prefs.c
8278                 Fix pref corruption on folder move. Patch
8279                 by wwp
8280
8281 2005-10-13 [paul]       1.9.15cvs34
8282
8283         * src/export.c
8284         * src/import.c
8285                 fix typos in g_warnings
8286         * src/prefs_account.c
8287                 add a file selector for Signature file
8288
8289         Patches by wwp
8290
8291 2005-10-12 [colin]      1.9.15cvs33
8292
8293         * src/mimeview.c
8294                 Provide a quick way to go back from a
8295                 signature's full info to the email part
8296
8297 2005-10-12 [colin]      1.9.15cvs32
8298
8299         * src/compose.c
8300                 Remove old hack of encoding signed mails with base64.
8301                 QP works equally well.
8302
8303 2005-10-12 [colin]      1.9.15cvs31
8304
8305         * src/crash.c
8306                 Replace deprecated GtkText with GtkTextView
8307         * src/imap.c
8308                 Fix a logic bug about counts in imap_select
8309                 (previously un-triggered)
8310         * src/mainwindow.c
8311         * src/summaryview.c
8312         * src/news.c
8313                 Allow local deletion of news posts
8314         * src/mimeview.c
8315                 Show GPG noticeview on the message/rfc822 part
8316                 in addition to the text/plain one
8317         * src/prefs_image_viewer.c
8318           src/plugins/pgpcore/prefs_gpg.c
8319                 Polish (set the label as part of the checkbox)
8320         * src/wizard.c
8321                 Don't sit there doing nothing after destroying
8322                 the window - return err
8323
8324 2005-10-11 [colin]      1.9.15cvs30
8325
8326         * src/folderview.c
8327                 Apply processing rules before showing folders.
8328                 Early folder show (before flags sync) will only
8329                 be done when there are no processing rules (nor
8330                 pre- or post- ones)
8331         * src/imap.c
8332                 Fix stuff related to mail subdir, creation and 
8333                 deletion of folders 
8334         * src/imap_gtk.c
8335                 Don't allow creation of folders in NoInferior
8336                 folders, as it won't work
8337
8338 2005-10-10 [colin]      1.9.15cvs29
8339
8340         * src/compose.c
8341                 Reselect "None" Privacy system when selecting an
8342                 account with no privacy system defined
8343
8344 2005-10-10 [colin]      1.9.15cvs28
8345
8346         * src/mainwindow.c
8347                 Add Windows-1252 encoding
8348         * src/prefs_common.c
8349                 Rework some defaults:
8350                 - autosave to draft by default
8351                 - don't show header pane (it's already in the textview)
8352                 - Select first new or unread mail on entry
8353                 - Assume 'Yes' to change folder when there's no more
8354                   unread message
8355         * src/prefs_matcher.c
8356                 Fix a gtk assertion failure
8357         * src/gtk/colorlabel.c
8358                 Workaround bad repainting on selection
8359         * src/main.c
8360                 Freeze/thaw (a bit faster on ssh -X)
8361         * src/msgcache.c
8362                 Get rid of StrdupConverter that just adds an
8363                 extra strdup/free 
8364         * src/etpan/imap_thread.c
8365                 memset buf to 0
8366
8367 2005-10-10 [colin]      1.9.15cvs27
8368
8369         * src/export.c
8370         * src/import.c
8371                 Fix compile on gtk 2.4. Patch by wwp
8372
8373 2005-10-09 [colin]      1.9.15cvs26
8374
8375         * src/mainwindow.c
8376         * src/messageview.c
8377         * src/summaryview.c
8378                 Clarify forward menus. Patch by wwp
8379
8380 2005-10-09 [colin]      1.9.15cvs25
8381
8382         * src/compose.c
8383         * src/compose.h
8384                 Fix bug #829 (Non-working "Encrypt message by 
8385                 default when replying to an encrypted message")
8386
8387 2005-10-08 [colin]      1.9.15cvs24
8388
8389         * src/wizard.c
8390                 Fix bug #827 ("Welcome" setup wizard after a 
8391                 permission error gives up & forgets itself.)
8392
8393 2005-10-08 [colin]      1.9.15cvs23
8394
8395         * src/procmime.c
8396                 Fix bug #828 (Ignoring headers with spaces around = sign)
8397
8398 2005-10-08 [colin]      1.9.15cvs22
8399
8400         * src/export.c
8401                 Warning fix by wwp
8402
8403 2005-10-08 [colin]      1.9.15cvs21
8404
8405         * src/folder.c
8406         * src/folder.h
8407                 Add a processing_pending indicator, set on 
8408                 folder_item_open and cleared after 
8409                 folder_item_process_open
8410         * src/folderview.c
8411         * src/summaryview.c
8412                 wrap procmsg_msginfo_*_flags, and in the
8413                 wrapper check that there's no folder processing 
8414                 pending. If there is, defer the flags change until 
8415                 processing is done to avoid stepping over each
8416                 other's toes.
8417                 Freeze during processing, but not during scanning.
8418
8419 2005-10-07 [colin]      1.9.15cvs20
8420
8421         * src/plugins/pgpcore/passphrase.c
8422                 Fix bug #826 (X-Server hangs when 
8423                 right-clicking a PGP encrypted message)
8424
8425 2005-10-07 [paul]       1.9.15cvs19
8426
8427         * src/compose.c
8428                 fix compose_entries[]
8429                 patch by Fabien Vantard
8430
8431 2005-10-06 [colin]      1.9.15cvs18
8432
8433         * src/pixmaps/address.xpm
8434         * src/pixmaps/address_book.xpm
8435         * src/pixmaps/book.xpm
8436         * src/pixmaps/check_spelling.xpm
8437         * src/pixmaps/checkbox_off.xpm
8438         * src/pixmaps/checkbox_on.xpm
8439         * src/pixmaps/close.xpm
8440         * src/pixmaps/complete.xpm
8441         * src/pixmaps/continue.xpm
8442         * src/pixmaps/deleted.xpm
8443         * src/pixmaps/down_arrow.xpm
8444         * src/pixmaps/exec.xpm
8445         * src/pixmaps/forwarded.xpm
8446         * src/pixmaps/group.xpm
8447         * src/pixmaps/ignorethread.xpm
8448         * src/pixmaps/interface.xpm
8449         * src/pixmaps/jpilot.xpm
8450         * src/pixmaps/ldap.xpm
8451         * src/pixmaps/linewrap.xpm
8452         * src/pixmaps/linewrapcurrent.xpm
8453         * src/pixmaps/mail.xpm
8454         * src/pixmaps/mail_attach.xpm
8455         * src/pixmaps/mail_compose.xpm
8456         * src/pixmaps/mail_forward.xpm
8457         * src/pixmaps/mail_receive.xpm
8458         * src/pixmaps/mail_receive_all.xpm
8459         * src/pixmaps/mail_reply.xpm
8460         * src/pixmaps/mail_reply_to_all.xpm
8461         * src/pixmaps/mail_reply_to_author.xpm
8462         * src/pixmaps/mail_send.xpm
8463         * src/pixmaps/mail_send_queue.xpm
8464         * src/pixmaps/mime_application.xpm
8465         * src/pixmaps/mime_audio.xpm
8466         * src/pixmaps/mime_image.xpm
8467         * src/pixmaps/mime_message.xpm
8468         * src/pixmaps/mime_text_enriched.xpm
8469         * src/pixmaps/mime_text_html.xpm
8470         * src/pixmaps/mime_text_plain.xpm
8471         * src/pixmaps/mime_unknown.xpm
8472         * src/pixmaps/new.xpm
8473         * src/pixmaps/news_compose.xpm
8474         * src/pixmaps/offline.xpm
8475         * src/pixmaps/online.xpm
8476         * src/pixmaps/paste.xpm
8477         * src/pixmaps/preferences.xpm
8478         * src/pixmaps/privacy_emblem_encrypted.xpm
8479         * src/pixmaps/privacy_expired.xpm
8480         * src/pixmaps/privacy_failed.xpm
8481         * src/pixmaps/privacy_passed.xpm
8482         * src/pixmaps/privacy_signed.xpm
8483         * src/pixmaps/privacy_unknown.xpm
8484         * src/pixmaps/privacy_warn.xpm
8485         * src/pixmaps/properties.xpm
8486         * src/pixmaps/replied.xpm
8487         * src/pixmaps/search.xpm
8488         * src/pixmaps/unread.xpm
8489         * src/pixmaps/up_arrow.xpm
8490         * src/pixmaps/vcard.xpm
8491                 Modernize internal theme, with icons from the 
8492                 Gnomaws theme. Keep some of the old ones where
8493                 they were better.
8494
8495 2005-10-06 [colin]      1.9.15cvs17
8496
8497         * src/summaryview.c
8498                 Little optimisations + bugfix
8499         * src/toolbar.c
8500                 Remove default useless items - useless being defined
8501                 by the default relevant prefs
8502         * src/wizard.c
8503                 include config.h to make gettext work
8504         * src/prefs_themes.c
8505                 Fix selection of current theme in prefs
8506
8507 2005-10-06 [colin]      1.9.15cvs16
8508
8509         * src/prefs_common.c
8510         * src/prefs_common.h
8511         * src/prefs_summaries.c
8512         * src/folderview.c
8513                 Add a warning dialog on Mark all read 
8514                 (with pref to get rid of it)
8515
8516 2005-10-06 [paul]       1.9.15cvs15
8517
8518         * po/nb.po
8519         * po/pt_BR.po
8520                 updated by Geir Helland and Frederico
8521                 Goncalves Guimaraes
8522
8523 2005-10-05 [colin]      1.9.15cvs14
8524
8525         * src/folder.c
8526         * src/folder.h
8527         * src/folderview.c
8528         * src/folderview.h
8529         * src/imap_gtk.c
8530         * src/mh_gtk.c
8531         * src/mainwindow.c
8532         * src/setup.c
8533                 add a way to rescan without rebuilding
8534                 make moving a bit faster (less folders changes)
8535                 don't lock the tree on Get 
8536         * src/imap.c
8537                 Don't re-delete deleted messages before expunging
8538         * src/summaryview.c
8539                 Set batch mode when deleting mails
8540
8541 2005-10-05 [paul]       1.9.15cvs13
8542
8543         * src/mainwindow.c
8544         * src/mainwindow.h
8545                 fix disabled Execute menu item
8546         * src/toolbar.c
8547                 match the change in 1.9.15cvs10: use Compose
8548                 instead of News by default
8549
8550 2005-10-04 [colin]      1.9.15cvs12
8551
8552         * src/compose.c
8553                 When replying to an ML post with Reply-To set
8554                 to the poster's email, honor it (as before),
8555                 but also honor our user's request to reply to
8556                 the mailing list: set the ML address in the To
8557                 field and the Reply-To address in the Cc: 
8558                 field.
8559
8560 2005-10-04 [colin]      1.9.15cvs11
8561
8562         * src/plugins/trayicon/trayicon.c
8563                 Finish cosmetic change - thanks to wwp
8564
8565 2005-10-04 [colin]      1.9.15cvs10
8566
8567         * src/toolbar.c
8568                 Use Compose instead of Email by default.
8569                 Spotted by wwp.
8570
8571 2005-10-04 [colin]      1.9.15cvs9
8572
8573         * src/folder.c
8574         * src/folder.h
8575         * src/folderview.c
8576         * src/imap.c
8577         * src/etpan/imap-thread.c
8578         * src/etpan/imap-thread.h
8579                 Try to make IMAP faster, by simplifying SEARCH
8580                 commands, avoiding sending two STATUS in a row,
8581                 and deferring flags sync and processing just
8582                 after displaying the folder. 
8583                 This will update the SummaryView in certain
8584                 cases (new mails not already fetched, flags
8585                 changed from another client) but in a non-
8586                 blocking manner.
8587
8588 2005-10-04 [colin]      1.9.15cvs8
8589
8590         * src/plugins/trayicon/trayicon.c
8591                 Relabel "Offline" to "Work offline"
8592
8593 2005-10-04 [colin]      1.9.15cvs7
8594
8595         * src/export.c
8596         * src/import.c
8597         * src/mbox.c
8598                 Fix mbox import/export buglets
8599                 Patch by wwp
8600         * src/plugins/trayicon/trayicon.c
8601                 Add offline swithc
8602                 Patch by wwp
8603
8604 2005-10-04 [colin]      1.9.15cvs6
8605
8606         * src/folder.c
8607         * src/folderview.c
8608         * src/summaryview.c
8609                 Better fix (don't break mark all read) for cvs2
8610
8611 2005-10-03 [colin]      1.9.15cvs5
8612
8613         * src/folder.c
8614                 Use a sane sort by default
8615
8616 2005-10-03 [colin]      1.9.15cvs4
8617
8618         * src/inc.c
8619                 Add a 'Only once' button for overriding offline mode
8620         * src/prefs_account.c
8621         * src/wizard.c
8622                 Add Local mbox to the wizard
8623                 Add IMAP subdir to the wizard (or the wizard is useless
8624                 for such accounts, or even worse than useless)
8625                 Move IMAP subdir from Advanced to Receive tab, as it's
8626                 not that uncommon
8627
8628 2005-10-03 [colin]      1.9.15cvs3
8629
8630         * src/send_message.c
8631                 Forgot this one in cvs1
8632
8633 2005-10-03 [colin]      1.9.15cvs2
8634
8635         * src/folder.c
8636                 Faster close when leaving a folder with lots
8637                 of new mails. Idea by David Relson.
8638
8639 2005-10-03 [colin]      1.9.15cvs1
8640
8641         * src/compose.c
8642         * src/imap.c
8643         * src/inc.c
8644         * src/main.c
8645         * src/messageview.c
8646         * src/news.c
8647         * src/summaryview.c
8648         * src/gtk/sslcertwindow.c
8649         * src/plugins/trayicon/trayicon.c
8650                 Add accels to every AlertPanel. Patch by Fabien 
8651                 Vantard
8652
8653 2005-10-03 [paul]       1.9.15
8654
8655         1.9.15 released
8656
8657 2005-10-03 [paul]       1.9.14cvs68
8658
8659         * po/ca.po
8660         * po/de.po
8661         * po/es.po
8662         * po/fi.po
8663         * po/fr.po
8664         * po/sk.po
8665         * po/sr.po
8666         * po/zh_CN.po
8667                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8668                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8669                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8670
8671 2005-10-03 [paul]       1.9.14cvs67
8672
8673         * src/send_message.c
8674                 prevent hang on Cancel
8675                 patch by Colin
8676
8677 2005-10-03 [paul]       1.9.14cvs66
8678
8679         * src/main.c
8680                 fix crash in IMAP caused by discrepancy
8681                 between check_at_startup and offline mode
8682                 Patch by Colin
8683
8684 2005-10-01 [paul]       1.9.14cvs65
8685
8686         * src/inc.c
8687                 fix engrish
8688
8689 2005-10-01 [paul]       1.9.14cvs64
8690         * src/export.c
8691         * src/import.c
8692                 synchronise import_mbox() and export_mbox()
8693         * src/mbox.c
8694                 proc_mbox(): add alert if file cannot be opened
8695                 export_list_to_mbox(): test if dest file exists,
8696                 prompt user to overwrite if it does. add alert
8697                 if file cannot be created
8698                                                                 
8699         Patch by wwp
8700                                                                                                                 
8701
8702 2005-09-30 [paul]       1.9.14cvs63
8703
8704         * src/addressbook.c
8705                 Fix sensitivity of a menu
8706         * src/codeconv.c
8707                 Respect hidden pref for mails with no encoding
8708         * src/common/xml.c
8709                 Fix memory corruption
8710         * src/plugins/pgpcore/sgpgme.c
8711                 Fix segfault on incomplete sigs, and display
8712                 of S/Mime UIDs
8713
8714         Patches by Colin
8715
8716 2005-09-30 [colin]      1.9.14cvs62
8717
8718         * src/partial_download.c
8719                 Little logic fix in almost-dead code
8720         * src/pop.c
8721                 Fix partial download when there's no new mail
8722
8723 2005-09-29 [paul]       1.9.14cvs61
8724
8725         * src/plugins/pgpinline/pgpinline.c
8726                 fix bug 819, 'crash accessing sign message'
8727                 Patch by Colin
8728
8729 2005-09-28 [martin]     1.9.14cvs60
8730
8731         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8732                 fix bug #790 (Crash when restarting window manager (fluxbox))
8733
8734 2005-09-28 [paul]       1.9.14cvs59
8735
8736         * src/gtk/gtkaspell.c
8737                 fix off-by-one typo
8738
8739 2005-09-27 [colin]      1.9.14cvs58
8740
8741         * src/plugins/pgpcore/sgpgme.c
8742                 Report error when there's one, instead of
8743                 "Signature unchecked" 
8744
8745 2005-09-27 [colin]      1.9.14cvs57
8746
8747         * src/prefs_quote.c
8748                 Fix bug #816 (Weird quotation with spaces)
8749
8750 2005-09-27 [colin]      1.9.14cvs56
8751
8752         * src/codeconv.c
8753         * src/compose.c
8754         * src/compose.h
8755                 Put subject in compose's title
8756                 Fix Automatic encoding so that it's really automatic:
8757                 first try default locale's charset, then charset of the replied mail, 
8758                 then utf-8
8759                 Fix encoding of headers (must be in strict mode too)
8760
8761 2005-09-26 [colin]      1.9.14cvs55
8762
8763         * src/gtk/gtkaspell.c
8764                 Fix previous patch - don't color the space,
8765                 just uncolor it :)
8766
8767 2005-09-26 [colin]      1.9.14cvs54
8768
8769         * src/gtk/gtkaspell.c
8770                 Unmark space if possible
8771
8772 2005-09-26 [colin]      1.9.14cvs53
8773
8774         * src/imap.c
8775                 log_error instead of alertpanel according to the pref
8776         * src/etpan/imap-thread.c
8777                 Print connect status, copy only necessary size to 
8778                 logger
8779         * src/plugins/pgpmime/pgpmime.c
8780                 Handle S/Mime signatures (verification only). Patch based
8781                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
8782
8783 2005-09-26 [paul]       1.9.14cvs52
8784
8785         * src/common/passcrypt.c
8786                 this 'workaround' not necessary on NetBSD.
8787                 Thanks to Daniel Gustafson
8788
8789 2005-09-26 [paul]
8790
8791         1.9.15-rc4 released
8792
8793 2005-09-26 [paul]       1.9.14cvs51
8794
8795         * src/summaryview.c
8796                 Skip currently selected message when
8797                 looking for next new or unread message
8798                 in current folder. Patch by Colin
8799         * src/common/passcrypt.c
8800                 eliminate warnings on *BSD. Patch by
8801                 Daniel Gustafson
8802
8803 2005-09-26 [colin]      1.9.14cvs50
8804
8805         * src/procmsg.c
8806                 Call postfiltering hook anyway
8807
8808 2005-09-22 [colin]      1.9.14cvs49
8809
8810         * src/codeconv.c
8811         * src/codeconv.h
8812                 Add a strict mode that doesn't replace with _
8813         * src/compose.c
8814         * src/compose.h
8815                 Use strict conversion while sending
8816                 Fix race when drafting while sending (happens
8817                 on IMAP)
8818                 Fix d'n'd of messages from summaryview
8819         * src/prefs_common.c
8820         * src/prefs_common.h
8821                 add hidden utf8_instead_of_locale_for_broken_mail 
8822                 pref for people that preferred the default charset 
8823                 to be utf8 for broken mails
8824         * src/quote_fmt_parse.y
8825                 fix bug #815 (No quote insert if "From:" fied 
8826                 contained Russian letters)
8827         * src/summaryview.c
8828                 Fix d'n'd of messages to compose
8829
8830 2005-09-22 [paul]       1.9.14cvs48
8831
8832         * src/compose.c
8833                 fix bug where attachments Name entry
8834                 would display Path instead
8835
8836 2005-09-21 [paul]       1.9.14cvs47
8837
8838         * README
8839         * README.jp
8840         * configure.ac
8841         * config/config.rpath
8842         * doc/manual/en/sylpheed-20.html
8843         * doc/manual/es/sylpheed-20.html
8844         * po/bg.po
8845         * po/ca.po
8846         * po/de.po
8847         * po/es.po
8848         * po/fr.po
8849         * po/it.po
8850         * po/pt_BR.po
8851         * po/sk.po
8852         * po/zh_TW.po
8853         * src/account.c
8854         * src/account.h
8855         * src/action.c
8856         * src/action.h
8857         * src/adbookbase.h
8858         * src/addr_compl.c
8859         * src/addr_compl.h
8860         * src/addrbook.c
8861         * src/addrbook.h
8862         * src/addrcache.c
8863         * src/addrcache.h
8864         * src/addrcindex.c
8865         * src/addrcindex.h
8866         * src/addrclip.c
8867         * src/addrclip.h
8868         * src/addrdefs.h
8869         * src/addressadd.c
8870         * src/addressadd.h
8871         * src/addressbook.c
8872         * src/addressbook.h
8873         * src/addressitem.h
8874         * src/addrgather.c
8875         * src/addrgather.h
8876         * src/addrharvest.c
8877         * src/addrharvest.h
8878         * src/addrindex.c
8879         * src/addrindex.h
8880         * src/addritem.c
8881         * src/addritem.h
8882         * src/addrquery.c
8883         * src/addrquery.h
8884         * src/addrselect.c
8885         * src/addrselect.h
8886         * src/alertpanel.c
8887         * src/alertpanel.h
8888         * src/browseldap.c
8889         * src/browseldap.h
8890         * src/codeconv.c
8891         * src/codeconv.h
8892         * src/compose.c
8893         * src/compose.h
8894         * src/crash.c
8895         * src/crash.h
8896         * src/customheader.c
8897         * src/customheader.h
8898         * src/displayheader.c
8899         * src/displayheader.h
8900         * src/editaddress.c
8901         * src/editaddress.h
8902         * src/editbook.c
8903         * src/editbook.h
8904         * src/editgroup.c
8905         * src/editgroup.h
8906         * src/editjpilot.c
8907         * src/editjpilot.h
8908         * src/editldap.c
8909         * src/editldap.h
8910         * src/editldap_basedn.c
8911         * src/editldap_basedn.h
8912         * src/editvcard.c
8913         * src/editvcard.h
8914         * src/enriched.c
8915         * src/enriched.h
8916         * src/exphtmldlg.c
8917         * src/exphtmldlg.h
8918         * src/expldifdlg.c
8919         * src/expldifdlg.h
8920         * src/export.c
8921         * src/export.h
8922         * src/exporthtml.c
8923         * src/exporthtml.h
8924         * src/exportldif.c
8925         * src/exportldif.h
8926         * src/filtering.c
8927         * src/filtering.h
8928         * src/folder.c
8929         * src/folder.h
8930         * src/folder_item_prefs.c
8931         * src/folder_item_prefs.h
8932         * src/foldersel.c
8933         * src/foldersel.h
8934         * src/folderutils.c
8935         * src/folderutils.h
8936         * src/folderview.c
8937         * src/folderview.h
8938         * src/grouplistdialog.c
8939         * src/grouplistdialog.h
8940         * src/headerview.c
8941         * src/headerview.h
8942         * src/html.c
8943         * src/html.h
8944         * src/image_viewer.c
8945         * src/image_viewer.h
8946         * src/imap.c
8947         * src/imap.h
8948         * src/imap_gtk.c
8949         * src/imap_gtk.h
8950         * src/import.c
8951         * src/import.h
8952         * src/importldif.c
8953         * src/importldif.h
8954         * src/importmutt.c
8955         * src/importmutt.h
8956         * src/importpine.c
8957         * src/importpine.h
8958         * src/inc.c
8959         * src/inc.h
8960         * src/jpilot.c
8961         * src/jpilot.h
8962         * src/ldapctrl.c
8963         * src/ldapctrl.h
8964         * src/ldaplocate.c
8965         * src/ldaplocate.h
8966         * src/ldapquery.c
8967         * src/ldapquery.h
8968         * src/ldapserver.c
8969         * src/ldapserver.h
8970         * src/ldaputil.c
8971         * src/ldaputil.h
8972         * src/ldif.c
8973         * src/ldif.h
8974         * src/localfolder.c
8975         * src/localfolder.h
8976         * src/main.c
8977         * src/main.h
8978         * src/mainwindow.c
8979         * src/mainwindow.h
8980         * src/manual.c
8981         * src/manual.h
8982         * src/matcher.c
8983         * src/matcher.h
8984         * src/matcher_parser.h
8985         * src/matcher_parser_lex.l
8986         * src/matcher_parser_parse.y
8987         * src/mbox.c
8988         * src/mbox.h
8989         * src/message_search.c
8990         * src/message_search.h
8991         * src/messageview.c
8992         * src/messageview.h
8993         * src/mh.c
8994         * src/mh.h
8995         * src/mh_gtk.c
8996         * src/mh_gtk.h
8997         * src/mimeview.c
8998         * src/mimeview.h
8999         * src/msgcache.c
9000         * src/msgcache.h
9001         * src/mutt.c
9002         * src/mutt.h
9003         * src/news.c
9004         * src/news.h
9005         * src/news_gtk.c
9006         * src/news_gtk.h
9007         * src/noticeview.c
9008         * src/noticeview.h
9009         * src/partial_download.c
9010         * src/partial_download.h
9011         * src/pine.c
9012         * src/pine.h
9013         * src/pop.c
9014         * src/pop.h
9015         * src/prefs_account.c
9016         * src/prefs_account.h
9017         * src/prefs_actions.c
9018         * src/prefs_actions.h
9019         * src/prefs_common.c
9020         * src/prefs_common.h
9021         * src/prefs_compose_writing.c
9022         * src/prefs_compose_writing.h
9023         * src/prefs_customheader.c
9024         * src/prefs_customheader.h
9025         * src/prefs_display_header.c
9026         * src/prefs_display_header.h
9027         * src/prefs_ext_prog.c
9028         * src/prefs_ext_prog.h
9029         * src/prefs_filtering.c
9030         * src/prefs_filtering.h
9031         * src/prefs_filtering_action.c
9032         * src/prefs_filtering_action.h
9033         * src/prefs_folder_column.c
9034         * src/prefs_folder_column.h
9035         * src/prefs_folder_item.c
9036         * src/prefs_folder_item.h
9037         * src/prefs_fonts.c
9038         * src/prefs_fonts.h
9039         * src/prefs_gtk.c
9040         * src/prefs_gtk.h
9041         * src/prefs_image_viewer.c
9042         * src/prefs_image_viewer.h
9043         * src/prefs_matcher.c
9044         * src/prefs_matcher.h
9045         * src/prefs_message.c
9046         * src/prefs_message.h
9047         * src/prefs_msg_colors.c
9048         * src/prefs_msg_colors.h
9049         * src/prefs_other.c
9050         * src/prefs_other.h
9051         * src/prefs_quote.c
9052         * src/prefs_quote.h
9053         * src/prefs_receive.c
9054         * src/prefs_receive.h
9055         * src/prefs_send.c
9056         * src/prefs_send.h
9057         * src/prefs_spelling.c
9058         * src/prefs_spelling.h
9059         * src/prefs_summaries.c
9060         * src/prefs_summaries.h
9061         * src/prefs_summary_column.c
9062         * src/prefs_summary_column.h
9063         * src/prefs_template.c
9064         * src/prefs_template.h
9065         * src/prefs_themes.c
9066         * src/prefs_themes.h
9067         * src/prefs_toolbar.c
9068         * src/prefs_toolbar.h
9069         * src/prefs_wrapping.c
9070         * src/prefs_wrapping.h
9071         * src/privacy.c
9072         * src/privacy.h
9073         * src/procheader.c
9074         * src/procheader.h
9075         * src/procmime.c
9076         * src/procmime.h
9077         * src/procmsg.c
9078         * src/procmsg.h
9079         * src/quote_fmt.c
9080         * src/quote_fmt_parse.y
9081         * src/recv.c
9082         * src/recv.h
9083         * src/remotefolder.c
9084         * src/remotefolder.h
9085         * src/send_message.c
9086         * src/send_message.h
9087         * src/setup.c
9088         * src/setup.h
9089         * src/simple-gettext.c
9090         * src/sourcewindow.c
9091         * src/sourcewindow.h
9092         * src/ssl_manager.c
9093         * src/ssl_manager.h
9094         * src/statusbar.c
9095         * src/statusbar.h
9096         * src/stock_pixmap.c
9097         * src/stock_pixmap.h
9098         * src/summary_search.c
9099         * src/summary_search.h
9100         * src/summaryview.c
9101         * src/summaryview.h
9102         * src/syldap.c
9103         * src/syldap.h
9104         * src/textview.c
9105         * src/textview.h
9106         * src/toolbar.c
9107         * src/toolbar.h
9108         * src/undo.c
9109         * src/undo.h
9110         * src/unmime.c
9111         * src/unmime.h
9112         * src/vcard.c
9113         * src/vcard.h
9114         * src/wizard.c
9115         * src/wizard.h
9116         * src/common/base64.c
9117         * src/common/base64.h
9118         * src/common/defs.h
9119         * src/common/hooks.c
9120         * src/common/hooks.h
9121         * src/common/log.c
9122         * src/common/log.h
9123         * src/common/md5.c
9124         * src/common/md5.h
9125         * src/common/mgutils.c
9126         * src/common/mgutils.h
9127         * src/common/nntp.c
9128         * src/common/nntp.h
9129         * src/common/passcrypt.c
9130         * src/common/passcrypt.h.in
9131         * src/common/plugin.c
9132         * src/common/plugin.h
9133         * src/common/prefs.c
9134         * src/common/prefs.h
9135         * src/common/progressindicator.c
9136         * src/common/progressindicator.h
9137         * src/common/quoted-printable.c
9138         * src/common/quoted-printable.h
9139         * src/common/session.c
9140         * src/common/session.h
9141         * src/common/smtp.c
9142         * src/common/smtp.h
9143         * src/common/socket.c
9144         * src/common/socket.h
9145         * src/common/ssl.c
9146         * src/common/ssl.h
9147         * src/common/ssl_certificate.c
9148         * src/common/ssl_certificate.h
9149         * src/common/string_match.c
9150         * src/common/string_match.h
9151         * src/common/stringtable.c
9152         * src/common/sylpheed.c
9153         * src/common/sylpheed.h
9154         * src/common/template.c
9155         * src/common/template.h
9156         * src/common/timing.h
9157         * src/common/utils.c
9158         * src/common/utils.h
9159         * src/common/uuencode.c
9160         * src/common/uuencode.h
9161         * src/common/version.h.in
9162         * src/common/xml.c
9163         * src/common/xml.h
9164         * src/common/xmlprops.c
9165         * src/common/xmlprops.h
9166         * src/gtk/about.c
9167         * src/gtk/about.h
9168         * src/gtk/colorlabel.c
9169         * src/gtk/colorlabel.h
9170         * src/gtk/colorsel.c
9171         * src/gtk/colorsel.h
9172         * src/gtk/description_window.c
9173         * src/gtk/description_window.h
9174         * src/gtk/filesel.c
9175         * src/gtk/filesel.h
9176         * src/gtk/foldersort.c
9177         * src/gtk/foldersort.h
9178         * src/gtk/gtkutils.c
9179         * src/gtk/gtkutils.h
9180         * src/gtk/inputdialog.c
9181         * src/gtk/inputdialog.h
9182         * src/gtk/logwindow.c
9183         * src/gtk/logwindow.h
9184         * src/gtk/manage_window.c
9185         * src/gtk/manage_window.h
9186         * src/gtk/menu.c
9187         * src/gtk/menu.h
9188         * src/gtk/pluginwindow.c
9189         * src/gtk/pluginwindow.h
9190         * src/gtk/prefswindow.c
9191         * src/gtk/prefswindow.h
9192         * src/gtk/progressdialog.c
9193         * src/gtk/progressdialog.h
9194         * src/gtk/quicksearch.c
9195         * src/gtk/quicksearch.h
9196         * src/gtk/sslcertwindow.c
9197         * src/gtk/sslcertwindow.h
9198         * src/plugins/clamav/clamav_plugin.c
9199         * src/plugins/clamav/clamav_plugin.h
9200         * src/plugins/clamav/clamav_plugin_gtk.c
9201         * src/plugins/demo/demo.c
9202         * src/plugins/dillo_viewer/dillo_prefs.c
9203         * src/plugins/dillo_viewer/dillo_prefs.h
9204         * src/plugins/dillo_viewer/dillo_viewer.c
9205         * src/plugins/mathml_viewer/mathml_viewer.c
9206         * src/plugins/pgpcore/passphrase.c
9207         * src/plugins/pgpcore/passphrase.h
9208         * src/plugins/pgpcore/plugin.c
9209         * src/plugins/pgpcore/prefs_gpg.c
9210         * src/plugins/pgpcore/prefs_gpg.h
9211         * src/plugins/pgpcore/select-keys.c
9212         * src/plugins/pgpcore/select-keys.h
9213         * src/plugins/pgpcore/sgpgme.c
9214         * src/plugins/pgpcore/sgpgme.h
9215         * src/plugins/pgpinline/pgpinline.c
9216         * src/plugins/pgpinline/pgpinline.h
9217         * src/plugins/pgpinline/plugin.c
9218         * src/plugins/pgpmime/pgpmime.c
9219         * src/plugins/pgpmime/pgpmime.h
9220         * src/plugins/pgpmime/plugin.c
9221         * src/plugins/spamassassin/spamassassin.c
9222         * src/plugins/spamassassin/spamassassin.h
9223         * src/plugins/spamassassin/spamassassin_gtk.c
9224         * src/plugins/trayicon/trayicon.c
9225         * tools/OOo2sylpheed.pl
9226         * tools/acroread2sylpheed.pl
9227         * tools/asus_mailled.sh
9228         * tools/filter_conv.pl
9229         * tools/freshmeat_search.pl
9230         * tools/google_search.pl
9231         * tools/kmail2sylpheed.pl
9232         * tools/kmail2sylpheed_v2.pl
9233         * tools/maildir2sylpheed.pl
9234         * tools/multiwebsearch.pl
9235         * tools/newscache_clean.pl
9236         * tools/outlook2sylpheed.pl
9237         * tools/sylpheed-switcher
9238         * tools/update-po
9239         * tools/vcard2xml.py
9240         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9241                 update FSF address
9242
9243 2005-09-21 [colin]      1.9.14cvs46
9244
9245         * src/gedit-print.c
9246         * src/procmsg.c
9247         * src/procmsg.h
9248         * src/textview.c
9249         * src/summaryview.c
9250                 Remove some printing hacks (deselection/reselection),
9251                 which by the way fix printing the currently 
9252                 displayed mime part (still only text)
9253                 Plus a little optimisation of summary_show
9254
9255
9256 2005-09-20 [colin]      1.9.14cvs45
9257
9258         * src/mainwindow.c
9259         * src/messageview.c
9260                 GUI fixups: add accels, set message
9261                 view title to displayed mail's subject
9262         * src/prefs_spelling.c
9263         * src/gtk/gtkaspell.c
9264                 GUI fixups: allow underlining misspelled
9265                 words instead of coloring them (a11y!)
9266
9267 2005-09-19 [colin]
9268
9269         1.9.15rc3 released
9270
9271 2005-09-19 [colin]      1.9.14cvs44
9272
9273         * src/compose.c
9274                 Fix draft message
9275         * src/gtk/gtkaspell.c
9276                 Fix wrong test ;-)
9277
9278 2005-09-19 [colin]      1.9.14cvs43
9279
9280         * src/addressbook.c
9281                 Fix sensitivity of Delete button
9282         * src/compose.c
9283                 Warn if the requested Privacy system
9284                 is not available
9285         * src/exphtmldlg.c
9286         * src/expldifdlg.c
9287         * src/importldif.c
9288         * src/importmutt.c
9289         * src/importpine.c
9290                 Fix crappy UI
9291         * src/
9292         * src/ssl.h
9293         * src/prefs_account.h
9294         * src/prefs_account.c
9295                 Save SSL prefs even in builds that have
9296                 SSL support disable
9297         * src/imap.c
9298         * src/inc.c
9299         * src/news.c
9300         * src/send_message.c
9301                 Warn if connection should be secure, but
9302                 SSL support isn't compiled in
9303         * src/gtkaspell.c
9304                 Fix word separation on UTF-8 systems
9305                 Fixes bug #812 (Strange inline spellchecking)
9306         * src/compose.c
9307                 Warn if the requested Privacy system
9308                 is not available
9309                 Factorize offline warning
9310         * src/imap.c
9311         * src/imap_gtk.c
9312         * src/imap_gtk.h
9313         * src/inc.h
9314         * src/news_gtk.c
9315         * src/news_gtk.h
9316         * src/messageview.c
9317                 Factorize offline warning
9318
9319 2005-09-19 [paul]
9320
9321         1.9.15-rc2 released
9322
9323 2005-09-18 [colin]      1.9.14cvs42
9324
9325         * src/codeconv.c
9326         * src/codeconv.h
9327         * src/procmime.c
9328                 Add a way to get locale's charset ignoring utf-8,
9329                 and use that as default encoding for broken mails
9330
9331 2005-09-18 [colin]      1.9.14cvs41
9332
9333         * src/gtk/logwindow.c
9334                 Translate string. Patch by Fabien Vantard
9335
9336 2005-09-18 [colin]      1.9.14cvs40
9337
9338         * configure.ac
9339                 Fix bug #803 (IMAP/SSL support breaks with 
9340                 GnuTLS libetpan 0.38)
9341
9342 2005-09-18 [colin]      1.9.14cvs39
9343
9344         * src/codeconv.c
9345         * src/compose.c
9346         * src/procmime.c
9347                 More charsets fixes. Fixes bug #806 (non
9348                 ascii characters in subject line)
9349
9350 2005-09-17 [paul]       1.9.14cvs38
9351
9352         * src/folderview.c
9353         * src/mainwindow.c
9354                 fix gcc-2.95 issues
9355                 Patch by Pawel Pekala
9356
9357 2005-09-17 [colin]      1.9.14cvs37
9358
9359         * src/addrindex.c
9360                 bugfix for NO-USE LDAP compilation, patch 
9361                 by Fabien Vantard
9362
9363 2005-09-17 [colin]      1.9.14cvs36
9364
9365         * src/prefs_actions.c
9366         * src/prefs_customheader.c
9367         * src/prefs_display_header.c
9368         * src/prefs_filtering_action.c
9369         * src/prefs_matcher.c
9370         * src/prefs_toolbar.c
9371                 Fix strange casts (less elegant but
9372                 works better)
9373
9374 2005-09-16 [colin]      1.9.14cvs35
9375
9376         * src/jpilot.c
9377                 Missed that one
9378
9379 2005-09-16 [colin]      1.9.14cvs34
9380
9381         * configure.ac
9382         * src/Makefile.am
9383         * src/addr_compl.c
9384         * src/addrindex.c
9385         * src/browseldap.c
9386         * src/editldap.c
9387         * src/ldaplocate.c
9388         * src/ldapquery.c
9389         * src/ldapquery.h
9390         * src/ldapserver.c
9391         * src/ldapserver.h
9392         * src/main.c
9393         * src/matcher_parser_parse.y
9394         * src/prefs_themes.c
9395         * src/etpan/Makefile.am
9396         * src/gtk/description_window.c
9397         * src/plugins/clamav/Makefile.am
9398         * src/plugins/clamav/clamav_plugin.c
9399         * src/plugins/dillo_viewer/Makefile.am
9400         * src/plugins/pgpcore/Makefile.am
9401         * src/plugins/pgpinline/Makefile.am
9402         * src/plugins/pgpmime/Makefile.am
9403         * src/plugins/trayicon/Makefile.am
9404                 Fix 100% cpu usage in address completion list
9405                 Fix little bugs (return with no values etc)
9406                 Fix all warnings (with common CFLAGS)
9407
9408 2005-09-15 [colin]      1.9.14cvs33
9409
9410         * src/addressbook.c
9411                 Fix bug where sometimes a group's email list is empty,
9412                 force its refresh (probably fixes "Re: how to create a 
9413                 distribution list")
9414         * src/ldapquery.c
9415                 Don't return to the callback in the main thread from the
9416                 fetch thread (or face segs!)
9417
9418 2005-09-15 [paul]       1.9.14cvs32
9419
9420         * src/prefs_matcher.c
9421                 forgotten in last commit
9422
9423 2005-09-15 [paul]       1.9.14cvs31
9424
9425         * src/prefs_actions.c
9426         * src/prefs_filtering_action.c
9427         * src/prefs_quote.c
9428         * src/quote_fmt.c
9429         * src/summaryview.c
9430         * src/gtk/description_window.c
9431         * src/gtk/description_window.h
9432         * src/gtk/quicksearch.c
9433                 allow interaction with the called
9434                 description window
9435                 Patch by Anders Hammar
9436
9437 2005-09-14 [paul]       1.9.14cvs30
9438
9439         * src/compose.c
9440                 fix a little annoyance when pasting with 3rd button 
9441                 with wrap_pastes=0 and wrap_input=1
9442                 Patch by Colin
9443
9444 2005-09-14 [paul]       1.9.14cvs29
9445
9446         * src/prefs_account.c
9447                 disable 'Filter messages on receiving' for
9448                 SMTP-only accounts
9449                 Patch  by Anders Hammar
9450
9451 2005-09-14 [paul]       1.9.14cvs28
9452
9453         * po/sk.po
9454                 fix crash
9455                 updated by Andrej Kacian
9456
9457 2005-09-14 [paul]
9458
9459         1.9.15-rc1 released
9460
9461 2005-09-14 [paul]       1.9.14cvs27
9462
9463         * po/es.po
9464                 updated by Ricardo Mones Lastra
9465         * src/compose.c
9466         * src/compose.h
9467                 associate no_wrap_tags to Compose windows
9468                 instead of using a static one
9469                 Patch by Colin
9470         * src/mbox.c
9471                 fix proc_mbox()
9472                 Patch by wwp
9473         * src/textview.c
9474                 remove unneeded printf()
9475
9476 2005-09-14 [paul]       1.9.14cvs26
9477
9478         * src/addrcache.c
9479         * src/codeconv.h
9480         * src/folder.h
9481         * src/mainwindow.h
9482         * src/mh.c
9483         * src/mimeview.h
9484         * src/partial_download.c
9485         * src/pop.c
9486         * src/prefs_account.c
9487         * src/prefs_account.h
9488         * src/prefs_actions.c
9489         * src/prefs_customheader.c
9490         * src/prefs_display_header.c
9491         * src/prefs_filtering_action.c
9492         * src/prefs_matcher.c
9493         * src/prefs_toolbar.c
9494         * src/privacy.h
9495         * src/procmime.c
9496         * src/procmime.h
9497         * src/procmsg.h
9498         * src/textview.c
9499         * src/undo.h
9500         * src/common/plugin.c
9501         * src/common/session.h
9502         * src/common/socket.c
9503         * src/common/socket.h
9504         * src/common/template.c
9505         * src/gtk/gtkaspell.c
9506         * src/gtk/quicksearch.h
9507         * src/plugins/pgpcore/passphrase.c
9508         * src/plugins/pgpcore/prefs_gpg.h
9509         * src/plugins/pgpcore/select-keys.c
9510         * src/plugins/pgpcore/select-keys.h
9511         * src/plugins/pgpcore/sgpgme.c
9512         * src/plugins/pgpinline/pgpinline.c
9513         * src/plugins/pgpmime/pgpmime.c
9514         * src/plugins/trayicon/trayicon.c
9515                 fix compilation warnings
9516                 Patch by Daniel Gustafson
9517
9518 2005-09-14 [paul]       1.9.14cvs25
9519
9520         * src/addressbook.c
9521                 add missing column header, and other small
9522                 bug fixes
9523                 Patch by Anders Hammar
9524
9525 2005-09-13 [colin]      1.9.14cvs24
9526
9527         * src/gtk/gtkaspell.c
9528                 Fix non-utf8 in menu
9529                 Fix little leaks
9530                 Nullify struct members after free()s
9531
9532 2005-09-13 [colin]      1.9.14cvs23
9533
9534         * src/compose.c
9535                 Test utf8 compliance before inserting to 
9536                 buffer, and try to convert if necessary
9537         * src/procmime.c
9538                 If no charset is present, use the locale 
9539                 one instead of us-ascii
9540         * src/procmsg.c
9541                 Add Sender, List-Post and To in the checked 
9542                 headers for automatic rules creation 
9543                 (thanks to wwp)
9544         * src/prefs_themes.c
9545         * src/gtk/gtkaspell.c
9546                 Remove deprecated functions. 
9547                 patch by Daniel Gustafson
9548
9549 2005-09-12 [colin]      1.9.14cvs22
9550
9551         * src/compose.c
9552                 Fix bug #448 (Scrolling/Redraw issue with 
9553                 address-fields in Header)
9554         * src/mainwindow.c
9555         * src/summaryview.c
9556         * src/summaryview.h
9557                 Fix loss of MSG_MARKED on move/copy
9558                 Fix bug #804 (Quicksearch togglebutton doesn't 
9559                 get depressed after '/' key is pressed)
9560
9561 2005-09-12 [paul]       1.9.14cvs21
9562
9563         * AUTHORS
9564         * src/gtk/logwindow.c
9565                 add 'Clear Log' to popup menu
9566                 Patch by Anders Hammar <anders.hammar@telia.com>
9567
9568 2005-09-12 [paul]       1.9.14cvs20
9569
9570         * src/compose.c
9571                 set correct sensitivity on attachments
9572                 popup menu
9573         * src/folder.c
9574                 fix typo
9575         * src/prefs_spelling.c
9576                 fix crash when no LANG env is set
9577         * src/common/xml.c
9578                 fix crash in wizard
9579                 don't use memeory after free
9580
9581         All patches by Daniel Gustafson
9582
9583 2005-09-12 [paul]       1.9.14cvs19
9584
9585         * src/prefs_themes.c
9586                 make theme info selectable
9587         * src/gtk/description_window.c
9588                 make window non-modal
9589         * tools/README
9590                 add details of asus_mailed.sh
9591         * tools/claws.i18n.status.pl
9592                 update for new zh_TW translator
9593                 widen the output
9594                 create alternate coloured lines
9595                 improve readability
9596
9597 2005-09-10 [colin]      1.9.14cvs18
9598
9599         * src/plugins/pgpcore/select-keys.c
9600                 Better order for the buttons
9601
9602 2005-09-10 [colin]      1.9.14cvs17
9603
9604         * src/compose.c
9605         * src/plugins/pgpcore/select-keys.c
9606         * src/plugins/pgpcore/select-keys.h
9607         * src/plugins/pgpcore/sgpgme.c
9608                 Add a "Don't encrypt" button to the key
9609                 selection dialog. Fixes bug #177 (There should be a 
9610                 'Don't encrypt button in the Select Keys dialog)
9611
9612 2005-09-10 [colin]      1.9.14cvs16
9613
9614         * src/compose.c
9615                 Fix bug #572 (%X option does not work with templates)
9616
9617 2005-09-10 [colin]      1.9.14cvs15
9618
9619         * src/toolbar.c 
9620                 Remove g_print
9621
9622 2005-09-10 [colin]      1.9.14cvs14
9623
9624         * src/imap.c
9625                 Fix a possible crash
9626
9627 2005-09-09 [colin]      1.9.14cvs13
9628
9629         * src/imap.c
9630         * src/etpan/imap-thread.c
9631         * src/etpan/imap-thread.h
9632                 Fix moving from queue or drafts to normal folders
9633                 Fix bug #794 (No way to delete without expunging)
9634                 Take flags unset by other mailers into account
9635                 Take deleted flag set by other mailers into account
9636                 Fix unsetting REPLIED flag
9637                 Fix crash when capabilities can't be retrieved
9638         * src/mainwindow.c
9639         * src/mainwindow.h
9640                 Add M_DELAYED_FLAGS condition, and let the user use
9641                 Execute in order to be able to expunge deleted mails,
9642                 even if he's not in delayed execute mode
9643         * src/prefs_spelling.c
9644                 Use 'en' dictionary by default if LANG is POSIX or C
9645         * src/gtk/prefswindow.c
9646                 Fix bug #767 (Preferences windows expanding) by making
9647                 the window a bit larger when the resolution is greater
9648                 than 640x480, and by putting the prefs in a
9649                 GtkScrolledWindow.
9650
9651 2005-09-09 [paul]       1.9.14cvs12
9652
9653         * AUTHORS
9654         * configure.ac
9655         * po/zh_TW.Big5.po      ** REMOVED **
9656         * po/zh_TW.po           ** ADDED **
9657                 updated by Wei-Lun Chao
9658
9659 2005-09-09 [paul]       1.9.14cvs11
9660
9661         * src/mainwindow.c
9662                 fix asserts
9663         * src/common/xml.c
9664                 delay memory allocation until file is
9665                 opened successfully
9666                 Patch by Daniel Gustafson
9667
9668 2005-09-09 [colin]      1.9.14cvs10
9669
9670         * src/imap.c
9671                 Add guards
9672
9673 2005-09-08 [colin]      1.9.14cvs9
9674
9675         * src/compose.c
9676                 Alert when we can't save draft
9677                 Fix various wrap/color issues
9678                 Add mid-click pasting respecting wrap_paste option
9679         * src/folder.c
9680         * src/folder.h
9681         * src/folder_item_prefs.c
9682         * src/folder_item_prefs.h
9683         * src/imap.c
9684         * src/imap_gtk.c
9685         * src/imap_gtk.h
9686         * src/main.c
9687         * src/mainwindow.c
9688         * src/mainwindow.h
9689         * src/news.c
9690         * src/news_gtk.c
9691         * src/news_gtk.h
9692         * src/prefs_folder_item.c
9693                 Fix the impossibility to synchronise folders for
9694                 offline use (IMAP and NNTP are concerned)
9695
9696 2005-09-08 [colin]      1.9.14cvs8
9697
9698         * configure.ac
9699                 Build LDAP and JPilot by default if available
9700         * src/textview.c
9701                 Fix use after free
9702
9703 2005-09-08 [paul]       1.9.14cvs7
9704
9705         * doc/manual/en/sylpheed-1.html
9706         * doc/manual/en/sylpheed-18.html
9707         * doc/manual/en/sylpheed-19.html
9708         * doc/manual/en/sylpheed-4.html
9709         * doc/manual/en/sylpheed-6.html
9710         * doc/manual/en/sylpheed.html
9711                 a few minor updates, plus include some
9712                 details about plugins and their requirements
9713         * src/mainwindow.c
9714                 minor changes to English in /View/Sort
9715
9716 2005-09-07 [colin]      1.9.14cvs6
9717
9718         * doc/manual/en/sylpheed-1.html
9719         * doc/manual/en/sylpheed-10.html
9720         * doc/manual/en/sylpheed-11.html
9721         * doc/manual/en/sylpheed-12.html
9722         * doc/manual/en/sylpheed-13.html
9723         * doc/manual/en/sylpheed-14.html
9724         * doc/manual/en/sylpheed-15.html
9725         * doc/manual/en/sylpheed-16.html
9726         * doc/manual/en/sylpheed-17.html
9727         * doc/manual/en/sylpheed-18.html
9728         * doc/manual/en/sylpheed-19.html
9729         * doc/manual/en/sylpheed-2.html
9730         * doc/manual/en/sylpheed-20.html
9731         * doc/manual/en/sylpheed-21.html
9732         * doc/manual/en/sylpheed-22.html
9733         * doc/manual/en/sylpheed-3.html
9734         * doc/manual/en/sylpheed-4.html
9735         * doc/manual/en/sylpheed-5.html
9736         * doc/manual/en/sylpheed-6.html
9737         * doc/manual/en/sylpheed-7.html
9738         * doc/manual/en/sylpheed-8.html
9739         * doc/manual/en/sylpheed-9.html
9740         * doc/manual/en/sylpheed.html
9741                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
9742
9743 2005-09-07 [colin]      1.9.14cvs5
9744
9745         * src/mainwindow.c
9746                 Make labels more to-the-point
9747
9748 2005-09-07 [colin]      1.9.14cvs4
9749
9750         * doc/manual/en/sylpheed-1.html
9751         * doc/manual/en/sylpheed-12.html
9752         * doc/manual/en/sylpheed-13.html
9753         * doc/manual/en/sylpheed-14.html
9754         * doc/manual/en/sylpheed-15.html
9755         * doc/manual/en/sylpheed-16.html
9756         * doc/manual/en/sylpheed-17.html
9757         * doc/manual/en/sylpheed-18.html
9758         * doc/manual/en/sylpheed-19.html
9759         * doc/manual/en/sylpheed-2.html
9760         * doc/manual/en/sylpheed-20.html
9761         * doc/manual/en/sylpheed-21.html
9762         * doc/manual/en/sylpheed-22.html
9763         * doc/manual/en/sylpheed-4.html
9764         * doc/manual/en/sylpheed-5.html
9765         * doc/manual/en/sylpheed-6.html
9766         * doc/manual/en/sylpheed-7.html
9767         * doc/manual/en/sylpheed-8.html
9768         * doc/manual/en/sylpheed-9.html
9769         * doc/manual/en/sylpheed.html
9770                 Update manual
9771
9772 2005-09-07 [colin]      1.9.14cvs3
9773
9774         * doc/faq/en/sylpheed-faq-1.html
9775         * doc/faq/en/sylpheed-faq-2.html
9776         * doc/faq/en/sylpheed-faq-3.html
9777         * doc/faq/en/sylpheed-faq.html
9778                 Update FAQ
9779
9780 2005-09-07 [colin]      1.9.14cvs2
9781
9782         * src/folderview.c
9783         * src/procmsg.c
9784         * src/summaryview.c
9785         * src/toolbar.c
9786                 Fix special subfolders:
9787                 - Inherit parent's icon
9788                 - sent contents of queues subfolders
9789                 - empty subfolders of trashes
9790         * src/mainwindow.c
9791                 Remove outdated manual and faq entries
9792         * src/common/utils.c
9793                 Add quotes around %s coming from mailcap
9794
9795 2005-09-07 [colin]      1.9.14cvs1
9796
9797         * src/compose.c
9798                 After saving draft, set modified to FALSE
9799         * src/mimeview.c
9800         * src/common/utils.c
9801         * src/common/utils.h
9802                 Try to open mime parts using what is 
9803                 indicated in ~/.mailcap or /etc/mailcap,
9804                 if possible.
9805
9806 2005-09-05 [paul]       1.9.14
9807
9808         1.9.14 released
9809
9810         * po/sk.po
9811                 updated by Andrej Kacian
9812
9813 2005-09-05 [paul]       1.9.13cvs83
9814
9815         * po/de.po
9816         * po/es.po
9817         * po/fi.po
9818         * po/fr.po
9819         * po/nb.po
9820         * po/pt_BR.po
9821         * po/sr.po
9822                 updated translations by Thomas Gilgin, Ricardo Mones
9823                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
9824                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
9825
9826 2005-09-04 [paul]       1.9.13cvs82
9827
9828         * src/compose.c
9829                 only warn about exceeded line length limit
9830                 on send
9831
9832 2005-09-04 [paul]       1.9.13cvs81
9833
9834         * src/compose.c
9835                 fix crash in 'line length exceeded' dialogue
9836
9837 2005-09-02 [paul]       1.9.13cvs80
9838
9839         * src/imap.c
9840                 fix bug 795, 'Connection lost IMAP'
9841                 and add statusbar prints
9842                 Patch by Colin
9843
9844 2005-09-02 [paul]       1.9.13cvs79
9845
9846         * src/compose.c
9847                 compose_wrap_paragraph() becomes
9848                 compose_beautify_paragraph()
9849                 Patch by Colin
9850
9851 2005-09-02 [colin]      1.9.13cvs78
9852
9853         * src/folderview.c
9854                 Micro-fix
9855
9856 2005-09-01 [colin]      1.9.13cvs77
9857
9858         * src/imap.c
9859                 Maybe fix bug #795 (Connection lost IMAP)
9860                 Don't try to send logout when we're disconnected.
9861         * src/summaryview.c
9862                 Include locked and marked emails in HRM
9863                 view. Fixes bug #800 (Locked messages no longer 
9864                 show up when hide read messages is used)
9865
9866 2005-09-01 [paul]       1.9.13cvs76
9867
9868         * src/prefs_common.c
9869                 fix bad cutting
9870
9871 2005-08-31 [colin]      1.9.13cvs75
9872
9873         * src/folderview.c
9874         * src/folderview.h
9875         * src/prefs_summaries.c
9876         * src/summaryview.c
9877                 Fix "go to next new", fix preference
9878                 (Open unread/next swapped)
9879
9880 2005-08-31 [paul]       1.9.13cvs74
9881
9882         * src/compose.c
9883         * src/folderview.c
9884         * src/headerview.c
9885         * src/headerview.h
9886         * src/mainwindow.c
9887         * src/prefs_common.c
9888         * src/prefs_common.h
9889         * src/prefs_fonts.c
9890         * src/summaryview.c
9891         * src/textview.c
9892         * src/common/defs.h
9893                 remove obsolete BOLD_FONT setting
9894                 fix font update in headerview and textview
9895                 headers after prefs change
9896                 Patch By Colin
9897
9898 2005-08-31 [paul]
9899
9900         1.9.14-rc4 released
9901
9902 2005-08-30 [colin]      1.9.13cvs73
9903
9904         * src/summaryview.c
9905                 When Hide read messages is selected and we
9906                 refresh the summaryview, don't remove the 
9907                 currently displayed message. Fixes bug #797
9908                 (Summary view reloads when new mail is 
9909                 downloaded in 1.9.14 rc)
9910
9911 2005-08-30 [colin]      1.9.13cvs72
9912
9913         * src/folderview.c
9914                 Fix flickering
9915         * src/mainwindow.c
9916                 Remove useless callback
9917         * src/mimeview.c
9918         * src/gtk/filesel.c
9919         * src/gtk/filesel.h
9920                 Add a filesel_select_file_save_folder() - used by Save All
9921
9922 2005-08-29 [paul]       1.9.13cvs71
9923
9924         * AUTHORS
9925         * src/matcher_parser_parse.y
9926         * src/etpan/imap-thread.c
9927                 fix building on FreeBSD
9928                 Patch by Daniel Gustafson <daniel@hobbit.se>
9929
9930 2005-08-29 [paul]       1.9.13cvs70
9931
9932         * src/plugins/pgpinline/pgpinline.c
9933                 only initialise sig result if it's been handled
9934                 Patch by Colin
9935
9936 2005-08-29 [paul]       1.9.13cvs69
9937         
9938         Patches by Colin:
9939
9940         * src/imap.c
9941         * src/common.utils.c
9942         * src/common/utils.h
9943                 optimisation
9944         * src/stock_pixmap.h
9945                 fix wrong icon reference
9946         * src/pixmaps/trash_btn.xpm
9947                 replace with nicer image
9948
9949 2005-08-28 [colin]      1.9.13cvs68
9950
9951         * src/Makefile.am
9952         * src/stock_pixmap.c
9953         * src/stock_pixmap.h
9954         * src/toolbar.c
9955         * src/pixmaps/trash_btn.xpm
9956                 Add a specific trash xpm for the button
9957
9958 2005-08-28 [colin]      1.9.13cvs67
9959
9960         * src/imap.c
9961                 Fix leak
9962
9963 2005-08-27 [colin]      1.9.13cvs66
9964
9965         * src/imap.c
9966         * src/procmime.c
9967                 Correctly fix "Problem with replies", fixes
9968                 pgpmime encryption too. 
9969
9970 2005-08-27 [colin]      1.9.13cvs65
9971
9972         * src/folder.c
9973         * src/procmsg.c
9974         * src/procmsg.h
9975         * src/summaryview.c
9976                 Fix bug #517 (messages removed from summaryview 
9977                 when moving fails)
9978
9979 2005-08-27 [colin]      1.9.13cvs64
9980
9981         * tools/Makefile.am
9982         * tools/asus_mailled.sh
9983                 Add a script to blink ASUS laptops' mail LED where there
9984                 is unread mail.
9985
9986 2005-08-27 [colin]      1.9.13cvs63
9987
9988         * src/imap.c
9989         * src/etpan/imap-thread.c
9990         * src/etpan/imap-thread.h
9991                 Implement automatic choosing of login method
9992                 Fixes bug #791
9993         * src/gtk/.cvsignore
9994                 Add sylpheed-marshal.[ch]
9995
9996 2005-08-27 [colin]      1.9.13cvs62
9997
9998         * src/common/utils.c
9999                 Fix confusing perror
10000
10001 2005-08-27 [colin]      1.9.13cvs61
10002
10003         * src/toolbar.c
10004         * src/toolbar.h
10005                 Remove A_DELETE, replace it with 
10006                 A_TRASH and A_DELETE_REAL. Automatically
10007                 rewrite config files to replace A_DELETE
10008                 with A_TRASH (no functionality change).
10009                 Fixes half of #794
10010
10011 2005-08-26 [colin]      1.9.13cvs60
10012
10013         * src/procmime.c
10014                 Previous "Problem with replies" fix brought other
10015                 problems, fixing them
10016
10017 2005-08-26 [colin]      1.9.13cvs59
10018
10019         * src/procmime.c
10020                 Fix "Problem with replies". This happened only
10021                 on IMAP...
10022         * src/procmsg.c
10023                 Factorize code a bit
10024         * src/compose.c
10025                 Speed improvement on very long messages (wrapping)
10026                 Fix signature color on Reedit and Redirect
10027                 On Reedit, don't attach pgp-signatures parts, but
10028                 set signing to On.
10029
10030 2005-08-24 [paul]       1.9.13cvs58
10031
10032         * src/compose.c
10033                 don't claim success when clicking
10034                 Cancel on the passphrase box.
10035                 Patch by Colin
10036
10037 2005-08-24 [paul]       1.9.13cvs57
10038
10039         * src/main.c
10040                 fix misplaced sylpheed.log
10041         * src/common/defs.h
10042                 define UIDL_DIR
10043
10044 2005-08-24 [paul]       1.9.13cvs56
10045
10046         * src/imap.c
10047         * src/etpan/imap-thread.c
10048         * src/etpan/imap-thread.h
10049                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
10050                 Patch by Colin
10051         * src/gtk/sylpheed-marshal.c    ** REMOVED **
10052         * src/gtk/sylpheed-marshal.h    ** REMOVED **
10053                 remove autogenerated files
10054         * tools/kdeservicemenu/README
10055         * tools/kdeservicemenu/install.sh
10056         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10057         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10058                 use Claws icon, use 'Sylpheed-Claws' in menu,
10059                 use kdialog, and other cleanups
10060
10061 2005-08-23 [paul]       1.9.13cvs55
10062
10063         * src/compose.c
10064                 fix paste/wrap crash
10065                 Patch by Colin
10066
10067 2005-08-23 [paul]       1.9.13cvs54
10068
10069         * src/main.c
10070                 fix crash recovery
10071                 Patch by Colin
10072
10073 2005-08-23 [paul]       1.9.13cvs53
10074
10075         * src/addressbook.c
10076         * src/editaddress.c
10077                 view all data of LDAP contacts
10078                 Patch by Colin
10079
10080 2005-08-23 [paul]       1.9.13cvs52
10081
10082         * src/addressbook.c
10083                 fix issues with the Search field
10084                 Patch by Colin
10085
10086 2005-08-22 [paul]       1.9.13cvs51
10087
10088         * src/folderview.c
10089                 put name of folder in processing dialog
10090                 title
10091         * src/prefs_folder_item.c
10092                 improve english usage
10093
10094 2005-08-22 [paul]       1.9.13cvs50
10095
10096         * src/filtering.c
10097         * src/filtering.h
10098         * src/matcher.c
10099         * src/matcher_parser_lex.l
10100         * src/matcher_parser_parse.y
10101         * src/prefs_filtering.c
10102                 add Filtering/Processing rule names feature.
10103                 (the incompatible old matcherrc is saved as
10104                 matcherrc.pre_names).
10105                 Patch by Colin
10106
10107 2005-08-22 [paul]       1.9.13cvs49
10108
10109         * src/procmsg.c
10110                 fix colour labelling
10111                 Patch by Colin
10112
10113 2005-08-22 [paul]       1.9.13cvs48
10114
10115         * src/textview.c
10116                 fix open_image_cb()
10117
10118 2005-08-22 [paul]       1.9.13cvs47
10119
10120         * src/imap.c
10121                 fix bug 789, 'SC crashes with imap (CVS ver)'
10122                 Patch by Colin
10123
10124 2005-08-22 [paul]       1.9.13cvs46
10125
10126         * src/mimeview.c
10127         * src/prefs_common.c
10128         * src/common/defs.h
10129                 define reused defaults in defs.h
10130         * src/textview.c
10131                 add 'Open image' to image popup menu
10132
10133 2005-08-21 [colin]      1.9.13cvs45
10134
10135         * src/summaryview.c
10136                 Fix bug #788 (Bogus "From" address displayed)
10137
10138 2005-08-20 [colin]      1.9.13cvs44
10139
10140         * src/folder.c
10141                 Fix buf #787 (multilevel delete causes SIGSEGV)
10142
10143 2005-08-19 [colin]      1.9.13cvs43
10144
10145         * src/inc.c
10146         * src/prefs_common.c
10147         * src/prefs_common.h
10148                 Add an hidden pref to allow modifying the
10149                 update stepping in incorporation.
10150                 Patch by wwp.
10151
10152 2005-08-19 [colin]      1.9.13cvs42
10153
10154         * src/compose.c
10155         * src/procmime.c
10156                 Workaround for broken MUAs: encode 
10157                 Content-type: name: as ASCII and 
10158                 Content-Disposition: filename: as
10159                 per rfc2231
10160         * src/prefs_account.c
10161                 Fix invisible-ness of SMTP SSL prefs
10162                 in NNTP accounts
10163
10164 2005-08-19 [paul]       1.9.13cvs41
10165
10166         * src/compose.c
10167         * src/prefs_common.c
10168         * src/prefs_common.h
10169         * src/prefs_wrapping.c
10170                 paste with or without wrapping.
10171                 patch by Colin
10172
10173 2005-08-19 [paul]       1.9.13cvs40
10174
10175         * src/prefs_common.c
10176         * src/prefs_common.h
10177         * src/summaryview.c
10178                 reintroduce enable_swap_from as a
10179                 hidden pref. patch by Colin
10180         * src/quote_fmt_parse.y
10181         * src/plugins/clamav/clamav_plugin.c
10182         * src/plugins/dillo_viewer/dillo_viewer.c
10183         * src/plugins/mathml_viewer/mathml_viewer.c
10184         * src/plugins/pgpcore/sgpgme.c
10185         * src/plugins/pgpinline/pgpinline.c
10186         * src/plugins/pgpmime/pgpmime.c
10187                 tidy up. patch by Colin
10188
10189 2005-08-19 [paul]       1.9.13cvs39
10190
10191         * configure.ac
10192                 complete cvs38's sync
10193         * src/editaddress.c
10194         * src/gedit-print.c
10195         * src/mutt.c
10196         * src/etpan/etpan-log.c
10197         * src/etpan/imap-thread.c
10198         * src/gtk/gtksourceprintjob.c
10199                 fix compilation warnings
10200                 (patch by Colin)
10201
10202 2005-08-19 [paul]       1.9.13cvs38
10203
10204         sync with main:
10205
10206         * src/account.c
10207         * src/action.c
10208         * src/addrbook.c
10209         * src/addrcache.c
10210         * src/addrharvest.c
10211         * src/addrindex.c
10212         * src/codeconv.c
10213         * src/compose.c
10214         * src/crash.c
10215         * src/exporthtml.c
10216         * src/exportldif.c
10217         * src/folder.c
10218         * src/image_viewer.c
10219         * src/inc.c
10220         * src/inc.h
10221         * src/jpilot.c
10222         * src/ldif.c
10223         * src/main.c
10224         * src/matcher.c
10225         * src/mbox.c
10226         * src/messageview.c
10227         * src/mh.c
10228         * src/mimeview.c
10229         * src/msgcache.c
10230         * src/mutt.c
10231         * src/news.c
10232         * src/partial_download.c
10233         * src/pine.c
10234         * src/pop.c
10235         * src/prefs_actions.c
10236         * src/prefs_common.c
10237         * src/prefs_customheader.c
10238         * src/prefs_display_header.c
10239         * src/prefs_gtk.c
10240         * src/prefs_themes.c
10241         * src/procheader.c
10242         * src/procmime.c
10243         * src/procmsg.c
10244         * src/recv.c
10245         * src/send_message.c
10246         * src/simple-gettext.c
10247         * src/sourcewindow.c
10248         * src/textview.c
10249         * src/vcard.c
10250         * src/common/defs.h
10251         * src/common/log.c
10252         * src/common/plugin.c
10253         * src/common/prefs.c
10254         * src/common/session.c
10255         * src/common/session.h
10256         * src/common/socket.c
10257         * src/common/socket.h
10258         * src/common/ssl_certificate.c
10259         * src/common/template.c
10260         * src/common/utils.c
10261         * src/common/utils.h
10262         * src/common/xml.c
10263         * src/gtk/about.c
10264         added wrappers for C library function that
10265                 take pathname arguments.
10266                 enabled compilation with MinGW.
10267                 use GDir instead of directly using opendir().
10268                 added rename_force().
10269
10270 2005-08-19 [paul]       1.9.13cvs37
10271         
10272         patches by Colin:
10273         * src/compose.c
10274                 fix privacy settings on re-editing
10275                 a sent message
10276         * src/jpilot.c
10277                 fix encoding bug
10278         * src/folder.c
10279         * src/procmsg.c
10280         * src/procmsg.h
10281         * src/summaryview.c
10282                 flag changing optimisation
10283
10284 2005-08-18 [martin]     1.9.13cvs36
10285
10286         * commitHelper
10287             added my login
10288         * src/addrcache.c
10289         * src/addrharvest.c
10290         * src/addrindex.c
10291         * src/compose.c
10292         * src/grouplistdialog.c
10293         * src/main.c
10294         * src/mainwindow.c
10295         * src/msgcache.c
10296         * src/mutt.c
10297         * src/pine.c
10298         * src/prefs_account.c
10299         * src/prefs_themes.c
10300         * src/stock_pixmap.c
10301         * src/summaryview.c
10302         * src/gtk/about.c
10303         * src/gtk/logwindow.c
10304             removed deprecated glib and gdk stuff
10305         * src/plugins/pgpcore/select-keys.c
10306             convert attributes from locale to utf8
10307
10308 2005-08-17 [paul]       1.9.13cvs35
10309
10310         * src/account.c
10311         * src/addressbook.c
10312                 use new GTK_STOCK_ icons if available
10313         * src/summaryview.c
10314         * src/gtk/gtksctree.c
10315         * src/gtk/gtksctree.h
10316                 faster range select. patch by Colin
10317
10318 2005-08-17 [paul]       1.9.13cvs34
10319
10320         patches by colin:
10321         * src/addressbook.c
10322         * src/addressitem.h
10323                 Add an edit button for contacts, fix selections
10324                 of gtksctree items
10325         * src/editaddress.c
10326                 Change labels, let Save be always possible in the
10327                 email and user atributes tabs
10328         * src/folderview.c
10329                 fix sort issues
10330         * src/summaryview.c
10331                 select next item instead of the displayed one
10332                 after deletion
10333
10334         * src/gtk/progressdialog.c
10335                 use prefs_common.enable_rules_hint
10336
10337 2005-08-13 [hoa]        1.9.13cvs33
10338
10339         * src/etpan/imap-thread.c
10340                 fixed build on Solaris.
10341
10342 2005-08-10 [colin]      1.9.13cvs32
10343
10344         * src/procmsg.c
10345                 Fix cvs31 (missing fclose before reading
10346                 the file)
10347
10348 2005-08-10 [colin]      1.9.13cvs31
10349
10350         * src/procmsg.c
10351                 Fix procmsg_msginfo_new_from_mimeinfo() when
10352                 the MimeInfo isn't stored in memory. This fixes
10353                 replying to an attached message.
10354
10355 2005-08-10 [colin]      1.9.13cvs30
10356
10357         * src/mainwindow.c
10358                 Fix slowness in account changing
10359
10360 2005-08-10 [colin]      1.9.13cvs29
10361
10362         * src/folder.c
10363         * src/folderutils.c
10364         * src/folderview.c
10365         * src/imap_gtk.c
10366         * src/mainwindow.c
10367         * src/mh_gtk.c
10368         * src/procmsg.c
10369         * src/summaryview.c
10370                 Optimize folder_has_parent_of_type
10371                 Prevent moving special sub-folders from contextual menus
10372                 Rework message a bit ("Empty all messages" -> "Delete all
10373                 messages")
10374                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
10375                 and "Deleted Items" folders)
10376
10377 2005-08-08 [colin]      1.9.13cvs28
10378
10379         * src/summaryview.c
10380         * src/prefs_summaries.c
10381                 Make "Select first unread|new" more flexible
10382                 (just prioritize new or unread)
10383
10384 2005-08-08 [colin]      1.9.13cvs27
10385
10386         * src/summaryview.c
10387                 If "select first new" is selected and there only
10388                 are unread messages, fallback to "select first
10389                 unread".
10390
10391 2005-08-08 [colin]      1.9.13cvs26
10392
10393         * src/folder.c
10394                 Fix shameful bugs (and bug #779)
10395
10396 2005-08-08 [colin]      1.9.13cvs25
10397
10398         * src/folder.c
10399         * src/folder.h
10400                 Cache parents' type to make folder_has_parent_of_type
10401                 faster
10402         * src/folderview.c
10403                 Forbid DnD of special sub-folders
10404         * src/procmsg.c
10405         * src/procmsg.h
10406                 Add MAIL_POSTFILTERING_HOOK
10407         * src/summaryview.c
10408                 Revert over-zealous deletion of the use_addr_book 
10409                 code
10410
10411 2005-08-07 [colin]      1.9.13cvs24
10412
10413         * src/folder.c
10414                 Fix big mistake (passing MsgInfo instead 
10415                 of FolderItem)
10416
10417 2005-08-07 [colin]      1.9.13cvs23
10418
10419         * src/compose.c
10420         * src/folder.c
10421         * src/folder.h
10422         * src/foldersel.c
10423         * src/folderutils.c
10424         * src/folderview.c
10425         * src/imap.c
10426         * src/mainwindow.c
10427         * src/messageview.c
10428         * src/mh.c
10429         * src/msgcache.c
10430         * src/procmime.c
10431         * src/summaryview.c
10432                 Make subfolders of Drafts, Queue, Outbox, Trash
10433                 work like their parents. 
10434                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
10435
10436 2005-08-07 [colin]      1.9.13cvs22
10437
10438         * src/addressbook.c
10439                 Fix bug #771 (Dragged contacts not saved)
10440
10441 2005-08-07 [paul]       1.9.13cvs21
10442
10443         * src/summaryview.c
10444                 fix bug 32 'Search Doesn't display results
10445                 if "Hide Read Messages" is chosen'
10446                 be more literal in interpreting 'Hide read
10447                 messages'
10448
10449 2005-08-07 [colin]      1.9.13cvs20
10450
10451         * src/folderview.c
10452                 Add debug
10453         * src/summaryview.c
10454                 Faster 'unthread_for_execution'
10455
10456 2005-08-06 [paul]       1.9.13cvs19
10457
10458         * src/mainwindow.c
10459                 add mnemonics to Set displayed columns
10460                 fix bug where msgview_visible option was
10461                 overwritten as TRUE on startup
10462
10463 2005-08-06 [paul]       1.9.13cvs18
10464
10465         * src/mainwindow.c
10466                 refer to 'displayed columns in folder/message
10467                 list' not 'displayed items in summary/message view'
10468         * src/prefs_display_header.c
10469                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
10470                 be consistent with similar dialogues
10471         * src/prefs_folder_column.c
10472         * src/prefs_summary_column.c
10473                 'columns' not 'items', and folder and message lists,
10474                 instead of folder and summary views;
10475                 Use 'Hidden columns' as list heading not 'Available
10476                 items';
10477                 move the 'Remove' button to the right hand side;
10478                 top-align the buttons;
10479                 remove unneeded vbox
10480         * src/prefs_summaries.c
10481                 put the 2 column prefs buttons in a frame to reduce
10482                 overall width; refer to columns not items &c.
10483
10484 2005-08-05 [colin]      1.9.13cvs17
10485
10486         * src/prefs_common.c
10487         * src/prefs_common.h
10488         * src/mainwindow.c
10489         * src/compose.c
10490         * src/messageview.c
10491                 Add an hidden toolbar_detachable pref, so
10492                 that I can get rid of these painful handles
10493                 in the toolbars. Defaults to TRUE to avoid
10494                 changing the GUI on unsuspecting people...
10495
10496 2005-08-05 [colin]      1.9.13cvs16
10497
10498         * src/Makefile.am
10499         * src/prefs_folder_column.c
10500         * src/prefs_folder_column.h
10501                 Add prefs for folder columns
10502         * src/folderview.c
10503         * src/folderview.h
10504         * src/mainwindow.c
10505         * src/mainwindow.h
10506         * src/prefs_common.c
10507         * src/prefs_common.h
10508         * src/prefs_summaries.c
10509                 Use them
10510         * src/prefs_summary_column.c
10511         * src/summaryview.c
10512         * src/summaryview.h
10513                 Add a To column
10514         * src/textview.c
10515         * src/common/utils.c
10516         * src/common/utils.h
10517                 Move uri colourisation functions
10518                 to utils
10519         * src/compose.c
10520                 Colourise URIs
10521         * src/imap.c
10522                 Fix bug with LIST where we'd try
10523                 to get Folder//////[...]/// 
10524
10525 2005-08-05 [paul]       1.9.13cvs15
10526
10527         * src/prefs_summaries.c
10528                 improve the English usage
10529         * src/summaryview.c
10530                 set font on column change
10531                 thanks to Colin
10532
10533 2005-08-05 [paul]       1.9.13cvs14
10534
10535         * src/prefs_common.c
10536         * src/prefs_common.h
10537         * src/prefs_summaries.c
10538         * src/summaryview.c
10539                 replace 'open_unread_on_enter' option with
10540                 'select_on_entry' option. opening/not opening
10541                 is now exclusively controlled by 'always_show_msg'
10542
10543 2005-08-04 [colin]      1.9.13cvs13
10544
10545         * src/compose.c
10546                 Remove dead code
10547                 Add colourisation of quotes and signatures
10548         * src/folderview.c
10549                 Fix possible crashes
10550         * src/messageview.c
10551                 Change an assert that is no problem
10552         * src/news.c
10553         * src/news_gtk.c
10554         * src/news_gtk.h
10555                 Fix offline mode
10556         * src/gtk/quicksearch.c
10557                 Fix a possible crash
10558
10559 2005-08-03 [colin]      1.9.13cvs12
10560
10561         * src/prefs_account.c
10562                 Fix bug #777 (Sylpheed crash in account configuration)
10563
10564 2005-08-03 [colin]      1.9.13cvs11
10565
10566         * src/addressbook.c
10567         * src/editaddress.c
10568         * src/editgroup.c
10569                 Fixing addressbook, round 2
10570         * src/textview.c
10571                 Fix emphasis color on rechecking 'Colorize messages'
10572
10573 2005-08-03 [paul]       1.9.13cvs10
10574
10575         sync with main
10576
10577         * src/addr_compl.c
10578         * src/compose.c
10579         * src/main.c
10580         * src/pop.c
10581         * src/prefs_account.c
10582         * src/procmime.c
10583         * src/procmsg.c
10584         * src/quote_fmt_parse.y
10585         * src/textview.c
10586         * src/common/quoted-printable.c
10587         * src/common/utils.c
10588         * src/common/utils.h
10589         * src/common/xml.c
10590                 replaced incorrect locale-independent
10591                 ctype functions with GLib's. Corrected
10592                 signedness mismatch.
10593         * src/headerview.c
10594                 headerview_create(): added spacing for vbox.
10595         * src/gtk/about.c
10596                 set focus to the OK button.
10597
10598 2005-08-03 [colin]      1.9.13cvs9
10599
10600         * src/folderview.c
10601                 Fix possible crash
10602
10603 2005-08-02 [colin]      1.9.13cvs8
10604
10605         * src/mainwindow.c
10606                 Fix cast
10607         * src/addressbook.c
10608         * src/addressitem.h
10609                 Fix a cast and more generally, try to make the
10610                 GUI more intuitive and consistent (round 1)
10611
10612 2005-08-02 [paul]       1.9.13cvs7
10613
10614         * src/folder.h
10615                 missing in 1.9.13cvs6
10616
10617 2005-08-02 [colin]      1.9.13cvs6
10618
10619         * src/folder.c
10620                 Fix one more leak
10621
10622 2005-08-02 [colin]      1.9.13cvs5
10623
10624         * src/folder.c
10625         * src/folderview.c
10626         * src/imap.c
10627         * src/main.c
10628         * src/mbox.c
10629         * src/procmsg.c
10630         * src/summaryview.c
10631                 Fix a number of folder_item_get_msg_list()-related
10632                 leaks (missing procmsg_msginfo_free()s)
10633
10634 2005-08-01 [colin]      1.9.13cvs4
10635
10636         * src/folderview.c
10637         * src/folderview.h
10638         * src/mainwindow.c
10639         * src/prefs_fonts.c
10640         * src/prefs_summaries.c
10641         * src/prefs_themes.c
10642         * src/summaryview.c
10643         * src/summaryview.h
10644         * src/textview.c
10645         * src/textview.h
10646                 Fix instant-apply of summary and folderview-related prefs
10647                 Fix erroneous g_free and alertpanels in prefs_theme
10648                 Add instant-apply for fonts
10649                 Defer applying of prefs a little bit so it's done only
10650                 once even if requested by multiples prefs pages
10651
10652 2005-08-01 [paul]       1.9.13cvs3
10653
10654         * src/main.c
10655                 fix bug 776 'S.C. crashes on close'
10656                 thanks to Colin
10657         * src/etpan/etpan-thread-manager-types.h
10658                 add missing include
10659                 thanks to Hoa
10660
10661 2005-07-25 [paul]       1.9.13cvs2
10662
10663         * src/summaryview.c
10664                 fix typos. spotted by Fabien Vantard
10665
10666 2005-07-24 [paul]       1.9.13cvs1
10667
10668         * doc/man/sylpheed.1
10669                 update man page, incorporating fix of
10670                 bug 769 'Typo in manpage'
10671         * src/etpan/imap-thread.c
10672                 fix NetBSD openssl dependencies. patch by
10673                 George Michaelson <ggm@apnic.net>
10674         * po/pt_BR.po
10675                 updated by Frederico Goncalves Guimaraes
10676
10677 2005-07-22 [paul]       1.9.13
10678
10679         1.9.13 release
10680
10681 2005-07-22 [paul]       1.9.12cvs91
10682
10683         * AUTHORS
10684         * INSTALL
10685         * README.claws
10686         * RELEASE_NOTES.claws
10687                 updated for release
10688         * configure.ac
10689         * po/nb.po
10690         * tools/claws.i18n.status.pl
10691                 add Norwegian translation. submiited by
10692                 Geir Helland <pjallabais@users.sourceforge.net>
10693         * po/ca.po
10694         * po/de.po
10695         * po/es.po
10696         * po/fi.po
10697         * po/fr.po
10698         * po/it.po
10699         * po/sk.po
10700         * po/sr.po
10701         * po/zh_CN.po
10702                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10703                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10704                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10705                 Yang Guilong
10706         * src/plugins/clamav/clamav_plugin_gtk.c
10707         * src/plugins/spamassassin/spamassassin_gtk.c
10708                 replace outdated description strings
10709
10710 2005-07-21 [colin]      1.9.12cvs90
10711
10712         * src/folder.c
10713                 Set folder to batch mode when scanning it. Makes deletion
10714                 of unread mails on IMAP much faster (due to the UNREAD 
10715                 flag unsetting)
10716
10717 2005-07-21 [darko]      1.9.12cvs89
10718
10719         * configure.ac
10720                 link against libresolv if necessary (patch by Paul)
10721         * src/msgcache.c
10722                 use glib's portable macros to determine endianness
10723
10724 2005-07-21 [paul]       1.9.12cvs88
10725
10726         * src/crash.c
10727         * src/gtk/about.c
10728                 update compiled-in features list
10729
10730 2005-07-20 [colin]      1.9.12cvs87
10731
10732         * src/folder.c
10733         * src/textview.c
10734                 Gcc 2.9x compilation fixes, thanks to Darko
10735         * src/plugins/clamav/clamav_plugin.c
10736                 Little optimisation: load virus database only once
10737         * src/plugins/spamassassin/spamassassin.c
10738                 Big optimisation: filtering one mail took at least 1 second,
10739                 now it takes at least 50ms. Doesn't speed up spamassassin 
10740                 itself, but should already be much more tolerable.
10741
10742 2005-07-20 [colin]      1.9.12cvs86
10743
10744         * src/summaryview.c
10745                 Fix performance issue
10746
10747 2005-07-19 [colin]      1.9.12cvs85
10748
10749         * src/plugins/pgpinline/plugin.c
10750                 Fix warning
10751
10752 2005-07-19 [colin]      1.9.12cvs84
10753
10754         * configure.ac
10755         * src/plugins/Makefile.am
10756         * src/plugins/pgpinline/.cvsignore
10757         * src/plugins/pgpinline/Makefile.am
10758         * src/plugins/pgpinline/pgpinline.c
10759         * src/plugins/pgpinline/pgpinline.deps
10760         * src/plugins/pgpinline/pgpinline.h
10761         * src/plugins/pgpinline/plugin.c
10762                 Put pgpinline in the main tree
10763
10764 2005-07-19 [paul]       1.9.12cvs83
10765
10766         * src/prefs_actions.c
10767                 prevent '//' in menu names, which cause a crash
10768                 thanks to Colin
10769
10770 2005-07-19 [paul]       1.9.12cvs82
10771
10772         * configure.ac
10773                 be generally more informative in configure output.
10774                 OpenSSL: correction: '[ --enable-openssl ...' -> 
10775                 '[ --disable-openssl ...', as --enable-openssl is default
10776                 PGP/MIME: don't check for GPGME again, check for
10777                 pgpcore instead. Therefore prevent the possibility of
10778                 attempting to build pgpmime if pgpcore dependencies are
10779                 not met
10780                 ClamAV: use pkgconfig to check for lib
10781                 libgnomeprint: revert logic on inner test to match
10782                 everything else
10783         * src/plugins/pgpcore/sgpgme.c
10784                 add missing include
10785
10786 2005-07-19 [colin]      1.9.12cvs81
10787
10788         * src/summaryview.c
10789                 Fix slow thread rebuilding in particular
10790                 cases
10791
10792 2005-07-19 [paul]       1.9.12cvs80
10793
10794         * sylpheed-claws.desktop
10795                 fix typo, spotted by Stephan Sachse
10796         * src/account.c
10797                 replace GTK_STOCK_ADD with
10798                 GTK_STOCK_NEW button
10799
10800 2005-07-18 [colin]      1.9.12cvs79
10801
10802         * src/etpan/imap-thread.c
10803                 Fix return value (Thanks Hoa)
10804
10805 2005-07-18 [colin]      1.9.12cvs78
10806
10807         * src/imap.c
10808                 Allow empty passwords
10809                 Create drafts/queue/outbox if necessary
10810         * src/summaryview.c
10811                 Remove old code
10812         * src/etpan/imap-thread.c
10813                 Fix STARTTLS (Thanks to Hoa)
10814
10815 2005-07-18 [paul]       1.9.12cvs77
10816
10817         * ChangeLog-gtk2.jp
10818         * ChangeLog.jp
10819                 removed
10820         * Makefile.am
10821                 updated to reflect additions and removals
10822         * TODO
10823                 updated to be claws-specific
10824         * TODO-gtk2
10825         * TODO-gtk2.jp
10826         * TODO.jp
10827         * sylpheed-128x128.png
10828         * sylpheed-64x64.png
10829                 removed
10830         * sylpheed-claws-128x128.png
10831         * sylpheed-claws-64x64.png
10832         * sylpheed-claws.desktop
10833         * sylpheed-claws.png
10834                 added
10835         * sylpheed.desktop
10836         * sylpheed.png
10837                 removed
10838
10839 2005-07-17 [paul]       1.9.12cvs76
10840
10841         * src/account.c
10842         * src/addressbook.c
10843         * src/alertpanel.c
10844         * src/alertpanel.h
10845         * src/compose.c
10846         * src/exphtmldlg.c
10847         * src/expldifdlg.c
10848         * src/folderview.c
10849         * src/imap_gtk.c
10850         * src/inc.c
10851         * src/message_search.c
10852         * src/messageview.c
10853         * src/mh_gtk.c
10854         * src/news_gtk.c
10855         * src/prefs_actions.c
10856         * src/prefs_filtering.c
10857         * src/prefs_matcher.c
10858         * src/prefs_template.c
10859         * src/prefs_themes.c
10860         * src/ssl_manager.c
10861         * src/summary_search.c
10862         * src/textview.c
10863         * src/toolbar.c
10864         * src/gtk/sslcertwindow.c
10865         * src/plugins/pgpcore/sgpgme.c
10866                 rework alertpanels
10867
10868 2005-07-17 [colin]      1.9.12cvs75
10869
10870         * src/privacy.c
10871                 add a PrivacySystem accessor that checks that
10872                 the system cached in a MimeInfo's privacydata
10873                 is still registered. Use this accessor instead
10874                 of directly using data->system. Fixes crashes
10875                 after unloading pgp plugins.
10876
10877 2005-07-17 [colin]      1.9.12cvs74
10878
10879         * src/alertpanel.c
10880                 Change geometry hints to a simple default size.
10881                 Fixes the certs dialogs.
10882
10883 2005-07-17 [colin]      1.9.12cvs73
10884
10885         * src/gtk/sslcertwindow.c
10886                 Use a gtkExpander
10887
10888 2005-07-17 [colin]      1.9.12cvs72
10889
10890         * src/plugins/pgpcore/Makefile.am
10891         * src/plugins/pgpmime/Makefile.am
10892                 Add gpgme libs
10893
10894 2005-07-17 [paul]       1.9.12cvs71
10895
10896         * configure.ac
10897                 add --disable-gnomeprint option
10898                 modified version of patch by Marius Mauch
10899
10900 2005-07-17 [paul]       1.9.12cvs70
10901
10902         * src/common/defs.h
10903                 update urls
10904         * src/account.c
10905         * src/action.c
10906         * src/addressbook.c
10907         * src/compose.c
10908         * src/foldersel.c
10909         * src/folderview.c
10910         * src/html.c
10911         * src/imap_gtk.c
10912         * src/main.c
10913         * src/mainwindow.c
10914         * src/messageview.c
10915         * src/mh_gtk.c
10916         * src/mimeview.c
10917         * src/news_gtk.c
10918         * src/prefs_account.c
10919         * src/prefs_send.c
10920         * src/prefs_summaries.c
10921         * src/procmsg.c
10922         * src/summaryview.c
10923         * src/common/utils.c
10924         * src/common/xml.c
10925         * src/plugins/pgpcore/passphrase.c
10926         * src/plugins/pgpcore/select-keys.c
10927                 replace inappropriately used backticks
10928                 with single quotes
10929
10930 2005-07-16 [colin]      1.9.12cvs69
10931
10932         * src/image_viewer.c
10933                 Add extra paranoid checks
10934
10935 2005-07-16 [colin]      1.9.12cvs68
10936
10937         * src/plugins/pgpcore/prefs_gpg.c
10938                 Don't auto-check sigs by default, as it
10939                 can be really slow.
10940
10941 2005-07-16 [colin]      1.9.12cvs67
10942
10943         * src/plugins/pgpcore/sgpgme.c
10944                 Make messages a bit better.
10945
10946 2005-07-16 [colin]      1.9.12cvs66
10947
10948         * src/imap.c
10949                 Remove pseudo-log
10950         * src/etpan/imap-thread.c
10951                 Add real log
10952
10953 2005-07-16 [colin]      1.9.12cvs65
10954
10955         * src/main.c
10956         * src/prefs_other.c
10957                 And now, fix build with libetpan :-/
10958
10959 2005-07-15 [colin]      1.9.12cvs64
10960
10961         * src/prefs_other.c
10962                 Continue fixing build without libetpan.
10963
10964 2005-07-15 [colin]      1.9.12cvs63
10965
10966         * src/main.c
10967                 Fix build with --disable-libetpan
10968
10969 2005-07-15 [colin]      1.9.12cvs62
10970
10971         * configure.ac
10972                 Bump libetpan's version
10973
10974 2005-07-15 [colin]      1.9.12cvs61
10975
10976         * src/etpan/imap-thread.c
10977                 Actually stop logging :)
10978
10979 2005-07-15 [colin]      1.9.12cvs60
10980
10981         * src/addressbook.c
10982                 Fix dnd of multiple addresses.
10983
10984 2005-07-15 [hoa]        1.9.12cvs59
10985
10986         * src/etpan/imap-thread.c
10987             disable login of IMAP password in libetpan log file.
10988
10989 2005-07-15 [paul]       1.9.12cvs58
10990
10991         * src/account.c
10992                 don't automatically sort
10993                 do allow drag n drop
10994
10995 2005-07-15 [paul]       1.9.12cvs57
10996
10997         * src/account.c
10998         * src/ssl_manager.c
10999                 alphabetical listing
11000
11001 2005-07-15 [paul]       1.9.12cvs56
11002
11003         * src/gtk/pluginwindow.c
11004                 sort plugin list alphabetically
11005
11006 2005-07-15 [paul]       1.9.12cvs55
11007
11008         * src/prefs_spelling.c
11009         * src/prefs_wrapping.c
11010                 unify English usage
11011
11012 2005-07-15 [colin]      1.9.12cvs54
11013
11014         * src/wizard.c
11015                 Typo fix
11016
11017 2005-07-15 [paul]       1.9.12cvs53
11018
11019         * src/prefs_message.c
11020                 make 'show cursor' a hidden option
11021
11022 2005-07-14 [colin]      1.9.12cvs52
11023
11024         * src/plugins/spamassassin/Makefile.am
11025         * src/plugins/clamav/Makefile.am
11026                 Fix double EXTRA_DISTs
11027
11028 2005-07-14 [colin]      1.9.12cvs51
11029
11030         * src/plugins/clamav/Makefile.am
11031         * src/plugins/clamav/clamav_plugin_gtk.deps
11032         * src/plugins/spamassassin/Makefile.am
11033         * src/plugins/spamassassin/spamassassin_gtk.deps
11034                 Make $plugin_gtk depend on $plugin
11035
11036 2005-07-14 [hoa]        1.9.12cvs50
11037
11038         * src/etpan/imap-thread.c
11039                 enable debug log of libetpan when running with --debug
11040
11041 2005-07-14 [colin]      1.9.12cvs49
11042
11043         * configure.ac
11044         * src/common/Makefile.am
11045         * src/common/plugin.c
11046         * src/common/plugin.h
11047                 Add a little plugin dependancy system.
11048                 Plugins can ship a $plugin_name.deps file
11049                 (near them in PLUGINDIR) so that their
11050                 dependancies are loaded if possible.
11051         * src/plugins/Makefile.am
11052         * src/plugins/pgpcore/Makefile.am
11053         * src/plugins/pgpcore/passphrase.c
11054         * src/plugins/pgpcore/passphrase.h
11055         * src/plugins/pgpcore/plugin.c
11056         * src/plugins/pgpcore/prefs_gpg.c
11057         * src/plugins/pgpcore/prefs_gpg.h
11058         * src/plugins/pgpcore/select-keys.c
11059         * src/plugins/pgpcore/select-keys.h
11060         * src/plugins/pgpcore/sgpgme.c
11061         * src/plugins/pgpcore/sgpgme.h
11062                 Introduce pgpcore, used by pgpmime and
11063                 pgpinline
11064         * src/plugins/pgpmime/Makefile.am
11065         * src/plugins/pgpmime/passphrase.c
11066         * src/plugins/pgpmime/passphrase.h
11067         * src/plugins/pgpmime/pgpmime.c
11068         * src/plugins/pgpmime/pgpmime.deps
11069         * src/plugins/pgpmime/plugin.c
11070         * src/plugins/pgpmime/prefs_gpg.c
11071         * src/plugins/pgpmime/prefs_gpg.h
11072         * src/plugins/pgpmime/select-keys.c
11073         * src/plugins/pgpmime/select-keys.h
11074         * src/plugins/pgpmime/sgpgme.c
11075         * src/plugins/pgpmime/sgpgme.h
11076                 Remove the core from pgpmime and add the
11077                 dependancy to pgpcore.
11078
11079 2005-07-14 [paul]       1.9.12cvs48
11080
11081         * src/stock_pixmap.c
11082                 forgot this in last commit
11083
11084 2005-07-14 [paul]       1.9.12cvs47
11085
11086         * src/account.c
11087         * src/addressbook.c
11088                 add accelerators for the buttons (sync with main)
11089         * src/compose.c
11090         * src/compose.h
11091                 add accelerators for the buttons.
11092                 fix editing with external editor.
11093                 replace gdk_input_*() with GIOChannel;
11094                 (sync with main)
11095         * src/foldersel.c
11096                 display folder names with new/unread
11097                 representation (sync with main)
11098         * src/main.c
11099                 specify default window icon (sync with main)
11100         * src/prefs_common.c
11101                 use_addr_book default to FALSE
11102         * src/summaryview.c
11103         * src/textview.c
11104                 add accelerators for the buttons (sync with main)
11105         * src/gtk/menu.c
11106                 fix typos
11107         * src/pixmaps/sylpheed_icon.xpm
11108                 updated
11109
11110 2005-07-13 [paul]       1.9.12cvs46
11111
11112         * src/plugins/pgpmime/pgpmime.c
11113         * src/plugins/pgpmime/sgpgme.c
11114                 (temporarily) use deprecated gpgme_data_rewind()
11115                 while largefile support is not present
11116                 (as suggested by Colin)
11117
11118 2005-07-13 [paul]       1.9.12cvs45
11119
11120         * configure.ac
11121                 remove large file support (for now):
11122                 it breaks too many things
11123
11124 2005-07-13 [paul]       1.9.12cvs44
11125
11126         * configure.ac
11127                 add large file support
11128         * src/html.c
11129                 fix bug #763 where href attribute was not
11130                 the very first attribute of a link
11131                 patch by Thomas Gilgin
11132
11133 2005-07-13 [colin]      1.9.12cvs43
11134
11135         * src/gtk/pluginwindow.c
11136                 Little portability fix
11137
11138 2005-07-13 [colin]      1.9.12cvs42
11139
11140         * src/plugins/pgpmime/sgpgme.c
11141                 Fix crasher.
11142
11143 2005-07-13 [colin]      1.9.12cvs41
11144
11145         * src/plugins/pgpmime/pgpmime.c
11146         * src/plugins/pgpmime/sgpgme.c
11147                 Use gpgme_data_release_and_get_mem instead
11148                 of gpgme_data_read.
11149
11150 2005-07-13 [colin]      1.9.12cvs40
11151
11152         * configure.ac
11153         * src/plugins/pgpmime/passphrase.c
11154         * src/plugins/pgpmime/passphrase.h
11155         * src/plugins/pgpmime/pgpmime.c
11156         * src/plugins/pgpmime/plugin.c
11157         * src/plugins/pgpmime/select-keys.c
11158         * src/plugins/pgpmime/select-keys.h
11159         * src/plugins/pgpmime/sgpgme.c
11160         * src/plugins/pgpmime/sgpgme.h
11161                 Port pgpmime to gpgme-1.0.
11162
11163 2005-07-12 [paul]       1.9.12cvs39
11164
11165         * AUTHORS
11166         * src/toolbar.c
11167         * src/toolbar.h
11168                 add a 'Go to Prev' button to the toolbar.
11169                 correct tooltip text of go to buttons.
11170                 based on patch by Yang Guilong <bamanzi@gmail.com>
11171
11172 2005-07-12 [colin]      1.9.12cvs38
11173
11174         * src/statusbar.c
11175                 Fix progress bar showing stuff at startup.
11176
11177 2005-07-12 [paul]       1.9.12cvs37
11178
11179         * src/editjpilot.c
11180                 fix building with jpilot support
11181
11182 2005-07-11 [colin]      1.9.12cvs36
11183
11184         * src/inc.c
11185                 Add visual indication that filtering is running
11186         * src/textview.c
11187                 Make {}[] uri delimiters
11188         * src/summaryview.c
11189                 Remove useless (and slow) calls
11190
11191 2005-07-11 [paul]       1.9.12cvs35
11192
11193         * src/plugins/clamav/clamav_plugin_gtk.c
11194         * src/plugins/dillo_viewer/dillo_prefs.c
11195         * src/plugins/pgpmime/prefs_gpg.c
11196         * src/plugins/spamassassin/spamassassin_gtk.c
11197                 gather plugins prefs together under their
11198                 own 'Plugins' heading
11199
11200 2005-07-11 [paul]       1.9.12cvs34
11201
11202         sync with main
11203
11204         * src/account.c
11205                 account_delete(): modified alert dialog
11206         * src/editjpilot.c
11207         * src/editvcard.c
11208                 fixed a crash when cancelling file selection
11209                 dialog by Escape key. Made non-ascii filename
11210                 selectable.
11211         * src/prefs_template.c
11212                 prefs_template_window_create(): make scrolled
11213                 window policy AUTOMATIC
11214
11215 2005-07-10 [hoa]        1.9.12cvs33
11216
11217         * src/etpan/imap-thread.c
11218                 workaround for old Courier IMAP servers.
11219
11220 2005-07-10 [colin]      1.9.12cvs32
11221
11222         * src/folder.c
11223         * src/statusbar.c
11224         * src/statusbar.h
11225                 Add visual progress indicator on filtering/processing
11226                 Factorize the progress bar code
11227         * src/imap.c
11228         * src/imap.h
11229         * src/etpan/imap-thread.c
11230                 Add a reference counter to avoid destroying the Folder
11231                 while it's in use by another callback.
11232
11233 2005-07-09 [hoa]        1.9.12cvs31
11234
11235         * src/imap.c
11236         * src/etpan/imap-thread.c
11237                 fixed deadlock when removing IMAP account.
11238
11239 2005-07-08 [colin]      1.9.12cvs30
11240
11241         * src/textview.c
11242         * src/unmime.c
11243                 Fix again problems decoding broken headers
11244         * src/gtk/inputdialog.c
11245                 Fix local variable shadowing a global one
11246
11247 2005-07-08 [colin]      1.9.12cvs29
11248
11249         * src/msgcache.c
11250                 Make the cache/mark files platform-agnostic by writing
11251                 them in little-endian format. Reading them is also done
11252                 in little-endian format, of course; however, in order
11253                 to avoid trashing mark data on big-endian machines, the
11254                 files are, at first, read from the native format if the
11255                 little-endian one doesn't exist. This is easy to deter-
11256                 mine by trying to open a file with a swapped data_ver
11257                 and seeing if it's the wanted version.
11258                 Little-endian using users should see absolutely no
11259                 difference, Big-endian users may get a very little
11260                 performance drop due to byte-swapping.
11261                 Tested on i386 and ppc32. 
11262                 Fixes bug #159 (The index file, in the mailboxes, is 
11263                 hardware depending).
11264
11265                 To have the cache/mark files updated to the new little-
11266                 endian format, "Check for new messages" or even
11267                 "Rebuild folder tree" aren't enough. Files will be
11268                 updated as soon as a folder has been opened/closed.
11269                 To update everything, just select all folders by
11270                 selecting them one by one.
11271
11272 2005-07-07 [colin]      1.9.12cvs28
11273
11274         * src/imap.c
11275                 Remember the folder separator per IMAPFolder
11276                 instead of globally.
11277                 Revive the Session on noop; fixes bug #761
11278                 (mark a bunch of unread messages as read takes 
11279                 forever)
11280
11281 2005-07-07 [darko]      1.9.12cvs27
11282
11283         * src/common/template.c
11284                 Sort templates alphabetically
11285
11286 2005-07-06 [colin]      1.9.12cvs26
11287
11288         * src/imap.c
11289                 Try to use the correct separator in
11290                 most cases. Possibly fixes bug #759
11291                 (only creates the INBOX folder when 
11292                 setting up new IMAP account) and 
11293                 bug #760 (Can't retrieve messages)
11294
11295 2005-07-06 [colin]      1.9.12cvs25
11296
11297         * src/imap.c
11298                 Use real_path in status command. This will
11299                 help later, when namespaces will be used.
11300
11301 2005-07-06 [colin]      1.9.12cvs24
11302
11303         * configure.ac
11304         * src/account.c
11305         * src/folder.c
11306         * src/imap.c
11307         * src/etpan/etpan-log.c
11308         * src/etpan/etpan-thread-manager.c
11309         * src/etpan/imap-thread.c
11310                 Add a --disable-libetpan parameter. With this,
11311                 users that don't want IMAP4 support can avoid
11312                 the new dependancy (and have no IMAP support).
11313                 Users that have IMAP4 accounts and use this
11314                 parameter won't lose their configuration, their
11315                 IMAP accounts will just be invisible and not
11316                 used.
11317         * src/textview.c
11318                 Make the "Copy ..." contextual menu items 
11319                 copy to both the X clipboard and the gtk 
11320                 clipboard - as most other apps do.
11321         * src/gtk/about.c
11322                 Add a notice about OpenSSL usage, in order to
11323                 comply with OpenSSL's license (point 6):
11324                 http://www.openssl.org/source/license.html
11325
11326 2005-07-06 [colin]      1.9.12cvs23
11327
11328         * src/alertpanel.c
11329                 Fix a minimum size for alertpanels
11330         * src/compose.c
11331                 Show 'No space left on device' type errors
11332                 when queuing/sending
11333         * src/imap_gtk.c
11334         * src/mh_gtk.c
11335                 Rework folder's deletion message (remove 
11336                 extra \n)
11337
11338 2005-07-05 [colin]      1.9.12cvs22
11339
11340         * src/imap.c
11341                 Add an alertpanel on auth error
11342                 Add pseudo-log
11343                 Remove pthread-related stuff
11344
11345 2005-07-05 [colin]      1.9.12cvs21
11346
11347         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11348                 Fix crash on plugin reloading (with a hack)
11349
11350 2005-07-05 [colin]      1.9.12cvs20
11351
11352         * src/prefs_account.c
11353         * src/prefs_account.h
11354                 Fix typo
11355         * src/gtk/filesel.c
11356         * src/gtk/filesel.h
11357                 Add a way to filter the view
11358         * src/gtk/pluginwindow.c
11359                 Filter loadable stuff
11360         * src/plugins/pgpmime/prefs_gpg.c
11361                 Fix missing unregistration
11362         * .cvsignore
11363         * src/etpan/.cvsignore
11364         * src/plugins/spamassassin/.cvsignore
11365                 Add more stuff to cvs ignored files
11366
11367 2005-07-04 [colin]      1.9.12cvs19
11368
11369         * src/imap.c
11370                 Fix scan_required returning FALSE when it
11371                 shouldn't. Maybe fix #760 (Can't retrieve
11372                 messages)
11373
11374 2005-07-04 [colin]      1.9.12cvs18
11375
11376         * src/summaryview.c
11377                 Fix always_show_msg pref
11378
11379 2005-07-04 [paul]       1.9.12cvs17
11380
11381         sync with main (forgotten in last commit)
11382         
11383         * src/common/utils.c
11384         * src/common/utils.h
11385                 check_line_length(): new.
11386                 is_dir_exist()
11387                 is_file_entry_exist()
11388                 dirent_is_regular_file()
11389                 dirent_is_directory(): use g_file_test() instead of stat().
11390
11391 2005-07-04 [paul]       1.9.12cvs16
11392
11393         sync with main:
11394
11395         * src/compose.c
11396                 compose_write_to_file(): check for line
11397                 length limit and display warning if exceeds
11398         * src/jpilot.c
11399                 use get_home_dir() instead of g_get_home_dir()
11400         * src/procheader.c
11401                 removed warning about invalid date
11402         * src/vcard.c
11403                 use get_home_dir() instead of g_get_home_dir()
11404
11405 2005-07-04 [paul]       1.9.12cvs15
11406
11407         * src/stock_pixmap.c
11408                 fix new pixmap naming errors
11409                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
11410
11411 2005-07-04 [colin]      1.9.12cvs14
11412
11413         * src/imap.c
11414                 Fix debugging string with a warning
11415
11416 2005-07-04 [colin]      1.9.12cvs13
11417
11418         * configure.ac
11419                 Add a check for libetpan's version (>= 0.37)
11420
11421 2005-07-04 [hoa]        1.9.12cvs12
11422
11423         * commitHelper
11424         * src/imap.c
11425         * src/etpan/imap-thread.c
11426         * src/etpan/imap-thread.h
11427                 fixed IMAP implementation of check of mails.
11428
11429 2005-07-03 [hoa]        1.9.12cvs11
11430
11431         * src/etpan/Makefile.am
11432         * src/etpan/etpan-errors.h
11433         * src/etpan/etpan-log.[ch]
11434         * src/etpan/etpan-thread-manager-types.h
11435         * src/etpan/etpan-thread-manager.[ch]
11436         * src/etpan/imap-thread.[ch]
11437         * src/Makefile.am
11438         * src/imap.c
11439         * src/main.c
11440         * src/prefs_other.c
11441         * configure.ac
11442             merged imap branch.
11443             dependency on libetpan 0.37 is now added.
11444
11445 2005-07-01 [colin]      1.9.12cvs10
11446
11447         * src/Makefile.am
11448         * src/folder.c
11449         * src/folder.h
11450         * src/folderview.c
11451         * src/stock_pixmap.c
11452         * src/stock_pixmap.h
11453         * src/plugins/trayicon/trayicon.c
11454                 Add marked symbol on folders containing
11455                 marked messages
11456         * src/procmsg.c
11457         * src/procmsg.h
11458         * src/toolbar.c
11459         * src/prefs_common.c
11460         * src/prefs_common.h
11461         * src/prefs_send.c
11462                 Add an optional confirmation dialog on queue
11463                 sending. Patch by wwp.
11464         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
11465         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
11466         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
11467         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
11468         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
11469         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
11470         * src/pixmaps/inbox_mark.xpm            ** ADDED **
11471         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
11472         * src/pixmaps/outbox_mark.xpm           ** ADDED **
11473         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
11474         * src/pixmaps/trash_mark.xpm            ** ADDED **
11475                 New pixmaps
11476
11477 2005-07-01 [colin]      1.9.12cvs9
11478
11479         * src/summaryview.c
11480                 Fix a little threading bug
11481         * src/addrgather.c
11482         * src/mainwindow.c
11483                 A little bit of HIG normality never hurts
11484
11485 2005-07-01 [colin]      1.9.12cvs8
11486
11487         * src/compose.c
11488         * src/msgcache.c
11489         * src/pop.c
11490         * src/procmime.c
11491         * src/recv.c
11492         * src/common/log.c
11493         * src/common/template.c
11494         * src/common/utils.c
11495         * src/common/utils.h
11496                 Reverted the fwrite_atomic stuff. In fact
11497                 it is already atomic.
11498
11499 2005-06-30 [colin]      1.9.12cvs7
11500
11501         * src/common/utils.c
11502         * src/common/utils.h
11503                 Add an fwrite_atomic() function to make
11504                 sure we write everything: fwrite can make
11505                 short writes.
11506         * src/compose.c
11507         * src/msgcache.c
11508         * src/pop.c
11509         * src/procmime.c
11510         * src/recv.c
11511         * src/common/log.c
11512         * src/common/template.c
11513                 Use that (and fix swapping of size and nmemb).
11514                 Thanks to Rich Coe for the heads up.
11515
11516 2005-06-30 [colin]      1.9.12cvs6
11517
11518         * src/addressbook.c
11519                 Optimize addressbook opening 
11520
11521 2005-06-30 [colin]      1.9.12cvs5
11522
11523         * src/summaryview.c
11524                 Remove calls to summary_step after move/copy
11525
11526 2005-06-28 [paul]       1.9.12cvs4
11527
11528         * src/alertpanel.c
11529                 wrap and make the error msg selectable
11530
11531 2005-06-28 [paul]       1.9.12cvs3
11532
11533         * src/ssl_manager.c
11534                 replace the OK button with a Close button
11535         * src/gtk/foldersort.c
11536                 use GTK_STOCK_ icons/buttons
11537
11538 2005-06-28 [colin]      1.9.12cvs2
11539
11540         * src/gedit-print.c             ** ADDED **
11541         * src/gedit-print.h             ** ADDED **
11542         * src/gtk/gtksourceprintjob.c   ** ADDED **
11543         * src/gtk/gtksourceprintjob.h   ** ADDED **
11544                 I can't believe no one had enough time to tell
11545                 me I forgot the `cvs add`
11546
11547 2005-06-27 [colin]      1.9.12cvs1
11548
11549         * src/Makefile.am
11550         * src/gtk/Makefile.am
11551         * src/messageview.c
11552         * src/procmsg.c
11553         * src/summaryview.c
11554         * configure.ac
11555                 Add optional libgnomeprint-based printing
11556         * src/mainwindow.c
11557         * src/gtk/quicksearch.c
11558                 Add an Edit/Quick search menu item to show
11559                 and focus the quicksearch
11560
11561 2005-06-27 [paul]       1.9.12
11562
11563         1.9.12 release
11564
11565         * po/ca.po
11566         * po/de.po
11567         * po/es.po
11568         * po/fr.po
11569         * po/it.po
11570         * po/ko.po
11571         * po/pt_BR.po
11572         * po/sk.po
11573         * po/zh_CN.po
11574                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11575                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11576                 SungHyun Nam, Frederico Goncalves Guimaraes,
11577                 Andrej Kacian, and Yang Guilong
11578 2005-06-26 [colin]      1.9.11cvs106
11579
11580         * src/imap_gtk.c
11581                 Forgot one file for previous fix
11582
11583 2005-06-26 [colin]      1.9.11cvs105
11584
11585         * src/folder.c
11586         * src/imap.c
11587                 Fix problems with folder operations in no_select
11588                 imap folders. it applies only to mails, and 
11589                 creation/deletion/move/renaming of folders 
11590                 should be possible
11591
11592 2005-06-26 [paul]       1.9.11cvs104
11593
11594         * src/prefs_filtering.c
11595                 replace one more GTK_STOCK_REMOVE
11596                 with GTK_STOCK_DELETE
11597
11598 2005-06-25 [colin]      1.9.11cvs103
11599
11600         * src/imap.c
11601                 Optimize get_seq_set_from_seq_list
11602                 (Patch by Ricardo) 
11603
11604 2005-06-25 [colin]      1.9.11cvs102
11605
11606         * src/mh.c
11607                 If the directory exists, but not in the
11608                 correct encoding, rename it. This should
11609                 handle old-versions-induced bugs.
11610
11611 2005-06-25 [colin]      1.9.11cvs101
11612
11613         * src/mh.c
11614                 Fix path access with extended dir names
11615                 Fixes bug #589 (SC segfaults with wrong locale
11616                 settings)
11617
11618 2005-06-25 [colin]      1.9.11cvs100
11619
11620         * src/prefs_account.c
11621         * src/prefs_account.h
11622         * src/compose.c
11623                 Add an option to encrypt replies to
11624                 encrypted messages
11625
11626 2005-06-25 [colin]      1.9.11cvs99
11627
11628         * src/compose.c
11629         * src/quote_fmt_parse.y
11630                 ... And make it work with pgpinline.
11631
11632 2005-06-25 [colin]      1.9.11cvs98
11633
11634         * src/compose.c
11635         * src/procmime.c
11636         * src/procmime.h
11637         * src/quote_fmt_parse.y
11638                 o Make reedition of encrypted messages possible
11639                   (as long as it is encrypted to self too, no
11640                    magic there)
11641                 o Make replying with quote (and without selecting
11642                   text) possible for encrypted messages.
11643                 Closes bug #550 (Not possible to "reply with quote"
11644                 to gnupg encrypted messages)
11645
11646 2005-06-24 [paul]       1.9.11cvs97
11647
11648         * src/imap.c
11649                 add missing include
11650
11651 2005-06-24 [paul]       1.9.11cvs96
11652
11653         * src/editldap.c
11654                 made bind password entry invisible
11655                 (sync with main)
11656         * src/send_message.c
11657                 send_message_local(): check exit status
11658                 to detect errors (sync with main)
11659         * src/textview.c
11660                 use main's less ambiguous popup menu
11661                 wording
11662
11663 2005-06-24 [paul]       1.9.11cvs95
11664
11665         * src/prefs_actions.c
11666         * src/prefs_customheader.c
11667         * src/prefs_display_header.c
11668         * src/prefs_filtering_action.c
11669         * src/prefs_matcher.c
11670         * src/prefs_template.c
11671         * src/prefs_toolbar.c
11672                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11673         * src/gtk/description_window.c
11674                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11675
11676 2005-06-23 [colin]      1.9.11cvs94
11677
11678         * src/summaryview.c
11679                 Fix rough edges (be sure to call status_show whenever
11680                 necessary).
11681
11682 2005-06-23 [colin]      1.9.11cvs93
11683
11684         * src/summaryview.c
11685                 Optimize Select All
11686                 Before, in a 5K mails folder: 11s
11687                 After, in the same folder: 58000µs
11688                 The joys of locking... gtk_clist_select_all() fires a 
11689                 tree-select-row event for each selected row, which in 
11690                 summaryview, callbacks summary_selected which in turn,
11691                 calls summary_status_show, which walks the selected
11692                 rows. Hence, calling gtk_clist_select_all was 
11693                 exponential. Locking the summaryview makes 
11694                 summary_selected return early.
11695
11696 2005-06-23 [colin]      1.9.11cvs92
11697
11698         * src/imap.c
11699                 Move mutex at the important place to avoid
11700                 deadlocks
11701         * src/summaryview.c
11702                 Fix Del key deleting directly instead of
11703                 moving to trash
11704
11705 2005-06-22 [colin]      1.9.11cvs91
11706
11707         * src/plugins/spamassassin/libspamc.c
11708                 As we do spagetti code with assignations in multiple
11709                 places (see _message_read_raw where out = msg = raw),
11710                 let's be sure we don't free the same pointer twice.
11711                 Should fix bug #683 (Crash in libpam at 
11712                 message_cleanup).
11713
11714 2005-06-22 [colin]      1.9.11cvs90
11715
11716         * src/compose.c
11717         * src/messageview.c
11718         * src/toolbar.c
11719                 Make toolbar's delete use the move to trash stuff;
11720                 Add gtk_widget_realize to be sure pixmaps can get
11721                 created (that may fix an old worksforme bug which
11722                 I can't find back...)
11723
11724 2005-06-22 [colin]      1.9.11cvs89
11725
11726         * src/summaryview.c
11727         * src/summaryview.h
11728         * src/mainwindow.c
11729                 Rename "Message/Delete" to "Message/Move to trash"
11730                 Add "Message/Delete..." that directly destroys the
11731                 selected messages after asking for a confirmation.
11732
11733 2005-06-22 [colin]      1.9.11cvs88
11734
11735         * src/imap.c
11736                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
11737                 o Fix a deadlock (thanks Darko)
11738
11739 2005-06-22 [colin]      1.9.11cvs87
11740
11741         * src/gtk/foldersort.c
11742                 Add missing include for the i18n;
11743                 patch by Fabien Vantard
11744
11745 2005-06-21 [colin]      1.9.11cvs86
11746
11747         * src/folder.c
11748         * src/folderview.c
11749                 Respect the no_select flag
11750         * src/imap.c
11751                 Fix recursive deletion
11752         * src/imap_gtk.c
11753         * src/mh_gtk.c
11754                 Make the folder deletion's warning
11755                 more explicit
11756
11757 2005-06-21 [colin]      1.9.11cvs85
11758
11759         * src/textview.c
11760                 Prevent email addresses from spanning accross
11761                 lines - fixes bug # 646 (newline-chars in 
11762                 email addresses)
11763
11764 2005-06-20 [colin]      1.9.11cvs84
11765
11766         * src/folder.c
11767                 Be sure not to remove source if copy failed
11768
11769 2005-06-20 [colin]      1.9.11cvs83
11770
11771         * src/folderview.c
11772         * src/imap_gtk.c
11773                 remove summaryview's lock
11774         * src/imap.c
11775                 introduce threads to avoid problems when foreground tasks
11776                 interfere with background tasks
11777         * src/mh.c
11778                 prevent moving to drafts/queue
11779         * src/mimeview.c
11780                 fix leak
11781
11782 2005-06-19 [colin]      1.9.11cvs82
11783
11784         * src/imap_gtk.c
11785                 Remember that the user doesn't want to override
11786                 offline mode, for 3 seconds. It avoid presenting
11787                 him with N popups in a really short time.
11788
11789 2005-06-17 [colin]      1.9.11cvs81
11790
11791         * src/imap.c
11792                 Fix IMAP breaking on folders containing '('
11793                 (Probably won't be enough)
11794
11795 2005-06-17 [colin]      1.9.11cvs80
11796
11797         Forgotten files on 1.9.11cvs79
11798         * src/summaryview.c
11799                 Fix stepping when not immediately executing
11800         * src/imap.c
11801                 Really prevent UID FETCH 0
11802         * src/codeconv.c
11803                 Fix outgoing charset never set to utf-8
11804         * src/mh.c
11805                 Fix leak
11806
11807 2005-06-16 [colin]      1.9.11cvs79
11808
11809         * src/compose.c
11810                 Fix bug #707 (Dash splits rows)
11811                 Only wrap if we're on a line break position and
11812                 the previous one was a "white" (space) char.
11813                 Pango stuff is weird.
11814
11815 2005-06-16 [colin]      1.9.11cvs78
11816
11817         * src/imap_gtk.c
11818                 Lock summaryview while downloading messages
11819                 on user demand
11820         * src/procheader.c
11821         * src/unmime.c
11822         * src/common/utils.c
11823         * src/common/utils.h
11824                 Replace \r and \n with spaces in From and
11825                 Subject headers
11826
11827 2005-06-16 [paul]       1.9.11cvs77
11828
11829         * src/procmime.c
11830                 liberalise the mime parser
11831         * src/gtk/about.c
11832                 add text wrapping
11833
11834 2005-06-16 [paul]       1.9.11cvs76
11835
11836         * src/gtk/about.c
11837                 reworked
11838
11839 2005-06-15 [colin]      1.9.11cvs75
11840
11841         * src/compose.c
11842                 Finish header encoding fix
11843         * src/summaryview.c
11844                 Fix segfault
11845         * src/headerview.c
11846                 Fix compilation (Thanks Stephan
11847                 Sachse)
11848
11849 2005-06-15 [colin]      1.9.11cvs74
11850
11851         * Makefile.am
11852                 Install gnome2 stuff rather than gnome1, 
11853                 if both are present
11854         * src/codeconv.c
11855         * src/codeconv.h
11856         * src/compose.c
11857                 Fix headers encoding
11858         * src/folder.c
11859                 Visual progress when fetching all messages
11860         * src/folderview.c
11861         * src/summaryview.c
11862         * src/summaryview.h
11863                 Prevent changing current message while
11864                 incorporating
11865
11866 2005-06-15 [paul]       1.9.11cvs73
11867
11868         * src/gtk/gtkaspell.c
11869         * src/gtk/gtkaspell.h
11870                 fix build warnings
11871
11872 2005-06-15 [paul]       1.9.11cvs72
11873
11874         * src/prefs_filtering.c
11875                 allow reordering of filter rules by
11876                 drag n drop
11877
11878 2005-06-15 [paul]       1.9.11cvs71
11879
11880         * COPYING
11881                 updated
11882         * src/codeconv.c
11883                 replace deprecated function
11884         * src/inc.c
11885         * src/send_message.c
11886         * src/gtk/progressdialog.c
11887         * src/gtk/progressdialog.h
11888                 salvage and reuse parts of reverted sync
11889
11890 2005-06-15 [paul]       1.9.11cvs70
11891
11892         * src/inc.c
11893         * src/send_message.c
11894         * src/gtk/progressdialog.c
11895         * src/gtk/progressdialog.h
11896                 revert yesterday's sync with main
11897                 it contains deprecated functions
11898
11899 2005-06-15 [colin]      1.9.11cvs69
11900
11901         * src/headerview.c
11902                 Fix bug #670 (multi user to: will corrupt message 
11903                 headers display)
11904
11905 2005-06-15 [colin]      1.9.11cvs68
11906
11907         * src/compose.c
11908                 Fix bug #421 (Fix undo on wrapping)
11909
11910 2005-06-15 [colin]      1.9.11cvs67
11911
11912         * src/folder.c
11913                 Provide visual feedback while processing
11914                 folder's rules.
11915         * src/imap.c
11916                 Provide visual feedback while getting
11917                 short headers (for uncached messages)
11918
11919
11920 2005-06-14 [paul]       1.9.11cvs66
11921
11922         * src/account.c
11923                 change a couple stock icons
11924         * src/inc.c
11925         * src/send_message.c
11926         * src/gtk/progressdialog.c
11927         * src/gtk/progressdialog.h
11928                 sync main's GtkTreeView implementation
11929
11930 2005-06-14 [colin]      1.9.11cvs65
11931
11932         * src/imap.c
11933                 Various little fixes, mainly on error paths
11934
11935 2005-06-13 [colin]      1.9.11cvs64
11936
11937         * matcher.c
11938         * procmsg.c
11939         * procmsg.h
11940                 Add a way to fetch only headers. This speeds
11941                 up filtering on headers for IMAP. Fixes:
11942                 bug #481 extraneous imap commands slow down 
11943                         imap filtering
11944                 bug #522 Sylpheed downloads all messages 
11945                         when opening mailbox (IMAP)
11946                 bug #677 IMAP fetch is soooooooooooooo slow
11947         * src/folder.c
11948         * src/folder.h
11949                 Add a folder set_batch method so that
11950                 implementations can speed up flags changes
11951         * src/folderutils.c
11952         * src/summaryview.c
11953                 Use that in mark as (un)read and mark all read
11954                 Refix bug #679
11955         * src/imap.c
11956                 Implement set_batch - brings back deferred
11957                 flags in a less buggy manner. Fixes:
11958                 bug #729 IMAP immediate expunge of deleted messages
11959                 bug #191 remove list of messages with one command
11960                 Fix login with strange chars
11961                 Implement fetch_msg_full
11962                 Fix copy (wrong counts)
11963
11964 2005-06-12 [colin]      1.9.11cvs63
11965
11966         * src/folder.c
11967                 lock incorporation during long operations.
11968                 Avoids fucking up the IMAP socket.
11969
11970 2005-06-12 [colin]      1.9.11cvs62
11971
11972         * src/imap.c
11973                 Fix harmful typo
11974                 Factorize remove_all_msg
11975                 Thread-ize expunge
11976         * src/summaryview.c
11977                 Don't update partial-download status if unnecessary
11978         * src/folder.c
11979                 Use remove_msgs everywhere possible
11980
11981 2005-06-12 [colin]      1.9.11cvs61
11982
11983         * src/folder.c
11984         * src/folder.h
11985                 Add a remove_msgs function to remove a 
11986                 list of messages
11987         * src/imap.c
11988                 Implement that.
11989
11990 2005-06-12 [colin]      1.9.11cvs60
11991
11992         * src/imap.c
11993                 Remove flags-processing deferring... Too hard
11994                 to get it to work in all cases.
11995
11996 2005-06-11 [colin]      1.9.11cvs59
11997
11998         * src/imap.c
11999                 printf -> debug_print
12000
12001 2005-06-11 [colin]      1.9.11cvs58
12002
12003         * src/imap.c
12004                 o Fix build without USE_PTHREAD
12005                 o Factorize imap_open
12006                 o Alertpanel in case of impossible connection
12007                 o Alertpanel in case of impossible login
12008                 o Fix deferred flags processing to force a 
12009                   flush before adding some more flags to process,
12010                   but in another folder.
12011
12012 2005-06-10 [colin]      1.9.11cvs57
12013
12014         * src/imap.c
12015                 o Fix a format string error
12016                 o init ssl socket outside of the thread 
12017                   (it possibly invokes gtk calls)
12018         * src/procmime.c
12019                 o Put back the buffer to its necessary size
12020                 o Fix changing a file pointer without keeping
12021                   track of it (thanks Valgrind)
12022         * src/common/smtp.c
12023                 o Fix automatic STARTTLS if login should be done
12024                   and the server only allows it after starting TLS
12025         * src/gtk/gtkinputdialog.c
12026                 o Eat GDK_Return so that the combo popup doesn't 
12027                   appear when we press Enter to validate the combo
12028                   input dialog (as seen in the Open with... dialog)
12029
12030 2005-06-10 [colin]      1.9.11cvs56
12031
12032         * src/imap.c
12033                 o A bit less debug
12034                 o Fix a crash on deletion
12035                 o Threadize imap_select (it's called outside of 
12036                   threads)
12037                 o Defer treatment of DELETED flags
12038
12039
12040 2005-06-09 [colin]      1.9.11cvs55
12041
12042         * src/imap.c
12043                 Make sure we check imap_gtk_should_override(), which
12044                 potentially calls gtk stuff, before creating thread.
12045                 That way it should't be called via imap_get_session()
12046                 inside a thread.
12047
12048 2005-06-09 [colin]      1.9.11cvs54
12049
12050         * src/imap.c
12051                 o add a bit of status output
12052                 o remove some dead code
12053                 o threadize get_list_of_uids
12054                 o threadize imap_get_flags
12055                 o defer flag changing by 500ms so that they
12056                   can be batched
12057
12058
12059 2005-06-08 [colin]      1.9.11cvs53
12060
12061         * src/imap.c
12062                 Thread-ize imap_cmd_fetch
12063
12064 2005-06-08 [colin]      1.9.11cvs52
12065
12066         * src/main.c
12067                 Mmh, that broke POP3...
12068
12069 2005-06-08 [colin]      1.9.11cvs51
12070
12071         * src/main.c
12072                 Stabilize IMAP patch (thanks to Hoa)
12073
12074 2005-06-08 [colin]      1.9.11cvs50
12075
12076         * src/imap.c
12077                 Test patch to speed up imap. 
12078
12079 2005-06-08 [colin]      1.9.11cvs49
12080
12081         * src/imap_gtk.c
12082                 Warning fix
12083         * src/procmime.c
12084                 Apply patch from gentoo to use /usr/share/mime/globs if 
12085                 available, after un-breaking it
12086         * src/common/log.c
12087         * src/common/log.h
12088                 Use g_timeout for invoking hooks that possibly use gtk
12089                 calls. This should leave gtk calls in the main thread.
12090
12091 2005-06-08 [paul]       1.9.11cvs48
12092
12093         * src/codeconv.c
12094                 conv_get_outgoing_charset_str(): don't
12095                 use prefs_common setting
12096         * src/compose.c
12097         * src/compose.h
12098                 add /Options/Character encoding/... to
12099                 temporarily change the outgoing encoding
12100
12101         (belated sync with main)
12102
12103 2005-06-08 [paul]       1.9.11cvs47
12104
12105         * src/compose.c
12106                 correction to/completion of last
12107                 sync with main
12108
12109 2005-06-08 [paul]       1.9.11cvs46
12110
12111         sync with main:
12112         
12113         * src/codeconv.c
12114         * src/codeconv.h
12115                 always enabled Japanese auto-detection
12116                 if the first letters of locale string
12117                 is "ja"
12118         * src/compose.c
12119                 don't use "destroy" signal to destroy
12120                 Compose object (fix rare crashes on discard?)
12121         * src/mainwindow.c
12122         * src/messageview.c
12123         * src/prefs_send.c
12124                 added Hebrew encodings
12125         * src/sourcewindow.c
12126                 don't use "destroy" signal to destroy
12127                 objects
12128
12129 2005-06-07 [colin]      1.9.11cvs45
12130
12131         * src/summaryview.c
12132                 Add missing unlocks/locks
12133
12134 2005-06-07 [paul]       1.9.11cvs44
12135
12136         * src/summaryview.c
12137                 restore bug #749 fix
12138
12139 2005-06-06 [colin]      1.9.11cvs43
12140
12141         * src/summaryview.c
12142                 Fix selection bug when prefs_common.open_unread 
12143                 is FALSE
12144
12145 2005-06-06 [colin]      1.9.11cvs42
12146
12147         * src/common/md5.c
12148                 Fix a warning
12149         * src/summaryview.c
12150         * src/folderview.c
12151                 Factorize long operations beginning and end
12152                 (locking, freezing/thawing, cursor, ...)
12153                 Check selection->data member in selection-
12154                 related loops; this avoids dying an awful
12155                 death if the selection changes on us while
12156                 we're marking a whole IMAP folder unread, 
12157                 for example.
12158
12159 2005-06-06 [paul]       1.9.11cvs41
12160
12161         * src/textview.c
12162                 don't g_free() a static gchar buffer
12163
12164 2005-06-05 [colin]      1.9.11cvs40
12165
12166         * src/mainwindow.c
12167         * src/messageview.c
12168         * src/summaryview.c
12169                 Fix bug #749 (Show all headers should be
12170                 sticky as the GUI suggests)
12171
12172 2005-06-03 [paul]       1.9.11cvs39
12173
12174         * src/compose.c
12175                 don't allow editing of mail while sending.
12176                 patch by Colin
12177
12178 2005-06-03 [paul]       1.9.11cvs38
12179
12180         * src/folderview.c
12181                 add a freeze/thaw to speed up 'mark all read'
12182
12183 2005-06-03 [paul]       1.9.11cvs37
12184
12185         * src/prefs_message.c
12186                 reflect changes immediately
12187
12188 2005-06-02 [colin]      1.9.11cvs36
12189
12190         * po/POTFILES.in
12191                 Patch by Fabien Vantard.
12192
12193 2005-06-02 [colin]      1.9.11cvs35
12194
12195         * src/imap.c
12196                 Use a non-blocking imap_getline() if possible.
12197                 This should completely prevent the interface
12198                 from freezin on imap operations, although it
12199                 may do strange stuff in case of folder switching
12200                 while a big imap operation is taking place...
12201
12202                 In addition, fix a leak in the case thread
12203                 creation fails on connection.
12204
12205 2005-06-02 [colin]      1.9.11cvs34
12206
12207         * src/crash.c
12208         * src/prefs_common.h
12209                 Fix build (prefs_common_init() doesn't exist
12210                 anymore)
12211
12212 2005-06-02 [colin]      1.9.11cvs33
12213
12214         * src/prefs_account.c
12215                 Fix bug #245 (filtering rules broken when
12216                 renaming a remote account (imap4 or nntp)
12217
12218 2005-06-02 [colin]      1.9.11cvs32
12219
12220         * src/imap.c
12221                 Try to fix IMAP shortcomings: 
12222                 o Multithread imap_open()
12223                 o allow offline-mode overriding instead of
12224                   just returning NULL
12225         * src/imap_gtk.c
12226         * src/imap_gtk.h
12227                 Add a function to ask whether we want to
12228                 override offline-mode for 10 minutes (one-shot
12229                 asking was painful)
12230         * src/procheader.c
12231                 Fix segfault when imap parser isn't happy about
12232                 a missing {
12233
12234 2005-06-01 [colin]      1.9.11cvs31
12235
12236         * src/addrharvest.c
12237         * src/compose.c
12238         * src/mbox.c
12239         * src/mbox.h
12240         * src/mh.c
12241         * src/msgcache.c
12242         * src/send_message.c
12243         * src/setup.c
12244         * src/undo.c
12245         * src/common/hooks.c
12246         * src/common/prefs.c
12247         * src/common/template.c
12248         * src/common/utils.c
12249         * src/gtk/gtkutils.c
12250         * src/gtk/inputdialog.c
12251         * src/gtk/menu.c
12252         * src/gtk/pluginwindow.c
12253         * src/gtk/prefswindow.c
12254         * src/plugins/pgpmime/passphrase.c
12255         * src/plugins/pgpmime/prefs_gpg.c
12256                 More -Wall fixes
12257
12258         * src/common/Makefile.am
12259         * src/common/timing.h
12260                 Add basic timing code
12261
12262         * src/summaryview.c
12263                 Fix a bug with unread messages when 
12264                 re-sorting folders, and by the way
12265                 fix a big performance hit when 
12266                 re-sorting (10k mails: before 5s,
12267                 after .5s)
12268
12269         * src/prefs_compose_writing.c
12270         * src/prefs_compose_writing.h
12271         * src/prefs_message.c
12272         * src/prefs_message.h
12273         * src/prefs_other.c
12274         * src/prefs_other.h
12275         * src/prefs_quote.c
12276         * src/prefs_quote.h
12277         * src/prefs_receive.c
12278         * src/prefs_receive.h
12279         * src/prefs_send.c
12280         * src/prefs_send.h
12281         * src/prefs_summaries.c
12282         * src/prefs_summaries.h
12283                 Fix copyright banner
12284
12285 2005-06-01 [paul]       1.9.11cvs30
12286
12287         * po/fi.po
12288                 updated by Flammie Pirinen
12289         * src/procmime.c
12290                 fix 'Bad BASE64 content' output
12291
12292 2005-05-31 [colin]      1.9.11cvs29
12293
12294         * src/procmime.c
12295                 Oops, where did my hunk go.
12296
12297 2005-05-31 [colin]      1.9.11cvs28
12298
12299         * src/Makefile.am
12300         * src/account.c
12301         * src/action.c
12302         * src/addr_compl.c
12303         * src/addressbook.c
12304         * src/codeconv.c
12305         * src/compose.c
12306         * src/export.c
12307         * src/folder.c
12308         * src/folderview.c
12309         * src/image_viewer.c
12310         * src/main.c
12311         * src/mainwindow.c
12312         * src/messageview.c
12313         * src/mimeview.c
12314         * src/msgcache.c
12315         * src/prefs_account.c
12316         * src/prefs_actions.c
12317         * src/prefs_common.c
12318         * src/prefs_compose_writing.c
12319         * src/prefs_customheader.c
12320         * src/prefs_ext_prog.c
12321         * src/prefs_filtering.c
12322         * src/prefs_filtering_action.c
12323         * src/prefs_fonts.c
12324         * src/prefs_image_viewer.c
12325         * src/prefs_message.c
12326         * src/prefs_message.h
12327         * src/prefs_msg_colors.c
12328         * src/prefs_other.c
12329         * src/prefs_other.h
12330         * src/prefs_quote.c
12331         * src/prefs_receive.c
12332         * src/prefs_receive.h
12333         * src/prefs_send.c
12334         * src/prefs_send.h
12335         * src/prefs_spelling.c
12336         * src/prefs_summaries.c
12337         * src/prefs_summary_column.c
12338         * src/prefs_template.c
12339         * src/prefs_themes.c
12340         * src/prefs_toolbar.c
12341         * src/prefs_wrapping.c
12342         * src/procmime.c
12343         * src/procmsg.c
12344         * src/send_message.h
12345         * src/ssl_manager.c
12346         * src/summary_search.c
12347         * src/summaryview.c
12348         * src/textview.c
12349         * src/wizard.c
12350         * src/common/smtp.c
12351         * src/common/smtp.h
12352         * src/gtk/gtkutils.h
12353                 o Move the rest of Common prefs to new style
12354                 o Lots of -Wall warning fixes
12355                 o fix FIXME in cache memusage calculation
12356                 o Let return receipts be sent from any account
12357                 o Little cache optimisation (read)
12358                 o Fix bug #746 (don't treat commas as separators
12359                   when inside a quoted string)
12360
12361 2005-05-31 [paul]       1.9.11cvs27
12362
12363         * src/prefs_common.c
12364                 fix 'off-by-one' typo
12365
12366 2005-05-31 [paul]       1.9.11cvs26
12367
12368         * src/account.c
12369         * src/addr_compl.c
12370         * src/compose.c
12371         * src/foldersel.c
12372         * src/prefs_actions.c
12373         * src/prefs_common.c
12374         * src/prefs_common.h
12375         * src/prefs_customheader.c
12376         * src/prefs_display_header.c
12377         * src/prefs_filtering.c
12378         * src/prefs_filtering_action.c
12379         * src/prefs_matcher.c
12380         * src/prefs_summaries.c
12381         * src/prefs_summary_column.c
12382         * src/prefs_template.c
12383         * src/prefs_toolbar.c
12384         * src/ssl_manager.c
12385         * src/gtk/pluginwindow.c
12386         * src/gtk/prefswindow.c
12387         * src/gtk/progressdialog.c
12388                 add hidden prefs 'enable_rules_hint'
12389                 for gtk_tree_view_set_rules_hint()
12390                 (sync with main)
12391                 
12392
12393 2005-05-31 [colin]      1.9.11cvs25
12394
12395         * src/Makefile.am
12396         * src/main.c
12397         * src/prefs_common.c
12398         * src/prefs_summaries.c ** ADDED **
12399         * src/prefs_summaries.h ** ADDED **
12400                 Common/Display -> Display/Summaries
12401
12402 2005-05-31 [colin]      1.9.11cvs24
12403
12404         * src/Makefile.am
12405         * src/main.c
12406         * src/prefs_quote.c ** ADDED **
12407         * src/prefs_quote.h ** ADDED **
12408                 Move Common/Quote to Compose/Quoting
12409         * src/prefs_common.c
12410         * src/prefs_common.h
12411                 Remove old quote stuff, add
12412                 convenience functions for GtkTextView prefs
12413         * src/gtk/prefswindow.c
12414                 Set default height higher
12415
12416 2005-05-30 [colin]      1.9.11cvs23
12417
12418         * src/Makefile.am
12419         * src/main.c
12420         * src/prefs_common.c
12421         * src/prefs_compose_writing.c ** ADDED **
12422         * src/prefs_compose_writing.h ** ADDED **
12423                 Move Common/Compose prefs to Compose/Writing
12424
12425 2005-05-30 [colin]      1.9.11cvs22
12426
12427         * src/common/utils.c
12428                 Fix bug #651 (Confused Attract by Subject)
12429                 Patch by M. Benkmann <haferfrost@web.de>
12430         * AUTHORS
12431
12432 2005-05-30 [colin]      1.9.11cvs21
12433
12434         * src/compose.c
12435                 Fix concatenation of different headers of
12436                 the same type (bug #645)
12437         * src/prefs_folder_item.c
12438                 Fix bug #699 (setting color to black doesn't
12439                 work immediately)
12440         * src/procmime.c
12441                 Print out decoding error only once per
12442                 block
12443
12444 2005-05-30 [paul]       1.9.11cvs20
12445
12446         * src/common/template.c
12447                 fix Bcc
12448
12449 2005-05-30 [paul]       1.9.11cvs19
12450
12451         * doc/src/rfc2368.txt   **NEW FILE**
12452         * src/compose.c
12453                 compose_entries_set(): don't interpret Bcc
12454                 header field (conform to RFC 2368)
12455                 (sync with main)
12456
12457 2005-05-29 [colin]      1.9.11cvs18
12458
12459         * src/prefs_common.c
12460                 Let the default reply format respect
12461                 netiquette by cutting the signature.
12462
12463 2005-05-29 [colin]      1.9.11cvs17
12464
12465         * src/summaryview.c
12466                 Don't let always_show_msg override
12467                 open_unread_on_enter when opening a new
12468                 directory.
12469
12470 2005-05-27 [paul]       1.9.11cvs16
12471
12472         sync with main:
12473
12474         * src/main.c
12475                 app_will_exit(): cleanup tmp directory when exit
12476         * src/message_search.c
12477                 improved the interface and made code cleanup.
12478                 removed Clear button
12479         * src/send_message.c
12480                 send_message_local(): use GSpawn, and detect errors
12481         * src/summary_search.c
12482                 improved the interface and made code cleanup
12483         * src/textview.c
12484                 textview_write_link(): also skip non-ascii space
12485                  at the head of link strings (phishing check
12486                  didn't work at the case)
12487         * src/common/utils.c
12488                 get_command_output(): use g_spawn_command_line_sync()
12489                 instead of popen()
12490
12491 2005-05-26 [colin]      1.9.11cvs15
12492
12493         * src/folder.c
12494                 remove printf
12495
12496 2005-05-26 [colin]      1.9.11cvs14
12497
12498         * src/common/nntp.c
12499                 Fix nntp mode reader (bug #611)
12500                 Patch by Florian Mickler <florian@mickler.org>
12501
12502 2005-05-26 [colin]      1.9.11cvs13
12503
12504         * src/plugins/pgpmime/passphrase.c
12505                 Fix mouse grabbing (bug #557)
12506
12507 2005-05-26 [colin]      1.9.11cvs12
12508
12509         * src/prefs_themes.c
12510                 Fix g_warning (bug #541)
12511
12512 2005-05-26 [colin]      1.9.11cvs11
12513
12514         * src/prefs_actions.c
12515         * src/prefs_template.c
12516                 Fix bug #506 (no warning if action/template
12517                 is not saved)
12518         * src/common/template.c
12519                 Fix a possible crash
12520
12521 2005-05-26 [colin]      1.9.11cvs10
12522
12523         * src/folder.c
12524         * src/folderview.c
12525         * src/procmsg.c
12526         * src/summaryview.c
12527                 Forbid locked messages to be moved or
12528                 deleted. Locked messages in trashes 
12529                 still get deleted, for performance
12530                 reason (mh.c::mh_remove_all_msgs)
12531
12532 2005-05-25 [colin]      1.9.11cvs9
12533
12534         * src/procmime.c
12535                 Use correct encoding when sending mails
12536                 with attachments that have accentued 
12537                 chars in their name
12538
12539 2005-05-24 [colin]      1.9.11cvs8
12540
12541         * src/summaryview.c
12542                 Fix bug #688 f) read/unread marker not
12543                 changed on first click
12544                 Also, optimize summary_status_show()
12545                 calls
12546         * src/folder.c
12547         * src/inc.c
12548         * src/procmime.c
12549                 Fix bug #688 b) and c) wrt message
12550                 attachments and signature
12551         * src/stock_pixmap.c
12552         * src/stock_pixmap.h
12553         * src/stock_pixmap.c
12554         * src/stock_pixmap.h
12555         * src/Makefile.am
12556         * src/pixmaps/clip_gpg_signed.xpm
12557                 Add clip/signed icon
12558
12559 2005-05-24 [colin]      1.9.11cvs7
12560
12561         * src/folder_item_prefs.c
12562                 whitespace fix
12563
12564 2005-05-24 [colin]      1.9.11cvs6
12565
12566         * src/folderview.c
12567         * src/prefs_common.c
12568         * src/prefs_common.h
12569                 Add a confirmation to folder drag and drop
12570                 fixes bug #156
12571         * src/alertpanel.c
12572         * src/alertpanel.h
12573                 fix _with_disable parameters so that
12574                 the buttons labels are specifiable too
12575         * src/plugins/pgpmime/sgpgme.c
12576                 reflect said change
12577                 
12578
12579 2005-05-24 [colin]      1.9.11cvs5
12580
12581         * src/folderview.c
12582                 Uncollapse/collapse folders on double-click
12583                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12584                 closes bug #108
12585
12586 2005-05-23 [colin]      1.9.11cvs4
12587
12588         * src/common/socket.c
12589                 Check another special SSL_peek() error.
12590                 Should help wrt bug #728
12591
12592 2005-05-23 [colin]      1.9.11cvs3
12593
12594         * src/plugins/pgpmime/pgpmime.c
12595                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12596                 breaking menu accelerators and stuff. Users will have to
12597                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12598                 account's privacy preferences if needed.
12599
12600 2005-05-22 [paul]
12601
12602         * tools/kdeservicemenu/install.sh
12603                 use kdesu to prompt for root password if doing
12604                 global install/uninstall
12605
12606 2005-05-20 [colin]      1.9.11cvs2
12607
12608         * src/procmsg.c
12609                 Fix another compilation error with gcc-2.9x
12610                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12611         * src/send_message.c
12612                 Don't send QUIT if we aren't connected
12613
12614 2005-05-19 [colin]      1.9.11cvs1
12615
12616         * src/procmsg.c
12617                 Fix compilation with gcc 2.9x
12618
12619 2005-05-19 [paul]       1.9.11
12620
12621         1.9.11 released
12622
12623 2005-05-19 [paul]       1.9.9cvs14
12624
12625         * src/gtk/inputdialog.c
12626                 prevent gettext warning
12627
12628 2005-05-19 [paul]       1.9.9cvs13
12629
12630         * src/mainwindow.c
12631         * src/prefs_common.c
12632         * src/prefs_common.h
12633         * src/textview.c
12634         * src/textview.h
12635                 add an option to toggle cursor in message
12636                 view (sync with main)
12637
12638 2005-05-18 [colin]      1.9.9cvs12
12639
12640         * src/compose.c
12641                 Dereference freed pointer
12642         * src/gtk/gtkaspell.c
12643                 Fix duplication of dictionaries (is it an aspell issue?)
12644
12645 2005-05-18 [colin]      1.9.9cvs11
12646
12647         * src/gtk/inputdialog.c
12648         * src/gtk/gtkaspell.c
12649                 HIGuify dialogs
12650         * src/alertpanel.c
12651                 Remove a double call
12652
12653 2005-05-17 [colin]      1.9.9cvs10
12654
12655         * src/gtk/gtkaspell.c
12656                 Fix dialogs, Ctrl-Enter accel
12657
12658 2005-05-17 [colin]      1.9.9cvs9
12659
12660         * src/gtk/gtkaspell.c
12661                 Fix some accelerators, escape in replace-window
12662
12663 2005-05-16 [colin]      1.9.9cvs8
12664
12665         * src/gtk/gtkaspell.c
12666                 Revert last commit, it was a mistake.
12667
12668 2005-05-16 [colin]      1.9.9cvs7
12669
12670         * src/gtk/gtkaspell.c
12671                 Remove buggy code while we're at it. It's a 
12672                 dead code path anyway.
12673
12674 2005-05-16 [colin]      1.9.9cvs6
12675
12676         * src/gtk/gtkaspell.c
12677                 Missed some gtk_menu_popup where deactivate
12678                 signal should be handled. Should fix bug
12679                 #629 a bit more.
12680
12681 2005-05-16 [colin]      1.9.9cvs5
12682
12683         * src/gtk/gtkaspell.c
12684                 Remove debug printf()s
12685
12686 2005-05-16 [colin]      1.9.9cvs4
12687
12688         * src/gtk/gtkaspell.c
12689                 Fix a bit aspell problems
12690                 (see bug #629)
12691
12692 2005-05-13 [colin]      1.9.9cvs3
12693
12694         * src/folderview.c
12695                 Fix the + appearing even when no subfolders
12696                 have unread messages. Thanks to wwp for the
12697                 bug report.
12698
12699 2005-05-11 [paul]       1.9.9cvs2
12700
12701         * src/folderview.c
12702                 correction to 1.9.9cvs1, only colour folders that
12703                 have new msgs (not unread msgs)
12704
12705 2005-05-10 [colin]      1.9.9cvs1
12706
12707         * src/folderview.c
12708         * src/summaryview.c
12709                 Try to fix bolding bugs again.
12710
12711 2005-05-09 [paul]
12712
12713         * tools/claws.i18n.status.pl
12714                 add Ricardo Mones Lastra's script that has been providing
12715                 the i18n status page for many months
12716
12717 2005-05-09 [paul]       1.9.9
12718
12719         1.9.9 release
12720
12721 2005-05-09 [paul]       1.9.6cvs58
12722
12723         * AUTHORS
12724         * INSTALL
12725         * README.claws
12726                 updated
12727         * Makefile.am 
12728         * RELEASE_NOTES.claws
12729                 add release notes to cvs to simplify release
12730                 procedure
12731         * configure.ac
12732                 add ca and fi to ALL_LINGUAS
12733         * po/Makefile.in.in
12734                 workaround for missing Makevars
12735         * po/ca.po
12736         * po/fi.po
12737                 add new Catalan and Finnish translations
12738                 submitted by Miquel Oliete and Flammie Pirinen
12739         * po/de.po
12740         * po/es.po
12741         * po/fr.po
12742         * po/it.po
12743         * po/pl.po
12744         * po/ru.po
12745         * po/sk.po
12746         * po/sr.po
12747         * po/zh_CN.po
12748                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
12749                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
12750                 Urke MMI, and Hansom Young
12751         * src/main.c
12752                 Fix drafting when quitting. compose_draft() closes the
12753                 compose windows, which modifies the compose_list GSList.
12754                 We have to refresh this list after echo drafting to avoid a
12755                 segfault
12756         * src/partial_download.c
12757                 fix segfault on exit
12758
12759 2005-05-06 [paul]       1.9.6cvs57
12760
12761         * src/grouplistdialog.c
12762                 quick fix/workaround for unresizeable newsgroup
12763                 name column 
12764
12765 2005-05-06 [paul]       1.9.6cvs56
12766
12767         * src/inc.c
12768         * src/mainwindow.c
12769                 use gettext plural forms
12770         * src/imap_gtk.c
12771         * src/mh_gtk.c
12772         * src/toolbar.c
12773                 small improvement to english usage
12774
12775 2005-05-05 [thorsten]   1.9.6cvs55
12776
12777         * src/folder.c
12778                 fix possible crash
12779
12780 2005-05-05 [paul]       1.9.6cvs54
12781         
12782         sync with HEAD
12783
12784         * AUTHORS
12785         * src/compose.c
12786                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
12787                 patch by Tim Mann
12788
12789 2005-05-05 [paul]       1.9.6cvs53
12790
12791         * src/mainwindow.c
12792                 fix resizing of separate message and
12793                 folder views
12794
12795 2005-05-05 [paul]       1.9.6cvs52
12796
12797         * src/account.c
12798         * src/addrgather.c
12799         * src/browseldap.c
12800         * src/exphtmldlg.c
12801         * src/expldifdlg.c
12802         * src/importmutt.c
12803         * src/importpine.c
12804         * src/main.c
12805         * src/mainwindow.c
12806         * src/noticeview.c
12807         * src/prefs_filtering.c
12808         * src/prefs_filtering_action.c
12809         * src/prefs_matcher.c
12810         * src/prefs_spelling.c
12811         * src/prefs_toolbar.c
12812         * src/toolbar.c
12813         * src/wizard.c
12814         * src/gtk/description_window.c
12815         * src/gtk/gtkvscrollbutton.c
12816         * src/gtk/progressdialog.c
12817         * src/gtk/quicksearch.c
12818         * src/plugins/pgpmime/prefs_gpg.c
12819         * src/plugins/spamassassin/spamassassin_gtk.c
12820                 replace deprecated gtk_widget_set_usize
12821
12822 2005-05-04 [colin]      1.9.6cvs51
12823
12824         * src/common/utils.c
12825                 Fix crash when subst_for_filename is called
12826                 with a NULL parameter
12827
12828 2005-05-04 [colin]      1.9.6cvs50
12829
12830         * src/partial_download.c
12831         * src/pop.c
12832                 Escape login when writing uidl file
12833                 fixes bug #736
12834
12835 2005-05-03 [colin]      1.9.6cvs49
12836
12837         * src/procmime.c
12838                 Fix possible DOS in mime parser
12839                 (see bug #634)
12840
12841 2005-05-02 [colin]      1.9.6cvs48
12842
12843         * src/compose.c
12844                 Try to fix the copy/paste mess once again.
12845
12846
12847 2005-04-30 [colin]      1.9.6cvs47
12848
12849         * src/prefs_account.h
12850         * src/procmsg.c
12851         * src/send_message.c
12852         * src/common/smtp.c
12853         * src/common/smtp.h
12854                 Try to batch sending mails (per account) instead of
12855                 reconnecting to server every time.
12856
12857 2005-04-29 [colin]      1.9.6cvs46
12858
12859         * src/messageview.c
12860                 Fix window resizing that refused to size down
12861         * src/prefs_common.c
12862         * src/prefs_common.h
12863         * src/prefs_filtering.c
12864                 Save Filtering's window size
12865
12866 2005-04-21 [paul]       1.9.6cvs45
12867
12868         * ChangeLog-gtk2.claws
12869         * src/setup.c
12870                 correction to sync
12871
12872 2005-04-21 [paul]       1.9.6cvs44
12873
12874         sync with main:
12875
12876         * src/setup.c
12877         * src/statusbar.c
12878         * src/statusbar.h
12879                 use gtkut_widget_draw_now(). Improved performance
12880                 of the update of statusbar
12881         * src/textview.c
12882                 textview_smooth_scroll_do(): redraw it after scroll
12883                 is done (fixed incorrect display when a part of the
12884                 view is hidden).
12885         * src/gtk/gtkutils.c
12886         * src/gtk/gtkutils.h
12887                 gtkut_widget_draw_now(): use gdk_window_process_updates()
12888                 to force update of widgets.
12889                 Removed gtkut_widget_wait_for_draw() which had a big
12890                 overhead  because of waiting for all events processed 
12891
12892 2005-04-20 [paul]       1.9.6cvs43
12893
12894         * src/codeconv.c
12895                 complete 1.9.6cvs42's sync:
12896                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
12897
12898 2005-04-19 [paul]       1.9.6cvs42
12899
12900         sync with main:
12901
12902         * src/action.c
12903                 catch_output(): correctly select the insert text
12904                 (fix invalid iterator warnings).
12905         * src/codeconv.c
12906         * src/codeconv.h
12907         * src/mainwindow.c
12908         * src/messageview.c
12909         * src/prefs_common.c
12910                 support GBK encoding.
12911         * src/common/session.c
12912         * src/common/session.h
12913                 use separate buffer for large data to be sent,
12914                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
12915
12916 2005-04-18 [paul]       1.9.6cvs41
12917
12918         * src/jpilot.c
12919                 convert unsigned long into guint32
12920                 patch by Paul LeoNerd Evans 
12921
12922 2005-04-17 [colin]      1.9.6cvs40
12923
12924         * src/compose.c
12925                 Fix 'Request return receipt' from folder
12926                 properties (bug #708)
12927
12928 2005-04-17 [colin]      1.9.6cvs39
12929
12930         * src/mainwindow.c
12931                 Fix duplicate hotkeys in Mainwindow's menu
12932
12933 2005-04-17 [colin]      1.9.6cvs38
12934
12935         * src/folderview.c
12936                 Fix duplicate hotkeys in Folderview's contextual
12937                 menu
12938
12939 2005-04-15 [colin]      1.9.6cvs37
12940
12941         * src/summaryview.c
12942                 Fix 'Save as...' with non-ascii filenames
12943
12944 2005-04-15 [colin]      1.9.6cvs36
12945
12946         * src/plugins/pgpmime/pgpmime.c
12947                 Fix bus error on 64bit. Spotted by 
12948                 macallan1888@gmail.com
12949
12950 2005-04-15 [colin]      1.9.6cvs35
12951
12952         * src/prefs_account.c
12953                 Fix cvs34.
12954
12955 2005-04-12 [colin]      1.9.6cvs34
12956
12957         * src/prefs_account.c
12958                 Fix smtp auth type off-by-one. We forgot to
12959                 add PLAIN in the prefs-to-gui setter func and
12960                 as a result, the selected auth when opening
12961                 account prefs was not the correct one.
12962
12963 2005-04-12 [paul]       1.9.6cvs33
12964
12965         * src/inc.c
12966                 if the recv dialog is visible, Cancel only
12967                 cancels the current account
12968
12969
12970 2005-04-10 [colin]      1.9.6cvs32
12971
12972         * src/filtering.c
12973                 Copy score when copying FilteringActions
12974                 Fix bug #674
12975
12976 2005-04-10 [colin]      1.9.6cvs31
12977
12978         * src/inc.c
12979                 Make Message -> Receive -> Cancel cancel 
12980                 incorporation on all accounts. Fixes
12981                 bug #693
12982
12983 2005-04-10 [colin]      1.9.6cvs30
12984
12985         * src/prefs_account.c
12986                 Update Privacy checkbuttons status based
12987                 on the selected privacy system
12988         * src/compose.c
12989                 Always connect the "None" privacy system; the
12990                 static boolean was probably there to avoid
12991                 reconnecting twice in the same compose window,
12992                 but as the parent function is only called once
12993                 per compose, it's only a bug - as a static is
12994                 initialized once per application instance.
12995                 Also, don't uncheck Sign and Encrypt when
12996                 selecting None as privacy system; just ignore
12997                 them when sending/queuing.
12998                 Should fix bug #695
12999
13000 2005-04-08 [colin]      1.9.6cvs29
13001
13002         * src/account.c
13003         * src/prefs_account.c
13004         * src/prefs_account.h
13005                 Add account preference to queue message in a certain
13006                 folder.
13007
13008 2005-04-06 [colin]      1.9.6cvs28
13009
13010         * src/prefs_account.c
13011                 Update old inbox path syntax
13012
13013 2005-04-06 [paul]       1.9.6cvs27
13014
13015         sync with main:
13016
13017         * configure.ac
13018                 changed -traditional-cpp to -no-cpp-precomp for newer
13019                 Mac OS X support
13020         * src/foldersel.c
13021                 made column resize automatically
13022         * src/send_message.c
13023                 send_message_smtp(): consider EOF right after QUIT
13024                 successful (workaround for Gmail SMTP server)
13025         * src/common/socket.c
13026                 ssl_read(), ssl_peek(): check EOF which violates the
13027                 SSL protocol
13028         * src/gtk/colorlabel.c
13029                 removed warnings when displaying colorlabel menu
13030                 (don't use GtkAlignment)
13031
13032 2005-04-05 [paul]       1.9.6cvs26
13033
13034         * src/plugins/trayicon/trayicon.c
13035                 fix clipping of icon under KDE3 
13036
13037 2005-04-05 [paul]       1.9.6cvs25
13038
13039         * src/summaryview.c
13040                 hide display of threading
13041                 patch by Alfons
13042
13043 2005-04-04 [thorsten]   1.9.6cvs24
13044
13045         * src/mh.c
13046                 marks lost on filesystems with different stat() results on
13047                 summer-/wintertime
13048
13049 2005-04-03 [colin]      1.9.6cvs23
13050
13051         * src/summaryview.c
13052                 Don't handle up/down. Patch by Alfons
13053
13054 2005-04-02 [colin]      1.9.6cvs22
13055
13056         * src/summaryview.c
13057                 Make scrolling faster. Patch by Alfons.
13058
13059 2005-04-01 [colin]      1.9.6cvs21
13060
13061         * src/Makefile.am
13062         * src/stock_pixmap.c
13063         * src/pixmaps/dir-noselect.xpm ** REMOVED **
13064         * src/pixmaps/dir_noselect.xpm ** ADDED **
13065                 Fix pixmap name mismatch (Thanks Stephan Sachse)
13066
13067 2005-04-01 [colin]      1.9.6cvs20
13068
13069         * src/image_viewer.c
13070         * src/image_viewer.h
13071         * src/procmime.c
13072         * src/procmime.h
13073         * src/textview.c
13074         * src/textview.h
13075                 Implement inline image resizing and right-clicking
13076
13077 2005-04-01 [paul]       1.9.6cvs19
13078
13079         * AUTHORS
13080         * Makefile.am
13081         * configure.ac
13082                 check for gnome2
13083                 patch by Luca Cavalli <loopback<AT>slackit.org>
13084         * po/ru.po
13085                 updated by Pavlo Bohmat
13086
13087 2005-03-31 [colin]      1.9.6cvs18
13088
13089         * src/news.c
13090                 Fix parsing references
13091         * src/msgcache.c
13092                 don't put nulls in the references list
13093         * src/procheader.c
13094                 commit that forgotten file in 1.9.6cvs14
13095
13096 2005-03-31 [colin]      1.9.6cvs17
13097
13098         * src/compose.c
13099                 Fix joining of signature separator again. 
13100                 Maybe Hiro could put it in main too...
13101
13102 2005-03-31 [colin]      1.9.6cvs16
13103
13104         * src/Makefile.am
13105         * src/foldersel.c
13106         * src/stock_pixmap.c
13107         * src/stock_pixmap.h
13108         * src/pixmaps/dir-noselect.xpm
13109                 Update foldersel.c (sync from main, patch by Alfons)
13110
13111 2005-03-30 [colin]      1.9.6cvs15
13112
13113         * src/imap.c
13114                 Fix handling of imap folders containing [] in 
13115                 their name. Thanks to Nahuel Angelinetti for
13116                 the detailed bugreport.
13117
13118 2005-03-30 [colin]      1.9.6cvs14
13119
13120         * src/common/utils.h
13121         * src/common/utils.c
13122         * src/common/defs.h
13123         * src/matcher.c
13124         * src/msgcache.c
13125         * src/news.c
13126         * src/procmsg.c
13127         * src/procmsg.h
13128         * src/quote_fmt_parse.y
13129         * src/summaryview.c
13130                 Update references system. Patch by Alfons
13131
13132 2005-03-30 [colin]      1.9.6cvs13
13133
13134         * src/common/socket.c
13135                 Force the glibc to read resolv.conf again when 
13136                 it has changed. Should fix issues when changing
13137                 networks on a laptop and not restarting sylpheed. 
13138
13139 2005-03-30 [paul]       1.9.6cvs12
13140
13141         partial sync with main:
13142
13143         * src/action.c
13144                 create_io_dialog(): use user-defined text font
13145                 (thanks to Alfons), and modified its appearance.
13146         * src/addrgather.c
13147         * src/addrharvest.c
13148         * src/browseldap.c
13149                 replace old code
13150         * src/compose.c
13151                 don't join (presumably) itemized lines on line-wrapping
13152                 fixed wrapping of quote when auto-wrapping is enabled
13153                 compose_destroy(): destroy paned only if it's not
13154                 attached to window. Fixed memory leak of popup menu.
13155         * src/exphtmldlg.c
13156         * src/expldifdlg.c
13157                 replace old code
13158         * src/html.c
13159         * src/html.h
13160         * src/importmutt.c
13161         * src/importpine.c
13162                 replace old code
13163         * src/main.c
13164                 removed redundant code
13165         * src/mainwindow.c
13166                 changed 'Code set' (which is rather incorrect)
13167                 in the menu to 'Character encoding'
13168                 main_window_set_widgets(): request size first
13169                 to prevent window size becoming wrong
13170                 fixed remembering of the state of the visibility
13171                 of MessageView
13172         * src/messageview.c
13173                 changed 'Code set' (which is rather incorrect)
13174                 in the menu to 'Character encoding'
13175         * src/prefs_common.c
13176         * src/prefs_common.h
13177                 added an option whether to render HTML as text or not
13178                 added separators to outgoing encoding menu
13179         * src/procheader.c
13180                 procheader_scan_date_string(): support header
13181                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
13182         * src/summaryview.c
13183         * src/summaryview.h
13184                 minor code cleanup
13185         * src/textview.c
13186                 textview_show_html(): force output of newline
13187                 added an option whether to render HTML as text or not
13188         * src/common/utils.c
13189                 strncpy2(): optimized based on Alfons' code
13190         * src/gtk/gtkutils.c
13191         * src/gtk/gtkutils.h
13192                 removed non-used code
13193         * src/plugins/pgpmime/passphrase.c
13194                 partially fixed grab input of passphrase dialog
13195                 Confine pointer to window
13196
13197 2005-03-30 [colin]      1.9.6cvs11
13198
13199         * src/msgcache.c
13200         * src/msgcache.h
13201                 Read/write 32bit ints from cache & marks
13202                 From main.
13203
13204 2005-03-29 [paul]       1.9.6cvs10
13205
13206         * AUTHORS
13207         * ChangeLog.claws
13208         * src/compose.c
13209         * src/gtk/gtkaspell.c
13210                 sync with HEAD (don't pass NULL pointers) 
13211
13212 2005-03-24 [paul]
13213
13214         * tools/Makefile.am
13215         * tools/README
13216         * tools/acroread2sylpheed.pl
13217                 sync with HEAD (add script to send pdfs as
13218                 attachments from Adobe Reader 7)
13219
13220 2005-03-21 [paul]       1.9.6cvs9
13221
13222         * configure.ac
13223         * po/POTFILES.in
13224         * src/Makefile.am
13225         * src/crash.c
13226         * src/image_viewer.c ** ADDED **
13227         * src/image_viewer.h ** ADDED **
13228         * src/main.c
13229         * src/prefs_common.c
13230         * src/prefs_common.h
13231         * src/prefs_image_viewer.c ** ADDED **
13232         * src/prefs_image_viewer.h ** ADDED **
13233         * src/textview.c
13234         * src/gtk/about.c
13235         * src/pixmaps/sylpheed_logo.xpm
13236         * src/plugins/Makefile.am
13237         * src/plugins/image_viewer/.cvsignore ** REMOVED **
13238         * src/plugins/image_viewer/Makefile.am ** REMOVED **
13239         * src/plugins/image_viewer/plugin.c ** REMOVED **
13240         * src/plugins/image_viewer/viewer.c ** REMOVED **
13241         * src/plugins/image_viewer/viewer.glade ** REMOVED **
13242         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
13243         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
13244         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
13245         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
13246                 as gdk-pixbuf is now built-in
13247                 remove image_viewer plugin and put code back into
13248                 main codebase
13249                 implement inline image display (sync with main)
13250
13251                 replace logo with newer, nicer, larger version  
13252
13253 2005-03-21 [paul]       1.9.6cvs8
13254
13255         * src/gtk/about.c
13256                 cosmetic improvement
13257
13258 2005-03-21 [holger]     1.9.6cvs7
13259
13260         * src/plugins/spamassassin/spamassassin.c
13261                 Sync with HEAD
13262                 (unregister hook on failed plugin init)
13263
13264 2005-03-20 [colin]      1.9.6cvs6
13265
13266         * src/common/plugin.c
13267                 Check that plugin isn't already loaded
13268                 Patch by Alfons
13269
13270 2005-03-20 [thorsten]   1.9.6cvs5
13271
13272         * src/compose.c
13273                 use a more compatible syntax
13274
13275 2005-03-20 [thorsten]   1.9.6cvs4
13276
13277         * src/prefs_toolbar.c
13278                 fix crash when selecting toolbar item (uninitialized pointer)
13279
13280 2005-03-20 [thorsten]   1.9.6cvs3
13281
13282         * src/procmime.c
13283                 fix mimetype detection (referenced free()d string)
13284
13285 2005-03-20 [paul]       1.9.6cvs2
13286
13287         * src/compose.c
13288                 sync with HEAD (1.0.3cvs5)
13289                 neglect Reply-To header if empty
13290                 Patch by Alfons 
13291
13292 2005-03-19 [holger]     1.9.6cvs1
13293
13294         * src/summaryview.c
13295         * src/summaryview.h
13296                 Sync with HEAD
13297
13298 2005-03-18 [paul]       1.9.6
13299
13300         initial GTK2 release
13301
13302 2005-03-18 [paul]       1.0.3cvs3.1
13303
13304         * AUTHORS
13305         * ChangeLog.claws
13306         * configure.ac
13307         * src/gtk/about.c
13308         * src/pixmaps/sylpheed_logo.xpm
13309                 sync with HEAD
13310
13311 2005-03-18 [colin]      1.0.3cvs2.6
13312
13313         * src/summaryview.c
13314                 Remove call to summary_step in summary_copy_selected_to
13315                 Can't see its purpose, and this causes bug when copying
13316                 a message if the next one is unread: it reads it.
13317
13318 2005-03-18 [paul]       1.0.3cvs2.5
13319
13320         * src/foldersel.c
13321                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
13322
13323 2005-03-18 [paul]       1.0.3cvs2.4
13324
13325         * src/addrharvest.c
13326         * src/codeconv.c
13327         * src/codeconv.h
13328         * src/compose.c
13329         * src/news.c
13330         * src/procheader.c
13331         * src/procmime.c
13332         * src/unmime.c
13333         * src/unmime.h
13334                 fix buffer overflow, CAN-2005-0667, see
13335                 http://secunia.com/advisories/14491/
13336                 Patch by Alfons
13337
13338 2005-03-17 [colin]      1.0.3cvs2.3
13339
13340         * src/prefs_fonts.c
13341         * src/summaryview.c
13342                 Fix font bugs (both lists now officialy share 
13343                 the same font)
13344                 
13345
13346 2005-03-17 [paul]       1.0.3cvs2.2
13347
13348         * src/gtk/pluginwindow.c
13349                 make plugin descriptions uneditable
13350
13351 2005-03-11 [paul]       1.0.3cvs2.1
13352
13353         * ChangeLog.claws
13354         * configure.ac
13355         * po/POTFILES.in
13356         * src/plugins/trayicon/trayicon.c
13357                 sync with HEAD
13358                 add src/wizard.c to POTFILES.in
13359
13360 2005-03-11 [paul]       1.0.3cvs1.1
13361
13362         * ChangeLog
13363         * ChangeLog.claws
13364         * configure.ac
13365         * po/de.po
13366         * po/es.po
13367         * po/fr.po
13368         * po/it.po
13369         * po/pt_BR.po
13370         * po/ru.po
13371         * po/sk.po
13372         * po/sr.po
13373         * po/zh_CN.po
13374                 sync with HEAD
13375
13376 2005-03-04 [colin]      1.0.1cvs22.2
13377
13378         * src/compose.c
13379                 Fix signatures with accentued chars in it
13380
13381 2005-03-04 [colin]      1.0.1cvs22.1
13382
13383         * src/common/smtp.c
13384         * src/common/smtp.h
13385                 Don't use SIZE param in MAIL FROM: if server 
13386                 doesn't support it. Patch by Eugen Freiter
13387                 <eugen_f@users.sf.net>
13388
13389 2005-02-27 [paul]       1.0.1cvs20.1
13390
13391         * ChangeLog.claws
13392         * configure.ac
13393         * src/messageview.c
13394                 sync with HEAD
13395
13396 2005-02-27 [colin]      1.0.1cvs19.4
13397
13398         * src/procheader.c
13399         * src/procheader.h
13400                 Fix prototypes. Patch by Alfons
13401
13402 2005-02-27 [colin]      1.0.1cvs19.3
13403
13404         * src/compose.c
13405                 Don't auto-join the signature separator.
13406
13407 2005-02-26 [colin]      1.0.1cvs19.2
13408
13409         * src/summaryview.c
13410                 Fix 'mark all read' with collapsed threads.
13411                 Patch by Alfons.
13412
13413 2005-02-25 [paul]       1.0.1cvs19.1
13414
13415         * ChangeLog.claws
13416         * configure.ac
13417         * src/prefs_account.c
13418         * src/prefs_folder_item.c
13419         * src/gtk/prefswindow.c
13420         * src/gtk/prefswindow.h
13421                 sync with HEAD
13422
13423 2005-02-25 [paul]       1.0.1cvs15.12
13424
13425         * src/alertpanel.c
13426         * src/codeconv.c
13427         * src/compose.c
13428         * src/textview.c
13429         * src/gtk/gtkutils.c
13430         * src/gtk/gtkutils.h
13431         * src/gtk/logwindow.c
13432         * src/gtk/progressdialog.c
13433                 sync with main (revision 127)
13434                 and fix logwindow clipping
13435
13436 2005-02-24 [colin]      1.0.1cvs15.11
13437
13438         * src/plugins/pgpmime/passphrase.c
13439                 Disable input grabbing; it doesn't work yet.
13440
13441 2005-02-24 [colin]      1.0.1cvs15.10
13442
13443         * src/messageview.c
13444                 Don't send out receipts if offline. Ask.
13445
13446 2005-02-23 [colin]      1.0.1cvs15.9
13447
13448         * src/summaryview.c     
13449                 Fix expanding
13450
13451 2005-02-23 [colin]      1.0.1cvs15.8
13452
13453         * src/summaryview.c
13454                 Really fix Bug 568 by removing useless
13455                 calls. summary_thread_init() now called
13456                 in summary_sort(). This should please
13457                 Alfons as it should be faster than 
13458                 previously.
13459
13460 2005-02-23 [colin]      1.0.1cvs15.7
13461
13462         * src/compose.c
13463                 Encode parts as QP or B64 if signing
13464
13465 2005-02-23 [colin]      1.0.1cvs15.6
13466
13467         * src/compose.c
13468                 Fix Mimeinfo leakage (including tmp files)
13469         * src/procmsg.c
13470                 Fix tmp file leakage (spotted by Ivan Rayner)
13471
13472 2005-02-22 [colin]      1.0.1cvs15.5
13473
13474         * src/expldifdlg.c
13475                 Fix keyboard input. Patch by Alfons.
13476
13477 2005-02-21 [colin]      1.0.1cvs15.4
13478
13479         * src/compose.c
13480                 Fix Sign/Encrypt when unselecting privacy
13481                 system
13482         * src/prefs_common.c
13483                 Change default message font to Monospace
13484         * src/summaryview.c
13485                 More freezing during potentially large operations
13486
13487 2005-02-21 [paul]       1.0.1cvs15.3
13488
13489         * src/main.c
13490                 fix --help output
13491
13492 2005-02-21 [paul]       1.0.1cvs15.2
13493
13494         * po/Makefile.in.in
13495         * src/compose.c
13496         * src/summaryview.c
13497         * src/textview.c
13498         * src/common/utils.c
13499         * src/common/utils.h
13500                 sync with main (revision 117)
13501
13502 2005-02-20 [colin]      1.0.1cvs15.1
13503
13504         * src/common/defs.h
13505                 Change cache file to .sylpheed_claws_cache, as
13506                 suggested by Alfons. Allows people to switch
13507                 between Sylpheed and Sylpheed-Claws. it is
13508                 a good idea to "Check for new messages" at next
13509                 startup.
13510
13511
13512 2005-02-18 [colin]      1.0.1cvs14.1
13513
13514         * src/quote_fmt_lex.l
13515         * src/quote_fmt_parse.y
13516                 Fix parser initialisation. Patch by Ivan.
13517
13518 2005-02-18 [colin]      1.0.1cvs11.6
13519
13520         * src/folderview.c
13521                 Fix scrolldown (bug 662)
13522
13523 2005-02-17 [colin]      1.0.1cvs11.5
13524
13525         * src/codeconv.c
13526                 conv_filename_to_utf8: return clean 7bit instead
13527                 of broken utf8 if needed
13528         * src/mimeview.c
13529                 Fix display of parts with unclean 8bit names
13530
13531 2005-02-17 [paul]       1.0.1cvs11.4
13532
13533         * src/compose.c
13534         * src/exportldif.c
13535         * src/matcher_parser_parse.y
13536         * src/procmime.c
13537         * src/sourcewindow.c
13538         * src/common/Makefile.am
13539         * src/common/intl.h             ** REMOVED **
13540         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13541                 sync with main (revision 109)
13542                 and clean up
13543
13544 2005-02-16 [colin]      1.0.1cvs11.3
13545
13546         * src/summaryview.c
13547                 Fix collapsed thread not highlighting when new
13548                 messages in it (Bug 568) Patch by Stephan Sachse.
13549                 Fix messed up selection when reaching bounds (Bug 632)
13550         * src/prefs_themes.c
13551                 Fix theme installing (Bug 684)
13552
13553 2005-02-16 [colin]      1.0.1cvs11.2
13554
13555         * src/messageview.c
13556                 Fix messageview_select_all
13557
13558 2005-02-16 [colin]      1.0.1cvs11.1
13559
13560         * src/mh.c
13561                 Sync with HEAD (MH scan required function)
13562
13563 2005-02-15 [colin]      1.0.1cvs8.1
13564
13565         * src/mimeview.c
13566         * src/common/utils.c
13567                 Sync with HEAD (filename chars substitution)
13568
13569 2005-02-15 [colin]      1.0.1cvs7.3
13570
13571         * src/gtk/pluginwindow.c
13572                 Fix button spacing
13573
13574 2005-02-15 [colin]      1.0.1cvs7.2
13575
13576         * src/mimeview.c
13577                 Fix mime icons not reset across message when
13578                 scrolled down
13579
13580 2005-02-15 [colin]      1.0.1cvs7.1
13581
13582         * src/compose.c
13583         * src/procmime.c
13584                 Sync with HEAD (optimisation of cvs6)
13585
13586 2005-02-14 [colin]      1.0.1cvs6.1
13587
13588         * src/compose.c
13589         * src/procmime.c
13590                 Sync with HEAD (encode "From " at line beginning)
13591
13592 2005-02-14 [colin]      1.0.1cvs5.3
13593
13594         * src/compose.c
13595                 Fix wrapping with accentued chars.
13596
13597 2005-02-13 [colin]      1.0.1cvs5.2
13598
13599         * src/textview.c
13600                 Fix email informative part parsing with
13601                 accentued chars in it. ispunct() returns
13602                 true for them in utf8...
13603
13604 2005-02-12 [colin]      1.0.1cvs5.1
13605
13606         * src/filtering.c
13607                 Sync with HEAD (remove wrong use of compose after send)
13608
13609 2005-02-12 [paul]       1.0.1cvs4.5
13610
13611         * src/textview.c
13612                 remove unnecessary code (thanks to Alfons)
13613
13614 2005-02-12 [paul]       1.0.1cvs4.4
13615
13616         * src/textview.c
13617                 add 'Copy' to contextual menu on emails
13618
13619 2005-02-11 [colin]      1.0.1cvs4.3
13620
13621         * src/compose.c
13622                 revert 1.0.0cvs28.2, it doesn't work that well.
13623
13624 2005-02-11 [paul]       1.0.1cvs4.2
13625
13626         * po/Makefile.in.in
13627                 fix 'make release'
13628
13629 2005-02-10 [paul]       1.0.1cvs4.1
13630
13631         * ChangeLog
13632         * ChangeLog.claws
13633         * ChangeLog.jp
13634         * configure.ac
13635         * src/compose.c
13636                 sync with HEAD (sync with main)
13637
13638 2005-02-10 [paul]       1.0.1cvs3.2
13639
13640         * AUTHORS
13641         * Makefile.am
13642         * autogen.sh
13643         * configure.ac
13644         * config/mkinstalldirs
13645         * intl/.cvsignore
13646         * intl/ChangeLog
13647         * intl/VERSION
13648         * intl/bindtextdom.c
13649         * intl/config.charset
13650         * intl/dcgettext.c
13651         * intl/dcigettext.c
13652         * intl/dcngettext.c
13653         * intl/dgettext.c
13654         * intl/dngettext.c
13655         * intl/eval-plural.h
13656         * intl/explodename.c
13657         * intl/finddomain.c
13658         * intl/gettext.c
13659         * intl/gettextP.h
13660         * intl/gmo.h
13661         * intl/hash-string.h
13662         * intl/intl-compat.c
13663         * intl/l10nflist.c
13664         * intl/libgnuintl.h.in
13665         * intl/loadinfo.h
13666         * intl/loadmsgcat.c
13667         * intl/localcharset.c
13668         * intl/localcharset.h
13669         * intl/locale.alias
13670         * intl/localealias.c
13671         * intl/localename.c
13672         * intl/log.c
13673         * intl/ngettext.c
13674         * intl/os2compat.c
13675         * intl/os2compat.h
13676         * intl/osdep.c
13677         * intl/plural-exp.c
13678         * intl/plural-exp.h
13679         * intl/plural.c
13680         * intl/plural.y
13681         * intl/ref-add.sin
13682         * intl/ref-del.sin
13683         * intl/relocatable.c
13684         * intl/relocatable.h
13685         * intl/textdomain.c
13686         * m4/Makefile.am
13687         * po/Makefile.in.in
13688         * src/Makefile.am
13689         * src/account.c
13690         * src/action.c
13691         * src/addr_compl.c
13692         * src/addressadd.c
13693         * src/addressbook.c
13694         * src/addrgather.c
13695         * src/addrindex.c
13696         * src/alertpanel.c
13697         * src/browseldap.c
13698         * src/codeconv.c
13699         * src/codeconv.h
13700         * src/compose.c
13701         * src/compose.h
13702         * src/crash.c
13703         * src/editaddress.c
13704         * src/editbook.c
13705         * src/editgroup.c
13706         * src/editjpilot.c
13707         * src/editldap.c
13708         * src/editldap_basedn.c
13709         * src/editvcard.c
13710         * src/exphtmldlg.c
13711         * src/expldifdlg.c
13712         * src/export.c
13713         * src/exporthtml.c
13714         * src/filtering.c
13715         * src/folder.c
13716         * src/folder_item_prefs.c
13717         * src/foldersel.c
13718         * src/folderview.c
13719         * src/grouplistdialog.c
13720         * src/headerview.c
13721         * src/imap.c
13722         * src/imap_gtk.c
13723         * src/import.c
13724         * src/importldif.c
13725         * src/importmutt.c
13726         * src/importpine.c
13727         * src/inc.c
13728         * src/ldif.c
13729         * src/main.c
13730         * src/mainwindow.c
13731         * src/matcher.c
13732         * src/mbox.c
13733         * src/message_search.c
13734         * src/messageview.c
13735         * src/mh.c
13736         * src/mh_gtk.c
13737         * src/mimeview.c
13738         * src/msgcache.c
13739         * src/news.c
13740         * src/news_gtk.c
13741         * src/noticeview.c
13742         * src/partial_download.c
13743         * src/pop.c
13744         * src/prefs_account.c
13745         * src/prefs_actions.c
13746         * src/prefs_common.c
13747         * src/prefs_customheader.c
13748         * src/prefs_display_header.c
13749         * src/prefs_ext_prog.c
13750         * src/prefs_filtering.c
13751         * src/prefs_filtering_action.c
13752         * src/prefs_folder_item.c
13753         * src/prefs_fonts.c
13754         * src/prefs_gtk.c
13755         * src/prefs_matcher.c
13756         * src/prefs_msg_colors.c
13757         * src/prefs_spelling.c
13758         * src/prefs_summary_column.c
13759         * src/prefs_template.c
13760         * src/prefs_themes.c
13761         * src/prefs_toolbar.c
13762         * src/prefs_wrapping.c
13763         * src/privacy.c
13764         * src/procheader.c
13765         * src/procmime.c
13766         * src/procmsg.c
13767         * src/quote_fmt.c
13768         * src/recv.c
13769         * src/send_message.c
13770         * src/setup.c
13771         * src/sourcewindow.c
13772         * src/ssl_manager.c
13773         * src/statusbar.c
13774         * src/summary_search.c
13775         * src/summaryview.c
13776         * src/textview.c
13777         * src/toolbar.c
13778         * src/wizard.c
13779         * src/common/nntp.c
13780         * src/common/plugin.c
13781         * src/common/smtp.c
13782         * src/common/ssl.c
13783         * src/common/ssl_certificate.c
13784         * src/common/string_match.c
13785         * src/common/sylpheed.c
13786         * src/common/template.c
13787         * src/common/utils.c
13788         * src/gtk/about.c
13789         * src/gtk/colorlabel.c
13790         * src/gtk/description_window.c
13791         * src/gtk/filesel.c
13792         * src/gtk/foldersort.c
13793         * src/gtk/gtkaspell.c
13794         * src/gtk/gtkutils.c
13795         * src/gtk/inputdialog.c
13796         * src/gtk/logwindow.c
13797         * src/gtk/menu.c
13798         * src/gtk/pluginwindow.c
13799         * src/gtk/prefswindow.c
13800         * src/gtk/progressdialog.c
13801         * src/gtk/quicksearch.c
13802         * src/gtk/sslcertwindow.c
13803         * src/plugins/clamav/clamav_plugin.c
13804         * src/plugins/clamav/clamav_plugin_gtk.c
13805         * src/plugins/demo/demo.c
13806         * src/plugins/dillo_viewer/dillo_prefs.c
13807         * src/plugins/dillo_viewer/dillo_viewer.c
13808         * src/plugins/image_viewer/plugin.c
13809         * src/plugins/image_viewer/viewer.c
13810         * src/plugins/image_viewer/viewerprefs.c
13811         * src/plugins/mathml_viewer/mathml_viewer.c
13812         * src/plugins/pgpmime/passphrase.c
13813         * src/plugins/pgpmime/plugin.c
13814         * src/plugins/pgpmime/prefs_gpg.c
13815         * src/plugins/pgpmime/select-keys.c
13816         * src/plugins/pgpmime/sgpgme.c
13817         * src/plugins/spamassassin/spamassassin.c
13818         * src/plugins/spamassassin/spamassassin_gtk.c
13819         * src/plugins/trayicon/trayicon.c
13820                 sync with main (revision 104)
13821
13822 2005-02-10 [colin]      1.0.1cvs3.1
13823
13824         * src/mainwindow.c
13825                 Sync with HEAD (fix occasional crasher)
13826
13827 2005-02-10 [colin]      1.0.1cvs2.1
13828
13829         * src/messageview.c
13830                 Synw with HEAD (don't automatically display html)
13831
13832 2005-02-09 [colin]      1.0.1cvs1.3
13833
13834         * src/textview.c
13835         * src/textview.h
13836                 Add contextual menu on emails
13837
13838 2005-02-09 [colin]      1.0.1cvs1.2
13839
13840         * src/codeconv.c
13841                 Fix converting from broken headers and 
13842                 put back the _ in missing places
13843                 (feature broke with cvs24.2 sync, main 
13844                  possibly affected?)
13845
13846 2005-02-09 [colin]      1.0.1cvs1.1
13847
13848         * src/messageview.c
13849         * src/mimeview.c
13850         * src/mimeview.h
13851                 Sync with HEAD (display non text/plain mails with plugin)
13852
13853 2005-02-08 [colin]      1.0.1.1
13854
13855         * ChangeLog.claws
13856         * po/pt_BR.po
13857                 Sync with HEAD
13858         * configure.ac
13859                 Make default configuration directory 
13860                 be .sylpheed-gtk2
13861
13862 2005-02-08 [colin]      1.0.0cvs29.1
13863
13864         * po/de.po
13865         * po/es.po
13866         * po/fr.po
13867         * po/it.po
13868         * po/sk.po
13869         * po/sr.po
13870                 Sync translations with HEAD
13871
13872 2005-02-06 [colin]      1.0.0cvs28.3
13873
13874         * src/compose.c
13875                 Make compose a bit faster - patch by Alfons.
13876
13877 2005-02-06 [colin]      1.0.0cvs28.2
13878
13879         * src/compose.c
13880                 Make pasting via middle-click more reliable
13881
13882 2005-02-05 [paul]       1.0.0cvs28.1
13883
13884         * ChangeLog
13885         * ChangeLog.claws
13886         * ChangeLog.jp
13887         * configure.ac
13888         * src/compose.c
13889                 sync with HEAD
13890                 (fix bug 682 'redirect is broken'
13891
13892 2005-02-05 [torte]      1.0.0cvs27.1
13893
13894         * ChangeLog.claws
13895         * configure.ac
13896         * src/partial_download.c
13897                 Sync with HEAD (fix buf overflow)
13898
13899 2005-02-03 [colin]      1.0.0cvs26.1
13900
13901         * src/common/plugin.c
13902                 Sync with HEAD (avoid plugin mismatches)
13903
13904 2005-02-03 [paul]       1.0.0cvs25.3
13905
13906         * src/folderview.c
13907         * src/headerview.c
13908         * src/summaryview.c
13909         * src/textview.c
13910         * src/gtk/colorlabel.c
13911                 third and final part of initial sync with main-gtk2
13912
13913 2005-02-03 [paul]       1.0.0cvs25.2
13914
13915         * src/jpilot.c
13916                 fix building with jpilot support
13917
13918 2005-02-02 [colin]      1.0.0cvs25.1
13919
13920         * src/messageview.c
13921                 Sync with HEAD (fix dangerous typo)
13922
13923 2005-02-01 [colin]      1.0.0cvs24.3
13924
13925         * src/common/xml.c
13926                 Write file as advertised (UTF-8)
13927
13928 2005-02-01 [paul]       1.0.0cvs24.2
13929
13930         * src/addrbook.c
13931         * src/addrindex.c
13932         * src/alertpanel.h
13933         * src/codeconv.c
13934         * src/codeconv.h
13935         * src/compose.c
13936         * src/export.c
13937         * src/folder_item_prefs.c
13938         * src/html.c
13939         * src/imap.c
13940         * src/import.c
13941         * src/jpilot.c
13942         * src/mainwindow.c
13943         * src/matcher_parser_lex.l
13944         * src/messageview.c
13945         * src/mh.c
13946         * src/prefs_account.c
13947         * src/prefs_actions.c
13948         * src/prefs_common.c
13949         * src/prefs_gtk.c
13950         * src/prefs_gtk.h
13951         * src/prefs_themes.c
13952         * src/procheader.c
13953         * src/procmime.c
13954         * src/sourcewindow.c
13955         * src/statusbar.c
13956         * src/summaryview.c
13957         * src/textview.c
13958         * src/toolbar.c
13959         * src/unmime.c
13960         * src/common/template.c
13961         * src/common/utils.c
13962         * src/common/xml.c
13963         * src/common/xml.h
13964         * src/gtk/gtkaspell.c
13965         * src/plugins/clamav/clamav_plugin.c
13966         * src/plugins/dillo_viewer/dillo_prefs.c
13967         * src/plugins/image_viewer/viewerprefs.c
13968         * src/plugins/pgpmime/passphrase.c
13969         * src/plugins/pgpmime/prefs_gpg.c
13970         * src/plugins/pgpmime/select-keys.c
13971         * src/plugins/spamassassin/spamassassin.c
13972                 second part of initial sync with main-gtk2
13973                 (more to follow)
13974
13975 2005-01-31 [colin]      1.0.0cvs24.1
13976
13977         * src/compose.c
13978                 Sync with HEAD
13979
13980 2005-01-29 [paul]       1.0.0cvs23.2
13981
13982         * src/account.c
13983         * src/action.c
13984         * src/addressadd.c
13985         * src/addressbook.c
13986         * src/alertpanel.c
13987         * src/compose.c
13988         * src/editaddress.c
13989         * src/editbook.c
13990         * src/editgroup.c
13991         * src/editjpilot.c
13992         * src/editldap.c
13993         * src/editldap_basedn.c
13994         * src/editvcard.c
13995         * src/export.c
13996         * src/foldersel.c
13997         * src/grouplistdialog.c
13998         * src/import.c
13999         * src/importldif.c
14000         * src/inc.c
14001         * src/main.c
14002         * src/mainwindow.c
14003         * src/message_search.c
14004         * src/messageview.c
14005         * src/mimeview.c
14006         * src/prefs_actions.c
14007         * src/prefs_common.c
14008         * src/prefs_common.h
14009         * src/prefs_customheader.c
14010         * src/prefs_display_header.c
14011         * src/prefs_filtering.c
14012         * src/prefs_filtering_action.c
14013         * src/prefs_gtk.c
14014         * src/prefs_matcher.c
14015         * src/prefs_summary_column.c
14016         * src/prefs_template.c
14017         * src/sourcewindow.c
14018         * src/summary_search.c
14019         * src/summaryview.c
14020         * src/textview.c
14021         * src/gtk/about.c
14022         * src/gtk/description_window.c
14023         * src/gtk/gtkshruler.c
14024         * src/gtk/gtkutils.c
14025         * src/gtk/gtkutils.h
14026         * src/gtk/inputdialog.c
14027         * src/gtk/logwindow.c
14028         * src/gtk/prefswindow.c
14029         * src/gtk/progressdialog.c
14030         * src/gtk/progressdialog.h
14031                 first part of initial sync with main-gtk2
14032                 (more to follow)
14033
14034 2005-01-28 [colin]      1.0.0cvs23.1
14035
14036         * src/folderview.c
14037                 Sync with HEAD
14038
14039 2005-01-27 [colin]      1.0.0cvs21.1
14040
14041         * src/folder.c
14042         * src/folderview.c
14043                 Sync with HEAD
14044
14045 2005-01-27 [colin]      1.0.0cvs19.1
14046
14047         * src/procmime.c
14048                 Sync with HEAD
14049
14050 2005-01-27 [colin]      1.0.0cvs18.1
14051
14052         * src/messageview.c
14053         * src/summaryview.c
14054         * src/mainwindow.c
14055         * src/compose.c
14056         * src/compose.h
14057         * src/procmsg.c
14058         * src/procmsg.h
14059         * src/toolbar.c
14060                 Sync with HEAD
14061
14062 2005-01-26 [paul]       1.0.0cvs15.2
14063
14064         * src/compose.c
14065                 compose_entries_set(): convert subject and body to
14066                 utf8 if necessary. patch by Felix Eckhofer
14067
14068 2005-01-26 [paul]       1.0.0cvs15.1
14069
14070         * configure.ac
14071         * src/common/template.c
14072                 sync with HEAD (fix memory leak)
14073
14074 2005-01-25 [paul]       1.0.0cvs14.1
14075
14076         * configure.ac
14077         * src/compose.c
14078                 sync with HEAD
14079
14080 2005-01-24 [colin]      1.0.0cvs13.1
14081
14082         * src/summaryview.c
14083                 Sync with HEAD
14084
14085 2005-01-24 [paul]       1.0.0cvs12.1
14086
14087         * configure.ac
14088         * src/messageview.c
14089         * src/mh.c
14090         * src/common/utils.c
14091                 sync with HEAD
14092
14093 2005-01-24 [colin]      1.0.0cvs11.1
14094
14095         * src/procheader.c
14096                 Sync with HEAD
14097
14098 2005-01-24 [colin]      1.0.0cvs10.1
14099
14100         * src/folderview.c
14101                 Sync with HEAD
14102
14103 2005-01-23 [colin]      1.0.0cvs9.1
14104
14105         * src/crash.c
14106                 Sync with HEAD
14107
14108 2005-01-22 [colin]      1.0.0cvs8.1
14109
14110         * src/summaryview.c
14111         * src/gtk/quicksearch.c
14112                 Sync with HEAD
14113
14114 2005-01-21 [colin]      1.0.0cvs7.1
14115
14116         * src/summaryview.c
14117                 Sync with HEAD
14118
14119 2005-01-21 [colin]      1.0.0cvs6.1
14120
14121         * src/summaryview.c
14122                 Sync with HEAD
14123
14124 2005-01-21 [colin]      1.0.0cvs5.1
14125
14126         * src/gtk/quicksearch.c
14127         * src/prefs_common.c
14128         * src/prefs_common.h
14129                 Sync with HEAD (recurse option)
14130
14131 2005-01-21 [colin]      1.0.0cvs4.1
14132
14133         * src/folder.h
14134         * src/folderview.c
14135         * src/folderview.h
14136         * src/summaryview.c
14137         * src/gtk/quicksearch.c
14138         * src/gtk/quicksearch.h
14139                 Sync with HEAD (recursive quicksearch)
14140
14141 2005-01-20 [colin]      1.0.0cvs3.4
14142
14143         * src/ssl_manager.c
14144                 Remove useless code
14145
14146 2005-01-20 [colin]      1.0.0cvs3.3
14147
14148         * src/ssl_manager.c
14149                 Fix leak, thanks to Alfons.
14150
14151 2005-01-20 [colin]      1.0.0cvs3.2
14152
14153         * src/ssl_manager.c
14154                 Port SSL certificate window to GTK2.
14155
14156 2005-01-20 [paul]       1.0.0cvs3.1
14157
14158         * ChangeLog.claws
14159         * configure.ac
14160         * src/addrindex.c
14161         * src/addrindex.h
14162                 sync with HEAD
14163
14164 2005-01-19 [colin]      1.0.0cvs2.2
14165
14166         * src/plugins/trayicon/trayicon.c
14167                 Fix freeze with gtk-2.6, the easy way
14168                 (signal blocking helpless there...)
14169                 Closes bug #668.
14170
14171 2005-01-19 [colin]      1.0.0cvs2.1
14172
14173         * src/mbox.c
14174         * src/mbox.h
14175         * src/mainwindow.c
14176         * src/summaryview.c
14177         * src/summaryview.h
14178                 Sync with HEAD
14179
14180 2005-01-19 [paul]       1.0.0cvs1.1
14181
14182         * configure.ac
14183         * po/de.po
14184         * po/es.po
14185         * po/fr.po
14186         * po/hr.po
14187         * po/it.po
14188         * po/ja.po
14189         * po/ko.po
14190         * po/pt_BR.po
14191         * po/ru.po
14192         * po/sk.po
14193         * po/sr.po
14194                 sync with HEAD (update translations)
14195
14196 2005-01-18 [colin]      1.0.0cvs0.1
14197
14198         * src/foldersel.c
14199                 Specify search column - patch by Alfons
14200
14201 2005-01-18 [colin]      0.9.13cvs36.3
14202
14203         * src/prefs_toolbar.c
14204                 Change Delete to Remove
14205         * src/prefs_fonts.c
14206                 GTK2 version and leak fixes
14207         * src/prefs_actions.c
14208                 Add stock buttons.
14209                 All patches by Alfons
14210
14211 2005-01-17 [colin]      0.9.13cvs36.2
14212
14213         * src/compose.c
14214                 Fix DnD inserting twice. While at it,
14215                 add DnD support for text/plain in the
14216                 body, and add support in the headers.
14217
14218 2005-01-16 [colin]      0.9.13cvs36.1
14219
14220         * ChangeLog
14221         * ChangeLog.jp
14222         * ChangeLog.claws
14223                 Sync with HEAD (nothing applicable)
14224
14225 2005-01-16 [colin]      0.9.13cvs33.2
14226
14227         * src/prefs_toolbar.c
14228                 GTK2ize prefs_toolbar, by Alfons.
14229
14230 2005-01-14 [colin]      0.9.13cvs33.1
14231
14232         * src/html.c
14233         * src/msgcache.c
14234                 Sync with HEAD
14235
14236 2005-01-14 [colin]      0.9.13cvs32.1
14237
14238         * src/html.c
14239         * src/html.h
14240         * src/msgcache.c
14241         * AUTHORS
14242         * tools/calypso_convert.pl
14243                 Sync with HEAD
14244
14245 2005-01-08 [colin]      0.9.13cvs29.2
14246
14247         * src/prefs_filtering_action.c
14248         * src/prefs_filtering.c
14249                 2 more gtk2 patches by Alfons
14250
14251 2005-01-07 [paul]       0.9.13cvs29.1
14252
14253         * ChangeLog
14254         * ChangeLog.claws
14255         * ChangeLog.jp
14256         * configure.ac
14257         * src/pop.c
14258         * src/pop.h
14259                 sync with HEAD
14260
14261 2005-01-07 [colin]      0.9.13cvs28.3
14262
14263         * src/gtk/progressdialog.c
14264         * src/gtk/progressdialog.h
14265         * src/inc.c
14266         * src/send_message.c
14267                 GTK2 for the incorporation dialog. The CList isn't dead
14268                 yet, for a more smooth migration. Patch by Alfons.
14269
14270 2005-01-06 [colin]      0.9.13cvs28.2
14271
14272         * src/prefs_display_header.c
14273                 GTK2 conversion by Alfons
14274         * src/prefs_actions.c
14275         * src/prefs_matcher.c
14276                 Fix 2 leaks - patch by Alfons
14277
14278 2005-01-06 [colin]      0.9.13cvs28.1
14279
14280         * src/prefs_matcher.c
14281                 Sync with HEAD
14282
14283 2005-01-06 [colin]      0.9.13cvs27.4
14284
14285         * src/prefs_matcher.c
14286                 Fix double-free. Patch by Alfons
14287
14288 2005-01-06 [colin]      0.9.13cvs27.3
14289
14290         * src/prefs_matcher.c
14291                 GTK2 widgets + memleak
14292                 Patch by Alfons
14293
14294 2005-01-05 [colin]      0.9.13cvs27.2
14295
14296         * src/account.c
14297         * src/addr_compl.c
14298         * src/foldersel.c
14299         * src/stock_pixmap.c
14300         * src/stock_pixmap.h
14301                 3 more GTK2 patches by Alfons.
14302
14303 2005-01-04 [colin]      0.9.13cvs27.1
14304
14305         * src/folderview.c
14306         * src/imap_gtk.c
14307         * src/news_gtk.c
14308                 Sync with HEAD
14309
14310 2005-01-04 [colin]      0.9.13cvs25.9
14311
14312         * src/compose.c
14313                 Fix Show Ruler menuitem
14314         * src/prefs_template.c
14315                 Convert to GTK2
14316         * src/common/utils.c
14317                 Make auto pointer stuff handles NULLs
14318                 Patches by Alfons.
14319
14320 2005-01-04 [colin]      0.9.13cvs25.8
14321
14322         * src/compose.c
14323                 Move the attachment list to gtk2
14324                 Patch by Alfons.
14325
14326 2005-01-04 [colin]      0.9.13cvs25.7
14327
14328         * src/textview.c
14329                 Make some keys work again
14330                 Patch by SungHyun Nam <namsh@kldp.org>
14331
14332 2005-01-04 [colin]      0.9.13cvs25.6
14333
14334         * src/gtk/gtkshruler.c
14335                 Move the ruler to GTK2
14336                 Patch by Alfons
14337
14338 2005-01-03 [colin]      0.9.13cvs25.5
14339
14340         * src/compose.c
14341                 Fix my broken patch apply 
14342
14343 2005-01-03 [colin]      0.9.13cvs25.4
14344
14345         * src/common/utils.c
14346         * src/common/utils.h
14347         * src/gtk/prefswindow.c
14348                 Move auto pointer stuff to utils.c
14349                 Patch by Alfons again :)
14350
14351 2005-01-03 [colin]      0.9.13cvs25.3
14352
14353         * src/compose.c
14354         * src/prefs_gtk.c
14355         * src/prefs_template.c
14356         * src/textview.c
14357                 Empty text widgets with empty strings, not NULL char
14358                 Patch by SungHyun Nam <namsh@kldp_org>
14359
14360 2005-01-03 [colin]      0.9.13cvs25.2
14361
14362         * src/main.c
14363         * AUTHORS
14364                 Sync with HEAD
14365
14366 2005-01-03 [colin]      0.9.13cvs25.1
14367
14368         * src/pop.c
14369         * src/pop.h
14370                 Sync with HEAD
14371
14372 2005-01-03 [colin]      0.9.13cvs24.3
14373
14374         * src/account.c
14375                 Two patches from Alfons and Alex S Moore:
14376                 fix images, fix return value.
14377
14378 2005-01-01 [colin]      0.9.13cvs24.2
14379
14380         * src/prefs_actions.c
14381                 Fix over-zealous assertion. Patch by Alfons
14382
14383 2005-01-01 [colin]      0.9.13cvs24.1
14384
14385         * src/procmime.c
14386                 Sync with HEAD (leak fix)
14387
14388 2004-12-31 [colin]      0.9.13cvs23.2
14389
14390         * src/prefs_common.c
14391                 GTK2 widgets + stock buttons - patch by Alfons
14392
14393 2004-12-31 [paul]       0.9.13cvs23.1
14394
14395         * configure.ac
14396                 bump up EXTRA_VERSION to match (sync'ed) HEAD
14397         * src/gtk/pluginwindow.c
14398                 use GTK2 widgets and plug memory leaks,
14399                 patches by Alfons
14400
14401 2004-12-30 [colin]      0.9.13cvs22.4
14402
14403         * src/account.c
14404         * src/action.c
14405         * src/export.c
14406         * src/foldersel.c
14407         * src/import.c
14408         * src/message_search.c
14409         * src/prefs_actions.c
14410         * src/prefs_common.c
14411         * src/prefs_customheader.c
14412         * src/prefs_filtering.c
14413         * src/prefs_summary_column.c
14414         * src/summary_search.c
14415         * src/gtk/about.c
14416         * src/gtk/description_window.c
14417         * src/gtk/gtkutils.c
14418         * src/gtk/gtkutils.h
14419         * src/gtk/inputdialog.c
14420         * src/gtk/prefswindow.c
14421                 Use GTK2 stock buttons. Patches by Alfons.
14422
14423 2004-12-30 [colin]      0.9.13cvs22.3
14424
14425         * src/account.c
14426                 Sync with HEAD
14427         * src/prefs_actions.c
14428         * src/prefs_customheader.c
14429         * src/prefs_filtering.c
14430         * src/prefs_msg_colors.c
14431         * src/prefs_summary_column.c
14432         * src/gtk/prefswindow.c
14433                 Use GtkTreeView instead of deprecated 
14434                 widgets. Patches by Alfons.
14435
14436 2004-12-30 [paul]       0.9.13cvs22.2
14437
14438         * src/foldersel.c
14439                 use GTK 2 Tree View
14440                 patch by Alfons, with root folder sorting fix
14441                 by Stephan Sachse
14442
14443 2004-12-30 [paul]       0.9.13cvs22.1
14444
14445         * ChangeLog
14446         * ChangeLog.claws
14447         * ChangeLog.jp
14448         * NEWS
14449         * configure.ac
14450         * src/account.c
14451                 sync with HEAD
14452
14453 2004-12-22 [martin]     0.9.13cvs21.2
14454
14455         * src/action.c
14456                 free the command line after its use
14457
14458 2004-12-18 [paul]       0.9.13cvs21.1
14459
14460         * AUTHORS
14461         * ChangeLog
14462         * ChangeLog.claws
14463         * ChangeLog.jp
14464         * NEWS
14465         * configure.ac
14466         * src/action.c
14467         * src/compose.c
14468         * src/syldap.c
14469                 sync with HEAD
14470
14471 2004-12-17 [martin]     0.9.13cvs17.2
14472
14473         * src/action.c
14474                 convert actions input to locale
14475         * src/inc.c
14476                 convert notification command to locale
14477         * src/plugins/pgpmime/select-keys.c
14478                 convert attributes to utf8
14479
14480 2004-12-14 [colin]      0.9.13cvs17.1
14481
14482         * ChangeLog
14483         * ChangeLog.jp
14484         * ChangeLog.claws
14485         * src/action.c
14486         * src/common/utils.c
14487         * src/gtk/prefswindow.c
14488         * src/gtk/gtkutils.c
14489         * src/gtk/gtkutils.h
14490         * src/plugins/spamassassin/libspamc.c
14491                 Sync with HEAD
14492
14493 2004-12-13 [colin]      0.9.13cvs14.1
14494
14495         * src/quote_fmt_parse.y
14496                 Sync with HEAD
14497
14498 2004-12-10 [colin]      0.9.13cvs12.1
14499
14500         * src/prefs_themes.c
14501         * src/mainwindow.c
14502         * src/messageview.c
14503                 Sync with HEAD
14504
14505 2004-12-09 [colin]      0.9.13cvs10.1
14506
14507         * src/procmime.c
14508                 Sync with HEAD (fix B64 encoding from memory)
14509
14510 2004-12-08 [colin]      0.9.13cvs9.1
14511
14512         * src/gtk/colorlabel.c
14513                 Sync with HEAD
14514
14515 2004-12-08 [paul]       0.9.13cvs8.2
14516
14517         * src/gtk/pluginwindow.c
14518                 fix window resizing oddities
14519
14520 2004-12-08 [colin]      0.9.13cvs8.1
14521
14522         * src/quote_fmt_parse.y
14523                 Sync with HEAD
14524
14525 2004-12-08 [colin]      0.9.13cvs7.1
14526
14527         * src/matcher_parser_parse.y
14528         * src/msgcache.c
14529         * src/prefs_matcher.c
14530         * src/procheader.c
14531         * src/matcher.c
14532         * src/common/defs.h
14533         * po/sr.po
14534                 Sync with HEAD
14535
14536 2004-12-08 [colin]      0.9.13cvs6.1
14537
14538         * src/quote_fmt_parse.y
14539         * src/textview.c
14540                 Sync with HEAD
14541         * src/gtk/prefswindow.c
14542         * src/gtk/pluginwindow.c
14543                 Fix G_CALLBACKS protos (thanks to Alfons)
14544
14545 2004-12-07 [torte]      0.9.13cvs2.2
14546
14547         * src/procmime.c
14548                 [Bug 650] reply button causes crash
14549                 Thanks to David Relson and Christoph
14550
14551 2004-12-07 [colin]      0.9.13cvs2.1
14552
14553         * ChangeLog.claws
14554         * AUTHORS
14555         * po/sk.po
14556         * src/procmime.c
14557         * src/prefs_account.c
14558         * src/common/smtp.c
14559         * src/common/smtp.h
14560                 Sync with HEAD
14561
14562 2004-12-06 [colin]      0.9.12cvs187.1
14563
14564         * ChangeLog.claws
14565         * INSTALL
14566         * Makefile.am
14567         * README.claws
14568         * TODO.claws
14569         * configure.ac
14570         * po/bg.po
14571         * po/cs.po
14572         * po/el.po
14573         * po/en_GB.po
14574         * po/es.po
14575         * po/fr.po
14576         * po/hr.po
14577         * po/hu.po
14578         * po/it.po
14579         * po/ja.po
14580         * po/ko.po
14581         * po/nl.po
14582         * po/pl.po
14583         * po/pt_BR.po
14584         * po/ru.po
14585         * po/sk.po
14586         * po/sr.po
14587         * po/sv.po
14588         * po/zh_CN.po
14589         * po/zh_TW.Big5.po
14590         * src/compose.c
14591         * tools/Makefile.am
14592         * tools/README
14593         * tools/filter_conv.pl
14594         * tools/kdeservicemenu/README
14595         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14596         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14597                 Sync with HEAD
14598
14599 2004-12-04 [colin]      0.9.12cvs183.1
14600
14601         * src/compose.c
14602                 Sync with HEAD (compose window position saving)
14603
14604 2004-12-04 [paul]       0.9.12cvs182.3
14605
14606         * src/messageview.c
14607         * src/mimeview.c
14608         * src/prefs_customheader.c
14609         * src/gtk/quicksearch.c
14610                 replace some forgotten GTK_SIGNAL_FUNCs
14611
14612 2004-12-04 [paul]       0.9.12cvs182.2
14613
14614         * src/Makefile.am
14615                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14616                 committed in error      
14617
14618 2004-12-04 [paul]       0.9.12cvs182.1
14619
14620         * ChangeLog
14621         * ChangeLog.claws
14622         * ChangeLog.jp
14623         * INSTALL
14624         * NEWS
14625         * README
14626         * README.jp
14627         * configure.ac
14628         * doc/manual/ja/Makefile.am
14629         * doc/manual/ja/sylpheed-1.html
14630         * doc/manual/ja/sylpheed-10.html
14631         * doc/manual/ja/sylpheed-11.html
14632         * doc/manual/ja/sylpheed-12.html
14633         * doc/manual/ja/sylpheed-13.html
14634         * doc/manual/ja/sylpheed-14.html
14635         * doc/manual/ja/sylpheed-15.html
14636         * doc/manual/ja/sylpheed-16.html
14637         * doc/manual/ja/sylpheed-17.html
14638         * doc/manual/ja/sylpheed-18.html
14639         * doc/manual/ja/sylpheed-19.html
14640         * doc/manual/ja/sylpheed-2.html
14641         * doc/manual/ja/sylpheed-20.html
14642         * doc/manual/ja/sylpheed-3.html
14643         * doc/manual/ja/sylpheed-4.html
14644         * doc/manual/ja/sylpheed-5.html
14645         * doc/manual/ja/sylpheed-6.html
14646         * doc/manual/ja/sylpheed-7.html
14647         * doc/manual/ja/sylpheed-8.html
14648         * doc/manual/ja/sylpheed-9.html
14649         * doc/manual/ja/sylpheed.html
14650         * doc/manual/ja/sylpheed.sgml
14651         * po/de.po
14652         * src/Makefile.am
14653         * src/compose.c
14654         * src/procmime.c
14655         * src/pixmaps/regular.xpm **REMOVED**
14656         * src/plugins/pgpmime/pgpmime.c
14657         * src/plugins/pgpmime/plugin.c
14658         * src/plugins/pgpmime/prefs_gpg.c
14659                 sync with HEAD
14660
14661 2004-12-03 [paul]       0.9.12cvs180.1
14662
14663         * ChangeLog
14664         * ChangeLog.claws
14665         * ChangeLog.jp
14666         * configure.ac
14667         * src/Makefile.am
14668         * src/pop.c
14669         * src/common/utils.c
14670         * src/common/utils.h
14671         * src/pixmaps/continue.xpm
14672         * src/pixmaps/dir_close.xpm
14673         * src/pixmaps/dir_open.xpm
14674         * src/pixmaps/drafts_close.xpm
14675         * src/pixmaps/drafts_open.xpm
14676         * src/pixmaps/folder.xpm **REMOVED**
14677         * src/pixmaps/group.xpm
14678         * src/pixmaps/unread.xpm
14679                 sync with HEAD
14680
14681 2004-12-02 [colin]      0.9.12cvs179.1
14682
14683         * src/compose.c
14684                 Sync with HEAD (non-duplicated reedition)
14685
14686 2004-12-02 [colin]      0.9.12cvs178.1
14687
14688         * src/compose.c
14689                 Sync with HEAD (linewrap_quote fix)
14690
14691 2004-12-01 [colin]      0.9.12cvs177.3
14692
14693         * src/addrharvest.c
14694                 Replace sizeof with strlen
14695
14696 2004-12-01 [paul]       0.9.12cvs177.2
14697
14698         * src/addrharvest.c
14699                 fix 'harvest addresses'
14700
14701 2004-11-30 [colin]      0.9.12cvs177.1
14702
14703         * src/gtk/prefswindow.c
14704         * src/gtk/pluginwindow.c
14705                 Sync with HEAD
14706
14707 2004-11-29 [colin]      0.9.12cvs176.1
14708
14709         * src/folderview.c
14710                 sync with HEAD (Fix disappearing separators in folderview's popup)
14711
14712 2004-11-29 [colin]      0.9.12cvs175.1
14713
14714         * src/procmime.c
14715                 Sync with head (another format fix)
14716
14717 2004-11-29 [colin]      0.9.12cvs174.1
14718
14719         * src/pop.c
14720                 Sync with HEAD (format string fix)
14721
14722 2004-11-26 [colin]      0.9.12cvs173.1
14723
14724         * src/common/smtp.c
14725         * src/common/smtp.h
14726                 Sync with HEAD
14727
14728 2004-11-24 [colin]      0.9.12cvs172.1
14729
14730         * src/plugins/pgpmime/pgpmime.c
14731                 Sync with HEAD
14732
14733 2004-11-24 [colin]      0.9.12cvs171.1
14734
14735         * src/plugins/pgpmime/pgpmime.c
14736                 Sync with head (gpgmectx leaks)
14737
14738 2004-11-24 [colin]      0.9.12cvs169.1
14739
14740         * src/plugins/pgpmime/plugin.c
14741         * src/plugins/trayicon/Makefile.am
14742         * src/plugins/trayicon/newmarkedmail.xpm
14743         * src/plugins/trayicon/trayicon.c
14744         * src/plugins/trayicon/unreadmarkedmail.xpm
14745                 Sync with HEAD
14746
14747 2004-11-23 [colin]      0.9.12cvs168.1
14748
14749         * src/partial_download.c
14750         * src/partial_download.h
14751         * src/plugins/pgpmime/plugin.c
14752                 Sync with HEAD
14753
14754 2004-11-23 [colin]      0.9.12cvs166.1
14755
14756         * src/Makefile.am
14757         * src/codeconv.c
14758         * src/compose.c
14759         * src/folderview.c
14760         * src/main.c
14761         * src/partial_download.c
14762         * src/partial_download.h
14763         * src/prefs_account.c
14764         * src/prefs_account.h
14765         * src/privacy.c
14766         * src/privacy.h
14767         * src/procmime.c
14768         * src/common/Makefile.am
14769         * src/common/base64.h
14770         * src/common/partial_download.c
14771         * src/common/partial_download.h
14772         * src/gtk/prefswindow.c
14773         * src/gtk/prefswindow.h
14774         * src/plugins/pgpmime/pgpmime.c
14775         * src/plugins/pgpmime/prefs_gpg.c
14776         * src/plugins/pgpmime/prefs_gpg.h
14777         * src/plugins/pgpmime/sgpgme.c
14778         * src/plugins/pgpmime/sgpgme.h
14779                 Sync with HEAD
14780
14781 2004-11-23 [colin]      0.9.12cvs163.1
14782
14783         * src/main.c
14784                 Sync with HEAD (cursor optimization)
14785
14786 2004-11-23 [colin]      0.9.12cvs162.1
14787
14788         * src/prefs_common.c
14789         * src/prefs_themes.c
14790         * src/procmsg.c
14791                 Sync with HEAD
14792
14793 2004-11-23 [colin]      0.9.12cvs158.9
14794
14795         * src/compose.c
14796                 Fix double-free when forwarding
14797         * src/msgcache.c
14798                 Fix leak on error path
14799                 
14800
14801 2004-11-23 [colin]      0.9.12cvs158.8
14802
14803         * src/compose.c
14804                 Fix possible double-free
14805                 Spotted by Alfons
14806
14807 2004-11-23 [colin]      0.9.12cvs158.7
14808
14809         * src/compose.c
14810                 Fix some signal handlers' prototypes
14811                 Spotted by Alfons
14812
14813 2004-11-22 [colin]      0.9.12cvs158.6
14814
14815         * src/compose.c
14816                 Remove unneeded code and duplicated
14817                 wrapping - patch by Alfons
14818
14819 2004-11-22 [colin]      0.9.12cvs158.5
14820
14821         * src/prefs_themes.c
14822                 Fix oversized selector
14823
14824 2004-11-22 [colin]      0.9.12cvs158.4
14825
14826         * src/compose.c
14827                 fix dump_text()
14828                 patch by Alfons
14829
14830 2004-11-19 [colin]      0.9.12cvs158.3
14831
14832         * src/textview.c
14833                 Add a context menu on links (open, copy)
14834
14835 2004-11-18 [paul]       0.9.12cvs158.2
14836
14837         * src/addrgather.c
14838         * src/exphtmldlg.c
14839         * src/expldifdlg.c
14840         * src/mimeview.c
14841         * src/prefs_common.c
14842         * src/plugins/image_viewer/viewer.c
14843         * src/plugins/spamassassin/spamassassin_gtk.c
14844                 replace deprecated gtk_notebook_set_page
14845                 and gtk_notebook_current_page
14846
14847 2004-11-18 [paul]       0.9.12cvs158.1
14848
14849         * configure.ac
14850         * src/compose.c
14851         * src/mainwindow.c
14852         * src/messageview.c
14853         * src/prefs_common.c
14854         * src/common/utils.c
14855         * src/common/utils.h
14856                 sync with HEAD
14857
14858 2004-11-17 [colin]      0.9.12cvs156.1
14859
14860         * src/prefs_account.c
14861         * src/prefs_account.h
14862         * src/procmsg.c
14863                 Sync with HEAD (add pref to store encrypted mails encrypted)
14864
14865 2004-11-17 [paul]       0.9.12cvs155.1
14866
14867         * ChangeLog
14868         * ChangeLog.claws
14869         * ChangeLog.jp
14870         * NEWS
14871         * configure.ac
14872         * src/compose.c
14873         * src/jpilot.c
14874         * src/privacy.c
14875         * src/procmime.c
14876         * src/procmime.h
14877         * src/procmsg.c
14878         * src/toolbar.c
14879         * src/pixmaps/error.xpm
14880                 sync with HEAD
14881
14882 2004-11-17 [colin]      0.9.12cvs151.1
14883
14884         * src/plugins/pgpmime/pgpmime.c
14885                 Sync with HEAD (remove debug printf)
14886
14887 2004-11-17 [colin]      0.9.12cvs150.1
14888
14889         * src/plugins/pgpmime/pgpmime.c
14890                 Sync with HEAD (off-by-one fix)
14891
14892 2004-11-17 [colin]      0.9.12cvs149.1
14893
14894         * src/procmsg.c
14895                 Sync with HEAD (coding style fixes)
14896
14897 2004-11-16 [colin]      0.9.12cvs148.1
14898
14899         * src/procmsg.c
14900                 Sync with head (Fix the fix)
14901
14902 2004-11-16 [colin]      0.9.12cvs147.1
14903
14904         * src/procmsg.c
14905                 Sync with Main (leak fix)
14906
14907 2004-11-16 [colin]      0.9.12cvs146.14
14908
14909         * src/compose.c
14910                 Remove useless chunk of code
14911                 Patch by Alfons
14912
14913 2004-11-15 [colin]      0.9.12cvs146.13
14914
14915         * src/compose.c
14916                 Fix drafting after insertion
14917                 Patch by Alfons
14918
14919 2004-11-15 [colin]      0.9.12cvs146.12
14920
14921         * src/compose.c
14922         * src/prefs_filtering.c
14923         * src/prefs_filtering_action.c
14924         * src/prefs_toolbar.c
14925                 Fix some const-correctness
14926
14927 2004-11-15 [colin]      0.9.12cvs146.11
14928
14929         * src/summaryview.c
14930         * src/prefs_themes.c
14931         * src/messageview.c
14932                 Fix some leaks
14933
14934 2004-11-15 [colin]      0.9.12cvs146.10
14935
14936         * src/codeconv.c
14937                 More unreadable locale fixes
14938
14939 2004-11-14 [colin]      0.9.12cvs146.9
14940
14941         * src/textview.c
14942                 Fix uri_security_check
14943                 Patch by Alfons
14944
14945 2004-11-13 [paul]       0.9.12cvs146.8
14946
14947         * src/folder.c
14948         * src/procmime.c
14949                 fix 2 bugs introduced in last commit
14950
14951 2004-11-13 [paul]       0.9.12cvs146.7
14952
14953         * src/compose.c
14954         * src/exporthtml.c
14955         * src/exportldif.c
14956         * src/folder.c
14957         * src/imap.c
14958         * src/imap_gtk.c
14959         * src/main.c
14960         * src/mainwindow.c
14961         * src/messageview.c
14962         * src/mh_gtk.c
14963         * src/prefs_themes.c
14964         * src/procmime.c
14965         * src/setup.c
14966         * src/summaryview.c
14967                 replace deprecated g_basename
14968
14969 2004-11-13 [paul]       0.9.12cvs146.6
14970
14971         * src/compose.c
14972         * src/imap.c
14973         * src/matcher_parser.h
14974         * src/matcher_parser_parse.y
14975         * src/prefs_filtering.c
14976         * src/prefs_filtering_action.c
14977         * src/prefs_themes.c
14978         * src/prefs_toolbar.c
14979         * src/common/utils.c
14980                 various small fixes/cleanups
14981
14982 2004-11-12 [colin]      0.9.12cvs146.5
14983
14984         * src/textview.c
14985                 Validate event's origin on visibility notify
14986                 Patch by Alfons.
14987
14988 2004-11-12 [paul]       0.9.12cvs146.4
14989
14990         * src/exporthtml.c
14991         * src/exportldif.c
14992         * src/imap.c
14993         * src/mh.c
14994         * src/mimeview.c
14995         * src/prefs_spelling.c
14996         * src/prefs_themes.c
14997                 replace deprecated g_dirname    
14998
14999 2004-11-12 [colin]      0.9.12cvs146.3
15000
15001         * src/textview.c
15002                 Some coding style fixes
15003
15004 2004-11-12 [colin]      0.9.12cvs146.2
15005
15006         * src/codeconv.c
15007                 We want to replace _all_ extended chars in
15008                 conv_unreadable_*, because any string containing
15009                 extended chars not parsing as UTF8 is 
15010                 undisplayed on gtk2.
15011
15012 2004-11-12 [paul]       0.9.12cvs146.1
15013
15014         * ChangeLog
15015         * ChangeLog.claws
15016         * ChangeLog.jp
15017         * NEWS
15018         * configure.ac
15019         * src/account.c
15020         * src/folderview.c
15021         * src/folderview.h
15022         * src/imap.c
15023         * src/imap_gtk.c
15024         * src/inc.c
15025         * src/mainwindow.c
15026         * src/mh_gtk.c
15027         * src/news_gtk.c
15028         * src/pop.c
15029         * src/prefs_account.c
15030         * src/prefs_account.h
15031         * src/prefs_ext_prog.c
15032         * src/procmime.c
15033         * src/procmime.h
15034         * src/procmsg.c
15035         * src/procmsg.h
15036         * src/summary_search.c
15037         * src/summaryview.c
15038         * src/textview.c
15039         * src/common/defs.h
15040         * src/common/utils.c
15041         * src/common/utils.h
15042         * src/gtk/menu.c
15043         * src/gtk/menu.h
15044                 sync with HEAD
15045
15046 2004-11-11 [colin]      0.9.12cvs144.2
15047
15048         * src/textview.c
15049                 Fix URI range selection (patch by Alfons)
15050
15051 2004-11-09 [colin]      0.9.12cvs144.1
15052
15053         * ChangeLog.claws
15054         * src/compose.c
15055         * src/folder.c
15056         * src/folder_item_prefs.c
15057         * src/prefs_account.c
15058         * src/prefs_account.h
15059         * src/plugins/pgpmime/pgpmime.c
15060                 Sync with HEAD
15061
15062 2004-11-08 [colin]      0.9.12cvs143.1
15063
15064         * src/summaryview.c
15065                 Sync with HEAD (optimize quicksearch)
15066
15067 2004-11-08 [colin]      0.9.12cvs142.2
15068
15069         * src/compose.c
15070                 Don't wrap when Edit/Auto wrapping is disabled
15071
15072 2004-11-08 [colin]      0.9.12cvs142.1
15073
15074         * src/textview.c
15075                 Sync with HEAD
15076
15077 2004-11-08 [colin]      0.9.12cvs141.1
15078
15079         * src/textview.c
15080                 Sync with HEAD (fix some mail URIs)
15081
15082 2004-11-08 [colin]      0.9.12cvs140.3
15083
15084         * src/textview.c
15085                 o Use text cursor instead of arrow when
15086                   not on a link
15087                 o Fix handling of contiguous links (as in
15088                   "colin@colino.net" <colin@colino.net>)
15089                   This one unveils a bug in get_email_part()
15090
15091 2004-11-07 [colin]      0.9.12cvs140.2
15092
15093         * src/textview.c
15094                 Fix memleak. Patch by Alfons.
15095
15096 2004-11-06 [colin]      0.9.12cvs140.1
15097
15098         * src/compose.c
15099                 Sync with HEAD (don't ask passphrase
15100                 when drafting)
15101
15102 2004-11-06 [paul]       0.9.12cvs139.2
15103
15104         * AUTHORS
15105         * src/textview.c
15106         * src/textview.h
15107                 textview URI handling. hovering over a 
15108                 link displays it in the status bar,
15109                 and changes the mouse pointer to a hand 
15110                 cursor. a link is activated with a single 
15111                 click. (Modified from the) patch by Jean-Yves 
15112                 Lefort <jylefort@users.sourceforge.net>
15113                 
15114
15115 2004-11-05 [colin]      0.9.12cvs139.1
15116
15117         * src/compose.c
15118         * src/procmime.c
15119                 Sync with HEAD again ^^
15120
15121 2004-11-05 [colin]      0.9.12cvs139.1
15122
15123         * src/compose.c
15124         * src/procmime.c
15125                 Sync with HEAD
15126
15127 2004-11-03 [paul]       0.9.12cvs138.1
15128
15129         * ChangeLog.claws
15130         * configure.ac
15131         * po/POTFILES.in
15132         * src/prefs_ext_prog.c
15133         * src/procmime.c
15134         * tools/kdeservicemenu/README
15135         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15136         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15137                 sync with HEAD
15138
15139 2004-11-01 [christoph]  0.9.12cvs136.2
15140
15141         * src/procmime.c
15142                 convert MIME parameters to UTF-8
15143
15144 2004-10-29 [colin]      0.9.12cvs136.1
15145
15146         * src/common/utils.c
15147                 Sync with HEAD (don't use '=' in mime boundary)
15148
15149 2004-10-29 [paul]       0.9.12cvs135.1
15150
15151         * configure.ac
15152         * doc/src/rfc2231.txt
15153         * src/procmime.c
15154         * src/common/quoted-printable.c
15155         * src/common/utils.c
15156         * src/common/utils.h
15157                 sync with HEAD
15158
15159 2004-10-27 [paul]       0.9.12cvs134.1
15160
15161         * configure.ac
15162         * src/main.c
15163         * src/procmime.c
15164         * src/plugins/pgpmime/pgpmime.c
15165                 sync with HEAD
15166
15167 2004-10-26 [paul]       0.9.12cvs132.3
15168
15169         * src/account.c
15170         * src/addressbook.c
15171         * src/addrgather.c
15172         * src/addrharvest.c
15173         * src/codeconv.c
15174         * src/compose.c
15175         * src/customheader.c
15176         * src/editaddress.c
15177         * src/editgroup.c
15178         * src/enriched.c
15179         * src/expldifdlg.c
15180         * src/exporthtml.c
15181         * src/exportldif.c
15182         * src/folder.c
15183         * src/foldersel.c
15184         * src/folderview.c
15185         * src/grouplistdialog.c
15186         * src/html.c
15187         * src/imap.c
15188         * src/jpilot.c
15189         * src/ldapserver.c
15190         * src/ldif.c
15191         * src/mimeview.c
15192         * src/news.c
15193         * src/news_gtk.c
15194         * src/pop.c
15195         * src/prefs_display_header.c
15196         * src/prefs_gtk.c
15197         * src/prefs_msg_colors.c
15198         * src/prefs_toolbar.c
15199         * src/procheader.c
15200         * src/procmime.c
15201         * src/summaryview.c
15202         * src/textview.c
15203         * src/toolbar.c
15204         * src/vcard.c
15205         * src/common/mgutils.c
15206         * src/common/nntp.c
15207         * src/common/smtp.c
15208         * src/common/template.c
15209         * src/common/utils.c
15210         * src/common/xmlprops.c
15211         * src/plugins/pgpmime/pgpmime.c
15212         * src/plugins/pgpmime/select-keys.c
15213         * src/plugins/pgpmime/sgpgme.c
15214                 replace deprecated g_strcasecmp(), g_strncasecmp(),
15215                 g_string_sprintfa(), gtk_notebook_current_page()
15216
15217 2004-10-26 [colin]      0.9.12cvs132.2
15218
15219         * src/prefs_folder_item.c
15220                 Fix default-account selection
15221
15222 2004-10-21 [colin]      0.9.12cvs133
15223
15224         * src/compose.c
15225                 Sync with HEAD (Remove extra separator in compose's Options)
15226         * src/textview.c
15227                 Set wrapping to char
15228
15229 2004-10-21 [paul]       0.9.12cvs131.2
15230
15231         * src/compose.c
15232         * src/sourcewindow.c
15233                 fix wrapping
15234                 fix window shrinking 
15235
15236 2004-10-21 [colin]      0.9.12cvs131.1
15237
15238         * ChangeLog.claws
15239         * src/compose.c
15240                 Sync with HEAD
15241
15242 2004-10-21 [paul]       0.9.12cvs130.2
15243
15244         * src/prefs_folder_item.c
15245                 sync with HEAD (Apply to subfolders)
15246
15247 2004-10-19 [colin]      0.9.12cvs130.1
15248
15249         * ChangeLog.claws
15250         * src/compose.c
15251         * src/common/utils.c
15252         * src/gtk/menu.c
15253                 Sync with HEAD
15254
15255 2004-10-19 [colin]      0.9.12cvs128.1
15256
15257         * src/addrbook.c
15258         * src/addrcache.c
15259         * src/addressbook.c
15260         * src/codeconv.c
15261         * src/compose.c
15262         * src/customheader.c
15263         * src/editaddress.c
15264         * src/editgroup.c
15265         * src/exporthtml.c
15266         * src/folder.c
15267         * src/folderview.c
15268         * src/imap.c
15269         * src/jpilot.c
15270         * src/main.c
15271         * src/matcher_parser_parse.y
15272         * src/mbox.c
15273         * src/pop.c
15274         * src/prefs_account.c
15275         * src/prefs_gtk.c
15276         * src/prefs_msg_colors.c
15277         * src/procheader.c
15278         * src/procmime.c
15279         * src/procmime.h
15280         * src/procmsg.c
15281         * src/summaryview.c
15282         * src/textview.c
15283         * src/common/base64.c
15284         * src/common/partial_download.c
15285         * src/common/socket.c
15286         * src/common/sylpheed.c
15287         * src/common/utils.c
15288         * src/common/utils.h
15289         * src/gtk/pluginwindow.c
15290         * src/gtk/quicksearch.c
15291         * src/plugins/clamav/clamav_plugin.c
15292         * src/plugins/clamav/clamav_plugin.h
15293         * src/plugins/clamav/clamav_plugin_gtk.c
15294         * src/plugins/pgpmime/passphrase.c
15295         * src/plugins/pgpmime/pgpmime.c
15296         * src/plugins/pgpmime/plugin.c
15297         * src/plugins/pgpmime/prefs_gpg.c
15298         * src/plugins/pgpmime/prefs_gpg.h
15299         * src/plugins/pgpmime/select-keys.c
15300         * src/plugins/pgpmime/sgpgme.c
15301         * src/plugins/spamassassin/libspamc.c
15302         * src/plugins/spamassassin/spamassassin.c
15303         * src/plugins/spamassassin/spamassassin.h
15304         * src/plugins/spamassassin/spamassassin_gtk.c
15305         * src/plugins/trayicon/trayicon.c
15306         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
15307                 Sync with HEAD
15308
15309 2004-10-14 [colin]      0.9.12cvs126.2
15310
15311         * src/codeconv.c
15312         * src/textview.c
15313                 Fix conv_unreadable_locale
15314
15315 2004-10-13 [colin]      0.9.12cvs126.1
15316
15317         * src/compose.c
15318                 Sync with HEAD (don't convert charset for 
15319                 drafted messages, minor cleanup)
15320
15321 2004-10-13 [colin]      0.9.12cvs125.1
15322
15323         * po/POTFILES.in
15324                 Sync with HEAD (POTFILES fix)
15325
15326 2004-10-12 [colin]      0.9.12cvs124.3
15327
15328         * src/compose.c
15329                 Fix encoding bug from latest sync
15330
15331 2004-10-12 [paul]       0.9.12cvs124.2
15332
15333         * src/plugins/pgpmime/prefs_gpg.c
15334         * src/plugins/pgpmime/prefs_gpg.h
15335                 forgotten in last commit        
15336
15337 2004-10-12 [paul]       0.9.12cvs124.1
15338
15339         * ChangeLog.claws
15340         * configure.ac
15341         * m4/spamassassin.m4
15342         * src/Makefile.am
15343         * src/account.c
15344         * src/compose.c
15345         * src/compose.h
15346         * src/crash.c
15347         * src/main.c
15348         * src/mimeview.c
15349         * src/passphrase.c
15350         * src/passphrase.h
15351         * src/prefs_account.c
15352         * src/prefs_account.h
15353         * src/prefs_common.c
15354         * src/privacy.c
15355         * src/privacy.h
15356         * src/procmime.c
15357         * src/procmime.h
15358         * src/procmsg.c
15359         * src/rfc2015.c
15360         * src/rfc2015.h
15361         * src/select-keys.c
15362         * src/select-keys.h
15363         * src/textview.c
15364         * src/common/utils.c
15365         * src/common/utils.h
15366         * src/gtk/about.c
15367         * src/plugins/pgpmime/Makefile.am
15368         * src/plugins/pgpmime/passphrase.c
15369         * src/plugins/pgpmime/passphrase.h
15370         * src/plugins/pgpmime/pgpmime.c
15371         * src/plugins/pgpmime/plugin.c
15372         * src/plugins/pgpmime/select-keys.c
15373         * src/plugins/pgpmime/select-keys.h
15374         * src/plugins/pgpmime/sgpgme.c
15375         * src/plugins/pgpmime/sgpgme.h
15376                 sync with HEAD
15377
15378 2004-10-04 [colin]      0.9.12cvs122.1
15379
15380         * src/mainwindow.c
15381         * src/messageview.c
15382         * src/messageview.h
15383         * src/textview.c
15384                 Sync with HEAD
15385
15386 2004-10-04 [colin]      0.9.12cvs121.1
15387
15388         * src/summaryview.c
15389                 Sync with HEAD
15390
15391 2004-10-04 [paul]       0.9.12cvs120.1
15392
15393         * configure.ac
15394                 sync with HEAD [don't try to build 
15395                 pgpmime plugin when gpgme is disabled]
15396
15397 2004-10-03 [colin]      0.9.12cvs119.3
15398
15399         * src/gtk/gtksctree.c
15400                 Lots of side effects. Put back as before 117.2.
15401         * src/summaryview.c
15402                 Fix bug #602
15403
15404 2004-10-03 [colin]      0.9.12cvs119.2
15405
15406         * src/gtk/gtksctree.c
15407                 Revert 608 fix that doesn't work that good
15408
15409 2004-10-02 [colin]      0.9.12cvs119.1
15410
15411         * src/mainwindow.c
15412         * src/messageview.c
15413         * src/prefs_common.h
15414         * src/procmime.c
15415         * src/procmime.h
15416         * src/textview.c
15417                 Sync with HEAD
15418         * src/gtk/gtksctree.c
15419                 Close bug #608
15420
15421 2004-10-01 [colin]      0.9.12cvs118.1
15422
15423         * src/mimeview.c
15424                 Sync with HEAD (better Save All fix)
15425
15426 2004-10-01 [colin]      0.9.12cvs117.2
15427
15428         * src/gtk/gtksctree.c
15429                 Faster on selection
15430
15431 2004-10-01 [colin]      0.9.12cvs117.1
15432
15433         * src/mimeview.c
15434                 Sync with HEAD (Save All: only attachments)
15435
15436 2004-10-01 [paul]       0.9.12cvs116.1
15437
15438         * ChangeLog.claws
15439         * configure.ac
15440         * src/account.c
15441         * src/prefs_common.c
15442         * src/gtk/colorlabel.c
15443                 sync with HEAD
15444
15445 2004-09-30 [colin]      0.9.12cvs115.1
15446
15447         * src/stock_pixmap.c
15448         * src/stock_pixmap.h
15449         * src/folderview.c
15450         * src/Makefile.am
15451         * src/pixmaps/read.xpm
15452                 Sync with HEAD (new pixmap)
15453
15454 2004-09-29 [colin]      0.9.12cvs114.1
15455
15456         * src/compose.c
15457                 Sync with HEAD
15458                 Fix focus handling in headers
15459
15460 2004-09-29 [paul]       0.9.12cvs113.1
15461
15462         * src/quote_fmt_parse.y
15463                 sync with HEAD
15464  
15465
15466 2004-09-28 [colin]      0.9.12cvs112.1
15467
15468         * src/folderview.c
15469         * src/mainwindow.c
15470                 Sync with HEAD
15471
15472 2004-09-28 [colin]      0.9.12cvs110.1
15473
15474         * src/folderview.c
15475                 Sync with HEAD (Contextual Empty trash menu)
15476
15477 2004-09-28 [colin]      0.9.12cvs108.1
15478
15479         * src/addressbook.c
15480                 Sync with HEAD (addressbook edit on double-click)
15481
15482 2004-09-28 [colin]      0.9.12cvs106.1
15483
15484         * src/inc.c
15485                 Sync with HEAD (folder_item freeze on inc)
15486
15487 2004-09-27 [colin]      0.9.12cvs105.1
15488
15489         * src/folderview.c
15490                 Sync with HEAD (right-align new and unread column)
15491
15492 2004-09-27 [colin]      0.9.12cvs104.1
15493
15494         * src/main.c
15495                 Sync with HEAD (revert 0.9.12cvs101)
15496
15497 2004-09-24 [colin]      0.9.12cvs103.2
15498
15499         * src/wizard.c
15500                 Fix gtk warnings and use domain part of the email address 
15501                 when domain detection fails (no dot in domain name)
15502
15503 2004-09-23 [colin]      0.9.12cvs103.1
15504
15505         * src/plugins/spamassassin/libspamc.c
15506         * src/plugins/spamassassin/libspamc.h
15507         * src/plugins/spamassassin/utils.c
15508         * src/plugins/spamassassin/utils.h
15509                 Sync with HEAD (Update spamassassin to 3.0)
15510
15511 2004-09-21 [colin]      0.9.12cvs102.3
15512
15513         * src/action.c
15514                 Add horizontal scrollbar in action io dialog as needed
15515                 Patch by Alfons.
15516
15517 2004-09-20 [colin]      0.9.12cvs102.2
15518
15519         * src/plugins/image_viewer/viewer.c
15520                 Remove imlib stuff
15521                 use gtk_pixmap_set when clearing
15522                 (would be better to use gtkImages, but causes size-allocate 
15523                 signals storm)
15524
15525 2004-09-17 [paul]       0.9.12cvs102.1
15526
15527         * ChangeLog
15528         * ChangeLog.claws
15529         * ChangeLog.jp
15530         * configure.ac
15531         * src/inc.c
15532                 sync with HEAD
15533
15534
15535 2004-09-17 [colin]      0.9.12cvs101.1
15536
15537         * ChangeLog.claws
15538         * src/main.c
15539                 Sync with HEAD (fix segs at exit)
15540
15541 2004-09-14 [colin]      0.9.12cvs99.5
15542
15543         * src/common/socket.c
15544         * AUTHORS
15545                 Fix send error on 64bit platforms
15546                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
15547
15548 2004-09-14 [colin]      0.9.12cvs99.4
15549
15550         * src/action.c
15551                 Fix action output with utf8 
15552                 Patch by Alfons.
15553
15554 2004-09-14 [colin]      0.9.12cvs99.3
15555
15556         * ChangeLog.claws
15557         * src/folder.c
15558                 Sync with HEAD
15559
15560 2004-09-09 [colin]      0.9.12cvs99.2
15561
15562         * src/action.c
15563                 Fix progress bar (displaying "Completed %v/%u")
15564                 Patch by Alfons.
15565
15566 2004-09-08 [colin]      0.9.12cvs99.1
15567
15568         * src/account.c
15569         * src/folder.c
15570         * src/procmsg.c
15571         * src/procmsg.h
15572         * src/plugins/pgpmime/pgpmime.c
15573                 Sync with HEAD
15574
15575 2004-09-08 [colin]      0.9.12cvs97.2
15576
15577         * src/summaryview.c
15578                 Don't select mails in collapsed threads 
15579                 when navigating with up/down
15580
15581 2004-09-07 [colin]      0.9.12cvs97.1
15582
15583         * src/inc.c
15584                 Sync with HEAD (meaningful error messages)
15585
15586 2004-09-06 [colin]      0.9.12cvs96.1
15587
15588         * src/toolbar.c
15589                 Sync with HEAD (fix Redirect graying out)
15590
15591 2004-09-06 [colin]      0.9.12cvs95.1
15592
15593         * src/summaryview.c
15594         * src/mimeview.c
15595                 Sync with HEAD (fix dropped URIs)
15596
15597 2004-09-06 [colin]      0.9.12cvs94.1
15598
15599         * src/addressbook.c
15600         * src/addressitem.h
15601         * src/addritem.c
15602         * src/addritem.h
15603                 Sync with HEAD (addressbook DnD)
15604
15605 2004-09-03 [colin]      0.9.12cvs93.1
15606
15607         * src/summaryview.c
15608                 Sync with HEAD (next/prev unread)
15609
15610 2004-09-03 [colin]      0.9.12cvs92.1
15611
15612         * src/prefs_common.c
15613         * src/prefs_common.h
15614         * src/summaryview.c
15615                 Sync with HEAD ('mark_as_read_delay' pref)
15616
15617 2004-09-02 [colin]      0.9.12cvs91.2
15618
15619         * src/common/xml.c
15620                 Fix leak
15621
15622 2004-09-02 [colin]      0.9.12cvs91.1
15623
15624         * src/gtk/menu.c
15625                 Sync with HEAD (menu accel don't work, but whatever)
15626
15627 2004-09-02 [colin]      0.9.12cvs90.1
15628
15629         * src/account.c
15630                 Sync with HEAD (fix bug 582)
15631
15632 2004-09-02 [colin]      0.9.12cvs89.1
15633
15634         * src/addrindex.c
15635                 Sync with HEAD (free deleted queries)
15636
15637 2004-09-02 [colin]      0.9.12cvs88.1
15638
15639         * src/ldapquery.c
15640                 Sync with HEAD (fix LDAP freezes)
15641
15642 2004-09-02 [colin]      0.9.12cvs87.1
15643
15644         * src/prefs_spelling.c
15645                 Sync with HEAD (add default dictionary)
15646
15647 2004-09-01 [colin]      0.9.12cvs86.1
15648
15649         * src/filtering.c
15650         * src/folderview.c
15651         * src/imap.c
15652         * src/prefs_matcher.c
15653         * src/stock_pixmap.c
15654         * src/summary_search.c
15655         * src/summaryview.c
15656         * src/wizard.c
15657         * src/wizard.h
15658                 Sync with HEAD (uninitialized vars fixes)
15659                 + gtk2 specific warning fixes
15660
15661 2004-08-31 [colin]      0.9.12cvs85.1
15662
15663         * src/folder.c
15664                 Sync with HEAD (Fix memory corruption due to 
15665                 uninitialized var)
15666
15667 2004-08-31 [colin]      0.9.12cvs84.4
15668
15669         * src/summary_search.c
15670                 Fix segfaults when searching in folders with broken headers
15671
15672 2004-08-31 [colin]      0.9.12cvs84.3
15673
15674         * src/compose.c
15675         * src/textview.c
15676                 Fix some more encoding/decoding issues
15677
15678 2004-08-30 [colin]      0.9.12cvs84.2
15679
15680         * src/mimeview.c
15681         * src/prefs_themes.c
15682         * src/gtk/filesel.c
15683         * src/gtk/filesel.h
15684                 Add a folder-mode selection (fixes mimeview's "Save all")
15685
15686 2004-08-29 [colin]      0.9.12cvs84.1
15687
15688         * src/mimeview.c
15689                 Sync with HEAD (don't escape saved filenames)
15690
15691 2004-08-27 [colin]      0.9.12cvs83.1
15692
15693         * ChangeLog
15694         * ChangeLog.claws
15695         * ChangeLog.jp
15696         * src/mh.c
15697         * src/procheader.c
15698         * src/procmsg.c
15699         * src/procmsg.h
15700         * src/common/utils.c
15701         * src/gtk/menu.h
15702         * po/
15703                 Sync with HEAD 0.9.12cvs83 (sync with main)
15704
15705 2004-08-26 [colin]      0.9.12cvs82.4
15706
15707         * src/codeconv.c
15708                 Fix strange stack corruption
15709                 Convert to utf8 after unmime, not before
15710
15711 2004-08-26 [colin]      0.9.12cvs82.3
15712
15713         * src/main.c
15714         * src/wizard.c
15715                 Fix account folders duplication
15716
15717 2004-08-25 [colin]      0.9.12cvs82.2
15718
15719         * src/wizard.c
15720                 Remove ports
15721                 Add SSL selection
15722                 Use login@server as account name
15723
15724 2004-08-25 [colin]      0.9.12cvs82.1
15725
15726         * src/plugins/pgpmime/pgpmime.c
15727                 Sync with HEAD (leak fix).
15728
15729 2004-08-25 [colin]      0.9.12cvs81.1
15730
15731         * src/plugins/pgpmime/pgpmime.c
15732         * src/plugins/pgpmime/sgpgme.c
15733         * src/plugins/pgpmime/sgpgme.h
15734                 Sync with HEAD (Handle combined messages).
15735
15736 2004-08-24 [colin]      0.9.12cvs80.3
15737
15738         * src/wizard.c
15739                 Fix full name, ports, and imap
15740
15741 2004-08-24 [colin]      0.9.12cvs80.2
15742
15743         * src/Makefile.am
15744         * src/main.c
15745         * src/setup.c
15746         * src/setup.h
15747         * src/stock_pixmap.c
15748         * src/stock_pixmap.h
15749         * src/wizard.c ** ADDED **
15750         * src/wizard.h ** ADDED ** 
15751         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
15752                 Add a setup wizard 
15753
15754 2004-08-24 [colin]      0.9.12cvs80.1
15755
15756         * src/folder.c
15757                 Sync with HEAD (set mimeflags on all messages)
15758
15759 2004-08-24 [colin]      0.9.12cvs79.3
15760
15761         * src/matcher_parser_lex.l
15762                 Fix 8bits strings not in utf8
15763
15764 2004-08-24 [colin]      0.9.12cvs79.2
15765
15766         * src/compose.c
15767                 Check conversion result before replacing buffer
15768
15769 2004-08-23 [colin]      0.9.12cvs79.1
15770
15771         * src/compose.c
15772                 Sync with HEAD (create message header in memory)
15773
15774 2004-08-23 [colin]      0.9.12cvs78.1
15775
15776         * src/rfc2015.c
15777         * src/rfc2015.h
15778                 Sync with HEAD (fix bug 197 again)
15779
15780 2004-08-23 [colin]      0.9.12cvs77.3
15781
15782         * src/compose.c
15783                 Fix again inline gpg signing (which outputs utf8
15784                 in gtk2). Not syncing this fix to HEAD as this 
15785                 code is meant to die.
15786
15787 2004-08-23 [colin]      0.9.12cvs77.2
15788
15789         * src/prefs_account.h
15790                 Remove useless include
15791
15792 2004-08-23 [colin]      0.9.12cvs77.1
15793
15794         * src/imap.c
15795         * po/es.po
15796         * po/fr.po
15797         * po/it.po
15798         * po/pl.po
15799         * po/pt_BR.po
15800         * po/sk.po
15801         * po/sr.po
15802                 Sync with HEAD (fix bug 577)
15803
15804 2004-08-22 [colin]      0.9.12cvs76.1
15805
15806         * src/plugins/trayicon/trayicon.c
15807                 Sync with HEAD (fix formatting bug)
15808
15809 2004-08-21 [colin]      0.9.12cvs74.2
15810
15811         * src/gtk/colorsel.c
15812                 Fix bug 564 (Folder color selection window exits on any
15813                 keypress)
15814
15815 2004-08-21 [colin]      0.9.12cvs74.1
15816
15817         * ChangeLog.claws
15818         * src/compose.c
15819         * src/summaryview.c
15820         * src/toolbar.c
15821                 Sync with HEAD (fix bug 576)
15822
15823 2004-08-21 [colin]      0.9.12cvs70.1
15824
15825         * src/compose.c
15826         * src/mainwindow.c
15827                 Sync with HEAD
15828                 
15829
15830 2004-08-21 [paul]       0.9.12cvs66.4
15831
15832         * src/mainwindow.c
15833         * src/messageview.c
15834         * src/gtk/menu.c
15835         * src/plugins/spamassassin/spamassassin_gtk.c
15836                 remove some deprecated gtk1 functions
15837
15838
15839 2004-08-21 [colin]      0.9.12cvs66.3
15840
15841         * src/compose.c
15842         * src/codeconv.c
15843                 Fix warnings
15844                 Remove encoding hacks
15845                 Fix bug 575 (Strange character messes up message)
15846                 Don't display conversion error when drafting
15847
15848 2004-08-21 [paul]       0.9.12cvs66.2
15849
15850         * src/prefs_account.c
15851                 fix GnuPG mode bugs
15852
15853
15854 2004-08-20 [colin]      0.9.12cvs66.1
15855
15856         * src/codeconv.c
15857                 Sync with HEAD 0.9.12cvs66
15858
15859 2004-08-20 [paul]
15860
15861         * src/plugins/pgpmime/plugin.c
15862                 modify PGP/MIME plugin's description
15863
15864 2004-08-17 [colin]      0.9.12cvs65.1
15865
15866         * src/common/ssl.c
15867         * src/plugins/pgpmime/plugin.c
15868                 Sync with HEAD
15869
15870 2004-08-14 [colin]      0.9.12cvs60.3
15871
15872         * src/plugins/trayicon/trayicon.c
15873                 Put back resize callback, on size-request signal
15874                 rather than size-allocate to avoid infinite 
15875                 callback loop
15876
15877 2004-08-13 [colin]      0.9.12cvs60.2
15878
15879         * src/common/defs.h
15880                 Cache versions have been fixed
15881
15882 2004-08-13 [colin]      0.9.12cvs60.1
15883
15884         * src/folderutils.c
15885                 Sync with HEAD
15886
15887 2004-08-12 [colin]      0.9.12cvs59.1
15888
15889         * src/plugins/trayicon/trayicon.c
15890                 Sync with HEAD
15891
15892 2004-08-12 [colin]      0.9.12cvs57.5
15893
15894         * sylpheed.desktop
15895         * configure.ac
15896         * src/Makefile.am
15897         * src/main.c
15898                 Add support for Freedesktop.org's startup notification
15899
15900 2004-08-11 [colin]      0.9.12cvs57.4
15901
15902         * src/textview.c
15903                 Fix off-by-one
15904
15905 2004-08-11 [colin]      0.9.12cvs57.3
15906
15907         * src/message_search.c
15908         * src/summary_search.c
15909                 Make searches case insensitive by default
15910         * src/textview.c
15911                 Fix case-insensitive search in message
15912
15913 2004-08-11 [colin]      0.9.12cvs57.2
15914
15915         * src/summary_search.c
15916                 Let case-sensitive be specified
15917
15918 2004-08-10 [colin]      0.9.12cvs55.4
15919
15920         * src/common/socket.c
15921                 Fix the possible race condition
15922
15923 2004-08-09 [paul]       0.9.12cvs55.3
15924
15925         * configure.ac
15926         * src/Makefile.am
15927         * src/common/Makefile.am
15928                 sync with HEAD
15929
15930
15931 2004-08-09 [paul]       0.9.12cvs55.2
15932
15933         * autogen.sh
15934         * po/poconv.sh
15935                 remove unneeded script
15936
15937         * configure.ac
15938                 add forgotten USE_LDAP_TLS (sync with HEAD)
15939
15940
15941 2004-08-09 [colin]      0.9.12cvs55.1
15942
15943         * src/main.c
15944         * src/common/ssl.c
15945         * src/common/sylpheed.c
15946         * src/common/sylpheed.h
15947                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
15948
15949 2004-08-09 [paul]       0.9.12cvs54.1
15950
15951         * ChangeLog
15952         * ChangeLog.claws
15953         * ChangeLog.jp
15954         * configure.ac
15955         * po/POTFILES.in
15956         * src/Makefile.am
15957         * src/folderutils.c
15958         * src/main.c
15959         * src/pgpmime.c
15960         * src/pgpmime.h
15961         * src/sgpgme.c
15962         * src/sgpgme.h
15963         * src/plugins/Makefile.am
15964         * src/plugins/pgpmime/.cvsignore
15965         * src/plugins/pgpmime/Makefile.am
15966         * src/plugins/pgpmime/pgpmime.c
15967         * src/plugins/pgpmime/pgpmime.h
15968         * src/plugins/pgpmime/plugin.c
15969         * src/plugins/pgpmime/sgpgme.c
15970         * src/plugins/pgpmime/sgpgme.h
15971                 sync with HEAD
15972
15973 2004-08-08 [paul]       0.9.12cvs51.1
15974
15975         * configure.ac
15976         * src/folder.c
15977                 sync with HEAD
15978
15979 2004-08-07 [colin]      0.9.12cvs50.1
15980
15981         * src/pop.c
15982         * src/common/partial_download.c
15983                 fix warnings (sync from HEAD)
15984
15985 2004-08-07 [colin]      0.9.12cvs48.1
15986
15987         * src/prefs_folder_item.c
15988                 sync with HEAD 0.9.12cvs48
15989
15990 2004-08-06 [colin]      0.9.12cvs47.1
15991
15992         * src/compose.c
15993                 Sync with HEAD
15994
15995 2004-08-06 [christoph]  0.9.12cvs46.2
15996
15997         * src/main.c
15998         * src/plugins/clamav/clamav_plugin_gtk.c
15999         * src/plugins/dillo_viewer/dillo_viewer.c
16000         * src/plugins/image_viewer/plugin.c
16001         * src/plugins/mathml_viewer/mathml_viewer.c
16002         * src/plugins/spamassassin/spamassassin_gtk.c
16003         * src/plugins/trayicon/trayicon.c
16004                 don't mix GTK1.2 plugin with GTK2 plugins
16005
16006 2004-08-06 [colin]      0.9.12cvs46.1
16007
16008         * ChangeLog
16009         * ChangeLog.claws
16010         * ChangeLog.jp
16011         * configure.ac
16012         * sylpheed-claws.pc.in
16013         * src/folder.c
16014         * src/imap.c
16015         * src/localfolder.c
16016         * src/messageview.c
16017         * src/mimeview.c
16018         * src/mimeview.h
16019         * src/msgcache.c
16020         * src/news.c
16021         * src/prefs_ext_prog.c
16022         * src/prefs_folder_item.c
16023         * src/prefs_fonts.c
16024         * src/prefs_msg_colors.c
16025         * src/prefs_spelling.c
16026         * src/prefs_themes.c
16027         * src/prefs_toolbar.c
16028         * src/prefs_wrapping.c
16029         * src/procmime.h
16030         * src/common/defs.h
16031         * src/common/nntp.c
16032         * src/common/session.c
16033         * src/common/session.h
16034         * src/common/socket.c
16035         * src/common/utils.h
16036         * src/common/xml.c
16037         * src/common/xml.h
16038         * src/gtk/prefswindow.c
16039         * src/gtk/prefswindow.h
16040         * src/plugins/clamav/clamav_plugin_gtk.c
16041         * src/plugins/dillo_viewer/dillo_prefs.c
16042         * src/plugins/image_viewer/viewerprefs.c
16043         * src/plugins/spamassassin/spamassassin_gtk.c
16044         * m4/openssl.m4 *** REMOVED ***
16045                 Sync with HEAD 0.9.12cvs46
16046
16047 2004-08-03 [paul]       0.9.12cvs40.2
16048
16049         * src/action.c
16050         * src/addressadd.c
16051         * src/addressbook.c
16052         * src/addrgather.c
16053         * src/browseldap.c
16054         * src/compose.c
16055         * src/crash.c
16056         * src/editaddress.c
16057         * src/editgroup.c
16058         * src/editldap_basedn.c
16059         * src/foldersel.c
16060         * src/importldif.c
16061         * src/mimeview.c
16062         * src/prefs_common.c
16063         * src/prefs_template.c
16064         * src/sourcewindow.c
16065         * src/summaryview.c
16066         * src/gtk/about.c
16067         * src/gtk/foldersort.c
16068         * src/gtk/logwindow.c
16069         * src/gtk/pluginwindow.c
16070         * src/gtk/prefswindow.c
16071                 change all gtk_scrolled_window_set_policy from 
16072                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
16073
16074 2004-08-02 [paul]       0.9.12cvs40.1
16075
16076         * AUTHORS
16077                 update translation team section
16078         * po/pt_BR.po
16079                 updated by Frederico Goncalves Guimaraes
16080                 <fggdebian@yahoo.com.br>
16081
16082 2004-07-31 [colin]      0.9.12cvs39.9
16083
16084         * src/exphtmldlg.c
16085                 Fix compilation
16086
16087 2004-07-31 [colin]      0.9.12cvs39.8
16088
16089         * src/exphtmldlg.c
16090                 Fix an alertpanel type
16091
16092 2004-07-30 [colin]      0.9.12cvs39.7
16093
16094         * src/alertpanel.c
16095                 Fix alertpanel_error_log's icon
16096
16097 2004-07-30 [colin]      0.9.12cvs39.6
16098
16099         * src/pop.c
16100                 Two of them should still be warnings
16101
16102 2004-07-30 [colin]      0.9.12cvs39.5
16103
16104         * src/pop.c
16105                 More warning -> error
16106 2004-07-29 [colin]      0.9.12cvs39.4
16107
16108         * src/pop.c
16109                 Warning -> error
16110
16111 2004-07-29 [colin]      0.9.12cvs39.3
16112
16113         * src/prefs_matcher.c
16114                 Fix segfault
16115
16116 2004-07-29 [colin]      0.9.12cvs39.2
16117
16118         * src/alertpanel.c
16119                 More nice-looking alertpanels
16120
16121 2004-07-29 [colin]      0.9.12cvs39.1
16122
16123         * src/messageview.c
16124                 sync with head
16125                 (inform user when partial mail is deleted on server)
16126
16127 2004-07-29 [colin]      0.9.12cvs38.1
16128
16129         * src/messageview.c
16130                 sync with head
16131
16132 2004-07-28 [paul]       0.9.12cvs37.7
16133
16134         * src/mainwindow.c
16135                 complete the replacement of deprecated gtk_progress_*
16136
16137 2004-07-28 [paul]       0.9.12cvs37.6
16138
16139         * src/action.c
16140         * src/inc.c
16141         * src/mainwindow.c
16142         * src/send_message.c
16143         * src/gtk/progressdialog.c
16144         * src/gtk/progressdialog.h
16145                 replace deprecated gtk_progress_*
16146
16147 2004-07-28 [paul]       0.9.12cvs37.5
16148
16149         * src/gtk/filesel.c
16150                 remove gtk_window_set_wmclass()
16151 2004-07-28 [paul]       0.9.12cvs37.4
16152
16153         * src/addressbook.c
16154         * src/compose.c
16155         * src/foldersel.c
16156         * src/mainwindow.c
16157         * src/messageview.c
16158         * src/sourcewindow.c
16159         * src/gtk/logwindow.c
16160                 remove gtk_window_set_wmclass()
16161                 
16162         * src/prefs_filtering.c
16163         * src/prefs_filtering_action.c
16164         * src/prefs_fonts.c
16165         * src/prefs_gtk.c
16166         * src/prefs_matcher.c
16167         * src/ssl_manager.c
16168         * src/gtk/prefswindow.c
16169                 replace gtk_window_position()
16170
16171 2004-07-28 [colin]      0.9.12cvs37.3
16172
16173         * src/alertpanel.c
16174         * src/alertpanel.h
16175                 Add a way to specify panel type for specific
16176                 panels (alertpanel())
16177         * src/account.c
16178         * src/addressbook.c
16179         * src/compose.c
16180         * src/expldifdlg.c
16181         * src/main.c
16182         * src/messageview.c
16183         * src/summaryview.c
16184         * src/textview.c
16185         * src/gtk/sslcertwindow.c
16186                 Fix alertpanel()s so that their icon match
16187                 their real type
16188
16189 2004-07-28 [paul]       0.9.12cvs37.2
16190
16191         * src/addr_compl.c
16192         * src/addressbook.c
16193         * src/alertpanel.c
16194         * src/compose.c
16195         * src/export.c
16196         * src/foldersel.c
16197         * src/folderview.c
16198         * src/grouplistdialog.c
16199         * src/import.c
16200         * src/mainwindow.c
16201         * src/message_search.c
16202         * src/messageview.c
16203         * src/passphrase.c
16204         * src/prefs_actions.c
16205         * src/prefs_common.c
16206         * src/prefs_customheader.c
16207         * src/prefs_display_header.c
16208         * src/prefs_filtering.c
16209         * src/prefs_filtering_action.c
16210         * src/prefs_gtk.c
16211         * src/prefs_matcher.c
16212         * src/prefs_msg_colors.c
16213         * src/prefs_summary_column.c
16214         * src/prefs_template.c
16215         * src/sourcewindow.c
16216         * src/ssl_manager.c
16217         * src/summary_search.c
16218         * src/gtk/colorsel.c
16219         * src/gtk/description_window.c
16220         * src/gtk/gtkaspell.c
16221         * src/gtk/inputdialog.c
16222         * src/gtk/logwindow.c
16223         * src/gtk/prefswindow.c
16224         * src/gtk/progressdialog.c
16225                 replace deprecated gtk_window_set_policy
16226
16227 2004-07-27 [colin]      0.9.12cvs37.1
16228
16229         * src/msgcache.c
16230                 More fixes (synced for head again)
16231
16232 2004-07-27 [colin]      0.9.12cvs35.3
16233
16234         * src/msgcache.c
16235                 Fix wrong test
16236
16237 2004-07-27 [colin]      0.9.12cvs35.2
16238
16239         * src/mimeview.c
16240                 Fix width a bit (by Paul)
16241         * src/alertpanel.c
16242         * src/alertpanel.h
16243                 Specialize icons, make alertpanel_message()
16244                 private
16245         * src/message_search.c
16246         * src/sgpgme.c
16247         * src/summary_search.c
16248                 Suit alertpanel changes
16249
16250 2004-07-27 [colin]      0.9.12cvs35.1
16251
16252         * src/alertpanel.c
16253                 Add an icon
16254         * src/passphrase.c
16255                 Add debug output - maybe someone will
16256                 want to look at the problem with Grab
16257                 Input :)
16258         Bump version as we're synced with HEAD
16259
16260 2004-07-26 [colin]      0.9.12cvs33.26
16261
16262         * src/pop.c
16263                 Fix uidl-file parsing when not in new
16264                 format
16265
16266 2004-07-26 [colin]      0.9.12cvs33.25
16267
16268         * src/gtk/menu.c
16269                 Move popup menu up if necessary (fixes 
16270                 account selector)
16271         * src/mainwindow.c
16272                 Set account selector's button height to
16273                 minimum
16274
16275 2004-07-26 [colin]      0.9.12cvs33.24
16276
16277         * src/alertpanel.c
16278                 Maybe fix 551 (Truncated font in alert window)
16279
16280 2004-07-26 [colin]      0.9.12cvs33.23
16281
16282         * po/de.po
16283         * po/es.po
16284         * po/fr.po
16285         * po/it.po
16286         * po/ja.po
16287         * po/pl.po
16288         * po/ru.po
16289         * po/sk.po
16290         * po/sr.po
16291         * po/zh_CN.po
16292                 Sync po files with HEAD
16293
16294 2004-07-26 [paul]       0.9.12cvs33.22
16295
16296         * src/compose.c
16297                 fix Bug 556 'Organisation-header is sent even if empty'
16298
16299 2004-07-24 [colin]      0.9.12cvs33.21
16300
16301         * src/compose.c
16302         * src/gtk/gtkaspell.c
16303         * src/gtk/gtkaspell.h
16304                 Fix speller accelerators (require hack)
16305
16306 2004-07-24 [colin]      0.9.12cvs33.20
16307
16308         * src/gtk/gtkaspell.c
16309                 Fix over-eager code deletion breaking
16310                 Check while typing
16311
16312 2004-07-24 [colin]      0.9.12cvs33.19
16313
16314         * src/browseldap.c
16315         * src/ldapctrl.c
16316         * src/ldapctrl.h
16317         * src/ldapserver.h
16318                 Sync ldap with HEAD
16319         (Fixes 546 LDAP completely broken)
16320
16321 2004-07-24 [colin]      0.9.12cvs33.18
16322
16323         * src/prefs_msg_colors.c
16324                 Fix prototype mismatch
16325         (Fixes 547 void function cannot return value)
16326
16327 2004-07-24 [colin]      0.9.12cvs33.17
16328
16329         * src/mainwindow.c
16330                 Fix sort going back to previous sort key
16331                 when changing sort direction
16332
16333 2004-07-24 [colin]      0.9.12cvs33.16
16334
16335         * src/compose.c
16336                 Fix space insertion when re-wrapping at 
16337                 cursor point
16338
16339 2004-07-24 [colin]      0.9.12cvs33.15
16340
16341         * src/gtk/gtkaspell.c
16342                 Don't change cursor position in insert-text
16343                 callback
16344         (Fixes 539 Word wrapping on input transposes letters)
16345
16346 2004-07-24 [colin]      0.9.12cvs33.14
16347
16348         * src/gtk/gtkaspell.c
16349                 Reencode non-ascii chars to dictionary's
16350                 encoding
16351         (Fixes 544 Spell check broken non english locale)
16352
16353 2004-07-24 [colin]      0.9.12cvs33.13
16354
16355         * src/summaryview.c
16356                 Fix Shift+Down, add Home/End/PgUp/PgDown
16357
16358 2004-07-21 [colin]      0.9.12cvs33.12
16359
16360         * src/prefs_common.c
16361                 Fix a gtk warning (Patch by Andrej Kacian)
16362
16363 2004-07-21 [colin]      0.9.12cvs33.11
16364
16365         * src/gtk/filesel.c
16366                 More check
16367
16368 2004-07-21 [colin]      0.9.12cvs33.10
16369
16370         * src/compose.c
16371         * src/crash.c
16372         * src/export.c
16373         * src/import.c
16374         * src/messageview.c
16375         * src/mimeview.c
16376         * src/prefs_spelling.c
16377         * src/prefs_themes.c
16378         * src/summaryview.c
16379         * src/gtk/filesel.c
16380         * src/gtk/filesel.h
16381         * src/gtk/pluginwindow.c
16382                 Untwist open/save mode guessing logic, make
16383                 it explicit
16384
16385 2004-07-20 [colin]      0.9.12cvs33.9
16386
16387         * src/codeconv.c
16388                 conv_encode_header: src_charset is UTF-8 on
16389                 gtk2
16390         * src/compose.c
16391                 Remove double encoding of the headers
16392
16393 2004-07-20 [colin]      0.9.12cvs33.8
16394
16395         * src/codeconv.c
16396                 Fix typo
16397
16398 2004-07-20 [colin]      0.9.12cvs33.7
16399
16400         * src/mainwindow.c
16401                 Set the separated messageview to the saved
16402                 size of Claws' messageview (Patch by Alfons)
16403                 Fix a callback prototype (me)
16404
16405 2004-07-20 [colin]      0.9.12cvs33.6
16406
16407         * src/codeconv.h
16408                 Forgot one hunk in 0.9.12cvs33.4
16409
16410 2004-07-19 [colin]      0.9.12cvs33.5
16411
16412         * src/action.c
16413                 Action output fix
16414                 Patch by Alfons
16415
16416 2004-07-19 [colin]      0.9.12cvs33.4
16417
16418         * src/compose.c
16419                 Fix outgoing charset bug in headers
16420         * src/codeconv.c
16421                 Clean for glib2 - Patch by Alfons
16422
16423 2004-07-19 [colin]      0.9.12cvs33.3
16424
16425         * src/statusbar.c
16426                 Remove grip from the statusbar
16427                 Patch by Alfons
16428
16429 2004-07-19 [colin]      0.9.12cvs33.2
16430
16431         * src/messageview.c
16432         * src/textview.c
16433                 Fix messageview remembering the previous
16434                 scroll position when loading a new message
16435                 Patch by Alfons
16436
16437 2004-07-19 [colin]      0.9.12cvs33.1
16438
16439         * src/folder.h
16440         * src/folderview.c
16441         * src/summaryview.c
16442                 Sync with HEAD
16443
16444 2004-07-18 [colin]      0.9.12cvs32.7
16445
16446         * configure.ac
16447                 Remove useless check for XIM - noticed
16448                 by Alfons
16449
16450 2004-07-18 [colin]      0.9.12cvs32.6
16451
16452         * src/summaryview.c
16453                 Remove non-modified and shift-modified
16454                 accelerators in summaryview's popup
16455                 menu, as that doesn't get catched by
16456                 the accel-activate signal catcher...
16457
16458 2004-07-18 [colin]      0.9.12cvs32.5
16459
16460         * src/prefs_common.c
16461                 Define sensible default prefs for 
16462                 wrapping
16463
16464 2004-07-18 [colin]      0.9.12cvs32.4
16465
16466         * src/compose.c
16467         * src/prefs_common.c
16468         * src/prefs_common.h
16469         * src/prefs_wrapping.c
16470                 Remove Smart Wrapping pref, which does
16471                 nothing on gtk2 branch
16472
16473 2004-07-18 [colin]      0.9.12cvs32.3
16474
16475         * src/sourcewindow.c
16476                 Proper utf8
16477
16478 2004-07-18 [colin]      0.9.12cvs32.2
16479
16480         * src/compose.c
16481                 Save attachment status when drafting
16482
16483 2004-07-18 [colin]      0.9.12cvs32.1
16484
16485         * src/gtk/filesel.c
16486                 Fix erratic folder selection in open mode
16487
16488 2004-07-18 [colin]      0.9.12cvs31.11
16489
16490         * src/pop.c
16491                 Don't let partial messages get deleted
16492                 even with "dowload all"
16493                 (0.9.12cvs31.8 fix extension)
16494 2004-07-18 [colin]      0.9.12cvs31.10
16495
16496         * src/gtk/logwindow.c
16497                 Fix log scrolling
16498
16499 2004-07-18 [colin]      0.9.12cvs31.9
16500
16501         * src/common/utils.c
16502                 Fix non-utf8 strings coming from commands
16503                 and files
16504
16505 2004-07-18 [colin]      0.9.12cvs31.8
16506
16507         * src/pop.c
16508                 Fix partial download bug with Download all
16509                 messages option
16510
16511 2004-07-18 [colin]      0.9.12cvs31.7
16512
16513         * src/textview.c
16514                 Fix bug introduced in 0.9.12cvs31.2
16515                 (blocked in select mode after double click)
16516
16517 2004-07-18 [colin]      0.9.12cvs31.6
16518
16519         * src/compose.c
16520         * src/gtk/menu.c
16521                 More glib-warning fixes
16522
16523 2004-07-18 [colin]      0.9.12cvs31.5
16524
16525         * src/compose.c
16526                 Fix trashing the primary clipboard when moving 
16527                 around with tab
16528         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16529
16530 2004-07-18 [colin]      0.9.12cvs31.4
16531
16532         * src/codeconv.c
16533                 convert unencoded iso headers to utf8
16534         (Fix Bug 538 Unencoded local characters in subject make it 
16535          disappear)
16536
16537 2004-07-18 [colin]      0.9.12cvs31.3
16538
16539         * src/compose.c
16540                 Fix tab char handling in wrapping
16541         (Fix Bug 537 Line wrap problem - TAB character treated as 
16542          one character instead of 8)
16543
16544 2004-07-18 [colin]      0.9.12cvs31.2
16545
16546         * src/textview.c
16547                 return FALSE on GDK_MOTION_NOTIFY
16548         (Fix Bug 535 Hyperlinks/addresses are not selectable 
16549          (unable to highlight))
16550
16551 2004-07-18 [colin]      0.9.12cvs31.1
16552
16553         * src/folderview.c
16554                 Sync with 0.9.12cvs31
16555
16556 2004-07-18 [colin]      0.9.12cvs30.4
16557
16558         * src/compose.c
16559                 Also block text_inserted when inserting a file
16560
16561 2004-07-18 [colin]      0.9.12cvs30.3
16562
16563         * src/compose.c
16564                 Fix smart wrapping (block text_inserted handler
16565                 while putting quotation to avoid wrap on input,
16566                 don't join lines if next is sig separator)
16567
16568 2004-07-17 [colin]      0.9.12cvs30.2
16569
16570         * src/folderview.c
16571         * src/mainwindow.c
16572         * src/mimeview.c
16573         * src/summaryview.c
16574         * src/gtk/quicksearch.c
16575         * src/gtk/quicksearch.h
16576                 Block key events handlers *and* accels while
16577                 quicksearch is focused
16578         (Fixes Bug 534 quick-search bar not accepting certain letters)
16579
16580 2004-07-17 [colin]      0.9.12cvs30.1
16581
16582         * src/folder.h
16583         * src/folderview.c
16584         * src/summaryview.c
16585                 Sync with 0.9.12cvs30
16586
16587 2004-07-17 [colin]      0.9.12cvs28.2
16588
16589         * src/mimeview.c
16590         * src/procmime.c
16591         * src/summaryview.c
16592         * src/gtk/menu.c
16593                 Squash some compile and glib warnings
16594
16595 2004-07-17 [paul]       0.9.12cvs28.1
16596
16597         * src/mimeview.c
16598                 sync with 0.9.12cvs28 HEAD
16599
16600 2004-07-16 [paul]       0.9.12cvs26.1
16601         
16602         * src/gtk/quicksearch.c
16603         * src/account.c
16604         * src/account.h
16605         * src/compose.c
16606         * src/customheader.c
16607         * src/folder_item_prefs.c
16608         * src/main.c
16609         * src/mainwindow.c
16610         * src/messageview.c
16611         * src/mimeview.c
16612         * src/news.c
16613         * src/pgpmime.c
16614         * src/pop.c
16615         * src/pop.h
16616         * src/prefs_account.c
16617         * src/prefs_account.h
16618         * src/prefs_common.c
16619         * src/prefs_common.h
16620         * src/prefs_display_header.c
16621         * src/prefs_gtk.c
16622         * src/prefs_gtk.h
16623         * src/procheader.c
16624         * src/procmime.c
16625                 sync with 0.9.12cvs26 HEAD      
16626
16627 2004-07-15 [colin]      0.9.12cvs18.14
16628
16629         * src/folder.c
16630                 Disable GPG signature check during
16631                 folder move and scan
16632         (Closes Bug 521 Signature checking slows down Folder-Move)
16633
16634 2004-07-14 [colin]      0.9.12cvs18.13
16635
16636         * src/common/partial_download.c
16637                 update includes
16638
16639 2004-07-14 [colin]      0.9.12cvs18.12
16640
16641         * src/common/partial_download.c
16642         * src/common/partial_download.h
16643                 Move doc at top, add correct copyright
16644
16645 2004-07-14 [colin]      0.9.12cvs18.11
16646
16647         * src/folder.c
16648         * src/messageview.c
16649         * src/pop.c
16650         * src/pop.h
16651         * src/procmsg.c
16652         * src/summaryview.c
16653         * src/common/Makefile.am
16654         * src/common/partial_download.c ** NEW FILES **
16655         * src/common/partial_download.h ** NEW FILES **
16656                 Move partial-download related stuff to its
16657                 own file
16658
16659 2004-07-14 [colin]      0.9.12cvs18.10
16660
16661         * src/send_message.c
16662                 Fix smtp auth when user is null or empty
16663
16664 2004-07-13 [colin]      0.9.12cvs18.9
16665
16666         * src/gtk/quicksearch.c
16667                 Use alphabetic order
16668
16669 2004-07-13 [colin]      0.9.12cvs18.8
16670
16671         * src/pop.c
16672                 Be paranoid on the checks
16673
16674 2004-07-13 [colin]      0.9.12cvs18.7
16675
16676         * src/gtk/quicksearch.c
16677                 Fix Engrish once again
16678
16679 2004-07-13 [colin]      0.9.12cvs18.6
16680
16681         * src/procmsg.c
16682         * src/summaryview.c
16683                 Mark messages for deletion when they are about to
16684                 be removed from trash
16685
16686 2004-07-13 [colin]      0.9.12cvs18.5
16687
16688         * src/matcher.c
16689         * src/matcher.h
16690         * src/matcher_parser_parse.y
16691         * src/prefs_matcher.c
16692         * src/gtk/quicksearch.c
16693                 Add 'partial' ('p') match string to find partially
16694                 downloaded messages
16695
16696 2004-07-13 [colin]      0.9.12cvs18.4
16697
16698         * src/pop.c
16699                 Fix misplaced block
16700
16701 2004-07-13 [colin]      0.9.12cvs18.3
16702
16703         * src/pop.c
16704         * src/pop.h
16705         * src/messageview.c
16706                 Refactor API (to avoid passing 5+ params and code
16707                 duplication)
16708         * src/folder.c
16709         * src/msgcache.c
16710         * src/procheader.c
16711         * src/common/defs.h
16712                 Add planned_download to cache
16713                 Don't mess uidl file when moving partially downloaded
16714                 mails (they change folder, we should change it in the
16715                 uidl list too or we'll remove an incorrect message)
16716                 (this also helps removing hacks when changing 
16717                 planned_download in messageview.c)
16718
16719 2004-07-12 [colin]      0.9.12cvs18.2
16720
16721         * src/gtk/quicksearch.c
16722                 Fix missing status update in quicksearch
16723
16724 2004-07-12 [paul]       0.9.12cvs18.1
16725
16726         * po/POTFILES.in
16727         * src/Makefile.am
16728         * src/account.c
16729         * src/codeconv.c
16730         * src/compose.c
16731         * src/inc.c
16732         * src/main.c
16733         * src/prefs_common.c
16734         * src/procmsg.h
16735         * src/toolbar.c
16736         * src/prefs_msg_colors.[ch]     ** NEW FILES **
16737         * src/prefs_wrapping.[ch]       ** NEW FILES **
16738         * src/common/intl.h
16739         * src/common/utils.[ch]
16740         * src/gtk/quicksearch.[ch]
16741                 sync with 0.9.12cvs18 HEAD
16742
16743 2004-07-12 [colin]      0.9.11cvs17.25
16744
16745         * src/folder.c
16746         * src/folder.h
16747                 Remove unused function added by me in 0.9.11cvs17.10
16748
16749 2004-07-11 [colin]      0.9.11cvs17.24
16750
16751         * src/inc.c
16752         * src/messageview.c
16753         * src/pop.c
16754         * src/pop.h
16755                 Use folderitem and msgnum instead of filename to
16756                 know which mail to delete
16757                 Move old partial mail deletion to pop.c
16758
16759 2004-07-10 [colin]      0.9.11cvs17.23
16760
16761         * src/inc.c
16762                 Add debug
16763         * src/pop.c
16764         * src/pop.h
16765                 Don't re-use same enums for unrelated stuff: it's 
16766                 completely misleading !
16767                 Document a bit
16768
16769 2004-07-09 [colin]      0.9.11cvs17.22
16770
16771         * src/inc.c
16772                 Remove folder-type check and do
16773                 more tests to be sure everything's
16774                 ok
16775         * src/messageview.c
16776                 Punctuation update, remove useless
16777                 code, fix two warnings
16778         * src/noticeview.c
16779                 Layout cleaning, reset 2nd button
16780                 when specifying one
16781
16782 2004-07-09 [colin]      0.9.11cvs17.21
16783
16784         * src/messageview.c
16785         * src/pop.c
16786         * src/pop.h
16787                 Allow user to change his mind
16788                 and postpone decision (by
16789                 unmarking the mail)
16790
16791 2004-07-09 [colin]      0.9.11cvs17.20
16792
16793         * src/messageview.c
16794                 Fix bug with delete state
16795         * src/pop.c
16796         * src/pop.h
16797                 Fix buffer leak (fread doesn't 
16798                 terminate buffers with \0)
16799                 Refactoring (remove magic 
16800                 numbers)
16801
16802 2004-07-09 [colin]      0.9.11cvs17.19
16803
16804         * src/pop.c
16805                 Don't log "Skipping message" if 
16806                 we're going to TOP it two lines
16807                 later
16808
16809 2004-07-09 [colin]      0.9.11cvs17.18
16810
16811         * src/messageview.c
16812                 Fix Engrish
16813
16814 2004-07-09 [colin]      0.9.11cvs17.17
16815
16816         * src/pop.c
16817                 strlen checking...
16818         * src/messageview.c
16819                 refactoring a bit
16820
16821 2004-07-08 [colin]      0.9.11cvs17.16
16822
16823         * src/noticeview.c
16824         * src/noticeview.h
16825                 Add an optional second button
16826         * src/messageview.c
16827         * src/pop.c
16828         * src/pop.h
16829                 Don't delete partially received mails after a certain
16830                 time; rather, let the user decide.
16831
16832 2004-07-08 [colin]      0.9.11cvs17.15
16833
16834         * src/common/smtp.h
16835                 Sync with HEAD
16836
16837 2004-07-08 [colin]      0.9.11cvs17.14
16838
16839         * src/messageview.c
16840         * src/common/smtp.c
16841                 Use to_human_readable() for sizes
16842
16843 2004-07-08 [colin]      0.9.11cvs17.13
16844
16845         * src/inc.c
16846         * src/messageview.c
16847         * src/pop.c
16848         * src/pop.h
16849         * src/procmsg.c
16850                 Fix partial-downloading issues:
16851                         catch unsupported TOP
16852                         don't delete partially downloaded mails before 5 days
16853                         don't update existing with non-MH folders; that'll
16854                         make dups, but it's better than trashing the folder
16855                         free new msginfo parts
16856                 Fix indentation ;-)
16857
16858 2004-07-08 [colin]      0.9.11cvs17.12
16859
16860         * src/common/smtp.c
16861         * src/common/smtp.h
16862                 Sync smtp size verification with HEAD
16863
16864 2004-07-08 [colin]      0.9.11cvs17.11
16865
16866         * src/summaryview.c
16867         * src/prefs_common.c
16868         * src/prefs_common.h
16869         * src/gtk/quicksearch.c
16870         * src/gtk/quicksearch.h
16871                 Sync sticky pref with HEAD
16872
16873 2004-07-08 [colin]      0.9.11cvs17.10
16874
16875         * src/folder.c [1.213.2.6]
16876         * src/folder.h [1.87.2.6]
16877         * src/inc.c [1.149.2.7]
16878         * src/messageview.c [1.94.2.8]
16879         * src/procheader.c [1.47.2.6]
16880         * src/procmsg.c [1.150.2.4]
16881         * src/procmsg.h [1.60.2.5]
16882         * src/pop.c [1.56.2.4]
16883         * src/pop.h [1.17.2.3]
16884                 Let too big messages get downloaded, but truncated
16885                 Add a button to download them completely
16886                 
16887 2004-07-06 [colin]      0.9.11cvs17.9
16888
16889         * src/gtk/quicksearch.c [1.1.2.3]
16890                 Add a Clear button
16891         * commitHelper
16892         * PATCHSETS
16893                 Add a script to help with cvs
16894
16895 2004-07-03 [colin]      0.9.11cvs17.8
16896
16897         * src/plugins/imageviewer/viewer.c
16898                 fix imageviewer (which was staying on the first
16899                 displayed image)
16900
16901 2004-07-03 [colin]      0.9.11cvs17.7
16902
16903         Removed FIXME_GTK2 warnings
16904         * src/gtk/gtkutils.c
16905                 useless #warnings
16906         * src/gtk/menu.c
16907                 useless #warnings (no need to mess with menu rc)
16908         * src/gtk/menu.h
16909                 unused functions
16910         
16911
16912 2004-07-03 [colin]      0.9.11cvs17.6
16913
16914         Removed FIXME_GTK2 warnings
16915         * src/codeconv.c
16916                 useless #warnings (rewrite needed)
16917         * src/compose.c
16918                 useless #warnings (rewrite needed)
16919                 useless #warnings (gtk2 is like that)
16920                 useless #warnings (previously fixed)
16921         * src/main.c
16922                 useless #warnings (previously fixed)
16923         * src/message_search.c
16924                 useless #warnings (gtk2 is like that)
16925                 Made apparent that search is case-sensitive
16926         * src/mimeview.c
16927                 useless #warnings (rewrite needed)
16928                 useless #warnings (gtk2 is like that)
16929                 reimplemented real warnings
16930         * src/prefs_common.c
16931                 Removed block cursor option (not it gtk2)
16932         * src/prefs_gtk.c
16933                 useless #warnings (rewrite needed)
16934         * src/procheader.c
16935                 useless #warnings (rewrite needed)
16936         * src/sourcewindow.c
16937                 useless #warnings (incorrect placing)
16938         * src/summary_search.c
16939                 useless #warnings (gtk2 is like that)
16940                 Made apparent that search is case-sensitive
16941         * src/action.c
16942                 useless #warnings (gtk2 is like that)
16943         * src/textview.c
16944                 useless #warnings (rewrite needed)
16945         * src/toolbar.c
16946                 useless #warnings (rewrite needed)
16947
16948 2004-07-03 [colin]      0.9.11cvs17.5
16949
16950         * src/textview.c
16951                 Fix mismerge which broke URI opening
16952                 
16953 2004-07-01 [colin]      0.9.11cvs17.4
16954
16955         * src/gtk/filesel.c
16956                 Fill filename when saving
16957                 
16958 2004-06-27 [colin]      0.9.11cvs17.3
16959
16960         * src/gtk/filesel.[ch]
16961                 Use the new GTK file selector
16962                 Update prototype to match the reality: multiple file
16963                 selection is open-only          
16964         * src/compose.c
16965                 Match the new prototypes        
16966         * configure.ac
16967                 Match the new requirements (gtk 2.4.0)
16968                         
16969 2004-06-26 [colin]      0.9.11cvs17.2
16970
16971         * src/plugins/trayicon/trayicon.c
16972                 Remove useless signal handler on resize, which causes
16973                 an infinite "loop"
16974         
16975 2004-06-26 [colin]      0.9.11cvs17.1
16976         
16977         * tools/Makefile.am
16978                 remove launch_firebird and add nautilus2sylpheed.sh
16979         * src/quicksearch.c
16980           src/summaryview.c
16981                 Fix show/hide "Extended symbols" button problem
16982                 Fix apparition at startup
16983                 Fix const warnings
16984         * src/plugins/image_viewer/Makefile.am
16985                 Fix configure 
16986         * common/ssl.c
16987                 Re-enable certificate check, as it doesn't seem to
16988                 cause Xlib errors anymore
16989
16990 2004-06-25 [paul]       0.9.11cvs17
16991
16992         * sync with 0.9.11cvs17 HEAD
16993         
16994         NOTE: QuickSearch is broken
16995
16996 2004-06-07 [colin]      0.9.10claws67.10
16997         * src/plugins/trayicon/trayicon.c
16998           src/plugins/trayicon/libeggtrayicon/Makefile.am
16999           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17000                 Fix gettextization in trayicon plugin
17001
17002 2004-06-07 [colin]      0.9.10claws67.9
17003         
17004         * src/summaryview.c
17005           src/gtk/gtksctree.[ch]
17006                 Let Shift+{Up,Down} work in summaryview
17007                 (well, Down "works" and Up works)
17008                 Let the list scroll when using these keys
17009
17010 2004-06-06 [colin]      0.9.10claws67.8
17011
17012         * src/plugins/trayicon/trayicon.c
17013                 Fix pixmap update
17014
17015 2004-06-06 [colin]      0.9.10claws67.7
17016
17017         * src/addressbook.c
17018                 Fix signal handling causing system-wide focus grab
17019
17020 2004-05-25 [paul]       0.9.10claws67.6
17021
17022         * Makefile.am
17023           src/Makefile.am
17024                 clean up
17025
17026 2004-05-25 [paul]       0.9.10claws67.5
17027
17028         * replace deprecated gtk_signal... functions
17029
17030 2004-05-23 [colin]      0.9.10claws67.4
17031
17032         * src/compose.c
17033                 Fix wrapping
17034
17035 2004-05-22 [colin]      0.9.10claws67.3
17036
17037         * src/compose.c
17038                 Re-fix [Edited] in compose.c::compose_reedit()
17039
17040 2004-05-22 [colin]      0.9.10claws67.2
17041
17042         * src/procmime.c
17043                 Fix parsing of multiparts mails
17044
17045 2004-05-22 [colin]      0.9.10claws67.1
17046
17047         * src/summaryview.c
17048                 Fix quicksearch
17049
17050 2004-05-22 [paul]       0.9.10claws67
17051
17052         * sync with 0.9.10claws67 HEAD
17053
17054 2004-05-14 [alfons]
17055
17056         * src/procmime.h
17057                 add forgotton prototype
17058
17059 2004-05-10 [paul]       0.9.10claws57
17060
17061         * sync with 0.9.10claws57 HEAD
17062
17063 2004-05-05 [paul]       0.9.9.claws1
17064
17065         * ChangeLog-gtk2        ** REMOVED **
17066           ChangeLog-gtk2.claws  ** ADDED **
17067                 rename and adopt the normal claws format
17068                 
17069         * configure.ac
17070                 require gtkmathview >= 0.5
17071
17072         * ac/*                          ** REMOVED **
17073           ac/                           ** REMOVED **
17074           intl/Makefile.in              ** REMOVED **
17075           m4/                           ** ADDED **
17076           m4/missing                    ** ADDED **
17077           m4/missing/gdk-pixbuf.m4      ** ADDED **
17078           m4/missing/gettext.m4         ** ADDED **
17079           m4/missing/gpgme.m4           ** ADDED **
17080           m4/missing/imlib.m4           ** ADDED **
17081           m4/.cvsignore                 ** ADDED **
17082           m4/Makefile.am                ** ADDED **
17083           m4/README                     ** ADDED **
17084           m4/aclocal-include.m4         ** ADDED **
17085           m4/aspell.m4                  ** ADDED **
17086           m4/check-type.m4              ** ADDED **
17087           m4/gnupg-check-typedef.m4     ** ADDED **
17088           m4/openssl.m4                 ** ADDED **
17089           m4/spamassassin.m4            ** ADDED **
17090           po/ChangeLog                  ** REMOVED **
17091           po/Makefile.in.in             ** REMOVED **
17092           po/Rules-quot                 ** REMOVED **
17093           po/boldquot.sed               ** REMOVED **
17094           po/en@boldquot.header         ** REMOVED **
17095           po/en@quot.header             ** REMOVED **
17096           po/insert-header.sin          ** REMOVED **
17097           po/quot.sed                   ** REMOVED **
17098           po/remove-potcdate.sed        ** REMOVED **
17099           po/remove-potcdate.sin        ** REMOVED **
17100           po/stamp-po                   ** REMOVED **
17101           Makefile.am
17102           autogen.sh
17103           configure.ac
17104                 enable building with automake 1.8.x
17105                 add 'autopoint --force' to autogen.sh and remove all
17106                 auto-generated files, remove ac/ directory and use
17107                 m4/ directory instead
17108                 
17109         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17110                 fix gettextization
17111
17112 2004-02-28 Colin Leroy <colin@colino.net>
17113         * src/prefs_matcher.c
17114           src/prefs_filtering.c
17115           src/prefs_filtering_action.c
17116                 Fix non-editable GtkEntries
17117
17118 2004-02-22 Thorsten Maerz <torte@netztorte.de>
17119         * src/prefs_themes.c
17120                 utf8 conversion for theme info
17121
17122 2004-02-21 Thorsten Maerz <torte@netztorte.de>
17123         * sync 0.9.9claws
17124
17125 2004-02-14 Thorsten Maerz <torte@netztorte.de>
17126         * src/grouplistdialog.c
17127                 allow multiple selections without ctrl key
17128
17129 2004-02-09 Thorsten Maerz <torte@netztorte.de>
17130         * src/main.c
17131                 enable customizable accelerators
17132
17133 2004-02-08 Thorsten Maerz <torte@netztorte.de>
17134         * src/prefs_common.c
17135                 re-enable different font settings for gtk1/2
17136         * src/prefs_folder_item.c
17137                 fix folder prefs displayed wrong
17138         * src/textview.c
17139                 set 'sunken' shadow type
17140
17141 2004-02-07 Colin Leroy <colin@colino.net>
17142         * src/compose.c
17143                 Fix message being always [Edited]
17144                 Encode headers correctly (utf8 buf)
17145
17146 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17147         * src/socket.c
17148                 remove double g_source_attach()
17149                 (Thanks to Colin Leroy)
17150
17151 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17152         * src/gtk/gtksctree.c
17153                 Fix SSL certificate list not shown
17154         * src/mimeview.c
17155                 Fix clicks in mime tree
17156
17157 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17158         * src/common/socket.c
17159                 Fix SSL receive
17160         * src/compose.c
17161                 Fix clipboard menu hotkeys
17162
17163 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17164         * src/gtk/gtkaspell.[ch]
17165           src/compose.c
17166                 reimplement spellchecker
17167
17168 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17169         * src/gtk/filesel.c
17170                 crash when inserting file in compose window
17171                 (TODO: keep old selection on clicks)
17172         * src/main.c
17173                 use gtkrc-2.0 instead of gtkrc
17174
17175 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17176         * src/messageview.c
17177                 remove orphaned mimeview unref()
17178
17179 2004-01-20 Thorsten Maerz <torte@netztorte.de>
17180         * src/grouplistdialog.c
17181                 expand nodes containing subscribed groups
17182
17183 2004-01-19 Thorsten Maerz <torte@netztorte.de>
17184         * src/textview.c
17185                 textview: hide cursor, restore old click behaviour
17186
17187 2004-01-18 Thorsten Maerz <torte@netztorte.de>
17188         * src/textview.c
17189                 variable names messed up
17190
17191 2004-01-17 Colin Leroy <colin@colino.net>
17192         * src/addr_compl.c
17193                 Fix completion address too thin
17194         * src/compose.c
17195                 Fix tab-to-subject behaviour
17196         * src/summaryview.c
17197                 Implement key up & down in summaryview
17198
17199 2004-01-12 Thorsten Maerz <torte@netztorte.de>
17200
17201         * sync 098claws
17202
17203 2004-01-08 Thorsten Maerz <torte@netztorte.de>
17204         * configure.ac
17205           Makefile.am
17206           doc/.cvsignore
17207           doc/Makefile.am
17208                 faq, man, manual moved to doc/
17209         * ac/aspell.m4
17210           ac/check-type.m4
17211           ac/gnupg-check-typedef.m4
17212           ac/openssl.m4
17213           ac/spamassassin.m4
17214           ac/missing/gdk-pixbuf.m4
17215           ac/missing/gpgme.m4
17216           ac/missing/imlib.m4
17217                 fix automake warnings
17218
17219 2003-12-06 Colin Leroy <colin@colino.net>
17220         * src/summaryview.c
17221                 Fix quicksearch
17222
17223 2003-12-05 Colin Leroy <colin@colino.net>
17224         * src/summaryview.c
17225                 Fix going to next unread folder
17226
17227 2003-12-05 Colin Leroy <colin@colino.net>
17228         * src/crash.c
17229                 Fix gtk2 compilation
17230         * src/session.c
17231                 Remove iotag source handler at disconnection
17232         * src/socket.[ch] 
17233                 Remove source handler when closing socket 
17234                 (fixes another seg)
17235
17236 2003-12-04 Colin Leroy <colin@colino.net>
17237         * src/compose.c
17238           src/prefs_account.c
17239           src/prefs_common.c
17240                 Fix some dropdown menus
17241
17242 2003-12-04 Colin Leroy <colin@colino.net>
17243         * src/compose.c
17244                 Fix event handlers on header fields
17245         * src/common/socket.c
17246           src/common/session.c
17247                 Fix segfault with callback (SSL)
17248                 Fix end of session 
17249
17250 2003-10-06 Thorsten Maerz <torte@netztorte.de>
17251
17252         * Fix compile bug in src/compose.c
17253         * removed src/gtk/gtkstext.[ch]
17254
17255 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
17256
17257         * Convert character set and escape "text" attributes in toolbar setting
17258         files.
17259         * Fixed bug in button-press-event handling.
17260
17261 2003-09-16 Thorsten Maerz <torte@netztorte.de>
17262
17263         * Fixed bug in key-press-event handling.
17264
17265 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
17266
17267         * Enabled to compile tray-icon plugin (Ad-hoc).
17268         * Avoid hang up bug of icon list in mime view (Ad-hoc).
17269
17270 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
17271
17272         * Enabled to compile on sylpheed-claws.
17273         (tray-icon plugin still cannot compile yet.)
17274
17275 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
17276
17277         * Updated to 0.9.5.
17278
17279 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
17280
17281         * Updated to 0.9.4.
17282         * Ported monitoring SSL mechanism to GSource of GLib2
17283         (I don't confirm it)
17284         * Added _gtk2 suffix to key name of font preference to avoid
17285         ovverwriting preference of Gtk+-1.2 version.
17286
17287 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
17288
17289         * Updated to 0.9.2.
17290
17291 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
17292
17293         * Updated to 0.9.1.
17294         * Translate po files into UTF-8 when execute autogen.sh.
17295
17296 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
17297
17298         * Updated to 0.9.0.
17299
17300 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
17301
17302         * Plugged GError related memory leaks.
17303
17304 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
17305
17306         * Changed default size of fonts.
17307         * Enabled to set titile font size of warning dialog.
17308
17309 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
17310
17311         * Embed a sylpheed icon into executable binary on Windows.
17312
17313 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
17314
17315         * I forgot to traslate character set of element string in src/xml.c.
17316
17317 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
17318
17319         * Fixed detecting bind_textdomain_codeset in configure.in.
17320         * The bug in which "Example" of "Date fromat" preference isn't displayed
17321         correctly has been fixed.
17322
17323 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
17324
17325         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
17326           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
17327           glib-gettextize
17328           Removed intl directory.
17329           Translated po files into UTF-8.
17330           (Thanks! Ryuji Abe)
17331
17332 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
17333
17334         * The bug which doesn't unscape string in xml.c has been fixed.
17335
17336 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
17337
17338         * The bug which is failed to translate encoding of file name thorough
17339         file dialog has been fixed.
17340
17341 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
17342
17343         * Modified to translate file names which is used in inporting/expoting
17344         mbox feature and "Save as" feature into locale encoding.
17345         * Translate file names into locale encoding when "Attache file" and
17346         "Insert file".
17347         * Force set G_BROKEN_FILENAMES environment variable.
17348         * Other minor fixes.
17349
17350 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
17351
17352         * Modified to treat MH folder's name as locale encoding.
17353
17354 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
17355
17356         * The bug which clash on switching candidates of auto completion of
17357         addresses, cannot use auto completion in Japanesse is fixed
17358         (Thanks! Tokunaga-san)¡¥
17359
17360 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17361
17362         * The bug which cannot switch key accelerator preference has been fixed
17363         (Thanks! smbd-san)¡¥
17364
17365 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17366
17367         * version 0.8.11-gtk2-20030314
17368
17369 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17370
17371         * The bug in which character set conversion of filtering messages has
17372         been fixed.(Thanks! COCOA-san).
17373
17374 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
17375
17376         * Revived "Leave space on head" preference in "Message" category.
17377         * A bug which clash when put the cursor to end of buffer and execute
17378         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
17379
17380 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17381
17382         * version 0.8.11-gtk2-20030312
17383
17384 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17385
17386         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
17387         * Modified to use Pango's API directly for font preference.
17388         * Integrated GtkTextView of textview to one widget.
17389         * Set fonts of header title in textview by "header_title" tag.
17390         * Removed some deprecated codes.
17391
17392 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
17393
17394         * Updated to 0.8.11.
17395         * Merged cygwin patch(Thanks! Sakai-san).
17396
17397 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
17398
17399         * version 0.8.10-gtk2-20030309