08525fe0544cb60dd810de4ff67636ad96f9ab15
[claws.git] / ChangeLog
1 2006-08-25 [paul]       2.4.0cvs90
2
3         * src/Makefile.am
4         * src/stock_pixmap.c
5         * src/stock_pixmap.h
6         * src/summaryview.c
7         * src/gtk/icon_legend.c
8         * src/pixmaps/copied.xpm
9         * src/pixmaps/moved.xpm
10                 add icons for delayed execution marked for
11                 copying, marked for moving
12
13 2006-08-25 [mones]      2.4.0cvs89
14
15         * manual/glossary.xml
16                 Fix the other glossary items:
17                 5.1. = Inmmediate execution -> <quote>immediate execution...
18                 5.2. = Fix MBOX capitalization -> Mbox
19                 5.3. + Improve Plugins def. w/ tech. ref.
20                 5.4. = Quotation -> replace '>' by <quote>></quote>
21                 5.5. - SMTP Server. -> remove dot
22         * po/es.po
23                 Updated translation
24
25 2006-08-25 [mones]      2.4.0cvs88
26
27         * manual/ack.xml
28                 Reformatted, changed email address
29         * manual/glossary.xml
30                 Reformatted, fixed MANUAL-TODO items:
31                 8.2. + add ROT-13 to glossary
32                 8.4. + add URL to glossary
33         * manual/es/advanced.xml
34                 Fixed <literal>s
35
36 2006-08-25 [paul]       2.4.0cvs87
37
38         * src/gtk/icon_legend.c
39                 add 'marked for deletion' icon
40                 arrange icons by containing column
41                 wrap long label text
42
43 2006-08-25 [colin]      2.4.0cvs86
44
45         * src/common/utils.c
46         * src/common/utils.h
47                 Add the sc_g_*list_bigger functions in
48                 a place everyone can use it
49         * src/summaryview.c
50                 Only freeze/thaw the list when working
51                 on the selection, if it's bigger than 1
52         * src/gtk/gtksctree.c
53                 Only freeze/thaw the list when unselec-
54                 ting 'all' if ('all' != 1)
55                 This avoids some flickering
56
57 2006-08-24 [colin]      2.4.0cvs85
58
59         * src/addressbook.c
60                 Fix strange list selection
61                 Fix random seg (Invalid read of freed memory)
62
63 2006-08-24 [colin]      2.4.0cvs84
64
65         * src/alertpanel.c
66         * src/gtk/inputdialog.c
67         * src/plugins/pgpcore/passphrase.c
68                 Revert minimal width patch of 2.4.0cvs67,
69                 as it is also a maximal width. Use 
70                 gtk_window_set_default_size instead.
71
72 2006-08-24 [colin]      2.4.0cvs83
73
74         * src/msgcache.c
75                 Write cache/mark to temp files before
76                 overwriting old ones (avoids metadata
77                 loss if writing the new files fail).
78                 Use mmap() to read cache/mark file, as
79                 this makes cache reading faster. Dis-
80                 abled for big-endian machines until it
81                 can be tested. (Big-endian users: set
82                 msgcache_use_mmap = TRUE in the relevant
83                 #if).
84         * src/procmsg.h
85                 Move rarely used fields of MsgInfo in 
86                 another structure, which will only be
87                 allocated if needed. Face, X-Face,
88                 Return receipt headers and List-*
89                 headers are moved. Mails having none
90                 of these occupy 52 bytes less with
91                 this patch, which makes 2.5MB of RAM
92                 saved on a 50k folder).
93         * src/headerview.c
94         * src/mainwindow.c
95         * src/messageview.c
96         * src/partial_download.c
97         * src/procheader.c
98         * src/procmsg.c
99         * src/textview.c
100                 Follow this structure change.
101
102 2006-08-24 [wwp]        2.4.0cvs82
103
104         * manual/es/.cvsignore
105         * manual/es/dist/.cvsignore
106         * manual/es/dist/html/.cvsignore
107         * manual/es/dist/pdf/.cvsignore
108         * manual/es/dist/ps/.cvsignore
109         * manual/es/dist/txt/.cvsignore
110                 more (generated) files to ignore.
111
112 2006-08-24 [colin]      2.4.0cvs81
113
114         * src/folder.c
115         * src/mh.c
116                 Fix possible problems with local delivery. Check the folder doesn't
117                 need scan before setting its mtime when saving cache (which can be
118                 done long after the folder's been modified by an external process);
119                 Check that the stored item's mtime didn't change in mh functions.
120
121 2006-08-24 [mones]      2.4.0cvs80
122
123         * manual/advanced.xml
124                 Rewrapping, some fixes and MANUAL-TODO items:
125                 8.1. = change "" to <quote></quote>
126                 8.3. = quote menu items
127                 8.5. - deploying -> new user ... ideally a new user (redundant)
128
129 2006-08-23 [colin]      2.4.0cvs79
130
131         * src/gtk/gtksctree.c
132                 When selecting or deselecting range, only
133                 freeze/thaw when selection is bigger than 10
134
135 2006-08-23 [colin]      2.4.0cvs78
136
137         * src/messageview.c
138         * src/mimeview.c
139         * src/mimeview.h
140         * src/plugins/dillo_viewer/dillo_viewer.c
141                 Provide an API for MimeViewer plugins to
142                 return a text selection for replying
143
144 2006-08-23 [colin]      2.4.0cvs77
145
146         * src/image_viewer.c
147         * src/textview.c
148                 Use gtk_pixbuf_new_from_file_at_scale(), which
149                 is faster than getting the pixbuf then resizing
150                 it.
151
152 2006-08-23 [colin]      2.4.0cvs76
153
154         * src/procmime.c
155                 UTF-8 should be sent Quoted-printable
156
157 2006-08-22 [colin]      2.4.0cvs75
158
159         * src/mh.c
160                 Check if scan is required before touching
161                 the folder (or it'll be required every time)
162
163 2006-08-22 [colin]      2.4.0cvs74
164
165         * configure.ac
166                 Require libetpan 0.46 (crasher fix when built
167                 against gnutls)
168
169 2006-08-22 [colin]      2.4.0cvs73
170
171         * src/folder.c
172                 Set folder's mtime after writing its
173                 cache
174         * src/folderview.c
175                 Add some timing
176         * src/procmsg.c
177                 Don't do useless stuff if we don't 
178                 thread by subject
179         * src/summaryview.c
180                 Add some timing, don't deselect prior
181                 to selecting (gtksctree does it itself),
182                 remove crash avoidance hacks as it's been
183                 properly fixed since a while
184         * src/common/utils.c
185                 Optimize to_human_readable(): _() is slow,
186                 do it only once, and avoid %f format for KB
187                 (the most common in a summaryview)
188         * src/gtk/gtksctree.c
189                 Don't uselessly freeze/thaw (fixes flicker
190                 on next unread and friends), reduce number
191                 of g_list_nth/g_list_position where possible
192         * src/gtk/gtkutils.c
193         * src/gtk/gtkutils.h
194                 Reduce number of g_list_nth/g_list_position
195                 where possible.
196                 All of this makes loading as 70k folder 2.1
197                 seconds instead of 3.2 (with hot FS caches).
198                 (1.3 seconds without Date and Size columns...)
199
200 2006-08-22 [paul]       2.4.0cvs72
201
202         wrap documents and do some items from mones' MANUAL-TODO:
203
204         * manual/account.xml
205                 4.1. = fix tabname references to <quote>tabname</quote>
206                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
207         * manual/faq.xml
208                 1.1. = mentioned options don't match UI
209                 Add information about the 'Never send Return Receipts'
210                 option
211         * manual/handling.xml
212                 6.2. = Mentions Extended symbols button, but now is
213                 named Information
214                 6.3. = Mentions ... button, which is now Edit
215
216 2006-08-22 [colin]      2.4.0cvs71
217
218         * src/gtk/pluginwindow.c
219                 Fix layout in verbose translations (such
220                 as french)
221
222 2006-08-22 [paul]       2.4.0cvs70
223
224         * manual/Makefile.am
225                 build manuals in alphabetical order
226         * src/addressbook.c
227         * src/prefs_themes.c
228                 replace/remove deprecated symbols
229         * src/gtk/gtkutils.c
230                 fix a warning
231         * src/gtk/pluginwindow.c
232                 replace deprecated symbol
233                 replace label text and move it
234         * src/plugins/pgpcore/prefs_gpg.c
235                 move the 'Generate...' button out of the
236                 Sign Key frame, replace the English used
237         * src/plugins/pgpcore/sgpgme.c
238                 fixes to the English
239
240 2006-08-21 [colin]      2.4.0cvs69
241
242         * src/plugins/trayicon/trayicon.c
243                 Add more strings for translation; patch
244                 by Pawel
245
246 2006-08-21 [colin]      2.4.0cvs68
247
248         * src/compose.c
249                 fix replied flag not set after drafting
250         * src/matcher.c
251                 fix body quicksearch in non-encoded bodies
252                 containing '='
253         * src/msgcache.c
254                 Get rid of the g_malloc workaround for
255                 corrupted caches, use g_try_malloc
256
257 2006-08-21 [colin]      2.4.0cvs67
258
259         * src/alertpanel.c
260         * src/gtk/inputdialog.c
261         * src/plugins/pgpcore/passphrase.c
262                 Set minimal width to 375
263         * src/mainwindow.c
264                 Fix switching to offline, asking if it 
265                 should be overriden for synchronising
266         * src/mimeview.c
267                 Don't offer to remember command on Open 
268                 with for text parts, as the browser or 
269                 text editor command isn't changed from 
270                 there
271
272 2006-08-20 [paul]       2.4.0cvs66
273
274         * po/ko.po
275         * po/zh_CN.po
276                 fix plural form errors. revealed by stricter
277                 checking of gettext 0.15
278
279 2006-08-18 [paul]       2.4.0cvs65
280
281         * src/stock_pixmap.c
282                 fix the fix of 2.4.0cvs64
283                 Thanks to Colin
284
285 2006-08-18 [paul]       2.4.0cvs64
286
287         * src/stock_pixmap.c
288                 fix leaks
289                 Thanks to Colin
290
291 2006-08-18 [paul]       2.4.0cvs63
292
293         * src/compose.c
294         * src/procmsg.c
295                 fix occasional IMAP bug where large msgs
296                 were left in the queue folder after sending
297                 Thanks to Colin
298
299 2006-08-18 [paul]       2.4.0cvs62
300
301         * src/folderview.c
302                 freeze the summaryview while quicksearch results
303                 are displayed
304                 (fixes bug 456 'current message is hidden when the
305                 view is refreshed and extended search is "unread 
306                 messages"')
307                 Thanks to Colin
308         * src/textview.c
309                 add missing #include "inputdialog.h"
310         * src/common/utils.h
311                 add missing mailcap_update_default() and improve
312                 readability
313
314 2006-08-17 [colin]      2.4.0cvs61
315
316         * src/plugins/pgpcore/select-keys.c
317                 Fix warnings :)
318
319 2006-08-17 [colin]      2.4.0cvs60
320
321         * src/compose.c
322                 Don't continue queuing if Cancel is clicked
323                 in select-keys
324
325 2006-08-17 [colin]      2.4.0cvs59
326
327         * src/plugins/pgpcore/select-keys.c
328                 When encrypting, if only one key matches and it 
329                 matches exactly, automatically use it.
330
331 2006-08-17 [colin]      2.4.0cvs58
332
333         * src/mimeview.c
334         * src/prefs_common.c
335         * src/prefs_common.h
336         * src/prefs_ext_prog.c
337         * src/textview.c
338                 Fix issues with previous patch (text/html)
339                 Remove outdated prefs
340
341 2006-08-17 [colin]      2.4.0cvs57
342
343         * src/imap.c
344                 Add View Log button on auth error
345         * src/procmsg.c
346                 Fix encrypted mail marked as new when
347                 saved in normal folders
348         * src/plugins/pgpinline/pgpinline.c
349                 Fix encrypt bug on IMAP
350         * src/mimeview.c
351         * src/common/utils.c
352         * src/common/utils.h
353         * src/gtk/inputdialog.c
354         * src/gtk/inputdialog.h
355                 Get rid of metamail stuff, simplify
356                 opening, and allow remembering of user's
357                 choices (by updating ~/.mailcap). There's
358                 still to drop "Audio player" and "Image
359                 viewer" preferences.
360
361 2006-08-17 [mones]      2.4.0cvs56
362
363         * manual/es/sylpheed-claws-manual.xml
364                 fix DTD path
365
366 2006-08-17 [mones]      2.4.0cvs55
367
368         * configure.ac
369         * manual/Makefile.am
370         * manual/es/Makefile.am
371         * manual/es/account.xml
372         * manual/es/ack.xml
373         * manual/es/addrbook.xml
374         * manual/es/advanced.xml
375         * manual/es/faq.xml
376         * manual/es/glossary.xml
377         * manual/es/gpl.xml
378         * manual/es/handling.xml
379         * manual/es/intro.xml
380         * manual/es/keyboard.xml
381         * manual/es/plugins.xml
382         * manual/es/starting.xml
383         * manual/es/sylpheed-claws-manual.xml
384         * manual/es/dist/Makefile.am
385         * manual/es/dist/html/Makefile.am
386         * manual/es/dist/pdf/Makefile.am
387         * manual/es/dist/ps/Makefile.am
388         * manual/es/dist/txt/Makefile.am
389                 Spanish translation for the manual
390
391 2006-08-16 [colin]      2.4.0cvs54
392
393         * src/compose.c
394         * src/main.c
395         * src/mainwindow.c
396                 Fix send button sensitivity at startup
397                 Set send menu sensitivity (patch by Fabien)
398         * src/ssl_manager.c
399                 Enable closing with esc (patch by Fabien)
400         * src/gtk/foldersort.c
401                 Enable closing with esc (patch by Fabien)
402         * src/procmime.c
403                 Optimisation (no need to copy to tempfile to
404                 "decode" 7bit and 8bit)
405         * src/summaryview.c
406                 Fix cruft in swap_from case
407         * src/textview.c
408                 Fix missing last line in some mail cases 
409                 (Fixes debian #381872)
410         * src/plugins/pgpcore/prefs_gpg.c
411         * src/plugins/pgpcore/sgpgme.c
412         * src/plugins/pgpcore/sgpgme.h
413                 Don't show "no key found" when user explicitely
414                 wants to create a key
415
416 2006-08-16 [paul]       2.4.0cvs53
417
418         * configure.ac
419         * src/account.c
420         * src/addressbook.c
421         * src/headerview.c
422         * src/prefs_account.c
423         * src/prefs_message.c
424         * src/gtk/gtkutils.c
425                 bump up minimum required versions of GTK+ and
426                 GLIB to 2.6.0
427
428 2006-08-16 [paul]       2.4.0cvs52
429
430         * src/toolbar.c
431                 workaround GTK+ Bug 351600 - 'Can't re-click
432                 on button after sensitivity update'
433                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
434                 Thanks to Colin
435
436 2006-08-15 [colin]      2.4.0cvs51
437
438         * src/plugins/pgpcore/prefs_gpg.c
439                 Set options sensitivity according to
440                 key existence
441         * src/plugins/pgpcore/sgpgme.c
442                 Allow to create key with no passphrase
443
444 2006-08-14 [cleroy]     2.4.0cvs50
445
446         * src/gtk/pluginwindow.c
447                 New layout (maybe to be changed?)
448         * src/gtk/gtkutils.c
449                 Fix a bit label_window
450         * src/plugins/pgpcore/passphrase.c
451         * src/plugins/pgpcore/passphrase.h
452         * src/plugins/pgpcore/plugin.c
453         * src/plugins/pgpcore/prefs_gpg.c
454         * src/plugins/pgpcore/prefs_gpg.h
455         * src/plugins/pgpcore/sgpgme.c
456         * src/plugins/pgpcore/sgpgme.h
457                 Allow to create a PGP private key via the GUI
458
459 2006-08-14 [wwp]        2.4.0cvs49
460
461         * src/addressbook_foldersel.c
462                 fix strict ISO C90 compliance.
463
464 2006-08-14 [paul]       2.4.0cvs48
465
466         * src/gtk/prefswindow.c
467                 re-set scrolled window on opening
468                 Patch by Ticho
469
470 2006-08-14 [paul]
471
472         2.5.0-rc1 released
473
474 2006-08-14 [paul]       2.4.0cvs47
475
476         * src/prefs_display_header.c
477                 re-enable user-defined Displayed Headers
478
479 2006-08-14 [paul]       2.4.0cvs46
480
481         * src/prefs_account.c
482                 use GTK_STOCK_EDIT
483
484 2006-08-13 [colin]      2.4.0cvs45
485
486         * src/common/utils.c
487                 Fix "a" in quote when the original message is empty,
488                 by using \0 instead of 'a' to test writability of
489                 temp files.
490
491 2006-08-13 [wwp]        2.4.0cvs44
492
493         * src/plugins/spamassassin/spamassassin.c
494                 fix capitalization of "SpamAssassin" in some debug, log and
495                 dialog messages.
496
497 2006-08-13 [paul]       2.4.0cvs43
498
499         * src/editldap.c
500                 fix overlapping widgets
501         * src/prefs_account.c
502                 fix translation of protocol_names[]
503                 fix label disappearing off the edge of the
504                 visible area
505
506 2006-08-12 [paul]       2.4.0cvs42
507
508         * manual/plugins.xml
509                 update IRC channel info before it gets forgotten
510                 about
511
512 2006-08-11 [colin]      2.4.0cvs41
513
514         * src/compose.c
515         * src/mainwindow.c
516         * src/mainwindow.h
517         * src/procmsg.c
518         * src/procmsg.h
519         * src/summaryview.c
520         * src/toolbar.c
521                 Grey out the Send button if
522                 - Queue folders are empty, or
523                 - We're sending already
524
525 2006-08-11 [wwp]        2.4.0cvs40
526
527         * src/main.c
528                 fix a logic issue when quitting while a compose window is
529                 still open, thanks to Colin.
530
531 2006-08-10 [colin]      2.4.0cvs39
532
533         * src/main.c
534                 Fix default font size setting after wizard run
535         * src/imap.c
536         * src/etpan/imap-thread.c
537         * src/etpan/imap-thread.h
538                 Fix bug #999 (Timing out on TSL cert validation 
539                 dialog makes ugly things happen). Also, STARTTLS
540                 unconditionnaly if initial capabilities contain
541                 LOGINDISABLED and STARTTLS.
542
543 2006-08-09 [colin]      2.4.0cvs38
544
545         * src/mainwindow.c
546         * src/mainwindow.h
547                 Fix Tools/Actions sensitivity when there are
548                 no actions
549
550 2006-08-09 [colin]      2.4.0cvs37
551
552         * src/prefs_filtering.c
553                 Warning fix, patch by Paul
554         * src/messageview.c
555         * src/prefs_actions.c
556         * src/prefs_filtering_action.c
557         * src/prefs_matcher.c
558                 Uniformisation of "Info ..." to "Info..." (for
559                 old gtk), patch by Fabien
560         * src/plugins/clamav/clamav_plugin_gtk.c
561                 Sensitivity fix by Fabien
562
563 2006-08-09 [colin]      2.4.0cvs36
564
565         * src/main.c
566         * src/main.h
567                 Add a function to know whether we're exiting
568         * src/plugins/trayicon/trayicon.c
569                 If exiting, don't do anything. Faster, and
570                 avoids gtk_main_iteration reentracy causing
571                 segfaults at exit
572
573 2006-08-09 [colin]      2.4.0cvs35
574
575         * src/messageview.c
576         * src/mimeview.c
577         * src/mimeview.h
578                 Fix lack of part selection when automatically 
579                 jumping to a specific part
580         * src/msgcache.c
581                 Little optimisation in cache reading
582
583 2006-08-09 [colin]      2.4.0cvs34
584
585         * src/compose.c
586                 Fix crash setting the priority on reedit
587                 (Accessing compose before creating it!)
588
589 2006-08-08 [colin]      2.4.0cvs33
590
591         * src/procmime.c
592                 Fix bug #998 (last attachment is not accessible)
593                 Bad RFC interpretation on multipart close-delimiters
594         * src/mimeview.c
595         * src/mimeview.h
596         * src/gtk/gtkvscrollbutton.c
597         * src/gtk/gtkvscrollbutton.h
598                 Make attachments list wheel-scrollable
599
600 2006-08-07 [colin]      2.4.0cvs32
601
602         * src/gtk/gtkaspell.c
603                 Fix bug #973 (Unicode punctation characters 
604                 are not recognized as separators by the
605                 spell checker); fix unsigned stuff
606
607 2006-08-07 [colin]      2.4.0cvs31
608
609         * src/compose.c
610                 Fix bug #956 (DnD text with accents in compose 
611                 text entry); fix gccc's signed/unsigned fuss
612
613 2006-08-06 [colin]      2.4.0cvs30
614
615         * src/main.c
616                 Fix bug #979 (Plugin crashes when exiting 
617                 sylpheed-claws) : handle exit request only 
618                 once
619
620 2006-08-05 [colin]      2.4.0cvs29
621
622         * src/news.c
623                 Just make sure we have a msgid.
624
625 2006-08-05 [colin]      2.4.0cvs28
626
627         * src/news.c
628         * src/summaryview.c
629                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
630                 by reimplementing it
631         * src/textview.c
632                 Fix bug when hiding quotes with level > 3 and quote
633                 colors are recycled
634
635 2006-08-04 [colin]      2.4.0cvs27
636
637         * src/compose.c
638         * src/undo.c
639         * src/undo.h
640                 Fix a bit replace-by-pasting undo
641         * src/mainwindow.c
642         * src/messageview.c
643                 Fix Fold quotes menu synchro in
644                 mainwindow when it changes in 
645                 messageview
646         * src/textview.c
647                 Fix right-click on quotes blocks
648         * src/common/utils.c
649                 Verify that the file created by
650                 my_tmpfile() is writable. Fixes
651                 bug #988 (very specific filesystem
652                 issue)
653         * src/plugins/pgpcore/sgpgme.c
654                 Fix file descriptor leak
655         * src/plugins/spamassassin/spamassassin.c
656                 Warn once if spamd isn't reachable
657
658 2006-08-04 [colin]      2.4.0cvs26
659
660         * src/toolbar.c
661                 i18n context patch by Fabien
662
663 2006-08-03 [colin]      2.4.0cvs25
664
665         * src/mainwindow.c
666         * src/messageview.c
667                 Rename "Hide quotes" to "Fold quotes"
668         * src/textview.c
669                 Don't use hand cursor on quotes. "all 
670                 the bonuses of the feature and none of 
671                 unwelcome side-effects"
672
673 2006-08-03 [colin]      2.4.0cvs24
674
675         * AUTHORS
676         * sylpheed-claws.desktop
677         * src/gtk/authors.h
678                 Bring the desktop file to XDG compliance
679                 Patch by Charles A. Edwards
680
681 2006-08-03 [colin]      2.4.0cvs23
682
683         * src/textview.c
684                 Fix links offset when they are preceded
685                 by accentued chars (g_utf8_strlen!)
686         * src/mainwindow.c
687                 Fix wrong status when starting offline
688
689
690 2006-08-03 [wwp]        2.4.0cvs22
691
692         * src/prefs_common.h
693                 ask what to do w/ filtering rules that belong to an account when
694                 applying filtering rules manually from the main window (skip,
695                 apply regardless of the account, use current account). This dialog
696                 can be skipped and the last reply used.
697                 (forgot that file)
698
699 2006-08-03 [wwp]        2.4.0cvs21
700
701         * src/filtering.c
702         * src/filtering.h
703         * src/prefs_common.c
704         * src/summaryview.c
705         * src/alertpanel.c
706         * src/alertpanel.h
707         * src/messageview.c
708                 ask what to do w/ filtering rules that belong to an account when
709                 applying filtering rules manually from the main window (skip,
710                 apply regardless of the account, use current account). This dialog
711                 can be skipped and the last reply used.
712
713
714 2006-08-03 [colin]      2.4.0cvs20
715
716         * src/textview.c
717                 Optimize previous patch
718
719 2006-08-03 [cleroy]     2.4.0cvs19
720
721         * src/textview.c
722                 Fix quotes getting toggled back when the
723                 mail has an even number of text parts
724
725 2006-08-02 [colin]      2.4.0cvs18
726
727         * src/messageview.c
728                 Add Hide quotes menu
729
730 2006-08-02 [colin]      2.4.0cvs17
731
732         * src/mainwindow.c
733         * src/prefs_common.c
734         * src/textview.c
735         * src/textview.h
736         * src/gtk/about.c
737                 Allow per-level quote hiding,
738                 Allow toggling quotes by double-clicking them
739                 Rename RemoteURI to ClickableText to reflect
740                 the fact it's used for a variety of things
741
742 2006-08-02 [wwp]        2.4.0cvs16
743
744         * src/mainwindow.c
745                 fix "View/Hide quotes" menu item status initialization.
746
747 2006-08-02 [wwp]        2.4.0cvs15
748
749         * src/matcher_parser_parse.y
750                 remove a debug trace.
751
752 2006-08-02 [paul]       2.4.0cvs14
753
754         * src/plugins/pgpcore/passphrase.c
755                 don't set initial dialog size
756                 make it resizable
757
758 2006-08-02 [paul]       2.4.0cvs13
759
760         * src/noticeview.c
761                 remove the rogue '/' character
762
763 2006-08-02 [paul]       2.4.0cvs12
764
765         * src/noticeview.c
766                 allow buttons to resize as necessary
767
768 2006-08-01 [wwp]        2.4.0cvs11
769
770         * src/mbox.c
771                 fix strict ISO C90 compliance.
772
773 2006-08-01 [wwp]        2.4.0cvs10
774
775         * tools/update-po
776                 updated update-po tool to work w/ context-dependent translations.
777                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
778
779 2006-08-01 [wwp]        2.4.0cvs9
780
781         * src/matcher.c
782         * src/prefs_filtering.c
783         * src/prefs_matcher.c
784                 allow context-dependent translations for "All",
785                 patch by Fabien Vantard <fzzzzz@gmail.com>.
786
787 2006-07-31 [colin]      2.4.0cvs8
788
789         * AUTHORS
790         * src/gtk/authors.h
791                 Add Rafal to authors
792
793 2006-07-31 [colin]      2.4.0cvs7
794
795         * src/compose.c
796         * src/mainwindow.c
797         * src/messageview.h
798         * src/prefs_common.c
799         * src/prefs_common.h
800         * src/textview.c
801                 Add 'View/Hide quotes'. Patch based on a patch
802                 by Rafal Weglarz
803
804 2006-07-31 [colin]      2.4.0cvs6
805
806         * src/action.c
807                 Fix problem with "> stuff >" actions
808
809 2006-07-31 [paul]       2.4.0cvs5
810
811         * po/nb.po
812                 updated by Geir Helland
813
814 2006-07-31 [wwp]        2.4.0cvs4
815
816         * src/mainwindow.c
817         * src/summaryview.c
818         * src/summaryview.h
819                 add "View/Go to/Parent message" and "View/Go to/Last read message",
820                 thanks to Colin.
821
822 2006-07-31 [wwp]        2.4.0cvs3
823
824         * src/Makefile.am
825         * src/addr_compl.c
826         * src/addr_compl.h
827         * src/addressbook.c
828         * src/addressbook.h
829         * src/addressbook_foldersel.c
830         * src/addressbook_foldersel.h
831         * src/addrindex.c
832         * src/addrindex.h
833         * src/matcher.c
834         * src/matcher.h
835         * src/matcher_parser_lex.l
836         * src/matcher_parser_parse.y
837         * src/prefs_common.c
838         * src/prefs_common.h
839         * src/prefs_filtering.c
840         * src/prefs_matcher.c
841         * src/prefs_matcher.h
842         * src/summaryview.c
843                 introduce filtering against the address book. It's now possible to add
844                 matched conditions to determine if any email address in a message matches
845                 or doesn't match any or all books or folders in the address book.
846
847 2006-07-31 [wwp]        2.4.0cvs2
848
849         * src/account.c
850         * src/filtering.c
851         * src/filtering.h
852         * src/folder.c
853         * src/folderview.c
854         * src/inc.c
855         * src/mainwindow.c
856         * src/matcher.c
857         * src/matcher_parser_lex.l
858         * src/matcher_parser_parse.y
859         * src/mbox.c
860         * src/prefs_filtering.c
861         * src/prefs_filtering.h
862         * src/procmsg.c
863         * src/procmsg.h
864         * src/summaryview.c
865                 introduce per-account filtering rules. Each filtering rule can now be assigned
866                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
867                 when applying filtering rules manually, as all rules will apply - even the ones
868                 assigned to an account. This issue will be addressed soon.
869  
870
871
872 2006-07-31 [wwp]        2.4.0cvs1
873
874         * src/quote_fmt.c
875                 make more strings translatable.
876
877 2006-07-31 [paul]       2.4.0
878
879         2.4.0 released
880
881 2006-07-31 [paul]       2.3.1cvs91
882
883         * po/ca.po
884                 updated by Miquel Oliete
885
886 2006-07-31 [paul]       2.3.1cvs90
887
888         * po/de.po
889         * po/el.po
890         * po/fr.po
891         * po/it.po
892         * po/pl.po
893         * po/pt_BR.po
894         * po/sr.po
895         * po/zh_CN.po
896                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
897                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
898                 Aleksandar Urosevic, and Ralgh Young
899
900 2006-07-31 [paul]       2.3.1cvs89
901
902         * src/account.c
903         * src/main.c
904         * src/mainwindow.c
905         * src/mainwindow.h
906                 Fix a race condition when, after an SC crash, rescanning
907                 folders took more than 0.5 seconds
908                 Thanks to Colin
909
910 2006-07-31 [paul]       2.3.1cvs88
911
912         * src/folderview.c
913                 don't translate separator strings
914
915 2006-07-30 [mones]      2.3.1cvs87
916
917         * doc/man/sylpheed-claws.1
918                 Fixed non-ASCII chars in Hoa's name
919         * po/es.po
920                 Updated for release
921
922 2006-07-27 [colin]      2.3.1cvs86
923
924         * src/textview.c
925                 Don't include the leading \n in links
926                 Patch by Fabien
927
928 2006-07-25 [colin]      2.3.1cvs85
929
930         * src/mainwindow.c
931         * src/common/socket.h
932         * src/etpan/imap-thread.c
933                 Refresh resolvers before connecting
934                 to IMAP servers, and after switching
935                 to online. Thanks to Paul.
936
937 2006-07-18 [colin]
938
939         * 2.4.0-rc4 released
940
941 2006-07-17 [colin]      2.3.1cvs84
942
943         * src/inc.c
944                 Show connection attempt in statusbar before
945                 connecting (previously first message was
946                 "Retrieving messages from ..." after the
947                 connection succeeded.
948
949 2006-07-16 [wwp]        2.3.1cvs83
950
951         * sylpheed-claws.ico
952                 Added .ico file (windows multi-size icon file, generated).
953
954 2006-07-12 [wwp]        2.3.1cvs82
955
956         * src/messageview.c
957                 remove Message/Re-edit menu entry from messageview window,
958                 as sent/draft/queued messages are opened in compose window when
959                 re-edited and it's not possible to re-edit other msgs.
960
961 2006-07-12 [paul]       2.3.1cvs81
962
963         * AUTHORS
964         * src/mainwindow.c
965         * src/gtk/authors.h
966                 check online state before resetting
967                 mailcheck timer. Useful if some program
968                 verifies connection state and updates
969                 Claws.
970                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
971
972 2006-07-12 [paul]       2.3.1cvs80
973
974         * sylpheed-claws-128x128.png
975         * sylpheed-claws-64x64.png
976         * sylpheed-claws.png
977         * src/Makefile.am
978         * src/main.c
979         * src/prefs_toolbar.c
980         * src/stock_pixmap.c
981         * src/stock_pixmap.h
982         * src/wizard.c
983         * src/gtk/about.c
984         * src/gtk/gtkutils.c
985         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
986         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
987         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
988         * src/pixmaps/sylpheed.xpm              ** REMOVED **
989         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
990         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
991                 updated and renamed logo/icon files and related
992                 logo by Jesper Schultz
993
994 2006-07-11 [paul]       2.3.1cvs79
995
996         * src/main.c
997                 fix the labels a smidgin
998
999 2006-07-09 [colin]      2.3.1cvs78
1000
1001         * src/textview.c
1002                 Show errors in textviewer's command
1003                 Patch by H. Merijn Brand
1004
1005 2006-07-09 [colin]      2.3.1cvs77
1006
1007         * src/compose.c
1008                 Save FMID in drafts too
1009
1010 2006-07-08 [colin]      2.3.1cvs76
1011
1012         * src/compose.c
1013                 Svae RMID in drafted mails too
1014                 Save quote_fmt vars for whole mails,
1015                 don't reset at each quote_fmt_init:
1016                 allows to use the same |i{var} in
1017                 various template fields
1018         * src/prefs_template.c
1019         * src/quote_fmt.h
1020         * src/quote_fmt_parse.y
1021                 Same
1022
1023 2006-07-08 [colin]      2.3.1cvs75
1024
1025         * src/textview.c
1026                 Fix highlighting of attached parts URIs
1027
1028 2006-07-08 [colin]      2.3.1cvs74
1029
1030         * src/main.c
1031                 Prevent bug #981 (sc 2.3.1 segfaults with 
1032                 gtk+ 2.10) from being reported again:
1033                 if Sylpheed-Claws has been compiled against
1034                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
1035                 of if Sylpheed-Claws has been compiled against
1036                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
1037                 error out.
1038
1039 2006-07-07 [colin]      2.3.1cvs73
1040
1041         * src/prefs_actions.c
1042                 Fix label
1043
1044 2006-07-07 [colin]      2.3.1cvs72
1045
1046         * src/prefs_actions.c
1047                 Fix compile on gtk < 2.8. argh :)
1048
1049 2006-07-07 [paul]       2.3.1cvs71
1050
1051         * src/common/defs.h
1052                 update DONATE_URI
1053
1054 2006-07-07 [colin]      2.3.1cvs70
1055
1056         * po/POTFILES.in
1057         * src/quote_fmt.c
1058         * src/quote_fmt_lex.l
1059         * src/quote_fmt_parse.y
1060                 Add |i{var}, a way to insert user-entered
1061                 text in a template
1062
1063 2006-07-07 [colin]
1064
1065         * 2.4.0-rc3 released
1066
1067 2006-07-07 [colin]      2.3.1cvs69
1068
1069         * src/folder.c
1070                 Don't consider inboxes of UNKNOWN folder 
1071                 classes to be useable as default inboxes
1072
1073 2006-07-07 [paul]       2.3.1cvs68
1074
1075         * src/textview.c
1076                 add missing #include <errno.h>
1077                 Thanks to René J. Blokland
1078
1079 2006-07-07 [paul]       2.3.1cvs67
1080
1081         * src/action.c
1082                 Return now Closes dialog
1083         * src/mimeview.c
1084         * src/mimeview.h
1085         * src/textview.c
1086                 add contextual menu to mime parts listed
1087                 in the textview
1088                 Thanks to Colin
1089         * src/common/utils.c
1090                 reversal: ' is a valid character in URLs
1091
1092 2006-07-06 [colin]      2.3.1cvs66
1093
1094         * src/remotefolder.h
1095                 Forgotten in previous commit
1096
1097 2006-07-06 [colin]      2.3.1cvs65
1098
1099         * src/folder.c
1100                 Set summary update flag whenever
1101                 totals changed
1102         * src/imap.c
1103         * src/prefs_account.c
1104         * src/common/utils.h
1105         * src/etpan/imap-thread.c
1106                 Fix warnings, thanks to Fabien and
1107                 Ricardo
1108
1109 2006-07-06 [wwp]        2.3.1cvs64
1110
1111         * src/gtk/gtkutils.c
1112                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
1113
1114 2006-07-06 [wwp]        2.3.1cvs63
1115
1116         * src/account.c
1117         * src/addressbook.c
1118         * src/addressitem.h
1119         * src/folderview.c
1120         * src/mainwindow.c
1121         * src/manual.c
1122         * src/manual.h
1123         * src/message_search.c
1124         * src/prefs_actions.c
1125         * src/prefs_filtering.c
1126         * src/prefs_filtering.h
1127         * src/prefs_template.c
1128         * src/summary_search.c
1129         * src/summaryview.c
1130         * src/gtk/gtkutils.c
1131         * src/gtk/gtkutils.h
1132         * src/gtk/pluginwindow.c
1133                 add help buttons to some dialogs. Clicking such buttons opens a
1134                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
1135
1136 2006-07-06 [paul]       2.3.1cvs62
1137
1138         * src/textview.c
1139                 fix attachments contextual menu
1140                 Thanks to Colin
1141
1142 2006-07-05 [colin]      2.3.1cvs61
1143
1144         * src/textview.c
1145         * src/compose.c
1146                 Handle sftp:// links
1147
1148 2006-07-05 [paul]       2.3.1cvs60
1149
1150         * src/gtk/filesel.c
1151                 grab save button by default
1152                 Thanks to Colin
1153
1154 2006-07-05 [wwp]        2.3.1cvs59
1155
1156         * manual/xml2pdf
1157                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
1158
1159 2006-07-04 [colin]      2.3.1cvs58
1160
1161         * src/mimeview.c
1162         * src/textview.c
1163                 Use left click to select, middle click to open
1164                 on mimeparts links
1165         * src/common/utils.c
1166                 Fix segfault
1167
1168 2006-07-04 [colin]      2.3.1cvs57
1169
1170         * src/mainwindow.c
1171         * src/news.c
1172                 Warning fixes, thanks to Fabien
1173
1174 2006-07-04 [colin]      2.3.1cvs56
1175
1176         * src/mimeview.c
1177         * src/mimeview.h
1178         * src/textview.c
1179                 Allow parts to be selected via their text label
1180                 in textview
1181
1182 2006-07-04 [colin]      2.3.1cvs55
1183
1184         * src/folderview.c
1185                 Feedback when closing (for big folders)
1186         * src/prefs_actions.c
1187         * src/prefs_filtering.c
1188         * src/prefs_matcher.c
1189         * src/prefs_template.c
1190                 Fix default button when closing without
1191                 having saved
1192
1193 2006-07-04 [colin]      2.3.1cvs54
1194
1195         * src/news.c
1196                 Delete local file on deletion
1197
1198 2006-07-03 [colin]      2.3.1cvs53
1199
1200         * src/folderview.c
1201         * src/main.c
1202                 Don't freeze when rescanning after crash
1203
1204 2006-07-03 [wwp]        2.3.1cvs52
1205
1206         * src/compose.c
1207         * src/privacy.c
1208         * src/privacy.h
1209         * src/plugins/pgpinline/pgpinline.c
1210         * src/plugins/pgpmime/pgpmime.c
1211                 don't report an error when the user cancels the passphrase dialog.
1212
1213 2006-07-02 [colin]      2.3.1cvs51
1214
1215         * src/folderview.c
1216                 Open message when crossing folders with Space,
1217                 goto next unread and friends
1218
1219 2006-07-01 [colin]      2.3.1cvs50
1220
1221         * src/prefs_account.c
1222                 Typographic rules varying from language
1223                 to language (in french "Protocole :"),
1224                 we have to do that :)
1225
1226 2006-07-01 [ticho]      2.3.1cvs49
1227
1228         * src/prefs_account.c
1229                 Only use one temporary gchar* variable in
1230                 prefs_account_protocol_set_optmenu().
1231
1232 2006-07-01 [ticho]      2.3.1cvs48
1233
1234         * src/prefs_account.c
1235         * src/prefs_account.h
1236                 Use GtkLabel for existing account protocol name.
1237                 Created an array for protocol names and populate the
1238                 combobox from it in a for() cycle.
1239
1240 2006-06-30 [colin]      2.3.1cvs47
1241
1242         * src/compose.c
1243                 Block undo when changing signature (by changing
1244                 account)
1245
1246 2006-06-30 [paul]       2.3.1cvs46
1247
1248         * src/send_message.c
1249                 when editing From in the Compose window, use that address
1250                 in the Return-Path: header
1251                 Thanks to Colin
1252
1253 2006-06-30 [colin]      2.3.1cvs45
1254
1255         * src/compose.c
1256                 Fix signature replacement:
1257                 - when no newline before separator
1258                 - when reediting
1259
1260 2006-06-29 [colin]      2.3.1cvs44
1261
1262         * src/folderview.c
1263         * src/folderview.h
1264         * src/mainwindow.c
1265         * src/summaryview.c
1266                 Let 'View/Go to/Next marked' work like
1267                 Next new & Next unread: across folders
1268                 Change the select_on_entry pref to do
1269                 what we want when changing folder
1270         * src/common/utils.c
1271                 Fix single-quoted links 
1272
1273 2006-06-29 [colin]      2.3.1cvs43
1274
1275         * src/gtk/gtkaspell.c
1276                 "Sylpheed" and "Sylpheed-Claws" do exist !
1277
1278 2006-06-29 [colin]      2.3.1cvs42
1279
1280         * src/imap.c
1281                 Forgot to remove debug
1282
1283 2006-06-29 [colin]      2.3.1cvs41
1284
1285         * src/imap.c
1286         * src/imap.h
1287         * src/mainwindow.c
1288                 Disconnect from IMAP servers when going
1289                 offline. Fixes bug #978 (going to offline-mode 
1290                 won't close connections)
1291
1292 2006-06-29 [colin]      2.3.1cvs40
1293
1294         * src/main.c
1295                 Fix transient setting on failing plugins
1296                 Patch by Fabien
1297         * src/plugins/pgpcore/sgpgme.c
1298                 Only warn for OpenPGP. Most people don't
1299                 have CMS available.
1300
1301 2006-06-29 [colin]      2.3.1cvs39
1302
1303         * src/compose.c
1304                 Fix Spelling menu (discrepancy between context menu
1305                 and top menu when folder's dictionary isn't the 
1306                 default one)
1307         * src/plugins/pgpcore/sgpgme.c
1308                 More error reporting about why gpgme can fail
1309
1310 2006-06-29 [wwp]        2.3.1cvs38
1311
1312         * src/mainwindow.c
1313                 honor the display-header-pane setting even when the message view
1314                 is a separate window.
1315
1316 2006-06-29 [wwp]        2.3.1cvs37
1317
1318         * src/prefs_actions.c
1319                 forgot to commit that one (use of GTK_STOCK_INFO).
1320
1321 2006-06-29 [colin]      2.3.1cvs36
1322
1323         * src/imap.c
1324                 Better handling of login errors (ask the password
1325                 again once), alert in case of error. Fix three
1326                 signedness warnings.
1327
1328 2006-06-28 [wwp]        2.3.1cvs35
1329
1330         * src/prefs_template.c
1331         * src/prefs_matcher.c
1332         * src/prefs_filtering_action.c
1333         * src/prefs_quote.c
1334                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
1335                 patch by Fabien Vantard, slightly modified.
1336
1337 2006-06-28 [paul]
1338
1339         2.4.0-rc2 released
1340
1341 2006-06-28 [colin]      2.3.1cvs34
1342
1343         * src/prefs_account.c
1344                 Fix bug #977 (Can't add or edit imap accounts)
1345
1346 2006-06-28 [colin]      2.3.1cvs33
1347
1348         * src/mimeview.c
1349                 Fix previous
1350
1351 2006-06-28 [colin]      2.3.1cvs32
1352
1353         * src/mimeview.c
1354                 Save named inlined attachments with "Save all"
1355         * src/main.c
1356         * src/mbox.c
1357         * src/common/plugin.c
1358         * src/common/plugin.h
1359         * src/common/sylpheed.c
1360         * src/common/utils.c
1361         * src/plugins/pgpcore/sylpheed.def
1362         * src/plugins/pgpinline/sylpheed.def
1363         * src/plugins/pgpmime/sylpheed.def
1364                 Win32 compatibility patch, by
1365                 Werner Koch
1366
1367 2006-06-28 [wwp]        2.3.1cvs31
1368
1369         * src/imap.c
1370         * src/prefs_folder_item.c
1371                 less compilation warnings (thanks to Fabien Vantard), less typos.
1372
1373 2006-06-28 [paul]       2.3.1cvs30
1374
1375         * src/gtk/gtkutils.c
1376                 gtk_combo_box_set_focus_on_click() is only
1377                 available since gtk 2.6.0
1378
1379 2006-06-28 [paul]       2.3.1cvs29
1380
1381         * src/prefs_ext_prog.c
1382                 fix engrish and add a tooltip for the
1383                 'command for 'Display as text' option
1384
1385 2006-06-28 [paul]
1386
1387         2.4.0-rc1 released
1388
1389 2006-06-28 [paul]       2.3.1cvs28
1390
1391         * ChangeLog
1392         * tools/Makefile.am
1393                 include textviewer.pl in releases
1394
1395 2006-06-28 [paul]       2.3.1cvs27
1396
1397         * src/prefs_ext_prog.c
1398                 hide Print command option if libgnomeprint
1399                 support is present
1400
1401 2006-06-27 [colin]      2.3.1cvs26
1402
1403         * src/compose.c
1404                 Fix Esc handling in insert/attach dialog
1405                 Don't show this dialog if dragging something
1406                 else than text/uri-list
1407                 Thanks to Fabien Vantard
1408         * tools/textviewer.pl
1409                 Filter script to display stuff as text
1410                 by H. Merijn Brand
1411
1412 2006-06-27 [wwp]        2.3.1cvs25
1413
1414         * src/messageview.c
1415                 use the exact product name (message view title), patch
1416                 by Fabien Vantard.
1417
1418 2006-06-27 [ticho]      2.3.1cvs24
1419
1420         * src/prefs_account.c
1421         * src/prefs_common.c
1422         * src/prefs_common.h
1423         * src/prefs_ext_prog.c
1424         * src/textview.c
1425                 Add a preference (Preferences/External programs)
1426                 to allow "Display as text" to be done via a script
1427                 (patch by H.Merijn Brand).
1428                 Use GtkComboBox for protocol selection in account
1429                 preferences.
1430                 Only include current choice for existing accounts, and
1431                 insensitivize the combobox.
1432
1433 2006-06-27 [paul]       2.3.1cvs23
1434
1435         * src/mbox.c
1436                 fix crasher introduced in cvs21.
1437                 Thanks to Colin
1438
1439 2006-06-26 [colin]      2.3.1cvs22
1440
1441         * src/mbox.c
1442                 Fix double-frees when leaving folders
1443                 after exporting to mbox
1444
1445 2006-06-26 [colin]      2.3.1cvs21
1446
1447         * src/mbox.c
1448                 More feedback (and optimisation)
1449                 on import/export
1450         * src/common/utils.c
1451                 Fix case when looking for mail addresses
1452         * src/gtk/gtkutils.c
1453                 Extra check for (X-)Face
1454
1455 2006-06-25 [ticho]      2.3.1cvs20
1456
1457         * src/compose.c
1458         * src/exphtmldlg.c
1459         * src/gtk/gtkutils.c
1460         * src/gtk/gtkutils.h
1461                 Added second argument to gtkut_sc_combobox_create() to
1462                 control focus-on-click for the widget.
1463                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
1464
1465 2006-06-25 [ticho]      2.3.1cvs19
1466
1467         * src/compose.c
1468         * src/gtk/Makefile.am
1469         * src/gtk/combobox.c
1470         * src/gtk/combobox.h
1471         * src/gtk/gtkutils.c
1472         * src/gtk/gtkutils.h
1473                 Use GtkComboBox instead of deprecated GtkOptionMenu
1474                 for account selector in compose window and for encoding
1475                 selector in attachment properties.
1476                 Also factorise working with the new GtkComboBox somewhat.
1477
1478 2006-06-24 [paul]       2.3.1cvs18
1479
1480         * src/prefs_common.c
1481                 use the correct default value
1482
1483 2006-06-24 [paul]       2.3.1cvs17
1484
1485         * src/compose.c
1486         * src/prefs_common.c
1487         * src/prefs_common.h
1488         * src/prefs_compose_writing.c
1489                 enable setting of default action when
1490                 dnd'ing files in the compose window.
1491                 (Collaborative effort with wwp)
1492
1493 2006-06-23 [wwp]        2.3.1cvs16
1494
1495         * src/compose.c
1496                 i18n fix (thanks to Fabien Vantard)
1497
1498 2006-06-22 [colin]      2.3.1cvs15
1499
1500         * src/prefs_customheader.c
1501                 Don't use filters in custom headers' file 
1502                 selector. Remember, extensions mean nothing :)
1503
1504 2006-06-22 [paul]       2.3.1cvs14
1505
1506         * configure.ac
1507                 allow setting of man directory location
1508
1509 2006-06-22 [colin]      2.3.1cvs13
1510
1511         * src/mainwindow.c
1512                 Add 'View/Go to/Next unread folder'.
1513                 I missed that :)
1514
1515 2006-06-22 [colin]      2.3.1cvs12
1516
1517         * src/common/utils.c
1518                 Add some subject prefixes
1519                 Patch by Bjorn T Johansen <btj@havleik.no>
1520
1521 2006-06-22 [colin]      2.3.1cvs11
1522
1523         * manual/advanced.xml
1524                 Forgotten hidden pref
1525
1526 2006-06-21 [paul]       2.3.1cvs10
1527
1528         * src/prefs_account.c
1529                 complete the removal of 'Add date header' option
1530
1531 2006-06-21 [paul]       2.3.1cvs9
1532
1533         * src/account.c
1534         * src/compose.c
1535         * src/prefs_account.c
1536         * src/prefs_account.h
1537                 remove option to add date header - always
1538                 add date header
1539         * src/etpan/imap-thread.c
1540                 fix warnings (Thanks to Colin)
1541
1542 2006-06-21 [wwp]        2.3.1cvs8
1543
1544         * src/folder.c
1545                 set the attachment flag when inline text part are (file)named. This is more convenient
1546                 when receiving (for instance) inline source files or patches sent using thunderbird.
1547
1548 2006-06-21 [paul]       2.3.1cvs7
1549
1550         * src/inc.c
1551                 fix off-by-one count of current msg in
1552                 statusbar filtering progressbar
1553
1554 2006-06-21 [paul]       2.3.1cvs6
1555
1556         * src/folder.c
1557                 Show attachment icon even if the part is 'inline'
1558                 if the following conditions are met:
1559                 - content-type != 'text/plain'
1560                 - content-type != '*/pgp-signature'
1561                 - either 'name' or 'filename' parameter is not NULL
1562                 
1563                 Thanks to Colin
1564
1565 2006-06-21 [paul]       2.3.1cvs5
1566
1567         * src/messageview.c
1568         * src/prefs_common.c
1569         * src/prefs_common.h
1570         * src/prefs_other.c
1571                 add an option to 'Never send Return
1572                 Receipts'
1573                 Thanks to Colin
1574
1575 2006-06-20 [mones]      2.3.1cvs4
1576
1577         * po/es.po
1578                 updated
1579         * src/compose.c
1580                 typo fixed (space after comma)
1581         * tools/make.themes.project
1582                 remove exec mode from tarball files
1583
1584 2006-06-20 [colin]      2.3.1cvs3
1585
1586         * src/news.c
1587         * src/procheader.c
1588         * src/unmime.c
1589                 Better fix for \n's in headers (don't 
1590                 break Received: and others)
1591
1592 2006-06-20 [paul]       2.3.1cvs2
1593
1594         * src/alertpanel.c
1595         * src/textview.c
1596                 improve legibility of phishing attempt
1597                 dialog
1598
1599 2006-06-20 [paul]       2.3.1cvs1
1600
1601         * NEWS
1602         * README
1603         * configure.ac
1604                 Update version number following
1605                 stable release
1606
1607 2006-06-20 [colin]      2.3.0cvs26
1608
1609         * src/compose.c
1610                 When dragging a file to the text of the compose
1611                 window, ask whether we want to insert or attach
1612                 (I know lots of people who do that to attach)
1613
1614 2006-06-20 [colin]      2.3.0cvs25
1615
1616         * src/etpan/imap-thread.c
1617                 Fix threshold (the append command is often > 32 bytes)
1618
1619 2006-06-19 [colin]      2.3.0cvs24
1620
1621         * src/imap.c
1622         * src/etpan/imap-thread.c
1623                 Workaround Rockliffe IMAP server bug: replace
1624                 "x UID SEARCH (ANSWERED UID 1:*)" with
1625                 "x UID SEARCH ANSWERED"
1626                 (Rockliffe doesn't handle the parenthesis)
1627
1628 2006-06-19 [colin]      2.3.0cvs23
1629
1630         * src/compose.c
1631         * src/imap.c
1632         * src/etpan/imap-thread.c
1633                 Probably fix bug #972 (Freezes when adding 
1634                 an attachment to the message)
1635         * src/common/defs.h
1636                 Modernize Firefox cmd
1637
1638
1639 2006-06-18 [colin]      2.3.0cvs22
1640
1641         * src/prefs_customheader.c
1642                 Only allow correct filenames for various
1643                 custom headers
1644
1645 2006-06-18 [colin]      2.3.0cvs21
1646
1647         * src/prefs_customheader.c
1648                 Add a 'From File...' button in custom headers prefs, which
1649                 try to do the right thing: 
1650                 for normal headers, use file as plaintext,
1651                 for X-Face, calls compface,
1652                 for Face, encode to b64.
1653
1654 2006-06-17 [colin]      2.3.0cvs20
1655
1656         * src/mh.c
1657                 Warning fix
1658
1659 2006-06-16 [colin]      2.3.0cvs19
1660
1661         * src/summaryview.c
1662                 Recursive quicksearch: show message list
1663                 in current folder, *then* search children
1664                 in the background.
1665
1666 2006-06-16 [colin]      2.3.0cvs18
1667
1668         * src/main.c
1669                 Instead of ignoring SIGPIPE, save caches
1670                 when getting one. Will fix the fact that
1671                 hot caches are out-of-date when logging 
1672                 out of Xorg.
1673         * src/compose.c
1674         * src/prefs_compose_writing.c
1675                 Only save text (not attachments) when 
1676                 auto-saving to drafts
1677         * src/unmime.c
1678                 Always replace \n, \r and \t with spaces
1679                 in headers
1680         * manual/dist/html/Makefile.am
1681         * manual/dist/pdf/Makefile.am
1682         * manual/dist/ps/Makefile.am
1683         * manual/dist/txt/Makefile.am
1684         * manual/fr/dist/html/Makefile.am
1685         * manual/fr/dist/pdf/Makefile.am
1686         * manual/fr/dist/ps/Makefile.am
1687         * manual/fr/dist/txt/Makefile.am
1688         * manual/pl/dist/html/Makefile.am
1689         * manual/pl/dist/pdf/Makefile.am
1690         * manual/pl/dist/ps/Makefile.am
1691         * manual/pl/dist/txt/Makefile.am
1692                 Fix make clean removing pregenerated manuals
1693
1694
1695 2006-06-16 [colin]      2.3.0cvs17
1696
1697         * src/plugins/pgpcore/sgpgme.c
1698         * src/plugins/pgpmime/pgpmime.c
1699         * src/plugins/pgpinline/pgpinline.c
1700                 Better error reporting in setup_signers.
1701                 Don't fallback to default key if specified
1702                 key isn't found.
1703                 Don't allow signing if more than one secret
1704                 key matches the one specified in prefs.
1705
1706 2006-06-15 [colin]      2.3.0cvs16
1707
1708         * src/folderview.c
1709                 Add "Send queue" in the folder's contextual
1710                 menu
1711         * src/compose.c
1712         * src/messageview.c
1713         * src/privacy.c
1714         * src/privacy.h
1715         * src/procmime.c
1716         * src/procmsg.c
1717         * src/plugins/pgpcore/passphrase.c
1718         * src/plugins/pgpcore/sgpgme.c
1719         * src/plugins/pgpinline/pgpinline.c
1720         * src/plugins/pgpmime/pgpmime.c
1721                 Better error reporting
1722         * src/mbox.c
1723                 Probably fix bug #971 (2.2.3 cannot read mail 
1724                 from local mbox)
1725
1726
1727 2006-06-15 [mones]      2.3.0cvs15
1728
1729         * tools/make.themes.project
1730                 creates the themes project from the web page
1731
1732 2006-06-15 [colin]      2.3.0cvs14
1733
1734         * src/folder.c
1735                 Better fix (avoid losing the folder if scan_tree 
1736                 fails)
1737
1738 2006-06-15 [cleroy]     2.3.0cvs13
1739
1740         * src/folder.c
1741                 Probably fix Bug #969 (crash on rebuilding 
1742                 imap folder)
1743
1744 2006-06-14 [colin]      2.3.0cvs12
1745
1746         * manual/dtd/manual.xsl
1747         * manual/sylpheed-claws-manual.xml
1748         * manual/fr/sylpheed-claws-manual.xml
1749         * manual/pl/sylpheed-claws-manual.xml
1750                 Insert pagebreaks between sections
1751
1752 2006-06-14 [paul]       2.3.0cvs11
1753
1754         * configure.ac
1755                 better fix than 2.3.0cvs10
1756
1757 2006-06-14 [paul]       2.3.0cvs10
1758
1759         * configure.ac
1760                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1761                 (backwards compatible)
1762
1763 2006-06-13 [colin]      2.3.0cvs9
1764
1765         * src/messageview.c
1766                 Fix sending of return receipt with the new queue folders
1767
1768 2006-06-13 [wwp]        2.3.0cvs8
1769
1770         * src/quote_fmt_lex.l
1771                 fix wrong tokens returned in quote_fmt lexer, query not().
1772
1773 2006-06-13 [wwp]        2.3.0cvs7
1774
1775         * src/folder.c
1776         * src/prefs_folder_item.c
1777                 allow changing folder type even when folder is not a top-level one,
1778                 thanks to Colin.
1779
1780 2006-06-12 [colin]      2.3.0cvs6
1781
1782         * src/folderview.c
1783                 Fix double-ask of "Do you want to mark all
1784                 as read"
1785
1786 2006-06-12 [colin]      2.3.0cvs5
1787
1788         * src/compose.c
1789         * src/compose.h
1790         * src/folder.c
1791         * src/folder.h
1792         * src/imap.c
1793         * src/inc.c
1794         * src/main.c
1795         * src/messageview.c
1796         * src/mh.c
1797         * src/prefs_folder_item.c
1798         * src/procheader.c
1799         * src/procmime.c
1800         * src/procmsg.c
1801         * src/procmsg.h
1802         * src/send_message.c
1803         * src/summaryview.c
1804         * src/toolbar.c
1805                 Apply bug #964's patch (Queue and drafts aren't normal)
1806                 The Drafts and Queue folder now contain RFC-822 files,
1807                 allowing to move and copy mails from and to these 
1808                 folders. Moving from Drafts to Queue will prepare the
1809                 mail for sending (PGP signature, encryption, etc).
1810                 This patch also rework sending errors handling to try
1811                 to be more helpful.
1812                 Also, allow redefining folder types via the GUI 
1813                 (Folder type in its Properties)
1814
1815 2006-06-12 [colin]      2.3.0cvs4
1816
1817         * src/summaryview.c
1818         * src/prefs_common.c
1819         * src/prefs_common.h
1820         * src/gedit-print.c
1821                 Allow to define a specific print font - patch
1822                 by Bernhard Walle <bernhard.walle@gmx.de>
1823         * src/prefs_fonts.c
1824         * manual/advanced.xml
1825         * manual/fr/advanced.xml
1826                 Add a hidden pref to allow deletion without
1827                 confirmation
1828
1829 2006-06-12 [wwp]        2.3.0cvs3
1830
1831         * .cvsignore
1832                 more files to ignore.
1833
1834 2006-06-12 [wwp]        2.3.0cvs2
1835
1836         * src/quote_fmt.c
1837         * src/quote_fmt_lex.l
1838         * src/quote_fmt_parse.y
1839                 extend the quote_fmt parser (templates and quotes):
1840                 - allow limited sub-expressions in |p{} and |f{} expressions,
1841                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
1842                 - implemented/fixed missing implementation of query_references and show_references,
1843                 - completed, fixed contents and format of the symbols help dialog,
1844                 - fix some compilation warnings.
1845
1846 2006-06-12 [wwp]        2.3.0cvs1
1847
1848         * manual/advanced.xml
1849         * manual/fr/advanced.xml
1850                 updates in the "templates" section of the manual (eng/fr):
1851                  - be more precise (both versions)
1852                  - completed to match the english reference (fr version)
1853                  - touchups (both versions)
1854
1855 2006-06-12 [paul]       2.3.0
1856
1857         2.3.0 released
1858
1859 2006-06-12 [paul]       2.2.3cvs14
1860
1861         * po/ca.po
1862         * po/cs.po
1863         * po/de.po
1864         * po/el.po
1865         * po/fr.po
1866         * po/it.po
1867         * po/pt_BR.po
1868         * po/sr.po
1869         * po/zh_CN.po
1870                 updated by Miquel Oliete, Tim, Stephan Sachse,
1871                 Stavros Giannouris, Fabien Vantard, Andrea
1872                 Spadaccini, Frederico Goncalves Guimaraes,
1873                 Aleksandar Urosevic, and Ralgh Young
1874
1875 2006-06-12 [colin]      2.2.3cvs13
1876
1877         * src/mbox.c
1878                 Add missing header
1879
1880 2006-06-11 [colin]      2.2.3cvs12
1881
1882         * src/msgcache.c
1883                 Verify that g_malloc() succeeded
1884
1885 2006-06-11 [colin]      2.2.3cvs11
1886
1887         * src/wizard.c
1888                 Add Face header to welcome mail
1889
1890 2006-06-10 [colin]      2.2.3cvs10
1891
1892         * src/textview.c
1893                 Revert previous (Forgot it changes the
1894                 margin on the whole mail)
1895
1896 2006-06-10 [colin]      2.2.3cvs9
1897
1898         * src/textview.c
1899                 Don't overlap long headers under (X-)Face
1900
1901 2006-06-10 [mones]      2.2.3cvs8
1902
1903         * manual/xml2pdf
1904                 allow generation of manual on systems lacking saxon binary
1905                 but with java and the saxon library installed
1906
1907         * po/es.po
1908                 updated for release
1909
1910 2006-06-09 [colin]      2.2.3cvs7
1911
1912         * src/summaryview.c
1913                 Fix leak when using Display Sender using Addressbook
1914
1915 2006-06-09 [colin]      2.2.3cvs6
1916
1917         * src/compose.c
1918         * src/folder.c
1919         * src/folderview.c
1920         * src/mimeview.c
1921         * src/summaryview.c
1922                 More leaks fixes
1923
1924 2006-06-09 [paul]       2.2.3cvs5
1925
1926         * AUTHORS
1927         * src/gtk/authors.h
1928         * tools/claws.i18n.status.pl
1929                 updated with new info
1930
1931 2006-06-09 [paul]       2.2.3cvs4
1932
1933         * README
1934                 updated
1935         * manual/ack.xml
1936                 add wwp to authors list
1937         * src/gtk/authors.h
1938                 update mine and Colin's addresses
1939
1940 2006-06-08 [colin]      2.2.3cvs3
1941
1942         * src/etpan/imap-thread.c
1943                 Fix leak on SSL cert check
1944
1945 2006-06-08 [colin]      2.2.3cvs2
1946
1947         * src/common/utils.c
1948                 Fix leak
1949
1950 2006-06-08 [paul]       2.2.3cvs1
1951
1952         * configure.ac
1953                 Update version number following
1954                 stable release
1955
1956 2006-06-07 [colin]      2.2.2cvs3
1957
1958         * src/msgcache.c
1959                 Fix catching cache read errors (guint instead of gint)
1960                 Prevent malloc'ing more than 8MB (means cache corruption)
1961
1962 2006-06-07 [paul]       2.2.2cvs2
1963
1964         * src/exporthtml.c
1965         * src/exportldif.c
1966         * src/mh.c
1967         * src/mutt.c
1968         * src/pine.c
1969         * src/common/utils.c
1970                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
1971                 obey $HOME'
1972                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
1973                 Thanks to Colin
1974
1975 2006-06-06 [paul]       2.2.2cvs1
1976
1977         * configure.ac
1978                 Update version number following
1979                 stable release
1980
1981 2006-06-06 [paul]       2.2.1cvs6
1982
1983         * src/matcher.c
1984                 fix  implicit declaration of
1985                 sylpheed_do_idle()
1986                 Patch by Fabien Vantard
1987
1988 2006-06-06 [paul]       2.2.1cvs5
1989
1990         * src/matcher.c
1991                 fix age_greater and age_lower so that they
1992                 mean what say and not '...or equal to'
1993                 Thanks to Colin
1994
1995 2006-06-06 [paul]       2.2.1cvs4
1996
1997         * src/textview.c
1998         * src/common/utils.c
1999                 fix URI check
2000                 Thanks to Colin
2001
2002 2006-06-05 [wwp]        2.2.1cvs3
2003
2004         * manual/fr/account.xml
2005                 minor language fixes (thanks to Fabien Vantard).
2006
2007 2006-06-05 [colin]      2.2.1cvs2
2008
2009         * src/prefs_folder_item.c
2010         * src/folderview.c
2011                 Allow recursive setting of properties 
2012                 for whole mailboxes
2013         * src/matcher.c
2014                 Don't freeze on 'test' filtering rule
2015
2016 2006-06-05 [colin]      2.2.1cvs1
2017
2018         * configure.ac
2019                 Update version number following
2020                 stable release
2021
2022 2006-06-04 [wwp]        2.2.0cvs82
2023
2024         * manual/glossary.xml
2025         * manual/account.xml
2026         * manual/fr/glossary.xml
2027         * manual/fr/account.xml
2028                 added glossary section and references/links related to the Face custom header.
2029
2030 2006-06-04 [colin]      2.2.0cvs81
2031
2032         * src/summaryview.c
2033                 Skip to next message on move with no
2034                 immediate execution
2035
2036 2006-06-04 [wwp]        2.2.0cvs80
2037
2038         * manual/xml2pdf
2039                 added sanity checks, exit when needed.
2040
2041 2006-06-03 [paul]       2.2.0cvs79
2042
2043         * src/prefs_receive.c
2044                 page name is now 'Receiving'
2045         * src/prefs_send.c
2046                 page name is now 'Sending'
2047
2048 2006-06-03 [colin]      2.2.0cvs78
2049
2050         * src/plugins/spamassassin/spamassassin_gtk.c
2051                 Autoswitch to Localhost if transport was previously
2052                 disabled. Else people had to check [] Enable, then
2053                 *reselect* transport.
2054
2055 2006-06-03 [colin]      2.2.0cvs77
2056
2057         * src/plugins/pgpinline/pgpinline.c
2058         * src/plugins/pgpmime/pgpmime.c
2059                 Check that gpg_data_release_and_get_mem 
2060                 didn't fail (now, why this happens...)
2061
2062 2006-06-03 [colin]      2.2.0cvs76
2063
2064         * src/mbox.c
2065                 Fix bug #962 (Manual and/or UI should 
2066                 warn about incompatible locking 
2067                 causing dataloss)
2068
2069 2006-06-02 [cleroy]     2.2.0cvs75
2070
2071         * src/filtering.c
2072         * src/folder.c
2073         * src/procmsg.c
2074         * src/summaryview.c
2075                 Fix a few leaks
2076
2077 2006-06-02 [colin]      2.2.0cvs74
2078
2079         * src/main.c
2080                 On exit, free caches after writing them
2081                 Shuts up some valgrind false positives
2082         * src/procmsg.c
2083         * src/send_message.c
2084                 Fix races when reusing existing SMTP connections
2085                 Fix inexistant session timeout
2086         * src/toolbar.c
2087                 Display alertpanel after all queues have
2088                 been processed, not after each
2089
2090 2006-06-02 [wwp]        2.2.0cvs73
2091
2092         * manual/fr/glossary.xml
2093         * manual/fr/ack.xml
2094         * manual/ack.xml
2095                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
2096
2097 2006-06-02 [wwp]        2.2.0cvs72
2098
2099         * manual/xml2pdf
2100         * manual/dist/pdf/Makefile.am
2101         * manual/dtd/manual.xsl
2102         * manual/fr/dist/pdf/Makefile.am
2103         * manual/pl/dist/pdf/Makefile.am
2104                 we changed the procedure to generate the .pdf version of the manual.
2105                 The procedure is more modern and the .pdf we get now has a valid index.
2106                 Here are the new pre-requisites:
2107
2108                 - JRE 1.x (1.4 here): there must be one from your distro
2109                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
2110                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
2111                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
2112
2113                 See my posts for further info about the installation of this toolchain:
2114
2115                 Date: Fri, 19 May 2006 19:40:06 +0200
2116                 From: wwp <subscript@free.fr>
2117                 To: sylpheed-claws-devel@lists.sourceforge.net
2118                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
2119
2120                 and
2121
2122                 Date: Wed, 24 May 2006 12:58:49 +0200
2123                 From: wwp <subscript@free.fr>
2124                 To: sylpheed-claws-devel@lists.sourceforge.net
2125                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
2126
2127 2006-06-01 [colin]      2.2.0cvs71
2128
2129         * src/compose.c
2130                 Better guards against IMAP races
2131         * src/main.c
2132         * src/prefs_common.c
2133         * src/prefs_common.h
2134         * src/common/ssl_certificate.c
2135         * src/etpan/imap-thread.c
2136         * src/etpan/imap-thread.h
2137         * src/gtk/sslcertwindow.c
2138                 New hidden option ssl_skip_cert_check to 
2139                 avoid dups of bug #959 (libetpan linked
2140                 against gnutls and gnutls buggy on 64bit)
2141                 Present expired warning only once per
2142                 session/server.
2143         * manual/advanced.xml
2144         * manual/fr/advanced.xml
2145                 Document new option
2146
2147 2006-06-01 [wwp]        2.2.0cvs70
2148
2149         * src/messageview.c
2150                 fix for bug #961 (return receipt dialog 
2151                 complains incorrectly about return-path 
2152                 email adress being different), thanks 
2153                 to Colin.
2154
2155 2006-05-31 [cleroy]     2.2.0cvs69
2156
2157         * src/common/ssl.c
2158                 Guard against NULLs, although this
2159                 should never be an issue
2160
2161 2006-05-31 [colin]      2.2.0cvs68
2162
2163         * src/filtering.c
2164                 Use g_slist_prepend
2165         * src/imap.c
2166                 Don't remove caches when destroying folder, it
2167                 could (should) be done at exit
2168         * src/inc.c
2169                 free processing cache after incorporation
2170         * src/etpan/imap-thread.c
2171                 Maybe fix bug #959 (Crash on moving to emails 
2172                 to a imap account per ssl with a expired 
2173                 certificate.)
2174
2175 2006-05-30 [colin]      2.2.0cvs67
2176
2177         * src/summaryview.c
2178                 Put back event flush when displaying message
2179                 It avoids reading a bunch of messages just
2180                 by hitting shift-n for too long ;)
2181
2182 2006-05-29 [colin]      2.2.0cvs66
2183
2184         * src/summaryview.c
2185                 Remove useless g_warnings
2186
2187 2006-05-29 [colin]      2.2.0cvs65
2188
2189         * src/imap.c
2190                 Fix g_slist_append()s for performance
2191
2192 2006-05-29 [colin]      2.2.0cvs64
2193
2194         * src/compose.c
2195         * src/common/utils.c
2196                 Fix extraneous tab at start of addresses
2197         * src/mainwindow.c
2198                 Fix warnings (thanks to Fabien)
2199                 Fix crash at exit when composing messages 
2200                 exist
2201         * src/pop.c
2202                 Fix progress bar when deleting expired mails
2203                 Thanks to Hiro
2204         * src/summaryview.c
2205         * src/gtk/gtksctree.c
2206                 Fix re-sorting slowness
2207
2208 2006-05-29 [paul]       2.2.0cvs63
2209
2210         * src/mh.c
2211                 fetch full message when moving mails
2212                 from another mailbox, (fixed data loss
2213                 when filtering from IMAP to MH, introduced
2214                 in 2.2.0cvs57).
2215                 Thanks to Colin
2216
2217 2006-05-29 [mones]      2.2.0cvs62
2218
2219         * src/gtk/gtksctree.c
2220                 Unselect faster (patch by Colin)        
2221
2222 2006-05-26 [colin]      2.2.0cvs61
2223
2224         * src/summaryview.c
2225                 Unplug MSGINFO_UPDATE callback on delete too.
2226
2227 2006-05-26 [colin]      2.2.0cvs60
2228
2229         * src/foldersel.c
2230                 Fix bold in folder selection window with glib2.10
2231                 thanks Hiro
2232
2233 2006-05-26 [colin]      2.2.0cvs59
2234
2235         * src/procheader.c
2236                 Convert date only if necessary (and don't
2237                 try to convert from utf8 to utf8, too)
2238         * src/summaryview.c
2239                 Only set column's text if the column's 
2240                 displayed
2241
2242 2006-05-26 [colin]      2.2.0cvs58
2243
2244         * src/summaryview.c
2245         * src/gtk/gtkutils.c
2246                 Fix useless warning
2247
2248 2006-05-26 [colin]      2.2.0cvs57
2249
2250         * src/mainwindow.c
2251                 Make summaryview selectable as long as 
2252                 no message has focus
2253         * src/mh.c
2254                 Faster deletion (by implementing mh_remove_msgs)
2255                 Faster copy (avoid using mh_fetch_msg just to get
2256                 the filename)
2257                 Faster move (using move_file instead of copy_file
2258                 if MSG_IS_MOVE)
2259                 No progressbar if total number of mails to cp/mv 
2260                 is less than 100
2261         * src/summaryview.c
2262                 Fix removal from subject_table when mail gets moved
2263                 Faster deletion (g_slist_prepend instead of append)
2264         * src/gtk/gtksctree.c
2265                 Remove useless code
2266
2267 2006-05-25 [colin]      2.2.0cvs56
2268
2269         * src/common/ssl_certificate.c
2270                 Fix leak in expired cert check
2271
2272 2006-05-25 [colin]      2.2.0cvs55
2273
2274         * src/mh.c
2275                 Disable flags syncing on .mh_sequences - it
2276                 is buggy and marks mails read under unknown
2277                 conditions.
2278
2279 2006-05-25 [paul]
2280
2281         * 2.3.0-rc4 released
2282
2283 2006-05-24 [colin]      2.2.0cvs54
2284
2285         attention cvs users: if you manage to crash
2286         Sylpheed-Claws while moving, copying or deleting
2287         mails, we *are* interested in stack traces and
2288         valgrind logs. It looks stable, but one never
2289         knows...
2290
2291         * src/folder.c
2292                 Add progressbar for cache updates
2293         * src/folderutils.c
2294                 Optimize Mark all read in the current
2295                 folder
2296         * src/mh.c
2297                 Add progressbar for copy/move
2298         * src/procmsg.c
2299                 Optimize O(n^2) in copy/move
2300         * src/summaryview.c
2301         * src/gtk/gtksctree.c
2302                 Optimize O(n^2) algos
2303         * src/common/timing.h
2304                 Display ms instead of us
2305
2306 2006-05-24 [wwp]        2.2.0cvs53
2307
2308         * manual/fr/advanced.xml
2309                 updates to the French manual.
2310
2311 2006-05-24 [wwp]        2.2.0cvs52
2312
2313         * src/common/utils.c
2314                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
2315
2316 2006-05-24 [wwp]        2.2.0cvs51
2317
2318         * src/folderutils.c
2319                 fixed "mark all read" in MH folders (thanks to Colin).
2320
2321 2006-05-24 [paul]       2.2.0cvs50
2322
2323         * doc/man/sylpheed-claws.1
2324                 updated the man page
2325
2326 2006-05-23 [colin]      2.2.0cvs49
2327
2328         * src/folderview.c
2329         * src/imap.c
2330         * src/inc.c
2331         * src/mbox.c
2332         * src/messageview.c
2333         * src/news.c
2334         * src/send_message.c
2335         * src/summaryview.c
2336         * src/gtk/sslcertwindow.c
2337                 alertpanel fixes, by Fabien
2338
2339 2006-05-23 [colin]      2.2.0cvs48
2340
2341         * src/folder.c
2342         * src/folderview.c
2343         * src/msgcache.c
2344         * src/summaryview.c
2345         * src/gtk/gtksctree.c
2346         * src/gtk/gtksctree.h
2347                 More timings
2348                 Fix slow loading problem, which was caused by the
2349                 use of some gtk_ctree funcs and their use of
2350                 g_list_position while gtk_ctree_(un)link'ing.
2351                 Reap more functions from gtkctree.c to be sure we
2352                 use our (fast) version instead of theirs.
2353         * src/mh.c
2354                 Fix copy of unread mails
2355
2356
2357 2006-05-22 [wwp]        2.2.0cvs47
2358
2359         * manual/fr/advanced.xml
2360                 updated.
2361
2362 2006-05-22 [colin]      2.2.0cvs46
2363
2364         * src/filtering.c
2365                 Fix possible infinite loop. 'copy' is not a 
2366                 final action, so when encountering a 'copy',
2367                 we have to check if a previous one was set
2368                 and do it. In the same way, if we encounter
2369                 a 'move' we have to perform a possibly 
2370                 pending 'copy'. This will slow down filtering
2371                 on IMAP if move+copy or multiple copy actions
2372                 are to be done, but handling it via the batch
2373                 would be really too convoluted.
2374
2375 2006-05-22 [wwp]        2.2.0cvs45
2376
2377         * manual/fr/advanced.xml
2378         * manual/fr/faq.xml
2379         * manual/fr/glossary.xml
2380         * manual/fr/handling.xml
2381         * manual/fr/intro.xml
2382         * manual/fr/plugins.xml
2383         * manual/fr/sylpheed-claws-manual.xml
2384                 sync w/ the english manual: updates URIs, documented mailing-list
2385                 support, better explanation about the enabled/disabled feature
2386                 in filtering/processing rules by Paul.
2387
2388 2006-05-21 [colin]      2.2.0cvs44
2389
2390         * src/summaryview.c
2391                 Don't expand after building threads, but during
2392
2393 2006-05-21 [colin]      2.2.0cvs43
2394
2395         * src/procmsg.c
2396         * src/summaryview.c
2397                 More timing possibilities... For next time I have 
2398                 to find out how the hell some 3GHz computer takes
2399                 one minute to open a 30k folder...
2400
2401 2006-05-21 [colin]      2.2.0cvs42
2402
2403         * manual/pl/advanced.xml
2404         * manual/pl/faq.xml
2405         * manual/pl/glossary.xml
2406         * manual/pl/handling.xml
2407         * manual/pl/intro.xml
2408         * manual/pl/plugins.xml
2409         * manual/pl/sylpheed-claws-manual.xml
2410                 Polish manual updated by Pawel
2411
2412 2006-05-20 [colin]
2413
2414         * 2.3.0-rc3 released
2415
2416 2006-05-20 [colin]      2.2.0cvs41
2417
2418         * src/imap.c
2419                 Fix -rc2 problems:
2420                 - remove cache of moved messages from original folder
2421                 - apply new flags to messages even if they aren't appliable
2422                   via IMAP.
2423
2424 2006-05-20 [colin]
2425
2426         * 2.3.0-rc2 released
2427
2428 2006-05-19 [colin]      2.2.0cvs40
2429
2430         * src/imap.c
2431                 Don't issue SELECT in imap_change_flags
2432                 before having checked that we indeed have
2433                 some flags to change. MSG_POSTFILTERED for
2434                 example can't be used on IMAP.
2435                 Fixes bug #955 (copying messages between 
2436                 imap folders is extremely slow), which was
2437                 a regression.
2438
2439 2006-05-19 [colin]      2.2.0cvs39
2440
2441         * src/folder.c
2442         * src/folder.h
2443         * src/folderview.c
2444                 Try to fix bug #830 (Some unread messages 
2445                 get marked read in IMAP inbox):
2446                 - Prevent scanning a folder if it's being 
2447                   opened via the GUI
2448                 - Postpone opening via the GUI of a folder
2449                   currently scanned.
2450
2451
2452 2006-05-19 [wwp]        2.2.0cvs38
2453
2454         * manual/advanced.xml
2455                 fix English+typo (thanks to Paul).
2456
2457 2006-05-19 [wwp]        2.2.0cvs37
2458
2459         * manual/advanced.xml
2460         * manual/fr/advanced.xml
2461         * src/gtk/logwindow.c
2462         * src/prefs_common.c
2463         * src/prefs_common.h
2464                 added hidden prefs to allow customization of colors used in
2465                 protocol log window (useful for dark gtk+ themes).
2466
2467 2006-05-19 [wwp]        2.2.0cvs36
2468
2469         * ChangeLog
2470                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
2471
2472 2006-05-19 [paul]       2.2.0cvs35
2473
2474         * src/textview.c
2475                 make Reply-To fully clickable
2476         * src/gtk/logwindow.c
2477                 more colouring (SMTP ESMTP)
2478         Both patches by Pawel Pekala
2479
2480 2006-05-19 [cleroy]     2.2.0cvs34
2481
2482         * src/mh.c
2483                 Don't update flags from current folder
2484                 Probably fixes bug #935 (Read Messages 
2485                 Revert to Being Marked as Unread)
2486
2487 2006-05-18 [colin]      2.2.0cvs33
2488
2489         * src/imap.c
2490                 Warning fix
2491         * src/compose.c
2492         * src/mainwindow.c
2493         * src/summaryview.c
2494         * src/toolbar.c
2495                 Allow replying to multiple emails
2496                 in multiple windows
2497         * src/mimeview.c
2498         * src/etpan/imap-thread.c
2499                 Leak fixes
2500
2501 2006-05-18 [paul]       2.2.0cvs32
2502
2503         * src/summaryview.c
2504                 keep Mailing-List menu refreshed
2505                 Thanks to Colin
2506
2507 2006-05-18 [paul]       2.2.0cvs31
2508
2509         * manual/advanced.xml
2510         * manual/faq.xml
2511         * manual/glossary.xml
2512         * manual/handling.xml
2513         * manual/intro.xml
2514         * manual/plugins.xml
2515         * manual/sylpheed-claws-manual.xml
2516                 update URLs
2517                 add info about mailing-list support
2518                 edit filtering info
2519         * src/wizard.c
2520         * src/common/defs.h
2521         * src/gtk/about.c
2522         * src/plugins/dillo_viewer/README
2523                 update URLs
2524
2525 2006-05-17 [wwp]        2.2.0cvs30
2526
2527         * manual/handling.xml
2528         * manual/fr/handling.xml
2529                 documented the ability to enabled/disable filtering/processing rules.
2530
2531 2006-05-17 [colin]      2.2.0cvs29
2532
2533         * src/main.c
2534                 Don't initialize g_thread subsystem if it's 
2535                 already done (thanks to Hiro)
2536         * src/mimeview.c
2537                 Fix saving of parts when there name can't be
2538                 converted from UTF-8.
2539
2540 2006-05-17 [paul]       2.2.0cvs28
2541
2542         * po/Makefile.in.in
2543                 fix config.status warning with autoconf 2.60
2544
2545 2006-05-17 [paul]       2.2.0cvs27
2546
2547         * po/POTFILES.in
2548                 add src/mbox.c
2549
2550 2006-05-17 [wwp]        2.2.0cvs26
2551
2552         * src/mainwindow.c
2553                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2554
2555 2006-05-17 [wwp]        2.2.0cvs25
2556
2557         * src/plugins/demo/demo.c
2558                 updated product name in plugin demo (many plugins need to be
2559                 sync'ed w/ that change).
2560
2561 2006-05-17 [colin]      2.2.0cvs24
2562
2563         * src/mh.c
2564                 Fix leak
2565
2566 2006-05-16 [colin]      2.2.0cvs23
2567
2568         * src/mainwindow.c
2569                 Stupid me hit again. Fix cvs22.
2570
2571 2006-05-16 [colin]      2.2.0cvs22
2572
2573         * src/mainwindow.c
2574                 Fix bug #922 (sylpheed-claws crashed after 
2575                 pushing on Inbox folder)
2576
2577 2006-05-16 [colin]      2.2.0cvs21
2578
2579         * src/compose.c
2580                 Make From header be copy/paste/select-able
2581
2582 2006-05-16 [wwp]        2.2.0cvs20
2583
2584         * src/export.c
2585         * src/matcher.c
2586         * src/summaryview.c
2587         * src/etpan/imap-thread.c
2588                 fix some compiler warnings (thanks to Colin).
2589
2590 2006-05-16 [wwp]        2.2.0cvs19
2591
2592         * src/action.c
2593         * src/gedit-print.c
2594         * src/inc.c
2595         * src/mainwindow.c
2596         * src/mh.c
2597         * src/statusbar.c
2598         * src/send_message.c
2599         * src/summaryview.c
2600                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2601
2602 2006-05-15 [colin]      2.2.0cvs18
2603
2604         * src/procmsg.c
2605                 Fix automatic rule creation with List-Post
2606
2607 2006-05-15 [paul]       2.2.0cvs17
2608
2609         * tools/filter_conv_new.pl
2610                 updated for rule enabling/disabling
2611                 claws version >= 2.3.x required
2612
2613 2006-05-15 [cleroy]     2.2.0cvs16
2614
2615         * src/main.c
2616                 Revert test
2617
2618 2006-05-15 [cleroy]     2.2.0cvs15
2619
2620         * src/main.c
2621                 test
2622
2623 2006-05-15 [wwp]        2.2.0cvs14
2624
2625         * manual/pl/.cvsignore
2626                 ignore generated files.
2627
2628 2006-05-14 [wwp]        2.3.0-rc1
2629
2630         * 2.3.0-rc1 released
2631
2632 2006-05-13 [wwp]        2.2.0cvs13
2633
2634         * src/filtering.c
2635         * src/filtering.h
2636         * src/matcher.c
2637         * src/matcher_parser_lex.l
2638         * src/matcher_parser_parse.y
2639         * src/prefs_filtering.c
2640                 new feature: provide the ability to disable filtering and processing
2641                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2642                 adaptations.
2643
2644 2006-05-13 [colin]      2.2.0cvs12
2645
2646         * src/compose.c
2647                 Remove useless if (a) b; else b;
2648                 Thanks to wwp
2649
2650 2006-05-13 [wwp]        2.2.0cvs11
2651
2652         * src/export.c
2653         * src/import.c
2654         * src/mainwindow.c
2655         * src/mbox.c
2656         * src/summaryview.c
2657         * src/summaryview.h
2658                 no more silent failures (or at least less ones) when importing
2659                 or exporting from/to mbox. Also start importing/exporting if
2660                 the necessary info is set.
2661
2662 2006-05-13 [wwp]        2.2.0cvs10
2663
2664         * RELEASE_NOTES
2665                 restored up-to-date release notes.
2666
2667 2006-05-13 [paul]       2.2.0cvs9
2668
2669         * po/nl.po
2670         * po/ru.po
2671                 updated by Tim Dijkstra and Pavlo Bohmat
2672
2673 2006-05-12 [colin]      2.2.0cvs8
2674
2675         * src/gtk/quicksearch.c
2676                 Add "k" as shortcut for "colorlabel". Patch
2677                 by ath42@users.sf.net.
2678
2679 2006-05-12 [paul]       2.2.0cvs7
2680
2681         * src/prefs_common.h
2682         * src/prefs_summaries.c
2683         * src/summaryview.c
2684                 when entering a folder also allow
2685                 going directly to first Marked message
2686
2687 2006-05-12 [paul]       2.2.0cvs6
2688
2689         * src/summaryview.c
2690                 always obey 'confirm before marking all
2691                 mails read' option
2692
2693 2006-05-12 [paul]       2.2.0cvs5
2694
2695         * src/textview.c
2696                 make Sender fully clickable
2697
2698 2006-05-12 [colin]      2.2.0cvs4
2699
2700         * src/compose.c
2701         * src/compose.h
2702                 Let From be editable
2703         * src/main.c
2704         * src/mh.c
2705                 Full support of .mh_sequences' Unseen seq
2706
2707 2006-05-12 [colin]      2.2.0cvs3
2708
2709         * src/folder.c
2710         * src/mainwindow.c
2711         * src/mainwindow.h
2712         * src/messageview.c
2713         * src/prefs_spelling.c
2714         * src/procheader.c
2715         * src/procmsg.c
2716         * src/procmsg.h
2717         * src/summaryview.c
2718         * src/toolbar.c
2719         * src/toolbar.h
2720                 Add contextual menu on Compose toolbar
2721                 button. Fixes bug #944 (Automatic
2722                 addresses not applied when changing account
2723                 from compose window)
2724                 add Mailing List support
2725                 based on the old 0.6.5claws25 patch by
2726                 Melvin Hadasht, with finishing touches
2727                 by Colin
2728                 Fix "ignore thread" when mails are threaded by
2729                 subject (and weren't ignored although appearing
2730                 in the thread).
2731                 GUI rework.
2732                 Both patches by Pawel.
2733
2734 2006-05-08 [paul]       2.2.0cvs2
2735
2736         * src/mainwindow.c
2737         * src/mainwindow.h
2738         * src/messageview.c
2739         * src/procheader.c
2740         * src/procmsg.c
2741         * src/procmsg.h
2742         * src/summaryview.c
2743                 add Mailing List support
2744                 based on the old 0.6.5claws25 patch by 
2745                 Melvin Hadasht, with finishing touches
2746                 by Colin
2747
2748 2006-05-08 [colin]      2.2.0cvs1
2749
2750         * src/mainwindow.c
2751         * src/toolbar.c
2752         * src/toolbar.h
2753                 Add contextual menu on Compose toolbar 
2754                 button. Fixes bug #944 (Automatic 
2755                 addresses not applied when changing account 
2756                 from compose window)
2757
2758 2006-05-08 [paul]       2.2.0
2759
2760         2.2.0 released
2761
2762 2006-05-08 [paul]       2.1.1cvs51
2763
2764         * po/cs.po
2765         * po/de.po
2766         * po/en_GB.po
2767         * po/fi.po
2768         * po/fr.po
2769         * po/pt_BR.po
2770         * po/sr.po
2771         * po/zh_CN.po
2772                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2773                 Fabien Vantard, Frederico Goncalves Guimaraes,
2774                 Aleksandar Urosevic, and Ralgh Young
2775
2776 2006-05-12 [colin]      2.1.1cvs50
2777
2778         * po/cs.po
2779         * po/de.po
2780         * po/en_GB.po
2781         * po/es.po
2782         * po/fi.po
2783         * po/fr.po
2784         * po/pt_BR.po
2785         * po/sr.po
2786         * po/zh_CN.po
2787                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2788                 Fabien Vantard, Frederico Goncalves Guimaraes,
2789                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2790
2791 2006-05-05 [colin]      2.1.1cvs49
2792
2793         * manual/Makefile.am
2794         * manual/pl/Makefile.am
2795         * manual/pl/account.xml
2796         * manual/pl/ack.xml
2797         * manual/pl/addrbook.xml
2798         * manual/pl/advanced.xml
2799         * manual/pl/faq.xml
2800         * manual/pl/glossary.xml
2801         * manual/pl/gpl.xml
2802         * manual/pl/handling.xml
2803         * manual/pl/intro.xml
2804         * manual/pl/keyboard.xml
2805         * manual/pl/plugins.xml
2806         * manual/pl/starting.xml
2807         * manual/pl/sylpheed-claws-manual.xml
2808         * manual/pl/dist/.cvsignore
2809         * manual/pl/dist/Makefile.am
2810         * manual/pl/dist/html/.cvsignore
2811         * manual/pl/dist/html/Makefile.am
2812         * manual/pl/dist/pdf/.cvsignore
2813         * manual/pl/dist/pdf/Makefile.am
2814         * manual/pl/dist/ps/.cvsignore
2815         * manual/pl/dist/ps/Makefile.am
2816         * manual/pl/dist/txt/.cvsignore
2817         * manual/pl/dist/txt/Makefile.am
2818                 Add the polish translation of the manual,
2819                 Authored by Pawel Pekala.
2820
2821 2006-05-05 [cleroy]     2.1.1cvs48
2822
2823         * src/main.c
2824                 Re-read matcherrc after loading plugins 
2825                 if some of them add folders.
2826
2827 2006-05-03 [colin]      2.1.1cvs47
2828
2829         * src/imap.c
2830                 I'm idiot
2831
2832 2006-05-03 [colin]      2.1.1cvs46
2833
2834         * src/imap.c
2835                 Be sure to have a session when
2836                 getting separator
2837
2838 2006-05-03 [colin]      2.1.1cvs45
2839
2840         * src/imap.c
2841         * src/imap.h
2842         * src/imap_gtk.c
2843                 Fix preventing renaming with namespace 
2844                 separator.
2845
2846 2006-05-01 [colin]      2.1.1cvs44
2847
2848         * src/action.c
2849                 Don't reload messageview when result of
2850                 action is piped.
2851
2852 2006-04-29 [colin]      2.1.1cvs43
2853
2854         * src/prefs_receive.c
2855         * src/plugins/spamassassin/spamassassin_gtk.c
2856         * src/plugins/clamav/clamav_plugin_gtk.c
2857                 GUI fixes by Pawel
2858
2859 2006-04-29 [colin]      2.1.1cvs42
2860
2861         * src/prefs_compose_writing.c
2862         * src/prefs_quote.c
2863                 Cleanups. Patch by Pawel
2864
2865 2006-04-28 [paul]       2.1.1cvs41
2866
2867         * src/matcher.c
2868                 fix returned quick search results when search
2869                 term contains an underscore.
2870                 Thanks to Colin
2871
2872 2006-04-28 [paul]       2.1.1cvs40
2873
2874         * src/prefs_message.c
2875         * src/prefs_receive.c
2876                 GUI cleanups
2877                 Patches by Pawel Pekala
2878
2879 2006-04-27 [colin]      2.1.1cvs39
2880
2881         * src/wizard.c
2882                 Differentiate subject Welcome from
2883                 window's title Welcome
2884
2885 2006-04-27 [paul]
2886
2887         2.2.0-rc1 released
2888
2889 2006-04-27 [paul]       2.1.1cvs38
2890
2891         * manual/advanced.xml
2892         * manual/fr/advanced.xml
2893                 add info about compose_no_markup hidden pref
2894
2895 2006-04-27 [paul]       2.1.1cvs37
2896
2897         * src/prefs_account.c
2898                 improve privacy labels
2899         * src/prefs_msg_colors.c
2900                 change some strings for translators' convenience
2901         * src/gtk/gtkutils.c
2902                 don't underline the link button text
2903
2904 2006-04-25 [colin]      2.1.1cvs36
2905
2906         * src/folder.c
2907                 Complete 2.1.1cvs33 (once more ;)
2908
2909 2006-04-25 [colin]      2.1.1cvs35
2910
2911         * src/editldap.c
2912                 Fix tooltip
2913
2914 2006-04-25 [cleroy]     2.1.1cvs34
2915
2916         * src/compose.c
2917         * src/gtk/gtkaspell.c
2918                 Fix crash on redirect (related to the return 
2919                 of the aspell menu in compose's toolbar)
2920         * src/prefs_msg_colors.c
2921                 Fix sensitivity widgets
2922         * src/image_viewer.c
2923         * src/gtk/pluginwindow.c
2924         * src/gtk/prefswindow.c
2925                 Change released signals to clicked (Fabien)
2926         * po/POTFILES.in
2927         * src/common/socket.c
2928         * src/plugins/spamassassin/spamassassin.c
2929                 Translate strings (Fabien)
2930
2931 2006-04-25 [paul]       2.1.1cvs33
2932
2933         * src/folder.c
2934         * src/folder.h
2935         * src/folderview.c
2936                 complete the fix of bug #912
2937                 Thanks to Colin
2938
2939 2006-04-25 [colin]      2.1.1cvs32
2940
2941         * src/news.c
2942                 Better progress bar
2943         * src/mimeview.c
2944         * src/summaryview.c
2945         * src/summaryview.h
2946                 Fix focus chain
2947                 Patches by Pawel Pekala
2948
2949 2006-04-24 [colin]      2.1.1cvs31
2950
2951         * src/compose.c
2952                 Fix compilation warnings (Fabien)
2953
2954 2006-04-24 [colin]      2.1.1cvs30
2955
2956         * src/addrindex.c
2957         * src/editldap.c
2958         * src/editldap_basedn.c
2959         * src/editldap_basedn.h
2960         * src/ldapctrl.c
2961         * src/ldapctrl.h
2962         * src/ldapquery.c
2963         * src/ldaputil.c
2964         * src/ldaputil.h
2965                 Fix bug #901 (LDAPS support)
2966
2967 2006-04-24 [colin]      2.1.1cvs29
2968
2969         * src/compose.c
2970                 Fix logic on error with send dialog on
2971         * src/imap.c
2972                 Fix compilation without libetpan, thanks
2973                 to Fabien
2974         * src/summaryview.c
2975                 Fix 'context-menu' key
2976
2977 2006-04-23 [colin]      2.1.1cvs28
2978
2979         * src/folder.c
2980                 Never free current's cache to free up 
2981                 memory. Fixes bug #912 (new count 
2982                 randomly set to message count)
2983
2984 2006-04-23 [colin]      2.1.1cvs27
2985
2986         * src/gtk/quicksearch.c
2987                 And remove printf...
2988
2989 2006-04-23 [colin]      2.1.1cvs26
2990
2991         * src/gtk/quicksearch.c
2992                 Fix replacing in quicksearch, and fix inserting
2993                 in the middle of the string. (introduced at 2.1.0cvs22)
2994
2995 2006-04-23 [colin]      2.1.1cvs25
2996
2997         * src/imap.c
2998                 Make sure uidnext is initialized in get_num_list
2999                 (not for stable, related to 2.1.1cvs8 and friends)
3000
3001 2006-04-23 [colin]      2.1.1cvs24
3002
3003         * src/imap.c
3004                 Output something when login is successful
3005                 too
3006
3007 2006-04-23 [colin]      2.1.1cvs23
3008
3009         * src/etpan/imap-thread.c
3010                 Better logging (line-per-line, hide data in fetch)
3011                 Fix a const warning
3012         * src/gtk/logwindow.c
3013         * src/gtk/logwindow.h
3014                 Better logging (color for input/output)
3015
3016 2006-04-21 [colin]      2.1.1cvs22
3017
3018         * src/gtk/quicksearch.c
3019                 On gtk+-2.8, use stock buttons in quicksearch
3020                 Based on a patch by Fabien and a design by Paul
3021
3022 2006-04-21 [colin]      2.1.1cvs21
3023
3024         * src/folderview.c
3025         * src/mainwindow.c
3026                 Fix occasional flicker in folderview
3027         * src/common/utils.c
3028                 Fix bug #943 (Incorrectly parsed email address 
3029                 list in short headers on message view and in 
3030                 printouts)
3031
3032 2006-04-20 [colin]      2.1.1cvs20
3033
3034         * src/imap.c
3035         * src/imap.h
3036         * src/prefs_account.c
3037                 Add ANONYMOUS auth for IMAP
3038
3039 2006-04-20 [paul]       2.1.1cvs19
3040
3041         * src/main.c
3042                 proper fix for 2.1.1cvs18
3043                 Thanks to Colin
3044
3045 2006-04-20 [paul]       2.1.1cvs18
3046
3047         * src/main.c
3048                 fix build warnings
3049
3050 2006-04-20 [paul]       2.1.1cvs17
3051
3052         * src/gtk/quicksearch.c
3053                 fix standard, non-extended Quick search,
3054                 was broken in 2.1.1cvs15.
3055                 Thanks to Colin.
3056
3057 2006-04-20 [colin]      2.1.1cvs16
3058
3059         * src/prefs_matcher.c
3060                 Fix values when reselecting a ~test
3061                 rule
3062
3063 2006-04-19 [colin]      2.1.1cvs15
3064
3065         * src/compose.c
3066         * src/compose.h
3067         * src/gtk/gtkaspell.c
3068         * src/gtk/gtkaspell.h
3069                 Put back Options menu in Spelling/
3070         * src/gtk/quicksearch.c
3071                 Don't search, and show error, if the
3072                 advanced search has a syntax error
3073
3074 2006-04-18 [colin]      2.1.1cvs14
3075
3076         * src/textview.c
3077                 Fix gdk warnings on set_cursor when textview
3078                 isn't visible
3079
3080 2006-04-18 [colin]      2.1.1cvs13
3081
3082         * src/gtk/gtksctree.c
3083                 Remove seemingly useless refresh that causes
3084                 flicker - watch this commit in case of 
3085                 problems before planned backport to stable
3086
3087 2006-04-18 [colin]      2.1.1cvs12
3088
3089         * src/imap.c
3090                 Factorize get/set_xml code
3091         * src/compose.c
3092         * src/prefs_account.c
3093         * src/prefs_account.h
3094         * src/procmsg.c
3095                 Add Encrypt to self option
3096
3097 2006-04-17 [colin]      2.1.1cvs11
3098
3099         * configure.ac
3100                 Fix search on encrpyt function on dragonfly
3101                 Patch by Jonathan Buschmann <jonthn@agmact.com>
3102
3103 2006-04-17 [colin]      2.1.1cvs10
3104
3105         * src/prefs_account.c
3106                 Be safe by default: remove mails from POP3
3107                 after 7 days, not immediately
3108
3109 2006-04-17 [colin]      2.1.1cvs9
3110
3111         * src/etpan/imap-thread.c
3112                 Fix build on DragonFly - patch by 
3113                 Jonathan Buschmann <jonthn@agmact.com>
3114
3115 2006-04-17 [colin]      2.1.1cvs8
3116
3117         * src/imap.c
3118                 Save uidnext between sessions
3119
3120 2006-04-17 [colin]      2.1.1cvs7
3121
3122         * src/imap.c
3123                 scan is required when uid validity changes
3124
3125 2006-04-17 [colin]      2.1.1cvs6
3126
3127         * src/folderview.c
3128                 Don't scan if not necessary, apart in current
3129                 folder and INBOX to fetch flags.
3130         * src/imap.c
3131                 Scan is necessary if unread count changes
3132
3133 2006-04-17 [colin]      2.1.1cvs5
3134
3135         * src/imap.c
3136                 ...But always fetch ANSWERED and DELETED flags for
3137                 INBOX, as filtering can happen on these flags.
3138
3139 2006-04-17 [colin]      2.1.1cvs4
3140
3141         * src/imap.c
3142                 Don't fetch REPLIED and DELETED flags when synchronising
3143                 flags with a closed folder. We only need UNSEEN and FLAGGED
3144                 to update the folderview.
3145
3146 2006-04-17 [colin]      2.1.1cvs3
3147
3148         * src/imap.c
3149                 Faster flag search when there are new mails 
3150                 in a folder. We can do a full search if the 
3151                 folder contains less messages than the new
3152                 list.
3153
3154 2006-04-17 [colin]      2.1.1cvs2
3155
3156         * po/cs.po
3157         * po/de.po
3158         * po/fr.po
3159         * po/nl.po
3160         * po/pt_BR.po
3161                 Update translations from stable branch
3162
3163 2006-04-17 [colin]      2.1.1cvs1
3164
3165         * configure.ac
3166                 Bump version to follow stable release
3167
3168 2006-04-16 [mones]      2.1.0cvs50
3169
3170         * po/es.po
3171                 Updated for release
3172
3173 2006-04-16 [colin]      2.1.0cvs49
3174
3175         * src/textview.c
3176                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
3177                 with gtk < 2.8. Thanks to Fabien Vantard.
3178
3179 2006-04-15 [colin]      2.1.0cvs48
3180
3181         * src/etpan/imap-thread.c
3182                 Fix bug #919 (libetpan: SEGV when connecting 
3183                 using command)
3184
3185 2006-04-14 [colin]      2.1.0cvs47
3186
3187         * src/main.c
3188                 Fix race on --select (should be done better)
3189
3190 2006-04-14 [wwp]        2.1.0cvs46
3191
3192         * src/send_message.c
3193                 enforce a check for domain in account prefs (a sending
3194                 error could be faced if domain was checked but no value set),
3195                 thanks to Colin.
3196
3197 2006-04-14 [colin]      2.1.0cvs45
3198
3199         * src/codeconv.c
3200                 when converting from unknown to unknown, if the
3201                 string is UTF8, don't convert it to the locale
3202                 (which breaks it)
3203
3204 2006-04-14 [colin]      2.1.0cvs44
3205
3206         * src/compose.c
3207                 Don't try to use ASCII for converting headers
3208                 (as done in body)
3209
3210 2006-04-14 [paul]       2.1.0cvs43
3211
3212         * src/crash.c
3213                 add locale/charset info to crash report
3214         * src/gtk/about.c
3215                 add wwp to doc team
3216                 replace 'e-mail' with preferred 'email'
3217         * src/gtk/authors.h
3218                 ensure contributors list is in alphabetical
3219                 order
3220
3221 2006-04-13 [colin]      2.1.0cvs42
3222
3223         * src/textview.c
3224                 Prevent gdk warnings
3225
3226 2006-04-13 [colin]      2.1.0cvs41
3227
3228         * src/common/ssl_certificate.c
3229         * src/common/ssl_certificate.h
3230         * src/gtk/sslcertwindow.c
3231                 Warn on expired certs, and display the expiration date
3232
3233 2006-04-13 [colin]      2.1.0cvs40
3234
3235         * src/plugins/spamassassin/spamassassin_gtk.c
3236                 Fix missing set_text on unix socket
3237
3238 2006-04-13 [wwp]        2.1.0cvs39
3239
3240         * manual/fr/advanced.xml
3241         * manual/fr/glossary.xml
3242                 applied new spam/ham/email lexicon (pourriel, courriel)
3243
3244 2006-04-13 [paul]       2.1.0cvs38
3245
3246         * src/plugins/pgpmime/plugin.c
3247                 remove the mention of S/MIME from the
3248                 description. This is now handled by the
3249                 S/MIME plugin.
3250
3251 2006-04-13 [paul]       2.1.0cvs37
3252
3253         * src/prefs_msg_colors.c
3254                 rework dialog
3255         * src/prefs_folder_item.c
3256         * src/prefs_spelling.c
3257                 add a tooltip to the colour selector buttons
3258
3259 2006-04-13 [wwp]        2.1.0cvs36
3260
3261         * manual/advanced.xml
3262         * manual/glossary.xml
3263         * manual/handling.xml
3264         * manual/keyboard.xml
3265         * manual/plugins.xml
3266         * manual/starting.xml
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/gpl.xml
3274         * manual/fr/handling.xml
3275         * manual/fr/intro.xml
3276         * manual/fr/keyboard.xml
3277         * manual/fr/plugins.xml
3278         * manual/fr/starting.xml
3279         * manual/fr/sylpheed-claws-manual.xml
3280                 fixes to the manuals:
3281                  - summaryview -> Message List (same in French)
3282                  - translate key names
3283                  - fix French punctuation, use non-breakable spaces when
3284                    necessary, don't use &thinsp; which is not portable
3285                  - tell what maildir and mbox formats we support
3286
3287 2006-04-12 [wwp]        2.1.0cvs35
3288
3289         * src/prefs_toolbar.c
3290                 unified a replace button more,
3291                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3292
3293 2006-04-12 [wwp]        2.1.0cvs34
3294
3295         * src/prefs_common.c
3296         * src/prefs_msg_colors.c
3297                 make default color labels translatable,
3298                 patch from Fabien Vantard <fzzzzz@gmail.com>,
3299                 thanks to Tim <timbrain@post.cz> for reporting.
3300
3301 2006-04-12 [wwp]        2.1.0cvs33
3302
3303         * manual/glossary.xml
3304         * manual/intro.xml
3305         * manual/plugins.xml
3306         * manual/starting.xml
3307         * manual/sylpheed-claws-manual.xml
3308         * manual/fr/.cvsignore
3309         * manual/fr/account.xml
3310         * manual/fr/ack.xml
3311         * manual/fr/addrbook.xml
3312         * manual/fr/advanced.xml
3313         * manual/fr/faq.xml
3314         * manual/fr/glossary.xml
3315         * manual/fr/handling.xml
3316         * manual/fr/intro.xml
3317         * manual/fr/keyboard.xml
3318         * manual/fr/plugins.xml
3319         * manual/fr/starting.xml
3320         * manual/fr/sylpheed-claws-manual.xml
3321                 various fixes: typos, missing .fr translations, punctuation,
3322                 capitalization, links, accents and some bad French more.
3323
3324 2006-04-12 [wwp]        2.1.0cvs32
3325
3326         * src/prefs_gtk.c
3327                 fix for bug #935: always store prefs files in UTF-8 (thanks
3328                 to Colin).
3329
3330 2006-04-11 [colin]      2.1.0cvs31
3331
3332         * src/compose.c
3333                 Fix inserting files not in utf8 when locale is utf8
3334
3335 2006-04-11 [colin]      2.1.0cvs30
3336
3337         * src/inc.c
3338                 Don't show error dialog when cancelling connection
3339                 Patch by Pawel
3340
3341 2006-04-11 [cleroy]     2.1.0cvs29
3342
3343         * src/compose.c
3344                 Implement multiple quote levels
3345         * src/prefs_common.c
3346                 Change a little bit the quote bgcolor for 2nd level
3347
3348 2006-04-11 [colin]      2.1.0cvs28
3349
3350         * src/gtk/about.c
3351                 Add locale and charset in the label
3352
3353 2006-04-10 [colin]      2.1.0cvs27
3354
3355         * src/compose.c
3356         * src/prefs_common.c
3357         * src/prefs_common.h
3358         * src/prefs_msg_colors.c
3359         * src/textview.c
3360                 Allow optional background color in quotes
3361                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
3362                 GTK+-2.8.x feature
3363
3364 2006-04-10 [colin]      2.1.0cvs26
3365
3366         * src/main.c
3367         * src/mainwindow.c
3368         * src/mainwindow.h
3369                 Implement --select
3370
3371 2006-04-10 [colin]      2.1.0cvs25
3372
3373         * manual/plugins.xml
3374         * manual/fr/plugins.xml
3375                 Document libcurl's proxy variables
3376
3377 2006-04-09 [colin]      2.1.0cvs24
3378
3379         * src/prefs_common.c
3380                 gettext() returns statically allocated stuff. We have
3381                 to strdup it in order to be able to free it.
3382
3383 2006-04-09 [colin]      2.1.0cvs23
3384
3385         * AUTHORS
3386         * src/gtk/authors.h
3387                 Add Alexei
3388
3389 2006-04-09 [colin]      2.1.0cvs22
3390
3391         * src/mainwindow.c
3392         * src/gtk/quicksearch.c
3393                 Fix bug #859 (problems with cyrilic input in 
3394                 search panel) - Patch by Alexey Illarionov 
3395                 <littlesavage@rambler.ru>
3396
3397 2006-04-09 [colin]      2.1.0cvs21
3398
3399         * src/prefs_customheader.c
3400                 I prefer removing then freeing rather than the contrary
3401                 (even if it doesn't change anything ;-)
3402         * src/prefs_account.c
3403                 Fix bug #933 (Crash re-entering the custom headers list 
3404                 dialog in accounts prefs)
3405                 The problem happened when cancelling the Account 
3406                 Preferences' dialogs - in which case we didn't do 
3407                 anything to the PrefsAccount * struct. In case of applying,
3408                 the old ac_prefs was replaced with the tmp_ac_prefs we were
3409                 working with in this dialog. The problem is that 
3410                 prefs_customheader.c, working on this tmp_ac_prefs, always
3411                 changes the ->customhdr_list pointer, even when cancelled. 
3412                 So in case of cancelling the prefs_account dialog, we still
3413                 have to update ->customhdr_list in the real account.
3414
3415 2006-04-08 [colin]      2.1.0cvs20
3416
3417         * manual/fr/glossary.xml
3418         * manual/fr/keyboard.xml
3419                 Forgot some headers :)
3420
3421 2006-04-08 [colin]      2.1.0cvs19
3422
3423         * manual/Makefile.am
3424         * manual/fr/Makefile.am
3425         * manual/fr/account.xml
3426         * manual/fr/ack.xml
3427         * manual/fr/addrbook.xml
3428         * manual/fr/advanced.xml
3429         * manual/fr/faq.xml
3430         * manual/fr/glossary.xml
3431         * manual/fr/gpl.xml
3432         * manual/fr/handling.xml
3433         * manual/fr/intro.xml
3434         * manual/fr/keyboard.xml
3435         * manual/fr/plugins.xml
3436         * manual/fr/starting.xml
3437         * manual/fr/sylpheed-claws-manual.xml
3438         * manual/fr/dist/.cvsignore
3439         * manual/fr/dist/Makefile.am
3440         * manual/fr/dist/html/.cvsignore
3441         * manual/fr/dist/html/Makefile.am
3442         * manual/fr/dist/pdf/.cvsignore
3443         * manual/fr/dist/pdf/Makefile.am
3444         * manual/fr/dist/ps/.cvsignore
3445         * manual/fr/dist/ps/Makefile.am
3446         * manual/fr/dist/txt/.cvsignore
3447         * manual/fr/dist/txt/Makefile.am
3448                 Add the french translation of the manual. Thanks to
3449                 Olivier Delhomme <olivier.delhomme@free.fr> for 
3450                 account.xml, ack.xml, addrbook.xml and advanced.xml
3451
3452 2006-04-08 [colin]      2.1.0cvs18
3453
3454         * manual/plugins.xml
3455         * manual/starting.xml
3456                 More fixes
3457
3458 2006-04-07 [colin]      2.1.0cvs17
3459
3460         * manual/faq.xml
3461         * manual/intro.xml
3462         * manual/keyboard.xml
3463                 Little fixes
3464
3465 2006-04-07 [colin]      2.1.0cvs16
3466
3467         * README
3468         * src/compose.c
3469         * src/prefs_common.c
3470         * src/prefs_common.h
3471                 Add hidden compose_no_markup pref
3472
3473 2006-04-07 [wwp]        2.1.0cvs15
3474
3475         * src/summary_search.c
3476         * .cvsignore
3477                 Bugfix: stop button was sticky when searching in an empty folder.
3478                 Applied curly brackets code style to the whole file (summary_search.c).
3479                 More files to ignore.
3480
3481 2006-04-07 [wwp]        2.1.0cvs14
3482
3483         * src/message_search.c
3484         * src/summary_search.c
3485                 changed default button when search bumps at file/folder
3486                 beginning or end, for convenience (thanks to Colin).
3487
3488 2006-04-07 [paul]       2.1.0cvs13
3489
3490         * src/plugins/dillo_viewer/dillo_prefs.c
3491                 avoid future potential for namespace collision
3492                 Patch by Colin
3493
3494 2006-04-06 [wwp]        2.1.0cvs12
3495
3496         * src/summary_search.c
3497                 Unify extended/advanced searches names (and thus factorize labels),
3498                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3499
3500 2006-04-06 [wwp]        2.1.0cvs11
3501
3502         * src/folderview.c
3503         * src/prefs_themes.c
3504         * src/summaryview.c
3505                 Fixed some compilation warnings.
3506
3507 2006-04-06 [colin]      2.1.0cvs10
3508
3509         * manual/advanced.xml
3510                 Document the wizard template and how to deploy
3511                 Sylpheed-Claws effectively
3512
3513 2006-04-06 [colin]      2.1.0cvs9
3514
3515         * src/folderview.c
3516                 gettext patch to tell translators about _("#"),
3517                 by Maxim Britov
3518
3519 2006-04-06 [colin]      2.1.0cvs8
3520
3521         * src/textview.c
3522                 Fix invalid GtkTextBIter after clicking "Display as text"
3523
3524 2006-04-06 [mones]      2.1.0cvs7
3525
3526         * src/addr_compl.c
3527         * src/addrindex.c
3528         * src/addritem.c
3529         * src/codeconv.c
3530         * src/compose.c
3531         * src/filtering.c
3532         * src/folder.c
3533         * src/folder_item_prefs.c
3534         * src/folderview.c
3535         * src/localfolder.c
3536         * src/matcher.c
3537         * src/mimeview.c
3538         * src/prefs_msg_colors.c
3539         * src/prefs_spelling.c
3540         * src/prefs_themes.c
3541         * src/procmime.c
3542         * src/procmsg.c
3543         * src/stock_pixmap.c
3544         * src/summaryview.c
3545         * src/textview.c
3546         * src/toolbar.c
3547         * src/common/mgutils.c
3548         * src/common/prefs.c
3549         * src/common/ssl_certificate.c
3550         * src/gtk/colorlabel.c
3551         * src/gtk/quicksearch.c
3552         * src/plugins/pgpmime/pgpmime.c
3553         * src/plugins/spamassassin/spamassassin.c
3554                 Removed redundant NULL checks for g_free() calls.
3555                 Patch by Pawel Pekala.
3556
3557 2006-04-06 [mones]      2.1.0cvs6
3558
3559         * src/prefs_actions.c
3560         * src/prefs_filtering.c
3561         * src/prefs_filtering_action.c
3562         * src/prefs_matcher.c
3563         * src/prefs_template.c
3564         * src/gtk/gtkutils.c
3565         * src/gtk/gtkutils.h
3566                 Have a nice replace button. Patch by Pawel Pekala
3567
3568 2006-04-06 [colin]      2.1.0cvs5
3569
3570         * src/addressbook.c
3571                 Fix crash with empty columns
3572
3573 2006-04-05 [colin]      2.1.0cvs4
3574
3575         * src/wizard.c
3576         * src/prefs_gtk.c
3577                 Allow wizard customization with pre-filled values
3578
3579 2006-04-05 [colin]      2.1.0cvs3
3580
3581         * src/textview.c
3582         * src/mimeview.c
3583         * src/mimeview.h
3584                 Nicer messages in mimeview
3585
3586 2006-04-05 [colin]      2.1.0cvs2
3587
3588         * src/addressbook.c
3589         * src/prefs_summaries.c
3590                 i18n fix
3591
3592 2006-04-05 [colin]      2.1.0cvs1
3593
3594         * src/plugins/pgpcore/plugin.c
3595         * src/plugins/pgpcore/select-keys.c
3596         * src/plugins/pgpcore/select-keys.h
3597         * src/plugins/pgpcore/sgpgme.c
3598         * src/plugins/pgpcore/sgpgme.h
3599         * src/plugins/pgpinline/pgpinline.c
3600         * src/plugins/pgpinline/plugin.c
3601         * src/plugins/pgpmime/pgpmime.c
3602         * src/plugins/pgpmime/plugin.c
3603                 Factorize and generalize a bit 
3604                 Drop S/MIME signature verification from PGP/MIME
3605                 (adding it as another, more complete plugin)
3606
3607 2006-04-05 [paul]       2.1.0
3608
3609         2.1.0 released
3610
3611 2006-04-05 [paul]       2.0.0cvs186
3612
3613         * manual/advanced.xml
3614                 add info on colour labels
3615
3616 2006-04-05 [paul]       2.0.0cvs185
3617
3618         * po/bg.po
3619         * po/cs.po
3620         * po/de.po
3621         * po/el.po
3622         * po/en_GB.po
3623         * po/fi.po
3624         * po/fr.po
3625         * po/it.po
3626         * po/nl.po
3627         * po/pl.po
3628         * po/pt_BR.po
3629         * po/sr.po
3630         * po/zh_CN.po
3631                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3632                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3633                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3634                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3635         * src/gtk/authors.h
3636         * tools/claws.i18n.status.pl
3637                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3638                 and new Czech translator, Tim <timbrain@post.cz>
3639
3640 2006-04-05 [mones]      2.0.0cvs184
3641
3642         * po/es.po
3643                 Updated translation
3644
3645 2006-04-05 [colin]      2.0.0cvs183
3646
3647         * src/gtk/quicksearch.c
3648                 Fix bug #929 (unnecessary reload in quick search bar)
3649
3650 2006-04-05 [colin]      2.0.0cvs182
3651
3652         * src/compose.c
3653                 Fix crash on Reply with no From:
3654                 Show signature and conversion error on queuing 
3655                 (but not sending)
3656         * src/mainwindow.c
3657         * src/summaryview.c
3658         * src/summaryview.h
3659                 Factorize threading code and make sure msginfo 
3660                 is not null when it comes from a GtkCTreeRow's 
3661                 data
3662         * src/gtk/gtkaspell.c
3663                 Check for necessary things
3664         * src/gtk/gtksctree.c
3665         * src/gtk/gtksctree.h
3666                 Reset anchor if necessary when removing node
3667
3668 2006-03-29 [colin]      2.0.0cvs181
3669
3670         * src/folderview.c
3671                 Warn for disabled IMAP accounts (due to lack of
3672                 libetpan). Breaks string-freeze - sorry - but it
3673                 is kind of important ;)
3674
3675 2006-03-28 [colin]      2.0.0cvs180
3676
3677         * src/gtk/gtkutils.c
3678         * src/gtk/gtkutils.h
3679                 Add a gtkut_get_link_btn() function that
3680                 creates a button which acts like an URI
3681         * src/prefs_themes.c
3682         * src/gtk/about.c
3683                 Use this function (factorizes codes)
3684         * src/common/defs.h
3685         * src/gtk/pluginwindow.c
3686                 Add a "Get more..." in the plugins window
3687
3688 2006-03-28 [colin]      2.0.0cvs179
3689
3690         * src/common/smtp.c
3691         * src/common/passcrypt.c
3692         * src/undo.c
3693                 Warning fixes. Patch by Pawel Pekala
3694
3695 2006-03-27 [colin]      2.0.0cvs178
3696
3697         * src/undo.c
3698                 Fix undoing by blocks with spaces
3699
3700 2006-03-27 [colin]      2.0.0cvs177
3701
3702         * src/textview.c
3703                 Set margin to 3px for headers
3704
3705 2006-03-27 [paul]
3706
3707         2.1.0-rc2 released
3708
3709 2006-03-27 [wwp]        2.0.0cvs176
3710
3711         * src/summaryview.c
3712                 don't reset quicksearch when updating the message list.
3713                 Thanks to Colin.
3714
3715 2006-03-26 [wwp]        2.0.0cvs175
3716
3717         * src/compose.c
3718                 use a unified border width ('other' tab in the compose window,
3719                 patch by Pawel Pekala).
3720
3721
3722 2006-03-26 [wwp]        2.0.0cvs174
3723
3724         * src/common/quoted-printable.c
3725         * src/addressbook.c
3726                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3727
3728 2006-03-26 [colin]      2.0.0cvs173
3729
3730         * src/quote_fmt_parse.y
3731                 Fix non-UTF8 date formats messing up the whole quote a 
3732                 little bit
3733
3734 2006-03-26 [colin]      2.0.0cvs172
3735
3736         * src/procheader.c
3737                 Make sure the date is UTF8 valid, or try to make it
3738                 so. IncrediMail is really IncrediStupid.
3739         * src/compose.c
3740                 Fix possible conversions. 
3741                 
3742
3743 2006-03-26 [colin]      2.0.0cvs171
3744
3745         * src/matcher.c
3746                 Fix corner cases in body search. This is still a
3747                 hack... It seems impossible to make it good and 
3748                 reasonably fast at the same time.
3749
3750 2006-03-26 [colin]      2.0.0cvs170
3751
3752         * src/summaryview.c
3753                 I think I killed the twilight zone bug!
3754                 summary_select_node() flushes GTK events in order
3755                 to be able to center the view. But this also 
3756                 flushes keypresses like Ctrl-Alt-U, so this can
3757                 call summary_show from summary_select_node (itself
3758                 called from summary_show, etc.). And the summaryview
3759                 has to be unlocked in this function. So just locking
3760                 while processing GTK events, and bailing if locked, 
3761                 should fix it.
3762                 Fixes bug #927 (SIGSEGV during Update Summary)
3763
3764 2006-03-25 [colin]      2.0.0cvs169
3765
3766         * src/matcher.c
3767                 Fix search in QP-encoded bodies
3768                 Fix utf-8 searches in bodies encoded in the
3769                 locale's encoding
3770         * src/common/quoted-printable.c
3771         * src/common/quoted-printable.h
3772                 Add a decode function that doesn't overwrite
3773                 the original pointer
3774                 
3775
3776 2006-03-24 [colin]      2.0.0cvs168
3777
3778         * src/action.c
3779         * src/summaryview.c
3780         * src/summaryview.h
3781                 Update message cache after action
3782                 Patch by H. Merijn Brand
3783         * src/prefs_msg_colors.c
3784                 Factorize label 
3785                 Patch by Fabien Vantard
3786         * src/plugins/spamassassin/spamassassin_gtk.c
3787                 Remove useless translation
3788                 Patch by Fabien Vantard
3789
3790 2006-03-23 [colin]      2.0.0cvs167
3791
3792         * src/common/ssl.c
3793                 Let 30 seconds to SSL_connect
3794
3795 2006-03-23 [wwp]        2.0.0cvs166
3796
3797         * src/summaryview.c
3798         * src/gtk/description_window.c
3799                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
3800                 and headers are translated; adjust description windows' width to fit their
3801                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
3802
3803 2006-03-23 [paul]       2.0.0cvs165
3804
3805         * src/common/utils.c
3806                 fix highlighting of URIs containing "()"
3807                 (2.0.0cvs164's reversal fixed)
3808                 Thanks to Colin.
3809
3810 2006-03-23 [paul]       2.0.0cvs164
3811
3812         * src/common/utils.c
3813                 revert patch, (postponing a fix), at 2.0.0cvs120
3814                 as it breaks more URIs than it fixes.
3815                 Allow '-' to be a terminating character in a URI
3816
3817 2006-03-22 [colin]      2.0.0cvs163
3818
3819         * configure.ac
3820                 Require libetpan 0.45
3821                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
3822
3823 2006-03-22 [paul]       2.0.0cvs162
3824
3825         * src/editgroup.c
3826                 replace '<-' and '->' buttons with GTK_STOCK graphical
3827                 buttons
3828         * src/summary_search.c
3829                 don't offer '...' for translation
3830                 add a tooltip to advanced search '...' button
3831         * src/gtk/quicksearch.c
3832                 don't offer '...' for translation
3833
3834 2006-03-21 [colin]      2.0.0cvs161
3835
3836         * src/compose.c
3837                 Fix middle-click pasting (insert at click
3838                 position instead of cursor position, don't
3839                 remove existing selection and allow pasting
3840                 our own selection)
3841         * src/addressbook.c
3842                 "LDAP Server" -> "LDAP servers"
3843
3844 2006-03-21 [wwp]        2.0.0cvs160
3845
3846         * src/etpan/imap-thread.c
3847                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
3848
3849 2006-03-20 [colin]      2.0.0cvs159
3850
3851         * src/summaryview.c
3852                 Don't reload summaryview after an execute with no
3853                 move action
3854
3855 2006-03-19 [colin]      2.0.0cvs158
3856
3857         * src/addressbook.c
3858                 and put groups at the top, always
3859
3860 2006-03-19 [colin]      2.0.0cvs157
3861
3862         * src/addressbook.c
3863                 Order groups before names, as previously
3864
3865 2006-03-19 [colin]      2.0.0cvs156
3866
3867         * src/addressbook.c
3868                 - Sort case-unsensitive
3869                 - Put the sort arrow at opening too
3870
3871 2006-03-19 [wwp]        2.0.0cvs155
3872
3873         * src/addressbook.c
3874                 allow sorting by name/email/remarks, ensure that right-pane's contents
3875                 matches the left-pane selection (cleared when appropriate).
3876                 Patch by Pawel Pekala <c0rn@o2.pl>.
3877
3878 2006-03-18 [colin]      2.0.0cvs154
3879
3880         * src/textview.c
3881                 Fix text cursor ;)
3882
3883 2006-03-18 [colin]      2.0.0cvs153
3884
3885         * src/gtk/filesel.c
3886                 Make sure we hide the preview if we didn't get
3887                 a filename
3888
3889 2006-03-18 [colin]      2.0.0cvs152
3890
3891         * src/summaryview.c
3892                 Set cursor to watch for execution (fixes lack
3893                 of watch-cursor when dnd'ing hundreds of mails)
3894         * src/gtk/filesel.c
3895                 Check that mime type is 'image/*' before updating
3896                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
3897
3898 2006-03-18 [colin]      2.0.0cvs151
3899
3900         * src/mainwindow.c
3901         * src/textview.c
3902         * src/textview.h
3903                 Put a watch cursor in textview too when the mainwindow's
3904                 cursor in a watch
3905
3906 2006-03-18 [colin]      2.0.0cvs150
3907
3908         * src/folder.c
3909                 Change wrong asserts to simple tests
3910
3911 2006-03-17 [colin]      2.0.0cvs149
3912
3913         * src/mainwindow.c
3914         * src/mainwindow.h
3915         * src/prefs_msg_colors.c
3916         * src/summaryview.c
3917         * src/summaryview.h
3918         * src/gtk/colorlabel.c
3919         * src/gtk/colorlabel.h
3920                 Add a color label menu in the main menubar
3921                 Add (fixed) accels Ctrl-{0-7} to change the color
3922                 They have to be fixed because the menu's dynamic,
3923                 the items are complex widgets, hence we can't use
3924                 a GtkItemFactory.
3925
3926
3927 2006-03-17 [wwp]        2.0.0cvs148
3928
3929         * src/compose.c
3930                 rollback few lines from my previous commit (those lines come from
3931                 a pending patch, accidentally commited, even if neutral as they are
3932                 commented out).
3933
3934 2006-03-17 [wwp]        2.0.0cvs147
3935
3936         * src/compose.c
3937                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
3938                 applied code style/indentation to the modified function.
3939
3940 2006-03-17 [wwp]        2.0.0cvs146
3941
3942         * src/procmsg.c
3943         * src/compose.c
3944                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
3945
3946 2006-03-17 [paul]
3947
3948         2.1.0-rc1 released
3949
3950 2006-03-17 [paul]       2.0.0cvs145
3951
3952         * src/main.c
3953                 addressbook_read_file() was called twice
3954         * src/textview.c
3955                 X-Mailer highlighting
3956
3957 2006-03-16 [colin]      2.0.0cvs144
3958
3959         * src/sourcewindow.c
3960         * src/sourcewindow.h
3961                 And the last one, in source window.
3962
3963 2006-03-16 [colin]      2.0.0cvs143
3964
3965         * src/compose.c
3966         * src/compose.h
3967                 Fix the same stuff in compose
3968
3969 2006-03-16 [colin]      2.0.0cvs142
3970
3971         * src/messageview.c
3972                 Complete the previous messageview crash fix
3973
3974 2006-03-16 [colin]      2.0.0cvs141
3975
3976         * src/procmsg.h
3977         * src/procmsg.c
3978         * src/folder.c
3979                 Fix POSTPROCESSING hook
3980                 Patch by H. Merijn Brand
3981
3982         * src/procmime.c
3983         * src/procmime.h
3984                 Parse Content-Location
3985
3986         * src/toolbar.c
3987         * src/messageview.c
3988         * src/messageview.h
3989                 Don't crash when a top-level MessageView has
3990                 been closed on us. Same problematic than
3991                 yesterday's quicksearch issue.
3992
3993 2006-03-15 [colin]      2.0.0cvs140
3994
3995         * src/gtk/quicksearch.c
3996                 Fix a bitchy race we didn't think about when we
3997                 added quicksearch cancellation:
3998                 If the search is not on cached fields, for example
3999                 body_part matchcase "stuff"
4000                 the matcher code has to get the whole message. If
4001                 we're on IMAP, that can be slow, and in order to
4002                 be non-blocking, the IMAP code idle loop processes
4003                 gtk events too. So it is possible to cancel a
4004                 quicksearch while the matcher is getting the mail's
4005                 body. After matcher got its body, it will start to
4006                 iterate over the matcher list that the Quicksearch's
4007                 clear_search_cb() just freed via prepare_matcher().
4008                 SIGSEGV ensues.
4009                 The fix consists of guarding the matcherlist_match()
4010                 call with a boolean 'matching'. If we reset the
4011                 quicksearch while matching is TRUE, we don't free
4012                 the matcherlist anymore like we did, but we set
4013                 another new flag, deferred_free, to TRUE. Then,
4014                 in quicksearch_match(), just after returning from
4015                 matcherlist_match() and unsetting the matching flag,
4016                 we check the deferred_free flag and do the
4017                 prepare_matcher() (which does the matcherlist_free)
4018                 for real, so we free the matcherlist once it's not
4019                 used anymore.
4020                 As all of this runs via the glib main loop, we
4021                 luckily don't need a mutex.
4022         * src/summaryview.c
4023                 Also, show progress while searching.
4024
4025
4026 2006-03-14 [colin]      2.0.0cvs139
4027
4028         * src/alertpanel.c
4029                 Make alertpanel_is_open non-static
4030
4031 2006-03-14 [colin]      2.0.0cvs138
4032
4033         * src/prefs_spelling.c
4034                 Cleanups - Fabien Vantard
4035
4036 2006-03-14 [wwp]        2.0.0cvs137
4037
4038         * src/main.c
4039                 code style normalization (curly braces, indentation).
4040
4041 2006-03-14 [wwp]        2.0.0cvs137
4042
4043         * src/main.c
4044                 code style (braces, indentation)
4045
4046 2006-03-12 [paul]       2.0.0cvs136
4047
4048         * src/prefs_common.c
4049                 trans_hdr defaults to FALSE to be RFC-savvy
4050         * src/prefs_summaries.c
4051                 add a tooltip to the trans_hdr option
4052                 
4053
4054 2006-03-12 [paul]       2.0.0cvs135
4055
4056         * src/prefs_matcher.c
4057                 give a little more width to the combos
4058         * src/prefs_display_header.c
4059         * src/textview.c
4060                 translate headers if prefs_common.trans_hdr
4061                 is TRUE
4062
4063         Patches by Pawel Pekala
4064
4065 2006-03-12 [paul]       2.0.0cvs134
4066
4067         * src/plugins/clamav/clamav_plugin.c
4068         * src/plugins/dillo_viewer/dillo_viewer.c
4069         * src/plugins/pgpcore/plugin.c
4070         * src/plugins/pgpinline/plugin.c
4071         * src/plugins/pgpmime/plugin.c
4072         * src/plugins/spamassassin/spamassassin.c
4073                 update/add to descriptions
4074         * src/plugins/spamassassin/spamassassin_gtk.c
4075                 fixes to the english, remove superfluous
4076                 tooltips, clean up a little
4077
4078 2006-03-12 [paul]       2.0.0cvs133
4079
4080         * src/compose.c
4081                 fix Bug 924, 'Account combo box shows up wrong 
4082                 if & is in account name'
4083
4084 2006-03-11 [colin]      2.0.0cvs132
4085
4086         * src/summaryview.c
4087                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
4088                 messed up shift-selection because is slows down
4089                 moving around summaryview. thanks -users
4090
4091 2006-03-10 [colin]      2.0.0cvs131
4092
4093         * src/plugins/spamassassin/spamassassin_gtk.c
4094                 Put back Paul's engrish fixes
4095
4096 2006-03-10 [colin]      2.0.0cvs130
4097
4098         * src/plugins/spamassassin/spamassassin.c
4099         * src/plugins/spamassassin/spamassassin.h
4100         * src/plugins/spamassassin/spamassassin_gtk.c
4101                 Cleanup SA prefs page (more)
4102                 Patch by Fabien Vantard
4103
4104 2006-03-10 [paul]       2.0.0cvs129
4105
4106         * src/prefs_msg_colors.c
4107         * src/prefs_spelling.c
4108                 widget sensitivity
4109
4110 2006-03-09 [mones]      2.0.0cvs128
4111
4112         * po/es.po
4113                 Update for next RC
4114
4115 2006-03-09 [wwp]        2.0.0cvs127
4116
4117         * configure.ac
4118                 revert accidental commit (requirement for libetpan 0.43), this time
4119                 not in HEAD.
4120
4121 2006-03-09 [wwp]        2.0.0cvs125
4122
4123         * configure.ac
4124                 revert accidental commit (requirement for libetpan 0.43)
4125
4126 2006-03-09 [paul]       2.0.0cvs126
4127
4128         * src/prefs_receive.c
4129                 remove useless frame
4130                 replace 'incorporation' with 'receiving'
4131         * src/plugins/clamav/clamav_plugin_gtk.c
4132         * src/plugins/spamassassin/spamassassin_gtk.c
4133                 improve widget sensitivity
4134                 fix a bit his engrish
4135
4136 2006-03-09 [wwp]        2.0.0cvs125
4137
4138         * src/addressadd.c
4139         * src/foldersel.c
4140         * src/prefs_common.c
4141         * src/prefs_common.h
4142                 remember some more windows' sizes (add to addressbook and
4143                 select folder).
4144
4145 2006-03-09 [paul]       2.0.0cvs124
4146
4147         * src/plugins/pgpcore/prefs_gpg.c
4148                 normalise construction of dialogue
4149
4150 2006-03-09 [paul]       2.0.0cvs123
4151
4152         * src/plugins/trayicon/Makefile.am
4153                 add missing slash
4154
4155 2006-03-08 [colin]      2.0.0cvs122
4156
4157         * src/plugins/trayicon/Makefile.am
4158                 Fix build in separate dir 
4159                 Patch by Bamanzi <bamanzi@gmail.com>
4160
4161 2006-03-08 [colin]      2.0.0cvs121
4162
4163         * src/procmsg.c
4164                 Batch move and copies from summaryview with delayed execution
4165                 too
4166
4167 2006-03-07 [paul]       2.0.0cvs120
4168
4169         * src/common/utils.c
4170                 fix highlighting of URIs containing "()"
4171                 Patch by Pawel Pekala
4172
4173 2006-03-07 [paul]       2.0.0cvs119
4174
4175         * src/folder.c
4176         * src/folder.h
4177         * src/folderview.c
4178                 immediately do alphabetical resort when
4179                 changing a folder's name
4180                 Patch by Pawel Pekala
4181
4182 2006-03-07 [paul]       2.0.0cvs118
4183
4184         * src/news.c
4185         * src/news_gtk.c
4186                 when unsubscribing a newsgroup, remove the
4187                 folder and msgs in .sylpheed-claws/newscache
4188                 Patch by Pawel Pekala <c0rn@gazeta.pl>
4189
4190 2006-03-07 [paul]       2.0.0cvs117
4191
4192         * src/textview.c
4193                 fix wrong Fake URL Warning
4194                 Thanks to Hiro
4195
4196 2006-03-07 [colin]      2.0.0cvs116
4197
4198         * src/imap.c
4199                 Return immediately when password dialog was
4200                 cancelled
4201         * src/gtk/inputdialog.c
4202                 Allow empty strings for passwords
4203
4204
4205 2006-03-06 [colin]      2.0.0cvs115
4206
4207         * src/imap.c
4208                 Prevent double-timeouts when connection fails
4209
4210 2006-03-06 [colin]
4211
4212         2.0.1-rc1 released
4213
4214 2006-03-06 [colin]      2.0.0cvs114
4215
4216         * src/imap.c
4217                 Refresh session during potentially long
4218                 operations
4219
4220 2006-03-06 [wwp]        2.0.0cvs113
4221
4222         * src/prefs_msg_colors.h
4223                 forgot that one (custom color labels).
4224
4225 2006-03-06 [wwp]        2.0.0cvs112
4226
4227         * src/prefs_common.c
4228         * src/prefs_common.h
4229         * src/prefs_msg_colors.c
4230         * src/summaryview.c
4231         * src/summaryview.h
4232         * src/gtk/colorlabel.c
4233         * src/gtk/colorlabel.h
4234                 colors in messages list are now customizable. Color values and names can
4235                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
4236                 Thanks to Paul and Colin for their help with this longstanding patch!
4237
4238 2006-03-06 [wwp]        2.0.0cvs111
4239
4240         * src/textview.c
4241                 don't crash if (x)face is bad.
4242
4243 2006-03-05 [paul]       2.0.0cvs110
4244
4245         * AUTHORS
4246         * configure.ac
4247         * src/Makefile.am
4248         * src/common/Makefile.am
4249         * src/common/utils.h
4250         * src/etpan/imap-thread.c
4251         * src/gtk/authors.h
4252         * src/plugins/clamav/Makefile.am
4253         * src/plugins/demo/Makefile.am
4254         * src/plugins/dillo_viewer/Makefile.am
4255         * src/plugins/pgpcore/Makefile.am
4256         * src/plugins/pgpcore/passphrase.c
4257         * src/plugins/pgpinline/Makefile.am
4258         * src/plugins/pgpmime/Makefile.am
4259         * src/plugins/spamassassin/Makefile.am
4260         * src/plugins/trayicon/Makefile.am
4261                 fix builiding on cygwin
4262                 Patch by Ralgh Young <bamanzi@gmail.com>
4263
4264 2006-03-04 [wwp]        2.0.0cvs109
4265
4266         * manual/keyboard.xml
4267                 fix mixed up/down keys.
4268
4269 2006-03-04 [wwp]        2.0.0cvs108
4270
4271         * README
4272         * INSTALL
4273                 updated links to SpamAssassin.
4274
4275 2006-03-04 [wwp]        2.0.0cvs107
4276
4277         * manual/plugins.xml
4278         * src/plugins/spamassassin/README
4279                 updated SpamAssassin plugin docs to reflect new functional additions
4280                 (also fix/update/documents few technical stuff more, see the README).
4281
4282 2006-03-04 [wwp]        2.0.0cvs106
4283
4284         * src/prefs_message.c
4285                 normalized capitalization of message-prefs paths.
4286
4287 2006-03-04 [wwp]        2.0.0cvs105
4288
4289         * manual/advanced.xml
4290                 typo.
4291
4292 2006-03-03 [colin]      2.0.0cvs104
4293
4294         * src/plugins/clamav/clamav_plugin_gtk.c
4295                 Rework prefs page, patch by Fabien 
4296
4297 2006-03-03 [colin]      2.0.0cvs103
4298
4299         * src/plugins/clamav/clamav_plugin.c
4300                 Set error on all errors
4301
4302 2006-03-03 [colin]      2.0.0cvs102
4303
4304         * src/common/plugin.c
4305                 Initialize error to avoid crashing when a plugin fails
4306                 without setting error
4307
4308 2006-03-02 [wwp]        2.0.0cvs101
4309
4310         * configure.ac
4311                 fixed linker flags for libetpan support on Cygwin
4312                 (thanks to H.Merijn Brand).
4313
4314 2006-03-02 [wwp]        2.0.0cvs100
4315
4316         * src/addressbook.c
4317                 fix some AB error messages: one for punctuation and
4318                 one wrongly duplicate (thanks, maxbritov).
4319
4320 2006-03-02 [wwp]        2.0.0cvs99
4321
4322         * src/plugins/spamassassin/spamassassin.c
4323                 make sync calls to sa-learn/spamc to prevent
4324                 system (whatever local or client/server) overload.
4325
4326 2006-03-02 [colin]      2.0.0cvs98
4327
4328         * src/summaryview.c
4329                 Put the spam icon in the status column instead of the
4330                 mark one
4331
4332 2006-03-01 [colin]      2.0.0cvs97
4333
4334         * src/plugins/spamassassin/spamassassin.c
4335                 Fix segfault (g_file_set_contents fails for some 
4336                 reason and err==0x2f. Can't find out why with
4337                 valgrind, using working function :-)
4338
4339 2006-03-01 [colin]      2.0.0cvs96
4340
4341         * src/inc.c
4342                 Offline overriding: let 'No' be cached only 3 seconds
4343
4344 2006-03-01 [colin]      2.0.0cvs95
4345
4346         * src/addr_compl.c
4347         * src/addrbook.c
4348         * src/addressbook.c
4349         * src/addrindex.c
4350         * src/folder_item_prefs.c
4351         * src/headerview.c
4352         * src/imap.c
4353         * src/inc.c
4354         * src/ldif.c
4355         * src/mainwindow.c
4356         * src/mh.c
4357         * src/msgcache.c
4358         * src/prefs_common.h
4359         * src/prefs_msg_colors.c
4360         * src/procheader.c
4361         * src/procheader.h
4362         * src/procmime.c
4363         * src/procmsg.c
4364         * src/procmsg.h
4365         * src/send_message.h
4366         * src/simple-gettext.c
4367         * src/summaryview.c
4368         * src/summaryview.h
4369         * src/syldap.c
4370         * src/textview.c
4371         * src/undo.c
4372         * src/common/ssl_certificate.c
4373         * src/common/utils.c
4374         * src/gtk/colorsel.c
4375         * src/gtk/gtksctree.c
4376         * src/gtk/gtkshruler.c
4377         * src/plugins/trayicon/trayicon.c
4378                 #if 0 goes to /dev/null
4379
4380 2006-03-01 [colin]      2.0.0cvs94
4381
4382         * src/compose.c
4383         * src/imap.c
4384         * src/inc.c
4385         * src/inc.h
4386         * src/messageview.c
4387         * src/news.c
4388         * src/plugins/spamassassin/spamassassin.c
4389                 Allow to add information in the "working offline"
4390                 window
4391
4392 2006-03-01 [wwp]        2.0.0cvs93
4393
4394         * src/plugins/spamassassin/spamassassin.c
4395                 fixed spamc invocation: use a tricky temporary mini shell wrapper
4396                 'cause it seems that calling `spamc ... < inputfile` with
4397                 g_spawn_(a)sync simply.. erm doesn't work :-).
4398
4399 2006-03-01 [wwp]        2.0.0cvs92
4400
4401         * src/toolbar.c
4402         * src/toolbar.h
4403                 simplify the adding of spam/ham button to the messageview toolbar
4404                 (it gets more clear now that the same button will be "Mark as spam"
4405                 or "Mark as ham" according to the current message status,
4406                 thanks to Colin).
4407
4408 2006-03-01 [wwp]        2.0.0cvs91
4409
4410         * src/messageview.c
4411         * src/procmsg.c
4412         * src/procmsg.h
4413         * src/summaryview.c
4414         * src/plugins/spamassassin/spamassassin.c
4415         * src/plugins/spamassassin/spamassassin.h
4416                 make learner callbacks return a status (0 for ok),
4417                 handle it in main code to avoid setting flags when learning failed,
4418                 don't learn on TCP if offline in spamassassin,
4419                 thanks to Colin.
4420
4421                 
4422
4423 2006-03-01 [wwp]        2.0.0cvs90
4424
4425         * src/compose.c
4426                 some work around the compose window's account menu,
4427                 patch by Fabien Vantard.
4428
4429 2006-03-01 [wwp]        2.0.0cvs89
4430
4431         * src/plugins/spamassassin/spamassassin.c
4432                 fixed bad logics, was using spamc in local mode and sa-learn
4433                 in remote mode (thanks, Colin).
4434
4435 2006-03-01 [wwp]        2.0.0cvs88
4436
4437         * src/plugins/spamassassin/spamassassin.c
4438         * src/plugins/spamassassin/spamassassin.h
4439         * src/plugins/spamassassin/spamassassin_gtk.c
4440                 made processing of emails w/ sa-plugin an option (default is TRUE),
4441                 fixed Engrish some tooltips, capitalization of some debug messages
4442                 and warnings. The spamassassin plugin now provides two separate
4443                 services: process emails upon incorporation and spamd training.
4444                 Both services (un)register independently but use some common
4445                 plugin settings (transport settings, spam storage location).
4446
4447 2006-02-28 [wwp]        2.0.0cvs87
4448
4449         * src/plugins/spamassassin/spamassassin.c
4450                 fix async flag to spamc cmdline execution (batch exec should
4451                 be asynchronous).
4452
4453 2006-02-27 [wwp]        2.0.0cvs86
4454
4455         * src/plugins/spamassassin/spamassassin.c
4456         * src/plugins/spamassassin/spamassassin.h
4457         * src/plugins/spamassassin/spamassassin_gtk.c
4458                 - added the ability to learn a remote spamassassin server (spamd),
4459                 using spamc.
4460                 - added the spamassassin option 'username', that applies to all
4461                 spamassassin operations (filtering, learning, local or remote).
4462                 The default username is the current unix user (if left blank
4463                 from gtk prefs or config file).
4464                 - commented out some unused code (notebook widget), removed unused
4465                 layout (hbox1).
4466                 - make more widgets sensitive to the transport type.
4467
4468 2006-02-27 [colin]      2.0.0cvs85
4469
4470         * src/plugins/spamassassin/spamassassin.c
4471                 Fix sa-learn call when offline
4472
4473 2006-02-27 [colin]      2.0.0cvs84
4474
4475         * configure.ac
4476         * src/Makefile.am
4477         * src/mainwindow.c
4478         * src/mainwindow.h
4479         * src/messageview.c
4480         * src/messageview.h
4481         * src/prefs_toolbar.c
4482         * src/procmsg.c
4483         * src/stock_pixmap.c
4484         * src/stock_pixmap.h
4485         * src/summaryview.c
4486         * src/toolbar.c
4487         * src/toolbar.h
4488         * src/pixmaps/ham_btn.xpm
4489         * src/pixmaps/spam.xpm
4490         * src/pixmaps/spam_btn.xpm
4491         * src/plugins/spamassassin/spamassassin.c
4492                 Add button in toolbar for spam learning
4493                 Fix a few bugs from the last related commit
4494                 Revert 1.9.6cvs23 which messed up shift-selection
4495
4496 2006-02-24 [colin]      2.0.0cvs83
4497
4498         * src/procmsg.c
4499         * src/summaryview.c
4500         * src/summaryview.h
4501         * src/plugins/spamassassin/spamassassin.c
4502         * src/plugins/spamassassin/spamassassin.h
4503         * src/plugins/spamassassin/spamassassin_gtk.c
4504                 Unregister learner when spamassassin is either
4505                 disabled or over tcp
4506
4507 2006-02-24 [colin]      2.0.0cvs82
4508
4509         * src/Makefile.am
4510         * src/mainwindow.c
4511         * src/mainwindow.h
4512         * src/procmsg.c
4513         * src/procmsg.h
4514         * src/stock_pixmap.c
4515         * src/stock_pixmap.h
4516         * src/summaryview.c
4517         * src/summaryview.h
4518         * src/gtk/icon_legend.c
4519         * src/pixmaps/spam.xpm  ** NEW FILE **
4520         * src/plugins/spamassassin/spamassassin.c
4521         * src/plugins/spamassassin/spamassassin_gtk.c
4522                 Add spam learning interface (Mark/Mark as 
4523                 (spam|ham) menus)
4524
4525 2006-02-24 [wwp]        2.0.0cvs81
4526
4527         * src/compose.c
4528         * src/compose.h
4529         * src/filtering.c
4530                 hide compose window when sending message in batch mode
4531                 (filtering: forward and redirect). Also fixed a wrong
4532                 value returned when sending failed, neutral anyway.
4533                 (Colin, me) 
4534
4535 2006-02-24 [wwp]        2.0.0cvs80
4536
4537         * src/mainwindow.c
4538                 use GTK+'s stock quit button. Patch by Fabien Vantard.
4539
4540 2006-02-24 [paul]       2.0.0cvs79
4541
4542         * src/news.c
4543         * src/news.h
4544         * src/news_gtk.c
4545                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
4546                 Thanks to Colin
4547
4548 2006-02-23 [colin]      2.0.0cvs78
4549
4550         * src/alertpanel.c
4551                 Change OK to Close in alertpanel with View log
4552                 button; add accel to View log. Patch by Fabien
4553                 Vantard
4554
4555 2006-02-23 [wwp]        2.0.0cvs77
4556
4557         * src/compose.c
4558                 silly me, there were much more tests to perform, since toolbars can
4559                 really have down to 1 element only.
4560
4561 2006-02-23 [wwp]        2.0.0cvs76
4562
4563         * commitHelper
4564                 fixed indentation from my previous commit. Fallback to VISUAL if
4565                 EDITOR is not set (and to vi, at last resort).
4566
4567 2006-02-23 [wwp]        2.0.0cvs75
4568
4569         * commitHelper
4570                 improved error detection (Colin, me).
4571
4572 2006-02-23 [wwp]        2.0.0cvs74
4573
4574         * src/prefs_toolbar.c
4575                 simplify and fix prefs/toolbars layouting. Combos' contents can
4576                 now be really displayed.
4577
4578 2006-02-23 [wwp]        2.0.0cvs73
4579         simplifies and fix prefs/toolbars layouting. Combos' contents can now
4580         be really displayed.
4581
4582 2006-02-22 [wwp]        2.0.0cvs72
4583
4584         * src/compose.c
4585                 fix a typo in my previous commit (sorry!).
4586
4587 2006-02-22 [wwp]        2.0.0cvs71
4588
4589         * src/prefs_toolbar.c
4590                 fix a crash when adding separators to toolbars,
4591                 also fix some separator item information.
4592
4593 2006-02-22 [wwp]        2.0.0cvs70
4594
4595         * src/compose.c
4596                 fix a crash when redirecting (for instance) when compose window's
4597                 toolbar contents has been customized (when some buttons have been
4598                 removed in fact).
4599
4600 2006-02-21 [wwp]        2.0.0cvs69
4601
4602         * src/summaryview.c
4603         * src/gtk/pluginwindow.c
4604         * src/plugins/pgpcore/prefs_gpg.c
4605                 fix some compilation warnings (feat. remains of removed code).
4606
4607 2006-02-21 [wwp]        2.0.0cvs68
4608
4609         * src/gtk/gtkutils.c
4610                 fix two compilation issues, thanks to Stephan Sachse.
4611
4612 2006-02-20 [colin]      2.0.0cvs67
4613
4614         * src/mainwindow.c
4615                 Don't reselect displayed mail on refocus
4616                 This fixes actions misbehaving 
4617
4618 2006-02-20 [wwp]        2.0.0cvs66
4619
4620         * src/summaryview.c
4621         * src/gtk/gtksctree.c
4622         * src/gtk/gtkshruler.c
4623                 changed more runtime typecast checks.
4624
4625 2006-02-20 [wwp]        2.0.0cvs65
4626
4627         * src/summary_search.c
4628                 find all - summaryview refresh issue fixed, thanks to Colin.
4629
4630 2006-02-20 [wwp]        2.0.0cvs64
4631
4632         * src/gtk/gtkutils.c
4633                 better runtime typecast checks.
4634
4635 2006-02-20 [wwp]        2.0.0cvs63
4636
4637         * src/summary_search.c
4638                 enhancements to the summary search:
4639                         - add the ability to stop the running search
4640                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4641                         - don't search if no criteria (From/To/Subject/Body) is set
4642                         - ensure that a busy mouse pointer is always shown when searching,
4643                           show it even a bit earlier
4644
4645 2006-02-19 [colin]      2.0.0cvs62
4646
4647         * src/compose.c
4648         * src/imap.c
4649         * src/etpan/imap-thread.c
4650         * src/etpan/imap-thread.h
4651                 (Future) IMAP speed improvement on sending
4652                 Will require a libetpan update
4653         * src/summaryview.c
4654         * src/gtk/quicksearch.c
4655                 Make quicksearch clearable while running.
4656
4657 2006-02-17 [colin]      2.0.0cvs61
4658
4659         * src/imap.c
4660         * src/etpan/imap-thread.c
4661         * src/etpan/imap-thread.h
4662                 Check for IMAP certificates
4663                 ** Requires libetpan-0.42-cvs4 
4664                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4665
4666 2006-02-17 [colin]      2.0.0cvs60
4667
4668         * src/messageview.c
4669         * src/prefs_common.c
4670         * src/prefs_common.h
4671         * src/prefs_message.c
4672                 Add pref to display HTML-only mails with plugin, 
4673                 if possible (defaulting to FALSE of course).
4674
4675 2006-02-16 [colin]      2.0.0cvs59
4676
4677         * src/main.c
4678         * src/common/plugin.c
4679         * src/common/plugin.h
4680         * src/gtk/pluginwindow.c
4681                 Keep track of requested (but unloaded) plugins
4682                 in some error cases.
4683
4684 2006-02-16 [wwp]        2.0.0cvs58
4685
4686         * src/gtk/gtkaspell.c
4687         * src/gtk/gtkaspell.h
4688         * src/prefs_spelling.c
4689         * src/compose.c
4690         * src/prefs_common.c
4691         * src/prefs_common.h
4692                 implemented new optional spellchecker behaviour: re-check message when
4693                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4694
4695 2006-02-16 [wwp]        2.0.0cvs57
4696
4697         * src/quote_fmt_parse.y
4698                 pclose popen'ed pipe.
4699
4700 2006-02-15 [colin]      2.0.0cvs56
4701
4702         * src/mimeview.c
4703         * src/mimeview.h
4704                 Let MimeViewers know which MimeView they
4705                 depend of.
4706         * src/summaryview.c
4707                 Swap From/To columns in Sent/Queue/Drafts
4708                 folders
4709         * src/etpan/imap-thread.c
4710                 Use mailstream_low_tls_open() for STARTTLS
4711                 instead of mailstream_low_ssl_open()
4712                 ** REQUIRES libetpan 0.42cvs3 **
4713
4714 2006-02-15 [wwp]        2.0.0cvs55
4715
4716         * src/compose.c
4717         * src/compose.h
4718         * src/message_search.c
4719         * src/message_search.h
4720         * src/textview.c
4721         * src/gtk/gtkutils.c
4722         * src/gtk/gtkutils.h
4723                 added the ability to Find text in the compose window (and a bit
4724                 of code factorization).
4725
4726 2006-02-15 [wwp]        2.0.0cvs54
4727
4728         * src/prefs_gtk.c
4729                 yet another one file was missing (fix for some widgets' sensitivity).
4730                 Thanks Colin!
4731
4732 2006-02-15 [wwp]        2.0.0cvs53
4733
4734         * src/prefs_gtk.h
4735                 oops forgot that file (fix for some widgets' sensitivity).
4736
4737 2006-02-15 [wwp]        2.0.0cvs52
4738
4739         * src/summary_search.c
4740                 implemented advanced summary search options (added the ability
4741                 to use matcher conditions in an advanced search mode).
4742
4743 2006-02-15 [wwp]        2.0.0cvs51
4744
4745         * src/plugins/pgpcore/prefs_gpg.c
4746         * src/prefs_account.c
4747                 fix some widget sensitivity, mostly around some labels in
4748                 account prefs.
4749
4750 2006-02-15 [paul]       2.0.0cvs50
4751
4752         * manual/advanced.xml
4753                 improve Templates info
4754                 written by wwp
4755
4756 2006-02-14 [colin]      2.0.0cvs49
4757
4758         * src/pixmaps/address_book.xpm
4759         * src/pixmaps/preferences.xpm
4760         * src/pixmaps/properties.xpm
4761                 Fix pixmap size - patch by Fabien Vantard
4762
4763 2006-02-13 [colin]      2.0.0cvs48
4764
4765         * src/procmime.c
4766                 Add missing fclose()s on error
4767         * src/textview.c
4768                 Remove unused code
4769         * src/common/utils.c
4770                 Fix temp files not being deleted on windows
4771         Patches by Thomas Gilgin
4772
4773 2006-02-13 [colin]      2.0.0cvs47
4774
4775         * src/mainwindow.c
4776                 Fix exit crash
4777
4778 2006-02-13 [wwp]        2.0.0cvs46
4779
4780         * src/plugins/pgpcore/prefs_gpg.c
4781                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
4782
4783 2006-02-12 [colin]      2.0.0cvs45
4784
4785         * src/folderview.c
4786         * src/main.c
4787         * src/mainwindow.c
4788                 Fix "stuff" when quitting
4789
4790 2006-02-12 [wwp]        2.0.0cvs44
4791
4792         * src/prefs_themes.c
4793                 fix typos in debug messages.
4794
4795 2006-02-11 [colin]      2.0.0cvs43
4796
4797         * src/summaryview.c
4798                 don't allow drag/drop from ourself
4799
4800 2006-02-10 [wwp]        2.0.0cvs42
4801
4802         * src/exporthtml.c
4803         * src/html.c
4804         * src/html.h
4805         * src/procmime.c
4806         * src/textview.c
4807                 renamed html_ prefixed functions and data structures to avoid
4808                 namespace clashes w/ other software (gtkhtml2 for instance).
4809                 Closes bug #907.
4810
4811
4812 2006-02-09 [colin]      2.0.0cvs41
4813
4814         * src/summaryview.c
4815                 Fix shitty logic messed up. Thanks Ticho for the hint!
4816
4817 2006-02-09 [wwp]        2.0.0cvs40
4818
4819         * src/gtk/about.c
4820         * src/compose.c
4821         * src/prefs_account.c
4822         * src/prefs_gtk.h
4823         * src/editaddress.c
4824                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
4825                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
4826                 Browse buttons in accounts prefs.
4827
4828 2006-02-09 [colin]      2.0.0cvs39
4829
4830         * src/matcher.c
4831                 Check for pointer before using its members
4832         * src/gtk/gtksourceprintjob.c
4833                 Fix a wrong warning
4834
4835 2006-02-09 [wwp]        2.0.0cvs38
4836
4837         * src/gtk/filesel.c
4838                 fix few compiler warnings (type mismatch).
4839
4840 2006-02-09 [paul]       2.0.0cvs37
4841
4842         * po/fr.po
4843                 updated by Fabien Vantard
4844
4845 2006-02-08 [colin]      2.0.0cvs36
4846
4847         * src/prefs_common.c
4848         * src/common/defs.h
4849         * src/common/plugin.c
4850                 allow windows and linux configurations to coexist
4851                 patch by Thomas Gilgin
4852
4853 2006-02-08 [colin]      2.0.0cvs35
4854
4855         * src/filtering.c
4856         * src/matcher.c
4857         * src/matcher.h
4858         * src/matcher_parser_parse.y
4859         * src/prefs_filtering_action.c
4860         * src/prefs_matcher.c
4861                 Add the "Ignore thread" filtering
4862                 action
4863
4864 2006-02-08 [colin]      2.0.0cvs34
4865
4866         * src/compose.c
4867         * src/procmime.c
4868         * src/procmime.h
4869                 Fix bug #905 (damaged attachment)
4870                 text files with raw \0's aren't really text files
4871         FOR_STABLE
4872
4873 2006-02-08 [colin]      2.0.0cvs33
4874
4875         * src/summaryview.c
4876                 Fix crasher introduced yesterday
4877
4878 2006-02-08 [wwp]        2.0.0cvs32
4879
4880         * src/compose.c
4881         * src/compose.h
4882                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
4883
4884 2006-02-08 [wwp]        2.0.0cvs31
4885
4886         * src/prefs_template.c
4887                 templates enhancement: allow address completion for Cc and Bcc fields
4888                 (it was currently possible for the To field only)
4889
4890 2006-02-08 [colin]      2.0.0cvs30
4891
4892         * src/compose.c
4893                 Don't unblock if not blocked
4894         FOR_STABLE
4895
4896 2006-02-07 [colin]      2.0.0cvs29
4897
4898         * src/action.c
4899                 Forgot to refresh summaryview
4900
4901 2006-02-07 [colin]      2.0.0cvs28
4902
4903         * src/action.c
4904                 Freeze/thaw message list and folder list while
4905                 processing %as{} actions 
4906         * src/compose.c
4907                 Fix auto-wrap disabling after a middle-click
4908                 paste - FOR_STABLE
4909
4910 2006-02-07 [paul]       2.0.0cvs27
4911
4912         * src/folder.c
4913                 fix freeing of uninitialised pointers
4914                 Thanks to Colin
4915
4916 2006-02-06 [colin]      2.0.0cvs26
4917
4918         * src/folder.c
4919                 Use g_slist_prepend in potentially big list
4920
4921 2006-02-06 [colin]      2.0.0cvs25
4922
4923         * src/folder.c
4924                 Completely skip processing if it doesn't 
4925                 exist (faster!)
4926
4927 2006-02-06 [colin]      2.0.0cvs24
4928
4929         * src/folder.c
4930         * src/summaryview.c
4931                 Batch filtering in summaryview (from Tools menu)
4932                 and pre/post//-processing too
4933
4934 2006-02-06 [colin]      2.0.0cvs23
4935
4936         * src/procmsg.h
4937         * src/filtering.c
4938                 Use a special field for batch filtering instead
4939                 of stepping on deferred execution's toes
4940
4941 2006-02-06 [colin]      2.0.0cvs22
4942
4943         * src/action.c
4944         * src/filtering.c
4945         * src/filtering.h
4946         * src/folder.c
4947         * src/summaryview.c
4948                 Fix filtering via menus and actions
4949
4950 2006-02-06 [colin]      2.0.0cvs21
4951
4952         * src/imap.c
4953                 Put the added file directly to cache if possible (will work
4954                 with next libetpan)
4955         * src/filtering.c
4956         * src/filtering.h
4957         * src/inc.c
4958         * src/folder.c
4959         * src/mbox.c
4960         * src/procmsg.h
4961                 Move and copy filtered messages by batches instead of one
4962                 by one - faster on IMAP
4963         * src/procmsg.c
4964                 Add a function that'll possibly be useful later
4965
4966 2006-02-06 [colin]      2.0.0cvs20
4967
4968         * src/addressbook.c
4969                 Use internal mime-type instead of text/plain for d'n'd
4970         * src/compose.c
4971                 Allow attaching files from mimeview's icon list via d'n'd
4972         * src/folderview.c
4973         * src/folderview.h
4974                 Use internal mime-type instead of text/plain for d'n'd
4975                 Don't try to selected opened folder if none is
4976                 Factorize d'n'd from other apps code
4977         * src/headerview.c
4978         * src/textview.c
4979         * src/gtk/gtkutils.c
4980         * src/gtk/gtkutils.h
4981                 Factorize Face/X-Face stuff
4982         * src/mimeview.c
4983                 Fix d'n'd to other apps
4984         * src/prefs_message.c
4985                 Let the XFace pref be usable without libcompface as it also
4986                 applies to Face
4987         * src/summaryview.c
4988                 Fix d'n'd to other apps
4989                 Factorize d'n'd from other apps code
4990
4991 2006-02-06 [wwp]        2.0.0cvs19
4992
4993         * po/it.po
4994                 Italian translation fixes by Andrea Spadaccini (no more confusion
4995                 between filtering and processing, and few changes in the About
4996                 dialog).
4997
4998
4999 2006-02-06 [mones]      2.0.0cvs18
5000
5001         * src/gtk/icon_legend.c
5002                 Improved descriptions allowing better translations
5003
5004 2006-02-05 [colin]      2.0.0cvs17
5005
5006         * src/imap.c
5007                 Add the f*cking missing expunge that caused imap_fetch_env
5008                 to fail after an add_msgs ! :-///
5009         * src/etpan/imap-thread.c
5010                 Add a bit of debug
5011         FOR_STABLE
5012
5013 2006-02-05 [colin]      2.0.0cvs16
5014
5015         * src/common/utils.c
5016                 Don't check for return-path (or we can't put
5017                 back non-sent mails)
5018
5019 2006-02-05 [colin]      2.0.0cvs15
5020
5021         * src/textview.c
5022                 Don't try to display Face header in textview
5023                 when teh headerview's active
5024
5025 2006-02-05 [colin]      2.0.0cvs14
5026
5027         * tools/tbird2syl.py
5028         * tools/Makefile.am
5029                 Add script to import Thunderbird mails
5030
5031 2006-02-05 [colin]      2.0.0cvs13
5032
5033         * src/headerview.c
5034         * src/procheader.c
5035         * src/procmsg.c
5036         * src/procmsg.h
5037         * src/textview.c
5038                 Show Face headers - patch partially by Klaus Flittner
5039
5040 2006-02-05 [colin]      2.0.0cvs12
5041
5042         * src/folderview.c
5043         * src/summaryview.c
5044         * src/common/utils.c
5045         * src/common/utils.h
5046                 Let dnd work from mime icons to summaryview
5047                 and to folderview too
5048                 Add a crude test to avoid trying to add files
5049                 drag'n'dropped when they're not mails
5050
5051 2006-02-04 [colin]      2.0.0cvs11
5052
5053         * src/summaryview.c
5054         * src/mimeview.c
5055                 Fix utf8 conversion
5056
5057 2006-02-04 [colin]      2.0.0cvs10
5058
5059         * src/compose.c
5060         * src/folderview.c
5061         * src/mimeview.c
5062         * src/summaryview.c
5063         * src/summaryview.h
5064                 Added various drag and drop capas:
5065                 From                    To
5066                 summaryview             other apps
5067                 mimeview icons          other apps
5068                 other apps              summaryview
5069                 other apps              folderview
5070
5071                 This shouldn't have broken the existing:
5072                 From                    To
5073                 summaryview             folderview
5074                 folderview              folderview
5075                 summaryview             compose's attachments
5076
5077         Tests welcomed.
5078
5079 2006-02-02 [paul]       2.0.0cvs9
5080
5081         * src/mainwindow.c
5082                 move global option 'Set displayed columns...' out
5083                 of folder option grouping.
5084                 fix sensitivity of 'harvest addresses'
5085         FOR_STABLE
5086
5087 2006-02-01 [colin]      2.0.0cvs8
5088
5089         * src/mimeview.c
5090                 Revert the alertpanel patch, it sucks (intrusive
5091                 and gets in the way of "open")
5092
5093 2006-02-01 [colin]      2.0.0cvs7
5094
5095         * src/compose.c
5096         * src/prefs_account.c
5097         * src/prefs_common.c
5098         * src/common/defs.h
5099         * src/common/utils.c
5100         * src/common/utils.h
5101                 Add ability to edit the signature file
5102                 from the account preferences, and use
5103                 a default for the text editor.
5104                 Patch by Fabien Vantard
5105
5106 2006-02-01 [colin]      2.0.0cvs6
5107
5108         * src/mimeview.c
5109                 Try to get mime type by extension if it is
5110                 application/octet-stream
5111                 Display a window with possible choices when
5112                 encountering unknown mime types
5113         * src/gtk/filesel.c
5114         * src/gtk/filesel.h
5115                 Add preview
5116                 Allow multiple selection in filtered filesel
5117                 (patch by Fabien Vantard)
5118         * src/gtk/pluginwindow.c
5119                 Use it (patch by Fabien Vantard)
5120
5121 2006-02-01 [paul]       2.0.0cvs5
5122
5123         * src/jpilot.c
5124                 fix crash on creating jpilot address book
5125                 Thanks to Colin - FOR_STABLE
5126         * src/prefs_summaries.c
5127         * src/prefs_wrapping.c
5128         * src/gtk/icon_legend.c
5129         * src/gtk/quicksearch.c
5130                 string fixes and additions
5131
5132 2006-02-01 [paul]       2.0.0cvs4
5133
5134         * src/compose.c
5135         * src/mainwindow.c
5136         * src/messageview.c
5137         * src/prefs_send.c
5138                 add Arabic encoding option
5139                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
5140
5141 2006-01-31 [colin]      2.0.0cvs3
5142
5143         * src/plugins/pgpcore/passphrase.c
5144                 Convert passphrase to locale encoding
5145         * src/compose.c
5146                 Fix drafting on IMAP. Crappy bug sneaked in
5147                 the release :-/
5148         FOR_STABLE
5149
5150 2006-01-30 [paul]       2.0.0cvs2
5151
5152         * src/gtk/icon_legend.c
5153                 show the new entries
5154
5155 2006-01-30 [colin]      2.0.0cvs1
5156
5157         * src/manual.c
5158                 Check for the file to be present before 
5159                 enabling the menu - FOR_STABLE
5160         * src/gtk/icon_legend.c
5161                 Add folders icons (not all of them, there
5162                 are too much, but the most intriguing ones)
5163
5164 2006-01-30 [paul]       2.0.0
5165
5166         version 2.0.0 released
5167
5168 2006-01-30 [paul]       1.9.100cvs200
5169
5170         * manual/faq.xml
5171         * manual/gpl.xml
5172         * manual/intro.xml
5173         * manual/starting.xml
5174         * manual/sylpheed-claws-manual.xml
5175                 fixes, additions
5176
5177 2006-01-29 [mones]      1.9.100cvs199
5178
5179         * manual/account.xml
5180         * manual/advanced.xml
5181         * manual/glossary.xml
5182                 Some typos fixed, added LDIF term to glossary
5183         * po/es.po
5184                 Fixed leading plus symbol
5185
5186 2006-01-29 [paul]       1.9.100cvs198
5187
5188         * po/fi.po
5189         * po/sk.po
5190                 updated by Tommi Pirinen and Andrej Kacian
5191
5192 2006-01-29 [paul]       1.9.100cvs197
5193
5194         * src/gtk/authors.h
5195                 remove duplicates
5196
5197 2006-01-29 [paul]       1.9.100cvs196
5198
5199         * AUTHORS
5200         * po/nl.po
5201         * src/gtk/authors.h
5202         * tools/claws.i18n.status.pl
5203                 nl translation updated by Tim Dijkstra
5204
5205 2006-01-29 [paul]       1.9.100cvs195
5206
5207         * po/sr.po
5208         * po/sv.po
5209                 updated by Aleksandar Urosevic and Anders Troback
5210
5211 2006-01-28 [colin]      1.9.100cvs194
5212
5213         * src/gtk/gtksourceprintjob.c
5214                 Don't fiddle with PangoLayout when we
5215                 have an image
5216
5217 2006-01-28 [paul]       1.9.100cvs193
5218
5219         * AUTHORS
5220         * po/el.po
5221         * po/zh_CN.po
5222         * src/gtk/authors.h
5223         * tools/claws.i18n.status.pl
5224                 updated translations submitted by Stavros Giannouris
5225                 and Ralgh Young
5226
5227 2006-01-27 [colin]      1.9.100cvs192
5228
5229         * src/summaryview.c
5230         * src/gtk/gtksourceprintjob.c
5231                 Add image printing 
5232                 (libgnomeprint only, of course)
5233
5234 2006-01-27 [paul]       1.9.100cvs191
5235
5236         * po/fr.po
5237         * po/it.po
5238                 updated by Fabien Vantard and Andrea Spadaccini
5239
5240 2006-01-26 [colin]      1.9.100cvs190
5241
5242         * manual/Makefile.am
5243         * configure.ac
5244                 Make building the manual optional 
5245                 (--disable-manual)
5246
5247 2006-01-26 [paul]       1.9.100cvs189
5248
5249         * manual/glossary.xml
5250         * manual/plugins.xml
5251                 edited
5252         * po/en_GB.po
5253                 updated
5254
5255 2006-01-26 [paul]       1.9.100cvs188
5256
5257         * src/prefs_display_header.c
5258         * src/prefs_folder_column.c
5259         * src/prefs_msg_colors.c
5260         * src/prefs_summaries.c
5261         * src/prefs_summary_column.c
5262                 HIGify
5263
5264 2006-01-25 [colin]      1.9.100cvs187
5265
5266         * src/imap.c
5267                 Don't allow moving/copying mails between
5268                 queue/drafts and non-queue/drafts folders
5269                 Fixes bug #897 (message header is resetted 
5270                 if one is copied to Drafts)
5271
5272 2006-01-25 [colin]      1.9.100cvs186
5273
5274         * src/folder.c
5275         * src/mainwindow.c
5276                 Fix subscribed folders not found
5277         * src/compose.c
5278                 Don't try to encode as original mail's charset
5279                 if it's ascii 
5280
5281 2006-01-25 [paul]       1.9.100cvs185
5282
5283         * AUTHORS
5284         * po/Makevars
5285                 updated
5286         * po/de.po
5287         * po/pl.po
5288         * po/pt_BR.po
5289         * po/sr.po
5290                 updates submitted by Stephan Sachse, Emilian Nowak
5291                 and Quar, Frederico Goncalves Guimaraes, and
5292                 Aleksandar Urosevic
5293                 Fix Bug 896, 'PT_BR locale broken'.
5294         * src/gtk/authors.h
5295                 updated
5296
5297 2006-01-24 [mones]      1.9.100cvs184
5298
5299         * manual/glossary.xml
5300                 All current terms finished. Reviewers welcome ;-)
5301         * manual/keyboard.xml
5302                 Fixed column width for pdf output.
5303         * po/es.po
5304                 Updated
5305
5306 2006-01-24 [paul]       1.9.100cvs183
5307
5308         * manual/glossary.xml
5309                 fix id name
5310         * manual/dist/html/Makefile.am
5311         * manual/dist/pdf/Makefile.am
5312         * manual/dist/ps/Makefile.am
5313         * manual/dist/txt/Makefile.am
5314                 fix make deps
5315                 Thanks to Colin
5316
5317 2006-01-24 [mones]      1.9.100cvs182
5318
5319         * manual/glossary.xml
5320                 Nearly finished, some terms missing.
5321
5322 2006-01-23 [paul]       1.9.100cvs181
5323
5324         * manual/dist/html/Makefile.am
5325         * manual/dist/pdf/Makefile.am
5326         * manual/dist/ps/Makefile.am
5327         * manual/dist/txt/Makefile.am
5328         * src/mainwindow.c
5329                 re-enable manual
5330                 Thanks to Colin
5331
5332 2006-01-22 [colin]      1.9.100cvs180
5333
5334         * src/compose.c
5335         * src/gtk/gtkaspell.c
5336                 Don't deselect stuff before right-clicking, with aspell.
5337                 (This prevented right-click Copy, for example).
5338                 Thanks to Clo!
5339
5340 2006-01-22 [paul]       1.9.100cvs179
5341
5342         * src/summary_search.c
5343                 don't fix the widget size as it causes problems
5344                 under localisation.
5345                 Thanks to Emilian Nowak
5346
5347 2006-01-21 [paul]       1.9.100cvs178
5348
5349         * src/prefs_themes.c
5350                 fix broken underlining of label text
5351                 with some translations
5352
5353 2006-01-21 [colin]      1.9.100cvs177
5354
5355         * po/fr.po
5356                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
5357
5358 2006-01-20 [colin]      1.9.100cvs176
5359
5360         * configure.ac
5361         * Makefile.am
5362         * manual/Makefile
5363         * manual/dist/html/.cvsignore
5364         * manual/dist/html/Makefile.am
5365         * manual/dist/pdf/.cvsignore
5366         * manual/dist/pdf/Makefile.am
5367         * manual/dist/ps/.cvsignore
5368         * manual/dist/ps/Makefile.am
5369         * manual/dist/txt/.cvsignore
5370         * manual/dist/txt/Makefile.am
5371                 Autotool-ize manual
5372
5373 2006-01-20 [paul]       1.9.100cvs175
5374
5375         * manual/handling.xml
5376                 make Filtering and Searching entries easier to find
5377         * manual/keyboard.xml
5378                 add the remaining default keybinds
5379         * src/prefs_summaries.c
5380                 update the default keybinds
5381
5382 2006-01-20 [paul]       1.9.100cvs174
5383
5384         * src/addressbook.c
5385         * src/addrgather.c
5386         * src/addrharvest.c
5387         * src/editaddress.c
5388         * src/editgroup.c
5389         * src/exphtmldlg.c
5390         * src/expldifdlg.c
5391         * src/exporthtml.c
5392         * src/exportldif.c
5393         * src/ldif.c
5394                 replace 'e-mail' with 'email'
5395         * src/summary_search.c
5396                 add mnemonic to "Find all" button
5397
5398 2006-01-20 [wwp]        1.9.100cvs173
5399
5400         * src/export.c
5401         * src/import.c
5402                 touched mbox import/export buttons for HIG-compliance
5403
5404 2006-01-19 [paul]       1.9.100cvs172
5405
5406         * manual/account.xml
5407         * manual/addrbook.xml
5408         * manual/advanced.xml
5409         * manual/faq.xml
5410         * manual/handling.xml
5411         * manual/intro.xml
5412         * manual/plugins.xml
5413         * manual/starting.xml
5414                 more editing
5415
5416 2006-01-19 [paul]       1.9.100cvs171
5417
5418         * src/toolbar.c
5419                 allow use of trash button while receiving
5420                 Thanks to Colin
5421
5422 2006-01-19 [wwp]        1.9.100cvs170
5423
5424         * src/gtk/quicksearch.c
5425         * src/compose.c
5426                 force text color to black when yellow background is set
5427
5428 2006-01-19 [colin]      1.9.100cvs169
5429
5430         * src/plugins/trayicon/trayicon.c
5431                 Gray out Get Mail when already getting mail
5432
5433 2006-01-18 [paul]       1.9.100cvs168
5434
5435         * src/compose.c
5436                 give widget yellow background was To is
5437                 set via folder prefs
5438         * src/gtk/quicksearch.c
5439                 give widget yellow background when quick
5440                 search is active.
5441                 Thanks to Colin
5442
5443 2006-01-18 [paul]       1.9.100cvs167
5444
5445         * doc/man/sylpheed-claws.1
5446                 add --subscribe option
5447
5448 2006-01-18 [paul]       1.9.100cvs166
5449
5450         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5451         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5452                 use %U instead of %F (%F is broken for user installed
5453                 files in kde 3.5)
5454
5455 2006-01-18 [colin]      1.9.100cvs165
5456
5457         * src/summaryview.c
5458                 Default to Yes in "No more * messages" dialogs
5459
5460 2006-01-17 [colin]      1.9.100cvs164
5461
5462         * src/compose.c
5463                 Possibly fix an invalid iterator causing
5464                 crash
5465
5466 2006-01-17 [colin]      1.9.100cvs163
5467
5468         * src/mimeview.c
5469                 Fix crash when the image disappears under the
5470                 image viewer
5471
5472 2006-01-16 [colin]      1.9.100cvs162
5473
5474         * src/compose.c
5475                 Fix reenabling autowrap
5476
5477 2006-01-16 [colin]      1.9.100cvs161
5478
5479         * src/compose.c
5480                 reset quote_len before getting quote_str
5481
5482 2006-01-16 [colin]      1.9.100cvs160
5483
5484         * src/account.c
5485         * src/account.h
5486         * src/folder.c
5487         * src/imap_gtk.c
5488         * src/mh_gtk.c
5489                 Fix bug #883 (default inbox does not track folder move)
5490
5491 2006-01-16 [colin]      1.9.100cvs159
5492
5493         * src/compose.c
5494         * src/plugins/pgpcore/passphrase.c
5495                 More buttons fixes
5496
5497 2006-01-16 [paul]       1.9.100cvs158
5498
5499         * src/prefs_actions.c
5500         * src/prefs_filtering_action.c
5501         * src/prefs_matcher.c
5502         * src/quote_fmt.c
5503         * src/gtk/description_window.c
5504         * src/gtk/description_window.h
5505         * src/gtk/quicksearch.c
5506                 description window cleanups
5507
5508 2006-01-15 [colin]      1.9.100cvs157
5509
5510         * src/addressbook.c
5511         * src/prefs_filtering.c
5512                 Same here
5513
5514 2006-01-15 [colin]      1.9.100cvs156
5515
5516         * src/folderview.c
5517         * src/mainwindow.c
5518                 Same for "Empty trash"
5519
5520 2006-01-15 [colin]      1.9.100cvs155
5521
5522         * src/inc.c
5523                 Override offline dialog had Yes by default
5524
5525 2006-01-15 [colin]      1.9.100cvs154
5526
5527         * src/summaryview.c
5528                 Delete selected messages? previously had Yes the default
5529
5530 2006-01-15 [colin]      1.9.100cvs153
5531
5532         * src/folder.c
5533         * src/folder.h
5534         * src/main.c
5535                 Check if a mailbox is loaded after all
5536                 plugins are loaded.
5537
5538 2006-01-15 [colin]      1.9.100cvs152
5539
5540         * src/folder.c
5541                 Don't start wizard when there are unloaded folders (will help
5542                 people with only mbox or maildir mailboxes)
5543
5544 2006-01-14 [colin]      1.9.100cvs151
5545
5546         * src/addressbook.c
5547         * src/expldifdlg.c
5548         * src/importldif.c
5549         * src/importmutt.c
5550         * src/importpine.c
5551         * src/mh_gtk.c
5552                 More HIG compliance and fixes
5553
5554 2006-01-14 [colin]      1.9.100cvs150
5555
5556         * src/prefs_filtering_action.c
5557         * src/foldersel.c
5558                 Two forgotten button order changes
5559
5560 2006-01-14 [colin]      1.9.100cvs149
5561
5562         * src/account.c
5563         * src/addressbook.c
5564         * src/compose.c
5565         * src/folderview.c
5566         * src/imap_gtk.c
5567         * src/mainwindow.c
5568         * src/mh_gtk.c
5569         * src/news_gtk.c
5570         * src/prefs_actions.c
5571         * src/prefs_customheader.c
5572         * src/prefs_filtering.c
5573         * src/prefs_matcher.c
5574         * src/prefs_template.c
5575         * src/ssl_manager.c
5576         * src/summaryview.c
5577         * src/textview.c
5578         * src/toolbar.c
5579                 All deletion confirmations are now "Cancel, Delete" 
5580                 instead of "No, Yes"
5581                 Clarified most of the other "No, Yes" to 
5582                 "Cancel, Descriptive_action"
5583                 Rechanged the "Entry not saved" alerts to have 
5584                 "Close, Continue editing"
5585
5586
5587 2006-01-14 [paul]
5588
5589         * 2.0.0-rc4 released
5590
5591 2006-01-14 [paul]       1.9.100cvs148
5592
5593         * src/account.c
5594         * src/addressadd.c
5595         * src/addressbook.c
5596         * src/compose.c
5597         * src/editaddress.c
5598         * src/editbook.c
5599         * src/editgroup.c
5600         * src/editjpilot.c
5601         * src/editldap.c
5602         * src/editvcard.c
5603         * src/exphtmldlg.c
5604         * src/expldifdlg.c
5605         * src/folderview.c
5606         * src/grouplistdialog.c
5607         * src/imap_gtk.c
5608         * src/importmutt.c
5609         * src/importpine.c
5610         * src/inc.c
5611         * src/main.c
5612         * src/mainwindow.c
5613         * src/message_search.c
5614         * src/messageview.c
5615         * src/mh_gtk.c
5616         * src/mimeview.c
5617         * src/news_gtk.c
5618         * src/prefs_actions.c
5619         * src/prefs_customheader.c
5620         * src/prefs_filtering.c
5621         * src/prefs_matcher.c
5622         * src/prefs_template.c
5623         * src/prefs_themes.c
5624         * src/ssl_manager.c
5625         * src/summary_search.c
5626         * src/summaryview.c
5627         * src/textview.c
5628         * src/toolbar.c
5629         * src/gtk/foldersort.c
5630         * src/gtk/gtkaspell.c
5631         * src/gtk/inputdialog.c
5632         * src/gtk/prefswindow.c
5633         * src/plugins/pgpcore/select-keys.c
5634         * src/plugins/trayicon/trayicon.c
5635                 HIG compliant button order
5636
5637 2006-01-14 [mones]      1.9.100cvs147
5638
5639         * po/es.po
5640                 Updated translation
5641
5642 2006-01-13 [paul]       1.9.100cvs146
5643
5644         * AUTHORS
5645         * ChangeLog
5646         * src/gtk/authors.h
5647                 add Joshua M. Kwan to contributors list
5648
5649 2006-01-13 [colin]      1.9.100cvs145
5650
5651         * src/gtk/quicksearch.c
5652                 Don't refocus quick search after executing (Esc or Enter)
5653                 Allows to '/'search something then move up/down in 
5654                 summaryview, and to Esc a search and be back in the 
5655                 summaryview
5656
5657 2006-01-13 [paul]       1.9.100cvs144
5658
5659         * src/plugins/pgpinline/pgpinline.c
5660                 support Content-Type 'application/pgp'
5661                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5662
5663 2006-01-13 [paul]       1.9.100cvs143
5664
5665         * manual/account.xml
5666                 make mention of partial retrieval
5667                 thanks to Colin
5668
5669 2006-01-13 [paul]       1.9.100cvs142
5670
5671         * src/account.c
5672         * src/account.h
5673         * src/action.c
5674         * src/action.h
5675         * src/adbookbase.h
5676         * src/addr_compl.c
5677         * src/addr_compl.h
5678         * src/addrbook.c
5679         * src/addrcache.c
5680         * src/addrcache.h
5681         * src/addrcindex.c
5682         * src/addrcindex.h
5683         * src/addrclip.c
5684         * src/addrclip.h
5685         * src/addrdefs.h
5686         * src/addressadd.c
5687         * src/addressadd.h
5688         * src/addressbook.c
5689         * src/addressbook.h
5690         * src/addrgather.c
5691         * src/addrgather.h
5692         * src/addrharvest.c
5693         * src/addrharvest.h
5694         * src/addrindex.c
5695         * src/addrindex.h
5696         * src/addritem.c
5697         * src/addritem.h
5698         * src/addrquery.c
5699         * src/addrquery.h
5700         * src/addrselect.c
5701         * src/addrselect.h
5702         * src/alertpanel.c
5703         * src/alertpanel.h
5704         * src/browseldap.c
5705         * src/browseldap.h
5706         * src/codeconv.c
5707         * src/codeconv.h
5708         * src/compose.c
5709         * src/compose.h
5710         * src/customheader.c
5711         * src/customheader.h
5712         * src/displayheader.c
5713         * src/displayheader.h
5714         * src/editaddress.c
5715         * src/editaddress.h
5716         * src/editbook.c
5717         * src/editbook.h
5718         * src/editgroup.c
5719         * src/editgroup.h
5720         * src/editjpilot.c
5721         * src/editjpilot.h
5722         * src/editldap.c
5723         * src/editldap.h
5724         * src/editldap_basedn.c
5725         * src/editldap_basedn.h
5726         * src/editvcard.c
5727         * src/editvcard.h
5728         * src/exphtmldlg.c
5729         * src/exphtmldlg.h
5730         * src/expldifdlg.c
5731         * src/expldifdlg.h
5732         * src/export.h
5733         * src/exporthtml.c
5734         * src/exporthtml.h
5735         * src/exportldif.c
5736         * src/exportldif.h
5737         * src/filtering.c
5738         * src/filtering.h
5739         * src/folder.c
5740         * src/folder.h
5741         * src/folder_item_prefs.c
5742         * src/folder_item_prefs.h
5743         * src/foldersel.c
5744         * src/foldersel.h
5745         * src/folderutils.c
5746         * src/folderutils.h
5747         * src/folderview.c
5748         * src/folderview.h
5749         * src/grouplistdialog.c
5750         * src/grouplistdialog.h
5751         * src/headerview.c
5752         * src/html.c
5753         * src/html.h
5754         * src/image_viewer.c
5755         * src/image_viewer.h
5756         * src/imap.c
5757         * src/imap.h
5758         * src/imap_gtk.c
5759         * src/imap_gtk.h
5760         * src/import.h
5761         * src/importldif.c
5762         * src/importldif.h
5763         * src/importmutt.c
5764         * src/importmutt.h
5765         * src/importpine.c
5766         * src/importpine.h
5767         * src/inc.c
5768         * src/inc.h
5769         * src/jpilot.c
5770         * src/jpilot.h
5771         * src/ldapctrl.c
5772         * src/ldapctrl.h
5773         * src/ldaplocate.c
5774         * src/ldaplocate.h
5775         * src/ldapquery.c
5776         * src/ldapquery.h
5777         * src/ldapserver.c
5778         * src/ldapserver.h
5779         * src/ldaputil.c
5780         * src/ldaputil.h
5781         * src/ldif.c
5782         * src/ldif.h
5783         * src/main.c
5784         * src/main.h
5785         * src/mainwindow.c
5786         * src/mainwindow.h
5787         * src/manual.c
5788         * src/manual.h
5789         * src/mbox.c
5790         * src/mbox.h
5791         * src/message_search.c
5792         * src/message_search.h
5793         * src/messageview.c
5794         * src/messageview.h
5795         * src/mh.c
5796         * src/mh.h
5797         * src/mh_gtk.c
5798         * src/mh_gtk.h
5799         * src/mimeview.c
5800         * src/mimeview.h
5801         * src/msgcache.c
5802         * src/msgcache.h
5803         * src/mutt.c
5804         * src/mutt.h
5805         * src/news.c
5806         * src/news.h
5807         * src/news_gtk.c
5808         * src/news_gtk.h
5809         * src/partial_download.c
5810         * src/partial_download.h
5811         * src/pine.c
5812         * src/pine.h
5813         * src/pop.c
5814         * src/pop.h
5815         * src/prefs_account.c
5816         * src/prefs_account.h
5817         * src/prefs_actions.c
5818         * src/prefs_actions.h
5819         * src/prefs_common.c
5820         * src/prefs_common.h
5821         * src/prefs_compose_writing.c
5822         * src/prefs_compose_writing.h
5823         * src/prefs_customheader.c
5824         * src/prefs_customheader.h
5825         * src/prefs_display_header.c
5826         * src/prefs_display_header.h
5827         * src/prefs_filtering.c
5828         * src/prefs_filtering.h
5829         * src/prefs_filtering_action.c
5830         * src/prefs_filtering_action.h
5831         * src/prefs_folder_column.c
5832         * src/prefs_folder_column.h
5833         * src/prefs_folder_item.c
5834         * src/prefs_folder_item.h
5835         * src/prefs_fonts.c
5836         * src/prefs_fonts.h
5837         * src/prefs_gtk.c
5838         * src/prefs_gtk.h
5839         * src/prefs_image_viewer.c
5840         * src/prefs_image_viewer.h
5841         * src/prefs_matcher.c
5842         * src/prefs_matcher.h
5843         * src/prefs_message.c
5844         * src/prefs_msg_colors.c
5845         * src/prefs_msg_colors.h
5846         * src/prefs_other.c
5847         * src/prefs_quote.c
5848         * src/prefs_receive.c
5849         * src/prefs_send.c
5850         * src/prefs_spelling.c
5851         * src/prefs_spelling.h
5852         * src/prefs_summaries.c
5853         * src/prefs_summaries.h
5854         * src/prefs_summary_column.c
5855         * src/prefs_summary_column.h
5856         * src/prefs_template.c
5857         * src/prefs_template.h
5858         * src/prefs_themes.c
5859         * src/prefs_themes.h
5860         * src/prefs_toolbar.c
5861         * src/prefs_toolbar.h
5862         * src/prefs_wrapping.c
5863         * src/prefs_wrapping.h
5864         * src/privacy.c
5865         * src/privacy.h
5866         * src/procheader.c
5867         * src/procheader.h
5868         * src/procmime.c
5869         * src/procmime.h
5870         * src/procmsg.c
5871         * src/procmsg.h
5872         * src/quote_fmt.c
5873         * src/quote_fmt_parse.y
5874         * src/recv.c
5875         * src/recv.h
5876         * src/remotefolder.c
5877         * src/remotefolder.h
5878         * src/send_message.c
5879         * src/send_message.h
5880         * src/setup.c
5881         * src/setup.h
5882         * src/sourcewindow.c
5883         * src/sourcewindow.h
5884         * src/ssl_manager.c
5885         * src/ssl_manager.h
5886         * src/statusbar.c
5887         * src/statusbar.h
5888         * src/stock_pixmap.c
5889         * src/stock_pixmap.h
5890         * src/summary_search.c
5891         * src/summary_search.h
5892         * src/summaryview.c
5893         * src/summaryview.h
5894         * src/syldap.c
5895         * src/syldap.h
5896         * src/textview.c
5897         * src/textview.h
5898         * src/toolbar.c
5899         * src/toolbar.h
5900         * src/undo.c
5901         * src/undo.h
5902         * src/unmime.c
5903         * src/unmime.h
5904         * src/vcard.c
5905         * src/vcard.h
5906         * src/wizard.c
5907         * src/wizard.h
5908         * src/common/base64.c
5909         * src/common/base64.h
5910         * src/common/defs.h
5911         * src/common/hooks.c
5912         * src/common/hooks.h
5913         * src/common/log.c
5914         * src/common/log.h
5915         * src/common/mgutils.c
5916         * src/common/mgutils.h
5917         * src/common/nntp.c
5918         * src/common/nntp.h
5919         * src/common/passcrypt.c
5920         * src/common/passcrypt.h.in
5921         * src/common/plugin.c
5922         * src/common/plugin.h
5923         * src/common/prefs.c
5924         * src/common/prefs.h
5925         * src/common/progressindicator.c
5926         * src/common/progressindicator.h
5927         * src/common/quoted-printable.c
5928         * src/common/quoted-printable.h
5929         * src/common/session.c
5930         * src/common/session.h
5931         * src/common/smtp.c
5932         * src/common/smtp.h
5933         * src/common/socket.c
5934         * src/common/socket.h
5935         * src/common/ssl.c
5936         * src/common/ssl.h
5937         * src/common/ssl_certificate.c
5938         * src/common/ssl_certificate.h
5939         * src/common/stringtable.c
5940         * src/common/stringtable.h
5941         * src/common/sylpheed.c
5942         * src/common/sylpheed.h
5943         * src/common/template.c
5944         * src/common/template.h
5945         * src/common/timing.h
5946         * src/common/utils.c
5947         * src/common/utils.h
5948         * src/common/version.h.in
5949         * src/common/xml.c
5950         * src/common/xml.h
5951         * src/common/xmlprops.c
5952         * src/common/xmlprops.h
5953         * src/gtk/colorlabel.c
5954         * src/gtk/colorsel.c
5955         * src/gtk/colorsel.h
5956         * src/gtk/description_window.c
5957         * src/gtk/description_window.h
5958         * src/gtk/filesel.c
5959         * src/gtk/filesel.h
5960         * src/gtk/foldersort.c
5961         * src/gtk/foldersort.h
5962         * src/gtk/gtkutils.c
5963         * src/gtk/gtkutils.h
5964         * src/gtk/inputdialog.c
5965         * src/gtk/inputdialog.h
5966         * src/gtk/logwindow.c
5967         * src/gtk/logwindow.h
5968         * src/gtk/manage_window.c
5969         * src/gtk/manage_window.h
5970         * src/gtk/menu.c
5971         * src/gtk/menu.h
5972         * src/gtk/pluginwindow.c
5973         * src/gtk/pluginwindow.h
5974         * src/gtk/prefswindow.c
5975         * src/gtk/prefswindow.h
5976         * src/gtk/progressdialog.c
5977         * src/gtk/progressdialog.h
5978         * src/gtk/sslcertwindow.c
5979         * src/gtk/sslcertwindow.h
5980         * src/plugins/clamav/clamav_plugin.c
5981         * src/plugins/clamav/clamav_plugin.h
5982         * src/plugins/clamav/clamav_plugin_gtk.c
5983         * src/plugins/demo/demo.c
5984         * src/plugins/dillo_viewer/dillo_prefs.c
5985         * src/plugins/dillo_viewer/dillo_prefs.h
5986         * src/plugins/dillo_viewer/dillo_viewer.c
5987         * src/plugins/pgpcore/passphrase.c
5988         * src/plugins/pgpcore/passphrase.h
5989         * src/plugins/pgpcore/plugin.c
5990         * src/plugins/pgpcore/select-keys.c
5991         * src/plugins/pgpcore/select-keys.h
5992         * src/plugins/pgpcore/sgpgme.c
5993         * src/plugins/pgpcore/sgpgme.h
5994         * src/plugins/pgpinline/pgpinline.c
5995         * src/plugins/pgpinline/pgpinline.h
5996         * src/plugins/pgpinline/plugin.c
5997         * src/plugins/pgpmime/pgpmime.c
5998         * src/plugins/pgpmime/pgpmime.h
5999         * src/plugins/pgpmime/plugin.c
6000         * src/plugins/spamassassin/spamassassin.c
6001         * src/plugins/spamassassin/spamassassin.h
6002         * src/plugins/spamassassin/spamassassin_gtk.c
6003         * src/plugins/trayicon/trayicon.c
6004                 update copyright header
6005
6006 2006-01-13 [paul]       1.9.100cvs141
6007
6008         * src/account.c
6009         * src/export.c
6010         * src/import.c
6011         * src/mainwindow.c
6012         * src/prefs_account.c
6013         * src/prefs_display_header.c
6014         * src/prefs_receive.c
6015         * src/prefs_send.c
6016         * src/prefs_summaries.c
6017         * src/prefs_themes.c
6018         * src/prefs_toolbar.c
6019         * src/gtk/about.c
6020                 various cleanups
6021
6022 2006-01-12 [colin]      1.9.100cvs140
6023
6024         * src/folder.c
6025         * src/folder.h
6026         * src/main.c
6027                 Add --subscribe option
6028                 Let sylpheed-claws email@domain.com equivalent to --compose
6029                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
6030
6031 2006-01-12 [paul]       1.9.100cvs139
6032
6033         * src/mainwindow.c
6034                 append 'Change folder order' label with '...'
6035         * src/prefs_actions.c
6036                 allow reordering of actions list by dnd
6037         * src/gtk/foldersort.c
6038                 make the dialog nicer
6039
6040 2006-01-11 [colin]      1.9.100cvs138
6041
6042         * src/compose.c
6043                 Allow templates without text
6044
6045 2006-01-11 [paul]       1.9.100cvs137
6046
6047         * tools/README
6048         * tools/filter_conv_new.pl
6049                 add info to README
6050                 also check .sylpheed for filter.xml
6051                 be a bit informative to the user
6052
6053 2006-01-11 [colin]      1.9.100cvs136
6054
6055         * src/textview.c
6056                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
6057
6058 2006-01-10 [paul]       1.9.100cvs135
6059
6060         * tools/Makefile.am
6061         * tools/filter_conv_new.pl
6062                 add script to convert new style Sylpheed
6063                 filter rules (Sylpheed >= 0.9.99) to
6064                 Claws filtering rules
6065
6066 2006-01-10 [colin]      1.9.100cvs134
6067
6068         * src/compose.c
6069                 Fix broken line joins in certain conditions
6070                 (between two quoted lines: <enter><enter><up>
6071                  <type a wrapped sentence><go in the first line>
6072                  <insert more text><watch as line joining failed>)
6073
6074 2006-01-10 [paul]       1.9.100cvs133
6075
6076         * src/compose.c
6077                 don't report success in error dialog
6078                 thanks to Colin
6079         * src/common/utils.c
6080                 include some trailing punctuations as URI
6081                 thanks to Hiro
6082
6083 2006-01-10 [paul]       1.9.100cvs132
6084
6085         * src/mimeview.c
6086                 fix incompatible pointer type
6087                 warning
6088
6089 2006-01-10 [paul]       1.9.100cvs131
6090
6091         * src/compose.c
6092                 change Subject in window title
6093                 instantaneously
6094
6095 2006-01-09 [colin]      1.9.100cvs130
6096
6097         * src/addressbook.c
6098         * src/headerview.c
6099         * src/mainwindow.c
6100         * src/messageview.c
6101         * src/mimeview.c
6102         * src/noticeview.c
6103         * src/summaryview.c
6104                 Fix possible crashes on exit and in addressbook
6105
6106 2006-01-09 [paul]       1.9.100cvs129
6107
6108         * src/prefs_msg_colors.c
6109                 some cleanups that I forgot last time
6110
6111 2006-01-09 [paul]       1.9.100cvs128
6112
6113         * README
6114         * src/folderview.c
6115         * src/prefs_msg_colors.c
6116                 add previously hidden option, color_new, to
6117                 the gui
6118                 move the page to Display/
6119                 rework the gui
6120
6121 2006-01-09 [wwp]        1.9.100cvs127
6122
6123         * src/prefs_themes.c
6124                 made the prefs/display/themes layouts spacing less condensed
6125                 (and so they match other prefs/pages' look).
6126
6127 2006-01-09 [paul]       1.9.100cvs126
6128
6129         * src/compose.c
6130         * src/prefs_common.c
6131         * src/prefs_common.h
6132         * src/prefs_wrapping.c
6133                 remove 'wrap at send' option
6134
6135 2006-01-06 [colin]      1.9.100cvs125
6136
6137         * src/compose.c
6138                 Just make completely sure we don't insert "manual line breaks" 
6139                 when wrapping... 
6140
6141 2006-01-04 [paul]
6142
6143         * 2.0.0-rc3 released
6144
6145 2006-01-04 [paul]       1.9.100cvs124
6146
6147         * src/folderview.c
6148                 fix bug 882, 'quick scroll in folder list
6149                 displays wrong folder contents'
6150
6151 2006-01-04 [paul]       1.9.100cvs123
6152
6153         * src/plugins/pgpmime/pgpmime.c
6154                 better debug information when signing
6155                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6156
6157 2006-01-03 [colin]      1.9.100cvs122
6158
6159         * configure.ac
6160                 We need to recheck for gpgme 1.0.0 after checking
6161                 for 1.1.1, because if 1.1.1 isn't available, 
6162                 GPGME_LIBS and friends are blanked out by the 
6163                 second check.
6164
6165 2006-01-03 [colin]      1.9.100cvs121
6166
6167         * src/common/prefs.c
6168                 Windows unlink-before rename fix
6169         * src/plugins/pgpcore/sgpgme.c
6170                 Add support for PKA info if available
6171                 Both patches by Werner Koch
6172
6173 2006-01-03 [paul]       1.9.100cvs120
6174
6175         * src/messageview.c
6176                 fix bug 884, 'Send receipt' button visible in queue
6177                 Thanks to Colin
6178
6179 2006-01-02 [colin]      1.9.100cvs119
6180
6181         * src/compose.c
6182         * src/imap.c
6183                 Fix autosave on IMAP and more generally try to
6184                 return the correct ID on a newly added IMAP message
6185
6186 2006-01-02 [paul]       1.9.100cvs118
6187
6188         * manual/keyboard.xml
6189                 edited
6190
6191 2006-01-01 [paul]       1.9.100cvs117
6192
6193         * src/gtk/authors.h
6194                 alphabetical order
6195
6196 2005-12-30 [colin]      1.9.100cvs116
6197
6198         * manual/advanced.xml
6199                 Explain Pre/Post-processing differences.
6200
6201 2005-12-30 [colin]      1.9.100cvs115
6202
6203         * src/mh.c
6204                 Implement copy_msgs for a little optimization
6205         * src/imap.c
6206                 Finish yesterday's fix
6207
6208 2005-12-29 [colin]      1.9.100cvs114
6209
6210         * src/imap.c
6211                 Fix occasional failure in fetching a mail over
6212                 IMAP
6213
6214 2005-12-29 [colin]      1.9.100cvs113
6215
6216         * src/compose.c
6217                 Don't remove a draft when sending it, if it is 
6218                 locked.
6219
6220 2005-12-28 [colin]      1.9.100cvs112
6221
6222         * src/summaryview.c
6223                 Fix leak for real
6224
6225 2005-12-28 [wwp]        1.9.100cvs111
6226
6227         * doc/faq/.cvsignore
6228         * doc/faq/de/.cvsignore
6229         * doc/faq/en/.cvsignore
6230         * doc/faq/es/.cvsignore
6231         * doc/faq/fr/.cvsignore
6232         * doc/faq/it/.cvsignore
6233         * doc/manual/.cvsignore
6234         * doc/manual/de/.cvsignore
6235         * doc/manual/en/.cvsignore
6236         * doc/manual/es/.cvsignore
6237         * doc/manual/fr/.cvsignore
6238         * doc/manual/ja/.cvsignore
6239         * src/plugins/mathml_viewer/.cvsignore
6240                 rollback revival of those files (my bad, sorry for the noise).
6241
6242 2005-12-28 [wwp]        1.9.100cvs110
6243
6244         * src/compose.c
6245                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
6246
6247 2005-12-28 [wwp]        1.9.100cvs109
6248
6249         * doc/faq/.cvsignore
6250         * doc/faq/de/.cvsignore
6251         * doc/faq/en/.cvsignore
6252         * doc/faq/es/.cvsignore
6253         * doc/faq/fr/.cvsignore
6254         * doc/faq/it/.cvsignore
6255         * doc/manual/.cvsignore
6256         * doc/manual/de/.cvsignore
6257         * doc/manual/en/.cvsignore
6258         * doc/manual/es/.cvsignore
6259         * doc/manual/fr/.cvsignore
6260         * doc/manual/ja/.cvsignore
6261         * src/plugins/mathml_viewer/.cvsignore
6262         * po/.cvsignore
6263                 more files to ignore.
6264
6265 2005-12-24 [colin]      1.9.100cvs108
6266
6267         * AUTHORS
6268         * src/gtk/authors.h
6269                 Update for Werner
6270
6271 2005-12-24 [colin]      1.9.100cvs107
6272
6273         * src/procmsg.c
6274                 Allow NULL src_msginfo in 
6275                 procmsg_msginfo_new_from_mimeinfo
6276
6277 2005-12-23 [paul]       1.9.100cvs106
6278
6279         * src/plugins/pgpinline/mypgpcore.def
6280                 add this forgotten file
6281
6282 2005-12-23 [colin]      1.9.100cvs105
6283
6284         * src/mainwindow.c
6285                 Fix missing break
6286
6287 2005-12-23 [colin]      1.9.100cvs104
6288
6289         * autogen.sh
6290         * src/folder.c
6291         * src/mh.c
6292         * src/common/plugin.c
6293         * src/common/socket.c
6294         * src/common/socket.h
6295         * src/common/utils.c
6296         * src/common/utils.h
6297         * src/gtk/pluginwindow.c
6298         * src/plugins/pgpcore/plugin.def
6299         * src/plugins/pgpcore/sylpheed.def
6300         * src/plugins/pgpinline/Makefile.am
6301         * src/plugins/pgpinline/plugin.def
6302         * src/plugins/pgpinline/sylpheed.def
6303         * src/plugins/pgpmime/plugin.def
6304         * src/plugins/pgpmime/sylpheed.def
6305                 Various w32 fixes by Werner Koch
6306
6307 2005-12-22 [paul]       1.9.100cvs103
6308
6309         * src/wizard.c
6310                 don't offer IMAP as 'server type' if
6311                 libetpan isn't built in
6312
6313 2005-12-22 [paul]       1.9.100cvs102
6314
6315         * AUTHORS
6316         * src/mainwindow.c
6317         * src/mainwindow.h
6318         * src/toolbar.c
6319         * src/gtk/authors.h
6320                 support GTK_TOOLBAR_BOTH_HORIZ (text
6321                 next to icon) Patch by Marien Zwart
6322                 marienz@users.sf.net
6323                 Also reword the text
6324
6325 2005-12-21 [colin]      1.9.100cvs101
6326
6327         * configure.ac
6328                 Fix DATADIRNAME
6329         * COPYING
6330                 Fix missing section and explicit the exception better
6331         * src/compose.c
6332                 Prevent mail from being lost without notice when an
6333                 SMTP error happens on trying to send an unmodified
6334                 drafted mail.
6335         * src/send_message.c
6336         * src/common/smtp.c
6337                 Fix password remembering when wrong, and add return
6338                 value checks where they should have been
6339         * src/plugins/pgpcore/sylpheed.def
6340         * src/plugins/pgpinline/sylpheed.def
6341         * src/plugins/pgpmime/sylpheed.def
6342                 Add a few symbols needed
6343
6344 2005-12-21 [paul]       1.9.100cvs100
6345
6346         * m4/codeset.m4
6347         * m4/glibc21.m4
6348         * m4/intdiv0.m4
6349         * m4/inttypes-pri.m4
6350         * m4/inttypes.m4
6351         * m4/inttypes_h.m4
6352         * m4/isc-posix.m4
6353         * m4/lcmessage.m4
6354         * m4/stdint_h.m4
6355         * m4/uintmax_t.m4
6356                 gettextization
6357                 thanks to Colin
6358
6359 2005-12-21 [paul]       1.9.100cvs99
6360
6361         * po/sv.po
6362                 fixed by Colin
6363
6364 2005-12-20 [paul]       1.9.100cvs98
6365
6366         * po/sv.po
6367                 updated by Anders Trobäck
6368
6369 2005-12-20 [colin]      1.9.100cvs97
6370
6371         * ABOUT-NLS
6372         * Makefile.am
6373         * autogen.sh
6374         * configure.ac
6375         * config/config.rpath
6376         * config/mkinstalldirs
6377         * m4/Makefile.am
6378         * m4/glibc2.m4
6379         * m4/gnupg.m4
6380         * m4/gpgme.m4
6381         * m4/intmax.m4
6382         * m4/longdouble.m4
6383         * m4/longlong.m4
6384         * m4/printf-posix.m4
6385         * m4/signed.m4
6386         * m4/size_max.m4
6387         * m4/ulonglong.m4
6388         * m4/wchar_t.m4
6389         * m4/wint_t.m4
6390         * m4/xsize.m4
6391         * po/Makefile.in.in
6392         * po/Makevars
6393         * po/bg.po
6394         * po/ca.po
6395         * po/cs.po
6396         * po/de.po
6397         * po/el.po
6398         * po/en_GB.po
6399         * po/es.po
6400         * po/fi.po
6401         * po/fr.po
6402         * po/hr.po
6403         * po/hu.po
6404         * po/it.po
6405         * po/ja.po
6406         * po/ko.po
6407         * po/nb.po
6408         * po/nl.po
6409         * po/pl.po
6410         * po/pt_BR.po
6411         * po/ru.po
6412         * po/sk.po
6413         * po/sr.po
6414         * po/stamp-po
6415         * po/sv.po
6416         * po/zh_CN.po
6417         * po/zh_TW.po
6418         * src/Makefile.am
6419         * src/codeconv.c
6420         * src/compose.c
6421         * src/exporthtml.c
6422         * src/exportldif.c
6423         * src/folder.c
6424         * src/main.c
6425         * src/manual.c
6426         * src/mh.c
6427         * src/mimeview.c
6428         * src/send_message.c
6429         * src/common/Makefile.am
6430         * src/common/fnmatch.c
6431         * src/common/fnmatch.h
6432         * src/common/fnmatch_loop.c
6433         * src/common/nntp.c
6434         * src/common/plugin.c
6435         * src/common/smtp.c
6436         * src/common/socket.c
6437         * src/common/string_match.c
6438         * src/common/sylpheed.c
6439         * src/common/utils.c
6440         * src/common/utils.h
6441         * src/common/w32_dirent.c
6442         * src/common/w32_reg.c
6443         * src/common/w32_signal.c
6444         * src/common/w32_stat.c
6445         * src/common/w32_stdio.c
6446         * src/common/w32_stdlib.c
6447         * src/common/w32_string.c
6448         * src/common/w32_time.c
6449         * src/common/w32_unistd.c
6450         * src/common/w32_wait.c
6451         * src/common/w32lib.h
6452         * src/etpan/Makefile.am
6453         * src/gtk/Makefile.am
6454         * src/plugins/clamav/Makefile.am
6455         * src/plugins/demo/Makefile.am
6456         * src/plugins/dillo_viewer/Makefile.am
6457         * src/plugins/pgpcore/Makefile.am
6458         * src/plugins/pgpcore/passphrase.c
6459         * src/plugins/pgpcore/plugin.def
6460         * src/plugins/pgpcore/sgpgme.c
6461         * src/plugins/pgpcore/sylpheed.def
6462         * src/plugins/pgpcore/version.rc
6463         * src/plugins/pgpinline/Makefile.am
6464         * src/plugins/pgpinline/plugin.def
6465         * src/plugins/pgpinline/sylpheed.def
6466         * src/plugins/pgpinline/version.rc
6467         * src/plugins/pgpmime/Makefile.am
6468         * src/plugins/pgpmime/mypgpcore.def
6469         * src/plugins/pgpmime/plugin.def
6470         * src/plugins/pgpmime/sylpheed.def
6471         * src/plugins/pgpmime/version.rc
6472         * src/plugins/spamassassin/Makefile.am
6473                 Very little ;-) patch from Werner Koch, providing
6474                 infrastructure for cross-compiling to Win32
6475
6476 2005-12-20 [paul]       1.9.100cvs96
6477
6478         * src/account.c
6479         * src/account.h
6480         * src/mainwindow.c
6481         * src/mainwindow.h
6482         * src/toolbar.c
6483         * src/toolbar.h
6484                 add a combo to the Get All button, allowing
6485                 quick retrieval from any account
6486                 Patch by Fabien Vantard, slightly modified
6487                 by Colin
6488         * src/gtk/about.c
6489                 i18n fix. Patch by Fabien Vantard
6490
6491 2005-12-19 [colin]      1.9.100cvs95
6492
6493         * src/compose.c
6494         * src/compose.h
6495                 Don't automatically join lines when they've 
6496                 been separated by the user and not automatically
6497
6498 2005-12-19 [paul]       1.9.100cvs94
6499
6500         * src/gtk/pluginwindow.c
6501                 i18n fix.
6502                 Patch by Fabien Vantard
6503
6504 2005-12-15 [paul]       1.9.100cvs93
6505
6506         * src/common/plugin.c
6507         * src/common/plugin.h
6508         * src/gtk/pluginwindow.c
6509         * src/plugins/clamav/clamav_plugin.c
6510         * src/plugins/demo/demo.c
6511         * src/plugins/dillo_viewer/dillo_viewer.c
6512         * src/plugins/pgpcore/plugin.c
6513         * src/plugins/pgpinline/plugin.c
6514         * src/plugins/pgpmime/plugin.c
6515         * src/plugins/spamassassin/spamassassin.c
6516         * src/plugins/trayicon/trayicon.c
6517                 add plugin_version()
6518
6519 2005-12-15 [colin]      1.9.100cvs92
6520
6521         * src/compose.c
6522                 Further fix bug #875
6523
6524 2005-12-15 [paul]       1.9.100cvs91
6525
6526         * src/gtk/filesel.c
6527                 fix attach_load_dir getting set to
6528                 PLUGINDIR on plugin load
6529
6530 2005-12-14 [mones]      1.9.100cvs90
6531
6532         * manual/ack.xml
6533         * manual/keyboard.xml
6534                 Initial draft and some shortcuts added
6535                 
6536         * po/es.po
6537                 Updated translation
6538
6539 2005-12-14 [colin]      1.9.100cvs89
6540
6541         * src/compose.c
6542         * src/imap.c
6543         * src/summaryview.c
6544         * src/gtk/gtkaspell.c
6545                 More leaks fixed
6546         * src/prefs_folder_item.c
6547                 Fix recursive prefs apply
6548
6549
6550 2005-12-14 [colin]      1.9.100cvs88
6551
6552         * src/compose.c
6553                 Fix bug #875 (Freeze On Inline Forward of 
6554                 Large Message)
6555
6556 2005-12-13 [colin]      1.9.100cvs87
6557
6558         * src/compose.c
6559                 Uniq-ify and sort the mimetypes list
6560                 Patch by Fabien Vantard
6561
6562 2005-12-13 [colin]      1.9.100cvs86
6563
6564         * src/imap.c
6565         * src/etpan/imap-thread.c
6566                 Fix leaks (patch by Hoa)
6567         * src/news.c
6568         * src/common/plugin.c
6569                 Fix leaks
6570
6571 2005-12-12 [colin]
6572
6573         * 2.0.0-rc2 released
6574
6575 2005-12-12 [colin]      1.9.100cvs85
6576
6577         * src/matcher.c
6578                 Fix a leak
6579
6580 2005-12-12 [wwp]        1.9.100cvs84
6581
6582         * src/gtk/icon_legend.c
6583                 fix misbehaviour and crash when closing the legend window
6584         using the Esc key (patch by Fabien Vantard).
6585
6586 2005-12-12 [paul]       1.9.100cvs83
6587
6588         * src/browseldap.c
6589         * src/foldersel.c
6590         * src/prefs_actions.c
6591         * src/prefs_filtering.c
6592         * src/prefs_matcher.c
6593         * src/prefs_spelling.glade      ** REMOVED **
6594         * src/prefs_template.c
6595         * src/gtk/foldersort.glade      ** REMOVED **
6596         * src/gtk/pluginwindow.c
6597         * src/gtk/pluginwindow.glade    ** REMOVED **
6598         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
6599                 cleanups
6600
6601 2005-12-11 [paul]       1.9.100cvs82
6602
6603         * src/gtk/filesel.c
6604                 fix attach_load_dir crasher (double free)
6605
6606 2005-12-09 [paul]       1.9.100cvs81
6607
6608         * po/POTFILES.in
6609         * src/mainwindow.c
6610         * src/gtk/Makefile.am
6611         * src/gtk/icon_legend.c
6612         * src/gtk/icon_legend.h
6613                 add icon legend
6614         * src/manual.c
6615                 cleanup
6616
6617 2005-12-09 [paul]       1.9.100cvs80
6618
6619         * src/plugins/pgpcore/passphrase.c
6620                 wrap the label in the dialog
6621
6622 2005-12-09 [colin]      1.9.100cvs79
6623
6624         * src/plugins/pgpcore/sgpgme.c
6625                 Display (untrusted) on not trusted signatures
6626                 Patch by Michal Èihaø <michal@cihar.com>
6627                 Closes bug #867 (Report also key trust)
6628
6629 2005-12-09 [colin]      1.9.100cvs78
6630
6631         * src/common/plugin.c
6632                 Update licence check, following Eben Moglen's advice
6633
6634 2005-12-08 [colin]      1.9.100cvs77
6635
6636         * src/folder.c
6637                 Fix the occasionnal item->cache != NULL 
6638                 assertion failure. 
6639
6640 2005-12-08 [colin]      1.9.100cvs76
6641
6642         * src/mimeview.c
6643         * src/plugins/pgpcore/sgpgme.c
6644                 Print key id when unable to check it
6645                 Closes bug #866 (Show key id when missing)
6646
6647 2005-12-08 [paul]       1.9.100cvs75
6648
6649         * src/prefs_common.c
6650         * src/prefs_common.h
6651         * src/gtk/filesel.c
6652                 remember load attachment dir
6653
6654 2005-12-07 [colin]      1.9.100cvs74
6655
6656         * src/prefs_toolbar.c
6657                 Gtk fixes, patch by Fabien Vantard
6658
6659 2005-12-07 [colin]      1.9.100cvs73
6660
6661         * src/action.c
6662         * src/compose.c
6663         * src/compose.h
6664                 Fix bug #839 (Quoted text isn't colored after 
6665                 executing an action)
6666         * src/common/plugin.c
6667                 Require plugins to declare their licence in plugin_licence()
6668                 Refuse to load non-GPL plugins as they'd be illegal (as 
6669                 derived works of Sylpheed-Claws, they must be GPL).
6670         * src/plugins/clamav/clamav_plugin.c
6671         * src/plugins/demo/demo.c
6672         * src/plugins/dillo_viewer/dillo_viewer.c
6673         * src/plugins/pgpcore/plugin.c
6674         * src/plugins/pgpinline/plugin.c
6675         * src/plugins/pgpmime/plugin.c
6676         * src/plugins/spamassassin/spamassassin.c
6677         * src/plugins/trayicon/trayicon.c
6678                 Add plugin_licence()
6679
6680 2005-12-07 [paul]       1.9.100cvs72
6681
6682         * configure.ac
6683         * src/mainwindow.c
6684         * src/manual.c
6685         * src/manual.h
6686         * src/common/defs.h
6687                 clean up after local FAQ removal and
6688                 temporary manual removal
6689
6690 2005-12-06 [colin]      1.9.100cvs71
6691
6692         * configure.ac
6693         * doc/Makefile.am
6694         * doc/faq/.cvsignore
6695         * doc/faq/Makefile.am
6696         * doc/faq/de/.cvsignore
6697         * doc/faq/de/Makefile.am
6698         * doc/faq/de/sylpheed-faq-1.html
6699         * doc/faq/de/sylpheed-faq-2.html
6700         * doc/faq/de/sylpheed-faq-3.html
6701         * doc/faq/de/sylpheed-faq.html
6702         * doc/faq/en/.cvsignore
6703         * doc/faq/en/Makefile.am
6704         * doc/faq/en/sylpheed-faq-1.html
6705         * doc/faq/en/sylpheed-faq-2.html
6706         * doc/faq/en/sylpheed-faq-3.html
6707         * doc/faq/en/sylpheed-faq-4.html
6708         * doc/faq/en/sylpheed-faq.html
6709         * doc/faq/es/.cvsignore
6710         * doc/faq/es/Makefile.am
6711         * doc/faq/es/sylpheed-faq-1.html
6712         * doc/faq/es/sylpheed-faq-2.html
6713         * doc/faq/es/sylpheed-faq-3.html
6714         * doc/faq/es/sylpheed-faq-4.html
6715         * doc/faq/es/sylpheed-faq.html
6716         * doc/faq/fr/.cvsignore
6717         * doc/faq/fr/Makefile.am
6718         * doc/faq/fr/sylpheed-faq-1.html
6719         * doc/faq/fr/sylpheed-faq-2.html
6720         * doc/faq/fr/sylpheed-faq-3.html
6721         * doc/faq/fr/sylpheed-faq.html
6722         * doc/faq/it/.cvsignore
6723         * doc/faq/it/Makefile.am
6724         * doc/faq/it/sylpheed-faq-1.html
6725         * doc/faq/it/sylpheed-faq-2.html
6726         * doc/faq/it/sylpheed-faq-3.html
6727         * doc/faq/it/sylpheed-faq.html
6728         * doc/manual/.cvsignore
6729         * doc/manual/Makefile.am
6730         * doc/manual/de/.cvsignore
6731         * doc/manual/de/Makefile.am
6732         * doc/manual/de/sylpheed-1.html
6733         * doc/manual/de/sylpheed-10.html
6734         * doc/manual/de/sylpheed-11.html
6735         * doc/manual/de/sylpheed-12.html
6736         * doc/manual/de/sylpheed-13.html
6737         * doc/manual/de/sylpheed-14.html
6738         * doc/manual/de/sylpheed-15.html
6739         * doc/manual/de/sylpheed-16.html
6740         * doc/manual/de/sylpheed-17.html
6741         * doc/manual/de/sylpheed-18.html
6742         * doc/manual/de/sylpheed-19.html
6743         * doc/manual/de/sylpheed-2.html
6744         * doc/manual/de/sylpheed-20.html
6745         * doc/manual/de/sylpheed-3.html
6746         * doc/manual/de/sylpheed-4.html
6747         * doc/manual/de/sylpheed-5.html
6748         * doc/manual/de/sylpheed-6.html
6749         * doc/manual/de/sylpheed-7.html
6750         * doc/manual/de/sylpheed-8.html
6751         * doc/manual/de/sylpheed-9.html
6752         * doc/manual/de/sylpheed.html
6753         * doc/manual/en/.cvsignore
6754         * doc/manual/en/Makefile.am
6755         * doc/manual/en/sylpheed-1.html
6756         * doc/manual/en/sylpheed-10.html
6757         * doc/manual/en/sylpheed-11.html
6758         * doc/manual/en/sylpheed-12.html
6759         * doc/manual/en/sylpheed-13.html
6760         * doc/manual/en/sylpheed-14.html
6761         * doc/manual/en/sylpheed-15.html
6762         * doc/manual/en/sylpheed-16.html
6763         * doc/manual/en/sylpheed-17.html
6764         * doc/manual/en/sylpheed-18.html
6765         * doc/manual/en/sylpheed-19.html
6766         * doc/manual/en/sylpheed-2.html
6767         * doc/manual/en/sylpheed-20.html
6768         * doc/manual/en/sylpheed-21.html
6769         * doc/manual/en/sylpheed-22.html
6770         * doc/manual/en/sylpheed-3.html
6771         * doc/manual/en/sylpheed-4.html
6772         * doc/manual/en/sylpheed-5.html
6773         * doc/manual/en/sylpheed-6.html
6774         * doc/manual/en/sylpheed-7.html
6775         * doc/manual/en/sylpheed-8.html
6776         * doc/manual/en/sylpheed-9.html
6777         * doc/manual/en/sylpheed.html
6778         * doc/manual/es/.cvsignore
6779         * doc/manual/es/Makefile.am
6780         * doc/manual/es/sylpheed-1.html
6781         * doc/manual/es/sylpheed-10.html
6782         * doc/manual/es/sylpheed-11.html
6783         * doc/manual/es/sylpheed-12.html
6784         * doc/manual/es/sylpheed-13.html
6785         * doc/manual/es/sylpheed-14.html
6786         * doc/manual/es/sylpheed-15.html
6787         * doc/manual/es/sylpheed-16.html
6788         * doc/manual/es/sylpheed-17.html
6789         * doc/manual/es/sylpheed-18.html
6790         * doc/manual/es/sylpheed-19.html
6791         * doc/manual/es/sylpheed-2.html
6792         * doc/manual/es/sylpheed-20.html
6793         * doc/manual/es/sylpheed-3.html
6794         * doc/manual/es/sylpheed-4.html
6795         * doc/manual/es/sylpheed-5.html
6796         * doc/manual/es/sylpheed-6.html
6797         * doc/manual/es/sylpheed-7.html
6798         * doc/manual/es/sylpheed-8.html
6799         * doc/manual/es/sylpheed-9.html
6800         * doc/manual/es/sylpheed.html
6801         * doc/manual/fr/.cvsignore
6802         * doc/manual/fr/Makefile.am
6803         * doc/manual/fr/sylpheed-1.html
6804         * doc/manual/fr/sylpheed-10.html
6805         * doc/manual/fr/sylpheed-11.html
6806         * doc/manual/fr/sylpheed-12.html
6807         * doc/manual/fr/sylpheed-13.html
6808         * doc/manual/fr/sylpheed-14.html
6809         * doc/manual/fr/sylpheed-15.html
6810         * doc/manual/fr/sylpheed-16.html
6811         * doc/manual/fr/sylpheed-17.html
6812         * doc/manual/fr/sylpheed-18.html
6813         * doc/manual/fr/sylpheed-19.html
6814         * doc/manual/fr/sylpheed-2.html
6815         * doc/manual/fr/sylpheed-20.html
6816         * doc/manual/fr/sylpheed-3.html
6817         * doc/manual/fr/sylpheed-4.html
6818         * doc/manual/fr/sylpheed-5.html
6819         * doc/manual/fr/sylpheed-6.html
6820         * doc/manual/fr/sylpheed-7.html
6821         * doc/manual/fr/sylpheed-8.html
6822         * doc/manual/fr/sylpheed-9.html
6823         * doc/manual/fr/sylpheed.html
6824         * doc/manual/ja/.cvsignore
6825         * doc/manual/ja/Makefile.am
6826         * doc/manual/ja/sylpheed-1.html
6827         * doc/manual/ja/sylpheed-10.html
6828         * doc/manual/ja/sylpheed-11.html
6829         * doc/manual/ja/sylpheed-12.html
6830         * doc/manual/ja/sylpheed-13.html
6831         * doc/manual/ja/sylpheed-14.html
6832         * doc/manual/ja/sylpheed-15.html
6833         * doc/manual/ja/sylpheed-16.html
6834         * doc/manual/ja/sylpheed-17.html
6835         * doc/manual/ja/sylpheed-18.html
6836         * doc/manual/ja/sylpheed-19.html
6837         * doc/manual/ja/sylpheed-2.html
6838         * doc/manual/ja/sylpheed-20.html
6839         * doc/manual/ja/sylpheed-3.html
6840         * doc/manual/ja/sylpheed-4.html
6841         * doc/manual/ja/sylpheed-5.html
6842         * doc/manual/ja/sylpheed-6.html
6843         * doc/manual/ja/sylpheed-7.html
6844         * doc/manual/ja/sylpheed-8.html
6845         * doc/manual/ja/sylpheed-9.html
6846         * doc/manual/ja/sylpheed.html
6847         * doc/manual/ja/sylpheed.sgml
6848         * src/mainwindow.c
6849                 Remove outdated manual and faq. Noisy, eh?
6850
6851 2005-12-06 [colin]      1.9.100cvs70
6852
6853         * src/compose.c
6854         * src/quote_fmt_parse.y
6855         * src/undo.c
6856         * src/undo.h
6857                 Allow %X to position cursor at 0 
6858                 (no %X = before signature)
6859                 Fix paste as quotation putting the cursor at 0
6860                 Fix undo offsets when pasting
6861                 Insert the quote_fmt at once instead of line 
6862                 by line
6863                 Fix [Edited] when starting to reply/forward
6864
6865 2005-12-06 [paul]       1.9.100cvs69
6866
6867         * src/plugins/clamav/clamav_plugin_gtk.c
6868                 add another tooltip
6869         * src/plugins/spamassassin/spamassassin_gtk.c
6870                 rework spamassassin_create_widget_func()
6871
6872 2005-12-05 [colin]      1.9.100cvs68
6873
6874         * po/POTFILES.in
6875                 Fix make release ;-)
6876
6877 2005-12-05 [colin]      1.9.100cvs67
6878
6879         * src/compose.c
6880         * src/compose.h
6881                 Fix cursor positioning (not obeying %X)
6882
6883 2005-12-05 [paul]       1.9.100cvs66
6884
6885         * src/plugins/dillo_viewer/dillo_prefs.c
6886                 fix compilation warning
6887
6888 2005-12-05 [paul]       1.9.100cvs65
6889
6890         * src/prefs_spelling.c
6891         * src/plugins/trayicon/trayicon.c
6892                 cleanups - remove unused stuff
6893
6894 2005-12-05 [paul]       1.9.100cvs64
6895
6896         * README
6897         * manual/plugins.xml
6898                 remove info about removed mathml_viewer plugin
6899
6900 2005-12-05 [paul]       1.9.100cvs63
6901
6902         * configure.ac
6903         * src/plugins/Makefile.am
6904         * src/plugins/mathml_viewer/.cvsignore
6905         * src/plugins/mathml_viewer/Makefile.am
6906         * src/plugins/mathml_viewer/mathml_viewer.c
6907                 remove unmaintained mathml_viewer plugin
6908
6909 2005-12-05 [paul]       1.9.100cvs62
6910
6911         * src/summaryview.c
6912                 obey prefs_common.always_show_msg when
6913                 moving a msg
6914                 Thanks to Colin
6915
6916 2005-12-05 [paul]       1.9.100cvs61
6917
6918         * src/compose.c
6919         * src/prefs_account.c
6920         * src/prefs_filtering.c
6921         * src/prefs_quote.c
6922         * src/prefs_spelling.c
6923         * src/prefs_toolbar.c
6924         * src/summaryview.c
6925         * src/gtk/gtkutils.c
6926         * src/gtk/quicksearch.c
6927         * src/plugins/dillo_viewer/dillo_prefs.c
6928                 dialog cleanups
6929
6930 2005-12-04 [paul]       1.9.100cvs60
6931
6932         * src/inc.c
6933         * src/prefs_account.c
6934         * src/prefs_account.h
6935                 allow a Local account to specify a
6936                 default inbox
6937                 (closes bug 843 'Inbox cannot be changed for local
6938                  mailboxes')
6939
6940 2005-12-04 [colin]      1.9.100cvs59
6941
6942         * src/plugins/trayicon/trayicon.c
6943                 Remove Get, rename Get All to Get Mail in order to
6944                 be consistent with the default main toolbar
6945
6946 2005-12-03 [colin]      1.9.100cvs58
6947
6948         * manual/gpl.xml
6949         * manual/sylpheed-claws-manual.xml
6950                 Add GPL appendix
6951
6952 2005-12-03 [paul]       1.9.100cvs57
6953
6954         * AUTHORS
6955         * po/sv.po
6956         * src/gtk/authors.h
6957                 new (partially complete) Swedish translation
6958                 by Anders Troback <sylpheed@troback.com>
6959
6960 2005-12-02 [paul]       1.9.100cvs56
6961
6962         * configure.ac
6963                 libetpan 0.41 required
6964
6965 2005-12-02 [paul]       1.9.100cvs55
6966
6967         * src/plugins/clamav/clamav_plugin.c
6968         * src/plugins/clamav/clamav_plugin.h
6969         * src/plugins/clamav/clamav_plugin_gtk.c
6970         * src/plugins/spamassassin/spamassassin.c
6971         * src/plugins/spamassassin/spamassassin.h
6972         * src/plugins/spamassassin/spamassassin_gtk.c
6973                 unregister prefs pages on unloading, thus
6974                 preventing a crash
6975                 (thanks to Colin for the hint)
6976
6977 2005-12-02 [wwp]        1.9.100cvs54
6978
6979         * src/quote_fmt.h
6980         * src/quote_fmt_parse.y
6981                 fix misuse of gboolean*, use gboolean instead
6982                 (thanks to Paul, Colin, for pointing out that scaring one)
6983
6984 2005-12-02 [paul]       1.9.100cvs53
6985
6986         * src/plugins/clamav/clamav_plugin.c
6987                 int no --> unsigned int no
6988         * src/plugins/clamav/clamav_plugin_gtk.c
6989                 rework config page
6990
6991 2005-12-02 [wwp]        1.9.100cvs52
6992
6993         * src/compose.c
6994         * src/prefs_template.c
6995         * src/quote_fmt.h
6996         * src/quote_fmt_parse.y
6997                 prevent from executing |f and |p templates commands when
6998                 adding or replacing templates in prefs (avoids annoying and
6999                 potentially dangerous behaviours)
7000
7001 2005-12-02 [paul]       1.9.100cvs51
7002
7003         * src/prefs_common.c
7004                 allow translation of some default values
7005                 Patch by Fabien Vantard
7006
7007 2005-12-02 [paul]       1.9.100cvs50
7008
7009         * src/codeconv.c
7010         * src/codeconv.h
7011         * src/prefs_common.c
7012         * src/prefs_common.h
7013         * src/prefs_message.c
7014         * src/textview.c
7015                 remove obsolete 'convert_mb_alnum' option
7016                 and related stuff
7017         * src/gtk/about.c
7018                 remove unused 'about_textview_visibility_notify'
7019
7020 2005-12-02 [paul]       1.9.100cvs49
7021
7022         * src/prefs_account.c
7023         * src/prefs_compose_writing.c
7024         * src/prefs_fonts.c
7025         * src/prefs_gtk.h
7026         * src/prefs_image_viewer.c
7027         * src/prefs_message.c
7028         * src/prefs_other.c
7029         * src/prefs_receive.c
7030         * src/prefs_send.c
7031         * src/prefs_spelling.c
7032         * src/prefs_summaries.c
7033         * src/prefs_wrapping.c
7034         * src/plugins/dillo_viewer/dillo_prefs.c
7035         * src/plugins/pgpcore/prefs_gpg.c
7036                 several cleanups to the prefs dialogs
7037                 (slightly modified) patch by Fabien Vantard
7038
7039 2005-12-02 [paul]       1.9.100cvs48
7040
7041         * src/main.c
7042                 --exit means exit
7043         * src/send_message.c
7044                 fix crash on send when connection fails
7045
7046         Thanks to Colin
7047
7048 2005-12-01 [colin]      1.9.100cvs47
7049
7050         * src/html.c
7051                 Translate &hellip; to "..."
7052
7053 2005-11-30 [colin]      1.9.100cvs46
7054
7055         * src/matcher.c
7056         * src/matcher.h
7057                 Optimize back yesterday's fix.
7058
7059 2005-11-30 [paul]       1.9.100cvs45
7060
7061         * manual/faq.xml
7062                 standardised
7063         * manual/intro.xml
7064                 written by Colin, edited by me
7065
7066 2005-11-29 [colin]      1.9.100cvs44
7067
7068         * src/matcher.c
7069                 Skip headers unconditionnaly in match_body if the
7070                 rule is not message or ~message
7071
7072 2005-11-29 [colin]      1.9.100cvs43
7073
7074         * src/matcher.c
7075                 Fix body_part and such, not skipping headers 
7076                 if the matchcriteria wasn't the first in the rule
7077
7078 2005-11-29 [colin]      1.9.100cvs42
7079
7080         * src/compose.c
7081                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
7082                 option missing from message view window)
7083                 Fix double text D'n'D with gtk-2.8
7084         * src/matcher.c
7085                 Fix ~message, ~headers_part, ~body_part rules
7086         * src/messageview.c
7087                 Add Windows-1252 (Closes bug #863)
7088                 Fix accels
7089         * src/gtk/gtkaspell.c
7090                 Properly destroy accels in all menus
7091
7092 2005-11-29 [mones]      1.9.100cvs41
7093
7094         * po/es.po
7095                 Updated.
7096
7097 2005-11-27 [colin]      1.9.100cvs40
7098
7099         * src/mh_gtk.c
7100                 "/Remove mailbox" -> "/Remove mailbox..."
7101
7102 2005-11-27 [paul]       1.9.100cvs39
7103
7104         * AUTHORS
7105         * po/de.po
7106         * src/gtk/authors.h
7107                 updated by new maintainer, Stephan Sachse
7108
7109 2005-11-27 [paul]       1.9.100cvs38
7110
7111         * manual/faq.xml
7112                 written by Colin, edited by me
7113
7114 2005-11-27 [paul]       1.9.100cvs37
7115
7116         * src/prefs_common.c
7117         * src/prefs_common.h
7118         * src/prefs_receive.c
7119         * src/prefs_summaries.c
7120                 move 'go to inbox after receiving new mail'
7121                 option from display/sumamaries to mail
7122                 handling/receive, and rework prefs_summaries
7123                 dialog a little
7124
7125 2005-11-25 [martin]     1.9.100cvs36
7126
7127         * po/de.po
7128             fixed windows-1252 translation;
7129             translated some new and fuzzy strings
7130
7131 2005-11-25 [paul]       1.9.100cvs35
7132
7133         * src/plugins/clamav/clamav_plugin.c
7134                 complete the update done in cvs34
7135
7136 2005-11-25 [paul]       1.9.100cvs34
7137
7138         * src/plugins/clamav/clamav_plugin.c
7139                 reflect upstream changes
7140
7141 2005-11-25 [paul]       1.9.100cvs33
7142
7143         * manual/ack.xml
7144         * manual/plugins.xml
7145         * manual/sylpheed-claws-manual.xml
7146                 written/updated by Colin, edited by me
7147         * tools/acroread2sylpheed.pl
7148                 update binary name
7149
7150 2005-11-24 [colin]      1.9.100cvs32
7151
7152         * src/compose.c
7153                 Fix bug #856 (reediting messages forgets Request
7154                 Return Receipt)
7155
7156 2005-11-24 [paul]       1.9.100cvs31
7157
7158         * manual/addrbook.xml
7159         * manual/starting.xml
7160                 written by Colin, proofread, edited, adapted by me
7161         * manual/advanced.xml
7162                 add some Actions examples
7163         * src/importldif.c
7164                 use a Save button instead of a Close button
7165         * src/wizard.c
7166                 indicate mandatory fields
7167                 fix page display
7168                 Thanks to Colin
7169
7170 2005-11-23 [colin]      1.9.100cvs30
7171
7172         * src/addressbook.c
7173                 Rename menu item, fix possible crash after
7174                 deletion of books
7175         * src/addrindex.c
7176                 Allow searching for '*' in ldap
7177         * src/browseldap.c
7178                 Fix "Browse Entry" (did anyone use it?)
7179         * src/wizard.c
7180                 Add guards for mandatory information
7181
7182 2005-11-23 [paul]       1.9.100cvs29
7183
7184         * manual/advanced.xml
7185                 corrections to the English
7186
7187 2005-11-23 [colin]      1.9.100cvs28
7188
7189         * src/mimeview.c
7190                 Fix possible crash at exit. After the call to
7191                 gtk_container_remove(), the Viewer's widget has no
7192                 more parent so gtk+ automatically frees it and its
7193                 sons. If destroy_viewer() then try to access it,
7194                 problems ensue.
7195
7196 2005-11-22 [colin]      1.9.100cvs27
7197
7198         * src/compose.c
7199         * src/gtk/gtkaspell.c
7200                 Fix right-clicking on a misspelled word
7201                 Fix More... in suggestions menu
7202
7203 2005-11-22 [wwp]        1.9.100cvs26
7204
7205         * src/prefs_template.c
7206                 templates works: re-sort templates list when adding or replacing,
7207                 prevent from adding or replacing when the template name is empty
7208
7209 2005-11-21 [colin]      1.9.100cvs25
7210
7211         * src/addressbook.c
7212                 Fix some addressbook suckage (dnd, select all)
7213         * src/compose.c
7214         * src/gtk/gtkaspell.c
7215         * src/gtk/gtkaspell.h
7216                 Make the spellchecker menu work with the 
7217                 GtkTextView one instead of overriding it
7218
7219 2005-11-20 [paul]       1.9.100cvs24
7220
7221         * manual/handling.xml
7222                 proofread and corrected
7223
7224 2005-11-20 [paul]       1.9.100cvs23
7225
7226         * manual/Makefile
7227                 generate html as one file
7228         * manual/advanced.xml
7229                 fix output generation
7230                 reformat hidden options list
7231         * manual/manual.xml     ** REMOVED **
7232         * manual/sylpheed-claws-manual.xml      ** ADDED **
7233                 renamed
7234
7235 2005-11-18 [colin]      1.9.100cvs22
7236
7237         * src/prefs_account.c
7238                 Fix layout in news and mbox accounts
7239         * manual/account.xml
7240         * manual/advanced.xml
7241                 New contents for Paul to check :)
7242
7243 2005-11-18 [wwp]        1.9.100cvs21
7244
7245         * src/gtk/quicksearch.c
7246                 don't update extended quicksearch buttons twice
7247
7248 2005-11-18 [paul]       1.9.100cvs20
7249
7250         * src/textview.c
7251                 complete 1.9.100cvs19
7252
7253 2005-11-18 [paul]       1.9.100cvs19
7254
7255         * src/compose.c
7256                 cosmetic improvements
7257         * src/textview.c
7258                 also list text/* attachments
7259
7260 2005-11-18 [colin]      1.9.100cvs18
7261
7262         * src/summaryview.c
7263                 Use column 0 instead of -1 in 
7264                 gtk_ctree_node_moveto, in a naive
7265                 hope it'll fix the gtk-related crashes
7266
7267 2005-11-18 [colin]      1.9.100cvs17
7268
7269         * src/gtk/inputdialog.c
7270                 Fix icon staying the first one
7271
7272 2005-11-17 [wwp]        1.9.100cvs16
7273                 fix possible problem showing some quicksearch buttons, and a bad
7274                 call to g_return_if_fail in a function that returns a value (both
7275                 fixes by Fabien Vantard)
7276
7277 2005-11-15 [wwp]        1.9.100cvs15
7278
7279         * src/gtk/quicksearch.c
7280                 added a tooltip to that obscure ... quicksearch button
7281
7282 2005-11-15 [wwp]        1.9.100cvs14
7283
7284         * src/gtk/quicksearch.c
7285                 add a quicksearch helper to filtering expression users: the ... button
7286                 raises the condition expr window. condition expressions set up w/ this
7287                 window are used by the quicksearch if the user closes it pressing OK.
7288
7289 2005-11-14 [paul]       1.9.100cvs13
7290
7291         * src/plugins/clamav/clamav_plugin.c
7292         * src/plugins/spamassassin/spamassassin.c
7293                 change plugin type following recent merging
7294
7295 2005-11-14 [wwp]        1.9.100cvs12
7296
7297         * src/folder.c
7298                 prevent from crashing when copying/moving message(s) from and
7299                 to the same folder
7300
7301 2005-11-14 [paul]       1.9.100cvs11
7302
7303         * src/plugins/clamav/Makefile.am
7304         * src/plugins/clamav/clamav_plugin.c
7305         * src/plugins/clamav/clamav_plugin.h
7306         * src/plugins/clamav/clamav_plugin_gtk.c
7307                 also merge clamav and clamav_gtk plugins
7308
7309 2005-11-13 [colin]      1.9.100cvs10
7310
7311         * configure.ac
7312         * src/plugins/spamassassin/Makefile.am
7313         * src/plugins/spamassassin/spamassassin.c
7314         * src/plugins/spamassassin/spamassassin.h
7315         * src/plugins/spamassassin/spamassassin_gtk.c
7316                 Merge spamassassin and spamassassin_gtk plugins,
7317                 and build it by default.
7318
7319 2005-11-12 [colin]      1.9.100cvs9
7320
7321         * src/etpan/imap-thread.c
7322                 Fix gcc warning
7323
7324 2005-11-12 [colin]      1.9.100cvs8
7325
7326         * src/procmime.c
7327                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
7328
7329 2005-11-10 [colin]      1.9.100cvs7
7330
7331         * src/main.c
7332                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
7333                 minimised state)
7334
7335 2005-11-10 [wwp]        1.9.100cvs6
7336
7337         * src/gtk/description_window.c
7338                 fix a crash when closing description windows using the WM's [X] button
7339
7340 2005-11-09 [colin]      1.9.100cvs5
7341
7342         * src/common/ssl.c
7343                 Update libetpan call to follow upstream
7344                 (yes, this requires libetpan-0.40cvs3)
7345
7346 2005-11-08 [colin]      1.9.100cvs4
7347
7348         * src/compose.c
7349         * src/textview.c
7350         * src/common/utils.c
7351         * src/common/utils.h
7352                 Enhance the email parser
7353
7354 2005-11-08 [colin]      1.9.100cvs3
7355
7356         * src/procmime.c
7357                 Fix what looks like an off-by-one (fixes 
7358                 attachments from the Bat)
7359
7360 2005-11-08 [wwp]        1.9.100cvs2
7361
7362         * src/main.c
7363                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
7364
7365 2005-11-08 [wwp]        1.9.100cvs1
7366
7367         * src/main.c
7368                 allow exiting Sylpheed-Claws from command-line
7369
7370 2005-11-08 [paul]       1.9.100
7371
7372         1.9.100 released
7373
7374 2005-11-07 [colin]      1.9.99cvs17
7375
7376         * src/addritem.c
7377         * src/ldif.c
7378                 Fix import of base-64 encoded items
7379
7380 2005-11-07 [colin]      1.9.99cvs16
7381
7382         * src/send_message.c
7383                 Fix bug #314 (Queue does not empty under certain 
7384                 circumstances)
7385
7386 2005-11-07 [paul]       1.9.99cvs15
7387
7388         * src/mutt.c
7389         * src/pine.c
7390                 fix buffer overflows
7391                 Thanks to Colin
7392
7393 2005-11-07 [paul]       1.9.99cvs14
7394
7395         * doc/man/Makefile.am
7396         * doc/man/sylpheed-claws.1      ** ADDED **
7397         * doc/man/sylpheed.1            ** DELETED **
7398                 rename and update the man file
7399
7400 2005-11-06 [colin]      1.9.99cvs13
7401
7402         * src/ldif.c
7403                 Fix ldif_get_line() that returned empty strings
7404                 (Didn't understand why). Also fix a possible
7405                 buffer overflow.
7406
7407 2005-11-06 [wwp]        1.9.99cvs12
7408
7409         * src/textview.c
7410         * src/gtk/about.c
7411         * src/gtk/gtkutils.c
7412         * src/gtk/gtkutils.h
7413                 fix a compilation warning,
7414                 make links sensitive in the about dialog
7415
7416 2005-11-04 [wwp]        1.9.99cvs11
7417
7418         * src/gtk/about.c
7419                 don't wrap or translate URIs, and a bit text format cleanup
7420
7421 2005-11-04 [wwp]        1.9.99cvs10
7422
7423         * src/gtk/about.c
7424                 better textview tagging implementation (no more use of marks for
7425                 postponed tagging)
7426
7427 2005-11-02 [colin]      1.9.99cvs9
7428
7429         * src/common/ssl.c
7430                 Forgot an ifdef
7431
7432 2005-11-02 [colin]      1.9.99cvs8
7433
7434         * configure.ac
7435                 Require libetpan-0.40 due to upstream fix
7436         * src/common/ssl.c
7437                 Tell libetpan not to call SSL_Library_Init,
7438                 as we do it ourselves.
7439
7440 2005-11-02 [colin]      1.9.99cvs7
7441
7442         * po/POTFILES.in
7443                 Add missing files (thanks to Fabien Vantard)
7444
7445 2005-11-02 [colin]      1.9.99cvs6
7446
7447         * src/summaryview.c
7448                 Fix totals when read messages are hidden or quicksearch
7449                 is on
7450         * src/ssl_manager.c
7451         * src/ssl_manager.h
7452         * src/common/ssl_certificate.c
7453         * src/common/ssl_certificate.h
7454         * src/gtk/sslcertwindow.c
7455         * src/gtk/sslcertwindow.h
7456                 Fix copyright on my stuff
7457
7458 2005-11-02 [wwp]        1.9.99cvs5
7459
7460         * src/prefs_themes.c
7461                 fix directory name checking (theme installation/removal),
7462                 made related error a bit more verbose
7463
7464 2005-11-02 [colin]      1.9.99cvs4
7465
7466         * src/summaryview.c
7467                 Fix typo (probably fixes bug #841 (Sort by the From 
7468                 field doesn't work)
7469
7470 2005-11-02 [paul]       1.9.99cvs3
7471
7472         * po/ko.po
7473         * po/nb.po
7474                 updated by SungHyun Nam, Geir Helland
7475         * src/wizard.c
7476                 fix typo in welcome message. spotted by
7477                 Andrea Spadaccini
7478
7479 2005-11-01 [colin]      1.9.99cvs2
7480
7481         * src/compose.c
7482                 Fix replying to ml wen confirming subscription
7483         * src/messageview.c
7484         * src/mimeview.c
7485         * src/mimeview.h
7486         * src/privacy.h
7487         * src/summaryview.c
7488                 Make key check non blocking
7489
7490 2005-10-31 [paul]       1.9.99cvs1
7491
7492         * tools/claws.i18n.status.pl
7493                 updated for ChangeLog
7494
7495 2005-10-31 [paul]       1.9.99
7496
7497         1.9.99 released
7498
7499 2005-10-31 [paul]       1.9.15cvs131
7500
7501         * .cvsignore
7502         * ChangeLog
7503         * ChangeLog.claws       ** REMOVED **
7504         * ChangeLog-gtk2.claws  ** REMOVED **
7505         * ChangeLog.gtk1        ** ADDED **
7506         * INSTALL
7507         * Makefile.am
7508         * NEWS
7509         * README
7510         * README.claws          ** REMOVED **
7511         * README.jp             ** REMOVED **
7512         * RELEASE_NOTES         ** ADDED **
7513         * RELEASE_NOTES.claws   ** REMOVED **
7514         * commitHelper
7515         * configure.ac
7516         * sylpheed.spec.in      ** REMOVED **
7517                 tidy up and update the default docs:
7518                 ChangeLog.claws is renamed ChangeLog.gtk1
7519                 ChangeLog-gtk2.claws is renamed ChangeLog
7520                 README.claws is renamed README
7521                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
7522
7523 2005-10-31 [paul]       1.9.15cvs130
7524
7525         * po/it.po
7526                 fix errors
7527
7528 2005-10-31 [paul]       1.9.15cvs129
7529
7530         * po/ca.po
7531         * po/de.po
7532         * po/en_GB.po
7533         * po/fr.po
7534         * po/it.po
7535         * po/pt_BR.po
7536         * po/sk.po
7537         * po/sr.po
7538         * po/zh_CN.po
7539                 updated by Miquel Oliete, Stephan Sachse and
7540                 Thomas Gilgin, me, Fabien Vantard, Andrea
7541                 Spadaccini, Frederico Goncalves Guimaraes,
7542                 Andrej Kacian, Aleksandar Urosevic, and
7543                 Ralgh Young.
7544
7545 2005-10-31 [mones]      1.9.15cvs128
7546
7547         * manual/faq.xml
7548                 More questions.
7549         
7550         * po/es.po
7551                 Updated for release.
7552
7553 2005-10-30 [colin]      1.9.15cvs127
7554
7555         * src/compose.c
7556                 Place cursor before rewrapping (fixes cursor
7557                 pos if quotation gets rewrapped)
7558
7559 2005-10-29 [paul]       1.9.15cvs126
7560
7561         * src/crash.c
7562         * src/foldersel.c
7563         * src/main.c
7564         * src/messageview.c
7565         * src/toolbar.c
7566         * src/gtk/authors.h
7567                 corrections to text items
7568
7569 2005-10-28 [colin]      1.9.15cvs125
7570
7571         * src/messageview.c
7572                 Make "hit 'C' to check sig" work from extern 
7573                 messageviews
7574
7575 2005-10-27 [colin]      1.9.15cvs124
7576
7577         * src/summaryview.c
7578                 Add a hack to avoid segfaulting when hammering 
7579                 on gtk's events
7580
7581 2005-10-27 [wwp]        1.9.15cvs123
7582
7583         * src/prefs_themes.c
7584                 sort list of themes names in themes prefs
7585
7586 2005-10-27 [paul]       1.9.15cvs122
7587
7588         * src/folder.c
7589         * src/prefs_account.c
7590                 fix building on Solaris
7591                 Patch by Alex Moore
7592
7593 2005-10-27 [wwp]        1.9.15cvs121
7594
7595         * src/summaryview.c
7596         * src/gtk/gtksctree.c
7597                 speed up unselecting messages in summary view (thanks to Colin)
7598
7599 2005-10-27 [paul]       1.9.15cvs120
7600
7601         * src/mainwindow.c
7602                 fix a compilation warning
7603         * src/summaryview.c
7604                 fix updating of 'n items selected' count
7605                 when deselecting
7606
7607 2005-10-27 [martin]     1.9.15cvs119
7608
7609         * src/action.c
7610                 ignore actions with a leading '/' in the action menu name
7611                 fixes a crash on menu creation
7612         * src/prefs_actions.c
7613                 do not allow a leading '/' in the action menu name
7614
7615 2005-10-27 [paul]       1.9.15cvs118
7616
7617         * src/main.c
7618                 fix compilation warning
7619
7620 2005-10-27 [paul]       1.9.15cvs117
7621
7622         * src/procmime.c
7623                 add #if HAVE_LOCALE_H
7624
7625 2005-10-27 [paul]       1.9.15cvs116
7626
7627         * src/plugins/clamav/clamav_plugin.c
7628         * src/plugins/dillo_viewer/dillo_viewer.c
7629         * src/plugins/mathml_viewer/mathml_viewer.c
7630         * src/plugins/pgpcore/plugin.c
7631         * src/plugins/pgpinline/plugin.c
7632         * src/plugins/pgpmime/plugin.c
7633         * src/plugins/spamassassin/spamassassin.c
7634         * src/plugins/trayicon/trayicon.c
7635                 plugin_init() : make error messages more
7636                 informative
7637
7638 2005-10-26 [wwp]        1.9.15cvs115
7639
7640         * src/prefs_matcher.c
7641                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7642
7643 2005-10-26 [wwp]        1.9.15cvs114
7644
7645         * src/procmime.c
7646         * src/gtk/gtksctree.c
7647         * src/plugins/spamassassin/libspamc.c
7648         * src/plugins/spamassassin/spamassassin.c
7649                 fix some compilation warnings more
7650
7651 2005-10-26 [mones]      1.9.15cvs113
7652
7653         * po/es.po
7654                 Updated translation
7655
7656 2005-10-26 [paul]       1.9.15cvs112
7657
7658         * src/prefs_message.c
7659                 give all display_xface stuff the
7660                 #if HAVE_LIBCOMPFACE treatment, thus
7661                 preventing a crash
7662                 (Thanks to Wolfgang Enderlein)
7663
7664 2005-10-26 [colin]      1.9.15cvs111
7665
7666         * src/gedit-print.c
7667                 Fix date format
7668         * src/imap_gtk.c
7669         * src/news_gtk.c
7670                 Remove context menu items that should not be there
7671         * src/jpilot.c
7672                 Fix encoding
7673         * src/main.c
7674         * src/mainwindow.c
7675                 Don't show the mainwindow too soon
7676
7677 2005-10-26 [wwp]        1.9.15cvs110
7678
7679         * src/folder.c
7680         * src/manual.c
7681         * src/summaryview.c
7682                 fix uninitialized pointers in the folder updating hook
7683                 (thanks to Colin)
7684
7685 2005-10-25 [mones]      1.9.15cvs109
7686
7687         * manual/faq.xml
7688                 General information subsection completed. 
7689                 Removed archaic references.
7690                 
7691         * manual/Makefile
7692         * manual/dtd/manual.dsl
7693                 Added customization stylesheet for getting paragraphs
7694                 fully justified in PDF output (as suggested by Colin).
7695
7696 2005-10-25 [colin]      1.9.15cvs108
7697
7698         * src/compose.c
7699                 Fix a second leak
7700
7701 2005-10-25 [colin]      1.9.15cvs107
7702
7703         * src/addrbook.c
7704         * src/addrindex.c
7705                 Fix leak (xml_get_element() allocates memory)
7706         * src/compose.c
7707                 Fix leak + dead code (shame!)
7708         * src/procmime.c
7709                 Fix leak
7710
7711 2005-10-25 [colin]      1.9.15cvs106
7712
7713         * src/mimeview.c
7714                 Fix encoding issue in Save all and in 
7715                 overwrite-confirmation alertpanel
7716
7717 2005-10-25 [colin]      1.9.15cvs105
7718
7719         * src/common/socket.c
7720                 Fix a leak - Thanks to Christopher Aillon
7721                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7722
7723 2005-10-25 [paul]       1.9.15cvs104
7724
7725         * src/wizard.c
7726                 Always guess servers from the right-hand
7727                 email part and guess username from the
7728                 left-hand part. (Thanks to Colin)
7729                 add an X-Face to the welcome message
7730
7731 2005-10-25 [paul]       1.9.15cvs103
7732
7733         * manual/handling.xml
7734                 written by Colin, edited by me
7735
7736 2005-10-25 [wwp]        1.9.15cvs102
7737
7738         * src/folderview.c
7739         * src/grouplistdialog.c
7740         * src/imap.c
7741         * src/noticeview.c
7742                 fix some compilation warnings
7743
7744 2005-10-24 [paul]
7745
7746         1.9.99-rc3 released
7747
7748 2005-10-24 [paul]       1.9.15cvs101
7749
7750         * src/gtk/about.c
7751                 fix window sizing
7752
7753 2005-10-24 [paul]       1.9.15cvs100
7754
7755         * src/pixmaps/offline.xpm
7756         * src/pixmaps/online.xpm
7757                 replace with last default versions
7758
7759 2005-10-24 [colin]      1.9.15cvs99
7760
7761         * src/imap.c
7762                 Fix bug when moving a folder
7763         * src/imap_gtk.c
7764         * src/mh_gtk.c
7765                 "Delete folder" pops up a window, so it 
7766                 should be suffixed with "..."
7767         * src/plugins/pgpcore/sgpgme.c
7768                 Include locale.h
7769
7770 2005-10-24 [mones]      1.9.15cvs98
7771
7772         * manual/Makefile
7773         * manual/account.xml
7774         * manual/ack.xml
7775         * manual/addrbook.xml
7776         * manual/advanced.xml
7777         * manual/faq.xml
7778         * manual/glossary.xml
7779         * manual/gpl.xml
7780         * manual/handling.xml
7781         * manual/intro.xml
7782         * manual/keyboard.xml
7783         * manual/manual.xml
7784         * manual/plugins.xml
7785         * manual/starting.xml
7786         * manual/dtd/sdocbook.dtd
7787                 Initial manual structure and some content.
7788
7789 2005-10-23 [wwp]        1.9.15cvs97
7790
7791         * src/gtk/about.c
7792                 fix a typo
7793
7794 2005-10-23 [wwp]        1.9.15cvs96
7795
7796         * src/gtk/about.c
7797         * src/gtk/authors.h
7798                 rework of the about window (main work by Paul), also featuring a few
7799                 fixes for typos and duplicate names
7800
7801 2005-10-23 [wwp]        1.9.15cvs95
7802
7803         * src/.cvsignore
7804                 Ignore the right binary name (sylpheed-claws now)
7805
7806 2005-10-23 [paul]       1.9.15cvs94
7807
7808         * src/compose.c
7809                 when using Folder Pref 'Default To for
7810                 replies' make the entry in the Compose
7811                 window bold
7812                 Patch by Fabien Vantard
7813
7814 2005-10-22 [colin]      1.9.15cvs93
7815
7816         * src/codeconv.c
7817                 Fix leak
7818
7819 2005-10-22 [colin]      1.9.15cvs92
7820
7821         * src/codeconv.c
7822                 try to convert using locale (apart utf8) if necessary
7823
7824 2005-10-22 [colin]      1.9.15cvs91
7825
7826         * src/pixmaps/new.xpm
7827         * src/pixmaps/unread.xpm
7828                 Make the unread envelope blue again and
7829                 saturate the new one a bit more.
7830
7831 2005-10-22 [colin]      1.9.15cvs90
7832
7833         * src/compose.c
7834                 When replying to a mail sent by one of our accounts,
7835                 use the original list of recipients. Let 'Reply All'
7836                 and 'Reply to sender' work like previously.
7837
7838 2005-10-21 [colin]      1.9.15cvs89
7839
7840         * src/prefs_filtering.c
7841                 Clear fields after add and replace
7842         * src/textview.c
7843                 Display xface differently (better)
7844         * src/plugins/pgpinline/pgpinline.c
7845                 Fix crappy encodings/recodings
7846
7847 2005-10-21 [paul]       1.9.15cvs88
7848
7849         * src/compose.c
7850         * src/prefs_folder_item.c
7851         * src/toolbar.c
7852                 fix news folder Folder Properties
7853                 (thanks to Colin)
7854         * src/folderview.c
7855                 update folderview after Themes change
7856                 keep selected folder selected
7857                 (thanks to Colin)
7858
7859 2005-10-21 [paul]       1.9.15cvs87
7860
7861         * tools/Makefile.am
7862         * tools/OOo2sylpheed.pl
7863         * tools/README
7864         * tools/README.sylprint
7865         * tools/asus_mailled.sh         ** REMOVED **
7866         * tools/filter_conv.pl
7867         * tools/freshmeat_search.pl
7868         * tools/google_search.pl
7869         * tools/gpg-sign-syl            ** REMOVED **
7870         * tools/kmail2sylpheed.pl
7871         * tools/kmail2sylpheed_v2.pl
7872         * tools/multiwebsearch.pl
7873         * tools/nautilus2sylpheed.sh
7874         * tools/newscache_clean.pl
7875         * tools/outlook2sylpheed.pl
7876         * tools/sylpheed-switcher       ** REMOVED **
7877         * tools/sylprint.pl
7878         * tools/sylprint.rc
7879         * tools/tb2sylpheed
7880         * tools/vcard2xml.py
7881         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7882                 update default config dir
7883                 update binary name (thanks to Fabien Vantard)
7884                 remove obsolete scripts
7885
7886 2005-10-21 [colin]      1.9.15cvs86
7887
7888         * src/inc.c
7889                 Fix possible leak and units. Based on a patch by
7890                 Fabien Vantard.
7891
7892 2005-10-20 [colin]      1.9.15cvs85
7893
7894         * src/textview.c
7895                 Clear xface when clearing textview
7896
7897 2005-10-20 [colin]      1.9.15cvs84
7898
7899         * configure.ac
7900         * src/folderview.c
7901         * src/headerview.c
7902         * src/main.c
7903         * src/prefs_common.c
7904         * src/prefs_common.h
7905         * src/prefs_message.c
7906         * src/textview.c
7907         * src/textview.h
7908         * src/common/defs.h
7909         * src/common/utils.c
7910         * src/common/utils.h
7911         * src/gtk/gtkutils.c
7912         * src/gtk/gtkutils.h
7913                 Migrate config to .sylpheed-claws (Automatically)
7914                 Add a way to get the Xface in the TextView
7915
7916 2005-10-20 [colin]      1.9.15cvs83
7917
7918         * src/gtk/Makefile.am
7919         * src/gtk/about.c
7920         * src/gtk/authors.h
7921                 Make the about dialog *grooovy*
7922
7923 2005-10-20 [colin]      1.9.15cvs82
7924
7925         * src/mimeview.c
7926                 Use "Open with" on double click if no command
7927                 was found
7928
7929 2005-10-20 [colin]      1.9.15cvs81
7930
7931         * src/imap.c
7932         * src/etpan/imap-thread.c
7933                 Fix possible crash.
7934
7935 2005-10-20 [paul]       1.9.15cvs80
7936
7937         * src/folder.c
7938                 don't show clipkey icon if the only
7939                 attachment is the signature
7940                 Patch by Colin
7941
7942 2005-10-20 [paul]       1.9.15cvs79
7943
7944         * AUTHORS
7945         * src/plugins/pgpmime/pgpmime.c
7946                 name the PGP/MIME signature 'signature.asc'
7947                 Patch by Andrew Nelson <freeandy@gmail.com>
7948
7949 2005-10-19 [colin]      1.9.15cvs78
7950
7951         * src/plugins/pgpmime/pgpmime.c
7952                 Oops, no need to double-check though
7953
7954 2005-10-19 [colin]      1.9.15cvs77
7955
7956         * src/plugins/pgpinline/pgpinline.c
7957         * src/plugins/pgpmime/pgpmime.c
7958                 Check that my_tmpfile() doesn't 
7959                 return NULL
7960
7961 2005-10-19 [colin]      1.9.15cvs76
7962
7963         * src/common/utils.c
7964                 Use shorter mime boundaries to avoid having
7965                 MTAs rewrapping our headers, breaking the
7966                 PGP signature in the process 
7967         * src/compose.c
7968         * src/plugins/pgpmime/pgpmime.c
7969                 Check for boundary uniqueness to be sure
7970                 it won't happen, instead of hoping for the
7971                 best
7972
7973 2005-10-19 [colin]      1.9.15cvs75
7974
7975         * sylpheed-claws.desktop
7976         * src/Makefile.am
7977         * src/main.c
7978                 Ship a sylpheed-claws binary instead
7979                 of a sylpheed one. Change the socket
7980                 name, too
7981         * src/folderview.c
7982                 Update folder only if it changed
7983         * src/wizard.c
7984                 Fix i18n in welcome mail, patch by
7985                 Fabien Vantard
7986
7987 2005-10-19 [paul]
7988
7989         1.9.99-rc2 released
7990
7991 2005-10-19 [paul]       1.9.15cvs74
7992
7993         * src/folder.c
7994         * src/folderview.c
7995                 fix summaryview update
7996                 Patch by Colin
7997
7998 2005-10-18 [colin]      1.9.15cvs73
7999
8000         * src/plugins/pgpcore/passphrase.c
8001                 Don't XGrabServer, and try a bit more to 
8002                 sync everything before grabbing mouse/keyboard
8003
8004 2005-10-18 [colin]      1.9.15cvs72
8005
8006         * src/Makefile.am
8007         * src/addressadd.c
8008         * src/addressbook.c
8009         * src/folderview.c
8010         * src/grouplistdialog.c
8011         * src/mimeview.c
8012         * src/stock_pixmap.c
8013         * src/stock_pixmap.h
8014         * src/summaryview.c
8015         * src/gtk/gtksctree.c
8016         * src/gtk/gtksctree.h
8017         * src/pixmaps/empty.xpm
8018                 Implement a wrapper call for gtk_ctree_set_node_info
8019                 and gtk_ctree_insert_node, that uses a 1x1 transparent
8020                 pixmap instead of a NULL one. This works around some
8021                 memory problems deep inside gtk, revealed by valgrind,
8022                 and fixes bug #834 (Pressing CTRl-D on a message marked 
8023                 as locked crashes sylpheed.), as well as, probably, 
8024                 wwp's 4th dimension problems that happen in gtk_ctree_*.
8025
8026 2005-10-17 [colin]      1.9.15cvs71
8027
8028         * src/mimeview.c
8029                 Provide visual feedback when checking
8030                 signature
8031
8032 2005-10-17 [colin]      1.9.15cvs70
8033
8034         * src/main.c
8035                 Keep the folder list frozen while checking caches...
8036
8037 2005-10-17 [colin]      1.9.15cvs69
8038
8039         * src/addr_compl.c
8040                 Fi bug #833 (Autocompleting from addressbook 
8041                 fails with extended chars)
8042         * src/imap.c
8043                 Fix 'adding messages' staying in statusbar
8044                 after an error
8045
8046 2005-10-17 [wwp]        1.9.15cvs68
8047
8048         * src/ssl_manager.c
8049                 Fix buttons' layout resizing when window size changes
8050
8051 2005-10-17 [wwp]        1.9.15cvs67
8052
8053         * src/account.c
8054         * src/prefs_account.c
8055         * src/prefs_common.c
8056         * src/prefs_common.h
8057         * src/prefs_folder_item.c
8058         * src/prefs_gtk.c
8059         * src/gtk/logwindow.c
8060         * src/gtk/pluginwindow.c
8061         * src/gtk/prefswindow.c
8062         * src/gtk/prefswindow.h
8063                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
8064
8065 2005-10-17 [paul]       1.9.15cvs66
8066
8067         * configure.ac
8068                 fix missing libetpan message
8069         * po/en_GB.po
8070                 updated
8071         * src/crash.c
8072         * src/manual.c
8073         * src/prefs_themes.c
8074         * src/common/defs.h
8075                 add some new URI defines, change some
8076                 others
8077         * src/wizard.c
8078                 make welcome message translatable
8079                 small improvements to english
8080                 other tweaks
8081         * src/gtk/menu.c
8082                 fix warnings
8083
8084 2005-10-17 [paul]       1.9.15cvs65
8085
8086         * src/summaryview.c
8087                 fix column titles
8088
8089 2005-10-16 [mones]      1.9.15cvs64
8090
8091         * po/es.po
8092                 Updated translation
8093
8094 2005-10-16 [colin]
8095
8096         1.9.99-rc1 released
8097
8098 2005-10-16 [colin]      1.9.15cvs63
8099
8100         * src/wizard.c
8101                 Fix whitespace
8102
8103 2005-10-16 [colin]      1.9.15cvs62
8104
8105         * src/toolbar.c
8106                 s/Get All/Get Mail/
8107         * src/wizard.c
8108                 Real welcome mail text, thanks Paul
8109
8110 2005-10-16 [colin]      1.9.15cvs61
8111
8112         * src/editldap.c
8113         * src/exporthtml.c
8114         * src/main.c
8115         * src/mainwindow.c
8116         * src/prefs_themes.c
8117         * src/prefs_toolbar.c
8118         * src/plugins/demo/demo.c
8119         * src/plugins/trayicon/trayicon.c
8120                 s/Sylpheed/Sylpheed-Claws/
8121
8122 2005-10-16 [colin]      1.9.15cvs60
8123
8124         * src/wizard.c
8125                 Add a welcome email in the first empty mailbox
8126         * src/prefs_common.c
8127                 Change one more default
8128
8129 2005-10-16 [colin]      1.9.15cvs59
8130
8131         * src/wizard.c
8132                 Remove printf
8133
8134 2005-10-16 [colin]      1.9.15cvs58
8135
8136         * src/toolbar.c
8137         * src/prefs_common.c
8138                 Change some defaults
8139
8140 2005-10-16 [colin]      1.9.15cvs57
8141
8142         * src/toolbar.c
8143         * src/prefs_common.c
8144                 Change some defaults
8145
8146 2005-10-16 [colin]      1.9.15cvs56
8147
8148         * src/wizard.c
8149                 By default, initialize fonts to have
8150                 the same size as normal GtkWidgets
8151
8152 2005-10-16 [colin]      1.9.15cvs55
8153
8154         * src/mimeview.c
8155                 Fix message a bit more
8156
8157 2005-10-16 [colin]      1.9.15cvs54
8158
8159         * src/addressbook.c
8160                 Second attempt at flicker fixing
8161
8162 2005-10-16 [colin]      1.9.15cvs53
8163
8164         * src/addressbook.c
8165                 Fix flicker
8166
8167 2005-10-16 [wwp]        1.9.15cvs52
8168
8169         * src/addressbook.c
8170         * src/editaddress.c
8171         * src/prefs_common.c
8172         * src/prefs_common.h
8173                 Remember window sizes (address book)
8174
8175 2005-10-16 [wwp]        1.9.15cvs51
8176
8177         * src/plugins/clamav/clamav_plugin_gtk.c
8178         * src/plugins/spamassassin/spamassassin_gtk.c
8179                 Fix compilation warnings (missing #include).
8180
8181 2005-10-16 [colin]      1.9.15cvs50
8182
8183         * src/mimeview.c
8184         * src/summaryview.c
8185         * src/textview.c
8186                 Make 'c' check signature, and forward
8187                 c, l, y, t from summaryview to mimeview
8188
8189 2005-10-16 [colin]      1.9.15cvs49
8190
8191         * src/addressbook.c
8192                 Put border around buttons
8193         * src/mainwindow.c
8194         * src/summaryview.c
8195                 Rework menus (Patch based on a patch
8196                 by Paul)
8197
8198 2005-10-15 [wwp]        1.9.15cvs48
8199
8200         * src/editjpilot.c
8201         * src/editldap.c
8202         * src/editvcard.c
8203         * src/exphtmldlg.c
8204         * src/expldifdlg.c
8205         * src/export.c
8206         * src/import.c
8207         * src/importldif.c
8208         * src/importmutt.c
8209         * src/importpine.c
8210         * src/prefs_account.c
8211         * src/prefs_spelling.c
8212         * src/gtk/gtkutils.c
8213         * src/gtk/gtkutils.h
8214         * src/plugins/clamav/clamav_plugin_gtk.c
8215         * src/plugins/spamassassin/spamassassin_gtk.c
8216                 use nicer browse-for-file/dir buttons than the "..." ones,
8217                 code factorizing more.
8218
8219 2005-10-14 [colin]      1.9.15cvs47
8220
8221         * src/mainwindow.c
8222                 set relief on the account switcher so that people see it
8223                 grey out Create processing rules when no message is selected
8224         * src/prefs_filtering.c
8225                 ask before closing if the rule has not been modified, even if
8226                 it's not valid
8227         * src/prefs_matcher.c
8228                 fix sensitivity when entering the dialog
8229         * src/gtk/inputdialog.c
8230                 display a better icon on password ask
8231         * src/plugins/pgpcore/passphrase.c
8232                 make the dialog look better
8233
8234 2005-10-14 [paul]       1.9.15cvs46
8235
8236         * src/folderview.c
8237                 indicate presense of marked msgs in
8238                 unexpanded subfolders
8239
8240 2005-10-14 [paul]       1.9.15cvs45
8241
8242         * src/prefs_actions.c
8243         * src/prefs_common.c
8244         * src/prefs_common.h
8245         * src/prefs_filtering_action.c
8246         * src/prefs_matcher.c
8247         * src/prefs_template.c
8248                 remember window sizes
8249                 fix Info button size
8250
8251         Patches by wwp
8252
8253 2005-10-13 [colin]      1.9.15cvs44
8254
8255         * src/mimeview.c
8256         * src/noticeview.c
8257         * src/noticeview.h
8258                 Add a tooltip on the icon (optional) 
8259                 Get rid of the signature buttons and only
8260                 use the icon+tooltip
8261
8262 2005-10-13 [colin]      1.9.15cvs43
8263
8264         * src/noticeview.c
8265         * src/noticeview.h
8266                 Add hand cursor for hovering over icon
8267
8268 2005-10-13 [colin]      1.9.15cvs42
8269
8270         * src/summaryview.c
8271                 Fix crash when quicksearch's hidden 
8272                 at startup
8273
8274 2005-10-13 [colin]      1.9.15cvs41
8275
8276         * src/compose.c
8277                 Set subject when forwarding multiple mails
8278                 Check that other recipient than the default Cc or Bcc
8279                 have been set before sending.
8280
8281 2005-10-13 [colin]      1.9.15cvs40
8282
8283         * src/imap.c
8284                 Batch per-folder
8285                 Introduce locking, but don't use it yet
8286
8287 2005-10-13 [colin]      1.9.15cvs39
8288
8289         * src/gtk/quicksearch.c
8290                 Reset quicksearch when hiding it
8291                 Make sticky a real pref
8292
8293 2005-10-13 [colin]      1.9.15cvs38
8294
8295         * src/summaryview.c
8296                 Faster prefs apply
8297
8298 2005-10-13 [colin]      1.9.15cvs37
8299
8300         * src/mimeview.c
8301         * src/noticeview.c
8302         * src/noticeview.h
8303         * src/plugins/pgpcore/sgpgme.c
8304                 Make privacy icon clickable
8305                 Move Trust field in Full info
8306                 When trust is less than full, don't display
8307                 a warning icon
8308
8309 2005-10-13 [colin]      1.9.15cvs36
8310
8311         * src/folder.c
8312                 Batch on flags sync
8313         * src/folderview.c
8314                 Revert speed hack which is dangerous in fact
8315                 Apply prefs faster
8316
8317 2005-10-13 [colin]      1.9.15cvs35
8318
8319         * src/folder_item_prefs.c
8320                 Fix pref corruption on folder move. Patch
8321                 by wwp
8322
8323 2005-10-13 [paul]       1.9.15cvs34
8324
8325         * src/export.c
8326         * src/import.c
8327                 fix typos in g_warnings
8328         * src/prefs_account.c
8329                 add a file selector for Signature file
8330
8331         Patches by wwp
8332
8333 2005-10-12 [colin]      1.9.15cvs33
8334
8335         * src/mimeview.c
8336                 Provide a quick way to go back from a
8337                 signature's full info to the email part
8338
8339 2005-10-12 [colin]      1.9.15cvs32
8340
8341         * src/compose.c
8342                 Remove old hack of encoding signed mails with base64.
8343                 QP works equally well.
8344
8345 2005-10-12 [colin]      1.9.15cvs31
8346
8347         * src/crash.c
8348                 Replace deprecated GtkText with GtkTextView
8349         * src/imap.c
8350                 Fix a logic bug about counts in imap_select
8351                 (previously un-triggered)
8352         * src/mainwindow.c
8353         * src/summaryview.c
8354         * src/news.c
8355                 Allow local deletion of news posts
8356         * src/mimeview.c
8357                 Show GPG noticeview on the message/rfc822 part
8358                 in addition to the text/plain one
8359         * src/prefs_image_viewer.c
8360           src/plugins/pgpcore/prefs_gpg.c
8361                 Polish (set the label as part of the checkbox)
8362         * src/wizard.c
8363                 Don't sit there doing nothing after destroying
8364                 the window - return err
8365
8366 2005-10-11 [colin]      1.9.15cvs30
8367
8368         * src/folderview.c
8369                 Apply processing rules before showing folders.
8370                 Early folder show (before flags sync) will only
8371                 be done when there are no processing rules (nor
8372                 pre- or post- ones)
8373         * src/imap.c
8374                 Fix stuff related to mail subdir, creation and 
8375                 deletion of folders 
8376         * src/imap_gtk.c
8377                 Don't allow creation of folders in NoInferior
8378                 folders, as it won't work
8379
8380 2005-10-10 [colin]      1.9.15cvs29
8381
8382         * src/compose.c
8383                 Reselect "None" Privacy system when selecting an
8384                 account with no privacy system defined
8385
8386 2005-10-10 [colin]      1.9.15cvs28
8387
8388         * src/mainwindow.c
8389                 Add Windows-1252 encoding
8390         * src/prefs_common.c
8391                 Rework some defaults:
8392                 - autosave to draft by default
8393                 - don't show header pane (it's already in the textview)
8394                 - Select first new or unread mail on entry
8395                 - Assume 'Yes' to change folder when there's no more
8396                   unread message
8397         * src/prefs_matcher.c
8398                 Fix a gtk assertion failure
8399         * src/gtk/colorlabel.c
8400                 Workaround bad repainting on selection
8401         * src/main.c
8402                 Freeze/thaw (a bit faster on ssh -X)
8403         * src/msgcache.c
8404                 Get rid of StrdupConverter that just adds an
8405                 extra strdup/free 
8406         * src/etpan/imap_thread.c
8407                 memset buf to 0
8408
8409 2005-10-10 [colin]      1.9.15cvs27
8410
8411         * src/export.c
8412         * src/import.c
8413                 Fix compile on gtk 2.4. Patch by wwp
8414
8415 2005-10-09 [colin]      1.9.15cvs26
8416
8417         * src/mainwindow.c
8418         * src/messageview.c
8419         * src/summaryview.c
8420                 Clarify forward menus. Patch by wwp
8421
8422 2005-10-09 [colin]      1.9.15cvs25
8423
8424         * src/compose.c
8425         * src/compose.h
8426                 Fix bug #829 (Non-working "Encrypt message by 
8427                 default when replying to an encrypted message")
8428
8429 2005-10-08 [colin]      1.9.15cvs24
8430
8431         * src/wizard.c
8432                 Fix bug #827 ("Welcome" setup wizard after a 
8433                 permission error gives up & forgets itself.)
8434
8435 2005-10-08 [colin]      1.9.15cvs23
8436
8437         * src/procmime.c
8438                 Fix bug #828 (Ignoring headers with spaces around = sign)
8439
8440 2005-10-08 [colin]      1.9.15cvs22
8441
8442         * src/export.c
8443                 Warning fix by wwp
8444
8445 2005-10-08 [colin]      1.9.15cvs21
8446
8447         * src/folder.c
8448         * src/folder.h
8449                 Add a processing_pending indicator, set on 
8450                 folder_item_open and cleared after 
8451                 folder_item_process_open
8452         * src/folderview.c
8453         * src/summaryview.c
8454                 wrap procmsg_msginfo_*_flags, and in the
8455                 wrapper check that there's no folder processing 
8456                 pending. If there is, defer the flags change until 
8457                 processing is done to avoid stepping over each
8458                 other's toes.
8459                 Freeze during processing, but not during scanning.
8460
8461 2005-10-07 [colin]      1.9.15cvs20
8462
8463         * src/plugins/pgpcore/passphrase.c
8464                 Fix bug #826 (X-Server hangs when 
8465                 right-clicking a PGP encrypted message)
8466
8467 2005-10-07 [paul]       1.9.15cvs19
8468
8469         * src/compose.c
8470                 fix compose_entries[]
8471                 patch by Fabien Vantard
8472
8473 2005-10-06 [colin]      1.9.15cvs18
8474
8475         * src/pixmaps/address.xpm
8476         * src/pixmaps/address_book.xpm
8477         * src/pixmaps/book.xpm
8478         * src/pixmaps/check_spelling.xpm
8479         * src/pixmaps/checkbox_off.xpm
8480         * src/pixmaps/checkbox_on.xpm
8481         * src/pixmaps/close.xpm
8482         * src/pixmaps/complete.xpm
8483         * src/pixmaps/continue.xpm
8484         * src/pixmaps/deleted.xpm
8485         * src/pixmaps/down_arrow.xpm
8486         * src/pixmaps/exec.xpm
8487         * src/pixmaps/forwarded.xpm
8488         * src/pixmaps/group.xpm
8489         * src/pixmaps/ignorethread.xpm
8490         * src/pixmaps/interface.xpm
8491         * src/pixmaps/jpilot.xpm
8492         * src/pixmaps/ldap.xpm
8493         * src/pixmaps/linewrap.xpm
8494         * src/pixmaps/linewrapcurrent.xpm
8495         * src/pixmaps/mail.xpm
8496         * src/pixmaps/mail_attach.xpm
8497         * src/pixmaps/mail_compose.xpm
8498         * src/pixmaps/mail_forward.xpm
8499         * src/pixmaps/mail_receive.xpm
8500         * src/pixmaps/mail_receive_all.xpm
8501         * src/pixmaps/mail_reply.xpm
8502         * src/pixmaps/mail_reply_to_all.xpm
8503         * src/pixmaps/mail_reply_to_author.xpm
8504         * src/pixmaps/mail_send.xpm
8505         * src/pixmaps/mail_send_queue.xpm
8506         * src/pixmaps/mime_application.xpm
8507         * src/pixmaps/mime_audio.xpm
8508         * src/pixmaps/mime_image.xpm
8509         * src/pixmaps/mime_message.xpm
8510         * src/pixmaps/mime_text_enriched.xpm
8511         * src/pixmaps/mime_text_html.xpm
8512         * src/pixmaps/mime_text_plain.xpm
8513         * src/pixmaps/mime_unknown.xpm
8514         * src/pixmaps/new.xpm
8515         * src/pixmaps/news_compose.xpm
8516         * src/pixmaps/offline.xpm
8517         * src/pixmaps/online.xpm
8518         * src/pixmaps/paste.xpm
8519         * src/pixmaps/preferences.xpm
8520         * src/pixmaps/privacy_emblem_encrypted.xpm
8521         * src/pixmaps/privacy_expired.xpm
8522         * src/pixmaps/privacy_failed.xpm
8523         * src/pixmaps/privacy_passed.xpm
8524         * src/pixmaps/privacy_signed.xpm
8525         * src/pixmaps/privacy_unknown.xpm
8526         * src/pixmaps/privacy_warn.xpm
8527         * src/pixmaps/properties.xpm
8528         * src/pixmaps/replied.xpm
8529         * src/pixmaps/search.xpm
8530         * src/pixmaps/unread.xpm
8531         * src/pixmaps/up_arrow.xpm
8532         * src/pixmaps/vcard.xpm
8533                 Modernize internal theme, with icons from the 
8534                 Gnomaws theme. Keep some of the old ones where
8535                 they were better.
8536
8537 2005-10-06 [colin]      1.9.15cvs17
8538
8539         * src/summaryview.c
8540                 Little optimisations + bugfix
8541         * src/toolbar.c
8542                 Remove default useless items - useless being defined
8543                 by the default relevant prefs
8544         * src/wizard.c
8545                 include config.h to make gettext work
8546         * src/prefs_themes.c
8547                 Fix selection of current theme in prefs
8548
8549 2005-10-06 [colin]      1.9.15cvs16
8550
8551         * src/prefs_common.c
8552         * src/prefs_common.h
8553         * src/prefs_summaries.c
8554         * src/folderview.c
8555                 Add a warning dialog on Mark all read 
8556                 (with pref to get rid of it)
8557
8558 2005-10-06 [paul]       1.9.15cvs15
8559
8560         * po/nb.po
8561         * po/pt_BR.po
8562                 updated by Geir Helland and Frederico
8563                 Goncalves Guimaraes
8564
8565 2005-10-05 [colin]      1.9.15cvs14
8566
8567         * src/folder.c
8568         * src/folder.h
8569         * src/folderview.c
8570         * src/folderview.h
8571         * src/imap_gtk.c
8572         * src/mh_gtk.c
8573         * src/mainwindow.c
8574         * src/setup.c
8575                 add a way to rescan without rebuilding
8576                 make moving a bit faster (less folders changes)
8577                 don't lock the tree on Get 
8578         * src/imap.c
8579                 Don't re-delete deleted messages before expunging
8580         * src/summaryview.c
8581                 Set batch mode when deleting mails
8582
8583 2005-10-05 [paul]       1.9.15cvs13
8584
8585         * src/mainwindow.c
8586         * src/mainwindow.h
8587                 fix disabled Execute menu item
8588         * src/toolbar.c
8589                 match the change in 1.9.15cvs10: use Compose
8590                 instead of News by default
8591
8592 2005-10-04 [colin]      1.9.15cvs12
8593
8594         * src/compose.c
8595                 When replying to an ML post with Reply-To set
8596                 to the poster's email, honor it (as before),
8597                 but also honor our user's request to reply to
8598                 the mailing list: set the ML address in the To
8599                 field and the Reply-To address in the Cc: 
8600                 field.
8601
8602 2005-10-04 [colin]      1.9.15cvs11
8603
8604         * src/plugins/trayicon/trayicon.c
8605                 Finish cosmetic change - thanks to wwp
8606
8607 2005-10-04 [colin]      1.9.15cvs10
8608
8609         * src/toolbar.c
8610                 Use Compose instead of Email by default.
8611                 Spotted by wwp.
8612
8613 2005-10-04 [colin]      1.9.15cvs9
8614
8615         * src/folder.c
8616         * src/folder.h
8617         * src/folderview.c
8618         * src/imap.c
8619         * src/etpan/imap-thread.c
8620         * src/etpan/imap-thread.h
8621                 Try to make IMAP faster, by simplifying SEARCH
8622                 commands, avoiding sending two STATUS in a row,
8623                 and deferring flags sync and processing just
8624                 after displaying the folder. 
8625                 This will update the SummaryView in certain
8626                 cases (new mails not already fetched, flags
8627                 changed from another client) but in a non-
8628                 blocking manner.
8629
8630 2005-10-04 [colin]      1.9.15cvs8
8631
8632         * src/plugins/trayicon/trayicon.c
8633                 Relabel "Offline" to "Work offline"
8634
8635 2005-10-04 [colin]      1.9.15cvs7
8636
8637         * src/export.c
8638         * src/import.c
8639         * src/mbox.c
8640                 Fix mbox import/export buglets
8641                 Patch by wwp
8642         * src/plugins/trayicon/trayicon.c
8643                 Add offline swithc
8644                 Patch by wwp
8645
8646 2005-10-04 [colin]      1.9.15cvs6
8647
8648         * src/folder.c
8649         * src/folderview.c
8650         * src/summaryview.c
8651                 Better fix (don't break mark all read) for cvs2
8652
8653 2005-10-03 [colin]      1.9.15cvs5
8654
8655         * src/folder.c
8656                 Use a sane sort by default
8657
8658 2005-10-03 [colin]      1.9.15cvs4
8659
8660         * src/inc.c
8661                 Add a 'Only once' button for overriding offline mode
8662         * src/prefs_account.c
8663         * src/wizard.c
8664                 Add Local mbox to the wizard
8665                 Add IMAP subdir to the wizard (or the wizard is useless
8666                 for such accounts, or even worse than useless)
8667                 Move IMAP subdir from Advanced to Receive tab, as it's
8668                 not that uncommon
8669
8670 2005-10-03 [colin]      1.9.15cvs3
8671
8672         * src/send_message.c
8673                 Forgot this one in cvs1
8674
8675 2005-10-03 [colin]      1.9.15cvs2
8676
8677         * src/folder.c
8678                 Faster close when leaving a folder with lots
8679                 of new mails. Idea by David Relson.
8680
8681 2005-10-03 [colin]      1.9.15cvs1
8682
8683         * src/compose.c
8684         * src/imap.c
8685         * src/inc.c
8686         * src/main.c
8687         * src/messageview.c
8688         * src/news.c
8689         * src/summaryview.c
8690         * src/gtk/sslcertwindow.c
8691         * src/plugins/trayicon/trayicon.c
8692                 Add accels to every AlertPanel. Patch by Fabien 
8693                 Vantard
8694
8695 2005-10-03 [paul]       1.9.15
8696
8697         1.9.15 released
8698
8699 2005-10-03 [paul]       1.9.14cvs68
8700
8701         * po/ca.po
8702         * po/de.po
8703         * po/es.po
8704         * po/fi.po
8705         * po/fr.po
8706         * po/sk.po
8707         * po/sr.po
8708         * po/zh_CN.po
8709                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8710                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8711                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8712
8713 2005-10-03 [paul]       1.9.14cvs67
8714
8715         * src/send_message.c
8716                 prevent hang on Cancel
8717                 patch by Colin
8718
8719 2005-10-03 [paul]       1.9.14cvs66
8720
8721         * src/main.c
8722                 fix crash in IMAP caused by discrepancy
8723                 between check_at_startup and offline mode
8724                 Patch by Colin
8725
8726 2005-10-01 [paul]       1.9.14cvs65
8727
8728         * src/inc.c
8729                 fix engrish
8730
8731 2005-10-01 [paul]       1.9.14cvs64
8732         * src/export.c
8733         * src/import.c
8734                 synchronise import_mbox() and export_mbox()
8735         * src/mbox.c
8736                 proc_mbox(): add alert if file cannot be opened
8737                 export_list_to_mbox(): test if dest file exists,
8738                 prompt user to overwrite if it does. add alert
8739                 if file cannot be created
8740                                                                 
8741         Patch by wwp
8742                                                                                                                 
8743
8744 2005-09-30 [paul]       1.9.14cvs63
8745
8746         * src/addressbook.c
8747                 Fix sensitivity of a menu
8748         * src/codeconv.c
8749                 Respect hidden pref for mails with no encoding
8750         * src/common/xml.c
8751                 Fix memory corruption
8752         * src/plugins/pgpcore/sgpgme.c
8753                 Fix segfault on incomplete sigs, and display
8754                 of S/Mime UIDs
8755
8756         Patches by Colin
8757
8758 2005-09-30 [colin]      1.9.14cvs62
8759
8760         * src/partial_download.c
8761                 Little logic fix in almost-dead code
8762         * src/pop.c
8763                 Fix partial download when there's no new mail
8764
8765 2005-09-29 [paul]       1.9.14cvs61
8766
8767         * src/plugins/pgpinline/pgpinline.c
8768                 fix bug 819, 'crash accessing sign message'
8769                 Patch by Colin
8770
8771 2005-09-28 [martin]     1.9.14cvs60
8772
8773         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8774                 fix bug #790 (Crash when restarting window manager (fluxbox))
8775
8776 2005-09-28 [paul]       1.9.14cvs59
8777
8778         * src/gtk/gtkaspell.c
8779                 fix off-by-one typo
8780
8781 2005-09-27 [colin]      1.9.14cvs58
8782
8783         * src/plugins/pgpcore/sgpgme.c
8784                 Report error when there's one, instead of
8785                 "Signature unchecked" 
8786
8787 2005-09-27 [colin]      1.9.14cvs57
8788
8789         * src/prefs_quote.c
8790                 Fix bug #816 (Weird quotation with spaces)
8791
8792 2005-09-27 [colin]      1.9.14cvs56
8793
8794         * src/codeconv.c
8795         * src/compose.c
8796         * src/compose.h
8797                 Put subject in compose's title
8798                 Fix Automatic encoding so that it's really automatic:
8799                 first try default locale's charset, then charset of the replied mail, 
8800                 then utf-8
8801                 Fix encoding of headers (must be in strict mode too)
8802
8803 2005-09-26 [colin]      1.9.14cvs55
8804
8805         * src/gtk/gtkaspell.c
8806                 Fix previous patch - don't color the space,
8807                 just uncolor it :)
8808
8809 2005-09-26 [colin]      1.9.14cvs54
8810
8811         * src/gtk/gtkaspell.c
8812                 Unmark space if possible
8813
8814 2005-09-26 [colin]      1.9.14cvs53
8815
8816         * src/imap.c
8817                 log_error instead of alertpanel according to the pref
8818         * src/etpan/imap-thread.c
8819                 Print connect status, copy only necessary size to 
8820                 logger
8821         * src/plugins/pgpmime/pgpmime.c
8822                 Handle S/Mime signatures (verification only). Patch based
8823                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
8824
8825 2005-09-26 [paul]       1.9.14cvs52
8826
8827         * src/common/passcrypt.c
8828                 this 'workaround' not necessary on NetBSD.
8829                 Thanks to Daniel Gustafson
8830
8831 2005-09-26 [paul]
8832
8833         1.9.15-rc4 released
8834
8835 2005-09-26 [paul]       1.9.14cvs51
8836
8837         * src/summaryview.c
8838                 Skip currently selected message when
8839                 looking for next new or unread message
8840                 in current folder. Patch by Colin
8841         * src/common/passcrypt.c
8842                 eliminate warnings on *BSD. Patch by
8843                 Daniel Gustafson
8844
8845 2005-09-26 [colin]      1.9.14cvs50
8846
8847         * src/procmsg.c
8848                 Call postfiltering hook anyway
8849
8850 2005-09-22 [colin]      1.9.14cvs49
8851
8852         * src/codeconv.c
8853         * src/codeconv.h
8854                 Add a strict mode that doesn't replace with _
8855         * src/compose.c
8856         * src/compose.h
8857                 Use strict conversion while sending
8858                 Fix race when drafting while sending (happens
8859                 on IMAP)
8860                 Fix d'n'd of messages from summaryview
8861         * src/prefs_common.c
8862         * src/prefs_common.h
8863                 add hidden utf8_instead_of_locale_for_broken_mail 
8864                 pref for people that preferred the default charset 
8865                 to be utf8 for broken mails
8866         * src/quote_fmt_parse.y
8867                 fix bug #815 (No quote insert if "From:" fied 
8868                 contained Russian letters)
8869         * src/summaryview.c
8870                 Fix d'n'd of messages to compose
8871
8872 2005-09-22 [paul]       1.9.14cvs48
8873
8874         * src/compose.c
8875                 fix bug where attachments Name entry
8876                 would display Path instead
8877
8878 2005-09-21 [paul]       1.9.14cvs47
8879
8880         * README
8881         * README.jp
8882         * configure.ac
8883         * config/config.rpath
8884         * doc/manual/en/sylpheed-20.html
8885         * doc/manual/es/sylpheed-20.html
8886         * po/bg.po
8887         * po/ca.po
8888         * po/de.po
8889         * po/es.po
8890         * po/fr.po
8891         * po/it.po
8892         * po/pt_BR.po
8893         * po/sk.po
8894         * po/zh_TW.po
8895         * src/account.c
8896         * src/account.h
8897         * src/action.c
8898         * src/action.h
8899         * src/adbookbase.h
8900         * src/addr_compl.c
8901         * src/addr_compl.h
8902         * src/addrbook.c
8903         * src/addrbook.h
8904         * src/addrcache.c
8905         * src/addrcache.h
8906         * src/addrcindex.c
8907         * src/addrcindex.h
8908         * src/addrclip.c
8909         * src/addrclip.h
8910         * src/addrdefs.h
8911         * src/addressadd.c
8912         * src/addressadd.h
8913         * src/addressbook.c
8914         * src/addressbook.h
8915         * src/addressitem.h
8916         * src/addrgather.c
8917         * src/addrgather.h
8918         * src/addrharvest.c
8919         * src/addrharvest.h
8920         * src/addrindex.c
8921         * src/addrindex.h
8922         * src/addritem.c
8923         * src/addritem.h
8924         * src/addrquery.c
8925         * src/addrquery.h
8926         * src/addrselect.c
8927         * src/addrselect.h
8928         * src/alertpanel.c
8929         * src/alertpanel.h
8930         * src/browseldap.c
8931         * src/browseldap.h
8932         * src/codeconv.c
8933         * src/codeconv.h
8934         * src/compose.c
8935         * src/compose.h
8936         * src/crash.c
8937         * src/crash.h
8938         * src/customheader.c
8939         * src/customheader.h
8940         * src/displayheader.c
8941         * src/displayheader.h
8942         * src/editaddress.c
8943         * src/editaddress.h
8944         * src/editbook.c
8945         * src/editbook.h
8946         * src/editgroup.c
8947         * src/editgroup.h
8948         * src/editjpilot.c
8949         * src/editjpilot.h
8950         * src/editldap.c
8951         * src/editldap.h
8952         * src/editldap_basedn.c
8953         * src/editldap_basedn.h
8954         * src/editvcard.c
8955         * src/editvcard.h
8956         * src/enriched.c
8957         * src/enriched.h
8958         * src/exphtmldlg.c
8959         * src/exphtmldlg.h
8960         * src/expldifdlg.c
8961         * src/expldifdlg.h
8962         * src/export.c
8963         * src/export.h
8964         * src/exporthtml.c
8965         * src/exporthtml.h
8966         * src/exportldif.c
8967         * src/exportldif.h
8968         * src/filtering.c
8969         * src/filtering.h
8970         * src/folder.c
8971         * src/folder.h
8972         * src/folder_item_prefs.c
8973         * src/folder_item_prefs.h
8974         * src/foldersel.c
8975         * src/foldersel.h
8976         * src/folderutils.c
8977         * src/folderutils.h
8978         * src/folderview.c
8979         * src/folderview.h
8980         * src/grouplistdialog.c
8981         * src/grouplistdialog.h
8982         * src/headerview.c
8983         * src/headerview.h
8984         * src/html.c
8985         * src/html.h
8986         * src/image_viewer.c
8987         * src/image_viewer.h
8988         * src/imap.c
8989         * src/imap.h
8990         * src/imap_gtk.c
8991         * src/imap_gtk.h
8992         * src/import.c
8993         * src/import.h
8994         * src/importldif.c
8995         * src/importldif.h
8996         * src/importmutt.c
8997         * src/importmutt.h
8998         * src/importpine.c
8999         * src/importpine.h
9000         * src/inc.c
9001         * src/inc.h
9002         * src/jpilot.c
9003         * src/jpilot.h
9004         * src/ldapctrl.c
9005         * src/ldapctrl.h
9006         * src/ldaplocate.c
9007         * src/ldaplocate.h
9008         * src/ldapquery.c
9009         * src/ldapquery.h
9010         * src/ldapserver.c
9011         * src/ldapserver.h
9012         * src/ldaputil.c
9013         * src/ldaputil.h
9014         * src/ldif.c
9015         * src/ldif.h
9016         * src/localfolder.c
9017         * src/localfolder.h
9018         * src/main.c
9019         * src/main.h
9020         * src/mainwindow.c
9021         * src/mainwindow.h
9022         * src/manual.c
9023         * src/manual.h
9024         * src/matcher.c
9025         * src/matcher.h
9026         * src/matcher_parser.h
9027         * src/matcher_parser_lex.l
9028         * src/matcher_parser_parse.y
9029         * src/mbox.c
9030         * src/mbox.h
9031         * src/message_search.c
9032         * src/message_search.h
9033         * src/messageview.c
9034         * src/messageview.h
9035         * src/mh.c
9036         * src/mh.h
9037         * src/mh_gtk.c
9038         * src/mh_gtk.h
9039         * src/mimeview.c
9040         * src/mimeview.h
9041         * src/msgcache.c
9042         * src/msgcache.h
9043         * src/mutt.c
9044         * src/mutt.h
9045         * src/news.c
9046         * src/news.h
9047         * src/news_gtk.c
9048         * src/news_gtk.h
9049         * src/noticeview.c
9050         * src/noticeview.h
9051         * src/partial_download.c
9052         * src/partial_download.h
9053         * src/pine.c
9054         * src/pine.h
9055         * src/pop.c
9056         * src/pop.h
9057         * src/prefs_account.c
9058         * src/prefs_account.h
9059         * src/prefs_actions.c
9060         * src/prefs_actions.h
9061         * src/prefs_common.c
9062         * src/prefs_common.h
9063         * src/prefs_compose_writing.c
9064         * src/prefs_compose_writing.h
9065         * src/prefs_customheader.c
9066         * src/prefs_customheader.h
9067         * src/prefs_display_header.c
9068         * src/prefs_display_header.h
9069         * src/prefs_ext_prog.c
9070         * src/prefs_ext_prog.h
9071         * src/prefs_filtering.c
9072         * src/prefs_filtering.h
9073         * src/prefs_filtering_action.c
9074         * src/prefs_filtering_action.h
9075         * src/prefs_folder_column.c
9076         * src/prefs_folder_column.h
9077         * src/prefs_folder_item.c
9078         * src/prefs_folder_item.h
9079         * src/prefs_fonts.c
9080         * src/prefs_fonts.h
9081         * src/prefs_gtk.c
9082         * src/prefs_gtk.h
9083         * src/prefs_image_viewer.c
9084         * src/prefs_image_viewer.h
9085         * src/prefs_matcher.c
9086         * src/prefs_matcher.h
9087         * src/prefs_message.c
9088         * src/prefs_message.h
9089         * src/prefs_msg_colors.c
9090         * src/prefs_msg_colors.h
9091         * src/prefs_other.c
9092         * src/prefs_other.h
9093         * src/prefs_quote.c
9094         * src/prefs_quote.h
9095         * src/prefs_receive.c
9096         * src/prefs_receive.h
9097         * src/prefs_send.c
9098         * src/prefs_send.h
9099         * src/prefs_spelling.c
9100         * src/prefs_spelling.h
9101         * src/prefs_summaries.c
9102         * src/prefs_summaries.h
9103         * src/prefs_summary_column.c
9104         * src/prefs_summary_column.h
9105         * src/prefs_template.c
9106         * src/prefs_template.h
9107         * src/prefs_themes.c
9108         * src/prefs_themes.h
9109         * src/prefs_toolbar.c
9110         * src/prefs_toolbar.h
9111         * src/prefs_wrapping.c
9112         * src/prefs_wrapping.h
9113         * src/privacy.c
9114         * src/privacy.h
9115         * src/procheader.c
9116         * src/procheader.h
9117         * src/procmime.c
9118         * src/procmime.h
9119         * src/procmsg.c
9120         * src/procmsg.h
9121         * src/quote_fmt.c
9122         * src/quote_fmt_parse.y
9123         * src/recv.c
9124         * src/recv.h
9125         * src/remotefolder.c
9126         * src/remotefolder.h
9127         * src/send_message.c
9128         * src/send_message.h
9129         * src/setup.c
9130         * src/setup.h
9131         * src/simple-gettext.c
9132         * src/sourcewindow.c
9133         * src/sourcewindow.h
9134         * src/ssl_manager.c
9135         * src/ssl_manager.h
9136         * src/statusbar.c
9137         * src/statusbar.h
9138         * src/stock_pixmap.c
9139         * src/stock_pixmap.h
9140         * src/summary_search.c
9141         * src/summary_search.h
9142         * src/summaryview.c
9143         * src/summaryview.h
9144         * src/syldap.c
9145         * src/syldap.h
9146         * src/textview.c
9147         * src/textview.h
9148         * src/toolbar.c
9149         * src/toolbar.h
9150         * src/undo.c
9151         * src/undo.h
9152         * src/unmime.c
9153         * src/unmime.h
9154         * src/vcard.c
9155         * src/vcard.h
9156         * src/wizard.c
9157         * src/wizard.h
9158         * src/common/base64.c
9159         * src/common/base64.h
9160         * src/common/defs.h
9161         * src/common/hooks.c
9162         * src/common/hooks.h
9163         * src/common/log.c
9164         * src/common/log.h
9165         * src/common/md5.c
9166         * src/common/md5.h
9167         * src/common/mgutils.c
9168         * src/common/mgutils.h
9169         * src/common/nntp.c
9170         * src/common/nntp.h
9171         * src/common/passcrypt.c
9172         * src/common/passcrypt.h.in
9173         * src/common/plugin.c
9174         * src/common/plugin.h
9175         * src/common/prefs.c
9176         * src/common/prefs.h
9177         * src/common/progressindicator.c
9178         * src/common/progressindicator.h
9179         * src/common/quoted-printable.c
9180         * src/common/quoted-printable.h
9181         * src/common/session.c
9182         * src/common/session.h
9183         * src/common/smtp.c
9184         * src/common/smtp.h
9185         * src/common/socket.c
9186         * src/common/socket.h
9187         * src/common/ssl.c
9188         * src/common/ssl.h
9189         * src/common/ssl_certificate.c
9190         * src/common/ssl_certificate.h
9191         * src/common/string_match.c
9192         * src/common/string_match.h
9193         * src/common/stringtable.c
9194         * src/common/sylpheed.c
9195         * src/common/sylpheed.h
9196         * src/common/template.c
9197         * src/common/template.h
9198         * src/common/timing.h
9199         * src/common/utils.c
9200         * src/common/utils.h
9201         * src/common/uuencode.c
9202         * src/common/uuencode.h
9203         * src/common/version.h.in
9204         * src/common/xml.c
9205         * src/common/xml.h
9206         * src/common/xmlprops.c
9207         * src/common/xmlprops.h
9208         * src/gtk/about.c
9209         * src/gtk/about.h
9210         * src/gtk/colorlabel.c
9211         * src/gtk/colorlabel.h
9212         * src/gtk/colorsel.c
9213         * src/gtk/colorsel.h
9214         * src/gtk/description_window.c
9215         * src/gtk/description_window.h
9216         * src/gtk/filesel.c
9217         * src/gtk/filesel.h
9218         * src/gtk/foldersort.c
9219         * src/gtk/foldersort.h
9220         * src/gtk/gtkutils.c
9221         * src/gtk/gtkutils.h
9222         * src/gtk/inputdialog.c
9223         * src/gtk/inputdialog.h
9224         * src/gtk/logwindow.c
9225         * src/gtk/logwindow.h
9226         * src/gtk/manage_window.c
9227         * src/gtk/manage_window.h
9228         * src/gtk/menu.c
9229         * src/gtk/menu.h
9230         * src/gtk/pluginwindow.c
9231         * src/gtk/pluginwindow.h
9232         * src/gtk/prefswindow.c
9233         * src/gtk/prefswindow.h
9234         * src/gtk/progressdialog.c
9235         * src/gtk/progressdialog.h
9236         * src/gtk/quicksearch.c
9237         * src/gtk/quicksearch.h
9238         * src/gtk/sslcertwindow.c
9239         * src/gtk/sslcertwindow.h
9240         * src/plugins/clamav/clamav_plugin.c
9241         * src/plugins/clamav/clamav_plugin.h
9242         * src/plugins/clamav/clamav_plugin_gtk.c
9243         * src/plugins/demo/demo.c
9244         * src/plugins/dillo_viewer/dillo_prefs.c
9245         * src/plugins/dillo_viewer/dillo_prefs.h
9246         * src/plugins/dillo_viewer/dillo_viewer.c
9247         * src/plugins/mathml_viewer/mathml_viewer.c
9248         * src/plugins/pgpcore/passphrase.c
9249         * src/plugins/pgpcore/passphrase.h
9250         * src/plugins/pgpcore/plugin.c
9251         * src/plugins/pgpcore/prefs_gpg.c
9252         * src/plugins/pgpcore/prefs_gpg.h
9253         * src/plugins/pgpcore/select-keys.c
9254         * src/plugins/pgpcore/select-keys.h
9255         * src/plugins/pgpcore/sgpgme.c
9256         * src/plugins/pgpcore/sgpgme.h
9257         * src/plugins/pgpinline/pgpinline.c
9258         * src/plugins/pgpinline/pgpinline.h
9259         * src/plugins/pgpinline/plugin.c
9260         * src/plugins/pgpmime/pgpmime.c
9261         * src/plugins/pgpmime/pgpmime.h
9262         * src/plugins/pgpmime/plugin.c
9263         * src/plugins/spamassassin/spamassassin.c
9264         * src/plugins/spamassassin/spamassassin.h
9265         * src/plugins/spamassassin/spamassassin_gtk.c
9266         * src/plugins/trayicon/trayicon.c
9267         * tools/OOo2sylpheed.pl
9268         * tools/acroread2sylpheed.pl
9269         * tools/asus_mailled.sh
9270         * tools/filter_conv.pl
9271         * tools/freshmeat_search.pl
9272         * tools/google_search.pl
9273         * tools/kmail2sylpheed.pl
9274         * tools/kmail2sylpheed_v2.pl
9275         * tools/maildir2sylpheed.pl
9276         * tools/multiwebsearch.pl
9277         * tools/newscache_clean.pl
9278         * tools/outlook2sylpheed.pl
9279         * tools/sylpheed-switcher
9280         * tools/update-po
9281         * tools/vcard2xml.py
9282         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9283                 update FSF address
9284
9285 2005-09-21 [colin]      1.9.14cvs46
9286
9287         * src/gedit-print.c
9288         * src/procmsg.c
9289         * src/procmsg.h
9290         * src/textview.c
9291         * src/summaryview.c
9292                 Remove some printing hacks (deselection/reselection),
9293                 which by the way fix printing the currently 
9294                 displayed mime part (still only text)
9295                 Plus a little optimisation of summary_show
9296
9297
9298 2005-09-20 [colin]      1.9.14cvs45
9299
9300         * src/mainwindow.c
9301         * src/messageview.c
9302                 GUI fixups: add accels, set message
9303                 view title to displayed mail's subject
9304         * src/prefs_spelling.c
9305         * src/gtk/gtkaspell.c
9306                 GUI fixups: allow underlining misspelled
9307                 words instead of coloring them (a11y!)
9308
9309 2005-09-19 [colin]
9310
9311         1.9.15rc3 released
9312
9313 2005-09-19 [colin]      1.9.14cvs44
9314
9315         * src/compose.c
9316                 Fix draft message
9317         * src/gtk/gtkaspell.c
9318                 Fix wrong test ;-)
9319
9320 2005-09-19 [colin]      1.9.14cvs43
9321
9322         * src/addressbook.c
9323                 Fix sensitivity of Delete button
9324         * src/compose.c
9325                 Warn if the requested Privacy system
9326                 is not available
9327         * src/exphtmldlg.c
9328         * src/expldifdlg.c
9329         * src/importldif.c
9330         * src/importmutt.c
9331         * src/importpine.c
9332                 Fix crappy UI
9333         * src/
9334         * src/ssl.h
9335         * src/prefs_account.h
9336         * src/prefs_account.c
9337                 Save SSL prefs even in builds that have
9338                 SSL support disable
9339         * src/imap.c
9340         * src/inc.c
9341         * src/news.c
9342         * src/send_message.c
9343                 Warn if connection should be secure, but
9344                 SSL support isn't compiled in
9345         * src/gtkaspell.c
9346                 Fix word separation on UTF-8 systems
9347                 Fixes bug #812 (Strange inline spellchecking)
9348         * src/compose.c
9349                 Warn if the requested Privacy system
9350                 is not available
9351                 Factorize offline warning
9352         * src/imap.c
9353         * src/imap_gtk.c
9354         * src/imap_gtk.h
9355         * src/inc.h
9356         * src/news_gtk.c
9357         * src/news_gtk.h
9358         * src/messageview.c
9359                 Factorize offline warning
9360
9361 2005-09-19 [paul]
9362
9363         1.9.15-rc2 released
9364
9365 2005-09-18 [colin]      1.9.14cvs42
9366
9367         * src/codeconv.c
9368         * src/codeconv.h
9369         * src/procmime.c
9370                 Add a way to get locale's charset ignoring utf-8,
9371                 and use that as default encoding for broken mails
9372
9373 2005-09-18 [colin]      1.9.14cvs41
9374
9375         * src/gtk/logwindow.c
9376                 Translate string. Patch by Fabien Vantard
9377
9378 2005-09-18 [colin]      1.9.14cvs40
9379
9380         * configure.ac
9381                 Fix bug #803 (IMAP/SSL support breaks with 
9382                 GnuTLS libetpan 0.38)
9383
9384 2005-09-18 [colin]      1.9.14cvs39
9385
9386         * src/codeconv.c
9387         * src/compose.c
9388         * src/procmime.c
9389                 More charsets fixes. Fixes bug #806 (non
9390                 ascii characters in subject line)
9391
9392 2005-09-17 [paul]       1.9.14cvs38
9393
9394         * src/folderview.c
9395         * src/mainwindow.c
9396                 fix gcc-2.95 issues
9397                 Patch by Pawel Pekala
9398
9399 2005-09-17 [colin]      1.9.14cvs37
9400
9401         * src/addrindex.c
9402                 bugfix for NO-USE LDAP compilation, patch 
9403                 by Fabien Vantard
9404
9405 2005-09-17 [colin]      1.9.14cvs36
9406
9407         * src/prefs_actions.c
9408         * src/prefs_customheader.c
9409         * src/prefs_display_header.c
9410         * src/prefs_filtering_action.c
9411         * src/prefs_matcher.c
9412         * src/prefs_toolbar.c
9413                 Fix strange casts (less elegant but
9414                 works better)
9415
9416 2005-09-16 [colin]      1.9.14cvs35
9417
9418         * src/jpilot.c
9419                 Missed that one
9420
9421 2005-09-16 [colin]      1.9.14cvs34
9422
9423         * configure.ac
9424         * src/Makefile.am
9425         * src/addr_compl.c
9426         * src/addrindex.c
9427         * src/browseldap.c
9428         * src/editldap.c
9429         * src/ldaplocate.c
9430         * src/ldapquery.c
9431         * src/ldapquery.h
9432         * src/ldapserver.c
9433         * src/ldapserver.h
9434         * src/main.c
9435         * src/matcher_parser_parse.y
9436         * src/prefs_themes.c
9437         * src/etpan/Makefile.am
9438         * src/gtk/description_window.c
9439         * src/plugins/clamav/Makefile.am
9440         * src/plugins/clamav/clamav_plugin.c
9441         * src/plugins/dillo_viewer/Makefile.am
9442         * src/plugins/pgpcore/Makefile.am
9443         * src/plugins/pgpinline/Makefile.am
9444         * src/plugins/pgpmime/Makefile.am
9445         * src/plugins/trayicon/Makefile.am
9446                 Fix 100% cpu usage in address completion list
9447                 Fix little bugs (return with no values etc)
9448                 Fix all warnings (with common CFLAGS)
9449
9450 2005-09-15 [colin]      1.9.14cvs33
9451
9452         * src/addressbook.c
9453                 Fix bug where sometimes a group's email list is empty,
9454                 force its refresh (probably fixes "Re: how to create a 
9455                 distribution list")
9456         * src/ldapquery.c
9457                 Don't return to the callback in the main thread from the
9458                 fetch thread (or face segs!)
9459
9460 2005-09-15 [paul]       1.9.14cvs32
9461
9462         * src/prefs_matcher.c
9463                 forgotten in last commit
9464
9465 2005-09-15 [paul]       1.9.14cvs31
9466
9467         * src/prefs_actions.c
9468         * src/prefs_filtering_action.c
9469         * src/prefs_quote.c
9470         * src/quote_fmt.c
9471         * src/summaryview.c
9472         * src/gtk/description_window.c
9473         * src/gtk/description_window.h
9474         * src/gtk/quicksearch.c
9475                 allow interaction with the called
9476                 description window
9477                 Patch by Anders Hammar
9478
9479 2005-09-14 [paul]       1.9.14cvs30
9480
9481         * src/compose.c
9482                 fix a little annoyance when pasting with 3rd button 
9483                 with wrap_pastes=0 and wrap_input=1
9484                 Patch by Colin
9485
9486 2005-09-14 [paul]       1.9.14cvs29
9487
9488         * src/prefs_account.c
9489                 disable 'Filter messages on receiving' for
9490                 SMTP-only accounts
9491                 Patch  by Anders Hammar
9492
9493 2005-09-14 [paul]       1.9.14cvs28
9494
9495         * po/sk.po
9496                 fix crash
9497                 updated by Andrej Kacian
9498
9499 2005-09-14 [paul]
9500
9501         1.9.15-rc1 released
9502
9503 2005-09-14 [paul]       1.9.14cvs27
9504
9505         * po/es.po
9506                 updated by Ricardo Mones Lastra
9507         * src/compose.c
9508         * src/compose.h
9509                 associate no_wrap_tags to Compose windows
9510                 instead of using a static one
9511                 Patch by Colin
9512         * src/mbox.c
9513                 fix proc_mbox()
9514                 Patch by wwp
9515         * src/textview.c
9516                 remove unneeded printf()
9517
9518 2005-09-14 [paul]       1.9.14cvs26
9519
9520         * src/addrcache.c
9521         * src/codeconv.h
9522         * src/folder.h
9523         * src/mainwindow.h
9524         * src/mh.c
9525         * src/mimeview.h
9526         * src/partial_download.c
9527         * src/pop.c
9528         * src/prefs_account.c
9529         * src/prefs_account.h
9530         * src/prefs_actions.c
9531         * src/prefs_customheader.c
9532         * src/prefs_display_header.c
9533         * src/prefs_filtering_action.c
9534         * src/prefs_matcher.c
9535         * src/prefs_toolbar.c
9536         * src/privacy.h
9537         * src/procmime.c
9538         * src/procmime.h
9539         * src/procmsg.h
9540         * src/textview.c
9541         * src/undo.h
9542         * src/common/plugin.c
9543         * src/common/session.h
9544         * src/common/socket.c
9545         * src/common/socket.h
9546         * src/common/template.c
9547         * src/gtk/gtkaspell.c
9548         * src/gtk/quicksearch.h
9549         * src/plugins/pgpcore/passphrase.c
9550         * src/plugins/pgpcore/prefs_gpg.h
9551         * src/plugins/pgpcore/select-keys.c
9552         * src/plugins/pgpcore/select-keys.h
9553         * src/plugins/pgpcore/sgpgme.c
9554         * src/plugins/pgpinline/pgpinline.c
9555         * src/plugins/pgpmime/pgpmime.c
9556         * src/plugins/trayicon/trayicon.c
9557                 fix compilation warnings
9558                 Patch by Daniel Gustafson
9559
9560 2005-09-14 [paul]       1.9.14cvs25
9561
9562         * src/addressbook.c
9563                 add missing column header, and other small
9564                 bug fixes
9565                 Patch by Anders Hammar
9566
9567 2005-09-13 [colin]      1.9.14cvs24
9568
9569         * src/gtk/gtkaspell.c
9570                 Fix non-utf8 in menu
9571                 Fix little leaks
9572                 Nullify struct members after free()s
9573
9574 2005-09-13 [colin]      1.9.14cvs23
9575
9576         * src/compose.c
9577                 Test utf8 compliance before inserting to 
9578                 buffer, and try to convert if necessary
9579         * src/procmime.c
9580                 If no charset is present, use the locale 
9581                 one instead of us-ascii
9582         * src/procmsg.c
9583                 Add Sender, List-Post and To in the checked 
9584                 headers for automatic rules creation 
9585                 (thanks to wwp)
9586         * src/prefs_themes.c
9587         * src/gtk/gtkaspell.c
9588                 Remove deprecated functions. 
9589                 patch by Daniel Gustafson
9590
9591 2005-09-12 [colin]      1.9.14cvs22
9592
9593         * src/compose.c
9594                 Fix bug #448 (Scrolling/Redraw issue with 
9595                 address-fields in Header)
9596         * src/mainwindow.c
9597         * src/summaryview.c
9598         * src/summaryview.h
9599                 Fix loss of MSG_MARKED on move/copy
9600                 Fix bug #804 (Quicksearch togglebutton doesn't 
9601                 get depressed after '/' key is pressed)
9602
9603 2005-09-12 [paul]       1.9.14cvs21
9604
9605         * AUTHORS
9606         * src/gtk/logwindow.c
9607                 add 'Clear Log' to popup menu
9608                 Patch by Anders Hammar <anders.hammar@telia.com>
9609
9610 2005-09-12 [paul]       1.9.14cvs20
9611
9612         * src/compose.c
9613                 set correct sensitivity on attachments
9614                 popup menu
9615         * src/folder.c
9616                 fix typo
9617         * src/prefs_spelling.c
9618                 fix crash when no LANG env is set
9619         * src/common/xml.c
9620                 fix crash in wizard
9621                 don't use memeory after free
9622
9623         All patches by Daniel Gustafson
9624
9625 2005-09-12 [paul]       1.9.14cvs19
9626
9627         * src/prefs_themes.c
9628                 make theme info selectable
9629         * src/gtk/description_window.c
9630                 make window non-modal
9631         * tools/README
9632                 add details of asus_mailed.sh
9633         * tools/claws.i18n.status.pl
9634                 update for new zh_TW translator
9635                 widen the output
9636                 create alternate coloured lines
9637                 improve readability
9638
9639 2005-09-10 [colin]      1.9.14cvs18
9640
9641         * src/plugins/pgpcore/select-keys.c
9642                 Better order for the buttons
9643
9644 2005-09-10 [colin]      1.9.14cvs17
9645
9646         * src/compose.c
9647         * src/plugins/pgpcore/select-keys.c
9648         * src/plugins/pgpcore/select-keys.h
9649         * src/plugins/pgpcore/sgpgme.c
9650                 Add a "Don't encrypt" button to the key
9651                 selection dialog. Fixes bug #177 (There should be a 
9652                 'Don't encrypt button in the Select Keys dialog)
9653
9654 2005-09-10 [colin]      1.9.14cvs16
9655
9656         * src/compose.c
9657                 Fix bug #572 (%X option does not work with templates)
9658
9659 2005-09-10 [colin]      1.9.14cvs15
9660
9661         * src/toolbar.c 
9662                 Remove g_print
9663
9664 2005-09-10 [colin]      1.9.14cvs14
9665
9666         * src/imap.c
9667                 Fix a possible crash
9668
9669 2005-09-09 [colin]      1.9.14cvs13
9670
9671         * src/imap.c
9672         * src/etpan/imap-thread.c
9673         * src/etpan/imap-thread.h
9674                 Fix moving from queue or drafts to normal folders
9675                 Fix bug #794 (No way to delete without expunging)
9676                 Take flags unset by other mailers into account
9677                 Take deleted flag set by other mailers into account
9678                 Fix unsetting REPLIED flag
9679                 Fix crash when capabilities can't be retrieved
9680         * src/mainwindow.c
9681         * src/mainwindow.h
9682                 Add M_DELAYED_FLAGS condition, and let the user use
9683                 Execute in order to be able to expunge deleted mails,
9684                 even if he's not in delayed execute mode
9685         * src/prefs_spelling.c
9686                 Use 'en' dictionary by default if LANG is POSIX or C
9687         * src/gtk/prefswindow.c
9688                 Fix bug #767 (Preferences windows expanding) by making
9689                 the window a bit larger when the resolution is greater
9690                 than 640x480, and by putting the prefs in a
9691                 GtkScrolledWindow.
9692
9693 2005-09-09 [paul]       1.9.14cvs12
9694
9695         * AUTHORS
9696         * configure.ac
9697         * po/zh_TW.Big5.po      ** REMOVED **
9698         * po/zh_TW.po           ** ADDED **
9699                 updated by Wei-Lun Chao
9700
9701 2005-09-09 [paul]       1.9.14cvs11
9702
9703         * src/mainwindow.c
9704                 fix asserts
9705         * src/common/xml.c
9706                 delay memory allocation until file is
9707                 opened successfully
9708                 Patch by Daniel Gustafson
9709
9710 2005-09-09 [colin]      1.9.14cvs10
9711
9712         * src/imap.c
9713                 Add guards
9714
9715 2005-09-08 [colin]      1.9.14cvs9
9716
9717         * src/compose.c
9718                 Alert when we can't save draft
9719                 Fix various wrap/color issues
9720                 Add mid-click pasting respecting wrap_paste option
9721         * src/folder.c
9722         * src/folder.h
9723         * src/folder_item_prefs.c
9724         * src/folder_item_prefs.h
9725         * src/imap.c
9726         * src/imap_gtk.c
9727         * src/imap_gtk.h
9728         * src/main.c
9729         * src/mainwindow.c
9730         * src/mainwindow.h
9731         * src/news.c
9732         * src/news_gtk.c
9733         * src/news_gtk.h
9734         * src/prefs_folder_item.c
9735                 Fix the impossibility to synchronise folders for
9736                 offline use (IMAP and NNTP are concerned)
9737
9738 2005-09-08 [colin]      1.9.14cvs8
9739
9740         * configure.ac
9741                 Build LDAP and JPilot by default if available
9742         * src/textview.c
9743                 Fix use after free
9744
9745 2005-09-08 [paul]       1.9.14cvs7
9746
9747         * doc/manual/en/sylpheed-1.html
9748         * doc/manual/en/sylpheed-18.html
9749         * doc/manual/en/sylpheed-19.html
9750         * doc/manual/en/sylpheed-4.html
9751         * doc/manual/en/sylpheed-6.html
9752         * doc/manual/en/sylpheed.html
9753                 a few minor updates, plus include some
9754                 details about plugins and their requirements
9755         * src/mainwindow.c
9756                 minor changes to English in /View/Sort
9757
9758 2005-09-07 [colin]      1.9.14cvs6
9759
9760         * doc/manual/en/sylpheed-1.html
9761         * doc/manual/en/sylpheed-10.html
9762         * doc/manual/en/sylpheed-11.html
9763         * doc/manual/en/sylpheed-12.html
9764         * doc/manual/en/sylpheed-13.html
9765         * doc/manual/en/sylpheed-14.html
9766         * doc/manual/en/sylpheed-15.html
9767         * doc/manual/en/sylpheed-16.html
9768         * doc/manual/en/sylpheed-17.html
9769         * doc/manual/en/sylpheed-18.html
9770         * doc/manual/en/sylpheed-19.html
9771         * doc/manual/en/sylpheed-2.html
9772         * doc/manual/en/sylpheed-20.html
9773         * doc/manual/en/sylpheed-21.html
9774         * doc/manual/en/sylpheed-22.html
9775         * doc/manual/en/sylpheed-3.html
9776         * doc/manual/en/sylpheed-4.html
9777         * doc/manual/en/sylpheed-5.html
9778         * doc/manual/en/sylpheed-6.html
9779         * doc/manual/en/sylpheed-7.html
9780         * doc/manual/en/sylpheed-8.html
9781         * doc/manual/en/sylpheed-9.html
9782         * doc/manual/en/sylpheed.html
9783                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
9784
9785 2005-09-07 [colin]      1.9.14cvs5
9786
9787         * src/mainwindow.c
9788                 Make labels more to-the-point
9789
9790 2005-09-07 [colin]      1.9.14cvs4
9791
9792         * doc/manual/en/sylpheed-1.html
9793         * doc/manual/en/sylpheed-12.html
9794         * doc/manual/en/sylpheed-13.html
9795         * doc/manual/en/sylpheed-14.html
9796         * doc/manual/en/sylpheed-15.html
9797         * doc/manual/en/sylpheed-16.html
9798         * doc/manual/en/sylpheed-17.html
9799         * doc/manual/en/sylpheed-18.html
9800         * doc/manual/en/sylpheed-19.html
9801         * doc/manual/en/sylpheed-2.html
9802         * doc/manual/en/sylpheed-20.html
9803         * doc/manual/en/sylpheed-21.html
9804         * doc/manual/en/sylpheed-22.html
9805         * doc/manual/en/sylpheed-4.html
9806         * doc/manual/en/sylpheed-5.html
9807         * doc/manual/en/sylpheed-6.html
9808         * doc/manual/en/sylpheed-7.html
9809         * doc/manual/en/sylpheed-8.html
9810         * doc/manual/en/sylpheed-9.html
9811         * doc/manual/en/sylpheed.html
9812                 Update manual
9813
9814 2005-09-07 [colin]      1.9.14cvs3
9815
9816         * doc/faq/en/sylpheed-faq-1.html
9817         * doc/faq/en/sylpheed-faq-2.html
9818         * doc/faq/en/sylpheed-faq-3.html
9819         * doc/faq/en/sylpheed-faq.html
9820                 Update FAQ
9821
9822 2005-09-07 [colin]      1.9.14cvs2
9823
9824         * src/folderview.c
9825         * src/procmsg.c
9826         * src/summaryview.c
9827         * src/toolbar.c
9828                 Fix special subfolders:
9829                 - Inherit parent's icon
9830                 - sent contents of queues subfolders
9831                 - empty subfolders of trashes
9832         * src/mainwindow.c
9833                 Remove outdated manual and faq entries
9834         * src/common/utils.c
9835                 Add quotes around %s coming from mailcap
9836
9837 2005-09-07 [colin]      1.9.14cvs1
9838
9839         * src/compose.c
9840                 After saving draft, set modified to FALSE
9841         * src/mimeview.c
9842         * src/common/utils.c
9843         * src/common/utils.h
9844                 Try to open mime parts using what is 
9845                 indicated in ~/.mailcap or /etc/mailcap,
9846                 if possible.
9847
9848 2005-09-05 [paul]       1.9.14
9849
9850         1.9.14 released
9851
9852         * po/sk.po
9853                 updated by Andrej Kacian
9854
9855 2005-09-05 [paul]       1.9.13cvs83
9856
9857         * po/de.po
9858         * po/es.po
9859         * po/fi.po
9860         * po/fr.po
9861         * po/nb.po
9862         * po/pt_BR.po
9863         * po/sr.po
9864                 updated translations by Thomas Gilgin, Ricardo Mones
9865                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
9866                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
9867
9868 2005-09-04 [paul]       1.9.13cvs82
9869
9870         * src/compose.c
9871                 only warn about exceeded line length limit
9872                 on send
9873
9874 2005-09-04 [paul]       1.9.13cvs81
9875
9876         * src/compose.c
9877                 fix crash in 'line length exceeded' dialogue
9878
9879 2005-09-02 [paul]       1.9.13cvs80
9880
9881         * src/imap.c
9882                 fix bug 795, 'Connection lost IMAP'
9883                 and add statusbar prints
9884                 Patch by Colin
9885
9886 2005-09-02 [paul]       1.9.13cvs79
9887
9888         * src/compose.c
9889                 compose_wrap_paragraph() becomes
9890                 compose_beautify_paragraph()
9891                 Patch by Colin
9892
9893 2005-09-02 [colin]      1.9.13cvs78
9894
9895         * src/folderview.c
9896                 Micro-fix
9897
9898 2005-09-01 [colin]      1.9.13cvs77
9899
9900         * src/imap.c
9901                 Maybe fix bug #795 (Connection lost IMAP)
9902                 Don't try to send logout when we're disconnected.
9903         * src/summaryview.c
9904                 Include locked and marked emails in HRM
9905                 view. Fixes bug #800 (Locked messages no longer 
9906                 show up when hide read messages is used)
9907
9908 2005-09-01 [paul]       1.9.13cvs76
9909
9910         * src/prefs_common.c
9911                 fix bad cutting
9912
9913 2005-08-31 [colin]      1.9.13cvs75
9914
9915         * src/folderview.c
9916         * src/folderview.h
9917         * src/prefs_summaries.c
9918         * src/summaryview.c
9919                 Fix "go to next new", fix preference
9920                 (Open unread/next swapped)
9921
9922 2005-08-31 [paul]       1.9.13cvs74
9923
9924         * src/compose.c
9925         * src/folderview.c
9926         * src/headerview.c
9927         * src/headerview.h
9928         * src/mainwindow.c
9929         * src/prefs_common.c
9930         * src/prefs_common.h
9931         * src/prefs_fonts.c
9932         * src/summaryview.c
9933         * src/textview.c
9934         * src/common/defs.h
9935                 remove obsolete BOLD_FONT setting
9936                 fix font update in headerview and textview
9937                 headers after prefs change
9938                 Patch By Colin
9939
9940 2005-08-31 [paul]
9941
9942         1.9.14-rc4 released
9943
9944 2005-08-30 [colin]      1.9.13cvs73
9945
9946         * src/summaryview.c
9947                 When Hide read messages is selected and we
9948                 refresh the summaryview, don't remove the 
9949                 currently displayed message. Fixes bug #797
9950                 (Summary view reloads when new mail is 
9951                 downloaded in 1.9.14 rc)
9952
9953 2005-08-30 [colin]      1.9.13cvs72
9954
9955         * src/folderview.c
9956                 Fix flickering
9957         * src/mainwindow.c
9958                 Remove useless callback
9959         * src/mimeview.c
9960         * src/gtk/filesel.c
9961         * src/gtk/filesel.h
9962                 Add a filesel_select_file_save_folder() - used by Save All
9963
9964 2005-08-29 [paul]       1.9.13cvs71
9965
9966         * AUTHORS
9967         * src/matcher_parser_parse.y
9968         * src/etpan/imap-thread.c
9969                 fix building on FreeBSD
9970                 Patch by Daniel Gustafson <daniel@hobbit.se>
9971
9972 2005-08-29 [paul]       1.9.13cvs70
9973
9974         * src/plugins/pgpinline/pgpinline.c
9975                 only initialise sig result if it's been handled
9976                 Patch by Colin
9977
9978 2005-08-29 [paul]       1.9.13cvs69
9979         
9980         Patches by Colin:
9981
9982         * src/imap.c
9983         * src/common.utils.c
9984         * src/common/utils.h
9985                 optimisation
9986         * src/stock_pixmap.h
9987                 fix wrong icon reference
9988         * src/pixmaps/trash_btn.xpm
9989                 replace with nicer image
9990
9991 2005-08-28 [colin]      1.9.13cvs68
9992
9993         * src/Makefile.am
9994         * src/stock_pixmap.c
9995         * src/stock_pixmap.h
9996         * src/toolbar.c
9997         * src/pixmaps/trash_btn.xpm
9998                 Add a specific trash xpm for the button
9999
10000 2005-08-28 [colin]      1.9.13cvs67
10001
10002         * src/imap.c
10003                 Fix leak
10004
10005 2005-08-27 [colin]      1.9.13cvs66
10006
10007         * src/imap.c
10008         * src/procmime.c
10009                 Correctly fix "Problem with replies", fixes
10010                 pgpmime encryption too. 
10011
10012 2005-08-27 [colin]      1.9.13cvs65
10013
10014         * src/folder.c
10015         * src/procmsg.c
10016         * src/procmsg.h
10017         * src/summaryview.c
10018                 Fix bug #517 (messages removed from summaryview 
10019                 when moving fails)
10020
10021 2005-08-27 [colin]      1.9.13cvs64
10022
10023         * tools/Makefile.am
10024         * tools/asus_mailled.sh
10025                 Add a script to blink ASUS laptops' mail LED where there
10026                 is unread mail.
10027
10028 2005-08-27 [colin]      1.9.13cvs63
10029
10030         * src/imap.c
10031         * src/etpan/imap-thread.c
10032         * src/etpan/imap-thread.h
10033                 Implement automatic choosing of login method
10034                 Fixes bug #791
10035         * src/gtk/.cvsignore
10036                 Add sylpheed-marshal.[ch]
10037
10038 2005-08-27 [colin]      1.9.13cvs62
10039
10040         * src/common/utils.c
10041                 Fix confusing perror
10042
10043 2005-08-27 [colin]      1.9.13cvs61
10044
10045         * src/toolbar.c
10046         * src/toolbar.h
10047                 Remove A_DELETE, replace it with 
10048                 A_TRASH and A_DELETE_REAL. Automatically
10049                 rewrite config files to replace A_DELETE
10050                 with A_TRASH (no functionality change).
10051                 Fixes half of #794
10052
10053 2005-08-26 [colin]      1.9.13cvs60
10054
10055         * src/procmime.c
10056                 Previous "Problem with replies" fix brought other
10057                 problems, fixing them
10058
10059 2005-08-26 [colin]      1.9.13cvs59
10060
10061         * src/procmime.c
10062                 Fix "Problem with replies". This happened only
10063                 on IMAP...
10064         * src/procmsg.c
10065                 Factorize code a bit
10066         * src/compose.c
10067                 Speed improvement on very long messages (wrapping)
10068                 Fix signature color on Reedit and Redirect
10069                 On Reedit, don't attach pgp-signatures parts, but
10070                 set signing to On.
10071
10072 2005-08-24 [paul]       1.9.13cvs58
10073
10074         * src/compose.c
10075                 don't claim success when clicking
10076                 Cancel on the passphrase box.
10077                 Patch by Colin
10078
10079 2005-08-24 [paul]       1.9.13cvs57
10080
10081         * src/main.c
10082                 fix misplaced sylpheed.log
10083         * src/common/defs.h
10084                 define UIDL_DIR
10085
10086 2005-08-24 [paul]       1.9.13cvs56
10087
10088         * src/imap.c
10089         * src/etpan/imap-thread.c
10090         * src/etpan/imap-thread.h
10091                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
10092                 Patch by Colin
10093         * src/gtk/sylpheed-marshal.c    ** REMOVED **
10094         * src/gtk/sylpheed-marshal.h    ** REMOVED **
10095                 remove autogenerated files
10096         * tools/kdeservicemenu/README
10097         * tools/kdeservicemenu/install.sh
10098         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10099         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10100                 use Claws icon, use 'Sylpheed-Claws' in menu,
10101                 use kdialog, and other cleanups
10102
10103 2005-08-23 [paul]       1.9.13cvs55
10104
10105         * src/compose.c
10106                 fix paste/wrap crash
10107                 Patch by Colin
10108
10109 2005-08-23 [paul]       1.9.13cvs54
10110
10111         * src/main.c
10112                 fix crash recovery
10113                 Patch by Colin
10114
10115 2005-08-23 [paul]       1.9.13cvs53
10116
10117         * src/addressbook.c
10118         * src/editaddress.c
10119                 view all data of LDAP contacts
10120                 Patch by Colin
10121
10122 2005-08-23 [paul]       1.9.13cvs52
10123
10124         * src/addressbook.c
10125                 fix issues with the Search field
10126                 Patch by Colin
10127
10128 2005-08-22 [paul]       1.9.13cvs51
10129
10130         * src/folderview.c
10131                 put name of folder in processing dialog
10132                 title
10133         * src/prefs_folder_item.c
10134                 improve english usage
10135
10136 2005-08-22 [paul]       1.9.13cvs50
10137
10138         * src/filtering.c
10139         * src/filtering.h
10140         * src/matcher.c
10141         * src/matcher_parser_lex.l
10142         * src/matcher_parser_parse.y
10143         * src/prefs_filtering.c
10144                 add Filtering/Processing rule names feature.
10145                 (the incompatible old matcherrc is saved as
10146                 matcherrc.pre_names).
10147                 Patch by Colin
10148
10149 2005-08-22 [paul]       1.9.13cvs49
10150
10151         * src/procmsg.c
10152                 fix colour labelling
10153                 Patch by Colin
10154
10155 2005-08-22 [paul]       1.9.13cvs48
10156
10157         * src/textview.c
10158                 fix open_image_cb()
10159
10160 2005-08-22 [paul]       1.9.13cvs47
10161
10162         * src/imap.c
10163                 fix bug 789, 'SC crashes with imap (CVS ver)'
10164                 Patch by Colin
10165
10166 2005-08-22 [paul]       1.9.13cvs46
10167
10168         * src/mimeview.c
10169         * src/prefs_common.c
10170         * src/common/defs.h
10171                 define reused defaults in defs.h
10172         * src/textview.c
10173                 add 'Open image' to image popup menu
10174
10175 2005-08-21 [colin]      1.9.13cvs45
10176
10177         * src/summaryview.c
10178                 Fix bug #788 (Bogus "From" address displayed)
10179
10180 2005-08-20 [colin]      1.9.13cvs44
10181
10182         * src/folder.c
10183                 Fix buf #787 (multilevel delete causes SIGSEGV)
10184
10185 2005-08-19 [colin]      1.9.13cvs43
10186
10187         * src/inc.c
10188         * src/prefs_common.c
10189         * src/prefs_common.h
10190                 Add an hidden pref to allow modifying the
10191                 update stepping in incorporation.
10192                 Patch by wwp.
10193
10194 2005-08-19 [colin]      1.9.13cvs42
10195
10196         * src/compose.c
10197         * src/procmime.c
10198                 Workaround for broken MUAs: encode 
10199                 Content-type: name: as ASCII and 
10200                 Content-Disposition: filename: as
10201                 per rfc2231
10202         * src/prefs_account.c
10203                 Fix invisible-ness of SMTP SSL prefs
10204                 in NNTP accounts
10205
10206 2005-08-19 [paul]       1.9.13cvs41
10207
10208         * src/compose.c
10209         * src/prefs_common.c
10210         * src/prefs_common.h
10211         * src/prefs_wrapping.c
10212                 paste with or without wrapping.
10213                 patch by Colin
10214
10215 2005-08-19 [paul]       1.9.13cvs40
10216
10217         * src/prefs_common.c
10218         * src/prefs_common.h
10219         * src/summaryview.c
10220                 reintroduce enable_swap_from as a
10221                 hidden pref. patch by Colin
10222         * src/quote_fmt_parse.y
10223         * src/plugins/clamav/clamav_plugin.c
10224         * src/plugins/dillo_viewer/dillo_viewer.c
10225         * src/plugins/mathml_viewer/mathml_viewer.c
10226         * src/plugins/pgpcore/sgpgme.c
10227         * src/plugins/pgpinline/pgpinline.c
10228         * src/plugins/pgpmime/pgpmime.c
10229                 tidy up. patch by Colin
10230
10231 2005-08-19 [paul]       1.9.13cvs39
10232
10233         * configure.ac
10234                 complete cvs38's sync
10235         * src/editaddress.c
10236         * src/gedit-print.c
10237         * src/mutt.c
10238         * src/etpan/etpan-log.c
10239         * src/etpan/imap-thread.c
10240         * src/gtk/gtksourceprintjob.c
10241                 fix compilation warnings
10242                 (patch by Colin)
10243
10244 2005-08-19 [paul]       1.9.13cvs38
10245
10246         sync with main:
10247
10248         * src/account.c
10249         * src/action.c
10250         * src/addrbook.c
10251         * src/addrcache.c
10252         * src/addrharvest.c
10253         * src/addrindex.c
10254         * src/codeconv.c
10255         * src/compose.c
10256         * src/crash.c
10257         * src/exporthtml.c
10258         * src/exportldif.c
10259         * src/folder.c
10260         * src/image_viewer.c
10261         * src/inc.c
10262         * src/inc.h
10263         * src/jpilot.c
10264         * src/ldif.c
10265         * src/main.c
10266         * src/matcher.c
10267         * src/mbox.c
10268         * src/messageview.c
10269         * src/mh.c
10270         * src/mimeview.c
10271         * src/msgcache.c
10272         * src/mutt.c
10273         * src/news.c
10274         * src/partial_download.c
10275         * src/pine.c
10276         * src/pop.c
10277         * src/prefs_actions.c
10278         * src/prefs_common.c
10279         * src/prefs_customheader.c
10280         * src/prefs_display_header.c
10281         * src/prefs_gtk.c
10282         * src/prefs_themes.c
10283         * src/procheader.c
10284         * src/procmime.c
10285         * src/procmsg.c
10286         * src/recv.c
10287         * src/send_message.c
10288         * src/simple-gettext.c
10289         * src/sourcewindow.c
10290         * src/textview.c
10291         * src/vcard.c
10292         * src/common/defs.h
10293         * src/common/log.c
10294         * src/common/plugin.c
10295         * src/common/prefs.c
10296         * src/common/session.c
10297         * src/common/session.h
10298         * src/common/socket.c
10299         * src/common/socket.h
10300         * src/common/ssl_certificate.c
10301         * src/common/template.c
10302         * src/common/utils.c
10303         * src/common/utils.h
10304         * src/common/xml.c
10305         * src/gtk/about.c
10306         added wrappers for C library function that
10307                 take pathname arguments.
10308                 enabled compilation with MinGW.
10309                 use GDir instead of directly using opendir().
10310                 added rename_force().
10311
10312 2005-08-19 [paul]       1.9.13cvs37
10313         
10314         patches by Colin:
10315         * src/compose.c
10316                 fix privacy settings on re-editing
10317                 a sent message
10318         * src/jpilot.c
10319                 fix encoding bug
10320         * src/folder.c
10321         * src/procmsg.c
10322         * src/procmsg.h
10323         * src/summaryview.c
10324                 flag changing optimisation
10325
10326 2005-08-18 [martin]     1.9.13cvs36
10327
10328         * commitHelper
10329             added my login
10330         * src/addrcache.c
10331         * src/addrharvest.c
10332         * src/addrindex.c
10333         * src/compose.c
10334         * src/grouplistdialog.c
10335         * src/main.c
10336         * src/mainwindow.c
10337         * src/msgcache.c
10338         * src/mutt.c
10339         * src/pine.c
10340         * src/prefs_account.c
10341         * src/prefs_themes.c
10342         * src/stock_pixmap.c
10343         * src/summaryview.c
10344         * src/gtk/about.c
10345         * src/gtk/logwindow.c
10346             removed deprecated glib and gdk stuff
10347         * src/plugins/pgpcore/select-keys.c
10348             convert attributes from locale to utf8
10349
10350 2005-08-17 [paul]       1.9.13cvs35
10351
10352         * src/account.c
10353         * src/addressbook.c
10354                 use new GTK_STOCK_ icons if available
10355         * src/summaryview.c
10356         * src/gtk/gtksctree.c
10357         * src/gtk/gtksctree.h
10358                 faster range select. patch by Colin
10359
10360 2005-08-17 [paul]       1.9.13cvs34
10361
10362         patches by colin:
10363         * src/addressbook.c
10364         * src/addressitem.h
10365                 Add an edit button for contacts, fix selections
10366                 of gtksctree items
10367         * src/editaddress.c
10368                 Change labels, let Save be always possible in the
10369                 email and user atributes tabs
10370         * src/folderview.c
10371                 fix sort issues
10372         * src/summaryview.c
10373                 select next item instead of the displayed one
10374                 after deletion
10375
10376         * src/gtk/progressdialog.c
10377                 use prefs_common.enable_rules_hint
10378
10379 2005-08-13 [hoa]        1.9.13cvs33
10380
10381         * src/etpan/imap-thread.c
10382                 fixed build on Solaris.
10383
10384 2005-08-10 [colin]      1.9.13cvs32
10385
10386         * src/procmsg.c
10387                 Fix cvs31 (missing fclose before reading
10388                 the file)
10389
10390 2005-08-10 [colin]      1.9.13cvs31
10391
10392         * src/procmsg.c
10393                 Fix procmsg_msginfo_new_from_mimeinfo() when
10394                 the MimeInfo isn't stored in memory. This fixes
10395                 replying to an attached message.
10396
10397 2005-08-10 [colin]      1.9.13cvs30
10398
10399         * src/mainwindow.c
10400                 Fix slowness in account changing
10401
10402 2005-08-10 [colin]      1.9.13cvs29
10403
10404         * src/folder.c
10405         * src/folderutils.c
10406         * src/folderview.c
10407         * src/imap_gtk.c
10408         * src/mainwindow.c
10409         * src/mh_gtk.c
10410         * src/procmsg.c
10411         * src/summaryview.c
10412                 Optimize folder_has_parent_of_type
10413                 Prevent moving special sub-folders from contextual menus
10414                 Rework message a bit ("Empty all messages" -> "Delete all
10415                 messages")
10416                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
10417                 and "Deleted Items" folders)
10418
10419 2005-08-08 [colin]      1.9.13cvs28
10420
10421         * src/summaryview.c
10422         * src/prefs_summaries.c
10423                 Make "Select first unread|new" more flexible
10424                 (just prioritize new or unread)
10425
10426 2005-08-08 [colin]      1.9.13cvs27
10427
10428         * src/summaryview.c
10429                 If "select first new" is selected and there only
10430                 are unread messages, fallback to "select first
10431                 unread".
10432
10433 2005-08-08 [colin]      1.9.13cvs26
10434
10435         * src/folder.c
10436                 Fix shameful bugs (and bug #779)
10437
10438 2005-08-08 [colin]      1.9.13cvs25
10439
10440         * src/folder.c
10441         * src/folder.h
10442                 Cache parents' type to make folder_has_parent_of_type
10443                 faster
10444         * src/folderview.c
10445                 Forbid DnD of special sub-folders
10446         * src/procmsg.c
10447         * src/procmsg.h
10448                 Add MAIL_POSTFILTERING_HOOK
10449         * src/summaryview.c
10450                 Revert over-zealous deletion of the use_addr_book 
10451                 code
10452
10453 2005-08-07 [colin]      1.9.13cvs24
10454
10455         * src/folder.c
10456                 Fix big mistake (passing MsgInfo instead 
10457                 of FolderItem)
10458
10459 2005-08-07 [colin]      1.9.13cvs23
10460
10461         * src/compose.c
10462         * src/folder.c
10463         * src/folder.h
10464         * src/foldersel.c
10465         * src/folderutils.c
10466         * src/folderview.c
10467         * src/imap.c
10468         * src/mainwindow.c
10469         * src/messageview.c
10470         * src/mh.c
10471         * src/msgcache.c
10472         * src/procmime.c
10473         * src/summaryview.c
10474                 Make subfolders of Drafts, Queue, Outbox, Trash
10475                 work like their parents. 
10476                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
10477
10478 2005-08-07 [colin]      1.9.13cvs22
10479
10480         * src/addressbook.c
10481                 Fix bug #771 (Dragged contacts not saved)
10482
10483 2005-08-07 [paul]       1.9.13cvs21
10484
10485         * src/summaryview.c
10486                 fix bug 32 'Search Doesn't display results
10487                 if "Hide Read Messages" is chosen'
10488                 be more literal in interpreting 'Hide read
10489                 messages'
10490
10491 2005-08-07 [colin]      1.9.13cvs20
10492
10493         * src/folderview.c
10494                 Add debug
10495         * src/summaryview.c
10496                 Faster 'unthread_for_execution'
10497
10498 2005-08-06 [paul]       1.9.13cvs19
10499
10500         * src/mainwindow.c
10501                 add mnemonics to Set displayed columns
10502                 fix bug where msgview_visible option was
10503                 overwritten as TRUE on startup
10504
10505 2005-08-06 [paul]       1.9.13cvs18
10506
10507         * src/mainwindow.c
10508                 refer to 'displayed columns in folder/message
10509                 list' not 'displayed items in summary/message view'
10510         * src/prefs_display_header.c
10511                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
10512                 be consistent with similar dialogues
10513         * src/prefs_folder_column.c
10514         * src/prefs_summary_column.c
10515                 'columns' not 'items', and folder and message lists,
10516                 instead of folder and summary views;
10517                 Use 'Hidden columns' as list heading not 'Available
10518                 items';
10519                 move the 'Remove' button to the right hand side;
10520                 top-align the buttons;
10521                 remove unneeded vbox
10522         * src/prefs_summaries.c
10523                 put the 2 column prefs buttons in a frame to reduce
10524                 overall width; refer to columns not items &c.
10525
10526 2005-08-05 [colin]      1.9.13cvs17
10527
10528         * src/prefs_common.c
10529         * src/prefs_common.h
10530         * src/mainwindow.c
10531         * src/compose.c
10532         * src/messageview.c
10533                 Add an hidden toolbar_detachable pref, so
10534                 that I can get rid of these painful handles
10535                 in the toolbars. Defaults to TRUE to avoid
10536                 changing the GUI on unsuspecting people...
10537
10538 2005-08-05 [colin]      1.9.13cvs16
10539
10540         * src/Makefile.am
10541         * src/prefs_folder_column.c
10542         * src/prefs_folder_column.h
10543                 Add prefs for folder columns
10544         * src/folderview.c
10545         * src/folderview.h
10546         * src/mainwindow.c
10547         * src/mainwindow.h
10548         * src/prefs_common.c
10549         * src/prefs_common.h
10550         * src/prefs_summaries.c
10551                 Use them
10552         * src/prefs_summary_column.c
10553         * src/summaryview.c
10554         * src/summaryview.h
10555                 Add a To column
10556         * src/textview.c
10557         * src/common/utils.c
10558         * src/common/utils.h
10559                 Move uri colourisation functions
10560                 to utils
10561         * src/compose.c
10562                 Colourise URIs
10563         * src/imap.c
10564                 Fix bug with LIST where we'd try
10565                 to get Folder//////[...]/// 
10566
10567 2005-08-05 [paul]       1.9.13cvs15
10568
10569         * src/prefs_summaries.c
10570                 improve the English usage
10571         * src/summaryview.c
10572                 set font on column change
10573                 thanks to Colin
10574
10575 2005-08-05 [paul]       1.9.13cvs14
10576
10577         * src/prefs_common.c
10578         * src/prefs_common.h
10579         * src/prefs_summaries.c
10580         * src/summaryview.c
10581                 replace 'open_unread_on_enter' option with
10582                 'select_on_entry' option. opening/not opening
10583                 is now exclusively controlled by 'always_show_msg'
10584
10585 2005-08-04 [colin]      1.9.13cvs13
10586
10587         * src/compose.c
10588                 Remove dead code
10589                 Add colourisation of quotes and signatures
10590         * src/folderview.c
10591                 Fix possible crashes
10592         * src/messageview.c
10593                 Change an assert that is no problem
10594         * src/news.c
10595         * src/news_gtk.c
10596         * src/news_gtk.h
10597                 Fix offline mode
10598         * src/gtk/quicksearch.c
10599                 Fix a possible crash
10600
10601 2005-08-03 [colin]      1.9.13cvs12
10602
10603         * src/prefs_account.c
10604                 Fix bug #777 (Sylpheed crash in account configuration)
10605
10606 2005-08-03 [colin]      1.9.13cvs11
10607
10608         * src/addressbook.c
10609         * src/editaddress.c
10610         * src/editgroup.c
10611                 Fixing addressbook, round 2
10612         * src/textview.c
10613                 Fix emphasis color on rechecking 'Colorize messages'
10614
10615 2005-08-03 [paul]       1.9.13cvs10
10616
10617         sync with main
10618
10619         * src/addr_compl.c
10620         * src/compose.c
10621         * src/main.c
10622         * src/pop.c
10623         * src/prefs_account.c
10624         * src/procmime.c
10625         * src/procmsg.c
10626         * src/quote_fmt_parse.y
10627         * src/textview.c
10628         * src/common/quoted-printable.c
10629         * src/common/utils.c
10630         * src/common/utils.h
10631         * src/common/xml.c
10632                 replaced incorrect locale-independent
10633                 ctype functions with GLib's. Corrected
10634                 signedness mismatch.
10635         * src/headerview.c
10636                 headerview_create(): added spacing for vbox.
10637         * src/gtk/about.c
10638                 set focus to the OK button.
10639
10640 2005-08-03 [colin]      1.9.13cvs9
10641
10642         * src/folderview.c
10643                 Fix possible crash
10644
10645 2005-08-02 [colin]      1.9.13cvs8
10646
10647         * src/mainwindow.c
10648                 Fix cast
10649         * src/addressbook.c
10650         * src/addressitem.h
10651                 Fix a cast and more generally, try to make the
10652                 GUI more intuitive and consistent (round 1)
10653
10654 2005-08-02 [paul]       1.9.13cvs7
10655
10656         * src/folder.h
10657                 missing in 1.9.13cvs6
10658
10659 2005-08-02 [colin]      1.9.13cvs6
10660
10661         * src/folder.c
10662                 Fix one more leak
10663
10664 2005-08-02 [colin]      1.9.13cvs5
10665
10666         * src/folder.c
10667         * src/folderview.c
10668         * src/imap.c
10669         * src/main.c
10670         * src/mbox.c
10671         * src/procmsg.c
10672         * src/summaryview.c
10673                 Fix a number of folder_item_get_msg_list()-related
10674                 leaks (missing procmsg_msginfo_free()s)
10675
10676 2005-08-01 [colin]      1.9.13cvs4
10677
10678         * src/folderview.c
10679         * src/folderview.h
10680         * src/mainwindow.c
10681         * src/prefs_fonts.c
10682         * src/prefs_summaries.c
10683         * src/prefs_themes.c
10684         * src/summaryview.c
10685         * src/summaryview.h
10686         * src/textview.c
10687         * src/textview.h
10688                 Fix instant-apply of summary and folderview-related prefs
10689                 Fix erroneous g_free and alertpanels in prefs_theme
10690                 Add instant-apply for fonts
10691                 Defer applying of prefs a little bit so it's done only
10692                 once even if requested by multiples prefs pages
10693
10694 2005-08-01 [paul]       1.9.13cvs3
10695
10696         * src/main.c
10697                 fix bug 776 'S.C. crashes on close'
10698                 thanks to Colin
10699         * src/etpan/etpan-thread-manager-types.h
10700                 add missing include
10701                 thanks to Hoa
10702
10703 2005-07-25 [paul]       1.9.13cvs2
10704
10705         * src/summaryview.c
10706                 fix typos. spotted by Fabien Vantard
10707
10708 2005-07-24 [paul]       1.9.13cvs1
10709
10710         * doc/man/sylpheed.1
10711                 update man page, incorporating fix of
10712                 bug 769 'Typo in manpage'
10713         * src/etpan/imap-thread.c
10714                 fix NetBSD openssl dependencies. patch by
10715                 George Michaelson <ggm@apnic.net>
10716         * po/pt_BR.po
10717                 updated by Frederico Goncalves Guimaraes
10718
10719 2005-07-22 [paul]       1.9.13
10720
10721         1.9.13 release
10722
10723 2005-07-22 [paul]       1.9.12cvs91
10724
10725         * AUTHORS
10726         * INSTALL
10727         * README.claws
10728         * RELEASE_NOTES.claws
10729                 updated for release
10730         * configure.ac
10731         * po/nb.po
10732         * tools/claws.i18n.status.pl
10733                 add Norwegian translation. submiited by
10734                 Geir Helland <pjallabais@users.sourceforge.net>
10735         * po/ca.po
10736         * po/de.po
10737         * po/es.po
10738         * po/fi.po
10739         * po/fr.po
10740         * po/it.po
10741         * po/sk.po
10742         * po/sr.po
10743         * po/zh_CN.po
10744                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10745                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10746                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10747                 Yang Guilong
10748         * src/plugins/clamav/clamav_plugin_gtk.c
10749         * src/plugins/spamassassin/spamassassin_gtk.c
10750                 replace outdated description strings
10751
10752 2005-07-21 [colin]      1.9.12cvs90
10753
10754         * src/folder.c
10755                 Set folder to batch mode when scanning it. Makes deletion
10756                 of unread mails on IMAP much faster (due to the UNREAD 
10757                 flag unsetting)
10758
10759 2005-07-21 [darko]      1.9.12cvs89
10760
10761         * configure.ac
10762                 link against libresolv if necessary (patch by Paul)
10763         * src/msgcache.c
10764                 use glib's portable macros to determine endianness
10765
10766 2005-07-21 [paul]       1.9.12cvs88
10767
10768         * src/crash.c
10769         * src/gtk/about.c
10770                 update compiled-in features list
10771
10772 2005-07-20 [colin]      1.9.12cvs87
10773
10774         * src/folder.c
10775         * src/textview.c
10776                 Gcc 2.9x compilation fixes, thanks to Darko
10777         * src/plugins/clamav/clamav_plugin.c
10778                 Little optimisation: load virus database only once
10779         * src/plugins/spamassassin/spamassassin.c
10780                 Big optimisation: filtering one mail took at least 1 second,
10781                 now it takes at least 50ms. Doesn't speed up spamassassin 
10782                 itself, but should already be much more tolerable.
10783
10784 2005-07-20 [colin]      1.9.12cvs86
10785
10786         * src/summaryview.c
10787                 Fix performance issue
10788
10789 2005-07-19 [colin]      1.9.12cvs85
10790
10791         * src/plugins/pgpinline/plugin.c
10792                 Fix warning
10793
10794 2005-07-19 [colin]      1.9.12cvs84
10795
10796         * configure.ac
10797         * src/plugins/Makefile.am
10798         * src/plugins/pgpinline/.cvsignore
10799         * src/plugins/pgpinline/Makefile.am
10800         * src/plugins/pgpinline/pgpinline.c
10801         * src/plugins/pgpinline/pgpinline.deps
10802         * src/plugins/pgpinline/pgpinline.h
10803         * src/plugins/pgpinline/plugin.c
10804                 Put pgpinline in the main tree
10805
10806 2005-07-19 [paul]       1.9.12cvs83
10807
10808         * src/prefs_actions.c
10809                 prevent '//' in menu names, which cause a crash
10810                 thanks to Colin
10811
10812 2005-07-19 [paul]       1.9.12cvs82
10813
10814         * configure.ac
10815                 be generally more informative in configure output.
10816                 OpenSSL: correction: '[ --enable-openssl ...' -> 
10817                 '[ --disable-openssl ...', as --enable-openssl is default
10818                 PGP/MIME: don't check for GPGME again, check for
10819                 pgpcore instead. Therefore prevent the possibility of
10820                 attempting to build pgpmime if pgpcore dependencies are
10821                 not met
10822                 ClamAV: use pkgconfig to check for lib
10823                 libgnomeprint: revert logic on inner test to match
10824                 everything else
10825         * src/plugins/pgpcore/sgpgme.c
10826                 add missing include
10827
10828 2005-07-19 [colin]      1.9.12cvs81
10829
10830         * src/summaryview.c
10831                 Fix slow thread rebuilding in particular
10832                 cases
10833
10834 2005-07-19 [paul]       1.9.12cvs80
10835
10836         * sylpheed-claws.desktop
10837                 fix typo, spotted by Stephan Sachse
10838         * src/account.c
10839                 replace GTK_STOCK_ADD with
10840                 GTK_STOCK_NEW button
10841
10842 2005-07-18 [colin]      1.9.12cvs79
10843
10844         * src/etpan/imap-thread.c
10845                 Fix return value (Thanks Hoa)
10846
10847 2005-07-18 [colin]      1.9.12cvs78
10848
10849         * src/imap.c
10850                 Allow empty passwords
10851                 Create drafts/queue/outbox if necessary
10852         * src/summaryview.c
10853                 Remove old code
10854         * src/etpan/imap-thread.c
10855                 Fix STARTTLS (Thanks to Hoa)
10856
10857 2005-07-18 [paul]       1.9.12cvs77
10858
10859         * ChangeLog-gtk2.jp
10860         * ChangeLog.jp
10861                 removed
10862         * Makefile.am
10863                 updated to reflect additions and removals
10864         * TODO
10865                 updated to be claws-specific
10866         * TODO-gtk2
10867         * TODO-gtk2.jp
10868         * TODO.jp
10869         * sylpheed-128x128.png
10870         * sylpheed-64x64.png
10871                 removed
10872         * sylpheed-claws-128x128.png
10873         * sylpheed-claws-64x64.png
10874         * sylpheed-claws.desktop
10875         * sylpheed-claws.png
10876                 added
10877         * sylpheed.desktop
10878         * sylpheed.png
10879                 removed
10880
10881 2005-07-17 [paul]       1.9.12cvs76
10882
10883         * src/account.c
10884         * src/addressbook.c
10885         * src/alertpanel.c
10886         * src/alertpanel.h
10887         * src/compose.c
10888         * src/exphtmldlg.c
10889         * src/expldifdlg.c
10890         * src/folderview.c
10891         * src/imap_gtk.c
10892         * src/inc.c
10893         * src/message_search.c
10894         * src/messageview.c
10895         * src/mh_gtk.c
10896         * src/news_gtk.c
10897         * src/prefs_actions.c
10898         * src/prefs_filtering.c
10899         * src/prefs_matcher.c
10900         * src/prefs_template.c
10901         * src/prefs_themes.c
10902         * src/ssl_manager.c
10903         * src/summary_search.c
10904         * src/textview.c
10905         * src/toolbar.c
10906         * src/gtk/sslcertwindow.c
10907         * src/plugins/pgpcore/sgpgme.c
10908                 rework alertpanels
10909
10910 2005-07-17 [colin]      1.9.12cvs75
10911
10912         * src/privacy.c
10913                 add a PrivacySystem accessor that checks that
10914                 the system cached in a MimeInfo's privacydata
10915                 is still registered. Use this accessor instead
10916                 of directly using data->system. Fixes crashes
10917                 after unloading pgp plugins.
10918
10919 2005-07-17 [colin]      1.9.12cvs74
10920
10921         * src/alertpanel.c
10922                 Change geometry hints to a simple default size.
10923                 Fixes the certs dialogs.
10924
10925 2005-07-17 [colin]      1.9.12cvs73
10926
10927         * src/gtk/sslcertwindow.c
10928                 Use a gtkExpander
10929
10930 2005-07-17 [colin]      1.9.12cvs72
10931
10932         * src/plugins/pgpcore/Makefile.am
10933         * src/plugins/pgpmime/Makefile.am
10934                 Add gpgme libs
10935
10936 2005-07-17 [paul]       1.9.12cvs71
10937
10938         * configure.ac
10939                 add --disable-gnomeprint option
10940                 modified version of patch by Marius Mauch
10941
10942 2005-07-17 [paul]       1.9.12cvs70
10943
10944         * src/common/defs.h
10945                 update urls
10946         * src/account.c
10947         * src/action.c
10948         * src/addressbook.c
10949         * src/compose.c
10950         * src/foldersel.c
10951         * src/folderview.c
10952         * src/html.c
10953         * src/imap_gtk.c
10954         * src/main.c
10955         * src/mainwindow.c
10956         * src/messageview.c
10957         * src/mh_gtk.c
10958         * src/mimeview.c
10959         * src/news_gtk.c
10960         * src/prefs_account.c
10961         * src/prefs_send.c
10962         * src/prefs_summaries.c
10963         * src/procmsg.c
10964         * src/summaryview.c
10965         * src/common/utils.c
10966         * src/common/xml.c
10967         * src/plugins/pgpcore/passphrase.c
10968         * src/plugins/pgpcore/select-keys.c
10969                 replace inappropriately used backticks
10970                 with single quotes
10971
10972 2005-07-16 [colin]      1.9.12cvs69
10973
10974         * src/image_viewer.c
10975                 Add extra paranoid checks
10976
10977 2005-07-16 [colin]      1.9.12cvs68
10978
10979         * src/plugins/pgpcore/prefs_gpg.c
10980                 Don't auto-check sigs by default, as it
10981                 can be really slow.
10982
10983 2005-07-16 [colin]      1.9.12cvs67
10984
10985         * src/plugins/pgpcore/sgpgme.c
10986                 Make messages a bit better.
10987
10988 2005-07-16 [colin]      1.9.12cvs66
10989
10990         * src/imap.c
10991                 Remove pseudo-log
10992         * src/etpan/imap-thread.c
10993                 Add real log
10994
10995 2005-07-16 [colin]      1.9.12cvs65
10996
10997         * src/main.c
10998         * src/prefs_other.c
10999                 And now, fix build with libetpan :-/
11000
11001 2005-07-15 [colin]      1.9.12cvs64
11002
11003         * src/prefs_other.c
11004                 Continue fixing build without libetpan.
11005
11006 2005-07-15 [colin]      1.9.12cvs63
11007
11008         * src/main.c
11009                 Fix build with --disable-libetpan
11010
11011 2005-07-15 [colin]      1.9.12cvs62
11012
11013         * configure.ac
11014                 Bump libetpan's version
11015
11016 2005-07-15 [colin]      1.9.12cvs61
11017
11018         * src/etpan/imap-thread.c
11019                 Actually stop logging :)
11020
11021 2005-07-15 [colin]      1.9.12cvs60
11022
11023         * src/addressbook.c
11024                 Fix dnd of multiple addresses.
11025
11026 2005-07-15 [hoa]        1.9.12cvs59
11027
11028         * src/etpan/imap-thread.c
11029             disable login of IMAP password in libetpan log file.
11030
11031 2005-07-15 [paul]       1.9.12cvs58
11032
11033         * src/account.c
11034                 don't automatically sort
11035                 do allow drag n drop
11036
11037 2005-07-15 [paul]       1.9.12cvs57
11038
11039         * src/account.c
11040         * src/ssl_manager.c
11041                 alphabetical listing
11042
11043 2005-07-15 [paul]       1.9.12cvs56
11044
11045         * src/gtk/pluginwindow.c
11046                 sort plugin list alphabetically
11047
11048 2005-07-15 [paul]       1.9.12cvs55
11049
11050         * src/prefs_spelling.c
11051         * src/prefs_wrapping.c
11052                 unify English usage
11053
11054 2005-07-15 [colin]      1.9.12cvs54
11055
11056         * src/wizard.c
11057                 Typo fix
11058
11059 2005-07-15 [paul]       1.9.12cvs53
11060
11061         * src/prefs_message.c
11062                 make 'show cursor' a hidden option
11063
11064 2005-07-14 [colin]      1.9.12cvs52
11065
11066         * src/plugins/spamassassin/Makefile.am
11067         * src/plugins/clamav/Makefile.am
11068                 Fix double EXTRA_DISTs
11069
11070 2005-07-14 [colin]      1.9.12cvs51
11071
11072         * src/plugins/clamav/Makefile.am
11073         * src/plugins/clamav/clamav_plugin_gtk.deps
11074         * src/plugins/spamassassin/Makefile.am
11075         * src/plugins/spamassassin/spamassassin_gtk.deps
11076                 Make $plugin_gtk depend on $plugin
11077
11078 2005-07-14 [hoa]        1.9.12cvs50
11079
11080         * src/etpan/imap-thread.c
11081                 enable debug log of libetpan when running with --debug
11082
11083 2005-07-14 [colin]      1.9.12cvs49
11084
11085         * configure.ac
11086         * src/common/Makefile.am
11087         * src/common/plugin.c
11088         * src/common/plugin.h
11089                 Add a little plugin dependancy system.
11090                 Plugins can ship a $plugin_name.deps file
11091                 (near them in PLUGINDIR) so that their
11092                 dependancies are loaded if possible.
11093         * src/plugins/Makefile.am
11094         * src/plugins/pgpcore/Makefile.am
11095         * src/plugins/pgpcore/passphrase.c
11096         * src/plugins/pgpcore/passphrase.h
11097         * src/plugins/pgpcore/plugin.c
11098         * src/plugins/pgpcore/prefs_gpg.c
11099         * src/plugins/pgpcore/prefs_gpg.h
11100         * src/plugins/pgpcore/select-keys.c
11101         * src/plugins/pgpcore/select-keys.h
11102         * src/plugins/pgpcore/sgpgme.c
11103         * src/plugins/pgpcore/sgpgme.h
11104                 Introduce pgpcore, used by pgpmime and
11105                 pgpinline
11106         * src/plugins/pgpmime/Makefile.am
11107         * src/plugins/pgpmime/passphrase.c
11108         * src/plugins/pgpmime/passphrase.h
11109         * src/plugins/pgpmime/pgpmime.c
11110         * src/plugins/pgpmime/pgpmime.deps
11111         * src/plugins/pgpmime/plugin.c
11112         * src/plugins/pgpmime/prefs_gpg.c
11113         * src/plugins/pgpmime/prefs_gpg.h
11114         * src/plugins/pgpmime/select-keys.c
11115         * src/plugins/pgpmime/select-keys.h
11116         * src/plugins/pgpmime/sgpgme.c
11117         * src/plugins/pgpmime/sgpgme.h
11118                 Remove the core from pgpmime and add the
11119                 dependancy to pgpcore.
11120
11121 2005-07-14 [paul]       1.9.12cvs48
11122
11123         * src/stock_pixmap.c
11124                 forgot this in last commit
11125
11126 2005-07-14 [paul]       1.9.12cvs47
11127
11128         * src/account.c
11129         * src/addressbook.c
11130                 add accelerators for the buttons (sync with main)
11131         * src/compose.c
11132         * src/compose.h
11133                 add accelerators for the buttons.
11134                 fix editing with external editor.
11135                 replace gdk_input_*() with GIOChannel;
11136                 (sync with main)
11137         * src/foldersel.c
11138                 display folder names with new/unread
11139                 representation (sync with main)
11140         * src/main.c
11141                 specify default window icon (sync with main)
11142         * src/prefs_common.c
11143                 use_addr_book default to FALSE
11144         * src/summaryview.c
11145         * src/textview.c
11146                 add accelerators for the buttons (sync with main)
11147         * src/gtk/menu.c
11148                 fix typos
11149         * src/pixmaps/sylpheed_icon.xpm
11150                 updated
11151
11152 2005-07-13 [paul]       1.9.12cvs46
11153
11154         * src/plugins/pgpmime/pgpmime.c
11155         * src/plugins/pgpmime/sgpgme.c
11156                 (temporarily) use deprecated gpgme_data_rewind()
11157                 while largefile support is not present
11158                 (as suggested by Colin)
11159
11160 2005-07-13 [paul]       1.9.12cvs45
11161
11162         * configure.ac
11163                 remove large file support (for now):
11164                 it breaks too many things
11165
11166 2005-07-13 [paul]       1.9.12cvs44
11167
11168         * configure.ac
11169                 add large file support
11170         * src/html.c
11171                 fix bug #763 where href attribute was not
11172                 the very first attribute of a link
11173                 patch by Thomas Gilgin
11174
11175 2005-07-13 [colin]      1.9.12cvs43
11176
11177         * src/gtk/pluginwindow.c
11178                 Little portability fix
11179
11180 2005-07-13 [colin]      1.9.12cvs42
11181
11182         * src/plugins/pgpmime/sgpgme.c
11183                 Fix crasher.
11184
11185 2005-07-13 [colin]      1.9.12cvs41
11186
11187         * src/plugins/pgpmime/pgpmime.c
11188         * src/plugins/pgpmime/sgpgme.c
11189                 Use gpgme_data_release_and_get_mem instead
11190                 of gpgme_data_read.
11191
11192 2005-07-13 [colin]      1.9.12cvs40
11193
11194         * configure.ac
11195         * src/plugins/pgpmime/passphrase.c
11196         * src/plugins/pgpmime/passphrase.h
11197         * src/plugins/pgpmime/pgpmime.c
11198         * src/plugins/pgpmime/plugin.c
11199         * src/plugins/pgpmime/select-keys.c
11200         * src/plugins/pgpmime/select-keys.h
11201         * src/plugins/pgpmime/sgpgme.c
11202         * src/plugins/pgpmime/sgpgme.h
11203                 Port pgpmime to gpgme-1.0.
11204
11205 2005-07-12 [paul]       1.9.12cvs39
11206
11207         * AUTHORS
11208         * src/toolbar.c
11209         * src/toolbar.h
11210                 add a 'Go to Prev' button to the toolbar.
11211                 correct tooltip text of go to buttons.
11212                 based on patch by Yang Guilong <bamanzi@gmail.com>
11213
11214 2005-07-12 [colin]      1.9.12cvs38
11215
11216         * src/statusbar.c
11217                 Fix progress bar showing stuff at startup.
11218
11219 2005-07-12 [paul]       1.9.12cvs37
11220
11221         * src/editjpilot.c
11222                 fix building with jpilot support
11223
11224 2005-07-11 [colin]      1.9.12cvs36
11225
11226         * src/inc.c
11227                 Add visual indication that filtering is running
11228         * src/textview.c
11229                 Make {}[] uri delimiters
11230         * src/summaryview.c
11231                 Remove useless (and slow) calls
11232
11233 2005-07-11 [paul]       1.9.12cvs35
11234
11235         * src/plugins/clamav/clamav_plugin_gtk.c
11236         * src/plugins/dillo_viewer/dillo_prefs.c
11237         * src/plugins/pgpmime/prefs_gpg.c
11238         * src/plugins/spamassassin/spamassassin_gtk.c
11239                 gather plugins prefs together under their
11240                 own 'Plugins' heading
11241
11242 2005-07-11 [paul]       1.9.12cvs34
11243
11244         sync with main
11245
11246         * src/account.c
11247                 account_delete(): modified alert dialog
11248         * src/editjpilot.c
11249         * src/editvcard.c
11250                 fixed a crash when cancelling file selection
11251                 dialog by Escape key. Made non-ascii filename
11252                 selectable.
11253         * src/prefs_template.c
11254                 prefs_template_window_create(): make scrolled
11255                 window policy AUTOMATIC
11256
11257 2005-07-10 [hoa]        1.9.12cvs33
11258
11259         * src/etpan/imap-thread.c
11260                 workaround for old Courier IMAP servers.
11261
11262 2005-07-10 [colin]      1.9.12cvs32
11263
11264         * src/folder.c
11265         * src/statusbar.c
11266         * src/statusbar.h
11267                 Add visual progress indicator on filtering/processing
11268                 Factorize the progress bar code
11269         * src/imap.c
11270         * src/imap.h
11271         * src/etpan/imap-thread.c
11272                 Add a reference counter to avoid destroying the Folder
11273                 while it's in use by another callback.
11274
11275 2005-07-09 [hoa]        1.9.12cvs31
11276
11277         * src/imap.c
11278         * src/etpan/imap-thread.c
11279                 fixed deadlock when removing IMAP account.
11280
11281 2005-07-08 [colin]      1.9.12cvs30
11282
11283         * src/textview.c
11284         * src/unmime.c
11285                 Fix again problems decoding broken headers
11286         * src/gtk/inputdialog.c
11287                 Fix local variable shadowing a global one
11288
11289 2005-07-08 [colin]      1.9.12cvs29
11290
11291         * src/msgcache.c
11292                 Make the cache/mark files platform-agnostic by writing
11293                 them in little-endian format. Reading them is also done
11294                 in little-endian format, of course; however, in order
11295                 to avoid trashing mark data on big-endian machines, the
11296                 files are, at first, read from the native format if the
11297                 little-endian one doesn't exist. This is easy to deter-
11298                 mine by trying to open a file with a swapped data_ver
11299                 and seeing if it's the wanted version.
11300                 Little-endian using users should see absolutely no
11301                 difference, Big-endian users may get a very little
11302                 performance drop due to byte-swapping.
11303                 Tested on i386 and ppc32. 
11304                 Fixes bug #159 (The index file, in the mailboxes, is 
11305                 hardware depending).
11306
11307                 To have the cache/mark files updated to the new little-
11308                 endian format, "Check for new messages" or even
11309                 "Rebuild folder tree" aren't enough. Files will be
11310                 updated as soon as a folder has been opened/closed.
11311                 To update everything, just select all folders by
11312                 selecting them one by one.
11313
11314 2005-07-07 [colin]      1.9.12cvs28
11315
11316         * src/imap.c
11317                 Remember the folder separator per IMAPFolder
11318                 instead of globally.
11319                 Revive the Session on noop; fixes bug #761
11320                 (mark a bunch of unread messages as read takes 
11321                 forever)
11322
11323 2005-07-07 [darko]      1.9.12cvs27
11324
11325         * src/common/template.c
11326                 Sort templates alphabetically
11327
11328 2005-07-06 [colin]      1.9.12cvs26
11329
11330         * src/imap.c
11331                 Try to use the correct separator in
11332                 most cases. Possibly fixes bug #759
11333                 (only creates the INBOX folder when 
11334                 setting up new IMAP account) and 
11335                 bug #760 (Can't retrieve messages)
11336
11337 2005-07-06 [colin]      1.9.12cvs25
11338
11339         * src/imap.c
11340                 Use real_path in status command. This will
11341                 help later, when namespaces will be used.
11342
11343 2005-07-06 [colin]      1.9.12cvs24
11344
11345         * configure.ac
11346         * src/account.c
11347         * src/folder.c
11348         * src/imap.c
11349         * src/etpan/etpan-log.c
11350         * src/etpan/etpan-thread-manager.c
11351         * src/etpan/imap-thread.c
11352                 Add a --disable-libetpan parameter. With this,
11353                 users that don't want IMAP4 support can avoid
11354                 the new dependancy (and have no IMAP support).
11355                 Users that have IMAP4 accounts and use this
11356                 parameter won't lose their configuration, their
11357                 IMAP accounts will just be invisible and not
11358                 used.
11359         * src/textview.c
11360                 Make the "Copy ..." contextual menu items 
11361                 copy to both the X clipboard and the gtk 
11362                 clipboard - as most other apps do.
11363         * src/gtk/about.c
11364                 Add a notice about OpenSSL usage, in order to
11365                 comply with OpenSSL's license (point 6):
11366                 http://www.openssl.org/source/license.html
11367
11368 2005-07-06 [colin]      1.9.12cvs23
11369
11370         * src/alertpanel.c
11371                 Fix a minimum size for alertpanels
11372         * src/compose.c
11373                 Show 'No space left on device' type errors
11374                 when queuing/sending
11375         * src/imap_gtk.c
11376         * src/mh_gtk.c
11377                 Rework folder's deletion message (remove 
11378                 extra \n)
11379
11380 2005-07-05 [colin]      1.9.12cvs22
11381
11382         * src/imap.c
11383                 Add an alertpanel on auth error
11384                 Add pseudo-log
11385                 Remove pthread-related stuff
11386
11387 2005-07-05 [colin]      1.9.12cvs21
11388
11389         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11390                 Fix crash on plugin reloading (with a hack)
11391
11392 2005-07-05 [colin]      1.9.12cvs20
11393
11394         * src/prefs_account.c
11395         * src/prefs_account.h
11396                 Fix typo
11397         * src/gtk/filesel.c
11398         * src/gtk/filesel.h
11399                 Add a way to filter the view
11400         * src/gtk/pluginwindow.c
11401                 Filter loadable stuff
11402         * src/plugins/pgpmime/prefs_gpg.c
11403                 Fix missing unregistration
11404         * .cvsignore
11405         * src/etpan/.cvsignore
11406         * src/plugins/spamassassin/.cvsignore
11407                 Add more stuff to cvs ignored files
11408
11409 2005-07-04 [colin]      1.9.12cvs19
11410
11411         * src/imap.c
11412                 Fix scan_required returning FALSE when it
11413                 shouldn't. Maybe fix #760 (Can't retrieve
11414                 messages)
11415
11416 2005-07-04 [colin]      1.9.12cvs18
11417
11418         * src/summaryview.c
11419                 Fix always_show_msg pref
11420
11421 2005-07-04 [paul]       1.9.12cvs17
11422
11423         sync with main (forgotten in last commit)
11424         
11425         * src/common/utils.c
11426         * src/common/utils.h
11427                 check_line_length(): new.
11428                 is_dir_exist()
11429                 is_file_entry_exist()
11430                 dirent_is_regular_file()
11431                 dirent_is_directory(): use g_file_test() instead of stat().
11432
11433 2005-07-04 [paul]       1.9.12cvs16
11434
11435         sync with main:
11436
11437         * src/compose.c
11438                 compose_write_to_file(): check for line
11439                 length limit and display warning if exceeds
11440         * src/jpilot.c
11441                 use get_home_dir() instead of g_get_home_dir()
11442         * src/procheader.c
11443                 removed warning about invalid date
11444         * src/vcard.c
11445                 use get_home_dir() instead of g_get_home_dir()
11446
11447 2005-07-04 [paul]       1.9.12cvs15
11448
11449         * src/stock_pixmap.c
11450                 fix new pixmap naming errors
11451                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
11452
11453 2005-07-04 [colin]      1.9.12cvs14
11454
11455         * src/imap.c
11456                 Fix debugging string with a warning
11457
11458 2005-07-04 [colin]      1.9.12cvs13
11459
11460         * configure.ac
11461                 Add a check for libetpan's version (>= 0.37)
11462
11463 2005-07-04 [hoa]        1.9.12cvs12
11464
11465         * commitHelper
11466         * src/imap.c
11467         * src/etpan/imap-thread.c
11468         * src/etpan/imap-thread.h
11469                 fixed IMAP implementation of check of mails.
11470
11471 2005-07-03 [hoa]        1.9.12cvs11
11472
11473         * src/etpan/Makefile.am
11474         * src/etpan/etpan-errors.h
11475         * src/etpan/etpan-log.[ch]
11476         * src/etpan/etpan-thread-manager-types.h
11477         * src/etpan/etpan-thread-manager.[ch]
11478         * src/etpan/imap-thread.[ch]
11479         * src/Makefile.am
11480         * src/imap.c
11481         * src/main.c
11482         * src/prefs_other.c
11483         * configure.ac
11484             merged imap branch.
11485             dependency on libetpan 0.37 is now added.
11486
11487 2005-07-01 [colin]      1.9.12cvs10
11488
11489         * src/Makefile.am
11490         * src/folder.c
11491         * src/folder.h
11492         * src/folderview.c
11493         * src/stock_pixmap.c
11494         * src/stock_pixmap.h
11495         * src/plugins/trayicon/trayicon.c
11496                 Add marked symbol on folders containing
11497                 marked messages
11498         * src/procmsg.c
11499         * src/procmsg.h
11500         * src/toolbar.c
11501         * src/prefs_common.c
11502         * src/prefs_common.h
11503         * src/prefs_send.c
11504                 Add an optional confirmation dialog on queue
11505                 sending. Patch by wwp.
11506         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
11507         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
11508         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
11509         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
11510         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
11511         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
11512         * src/pixmaps/inbox_mark.xpm            ** ADDED **
11513         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
11514         * src/pixmaps/outbox_mark.xpm           ** ADDED **
11515         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
11516         * src/pixmaps/trash_mark.xpm            ** ADDED **
11517                 New pixmaps
11518
11519 2005-07-01 [colin]      1.9.12cvs9
11520
11521         * src/summaryview.c
11522                 Fix a little threading bug
11523         * src/addrgather.c
11524         * src/mainwindow.c
11525                 A little bit of HIG normality never hurts
11526
11527 2005-07-01 [colin]      1.9.12cvs8
11528
11529         * src/compose.c
11530         * src/msgcache.c
11531         * src/pop.c
11532         * src/procmime.c
11533         * src/recv.c
11534         * src/common/log.c
11535         * src/common/template.c
11536         * src/common/utils.c
11537         * src/common/utils.h
11538                 Reverted the fwrite_atomic stuff. In fact
11539                 it is already atomic.
11540
11541 2005-06-30 [colin]      1.9.12cvs7
11542
11543         * src/common/utils.c
11544         * src/common/utils.h
11545                 Add an fwrite_atomic() function to make
11546                 sure we write everything: fwrite can make
11547                 short writes.
11548         * src/compose.c
11549         * src/msgcache.c
11550         * src/pop.c
11551         * src/procmime.c
11552         * src/recv.c
11553         * src/common/log.c
11554         * src/common/template.c
11555                 Use that (and fix swapping of size and nmemb).
11556                 Thanks to Rich Coe for the heads up.
11557
11558 2005-06-30 [colin]      1.9.12cvs6
11559
11560         * src/addressbook.c
11561                 Optimize addressbook opening 
11562
11563 2005-06-30 [colin]      1.9.12cvs5
11564
11565         * src/summaryview.c
11566                 Remove calls to summary_step after move/copy
11567
11568 2005-06-28 [paul]       1.9.12cvs4
11569
11570         * src/alertpanel.c
11571                 wrap and make the error msg selectable
11572
11573 2005-06-28 [paul]       1.9.12cvs3
11574
11575         * src/ssl_manager.c
11576                 replace the OK button with a Close button
11577         * src/gtk/foldersort.c
11578                 use GTK_STOCK_ icons/buttons
11579
11580 2005-06-28 [colin]      1.9.12cvs2
11581
11582         * src/gedit-print.c             ** ADDED **
11583         * src/gedit-print.h             ** ADDED **
11584         * src/gtk/gtksourceprintjob.c   ** ADDED **
11585         * src/gtk/gtksourceprintjob.h   ** ADDED **
11586                 I can't believe no one had enough time to tell
11587                 me I forgot the `cvs add`
11588
11589 2005-06-27 [colin]      1.9.12cvs1
11590
11591         * src/Makefile.am
11592         * src/gtk/Makefile.am
11593         * src/messageview.c
11594         * src/procmsg.c
11595         * src/summaryview.c
11596         * configure.ac
11597                 Add optional libgnomeprint-based printing
11598         * src/mainwindow.c
11599         * src/gtk/quicksearch.c
11600                 Add an Edit/Quick search menu item to show
11601                 and focus the quicksearch
11602
11603 2005-06-27 [paul]       1.9.12
11604
11605         1.9.12 release
11606
11607         * po/ca.po
11608         * po/de.po
11609         * po/es.po
11610         * po/fr.po
11611         * po/it.po
11612         * po/ko.po
11613         * po/pt_BR.po
11614         * po/sk.po
11615         * po/zh_CN.po
11616                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11617                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11618                 SungHyun Nam, Frederico Goncalves Guimaraes,
11619                 Andrej Kacian, and Yang Guilong
11620 2005-06-26 [colin]      1.9.11cvs106
11621
11622         * src/imap_gtk.c
11623                 Forgot one file for previous fix
11624
11625 2005-06-26 [colin]      1.9.11cvs105
11626
11627         * src/folder.c
11628         * src/imap.c
11629                 Fix problems with folder operations in no_select
11630                 imap folders. it applies only to mails, and 
11631                 creation/deletion/move/renaming of folders 
11632                 should be possible
11633
11634 2005-06-26 [paul]       1.9.11cvs104
11635
11636         * src/prefs_filtering.c
11637                 replace one more GTK_STOCK_REMOVE
11638                 with GTK_STOCK_DELETE
11639
11640 2005-06-25 [colin]      1.9.11cvs103
11641
11642         * src/imap.c
11643                 Optimize get_seq_set_from_seq_list
11644                 (Patch by Ricardo) 
11645
11646 2005-06-25 [colin]      1.9.11cvs102
11647
11648         * src/mh.c
11649                 If the directory exists, but not in the
11650                 correct encoding, rename it. This should
11651                 handle old-versions-induced bugs.
11652
11653 2005-06-25 [colin]      1.9.11cvs101
11654
11655         * src/mh.c
11656                 Fix path access with extended dir names
11657                 Fixes bug #589 (SC segfaults with wrong locale
11658                 settings)
11659
11660 2005-06-25 [colin]      1.9.11cvs100
11661
11662         * src/prefs_account.c
11663         * src/prefs_account.h
11664         * src/compose.c
11665                 Add an option to encrypt replies to
11666                 encrypted messages
11667
11668 2005-06-25 [colin]      1.9.11cvs99
11669
11670         * src/compose.c
11671         * src/quote_fmt_parse.y
11672                 ... And make it work with pgpinline.
11673
11674 2005-06-25 [colin]      1.9.11cvs98
11675
11676         * src/compose.c
11677         * src/procmime.c
11678         * src/procmime.h
11679         * src/quote_fmt_parse.y
11680                 o Make reedition of encrypted messages possible
11681                   (as long as it is encrypted to self too, no
11682                    magic there)
11683                 o Make replying with quote (and without selecting
11684                   text) possible for encrypted messages.
11685                 Closes bug #550 (Not possible to "reply with quote"
11686                 to gnupg encrypted messages)
11687
11688 2005-06-24 [paul]       1.9.11cvs97
11689
11690         * src/imap.c
11691                 add missing include
11692
11693 2005-06-24 [paul]       1.9.11cvs96
11694
11695         * src/editldap.c
11696                 made bind password entry invisible
11697                 (sync with main)
11698         * src/send_message.c
11699                 send_message_local(): check exit status
11700                 to detect errors (sync with main)
11701         * src/textview.c
11702                 use main's less ambiguous popup menu
11703                 wording
11704
11705 2005-06-24 [paul]       1.9.11cvs95
11706
11707         * src/prefs_actions.c
11708         * src/prefs_customheader.c
11709         * src/prefs_display_header.c
11710         * src/prefs_filtering_action.c
11711         * src/prefs_matcher.c
11712         * src/prefs_template.c
11713         * src/prefs_toolbar.c
11714                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11715         * src/gtk/description_window.c
11716                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11717
11718 2005-06-23 [colin]      1.9.11cvs94
11719
11720         * src/summaryview.c
11721                 Fix rough edges (be sure to call status_show whenever
11722                 necessary).
11723
11724 2005-06-23 [colin]      1.9.11cvs93
11725
11726         * src/summaryview.c
11727                 Optimize Select All
11728                 Before, in a 5K mails folder: 11s
11729                 After, in the same folder: 58000µs
11730                 The joys of locking... gtk_clist_select_all() fires a 
11731                 tree-select-row event for each selected row, which in 
11732                 summaryview, callbacks summary_selected which in turn,
11733                 calls summary_status_show, which walks the selected
11734                 rows. Hence, calling gtk_clist_select_all was 
11735                 exponential. Locking the summaryview makes 
11736                 summary_selected return early.
11737
11738 2005-06-23 [colin]      1.9.11cvs92
11739
11740         * src/imap.c
11741                 Move mutex at the important place to avoid
11742                 deadlocks
11743         * src/summaryview.c
11744                 Fix Del key deleting directly instead of
11745                 moving to trash
11746
11747 2005-06-22 [colin]      1.9.11cvs91
11748
11749         * src/plugins/spamassassin/libspamc.c
11750                 As we do spagetti code with assignations in multiple
11751                 places (see _message_read_raw where out = msg = raw),
11752                 let's be sure we don't free the same pointer twice.
11753                 Should fix bug #683 (Crash in libpam at 
11754                 message_cleanup).
11755
11756 2005-06-22 [colin]      1.9.11cvs90
11757
11758         * src/compose.c
11759         * src/messageview.c
11760         * src/toolbar.c
11761                 Make toolbar's delete use the move to trash stuff;
11762                 Add gtk_widget_realize to be sure pixmaps can get
11763                 created (that may fix an old worksforme bug which
11764                 I can't find back...)
11765
11766 2005-06-22 [colin]      1.9.11cvs89
11767
11768         * src/summaryview.c
11769         * src/summaryview.h
11770         * src/mainwindow.c
11771                 Rename "Message/Delete" to "Message/Move to trash"
11772                 Add "Message/Delete..." that directly destroys the
11773                 selected messages after asking for a confirmation.
11774
11775 2005-06-22 [colin]      1.9.11cvs88
11776
11777         * src/imap.c
11778                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
11779                 o Fix a deadlock (thanks Darko)
11780
11781 2005-06-22 [colin]      1.9.11cvs87
11782
11783         * src/gtk/foldersort.c
11784                 Add missing include for the i18n;
11785                 patch by Fabien Vantard
11786
11787 2005-06-21 [colin]      1.9.11cvs86
11788
11789         * src/folder.c
11790         * src/folderview.c
11791                 Respect the no_select flag
11792         * src/imap.c
11793                 Fix recursive deletion
11794         * src/imap_gtk.c
11795         * src/mh_gtk.c
11796                 Make the folder deletion's warning
11797                 more explicit
11798
11799 2005-06-21 [colin]      1.9.11cvs85
11800
11801         * src/textview.c
11802                 Prevent email addresses from spanning accross
11803                 lines - fixes bug # 646 (newline-chars in 
11804                 email addresses)
11805
11806 2005-06-20 [colin]      1.9.11cvs84
11807
11808         * src/folder.c
11809                 Be sure not to remove source if copy failed
11810
11811 2005-06-20 [colin]      1.9.11cvs83
11812
11813         * src/folderview.c
11814         * src/imap_gtk.c
11815                 remove summaryview's lock
11816         * src/imap.c
11817                 introduce threads to avoid problems when foreground tasks
11818                 interfere with background tasks
11819         * src/mh.c
11820                 prevent moving to drafts/queue
11821         * src/mimeview.c
11822                 fix leak
11823
11824 2005-06-19 [colin]      1.9.11cvs82
11825
11826         * src/imap_gtk.c
11827                 Remember that the user doesn't want to override
11828                 offline mode, for 3 seconds. It avoid presenting
11829                 him with N popups in a really short time.
11830
11831 2005-06-17 [colin]      1.9.11cvs81
11832
11833         * src/imap.c
11834                 Fix IMAP breaking on folders containing '('
11835                 (Probably won't be enough)
11836
11837 2005-06-17 [colin]      1.9.11cvs80
11838
11839         Forgotten files on 1.9.11cvs79
11840         * src/summaryview.c
11841                 Fix stepping when not immediately executing
11842         * src/imap.c
11843                 Really prevent UID FETCH 0
11844         * src/codeconv.c
11845                 Fix outgoing charset never set to utf-8
11846         * src/mh.c
11847                 Fix leak
11848
11849 2005-06-16 [colin]      1.9.11cvs79
11850
11851         * src/compose.c
11852                 Fix bug #707 (Dash splits rows)
11853                 Only wrap if we're on a line break position and
11854                 the previous one was a "white" (space) char.
11855                 Pango stuff is weird.
11856
11857 2005-06-16 [colin]      1.9.11cvs78
11858
11859         * src/imap_gtk.c
11860                 Lock summaryview while downloading messages
11861                 on user demand
11862         * src/procheader.c
11863         * src/unmime.c
11864         * src/common/utils.c
11865         * src/common/utils.h
11866                 Replace \r and \n with spaces in From and
11867                 Subject headers
11868
11869 2005-06-16 [paul]       1.9.11cvs77
11870
11871         * src/procmime.c
11872                 liberalise the mime parser
11873         * src/gtk/about.c
11874                 add text wrapping
11875
11876 2005-06-16 [paul]       1.9.11cvs76
11877
11878         * src/gtk/about.c
11879                 reworked
11880
11881 2005-06-15 [colin]      1.9.11cvs75
11882
11883         * src/compose.c
11884                 Finish header encoding fix
11885         * src/summaryview.c
11886                 Fix segfault
11887         * src/headerview.c
11888                 Fix compilation (Thanks Stephan
11889                 Sachse)
11890
11891 2005-06-15 [colin]      1.9.11cvs74
11892
11893         * Makefile.am
11894                 Install gnome2 stuff rather than gnome1, 
11895                 if both are present
11896         * src/codeconv.c
11897         * src/codeconv.h
11898         * src/compose.c
11899                 Fix headers encoding
11900         * src/folder.c
11901                 Visual progress when fetching all messages
11902         * src/folderview.c
11903         * src/summaryview.c
11904         * src/summaryview.h
11905                 Prevent changing current message while
11906                 incorporating
11907
11908 2005-06-15 [paul]       1.9.11cvs73
11909
11910         * src/gtk/gtkaspell.c
11911         * src/gtk/gtkaspell.h
11912                 fix build warnings
11913
11914 2005-06-15 [paul]       1.9.11cvs72
11915
11916         * src/prefs_filtering.c
11917                 allow reordering of filter rules by
11918                 drag n drop
11919
11920 2005-06-15 [paul]       1.9.11cvs71
11921
11922         * COPYING
11923                 updated
11924         * src/codeconv.c
11925                 replace deprecated function
11926         * src/inc.c
11927         * src/send_message.c
11928         * src/gtk/progressdialog.c
11929         * src/gtk/progressdialog.h
11930                 salvage and reuse parts of reverted sync
11931
11932 2005-06-15 [paul]       1.9.11cvs70
11933
11934         * src/inc.c
11935         * src/send_message.c
11936         * src/gtk/progressdialog.c
11937         * src/gtk/progressdialog.h
11938                 revert yesterday's sync with main
11939                 it contains deprecated functions
11940
11941 2005-06-15 [colin]      1.9.11cvs69
11942
11943         * src/headerview.c
11944                 Fix bug #670 (multi user to: will corrupt message 
11945                 headers display)
11946
11947 2005-06-15 [colin]      1.9.11cvs68
11948
11949         * src/compose.c
11950                 Fix bug #421 (Fix undo on wrapping)
11951
11952 2005-06-15 [colin]      1.9.11cvs67
11953
11954         * src/folder.c
11955                 Provide visual feedback while processing
11956                 folder's rules.
11957         * src/imap.c
11958                 Provide visual feedback while getting
11959                 short headers (for uncached messages)
11960
11961
11962 2005-06-14 [paul]       1.9.11cvs66
11963
11964         * src/account.c
11965                 change a couple stock icons
11966         * src/inc.c
11967         * src/send_message.c
11968         * src/gtk/progressdialog.c
11969         * src/gtk/progressdialog.h
11970                 sync main's GtkTreeView implementation
11971
11972 2005-06-14 [colin]      1.9.11cvs65
11973
11974         * src/imap.c
11975                 Various little fixes, mainly on error paths
11976
11977 2005-06-13 [colin]      1.9.11cvs64
11978
11979         * matcher.c
11980         * procmsg.c
11981         * procmsg.h
11982                 Add a way to fetch only headers. This speeds
11983                 up filtering on headers for IMAP. Fixes:
11984                 bug #481 extraneous imap commands slow down 
11985                         imap filtering
11986                 bug #522 Sylpheed downloads all messages 
11987                         when opening mailbox (IMAP)
11988                 bug #677 IMAP fetch is soooooooooooooo slow
11989         * src/folder.c
11990         * src/folder.h
11991                 Add a folder set_batch method so that
11992                 implementations can speed up flags changes
11993         * src/folderutils.c
11994         * src/summaryview.c
11995                 Use that in mark as (un)read and mark all read
11996                 Refix bug #679
11997         * src/imap.c
11998                 Implement set_batch - brings back deferred
11999                 flags in a less buggy manner. Fixes:
12000                 bug #729 IMAP immediate expunge of deleted messages
12001                 bug #191 remove list of messages with one command
12002                 Fix login with strange chars
12003                 Implement fetch_msg_full
12004                 Fix copy (wrong counts)
12005
12006 2005-06-12 [colin]      1.9.11cvs63
12007
12008         * src/folder.c
12009                 lock incorporation during long operations.
12010                 Avoids fucking up the IMAP socket.
12011
12012 2005-06-12 [colin]      1.9.11cvs62
12013
12014         * src/imap.c
12015                 Fix harmful typo
12016                 Factorize remove_all_msg
12017                 Thread-ize expunge
12018         * src/summaryview.c
12019                 Don't update partial-download status if unnecessary
12020         * src/folder.c
12021                 Use remove_msgs everywhere possible
12022
12023 2005-06-12 [colin]      1.9.11cvs61
12024
12025         * src/folder.c
12026         * src/folder.h
12027                 Add a remove_msgs function to remove a 
12028                 list of messages
12029         * src/imap.c
12030                 Implement that.
12031
12032 2005-06-12 [colin]      1.9.11cvs60
12033
12034         * src/imap.c
12035                 Remove flags-processing deferring... Too hard
12036                 to get it to work in all cases.
12037
12038 2005-06-11 [colin]      1.9.11cvs59
12039
12040         * src/imap.c
12041                 printf -> debug_print
12042
12043 2005-06-11 [colin]      1.9.11cvs58
12044
12045         * src/imap.c
12046                 o Fix build without USE_PTHREAD
12047                 o Factorize imap_open
12048                 o Alertpanel in case of impossible connection
12049                 o Alertpanel in case of impossible login
12050                 o Fix deferred flags processing to force a 
12051                   flush before adding some more flags to process,
12052                   but in another folder.
12053
12054 2005-06-10 [colin]      1.9.11cvs57
12055
12056         * src/imap.c
12057                 o Fix a format string error
12058                 o init ssl socket outside of the thread 
12059                   (it possibly invokes gtk calls)
12060         * src/procmime.c
12061                 o Put back the buffer to its necessary size
12062                 o Fix changing a file pointer without keeping
12063                   track of it (thanks Valgrind)
12064         * src/common/smtp.c
12065                 o Fix automatic STARTTLS if login should be done
12066                   and the server only allows it after starting TLS
12067         * src/gtk/gtkinputdialog.c
12068                 o Eat GDK_Return so that the combo popup doesn't 
12069                   appear when we press Enter to validate the combo
12070                   input dialog (as seen in the Open with... dialog)
12071
12072 2005-06-10 [colin]      1.9.11cvs56
12073
12074         * src/imap.c
12075                 o A bit less debug
12076                 o Fix a crash on deletion
12077                 o Threadize imap_select (it's called outside of 
12078                   threads)
12079                 o Defer treatment of DELETED flags
12080
12081
12082 2005-06-09 [colin]      1.9.11cvs55
12083
12084         * src/imap.c
12085                 Make sure we check imap_gtk_should_override(), which
12086                 potentially calls gtk stuff, before creating thread.
12087                 That way it should't be called via imap_get_session()
12088                 inside a thread.
12089
12090 2005-06-09 [colin]      1.9.11cvs54
12091
12092         * src/imap.c
12093                 o add a bit of status output
12094                 o remove some dead code
12095                 o threadize get_list_of_uids
12096                 o threadize imap_get_flags
12097                 o defer flag changing by 500ms so that they
12098                   can be batched
12099
12100
12101 2005-06-08 [colin]      1.9.11cvs53
12102
12103         * src/imap.c
12104                 Thread-ize imap_cmd_fetch
12105
12106 2005-06-08 [colin]      1.9.11cvs52
12107
12108         * src/main.c
12109                 Mmh, that broke POP3...
12110
12111 2005-06-08 [colin]      1.9.11cvs51
12112
12113         * src/main.c
12114                 Stabilize IMAP patch (thanks to Hoa)
12115
12116 2005-06-08 [colin]      1.9.11cvs50
12117
12118         * src/imap.c
12119                 Test patch to speed up imap. 
12120
12121 2005-06-08 [colin]      1.9.11cvs49
12122
12123         * src/imap_gtk.c
12124                 Warning fix
12125         * src/procmime.c
12126                 Apply patch from gentoo to use /usr/share/mime/globs if 
12127                 available, after un-breaking it
12128         * src/common/log.c
12129         * src/common/log.h
12130                 Use g_timeout for invoking hooks that possibly use gtk
12131                 calls. This should leave gtk calls in the main thread.
12132
12133 2005-06-08 [paul]       1.9.11cvs48
12134
12135         * src/codeconv.c
12136                 conv_get_outgoing_charset_str(): don't
12137                 use prefs_common setting
12138         * src/compose.c
12139         * src/compose.h
12140                 add /Options/Character encoding/... to
12141                 temporarily change the outgoing encoding
12142
12143         (belated sync with main)
12144
12145 2005-06-08 [paul]       1.9.11cvs47
12146
12147         * src/compose.c
12148                 correction to/completion of last
12149                 sync with main
12150
12151 2005-06-08 [paul]       1.9.11cvs46
12152
12153         sync with main:
12154         
12155         * src/codeconv.c
12156         * src/codeconv.h
12157                 always enabled Japanese auto-detection
12158                 if the first letters of locale string
12159                 is "ja"
12160         * src/compose.c
12161                 don't use "destroy" signal to destroy
12162                 Compose object (fix rare crashes on discard?)
12163         * src/mainwindow.c
12164         * src/messageview.c
12165         * src/prefs_send.c
12166                 added Hebrew encodings
12167         * src/sourcewindow.c
12168                 don't use "destroy" signal to destroy
12169                 objects
12170
12171 2005-06-07 [colin]      1.9.11cvs45
12172
12173         * src/summaryview.c
12174                 Add missing unlocks/locks
12175
12176 2005-06-07 [paul]       1.9.11cvs44
12177
12178         * src/summaryview.c
12179                 restore bug #749 fix
12180
12181 2005-06-06 [colin]      1.9.11cvs43
12182
12183         * src/summaryview.c
12184                 Fix selection bug when prefs_common.open_unread 
12185                 is FALSE
12186
12187 2005-06-06 [colin]      1.9.11cvs42
12188
12189         * src/common/md5.c
12190                 Fix a warning
12191         * src/summaryview.c
12192         * src/folderview.c
12193                 Factorize long operations beginning and end
12194                 (locking, freezing/thawing, cursor, ...)
12195                 Check selection->data member in selection-
12196                 related loops; this avoids dying an awful
12197                 death if the selection changes on us while
12198                 we're marking a whole IMAP folder unread, 
12199                 for example.
12200
12201 2005-06-06 [paul]       1.9.11cvs41
12202
12203         * src/textview.c
12204                 don't g_free() a static gchar buffer
12205
12206 2005-06-05 [colin]      1.9.11cvs40
12207
12208         * src/mainwindow.c
12209         * src/messageview.c
12210         * src/summaryview.c
12211                 Fix bug #749 (Show all headers should be
12212                 sticky as the GUI suggests)
12213
12214 2005-06-03 [paul]       1.9.11cvs39
12215
12216         * src/compose.c
12217                 don't allow editing of mail while sending.
12218                 patch by Colin
12219
12220 2005-06-03 [paul]       1.9.11cvs38
12221
12222         * src/folderview.c
12223                 add a freeze/thaw to speed up 'mark all read'
12224
12225 2005-06-03 [paul]       1.9.11cvs37
12226
12227         * src/prefs_message.c
12228                 reflect changes immediately
12229
12230 2005-06-02 [colin]      1.9.11cvs36
12231
12232         * po/POTFILES.in
12233                 Patch by Fabien Vantard.
12234
12235 2005-06-02 [colin]      1.9.11cvs35
12236
12237         * src/imap.c
12238                 Use a non-blocking imap_getline() if possible.
12239                 This should completely prevent the interface
12240                 from freezin on imap operations, although it
12241                 may do strange stuff in case of folder switching
12242                 while a big imap operation is taking place...
12243
12244                 In addition, fix a leak in the case thread
12245                 creation fails on connection.
12246
12247 2005-06-02 [colin]      1.9.11cvs34
12248
12249         * src/crash.c
12250         * src/prefs_common.h
12251                 Fix build (prefs_common_init() doesn't exist
12252                 anymore)
12253
12254 2005-06-02 [colin]      1.9.11cvs33
12255
12256         * src/prefs_account.c
12257                 Fix bug #245 (filtering rules broken when
12258                 renaming a remote account (imap4 or nntp)
12259
12260 2005-06-02 [colin]      1.9.11cvs32
12261
12262         * src/imap.c
12263                 Try to fix IMAP shortcomings: 
12264                 o Multithread imap_open()
12265                 o allow offline-mode overriding instead of
12266                   just returning NULL
12267         * src/imap_gtk.c
12268         * src/imap_gtk.h
12269                 Add a function to ask whether we want to
12270                 override offline-mode for 10 minutes (one-shot
12271                 asking was painful)
12272         * src/procheader.c
12273                 Fix segfault when imap parser isn't happy about
12274                 a missing {
12275
12276 2005-06-01 [colin]      1.9.11cvs31
12277
12278         * src/addrharvest.c
12279         * src/compose.c
12280         * src/mbox.c
12281         * src/mbox.h
12282         * src/mh.c
12283         * src/msgcache.c
12284         * src/send_message.c
12285         * src/setup.c
12286         * src/undo.c
12287         * src/common/hooks.c
12288         * src/common/prefs.c
12289         * src/common/template.c
12290         * src/common/utils.c
12291         * src/gtk/gtkutils.c
12292         * src/gtk/inputdialog.c
12293         * src/gtk/menu.c
12294         * src/gtk/pluginwindow.c
12295         * src/gtk/prefswindow.c
12296         * src/plugins/pgpmime/passphrase.c
12297         * src/plugins/pgpmime/prefs_gpg.c
12298                 More -Wall fixes
12299
12300         * src/common/Makefile.am
12301         * src/common/timing.h
12302                 Add basic timing code
12303
12304         * src/summaryview.c
12305                 Fix a bug with unread messages when 
12306                 re-sorting folders, and by the way
12307                 fix a big performance hit when 
12308                 re-sorting (10k mails: before 5s,
12309                 after .5s)
12310
12311         * src/prefs_compose_writing.c
12312         * src/prefs_compose_writing.h
12313         * src/prefs_message.c
12314         * src/prefs_message.h
12315         * src/prefs_other.c
12316         * src/prefs_other.h
12317         * src/prefs_quote.c
12318         * src/prefs_quote.h
12319         * src/prefs_receive.c
12320         * src/prefs_receive.h
12321         * src/prefs_send.c
12322         * src/prefs_send.h
12323         * src/prefs_summaries.c
12324         * src/prefs_summaries.h
12325                 Fix copyright banner
12326
12327 2005-06-01 [paul]       1.9.11cvs30
12328
12329         * po/fi.po
12330                 updated by Flammie Pirinen
12331         * src/procmime.c
12332                 fix 'Bad BASE64 content' output
12333
12334 2005-05-31 [colin]      1.9.11cvs29
12335
12336         * src/procmime.c
12337                 Oops, where did my hunk go.
12338
12339 2005-05-31 [colin]      1.9.11cvs28
12340
12341         * src/Makefile.am
12342         * src/account.c
12343         * src/action.c
12344         * src/addr_compl.c
12345         * src/addressbook.c
12346         * src/codeconv.c
12347         * src/compose.c
12348         * src/export.c
12349         * src/folder.c
12350         * src/folderview.c
12351         * src/image_viewer.c
12352         * src/main.c
12353         * src/mainwindow.c
12354         * src/messageview.c
12355         * src/mimeview.c
12356         * src/msgcache.c
12357         * src/prefs_account.c
12358         * src/prefs_actions.c
12359         * src/prefs_common.c
12360         * src/prefs_compose_writing.c
12361         * src/prefs_customheader.c
12362         * src/prefs_ext_prog.c
12363         * src/prefs_filtering.c
12364         * src/prefs_filtering_action.c
12365         * src/prefs_fonts.c
12366         * src/prefs_image_viewer.c
12367         * src/prefs_message.c
12368         * src/prefs_message.h
12369         * src/prefs_msg_colors.c
12370         * src/prefs_other.c
12371         * src/prefs_other.h
12372         * src/prefs_quote.c
12373         * src/prefs_receive.c
12374         * src/prefs_receive.h
12375         * src/prefs_send.c
12376         * src/prefs_send.h
12377         * src/prefs_spelling.c
12378         * src/prefs_summaries.c
12379         * src/prefs_summary_column.c
12380         * src/prefs_template.c
12381         * src/prefs_themes.c
12382         * src/prefs_toolbar.c
12383         * src/prefs_wrapping.c
12384         * src/procmime.c
12385         * src/procmsg.c
12386         * src/send_message.h
12387         * src/ssl_manager.c
12388         * src/summary_search.c
12389         * src/summaryview.c
12390         * src/textview.c
12391         * src/wizard.c
12392         * src/common/smtp.c
12393         * src/common/smtp.h
12394         * src/gtk/gtkutils.h
12395                 o Move the rest of Common prefs to new style
12396                 o Lots of -Wall warning fixes
12397                 o fix FIXME in cache memusage calculation
12398                 o Let return receipts be sent from any account
12399                 o Little cache optimisation (read)
12400                 o Fix bug #746 (don't treat commas as separators
12401                   when inside a quoted string)
12402
12403 2005-05-31 [paul]       1.9.11cvs27
12404
12405         * src/prefs_common.c
12406                 fix 'off-by-one' typo
12407
12408 2005-05-31 [paul]       1.9.11cvs26
12409
12410         * src/account.c
12411         * src/addr_compl.c
12412         * src/compose.c
12413         * src/foldersel.c
12414         * src/prefs_actions.c
12415         * src/prefs_common.c
12416         * src/prefs_common.h
12417         * src/prefs_customheader.c
12418         * src/prefs_display_header.c
12419         * src/prefs_filtering.c
12420         * src/prefs_filtering_action.c
12421         * src/prefs_matcher.c
12422         * src/prefs_summaries.c
12423         * src/prefs_summary_column.c
12424         * src/prefs_template.c
12425         * src/prefs_toolbar.c
12426         * src/ssl_manager.c
12427         * src/gtk/pluginwindow.c
12428         * src/gtk/prefswindow.c
12429         * src/gtk/progressdialog.c
12430                 add hidden prefs 'enable_rules_hint'
12431                 for gtk_tree_view_set_rules_hint()
12432                 (sync with main)
12433                 
12434
12435 2005-05-31 [colin]      1.9.11cvs25
12436
12437         * src/Makefile.am
12438         * src/main.c
12439         * src/prefs_common.c
12440         * src/prefs_summaries.c ** ADDED **
12441         * src/prefs_summaries.h ** ADDED **
12442                 Common/Display -> Display/Summaries
12443
12444 2005-05-31 [colin]      1.9.11cvs24
12445
12446         * src/Makefile.am
12447         * src/main.c
12448         * src/prefs_quote.c ** ADDED **
12449         * src/prefs_quote.h ** ADDED **
12450                 Move Common/Quote to Compose/Quoting
12451         * src/prefs_common.c
12452         * src/prefs_common.h
12453                 Remove old quote stuff, add
12454                 convenience functions for GtkTextView prefs
12455         * src/gtk/prefswindow.c
12456                 Set default height higher
12457
12458 2005-05-30 [colin]      1.9.11cvs23
12459
12460         * src/Makefile.am
12461         * src/main.c
12462         * src/prefs_common.c
12463         * src/prefs_compose_writing.c ** ADDED **
12464         * src/prefs_compose_writing.h ** ADDED **
12465                 Move Common/Compose prefs to Compose/Writing
12466
12467 2005-05-30 [colin]      1.9.11cvs22
12468
12469         * src/common/utils.c
12470                 Fix bug #651 (Confused Attract by Subject)
12471                 Patch by M. Benkmann <haferfrost@web.de>
12472         * AUTHORS
12473
12474 2005-05-30 [colin]      1.9.11cvs21
12475
12476         * src/compose.c
12477                 Fix concatenation of different headers of
12478                 the same type (bug #645)
12479         * src/prefs_folder_item.c
12480                 Fix bug #699 (setting color to black doesn't
12481                 work immediately)
12482         * src/procmime.c
12483                 Print out decoding error only once per
12484                 block
12485
12486 2005-05-30 [paul]       1.9.11cvs20
12487
12488         * src/common/template.c
12489                 fix Bcc
12490
12491 2005-05-30 [paul]       1.9.11cvs19
12492
12493         * doc/src/rfc2368.txt   **NEW FILE**
12494         * src/compose.c
12495                 compose_entries_set(): don't interpret Bcc
12496                 header field (conform to RFC 2368)
12497                 (sync with main)
12498
12499 2005-05-29 [colin]      1.9.11cvs18
12500
12501         * src/prefs_common.c
12502                 Let the default reply format respect
12503                 netiquette by cutting the signature.
12504
12505 2005-05-29 [colin]      1.9.11cvs17
12506
12507         * src/summaryview.c
12508                 Don't let always_show_msg override
12509                 open_unread_on_enter when opening a new
12510                 directory.
12511
12512 2005-05-27 [paul]       1.9.11cvs16
12513
12514         sync with main:
12515
12516         * src/main.c
12517                 app_will_exit(): cleanup tmp directory when exit
12518         * src/message_search.c
12519                 improved the interface and made code cleanup.
12520                 removed Clear button
12521         * src/send_message.c
12522                 send_message_local(): use GSpawn, and detect errors
12523         * src/summary_search.c
12524                 improved the interface and made code cleanup
12525         * src/textview.c
12526                 textview_write_link(): also skip non-ascii space
12527                  at the head of link strings (phishing check
12528                  didn't work at the case)
12529         * src/common/utils.c
12530                 get_command_output(): use g_spawn_command_line_sync()
12531                 instead of popen()
12532
12533 2005-05-26 [colin]      1.9.11cvs15
12534
12535         * src/folder.c
12536                 remove printf
12537
12538 2005-05-26 [colin]      1.9.11cvs14
12539
12540         * src/common/nntp.c
12541                 Fix nntp mode reader (bug #611)
12542                 Patch by Florian Mickler <florian@mickler.org>
12543
12544 2005-05-26 [colin]      1.9.11cvs13
12545
12546         * src/plugins/pgpmime/passphrase.c
12547                 Fix mouse grabbing (bug #557)
12548
12549 2005-05-26 [colin]      1.9.11cvs12
12550
12551         * src/prefs_themes.c
12552                 Fix g_warning (bug #541)
12553
12554 2005-05-26 [colin]      1.9.11cvs11
12555
12556         * src/prefs_actions.c
12557         * src/prefs_template.c
12558                 Fix bug #506 (no warning if action/template
12559                 is not saved)
12560         * src/common/template.c
12561                 Fix a possible crash
12562
12563 2005-05-26 [colin]      1.9.11cvs10
12564
12565         * src/folder.c
12566         * src/folderview.c
12567         * src/procmsg.c
12568         * src/summaryview.c
12569                 Forbid locked messages to be moved or
12570                 deleted. Locked messages in trashes 
12571                 still get deleted, for performance
12572                 reason (mh.c::mh_remove_all_msgs)
12573
12574 2005-05-25 [colin]      1.9.11cvs9
12575
12576         * src/procmime.c
12577                 Use correct encoding when sending mails
12578                 with attachments that have accentued 
12579                 chars in their name
12580
12581 2005-05-24 [colin]      1.9.11cvs8
12582
12583         * src/summaryview.c
12584                 Fix bug #688 f) read/unread marker not
12585                 changed on first click
12586                 Also, optimize summary_status_show()
12587                 calls
12588         * src/folder.c
12589         * src/inc.c
12590         * src/procmime.c
12591                 Fix bug #688 b) and c) wrt message
12592                 attachments and signature
12593         * src/stock_pixmap.c
12594         * src/stock_pixmap.h
12595         * src/stock_pixmap.c
12596         * src/stock_pixmap.h
12597         * src/Makefile.am
12598         * src/pixmaps/clip_gpg_signed.xpm
12599                 Add clip/signed icon
12600
12601 2005-05-24 [colin]      1.9.11cvs7
12602
12603         * src/folder_item_prefs.c
12604                 whitespace fix
12605
12606 2005-05-24 [colin]      1.9.11cvs6
12607
12608         * src/folderview.c
12609         * src/prefs_common.c
12610         * src/prefs_common.h
12611                 Add a confirmation to folder drag and drop
12612                 fixes bug #156
12613         * src/alertpanel.c
12614         * src/alertpanel.h
12615                 fix _with_disable parameters so that
12616                 the buttons labels are specifiable too
12617         * src/plugins/pgpmime/sgpgme.c
12618                 reflect said change
12619                 
12620
12621 2005-05-24 [colin]      1.9.11cvs5
12622
12623         * src/folderview.c
12624                 Uncollapse/collapse folders on double-click
12625                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12626                 closes bug #108
12627
12628 2005-05-23 [colin]      1.9.11cvs4
12629
12630         * src/common/socket.c
12631                 Check another special SSL_peek() error.
12632                 Should help wrt bug #728
12633
12634 2005-05-23 [colin]      1.9.11cvs3
12635
12636         * src/plugins/pgpmime/pgpmime.c
12637                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12638                 breaking menu accelerators and stuff. Users will have to
12639                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12640                 account's privacy preferences if needed.
12641
12642 2005-05-22 [paul]
12643
12644         * tools/kdeservicemenu/install.sh
12645                 use kdesu to prompt for root password if doing
12646                 global install/uninstall
12647
12648 2005-05-20 [colin]      1.9.11cvs2
12649
12650         * src/procmsg.c
12651                 Fix another compilation error with gcc-2.9x
12652                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12653         * src/send_message.c
12654                 Don't send QUIT if we aren't connected
12655
12656 2005-05-19 [colin]      1.9.11cvs1
12657
12658         * src/procmsg.c
12659                 Fix compilation with gcc 2.9x
12660
12661 2005-05-19 [paul]       1.9.11
12662
12663         1.9.11 released
12664
12665 2005-05-19 [paul]       1.9.9cvs14
12666
12667         * src/gtk/inputdialog.c
12668                 prevent gettext warning
12669
12670 2005-05-19 [paul]       1.9.9cvs13
12671
12672         * src/mainwindow.c
12673         * src/prefs_common.c
12674         * src/prefs_common.h
12675         * src/textview.c
12676         * src/textview.h
12677                 add an option to toggle cursor in message
12678                 view (sync with main)
12679
12680 2005-05-18 [colin]      1.9.9cvs12
12681
12682         * src/compose.c
12683                 Dereference freed pointer
12684         * src/gtk/gtkaspell.c
12685                 Fix duplication of dictionaries (is it an aspell issue?)
12686
12687 2005-05-18 [colin]      1.9.9cvs11
12688
12689         * src/gtk/inputdialog.c
12690         * src/gtk/gtkaspell.c
12691                 HIGuify dialogs
12692         * src/alertpanel.c
12693                 Remove a double call
12694
12695 2005-05-17 [colin]      1.9.9cvs10
12696
12697         * src/gtk/gtkaspell.c
12698                 Fix dialogs, Ctrl-Enter accel
12699
12700 2005-05-17 [colin]      1.9.9cvs9
12701
12702         * src/gtk/gtkaspell.c
12703                 Fix some accelerators, escape in replace-window
12704
12705 2005-05-16 [colin]      1.9.9cvs8
12706
12707         * src/gtk/gtkaspell.c
12708                 Revert last commit, it was a mistake.
12709
12710 2005-05-16 [colin]      1.9.9cvs7
12711
12712         * src/gtk/gtkaspell.c
12713                 Remove buggy code while we're at it. It's a 
12714                 dead code path anyway.
12715
12716 2005-05-16 [colin]      1.9.9cvs6
12717
12718         * src/gtk/gtkaspell.c
12719                 Missed some gtk_menu_popup where deactivate
12720                 signal should be handled. Should fix bug
12721                 #629 a bit more.
12722
12723 2005-05-16 [colin]      1.9.9cvs5
12724
12725         * src/gtk/gtkaspell.c
12726                 Remove debug printf()s
12727
12728 2005-05-16 [colin]      1.9.9cvs4
12729
12730         * src/gtk/gtkaspell.c
12731                 Fix a bit aspell problems
12732                 (see bug #629)
12733
12734 2005-05-13 [colin]      1.9.9cvs3
12735
12736         * src/folderview.c
12737                 Fix the + appearing even when no subfolders
12738                 have unread messages. Thanks to wwp for the
12739                 bug report.
12740
12741 2005-05-11 [paul]       1.9.9cvs2
12742
12743         * src/folderview.c
12744                 correction to 1.9.9cvs1, only colour folders that
12745                 have new msgs (not unread msgs)
12746
12747 2005-05-10 [colin]      1.9.9cvs1
12748
12749         * src/folderview.c
12750         * src/summaryview.c
12751                 Try to fix bolding bugs again.
12752
12753 2005-05-09 [paul]
12754
12755         * tools/claws.i18n.status.pl
12756                 add Ricardo Mones Lastra's script that has been providing
12757                 the i18n status page for many months
12758
12759 2005-05-09 [paul]       1.9.9
12760
12761         1.9.9 release
12762
12763 2005-05-09 [paul]       1.9.6cvs58
12764
12765         * AUTHORS
12766         * INSTALL
12767         * README.claws
12768                 updated
12769         * Makefile.am 
12770         * RELEASE_NOTES.claws
12771                 add release notes to cvs to simplify release
12772                 procedure
12773         * configure.ac
12774                 add ca and fi to ALL_LINGUAS
12775         * po/Makefile.in.in
12776                 workaround for missing Makevars
12777         * po/ca.po
12778         * po/fi.po
12779                 add new Catalan and Finnish translations
12780                 submitted by Miquel Oliete and Flammie Pirinen
12781         * po/de.po
12782         * po/es.po
12783         * po/fr.po
12784         * po/it.po
12785         * po/pl.po
12786         * po/ru.po
12787         * po/sk.po
12788         * po/sr.po
12789         * po/zh_CN.po
12790                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
12791                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
12792                 Urke MMI, and Hansom Young
12793         * src/main.c
12794                 Fix drafting when quitting. compose_draft() closes the
12795                 compose windows, which modifies the compose_list GSList.
12796                 We have to refresh this list after echo drafting to avoid a
12797                 segfault
12798         * src/partial_download.c
12799                 fix segfault on exit
12800
12801 2005-05-06 [paul]       1.9.6cvs57
12802
12803         * src/grouplistdialog.c
12804                 quick fix/workaround for unresizeable newsgroup
12805                 name column 
12806
12807 2005-05-06 [paul]       1.9.6cvs56
12808
12809         * src/inc.c
12810         * src/mainwindow.c
12811                 use gettext plural forms
12812         * src/imap_gtk.c
12813         * src/mh_gtk.c
12814         * src/toolbar.c
12815                 small improvement to english usage
12816
12817 2005-05-05 [thorsten]   1.9.6cvs55
12818
12819         * src/folder.c
12820                 fix possible crash
12821
12822 2005-05-05 [paul]       1.9.6cvs54
12823         
12824         sync with HEAD
12825
12826         * AUTHORS
12827         * src/compose.c
12828                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
12829                 patch by Tim Mann
12830
12831 2005-05-05 [paul]       1.9.6cvs53
12832
12833         * src/mainwindow.c
12834                 fix resizing of separate message and
12835                 folder views
12836
12837 2005-05-05 [paul]       1.9.6cvs52
12838
12839         * src/account.c
12840         * src/addrgather.c
12841         * src/browseldap.c
12842         * src/exphtmldlg.c
12843         * src/expldifdlg.c
12844         * src/importmutt.c
12845         * src/importpine.c
12846         * src/main.c
12847         * src/mainwindow.c
12848         * src/noticeview.c
12849         * src/prefs_filtering.c
12850         * src/prefs_filtering_action.c
12851         * src/prefs_matcher.c
12852         * src/prefs_spelling.c
12853         * src/prefs_toolbar.c
12854         * src/toolbar.c
12855         * src/wizard.c
12856         * src/gtk/description_window.c
12857         * src/gtk/gtkvscrollbutton.c
12858         * src/gtk/progressdialog.c
12859         * src/gtk/quicksearch.c
12860         * src/plugins/pgpmime/prefs_gpg.c
12861         * src/plugins/spamassassin/spamassassin_gtk.c
12862                 replace deprecated gtk_widget_set_usize
12863
12864 2005-05-04 [colin]      1.9.6cvs51
12865
12866         * src/common/utils.c
12867                 Fix crash when subst_for_filename is called
12868                 with a NULL parameter
12869
12870 2005-05-04 [colin]      1.9.6cvs50
12871
12872         * src/partial_download.c
12873         * src/pop.c
12874                 Escape login when writing uidl file
12875                 fixes bug #736
12876
12877 2005-05-03 [colin]      1.9.6cvs49
12878
12879         * src/procmime.c
12880                 Fix possible DOS in mime parser
12881                 (see bug #634)
12882
12883 2005-05-02 [colin]      1.9.6cvs48
12884
12885         * src/compose.c
12886                 Try to fix the copy/paste mess once again.
12887
12888
12889 2005-04-30 [colin]      1.9.6cvs47
12890
12891         * src/prefs_account.h
12892         * src/procmsg.c
12893         * src/send_message.c
12894         * src/common/smtp.c
12895         * src/common/smtp.h
12896                 Try to batch sending mails (per account) instead of
12897                 reconnecting to server every time.
12898
12899 2005-04-29 [colin]      1.9.6cvs46
12900
12901         * src/messageview.c
12902                 Fix window resizing that refused to size down
12903         * src/prefs_common.c
12904         * src/prefs_common.h
12905         * src/prefs_filtering.c
12906                 Save Filtering's window size
12907
12908 2005-04-21 [paul]       1.9.6cvs45
12909
12910         * ChangeLog-gtk2.claws
12911         * src/setup.c
12912                 correction to sync
12913
12914 2005-04-21 [paul]       1.9.6cvs44
12915
12916         sync with main:
12917
12918         * src/setup.c
12919         * src/statusbar.c
12920         * src/statusbar.h
12921                 use gtkut_widget_draw_now(). Improved performance
12922                 of the update of statusbar
12923         * src/textview.c
12924                 textview_smooth_scroll_do(): redraw it after scroll
12925                 is done (fixed incorrect display when a part of the
12926                 view is hidden).
12927         * src/gtk/gtkutils.c
12928         * src/gtk/gtkutils.h
12929                 gtkut_widget_draw_now(): use gdk_window_process_updates()
12930                 to force update of widgets.
12931                 Removed gtkut_widget_wait_for_draw() which had a big
12932                 overhead  because of waiting for all events processed 
12933
12934 2005-04-20 [paul]       1.9.6cvs43
12935
12936         * src/codeconv.c
12937                 complete 1.9.6cvs42's sync:
12938                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
12939
12940 2005-04-19 [paul]       1.9.6cvs42
12941
12942         sync with main:
12943
12944         * src/action.c
12945                 catch_output(): correctly select the insert text
12946                 (fix invalid iterator warnings).
12947         * src/codeconv.c
12948         * src/codeconv.h
12949         * src/mainwindow.c
12950         * src/messageview.c
12951         * src/prefs_common.c
12952                 support GBK encoding.
12953         * src/common/session.c
12954         * src/common/session.h
12955                 use separate buffer for large data to be sent,
12956                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
12957
12958 2005-04-18 [paul]       1.9.6cvs41
12959
12960         * src/jpilot.c
12961                 convert unsigned long into guint32
12962                 patch by Paul LeoNerd Evans 
12963
12964 2005-04-17 [colin]      1.9.6cvs40
12965
12966         * src/compose.c
12967                 Fix 'Request return receipt' from folder
12968                 properties (bug #708)
12969
12970 2005-04-17 [colin]      1.9.6cvs39
12971
12972         * src/mainwindow.c
12973                 Fix duplicate hotkeys in Mainwindow's menu
12974
12975 2005-04-17 [colin]      1.9.6cvs38
12976
12977         * src/folderview.c
12978                 Fix duplicate hotkeys in Folderview's contextual
12979                 menu
12980
12981 2005-04-15 [colin]      1.9.6cvs37
12982
12983         * src/summaryview.c
12984                 Fix 'Save as...' with non-ascii filenames
12985
12986 2005-04-15 [colin]      1.9.6cvs36
12987
12988         * src/plugins/pgpmime/pgpmime.c
12989                 Fix bus error on 64bit. Spotted by 
12990                 macallan1888@gmail.com
12991
12992 2005-04-15 [colin]      1.9.6cvs35
12993
12994         * src/prefs_account.c
12995                 Fix cvs34.
12996
12997 2005-04-12 [colin]      1.9.6cvs34
12998
12999         * src/prefs_account.c
13000                 Fix smtp auth type off-by-one. We forgot to
13001                 add PLAIN in the prefs-to-gui setter func and
13002                 as a result, the selected auth when opening
13003                 account prefs was not the correct one.
13004
13005 2005-04-12 [paul]       1.9.6cvs33
13006
13007         * src/inc.c
13008                 if the recv dialog is visible, Cancel only
13009                 cancels the current account
13010
13011
13012 2005-04-10 [colin]      1.9.6cvs32
13013
13014         * src/filtering.c
13015                 Copy score when copying FilteringActions
13016                 Fix bug #674
13017
13018 2005-04-10 [colin]      1.9.6cvs31
13019
13020         * src/inc.c
13021                 Make Message -> Receive -> Cancel cancel 
13022                 incorporation on all accounts. Fixes
13023                 bug #693
13024
13025 2005-04-10 [colin]      1.9.6cvs30
13026
13027         * src/prefs_account.c
13028                 Update Privacy checkbuttons status based
13029                 on the selected privacy system
13030         * src/compose.c
13031                 Always connect the "None" privacy system; the
13032                 static boolean was probably there to avoid
13033                 reconnecting twice in the same compose window,
13034                 but as the parent function is only called once
13035                 per compose, it's only a bug - as a static is
13036                 initialized once per application instance.
13037                 Also, don't uncheck Sign and Encrypt when
13038                 selecting None as privacy system; just ignore
13039                 them when sending/queuing.
13040                 Should fix bug #695
13041
13042 2005-04-08 [colin]      1.9.6cvs29
13043
13044         * src/account.c
13045         * src/prefs_account.c
13046         * src/prefs_account.h
13047                 Add account preference to queue message in a certain
13048                 folder.
13049
13050 2005-04-06 [colin]      1.9.6cvs28
13051
13052         * src/prefs_account.c
13053                 Update old inbox path syntax
13054
13055 2005-04-06 [paul]       1.9.6cvs27
13056
13057         sync with main:
13058
13059         * configure.ac
13060                 changed -traditional-cpp to -no-cpp-precomp for newer
13061                 Mac OS X support
13062         * src/foldersel.c
13063                 made column resize automatically
13064         * src/send_message.c
13065                 send_message_smtp(): consider EOF right after QUIT
13066                 successful (workaround for Gmail SMTP server)
13067         * src/common/socket.c
13068                 ssl_read(), ssl_peek(): check EOF which violates the
13069                 SSL protocol
13070         * src/gtk/colorlabel.c
13071                 removed warnings when displaying colorlabel menu
13072                 (don't use GtkAlignment)
13073
13074 2005-04-05 [paul]       1.9.6cvs26
13075
13076         * src/plugins/trayicon/trayicon.c
13077                 fix clipping of icon under KDE3 
13078
13079 2005-04-05 [paul]       1.9.6cvs25
13080
13081         * src/summaryview.c
13082                 hide display of threading
13083                 patch by Alfons
13084
13085 2005-04-04 [thorsten]   1.9.6cvs24
13086
13087         * src/mh.c
13088                 marks lost on filesystems with different stat() results on
13089                 summer-/wintertime
13090
13091 2005-04-03 [colin]      1.9.6cvs23
13092
13093         * src/summaryview.c
13094                 Don't handle up/down. Patch by Alfons
13095
13096 2005-04-02 [colin]      1.9.6cvs22
13097
13098         * src/summaryview.c
13099                 Make scrolling faster. Patch by Alfons.
13100
13101 2005-04-01 [colin]      1.9.6cvs21
13102
13103         * src/Makefile.am
13104         * src/stock_pixmap.c
13105         * src/pixmaps/dir-noselect.xpm ** REMOVED **
13106         * src/pixmaps/dir_noselect.xpm ** ADDED **
13107                 Fix pixmap name mismatch (Thanks Stephan Sachse)
13108
13109 2005-04-01 [colin]      1.9.6cvs20
13110
13111         * src/image_viewer.c
13112         * src/image_viewer.h
13113         * src/procmime.c
13114         * src/procmime.h
13115         * src/textview.c
13116         * src/textview.h
13117                 Implement inline image resizing and right-clicking
13118
13119 2005-04-01 [paul]       1.9.6cvs19
13120
13121         * AUTHORS
13122         * Makefile.am
13123         * configure.ac
13124                 check for gnome2
13125                 patch by Luca Cavalli <loopback<AT>slackit.org>
13126         * po/ru.po
13127                 updated by Pavlo Bohmat
13128
13129 2005-03-31 [colin]      1.9.6cvs18
13130
13131         * src/news.c
13132                 Fix parsing references
13133         * src/msgcache.c
13134                 don't put nulls in the references list
13135         * src/procheader.c
13136                 commit that forgotten file in 1.9.6cvs14
13137
13138 2005-03-31 [colin]      1.9.6cvs17
13139
13140         * src/compose.c
13141                 Fix joining of signature separator again. 
13142                 Maybe Hiro could put it in main too...
13143
13144 2005-03-31 [colin]      1.9.6cvs16
13145
13146         * src/Makefile.am
13147         * src/foldersel.c
13148         * src/stock_pixmap.c
13149         * src/stock_pixmap.h
13150         * src/pixmaps/dir-noselect.xpm
13151                 Update foldersel.c (sync from main, patch by Alfons)
13152
13153 2005-03-30 [colin]      1.9.6cvs15
13154
13155         * src/imap.c
13156                 Fix handling of imap folders containing [] in 
13157                 their name. Thanks to Nahuel Angelinetti for
13158                 the detailed bugreport.
13159
13160 2005-03-30 [colin]      1.9.6cvs14
13161
13162         * src/common/utils.h
13163         * src/common/utils.c
13164         * src/common/defs.h
13165         * src/matcher.c
13166         * src/msgcache.c
13167         * src/news.c
13168         * src/procmsg.c
13169         * src/procmsg.h
13170         * src/quote_fmt_parse.y
13171         * src/summaryview.c
13172                 Update references system. Patch by Alfons
13173
13174 2005-03-30 [colin]      1.9.6cvs13
13175
13176         * src/common/socket.c
13177                 Force the glibc to read resolv.conf again when 
13178                 it has changed. Should fix issues when changing
13179                 networks on a laptop and not restarting sylpheed. 
13180
13181 2005-03-30 [paul]       1.9.6cvs12
13182
13183         partial sync with main:
13184
13185         * src/action.c
13186                 create_io_dialog(): use user-defined text font
13187                 (thanks to Alfons), and modified its appearance.
13188         * src/addrgather.c
13189         * src/addrharvest.c
13190         * src/browseldap.c
13191                 replace old code
13192         * src/compose.c
13193                 don't join (presumably) itemized lines on line-wrapping
13194                 fixed wrapping of quote when auto-wrapping is enabled
13195                 compose_destroy(): destroy paned only if it's not
13196                 attached to window. Fixed memory leak of popup menu.
13197         * src/exphtmldlg.c
13198         * src/expldifdlg.c
13199                 replace old code
13200         * src/html.c
13201         * src/html.h
13202         * src/importmutt.c
13203         * src/importpine.c
13204                 replace old code
13205         * src/main.c
13206                 removed redundant code
13207         * src/mainwindow.c
13208                 changed 'Code set' (which is rather incorrect)
13209                 in the menu to 'Character encoding'
13210                 main_window_set_widgets(): request size first
13211                 to prevent window size becoming wrong
13212                 fixed remembering of the state of the visibility
13213                 of MessageView
13214         * src/messageview.c
13215                 changed 'Code set' (which is rather incorrect)
13216                 in the menu to 'Character encoding'
13217         * src/prefs_common.c
13218         * src/prefs_common.h
13219                 added an option whether to render HTML as text or not
13220                 added separators to outgoing encoding menu
13221         * src/procheader.c
13222                 procheader_scan_date_string(): support header
13223                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
13224         * src/summaryview.c
13225         * src/summaryview.h
13226                 minor code cleanup
13227         * src/textview.c
13228                 textview_show_html(): force output of newline
13229                 added an option whether to render HTML as text or not
13230         * src/common/utils.c
13231                 strncpy2(): optimized based on Alfons' code
13232         * src/gtk/gtkutils.c
13233         * src/gtk/gtkutils.h
13234                 removed non-used code
13235         * src/plugins/pgpmime/passphrase.c
13236                 partially fixed grab input of passphrase dialog
13237                 Confine pointer to window
13238
13239 2005-03-30 [colin]      1.9.6cvs11
13240
13241         * src/msgcache.c
13242         * src/msgcache.h
13243                 Read/write 32bit ints from cache & marks
13244                 From main.
13245
13246 2005-03-29 [paul]       1.9.6cvs10
13247
13248         * AUTHORS
13249         * ChangeLog.claws
13250         * src/compose.c
13251         * src/gtk/gtkaspell.c
13252                 sync with HEAD (don't pass NULL pointers) 
13253
13254 2005-03-24 [paul]
13255
13256         * tools/Makefile.am
13257         * tools/README
13258         * tools/acroread2sylpheed.pl
13259                 sync with HEAD (add script to send pdfs as
13260                 attachments from Adobe Reader 7)
13261
13262 2005-03-21 [paul]       1.9.6cvs9
13263
13264         * configure.ac
13265         * po/POTFILES.in
13266         * src/Makefile.am
13267         * src/crash.c
13268         * src/image_viewer.c ** ADDED **
13269         * src/image_viewer.h ** ADDED **
13270         * src/main.c
13271         * src/prefs_common.c
13272         * src/prefs_common.h
13273         * src/prefs_image_viewer.c ** ADDED **
13274         * src/prefs_image_viewer.h ** ADDED **
13275         * src/textview.c
13276         * src/gtk/about.c
13277         * src/pixmaps/sylpheed_logo.xpm
13278         * src/plugins/Makefile.am
13279         * src/plugins/image_viewer/.cvsignore ** REMOVED **
13280         * src/plugins/image_viewer/Makefile.am ** REMOVED **
13281         * src/plugins/image_viewer/plugin.c ** REMOVED **
13282         * src/plugins/image_viewer/viewer.c ** REMOVED **
13283         * src/plugins/image_viewer/viewer.glade ** REMOVED **
13284         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
13285         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
13286         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
13287         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
13288                 as gdk-pixbuf is now built-in
13289                 remove image_viewer plugin and put code back into
13290                 main codebase
13291                 implement inline image display (sync with main)
13292
13293                 replace logo with newer, nicer, larger version  
13294
13295 2005-03-21 [paul]       1.9.6cvs8
13296
13297         * src/gtk/about.c
13298                 cosmetic improvement
13299
13300 2005-03-21 [holger]     1.9.6cvs7
13301
13302         * src/plugins/spamassassin/spamassassin.c
13303                 Sync with HEAD
13304                 (unregister hook on failed plugin init)
13305
13306 2005-03-20 [colin]      1.9.6cvs6
13307
13308         * src/common/plugin.c
13309                 Check that plugin isn't already loaded
13310                 Patch by Alfons
13311
13312 2005-03-20 [thorsten]   1.9.6cvs5
13313
13314         * src/compose.c
13315                 use a more compatible syntax
13316
13317 2005-03-20 [thorsten]   1.9.6cvs4
13318
13319         * src/prefs_toolbar.c
13320                 fix crash when selecting toolbar item (uninitialized pointer)
13321
13322 2005-03-20 [thorsten]   1.9.6cvs3
13323
13324         * src/procmime.c
13325                 fix mimetype detection (referenced free()d string)
13326
13327 2005-03-20 [paul]       1.9.6cvs2
13328
13329         * src/compose.c
13330                 sync with HEAD (1.0.3cvs5)
13331                 neglect Reply-To header if empty
13332                 Patch by Alfons 
13333
13334 2005-03-19 [holger]     1.9.6cvs1
13335
13336         * src/summaryview.c
13337         * src/summaryview.h
13338                 Sync with HEAD
13339
13340 2005-03-18 [paul]       1.9.6
13341
13342         initial GTK2 release
13343
13344 2005-03-18 [paul]       1.0.3cvs3.1
13345
13346         * AUTHORS
13347         * ChangeLog.claws
13348         * configure.ac
13349         * src/gtk/about.c
13350         * src/pixmaps/sylpheed_logo.xpm
13351                 sync with HEAD
13352
13353 2005-03-18 [colin]      1.0.3cvs2.6
13354
13355         * src/summaryview.c
13356                 Remove call to summary_step in summary_copy_selected_to
13357                 Can't see its purpose, and this causes bug when copying
13358                 a message if the next one is unread: it reads it.
13359
13360 2005-03-18 [paul]       1.0.3cvs2.5
13361
13362         * src/foldersel.c
13363                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
13364
13365 2005-03-18 [paul]       1.0.3cvs2.4
13366
13367         * src/addrharvest.c
13368         * src/codeconv.c
13369         * src/codeconv.h
13370         * src/compose.c
13371         * src/news.c
13372         * src/procheader.c
13373         * src/procmime.c
13374         * src/unmime.c
13375         * src/unmime.h
13376                 fix buffer overflow, CAN-2005-0667, see
13377                 http://secunia.com/advisories/14491/
13378                 Patch by Alfons
13379
13380 2005-03-17 [colin]      1.0.3cvs2.3
13381
13382         * src/prefs_fonts.c
13383         * src/summaryview.c
13384                 Fix font bugs (both lists now officialy share 
13385                 the same font)
13386                 
13387
13388 2005-03-17 [paul]       1.0.3cvs2.2
13389
13390         * src/gtk/pluginwindow.c
13391                 make plugin descriptions uneditable
13392
13393 2005-03-11 [paul]       1.0.3cvs2.1
13394
13395         * ChangeLog.claws
13396         * configure.ac
13397         * po/POTFILES.in
13398         * src/plugins/trayicon/trayicon.c
13399                 sync with HEAD
13400                 add src/wizard.c to POTFILES.in
13401
13402 2005-03-11 [paul]       1.0.3cvs1.1
13403
13404         * ChangeLog
13405         * ChangeLog.claws
13406         * configure.ac
13407         * po/de.po
13408         * po/es.po
13409         * po/fr.po
13410         * po/it.po
13411         * po/pt_BR.po
13412         * po/ru.po
13413         * po/sk.po
13414         * po/sr.po
13415         * po/zh_CN.po
13416                 sync with HEAD
13417
13418 2005-03-04 [colin]      1.0.1cvs22.2
13419
13420         * src/compose.c
13421                 Fix signatures with accentued chars in it
13422
13423 2005-03-04 [colin]      1.0.1cvs22.1
13424
13425         * src/common/smtp.c
13426         * src/common/smtp.h
13427                 Don't use SIZE param in MAIL FROM: if server 
13428                 doesn't support it. Patch by Eugen Freiter
13429                 <eugen_f@users.sf.net>
13430
13431 2005-02-27 [paul]       1.0.1cvs20.1
13432
13433         * ChangeLog.claws
13434         * configure.ac
13435         * src/messageview.c
13436                 sync with HEAD
13437
13438 2005-02-27 [colin]      1.0.1cvs19.4
13439
13440         * src/procheader.c
13441         * src/procheader.h
13442                 Fix prototypes. Patch by Alfons
13443
13444 2005-02-27 [colin]      1.0.1cvs19.3
13445
13446         * src/compose.c
13447                 Don't auto-join the signature separator.
13448
13449 2005-02-26 [colin]      1.0.1cvs19.2
13450
13451         * src/summaryview.c
13452                 Fix 'mark all read' with collapsed threads.
13453                 Patch by Alfons.
13454
13455 2005-02-25 [paul]       1.0.1cvs19.1
13456
13457         * ChangeLog.claws
13458         * configure.ac
13459         * src/prefs_account.c
13460         * src/prefs_folder_item.c
13461         * src/gtk/prefswindow.c
13462         * src/gtk/prefswindow.h
13463                 sync with HEAD
13464
13465 2005-02-25 [paul]       1.0.1cvs15.12
13466
13467         * src/alertpanel.c
13468         * src/codeconv.c
13469         * src/compose.c
13470         * src/textview.c
13471         * src/gtk/gtkutils.c
13472         * src/gtk/gtkutils.h
13473         * src/gtk/logwindow.c
13474         * src/gtk/progressdialog.c
13475                 sync with main (revision 127)
13476                 and fix logwindow clipping
13477
13478 2005-02-24 [colin]      1.0.1cvs15.11
13479
13480         * src/plugins/pgpmime/passphrase.c
13481                 Disable input grabbing; it doesn't work yet.
13482
13483 2005-02-24 [colin]      1.0.1cvs15.10
13484
13485         * src/messageview.c
13486                 Don't send out receipts if offline. Ask.
13487
13488 2005-02-23 [colin]      1.0.1cvs15.9
13489
13490         * src/summaryview.c     
13491                 Fix expanding
13492
13493 2005-02-23 [colin]      1.0.1cvs15.8
13494
13495         * src/summaryview.c
13496                 Really fix Bug 568 by removing useless
13497                 calls. summary_thread_init() now called
13498                 in summary_sort(). This should please
13499                 Alfons as it should be faster than 
13500                 previously.
13501
13502 2005-02-23 [colin]      1.0.1cvs15.7
13503
13504         * src/compose.c
13505                 Encode parts as QP or B64 if signing
13506
13507 2005-02-23 [colin]      1.0.1cvs15.6
13508
13509         * src/compose.c
13510                 Fix Mimeinfo leakage (including tmp files)
13511         * src/procmsg.c
13512                 Fix tmp file leakage (spotted by Ivan Rayner)
13513
13514 2005-02-22 [colin]      1.0.1cvs15.5
13515
13516         * src/expldifdlg.c
13517                 Fix keyboard input. Patch by Alfons.
13518
13519 2005-02-21 [colin]      1.0.1cvs15.4
13520
13521         * src/compose.c
13522                 Fix Sign/Encrypt when unselecting privacy
13523                 system
13524         * src/prefs_common.c
13525                 Change default message font to Monospace
13526         * src/summaryview.c
13527                 More freezing during potentially large operations
13528
13529 2005-02-21 [paul]       1.0.1cvs15.3
13530
13531         * src/main.c
13532                 fix --help output
13533
13534 2005-02-21 [paul]       1.0.1cvs15.2
13535
13536         * po/Makefile.in.in
13537         * src/compose.c
13538         * src/summaryview.c
13539         * src/textview.c
13540         * src/common/utils.c
13541         * src/common/utils.h
13542                 sync with main (revision 117)
13543
13544 2005-02-20 [colin]      1.0.1cvs15.1
13545
13546         * src/common/defs.h
13547                 Change cache file to .sylpheed_claws_cache, as
13548                 suggested by Alfons. Allows people to switch
13549                 between Sylpheed and Sylpheed-Claws. it is
13550                 a good idea to "Check for new messages" at next
13551                 startup.
13552
13553
13554 2005-02-18 [colin]      1.0.1cvs14.1
13555
13556         * src/quote_fmt_lex.l
13557         * src/quote_fmt_parse.y
13558                 Fix parser initialisation. Patch by Ivan.
13559
13560 2005-02-18 [colin]      1.0.1cvs11.6
13561
13562         * src/folderview.c
13563                 Fix scrolldown (bug 662)
13564
13565 2005-02-17 [colin]      1.0.1cvs11.5
13566
13567         * src/codeconv.c
13568                 conv_filename_to_utf8: return clean 7bit instead
13569                 of broken utf8 if needed
13570         * src/mimeview.c
13571                 Fix display of parts with unclean 8bit names
13572
13573 2005-02-17 [paul]       1.0.1cvs11.4
13574
13575         * src/compose.c
13576         * src/exportldif.c
13577         * src/matcher_parser_parse.y
13578         * src/procmime.c
13579         * src/sourcewindow.c
13580         * src/common/Makefile.am
13581         * src/common/intl.h             ** REMOVED **
13582         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13583                 sync with main (revision 109)
13584                 and clean up
13585
13586 2005-02-16 [colin]      1.0.1cvs11.3
13587
13588         * src/summaryview.c
13589                 Fix collapsed thread not highlighting when new
13590                 messages in it (Bug 568) Patch by Stephan Sachse.
13591                 Fix messed up selection when reaching bounds (Bug 632)
13592         * src/prefs_themes.c
13593                 Fix theme installing (Bug 684)
13594
13595 2005-02-16 [colin]      1.0.1cvs11.2
13596
13597         * src/messageview.c
13598                 Fix messageview_select_all
13599
13600 2005-02-16 [colin]      1.0.1cvs11.1
13601
13602         * src/mh.c
13603                 Sync with HEAD (MH scan required function)
13604
13605 2005-02-15 [colin]      1.0.1cvs8.1
13606
13607         * src/mimeview.c
13608         * src/common/utils.c
13609                 Sync with HEAD (filename chars substitution)
13610
13611 2005-02-15 [colin]      1.0.1cvs7.3
13612
13613         * src/gtk/pluginwindow.c
13614                 Fix button spacing
13615
13616 2005-02-15 [colin]      1.0.1cvs7.2
13617
13618         * src/mimeview.c
13619                 Fix mime icons not reset across message when
13620                 scrolled down
13621
13622 2005-02-15 [colin]      1.0.1cvs7.1
13623
13624         * src/compose.c
13625         * src/procmime.c
13626                 Sync with HEAD (optimisation of cvs6)
13627
13628 2005-02-14 [colin]      1.0.1cvs6.1
13629
13630         * src/compose.c
13631         * src/procmime.c
13632                 Sync with HEAD (encode "From " at line beginning)
13633
13634 2005-02-14 [colin]      1.0.1cvs5.3
13635
13636         * src/compose.c
13637                 Fix wrapping with accentued chars.
13638
13639 2005-02-13 [colin]      1.0.1cvs5.2
13640
13641         * src/textview.c
13642                 Fix email informative part parsing with
13643                 accentued chars in it. ispunct() returns
13644                 true for them in utf8...
13645
13646 2005-02-12 [colin]      1.0.1cvs5.1
13647
13648         * src/filtering.c
13649                 Sync with HEAD (remove wrong use of compose after send)
13650
13651 2005-02-12 [paul]       1.0.1cvs4.5
13652
13653         * src/textview.c
13654                 remove unnecessary code (thanks to Alfons)
13655
13656 2005-02-12 [paul]       1.0.1cvs4.4
13657
13658         * src/textview.c
13659                 add 'Copy' to contextual menu on emails
13660
13661 2005-02-11 [colin]      1.0.1cvs4.3
13662
13663         * src/compose.c
13664                 revert 1.0.0cvs28.2, it doesn't work that well.
13665
13666 2005-02-11 [paul]       1.0.1cvs4.2
13667
13668         * po/Makefile.in.in
13669                 fix 'make release'
13670
13671 2005-02-10 [paul]       1.0.1cvs4.1
13672
13673         * ChangeLog
13674         * ChangeLog.claws
13675         * ChangeLog.jp
13676         * configure.ac
13677         * src/compose.c
13678                 sync with HEAD (sync with main)
13679
13680 2005-02-10 [paul]       1.0.1cvs3.2
13681
13682         * AUTHORS
13683         * Makefile.am
13684         * autogen.sh
13685         * configure.ac
13686         * config/mkinstalldirs
13687         * intl/.cvsignore
13688         * intl/ChangeLog
13689         * intl/VERSION
13690         * intl/bindtextdom.c
13691         * intl/config.charset
13692         * intl/dcgettext.c
13693         * intl/dcigettext.c
13694         * intl/dcngettext.c
13695         * intl/dgettext.c
13696         * intl/dngettext.c
13697         * intl/eval-plural.h
13698         * intl/explodename.c
13699         * intl/finddomain.c
13700         * intl/gettext.c
13701         * intl/gettextP.h
13702         * intl/gmo.h
13703         * intl/hash-string.h
13704         * intl/intl-compat.c
13705         * intl/l10nflist.c
13706         * intl/libgnuintl.h.in
13707         * intl/loadinfo.h
13708         * intl/loadmsgcat.c
13709         * intl/localcharset.c
13710         * intl/localcharset.h
13711         * intl/locale.alias
13712         * intl/localealias.c
13713         * intl/localename.c
13714         * intl/log.c
13715         * intl/ngettext.c
13716         * intl/os2compat.c
13717         * intl/os2compat.h
13718         * intl/osdep.c
13719         * intl/plural-exp.c
13720         * intl/plural-exp.h
13721         * intl/plural.c
13722         * intl/plural.y
13723         * intl/ref-add.sin
13724         * intl/ref-del.sin
13725         * intl/relocatable.c
13726         * intl/relocatable.h
13727         * intl/textdomain.c
13728         * m4/Makefile.am
13729         * po/Makefile.in.in
13730         * src/Makefile.am
13731         * src/account.c
13732         * src/action.c
13733         * src/addr_compl.c
13734         * src/addressadd.c
13735         * src/addressbook.c
13736         * src/addrgather.c
13737         * src/addrindex.c
13738         * src/alertpanel.c
13739         * src/browseldap.c
13740         * src/codeconv.c
13741         * src/codeconv.h
13742         * src/compose.c
13743         * src/compose.h
13744         * src/crash.c
13745         * src/editaddress.c
13746         * src/editbook.c
13747         * src/editgroup.c
13748         * src/editjpilot.c
13749         * src/editldap.c
13750         * src/editldap_basedn.c
13751         * src/editvcard.c
13752         * src/exphtmldlg.c
13753         * src/expldifdlg.c
13754         * src/export.c
13755         * src/exporthtml.c
13756         * src/filtering.c
13757         * src/folder.c
13758         * src/folder_item_prefs.c
13759         * src/foldersel.c
13760         * src/folderview.c
13761         * src/grouplistdialog.c
13762         * src/headerview.c
13763         * src/imap.c
13764         * src/imap_gtk.c
13765         * src/import.c
13766         * src/importldif.c
13767         * src/importmutt.c
13768         * src/importpine.c
13769         * src/inc.c
13770         * src/ldif.c
13771         * src/main.c
13772         * src/mainwindow.c
13773         * src/matcher.c
13774         * src/mbox.c
13775         * src/message_search.c
13776         * src/messageview.c
13777         * src/mh.c
13778         * src/mh_gtk.c
13779         * src/mimeview.c
13780         * src/msgcache.c
13781         * src/news.c
13782         * src/news_gtk.c
13783         * src/noticeview.c
13784         * src/partial_download.c
13785         * src/pop.c
13786         * src/prefs_account.c
13787         * src/prefs_actions.c
13788         * src/prefs_common.c
13789         * src/prefs_customheader.c
13790         * src/prefs_display_header.c
13791         * src/prefs_ext_prog.c
13792         * src/prefs_filtering.c
13793         * src/prefs_filtering_action.c
13794         * src/prefs_folder_item.c
13795         * src/prefs_fonts.c
13796         * src/prefs_gtk.c
13797         * src/prefs_matcher.c
13798         * src/prefs_msg_colors.c
13799         * src/prefs_spelling.c
13800         * src/prefs_summary_column.c
13801         * src/prefs_template.c
13802         * src/prefs_themes.c
13803         * src/prefs_toolbar.c
13804         * src/prefs_wrapping.c
13805         * src/privacy.c
13806         * src/procheader.c
13807         * src/procmime.c
13808         * src/procmsg.c
13809         * src/quote_fmt.c
13810         * src/recv.c
13811         * src/send_message.c
13812         * src/setup.c
13813         * src/sourcewindow.c
13814         * src/ssl_manager.c
13815         * src/statusbar.c
13816         * src/summary_search.c
13817         * src/summaryview.c
13818         * src/textview.c
13819         * src/toolbar.c
13820         * src/wizard.c
13821         * src/common/nntp.c
13822         * src/common/plugin.c
13823         * src/common/smtp.c
13824         * src/common/ssl.c
13825         * src/common/ssl_certificate.c
13826         * src/common/string_match.c
13827         * src/common/sylpheed.c
13828         * src/common/template.c
13829         * src/common/utils.c
13830         * src/gtk/about.c
13831         * src/gtk/colorlabel.c
13832         * src/gtk/description_window.c
13833         * src/gtk/filesel.c
13834         * src/gtk/foldersort.c
13835         * src/gtk/gtkaspell.c
13836         * src/gtk/gtkutils.c
13837         * src/gtk/inputdialog.c
13838         * src/gtk/logwindow.c
13839         * src/gtk/menu.c
13840         * src/gtk/pluginwindow.c
13841         * src/gtk/prefswindow.c
13842         * src/gtk/progressdialog.c
13843         * src/gtk/quicksearch.c
13844         * src/gtk/sslcertwindow.c
13845         * src/plugins/clamav/clamav_plugin.c
13846         * src/plugins/clamav/clamav_plugin_gtk.c
13847         * src/plugins/demo/demo.c
13848         * src/plugins/dillo_viewer/dillo_prefs.c
13849         * src/plugins/dillo_viewer/dillo_viewer.c
13850         * src/plugins/image_viewer/plugin.c
13851         * src/plugins/image_viewer/viewer.c
13852         * src/plugins/image_viewer/viewerprefs.c
13853         * src/plugins/mathml_viewer/mathml_viewer.c
13854         * src/plugins/pgpmime/passphrase.c
13855         * src/plugins/pgpmime/plugin.c
13856         * src/plugins/pgpmime/prefs_gpg.c
13857         * src/plugins/pgpmime/select-keys.c
13858         * src/plugins/pgpmime/sgpgme.c
13859         * src/plugins/spamassassin/spamassassin.c
13860         * src/plugins/spamassassin/spamassassin_gtk.c
13861         * src/plugins/trayicon/trayicon.c
13862                 sync with main (revision 104)
13863
13864 2005-02-10 [colin]      1.0.1cvs3.1
13865
13866         * src/mainwindow.c
13867                 Sync with HEAD (fix occasional crasher)
13868
13869 2005-02-10 [colin]      1.0.1cvs2.1
13870
13871         * src/messageview.c
13872                 Synw with HEAD (don't automatically display html)
13873
13874 2005-02-09 [colin]      1.0.1cvs1.3
13875
13876         * src/textview.c
13877         * src/textview.h
13878                 Add contextual menu on emails
13879
13880 2005-02-09 [colin]      1.0.1cvs1.2
13881
13882         * src/codeconv.c
13883                 Fix converting from broken headers and 
13884                 put back the _ in missing places
13885                 (feature broke with cvs24.2 sync, main 
13886                  possibly affected?)
13887
13888 2005-02-09 [colin]      1.0.1cvs1.1
13889
13890         * src/messageview.c
13891         * src/mimeview.c
13892         * src/mimeview.h
13893                 Sync with HEAD (display non text/plain mails with plugin)
13894
13895 2005-02-08 [colin]      1.0.1.1
13896
13897         * ChangeLog.claws
13898         * po/pt_BR.po
13899                 Sync with HEAD
13900         * configure.ac
13901                 Make default configuration directory 
13902                 be .sylpheed-gtk2
13903
13904 2005-02-08 [colin]      1.0.0cvs29.1
13905
13906         * po/de.po
13907         * po/es.po
13908         * po/fr.po
13909         * po/it.po
13910         * po/sk.po
13911         * po/sr.po
13912                 Sync translations with HEAD
13913
13914 2005-02-06 [colin]      1.0.0cvs28.3
13915
13916         * src/compose.c
13917                 Make compose a bit faster - patch by Alfons.
13918
13919 2005-02-06 [colin]      1.0.0cvs28.2
13920
13921         * src/compose.c
13922                 Make pasting via middle-click more reliable
13923
13924 2005-02-05 [paul]       1.0.0cvs28.1
13925
13926         * ChangeLog
13927         * ChangeLog.claws
13928         * ChangeLog.jp
13929         * configure.ac
13930         * src/compose.c
13931                 sync with HEAD
13932                 (fix bug 682 'redirect is broken'
13933
13934 2005-02-05 [torte]      1.0.0cvs27.1
13935
13936         * ChangeLog.claws
13937         * configure.ac
13938         * src/partial_download.c
13939                 Sync with HEAD (fix buf overflow)
13940
13941 2005-02-03 [colin]      1.0.0cvs26.1
13942
13943         * src/common/plugin.c
13944                 Sync with HEAD (avoid plugin mismatches)
13945
13946 2005-02-03 [paul]       1.0.0cvs25.3
13947
13948         * src/folderview.c
13949         * src/headerview.c
13950         * src/summaryview.c
13951         * src/textview.c
13952         * src/gtk/colorlabel.c
13953                 third and final part of initial sync with main-gtk2
13954
13955 2005-02-03 [paul]       1.0.0cvs25.2
13956
13957         * src/jpilot.c
13958                 fix building with jpilot support
13959
13960 2005-02-02 [colin]      1.0.0cvs25.1
13961
13962         * src/messageview.c
13963                 Sync with HEAD (fix dangerous typo)
13964
13965 2005-02-01 [colin]      1.0.0cvs24.3
13966
13967         * src/common/xml.c
13968                 Write file as advertised (UTF-8)
13969
13970 2005-02-01 [paul]       1.0.0cvs24.2
13971
13972         * src/addrbook.c
13973         * src/addrindex.c
13974         * src/alertpanel.h
13975         * src/codeconv.c
13976         * src/codeconv.h
13977         * src/compose.c
13978         * src/export.c
13979         * src/folder_item_prefs.c
13980         * src/html.c
13981         * src/imap.c
13982         * src/import.c
13983         * src/jpilot.c
13984         * src/mainwindow.c
13985         * src/matcher_parser_lex.l
13986         * src/messageview.c
13987         * src/mh.c
13988         * src/prefs_account.c
13989         * src/prefs_actions.c
13990         * src/prefs_common.c
13991         * src/prefs_gtk.c
13992         * src/prefs_gtk.h
13993         * src/prefs_themes.c
13994         * src/procheader.c
13995         * src/procmime.c
13996         * src/sourcewindow.c
13997         * src/statusbar.c
13998         * src/summaryview.c
13999         * src/textview.c
14000         * src/toolbar.c
14001         * src/unmime.c
14002         * src/common/template.c
14003         * src/common/utils.c
14004         * src/common/xml.c
14005         * src/common/xml.h
14006         * src/gtk/gtkaspell.c
14007         * src/plugins/clamav/clamav_plugin.c
14008         * src/plugins/dillo_viewer/dillo_prefs.c
14009         * src/plugins/image_viewer/viewerprefs.c
14010         * src/plugins/pgpmime/passphrase.c
14011         * src/plugins/pgpmime/prefs_gpg.c
14012         * src/plugins/pgpmime/select-keys.c
14013         * src/plugins/spamassassin/spamassassin.c
14014                 second part of initial sync with main-gtk2
14015                 (more to follow)
14016
14017 2005-01-31 [colin]      1.0.0cvs24.1
14018
14019         * src/compose.c
14020                 Sync with HEAD
14021
14022 2005-01-29 [paul]       1.0.0cvs23.2
14023
14024         * src/account.c
14025         * src/action.c
14026         * src/addressadd.c
14027         * src/addressbook.c
14028         * src/alertpanel.c
14029         * src/compose.c
14030         * src/editaddress.c
14031         * src/editbook.c
14032         * src/editgroup.c
14033         * src/editjpilot.c
14034         * src/editldap.c
14035         * src/editldap_basedn.c
14036         * src/editvcard.c
14037         * src/export.c
14038         * src/foldersel.c
14039         * src/grouplistdialog.c
14040         * src/import.c
14041         * src/importldif.c
14042         * src/inc.c
14043         * src/main.c
14044         * src/mainwindow.c
14045         * src/message_search.c
14046         * src/messageview.c
14047         * src/mimeview.c
14048         * src/prefs_actions.c
14049         * src/prefs_common.c
14050         * src/prefs_common.h
14051         * src/prefs_customheader.c
14052         * src/prefs_display_header.c
14053         * src/prefs_filtering.c
14054         * src/prefs_filtering_action.c
14055         * src/prefs_gtk.c
14056         * src/prefs_matcher.c
14057         * src/prefs_summary_column.c
14058         * src/prefs_template.c
14059         * src/sourcewindow.c
14060         * src/summary_search.c
14061         * src/summaryview.c
14062         * src/textview.c
14063         * src/gtk/about.c
14064         * src/gtk/description_window.c
14065         * src/gtk/gtkshruler.c
14066         * src/gtk/gtkutils.c
14067         * src/gtk/gtkutils.h
14068         * src/gtk/inputdialog.c
14069         * src/gtk/logwindow.c
14070         * src/gtk/prefswindow.c
14071         * src/gtk/progressdialog.c
14072         * src/gtk/progressdialog.h
14073                 first part of initial sync with main-gtk2
14074                 (more to follow)
14075
14076 2005-01-28 [colin]      1.0.0cvs23.1
14077
14078         * src/folderview.c
14079                 Sync with HEAD
14080
14081 2005-01-27 [colin]      1.0.0cvs21.1
14082
14083         * src/folder.c
14084         * src/folderview.c
14085                 Sync with HEAD
14086
14087 2005-01-27 [colin]      1.0.0cvs19.1
14088
14089         * src/procmime.c
14090                 Sync with HEAD
14091
14092 2005-01-27 [colin]      1.0.0cvs18.1
14093
14094         * src/messageview.c
14095         * src/summaryview.c
14096         * src/mainwindow.c
14097         * src/compose.c
14098         * src/compose.h
14099         * src/procmsg.c
14100         * src/procmsg.h
14101         * src/toolbar.c
14102                 Sync with HEAD
14103
14104 2005-01-26 [paul]       1.0.0cvs15.2
14105
14106         * src/compose.c
14107                 compose_entries_set(): convert subject and body to
14108                 utf8 if necessary. patch by Felix Eckhofer
14109
14110 2005-01-26 [paul]       1.0.0cvs15.1
14111
14112         * configure.ac
14113         * src/common/template.c
14114                 sync with HEAD (fix memory leak)
14115
14116 2005-01-25 [paul]       1.0.0cvs14.1
14117
14118         * configure.ac
14119         * src/compose.c
14120                 sync with HEAD
14121
14122 2005-01-24 [colin]      1.0.0cvs13.1
14123
14124         * src/summaryview.c
14125                 Sync with HEAD
14126
14127 2005-01-24 [paul]       1.0.0cvs12.1
14128
14129         * configure.ac
14130         * src/messageview.c
14131         * src/mh.c
14132         * src/common/utils.c
14133                 sync with HEAD
14134
14135 2005-01-24 [colin]      1.0.0cvs11.1
14136
14137         * src/procheader.c
14138                 Sync with HEAD
14139
14140 2005-01-24 [colin]      1.0.0cvs10.1
14141
14142         * src/folderview.c
14143                 Sync with HEAD
14144
14145 2005-01-23 [colin]      1.0.0cvs9.1
14146
14147         * src/crash.c
14148                 Sync with HEAD
14149
14150 2005-01-22 [colin]      1.0.0cvs8.1
14151
14152         * src/summaryview.c
14153         * src/gtk/quicksearch.c
14154                 Sync with HEAD
14155
14156 2005-01-21 [colin]      1.0.0cvs7.1
14157
14158         * src/summaryview.c
14159                 Sync with HEAD
14160
14161 2005-01-21 [colin]      1.0.0cvs6.1
14162
14163         * src/summaryview.c
14164                 Sync with HEAD
14165
14166 2005-01-21 [colin]      1.0.0cvs5.1
14167
14168         * src/gtk/quicksearch.c
14169         * src/prefs_common.c
14170         * src/prefs_common.h
14171                 Sync with HEAD (recurse option)
14172
14173 2005-01-21 [colin]      1.0.0cvs4.1
14174
14175         * src/folder.h
14176         * src/folderview.c
14177         * src/folderview.h
14178         * src/summaryview.c
14179         * src/gtk/quicksearch.c
14180         * src/gtk/quicksearch.h
14181                 Sync with HEAD (recursive quicksearch)
14182
14183 2005-01-20 [colin]      1.0.0cvs3.4
14184
14185         * src/ssl_manager.c
14186                 Remove useless code
14187
14188 2005-01-20 [colin]      1.0.0cvs3.3
14189
14190         * src/ssl_manager.c
14191                 Fix leak, thanks to Alfons.
14192
14193 2005-01-20 [colin]      1.0.0cvs3.2
14194
14195         * src/ssl_manager.c
14196                 Port SSL certificate window to GTK2.
14197
14198 2005-01-20 [paul]       1.0.0cvs3.1
14199
14200         * ChangeLog.claws
14201         * configure.ac
14202         * src/addrindex.c
14203         * src/addrindex.h
14204                 sync with HEAD
14205
14206 2005-01-19 [colin]      1.0.0cvs2.2
14207
14208         * src/plugins/trayicon/trayicon.c
14209                 Fix freeze with gtk-2.6, the easy way
14210                 (signal blocking helpless there...)
14211                 Closes bug #668.
14212
14213 2005-01-19 [colin]      1.0.0cvs2.1
14214
14215         * src/mbox.c
14216         * src/mbox.h
14217         * src/mainwindow.c
14218         * src/summaryview.c
14219         * src/summaryview.h
14220                 Sync with HEAD
14221
14222 2005-01-19 [paul]       1.0.0cvs1.1
14223
14224         * configure.ac
14225         * po/de.po
14226         * po/es.po
14227         * po/fr.po
14228         * po/hr.po
14229         * po/it.po
14230         * po/ja.po
14231         * po/ko.po
14232         * po/pt_BR.po
14233         * po/ru.po
14234         * po/sk.po
14235         * po/sr.po
14236                 sync with HEAD (update translations)
14237
14238 2005-01-18 [colin]      1.0.0cvs0.1
14239
14240         * src/foldersel.c
14241                 Specify search column - patch by Alfons
14242
14243 2005-01-18 [colin]      0.9.13cvs36.3
14244
14245         * src/prefs_toolbar.c
14246                 Change Delete to Remove
14247         * src/prefs_fonts.c
14248                 GTK2 version and leak fixes
14249         * src/prefs_actions.c
14250                 Add stock buttons.
14251                 All patches by Alfons
14252
14253 2005-01-17 [colin]      0.9.13cvs36.2
14254
14255         * src/compose.c
14256                 Fix DnD inserting twice. While at it,
14257                 add DnD support for text/plain in the
14258                 body, and add support in the headers.
14259
14260 2005-01-16 [colin]      0.9.13cvs36.1
14261
14262         * ChangeLog
14263         * ChangeLog.jp
14264         * ChangeLog.claws
14265                 Sync with HEAD (nothing applicable)
14266
14267 2005-01-16 [colin]      0.9.13cvs33.2
14268
14269         * src/prefs_toolbar.c
14270                 GTK2ize prefs_toolbar, by Alfons.
14271
14272 2005-01-14 [colin]      0.9.13cvs33.1
14273
14274         * src/html.c
14275         * src/msgcache.c
14276                 Sync with HEAD
14277
14278 2005-01-14 [colin]      0.9.13cvs32.1
14279
14280         * src/html.c
14281         * src/html.h
14282         * src/msgcache.c
14283         * AUTHORS
14284         * tools/calypso_convert.pl
14285                 Sync with HEAD
14286
14287 2005-01-08 [colin]      0.9.13cvs29.2
14288
14289         * src/prefs_filtering_action.c
14290         * src/prefs_filtering.c
14291                 2 more gtk2 patches by Alfons
14292
14293 2005-01-07 [paul]       0.9.13cvs29.1
14294
14295         * ChangeLog
14296         * ChangeLog.claws
14297         * ChangeLog.jp
14298         * configure.ac
14299         * src/pop.c
14300         * src/pop.h
14301                 sync with HEAD
14302
14303 2005-01-07 [colin]      0.9.13cvs28.3
14304
14305         * src/gtk/progressdialog.c
14306         * src/gtk/progressdialog.h
14307         * src/inc.c
14308         * src/send_message.c
14309                 GTK2 for the incorporation dialog. The CList isn't dead
14310                 yet, for a more smooth migration. Patch by Alfons.
14311
14312 2005-01-06 [colin]      0.9.13cvs28.2
14313
14314         * src/prefs_display_header.c
14315                 GTK2 conversion by Alfons
14316         * src/prefs_actions.c
14317         * src/prefs_matcher.c
14318                 Fix 2 leaks - patch by Alfons
14319
14320 2005-01-06 [colin]      0.9.13cvs28.1
14321
14322         * src/prefs_matcher.c
14323                 Sync with HEAD
14324
14325 2005-01-06 [colin]      0.9.13cvs27.4
14326
14327         * src/prefs_matcher.c
14328                 Fix double-free. Patch by Alfons
14329
14330 2005-01-06 [colin]      0.9.13cvs27.3
14331
14332         * src/prefs_matcher.c
14333                 GTK2 widgets + memleak
14334                 Patch by Alfons
14335
14336 2005-01-05 [colin]      0.9.13cvs27.2
14337
14338         * src/account.c
14339         * src/addr_compl.c
14340         * src/foldersel.c
14341         * src/stock_pixmap.c
14342         * src/stock_pixmap.h
14343                 3 more GTK2 patches by Alfons.
14344
14345 2005-01-04 [colin]      0.9.13cvs27.1
14346
14347         * src/folderview.c
14348         * src/imap_gtk.c
14349         * src/news_gtk.c
14350                 Sync with HEAD
14351
14352 2005-01-04 [colin]      0.9.13cvs25.9
14353
14354         * src/compose.c
14355                 Fix Show Ruler menuitem
14356         * src/prefs_template.c
14357                 Convert to GTK2
14358         * src/common/utils.c
14359                 Make auto pointer stuff handles NULLs
14360                 Patches by Alfons.
14361
14362 2005-01-04 [colin]      0.9.13cvs25.8
14363
14364         * src/compose.c
14365                 Move the attachment list to gtk2
14366                 Patch by Alfons.
14367
14368 2005-01-04 [colin]      0.9.13cvs25.7
14369
14370         * src/textview.c
14371                 Make some keys work again
14372                 Patch by SungHyun Nam <namsh@kldp.org>
14373
14374 2005-01-04 [colin]      0.9.13cvs25.6
14375
14376         * src/gtk/gtkshruler.c
14377                 Move the ruler to GTK2
14378                 Patch by Alfons
14379
14380 2005-01-03 [colin]      0.9.13cvs25.5
14381
14382         * src/compose.c
14383                 Fix my broken patch apply 
14384
14385 2005-01-03 [colin]      0.9.13cvs25.4
14386
14387         * src/common/utils.c
14388         * src/common/utils.h
14389         * src/gtk/prefswindow.c
14390                 Move auto pointer stuff to utils.c
14391                 Patch by Alfons again :)
14392
14393 2005-01-03 [colin]      0.9.13cvs25.3
14394
14395         * src/compose.c
14396         * src/prefs_gtk.c
14397         * src/prefs_template.c
14398         * src/textview.c
14399                 Empty text widgets with empty strings, not NULL char
14400                 Patch by SungHyun Nam <namsh@kldp_org>
14401
14402 2005-01-03 [colin]      0.9.13cvs25.2
14403
14404         * src/main.c
14405         * AUTHORS
14406                 Sync with HEAD
14407
14408 2005-01-03 [colin]      0.9.13cvs25.1
14409
14410         * src/pop.c
14411         * src/pop.h
14412                 Sync with HEAD
14413
14414 2005-01-03 [colin]      0.9.13cvs24.3
14415
14416         * src/account.c
14417                 Two patches from Alfons and Alex S Moore:
14418                 fix images, fix return value.
14419
14420 2005-01-01 [colin]      0.9.13cvs24.2
14421
14422         * src/prefs_actions.c
14423                 Fix over-zealous assertion. Patch by Alfons
14424
14425 2005-01-01 [colin]      0.9.13cvs24.1
14426
14427         * src/procmime.c
14428                 Sync with HEAD (leak fix)
14429
14430 2004-12-31 [colin]      0.9.13cvs23.2
14431
14432         * src/prefs_common.c
14433                 GTK2 widgets + stock buttons - patch by Alfons
14434
14435 2004-12-31 [paul]       0.9.13cvs23.1
14436
14437         * configure.ac
14438                 bump up EXTRA_VERSION to match (sync'ed) HEAD
14439         * src/gtk/pluginwindow.c
14440                 use GTK2 widgets and plug memory leaks,
14441                 patches by Alfons
14442
14443 2004-12-30 [colin]      0.9.13cvs22.4
14444
14445         * src/account.c
14446         * src/action.c
14447         * src/export.c
14448         * src/foldersel.c
14449         * src/import.c
14450         * src/message_search.c
14451         * src/prefs_actions.c
14452         * src/prefs_common.c
14453         * src/prefs_customheader.c
14454         * src/prefs_filtering.c
14455         * src/prefs_summary_column.c
14456         * src/summary_search.c
14457         * src/gtk/about.c
14458         * src/gtk/description_window.c
14459         * src/gtk/gtkutils.c
14460         * src/gtk/gtkutils.h
14461         * src/gtk/inputdialog.c
14462         * src/gtk/prefswindow.c
14463                 Use GTK2 stock buttons. Patches by Alfons.
14464
14465 2004-12-30 [colin]      0.9.13cvs22.3
14466
14467         * src/account.c
14468                 Sync with HEAD
14469         * src/prefs_actions.c
14470         * src/prefs_customheader.c
14471         * src/prefs_filtering.c
14472         * src/prefs_msg_colors.c
14473         * src/prefs_summary_column.c
14474         * src/gtk/prefswindow.c
14475                 Use GtkTreeView instead of deprecated 
14476                 widgets. Patches by Alfons.
14477
14478 2004-12-30 [paul]       0.9.13cvs22.2
14479
14480         * src/foldersel.c
14481                 use GTK 2 Tree View
14482                 patch by Alfons, with root folder sorting fix
14483                 by Stephan Sachse
14484
14485 2004-12-30 [paul]       0.9.13cvs22.1
14486
14487         * ChangeLog
14488         * ChangeLog.claws
14489         * ChangeLog.jp
14490         * NEWS
14491         * configure.ac
14492         * src/account.c
14493                 sync with HEAD
14494
14495 2004-12-22 [martin]     0.9.13cvs21.2
14496
14497         * src/action.c
14498                 free the command line after its use
14499
14500 2004-12-18 [paul]       0.9.13cvs21.1
14501
14502         * AUTHORS
14503         * ChangeLog
14504         * ChangeLog.claws
14505         * ChangeLog.jp
14506         * NEWS
14507         * configure.ac
14508         * src/action.c
14509         * src/compose.c
14510         * src/syldap.c
14511                 sync with HEAD
14512
14513 2004-12-17 [martin]     0.9.13cvs17.2
14514
14515         * src/action.c
14516                 convert actions input to locale
14517         * src/inc.c
14518                 convert notification command to locale
14519         * src/plugins/pgpmime/select-keys.c
14520                 convert attributes to utf8
14521
14522 2004-12-14 [colin]      0.9.13cvs17.1
14523
14524         * ChangeLog
14525         * ChangeLog.jp
14526         * ChangeLog.claws
14527         * src/action.c
14528         * src/common/utils.c
14529         * src/gtk/prefswindow.c
14530         * src/gtk/gtkutils.c
14531         * src/gtk/gtkutils.h
14532         * src/plugins/spamassassin/libspamc.c
14533                 Sync with HEAD
14534
14535 2004-12-13 [colin]      0.9.13cvs14.1
14536
14537         * src/quote_fmt_parse.y
14538                 Sync with HEAD
14539
14540 2004-12-10 [colin]      0.9.13cvs12.1
14541
14542         * src/prefs_themes.c
14543         * src/mainwindow.c
14544         * src/messageview.c
14545                 Sync with HEAD
14546
14547 2004-12-09 [colin]      0.9.13cvs10.1
14548
14549         * src/procmime.c
14550                 Sync with HEAD (fix B64 encoding from memory)
14551
14552 2004-12-08 [colin]      0.9.13cvs9.1
14553
14554         * src/gtk/colorlabel.c
14555                 Sync with HEAD
14556
14557 2004-12-08 [paul]       0.9.13cvs8.2
14558
14559         * src/gtk/pluginwindow.c
14560                 fix window resizing oddities
14561
14562 2004-12-08 [colin]      0.9.13cvs8.1
14563
14564         * src/quote_fmt_parse.y
14565                 Sync with HEAD
14566
14567 2004-12-08 [colin]      0.9.13cvs7.1
14568
14569         * src/matcher_parser_parse.y
14570         * src/msgcache.c
14571         * src/prefs_matcher.c
14572         * src/procheader.c
14573         * src/matcher.c
14574         * src/common/defs.h
14575         * po/sr.po
14576                 Sync with HEAD
14577
14578 2004-12-08 [colin]      0.9.13cvs6.1
14579
14580         * src/quote_fmt_parse.y
14581         * src/textview.c
14582                 Sync with HEAD
14583         * src/gtk/prefswindow.c
14584         * src/gtk/pluginwindow.c
14585                 Fix G_CALLBACKS protos (thanks to Alfons)
14586
14587 2004-12-07 [torte]      0.9.13cvs2.2
14588
14589         * src/procmime.c
14590                 [Bug 650] reply button causes crash
14591                 Thanks to David Relson and Christoph
14592
14593 2004-12-07 [colin]      0.9.13cvs2.1
14594
14595         * ChangeLog.claws
14596         * AUTHORS
14597         * po/sk.po
14598         * src/procmime.c
14599         * src/prefs_account.c
14600         * src/common/smtp.c
14601         * src/common/smtp.h
14602                 Sync with HEAD
14603
14604 2004-12-06 [colin]      0.9.12cvs187.1
14605
14606         * ChangeLog.claws
14607         * INSTALL
14608         * Makefile.am
14609         * README.claws
14610         * TODO.claws
14611         * configure.ac
14612         * po/bg.po
14613         * po/cs.po
14614         * po/el.po
14615         * po/en_GB.po
14616         * po/es.po
14617         * po/fr.po
14618         * po/hr.po
14619         * po/hu.po
14620         * po/it.po
14621         * po/ja.po
14622         * po/ko.po
14623         * po/nl.po
14624         * po/pl.po
14625         * po/pt_BR.po
14626         * po/ru.po
14627         * po/sk.po
14628         * po/sr.po
14629         * po/sv.po
14630         * po/zh_CN.po
14631         * po/zh_TW.Big5.po
14632         * src/compose.c
14633         * tools/Makefile.am
14634         * tools/README
14635         * tools/filter_conv.pl
14636         * tools/kdeservicemenu/README
14637         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14638         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14639                 Sync with HEAD
14640
14641 2004-12-04 [colin]      0.9.12cvs183.1
14642
14643         * src/compose.c
14644                 Sync with HEAD (compose window position saving)
14645
14646 2004-12-04 [paul]       0.9.12cvs182.3
14647
14648         * src/messageview.c
14649         * src/mimeview.c
14650         * src/prefs_customheader.c
14651         * src/gtk/quicksearch.c
14652                 replace some forgotten GTK_SIGNAL_FUNCs
14653
14654 2004-12-04 [paul]       0.9.12cvs182.2
14655
14656         * src/Makefile.am
14657                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14658                 committed in error      
14659
14660 2004-12-04 [paul]       0.9.12cvs182.1
14661
14662         * ChangeLog
14663         * ChangeLog.claws
14664         * ChangeLog.jp
14665         * INSTALL
14666         * NEWS
14667         * README
14668         * README.jp
14669         * configure.ac
14670         * doc/manual/ja/Makefile.am
14671         * doc/manual/ja/sylpheed-1.html
14672         * doc/manual/ja/sylpheed-10.html
14673         * doc/manual/ja/sylpheed-11.html
14674         * doc/manual/ja/sylpheed-12.html
14675         * doc/manual/ja/sylpheed-13.html
14676         * doc/manual/ja/sylpheed-14.html
14677         * doc/manual/ja/sylpheed-15.html
14678         * doc/manual/ja/sylpheed-16.html
14679         * doc/manual/ja/sylpheed-17.html
14680         * doc/manual/ja/sylpheed-18.html
14681         * doc/manual/ja/sylpheed-19.html
14682         * doc/manual/ja/sylpheed-2.html
14683         * doc/manual/ja/sylpheed-20.html
14684         * doc/manual/ja/sylpheed-3.html
14685         * doc/manual/ja/sylpheed-4.html
14686         * doc/manual/ja/sylpheed-5.html
14687         * doc/manual/ja/sylpheed-6.html
14688         * doc/manual/ja/sylpheed-7.html
14689         * doc/manual/ja/sylpheed-8.html
14690         * doc/manual/ja/sylpheed-9.html
14691         * doc/manual/ja/sylpheed.html
14692         * doc/manual/ja/sylpheed.sgml
14693         * po/de.po
14694         * src/Makefile.am
14695         * src/compose.c
14696         * src/procmime.c
14697         * src/pixmaps/regular.xpm **REMOVED**
14698         * src/plugins/pgpmime/pgpmime.c
14699         * src/plugins/pgpmime/plugin.c
14700         * src/plugins/pgpmime/prefs_gpg.c
14701                 sync with HEAD
14702
14703 2004-12-03 [paul]       0.9.12cvs180.1
14704
14705         * ChangeLog
14706         * ChangeLog.claws
14707         * ChangeLog.jp
14708         * configure.ac
14709         * src/Makefile.am
14710         * src/pop.c
14711         * src/common/utils.c
14712         * src/common/utils.h
14713         * src/pixmaps/continue.xpm
14714         * src/pixmaps/dir_close.xpm
14715         * src/pixmaps/dir_open.xpm
14716         * src/pixmaps/drafts_close.xpm
14717         * src/pixmaps/drafts_open.xpm
14718         * src/pixmaps/folder.xpm **REMOVED**
14719         * src/pixmaps/group.xpm
14720         * src/pixmaps/unread.xpm
14721                 sync with HEAD
14722
14723 2004-12-02 [colin]      0.9.12cvs179.1
14724
14725         * src/compose.c
14726                 Sync with HEAD (non-duplicated reedition)
14727
14728 2004-12-02 [colin]      0.9.12cvs178.1
14729
14730         * src/compose.c
14731                 Sync with HEAD (linewrap_quote fix)
14732
14733 2004-12-01 [colin]      0.9.12cvs177.3
14734
14735         * src/addrharvest.c
14736                 Replace sizeof with strlen
14737
14738 2004-12-01 [paul]       0.9.12cvs177.2
14739
14740         * src/addrharvest.c
14741                 fix 'harvest addresses'
14742
14743 2004-11-30 [colin]      0.9.12cvs177.1
14744
14745         * src/gtk/prefswindow.c
14746         * src/gtk/pluginwindow.c
14747                 Sync with HEAD
14748
14749 2004-11-29 [colin]      0.9.12cvs176.1
14750
14751         * src/folderview.c
14752                 sync with HEAD (Fix disappearing separators in folderview's popup)
14753
14754 2004-11-29 [colin]      0.9.12cvs175.1
14755
14756         * src/procmime.c
14757                 Sync with head (another format fix)
14758
14759 2004-11-29 [colin]      0.9.12cvs174.1
14760
14761         * src/pop.c
14762                 Sync with HEAD (format string fix)
14763
14764 2004-11-26 [colin]      0.9.12cvs173.1
14765
14766         * src/common/smtp.c
14767         * src/common/smtp.h
14768                 Sync with HEAD
14769
14770 2004-11-24 [colin]      0.9.12cvs172.1
14771
14772         * src/plugins/pgpmime/pgpmime.c
14773                 Sync with HEAD
14774
14775 2004-11-24 [colin]      0.9.12cvs171.1
14776
14777         * src/plugins/pgpmime/pgpmime.c
14778                 Sync with head (gpgmectx leaks)
14779
14780 2004-11-24 [colin]      0.9.12cvs169.1
14781
14782         * src/plugins/pgpmime/plugin.c
14783         * src/plugins/trayicon/Makefile.am
14784         * src/plugins/trayicon/newmarkedmail.xpm
14785         * src/plugins/trayicon/trayicon.c
14786         * src/plugins/trayicon/unreadmarkedmail.xpm
14787                 Sync with HEAD
14788
14789 2004-11-23 [colin]      0.9.12cvs168.1
14790
14791         * src/partial_download.c
14792         * src/partial_download.h
14793         * src/plugins/pgpmime/plugin.c
14794                 Sync with HEAD
14795
14796 2004-11-23 [colin]      0.9.12cvs166.1
14797
14798         * src/Makefile.am
14799         * src/codeconv.c
14800         * src/compose.c
14801         * src/folderview.c
14802         * src/main.c
14803         * src/partial_download.c
14804         * src/partial_download.h
14805         * src/prefs_account.c
14806         * src/prefs_account.h
14807         * src/privacy.c
14808         * src/privacy.h
14809         * src/procmime.c
14810         * src/common/Makefile.am
14811         * src/common/base64.h
14812         * src/common/partial_download.c
14813         * src/common/partial_download.h
14814         * src/gtk/prefswindow.c
14815         * src/gtk/prefswindow.h
14816         * src/plugins/pgpmime/pgpmime.c
14817         * src/plugins/pgpmime/prefs_gpg.c
14818         * src/plugins/pgpmime/prefs_gpg.h
14819         * src/plugins/pgpmime/sgpgme.c
14820         * src/plugins/pgpmime/sgpgme.h
14821                 Sync with HEAD
14822
14823 2004-11-23 [colin]      0.9.12cvs163.1
14824
14825         * src/main.c
14826                 Sync with HEAD (cursor optimization)
14827
14828 2004-11-23 [colin]      0.9.12cvs162.1
14829
14830         * src/prefs_common.c
14831         * src/prefs_themes.c
14832         * src/procmsg.c
14833                 Sync with HEAD
14834
14835 2004-11-23 [colin]      0.9.12cvs158.9
14836
14837         * src/compose.c
14838                 Fix double-free when forwarding
14839         * src/msgcache.c
14840                 Fix leak on error path
14841                 
14842
14843 2004-11-23 [colin]      0.9.12cvs158.8
14844
14845         * src/compose.c
14846                 Fix possible double-free
14847                 Spotted by Alfons
14848
14849 2004-11-23 [colin]      0.9.12cvs158.7
14850
14851         * src/compose.c
14852                 Fix some signal handlers' prototypes
14853                 Spotted by Alfons
14854
14855 2004-11-22 [colin]      0.9.12cvs158.6
14856
14857         * src/compose.c
14858                 Remove unneeded code and duplicated
14859                 wrapping - patch by Alfons
14860
14861 2004-11-22 [colin]      0.9.12cvs158.5
14862
14863         * src/prefs_themes.c
14864                 Fix oversized selector
14865
14866 2004-11-22 [colin]      0.9.12cvs158.4
14867
14868         * src/compose.c
14869                 fix dump_text()
14870                 patch by Alfons
14871
14872 2004-11-19 [colin]      0.9.12cvs158.3
14873
14874         * src/textview.c
14875                 Add a context menu on links (open, copy)
14876
14877 2004-11-18 [paul]       0.9.12cvs158.2
14878
14879         * src/addrgather.c
14880         * src/exphtmldlg.c
14881         * src/expldifdlg.c
14882         * src/mimeview.c
14883         * src/prefs_common.c
14884         * src/plugins/image_viewer/viewer.c
14885         * src/plugins/spamassassin/spamassassin_gtk.c
14886                 replace deprecated gtk_notebook_set_page
14887                 and gtk_notebook_current_page
14888
14889 2004-11-18 [paul]       0.9.12cvs158.1
14890
14891         * configure.ac
14892         * src/compose.c
14893         * src/mainwindow.c
14894         * src/messageview.c
14895         * src/prefs_common.c
14896         * src/common/utils.c
14897         * src/common/utils.h
14898                 sync with HEAD
14899
14900 2004-11-17 [colin]      0.9.12cvs156.1
14901
14902         * src/prefs_account.c
14903         * src/prefs_account.h
14904         * src/procmsg.c
14905                 Sync with HEAD (add pref to store encrypted mails encrypted)
14906
14907 2004-11-17 [paul]       0.9.12cvs155.1
14908
14909         * ChangeLog
14910         * ChangeLog.claws
14911         * ChangeLog.jp
14912         * NEWS
14913         * configure.ac
14914         * src/compose.c
14915         * src/jpilot.c
14916         * src/privacy.c
14917         * src/procmime.c
14918         * src/procmime.h
14919         * src/procmsg.c
14920         * src/toolbar.c
14921         * src/pixmaps/error.xpm
14922                 sync with HEAD
14923
14924 2004-11-17 [colin]      0.9.12cvs151.1
14925
14926         * src/plugins/pgpmime/pgpmime.c
14927                 Sync with HEAD (remove debug printf)
14928
14929 2004-11-17 [colin]      0.9.12cvs150.1
14930
14931         * src/plugins/pgpmime/pgpmime.c
14932                 Sync with HEAD (off-by-one fix)
14933
14934 2004-11-17 [colin]      0.9.12cvs149.1
14935
14936         * src/procmsg.c
14937                 Sync with HEAD (coding style fixes)
14938
14939 2004-11-16 [colin]      0.9.12cvs148.1
14940
14941         * src/procmsg.c
14942                 Sync with head (Fix the fix)
14943
14944 2004-11-16 [colin]      0.9.12cvs147.1
14945
14946         * src/procmsg.c
14947                 Sync with Main (leak fix)
14948
14949 2004-11-16 [colin]      0.9.12cvs146.14
14950
14951         * src/compose.c
14952                 Remove useless chunk of code
14953                 Patch by Alfons
14954
14955 2004-11-15 [colin]      0.9.12cvs146.13
14956
14957         * src/compose.c
14958                 Fix drafting after insertion
14959                 Patch by Alfons
14960
14961 2004-11-15 [colin]      0.9.12cvs146.12
14962
14963         * src/compose.c
14964         * src/prefs_filtering.c
14965         * src/prefs_filtering_action.c
14966         * src/prefs_toolbar.c
14967                 Fix some const-correctness
14968
14969 2004-11-15 [colin]      0.9.12cvs146.11
14970
14971         * src/summaryview.c
14972         * src/prefs_themes.c
14973         * src/messageview.c
14974                 Fix some leaks
14975
14976 2004-11-15 [colin]      0.9.12cvs146.10
14977
14978         * src/codeconv.c
14979                 More unreadable locale fixes
14980
14981 2004-11-14 [colin]      0.9.12cvs146.9
14982
14983         * src/textview.c
14984                 Fix uri_security_check
14985                 Patch by Alfons
14986
14987 2004-11-13 [paul]       0.9.12cvs146.8
14988
14989         * src/folder.c
14990         * src/procmime.c
14991                 fix 2 bugs introduced in last commit
14992
14993 2004-11-13 [paul]       0.9.12cvs146.7
14994
14995         * src/compose.c
14996         * src/exporthtml.c
14997         * src/exportldif.c
14998         * src/folder.c
14999         * src/imap.c
15000         * src/imap_gtk.c
15001         * src/main.c
15002         * src/mainwindow.c
15003         * src/messageview.c
15004         * src/mh_gtk.c
15005         * src/prefs_themes.c
15006         * src/procmime.c
15007         * src/setup.c
15008         * src/summaryview.c
15009                 replace deprecated g_basename
15010
15011 2004-11-13 [paul]       0.9.12cvs146.6
15012
15013         * src/compose.c
15014         * src/imap.c
15015         * src/matcher_parser.h
15016         * src/matcher_parser_parse.y
15017         * src/prefs_filtering.c
15018         * src/prefs_filtering_action.c
15019         * src/prefs_themes.c
15020         * src/prefs_toolbar.c
15021         * src/common/utils.c
15022                 various small fixes/cleanups
15023
15024 2004-11-12 [colin]      0.9.12cvs146.5
15025
15026         * src/textview.c
15027                 Validate event's origin on visibility notify
15028                 Patch by Alfons.
15029
15030 2004-11-12 [paul]       0.9.12cvs146.4
15031
15032         * src/exporthtml.c
15033         * src/exportldif.c
15034         * src/imap.c
15035         * src/mh.c
15036         * src/mimeview.c
15037         * src/prefs_spelling.c
15038         * src/prefs_themes.c
15039                 replace deprecated g_dirname    
15040
15041 2004-11-12 [colin]      0.9.12cvs146.3
15042
15043         * src/textview.c
15044                 Some coding style fixes
15045
15046 2004-11-12 [colin]      0.9.12cvs146.2
15047
15048         * src/codeconv.c
15049                 We want to replace _all_ extended chars in
15050                 conv_unreadable_*, because any string containing
15051                 extended chars not parsing as UTF8 is 
15052                 undisplayed on gtk2.
15053
15054 2004-11-12 [paul]       0.9.12cvs146.1
15055
15056         * ChangeLog
15057         * ChangeLog.claws
15058         * ChangeLog.jp
15059         * NEWS
15060         * configure.ac
15061         * src/account.c
15062         * src/folderview.c
15063         * src/folderview.h
15064         * src/imap.c
15065         * src/imap_gtk.c
15066         * src/inc.c
15067         * src/mainwindow.c
15068         * src/mh_gtk.c
15069         * src/news_gtk.c
15070         * src/pop.c
15071         * src/prefs_account.c
15072         * src/prefs_account.h
15073         * src/prefs_ext_prog.c
15074         * src/procmime.c
15075         * src/procmime.h
15076         * src/procmsg.c
15077         * src/procmsg.h
15078         * src/summary_search.c
15079         * src/summaryview.c
15080         * src/textview.c
15081         * src/common/defs.h
15082         * src/common/utils.c
15083         * src/common/utils.h
15084         * src/gtk/menu.c
15085         * src/gtk/menu.h
15086                 sync with HEAD
15087
15088 2004-11-11 [colin]      0.9.12cvs144.2
15089
15090         * src/textview.c
15091                 Fix URI range selection (patch by Alfons)
15092
15093 2004-11-09 [colin]      0.9.12cvs144.1
15094
15095         * ChangeLog.claws
15096         * src/compose.c
15097         * src/folder.c
15098         * src/folder_item_prefs.c
15099         * src/prefs_account.c
15100         * src/prefs_account.h
15101         * src/plugins/pgpmime/pgpmime.c
15102                 Sync with HEAD
15103
15104 2004-11-08 [colin]      0.9.12cvs143.1
15105
15106         * src/summaryview.c
15107                 Sync with HEAD (optimize quicksearch)
15108
15109 2004-11-08 [colin]      0.9.12cvs142.2
15110
15111         * src/compose.c
15112                 Don't wrap when Edit/Auto wrapping is disabled
15113
15114 2004-11-08 [colin]      0.9.12cvs142.1
15115
15116         * src/textview.c
15117                 Sync with HEAD
15118
15119 2004-11-08 [colin]      0.9.12cvs141.1
15120
15121         * src/textview.c
15122                 Sync with HEAD (fix some mail URIs)
15123
15124 2004-11-08 [colin]      0.9.12cvs140.3
15125
15126         * src/textview.c
15127                 o Use text cursor instead of arrow when
15128                   not on a link
15129                 o Fix handling of contiguous links (as in
15130                   "colin@colino.net" <colin@colino.net>)
15131                   This one unveils a bug in get_email_part()
15132
15133 2004-11-07 [colin]      0.9.12cvs140.2
15134
15135         * src/textview.c
15136                 Fix memleak. Patch by Alfons.
15137
15138 2004-11-06 [colin]      0.9.12cvs140.1
15139
15140         * src/compose.c
15141                 Sync with HEAD (don't ask passphrase
15142                 when drafting)
15143
15144 2004-11-06 [paul]       0.9.12cvs139.2
15145
15146         * AUTHORS
15147         * src/textview.c
15148         * src/textview.h
15149                 textview URI handling. hovering over a 
15150                 link displays it in the status bar,
15151                 and changes the mouse pointer to a hand 
15152                 cursor. a link is activated with a single 
15153                 click. (Modified from the) patch by Jean-Yves 
15154                 Lefort <jylefort@users.sourceforge.net>
15155                 
15156
15157 2004-11-05 [colin]      0.9.12cvs139.1
15158
15159         * src/compose.c
15160         * src/procmime.c
15161                 Sync with HEAD again ^^
15162
15163 2004-11-05 [colin]      0.9.12cvs139.1
15164
15165         * src/compose.c
15166         * src/procmime.c
15167                 Sync with HEAD
15168
15169 2004-11-03 [paul]       0.9.12cvs138.1
15170
15171         * ChangeLog.claws
15172         * configure.ac
15173         * po/POTFILES.in
15174         * src/prefs_ext_prog.c
15175         * src/procmime.c
15176         * tools/kdeservicemenu/README
15177         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15178         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15179                 sync with HEAD
15180
15181 2004-11-01 [christoph]  0.9.12cvs136.2
15182
15183         * src/procmime.c
15184                 convert MIME parameters to UTF-8
15185
15186 2004-10-29 [colin]      0.9.12cvs136.1
15187
15188         * src/common/utils.c
15189                 Sync with HEAD (don't use '=' in mime boundary)
15190
15191 2004-10-29 [paul]       0.9.12cvs135.1
15192
15193         * configure.ac
15194         * doc/src/rfc2231.txt
15195         * src/procmime.c
15196         * src/common/quoted-printable.c
15197         * src/common/utils.c
15198         * src/common/utils.h
15199                 sync with HEAD
15200
15201 2004-10-27 [paul]       0.9.12cvs134.1
15202
15203         * configure.ac
15204         * src/main.c
15205         * src/procmime.c
15206         * src/plugins/pgpmime/pgpmime.c
15207                 sync with HEAD
15208
15209 2004-10-26 [paul]       0.9.12cvs132.3
15210
15211         * src/account.c
15212         * src/addressbook.c
15213         * src/addrgather.c
15214         * src/addrharvest.c
15215         * src/codeconv.c
15216         * src/compose.c
15217         * src/customheader.c
15218         * src/editaddress.c
15219         * src/editgroup.c
15220         * src/enriched.c
15221         * src/expldifdlg.c
15222         * src/exporthtml.c
15223         * src/exportldif.c
15224         * src/folder.c
15225         * src/foldersel.c
15226         * src/folderview.c
15227         * src/grouplistdialog.c
15228         * src/html.c
15229         * src/imap.c
15230         * src/jpilot.c
15231         * src/ldapserver.c
15232         * src/ldif.c
15233         * src/mimeview.c
15234         * src/news.c
15235         * src/news_gtk.c
15236         * src/pop.c
15237         * src/prefs_display_header.c
15238         * src/prefs_gtk.c
15239         * src/prefs_msg_colors.c
15240         * src/prefs_toolbar.c
15241         * src/procheader.c
15242         * src/procmime.c
15243         * src/summaryview.c
15244         * src/textview.c
15245         * src/toolbar.c
15246         * src/vcard.c
15247         * src/common/mgutils.c
15248         * src/common/nntp.c
15249         * src/common/smtp.c
15250         * src/common/template.c
15251         * src/common/utils.c
15252         * src/common/xmlprops.c
15253         * src/plugins/pgpmime/pgpmime.c
15254         * src/plugins/pgpmime/select-keys.c
15255         * src/plugins/pgpmime/sgpgme.c
15256                 replace deprecated g_strcasecmp(), g_strncasecmp(),
15257                 g_string_sprintfa(), gtk_notebook_current_page()
15258
15259 2004-10-26 [colin]      0.9.12cvs132.2
15260
15261         * src/prefs_folder_item.c
15262                 Fix default-account selection
15263
15264 2004-10-21 [colin]      0.9.12cvs133
15265
15266         * src/compose.c
15267                 Sync with HEAD (Remove extra separator in compose's Options)
15268         * src/textview.c
15269                 Set wrapping to char
15270
15271 2004-10-21 [paul]       0.9.12cvs131.2
15272
15273         * src/compose.c
15274         * src/sourcewindow.c
15275                 fix wrapping
15276                 fix window shrinking 
15277
15278 2004-10-21 [colin]      0.9.12cvs131.1
15279
15280         * ChangeLog.claws
15281         * src/compose.c
15282                 Sync with HEAD
15283
15284 2004-10-21 [paul]       0.9.12cvs130.2
15285
15286         * src/prefs_folder_item.c
15287                 sync with HEAD (Apply to subfolders)
15288
15289 2004-10-19 [colin]      0.9.12cvs130.1
15290
15291         * ChangeLog.claws
15292         * src/compose.c
15293         * src/common/utils.c
15294         * src/gtk/menu.c
15295                 Sync with HEAD
15296
15297 2004-10-19 [colin]      0.9.12cvs128.1
15298
15299         * src/addrbook.c
15300         * src/addrcache.c
15301         * src/addressbook.c
15302         * src/codeconv.c
15303         * src/compose.c
15304         * src/customheader.c
15305         * src/editaddress.c
15306         * src/editgroup.c
15307         * src/exporthtml.c
15308         * src/folder.c
15309         * src/folderview.c
15310         * src/imap.c
15311         * src/jpilot.c
15312         * src/main.c
15313         * src/matcher_parser_parse.y
15314         * src/mbox.c
15315         * src/pop.c
15316         * src/prefs_account.c
15317         * src/prefs_gtk.c
15318         * src/prefs_msg_colors.c
15319         * src/procheader.c
15320         * src/procmime.c
15321         * src/procmime.h
15322         * src/procmsg.c
15323         * src/summaryview.c
15324         * src/textview.c
15325         * src/common/base64.c
15326         * src/common/partial_download.c
15327         * src/common/socket.c
15328         * src/common/sylpheed.c
15329         * src/common/utils.c
15330         * src/common/utils.h
15331         * src/gtk/pluginwindow.c
15332         * src/gtk/quicksearch.c
15333         * src/plugins/clamav/clamav_plugin.c
15334         * src/plugins/clamav/clamav_plugin.h
15335         * src/plugins/clamav/clamav_plugin_gtk.c
15336         * src/plugins/pgpmime/passphrase.c
15337         * src/plugins/pgpmime/pgpmime.c
15338         * src/plugins/pgpmime/plugin.c
15339         * src/plugins/pgpmime/prefs_gpg.c
15340         * src/plugins/pgpmime/prefs_gpg.h
15341         * src/plugins/pgpmime/select-keys.c
15342         * src/plugins/pgpmime/sgpgme.c
15343         * src/plugins/spamassassin/libspamc.c
15344         * src/plugins/spamassassin/spamassassin.c
15345         * src/plugins/spamassassin/spamassassin.h
15346         * src/plugins/spamassassin/spamassassin_gtk.c
15347         * src/plugins/trayicon/trayicon.c
15348         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
15349                 Sync with HEAD
15350
15351 2004-10-14 [colin]      0.9.12cvs126.2
15352
15353         * src/codeconv.c
15354         * src/textview.c
15355                 Fix conv_unreadable_locale
15356
15357 2004-10-13 [colin]      0.9.12cvs126.1
15358
15359         * src/compose.c
15360                 Sync with HEAD (don't convert charset for 
15361                 drafted messages, minor cleanup)
15362
15363 2004-10-13 [colin]      0.9.12cvs125.1
15364
15365         * po/POTFILES.in
15366                 Sync with HEAD (POTFILES fix)
15367
15368 2004-10-12 [colin]      0.9.12cvs124.3
15369
15370         * src/compose.c
15371                 Fix encoding bug from latest sync
15372
15373 2004-10-12 [paul]       0.9.12cvs124.2
15374
15375         * src/plugins/pgpmime/prefs_gpg.c
15376         * src/plugins/pgpmime/prefs_gpg.h
15377                 forgotten in last commit        
15378
15379 2004-10-12 [paul]       0.9.12cvs124.1
15380
15381         * ChangeLog.claws
15382         * configure.ac
15383         * m4/spamassassin.m4
15384         * src/Makefile.am
15385         * src/account.c
15386         * src/compose.c
15387         * src/compose.h
15388         * src/crash.c
15389         * src/main.c
15390         * src/mimeview.c
15391         * src/passphrase.c
15392         * src/passphrase.h
15393         * src/prefs_account.c
15394         * src/prefs_account.h
15395         * src/prefs_common.c
15396         * src/privacy.c
15397         * src/privacy.h
15398         * src/procmime.c
15399         * src/procmime.h
15400         * src/procmsg.c
15401         * src/rfc2015.c
15402         * src/rfc2015.h
15403         * src/select-keys.c
15404         * src/select-keys.h
15405         * src/textview.c
15406         * src/common/utils.c
15407         * src/common/utils.h
15408         * src/gtk/about.c
15409         * src/plugins/pgpmime/Makefile.am
15410         * src/plugins/pgpmime/passphrase.c
15411         * src/plugins/pgpmime/passphrase.h
15412         * src/plugins/pgpmime/pgpmime.c
15413         * src/plugins/pgpmime/plugin.c
15414         * src/plugins/pgpmime/select-keys.c
15415         * src/plugins/pgpmime/select-keys.h
15416         * src/plugins/pgpmime/sgpgme.c
15417         * src/plugins/pgpmime/sgpgme.h
15418                 sync with HEAD
15419
15420 2004-10-04 [colin]      0.9.12cvs122.1
15421
15422         * src/mainwindow.c
15423         * src/messageview.c
15424         * src/messageview.h
15425         * src/textview.c
15426                 Sync with HEAD
15427
15428 2004-10-04 [colin]      0.9.12cvs121.1
15429
15430         * src/summaryview.c
15431                 Sync with HEAD
15432
15433 2004-10-04 [paul]       0.9.12cvs120.1
15434
15435         * configure.ac
15436                 sync with HEAD [don't try to build 
15437                 pgpmime plugin when gpgme is disabled]
15438
15439 2004-10-03 [colin]      0.9.12cvs119.3
15440
15441         * src/gtk/gtksctree.c
15442                 Lots of side effects. Put back as before 117.2.
15443         * src/summaryview.c
15444                 Fix bug #602
15445
15446 2004-10-03 [colin]      0.9.12cvs119.2
15447
15448         * src/gtk/gtksctree.c
15449                 Revert 608 fix that doesn't work that good
15450
15451 2004-10-02 [colin]      0.9.12cvs119.1
15452
15453         * src/mainwindow.c
15454         * src/messageview.c
15455         * src/prefs_common.h
15456         * src/procmime.c
15457         * src/procmime.h
15458         * src/textview.c
15459                 Sync with HEAD
15460         * src/gtk/gtksctree.c
15461                 Close bug #608
15462
15463 2004-10-01 [colin]      0.9.12cvs118.1
15464
15465         * src/mimeview.c
15466                 Sync with HEAD (better Save All fix)
15467
15468 2004-10-01 [colin]      0.9.12cvs117.2
15469
15470         * src/gtk/gtksctree.c
15471                 Faster on selection
15472
15473 2004-10-01 [colin]      0.9.12cvs117.1
15474
15475         * src/mimeview.c
15476                 Sync with HEAD (Save All: only attachments)
15477
15478 2004-10-01 [paul]       0.9.12cvs116.1
15479
15480         * ChangeLog.claws
15481         * configure.ac
15482         * src/account.c
15483         * src/prefs_common.c
15484         * src/gtk/colorlabel.c
15485                 sync with HEAD
15486
15487 2004-09-30 [colin]      0.9.12cvs115.1
15488
15489         * src/stock_pixmap.c
15490         * src/stock_pixmap.h
15491         * src/folderview.c
15492         * src/Makefile.am
15493         * src/pixmaps/read.xpm
15494                 Sync with HEAD (new pixmap)
15495
15496 2004-09-29 [colin]      0.9.12cvs114.1
15497
15498         * src/compose.c
15499                 Sync with HEAD
15500                 Fix focus handling in headers
15501
15502 2004-09-29 [paul]       0.9.12cvs113.1
15503
15504         * src/quote_fmt_parse.y
15505                 sync with HEAD
15506  
15507
15508 2004-09-28 [colin]      0.9.12cvs112.1
15509
15510         * src/folderview.c
15511         * src/mainwindow.c
15512                 Sync with HEAD
15513
15514 2004-09-28 [colin]      0.9.12cvs110.1
15515
15516         * src/folderview.c
15517                 Sync with HEAD (Contextual Empty trash menu)
15518
15519 2004-09-28 [colin]      0.9.12cvs108.1
15520
15521         * src/addressbook.c
15522                 Sync with HEAD (addressbook edit on double-click)
15523
15524 2004-09-28 [colin]      0.9.12cvs106.1
15525
15526         * src/inc.c
15527                 Sync with HEAD (folder_item freeze on inc)
15528
15529 2004-09-27 [colin]      0.9.12cvs105.1
15530
15531         * src/folderview.c
15532                 Sync with HEAD (right-align new and unread column)
15533
15534 2004-09-27 [colin]      0.9.12cvs104.1
15535
15536         * src/main.c
15537                 Sync with HEAD (revert 0.9.12cvs101)
15538
15539 2004-09-24 [colin]      0.9.12cvs103.2
15540
15541         * src/wizard.c
15542                 Fix gtk warnings and use domain part of the email address 
15543                 when domain detection fails (no dot in domain name)
15544
15545 2004-09-23 [colin]      0.9.12cvs103.1
15546
15547         * src/plugins/spamassassin/libspamc.c
15548         * src/plugins/spamassassin/libspamc.h
15549         * src/plugins/spamassassin/utils.c
15550         * src/plugins/spamassassin/utils.h
15551                 Sync with HEAD (Update spamassassin to 3.0)
15552
15553 2004-09-21 [colin]      0.9.12cvs102.3
15554
15555         * src/action.c
15556                 Add horizontal scrollbar in action io dialog as needed
15557                 Patch by Alfons.
15558
15559 2004-09-20 [colin]      0.9.12cvs102.2
15560
15561         * src/plugins/image_viewer/viewer.c
15562                 Remove imlib stuff
15563                 use gtk_pixmap_set when clearing
15564                 (would be better to use gtkImages, but causes size-allocate 
15565                 signals storm)
15566
15567 2004-09-17 [paul]       0.9.12cvs102.1
15568
15569         * ChangeLog
15570         * ChangeLog.claws
15571         * ChangeLog.jp
15572         * configure.ac
15573         * src/inc.c
15574                 sync with HEAD
15575
15576
15577 2004-09-17 [colin]      0.9.12cvs101.1
15578
15579         * ChangeLog.claws
15580         * src/main.c
15581                 Sync with HEAD (fix segs at exit)
15582
15583 2004-09-14 [colin]      0.9.12cvs99.5
15584
15585         * src/common/socket.c
15586         * AUTHORS
15587                 Fix send error on 64bit platforms
15588                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
15589
15590 2004-09-14 [colin]      0.9.12cvs99.4
15591
15592         * src/action.c
15593                 Fix action output with utf8 
15594                 Patch by Alfons.
15595
15596 2004-09-14 [colin]      0.9.12cvs99.3
15597
15598         * ChangeLog.claws
15599         * src/folder.c
15600                 Sync with HEAD
15601
15602 2004-09-09 [colin]      0.9.12cvs99.2
15603
15604         * src/action.c
15605                 Fix progress bar (displaying "Completed %v/%u")
15606                 Patch by Alfons.
15607
15608 2004-09-08 [colin]      0.9.12cvs99.1
15609
15610         * src/account.c
15611         * src/folder.c
15612         * src/procmsg.c
15613         * src/procmsg.h
15614         * src/plugins/pgpmime/pgpmime.c
15615                 Sync with HEAD
15616
15617 2004-09-08 [colin]      0.9.12cvs97.2
15618
15619         * src/summaryview.c
15620                 Don't select mails in collapsed threads 
15621                 when navigating with up/down
15622
15623 2004-09-07 [colin]      0.9.12cvs97.1
15624
15625         * src/inc.c
15626                 Sync with HEAD (meaningful error messages)
15627
15628 2004-09-06 [colin]      0.9.12cvs96.1
15629
15630         * src/toolbar.c
15631                 Sync with HEAD (fix Redirect graying out)
15632
15633 2004-09-06 [colin]      0.9.12cvs95.1
15634
15635         * src/summaryview.c
15636         * src/mimeview.c
15637                 Sync with HEAD (fix dropped URIs)
15638
15639 2004-09-06 [colin]      0.9.12cvs94.1
15640
15641         * src/addressbook.c
15642         * src/addressitem.h
15643         * src/addritem.c
15644         * src/addritem.h
15645                 Sync with HEAD (addressbook DnD)
15646
15647 2004-09-03 [colin]      0.9.12cvs93.1
15648
15649         * src/summaryview.c
15650                 Sync with HEAD (next/prev unread)
15651
15652 2004-09-03 [colin]      0.9.12cvs92.1
15653
15654         * src/prefs_common.c
15655         * src/prefs_common.h
15656         * src/summaryview.c
15657                 Sync with HEAD ('mark_as_read_delay' pref)
15658
15659 2004-09-02 [colin]      0.9.12cvs91.2
15660
15661         * src/common/xml.c
15662                 Fix leak
15663
15664 2004-09-02 [colin]      0.9.12cvs91.1
15665
15666         * src/gtk/menu.c
15667                 Sync with HEAD (menu accel don't work, but whatever)
15668
15669 2004-09-02 [colin]      0.9.12cvs90.1
15670
15671         * src/account.c
15672                 Sync with HEAD (fix bug 582)
15673
15674 2004-09-02 [colin]      0.9.12cvs89.1
15675
15676         * src/addrindex.c
15677                 Sync with HEAD (free deleted queries)
15678
15679 2004-09-02 [colin]      0.9.12cvs88.1
15680
15681         * src/ldapquery.c
15682                 Sync with HEAD (fix LDAP freezes)
15683
15684 2004-09-02 [colin]      0.9.12cvs87.1
15685
15686         * src/prefs_spelling.c
15687                 Sync with HEAD (add default dictionary)
15688
15689 2004-09-01 [colin]      0.9.12cvs86.1
15690
15691         * src/filtering.c
15692         * src/folderview.c
15693         * src/imap.c
15694         * src/prefs_matcher.c
15695         * src/stock_pixmap.c
15696         * src/summary_search.c
15697         * src/summaryview.c
15698         * src/wizard.c
15699         * src/wizard.h
15700                 Sync with HEAD (uninitialized vars fixes)
15701                 + gtk2 specific warning fixes
15702
15703 2004-08-31 [colin]      0.9.12cvs85.1
15704
15705         * src/folder.c
15706                 Sync with HEAD (Fix memory corruption due to 
15707                 uninitialized var)
15708
15709 2004-08-31 [colin]      0.9.12cvs84.4
15710
15711         * src/summary_search.c
15712                 Fix segfaults when searching in folders with broken headers
15713
15714 2004-08-31 [colin]      0.9.12cvs84.3
15715
15716         * src/compose.c
15717         * src/textview.c
15718                 Fix some more encoding/decoding issues
15719
15720 2004-08-30 [colin]      0.9.12cvs84.2
15721
15722         * src/mimeview.c
15723         * src/prefs_themes.c
15724         * src/gtk/filesel.c
15725         * src/gtk/filesel.h
15726                 Add a folder-mode selection (fixes mimeview's "Save all")
15727
15728 2004-08-29 [colin]      0.9.12cvs84.1
15729
15730         * src/mimeview.c
15731                 Sync with HEAD (don't escape saved filenames)
15732
15733 2004-08-27 [colin]      0.9.12cvs83.1
15734
15735         * ChangeLog
15736         * ChangeLog.claws
15737         * ChangeLog.jp
15738         * src/mh.c
15739         * src/procheader.c
15740         * src/procmsg.c
15741         * src/procmsg.h
15742         * src/common/utils.c
15743         * src/gtk/menu.h
15744         * po/
15745                 Sync with HEAD 0.9.12cvs83 (sync with main)
15746
15747 2004-08-26 [colin]      0.9.12cvs82.4
15748
15749         * src/codeconv.c
15750                 Fix strange stack corruption
15751                 Convert to utf8 after unmime, not before
15752
15753 2004-08-26 [colin]      0.9.12cvs82.3
15754
15755         * src/main.c
15756         * src/wizard.c
15757                 Fix account folders duplication
15758
15759 2004-08-25 [colin]      0.9.12cvs82.2
15760
15761         * src/wizard.c
15762                 Remove ports
15763                 Add SSL selection
15764                 Use login@server as account name
15765
15766 2004-08-25 [colin]      0.9.12cvs82.1
15767
15768         * src/plugins/pgpmime/pgpmime.c
15769                 Sync with HEAD (leak fix).
15770
15771 2004-08-25 [colin]      0.9.12cvs81.1
15772
15773         * src/plugins/pgpmime/pgpmime.c
15774         * src/plugins/pgpmime/sgpgme.c
15775         * src/plugins/pgpmime/sgpgme.h
15776                 Sync with HEAD (Handle combined messages).
15777
15778 2004-08-24 [colin]      0.9.12cvs80.3
15779
15780         * src/wizard.c
15781                 Fix full name, ports, and imap
15782
15783 2004-08-24 [colin]      0.9.12cvs80.2
15784
15785         * src/Makefile.am
15786         * src/main.c
15787         * src/setup.c
15788         * src/setup.h
15789         * src/stock_pixmap.c
15790         * src/stock_pixmap.h
15791         * src/wizard.c ** ADDED **
15792         * src/wizard.h ** ADDED ** 
15793         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
15794                 Add a setup wizard 
15795
15796 2004-08-24 [colin]      0.9.12cvs80.1
15797
15798         * src/folder.c
15799                 Sync with HEAD (set mimeflags on all messages)
15800
15801 2004-08-24 [colin]      0.9.12cvs79.3
15802
15803         * src/matcher_parser_lex.l
15804                 Fix 8bits strings not in utf8
15805
15806 2004-08-24 [colin]      0.9.12cvs79.2
15807
15808         * src/compose.c
15809                 Check conversion result before replacing buffer
15810
15811 2004-08-23 [colin]      0.9.12cvs79.1
15812
15813         * src/compose.c
15814                 Sync with HEAD (create message header in memory)
15815
15816 2004-08-23 [colin]      0.9.12cvs78.1
15817
15818         * src/rfc2015.c
15819         * src/rfc2015.h
15820                 Sync with HEAD (fix bug 197 again)
15821
15822 2004-08-23 [colin]      0.9.12cvs77.3
15823
15824         * src/compose.c
15825                 Fix again inline gpg signing (which outputs utf8
15826                 in gtk2). Not syncing this fix to HEAD as this 
15827                 code is meant to die.
15828
15829 2004-08-23 [colin]      0.9.12cvs77.2
15830
15831         * src/prefs_account.h
15832                 Remove useless include
15833
15834 2004-08-23 [colin]      0.9.12cvs77.1
15835
15836         * src/imap.c
15837         * po/es.po
15838         * po/fr.po
15839         * po/it.po
15840         * po/pl.po
15841         * po/pt_BR.po
15842         * po/sk.po
15843         * po/sr.po
15844                 Sync with HEAD (fix bug 577)
15845
15846 2004-08-22 [colin]      0.9.12cvs76.1
15847
15848         * src/plugins/trayicon/trayicon.c
15849                 Sync with HEAD (fix formatting bug)
15850
15851 2004-08-21 [colin]      0.9.12cvs74.2
15852
15853         * src/gtk/colorsel.c
15854                 Fix bug 564 (Folder color selection window exits on any
15855                 keypress)
15856
15857 2004-08-21 [colin]      0.9.12cvs74.1
15858
15859         * ChangeLog.claws
15860         * src/compose.c
15861         * src/summaryview.c
15862         * src/toolbar.c
15863                 Sync with HEAD (fix bug 576)
15864
15865 2004-08-21 [colin]      0.9.12cvs70.1
15866
15867         * src/compose.c
15868         * src/mainwindow.c
15869                 Sync with HEAD
15870                 
15871
15872 2004-08-21 [paul]       0.9.12cvs66.4
15873
15874         * src/mainwindow.c
15875         * src/messageview.c
15876         * src/gtk/menu.c
15877         * src/plugins/spamassassin/spamassassin_gtk.c
15878                 remove some deprecated gtk1 functions
15879
15880
15881 2004-08-21 [colin]      0.9.12cvs66.3
15882
15883         * src/compose.c
15884         * src/codeconv.c
15885                 Fix warnings
15886                 Remove encoding hacks
15887                 Fix bug 575 (Strange character messes up message)
15888                 Don't display conversion error when drafting
15889
15890 2004-08-21 [paul]       0.9.12cvs66.2
15891
15892         * src/prefs_account.c
15893                 fix GnuPG mode bugs
15894
15895
15896 2004-08-20 [colin]      0.9.12cvs66.1
15897
15898         * src/codeconv.c
15899                 Sync with HEAD 0.9.12cvs66
15900
15901 2004-08-20 [paul]
15902
15903         * src/plugins/pgpmime/plugin.c
15904                 modify PGP/MIME plugin's description
15905
15906 2004-08-17 [colin]      0.9.12cvs65.1
15907
15908         * src/common/ssl.c
15909         * src/plugins/pgpmime/plugin.c
15910                 Sync with HEAD
15911
15912 2004-08-14 [colin]      0.9.12cvs60.3
15913
15914         * src/plugins/trayicon/trayicon.c
15915                 Put back resize callback, on size-request signal
15916                 rather than size-allocate to avoid infinite 
15917                 callback loop
15918
15919 2004-08-13 [colin]      0.9.12cvs60.2
15920
15921         * src/common/defs.h
15922                 Cache versions have been fixed
15923
15924 2004-08-13 [colin]      0.9.12cvs60.1
15925
15926         * src/folderutils.c
15927                 Sync with HEAD
15928
15929 2004-08-12 [colin]      0.9.12cvs59.1
15930
15931         * src/plugins/trayicon/trayicon.c
15932                 Sync with HEAD
15933
15934 2004-08-12 [colin]      0.9.12cvs57.5
15935
15936         * sylpheed.desktop
15937         * configure.ac
15938         * src/Makefile.am
15939         * src/main.c
15940                 Add support for Freedesktop.org's startup notification
15941
15942 2004-08-11 [colin]      0.9.12cvs57.4
15943
15944         * src/textview.c
15945                 Fix off-by-one
15946
15947 2004-08-11 [colin]      0.9.12cvs57.3
15948
15949         * src/message_search.c
15950         * src/summary_search.c
15951                 Make searches case insensitive by default
15952         * src/textview.c
15953                 Fix case-insensitive search in message
15954
15955 2004-08-11 [colin]      0.9.12cvs57.2
15956
15957         * src/summary_search.c
15958                 Let case-sensitive be specified
15959
15960 2004-08-10 [colin]      0.9.12cvs55.4
15961
15962         * src/common/socket.c
15963                 Fix the possible race condition
15964
15965 2004-08-09 [paul]       0.9.12cvs55.3
15966
15967         * configure.ac
15968         * src/Makefile.am
15969         * src/common/Makefile.am
15970                 sync with HEAD
15971
15972
15973 2004-08-09 [paul]       0.9.12cvs55.2
15974
15975         * autogen.sh
15976         * po/poconv.sh
15977                 remove unneeded script
15978
15979         * configure.ac
15980                 add forgotten USE_LDAP_TLS (sync with HEAD)
15981
15982
15983 2004-08-09 [colin]      0.9.12cvs55.1
15984
15985         * src/main.c
15986         * src/common/ssl.c
15987         * src/common/sylpheed.c
15988         * src/common/sylpheed.h
15989                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
15990
15991 2004-08-09 [paul]       0.9.12cvs54.1
15992
15993         * ChangeLog
15994         * ChangeLog.claws
15995         * ChangeLog.jp
15996         * configure.ac
15997         * po/POTFILES.in
15998         * src/Makefile.am
15999         * src/folderutils.c
16000         * src/main.c
16001         * src/pgpmime.c
16002         * src/pgpmime.h
16003         * src/sgpgme.c
16004         * src/sgpgme.h
16005         * src/plugins/Makefile.am
16006         * src/plugins/pgpmime/.cvsignore
16007         * src/plugins/pgpmime/Makefile.am
16008         * src/plugins/pgpmime/pgpmime.c
16009         * src/plugins/pgpmime/pgpmime.h
16010         * src/plugins/pgpmime/plugin.c
16011         * src/plugins/pgpmime/sgpgme.c
16012         * src/plugins/pgpmime/sgpgme.h
16013                 sync with HEAD
16014
16015 2004-08-08 [paul]       0.9.12cvs51.1
16016
16017         * configure.ac
16018         * src/folder.c
16019                 sync with HEAD
16020
16021 2004-08-07 [colin]      0.9.12cvs50.1
16022
16023         * src/pop.c
16024         * src/common/partial_download.c
16025                 fix warnings (sync from HEAD)
16026
16027 2004-08-07 [colin]      0.9.12cvs48.1
16028
16029         * src/prefs_folder_item.c
16030                 sync with HEAD 0.9.12cvs48
16031
16032 2004-08-06 [colin]      0.9.12cvs47.1
16033
16034         * src/compose.c
16035                 Sync with HEAD
16036
16037 2004-08-06 [christoph]  0.9.12cvs46.2
16038
16039         * src/main.c
16040         * src/plugins/clamav/clamav_plugin_gtk.c
16041         * src/plugins/dillo_viewer/dillo_viewer.c
16042         * src/plugins/image_viewer/plugin.c
16043         * src/plugins/mathml_viewer/mathml_viewer.c
16044         * src/plugins/spamassassin/spamassassin_gtk.c
16045         * src/plugins/trayicon/trayicon.c
16046                 don't mix GTK1.2 plugin with GTK2 plugins
16047
16048 2004-08-06 [colin]      0.9.12cvs46.1
16049
16050         * ChangeLog
16051         * ChangeLog.claws
16052         * ChangeLog.jp
16053         * configure.ac
16054         * sylpheed-claws.pc.in
16055         * src/folder.c
16056         * src/imap.c
16057         * src/localfolder.c
16058         * src/messageview.c
16059         * src/mimeview.c
16060         * src/mimeview.h
16061         * src/msgcache.c
16062         * src/news.c
16063         * src/prefs_ext_prog.c
16064         * src/prefs_folder_item.c
16065         * src/prefs_fonts.c
16066         * src/prefs_msg_colors.c
16067         * src/prefs_spelling.c
16068         * src/prefs_themes.c
16069         * src/prefs_toolbar.c
16070         * src/prefs_wrapping.c
16071         * src/procmime.h
16072         * src/common/defs.h
16073         * src/common/nntp.c
16074         * src/common/session.c
16075         * src/common/session.h
16076         * src/common/socket.c
16077         * src/common/utils.h
16078         * src/common/xml.c
16079         * src/common/xml.h
16080         * src/gtk/prefswindow.c
16081         * src/gtk/prefswindow.h
16082         * src/plugins/clamav/clamav_plugin_gtk.c
16083         * src/plugins/dillo_viewer/dillo_prefs.c
16084         * src/plugins/image_viewer/viewerprefs.c
16085         * src/plugins/spamassassin/spamassassin_gtk.c
16086         * m4/openssl.m4 *** REMOVED ***
16087                 Sync with HEAD 0.9.12cvs46
16088
16089 2004-08-03 [paul]       0.9.12cvs40.2
16090
16091         * src/action.c
16092         * src/addressadd.c
16093         * src/addressbook.c
16094         * src/addrgather.c
16095         * src/browseldap.c
16096         * src/compose.c
16097         * src/crash.c
16098         * src/editaddress.c
16099         * src/editgroup.c
16100         * src/editldap_basedn.c
16101         * src/foldersel.c
16102         * src/importldif.c
16103         * src/mimeview.c
16104         * src/prefs_common.c
16105         * src/prefs_template.c
16106         * src/sourcewindow.c
16107         * src/summaryview.c
16108         * src/gtk/about.c
16109         * src/gtk/foldersort.c
16110         * src/gtk/logwindow.c
16111         * src/gtk/pluginwindow.c
16112         * src/gtk/prefswindow.c
16113                 change all gtk_scrolled_window_set_policy from 
16114                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
16115
16116 2004-08-02 [paul]       0.9.12cvs40.1
16117
16118         * AUTHORS
16119                 update translation team section
16120         * po/pt_BR.po
16121                 updated by Frederico Goncalves Guimaraes
16122                 <fggdebian@yahoo.com.br>
16123
16124 2004-07-31 [colin]      0.9.12cvs39.9
16125
16126         * src/exphtmldlg.c
16127                 Fix compilation
16128
16129 2004-07-31 [colin]      0.9.12cvs39.8
16130
16131         * src/exphtmldlg.c
16132                 Fix an alertpanel type
16133
16134 2004-07-30 [colin]      0.9.12cvs39.7
16135
16136         * src/alertpanel.c
16137                 Fix alertpanel_error_log's icon
16138
16139 2004-07-30 [colin]      0.9.12cvs39.6
16140
16141         * src/pop.c
16142                 Two of them should still be warnings
16143
16144 2004-07-30 [colin]      0.9.12cvs39.5
16145
16146         * src/pop.c
16147                 More warning -> error
16148 2004-07-29 [colin]      0.9.12cvs39.4
16149
16150         * src/pop.c
16151                 Warning -> error
16152
16153 2004-07-29 [colin]      0.9.12cvs39.3
16154
16155         * src/prefs_matcher.c
16156                 Fix segfault
16157
16158 2004-07-29 [colin]      0.9.12cvs39.2
16159
16160         * src/alertpanel.c
16161                 More nice-looking alertpanels
16162
16163 2004-07-29 [colin]      0.9.12cvs39.1
16164
16165         * src/messageview.c
16166                 sync with head
16167                 (inform user when partial mail is deleted on server)
16168
16169 2004-07-29 [colin]      0.9.12cvs38.1
16170
16171         * src/messageview.c
16172                 sync with head
16173
16174 2004-07-28 [paul]       0.9.12cvs37.7
16175
16176         * src/mainwindow.c
16177                 complete the replacement of deprecated gtk_progress_*
16178
16179 2004-07-28 [paul]       0.9.12cvs37.6
16180
16181         * src/action.c
16182         * src/inc.c
16183         * src/mainwindow.c
16184         * src/send_message.c
16185         * src/gtk/progressdialog.c
16186         * src/gtk/progressdialog.h
16187                 replace deprecated gtk_progress_*
16188
16189 2004-07-28 [paul]       0.9.12cvs37.5
16190
16191         * src/gtk/filesel.c
16192                 remove gtk_window_set_wmclass()
16193 2004-07-28 [paul]       0.9.12cvs37.4
16194
16195         * src/addressbook.c
16196         * src/compose.c
16197         * src/foldersel.c
16198         * src/mainwindow.c
16199         * src/messageview.c
16200         * src/sourcewindow.c
16201         * src/gtk/logwindow.c
16202                 remove gtk_window_set_wmclass()
16203                 
16204         * src/prefs_filtering.c
16205         * src/prefs_filtering_action.c
16206         * src/prefs_fonts.c
16207         * src/prefs_gtk.c
16208         * src/prefs_matcher.c
16209         * src/ssl_manager.c
16210         * src/gtk/prefswindow.c
16211                 replace gtk_window_position()
16212
16213 2004-07-28 [colin]      0.9.12cvs37.3
16214
16215         * src/alertpanel.c
16216         * src/alertpanel.h
16217                 Add a way to specify panel type for specific
16218                 panels (alertpanel())
16219         * src/account.c
16220         * src/addressbook.c
16221         * src/compose.c
16222         * src/expldifdlg.c
16223         * src/main.c
16224         * src/messageview.c
16225         * src/summaryview.c
16226         * src/textview.c
16227         * src/gtk/sslcertwindow.c
16228                 Fix alertpanel()s so that their icon match
16229                 their real type
16230
16231 2004-07-28 [paul]       0.9.12cvs37.2
16232
16233         * src/addr_compl.c
16234         * src/addressbook.c
16235         * src/alertpanel.c
16236         * src/compose.c
16237         * src/export.c
16238         * src/foldersel.c
16239         * src/folderview.c
16240         * src/grouplistdialog.c
16241         * src/import.c
16242         * src/mainwindow.c
16243         * src/message_search.c
16244         * src/messageview.c
16245         * src/passphrase.c
16246         * src/prefs_actions.c
16247         * src/prefs_common.c
16248         * src/prefs_customheader.c
16249         * src/prefs_display_header.c
16250         * src/prefs_filtering.c
16251         * src/prefs_filtering_action.c
16252         * src/prefs_gtk.c
16253         * src/prefs_matcher.c
16254         * src/prefs_msg_colors.c
16255         * src/prefs_summary_column.c
16256         * src/prefs_template.c
16257         * src/sourcewindow.c
16258         * src/ssl_manager.c
16259         * src/summary_search.c
16260         * src/gtk/colorsel.c
16261         * src/gtk/description_window.c
16262         * src/gtk/gtkaspell.c
16263         * src/gtk/inputdialog.c
16264         * src/gtk/logwindow.c
16265         * src/gtk/prefswindow.c
16266         * src/gtk/progressdialog.c
16267                 replace deprecated gtk_window_set_policy
16268
16269 2004-07-27 [colin]      0.9.12cvs37.1
16270
16271         * src/msgcache.c
16272                 More fixes (synced for head again)
16273
16274 2004-07-27 [colin]      0.9.12cvs35.3
16275
16276         * src/msgcache.c
16277                 Fix wrong test
16278
16279 2004-07-27 [colin]      0.9.12cvs35.2
16280
16281         * src/mimeview.c
16282                 Fix width a bit (by Paul)
16283         * src/alertpanel.c
16284         * src/alertpanel.h
16285                 Specialize icons, make alertpanel_message()
16286                 private
16287         * src/message_search.c
16288         * src/sgpgme.c
16289         * src/summary_search.c
16290                 Suit alertpanel changes
16291
16292 2004-07-27 [colin]      0.9.12cvs35.1
16293
16294         * src/alertpanel.c
16295                 Add an icon
16296         * src/passphrase.c
16297                 Add debug output - maybe someone will
16298                 want to look at the problem with Grab
16299                 Input :)
16300         Bump version as we're synced with HEAD
16301
16302 2004-07-26 [colin]      0.9.12cvs33.26
16303
16304         * src/pop.c
16305                 Fix uidl-file parsing when not in new
16306                 format
16307
16308 2004-07-26 [colin]      0.9.12cvs33.25
16309
16310         * src/gtk/menu.c
16311                 Move popup menu up if necessary (fixes 
16312                 account selector)
16313         * src/mainwindow.c
16314                 Set account selector's button height to
16315                 minimum
16316
16317 2004-07-26 [colin]      0.9.12cvs33.24
16318
16319         * src/alertpanel.c
16320                 Maybe fix 551 (Truncated font in alert window)
16321
16322 2004-07-26 [colin]      0.9.12cvs33.23
16323
16324         * po/de.po
16325         * po/es.po
16326         * po/fr.po
16327         * po/it.po
16328         * po/ja.po
16329         * po/pl.po
16330         * po/ru.po
16331         * po/sk.po
16332         * po/sr.po
16333         * po/zh_CN.po
16334                 Sync po files with HEAD
16335
16336 2004-07-26 [paul]       0.9.12cvs33.22
16337
16338         * src/compose.c
16339                 fix Bug 556 'Organisation-header is sent even if empty'
16340
16341 2004-07-24 [colin]      0.9.12cvs33.21
16342
16343         * src/compose.c
16344         * src/gtk/gtkaspell.c
16345         * src/gtk/gtkaspell.h
16346                 Fix speller accelerators (require hack)
16347
16348 2004-07-24 [colin]      0.9.12cvs33.20
16349
16350         * src/gtk/gtkaspell.c
16351                 Fix over-eager code deletion breaking
16352                 Check while typing
16353
16354 2004-07-24 [colin]      0.9.12cvs33.19
16355
16356         * src/browseldap.c
16357         * src/ldapctrl.c
16358         * src/ldapctrl.h
16359         * src/ldapserver.h
16360                 Sync ldap with HEAD
16361         (Fixes 546 LDAP completely broken)
16362
16363 2004-07-24 [colin]      0.9.12cvs33.18
16364
16365         * src/prefs_msg_colors.c
16366                 Fix prototype mismatch
16367         (Fixes 547 void function cannot return value)
16368
16369 2004-07-24 [colin]      0.9.12cvs33.17
16370
16371         * src/mainwindow.c
16372                 Fix sort going back to previous sort key
16373                 when changing sort direction
16374
16375 2004-07-24 [colin]      0.9.12cvs33.16
16376
16377         * src/compose.c
16378                 Fix space insertion when re-wrapping at 
16379                 cursor point
16380
16381 2004-07-24 [colin]      0.9.12cvs33.15
16382
16383         * src/gtk/gtkaspell.c
16384                 Don't change cursor position in insert-text
16385                 callback
16386         (Fixes 539 Word wrapping on input transposes letters)
16387
16388 2004-07-24 [colin]      0.9.12cvs33.14
16389
16390         * src/gtk/gtkaspell.c
16391                 Reencode non-ascii chars to dictionary's
16392                 encoding
16393         (Fixes 544 Spell check broken non english locale)
16394
16395 2004-07-24 [colin]      0.9.12cvs33.13
16396
16397         * src/summaryview.c
16398                 Fix Shift+Down, add Home/End/PgUp/PgDown
16399
16400 2004-07-21 [colin]      0.9.12cvs33.12
16401
16402         * src/prefs_common.c
16403                 Fix a gtk warning (Patch by Andrej Kacian)
16404
16405 2004-07-21 [colin]      0.9.12cvs33.11
16406
16407         * src/gtk/filesel.c
16408                 More check
16409
16410 2004-07-21 [colin]      0.9.12cvs33.10
16411
16412         * src/compose.c
16413         * src/crash.c
16414         * src/export.c
16415         * src/import.c
16416         * src/messageview.c
16417         * src/mimeview.c
16418         * src/prefs_spelling.c
16419         * src/prefs_themes.c
16420         * src/summaryview.c
16421         * src/gtk/filesel.c
16422         * src/gtk/filesel.h
16423         * src/gtk/pluginwindow.c
16424                 Untwist open/save mode guessing logic, make
16425                 it explicit
16426
16427 2004-07-20 [colin]      0.9.12cvs33.9
16428
16429         * src/codeconv.c
16430                 conv_encode_header: src_charset is UTF-8 on
16431                 gtk2
16432         * src/compose.c
16433                 Remove double encoding of the headers
16434
16435 2004-07-20 [colin]      0.9.12cvs33.8
16436
16437         * src/codeconv.c
16438                 Fix typo
16439
16440 2004-07-20 [colin]      0.9.12cvs33.7
16441
16442         * src/mainwindow.c
16443                 Set the separated messageview to the saved
16444                 size of Claws' messageview (Patch by Alfons)
16445                 Fix a callback prototype (me)
16446
16447 2004-07-20 [colin]      0.9.12cvs33.6
16448
16449         * src/codeconv.h
16450                 Forgot one hunk in 0.9.12cvs33.4
16451
16452 2004-07-19 [colin]      0.9.12cvs33.5
16453
16454         * src/action.c
16455                 Action output fix
16456                 Patch by Alfons
16457
16458 2004-07-19 [colin]      0.9.12cvs33.4
16459
16460         * src/compose.c
16461                 Fix outgoing charset bug in headers
16462         * src/codeconv.c
16463                 Clean for glib2 - Patch by Alfons
16464
16465 2004-07-19 [colin]      0.9.12cvs33.3
16466
16467         * src/statusbar.c
16468                 Remove grip from the statusbar
16469                 Patch by Alfons
16470
16471 2004-07-19 [colin]      0.9.12cvs33.2
16472
16473         * src/messageview.c
16474         * src/textview.c
16475                 Fix messageview remembering the previous
16476                 scroll position when loading a new message
16477                 Patch by Alfons
16478
16479 2004-07-19 [colin]      0.9.12cvs33.1
16480
16481         * src/folder.h
16482         * src/folderview.c
16483         * src/summaryview.c
16484                 Sync with HEAD
16485
16486 2004-07-18 [colin]      0.9.12cvs32.7
16487
16488         * configure.ac
16489                 Remove useless check for XIM - noticed
16490                 by Alfons
16491
16492 2004-07-18 [colin]      0.9.12cvs32.6
16493
16494         * src/summaryview.c
16495                 Remove non-modified and shift-modified
16496                 accelerators in summaryview's popup
16497                 menu, as that doesn't get catched by
16498                 the accel-activate signal catcher...
16499
16500 2004-07-18 [colin]      0.9.12cvs32.5
16501
16502         * src/prefs_common.c
16503                 Define sensible default prefs for 
16504                 wrapping
16505
16506 2004-07-18 [colin]      0.9.12cvs32.4
16507
16508         * src/compose.c
16509         * src/prefs_common.c
16510         * src/prefs_common.h
16511         * src/prefs_wrapping.c
16512                 Remove Smart Wrapping pref, which does
16513                 nothing on gtk2 branch
16514
16515 2004-07-18 [colin]      0.9.12cvs32.3
16516
16517         * src/sourcewindow.c
16518                 Proper utf8
16519
16520 2004-07-18 [colin]      0.9.12cvs32.2
16521
16522         * src/compose.c
16523                 Save attachment status when drafting
16524
16525 2004-07-18 [colin]      0.9.12cvs32.1
16526
16527         * src/gtk/filesel.c
16528                 Fix erratic folder selection in open mode
16529
16530 2004-07-18 [colin]      0.9.12cvs31.11
16531
16532         * src/pop.c
16533                 Don't let partial messages get deleted
16534                 even with "dowload all"
16535                 (0.9.12cvs31.8 fix extension)
16536 2004-07-18 [colin]      0.9.12cvs31.10
16537
16538         * src/gtk/logwindow.c
16539                 Fix log scrolling
16540
16541 2004-07-18 [colin]      0.9.12cvs31.9
16542
16543         * src/common/utils.c
16544                 Fix non-utf8 strings coming from commands
16545                 and files
16546
16547 2004-07-18 [colin]      0.9.12cvs31.8
16548
16549         * src/pop.c
16550                 Fix partial download bug with Download all
16551                 messages option
16552
16553 2004-07-18 [colin]      0.9.12cvs31.7
16554
16555         * src/textview.c
16556                 Fix bug introduced in 0.9.12cvs31.2
16557                 (blocked in select mode after double click)
16558
16559 2004-07-18 [colin]      0.9.12cvs31.6
16560
16561         * src/compose.c
16562         * src/gtk/menu.c
16563                 More glib-warning fixes
16564
16565 2004-07-18 [colin]      0.9.12cvs31.5
16566
16567         * src/compose.c
16568                 Fix trashing the primary clipboard when moving 
16569                 around with tab
16570         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16571
16572 2004-07-18 [colin]      0.9.12cvs31.4
16573
16574         * src/codeconv.c
16575                 convert unencoded iso headers to utf8
16576         (Fix Bug 538 Unencoded local characters in subject make it 
16577          disappear)
16578
16579 2004-07-18 [colin]      0.9.12cvs31.3
16580
16581         * src/compose.c
16582                 Fix tab char handling in wrapping
16583         (Fix Bug 537 Line wrap problem - TAB character treated as 
16584          one character instead of 8)
16585
16586 2004-07-18 [colin]      0.9.12cvs31.2
16587
16588         * src/textview.c
16589                 return FALSE on GDK_MOTION_NOTIFY
16590         (Fix Bug 535 Hyperlinks/addresses are not selectable 
16591          (unable to highlight))
16592
16593 2004-07-18 [colin]      0.9.12cvs31.1
16594
16595         * src/folderview.c
16596                 Sync with 0.9.12cvs31
16597
16598 2004-07-18 [colin]      0.9.12cvs30.4
16599
16600         * src/compose.c
16601                 Also block text_inserted when inserting a file
16602
16603 2004-07-18 [colin]      0.9.12cvs30.3
16604
16605         * src/compose.c
16606                 Fix smart wrapping (block text_inserted handler
16607                 while putting quotation to avoid wrap on input,
16608                 don't join lines if next is sig separator)
16609
16610 2004-07-17 [colin]      0.9.12cvs30.2
16611
16612         * src/folderview.c
16613         * src/mainwindow.c
16614         * src/mimeview.c
16615         * src/summaryview.c
16616         * src/gtk/quicksearch.c
16617         * src/gtk/quicksearch.h
16618                 Block key events handlers *and* accels while
16619                 quicksearch is focused
16620         (Fixes Bug 534 quick-search bar not accepting certain letters)
16621
16622 2004-07-17 [colin]      0.9.12cvs30.1
16623
16624         * src/folder.h
16625         * src/folderview.c
16626         * src/summaryview.c
16627                 Sync with 0.9.12cvs30
16628
16629 2004-07-17 [colin]      0.9.12cvs28.2
16630
16631         * src/mimeview.c
16632         * src/procmime.c
16633         * src/summaryview.c
16634         * src/gtk/menu.c
16635                 Squash some compile and glib warnings
16636
16637 2004-07-17 [paul]       0.9.12cvs28.1
16638
16639         * src/mimeview.c
16640                 sync with 0.9.12cvs28 HEAD
16641
16642 2004-07-16 [paul]       0.9.12cvs26.1
16643         
16644         * src/gtk/quicksearch.c
16645         * src/account.c
16646         * src/account.h
16647         * src/compose.c
16648         * src/customheader.c
16649         * src/folder_item_prefs.c
16650         * src/main.c
16651         * src/mainwindow.c
16652         * src/messageview.c
16653         * src/mimeview.c
16654         * src/news.c
16655         * src/pgpmime.c
16656         * src/pop.c
16657         * src/pop.h
16658         * src/prefs_account.c
16659         * src/prefs_account.h
16660         * src/prefs_common.c
16661         * src/prefs_common.h
16662         * src/prefs_display_header.c
16663         * src/prefs_gtk.c
16664         * src/prefs_gtk.h
16665         * src/procheader.c
16666         * src/procmime.c
16667                 sync with 0.9.12cvs26 HEAD      
16668
16669 2004-07-15 [colin]      0.9.12cvs18.14
16670
16671         * src/folder.c
16672                 Disable GPG signature check during
16673                 folder move and scan
16674         (Closes Bug 521 Signature checking slows down Folder-Move)
16675
16676 2004-07-14 [colin]      0.9.12cvs18.13
16677
16678         * src/common/partial_download.c
16679                 update includes
16680
16681 2004-07-14 [colin]      0.9.12cvs18.12
16682
16683         * src/common/partial_download.c
16684         * src/common/partial_download.h
16685                 Move doc at top, add correct copyright
16686
16687 2004-07-14 [colin]      0.9.12cvs18.11
16688
16689         * src/folder.c
16690         * src/messageview.c
16691         * src/pop.c
16692         * src/pop.h
16693         * src/procmsg.c
16694         * src/summaryview.c
16695         * src/common/Makefile.am
16696         * src/common/partial_download.c ** NEW FILES **
16697         * src/common/partial_download.h ** NEW FILES **
16698                 Move partial-download related stuff to its
16699                 own file
16700
16701 2004-07-14 [colin]      0.9.12cvs18.10
16702
16703         * src/send_message.c
16704                 Fix smtp auth when user is null or empty
16705
16706 2004-07-13 [colin]      0.9.12cvs18.9
16707
16708         * src/gtk/quicksearch.c
16709                 Use alphabetic order
16710
16711 2004-07-13 [colin]      0.9.12cvs18.8
16712
16713         * src/pop.c
16714                 Be paranoid on the checks
16715
16716 2004-07-13 [colin]      0.9.12cvs18.7
16717
16718         * src/gtk/quicksearch.c
16719                 Fix Engrish once again
16720
16721 2004-07-13 [colin]      0.9.12cvs18.6
16722
16723         * src/procmsg.c
16724         * src/summaryview.c
16725                 Mark messages for deletion when they are about to
16726                 be removed from trash
16727
16728 2004-07-13 [colin]      0.9.12cvs18.5
16729
16730         * src/matcher.c
16731         * src/matcher.h
16732         * src/matcher_parser_parse.y
16733         * src/prefs_matcher.c
16734         * src/gtk/quicksearch.c
16735                 Add 'partial' ('p') match string to find partially
16736                 downloaded messages
16737
16738 2004-07-13 [colin]      0.9.12cvs18.4
16739
16740         * src/pop.c
16741                 Fix misplaced block
16742
16743 2004-07-13 [colin]      0.9.12cvs18.3
16744
16745         * src/pop.c
16746         * src/pop.h
16747         * src/messageview.c
16748                 Refactor API (to avoid passing 5+ params and code
16749                 duplication)
16750         * src/folder.c
16751         * src/msgcache.c
16752         * src/procheader.c
16753         * src/common/defs.h
16754                 Add planned_download to cache
16755                 Don't mess uidl file when moving partially downloaded
16756                 mails (they change folder, we should change it in the
16757                 uidl list too or we'll remove an incorrect message)
16758                 (this also helps removing hacks when changing 
16759                 planned_download in messageview.c)
16760
16761 2004-07-12 [colin]      0.9.12cvs18.2
16762
16763         * src/gtk/quicksearch.c
16764                 Fix missing status update in quicksearch
16765
16766 2004-07-12 [paul]       0.9.12cvs18.1
16767
16768         * po/POTFILES.in
16769         * src/Makefile.am
16770         * src/account.c
16771         * src/codeconv.c
16772         * src/compose.c
16773         * src/inc.c
16774         * src/main.c
16775         * src/prefs_common.c
16776         * src/procmsg.h
16777         * src/toolbar.c
16778         * src/prefs_msg_colors.[ch]     ** NEW FILES **
16779         * src/prefs_wrapping.[ch]       ** NEW FILES **
16780         * src/common/intl.h
16781         * src/common/utils.[ch]
16782         * src/gtk/quicksearch.[ch]
16783                 sync with 0.9.12cvs18 HEAD
16784
16785 2004-07-12 [colin]      0.9.11cvs17.25
16786
16787         * src/folder.c
16788         * src/folder.h
16789                 Remove unused function added by me in 0.9.11cvs17.10
16790
16791 2004-07-11 [colin]      0.9.11cvs17.24
16792
16793         * src/inc.c
16794         * src/messageview.c
16795         * src/pop.c
16796         * src/pop.h
16797                 Use folderitem and msgnum instead of filename to
16798                 know which mail to delete
16799                 Move old partial mail deletion to pop.c
16800
16801 2004-07-10 [colin]      0.9.11cvs17.23
16802
16803         * src/inc.c
16804                 Add debug
16805         * src/pop.c
16806         * src/pop.h
16807                 Don't re-use same enums for unrelated stuff: it's 
16808                 completely misleading !
16809                 Document a bit
16810
16811 2004-07-09 [colin]      0.9.11cvs17.22
16812
16813         * src/inc.c
16814                 Remove folder-type check and do
16815                 more tests to be sure everything's
16816                 ok
16817         * src/messageview.c
16818                 Punctuation update, remove useless
16819                 code, fix two warnings
16820         * src/noticeview.c
16821                 Layout cleaning, reset 2nd button
16822                 when specifying one
16823
16824 2004-07-09 [colin]      0.9.11cvs17.21
16825
16826         * src/messageview.c
16827         * src/pop.c
16828         * src/pop.h
16829                 Allow user to change his mind
16830                 and postpone decision (by
16831                 unmarking the mail)
16832
16833 2004-07-09 [colin]      0.9.11cvs17.20
16834
16835         * src/messageview.c
16836                 Fix bug with delete state
16837         * src/pop.c
16838         * src/pop.h
16839                 Fix buffer leak (fread doesn't 
16840                 terminate buffers with \0)
16841                 Refactoring (remove magic 
16842                 numbers)
16843
16844 2004-07-09 [colin]      0.9.11cvs17.19
16845
16846         * src/pop.c
16847                 Don't log "Skipping message" if 
16848                 we're going to TOP it two lines
16849                 later
16850
16851 2004-07-09 [colin]      0.9.11cvs17.18
16852
16853         * src/messageview.c
16854                 Fix Engrish
16855
16856 2004-07-09 [colin]      0.9.11cvs17.17
16857
16858         * src/pop.c
16859                 strlen checking...
16860         * src/messageview.c
16861                 refactoring a bit
16862
16863 2004-07-08 [colin]      0.9.11cvs17.16
16864
16865         * src/noticeview.c
16866         * src/noticeview.h
16867                 Add an optional second button
16868         * src/messageview.c
16869         * src/pop.c
16870         * src/pop.h
16871                 Don't delete partially received mails after a certain
16872                 time; rather, let the user decide.
16873
16874 2004-07-08 [colin]      0.9.11cvs17.15
16875
16876         * src/common/smtp.h
16877                 Sync with HEAD
16878
16879 2004-07-08 [colin]      0.9.11cvs17.14
16880
16881         * src/messageview.c
16882         * src/common/smtp.c
16883                 Use to_human_readable() for sizes
16884
16885 2004-07-08 [colin]      0.9.11cvs17.13
16886
16887         * src/inc.c
16888         * src/messageview.c
16889         * src/pop.c
16890         * src/pop.h
16891         * src/procmsg.c
16892                 Fix partial-downloading issues:
16893                         catch unsupported TOP
16894                         don't delete partially downloaded mails before 5 days
16895                         don't update existing with non-MH folders; that'll
16896                         make dups, but it's better than trashing the folder
16897                         free new msginfo parts
16898                 Fix indentation ;-)
16899
16900 2004-07-08 [colin]      0.9.11cvs17.12
16901
16902         * src/common/smtp.c
16903         * src/common/smtp.h
16904                 Sync smtp size verification with HEAD
16905
16906 2004-07-08 [colin]      0.9.11cvs17.11
16907
16908         * src/summaryview.c
16909         * src/prefs_common.c
16910         * src/prefs_common.h
16911         * src/gtk/quicksearch.c
16912         * src/gtk/quicksearch.h
16913                 Sync sticky pref with HEAD
16914
16915 2004-07-08 [colin]      0.9.11cvs17.10
16916
16917         * src/folder.c [1.213.2.6]
16918         * src/folder.h [1.87.2.6]
16919         * src/inc.c [1.149.2.7]
16920         * src/messageview.c [1.94.2.8]
16921         * src/procheader.c [1.47.2.6]
16922         * src/procmsg.c [1.150.2.4]
16923         * src/procmsg.h [1.60.2.5]
16924         * src/pop.c [1.56.2.4]
16925         * src/pop.h [1.17.2.3]
16926                 Let too big messages get downloaded, but truncated
16927                 Add a button to download them completely
16928                 
16929 2004-07-06 [colin]      0.9.11cvs17.9
16930
16931         * src/gtk/quicksearch.c [1.1.2.3]
16932                 Add a Clear button
16933         * commitHelper
16934         * PATCHSETS
16935                 Add a script to help with cvs
16936
16937 2004-07-03 [colin]      0.9.11cvs17.8
16938
16939         * src/plugins/imageviewer/viewer.c
16940                 fix imageviewer (which was staying on the first
16941                 displayed image)
16942
16943 2004-07-03 [colin]      0.9.11cvs17.7
16944
16945         Removed FIXME_GTK2 warnings
16946         * src/gtk/gtkutils.c
16947                 useless #warnings
16948         * src/gtk/menu.c
16949                 useless #warnings (no need to mess with menu rc)
16950         * src/gtk/menu.h
16951                 unused functions
16952         
16953
16954 2004-07-03 [colin]      0.9.11cvs17.6
16955
16956         Removed FIXME_GTK2 warnings
16957         * src/codeconv.c
16958                 useless #warnings (rewrite needed)
16959         * src/compose.c
16960                 useless #warnings (rewrite needed)
16961                 useless #warnings (gtk2 is like that)
16962                 useless #warnings (previously fixed)
16963         * src/main.c
16964                 useless #warnings (previously fixed)
16965         * src/message_search.c
16966                 useless #warnings (gtk2 is like that)
16967                 Made apparent that search is case-sensitive
16968         * src/mimeview.c
16969                 useless #warnings (rewrite needed)
16970                 useless #warnings (gtk2 is like that)
16971                 reimplemented real warnings
16972         * src/prefs_common.c
16973                 Removed block cursor option (not it gtk2)
16974         * src/prefs_gtk.c
16975                 useless #warnings (rewrite needed)
16976         * src/procheader.c
16977                 useless #warnings (rewrite needed)
16978         * src/sourcewindow.c
16979                 useless #warnings (incorrect placing)
16980         * src/summary_search.c
16981                 useless #warnings (gtk2 is like that)
16982                 Made apparent that search is case-sensitive
16983         * src/action.c
16984                 useless #warnings (gtk2 is like that)
16985         * src/textview.c
16986                 useless #warnings (rewrite needed)
16987         * src/toolbar.c
16988                 useless #warnings (rewrite needed)
16989
16990 2004-07-03 [colin]      0.9.11cvs17.5
16991
16992         * src/textview.c
16993                 Fix mismerge which broke URI opening
16994                 
16995 2004-07-01 [colin]      0.9.11cvs17.4
16996
16997         * src/gtk/filesel.c
16998                 Fill filename when saving
16999                 
17000 2004-06-27 [colin]      0.9.11cvs17.3
17001
17002         * src/gtk/filesel.[ch]
17003                 Use the new GTK file selector
17004                 Update prototype to match the reality: multiple file
17005                 selection is open-only          
17006         * src/compose.c
17007                 Match the new prototypes        
17008         * configure.ac
17009                 Match the new requirements (gtk 2.4.0)
17010                         
17011 2004-06-26 [colin]      0.9.11cvs17.2
17012
17013         * src/plugins/trayicon/trayicon.c
17014                 Remove useless signal handler on resize, which causes
17015                 an infinite "loop"
17016         
17017 2004-06-26 [colin]      0.9.11cvs17.1
17018         
17019         * tools/Makefile.am
17020                 remove launch_firebird and add nautilus2sylpheed.sh
17021         * src/quicksearch.c
17022           src/summaryview.c
17023                 Fix show/hide "Extended symbols" button problem
17024                 Fix apparition at startup
17025                 Fix const warnings
17026         * src/plugins/image_viewer/Makefile.am
17027                 Fix configure 
17028         * common/ssl.c
17029                 Re-enable certificate check, as it doesn't seem to
17030                 cause Xlib errors anymore
17031
17032 2004-06-25 [paul]       0.9.11cvs17
17033
17034         * sync with 0.9.11cvs17 HEAD
17035         
17036         NOTE: QuickSearch is broken
17037
17038 2004-06-07 [colin]      0.9.10claws67.10
17039         * src/plugins/trayicon/trayicon.c
17040           src/plugins/trayicon/libeggtrayicon/Makefile.am
17041           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17042                 Fix gettextization in trayicon plugin
17043
17044 2004-06-07 [colin]      0.9.10claws67.9
17045         
17046         * src/summaryview.c
17047           src/gtk/gtksctree.[ch]
17048                 Let Shift+{Up,Down} work in summaryview
17049                 (well, Down "works" and Up works)
17050                 Let the list scroll when using these keys
17051
17052 2004-06-06 [colin]      0.9.10claws67.8
17053
17054         * src/plugins/trayicon/trayicon.c
17055                 Fix pixmap update
17056
17057 2004-06-06 [colin]      0.9.10claws67.7
17058
17059         * src/addressbook.c
17060                 Fix signal handling causing system-wide focus grab
17061
17062 2004-05-25 [paul]       0.9.10claws67.6
17063
17064         * Makefile.am
17065           src/Makefile.am
17066                 clean up
17067
17068 2004-05-25 [paul]       0.9.10claws67.5
17069
17070         * replace deprecated gtk_signal... functions
17071
17072 2004-05-23 [colin]      0.9.10claws67.4
17073
17074         * src/compose.c
17075                 Fix wrapping
17076
17077 2004-05-22 [colin]      0.9.10claws67.3
17078
17079         * src/compose.c
17080                 Re-fix [Edited] in compose.c::compose_reedit()
17081
17082 2004-05-22 [colin]      0.9.10claws67.2
17083
17084         * src/procmime.c
17085                 Fix parsing of multiparts mails
17086
17087 2004-05-22 [colin]      0.9.10claws67.1
17088
17089         * src/summaryview.c
17090                 Fix quicksearch
17091
17092 2004-05-22 [paul]       0.9.10claws67
17093
17094         * sync with 0.9.10claws67 HEAD
17095
17096 2004-05-14 [alfons]
17097
17098         * src/procmime.h
17099                 add forgotton prototype
17100
17101 2004-05-10 [paul]       0.9.10claws57
17102
17103         * sync with 0.9.10claws57 HEAD
17104
17105 2004-05-05 [paul]       0.9.9.claws1
17106
17107         * ChangeLog-gtk2        ** REMOVED **
17108           ChangeLog-gtk2.claws  ** ADDED **
17109                 rename and adopt the normal claws format
17110                 
17111         * configure.ac
17112                 require gtkmathview >= 0.5
17113
17114         * ac/*                          ** REMOVED **
17115           ac/                           ** REMOVED **
17116           intl/Makefile.in              ** REMOVED **
17117           m4/                           ** ADDED **
17118           m4/missing                    ** ADDED **
17119           m4/missing/gdk-pixbuf.m4      ** ADDED **
17120           m4/missing/gettext.m4         ** ADDED **
17121           m4/missing/gpgme.m4           ** ADDED **
17122           m4/missing/imlib.m4           ** ADDED **
17123           m4/.cvsignore                 ** ADDED **
17124           m4/Makefile.am                ** ADDED **
17125           m4/README                     ** ADDED **
17126           m4/aclocal-include.m4         ** ADDED **
17127           m4/aspell.m4                  ** ADDED **
17128           m4/check-type.m4              ** ADDED **
17129           m4/gnupg-check-typedef.m4     ** ADDED **
17130           m4/openssl.m4                 ** ADDED **
17131           m4/spamassassin.m4            ** ADDED **
17132           po/ChangeLog                  ** REMOVED **
17133           po/Makefile.in.in             ** REMOVED **
17134           po/Rules-quot                 ** REMOVED **
17135           po/boldquot.sed               ** REMOVED **
17136           po/en@boldquot.header         ** REMOVED **
17137           po/en@quot.header             ** REMOVED **
17138           po/insert-header.sin          ** REMOVED **
17139           po/quot.sed                   ** REMOVED **
17140           po/remove-potcdate.sed        ** REMOVED **
17141           po/remove-potcdate.sin        ** REMOVED **
17142           po/stamp-po                   ** REMOVED **
17143           Makefile.am
17144           autogen.sh
17145           configure.ac
17146                 enable building with automake 1.8.x
17147                 add 'autopoint --force' to autogen.sh and remove all
17148                 auto-generated files, remove ac/ directory and use
17149                 m4/ directory instead
17150                 
17151         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17152                 fix gettextization
17153
17154 2004-02-28 Colin Leroy <colin@colino.net>
17155         * src/prefs_matcher.c
17156           src/prefs_filtering.c
17157           src/prefs_filtering_action.c
17158                 Fix non-editable GtkEntries
17159
17160 2004-02-22 Thorsten Maerz <torte@netztorte.de>
17161         * src/prefs_themes.c
17162                 utf8 conversion for theme info
17163
17164 2004-02-21 Thorsten Maerz <torte@netztorte.de>
17165         * sync 0.9.9claws
17166
17167 2004-02-14 Thorsten Maerz <torte@netztorte.de>
17168         * src/grouplistdialog.c
17169                 allow multiple selections without ctrl key
17170
17171 2004-02-09 Thorsten Maerz <torte@netztorte.de>
17172         * src/main.c
17173                 enable customizable accelerators
17174
17175 2004-02-08 Thorsten Maerz <torte@netztorte.de>
17176         * src/prefs_common.c
17177                 re-enable different font settings for gtk1/2
17178         * src/prefs_folder_item.c
17179                 fix folder prefs displayed wrong
17180         * src/textview.c
17181                 set 'sunken' shadow type
17182
17183 2004-02-07 Colin Leroy <colin@colino.net>
17184         * src/compose.c
17185                 Fix message being always [Edited]
17186                 Encode headers correctly (utf8 buf)
17187
17188 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17189         * src/socket.c
17190                 remove double g_source_attach()
17191                 (Thanks to Colin Leroy)
17192
17193 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17194         * src/gtk/gtksctree.c
17195                 Fix SSL certificate list not shown
17196         * src/mimeview.c
17197                 Fix clicks in mime tree
17198
17199 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17200         * src/common/socket.c
17201                 Fix SSL receive
17202         * src/compose.c
17203                 Fix clipboard menu hotkeys
17204
17205 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17206         * src/gtk/gtkaspell.[ch]
17207           src/compose.c
17208                 reimplement spellchecker
17209
17210 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17211         * src/gtk/filesel.c
17212                 crash when inserting file in compose window
17213                 (TODO: keep old selection on clicks)
17214         * src/main.c
17215                 use gtkrc-2.0 instead of gtkrc
17216
17217 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17218         * src/messageview.c
17219                 remove orphaned mimeview unref()
17220
17221 2004-01-20 Thorsten Maerz <torte@netztorte.de>
17222         * src/grouplistdialog.c
17223                 expand nodes containing subscribed groups
17224
17225 2004-01-19 Thorsten Maerz <torte@netztorte.de>
17226         * src/textview.c
17227                 textview: hide cursor, restore old click behaviour
17228
17229 2004-01-18 Thorsten Maerz <torte@netztorte.de>
17230         * src/textview.c
17231                 variable names messed up
17232
17233 2004-01-17 Colin Leroy <colin@colino.net>
17234         * src/addr_compl.c
17235                 Fix completion address too thin
17236         * src/compose.c
17237                 Fix tab-to-subject behaviour
17238         * src/summaryview.c
17239                 Implement key up & down in summaryview
17240
17241 2004-01-12 Thorsten Maerz <torte@netztorte.de>
17242
17243         * sync 098claws
17244
17245 2004-01-08 Thorsten Maerz <torte@netztorte.de>
17246         * configure.ac
17247           Makefile.am
17248           doc/.cvsignore
17249           doc/Makefile.am
17250                 faq, man, manual moved to doc/
17251         * ac/aspell.m4
17252           ac/check-type.m4
17253           ac/gnupg-check-typedef.m4
17254           ac/openssl.m4
17255           ac/spamassassin.m4
17256           ac/missing/gdk-pixbuf.m4
17257           ac/missing/gpgme.m4
17258           ac/missing/imlib.m4
17259                 fix automake warnings
17260
17261 2003-12-06 Colin Leroy <colin@colino.net>
17262         * src/summaryview.c
17263                 Fix quicksearch
17264
17265 2003-12-05 Colin Leroy <colin@colino.net>
17266         * src/summaryview.c
17267                 Fix going to next unread folder
17268
17269 2003-12-05 Colin Leroy <colin@colino.net>
17270         * src/crash.c
17271                 Fix gtk2 compilation
17272         * src/session.c
17273                 Remove iotag source handler at disconnection
17274         * src/socket.[ch] 
17275                 Remove source handler when closing socket 
17276                 (fixes another seg)
17277
17278 2003-12-04 Colin Leroy <colin@colino.net>
17279         * src/compose.c
17280           src/prefs_account.c
17281           src/prefs_common.c
17282                 Fix some dropdown menus
17283
17284 2003-12-04 Colin Leroy <colin@colino.net>
17285         * src/compose.c
17286                 Fix event handlers on header fields
17287         * src/common/socket.c
17288           src/common/session.c
17289                 Fix segfault with callback (SSL)
17290                 Fix end of session 
17291
17292 2003-10-06 Thorsten Maerz <torte@netztorte.de>
17293
17294         * Fix compile bug in src/compose.c
17295         * removed src/gtk/gtkstext.[ch]
17296
17297 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
17298
17299         * Convert character set and escape "text" attributes in toolbar setting
17300         files.
17301         * Fixed bug in button-press-event handling.
17302
17303 2003-09-16 Thorsten Maerz <torte@netztorte.de>
17304
17305         * Fixed bug in key-press-event handling.
17306
17307 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
17308
17309         * Enabled to compile tray-icon plugin (Ad-hoc).
17310         * Avoid hang up bug of icon list in mime view (Ad-hoc).
17311
17312 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
17313
17314         * Enabled to compile on sylpheed-claws.
17315         (tray-icon plugin still cannot compile yet.)
17316
17317 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
17318
17319         * Updated to 0.9.5.
17320
17321 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
17322
17323         * Updated to 0.9.4.
17324         * Ported monitoring SSL mechanism to GSource of GLib2
17325         (I don't confirm it)
17326         * Added _gtk2 suffix to key name of font preference to avoid
17327         ovverwriting preference of Gtk+-1.2 version.
17328
17329 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
17330
17331         * Updated to 0.9.2.
17332
17333 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
17334
17335         * Updated to 0.9.1.
17336         * Translate po files into UTF-8 when execute autogen.sh.
17337
17338 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
17339
17340         * Updated to 0.9.0.
17341
17342 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
17343
17344         * Plugged GError related memory leaks.
17345
17346 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
17347
17348         * Changed default size of fonts.
17349         * Enabled to set titile font size of warning dialog.
17350
17351 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
17352
17353         * Embed a sylpheed icon into executable binary on Windows.
17354
17355 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
17356
17357         * I forgot to traslate character set of element string in src/xml.c.
17358
17359 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
17360
17361         * Fixed detecting bind_textdomain_codeset in configure.in.
17362         * The bug in which "Example" of "Date fromat" preference isn't displayed
17363         correctly has been fixed.
17364
17365 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
17366
17367         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
17368           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
17369           glib-gettextize
17370           Removed intl directory.
17371           Translated po files into UTF-8.
17372           (Thanks! Ryuji Abe)
17373
17374 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
17375
17376         * The bug which doesn't unscape string in xml.c has been fixed.
17377
17378 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
17379
17380         * The bug which is failed to translate encoding of file name thorough
17381         file dialog has been fixed.
17382
17383 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
17384
17385         * Modified to translate file names which is used in inporting/expoting
17386         mbox feature and "Save as" feature into locale encoding.
17387         * Translate file names into locale encoding when "Attache file" and
17388         "Insert file".
17389         * Force set G_BROKEN_FILENAMES environment variable.
17390         * Other minor fixes.
17391
17392 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
17393
17394         * Modified to treat MH folder's name as locale encoding.
17395
17396 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
17397
17398         * The bug which clash on switching candidates of auto completion of
17399         addresses, cannot use auto completion in Japanesse is fixed
17400         (Thanks! Tokunaga-san)¡¥
17401
17402 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17403
17404         * The bug which cannot switch key accelerator preference has been fixed
17405         (Thanks! smbd-san)¡¥
17406
17407 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17408
17409         * version 0.8.11-gtk2-20030314
17410
17411 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17412
17413         * The bug in which character set conversion of filtering messages has
17414         been fixed.(Thanks! COCOA-san).
17415
17416 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
17417
17418         * Revived "Leave space on head" preference in "Message" category.
17419         * A bug which clash when put the cursor to end of buffer and execute
17420         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
17421
17422 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17423
17424         * version 0.8.11-gtk2-20030312
17425
17426 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17427
17428         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
17429         * Modified to use Pango's API directly for font preference.
17430         * Integrated GtkTextView of textview to one widget.
17431         * Set fonts of header title in textview by "header_title" tag.
17432         * Removed some deprecated codes.
17433
17434 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
17435
17436         * Updated to 0.8.11.
17437         * Merged cygwin patch(Thanks! Sakai-san).
17438
17439 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
17440
17441         * version 0.8.10-gtk2-20030309