2006-08-25 [colin] 2.4.0cvs92
[claws.git] / ChangeLog
blob30212973cab50b7d448bb10ab7f7c91d60e34508
1 2006-08-25 [colin]      2.4.0cvs92
3         * src/folder.c
4         * src/folderutils.c
5         * src/mh.c
6         * src/procmsg.h
7         * src/summaryview.c
8                 Speed up MH moving, and add progressbar
9                 for MH deletion
10         * src/msgcache.c
11                 Write cache files using mmap() too
13 2006-08-25 [wwp]        2.4.0cvs91
15         * src/summaryview.c
16                 switch spam<->ham button when a message has been marked as spam or ham
17                 and is still selected. Thanks to Colin.
19 2006-08-25 [paul]       2.4.0cvs90
21         * src/Makefile.am
22         * src/stock_pixmap.c
23         * src/stock_pixmap.h
24         * src/summaryview.c
25         * src/gtk/icon_legend.c
26         * src/pixmaps/copied.xpm
27         * src/pixmaps/moved.xpm
28                 add icons for delayed execution marked for
29                 copying, marked for moving
31 2006-08-25 [mones]      2.4.0cvs89
33         * manual/glossary.xml
34                 Fix the other glossary items:
35                 5.1. = Inmmediate execution -> <quote>immediate execution...
36                 5.2. = Fix MBOX capitalization -> Mbox
37                 5.3. + Improve Plugins def. w/ tech. ref.
38                 5.4. = Quotation -> replace '>' by <quote>></quote>
39                 5.5. - SMTP Server. -> remove dot
40         * po/es.po
41                 Updated translation
43 2006-08-25 [mones]      2.4.0cvs88
45         * manual/ack.xml
46                 Reformatted, changed email address
47         * manual/glossary.xml
48                 Reformatted, fixed MANUAL-TODO items:
49                 8.2. + add ROT-13 to glossary
50                 8.4. + add URL to glossary
51         * manual/es/advanced.xml
52                 Fixed <literal>s
54 2006-08-25 [paul]       2.4.0cvs87
56         * src/gtk/icon_legend.c
57                 add 'marked for deletion' icon
58                 arrange icons by containing column
59                 wrap long label text
61 2006-08-25 [colin]      2.4.0cvs86
63         * src/common/utils.c
64         * src/common/utils.h
65                 Add the sc_g_*list_bigger functions in
66                 a place everyone can use it
67         * src/summaryview.c
68                 Only freeze/thaw the list when working
69                 on the selection, if it's bigger than 1
70         * src/gtk/gtksctree.c
71                 Only freeze/thaw the list when unselec-
72                 ting 'all' if ('all' != 1)
73                 This avoids some flickering
75 2006-08-24 [colin]      2.4.0cvs85
77         * src/addressbook.c
78                 Fix strange list selection
79                 Fix random seg (Invalid read of freed memory)
81 2006-08-24 [colin]      2.4.0cvs84
83         * src/alertpanel.c
84         * src/gtk/inputdialog.c
85         * src/plugins/pgpcore/passphrase.c
86                 Revert minimal width patch of 2.4.0cvs67,
87                 as it is also a maximal width. Use 
88                 gtk_window_set_default_size instead.
90 2006-08-24 [colin]      2.4.0cvs83
92         * src/msgcache.c
93                 Write cache/mark to temp files before
94                 overwriting old ones (avoids metadata
95                 loss if writing the new files fail).
96                 Use mmap() to read cache/mark file, as
97                 this makes cache reading faster. Dis-
98                 abled for big-endian machines until it
99                 can be tested. (Big-endian users: set
100                 msgcache_use_mmap = TRUE in the relevant
101                 #if).
102         * src/procmsg.h
103                 Move rarely used fields of MsgInfo in 
104                 another structure, which will only be
105                 allocated if needed. Face, X-Face,
106                 Return receipt headers and List-*
107                 headers are moved. Mails having none
108                 of these occupy 52 bytes less with
109                 this patch, which makes 2.5MB of RAM
110                 saved on a 50k folder).
111         * src/headerview.c
112         * src/mainwindow.c
113         * src/messageview.c
114         * src/partial_download.c
115         * src/procheader.c
116         * src/procmsg.c
117         * src/textview.c
118                 Follow this structure change.
120 2006-08-24 [wwp]        2.4.0cvs82
122         * manual/es/.cvsignore
123         * manual/es/dist/.cvsignore
124         * manual/es/dist/html/.cvsignore
125         * manual/es/dist/pdf/.cvsignore
126         * manual/es/dist/ps/.cvsignore
127         * manual/es/dist/txt/.cvsignore
128                 more (generated) files to ignore.
130 2006-08-24 [colin]      2.4.0cvs81
132         * src/folder.c
133         * src/mh.c
134                 Fix possible problems with local delivery. Check the folder doesn't
135                 need scan before setting its mtime when saving cache (which can be
136                 done long after the folder's been modified by an external process);
137                 Check that the stored item's mtime didn't change in mh functions.
139 2006-08-24 [mones]      2.4.0cvs80
141         * manual/advanced.xml
142                 Rewrapping, some fixes and MANUAL-TODO items:
143                 8.1. = change "" to <quote></quote>
144                 8.3. = quote menu items
145                 8.5. - deploying -> new user ... ideally a new user (redundant)
147 2006-08-23 [colin]      2.4.0cvs79
149         * src/gtk/gtksctree.c
150                 When selecting or deselecting range, only
151                 freeze/thaw when selection is bigger than 10
153 2006-08-23 [colin]      2.4.0cvs78
155         * src/messageview.c
156         * src/mimeview.c
157         * src/mimeview.h
158         * src/plugins/dillo_viewer/dillo_viewer.c
159                 Provide an API for MimeViewer plugins to
160                 return a text selection for replying
162 2006-08-23 [colin]      2.4.0cvs77
164         * src/image_viewer.c
165         * src/textview.c
166                 Use gtk_pixbuf_new_from_file_at_scale(), which
167                 is faster than getting the pixbuf then resizing
168                 it.
170 2006-08-23 [colin]      2.4.0cvs76
172         * src/procmime.c
173                 UTF-8 should be sent Quoted-printable
175 2006-08-22 [colin]      2.4.0cvs75
177         * src/mh.c
178                 Check if scan is required before touching
179                 the folder (or it'll be required every time)
181 2006-08-22 [colin]      2.4.0cvs74
183         * configure.ac
184                 Require libetpan 0.46 (crasher fix when built
185                 against gnutls)
187 2006-08-22 [colin]      2.4.0cvs73
189         * src/folder.c
190                 Set folder's mtime after writing its
191                 cache
192         * src/folderview.c
193                 Add some timing
194         * src/procmsg.c
195                 Don't do useless stuff if we don't 
196                 thread by subject
197         * src/summaryview.c
198                 Add some timing, don't deselect prior
199                 to selecting (gtksctree does it itself),
200                 remove crash avoidance hacks as it's been
201                 properly fixed since a while
202         * src/common/utils.c
203                 Optimize to_human_readable(): _() is slow,
204                 do it only once, and avoid %f format for KB
205                 (the most common in a summaryview)
206         * src/gtk/gtksctree.c
207                 Don't uselessly freeze/thaw (fixes flicker
208                 on next unread and friends), reduce number
209                 of g_list_nth/g_list_position where possible
210         * src/gtk/gtkutils.c
211         * src/gtk/gtkutils.h
212                 Reduce number of g_list_nth/g_list_position
213                 where possible.
214                 All of this makes loading as 70k folder 2.1
215                 seconds instead of 3.2 (with hot FS caches).
216                 (1.3 seconds without Date and Size columns...)
218 2006-08-22 [paul]       2.4.0cvs72
220         wrap documents and do some items from mones' MANUAL-TODO:
222         * manual/account.xml
223                 4.1. = fix tabname references to <quote>tabname</quote>
224                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
225         * manual/faq.xml
226                 1.1. = mentioned options don't match UI
227                 Add information about the 'Never send Return Receipts'
228                 option
229         * manual/handling.xml
230                 6.2. = Mentions Extended symbols button, but now is
231                 named Information
232                 6.3. = Mentions ... button, which is now Edit
234 2006-08-22 [colin]      2.4.0cvs71
236         * src/gtk/pluginwindow.c
237                 Fix layout in verbose translations (such
238                 as french)
240 2006-08-22 [paul]       2.4.0cvs70
242         * manual/Makefile.am
243                 build manuals in alphabetical order
244         * src/addressbook.c
245         * src/prefs_themes.c
246                 replace/remove deprecated symbols
247         * src/gtk/gtkutils.c
248                 fix a warning
249         * src/gtk/pluginwindow.c
250                 replace deprecated symbol
251                 replace label text and move it
252         * src/plugins/pgpcore/prefs_gpg.c
253                 move the 'Generate...' button out of the
254                 Sign Key frame, replace the English used
255         * src/plugins/pgpcore/sgpgme.c
256                 fixes to the English
258 2006-08-21 [colin]      2.4.0cvs69
260         * src/plugins/trayicon/trayicon.c
261                 Add more strings for translation; patch
262                 by Pawel
264 2006-08-21 [colin]      2.4.0cvs68
266         * src/compose.c
267                 fix replied flag not set after drafting
268         * src/matcher.c
269                 fix body quicksearch in non-encoded bodies
270                 containing '='
271         * src/msgcache.c
272                 Get rid of the g_malloc workaround for
273                 corrupted caches, use g_try_malloc
275 2006-08-21 [colin]      2.4.0cvs67
277         * src/alertpanel.c
278         * src/gtk/inputdialog.c
279         * src/plugins/pgpcore/passphrase.c
280                 Set minimal width to 375
281         * src/mainwindow.c
282                 Fix switching to offline, asking if it 
283                 should be overriden for synchronising
284         * src/mimeview.c
285                 Don't offer to remember command on Open 
286                 with for text parts, as the browser or 
287                 text editor command isn't changed from 
288                 there
290 2006-08-20 [paul]       2.4.0cvs66
292         * po/ko.po
293         * po/zh_CN.po
294                 fix plural form errors. revealed by stricter
295                 checking of gettext 0.15
297 2006-08-18 [paul]       2.4.0cvs65
299         * src/stock_pixmap.c
300                 fix the fix of 2.4.0cvs64
301                 Thanks to Colin
303 2006-08-18 [paul]       2.4.0cvs64
305         * src/stock_pixmap.c
306                 fix leaks
307                 Thanks to Colin
309 2006-08-18 [paul]       2.4.0cvs63
311         * src/compose.c
312         * src/procmsg.c
313                 fix occasional IMAP bug where large msgs
314                 were left in the queue folder after sending
315                 Thanks to Colin
317 2006-08-18 [paul]       2.4.0cvs62
319         * src/folderview.c
320                 freeze the summaryview while quicksearch results
321                 are displayed
322                 (fixes bug 456 'current message is hidden when the
323                 view is refreshed and extended search is "unread 
324                 messages"')
325                 Thanks to Colin
326         * src/textview.c
327                 add missing #include "inputdialog.h"
328         * src/common/utils.h
329                 add missing mailcap_update_default() and improve
330                 readability
332 2006-08-17 [colin]      2.4.0cvs61
334         * src/plugins/pgpcore/select-keys.c
335                 Fix warnings :)
337 2006-08-17 [colin]      2.4.0cvs60
339         * src/compose.c
340                 Don't continue queuing if Cancel is clicked
341                 in select-keys
343 2006-08-17 [colin]      2.4.0cvs59
345         * src/plugins/pgpcore/select-keys.c
346                 When encrypting, if only one key matches and it 
347                 matches exactly, automatically use it.
349 2006-08-17 [colin]      2.4.0cvs58
351         * src/mimeview.c
352         * src/prefs_common.c
353         * src/prefs_common.h
354         * src/prefs_ext_prog.c
355         * src/textview.c
356                 Fix issues with previous patch (text/html)
357                 Remove outdated prefs
359 2006-08-17 [colin]      2.4.0cvs57
361         * src/imap.c
362                 Add View Log button on auth error
363         * src/procmsg.c
364                 Fix encrypted mail marked as new when
365                 saved in normal folders
366         * src/plugins/pgpinline/pgpinline.c
367                 Fix encrypt bug on IMAP
368         * src/mimeview.c
369         * src/common/utils.c
370         * src/common/utils.h
371         * src/gtk/inputdialog.c
372         * src/gtk/inputdialog.h
373                 Get rid of metamail stuff, simplify
374                 opening, and allow remembering of user's
375                 choices (by updating ~/.mailcap). There's
376                 still to drop "Audio player" and "Image
377                 viewer" preferences.
379 2006-08-17 [mones]      2.4.0cvs56
381         * manual/es/sylpheed-claws-manual.xml
382                 fix DTD path
384 2006-08-17 [mones]      2.4.0cvs55
386         * configure.ac
387         * manual/Makefile.am
388         * manual/es/Makefile.am
389         * manual/es/account.xml
390         * manual/es/ack.xml
391         * manual/es/addrbook.xml
392         * manual/es/advanced.xml
393         * manual/es/faq.xml
394         * manual/es/glossary.xml
395         * manual/es/gpl.xml
396         * manual/es/handling.xml
397         * manual/es/intro.xml
398         * manual/es/keyboard.xml
399         * manual/es/plugins.xml
400         * manual/es/starting.xml
401         * manual/es/sylpheed-claws-manual.xml
402         * manual/es/dist/Makefile.am
403         * manual/es/dist/html/Makefile.am
404         * manual/es/dist/pdf/Makefile.am
405         * manual/es/dist/ps/Makefile.am
406         * manual/es/dist/txt/Makefile.am
407                 Spanish translation for the manual
409 2006-08-16 [colin]      2.4.0cvs54
411         * src/compose.c
412         * src/main.c
413         * src/mainwindow.c
414                 Fix send button sensitivity at startup
415                 Set send menu sensitivity (patch by Fabien)
416         * src/ssl_manager.c
417                 Enable closing with esc (patch by Fabien)
418         * src/gtk/foldersort.c
419                 Enable closing with esc (patch by Fabien)
420         * src/procmime.c
421                 Optimisation (no need to copy to tempfile to
422                 "decode" 7bit and 8bit)
423         * src/summaryview.c
424                 Fix cruft in swap_from case
425         * src/textview.c
426                 Fix missing last line in some mail cases 
427                 (Fixes debian #381872)
428         * src/plugins/pgpcore/prefs_gpg.c
429         * src/plugins/pgpcore/sgpgme.c
430         * src/plugins/pgpcore/sgpgme.h
431                 Don't show "no key found" when user explicitely
432                 wants to create a key
434 2006-08-16 [paul]       2.4.0cvs53
436         * configure.ac
437         * src/account.c
438         * src/addressbook.c
439         * src/headerview.c
440         * src/prefs_account.c
441         * src/prefs_message.c
442         * src/gtk/gtkutils.c
443                 bump up minimum required versions of GTK+ and
444                 GLIB to 2.6.0
446 2006-08-16 [paul]       2.4.0cvs52
448         * src/toolbar.c
449                 workaround GTK+ Bug 351600 - 'Can't re-click
450                 on button after sensitivity update'
451                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
452                 Thanks to Colin
454 2006-08-15 [colin]      2.4.0cvs51
456         * src/plugins/pgpcore/prefs_gpg.c
457                 Set options sensitivity according to
458                 key existence
459         * src/plugins/pgpcore/sgpgme.c
460                 Allow to create key with no passphrase
462 2006-08-14 [cleroy]     2.4.0cvs50
464         * src/gtk/pluginwindow.c
465                 New layout (maybe to be changed?)
466         * src/gtk/gtkutils.c
467                 Fix a bit label_window
468         * src/plugins/pgpcore/passphrase.c
469         * src/plugins/pgpcore/passphrase.h
470         * src/plugins/pgpcore/plugin.c
471         * src/plugins/pgpcore/prefs_gpg.c
472         * src/plugins/pgpcore/prefs_gpg.h
473         * src/plugins/pgpcore/sgpgme.c
474         * src/plugins/pgpcore/sgpgme.h
475                 Allow to create a PGP private key via the GUI
477 2006-08-14 [wwp]        2.4.0cvs49
479         * src/addressbook_foldersel.c
480                 fix strict ISO C90 compliance.
482 2006-08-14 [paul]       2.4.0cvs48
484         * src/gtk/prefswindow.c
485                 re-set scrolled window on opening
486                 Patch by Ticho
488 2006-08-14 [paul]
490         2.5.0-rc1 released
492 2006-08-14 [paul]       2.4.0cvs47
494         * src/prefs_display_header.c
495                 re-enable user-defined Displayed Headers
497 2006-08-14 [paul]       2.4.0cvs46
499         * src/prefs_account.c
500                 use GTK_STOCK_EDIT
502 2006-08-13 [colin]      2.4.0cvs45
504         * src/common/utils.c
505                 Fix "a" in quote when the original message is empty,
506                 by using \0 instead of 'a' to test writability of
507                 temp files.
509 2006-08-13 [wwp]        2.4.0cvs44
511         * src/plugins/spamassassin/spamassassin.c
512                 fix capitalization of "SpamAssassin" in some debug, log and
513                 dialog messages.
515 2006-08-13 [paul]       2.4.0cvs43
517         * src/editldap.c
518                 fix overlapping widgets
519         * src/prefs_account.c
520                 fix translation of protocol_names[]
521                 fix label disappearing off the edge of the
522                 visible area
524 2006-08-12 [paul]       2.4.0cvs42
526         * manual/plugins.xml
527                 update IRC channel info before it gets forgotten
528                 about
530 2006-08-11 [colin]      2.4.0cvs41
532         * src/compose.c
533         * src/mainwindow.c
534         * src/mainwindow.h
535         * src/procmsg.c
536         * src/procmsg.h
537         * src/summaryview.c
538         * src/toolbar.c
539                 Grey out the Send button if
540                 - Queue folders are empty, or
541                 - We're sending already
543 2006-08-11 [wwp]        2.4.0cvs40
545         * src/main.c
546                 fix a logic issue when quitting while a compose window is
547                 still open, thanks to Colin.
549 2006-08-10 [colin]      2.4.0cvs39
551         * src/main.c
552                 Fix default font size setting after wizard run
553         * src/imap.c
554         * src/etpan/imap-thread.c
555         * src/etpan/imap-thread.h
556                 Fix bug #999 (Timing out on TSL cert validation 
557                 dialog makes ugly things happen). Also, STARTTLS
558                 unconditionnaly if initial capabilities contain
559                 LOGINDISABLED and STARTTLS.
561 2006-08-09 [colin]      2.4.0cvs38
563         * src/mainwindow.c
564         * src/mainwindow.h
565                 Fix Tools/Actions sensitivity when there are
566                 no actions
568 2006-08-09 [colin]      2.4.0cvs37
570         * src/prefs_filtering.c
571                 Warning fix, patch by Paul
572         * src/messageview.c
573         * src/prefs_actions.c
574         * src/prefs_filtering_action.c
575         * src/prefs_matcher.c
576                 Uniformisation of "Info ..." to "Info..." (for
577                 old gtk), patch by Fabien
578         * src/plugins/clamav/clamav_plugin_gtk.c
579                 Sensitivity fix by Fabien
581 2006-08-09 [colin]      2.4.0cvs36
583         * src/main.c
584         * src/main.h
585                 Add a function to know whether we're exiting
586         * src/plugins/trayicon/trayicon.c
587                 If exiting, don't do anything. Faster, and
588                 avoids gtk_main_iteration reentracy causing
589                 segfaults at exit
591 2006-08-09 [colin]      2.4.0cvs35
593         * src/messageview.c
594         * src/mimeview.c
595         * src/mimeview.h
596                 Fix lack of part selection when automatically 
597                 jumping to a specific part
598         * src/msgcache.c
599                 Little optimisation in cache reading
601 2006-08-09 [colin]      2.4.0cvs34
603         * src/compose.c
604                 Fix crash setting the priority on reedit
605                 (Accessing compose before creating it!)
607 2006-08-08 [colin]      2.4.0cvs33
609         * src/procmime.c
610                 Fix bug #998 (last attachment is not accessible)
611                 Bad RFC interpretation on multipart close-delimiters
612         * src/mimeview.c
613         * src/mimeview.h
614         * src/gtk/gtkvscrollbutton.c
615         * src/gtk/gtkvscrollbutton.h
616                 Make attachments list wheel-scrollable
618 2006-08-07 [colin]      2.4.0cvs32
620         * src/gtk/gtkaspell.c
621                 Fix bug #973 (Unicode punctation characters 
622                 are not recognized as separators by the
623                 spell checker); fix unsigned stuff
625 2006-08-07 [colin]      2.4.0cvs31
627         * src/compose.c
628                 Fix bug #956 (DnD text with accents in compose 
629                 text entry); fix gccc's signed/unsigned fuss
631 2006-08-06 [colin]      2.4.0cvs30
633         * src/main.c
634                 Fix bug #979 (Plugin crashes when exiting 
635                 sylpheed-claws) : handle exit request only 
636                 once
638 2006-08-05 [colin]      2.4.0cvs29
640         * src/news.c
641                 Just make sure we have a msgid.
643 2006-08-05 [colin]      2.4.0cvs28
645         * src/news.c
646         * src/summaryview.c
647                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
648                 by reimplementing it
649         * src/textview.c
650                 Fix bug when hiding quotes with level > 3 and quote
651                 colors are recycled
653 2006-08-04 [colin]      2.4.0cvs27
655         * src/compose.c
656         * src/undo.c
657         * src/undo.h
658                 Fix a bit replace-by-pasting undo
659         * src/mainwindow.c
660         * src/messageview.c
661                 Fix Fold quotes menu synchro in
662                 mainwindow when it changes in 
663                 messageview
664         * src/textview.c
665                 Fix right-click on quotes blocks
666         * src/common/utils.c
667                 Verify that the file created by
668                 my_tmpfile() is writable. Fixes
669                 bug #988 (very specific filesystem
670                 issue)
671         * src/plugins/pgpcore/sgpgme.c
672                 Fix file descriptor leak
673         * src/plugins/spamassassin/spamassassin.c
674                 Warn once if spamd isn't reachable
676 2006-08-04 [colin]      2.4.0cvs26
678         * src/toolbar.c
679                 i18n context patch by Fabien
681 2006-08-03 [colin]      2.4.0cvs25
683         * src/mainwindow.c
684         * src/messageview.c
685                 Rename "Hide quotes" to "Fold quotes"
686         * src/textview.c
687                 Don't use hand cursor on quotes. "all 
688                 the bonuses of the feature and none of 
689                 unwelcome side-effects"
691 2006-08-03 [colin]      2.4.0cvs24
693         * AUTHORS
694         * sylpheed-claws.desktop
695         * src/gtk/authors.h
696                 Bring the desktop file to XDG compliance
697                 Patch by Charles A. Edwards
699 2006-08-03 [colin]      2.4.0cvs23
701         * src/textview.c
702                 Fix links offset when they are preceded
703                 by accentued chars (g_utf8_strlen!)
704         * src/mainwindow.c
705                 Fix wrong status when starting offline
708 2006-08-03 [wwp]        2.4.0cvs22
710         * src/prefs_common.h
711                 ask what to do w/ filtering rules that belong to an account when
712                 applying filtering rules manually from the main window (skip,
713                 apply regardless of the account, use current account). This dialog
714                 can be skipped and the last reply used.
715                 (forgot that file)
717 2006-08-03 [wwp]        2.4.0cvs21
719         * src/filtering.c
720         * src/filtering.h
721         * src/prefs_common.c
722         * src/summaryview.c
723         * src/alertpanel.c
724         * src/alertpanel.h
725         * src/messageview.c
726                 ask what to do w/ filtering rules that belong to an account when
727                 applying filtering rules manually from the main window (skip,
728                 apply regardless of the account, use current account). This dialog
729                 can be skipped and the last reply used.
732 2006-08-03 [colin]      2.4.0cvs20
734         * src/textview.c
735                 Optimize previous patch
737 2006-08-03 [cleroy]     2.4.0cvs19
739         * src/textview.c
740                 Fix quotes getting toggled back when the
741                 mail has an even number of text parts
743 2006-08-02 [colin]      2.4.0cvs18
745         * src/messageview.c
746                 Add Hide quotes menu
748 2006-08-02 [colin]      2.4.0cvs17
750         * src/mainwindow.c
751         * src/prefs_common.c
752         * src/textview.c
753         * src/textview.h
754         * src/gtk/about.c
755                 Allow per-level quote hiding,
756                 Allow toggling quotes by double-clicking them
757                 Rename RemoteURI to ClickableText to reflect
758                 the fact it's used for a variety of things
760 2006-08-02 [wwp]        2.4.0cvs16
762         * src/mainwindow.c
763                 fix "View/Hide quotes" menu item status initialization.
765 2006-08-02 [wwp]        2.4.0cvs15
767         * src/matcher_parser_parse.y
768                 remove a debug trace.
770 2006-08-02 [paul]       2.4.0cvs14
772         * src/plugins/pgpcore/passphrase.c
773                 don't set initial dialog size
774                 make it resizable
776 2006-08-02 [paul]       2.4.0cvs13
778         * src/noticeview.c
779                 remove the rogue '/' character
781 2006-08-02 [paul]       2.4.0cvs12
783         * src/noticeview.c
784                 allow buttons to resize as necessary
786 2006-08-01 [wwp]        2.4.0cvs11
788         * src/mbox.c
789                 fix strict ISO C90 compliance.
791 2006-08-01 [wwp]        2.4.0cvs10
793         * tools/update-po
794                 updated update-po tool to work w/ context-dependent translations.
795                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
797 2006-08-01 [wwp]        2.4.0cvs9
799         * src/matcher.c
800         * src/prefs_filtering.c
801         * src/prefs_matcher.c
802                 allow context-dependent translations for "All",
803                 patch by Fabien Vantard <fzzzzz@gmail.com>.
805 2006-07-31 [colin]      2.4.0cvs8
807         * AUTHORS
808         * src/gtk/authors.h
809                 Add Rafal to authors
811 2006-07-31 [colin]      2.4.0cvs7
813         * src/compose.c
814         * src/mainwindow.c
815         * src/messageview.h
816         * src/prefs_common.c
817         * src/prefs_common.h
818         * src/textview.c
819                 Add 'View/Hide quotes'. Patch based on a patch
820                 by Rafal Weglarz
822 2006-07-31 [colin]      2.4.0cvs6
824         * src/action.c
825                 Fix problem with "> stuff >" actions
827 2006-07-31 [paul]       2.4.0cvs5
829         * po/nb.po
830                 updated by Geir Helland
832 2006-07-31 [wwp]        2.4.0cvs4
834         * src/mainwindow.c
835         * src/summaryview.c
836         * src/summaryview.h
837                 add "View/Go to/Parent message" and "View/Go to/Last read message",
838                 thanks to Colin.
840 2006-07-31 [wwp]        2.4.0cvs3
842         * src/Makefile.am
843         * src/addr_compl.c
844         * src/addr_compl.h
845         * src/addressbook.c
846         * src/addressbook.h
847         * src/addressbook_foldersel.c
848         * src/addressbook_foldersel.h
849         * src/addrindex.c
850         * src/addrindex.h
851         * src/matcher.c
852         * src/matcher.h
853         * src/matcher_parser_lex.l
854         * src/matcher_parser_parse.y
855         * src/prefs_common.c
856         * src/prefs_common.h
857         * src/prefs_filtering.c
858         * src/prefs_matcher.c
859         * src/prefs_matcher.h
860         * src/summaryview.c
861                 introduce filtering against the address book. It's now possible to add
862                 matched conditions to determine if any email address in a message matches
863                 or doesn't match any or all books or folders in the address book.
865 2006-07-31 [wwp]        2.4.0cvs2
867         * src/account.c
868         * src/filtering.c
869         * src/filtering.h
870         * src/folder.c
871         * src/folderview.c
872         * src/inc.c
873         * src/mainwindow.c
874         * src/matcher.c
875         * src/matcher_parser_lex.l
876         * src/matcher_parser_parse.y
877         * src/mbox.c
878         * src/prefs_filtering.c
879         * src/prefs_filtering.h
880         * src/procmsg.c
881         * src/procmsg.h
882         * src/summaryview.c
883                 introduce per-account filtering rules. Each filtering rule can now be assigned
884                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
885                 when applying filtering rules manually, as all rules will apply - even the ones
886                 assigned to an account. This issue will be addressed soon.
890 2006-07-31 [wwp]        2.4.0cvs1
892         * src/quote_fmt.c
893                 make more strings translatable.
895 2006-07-31 [paul]       2.4.0
897         2.4.0 released
899 2006-07-31 [paul]       2.3.1cvs91
901         * po/ca.po
902                 updated by Miquel Oliete
904 2006-07-31 [paul]       2.3.1cvs90
906         * po/de.po
907         * po/el.po
908         * po/fr.po
909         * po/it.po
910         * po/pl.po
911         * po/pt_BR.po
912         * po/sr.po
913         * po/zh_CN.po
914                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
915                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
916                 Aleksandar Urosevic, and Ralgh Young
918 2006-07-31 [paul]       2.3.1cvs89
920         * src/account.c
921         * src/main.c
922         * src/mainwindow.c
923         * src/mainwindow.h
924                 Fix a race condition when, after an SC crash, rescanning
925                 folders took more than 0.5 seconds
926                 Thanks to Colin
928 2006-07-31 [paul]       2.3.1cvs88
930         * src/folderview.c
931                 don't translate separator strings
933 2006-07-30 [mones]      2.3.1cvs87
935         * doc/man/sylpheed-claws.1
936                 Fixed non-ASCII chars in Hoa's name
937         * po/es.po
938                 Updated for release
940 2006-07-27 [colin]      2.3.1cvs86
942         * src/textview.c
943                 Don't include the leading \n in links
944                 Patch by Fabien
946 2006-07-25 [colin]      2.3.1cvs85
948         * src/mainwindow.c
949         * src/common/socket.h
950         * src/etpan/imap-thread.c
951                 Refresh resolvers before connecting
952                 to IMAP servers, and after switching
953                 to online. Thanks to Paul.
955 2006-07-18 [colin]
957         * 2.4.0-rc4 released
959 2006-07-17 [colin]      2.3.1cvs84
961         * src/inc.c
962                 Show connection attempt in statusbar before
963                 connecting (previously first message was
964                 "Retrieving messages from ..." after the
965                 connection succeeded.
967 2006-07-16 [wwp]        2.3.1cvs83
969         * sylpheed-claws.ico
970                 Added .ico file (windows multi-size icon file, generated).
972 2006-07-12 [wwp]        2.3.1cvs82
974         * src/messageview.c
975                 remove Message/Re-edit menu entry from messageview window,
976                 as sent/draft/queued messages are opened in compose window when
977                 re-edited and it's not possible to re-edit other msgs.
979 2006-07-12 [paul]       2.3.1cvs81
981         * AUTHORS
982         * src/mainwindow.c
983         * src/gtk/authors.h
984                 check online state before resetting
985                 mailcheck timer. Useful if some program
986                 verifies connection state and updates
987                 Claws.
988                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
990 2006-07-12 [paul]       2.3.1cvs80
992         * sylpheed-claws-128x128.png
993         * sylpheed-claws-64x64.png
994         * sylpheed-claws.png
995         * src/Makefile.am
996         * src/main.c
997         * src/prefs_toolbar.c
998         * src/stock_pixmap.c
999         * src/stock_pixmap.h
1000         * src/wizard.c
1001         * src/gtk/about.c
1002         * src/gtk/gtkutils.c
1003         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
1004         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
1005         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
1006         * src/pixmaps/sylpheed.xpm              ** REMOVED **
1007         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
1008         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
1009                 updated and renamed logo/icon files and related
1010                 logo by Jesper Schultz
1012 2006-07-11 [paul]       2.3.1cvs79
1014         * src/main.c
1015                 fix the labels a smidgin
1017 2006-07-09 [colin]      2.3.1cvs78
1019         * src/textview.c
1020                 Show errors in textviewer's command
1021                 Patch by H. Merijn Brand
1023 2006-07-09 [colin]      2.3.1cvs77
1025         * src/compose.c
1026                 Save FMID in drafts too
1028 2006-07-08 [colin]      2.3.1cvs76
1030         * src/compose.c
1031                 Svae RMID in drafted mails too
1032                 Save quote_fmt vars for whole mails,
1033                 don't reset at each quote_fmt_init:
1034                 allows to use the same |i{var} in
1035                 various template fields
1036         * src/prefs_template.c
1037         * src/quote_fmt.h
1038         * src/quote_fmt_parse.y
1039                 Same
1041 2006-07-08 [colin]      2.3.1cvs75
1043         * src/textview.c
1044                 Fix highlighting of attached parts URIs
1046 2006-07-08 [colin]      2.3.1cvs74
1048         * src/main.c
1049                 Prevent bug #981 (sc 2.3.1 segfaults with 
1050                 gtk+ 2.10) from being reported again:
1051                 if Sylpheed-Claws has been compiled against
1052                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
1053                 of if Sylpheed-Claws has been compiled against
1054                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
1055                 error out.
1057 2006-07-07 [colin]      2.3.1cvs73
1059         * src/prefs_actions.c
1060                 Fix label
1062 2006-07-07 [colin]      2.3.1cvs72
1064         * src/prefs_actions.c
1065                 Fix compile on gtk < 2.8. argh :)
1067 2006-07-07 [paul]       2.3.1cvs71
1069         * src/common/defs.h
1070                 update DONATE_URI
1072 2006-07-07 [colin]      2.3.1cvs70
1074         * po/POTFILES.in
1075         * src/quote_fmt.c
1076         * src/quote_fmt_lex.l
1077         * src/quote_fmt_parse.y
1078                 Add |i{var}, a way to insert user-entered
1079                 text in a template
1081 2006-07-07 [colin]
1083         * 2.4.0-rc3 released
1085 2006-07-07 [colin]      2.3.1cvs69
1087         * src/folder.c
1088                 Don't consider inboxes of UNKNOWN folder 
1089                 classes to be useable as default inboxes
1091 2006-07-07 [paul]       2.3.1cvs68
1093         * src/textview.c
1094                 add missing #include <errno.h>
1095                 Thanks to René J. Blokland
1097 2006-07-07 [paul]       2.3.1cvs67
1099         * src/action.c
1100                 Return now Closes dialog
1101         * src/mimeview.c
1102         * src/mimeview.h
1103         * src/textview.c
1104                 add contextual menu to mime parts listed
1105                 in the textview
1106                 Thanks to Colin
1107         * src/common/utils.c
1108                 reversal: ' is a valid character in URLs
1110 2006-07-06 [colin]      2.3.1cvs66
1112         * src/remotefolder.h
1113                 Forgotten in previous commit
1115 2006-07-06 [colin]      2.3.1cvs65
1117         * src/folder.c
1118                 Set summary update flag whenever
1119                 totals changed
1120         * src/imap.c
1121         * src/prefs_account.c
1122         * src/common/utils.h
1123         * src/etpan/imap-thread.c
1124                 Fix warnings, thanks to Fabien and
1125                 Ricardo
1127 2006-07-06 [wwp]        2.3.1cvs64
1129         * src/gtk/gtkutils.c
1130                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
1132 2006-07-06 [wwp]        2.3.1cvs63
1134         * src/account.c
1135         * src/addressbook.c
1136         * src/addressitem.h
1137         * src/folderview.c
1138         * src/mainwindow.c
1139         * src/manual.c
1140         * src/manual.h
1141         * src/message_search.c
1142         * src/prefs_actions.c
1143         * src/prefs_filtering.c
1144         * src/prefs_filtering.h
1145         * src/prefs_template.c
1146         * src/summary_search.c
1147         * src/summaryview.c
1148         * src/gtk/gtkutils.c
1149         * src/gtk/gtkutils.h
1150         * src/gtk/pluginwindow.c
1151                 add help buttons to some dialogs. Clicking such buttons opens a
1152                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
1154 2006-07-06 [paul]       2.3.1cvs62
1156         * src/textview.c
1157                 fix attachments contextual menu
1158                 Thanks to Colin
1160 2006-07-05 [colin]      2.3.1cvs61
1162         * src/textview.c
1163         * src/compose.c
1164                 Handle sftp:// links
1166 2006-07-05 [paul]       2.3.1cvs60
1168         * src/gtk/filesel.c
1169                 grab save button by default
1170                 Thanks to Colin
1172 2006-07-05 [wwp]        2.3.1cvs59
1174         * manual/xml2pdf
1175                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
1177 2006-07-04 [colin]      2.3.1cvs58
1179         * src/mimeview.c
1180         * src/textview.c
1181                 Use left click to select, middle click to open
1182                 on mimeparts links
1183         * src/common/utils.c
1184                 Fix segfault
1186 2006-07-04 [colin]      2.3.1cvs57
1188         * src/mainwindow.c
1189         * src/news.c
1190                 Warning fixes, thanks to Fabien
1192 2006-07-04 [colin]      2.3.1cvs56
1194         * src/mimeview.c
1195         * src/mimeview.h
1196         * src/textview.c
1197                 Allow parts to be selected via their text label
1198                 in textview
1200 2006-07-04 [colin]      2.3.1cvs55
1202         * src/folderview.c
1203                 Feedback when closing (for big folders)
1204         * src/prefs_actions.c
1205         * src/prefs_filtering.c
1206         * src/prefs_matcher.c
1207         * src/prefs_template.c
1208                 Fix default button when closing without
1209                 having saved
1211 2006-07-04 [colin]      2.3.1cvs54
1213         * src/news.c
1214                 Delete local file on deletion
1216 2006-07-03 [colin]      2.3.1cvs53
1218         * src/folderview.c
1219         * src/main.c
1220                 Don't freeze when rescanning after crash
1222 2006-07-03 [wwp]        2.3.1cvs52
1224         * src/compose.c
1225         * src/privacy.c
1226         * src/privacy.h
1227         * src/plugins/pgpinline/pgpinline.c
1228         * src/plugins/pgpmime/pgpmime.c
1229                 don't report an error when the user cancels the passphrase dialog.
1231 2006-07-02 [colin]      2.3.1cvs51
1233         * src/folderview.c
1234                 Open message when crossing folders with Space,
1235                 goto next unread and friends
1237 2006-07-01 [colin]      2.3.1cvs50
1239         * src/prefs_account.c
1240                 Typographic rules varying from language
1241                 to language (in french "Protocole :"),
1242                 we have to do that :)
1244 2006-07-01 [ticho]      2.3.1cvs49
1246         * src/prefs_account.c
1247                 Only use one temporary gchar* variable in
1248                 prefs_account_protocol_set_optmenu().
1250 2006-07-01 [ticho]      2.3.1cvs48
1252         * src/prefs_account.c
1253         * src/prefs_account.h
1254                 Use GtkLabel for existing account protocol name.
1255                 Created an array for protocol names and populate the
1256                 combobox from it in a for() cycle.
1258 2006-06-30 [colin]      2.3.1cvs47
1260         * src/compose.c
1261                 Block undo when changing signature (by changing
1262                 account)
1264 2006-06-30 [paul]       2.3.1cvs46
1266         * src/send_message.c
1267                 when editing From in the Compose window, use that address
1268                 in the Return-Path: header
1269                 Thanks to Colin
1271 2006-06-30 [colin]      2.3.1cvs45
1273         * src/compose.c
1274                 Fix signature replacement:
1275                 - when no newline before separator
1276                 - when reediting
1278 2006-06-29 [colin]      2.3.1cvs44
1280         * src/folderview.c
1281         * src/folderview.h
1282         * src/mainwindow.c
1283         * src/summaryview.c
1284                 Let 'View/Go to/Next marked' work like
1285                 Next new & Next unread: across folders
1286                 Change the select_on_entry pref to do
1287                 what we want when changing folder
1288         * src/common/utils.c
1289                 Fix single-quoted links 
1291 2006-06-29 [colin]      2.3.1cvs43
1293         * src/gtk/gtkaspell.c
1294                 "Sylpheed" and "Sylpheed-Claws" do exist !
1296 2006-06-29 [colin]      2.3.1cvs42
1298         * src/imap.c
1299                 Forgot to remove debug
1301 2006-06-29 [colin]      2.3.1cvs41
1303         * src/imap.c
1304         * src/imap.h
1305         * src/mainwindow.c
1306                 Disconnect from IMAP servers when going
1307                 offline. Fixes bug #978 (going to offline-mode 
1308                 won't close connections)
1310 2006-06-29 [colin]      2.3.1cvs40
1312         * src/main.c
1313                 Fix transient setting on failing plugins
1314                 Patch by Fabien
1315         * src/plugins/pgpcore/sgpgme.c
1316                 Only warn for OpenPGP. Most people don't
1317                 have CMS available.
1319 2006-06-29 [colin]      2.3.1cvs39
1321         * src/compose.c
1322                 Fix Spelling menu (discrepancy between context menu
1323                 and top menu when folder's dictionary isn't the 
1324                 default one)
1325         * src/plugins/pgpcore/sgpgme.c
1326                 More error reporting about why gpgme can fail
1328 2006-06-29 [wwp]        2.3.1cvs38
1330         * src/mainwindow.c
1331                 honor the display-header-pane setting even when the message view
1332                 is a separate window.
1334 2006-06-29 [wwp]        2.3.1cvs37
1336         * src/prefs_actions.c
1337                 forgot to commit that one (use of GTK_STOCK_INFO).
1339 2006-06-29 [colin]      2.3.1cvs36
1341         * src/imap.c
1342                 Better handling of login errors (ask the password
1343                 again once), alert in case of error. Fix three
1344                 signedness warnings.
1346 2006-06-28 [wwp]        2.3.1cvs35
1348         * src/prefs_template.c
1349         * src/prefs_matcher.c
1350         * src/prefs_filtering_action.c
1351         * src/prefs_quote.c
1352                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
1353                 patch by Fabien Vantard, slightly modified.
1355 2006-06-28 [paul]
1357         2.4.0-rc2 released
1359 2006-06-28 [colin]      2.3.1cvs34
1361         * src/prefs_account.c
1362                 Fix bug #977 (Can't add or edit imap accounts)
1364 2006-06-28 [colin]      2.3.1cvs33
1366         * src/mimeview.c
1367                 Fix previous
1369 2006-06-28 [colin]      2.3.1cvs32
1371         * src/mimeview.c
1372                 Save named inlined attachments with "Save all"
1373         * src/main.c
1374         * src/mbox.c
1375         * src/common/plugin.c
1376         * src/common/plugin.h
1377         * src/common/sylpheed.c
1378         * src/common/utils.c
1379         * src/plugins/pgpcore/sylpheed.def
1380         * src/plugins/pgpinline/sylpheed.def
1381         * src/plugins/pgpmime/sylpheed.def
1382                 Win32 compatibility patch, by
1383                 Werner Koch
1385 2006-06-28 [wwp]        2.3.1cvs31
1387         * src/imap.c
1388         * src/prefs_folder_item.c
1389                 less compilation warnings (thanks to Fabien Vantard), less typos.
1391 2006-06-28 [paul]       2.3.1cvs30
1393         * src/gtk/gtkutils.c
1394                 gtk_combo_box_set_focus_on_click() is only
1395                 available since gtk 2.6.0
1397 2006-06-28 [paul]       2.3.1cvs29
1399         * src/prefs_ext_prog.c
1400                 fix engrish and add a tooltip for the
1401                 'command for 'Display as text' option
1403 2006-06-28 [paul]
1405         2.4.0-rc1 released
1407 2006-06-28 [paul]       2.3.1cvs28
1409         * ChangeLog
1410         * tools/Makefile.am
1411                 include textviewer.pl in releases
1413 2006-06-28 [paul]       2.3.1cvs27
1415         * src/prefs_ext_prog.c
1416                 hide Print command option if libgnomeprint
1417                 support is present
1419 2006-06-27 [colin]      2.3.1cvs26
1421         * src/compose.c
1422                 Fix Esc handling in insert/attach dialog
1423                 Don't show this dialog if dragging something
1424                 else than text/uri-list
1425                 Thanks to Fabien Vantard
1426         * tools/textviewer.pl
1427                 Filter script to display stuff as text
1428                 by H. Merijn Brand
1430 2006-06-27 [wwp]        2.3.1cvs25
1432         * src/messageview.c
1433                 use the exact product name (message view title), patch
1434                 by Fabien Vantard.
1436 2006-06-27 [ticho]      2.3.1cvs24
1438         * src/prefs_account.c
1439         * src/prefs_common.c
1440         * src/prefs_common.h
1441         * src/prefs_ext_prog.c
1442         * src/textview.c
1443                 Add a preference (Preferences/External programs)
1444                 to allow "Display as text" to be done via a script
1445                 (patch by H.Merijn Brand).
1446                 Use GtkComboBox for protocol selection in account
1447                 preferences.
1448                 Only include current choice for existing accounts, and
1449                 insensitivize the combobox.
1451 2006-06-27 [paul]       2.3.1cvs23
1453         * src/mbox.c
1454                 fix crasher introduced in cvs21.
1455                 Thanks to Colin
1457 2006-06-26 [colin]      2.3.1cvs22
1459         * src/mbox.c
1460                 Fix double-frees when leaving folders
1461                 after exporting to mbox
1463 2006-06-26 [colin]      2.3.1cvs21
1465         * src/mbox.c
1466                 More feedback (and optimisation)
1467                 on import/export
1468         * src/common/utils.c
1469                 Fix case when looking for mail addresses
1470         * src/gtk/gtkutils.c
1471                 Extra check for (X-)Face
1473 2006-06-25 [ticho]      2.3.1cvs20
1475         * src/compose.c
1476         * src/exphtmldlg.c
1477         * src/gtk/gtkutils.c
1478         * src/gtk/gtkutils.h
1479                 Added second argument to gtkut_sc_combobox_create() to
1480                 control focus-on-click for the widget.
1481                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
1483 2006-06-25 [ticho]      2.3.1cvs19
1485         * src/compose.c
1486         * src/gtk/Makefile.am
1487         * src/gtk/combobox.c
1488         * src/gtk/combobox.h
1489         * src/gtk/gtkutils.c
1490         * src/gtk/gtkutils.h
1491                 Use GtkComboBox instead of deprecated GtkOptionMenu
1492                 for account selector in compose window and for encoding
1493                 selector in attachment properties.
1494                 Also factorise working with the new GtkComboBox somewhat.
1496 2006-06-24 [paul]       2.3.1cvs18
1498         * src/prefs_common.c
1499                 use the correct default value
1501 2006-06-24 [paul]       2.3.1cvs17
1503         * src/compose.c
1504         * src/prefs_common.c
1505         * src/prefs_common.h
1506         * src/prefs_compose_writing.c
1507                 enable setting of default action when
1508                 dnd'ing files in the compose window.
1509                 (Collaborative effort with wwp)
1511 2006-06-23 [wwp]        2.3.1cvs16
1513         * src/compose.c
1514                 i18n fix (thanks to Fabien Vantard)
1516 2006-06-22 [colin]      2.3.1cvs15
1518         * src/prefs_customheader.c
1519                 Don't use filters in custom headers' file 
1520                 selector. Remember, extensions mean nothing :)
1522 2006-06-22 [paul]       2.3.1cvs14
1524         * configure.ac
1525                 allow setting of man directory location
1527 2006-06-22 [colin]      2.3.1cvs13
1529         * src/mainwindow.c
1530                 Add 'View/Go to/Next unread folder'.
1531                 I missed that :)
1533 2006-06-22 [colin]      2.3.1cvs12
1535         * src/common/utils.c
1536                 Add some subject prefixes
1537                 Patch by Bjorn T Johansen <btj@havleik.no>
1539 2006-06-22 [colin]      2.3.1cvs11
1541         * manual/advanced.xml
1542                 Forgotten hidden pref
1544 2006-06-21 [paul]       2.3.1cvs10
1546         * src/prefs_account.c
1547                 complete the removal of 'Add date header' option
1549 2006-06-21 [paul]       2.3.1cvs9
1551         * src/account.c
1552         * src/compose.c
1553         * src/prefs_account.c
1554         * src/prefs_account.h
1555                 remove option to add date header - always
1556                 add date header
1557         * src/etpan/imap-thread.c
1558                 fix warnings (Thanks to Colin)
1560 2006-06-21 [wwp]        2.3.1cvs8
1562         * src/folder.c
1563                 set the attachment flag when inline text part are (file)named. This is more convenient
1564                 when receiving (for instance) inline source files or patches sent using thunderbird.
1566 2006-06-21 [paul]       2.3.1cvs7
1568         * src/inc.c
1569                 fix off-by-one count of current msg in
1570                 statusbar filtering progressbar
1572 2006-06-21 [paul]       2.3.1cvs6
1574         * src/folder.c
1575                 Show attachment icon even if the part is 'inline'
1576                 if the following conditions are met:
1577                 - content-type != 'text/plain'
1578                 - content-type != '*/pgp-signature'
1579                 - either 'name' or 'filename' parameter is not NULL
1580                 
1581                 Thanks to Colin
1583 2006-06-21 [paul]       2.3.1cvs5
1585         * src/messageview.c
1586         * src/prefs_common.c
1587         * src/prefs_common.h
1588         * src/prefs_other.c
1589                 add an option to 'Never send Return
1590                 Receipts'
1591                 Thanks to Colin
1593 2006-06-20 [mones]      2.3.1cvs4
1595         * po/es.po
1596                 updated
1597         * src/compose.c
1598                 typo fixed (space after comma)
1599         * tools/make.themes.project
1600                 remove exec mode from tarball files
1602 2006-06-20 [colin]      2.3.1cvs3
1604         * src/news.c
1605         * src/procheader.c
1606         * src/unmime.c
1607                 Better fix for \n's in headers (don't 
1608                 break Received: and others)
1610 2006-06-20 [paul]       2.3.1cvs2
1612         * src/alertpanel.c
1613         * src/textview.c
1614                 improve legibility of phishing attempt
1615                 dialog
1617 2006-06-20 [paul]       2.3.1cvs1
1619         * NEWS
1620         * README
1621         * configure.ac
1622                 Update version number following
1623                 stable release
1625 2006-06-20 [colin]      2.3.0cvs26
1627         * src/compose.c
1628                 When dragging a file to the text of the compose
1629                 window, ask whether we want to insert or attach
1630                 (I know lots of people who do that to attach)
1632 2006-06-20 [colin]      2.3.0cvs25
1634         * src/etpan/imap-thread.c
1635                 Fix threshold (the append command is often > 32 bytes)
1637 2006-06-19 [colin]      2.3.0cvs24
1639         * src/imap.c
1640         * src/etpan/imap-thread.c
1641                 Workaround Rockliffe IMAP server bug: replace
1642                 "x UID SEARCH (ANSWERED UID 1:*)" with
1643                 "x UID SEARCH ANSWERED"
1644                 (Rockliffe doesn't handle the parenthesis)
1646 2006-06-19 [colin]      2.3.0cvs23
1648         * src/compose.c
1649         * src/imap.c
1650         * src/etpan/imap-thread.c
1651                 Probably fix bug #972 (Freezes when adding 
1652                 an attachment to the message)
1653         * src/common/defs.h
1654                 Modernize Firefox cmd
1657 2006-06-18 [colin]      2.3.0cvs22
1659         * src/prefs_customheader.c
1660                 Only allow correct filenames for various
1661                 custom headers
1663 2006-06-18 [colin]      2.3.0cvs21
1665         * src/prefs_customheader.c
1666                 Add a 'From File...' button in custom headers prefs, which
1667                 try to do the right thing: 
1668                 for normal headers, use file as plaintext,
1669                 for X-Face, calls compface,
1670                 for Face, encode to b64.
1672 2006-06-17 [colin]      2.3.0cvs20
1674         * src/mh.c
1675                 Warning fix
1677 2006-06-16 [colin]      2.3.0cvs19
1679         * src/summaryview.c
1680                 Recursive quicksearch: show message list
1681                 in current folder, *then* search children
1682                 in the background.
1684 2006-06-16 [colin]      2.3.0cvs18
1686         * src/main.c
1687                 Instead of ignoring SIGPIPE, save caches
1688                 when getting one. Will fix the fact that
1689                 hot caches are out-of-date when logging 
1690                 out of Xorg.
1691         * src/compose.c
1692         * src/prefs_compose_writing.c
1693                 Only save text (not attachments) when 
1694                 auto-saving to drafts
1695         * src/unmime.c
1696                 Always replace \n, \r and \t with spaces
1697                 in headers
1698         * manual/dist/html/Makefile.am
1699         * manual/dist/pdf/Makefile.am
1700         * manual/dist/ps/Makefile.am
1701         * manual/dist/txt/Makefile.am
1702         * manual/fr/dist/html/Makefile.am
1703         * manual/fr/dist/pdf/Makefile.am
1704         * manual/fr/dist/ps/Makefile.am
1705         * manual/fr/dist/txt/Makefile.am
1706         * manual/pl/dist/html/Makefile.am
1707         * manual/pl/dist/pdf/Makefile.am
1708         * manual/pl/dist/ps/Makefile.am
1709         * manual/pl/dist/txt/Makefile.am
1710                 Fix make clean removing pregenerated manuals
1713 2006-06-16 [colin]      2.3.0cvs17
1715         * src/plugins/pgpcore/sgpgme.c
1716         * src/plugins/pgpmime/pgpmime.c
1717         * src/plugins/pgpinline/pgpinline.c
1718                 Better error reporting in setup_signers.
1719                 Don't fallback to default key if specified
1720                 key isn't found.
1721                 Don't allow signing if more than one secret
1722                 key matches the one specified in prefs.
1724 2006-06-15 [colin]      2.3.0cvs16
1726         * src/folderview.c
1727                 Add "Send queue" in the folder's contextual
1728                 menu
1729         * src/compose.c
1730         * src/messageview.c
1731         * src/privacy.c
1732         * src/privacy.h
1733         * src/procmime.c
1734         * src/procmsg.c
1735         * src/plugins/pgpcore/passphrase.c
1736         * src/plugins/pgpcore/sgpgme.c
1737         * src/plugins/pgpinline/pgpinline.c
1738         * src/plugins/pgpmime/pgpmime.c
1739                 Better error reporting
1740         * src/mbox.c
1741                 Probably fix bug #971 (2.2.3 cannot read mail 
1742                 from local mbox)
1745 2006-06-15 [mones]      2.3.0cvs15
1747         * tools/make.themes.project
1748                 creates the themes project from the web page
1750 2006-06-15 [colin]      2.3.0cvs14
1752         * src/folder.c
1753                 Better fix (avoid losing the folder if scan_tree 
1754                 fails)
1756 2006-06-15 [cleroy]     2.3.0cvs13
1758         * src/folder.c
1759                 Probably fix Bug #969 (crash on rebuilding 
1760                 imap folder)
1762 2006-06-14 [colin]      2.3.0cvs12
1764         * manual/dtd/manual.xsl
1765         * manual/sylpheed-claws-manual.xml
1766         * manual/fr/sylpheed-claws-manual.xml
1767         * manual/pl/sylpheed-claws-manual.xml
1768                 Insert pagebreaks between sections
1770 2006-06-14 [paul]       2.3.0cvs11
1772         * configure.ac
1773                 better fix than 2.3.0cvs10
1775 2006-06-14 [paul]       2.3.0cvs10
1777         * configure.ac
1778                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1779                 (backwards compatible)
1781 2006-06-13 [colin]      2.3.0cvs9
1783         * src/messageview.c
1784                 Fix sending of return receipt with the new queue folders
1786 2006-06-13 [wwp]        2.3.0cvs8
1788         * src/quote_fmt_lex.l
1789                 fix wrong tokens returned in quote_fmt lexer, query not().
1791 2006-06-13 [wwp]        2.3.0cvs7
1793         * src/folder.c
1794         * src/prefs_folder_item.c
1795                 allow changing folder type even when folder is not a top-level one,
1796                 thanks to Colin.
1798 2006-06-12 [colin]      2.3.0cvs6
1800         * src/folderview.c
1801                 Fix double-ask of "Do you want to mark all
1802                 as read"
1804 2006-06-12 [colin]      2.3.0cvs5
1806         * src/compose.c
1807         * src/compose.h
1808         * src/folder.c
1809         * src/folder.h
1810         * src/imap.c
1811         * src/inc.c
1812         * src/main.c
1813         * src/messageview.c
1814         * src/mh.c
1815         * src/prefs_folder_item.c
1816         * src/procheader.c
1817         * src/procmime.c
1818         * src/procmsg.c
1819         * src/procmsg.h
1820         * src/send_message.c
1821         * src/summaryview.c
1822         * src/toolbar.c
1823                 Apply bug #964's patch (Queue and drafts aren't normal)
1824                 The Drafts and Queue folder now contain RFC-822 files,
1825                 allowing to move and copy mails from and to these 
1826                 folders. Moving from Drafts to Queue will prepare the
1827                 mail for sending (PGP signature, encryption, etc).
1828                 This patch also rework sending errors handling to try
1829                 to be more helpful.
1830                 Also, allow redefining folder types via the GUI 
1831                 (Folder type in its Properties)
1833 2006-06-12 [colin]      2.3.0cvs4
1835         * src/summaryview.c
1836         * src/prefs_common.c
1837         * src/prefs_common.h
1838         * src/gedit-print.c
1839                 Allow to define a specific print font - patch
1840                 by Bernhard Walle <bernhard.walle@gmx.de>
1841         * src/prefs_fonts.c
1842         * manual/advanced.xml
1843         * manual/fr/advanced.xml
1844                 Add a hidden pref to allow deletion without
1845                 confirmation
1847 2006-06-12 [wwp]        2.3.0cvs3
1849         * .cvsignore
1850                 more files to ignore.
1852 2006-06-12 [wwp]        2.3.0cvs2
1854         * src/quote_fmt.c
1855         * src/quote_fmt_lex.l
1856         * src/quote_fmt_parse.y
1857                 extend the quote_fmt parser (templates and quotes):
1858                 - allow limited sub-expressions in |p{} and |f{} expressions,
1859                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
1860                 - implemented/fixed missing implementation of query_references and show_references,
1861                 - completed, fixed contents and format of the symbols help dialog,
1862                 - fix some compilation warnings.
1864 2006-06-12 [wwp]        2.3.0cvs1
1866         * manual/advanced.xml
1867         * manual/fr/advanced.xml
1868                 updates in the "templates" section of the manual (eng/fr):
1869                  - be more precise (both versions)
1870                  - completed to match the english reference (fr version)
1871                  - touchups (both versions)
1873 2006-06-12 [paul]       2.3.0
1875         2.3.0 released
1877 2006-06-12 [paul]       2.2.3cvs14
1879         * po/ca.po
1880         * po/cs.po
1881         * po/de.po
1882         * po/el.po
1883         * po/fr.po
1884         * po/it.po
1885         * po/pt_BR.po
1886         * po/sr.po
1887         * po/zh_CN.po
1888                 updated by Miquel Oliete, Tim, Stephan Sachse,
1889                 Stavros Giannouris, Fabien Vantard, Andrea
1890                 Spadaccini, Frederico Goncalves Guimaraes,
1891                 Aleksandar Urosevic, and Ralgh Young
1893 2006-06-12 [colin]      2.2.3cvs13
1895         * src/mbox.c
1896                 Add missing header
1898 2006-06-11 [colin]      2.2.3cvs12
1900         * src/msgcache.c
1901                 Verify that g_malloc() succeeded
1903 2006-06-11 [colin]      2.2.3cvs11
1905         * src/wizard.c
1906                 Add Face header to welcome mail
1908 2006-06-10 [colin]      2.2.3cvs10
1910         * src/textview.c
1911                 Revert previous (Forgot it changes the
1912                 margin on the whole mail)
1914 2006-06-10 [colin]      2.2.3cvs9
1916         * src/textview.c
1917                 Don't overlap long headers under (X-)Face
1919 2006-06-10 [mones]      2.2.3cvs8
1921         * manual/xml2pdf
1922                 allow generation of manual on systems lacking saxon binary
1923                 but with java and the saxon library installed
1925         * po/es.po
1926                 updated for release
1928 2006-06-09 [colin]      2.2.3cvs7
1930         * src/summaryview.c
1931                 Fix leak when using Display Sender using Addressbook
1933 2006-06-09 [colin]      2.2.3cvs6
1935         * src/compose.c
1936         * src/folder.c
1937         * src/folderview.c
1938         * src/mimeview.c
1939         * src/summaryview.c
1940                 More leaks fixes
1942 2006-06-09 [paul]       2.2.3cvs5
1944         * AUTHORS
1945         * src/gtk/authors.h
1946         * tools/claws.i18n.status.pl
1947                 updated with new info
1949 2006-06-09 [paul]       2.2.3cvs4
1951         * README
1952                 updated
1953         * manual/ack.xml
1954                 add wwp to authors list
1955         * src/gtk/authors.h
1956                 update mine and Colin's addresses
1958 2006-06-08 [colin]      2.2.3cvs3
1960         * src/etpan/imap-thread.c
1961                 Fix leak on SSL cert check
1963 2006-06-08 [colin]      2.2.3cvs2
1965         * src/common/utils.c
1966                 Fix leak
1968 2006-06-08 [paul]       2.2.3cvs1
1970         * configure.ac
1971                 Update version number following
1972                 stable release
1974 2006-06-07 [colin]      2.2.2cvs3
1976         * src/msgcache.c
1977                 Fix catching cache read errors (guint instead of gint)
1978                 Prevent malloc'ing more than 8MB (means cache corruption)
1980 2006-06-07 [paul]       2.2.2cvs2
1982         * src/exporthtml.c
1983         * src/exportldif.c
1984         * src/mh.c
1985         * src/mutt.c
1986         * src/pine.c
1987         * src/common/utils.c
1988                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
1989                 obey $HOME'
1990                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
1991                 Thanks to Colin
1993 2006-06-06 [paul]       2.2.2cvs1
1995         * configure.ac
1996                 Update version number following
1997                 stable release
1999 2006-06-06 [paul]       2.2.1cvs6
2001         * src/matcher.c
2002                 fix  implicit declaration of
2003                 sylpheed_do_idle()
2004                 Patch by Fabien Vantard
2006 2006-06-06 [paul]       2.2.1cvs5
2008         * src/matcher.c
2009                 fix age_greater and age_lower so that they
2010                 mean what say and not '...or equal to'
2011                 Thanks to Colin
2013 2006-06-06 [paul]       2.2.1cvs4
2015         * src/textview.c
2016         * src/common/utils.c
2017                 fix URI check
2018                 Thanks to Colin
2020 2006-06-05 [wwp]        2.2.1cvs3
2022         * manual/fr/account.xml
2023                 minor language fixes (thanks to Fabien Vantard).
2025 2006-06-05 [colin]      2.2.1cvs2
2027         * src/prefs_folder_item.c
2028         * src/folderview.c
2029                 Allow recursive setting of properties 
2030                 for whole mailboxes
2031         * src/matcher.c
2032                 Don't freeze on 'test' filtering rule
2034 2006-06-05 [colin]      2.2.1cvs1
2036         * configure.ac
2037                 Update version number following
2038                 stable release
2040 2006-06-04 [wwp]        2.2.0cvs82
2042         * manual/glossary.xml
2043         * manual/account.xml
2044         * manual/fr/glossary.xml
2045         * manual/fr/account.xml
2046                 added glossary section and references/links related to the Face custom header.
2048 2006-06-04 [colin]      2.2.0cvs81
2050         * src/summaryview.c
2051                 Skip to next message on move with no
2052                 immediate execution
2054 2006-06-04 [wwp]        2.2.0cvs80
2056         * manual/xml2pdf
2057                 added sanity checks, exit when needed.
2059 2006-06-03 [paul]       2.2.0cvs79
2061         * src/prefs_receive.c
2062                 page name is now 'Receiving'
2063         * src/prefs_send.c
2064                 page name is now 'Sending'
2066 2006-06-03 [colin]      2.2.0cvs78
2068         * src/plugins/spamassassin/spamassassin_gtk.c
2069                 Autoswitch to Localhost if transport was previously
2070                 disabled. Else people had to check [] Enable, then
2071                 *reselect* transport.
2073 2006-06-03 [colin]      2.2.0cvs77
2075         * src/plugins/pgpinline/pgpinline.c
2076         * src/plugins/pgpmime/pgpmime.c
2077                 Check that gpg_data_release_and_get_mem 
2078                 didn't fail (now, why this happens...)
2080 2006-06-03 [colin]      2.2.0cvs76
2082         * src/mbox.c
2083                 Fix bug #962 (Manual and/or UI should 
2084                 warn about incompatible locking 
2085                 causing dataloss)
2087 2006-06-02 [cleroy]     2.2.0cvs75
2089         * src/filtering.c
2090         * src/folder.c
2091         * src/procmsg.c
2092         * src/summaryview.c
2093                 Fix a few leaks
2095 2006-06-02 [colin]      2.2.0cvs74
2097         * src/main.c
2098                 On exit, free caches after writing them
2099                 Shuts up some valgrind false positives
2100         * src/procmsg.c
2101         * src/send_message.c
2102                 Fix races when reusing existing SMTP connections
2103                 Fix inexistant session timeout
2104         * src/toolbar.c
2105                 Display alertpanel after all queues have
2106                 been processed, not after each
2108 2006-06-02 [wwp]        2.2.0cvs73
2110         * manual/fr/glossary.xml
2111         * manual/fr/ack.xml
2112         * manual/ack.xml
2113                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
2115 2006-06-02 [wwp]        2.2.0cvs72
2117         * manual/xml2pdf
2118         * manual/dist/pdf/Makefile.am
2119         * manual/dtd/manual.xsl
2120         * manual/fr/dist/pdf/Makefile.am
2121         * manual/pl/dist/pdf/Makefile.am
2122                 we changed the procedure to generate the .pdf version of the manual.
2123                 The procedure is more modern and the .pdf we get now has a valid index.
2124                 Here are the new pre-requisites:
2126                 - JRE 1.x (1.4 here): there must be one from your distro
2127                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
2128                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
2129                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
2131                 See my posts for further info about the installation of this toolchain:
2133                 Date: Fri, 19 May 2006 19:40:06 +0200
2134                 From: wwp <subscript@free.fr>
2135                 To: sylpheed-claws-devel@lists.sourceforge.net
2136                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
2138                 and
2140                 Date: Wed, 24 May 2006 12:58:49 +0200
2141                 From: wwp <subscript@free.fr>
2142                 To: sylpheed-claws-devel@lists.sourceforge.net
2143                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
2145 2006-06-01 [colin]      2.2.0cvs71
2147         * src/compose.c
2148                 Better guards against IMAP races
2149         * src/main.c
2150         * src/prefs_common.c
2151         * src/prefs_common.h
2152         * src/common/ssl_certificate.c
2153         * src/etpan/imap-thread.c
2154         * src/etpan/imap-thread.h
2155         * src/gtk/sslcertwindow.c
2156                 New hidden option ssl_skip_cert_check to 
2157                 avoid dups of bug #959 (libetpan linked
2158                 against gnutls and gnutls buggy on 64bit)
2159                 Present expired warning only once per
2160                 session/server.
2161         * manual/advanced.xml
2162         * manual/fr/advanced.xml
2163                 Document new option
2165 2006-06-01 [wwp]        2.2.0cvs70
2167         * src/messageview.c
2168                 fix for bug #961 (return receipt dialog 
2169                 complains incorrectly about return-path 
2170                 email adress being different), thanks 
2171                 to Colin.
2173 2006-05-31 [cleroy]     2.2.0cvs69
2175         * src/common/ssl.c
2176                 Guard against NULLs, although this
2177                 should never be an issue
2179 2006-05-31 [colin]      2.2.0cvs68
2181         * src/filtering.c
2182                 Use g_slist_prepend
2183         * src/imap.c
2184                 Don't remove caches when destroying folder, it
2185                 could (should) be done at exit
2186         * src/inc.c
2187                 free processing cache after incorporation
2188         * src/etpan/imap-thread.c
2189                 Maybe fix bug #959 (Crash on moving to emails 
2190                 to a imap account per ssl with a expired 
2191                 certificate.)
2193 2006-05-30 [colin]      2.2.0cvs67
2195         * src/summaryview.c
2196                 Put back event flush when displaying message
2197                 It avoids reading a bunch of messages just
2198                 by hitting shift-n for too long ;)
2200 2006-05-29 [colin]      2.2.0cvs66
2202         * src/summaryview.c
2203                 Remove useless g_warnings
2205 2006-05-29 [colin]      2.2.0cvs65
2207         * src/imap.c
2208                 Fix g_slist_append()s for performance
2210 2006-05-29 [colin]      2.2.0cvs64
2212         * src/compose.c
2213         * src/common/utils.c
2214                 Fix extraneous tab at start of addresses
2215         * src/mainwindow.c
2216                 Fix warnings (thanks to Fabien)
2217                 Fix crash at exit when composing messages 
2218                 exist
2219         * src/pop.c
2220                 Fix progress bar when deleting expired mails
2221                 Thanks to Hiro
2222         * src/summaryview.c
2223         * src/gtk/gtksctree.c
2224                 Fix re-sorting slowness
2226 2006-05-29 [paul]       2.2.0cvs63
2228         * src/mh.c
2229                 fetch full message when moving mails
2230                 from another mailbox, (fixed data loss
2231                 when filtering from IMAP to MH, introduced
2232                 in 2.2.0cvs57).
2233                 Thanks to Colin
2235 2006-05-29 [mones]      2.2.0cvs62
2237         * src/gtk/gtksctree.c
2238                 Unselect faster (patch by Colin)        
2240 2006-05-26 [colin]      2.2.0cvs61
2242         * src/summaryview.c
2243                 Unplug MSGINFO_UPDATE callback on delete too.
2245 2006-05-26 [colin]      2.2.0cvs60
2247         * src/foldersel.c
2248                 Fix bold in folder selection window with glib2.10
2249                 thanks Hiro
2251 2006-05-26 [colin]      2.2.0cvs59
2253         * src/procheader.c
2254                 Convert date only if necessary (and don't
2255                 try to convert from utf8 to utf8, too)
2256         * src/summaryview.c
2257                 Only set column's text if the column's 
2258                 displayed
2260 2006-05-26 [colin]      2.2.0cvs58
2262         * src/summaryview.c
2263         * src/gtk/gtkutils.c
2264                 Fix useless warning
2266 2006-05-26 [colin]      2.2.0cvs57
2268         * src/mainwindow.c
2269                 Make summaryview selectable as long as 
2270                 no message has focus
2271         * src/mh.c
2272                 Faster deletion (by implementing mh_remove_msgs)
2273                 Faster copy (avoid using mh_fetch_msg just to get
2274                 the filename)
2275                 Faster move (using move_file instead of copy_file
2276                 if MSG_IS_MOVE)
2277                 No progressbar if total number of mails to cp/mv 
2278                 is less than 100
2279         * src/summaryview.c
2280                 Fix removal from subject_table when mail gets moved
2281                 Faster deletion (g_slist_prepend instead of append)
2282         * src/gtk/gtksctree.c
2283                 Remove useless code
2285 2006-05-25 [colin]      2.2.0cvs56
2287         * src/common/ssl_certificate.c
2288                 Fix leak in expired cert check
2290 2006-05-25 [colin]      2.2.0cvs55
2292         * src/mh.c
2293                 Disable flags syncing on .mh_sequences - it
2294                 is buggy and marks mails read under unknown
2295                 conditions.
2297 2006-05-25 [paul]
2299         * 2.3.0-rc4 released
2301 2006-05-24 [colin]      2.2.0cvs54
2303         attention cvs users: if you manage to crash
2304         Sylpheed-Claws while moving, copying or deleting
2305         mails, we *are* interested in stack traces and
2306         valgrind logs. It looks stable, but one never
2307         knows...
2309         * src/folder.c
2310                 Add progressbar for cache updates
2311         * src/folderutils.c
2312                 Optimize Mark all read in the current
2313                 folder
2314         * src/mh.c
2315                 Add progressbar for copy/move
2316         * src/procmsg.c
2317                 Optimize O(n^2) in copy/move
2318         * src/summaryview.c
2319         * src/gtk/gtksctree.c
2320                 Optimize O(n^2) algos
2321         * src/common/timing.h
2322                 Display ms instead of us
2324 2006-05-24 [wwp]        2.2.0cvs53
2326         * manual/fr/advanced.xml
2327                 updates to the French manual.
2329 2006-05-24 [wwp]        2.2.0cvs52
2331         * src/common/utils.c
2332                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
2334 2006-05-24 [wwp]        2.2.0cvs51
2336         * src/folderutils.c
2337                 fixed "mark all read" in MH folders (thanks to Colin).
2339 2006-05-24 [paul]       2.2.0cvs50
2341         * doc/man/sylpheed-claws.1
2342                 updated the man page
2344 2006-05-23 [colin]      2.2.0cvs49
2346         * src/folderview.c
2347         * src/imap.c
2348         * src/inc.c
2349         * src/mbox.c
2350         * src/messageview.c
2351         * src/news.c
2352         * src/send_message.c
2353         * src/summaryview.c
2354         * src/gtk/sslcertwindow.c
2355                 alertpanel fixes, by Fabien
2357 2006-05-23 [colin]      2.2.0cvs48
2359         * src/folder.c
2360         * src/folderview.c
2361         * src/msgcache.c
2362         * src/summaryview.c
2363         * src/gtk/gtksctree.c
2364         * src/gtk/gtksctree.h
2365                 More timings
2366                 Fix slow loading problem, which was caused by the
2367                 use of some gtk_ctree funcs and their use of
2368                 g_list_position while gtk_ctree_(un)link'ing.
2369                 Reap more functions from gtkctree.c to be sure we
2370                 use our (fast) version instead of theirs.
2371         * src/mh.c
2372                 Fix copy of unread mails
2375 2006-05-22 [wwp]        2.2.0cvs47
2377         * manual/fr/advanced.xml
2378                 updated.
2380 2006-05-22 [colin]      2.2.0cvs46
2382         * src/filtering.c
2383                 Fix possible infinite loop. 'copy' is not a 
2384                 final action, so when encountering a 'copy',
2385                 we have to check if a previous one was set
2386                 and do it. In the same way, if we encounter
2387                 a 'move' we have to perform a possibly 
2388                 pending 'copy'. This will slow down filtering
2389                 on IMAP if move+copy or multiple copy actions
2390                 are to be done, but handling it via the batch
2391                 would be really too convoluted.
2393 2006-05-22 [wwp]        2.2.0cvs45
2395         * manual/fr/advanced.xml
2396         * manual/fr/faq.xml
2397         * manual/fr/glossary.xml
2398         * manual/fr/handling.xml
2399         * manual/fr/intro.xml
2400         * manual/fr/plugins.xml
2401         * manual/fr/sylpheed-claws-manual.xml
2402                 sync w/ the english manual: updates URIs, documented mailing-list
2403                 support, better explanation about the enabled/disabled feature
2404                 in filtering/processing rules by Paul.
2406 2006-05-21 [colin]      2.2.0cvs44
2408         * src/summaryview.c
2409                 Don't expand after building threads, but during
2411 2006-05-21 [colin]      2.2.0cvs43
2413         * src/procmsg.c
2414         * src/summaryview.c
2415                 More timing possibilities... For next time I have 
2416                 to find out how the hell some 3GHz computer takes
2417                 one minute to open a 30k folder...
2419 2006-05-21 [colin]      2.2.0cvs42
2421         * manual/pl/advanced.xml
2422         * manual/pl/faq.xml
2423         * manual/pl/glossary.xml
2424         * manual/pl/handling.xml
2425         * manual/pl/intro.xml
2426         * manual/pl/plugins.xml
2427         * manual/pl/sylpheed-claws-manual.xml
2428                 Polish manual updated by Pawel
2430 2006-05-20 [colin]
2432         * 2.3.0-rc3 released
2434 2006-05-20 [colin]      2.2.0cvs41
2436         * src/imap.c
2437                 Fix -rc2 problems:
2438                 - remove cache of moved messages from original folder
2439                 - apply new flags to messages even if they aren't appliable
2440                   via IMAP.
2442 2006-05-20 [colin]
2444         * 2.3.0-rc2 released
2446 2006-05-19 [colin]      2.2.0cvs40
2448         * src/imap.c
2449                 Don't issue SELECT in imap_change_flags
2450                 before having checked that we indeed have
2451                 some flags to change. MSG_POSTFILTERED for
2452                 example can't be used on IMAP.
2453                 Fixes bug #955 (copying messages between 
2454                 imap folders is extremely slow), which was
2455                 a regression.
2457 2006-05-19 [colin]      2.2.0cvs39
2459         * src/folder.c
2460         * src/folder.h
2461         * src/folderview.c
2462                 Try to fix bug #830 (Some unread messages 
2463                 get marked read in IMAP inbox):
2464                 - Prevent scanning a folder if it's being 
2465                   opened via the GUI
2466                 - Postpone opening via the GUI of a folder
2467                   currently scanned.
2470 2006-05-19 [wwp]        2.2.0cvs38
2472         * manual/advanced.xml
2473                 fix English+typo (thanks to Paul).
2475 2006-05-19 [wwp]        2.2.0cvs37
2477         * manual/advanced.xml
2478         * manual/fr/advanced.xml
2479         * src/gtk/logwindow.c
2480         * src/prefs_common.c
2481         * src/prefs_common.h
2482                 added hidden prefs to allow customization of colors used in
2483                 protocol log window (useful for dark gtk+ themes).
2485 2006-05-19 [wwp]        2.2.0cvs36
2487         * ChangeLog
2488                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
2490 2006-05-19 [paul]       2.2.0cvs35
2492         * src/textview.c
2493                 make Reply-To fully clickable
2494         * src/gtk/logwindow.c
2495                 more colouring (SMTP ESMTP)
2496         Both patches by Pawel Pekala
2498 2006-05-19 [cleroy]     2.2.0cvs34
2500         * src/mh.c
2501                 Don't update flags from current folder
2502                 Probably fixes bug #935 (Read Messages 
2503                 Revert to Being Marked as Unread)
2505 2006-05-18 [colin]      2.2.0cvs33
2507         * src/imap.c
2508                 Warning fix
2509         * src/compose.c
2510         * src/mainwindow.c
2511         * src/summaryview.c
2512         * src/toolbar.c
2513                 Allow replying to multiple emails
2514                 in multiple windows
2515         * src/mimeview.c
2516         * src/etpan/imap-thread.c
2517                 Leak fixes
2519 2006-05-18 [paul]       2.2.0cvs32
2521         * src/summaryview.c
2522                 keep Mailing-List menu refreshed
2523                 Thanks to Colin
2525 2006-05-18 [paul]       2.2.0cvs31
2527         * manual/advanced.xml
2528         * manual/faq.xml
2529         * manual/glossary.xml
2530         * manual/handling.xml
2531         * manual/intro.xml
2532         * manual/plugins.xml
2533         * manual/sylpheed-claws-manual.xml
2534                 update URLs
2535                 add info about mailing-list support
2536                 edit filtering info
2537         * src/wizard.c
2538         * src/common/defs.h
2539         * src/gtk/about.c
2540         * src/plugins/dillo_viewer/README
2541                 update URLs
2543 2006-05-17 [wwp]        2.2.0cvs30
2545         * manual/handling.xml
2546         * manual/fr/handling.xml
2547                 documented the ability to enabled/disable filtering/processing rules.
2549 2006-05-17 [colin]      2.2.0cvs29
2551         * src/main.c
2552                 Don't initialize g_thread subsystem if it's 
2553                 already done (thanks to Hiro)
2554         * src/mimeview.c
2555                 Fix saving of parts when there name can't be
2556                 converted from UTF-8.
2558 2006-05-17 [paul]       2.2.0cvs28
2560         * po/Makefile.in.in
2561                 fix config.status warning with autoconf 2.60
2563 2006-05-17 [paul]       2.2.0cvs27
2565         * po/POTFILES.in
2566                 add src/mbox.c
2568 2006-05-17 [wwp]        2.2.0cvs26
2570         * src/mainwindow.c
2571                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2573 2006-05-17 [wwp]        2.2.0cvs25
2575         * src/plugins/demo/demo.c
2576                 updated product name in plugin demo (many plugins need to be
2577                 sync'ed w/ that change).
2579 2006-05-17 [colin]      2.2.0cvs24
2581         * src/mh.c
2582                 Fix leak
2584 2006-05-16 [colin]      2.2.0cvs23
2586         * src/mainwindow.c
2587                 Stupid me hit again. Fix cvs22.
2589 2006-05-16 [colin]      2.2.0cvs22
2591         * src/mainwindow.c
2592                 Fix bug #922 (sylpheed-claws crashed after 
2593                 pushing on Inbox folder)
2595 2006-05-16 [colin]      2.2.0cvs21
2597         * src/compose.c
2598                 Make From header be copy/paste/select-able
2600 2006-05-16 [wwp]        2.2.0cvs20
2602         * src/export.c
2603         * src/matcher.c
2604         * src/summaryview.c
2605         * src/etpan/imap-thread.c
2606                 fix some compiler warnings (thanks to Colin).
2608 2006-05-16 [wwp]        2.2.0cvs19
2610         * src/action.c
2611         * src/gedit-print.c
2612         * src/inc.c
2613         * src/mainwindow.c
2614         * src/mh.c
2615         * src/statusbar.c
2616         * src/send_message.c
2617         * src/summaryview.c
2618                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2620 2006-05-15 [colin]      2.2.0cvs18
2622         * src/procmsg.c
2623                 Fix automatic rule creation with List-Post
2625 2006-05-15 [paul]       2.2.0cvs17
2627         * tools/filter_conv_new.pl
2628                 updated for rule enabling/disabling
2629                 claws version >= 2.3.x required
2631 2006-05-15 [cleroy]     2.2.0cvs16
2633         * src/main.c
2634                 Revert test
2636 2006-05-15 [cleroy]     2.2.0cvs15
2638         * src/main.c
2639                 test
2641 2006-05-15 [wwp]        2.2.0cvs14
2643         * manual/pl/.cvsignore
2644                 ignore generated files.
2646 2006-05-14 [wwp]        2.3.0-rc1
2648         * 2.3.0-rc1 released
2650 2006-05-13 [wwp]        2.2.0cvs13
2652         * src/filtering.c
2653         * src/filtering.h
2654         * src/matcher.c
2655         * src/matcher_parser_lex.l
2656         * src/matcher_parser_parse.y
2657         * src/prefs_filtering.c
2658                 new feature: provide the ability to disable filtering and processing
2659                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2660                 adaptations.
2662 2006-05-13 [colin]      2.2.0cvs12
2664         * src/compose.c
2665                 Remove useless if (a) b; else b;
2666                 Thanks to wwp
2668 2006-05-13 [wwp]        2.2.0cvs11
2670         * src/export.c
2671         * src/import.c
2672         * src/mainwindow.c
2673         * src/mbox.c
2674         * src/summaryview.c
2675         * src/summaryview.h
2676                 no more silent failures (or at least less ones) when importing
2677                 or exporting from/to mbox. Also start importing/exporting if
2678                 the necessary info is set.
2680 2006-05-13 [wwp]        2.2.0cvs10
2682         * RELEASE_NOTES
2683                 restored up-to-date release notes.
2685 2006-05-13 [paul]       2.2.0cvs9
2687         * po/nl.po
2688         * po/ru.po
2689                 updated by Tim Dijkstra and Pavlo Bohmat
2691 2006-05-12 [colin]      2.2.0cvs8
2693         * src/gtk/quicksearch.c
2694                 Add "k" as shortcut for "colorlabel". Patch
2695                 by ath42@users.sf.net.
2697 2006-05-12 [paul]       2.2.0cvs7
2699         * src/prefs_common.h
2700         * src/prefs_summaries.c
2701         * src/summaryview.c
2702                 when entering a folder also allow
2703                 going directly to first Marked message
2705 2006-05-12 [paul]       2.2.0cvs6
2707         * src/summaryview.c
2708                 always obey 'confirm before marking all
2709                 mails read' option
2711 2006-05-12 [paul]       2.2.0cvs5
2713         * src/textview.c
2714                 make Sender fully clickable
2716 2006-05-12 [colin]      2.2.0cvs4
2718         * src/compose.c
2719         * src/compose.h
2720                 Let From be editable
2721         * src/main.c
2722         * src/mh.c
2723                 Full support of .mh_sequences' Unseen seq
2725 2006-05-12 [colin]      2.2.0cvs3
2727         * src/folder.c
2728         * src/mainwindow.c
2729         * src/mainwindow.h
2730         * src/messageview.c
2731         * src/prefs_spelling.c
2732         * src/procheader.c
2733         * src/procmsg.c
2734         * src/procmsg.h
2735         * src/summaryview.c
2736         * src/toolbar.c
2737         * src/toolbar.h
2738                 Add contextual menu on Compose toolbar
2739                 button. Fixes bug #944 (Automatic
2740                 addresses not applied when changing account
2741                 from compose window)
2742                 add Mailing List support
2743                 based on the old 0.6.5claws25 patch by
2744                 Melvin Hadasht, with finishing touches
2745                 by Colin
2746                 Fix "ignore thread" when mails are threaded by
2747                 subject (and weren't ignored although appearing
2748                 in the thread).
2749                 GUI rework.
2750                 Both patches by Pawel.
2752 2006-05-08 [paul]       2.2.0cvs2
2754         * src/mainwindow.c
2755         * src/mainwindow.h
2756         * src/messageview.c
2757         * src/procheader.c
2758         * src/procmsg.c
2759         * src/procmsg.h
2760         * src/summaryview.c
2761                 add Mailing List support
2762                 based on the old 0.6.5claws25 patch by 
2763                 Melvin Hadasht, with finishing touches
2764                 by Colin
2766 2006-05-08 [colin]      2.2.0cvs1
2768         * src/mainwindow.c
2769         * src/toolbar.c
2770         * src/toolbar.h
2771                 Add contextual menu on Compose toolbar 
2772                 button. Fixes bug #944 (Automatic 
2773                 addresses not applied when changing account 
2774                 from compose window)
2776 2006-05-08 [paul]       2.2.0
2778         2.2.0 released
2780 2006-05-08 [paul]       2.1.1cvs51
2782         * po/cs.po
2783         * po/de.po
2784         * po/en_GB.po
2785         * po/fi.po
2786         * po/fr.po
2787         * po/pt_BR.po
2788         * po/sr.po
2789         * po/zh_CN.po
2790                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2791                 Fabien Vantard, Frederico Goncalves Guimaraes,
2792                 Aleksandar Urosevic, and Ralgh Young
2794 2006-05-12 [colin]      2.1.1cvs50
2796         * po/cs.po
2797         * po/de.po
2798         * po/en_GB.po
2799         * po/es.po
2800         * po/fi.po
2801         * po/fr.po
2802         * po/pt_BR.po
2803         * po/sr.po
2804         * po/zh_CN.po
2805                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2806                 Fabien Vantard, Frederico Goncalves Guimaraes,
2807                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2809 2006-05-05 [colin]      2.1.1cvs49
2811         * manual/Makefile.am
2812         * manual/pl/Makefile.am
2813         * manual/pl/account.xml
2814         * manual/pl/ack.xml
2815         * manual/pl/addrbook.xml
2816         * manual/pl/advanced.xml
2817         * manual/pl/faq.xml
2818         * manual/pl/glossary.xml
2819         * manual/pl/gpl.xml
2820         * manual/pl/handling.xml
2821         * manual/pl/intro.xml
2822         * manual/pl/keyboard.xml
2823         * manual/pl/plugins.xml
2824         * manual/pl/starting.xml
2825         * manual/pl/sylpheed-claws-manual.xml
2826         * manual/pl/dist/.cvsignore
2827         * manual/pl/dist/Makefile.am
2828         * manual/pl/dist/html/.cvsignore
2829         * manual/pl/dist/html/Makefile.am
2830         * manual/pl/dist/pdf/.cvsignore
2831         * manual/pl/dist/pdf/Makefile.am
2832         * manual/pl/dist/ps/.cvsignore
2833         * manual/pl/dist/ps/Makefile.am
2834         * manual/pl/dist/txt/.cvsignore
2835         * manual/pl/dist/txt/Makefile.am
2836                 Add the polish translation of the manual,
2837                 Authored by Pawel Pekala.
2839 2006-05-05 [cleroy]     2.1.1cvs48
2841         * src/main.c
2842                 Re-read matcherrc after loading plugins 
2843                 if some of them add folders.
2845 2006-05-03 [colin]      2.1.1cvs47
2847         * src/imap.c
2848                 I'm idiot
2850 2006-05-03 [colin]      2.1.1cvs46
2852         * src/imap.c
2853                 Be sure to have a session when
2854                 getting separator
2856 2006-05-03 [colin]      2.1.1cvs45
2858         * src/imap.c
2859         * src/imap.h
2860         * src/imap_gtk.c
2861                 Fix preventing renaming with namespace 
2862                 separator.
2864 2006-05-01 [colin]      2.1.1cvs44
2866         * src/action.c
2867                 Don't reload messageview when result of
2868                 action is piped.
2870 2006-04-29 [colin]      2.1.1cvs43
2872         * src/prefs_receive.c
2873         * src/plugins/spamassassin/spamassassin_gtk.c
2874         * src/plugins/clamav/clamav_plugin_gtk.c
2875                 GUI fixes by Pawel
2877 2006-04-29 [colin]      2.1.1cvs42
2879         * src/prefs_compose_writing.c
2880         * src/prefs_quote.c
2881                 Cleanups. Patch by Pawel
2883 2006-04-28 [paul]       2.1.1cvs41
2885         * src/matcher.c
2886                 fix returned quick search results when search
2887                 term contains an underscore.
2888                 Thanks to Colin
2890 2006-04-28 [paul]       2.1.1cvs40
2892         * src/prefs_message.c
2893         * src/prefs_receive.c
2894                 GUI cleanups
2895                 Patches by Pawel Pekala
2897 2006-04-27 [colin]      2.1.1cvs39
2899         * src/wizard.c
2900                 Differentiate subject Welcome from
2901                 window's title Welcome
2903 2006-04-27 [paul]
2905         2.2.0-rc1 released
2907 2006-04-27 [paul]       2.1.1cvs38
2909         * manual/advanced.xml
2910         * manual/fr/advanced.xml
2911                 add info about compose_no_markup hidden pref
2913 2006-04-27 [paul]       2.1.1cvs37
2915         * src/prefs_account.c
2916                 improve privacy labels
2917         * src/prefs_msg_colors.c
2918                 change some strings for translators' convenience
2919         * src/gtk/gtkutils.c
2920                 don't underline the link button text
2922 2006-04-25 [colin]      2.1.1cvs36
2924         * src/folder.c
2925                 Complete 2.1.1cvs33 (once more ;)
2927 2006-04-25 [colin]      2.1.1cvs35
2929         * src/editldap.c
2930                 Fix tooltip
2932 2006-04-25 [cleroy]     2.1.1cvs34
2934         * src/compose.c
2935         * src/gtk/gtkaspell.c
2936                 Fix crash on redirect (related to the return 
2937                 of the aspell menu in compose's toolbar)
2938         * src/prefs_msg_colors.c
2939                 Fix sensitivity widgets
2940         * src/image_viewer.c
2941         * src/gtk/pluginwindow.c
2942         * src/gtk/prefswindow.c
2943                 Change released signals to clicked (Fabien)
2944         * po/POTFILES.in
2945         * src/common/socket.c
2946         * src/plugins/spamassassin/spamassassin.c
2947                 Translate strings (Fabien)
2949 2006-04-25 [paul]       2.1.1cvs33
2951         * src/folder.c
2952         * src/folder.h
2953         * src/folderview.c
2954                 complete the fix of bug #912
2955                 Thanks to Colin
2957 2006-04-25 [colin]      2.1.1cvs32
2959         * src/news.c
2960                 Better progress bar
2961         * src/mimeview.c
2962         * src/summaryview.c
2963         * src/summaryview.h
2964                 Fix focus chain
2965                 Patches by Pawel Pekala
2967 2006-04-24 [colin]      2.1.1cvs31
2969         * src/compose.c
2970                 Fix compilation warnings (Fabien)
2972 2006-04-24 [colin]      2.1.1cvs30
2974         * src/addrindex.c
2975         * src/editldap.c
2976         * src/editldap_basedn.c
2977         * src/editldap_basedn.h
2978         * src/ldapctrl.c
2979         * src/ldapctrl.h
2980         * src/ldapquery.c
2981         * src/ldaputil.c
2982         * src/ldaputil.h
2983                 Fix bug #901 (LDAPS support)
2985 2006-04-24 [colin]      2.1.1cvs29
2987         * src/compose.c
2988                 Fix logic on error with send dialog on
2989         * src/imap.c
2990                 Fix compilation without libetpan, thanks
2991                 to Fabien
2992         * src/summaryview.c
2993                 Fix 'context-menu' key
2995 2006-04-23 [colin]      2.1.1cvs28
2997         * src/folder.c
2998                 Never free current's cache to free up 
2999                 memory. Fixes bug #912 (new count 
3000                 randomly set to message count)
3002 2006-04-23 [colin]      2.1.1cvs27
3004         * src/gtk/quicksearch.c
3005                 And remove printf...
3007 2006-04-23 [colin]      2.1.1cvs26
3009         * src/gtk/quicksearch.c
3010                 Fix replacing in quicksearch, and fix inserting
3011                 in the middle of the string. (introduced at 2.1.0cvs22)
3013 2006-04-23 [colin]      2.1.1cvs25
3015         * src/imap.c
3016                 Make sure uidnext is initialized in get_num_list
3017                 (not for stable, related to 2.1.1cvs8 and friends)
3019 2006-04-23 [colin]      2.1.1cvs24
3021         * src/imap.c
3022                 Output something when login is successful
3023                 too
3025 2006-04-23 [colin]      2.1.1cvs23
3027         * src/etpan/imap-thread.c
3028                 Better logging (line-per-line, hide data in fetch)
3029                 Fix a const warning
3030         * src/gtk/logwindow.c
3031         * src/gtk/logwindow.h
3032                 Better logging (color for input/output)
3034 2006-04-21 [colin]      2.1.1cvs22
3036         * src/gtk/quicksearch.c
3037                 On gtk+-2.8, use stock buttons in quicksearch
3038                 Based on a patch by Fabien and a design by Paul
3040 2006-04-21 [colin]      2.1.1cvs21
3042         * src/folderview.c
3043         * src/mainwindow.c
3044                 Fix occasional flicker in folderview
3045         * src/common/utils.c
3046                 Fix bug #943 (Incorrectly parsed email address 
3047                 list in short headers on message view and in 
3048                 printouts)
3050 2006-04-20 [colin]      2.1.1cvs20
3052         * src/imap.c
3053         * src/imap.h
3054         * src/prefs_account.c
3055                 Add ANONYMOUS auth for IMAP
3057 2006-04-20 [paul]       2.1.1cvs19
3059         * src/main.c
3060                 proper fix for 2.1.1cvs18
3061                 Thanks to Colin
3063 2006-04-20 [paul]       2.1.1cvs18
3065         * src/main.c
3066                 fix build warnings
3068 2006-04-20 [paul]       2.1.1cvs17
3070         * src/gtk/quicksearch.c
3071                 fix standard, non-extended Quick search,
3072                 was broken in 2.1.1cvs15.
3073                 Thanks to Colin.
3075 2006-04-20 [colin]      2.1.1cvs16
3077         * src/prefs_matcher.c
3078                 Fix values when reselecting a ~test
3079                 rule
3081 2006-04-19 [colin]      2.1.1cvs15
3083         * src/compose.c
3084         * src/compose.h
3085         * src/gtk/gtkaspell.c
3086         * src/gtk/gtkaspell.h
3087                 Put back Options menu in Spelling/
3088         * src/gtk/quicksearch.c
3089                 Don't search, and show error, if the
3090                 advanced search has a syntax error
3092 2006-04-18 [colin]      2.1.1cvs14
3094         * src/textview.c
3095                 Fix gdk warnings on set_cursor when textview
3096                 isn't visible
3098 2006-04-18 [colin]      2.1.1cvs13
3100         * src/gtk/gtksctree.c
3101                 Remove seemingly useless refresh that causes
3102                 flicker - watch this commit in case of 
3103                 problems before planned backport to stable
3105 2006-04-18 [colin]      2.1.1cvs12
3107         * src/imap.c
3108                 Factorize get/set_xml code
3109         * src/compose.c
3110         * src/prefs_account.c
3111         * src/prefs_account.h
3112         * src/procmsg.c
3113                 Add Encrypt to self option
3115 2006-04-17 [colin]      2.1.1cvs11
3117         * configure.ac
3118                 Fix search on encrpyt function on dragonfly
3119                 Patch by Jonathan Buschmann <jonthn@agmact.com>
3121 2006-04-17 [colin]      2.1.1cvs10
3123         * src/prefs_account.c
3124                 Be safe by default: remove mails from POP3
3125                 after 7 days, not immediately
3127 2006-04-17 [colin]      2.1.1cvs9
3129         * src/etpan/imap-thread.c
3130                 Fix build on DragonFly - patch by 
3131                 Jonathan Buschmann <jonthn@agmact.com>
3133 2006-04-17 [colin]      2.1.1cvs8
3135         * src/imap.c
3136                 Save uidnext between sessions
3138 2006-04-17 [colin]      2.1.1cvs7
3140         * src/imap.c
3141                 scan is required when uid validity changes
3143 2006-04-17 [colin]      2.1.1cvs6
3145         * src/folderview.c
3146                 Don't scan if not necessary, apart in current
3147                 folder and INBOX to fetch flags.
3148         * src/imap.c
3149                 Scan is necessary if unread count changes
3151 2006-04-17 [colin]      2.1.1cvs5
3153         * src/imap.c
3154                 ...But always fetch ANSWERED and DELETED flags for
3155                 INBOX, as filtering can happen on these flags.
3157 2006-04-17 [colin]      2.1.1cvs4
3159         * src/imap.c
3160                 Don't fetch REPLIED and DELETED flags when synchronising
3161                 flags with a closed folder. We only need UNSEEN and FLAGGED
3162                 to update the folderview.
3164 2006-04-17 [colin]      2.1.1cvs3
3166         * src/imap.c
3167                 Faster flag search when there are new mails 
3168                 in a folder. We can do a full search if the 
3169                 folder contains less messages than the new
3170                 list.
3172 2006-04-17 [colin]      2.1.1cvs2
3174         * po/cs.po
3175         * po/de.po
3176         * po/fr.po
3177         * po/nl.po
3178         * po/pt_BR.po
3179                 Update translations from stable branch
3181 2006-04-17 [colin]      2.1.1cvs1
3183         * configure.ac
3184                 Bump version to follow stable release
3186 2006-04-16 [mones]      2.1.0cvs50
3188         * po/es.po
3189                 Updated for release
3191 2006-04-16 [colin]      2.1.0cvs49
3193         * src/textview.c
3194                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
3195                 with gtk < 2.8. Thanks to Fabien Vantard.
3197 2006-04-15 [colin]      2.1.0cvs48
3199         * src/etpan/imap-thread.c
3200                 Fix bug #919 (libetpan: SEGV when connecting 
3201                 using command)
3203 2006-04-14 [colin]      2.1.0cvs47
3205         * src/main.c
3206                 Fix race on --select (should be done better)
3208 2006-04-14 [wwp]        2.1.0cvs46
3210         * src/send_message.c
3211                 enforce a check for domain in account prefs (a sending
3212                 error could be faced if domain was checked but no value set),
3213                 thanks to Colin.
3215 2006-04-14 [colin]      2.1.0cvs45
3217         * src/codeconv.c
3218                 when converting from unknown to unknown, if the
3219                 string is UTF8, don't convert it to the locale
3220                 (which breaks it)
3222 2006-04-14 [colin]      2.1.0cvs44
3224         * src/compose.c
3225                 Don't try to use ASCII for converting headers
3226                 (as done in body)
3228 2006-04-14 [paul]       2.1.0cvs43
3230         * src/crash.c
3231                 add locale/charset info to crash report
3232         * src/gtk/about.c
3233                 add wwp to doc team
3234                 replace 'e-mail' with preferred 'email'
3235         * src/gtk/authors.h
3236                 ensure contributors list is in alphabetical
3237                 order
3239 2006-04-13 [colin]      2.1.0cvs42
3241         * src/textview.c
3242                 Prevent gdk warnings
3244 2006-04-13 [colin]      2.1.0cvs41
3246         * src/common/ssl_certificate.c
3247         * src/common/ssl_certificate.h
3248         * src/gtk/sslcertwindow.c
3249                 Warn on expired certs, and display the expiration date
3251 2006-04-13 [colin]      2.1.0cvs40
3253         * src/plugins/spamassassin/spamassassin_gtk.c
3254                 Fix missing set_text on unix socket
3256 2006-04-13 [wwp]        2.1.0cvs39
3258         * manual/fr/advanced.xml
3259         * manual/fr/glossary.xml
3260                 applied new spam/ham/email lexicon (pourriel, courriel)
3262 2006-04-13 [paul]       2.1.0cvs38
3264         * src/plugins/pgpmime/plugin.c
3265                 remove the mention of S/MIME from the
3266                 description. This is now handled by the
3267                 S/MIME plugin.
3269 2006-04-13 [paul]       2.1.0cvs37
3271         * src/prefs_msg_colors.c
3272                 rework dialog
3273         * src/prefs_folder_item.c
3274         * src/prefs_spelling.c
3275                 add a tooltip to the colour selector buttons
3277 2006-04-13 [wwp]        2.1.0cvs36
3279         * manual/advanced.xml
3280         * manual/glossary.xml
3281         * manual/handling.xml
3282         * manual/keyboard.xml
3283         * manual/plugins.xml
3284         * manual/starting.xml
3285         * manual/fr/account.xml
3286         * manual/fr/ack.xml
3287         * manual/fr/addrbook.xml
3288         * manual/fr/advanced.xml
3289         * manual/fr/faq.xml
3290         * manual/fr/glossary.xml
3291         * manual/fr/gpl.xml
3292         * manual/fr/handling.xml
3293         * manual/fr/intro.xml
3294         * manual/fr/keyboard.xml
3295         * manual/fr/plugins.xml
3296         * manual/fr/starting.xml
3297         * manual/fr/sylpheed-claws-manual.xml
3298                 fixes to the manuals:
3299                  - summaryview -> Message List (same in French)
3300                  - translate key names
3301                  - fix French punctuation, use non-breakable spaces when
3302                    necessary, don't use &thinsp; which is not portable
3303                  - tell what maildir and mbox formats we support
3305 2006-04-12 [wwp]        2.1.0cvs35
3307         * src/prefs_toolbar.c
3308                 unified a replace button more,
3309                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3311 2006-04-12 [wwp]        2.1.0cvs34
3313         * src/prefs_common.c
3314         * src/prefs_msg_colors.c
3315                 make default color labels translatable,
3316                 patch from Fabien Vantard <fzzzzz@gmail.com>,
3317                 thanks to Tim <timbrain@post.cz> for reporting.
3319 2006-04-12 [wwp]        2.1.0cvs33
3321         * manual/glossary.xml
3322         * manual/intro.xml
3323         * manual/plugins.xml
3324         * manual/starting.xml
3325         * manual/sylpheed-claws-manual.xml
3326         * manual/fr/.cvsignore
3327         * manual/fr/account.xml
3328         * manual/fr/ack.xml
3329         * manual/fr/addrbook.xml
3330         * manual/fr/advanced.xml
3331         * manual/fr/faq.xml
3332         * manual/fr/glossary.xml
3333         * manual/fr/handling.xml
3334         * manual/fr/intro.xml
3335         * manual/fr/keyboard.xml
3336         * manual/fr/plugins.xml
3337         * manual/fr/starting.xml
3338         * manual/fr/sylpheed-claws-manual.xml
3339                 various fixes: typos, missing .fr translations, punctuation,
3340                 capitalization, links, accents and some bad French more.
3342 2006-04-12 [wwp]        2.1.0cvs32
3344         * src/prefs_gtk.c
3345                 fix for bug #935: always store prefs files in UTF-8 (thanks
3346                 to Colin).
3348 2006-04-11 [colin]      2.1.0cvs31
3350         * src/compose.c
3351                 Fix inserting files not in utf8 when locale is utf8
3353 2006-04-11 [colin]      2.1.0cvs30
3355         * src/inc.c
3356                 Don't show error dialog when cancelling connection
3357                 Patch by Pawel
3359 2006-04-11 [cleroy]     2.1.0cvs29
3361         * src/compose.c
3362                 Implement multiple quote levels
3363         * src/prefs_common.c
3364                 Change a little bit the quote bgcolor for 2nd level
3366 2006-04-11 [colin]      2.1.0cvs28
3368         * src/gtk/about.c
3369                 Add locale and charset in the label
3371 2006-04-10 [colin]      2.1.0cvs27
3373         * src/compose.c
3374         * src/prefs_common.c
3375         * src/prefs_common.h
3376         * src/prefs_msg_colors.c
3377         * src/textview.c
3378                 Allow optional background color in quotes
3379                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
3380                 GTK+-2.8.x feature
3382 2006-04-10 [colin]      2.1.0cvs26
3384         * src/main.c
3385         * src/mainwindow.c
3386         * src/mainwindow.h
3387                 Implement --select
3389 2006-04-10 [colin]      2.1.0cvs25
3391         * manual/plugins.xml
3392         * manual/fr/plugins.xml
3393                 Document libcurl's proxy variables
3395 2006-04-09 [colin]      2.1.0cvs24
3397         * src/prefs_common.c
3398                 gettext() returns statically allocated stuff. We have
3399                 to strdup it in order to be able to free it.
3401 2006-04-09 [colin]      2.1.0cvs23
3403         * AUTHORS
3404         * src/gtk/authors.h
3405                 Add Alexei
3407 2006-04-09 [colin]      2.1.0cvs22
3409         * src/mainwindow.c
3410         * src/gtk/quicksearch.c
3411                 Fix bug #859 (problems with cyrilic input in 
3412                 search panel) - Patch by Alexey Illarionov 
3413                 <littlesavage@rambler.ru>
3415 2006-04-09 [colin]      2.1.0cvs21
3417         * src/prefs_customheader.c
3418                 I prefer removing then freeing rather than the contrary
3419                 (even if it doesn't change anything ;-)
3420         * src/prefs_account.c
3421                 Fix bug #933 (Crash re-entering the custom headers list 
3422                 dialog in accounts prefs)
3423                 The problem happened when cancelling the Account 
3424                 Preferences' dialogs - in which case we didn't do 
3425                 anything to the PrefsAccount * struct. In case of applying,
3426                 the old ac_prefs was replaced with the tmp_ac_prefs we were
3427                 working with in this dialog. The problem is that 
3428                 prefs_customheader.c, working on this tmp_ac_prefs, always
3429                 changes the ->customhdr_list pointer, even when cancelled. 
3430                 So in case of cancelling the prefs_account dialog, we still
3431                 have to update ->customhdr_list in the real account.
3433 2006-04-08 [colin]      2.1.0cvs20
3435         * manual/fr/glossary.xml
3436         * manual/fr/keyboard.xml
3437                 Forgot some headers :)
3439 2006-04-08 [colin]      2.1.0cvs19
3441         * manual/Makefile.am
3442         * manual/fr/Makefile.am
3443         * manual/fr/account.xml
3444         * manual/fr/ack.xml
3445         * manual/fr/addrbook.xml
3446         * manual/fr/advanced.xml
3447         * manual/fr/faq.xml
3448         * manual/fr/glossary.xml
3449         * manual/fr/gpl.xml
3450         * manual/fr/handling.xml
3451         * manual/fr/intro.xml
3452         * manual/fr/keyboard.xml
3453         * manual/fr/plugins.xml
3454         * manual/fr/starting.xml
3455         * manual/fr/sylpheed-claws-manual.xml
3456         * manual/fr/dist/.cvsignore
3457         * manual/fr/dist/Makefile.am
3458         * manual/fr/dist/html/.cvsignore
3459         * manual/fr/dist/html/Makefile.am
3460         * manual/fr/dist/pdf/.cvsignore
3461         * manual/fr/dist/pdf/Makefile.am
3462         * manual/fr/dist/ps/.cvsignore
3463         * manual/fr/dist/ps/Makefile.am
3464         * manual/fr/dist/txt/.cvsignore
3465         * manual/fr/dist/txt/Makefile.am
3466                 Add the french translation of the manual. Thanks to
3467                 Olivier Delhomme <olivier.delhomme@free.fr> for 
3468                 account.xml, ack.xml, addrbook.xml and advanced.xml
3470 2006-04-08 [colin]      2.1.0cvs18
3472         * manual/plugins.xml
3473         * manual/starting.xml
3474                 More fixes
3476 2006-04-07 [colin]      2.1.0cvs17
3478         * manual/faq.xml
3479         * manual/intro.xml
3480         * manual/keyboard.xml
3481                 Little fixes
3483 2006-04-07 [colin]      2.1.0cvs16
3485         * README
3486         * src/compose.c
3487         * src/prefs_common.c
3488         * src/prefs_common.h
3489                 Add hidden compose_no_markup pref
3491 2006-04-07 [wwp]        2.1.0cvs15
3493         * src/summary_search.c
3494         * .cvsignore
3495                 Bugfix: stop button was sticky when searching in an empty folder.
3496                 Applied curly brackets code style to the whole file (summary_search.c).
3497                 More files to ignore.
3499 2006-04-07 [wwp]        2.1.0cvs14
3501         * src/message_search.c
3502         * src/summary_search.c
3503                 changed default button when search bumps at file/folder
3504                 beginning or end, for convenience (thanks to Colin).
3506 2006-04-07 [paul]       2.1.0cvs13
3508         * src/plugins/dillo_viewer/dillo_prefs.c
3509                 avoid future potential for namespace collision
3510                 Patch by Colin
3512 2006-04-06 [wwp]        2.1.0cvs12
3514         * src/summary_search.c
3515                 Unify extended/advanced searches names (and thus factorize labels),
3516                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3518 2006-04-06 [wwp]        2.1.0cvs11
3520         * src/folderview.c
3521         * src/prefs_themes.c
3522         * src/summaryview.c
3523                 Fixed some compilation warnings.
3525 2006-04-06 [colin]      2.1.0cvs10
3527         * manual/advanced.xml
3528                 Document the wizard template and how to deploy
3529                 Sylpheed-Claws effectively
3531 2006-04-06 [colin]      2.1.0cvs9
3533         * src/folderview.c
3534                 gettext patch to tell translators about _("#"),
3535                 by Maxim Britov
3537 2006-04-06 [colin]      2.1.0cvs8
3539         * src/textview.c
3540                 Fix invalid GtkTextBIter after clicking "Display as text"
3542 2006-04-06 [mones]      2.1.0cvs7
3544         * src/addr_compl.c
3545         * src/addrindex.c
3546         * src/addritem.c
3547         * src/codeconv.c
3548         * src/compose.c
3549         * src/filtering.c
3550         * src/folder.c
3551         * src/folder_item_prefs.c
3552         * src/folderview.c
3553         * src/localfolder.c
3554         * src/matcher.c
3555         * src/mimeview.c
3556         * src/prefs_msg_colors.c
3557         * src/prefs_spelling.c
3558         * src/prefs_themes.c
3559         * src/procmime.c
3560         * src/procmsg.c
3561         * src/stock_pixmap.c
3562         * src/summaryview.c
3563         * src/textview.c
3564         * src/toolbar.c
3565         * src/common/mgutils.c
3566         * src/common/prefs.c
3567         * src/common/ssl_certificate.c
3568         * src/gtk/colorlabel.c
3569         * src/gtk/quicksearch.c
3570         * src/plugins/pgpmime/pgpmime.c
3571         * src/plugins/spamassassin/spamassassin.c
3572                 Removed redundant NULL checks for g_free() calls.
3573                 Patch by Pawel Pekala.
3575 2006-04-06 [mones]      2.1.0cvs6
3577         * src/prefs_actions.c
3578         * src/prefs_filtering.c
3579         * src/prefs_filtering_action.c
3580         * src/prefs_matcher.c
3581         * src/prefs_template.c
3582         * src/gtk/gtkutils.c
3583         * src/gtk/gtkutils.h
3584                 Have a nice replace button. Patch by Pawel Pekala
3586 2006-04-06 [colin]      2.1.0cvs5
3588         * src/addressbook.c
3589                 Fix crash with empty columns
3591 2006-04-05 [colin]      2.1.0cvs4
3593         * src/wizard.c
3594         * src/prefs_gtk.c
3595                 Allow wizard customization with pre-filled values
3597 2006-04-05 [colin]      2.1.0cvs3
3599         * src/textview.c
3600         * src/mimeview.c
3601         * src/mimeview.h
3602                 Nicer messages in mimeview
3604 2006-04-05 [colin]      2.1.0cvs2
3606         * src/addressbook.c
3607         * src/prefs_summaries.c
3608                 i18n fix
3610 2006-04-05 [colin]      2.1.0cvs1
3612         * src/plugins/pgpcore/plugin.c
3613         * src/plugins/pgpcore/select-keys.c
3614         * src/plugins/pgpcore/select-keys.h
3615         * src/plugins/pgpcore/sgpgme.c
3616         * src/plugins/pgpcore/sgpgme.h
3617         * src/plugins/pgpinline/pgpinline.c
3618         * src/plugins/pgpinline/plugin.c
3619         * src/plugins/pgpmime/pgpmime.c
3620         * src/plugins/pgpmime/plugin.c
3621                 Factorize and generalize a bit 
3622                 Drop S/MIME signature verification from PGP/MIME
3623                 (adding it as another, more complete plugin)
3625 2006-04-05 [paul]       2.1.0
3627         2.1.0 released
3629 2006-04-05 [paul]       2.0.0cvs186
3631         * manual/advanced.xml
3632                 add info on colour labels
3634 2006-04-05 [paul]       2.0.0cvs185
3636         * po/bg.po
3637         * po/cs.po
3638         * po/de.po
3639         * po/el.po
3640         * po/en_GB.po
3641         * po/fi.po
3642         * po/fr.po
3643         * po/it.po
3644         * po/nl.po
3645         * po/pl.po
3646         * po/pt_BR.po
3647         * po/sr.po
3648         * po/zh_CN.po
3649                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3650                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3651                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3652                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3653         * src/gtk/authors.h
3654         * tools/claws.i18n.status.pl
3655                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3656                 and new Czech translator, Tim <timbrain@post.cz>
3658 2006-04-05 [mones]      2.0.0cvs184
3660         * po/es.po
3661                 Updated translation
3663 2006-04-05 [colin]      2.0.0cvs183
3665         * src/gtk/quicksearch.c
3666                 Fix bug #929 (unnecessary reload in quick search bar)
3668 2006-04-05 [colin]      2.0.0cvs182
3670         * src/compose.c
3671                 Fix crash on Reply with no From:
3672                 Show signature and conversion error on queuing 
3673                 (but not sending)
3674         * src/mainwindow.c
3675         * src/summaryview.c
3676         * src/summaryview.h
3677                 Factorize threading code and make sure msginfo 
3678                 is not null when it comes from a GtkCTreeRow's 
3679                 data
3680         * src/gtk/gtkaspell.c
3681                 Check for necessary things
3682         * src/gtk/gtksctree.c
3683         * src/gtk/gtksctree.h
3684                 Reset anchor if necessary when removing node
3686 2006-03-29 [colin]      2.0.0cvs181
3688         * src/folderview.c
3689                 Warn for disabled IMAP accounts (due to lack of
3690                 libetpan). Breaks string-freeze - sorry - but it
3691                 is kind of important ;)
3693 2006-03-28 [colin]      2.0.0cvs180
3695         * src/gtk/gtkutils.c
3696         * src/gtk/gtkutils.h
3697                 Add a gtkut_get_link_btn() function that
3698                 creates a button which acts like an URI
3699         * src/prefs_themes.c
3700         * src/gtk/about.c
3701                 Use this function (factorizes codes)
3702         * src/common/defs.h
3703         * src/gtk/pluginwindow.c
3704                 Add a "Get more..." in the plugins window
3706 2006-03-28 [colin]      2.0.0cvs179
3708         * src/common/smtp.c
3709         * src/common/passcrypt.c
3710         * src/undo.c
3711                 Warning fixes. Patch by Pawel Pekala
3713 2006-03-27 [colin]      2.0.0cvs178
3715         * src/undo.c
3716                 Fix undoing by blocks with spaces
3718 2006-03-27 [colin]      2.0.0cvs177
3720         * src/textview.c
3721                 Set margin to 3px for headers
3723 2006-03-27 [paul]
3725         2.1.0-rc2 released
3727 2006-03-27 [wwp]        2.0.0cvs176
3729         * src/summaryview.c
3730                 don't reset quicksearch when updating the message list.
3731                 Thanks to Colin.
3733 2006-03-26 [wwp]        2.0.0cvs175
3735         * src/compose.c
3736                 use a unified border width ('other' tab in the compose window,
3737                 patch by Pawel Pekala).
3740 2006-03-26 [wwp]        2.0.0cvs174
3742         * src/common/quoted-printable.c
3743         * src/addressbook.c
3744                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3746 2006-03-26 [colin]      2.0.0cvs173
3748         * src/quote_fmt_parse.y
3749                 Fix non-UTF8 date formats messing up the whole quote a 
3750                 little bit
3752 2006-03-26 [colin]      2.0.0cvs172
3754         * src/procheader.c
3755                 Make sure the date is UTF8 valid, or try to make it
3756                 so. IncrediMail is really IncrediStupid.
3757         * src/compose.c
3758                 Fix possible conversions. 
3759                 
3761 2006-03-26 [colin]      2.0.0cvs171
3763         * src/matcher.c
3764                 Fix corner cases in body search. This is still a
3765                 hack... It seems impossible to make it good and 
3766                 reasonably fast at the same time.
3768 2006-03-26 [colin]      2.0.0cvs170
3770         * src/summaryview.c
3771                 I think I killed the twilight zone bug!
3772                 summary_select_node() flushes GTK events in order
3773                 to be able to center the view. But this also 
3774                 flushes keypresses like Ctrl-Alt-U, so this can
3775                 call summary_show from summary_select_node (itself
3776                 called from summary_show, etc.). And the summaryview
3777                 has to be unlocked in this function. So just locking
3778                 while processing GTK events, and bailing if locked, 
3779                 should fix it.
3780                 Fixes bug #927 (SIGSEGV during Update Summary)
3782 2006-03-25 [colin]      2.0.0cvs169
3784         * src/matcher.c
3785                 Fix search in QP-encoded bodies
3786                 Fix utf-8 searches in bodies encoded in the
3787                 locale's encoding
3788         * src/common/quoted-printable.c
3789         * src/common/quoted-printable.h
3790                 Add a decode function that doesn't overwrite
3791                 the original pointer
3792                 
3794 2006-03-24 [colin]      2.0.0cvs168
3796         * src/action.c
3797         * src/summaryview.c
3798         * src/summaryview.h
3799                 Update message cache after action
3800                 Patch by H. Merijn Brand
3801         * src/prefs_msg_colors.c
3802                 Factorize label 
3803                 Patch by Fabien Vantard
3804         * src/plugins/spamassassin/spamassassin_gtk.c
3805                 Remove useless translation
3806                 Patch by Fabien Vantard
3808 2006-03-23 [colin]      2.0.0cvs167
3810         * src/common/ssl.c
3811                 Let 30 seconds to SSL_connect
3813 2006-03-23 [wwp]        2.0.0cvs166
3815         * src/summaryview.c
3816         * src/gtk/description_window.c
3817                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
3818                 and headers are translated; adjust description windows' width to fit their
3819                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
3821 2006-03-23 [paul]       2.0.0cvs165
3823         * src/common/utils.c
3824                 fix highlighting of URIs containing "()"
3825                 (2.0.0cvs164's reversal fixed)
3826                 Thanks to Colin.
3828 2006-03-23 [paul]       2.0.0cvs164
3830         * src/common/utils.c
3831                 revert patch, (postponing a fix), at 2.0.0cvs120
3832                 as it breaks more URIs than it fixes.
3833                 Allow '-' to be a terminating character in a URI
3835 2006-03-22 [colin]      2.0.0cvs163
3837         * configure.ac
3838                 Require libetpan 0.45
3839                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
3841 2006-03-22 [paul]       2.0.0cvs162
3843         * src/editgroup.c
3844                 replace '<-' and '->' buttons with GTK_STOCK graphical
3845                 buttons
3846         * src/summary_search.c
3847                 don't offer '...' for translation
3848                 add a tooltip to advanced search '...' button
3849         * src/gtk/quicksearch.c
3850                 don't offer '...' for translation
3852 2006-03-21 [colin]      2.0.0cvs161
3854         * src/compose.c
3855                 Fix middle-click pasting (insert at click
3856                 position instead of cursor position, don't
3857                 remove existing selection and allow pasting
3858                 our own selection)
3859         * src/addressbook.c
3860                 "LDAP Server" -> "LDAP servers"
3862 2006-03-21 [wwp]        2.0.0cvs160
3864         * src/etpan/imap-thread.c
3865                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
3867 2006-03-20 [colin]      2.0.0cvs159
3869         * src/summaryview.c
3870                 Don't reload summaryview after an execute with no
3871                 move action
3873 2006-03-19 [colin]      2.0.0cvs158
3875         * src/addressbook.c
3876                 and put groups at the top, always
3878 2006-03-19 [colin]      2.0.0cvs157
3880         * src/addressbook.c
3881                 Order groups before names, as previously
3883 2006-03-19 [colin]      2.0.0cvs156
3885         * src/addressbook.c
3886                 - Sort case-unsensitive
3887                 - Put the sort arrow at opening too
3889 2006-03-19 [wwp]        2.0.0cvs155
3891         * src/addressbook.c
3892                 allow sorting by name/email/remarks, ensure that right-pane's contents
3893                 matches the left-pane selection (cleared when appropriate).
3894                 Patch by Pawel Pekala <c0rn@o2.pl>.
3896 2006-03-18 [colin]      2.0.0cvs154
3898         * src/textview.c
3899                 Fix text cursor ;)
3901 2006-03-18 [colin]      2.0.0cvs153
3903         * src/gtk/filesel.c
3904                 Make sure we hide the preview if we didn't get
3905                 a filename
3907 2006-03-18 [colin]      2.0.0cvs152
3909         * src/summaryview.c
3910                 Set cursor to watch for execution (fixes lack
3911                 of watch-cursor when dnd'ing hundreds of mails)
3912         * src/gtk/filesel.c
3913                 Check that mime type is 'image/*' before updating
3914                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
3916 2006-03-18 [colin]      2.0.0cvs151
3918         * src/mainwindow.c
3919         * src/textview.c
3920         * src/textview.h
3921                 Put a watch cursor in textview too when the mainwindow's
3922                 cursor in a watch
3924 2006-03-18 [colin]      2.0.0cvs150
3926         * src/folder.c
3927                 Change wrong asserts to simple tests
3929 2006-03-17 [colin]      2.0.0cvs149
3931         * src/mainwindow.c
3932         * src/mainwindow.h
3933         * src/prefs_msg_colors.c
3934         * src/summaryview.c
3935         * src/summaryview.h
3936         * src/gtk/colorlabel.c
3937         * src/gtk/colorlabel.h
3938                 Add a color label menu in the main menubar
3939                 Add (fixed) accels Ctrl-{0-7} to change the color
3940                 They have to be fixed because the menu's dynamic,
3941                 the items are complex widgets, hence we can't use
3942                 a GtkItemFactory.
3945 2006-03-17 [wwp]        2.0.0cvs148
3947         * src/compose.c
3948                 rollback few lines from my previous commit (those lines come from
3949                 a pending patch, accidentally commited, even if neutral as they are
3950                 commented out).
3952 2006-03-17 [wwp]        2.0.0cvs147
3954         * src/compose.c
3955                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
3956                 applied code style/indentation to the modified function.
3958 2006-03-17 [wwp]        2.0.0cvs146
3960         * src/procmsg.c
3961         * src/compose.c
3962                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
3964 2006-03-17 [paul]
3966         2.1.0-rc1 released
3968 2006-03-17 [paul]       2.0.0cvs145
3970         * src/main.c
3971                 addressbook_read_file() was called twice
3972         * src/textview.c
3973                 X-Mailer highlighting
3975 2006-03-16 [colin]      2.0.0cvs144
3977         * src/sourcewindow.c
3978         * src/sourcewindow.h
3979                 And the last one, in source window.
3981 2006-03-16 [colin]      2.0.0cvs143
3983         * src/compose.c
3984         * src/compose.h
3985                 Fix the same stuff in compose
3987 2006-03-16 [colin]      2.0.0cvs142
3989         * src/messageview.c
3990                 Complete the previous messageview crash fix
3992 2006-03-16 [colin]      2.0.0cvs141
3994         * src/procmsg.h
3995         * src/procmsg.c
3996         * src/folder.c
3997                 Fix POSTPROCESSING hook
3998                 Patch by H. Merijn Brand
4000         * src/procmime.c
4001         * src/procmime.h
4002                 Parse Content-Location
4004         * src/toolbar.c
4005         * src/messageview.c
4006         * src/messageview.h
4007                 Don't crash when a top-level MessageView has
4008                 been closed on us. Same problematic than
4009                 yesterday's quicksearch issue.
4011 2006-03-15 [colin]      2.0.0cvs140
4013         * src/gtk/quicksearch.c
4014                 Fix a bitchy race we didn't think about when we
4015                 added quicksearch cancellation:
4016                 If the search is not on cached fields, for example
4017                 body_part matchcase "stuff"
4018                 the matcher code has to get the whole message. If
4019                 we're on IMAP, that can be slow, and in order to
4020                 be non-blocking, the IMAP code idle loop processes
4021                 gtk events too. So it is possible to cancel a
4022                 quicksearch while the matcher is getting the mail's
4023                 body. After matcher got its body, it will start to
4024                 iterate over the matcher list that the Quicksearch's
4025                 clear_search_cb() just freed via prepare_matcher().
4026                 SIGSEGV ensues.
4027                 The fix consists of guarding the matcherlist_match()
4028                 call with a boolean 'matching'. If we reset the
4029                 quicksearch while matching is TRUE, we don't free
4030                 the matcherlist anymore like we did, but we set
4031                 another new flag, deferred_free, to TRUE. Then,
4032                 in quicksearch_match(), just after returning from
4033                 matcherlist_match() and unsetting the matching flag,
4034                 we check the deferred_free flag and do the
4035                 prepare_matcher() (which does the matcherlist_free)
4036                 for real, so we free the matcherlist once it's not
4037                 used anymore.
4038                 As all of this runs via the glib main loop, we
4039                 luckily don't need a mutex.
4040         * src/summaryview.c
4041                 Also, show progress while searching.
4044 2006-03-14 [colin]      2.0.0cvs139
4046         * src/alertpanel.c
4047                 Make alertpanel_is_open non-static
4049 2006-03-14 [colin]      2.0.0cvs138
4051         * src/prefs_spelling.c
4052                 Cleanups - Fabien Vantard
4054 2006-03-14 [wwp]        2.0.0cvs137
4056         * src/main.c
4057                 code style normalization (curly braces, indentation).
4059 2006-03-14 [wwp]        2.0.0cvs137
4061         * src/main.c
4062                 code style (braces, indentation)
4064 2006-03-12 [paul]       2.0.0cvs136
4066         * src/prefs_common.c
4067                 trans_hdr defaults to FALSE to be RFC-savvy
4068         * src/prefs_summaries.c
4069                 add a tooltip to the trans_hdr option
4070                 
4072 2006-03-12 [paul]       2.0.0cvs135
4074         * src/prefs_matcher.c
4075                 give a little more width to the combos
4076         * src/prefs_display_header.c
4077         * src/textview.c
4078                 translate headers if prefs_common.trans_hdr
4079                 is TRUE
4081         Patches by Pawel Pekala
4083 2006-03-12 [paul]       2.0.0cvs134
4085         * src/plugins/clamav/clamav_plugin.c
4086         * src/plugins/dillo_viewer/dillo_viewer.c
4087         * src/plugins/pgpcore/plugin.c
4088         * src/plugins/pgpinline/plugin.c
4089         * src/plugins/pgpmime/plugin.c
4090         * src/plugins/spamassassin/spamassassin.c
4091                 update/add to descriptions
4092         * src/plugins/spamassassin/spamassassin_gtk.c
4093                 fixes to the english, remove superfluous
4094                 tooltips, clean up a little
4096 2006-03-12 [paul]       2.0.0cvs133
4098         * src/compose.c
4099                 fix Bug 924, 'Account combo box shows up wrong 
4100                 if & is in account name'
4102 2006-03-11 [colin]      2.0.0cvs132
4104         * src/summaryview.c
4105                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
4106                 messed up shift-selection because is slows down
4107                 moving around summaryview. thanks -users
4109 2006-03-10 [colin]      2.0.0cvs131
4111         * src/plugins/spamassassin/spamassassin_gtk.c
4112                 Put back Paul's engrish fixes
4114 2006-03-10 [colin]      2.0.0cvs130
4116         * src/plugins/spamassassin/spamassassin.c
4117         * src/plugins/spamassassin/spamassassin.h
4118         * src/plugins/spamassassin/spamassassin_gtk.c
4119                 Cleanup SA prefs page (more)
4120                 Patch by Fabien Vantard
4122 2006-03-10 [paul]       2.0.0cvs129
4124         * src/prefs_msg_colors.c
4125         * src/prefs_spelling.c
4126                 widget sensitivity
4128 2006-03-09 [mones]      2.0.0cvs128
4130         * po/es.po
4131                 Update for next RC
4133 2006-03-09 [wwp]        2.0.0cvs127
4135         * configure.ac
4136                 revert accidental commit (requirement for libetpan 0.43), this time
4137                 not in HEAD.
4139 2006-03-09 [wwp]        2.0.0cvs125
4141         * configure.ac
4142                 revert accidental commit (requirement for libetpan 0.43)
4144 2006-03-09 [paul]       2.0.0cvs126
4146         * src/prefs_receive.c
4147                 remove useless frame
4148                 replace 'incorporation' with 'receiving'
4149         * src/plugins/clamav/clamav_plugin_gtk.c
4150         * src/plugins/spamassassin/spamassassin_gtk.c
4151                 improve widget sensitivity
4152                 fix a bit his engrish
4154 2006-03-09 [wwp]        2.0.0cvs125
4156         * src/addressadd.c
4157         * src/foldersel.c
4158         * src/prefs_common.c
4159         * src/prefs_common.h
4160                 remember some more windows' sizes (add to addressbook and
4161                 select folder).
4163 2006-03-09 [paul]       2.0.0cvs124
4165         * src/plugins/pgpcore/prefs_gpg.c
4166                 normalise construction of dialogue
4168 2006-03-09 [paul]       2.0.0cvs123
4170         * src/plugins/trayicon/Makefile.am
4171                 add missing slash
4173 2006-03-08 [colin]      2.0.0cvs122
4175         * src/plugins/trayicon/Makefile.am
4176                 Fix build in separate dir 
4177                 Patch by Bamanzi <bamanzi@gmail.com>
4179 2006-03-08 [colin]      2.0.0cvs121
4181         * src/procmsg.c
4182                 Batch move and copies from summaryview with delayed execution
4183                 too
4185 2006-03-07 [paul]       2.0.0cvs120
4187         * src/common/utils.c
4188                 fix highlighting of URIs containing "()"
4189                 Patch by Pawel Pekala
4191 2006-03-07 [paul]       2.0.0cvs119
4193         * src/folder.c
4194         * src/folder.h
4195         * src/folderview.c
4196                 immediately do alphabetical resort when
4197                 changing a folder's name
4198                 Patch by Pawel Pekala
4200 2006-03-07 [paul]       2.0.0cvs118
4202         * src/news.c
4203         * src/news_gtk.c
4204                 when unsubscribing a newsgroup, remove the
4205                 folder and msgs in .sylpheed-claws/newscache
4206                 Patch by Pawel Pekala <c0rn@gazeta.pl>
4208 2006-03-07 [paul]       2.0.0cvs117
4210         * src/textview.c
4211                 fix wrong Fake URL Warning
4212                 Thanks to Hiro
4214 2006-03-07 [colin]      2.0.0cvs116
4216         * src/imap.c
4217                 Return immediately when password dialog was
4218                 cancelled
4219         * src/gtk/inputdialog.c
4220                 Allow empty strings for passwords
4223 2006-03-06 [colin]      2.0.0cvs115
4225         * src/imap.c
4226                 Prevent double-timeouts when connection fails
4228 2006-03-06 [colin]
4230         2.0.1-rc1 released
4232 2006-03-06 [colin]      2.0.0cvs114
4234         * src/imap.c
4235                 Refresh session during potentially long
4236                 operations
4238 2006-03-06 [wwp]        2.0.0cvs113
4240         * src/prefs_msg_colors.h
4241                 forgot that one (custom color labels).
4243 2006-03-06 [wwp]        2.0.0cvs112
4245         * src/prefs_common.c
4246         * src/prefs_common.h
4247         * src/prefs_msg_colors.c
4248         * src/summaryview.c
4249         * src/summaryview.h
4250         * src/gtk/colorlabel.c
4251         * src/gtk/colorlabel.h
4252                 colors in messages list are now customizable. Color values and names can
4253                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
4254                 Thanks to Paul and Colin for their help with this longstanding patch!
4256 2006-03-06 [wwp]        2.0.0cvs111
4258         * src/textview.c
4259                 don't crash if (x)face is bad.
4261 2006-03-05 [paul]       2.0.0cvs110
4263         * AUTHORS
4264         * configure.ac
4265         * src/Makefile.am
4266         * src/common/Makefile.am
4267         * src/common/utils.h
4268         * src/etpan/imap-thread.c
4269         * src/gtk/authors.h
4270         * src/plugins/clamav/Makefile.am
4271         * src/plugins/demo/Makefile.am
4272         * src/plugins/dillo_viewer/Makefile.am
4273         * src/plugins/pgpcore/Makefile.am
4274         * src/plugins/pgpcore/passphrase.c
4275         * src/plugins/pgpinline/Makefile.am
4276         * src/plugins/pgpmime/Makefile.am
4277         * src/plugins/spamassassin/Makefile.am
4278         * src/plugins/trayicon/Makefile.am
4279                 fix builiding on cygwin
4280                 Patch by Ralgh Young <bamanzi@gmail.com>
4282 2006-03-04 [wwp]        2.0.0cvs109
4284         * manual/keyboard.xml
4285                 fix mixed up/down keys.
4287 2006-03-04 [wwp]        2.0.0cvs108
4289         * README
4290         * INSTALL
4291                 updated links to SpamAssassin.
4293 2006-03-04 [wwp]        2.0.0cvs107
4295         * manual/plugins.xml
4296         * src/plugins/spamassassin/README
4297                 updated SpamAssassin plugin docs to reflect new functional additions
4298                 (also fix/update/documents few technical stuff more, see the README).
4300 2006-03-04 [wwp]        2.0.0cvs106
4302         * src/prefs_message.c
4303                 normalized capitalization of message-prefs paths.
4305 2006-03-04 [wwp]        2.0.0cvs105
4307         * manual/advanced.xml
4308                 typo.
4310 2006-03-03 [colin]      2.0.0cvs104
4312         * src/plugins/clamav/clamav_plugin_gtk.c
4313                 Rework prefs page, patch by Fabien 
4315 2006-03-03 [colin]      2.0.0cvs103
4317         * src/plugins/clamav/clamav_plugin.c
4318                 Set error on all errors
4320 2006-03-03 [colin]      2.0.0cvs102
4322         * src/common/plugin.c
4323                 Initialize error to avoid crashing when a plugin fails
4324                 without setting error
4326 2006-03-02 [wwp]        2.0.0cvs101
4328         * configure.ac
4329                 fixed linker flags for libetpan support on Cygwin
4330                 (thanks to H.Merijn Brand).
4332 2006-03-02 [wwp]        2.0.0cvs100
4334         * src/addressbook.c
4335                 fix some AB error messages: one for punctuation and
4336                 one wrongly duplicate (thanks, maxbritov).
4338 2006-03-02 [wwp]        2.0.0cvs99
4340         * src/plugins/spamassassin/spamassassin.c
4341                 make sync calls to sa-learn/spamc to prevent
4342                 system (whatever local or client/server) overload.
4344 2006-03-02 [colin]      2.0.0cvs98
4346         * src/summaryview.c
4347                 Put the spam icon in the status column instead of the
4348                 mark one
4350 2006-03-01 [colin]      2.0.0cvs97
4352         * src/plugins/spamassassin/spamassassin.c
4353                 Fix segfault (g_file_set_contents fails for some 
4354                 reason and err==0x2f. Can't find out why with
4355                 valgrind, using working function :-)
4357 2006-03-01 [colin]      2.0.0cvs96
4359         * src/inc.c
4360                 Offline overriding: let 'No' be cached only 3 seconds
4362 2006-03-01 [colin]      2.0.0cvs95
4364         * src/addr_compl.c
4365         * src/addrbook.c
4366         * src/addressbook.c
4367         * src/addrindex.c
4368         * src/folder_item_prefs.c
4369         * src/headerview.c
4370         * src/imap.c
4371         * src/inc.c
4372         * src/ldif.c
4373         * src/mainwindow.c
4374         * src/mh.c
4375         * src/msgcache.c
4376         * src/prefs_common.h
4377         * src/prefs_msg_colors.c
4378         * src/procheader.c
4379         * src/procheader.h
4380         * src/procmime.c
4381         * src/procmsg.c
4382         * src/procmsg.h
4383         * src/send_message.h
4384         * src/simple-gettext.c
4385         * src/summaryview.c
4386         * src/summaryview.h
4387         * src/syldap.c
4388         * src/textview.c
4389         * src/undo.c
4390         * src/common/ssl_certificate.c
4391         * src/common/utils.c
4392         * src/gtk/colorsel.c
4393         * src/gtk/gtksctree.c
4394         * src/gtk/gtkshruler.c
4395         * src/plugins/trayicon/trayicon.c
4396                 #if 0 goes to /dev/null
4398 2006-03-01 [colin]      2.0.0cvs94
4400         * src/compose.c
4401         * src/imap.c
4402         * src/inc.c
4403         * src/inc.h
4404         * src/messageview.c
4405         * src/news.c
4406         * src/plugins/spamassassin/spamassassin.c
4407                 Allow to add information in the "working offline"
4408                 window
4410 2006-03-01 [wwp]        2.0.0cvs93
4412         * src/plugins/spamassassin/spamassassin.c
4413                 fixed spamc invocation: use a tricky temporary mini shell wrapper
4414                 'cause it seems that calling `spamc ... < inputfile` with
4415                 g_spawn_(a)sync simply.. erm doesn't work :-).
4417 2006-03-01 [wwp]        2.0.0cvs92
4419         * src/toolbar.c
4420         * src/toolbar.h
4421                 simplify the adding of spam/ham button to the messageview toolbar
4422                 (it gets more clear now that the same button will be "Mark as spam"
4423                 or "Mark as ham" according to the current message status,
4424                 thanks to Colin).
4426 2006-03-01 [wwp]        2.0.0cvs91
4428         * src/messageview.c
4429         * src/procmsg.c
4430         * src/procmsg.h
4431         * src/summaryview.c
4432         * src/plugins/spamassassin/spamassassin.c
4433         * src/plugins/spamassassin/spamassassin.h
4434                 make learner callbacks return a status (0 for ok),
4435                 handle it in main code to avoid setting flags when learning failed,
4436                 don't learn on TCP if offline in spamassassin,
4437                 thanks to Colin.
4439                 
4441 2006-03-01 [wwp]        2.0.0cvs90
4443         * src/compose.c
4444                 some work around the compose window's account menu,
4445                 patch by Fabien Vantard.
4447 2006-03-01 [wwp]        2.0.0cvs89
4449         * src/plugins/spamassassin/spamassassin.c
4450                 fixed bad logics, was using spamc in local mode and sa-learn
4451                 in remote mode (thanks, Colin).
4453 2006-03-01 [wwp]        2.0.0cvs88
4455         * src/plugins/spamassassin/spamassassin.c
4456         * src/plugins/spamassassin/spamassassin.h
4457         * src/plugins/spamassassin/spamassassin_gtk.c
4458                 made processing of emails w/ sa-plugin an option (default is TRUE),
4459                 fixed Engrish some tooltips, capitalization of some debug messages
4460                 and warnings. The spamassassin plugin now provides two separate
4461                 services: process emails upon incorporation and spamd training.
4462                 Both services (un)register independently but use some common
4463                 plugin settings (transport settings, spam storage location).
4465 2006-02-28 [wwp]        2.0.0cvs87
4467         * src/plugins/spamassassin/spamassassin.c
4468                 fix async flag to spamc cmdline execution (batch exec should
4469                 be asynchronous).
4471 2006-02-27 [wwp]        2.0.0cvs86
4473         * src/plugins/spamassassin/spamassassin.c
4474         * src/plugins/spamassassin/spamassassin.h
4475         * src/plugins/spamassassin/spamassassin_gtk.c
4476                 - added the ability to learn a remote spamassassin server (spamd),
4477                 using spamc.
4478                 - added the spamassassin option 'username', that applies to all
4479                 spamassassin operations (filtering, learning, local or remote).
4480                 The default username is the current unix user (if left blank
4481                 from gtk prefs or config file).
4482                 - commented out some unused code (notebook widget), removed unused
4483                 layout (hbox1).
4484                 - make more widgets sensitive to the transport type.
4486 2006-02-27 [colin]      2.0.0cvs85
4488         * src/plugins/spamassassin/spamassassin.c
4489                 Fix sa-learn call when offline
4491 2006-02-27 [colin]      2.0.0cvs84
4493         * configure.ac
4494         * src/Makefile.am
4495         * src/mainwindow.c
4496         * src/mainwindow.h
4497         * src/messageview.c
4498         * src/messageview.h
4499         * src/prefs_toolbar.c
4500         * src/procmsg.c
4501         * src/stock_pixmap.c
4502         * src/stock_pixmap.h
4503         * src/summaryview.c
4504         * src/toolbar.c
4505         * src/toolbar.h
4506         * src/pixmaps/ham_btn.xpm
4507         * src/pixmaps/spam.xpm
4508         * src/pixmaps/spam_btn.xpm
4509         * src/plugins/spamassassin/spamassassin.c
4510                 Add button in toolbar for spam learning
4511                 Fix a few bugs from the last related commit
4512                 Revert 1.9.6cvs23 which messed up shift-selection
4514 2006-02-24 [colin]      2.0.0cvs83
4516         * src/procmsg.c
4517         * src/summaryview.c
4518         * src/summaryview.h
4519         * src/plugins/spamassassin/spamassassin.c
4520         * src/plugins/spamassassin/spamassassin.h
4521         * src/plugins/spamassassin/spamassassin_gtk.c
4522                 Unregister learner when spamassassin is either
4523                 disabled or over tcp
4525 2006-02-24 [colin]      2.0.0cvs82
4527         * src/Makefile.am
4528         * src/mainwindow.c
4529         * src/mainwindow.h
4530         * src/procmsg.c
4531         * src/procmsg.h
4532         * src/stock_pixmap.c
4533         * src/stock_pixmap.h
4534         * src/summaryview.c
4535         * src/summaryview.h
4536         * src/gtk/icon_legend.c
4537         * src/pixmaps/spam.xpm  ** NEW FILE **
4538         * src/plugins/spamassassin/spamassassin.c
4539         * src/plugins/spamassassin/spamassassin_gtk.c
4540                 Add spam learning interface (Mark/Mark as 
4541                 (spam|ham) menus)
4543 2006-02-24 [wwp]        2.0.0cvs81
4545         * src/compose.c
4546         * src/compose.h
4547         * src/filtering.c
4548                 hide compose window when sending message in batch mode
4549                 (filtering: forward and redirect). Also fixed a wrong
4550                 value returned when sending failed, neutral anyway.
4551                 (Colin, me) 
4553 2006-02-24 [wwp]        2.0.0cvs80
4555         * src/mainwindow.c
4556                 use GTK+'s stock quit button. Patch by Fabien Vantard.
4558 2006-02-24 [paul]       2.0.0cvs79
4560         * src/news.c
4561         * src/news.h
4562         * src/news_gtk.c
4563                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
4564                 Thanks to Colin
4566 2006-02-23 [colin]      2.0.0cvs78
4568         * src/alertpanel.c
4569                 Change OK to Close in alertpanel with View log
4570                 button; add accel to View log. Patch by Fabien
4571                 Vantard
4573 2006-02-23 [wwp]        2.0.0cvs77
4575         * src/compose.c
4576                 silly me, there were much more tests to perform, since toolbars can
4577                 really have down to 1 element only.
4579 2006-02-23 [wwp]        2.0.0cvs76
4581         * commitHelper
4582                 fixed indentation from my previous commit. Fallback to VISUAL if
4583                 EDITOR is not set (and to vi, at last resort).
4585 2006-02-23 [wwp]        2.0.0cvs75
4587         * commitHelper
4588                 improved error detection (Colin, me).
4590 2006-02-23 [wwp]        2.0.0cvs74
4592         * src/prefs_toolbar.c
4593                 simplify and fix prefs/toolbars layouting. Combos' contents can
4594                 now be really displayed.
4596 2006-02-23 [wwp]        2.0.0cvs73
4597         simplifies and fix prefs/toolbars layouting. Combos' contents can now
4598         be really displayed.
4600 2006-02-22 [wwp]        2.0.0cvs72
4602         * src/compose.c
4603                 fix a typo in my previous commit (sorry!).
4605 2006-02-22 [wwp]        2.0.0cvs71
4607         * src/prefs_toolbar.c
4608                 fix a crash when adding separators to toolbars,
4609                 also fix some separator item information.
4611 2006-02-22 [wwp]        2.0.0cvs70
4613         * src/compose.c
4614                 fix a crash when redirecting (for instance) when compose window's
4615                 toolbar contents has been customized (when some buttons have been
4616                 removed in fact).
4618 2006-02-21 [wwp]        2.0.0cvs69
4620         * src/summaryview.c
4621         * src/gtk/pluginwindow.c
4622         * src/plugins/pgpcore/prefs_gpg.c
4623                 fix some compilation warnings (feat. remains of removed code).
4625 2006-02-21 [wwp]        2.0.0cvs68
4627         * src/gtk/gtkutils.c
4628                 fix two compilation issues, thanks to Stephan Sachse.
4630 2006-02-20 [colin]      2.0.0cvs67
4632         * src/mainwindow.c
4633                 Don't reselect displayed mail on refocus
4634                 This fixes actions misbehaving 
4636 2006-02-20 [wwp]        2.0.0cvs66
4638         * src/summaryview.c
4639         * src/gtk/gtksctree.c
4640         * src/gtk/gtkshruler.c
4641                 changed more runtime typecast checks.
4643 2006-02-20 [wwp]        2.0.0cvs65
4645         * src/summary_search.c
4646                 find all - summaryview refresh issue fixed, thanks to Colin.
4648 2006-02-20 [wwp]        2.0.0cvs64
4650         * src/gtk/gtkutils.c
4651                 better runtime typecast checks.
4653 2006-02-20 [wwp]        2.0.0cvs63
4655         * src/summary_search.c
4656                 enhancements to the summary search:
4657                         - add the ability to stop the running search
4658                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4659                         - don't search if no criteria (From/To/Subject/Body) is set
4660                         - ensure that a busy mouse pointer is always shown when searching,
4661                           show it even a bit earlier
4663 2006-02-19 [colin]      2.0.0cvs62
4665         * src/compose.c
4666         * src/imap.c
4667         * src/etpan/imap-thread.c
4668         * src/etpan/imap-thread.h
4669                 (Future) IMAP speed improvement on sending
4670                 Will require a libetpan update
4671         * src/summaryview.c
4672         * src/gtk/quicksearch.c
4673                 Make quicksearch clearable while running.
4675 2006-02-17 [colin]      2.0.0cvs61
4677         * src/imap.c
4678         * src/etpan/imap-thread.c
4679         * src/etpan/imap-thread.h
4680                 Check for IMAP certificates
4681                 ** Requires libetpan-0.42-cvs4 
4682                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4684 2006-02-17 [colin]      2.0.0cvs60
4686         * src/messageview.c
4687         * src/prefs_common.c
4688         * src/prefs_common.h
4689         * src/prefs_message.c
4690                 Add pref to display HTML-only mails with plugin, 
4691                 if possible (defaulting to FALSE of course).
4693 2006-02-16 [colin]      2.0.0cvs59
4695         * src/main.c
4696         * src/common/plugin.c
4697         * src/common/plugin.h
4698         * src/gtk/pluginwindow.c
4699                 Keep track of requested (but unloaded) plugins
4700                 in some error cases.
4702 2006-02-16 [wwp]        2.0.0cvs58
4704         * src/gtk/gtkaspell.c
4705         * src/gtk/gtkaspell.h
4706         * src/prefs_spelling.c
4707         * src/compose.c
4708         * src/prefs_common.c
4709         * src/prefs_common.h
4710                 implemented new optional spellchecker behaviour: re-check message when
4711                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4713 2006-02-16 [wwp]        2.0.0cvs57
4715         * src/quote_fmt_parse.y
4716                 pclose popen'ed pipe.
4718 2006-02-15 [colin]      2.0.0cvs56
4720         * src/mimeview.c
4721         * src/mimeview.h
4722                 Let MimeViewers know which MimeView they
4723                 depend of.
4724         * src/summaryview.c
4725                 Swap From/To columns in Sent/Queue/Drafts
4726                 folders
4727         * src/etpan/imap-thread.c
4728                 Use mailstream_low_tls_open() for STARTTLS
4729                 instead of mailstream_low_ssl_open()
4730                 ** REQUIRES libetpan 0.42cvs3 **
4732 2006-02-15 [wwp]        2.0.0cvs55
4734         * src/compose.c
4735         * src/compose.h
4736         * src/message_search.c
4737         * src/message_search.h
4738         * src/textview.c
4739         * src/gtk/gtkutils.c
4740         * src/gtk/gtkutils.h
4741                 added the ability to Find text in the compose window (and a bit
4742                 of code factorization).
4744 2006-02-15 [wwp]        2.0.0cvs54
4746         * src/prefs_gtk.c
4747                 yet another one file was missing (fix for some widgets' sensitivity).
4748                 Thanks Colin!
4750 2006-02-15 [wwp]        2.0.0cvs53
4752         * src/prefs_gtk.h
4753                 oops forgot that file (fix for some widgets' sensitivity).
4755 2006-02-15 [wwp]        2.0.0cvs52
4757         * src/summary_search.c
4758                 implemented advanced summary search options (added the ability
4759                 to use matcher conditions in an advanced search mode).
4761 2006-02-15 [wwp]        2.0.0cvs51
4763         * src/plugins/pgpcore/prefs_gpg.c
4764         * src/prefs_account.c
4765                 fix some widget sensitivity, mostly around some labels in
4766                 account prefs.
4768 2006-02-15 [paul]       2.0.0cvs50
4770         * manual/advanced.xml
4771                 improve Templates info
4772                 written by wwp
4774 2006-02-14 [colin]      2.0.0cvs49
4776         * src/pixmaps/address_book.xpm
4777         * src/pixmaps/preferences.xpm
4778         * src/pixmaps/properties.xpm
4779                 Fix pixmap size - patch by Fabien Vantard
4781 2006-02-13 [colin]      2.0.0cvs48
4783         * src/procmime.c
4784                 Add missing fclose()s on error
4785         * src/textview.c
4786                 Remove unused code
4787         * src/common/utils.c
4788                 Fix temp files not being deleted on windows
4789         Patches by Thomas Gilgin
4791 2006-02-13 [colin]      2.0.0cvs47
4793         * src/mainwindow.c
4794                 Fix exit crash
4796 2006-02-13 [wwp]        2.0.0cvs46
4798         * src/plugins/pgpcore/prefs_gpg.c
4799                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
4801 2006-02-12 [colin]      2.0.0cvs45
4803         * src/folderview.c
4804         * src/main.c
4805         * src/mainwindow.c
4806                 Fix "stuff" when quitting
4808 2006-02-12 [wwp]        2.0.0cvs44
4810         * src/prefs_themes.c
4811                 fix typos in debug messages.
4813 2006-02-11 [colin]      2.0.0cvs43
4815         * src/summaryview.c
4816                 don't allow drag/drop from ourself
4818 2006-02-10 [wwp]        2.0.0cvs42
4820         * src/exporthtml.c
4821         * src/html.c
4822         * src/html.h
4823         * src/procmime.c
4824         * src/textview.c
4825                 renamed html_ prefixed functions and data structures to avoid
4826                 namespace clashes w/ other software (gtkhtml2 for instance).
4827                 Closes bug #907.
4830 2006-02-09 [colin]      2.0.0cvs41
4832         * src/summaryview.c
4833                 Fix shitty logic messed up. Thanks Ticho for the hint!
4835 2006-02-09 [wwp]        2.0.0cvs40
4837         * src/gtk/about.c
4838         * src/compose.c
4839         * src/prefs_account.c
4840         * src/prefs_gtk.h
4841         * src/editaddress.c
4842                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
4843                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
4844                 Browse buttons in accounts prefs.
4846 2006-02-09 [colin]      2.0.0cvs39
4848         * src/matcher.c
4849                 Check for pointer before using its members
4850         * src/gtk/gtksourceprintjob.c
4851                 Fix a wrong warning
4853 2006-02-09 [wwp]        2.0.0cvs38
4855         * src/gtk/filesel.c
4856                 fix few compiler warnings (type mismatch).
4858 2006-02-09 [paul]       2.0.0cvs37
4860         * po/fr.po
4861                 updated by Fabien Vantard
4863 2006-02-08 [colin]      2.0.0cvs36
4865         * src/prefs_common.c
4866         * src/common/defs.h
4867         * src/common/plugin.c
4868                 allow windows and linux configurations to coexist
4869                 patch by Thomas Gilgin
4871 2006-02-08 [colin]      2.0.0cvs35
4873         * src/filtering.c
4874         * src/matcher.c
4875         * src/matcher.h
4876         * src/matcher_parser_parse.y
4877         * src/prefs_filtering_action.c
4878         * src/prefs_matcher.c
4879                 Add the "Ignore thread" filtering
4880                 action
4882 2006-02-08 [colin]      2.0.0cvs34
4884         * src/compose.c
4885         * src/procmime.c
4886         * src/procmime.h
4887                 Fix bug #905 (damaged attachment)
4888                 text files with raw \0's aren't really text files
4889         FOR_STABLE
4891 2006-02-08 [colin]      2.0.0cvs33
4893         * src/summaryview.c
4894                 Fix crasher introduced yesterday
4896 2006-02-08 [wwp]        2.0.0cvs32
4898         * src/compose.c
4899         * src/compose.h
4900                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
4902 2006-02-08 [wwp]        2.0.0cvs31
4904         * src/prefs_template.c
4905                 templates enhancement: allow address completion for Cc and Bcc fields
4906                 (it was currently possible for the To field only)
4908 2006-02-08 [colin]      2.0.0cvs30
4910         * src/compose.c
4911                 Don't unblock if not blocked
4912         FOR_STABLE
4914 2006-02-07 [colin]      2.0.0cvs29
4916         * src/action.c
4917                 Forgot to refresh summaryview
4919 2006-02-07 [colin]      2.0.0cvs28
4921         * src/action.c
4922                 Freeze/thaw message list and folder list while
4923                 processing %as{} actions 
4924         * src/compose.c
4925                 Fix auto-wrap disabling after a middle-click
4926                 paste - FOR_STABLE
4928 2006-02-07 [paul]       2.0.0cvs27
4930         * src/folder.c
4931                 fix freeing of uninitialised pointers
4932                 Thanks to Colin
4934 2006-02-06 [colin]      2.0.0cvs26
4936         * src/folder.c
4937                 Use g_slist_prepend in potentially big list
4939 2006-02-06 [colin]      2.0.0cvs25
4941         * src/folder.c
4942                 Completely skip processing if it doesn't 
4943                 exist (faster!)
4945 2006-02-06 [colin]      2.0.0cvs24
4947         * src/folder.c
4948         * src/summaryview.c
4949                 Batch filtering in summaryview (from Tools menu)
4950                 and pre/post//-processing too
4952 2006-02-06 [colin]      2.0.0cvs23
4954         * src/procmsg.h
4955         * src/filtering.c
4956                 Use a special field for batch filtering instead
4957                 of stepping on deferred execution's toes
4959 2006-02-06 [colin]      2.0.0cvs22
4961         * src/action.c
4962         * src/filtering.c
4963         * src/filtering.h
4964         * src/folder.c
4965         * src/summaryview.c
4966                 Fix filtering via menus and actions
4968 2006-02-06 [colin]      2.0.0cvs21
4970         * src/imap.c
4971                 Put the added file directly to cache if possible (will work
4972                 with next libetpan)
4973         * src/filtering.c
4974         * src/filtering.h
4975         * src/inc.c
4976         * src/folder.c
4977         * src/mbox.c
4978         * src/procmsg.h
4979                 Move and copy filtered messages by batches instead of one
4980                 by one - faster on IMAP
4981         * src/procmsg.c
4982                 Add a function that'll possibly be useful later
4984 2006-02-06 [colin]      2.0.0cvs20
4986         * src/addressbook.c
4987                 Use internal mime-type instead of text/plain for d'n'd
4988         * src/compose.c
4989                 Allow attaching files from mimeview's icon list via d'n'd
4990         * src/folderview.c
4991         * src/folderview.h
4992                 Use internal mime-type instead of text/plain for d'n'd
4993                 Don't try to selected opened folder if none is
4994                 Factorize d'n'd from other apps code
4995         * src/headerview.c
4996         * src/textview.c
4997         * src/gtk/gtkutils.c
4998         * src/gtk/gtkutils.h
4999                 Factorize Face/X-Face stuff
5000         * src/mimeview.c
5001                 Fix d'n'd to other apps
5002         * src/prefs_message.c
5003                 Let the XFace pref be usable without libcompface as it also
5004                 applies to Face
5005         * src/summaryview.c
5006                 Fix d'n'd to other apps
5007                 Factorize d'n'd from other apps code
5009 2006-02-06 [wwp]        2.0.0cvs19
5011         * po/it.po
5012                 Italian translation fixes by Andrea Spadaccini (no more confusion
5013                 between filtering and processing, and few changes in the About
5014                 dialog).
5017 2006-02-06 [mones]      2.0.0cvs18
5019         * src/gtk/icon_legend.c
5020                 Improved descriptions allowing better translations
5022 2006-02-05 [colin]      2.0.0cvs17
5024         * src/imap.c
5025                 Add the f*cking missing expunge that caused imap_fetch_env
5026                 to fail after an add_msgs ! :-///
5027         * src/etpan/imap-thread.c
5028                 Add a bit of debug
5029         FOR_STABLE
5031 2006-02-05 [colin]      2.0.0cvs16
5033         * src/common/utils.c
5034                 Don't check for return-path (or we can't put
5035                 back non-sent mails)
5037 2006-02-05 [colin]      2.0.0cvs15
5039         * src/textview.c
5040                 Don't try to display Face header in textview
5041                 when teh headerview's active
5043 2006-02-05 [colin]      2.0.0cvs14
5045         * tools/tbird2syl.py
5046         * tools/Makefile.am
5047                 Add script to import Thunderbird mails
5049 2006-02-05 [colin]      2.0.0cvs13
5051         * src/headerview.c
5052         * src/procheader.c
5053         * src/procmsg.c
5054         * src/procmsg.h
5055         * src/textview.c
5056                 Show Face headers - patch partially by Klaus Flittner
5058 2006-02-05 [colin]      2.0.0cvs12
5060         * src/folderview.c
5061         * src/summaryview.c
5062         * src/common/utils.c
5063         * src/common/utils.h
5064                 Let dnd work from mime icons to summaryview
5065                 and to folderview too
5066                 Add a crude test to avoid trying to add files
5067                 drag'n'dropped when they're not mails
5069 2006-02-04 [colin]      2.0.0cvs11
5071         * src/summaryview.c
5072         * src/mimeview.c
5073                 Fix utf8 conversion
5075 2006-02-04 [colin]      2.0.0cvs10
5077         * src/compose.c
5078         * src/folderview.c
5079         * src/mimeview.c
5080         * src/summaryview.c
5081         * src/summaryview.h
5082                 Added various drag and drop capas:
5083                 From                    To
5084                 summaryview             other apps
5085                 mimeview icons          other apps
5086                 other apps              summaryview
5087                 other apps              folderview
5089                 This shouldn't have broken the existing:
5090                 From                    To
5091                 summaryview             folderview
5092                 folderview              folderview
5093                 summaryview             compose's attachments
5095         Tests welcomed.
5097 2006-02-02 [paul]       2.0.0cvs9
5099         * src/mainwindow.c
5100                 move global option 'Set displayed columns...' out
5101                 of folder option grouping.
5102                 fix sensitivity of 'harvest addresses'
5103         FOR_STABLE
5105 2006-02-01 [colin]      2.0.0cvs8
5107         * src/mimeview.c
5108                 Revert the alertpanel patch, it sucks (intrusive
5109                 and gets in the way of "open")
5111 2006-02-01 [colin]      2.0.0cvs7
5113         * src/compose.c
5114         * src/prefs_account.c
5115         * src/prefs_common.c
5116         * src/common/defs.h
5117         * src/common/utils.c
5118         * src/common/utils.h
5119                 Add ability to edit the signature file
5120                 from the account preferences, and use
5121                 a default for the text editor.
5122                 Patch by Fabien Vantard
5124 2006-02-01 [colin]      2.0.0cvs6
5126         * src/mimeview.c
5127                 Try to get mime type by extension if it is
5128                 application/octet-stream
5129                 Display a window with possible choices when
5130                 encountering unknown mime types
5131         * src/gtk/filesel.c
5132         * src/gtk/filesel.h
5133                 Add preview
5134                 Allow multiple selection in filtered filesel
5135                 (patch by Fabien Vantard)
5136         * src/gtk/pluginwindow.c
5137                 Use it (patch by Fabien Vantard)
5139 2006-02-01 [paul]       2.0.0cvs5
5141         * src/jpilot.c
5142                 fix crash on creating jpilot address book
5143                 Thanks to Colin - FOR_STABLE
5144         * src/prefs_summaries.c
5145         * src/prefs_wrapping.c
5146         * src/gtk/icon_legend.c
5147         * src/gtk/quicksearch.c
5148                 string fixes and additions
5150 2006-02-01 [paul]       2.0.0cvs4
5152         * src/compose.c
5153         * src/mainwindow.c
5154         * src/messageview.c
5155         * src/prefs_send.c
5156                 add Arabic encoding option
5157                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
5159 2006-01-31 [colin]      2.0.0cvs3
5161         * src/plugins/pgpcore/passphrase.c
5162                 Convert passphrase to locale encoding
5163         * src/compose.c
5164                 Fix drafting on IMAP. Crappy bug sneaked in
5165                 the release :-/
5166         FOR_STABLE
5168 2006-01-30 [paul]       2.0.0cvs2
5170         * src/gtk/icon_legend.c
5171                 show the new entries
5173 2006-01-30 [colin]      2.0.0cvs1
5175         * src/manual.c
5176                 Check for the file to be present before 
5177                 enabling the menu - FOR_STABLE
5178         * src/gtk/icon_legend.c
5179                 Add folders icons (not all of them, there
5180                 are too much, but the most intriguing ones)
5182 2006-01-30 [paul]       2.0.0
5184         version 2.0.0 released
5186 2006-01-30 [paul]       1.9.100cvs200
5188         * manual/faq.xml
5189         * manual/gpl.xml
5190         * manual/intro.xml
5191         * manual/starting.xml
5192         * manual/sylpheed-claws-manual.xml
5193                 fixes, additions
5195 2006-01-29 [mones]      1.9.100cvs199
5197         * manual/account.xml
5198         * manual/advanced.xml
5199         * manual/glossary.xml
5200                 Some typos fixed, added LDIF term to glossary
5201         * po/es.po
5202                 Fixed leading plus symbol
5204 2006-01-29 [paul]       1.9.100cvs198
5206         * po/fi.po
5207         * po/sk.po
5208                 updated by Tommi Pirinen and Andrej Kacian
5210 2006-01-29 [paul]       1.9.100cvs197
5212         * src/gtk/authors.h
5213                 remove duplicates
5215 2006-01-29 [paul]       1.9.100cvs196
5217         * AUTHORS
5218         * po/nl.po
5219         * src/gtk/authors.h
5220         * tools/claws.i18n.status.pl
5221                 nl translation updated by Tim Dijkstra
5223 2006-01-29 [paul]       1.9.100cvs195
5225         * po/sr.po
5226         * po/sv.po
5227                 updated by Aleksandar Urosevic and Anders Troback
5229 2006-01-28 [colin]      1.9.100cvs194
5231         * src/gtk/gtksourceprintjob.c
5232                 Don't fiddle with PangoLayout when we
5233                 have an image
5235 2006-01-28 [paul]       1.9.100cvs193
5237         * AUTHORS
5238         * po/el.po
5239         * po/zh_CN.po
5240         * src/gtk/authors.h
5241         * tools/claws.i18n.status.pl
5242                 updated translations submitted by Stavros Giannouris
5243                 and Ralgh Young
5245 2006-01-27 [colin]      1.9.100cvs192
5247         * src/summaryview.c
5248         * src/gtk/gtksourceprintjob.c
5249                 Add image printing 
5250                 (libgnomeprint only, of course)
5252 2006-01-27 [paul]       1.9.100cvs191
5254         * po/fr.po
5255         * po/it.po
5256                 updated by Fabien Vantard and Andrea Spadaccini
5258 2006-01-26 [colin]      1.9.100cvs190
5260         * manual/Makefile.am
5261         * configure.ac
5262                 Make building the manual optional 
5263                 (--disable-manual)
5265 2006-01-26 [paul]       1.9.100cvs189
5267         * manual/glossary.xml
5268         * manual/plugins.xml
5269                 edited
5270         * po/en_GB.po
5271                 updated
5273 2006-01-26 [paul]       1.9.100cvs188
5275         * src/prefs_display_header.c
5276         * src/prefs_folder_column.c
5277         * src/prefs_msg_colors.c
5278         * src/prefs_summaries.c
5279         * src/prefs_summary_column.c
5280                 HIGify
5282 2006-01-25 [colin]      1.9.100cvs187
5284         * src/imap.c
5285                 Don't allow moving/copying mails between
5286                 queue/drafts and non-queue/drafts folders
5287                 Fixes bug #897 (message header is resetted 
5288                 if one is copied to Drafts)
5290 2006-01-25 [colin]      1.9.100cvs186
5292         * src/folder.c
5293         * src/mainwindow.c
5294                 Fix subscribed folders not found
5295         * src/compose.c
5296                 Don't try to encode as original mail's charset
5297                 if it's ascii 
5299 2006-01-25 [paul]       1.9.100cvs185
5301         * AUTHORS
5302         * po/Makevars
5303                 updated
5304         * po/de.po
5305         * po/pl.po
5306         * po/pt_BR.po
5307         * po/sr.po
5308                 updates submitted by Stephan Sachse, Emilian Nowak
5309                 and Quar, Frederico Goncalves Guimaraes, and
5310                 Aleksandar Urosevic
5311                 Fix Bug 896, 'PT_BR locale broken'.
5312         * src/gtk/authors.h
5313                 updated
5315 2006-01-24 [mones]      1.9.100cvs184
5317         * manual/glossary.xml
5318                 All current terms finished. Reviewers welcome ;-)
5319         * manual/keyboard.xml
5320                 Fixed column width for pdf output.
5321         * po/es.po
5322                 Updated
5324 2006-01-24 [paul]       1.9.100cvs183
5326         * manual/glossary.xml
5327                 fix id name
5328         * manual/dist/html/Makefile.am
5329         * manual/dist/pdf/Makefile.am
5330         * manual/dist/ps/Makefile.am
5331         * manual/dist/txt/Makefile.am
5332                 fix make deps
5333                 Thanks to Colin
5335 2006-01-24 [mones]      1.9.100cvs182
5337         * manual/glossary.xml
5338                 Nearly finished, some terms missing.
5340 2006-01-23 [paul]       1.9.100cvs181
5342         * manual/dist/html/Makefile.am
5343         * manual/dist/pdf/Makefile.am
5344         * manual/dist/ps/Makefile.am
5345         * manual/dist/txt/Makefile.am
5346         * src/mainwindow.c
5347                 re-enable manual
5348                 Thanks to Colin
5350 2006-01-22 [colin]      1.9.100cvs180
5352         * src/compose.c
5353         * src/gtk/gtkaspell.c
5354                 Don't deselect stuff before right-clicking, with aspell.
5355                 (This prevented right-click Copy, for example).
5356                 Thanks to Clo!
5358 2006-01-22 [paul]       1.9.100cvs179
5360         * src/summary_search.c
5361                 don't fix the widget size as it causes problems
5362                 under localisation.
5363                 Thanks to Emilian Nowak
5365 2006-01-21 [paul]       1.9.100cvs178
5367         * src/prefs_themes.c
5368                 fix broken underlining of label text
5369                 with some translations
5371 2006-01-21 [colin]      1.9.100cvs177
5373         * po/fr.po
5374                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
5376 2006-01-20 [colin]      1.9.100cvs176
5378         * configure.ac
5379         * Makefile.am
5380         * manual/Makefile
5381         * manual/dist/html/.cvsignore
5382         * manual/dist/html/Makefile.am
5383         * manual/dist/pdf/.cvsignore
5384         * manual/dist/pdf/Makefile.am
5385         * manual/dist/ps/.cvsignore
5386         * manual/dist/ps/Makefile.am
5387         * manual/dist/txt/.cvsignore
5388         * manual/dist/txt/Makefile.am
5389                 Autotool-ize manual
5391 2006-01-20 [paul]       1.9.100cvs175
5393         * manual/handling.xml
5394                 make Filtering and Searching entries easier to find
5395         * manual/keyboard.xml
5396                 add the remaining default keybinds
5397         * src/prefs_summaries.c
5398                 update the default keybinds
5400 2006-01-20 [paul]       1.9.100cvs174
5402         * src/addressbook.c
5403         * src/addrgather.c
5404         * src/addrharvest.c
5405         * src/editaddress.c
5406         * src/editgroup.c
5407         * src/exphtmldlg.c
5408         * src/expldifdlg.c
5409         * src/exporthtml.c
5410         * src/exportldif.c
5411         * src/ldif.c
5412                 replace 'e-mail' with 'email'
5413         * src/summary_search.c
5414                 add mnemonic to "Find all" button
5416 2006-01-20 [wwp]        1.9.100cvs173
5418         * src/export.c
5419         * src/import.c
5420                 touched mbox import/export buttons for HIG-compliance
5422 2006-01-19 [paul]       1.9.100cvs172
5424         * manual/account.xml
5425         * manual/addrbook.xml
5426         * manual/advanced.xml
5427         * manual/faq.xml
5428         * manual/handling.xml
5429         * manual/intro.xml
5430         * manual/plugins.xml
5431         * manual/starting.xml
5432                 more editing
5434 2006-01-19 [paul]       1.9.100cvs171
5436         * src/toolbar.c
5437                 allow use of trash button while receiving
5438                 Thanks to Colin
5440 2006-01-19 [wwp]        1.9.100cvs170
5442         * src/gtk/quicksearch.c
5443         * src/compose.c
5444                 force text color to black when yellow background is set
5446 2006-01-19 [colin]      1.9.100cvs169
5448         * src/plugins/trayicon/trayicon.c
5449                 Gray out Get Mail when already getting mail
5451 2006-01-18 [paul]       1.9.100cvs168
5453         * src/compose.c
5454                 give widget yellow background was To is
5455                 set via folder prefs
5456         * src/gtk/quicksearch.c
5457                 give widget yellow background when quick
5458                 search is active.
5459                 Thanks to Colin
5461 2006-01-18 [paul]       1.9.100cvs167
5463         * doc/man/sylpheed-claws.1
5464                 add --subscribe option
5466 2006-01-18 [paul]       1.9.100cvs166
5468         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5469         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5470                 use %U instead of %F (%F is broken for user installed
5471                 files in kde 3.5)
5473 2006-01-18 [colin]      1.9.100cvs165
5475         * src/summaryview.c
5476                 Default to Yes in "No more * messages" dialogs
5478 2006-01-17 [colin]      1.9.100cvs164
5480         * src/compose.c
5481                 Possibly fix an invalid iterator causing
5482                 crash
5484 2006-01-17 [colin]      1.9.100cvs163
5486         * src/mimeview.c
5487                 Fix crash when the image disappears under the
5488                 image viewer
5490 2006-01-16 [colin]      1.9.100cvs162
5492         * src/compose.c
5493                 Fix reenabling autowrap
5495 2006-01-16 [colin]      1.9.100cvs161
5497         * src/compose.c
5498                 reset quote_len before getting quote_str
5500 2006-01-16 [colin]      1.9.100cvs160
5502         * src/account.c
5503         * src/account.h
5504         * src/folder.c
5505         * src/imap_gtk.c
5506         * src/mh_gtk.c
5507                 Fix bug #883 (default inbox does not track folder move)
5509 2006-01-16 [colin]      1.9.100cvs159
5511         * src/compose.c
5512         * src/plugins/pgpcore/passphrase.c
5513                 More buttons fixes
5515 2006-01-16 [paul]       1.9.100cvs158
5517         * src/prefs_actions.c
5518         * src/prefs_filtering_action.c
5519         * src/prefs_matcher.c
5520         * src/quote_fmt.c
5521         * src/gtk/description_window.c
5522         * src/gtk/description_window.h
5523         * src/gtk/quicksearch.c
5524                 description window cleanups
5526 2006-01-15 [colin]      1.9.100cvs157
5528         * src/addressbook.c
5529         * src/prefs_filtering.c
5530                 Same here
5532 2006-01-15 [colin]      1.9.100cvs156
5534         * src/folderview.c
5535         * src/mainwindow.c
5536                 Same for "Empty trash"
5538 2006-01-15 [colin]      1.9.100cvs155
5540         * src/inc.c
5541                 Override offline dialog had Yes by default
5543 2006-01-15 [colin]      1.9.100cvs154
5545         * src/summaryview.c
5546                 Delete selected messages? previously had Yes the default
5548 2006-01-15 [colin]      1.9.100cvs153
5550         * src/folder.c
5551         * src/folder.h
5552         * src/main.c
5553                 Check if a mailbox is loaded after all
5554                 plugins are loaded.
5556 2006-01-15 [colin]      1.9.100cvs152
5558         * src/folder.c
5559                 Don't start wizard when there are unloaded folders (will help
5560                 people with only mbox or maildir mailboxes)
5562 2006-01-14 [colin]      1.9.100cvs151
5564         * src/addressbook.c
5565         * src/expldifdlg.c
5566         * src/importldif.c
5567         * src/importmutt.c
5568         * src/importpine.c
5569         * src/mh_gtk.c
5570                 More HIG compliance and fixes
5572 2006-01-14 [colin]      1.9.100cvs150
5574         * src/prefs_filtering_action.c
5575         * src/foldersel.c
5576                 Two forgotten button order changes
5578 2006-01-14 [colin]      1.9.100cvs149
5580         * src/account.c
5581         * src/addressbook.c
5582         * src/compose.c
5583         * src/folderview.c
5584         * src/imap_gtk.c
5585         * src/mainwindow.c
5586         * src/mh_gtk.c
5587         * src/news_gtk.c
5588         * src/prefs_actions.c
5589         * src/prefs_customheader.c
5590         * src/prefs_filtering.c
5591         * src/prefs_matcher.c
5592         * src/prefs_template.c
5593         * src/ssl_manager.c
5594         * src/summaryview.c
5595         * src/textview.c
5596         * src/toolbar.c
5597                 All deletion confirmations are now "Cancel, Delete" 
5598                 instead of "No, Yes"
5599                 Clarified most of the other "No, Yes" to 
5600                 "Cancel, Descriptive_action"
5601                 Rechanged the "Entry not saved" alerts to have 
5602                 "Close, Continue editing"
5605 2006-01-14 [paul]
5607         * 2.0.0-rc4 released
5609 2006-01-14 [paul]       1.9.100cvs148
5611         * src/account.c
5612         * src/addressadd.c
5613         * src/addressbook.c
5614         * src/compose.c
5615         * src/editaddress.c
5616         * src/editbook.c
5617         * src/editgroup.c
5618         * src/editjpilot.c
5619         * src/editldap.c
5620         * src/editvcard.c
5621         * src/exphtmldlg.c
5622         * src/expldifdlg.c
5623         * src/folderview.c
5624         * src/grouplistdialog.c
5625         * src/imap_gtk.c
5626         * src/importmutt.c
5627         * src/importpine.c
5628         * src/inc.c
5629         * src/main.c
5630         * src/mainwindow.c
5631         * src/message_search.c
5632         * src/messageview.c
5633         * src/mh_gtk.c
5634         * src/mimeview.c
5635         * src/news_gtk.c
5636         * src/prefs_actions.c
5637         * src/prefs_customheader.c
5638         * src/prefs_filtering.c
5639         * src/prefs_matcher.c
5640         * src/prefs_template.c
5641         * src/prefs_themes.c
5642         * src/ssl_manager.c
5643         * src/summary_search.c
5644         * src/summaryview.c
5645         * src/textview.c
5646         * src/toolbar.c
5647         * src/gtk/foldersort.c
5648         * src/gtk/gtkaspell.c
5649         * src/gtk/inputdialog.c
5650         * src/gtk/prefswindow.c
5651         * src/plugins/pgpcore/select-keys.c
5652         * src/plugins/trayicon/trayicon.c
5653                 HIG compliant button order
5655 2006-01-14 [mones]      1.9.100cvs147
5657         * po/es.po
5658                 Updated translation
5660 2006-01-13 [paul]       1.9.100cvs146
5662         * AUTHORS
5663         * ChangeLog
5664         * src/gtk/authors.h
5665                 add Joshua M. Kwan to contributors list
5667 2006-01-13 [colin]      1.9.100cvs145
5669         * src/gtk/quicksearch.c
5670                 Don't refocus quick search after executing (Esc or Enter)
5671                 Allows to '/'search something then move up/down in 
5672                 summaryview, and to Esc a search and be back in the 
5673                 summaryview
5675 2006-01-13 [paul]       1.9.100cvs144
5677         * src/plugins/pgpinline/pgpinline.c
5678                 support Content-Type 'application/pgp'
5679                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5681 2006-01-13 [paul]       1.9.100cvs143
5683         * manual/account.xml
5684                 make mention of partial retrieval
5685                 thanks to Colin
5687 2006-01-13 [paul]       1.9.100cvs142
5689         * src/account.c
5690         * src/account.h
5691         * src/action.c
5692         * src/action.h
5693         * src/adbookbase.h
5694         * src/addr_compl.c
5695         * src/addr_compl.h
5696         * src/addrbook.c
5697         * src/addrcache.c
5698         * src/addrcache.h
5699         * src/addrcindex.c
5700         * src/addrcindex.h
5701         * src/addrclip.c
5702         * src/addrclip.h
5703         * src/addrdefs.h
5704         * src/addressadd.c
5705         * src/addressadd.h
5706         * src/addressbook.c
5707         * src/addressbook.h
5708         * src/addrgather.c
5709         * src/addrgather.h
5710         * src/addrharvest.c
5711         * src/addrharvest.h
5712         * src/addrindex.c
5713         * src/addrindex.h
5714         * src/addritem.c
5715         * src/addritem.h
5716         * src/addrquery.c
5717         * src/addrquery.h
5718         * src/addrselect.c
5719         * src/addrselect.h
5720         * src/alertpanel.c
5721         * src/alertpanel.h
5722         * src/browseldap.c
5723         * src/browseldap.h
5724         * src/codeconv.c
5725         * src/codeconv.h
5726         * src/compose.c
5727         * src/compose.h
5728         * src/customheader.c
5729         * src/customheader.h
5730         * src/displayheader.c
5731         * src/displayheader.h
5732         * src/editaddress.c
5733         * src/editaddress.h
5734         * src/editbook.c
5735         * src/editbook.h
5736         * src/editgroup.c
5737         * src/editgroup.h
5738         * src/editjpilot.c
5739         * src/editjpilot.h
5740         * src/editldap.c
5741         * src/editldap.h
5742         * src/editldap_basedn.c
5743         * src/editldap_basedn.h
5744         * src/editvcard.c
5745         * src/editvcard.h
5746         * src/exphtmldlg.c
5747         * src/exphtmldlg.h
5748         * src/expldifdlg.c
5749         * src/expldifdlg.h
5750         * src/export.h
5751         * src/exporthtml.c
5752         * src/exporthtml.h
5753         * src/exportldif.c
5754         * src/exportldif.h
5755         * src/filtering.c
5756         * src/filtering.h
5757         * src/folder.c
5758         * src/folder.h
5759         * src/folder_item_prefs.c
5760         * src/folder_item_prefs.h
5761         * src/foldersel.c
5762         * src/foldersel.h
5763         * src/folderutils.c
5764         * src/folderutils.h
5765         * src/folderview.c
5766         * src/folderview.h
5767         * src/grouplistdialog.c
5768         * src/grouplistdialog.h
5769         * src/headerview.c
5770         * src/html.c
5771         * src/html.h
5772         * src/image_viewer.c
5773         * src/image_viewer.h
5774         * src/imap.c
5775         * src/imap.h
5776         * src/imap_gtk.c
5777         * src/imap_gtk.h
5778         * src/import.h
5779         * src/importldif.c
5780         * src/importldif.h
5781         * src/importmutt.c
5782         * src/importmutt.h
5783         * src/importpine.c
5784         * src/importpine.h
5785         * src/inc.c
5786         * src/inc.h
5787         * src/jpilot.c
5788         * src/jpilot.h
5789         * src/ldapctrl.c
5790         * src/ldapctrl.h
5791         * src/ldaplocate.c
5792         * src/ldaplocate.h
5793         * src/ldapquery.c
5794         * src/ldapquery.h
5795         * src/ldapserver.c
5796         * src/ldapserver.h
5797         * src/ldaputil.c
5798         * src/ldaputil.h
5799         * src/ldif.c
5800         * src/ldif.h
5801         * src/main.c
5802         * src/main.h
5803         * src/mainwindow.c
5804         * src/mainwindow.h
5805         * src/manual.c
5806         * src/manual.h
5807         * src/mbox.c
5808         * src/mbox.h
5809         * src/message_search.c
5810         * src/message_search.h
5811         * src/messageview.c
5812         * src/messageview.h
5813         * src/mh.c
5814         * src/mh.h
5815         * src/mh_gtk.c
5816         * src/mh_gtk.h
5817         * src/mimeview.c
5818         * src/mimeview.h
5819         * src/msgcache.c
5820         * src/msgcache.h
5821         * src/mutt.c
5822         * src/mutt.h
5823         * src/news.c
5824         * src/news.h
5825         * src/news_gtk.c
5826         * src/news_gtk.h
5827         * src/partial_download.c
5828         * src/partial_download.h
5829         * src/pine.c
5830         * src/pine.h
5831         * src/pop.c
5832         * src/pop.h
5833         * src/prefs_account.c
5834         * src/prefs_account.h
5835         * src/prefs_actions.c
5836         * src/prefs_actions.h
5837         * src/prefs_common.c
5838         * src/prefs_common.h
5839         * src/prefs_compose_writing.c
5840         * src/prefs_compose_writing.h
5841         * src/prefs_customheader.c
5842         * src/prefs_customheader.h
5843         * src/prefs_display_header.c
5844         * src/prefs_display_header.h
5845         * src/prefs_filtering.c
5846         * src/prefs_filtering.h
5847         * src/prefs_filtering_action.c
5848         * src/prefs_filtering_action.h
5849         * src/prefs_folder_column.c
5850         * src/prefs_folder_column.h
5851         * src/prefs_folder_item.c
5852         * src/prefs_folder_item.h
5853         * src/prefs_fonts.c
5854         * src/prefs_fonts.h
5855         * src/prefs_gtk.c
5856         * src/prefs_gtk.h
5857         * src/prefs_image_viewer.c
5858         * src/prefs_image_viewer.h
5859         * src/prefs_matcher.c
5860         * src/prefs_matcher.h
5861         * src/prefs_message.c
5862         * src/prefs_msg_colors.c
5863         * src/prefs_msg_colors.h
5864         * src/prefs_other.c
5865         * src/prefs_quote.c
5866         * src/prefs_receive.c
5867         * src/prefs_send.c
5868         * src/prefs_spelling.c
5869         * src/prefs_spelling.h
5870         * src/prefs_summaries.c
5871         * src/prefs_summaries.h
5872         * src/prefs_summary_column.c
5873         * src/prefs_summary_column.h
5874         * src/prefs_template.c
5875         * src/prefs_template.h
5876         * src/prefs_themes.c
5877         * src/prefs_themes.h
5878         * src/prefs_toolbar.c
5879         * src/prefs_toolbar.h
5880         * src/prefs_wrapping.c
5881         * src/prefs_wrapping.h
5882         * src/privacy.c
5883         * src/privacy.h
5884         * src/procheader.c
5885         * src/procheader.h
5886         * src/procmime.c
5887         * src/procmime.h
5888         * src/procmsg.c
5889         * src/procmsg.h
5890         * src/quote_fmt.c
5891         * src/quote_fmt_parse.y
5892         * src/recv.c
5893         * src/recv.h
5894         * src/remotefolder.c
5895         * src/remotefolder.h
5896         * src/send_message.c
5897         * src/send_message.h
5898         * src/setup.c
5899         * src/setup.h
5900         * src/sourcewindow.c
5901         * src/sourcewindow.h
5902         * src/ssl_manager.c
5903         * src/ssl_manager.h
5904         * src/statusbar.c
5905         * src/statusbar.h
5906         * src/stock_pixmap.c
5907         * src/stock_pixmap.h
5908         * src/summary_search.c
5909         * src/summary_search.h
5910         * src/summaryview.c
5911         * src/summaryview.h
5912         * src/syldap.c
5913         * src/syldap.h
5914         * src/textview.c
5915         * src/textview.h
5916         * src/toolbar.c
5917         * src/toolbar.h
5918         * src/undo.c
5919         * src/undo.h
5920         * src/unmime.c
5921         * src/unmime.h
5922         * src/vcard.c
5923         * src/vcard.h
5924         * src/wizard.c
5925         * src/wizard.h
5926         * src/common/base64.c
5927         * src/common/base64.h
5928         * src/common/defs.h
5929         * src/common/hooks.c
5930         * src/common/hooks.h
5931         * src/common/log.c
5932         * src/common/log.h
5933         * src/common/mgutils.c
5934         * src/common/mgutils.h
5935         * src/common/nntp.c
5936         * src/common/nntp.h
5937         * src/common/passcrypt.c
5938         * src/common/passcrypt.h.in
5939         * src/common/plugin.c
5940         * src/common/plugin.h
5941         * src/common/prefs.c
5942         * src/common/prefs.h
5943         * src/common/progressindicator.c
5944         * src/common/progressindicator.h
5945         * src/common/quoted-printable.c
5946         * src/common/quoted-printable.h
5947         * src/common/session.c
5948         * src/common/session.h
5949         * src/common/smtp.c
5950         * src/common/smtp.h
5951         * src/common/socket.c
5952         * src/common/socket.h
5953         * src/common/ssl.c
5954         * src/common/ssl.h
5955         * src/common/ssl_certificate.c
5956         * src/common/ssl_certificate.h
5957         * src/common/stringtable.c
5958         * src/common/stringtable.h
5959         * src/common/sylpheed.c
5960         * src/common/sylpheed.h
5961         * src/common/template.c
5962         * src/common/template.h
5963         * src/common/timing.h
5964         * src/common/utils.c
5965         * src/common/utils.h
5966         * src/common/version.h.in
5967         * src/common/xml.c
5968         * src/common/xml.h
5969         * src/common/xmlprops.c
5970         * src/common/xmlprops.h
5971         * src/gtk/colorlabel.c
5972         * src/gtk/colorsel.c
5973         * src/gtk/colorsel.h
5974         * src/gtk/description_window.c
5975         * src/gtk/description_window.h
5976         * src/gtk/filesel.c
5977         * src/gtk/filesel.h
5978         * src/gtk/foldersort.c
5979         * src/gtk/foldersort.h
5980         * src/gtk/gtkutils.c
5981         * src/gtk/gtkutils.h
5982         * src/gtk/inputdialog.c
5983         * src/gtk/inputdialog.h
5984         * src/gtk/logwindow.c
5985         * src/gtk/logwindow.h
5986         * src/gtk/manage_window.c
5987         * src/gtk/manage_window.h
5988         * src/gtk/menu.c
5989         * src/gtk/menu.h
5990         * src/gtk/pluginwindow.c
5991         * src/gtk/pluginwindow.h
5992         * src/gtk/prefswindow.c
5993         * src/gtk/prefswindow.h
5994         * src/gtk/progressdialog.c
5995         * src/gtk/progressdialog.h
5996         * src/gtk/sslcertwindow.c
5997         * src/gtk/sslcertwindow.h
5998         * src/plugins/clamav/clamav_plugin.c
5999         * src/plugins/clamav/clamav_plugin.h
6000         * src/plugins/clamav/clamav_plugin_gtk.c
6001         * src/plugins/demo/demo.c
6002         * src/plugins/dillo_viewer/dillo_prefs.c
6003         * src/plugins/dillo_viewer/dillo_prefs.h
6004         * src/plugins/dillo_viewer/dillo_viewer.c
6005         * src/plugins/pgpcore/passphrase.c
6006         * src/plugins/pgpcore/passphrase.h
6007         * src/plugins/pgpcore/plugin.c
6008         * src/plugins/pgpcore/select-keys.c
6009         * src/plugins/pgpcore/select-keys.h
6010         * src/plugins/pgpcore/sgpgme.c
6011         * src/plugins/pgpcore/sgpgme.h
6012         * src/plugins/pgpinline/pgpinline.c
6013         * src/plugins/pgpinline/pgpinline.h
6014         * src/plugins/pgpinline/plugin.c
6015         * src/plugins/pgpmime/pgpmime.c
6016         * src/plugins/pgpmime/pgpmime.h
6017         * src/plugins/pgpmime/plugin.c
6018         * src/plugins/spamassassin/spamassassin.c
6019         * src/plugins/spamassassin/spamassassin.h
6020         * src/plugins/spamassassin/spamassassin_gtk.c
6021         * src/plugins/trayicon/trayicon.c
6022                 update copyright header
6024 2006-01-13 [paul]       1.9.100cvs141
6026         * src/account.c
6027         * src/export.c
6028         * src/import.c
6029         * src/mainwindow.c
6030         * src/prefs_account.c
6031         * src/prefs_display_header.c
6032         * src/prefs_receive.c
6033         * src/prefs_send.c
6034         * src/prefs_summaries.c
6035         * src/prefs_themes.c
6036         * src/prefs_toolbar.c
6037         * src/gtk/about.c
6038                 various cleanups
6040 2006-01-12 [colin]      1.9.100cvs140
6042         * src/folder.c
6043         * src/folder.h
6044         * src/main.c
6045                 Add --subscribe option
6046                 Let sylpheed-claws email@domain.com equivalent to --compose
6047                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
6049 2006-01-12 [paul]       1.9.100cvs139
6051         * src/mainwindow.c
6052                 append 'Change folder order' label with '...'
6053         * src/prefs_actions.c
6054                 allow reordering of actions list by dnd
6055         * src/gtk/foldersort.c
6056                 make the dialog nicer
6058 2006-01-11 [colin]      1.9.100cvs138
6060         * src/compose.c
6061                 Allow templates without text
6063 2006-01-11 [paul]       1.9.100cvs137
6065         * tools/README
6066         * tools/filter_conv_new.pl
6067                 add info to README
6068                 also check .sylpheed for filter.xml
6069                 be a bit informative to the user
6071 2006-01-11 [colin]      1.9.100cvs136
6073         * src/textview.c
6074                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
6076 2006-01-10 [paul]       1.9.100cvs135
6078         * tools/Makefile.am
6079         * tools/filter_conv_new.pl
6080                 add script to convert new style Sylpheed
6081                 filter rules (Sylpheed >= 0.9.99) to
6082                 Claws filtering rules
6084 2006-01-10 [colin]      1.9.100cvs134
6086         * src/compose.c
6087                 Fix broken line joins in certain conditions
6088                 (between two quoted lines: <enter><enter><up>
6089                  <type a wrapped sentence><go in the first line>
6090                  <insert more text><watch as line joining failed>)
6092 2006-01-10 [paul]       1.9.100cvs133
6094         * src/compose.c
6095                 don't report success in error dialog
6096                 thanks to Colin
6097         * src/common/utils.c
6098                 include some trailing punctuations as URI
6099                 thanks to Hiro
6101 2006-01-10 [paul]       1.9.100cvs132
6103         * src/mimeview.c
6104                 fix incompatible pointer type
6105                 warning
6107 2006-01-10 [paul]       1.9.100cvs131
6109         * src/compose.c
6110                 change Subject in window title
6111                 instantaneously
6113 2006-01-09 [colin]      1.9.100cvs130
6115         * src/addressbook.c
6116         * src/headerview.c
6117         * src/mainwindow.c
6118         * src/messageview.c
6119         * src/mimeview.c
6120         * src/noticeview.c
6121         * src/summaryview.c
6122                 Fix possible crashes on exit and in addressbook
6124 2006-01-09 [paul]       1.9.100cvs129
6126         * src/prefs_msg_colors.c
6127                 some cleanups that I forgot last time
6129 2006-01-09 [paul]       1.9.100cvs128
6131         * README
6132         * src/folderview.c
6133         * src/prefs_msg_colors.c
6134                 add previously hidden option, color_new, to
6135                 the gui
6136                 move the page to Display/
6137                 rework the gui
6139 2006-01-09 [wwp]        1.9.100cvs127
6141         * src/prefs_themes.c
6142                 made the prefs/display/themes layouts spacing less condensed
6143                 (and so they match other prefs/pages' look).
6145 2006-01-09 [paul]       1.9.100cvs126
6147         * src/compose.c
6148         * src/prefs_common.c
6149         * src/prefs_common.h
6150         * src/prefs_wrapping.c
6151                 remove 'wrap at send' option
6153 2006-01-06 [colin]      1.9.100cvs125
6155         * src/compose.c
6156                 Just make completely sure we don't insert "manual line breaks" 
6157                 when wrapping... 
6159 2006-01-04 [paul]
6161         * 2.0.0-rc3 released
6163 2006-01-04 [paul]       1.9.100cvs124
6165         * src/folderview.c
6166                 fix bug 882, 'quick scroll in folder list
6167                 displays wrong folder contents'
6169 2006-01-04 [paul]       1.9.100cvs123
6171         * src/plugins/pgpmime/pgpmime.c
6172                 better debug information when signing
6173                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6175 2006-01-03 [colin]      1.9.100cvs122
6177         * configure.ac
6178                 We need to recheck for gpgme 1.0.0 after checking
6179                 for 1.1.1, because if 1.1.1 isn't available, 
6180                 GPGME_LIBS and friends are blanked out by the 
6181                 second check.
6183 2006-01-03 [colin]      1.9.100cvs121
6185         * src/common/prefs.c
6186                 Windows unlink-before rename fix
6187         * src/plugins/pgpcore/sgpgme.c
6188                 Add support for PKA info if available
6189                 Both patches by Werner Koch
6191 2006-01-03 [paul]       1.9.100cvs120
6193         * src/messageview.c
6194                 fix bug 884, 'Send receipt' button visible in queue
6195                 Thanks to Colin
6197 2006-01-02 [colin]      1.9.100cvs119
6199         * src/compose.c
6200         * src/imap.c
6201                 Fix autosave on IMAP and more generally try to
6202                 return the correct ID on a newly added IMAP message
6204 2006-01-02 [paul]       1.9.100cvs118
6206         * manual/keyboard.xml
6207                 edited
6209 2006-01-01 [paul]       1.9.100cvs117
6211         * src/gtk/authors.h
6212                 alphabetical order
6214 2005-12-30 [colin]      1.9.100cvs116
6216         * manual/advanced.xml
6217                 Explain Pre/Post-processing differences.
6219 2005-12-30 [colin]      1.9.100cvs115
6221         * src/mh.c
6222                 Implement copy_msgs for a little optimization
6223         * src/imap.c
6224                 Finish yesterday's fix
6226 2005-12-29 [colin]      1.9.100cvs114
6228         * src/imap.c
6229                 Fix occasional failure in fetching a mail over
6230                 IMAP
6232 2005-12-29 [colin]      1.9.100cvs113
6234         * src/compose.c
6235                 Don't remove a draft when sending it, if it is 
6236                 locked.
6238 2005-12-28 [colin]      1.9.100cvs112
6240         * src/summaryview.c
6241                 Fix leak for real
6243 2005-12-28 [wwp]        1.9.100cvs111
6245         * doc/faq/.cvsignore
6246         * doc/faq/de/.cvsignore
6247         * doc/faq/en/.cvsignore
6248         * doc/faq/es/.cvsignore
6249         * doc/faq/fr/.cvsignore
6250         * doc/faq/it/.cvsignore
6251         * doc/manual/.cvsignore
6252         * doc/manual/de/.cvsignore
6253         * doc/manual/en/.cvsignore
6254         * doc/manual/es/.cvsignore
6255         * doc/manual/fr/.cvsignore
6256         * doc/manual/ja/.cvsignore
6257         * src/plugins/mathml_viewer/.cvsignore
6258                 rollback revival of those files (my bad, sorry for the noise).
6260 2005-12-28 [wwp]        1.9.100cvs110
6262         * src/compose.c
6263                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
6265 2005-12-28 [wwp]        1.9.100cvs109
6267         * doc/faq/.cvsignore
6268         * doc/faq/de/.cvsignore
6269         * doc/faq/en/.cvsignore
6270         * doc/faq/es/.cvsignore
6271         * doc/faq/fr/.cvsignore
6272         * doc/faq/it/.cvsignore
6273         * doc/manual/.cvsignore
6274         * doc/manual/de/.cvsignore
6275         * doc/manual/en/.cvsignore
6276         * doc/manual/es/.cvsignore
6277         * doc/manual/fr/.cvsignore
6278         * doc/manual/ja/.cvsignore
6279         * src/plugins/mathml_viewer/.cvsignore
6280         * po/.cvsignore
6281                 more files to ignore.
6283 2005-12-24 [colin]      1.9.100cvs108
6285         * AUTHORS
6286         * src/gtk/authors.h
6287                 Update for Werner
6289 2005-12-24 [colin]      1.9.100cvs107
6291         * src/procmsg.c
6292                 Allow NULL src_msginfo in 
6293                 procmsg_msginfo_new_from_mimeinfo
6295 2005-12-23 [paul]       1.9.100cvs106
6297         * src/plugins/pgpinline/mypgpcore.def
6298                 add this forgotten file
6300 2005-12-23 [colin]      1.9.100cvs105
6302         * src/mainwindow.c
6303                 Fix missing break
6305 2005-12-23 [colin]      1.9.100cvs104
6307         * autogen.sh
6308         * src/folder.c
6309         * src/mh.c
6310         * src/common/plugin.c
6311         * src/common/socket.c
6312         * src/common/socket.h
6313         * src/common/utils.c
6314         * src/common/utils.h
6315         * src/gtk/pluginwindow.c
6316         * src/plugins/pgpcore/plugin.def
6317         * src/plugins/pgpcore/sylpheed.def
6318         * src/plugins/pgpinline/Makefile.am
6319         * src/plugins/pgpinline/plugin.def
6320         * src/plugins/pgpinline/sylpheed.def
6321         * src/plugins/pgpmime/plugin.def
6322         * src/plugins/pgpmime/sylpheed.def
6323                 Various w32 fixes by Werner Koch
6325 2005-12-22 [paul]       1.9.100cvs103
6327         * src/wizard.c
6328                 don't offer IMAP as 'server type' if
6329                 libetpan isn't built in
6331 2005-12-22 [paul]       1.9.100cvs102
6333         * AUTHORS
6334         * src/mainwindow.c
6335         * src/mainwindow.h
6336         * src/toolbar.c
6337         * src/gtk/authors.h
6338                 support GTK_TOOLBAR_BOTH_HORIZ (text
6339                 next to icon) Patch by Marien Zwart
6340                 marienz@users.sf.net
6341                 Also reword the text
6343 2005-12-21 [colin]      1.9.100cvs101
6345         * configure.ac
6346                 Fix DATADIRNAME
6347         * COPYING
6348                 Fix missing section and explicit the exception better
6349         * src/compose.c
6350                 Prevent mail from being lost without notice when an
6351                 SMTP error happens on trying to send an unmodified
6352                 drafted mail.
6353         * src/send_message.c
6354         * src/common/smtp.c
6355                 Fix password remembering when wrong, and add return
6356                 value checks where they should have been
6357         * src/plugins/pgpcore/sylpheed.def
6358         * src/plugins/pgpinline/sylpheed.def
6359         * src/plugins/pgpmime/sylpheed.def
6360                 Add a few symbols needed
6362 2005-12-21 [paul]       1.9.100cvs100
6364         * m4/codeset.m4
6365         * m4/glibc21.m4
6366         * m4/intdiv0.m4
6367         * m4/inttypes-pri.m4
6368         * m4/inttypes.m4
6369         * m4/inttypes_h.m4
6370         * m4/isc-posix.m4
6371         * m4/lcmessage.m4
6372         * m4/stdint_h.m4
6373         * m4/uintmax_t.m4
6374                 gettextization
6375                 thanks to Colin
6377 2005-12-21 [paul]       1.9.100cvs99
6379         * po/sv.po
6380                 fixed by Colin
6382 2005-12-20 [paul]       1.9.100cvs98
6384         * po/sv.po
6385                 updated by Anders Trobäck
6387 2005-12-20 [colin]      1.9.100cvs97
6389         * ABOUT-NLS
6390         * Makefile.am
6391         * autogen.sh
6392         * configure.ac
6393         * config/config.rpath
6394         * config/mkinstalldirs
6395         * m4/Makefile.am
6396         * m4/glibc2.m4
6397         * m4/gnupg.m4
6398         * m4/gpgme.m4
6399         * m4/intmax.m4
6400         * m4/longdouble.m4
6401         * m4/longlong.m4
6402         * m4/printf-posix.m4
6403         * m4/signed.m4
6404         * m4/size_max.m4
6405         * m4/ulonglong.m4
6406         * m4/wchar_t.m4
6407         * m4/wint_t.m4
6408         * m4/xsize.m4
6409         * po/Makefile.in.in
6410         * po/Makevars
6411         * po/bg.po
6412         * po/ca.po
6413         * po/cs.po
6414         * po/de.po
6415         * po/el.po
6416         * po/en_GB.po
6417         * po/es.po
6418         * po/fi.po
6419         * po/fr.po
6420         * po/hr.po
6421         * po/hu.po
6422         * po/it.po
6423         * po/ja.po
6424         * po/ko.po
6425         * po/nb.po
6426         * po/nl.po
6427         * po/pl.po
6428         * po/pt_BR.po
6429         * po/ru.po
6430         * po/sk.po
6431         * po/sr.po
6432         * po/stamp-po
6433         * po/sv.po
6434         * po/zh_CN.po
6435         * po/zh_TW.po
6436         * src/Makefile.am
6437         * src/codeconv.c
6438         * src/compose.c
6439         * src/exporthtml.c
6440         * src/exportldif.c
6441         * src/folder.c
6442         * src/main.c
6443         * src/manual.c
6444         * src/mh.c
6445         * src/mimeview.c
6446         * src/send_message.c
6447         * src/common/Makefile.am
6448         * src/common/fnmatch.c
6449         * src/common/fnmatch.h
6450         * src/common/fnmatch_loop.c
6451         * src/common/nntp.c
6452         * src/common/plugin.c
6453         * src/common/smtp.c
6454         * src/common/socket.c
6455         * src/common/string_match.c
6456         * src/common/sylpheed.c
6457         * src/common/utils.c
6458         * src/common/utils.h
6459         * src/common/w32_dirent.c
6460         * src/common/w32_reg.c
6461         * src/common/w32_signal.c
6462         * src/common/w32_stat.c
6463         * src/common/w32_stdio.c
6464         * src/common/w32_stdlib.c
6465         * src/common/w32_string.c
6466         * src/common/w32_time.c
6467         * src/common/w32_unistd.c
6468         * src/common/w32_wait.c
6469         * src/common/w32lib.h
6470         * src/etpan/Makefile.am
6471         * src/gtk/Makefile.am
6472         * src/plugins/clamav/Makefile.am
6473         * src/plugins/demo/Makefile.am
6474         * src/plugins/dillo_viewer/Makefile.am
6475         * src/plugins/pgpcore/Makefile.am
6476         * src/plugins/pgpcore/passphrase.c
6477         * src/plugins/pgpcore/plugin.def
6478         * src/plugins/pgpcore/sgpgme.c
6479         * src/plugins/pgpcore/sylpheed.def
6480         * src/plugins/pgpcore/version.rc
6481         * src/plugins/pgpinline/Makefile.am
6482         * src/plugins/pgpinline/plugin.def
6483         * src/plugins/pgpinline/sylpheed.def
6484         * src/plugins/pgpinline/version.rc
6485         * src/plugins/pgpmime/Makefile.am
6486         * src/plugins/pgpmime/mypgpcore.def
6487         * src/plugins/pgpmime/plugin.def
6488         * src/plugins/pgpmime/sylpheed.def
6489         * src/plugins/pgpmime/version.rc
6490         * src/plugins/spamassassin/Makefile.am
6491                 Very little ;-) patch from Werner Koch, providing
6492                 infrastructure for cross-compiling to Win32
6494 2005-12-20 [paul]       1.9.100cvs96
6496         * src/account.c
6497         * src/account.h
6498         * src/mainwindow.c
6499         * src/mainwindow.h
6500         * src/toolbar.c
6501         * src/toolbar.h
6502                 add a combo to the Get All button, allowing
6503                 quick retrieval from any account
6504                 Patch by Fabien Vantard, slightly modified
6505                 by Colin
6506         * src/gtk/about.c
6507                 i18n fix. Patch by Fabien Vantard
6509 2005-12-19 [colin]      1.9.100cvs95
6511         * src/compose.c
6512         * src/compose.h
6513                 Don't automatically join lines when they've 
6514                 been separated by the user and not automatically
6516 2005-12-19 [paul]       1.9.100cvs94
6518         * src/gtk/pluginwindow.c
6519                 i18n fix.
6520                 Patch by Fabien Vantard
6522 2005-12-15 [paul]       1.9.100cvs93
6524         * src/common/plugin.c
6525         * src/common/plugin.h
6526         * src/gtk/pluginwindow.c
6527         * src/plugins/clamav/clamav_plugin.c
6528         * src/plugins/demo/demo.c
6529         * src/plugins/dillo_viewer/dillo_viewer.c
6530         * src/plugins/pgpcore/plugin.c
6531         * src/plugins/pgpinline/plugin.c
6532         * src/plugins/pgpmime/plugin.c
6533         * src/plugins/spamassassin/spamassassin.c
6534         * src/plugins/trayicon/trayicon.c
6535                 add plugin_version()
6537 2005-12-15 [colin]      1.9.100cvs92
6539         * src/compose.c
6540                 Further fix bug #875
6542 2005-12-15 [paul]       1.9.100cvs91
6544         * src/gtk/filesel.c
6545                 fix attach_load_dir getting set to
6546                 PLUGINDIR on plugin load
6548 2005-12-14 [mones]      1.9.100cvs90
6550         * manual/ack.xml
6551         * manual/keyboard.xml
6552                 Initial draft and some shortcuts added
6553                 
6554         * po/es.po
6555                 Updated translation
6557 2005-12-14 [colin]      1.9.100cvs89
6559         * src/compose.c
6560         * src/imap.c
6561         * src/summaryview.c
6562         * src/gtk/gtkaspell.c
6563                 More leaks fixed
6564         * src/prefs_folder_item.c
6565                 Fix recursive prefs apply
6568 2005-12-14 [colin]      1.9.100cvs88
6570         * src/compose.c
6571                 Fix bug #875 (Freeze On Inline Forward of 
6572                 Large Message)
6574 2005-12-13 [colin]      1.9.100cvs87
6576         * src/compose.c
6577                 Uniq-ify and sort the mimetypes list
6578                 Patch by Fabien Vantard
6580 2005-12-13 [colin]      1.9.100cvs86
6582         * src/imap.c
6583         * src/etpan/imap-thread.c
6584                 Fix leaks (patch by Hoa)
6585         * src/news.c
6586         * src/common/plugin.c
6587                 Fix leaks
6589 2005-12-12 [colin]
6591         * 2.0.0-rc2 released
6593 2005-12-12 [colin]      1.9.100cvs85
6595         * src/matcher.c
6596                 Fix a leak
6598 2005-12-12 [wwp]        1.9.100cvs84
6600         * src/gtk/icon_legend.c
6601                 fix misbehaviour and crash when closing the legend window
6602         using the Esc key (patch by Fabien Vantard).
6604 2005-12-12 [paul]       1.9.100cvs83
6606         * src/browseldap.c
6607         * src/foldersel.c
6608         * src/prefs_actions.c
6609         * src/prefs_filtering.c
6610         * src/prefs_matcher.c
6611         * src/prefs_spelling.glade      ** REMOVED **
6612         * src/prefs_template.c
6613         * src/gtk/foldersort.glade      ** REMOVED **
6614         * src/gtk/pluginwindow.c
6615         * src/gtk/pluginwindow.glade    ** REMOVED **
6616         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
6617                 cleanups
6619 2005-12-11 [paul]       1.9.100cvs82
6621         * src/gtk/filesel.c
6622                 fix attach_load_dir crasher (double free)
6624 2005-12-09 [paul]       1.9.100cvs81
6626         * po/POTFILES.in
6627         * src/mainwindow.c
6628         * src/gtk/Makefile.am
6629         * src/gtk/icon_legend.c
6630         * src/gtk/icon_legend.h
6631                 add icon legend
6632         * src/manual.c
6633                 cleanup
6635 2005-12-09 [paul]       1.9.100cvs80
6637         * src/plugins/pgpcore/passphrase.c
6638                 wrap the label in the dialog
6640 2005-12-09 [colin]      1.9.100cvs79
6642         * src/plugins/pgpcore/sgpgme.c
6643                 Display (untrusted) on not trusted signatures
6644                 Patch by Michal Èihaø <michal@cihar.com>
6645                 Closes bug #867 (Report also key trust)
6647 2005-12-09 [colin]      1.9.100cvs78
6649         * src/common/plugin.c
6650                 Update licence check, following Eben Moglen's advice
6652 2005-12-08 [colin]      1.9.100cvs77
6654         * src/folder.c
6655                 Fix the occasionnal item->cache != NULL 
6656                 assertion failure. 
6658 2005-12-08 [colin]      1.9.100cvs76
6660         * src/mimeview.c
6661         * src/plugins/pgpcore/sgpgme.c
6662                 Print key id when unable to check it
6663                 Closes bug #866 (Show key id when missing)
6665 2005-12-08 [paul]       1.9.100cvs75
6667         * src/prefs_common.c
6668         * src/prefs_common.h
6669         * src/gtk/filesel.c
6670                 remember load attachment dir
6672 2005-12-07 [colin]      1.9.100cvs74
6674         * src/prefs_toolbar.c
6675                 Gtk fixes, patch by Fabien Vantard
6677 2005-12-07 [colin]      1.9.100cvs73
6679         * src/action.c
6680         * src/compose.c
6681         * src/compose.h
6682                 Fix bug #839 (Quoted text isn't colored after 
6683                 executing an action)
6684         * src/common/plugin.c
6685                 Require plugins to declare their licence in plugin_licence()
6686                 Refuse to load non-GPL plugins as they'd be illegal (as 
6687                 derived works of Sylpheed-Claws, they must be GPL).
6688         * src/plugins/clamav/clamav_plugin.c
6689         * src/plugins/demo/demo.c
6690         * src/plugins/dillo_viewer/dillo_viewer.c
6691         * src/plugins/pgpcore/plugin.c
6692         * src/plugins/pgpinline/plugin.c
6693         * src/plugins/pgpmime/plugin.c
6694         * src/plugins/spamassassin/spamassassin.c
6695         * src/plugins/trayicon/trayicon.c
6696                 Add plugin_licence()
6698 2005-12-07 [paul]       1.9.100cvs72
6700         * configure.ac
6701         * src/mainwindow.c
6702         * src/manual.c
6703         * src/manual.h
6704         * src/common/defs.h
6705                 clean up after local FAQ removal and
6706                 temporary manual removal
6708 2005-12-06 [colin]      1.9.100cvs71
6710         * configure.ac
6711         * doc/Makefile.am
6712         * doc/faq/.cvsignore
6713         * doc/faq/Makefile.am
6714         * doc/faq/de/.cvsignore
6715         * doc/faq/de/Makefile.am
6716         * doc/faq/de/sylpheed-faq-1.html
6717         * doc/faq/de/sylpheed-faq-2.html
6718         * doc/faq/de/sylpheed-faq-3.html
6719         * doc/faq/de/sylpheed-faq.html
6720         * doc/faq/en/.cvsignore
6721         * doc/faq/en/Makefile.am
6722         * doc/faq/en/sylpheed-faq-1.html
6723         * doc/faq/en/sylpheed-faq-2.html
6724         * doc/faq/en/sylpheed-faq-3.html
6725         * doc/faq/en/sylpheed-faq-4.html
6726         * doc/faq/en/sylpheed-faq.html
6727         * doc/faq/es/.cvsignore
6728         * doc/faq/es/Makefile.am
6729         * doc/faq/es/sylpheed-faq-1.html
6730         * doc/faq/es/sylpheed-faq-2.html
6731         * doc/faq/es/sylpheed-faq-3.html
6732         * doc/faq/es/sylpheed-faq-4.html
6733         * doc/faq/es/sylpheed-faq.html
6734         * doc/faq/fr/.cvsignore
6735         * doc/faq/fr/Makefile.am
6736         * doc/faq/fr/sylpheed-faq-1.html
6737         * doc/faq/fr/sylpheed-faq-2.html
6738         * doc/faq/fr/sylpheed-faq-3.html
6739         * doc/faq/fr/sylpheed-faq.html
6740         * doc/faq/it/.cvsignore
6741         * doc/faq/it/Makefile.am
6742         * doc/faq/it/sylpheed-faq-1.html
6743         * doc/faq/it/sylpheed-faq-2.html
6744         * doc/faq/it/sylpheed-faq-3.html
6745         * doc/faq/it/sylpheed-faq.html
6746         * doc/manual/.cvsignore
6747         * doc/manual/Makefile.am
6748         * doc/manual/de/.cvsignore
6749         * doc/manual/de/Makefile.am
6750         * doc/manual/de/sylpheed-1.html
6751         * doc/manual/de/sylpheed-10.html
6752         * doc/manual/de/sylpheed-11.html
6753         * doc/manual/de/sylpheed-12.html
6754         * doc/manual/de/sylpheed-13.html
6755         * doc/manual/de/sylpheed-14.html
6756         * doc/manual/de/sylpheed-15.html
6757         * doc/manual/de/sylpheed-16.html
6758         * doc/manual/de/sylpheed-17.html
6759         * doc/manual/de/sylpheed-18.html
6760         * doc/manual/de/sylpheed-19.html
6761         * doc/manual/de/sylpheed-2.html
6762         * doc/manual/de/sylpheed-20.html
6763         * doc/manual/de/sylpheed-3.html
6764         * doc/manual/de/sylpheed-4.html
6765         * doc/manual/de/sylpheed-5.html
6766         * doc/manual/de/sylpheed-6.html
6767         * doc/manual/de/sylpheed-7.html
6768         * doc/manual/de/sylpheed-8.html
6769         * doc/manual/de/sylpheed-9.html
6770         * doc/manual/de/sylpheed.html
6771         * doc/manual/en/.cvsignore
6772         * doc/manual/en/Makefile.am
6773         * doc/manual/en/sylpheed-1.html
6774         * doc/manual/en/sylpheed-10.html
6775         * doc/manual/en/sylpheed-11.html
6776         * doc/manual/en/sylpheed-12.html
6777         * doc/manual/en/sylpheed-13.html
6778         * doc/manual/en/sylpheed-14.html
6779         * doc/manual/en/sylpheed-15.html
6780         * doc/manual/en/sylpheed-16.html
6781         * doc/manual/en/sylpheed-17.html
6782         * doc/manual/en/sylpheed-18.html
6783         * doc/manual/en/sylpheed-19.html
6784         * doc/manual/en/sylpheed-2.html
6785         * doc/manual/en/sylpheed-20.html
6786         * doc/manual/en/sylpheed-21.html
6787         * doc/manual/en/sylpheed-22.html
6788         * doc/manual/en/sylpheed-3.html
6789         * doc/manual/en/sylpheed-4.html
6790         * doc/manual/en/sylpheed-5.html
6791         * doc/manual/en/sylpheed-6.html
6792         * doc/manual/en/sylpheed-7.html
6793         * doc/manual/en/sylpheed-8.html
6794         * doc/manual/en/sylpheed-9.html
6795         * doc/manual/en/sylpheed.html
6796         * doc/manual/es/.cvsignore
6797         * doc/manual/es/Makefile.am
6798         * doc/manual/es/sylpheed-1.html
6799         * doc/manual/es/sylpheed-10.html
6800         * doc/manual/es/sylpheed-11.html
6801         * doc/manual/es/sylpheed-12.html
6802         * doc/manual/es/sylpheed-13.html
6803         * doc/manual/es/sylpheed-14.html
6804         * doc/manual/es/sylpheed-15.html
6805         * doc/manual/es/sylpheed-16.html
6806         * doc/manual/es/sylpheed-17.html
6807         * doc/manual/es/sylpheed-18.html
6808         * doc/manual/es/sylpheed-19.html
6809         * doc/manual/es/sylpheed-2.html
6810         * doc/manual/es/sylpheed-20.html
6811         * doc/manual/es/sylpheed-3.html
6812         * doc/manual/es/sylpheed-4.html
6813         * doc/manual/es/sylpheed-5.html
6814         * doc/manual/es/sylpheed-6.html
6815         * doc/manual/es/sylpheed-7.html
6816         * doc/manual/es/sylpheed-8.html
6817         * doc/manual/es/sylpheed-9.html
6818         * doc/manual/es/sylpheed.html
6819         * doc/manual/fr/.cvsignore
6820         * doc/manual/fr/Makefile.am
6821         * doc/manual/fr/sylpheed-1.html
6822         * doc/manual/fr/sylpheed-10.html
6823         * doc/manual/fr/sylpheed-11.html
6824         * doc/manual/fr/sylpheed-12.html
6825         * doc/manual/fr/sylpheed-13.html
6826         * doc/manual/fr/sylpheed-14.html
6827         * doc/manual/fr/sylpheed-15.html
6828         * doc/manual/fr/sylpheed-16.html
6829         * doc/manual/fr/sylpheed-17.html
6830         * doc/manual/fr/sylpheed-18.html
6831         * doc/manual/fr/sylpheed-19.html
6832         * doc/manual/fr/sylpheed-2.html
6833         * doc/manual/fr/sylpheed-20.html
6834         * doc/manual/fr/sylpheed-3.html
6835         * doc/manual/fr/sylpheed-4.html
6836         * doc/manual/fr/sylpheed-5.html
6837         * doc/manual/fr/sylpheed-6.html
6838         * doc/manual/fr/sylpheed-7.html
6839         * doc/manual/fr/sylpheed-8.html
6840         * doc/manual/fr/sylpheed-9.html
6841         * doc/manual/fr/sylpheed.html
6842         * doc/manual/ja/.cvsignore
6843         * doc/manual/ja/Makefile.am
6844         * doc/manual/ja/sylpheed-1.html
6845         * doc/manual/ja/sylpheed-10.html
6846         * doc/manual/ja/sylpheed-11.html
6847         * doc/manual/ja/sylpheed-12.html
6848         * doc/manual/ja/sylpheed-13.html
6849         * doc/manual/ja/sylpheed-14.html
6850         * doc/manual/ja/sylpheed-15.html
6851         * doc/manual/ja/sylpheed-16.html
6852         * doc/manual/ja/sylpheed-17.html
6853         * doc/manual/ja/sylpheed-18.html
6854         * doc/manual/ja/sylpheed-19.html
6855         * doc/manual/ja/sylpheed-2.html
6856         * doc/manual/ja/sylpheed-20.html
6857         * doc/manual/ja/sylpheed-3.html
6858         * doc/manual/ja/sylpheed-4.html
6859         * doc/manual/ja/sylpheed-5.html
6860         * doc/manual/ja/sylpheed-6.html
6861         * doc/manual/ja/sylpheed-7.html
6862         * doc/manual/ja/sylpheed-8.html
6863         * doc/manual/ja/sylpheed-9.html
6864         * doc/manual/ja/sylpheed.html
6865         * doc/manual/ja/sylpheed.sgml
6866         * src/mainwindow.c
6867                 Remove outdated manual and faq. Noisy, eh?
6869 2005-12-06 [colin]      1.9.100cvs70
6871         * src/compose.c
6872         * src/quote_fmt_parse.y
6873         * src/undo.c
6874         * src/undo.h
6875                 Allow %X to position cursor at 0 
6876                 (no %X = before signature)
6877                 Fix paste as quotation putting the cursor at 0
6878                 Fix undo offsets when pasting
6879                 Insert the quote_fmt at once instead of line 
6880                 by line
6881                 Fix [Edited] when starting to reply/forward
6883 2005-12-06 [paul]       1.9.100cvs69
6885         * src/plugins/clamav/clamav_plugin_gtk.c
6886                 add another tooltip
6887         * src/plugins/spamassassin/spamassassin_gtk.c
6888                 rework spamassassin_create_widget_func()
6890 2005-12-05 [colin]      1.9.100cvs68
6892         * po/POTFILES.in
6893                 Fix make release ;-)
6895 2005-12-05 [colin]      1.9.100cvs67
6897         * src/compose.c
6898         * src/compose.h
6899                 Fix cursor positioning (not obeying %X)
6901 2005-12-05 [paul]       1.9.100cvs66
6903         * src/plugins/dillo_viewer/dillo_prefs.c
6904                 fix compilation warning
6906 2005-12-05 [paul]       1.9.100cvs65
6908         * src/prefs_spelling.c
6909         * src/plugins/trayicon/trayicon.c
6910                 cleanups - remove unused stuff
6912 2005-12-05 [paul]       1.9.100cvs64
6914         * README
6915         * manual/plugins.xml
6916                 remove info about removed mathml_viewer plugin
6918 2005-12-05 [paul]       1.9.100cvs63
6920         * configure.ac
6921         * src/plugins/Makefile.am
6922         * src/plugins/mathml_viewer/.cvsignore
6923         * src/plugins/mathml_viewer/Makefile.am
6924         * src/plugins/mathml_viewer/mathml_viewer.c
6925                 remove unmaintained mathml_viewer plugin
6927 2005-12-05 [paul]       1.9.100cvs62
6929         * src/summaryview.c
6930                 obey prefs_common.always_show_msg when
6931                 moving a msg
6932                 Thanks to Colin
6934 2005-12-05 [paul]       1.9.100cvs61
6936         * src/compose.c
6937         * src/prefs_account.c
6938         * src/prefs_filtering.c
6939         * src/prefs_quote.c
6940         * src/prefs_spelling.c
6941         * src/prefs_toolbar.c
6942         * src/summaryview.c
6943         * src/gtk/gtkutils.c
6944         * src/gtk/quicksearch.c
6945         * src/plugins/dillo_viewer/dillo_prefs.c
6946                 dialog cleanups
6948 2005-12-04 [paul]       1.9.100cvs60
6950         * src/inc.c
6951         * src/prefs_account.c
6952         * src/prefs_account.h
6953                 allow a Local account to specify a
6954                 default inbox
6955                 (closes bug 843 'Inbox cannot be changed for local
6956                  mailboxes')
6958 2005-12-04 [colin]      1.9.100cvs59
6960         * src/plugins/trayicon/trayicon.c
6961                 Remove Get, rename Get All to Get Mail in order to
6962                 be consistent with the default main toolbar
6964 2005-12-03 [colin]      1.9.100cvs58
6966         * manual/gpl.xml
6967         * manual/sylpheed-claws-manual.xml
6968                 Add GPL appendix
6970 2005-12-03 [paul]       1.9.100cvs57
6972         * AUTHORS
6973         * po/sv.po
6974         * src/gtk/authors.h
6975                 new (partially complete) Swedish translation
6976                 by Anders Troback <sylpheed@troback.com>
6978 2005-12-02 [paul]       1.9.100cvs56
6980         * configure.ac
6981                 libetpan 0.41 required
6983 2005-12-02 [paul]       1.9.100cvs55
6985         * src/plugins/clamav/clamav_plugin.c
6986         * src/plugins/clamav/clamav_plugin.h
6987         * src/plugins/clamav/clamav_plugin_gtk.c
6988         * src/plugins/spamassassin/spamassassin.c
6989         * src/plugins/spamassassin/spamassassin.h
6990         * src/plugins/spamassassin/spamassassin_gtk.c
6991                 unregister prefs pages on unloading, thus
6992                 preventing a crash
6993                 (thanks to Colin for the hint)
6995 2005-12-02 [wwp]        1.9.100cvs54
6997         * src/quote_fmt.h
6998         * src/quote_fmt_parse.y
6999                 fix misuse of gboolean*, use gboolean instead
7000                 (thanks to Paul, Colin, for pointing out that scaring one)
7002 2005-12-02 [paul]       1.9.100cvs53
7004         * src/plugins/clamav/clamav_plugin.c
7005                 int no --> unsigned int no
7006         * src/plugins/clamav/clamav_plugin_gtk.c
7007                 rework config page
7009 2005-12-02 [wwp]        1.9.100cvs52
7011         * src/compose.c
7012         * src/prefs_template.c
7013         * src/quote_fmt.h
7014         * src/quote_fmt_parse.y
7015                 prevent from executing |f and |p templates commands when
7016                 adding or replacing templates in prefs (avoids annoying and
7017                 potentially dangerous behaviours)
7019 2005-12-02 [paul]       1.9.100cvs51
7021         * src/prefs_common.c
7022                 allow translation of some default values
7023                 Patch by Fabien Vantard
7025 2005-12-02 [paul]       1.9.100cvs50
7027         * src/codeconv.c
7028         * src/codeconv.h
7029         * src/prefs_common.c
7030         * src/prefs_common.h
7031         * src/prefs_message.c
7032         * src/textview.c
7033                 remove obsolete 'convert_mb_alnum' option
7034                 and related stuff
7035         * src/gtk/about.c
7036                 remove unused 'about_textview_visibility_notify'
7038 2005-12-02 [paul]       1.9.100cvs49
7040         * src/prefs_account.c
7041         * src/prefs_compose_writing.c
7042         * src/prefs_fonts.c
7043         * src/prefs_gtk.h
7044         * src/prefs_image_viewer.c
7045         * src/prefs_message.c
7046         * src/prefs_other.c
7047         * src/prefs_receive.c
7048         * src/prefs_send.c
7049         * src/prefs_spelling.c
7050         * src/prefs_summaries.c
7051         * src/prefs_wrapping.c
7052         * src/plugins/dillo_viewer/dillo_prefs.c
7053         * src/plugins/pgpcore/prefs_gpg.c
7054                 several cleanups to the prefs dialogs
7055                 (slightly modified) patch by Fabien Vantard
7057 2005-12-02 [paul]       1.9.100cvs48
7059         * src/main.c
7060                 --exit means exit
7061         * src/send_message.c
7062                 fix crash on send when connection fails
7064         Thanks to Colin
7066 2005-12-01 [colin]      1.9.100cvs47
7068         * src/html.c
7069                 Translate &hellip; to "..."
7071 2005-11-30 [colin]      1.9.100cvs46
7073         * src/matcher.c
7074         * src/matcher.h
7075                 Optimize back yesterday's fix.
7077 2005-11-30 [paul]       1.9.100cvs45
7079         * manual/faq.xml
7080                 standardised
7081         * manual/intro.xml
7082                 written by Colin, edited by me
7084 2005-11-29 [colin]      1.9.100cvs44
7086         * src/matcher.c
7087                 Skip headers unconditionnaly in match_body if the
7088                 rule is not message or ~message
7090 2005-11-29 [colin]      1.9.100cvs43
7092         * src/matcher.c
7093                 Fix body_part and such, not skipping headers 
7094                 if the matchcriteria wasn't the first in the rule
7096 2005-11-29 [colin]      1.9.100cvs42
7098         * src/compose.c
7099                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
7100                 option missing from message view window)
7101                 Fix double text D'n'D with gtk-2.8
7102         * src/matcher.c
7103                 Fix ~message, ~headers_part, ~body_part rules
7104         * src/messageview.c
7105                 Add Windows-1252 (Closes bug #863)
7106                 Fix accels
7107         * src/gtk/gtkaspell.c
7108                 Properly destroy accels in all menus
7110 2005-11-29 [mones]      1.9.100cvs41
7112         * po/es.po
7113                 Updated.
7115 2005-11-27 [colin]      1.9.100cvs40
7117         * src/mh_gtk.c
7118                 "/Remove mailbox" -> "/Remove mailbox..."
7120 2005-11-27 [paul]       1.9.100cvs39
7122         * AUTHORS
7123         * po/de.po
7124         * src/gtk/authors.h
7125                 updated by new maintainer, Stephan Sachse
7127 2005-11-27 [paul]       1.9.100cvs38
7129         * manual/faq.xml
7130                 written by Colin, edited by me
7132 2005-11-27 [paul]       1.9.100cvs37
7134         * src/prefs_common.c
7135         * src/prefs_common.h
7136         * src/prefs_receive.c
7137         * src/prefs_summaries.c
7138                 move 'go to inbox after receiving new mail'
7139                 option from display/sumamaries to mail
7140                 handling/receive, and rework prefs_summaries
7141                 dialog a little
7143 2005-11-25 [martin]     1.9.100cvs36
7145         * po/de.po
7146             fixed windows-1252 translation;
7147             translated some new and fuzzy strings
7149 2005-11-25 [paul]       1.9.100cvs35
7151         * src/plugins/clamav/clamav_plugin.c
7152                 complete the update done in cvs34
7154 2005-11-25 [paul]       1.9.100cvs34
7156         * src/plugins/clamav/clamav_plugin.c
7157                 reflect upstream changes
7159 2005-11-25 [paul]       1.9.100cvs33
7161         * manual/ack.xml
7162         * manual/plugins.xml
7163         * manual/sylpheed-claws-manual.xml
7164                 written/updated by Colin, edited by me
7165         * tools/acroread2sylpheed.pl
7166                 update binary name
7168 2005-11-24 [colin]      1.9.100cvs32
7170         * src/compose.c
7171                 Fix bug #856 (reediting messages forgets Request
7172                 Return Receipt)
7174 2005-11-24 [paul]       1.9.100cvs31
7176         * manual/addrbook.xml
7177         * manual/starting.xml
7178                 written by Colin, proofread, edited, adapted by me
7179         * manual/advanced.xml
7180                 add some Actions examples
7181         * src/importldif.c
7182                 use a Save button instead of a Close button
7183         * src/wizard.c
7184                 indicate mandatory fields
7185                 fix page display
7186                 Thanks to Colin
7188 2005-11-23 [colin]      1.9.100cvs30
7190         * src/addressbook.c
7191                 Rename menu item, fix possible crash after
7192                 deletion of books
7193         * src/addrindex.c
7194                 Allow searching for '*' in ldap
7195         * src/browseldap.c
7196                 Fix "Browse Entry" (did anyone use it?)
7197         * src/wizard.c
7198                 Add guards for mandatory information
7200 2005-11-23 [paul]       1.9.100cvs29
7202         * manual/advanced.xml
7203                 corrections to the English
7205 2005-11-23 [colin]      1.9.100cvs28
7207         * src/mimeview.c
7208                 Fix possible crash at exit. After the call to
7209                 gtk_container_remove(), the Viewer's widget has no
7210                 more parent so gtk+ automatically frees it and its
7211                 sons. If destroy_viewer() then try to access it,
7212                 problems ensue.
7214 2005-11-22 [colin]      1.9.100cvs27
7216         * src/compose.c
7217         * src/gtk/gtkaspell.c
7218                 Fix right-clicking on a misspelled word
7219                 Fix More... in suggestions menu
7221 2005-11-22 [wwp]        1.9.100cvs26
7223         * src/prefs_template.c
7224                 templates works: re-sort templates list when adding or replacing,
7225                 prevent from adding or replacing when the template name is empty
7227 2005-11-21 [colin]      1.9.100cvs25
7229         * src/addressbook.c
7230                 Fix some addressbook suckage (dnd, select all)
7231         * src/compose.c
7232         * src/gtk/gtkaspell.c
7233         * src/gtk/gtkaspell.h
7234                 Make the spellchecker menu work with the 
7235                 GtkTextView one instead of overriding it
7237 2005-11-20 [paul]       1.9.100cvs24
7239         * manual/handling.xml
7240                 proofread and corrected
7242 2005-11-20 [paul]       1.9.100cvs23
7244         * manual/Makefile
7245                 generate html as one file
7246         * manual/advanced.xml
7247                 fix output generation
7248                 reformat hidden options list
7249         * manual/manual.xml     ** REMOVED **
7250         * manual/sylpheed-claws-manual.xml      ** ADDED **
7251                 renamed
7253 2005-11-18 [colin]      1.9.100cvs22
7255         * src/prefs_account.c
7256                 Fix layout in news and mbox accounts
7257         * manual/account.xml
7258         * manual/advanced.xml
7259                 New contents for Paul to check :)
7261 2005-11-18 [wwp]        1.9.100cvs21
7263         * src/gtk/quicksearch.c
7264                 don't update extended quicksearch buttons twice
7266 2005-11-18 [paul]       1.9.100cvs20
7268         * src/textview.c
7269                 complete 1.9.100cvs19
7271 2005-11-18 [paul]       1.9.100cvs19
7273         * src/compose.c
7274                 cosmetic improvements
7275         * src/textview.c
7276                 also list text/* attachments
7278 2005-11-18 [colin]      1.9.100cvs18
7280         * src/summaryview.c
7281                 Use column 0 instead of -1 in 
7282                 gtk_ctree_node_moveto, in a naive
7283                 hope it'll fix the gtk-related crashes
7285 2005-11-18 [colin]      1.9.100cvs17
7287         * src/gtk/inputdialog.c
7288                 Fix icon staying the first one
7290 2005-11-17 [wwp]        1.9.100cvs16
7291                 fix possible problem showing some quicksearch buttons, and a bad
7292                 call to g_return_if_fail in a function that returns a value (both
7293                 fixes by Fabien Vantard)
7295 2005-11-15 [wwp]        1.9.100cvs15
7297         * src/gtk/quicksearch.c
7298                 added a tooltip to that obscure ... quicksearch button
7300 2005-11-15 [wwp]        1.9.100cvs14
7302         * src/gtk/quicksearch.c
7303                 add a quicksearch helper to filtering expression users: the ... button
7304                 raises the condition expr window. condition expressions set up w/ this
7305                 window are used by the quicksearch if the user closes it pressing OK.
7307 2005-11-14 [paul]       1.9.100cvs13
7309         * src/plugins/clamav/clamav_plugin.c
7310         * src/plugins/spamassassin/spamassassin.c
7311                 change plugin type following recent merging
7313 2005-11-14 [wwp]        1.9.100cvs12
7315         * src/folder.c
7316                 prevent from crashing when copying/moving message(s) from and
7317                 to the same folder
7319 2005-11-14 [paul]       1.9.100cvs11
7321         * src/plugins/clamav/Makefile.am
7322         * src/plugins/clamav/clamav_plugin.c
7323         * src/plugins/clamav/clamav_plugin.h
7324         * src/plugins/clamav/clamav_plugin_gtk.c
7325                 also merge clamav and clamav_gtk plugins
7327 2005-11-13 [colin]      1.9.100cvs10
7329         * configure.ac
7330         * src/plugins/spamassassin/Makefile.am
7331         * src/plugins/spamassassin/spamassassin.c
7332         * src/plugins/spamassassin/spamassassin.h
7333         * src/plugins/spamassassin/spamassassin_gtk.c
7334                 Merge spamassassin and spamassassin_gtk plugins,
7335                 and build it by default.
7337 2005-11-12 [colin]      1.9.100cvs9
7339         * src/etpan/imap-thread.c
7340                 Fix gcc warning
7342 2005-11-12 [colin]      1.9.100cvs8
7344         * src/procmime.c
7345                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
7347 2005-11-10 [colin]      1.9.100cvs7
7349         * src/main.c
7350                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
7351                 minimised state)
7353 2005-11-10 [wwp]        1.9.100cvs6
7355         * src/gtk/description_window.c
7356                 fix a crash when closing description windows using the WM's [X] button
7358 2005-11-09 [colin]      1.9.100cvs5
7360         * src/common/ssl.c
7361                 Update libetpan call to follow upstream
7362                 (yes, this requires libetpan-0.40cvs3)
7364 2005-11-08 [colin]      1.9.100cvs4
7366         * src/compose.c
7367         * src/textview.c
7368         * src/common/utils.c
7369         * src/common/utils.h
7370                 Enhance the email parser
7372 2005-11-08 [colin]      1.9.100cvs3
7374         * src/procmime.c
7375                 Fix what looks like an off-by-one (fixes 
7376                 attachments from the Bat)
7378 2005-11-08 [wwp]        1.9.100cvs2
7380         * src/main.c
7381                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
7383 2005-11-08 [wwp]        1.9.100cvs1
7385         * src/main.c
7386                 allow exiting Sylpheed-Claws from command-line
7388 2005-11-08 [paul]       1.9.100
7390         1.9.100 released
7392 2005-11-07 [colin]      1.9.99cvs17
7394         * src/addritem.c
7395         * src/ldif.c
7396                 Fix import of base-64 encoded items
7398 2005-11-07 [colin]      1.9.99cvs16
7400         * src/send_message.c
7401                 Fix bug #314 (Queue does not empty under certain 
7402                 circumstances)
7404 2005-11-07 [paul]       1.9.99cvs15
7406         * src/mutt.c
7407         * src/pine.c
7408                 fix buffer overflows
7409                 Thanks to Colin
7411 2005-11-07 [paul]       1.9.99cvs14
7413         * doc/man/Makefile.am
7414         * doc/man/sylpheed-claws.1      ** ADDED **
7415         * doc/man/sylpheed.1            ** DELETED **
7416                 rename and update the man file
7418 2005-11-06 [colin]      1.9.99cvs13
7420         * src/ldif.c
7421                 Fix ldif_get_line() that returned empty strings
7422                 (Didn't understand why). Also fix a possible
7423                 buffer overflow.
7425 2005-11-06 [wwp]        1.9.99cvs12
7427         * src/textview.c
7428         * src/gtk/about.c
7429         * src/gtk/gtkutils.c
7430         * src/gtk/gtkutils.h
7431                 fix a compilation warning,
7432                 make links sensitive in the about dialog
7434 2005-11-04 [wwp]        1.9.99cvs11
7436         * src/gtk/about.c
7437                 don't wrap or translate URIs, and a bit text format cleanup
7439 2005-11-04 [wwp]        1.9.99cvs10
7441         * src/gtk/about.c
7442                 better textview tagging implementation (no more use of marks for
7443                 postponed tagging)
7445 2005-11-02 [colin]      1.9.99cvs9
7447         * src/common/ssl.c
7448                 Forgot an ifdef
7450 2005-11-02 [colin]      1.9.99cvs8
7452         * configure.ac
7453                 Require libetpan-0.40 due to upstream fix
7454         * src/common/ssl.c
7455                 Tell libetpan not to call SSL_Library_Init,
7456                 as we do it ourselves.
7458 2005-11-02 [colin]      1.9.99cvs7
7460         * po/POTFILES.in
7461                 Add missing files (thanks to Fabien Vantard)
7463 2005-11-02 [colin]      1.9.99cvs6
7465         * src/summaryview.c
7466                 Fix totals when read messages are hidden or quicksearch
7467                 is on
7468         * src/ssl_manager.c
7469         * src/ssl_manager.h
7470         * src/common/ssl_certificate.c
7471         * src/common/ssl_certificate.h
7472         * src/gtk/sslcertwindow.c
7473         * src/gtk/sslcertwindow.h
7474                 Fix copyright on my stuff
7476 2005-11-02 [wwp]        1.9.99cvs5
7478         * src/prefs_themes.c
7479                 fix directory name checking (theme installation/removal),
7480                 made related error a bit more verbose
7482 2005-11-02 [colin]      1.9.99cvs4
7484         * src/summaryview.c
7485                 Fix typo (probably fixes bug #841 (Sort by the From 
7486                 field doesn't work)
7488 2005-11-02 [paul]       1.9.99cvs3
7490         * po/ko.po
7491         * po/nb.po
7492                 updated by SungHyun Nam, Geir Helland
7493         * src/wizard.c
7494                 fix typo in welcome message. spotted by
7495                 Andrea Spadaccini
7497 2005-11-01 [colin]      1.9.99cvs2
7499         * src/compose.c
7500                 Fix replying to ml wen confirming subscription
7501         * src/messageview.c
7502         * src/mimeview.c
7503         * src/mimeview.h
7504         * src/privacy.h
7505         * src/summaryview.c
7506                 Make key check non blocking
7508 2005-10-31 [paul]       1.9.99cvs1
7510         * tools/claws.i18n.status.pl
7511                 updated for ChangeLog
7513 2005-10-31 [paul]       1.9.99
7515         1.9.99 released
7517 2005-10-31 [paul]       1.9.15cvs131
7519         * .cvsignore
7520         * ChangeLog
7521         * ChangeLog.claws       ** REMOVED **
7522         * ChangeLog-gtk2.claws  ** REMOVED **
7523         * ChangeLog.gtk1        ** ADDED **
7524         * INSTALL
7525         * Makefile.am
7526         * NEWS
7527         * README
7528         * README.claws          ** REMOVED **
7529         * README.jp             ** REMOVED **
7530         * RELEASE_NOTES         ** ADDED **
7531         * RELEASE_NOTES.claws   ** REMOVED **
7532         * commitHelper
7533         * configure.ac
7534         * sylpheed.spec.in      ** REMOVED **
7535                 tidy up and update the default docs:
7536                 ChangeLog.claws is renamed ChangeLog.gtk1
7537                 ChangeLog-gtk2.claws is renamed ChangeLog
7538                 README.claws is renamed README
7539                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
7541 2005-10-31 [paul]       1.9.15cvs130
7543         * po/it.po
7544                 fix errors
7546 2005-10-31 [paul]       1.9.15cvs129
7548         * po/ca.po
7549         * po/de.po
7550         * po/en_GB.po
7551         * po/fr.po
7552         * po/it.po
7553         * po/pt_BR.po
7554         * po/sk.po
7555         * po/sr.po
7556         * po/zh_CN.po
7557                 updated by Miquel Oliete, Stephan Sachse and
7558                 Thomas Gilgin, me, Fabien Vantard, Andrea
7559                 Spadaccini, Frederico Goncalves Guimaraes,
7560                 Andrej Kacian, Aleksandar Urosevic, and
7561                 Ralgh Young.
7563 2005-10-31 [mones]      1.9.15cvs128
7565         * manual/faq.xml
7566                 More questions.
7567         
7568         * po/es.po
7569                 Updated for release.
7571 2005-10-30 [colin]      1.9.15cvs127
7573         * src/compose.c
7574                 Place cursor before rewrapping (fixes cursor
7575                 pos if quotation gets rewrapped)
7577 2005-10-29 [paul]       1.9.15cvs126
7579         * src/crash.c
7580         * src/foldersel.c
7581         * src/main.c
7582         * src/messageview.c
7583         * src/toolbar.c
7584         * src/gtk/authors.h
7585                 corrections to text items
7587 2005-10-28 [colin]      1.9.15cvs125
7589         * src/messageview.c
7590                 Make "hit 'C' to check sig" work from extern 
7591                 messageviews
7593 2005-10-27 [colin]      1.9.15cvs124
7595         * src/summaryview.c
7596                 Add a hack to avoid segfaulting when hammering 
7597                 on gtk's events
7599 2005-10-27 [wwp]        1.9.15cvs123
7601         * src/prefs_themes.c
7602                 sort list of themes names in themes prefs
7604 2005-10-27 [paul]       1.9.15cvs122
7606         * src/folder.c
7607         * src/prefs_account.c
7608                 fix building on Solaris
7609                 Patch by Alex Moore
7611 2005-10-27 [wwp]        1.9.15cvs121
7613         * src/summaryview.c
7614         * src/gtk/gtksctree.c
7615                 speed up unselecting messages in summary view (thanks to Colin)
7617 2005-10-27 [paul]       1.9.15cvs120
7619         * src/mainwindow.c
7620                 fix a compilation warning
7621         * src/summaryview.c
7622                 fix updating of 'n items selected' count
7623                 when deselecting
7625 2005-10-27 [martin]     1.9.15cvs119
7627         * src/action.c
7628                 ignore actions with a leading '/' in the action menu name
7629                 fixes a crash on menu creation
7630         * src/prefs_actions.c
7631                 do not allow a leading '/' in the action menu name
7633 2005-10-27 [paul]       1.9.15cvs118
7635         * src/main.c
7636                 fix compilation warning
7638 2005-10-27 [paul]       1.9.15cvs117
7640         * src/procmime.c
7641                 add #if HAVE_LOCALE_H
7643 2005-10-27 [paul]       1.9.15cvs116
7645         * src/plugins/clamav/clamav_plugin.c
7646         * src/plugins/dillo_viewer/dillo_viewer.c
7647         * src/plugins/mathml_viewer/mathml_viewer.c
7648         * src/plugins/pgpcore/plugin.c
7649         * src/plugins/pgpinline/plugin.c
7650         * src/plugins/pgpmime/plugin.c
7651         * src/plugins/spamassassin/spamassassin.c
7652         * src/plugins/trayicon/trayicon.c
7653                 plugin_init() : make error messages more
7654                 informative
7656 2005-10-26 [wwp]        1.9.15cvs115
7658         * src/prefs_matcher.c
7659                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7661 2005-10-26 [wwp]        1.9.15cvs114
7663         * src/procmime.c
7664         * src/gtk/gtksctree.c
7665         * src/plugins/spamassassin/libspamc.c
7666         * src/plugins/spamassassin/spamassassin.c
7667                 fix some compilation warnings more
7669 2005-10-26 [mones]      1.9.15cvs113
7671         * po/es.po
7672                 Updated translation
7674 2005-10-26 [paul]       1.9.15cvs112
7676         * src/prefs_message.c
7677                 give all display_xface stuff the
7678                 #if HAVE_LIBCOMPFACE treatment, thus
7679                 preventing a crash
7680                 (Thanks to Wolfgang Enderlein)
7682 2005-10-26 [colin]      1.9.15cvs111
7684         * src/gedit-print.c
7685                 Fix date format
7686         * src/imap_gtk.c
7687         * src/news_gtk.c
7688                 Remove context menu items that should not be there
7689         * src/jpilot.c
7690                 Fix encoding
7691         * src/main.c
7692         * src/mainwindow.c
7693                 Don't show the mainwindow too soon
7695 2005-10-26 [wwp]        1.9.15cvs110
7697         * src/folder.c
7698         * src/manual.c
7699         * src/summaryview.c
7700                 fix uninitialized pointers in the folder updating hook
7701                 (thanks to Colin)
7703 2005-10-25 [mones]      1.9.15cvs109
7705         * manual/faq.xml
7706                 General information subsection completed. 
7707                 Removed archaic references.
7708                 
7709         * manual/Makefile
7710         * manual/dtd/manual.dsl
7711                 Added customization stylesheet for getting paragraphs
7712                 fully justified in PDF output (as suggested by Colin).
7714 2005-10-25 [colin]      1.9.15cvs108
7716         * src/compose.c
7717                 Fix a second leak
7719 2005-10-25 [colin]      1.9.15cvs107
7721         * src/addrbook.c
7722         * src/addrindex.c
7723                 Fix leak (xml_get_element() allocates memory)
7724         * src/compose.c
7725                 Fix leak + dead code (shame!)
7726         * src/procmime.c
7727                 Fix leak
7729 2005-10-25 [colin]      1.9.15cvs106
7731         * src/mimeview.c
7732                 Fix encoding issue in Save all and in 
7733                 overwrite-confirmation alertpanel
7735 2005-10-25 [colin]      1.9.15cvs105
7737         * src/common/socket.c
7738                 Fix a leak - Thanks to Christopher Aillon
7739                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7741 2005-10-25 [paul]       1.9.15cvs104
7743         * src/wizard.c
7744                 Always guess servers from the right-hand
7745                 email part and guess username from the
7746                 left-hand part. (Thanks to Colin)
7747                 add an X-Face to the welcome message
7749 2005-10-25 [paul]       1.9.15cvs103
7751         * manual/handling.xml
7752                 written by Colin, edited by me
7754 2005-10-25 [wwp]        1.9.15cvs102
7756         * src/folderview.c
7757         * src/grouplistdialog.c
7758         * src/imap.c
7759         * src/noticeview.c
7760                 fix some compilation warnings
7762 2005-10-24 [paul]
7764         1.9.99-rc3 released
7766 2005-10-24 [paul]       1.9.15cvs101
7768         * src/gtk/about.c
7769                 fix window sizing
7771 2005-10-24 [paul]       1.9.15cvs100
7773         * src/pixmaps/offline.xpm
7774         * src/pixmaps/online.xpm
7775                 replace with last default versions
7777 2005-10-24 [colin]      1.9.15cvs99
7779         * src/imap.c
7780                 Fix bug when moving a folder
7781         * src/imap_gtk.c
7782         * src/mh_gtk.c
7783                 "Delete folder" pops up a window, so it 
7784                 should be suffixed with "..."
7785         * src/plugins/pgpcore/sgpgme.c
7786                 Include locale.h
7788 2005-10-24 [mones]      1.9.15cvs98
7790         * manual/Makefile
7791         * manual/account.xml
7792         * manual/ack.xml
7793         * manual/addrbook.xml
7794         * manual/advanced.xml
7795         * manual/faq.xml
7796         * manual/glossary.xml
7797         * manual/gpl.xml
7798         * manual/handling.xml
7799         * manual/intro.xml
7800         * manual/keyboard.xml
7801         * manual/manual.xml
7802         * manual/plugins.xml
7803         * manual/starting.xml
7804         * manual/dtd/sdocbook.dtd
7805                 Initial manual structure and some content.
7807 2005-10-23 [wwp]        1.9.15cvs97
7809         * src/gtk/about.c
7810                 fix a typo
7812 2005-10-23 [wwp]        1.9.15cvs96
7814         * src/gtk/about.c
7815         * src/gtk/authors.h
7816                 rework of the about window (main work by Paul), also featuring a few
7817                 fixes for typos and duplicate names
7819 2005-10-23 [wwp]        1.9.15cvs95
7821         * src/.cvsignore
7822                 Ignore the right binary name (sylpheed-claws now)
7824 2005-10-23 [paul]       1.9.15cvs94
7826         * src/compose.c
7827                 when using Folder Pref 'Default To for
7828                 replies' make the entry in the Compose
7829                 window bold
7830                 Patch by Fabien Vantard
7832 2005-10-22 [colin]      1.9.15cvs93
7834         * src/codeconv.c
7835                 Fix leak
7837 2005-10-22 [colin]      1.9.15cvs92
7839         * src/codeconv.c
7840                 try to convert using locale (apart utf8) if necessary
7842 2005-10-22 [colin]      1.9.15cvs91
7844         * src/pixmaps/new.xpm
7845         * src/pixmaps/unread.xpm
7846                 Make the unread envelope blue again and
7847                 saturate the new one a bit more.
7849 2005-10-22 [colin]      1.9.15cvs90
7851         * src/compose.c
7852                 When replying to a mail sent by one of our accounts,
7853                 use the original list of recipients. Let 'Reply All'
7854                 and 'Reply to sender' work like previously.
7856 2005-10-21 [colin]      1.9.15cvs89
7858         * src/prefs_filtering.c
7859                 Clear fields after add and replace
7860         * src/textview.c
7861                 Display xface differently (better)
7862         * src/plugins/pgpinline/pgpinline.c
7863                 Fix crappy encodings/recodings
7865 2005-10-21 [paul]       1.9.15cvs88
7867         * src/compose.c
7868         * src/prefs_folder_item.c
7869         * src/toolbar.c
7870                 fix news folder Folder Properties
7871                 (thanks to Colin)
7872         * src/folderview.c
7873                 update folderview after Themes change
7874                 keep selected folder selected
7875                 (thanks to Colin)
7877 2005-10-21 [paul]       1.9.15cvs87
7879         * tools/Makefile.am
7880         * tools/OOo2sylpheed.pl
7881         * tools/README
7882         * tools/README.sylprint
7883         * tools/asus_mailled.sh         ** REMOVED **
7884         * tools/filter_conv.pl
7885         * tools/freshmeat_search.pl
7886         * tools/google_search.pl
7887         * tools/gpg-sign-syl            ** REMOVED **
7888         * tools/kmail2sylpheed.pl
7889         * tools/kmail2sylpheed_v2.pl
7890         * tools/multiwebsearch.pl
7891         * tools/nautilus2sylpheed.sh
7892         * tools/newscache_clean.pl
7893         * tools/outlook2sylpheed.pl
7894         * tools/sylpheed-switcher       ** REMOVED **
7895         * tools/sylprint.pl
7896         * tools/sylprint.rc
7897         * tools/tb2sylpheed
7898         * tools/vcard2xml.py
7899         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7900                 update default config dir
7901                 update binary name (thanks to Fabien Vantard)
7902                 remove obsolete scripts
7904 2005-10-21 [colin]      1.9.15cvs86
7906         * src/inc.c
7907                 Fix possible leak and units. Based on a patch by
7908                 Fabien Vantard.
7910 2005-10-20 [colin]      1.9.15cvs85
7912         * src/textview.c
7913                 Clear xface when clearing textview
7915 2005-10-20 [colin]      1.9.15cvs84
7917         * configure.ac
7918         * src/folderview.c
7919         * src/headerview.c
7920         * src/main.c
7921         * src/prefs_common.c
7922         * src/prefs_common.h
7923         * src/prefs_message.c
7924         * src/textview.c
7925         * src/textview.h
7926         * src/common/defs.h
7927         * src/common/utils.c
7928         * src/common/utils.h
7929         * src/gtk/gtkutils.c
7930         * src/gtk/gtkutils.h
7931                 Migrate config to .sylpheed-claws (Automatically)
7932                 Add a way to get the Xface in the TextView
7934 2005-10-20 [colin]      1.9.15cvs83
7936         * src/gtk/Makefile.am
7937         * src/gtk/about.c
7938         * src/gtk/authors.h
7939                 Make the about dialog *grooovy*
7941 2005-10-20 [colin]      1.9.15cvs82
7943         * src/mimeview.c
7944                 Use "Open with" on double click if no command
7945                 was found
7947 2005-10-20 [colin]      1.9.15cvs81
7949         * src/imap.c
7950         * src/etpan/imap-thread.c
7951                 Fix possible crash.
7953 2005-10-20 [paul]       1.9.15cvs80
7955         * src/folder.c
7956                 don't show clipkey icon if the only
7957                 attachment is the signature
7958                 Patch by Colin
7960 2005-10-20 [paul]       1.9.15cvs79
7962         * AUTHORS
7963         * src/plugins/pgpmime/pgpmime.c
7964                 name the PGP/MIME signature 'signature.asc'
7965                 Patch by Andrew Nelson <freeandy@gmail.com>
7967 2005-10-19 [colin]      1.9.15cvs78
7969         * src/plugins/pgpmime/pgpmime.c
7970                 Oops, no need to double-check though
7972 2005-10-19 [colin]      1.9.15cvs77
7974         * src/plugins/pgpinline/pgpinline.c
7975         * src/plugins/pgpmime/pgpmime.c
7976                 Check that my_tmpfile() doesn't 
7977                 return NULL
7979 2005-10-19 [colin]      1.9.15cvs76
7981         * src/common/utils.c
7982                 Use shorter mime boundaries to avoid having
7983                 MTAs rewrapping our headers, breaking the
7984                 PGP signature in the process 
7985         * src/compose.c
7986         * src/plugins/pgpmime/pgpmime.c
7987                 Check for boundary uniqueness to be sure
7988                 it won't happen, instead of hoping for the
7989                 best
7991 2005-10-19 [colin]      1.9.15cvs75
7993         * sylpheed-claws.desktop
7994         * src/Makefile.am
7995         * src/main.c
7996                 Ship a sylpheed-claws binary instead
7997                 of a sylpheed one. Change the socket
7998                 name, too
7999         * src/folderview.c
8000                 Update folder only if it changed
8001         * src/wizard.c
8002                 Fix i18n in welcome mail, patch by
8003                 Fabien Vantard
8005 2005-10-19 [paul]
8007         1.9.99-rc2 released
8009 2005-10-19 [paul]       1.9.15cvs74
8011         * src/folder.c
8012         * src/folderview.c
8013                 fix summaryview update
8014                 Patch by Colin
8016 2005-10-18 [colin]      1.9.15cvs73
8018         * src/plugins/pgpcore/passphrase.c
8019                 Don't XGrabServer, and try a bit more to 
8020                 sync everything before grabbing mouse/keyboard
8022 2005-10-18 [colin]      1.9.15cvs72
8024         * src/Makefile.am
8025         * src/addressadd.c
8026         * src/addressbook.c
8027         * src/folderview.c
8028         * src/grouplistdialog.c
8029         * src/mimeview.c
8030         * src/stock_pixmap.c
8031         * src/stock_pixmap.h
8032         * src/summaryview.c
8033         * src/gtk/gtksctree.c
8034         * src/gtk/gtksctree.h
8035         * src/pixmaps/empty.xpm
8036                 Implement a wrapper call for gtk_ctree_set_node_info
8037                 and gtk_ctree_insert_node, that uses a 1x1 transparent
8038                 pixmap instead of a NULL one. This works around some
8039                 memory problems deep inside gtk, revealed by valgrind,
8040                 and fixes bug #834 (Pressing CTRl-D on a message marked 
8041                 as locked crashes sylpheed.), as well as, probably, 
8042                 wwp's 4th dimension problems that happen in gtk_ctree_*.
8044 2005-10-17 [colin]      1.9.15cvs71
8046         * src/mimeview.c
8047                 Provide visual feedback when checking
8048                 signature
8050 2005-10-17 [colin]      1.9.15cvs70
8052         * src/main.c
8053                 Keep the folder list frozen while checking caches...
8055 2005-10-17 [colin]      1.9.15cvs69
8057         * src/addr_compl.c
8058                 Fi bug #833 (Autocompleting from addressbook 
8059                 fails with extended chars)
8060         * src/imap.c
8061                 Fix 'adding messages' staying in statusbar
8062                 after an error
8064 2005-10-17 [wwp]        1.9.15cvs68
8066         * src/ssl_manager.c
8067                 Fix buttons' layout resizing when window size changes
8069 2005-10-17 [wwp]        1.9.15cvs67
8071         * src/account.c
8072         * src/prefs_account.c
8073         * src/prefs_common.c
8074         * src/prefs_common.h
8075         * src/prefs_folder_item.c
8076         * src/prefs_gtk.c
8077         * src/gtk/logwindow.c
8078         * src/gtk/pluginwindow.c
8079         * src/gtk/prefswindow.c
8080         * src/gtk/prefswindow.h
8081                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
8083 2005-10-17 [paul]       1.9.15cvs66
8085         * configure.ac
8086                 fix missing libetpan message
8087         * po/en_GB.po
8088                 updated
8089         * src/crash.c
8090         * src/manual.c
8091         * src/prefs_themes.c
8092         * src/common/defs.h
8093                 add some new URI defines, change some
8094                 others
8095         * src/wizard.c
8096                 make welcome message translatable
8097                 small improvements to english
8098                 other tweaks
8099         * src/gtk/menu.c
8100                 fix warnings
8102 2005-10-17 [paul]       1.9.15cvs65
8104         * src/summaryview.c
8105                 fix column titles
8107 2005-10-16 [mones]      1.9.15cvs64
8109         * po/es.po
8110                 Updated translation
8112 2005-10-16 [colin]
8114         1.9.99-rc1 released
8116 2005-10-16 [colin]      1.9.15cvs63
8118         * src/wizard.c
8119                 Fix whitespace
8121 2005-10-16 [colin]      1.9.15cvs62
8123         * src/toolbar.c
8124                 s/Get All/Get Mail/
8125         * src/wizard.c
8126                 Real welcome mail text, thanks Paul
8128 2005-10-16 [colin]      1.9.15cvs61
8130         * src/editldap.c
8131         * src/exporthtml.c
8132         * src/main.c
8133         * src/mainwindow.c
8134         * src/prefs_themes.c
8135         * src/prefs_toolbar.c
8136         * src/plugins/demo/demo.c
8137         * src/plugins/trayicon/trayicon.c
8138                 s/Sylpheed/Sylpheed-Claws/
8140 2005-10-16 [colin]      1.9.15cvs60
8142         * src/wizard.c
8143                 Add a welcome email in the first empty mailbox
8144         * src/prefs_common.c
8145                 Change one more default
8147 2005-10-16 [colin]      1.9.15cvs59
8149         * src/wizard.c
8150                 Remove printf
8152 2005-10-16 [colin]      1.9.15cvs58
8154         * src/toolbar.c
8155         * src/prefs_common.c
8156                 Change some defaults
8158 2005-10-16 [colin]      1.9.15cvs57
8160         * src/toolbar.c
8161         * src/prefs_common.c
8162                 Change some defaults
8164 2005-10-16 [colin]      1.9.15cvs56
8166         * src/wizard.c
8167                 By default, initialize fonts to have
8168                 the same size as normal GtkWidgets
8170 2005-10-16 [colin]      1.9.15cvs55
8172         * src/mimeview.c
8173                 Fix message a bit more
8175 2005-10-16 [colin]      1.9.15cvs54
8177         * src/addressbook.c
8178                 Second attempt at flicker fixing
8180 2005-10-16 [colin]      1.9.15cvs53
8182         * src/addressbook.c
8183                 Fix flicker
8185 2005-10-16 [wwp]        1.9.15cvs52
8187         * src/addressbook.c
8188         * src/editaddress.c
8189         * src/prefs_common.c
8190         * src/prefs_common.h
8191                 Remember window sizes (address book)
8193 2005-10-16 [wwp]        1.9.15cvs51
8195         * src/plugins/clamav/clamav_plugin_gtk.c
8196         * src/plugins/spamassassin/spamassassin_gtk.c
8197                 Fix compilation warnings (missing #include).
8199 2005-10-16 [colin]      1.9.15cvs50
8201         * src/mimeview.c
8202         * src/summaryview.c
8203         * src/textview.c
8204                 Make 'c' check signature, and forward
8205                 c, l, y, t from summaryview to mimeview
8207 2005-10-16 [colin]      1.9.15cvs49
8209         * src/addressbook.c
8210                 Put border around buttons
8211         * src/mainwindow.c
8212         * src/summaryview.c
8213                 Rework menus (Patch based on a patch
8214                 by Paul)
8216 2005-10-15 [wwp]        1.9.15cvs48
8218         * src/editjpilot.c
8219         * src/editldap.c
8220         * src/editvcard.c
8221         * src/exphtmldlg.c
8222         * src/expldifdlg.c
8223         * src/export.c
8224         * src/import.c
8225         * src/importldif.c
8226         * src/importmutt.c
8227         * src/importpine.c
8228         * src/prefs_account.c
8229         * src/prefs_spelling.c
8230         * src/gtk/gtkutils.c
8231         * src/gtk/gtkutils.h
8232         * src/plugins/clamav/clamav_plugin_gtk.c
8233         * src/plugins/spamassassin/spamassassin_gtk.c
8234                 use nicer browse-for-file/dir buttons than the "..." ones,
8235                 code factorizing more.
8237 2005-10-14 [colin]      1.9.15cvs47
8239         * src/mainwindow.c
8240                 set relief on the account switcher so that people see it
8241                 grey out Create processing rules when no message is selected
8242         * src/prefs_filtering.c
8243                 ask before closing if the rule has not been modified, even if
8244                 it's not valid
8245         * src/prefs_matcher.c
8246                 fix sensitivity when entering the dialog
8247         * src/gtk/inputdialog.c
8248                 display a better icon on password ask
8249         * src/plugins/pgpcore/passphrase.c
8250                 make the dialog look better
8252 2005-10-14 [paul]       1.9.15cvs46
8254         * src/folderview.c
8255                 indicate presense of marked msgs in
8256                 unexpanded subfolders
8258 2005-10-14 [paul]       1.9.15cvs45
8260         * src/prefs_actions.c
8261         * src/prefs_common.c
8262         * src/prefs_common.h
8263         * src/prefs_filtering_action.c
8264         * src/prefs_matcher.c
8265         * src/prefs_template.c
8266                 remember window sizes
8267                 fix Info button size
8269         Patches by wwp
8271 2005-10-13 [colin]      1.9.15cvs44
8273         * src/mimeview.c
8274         * src/noticeview.c
8275         * src/noticeview.h
8276                 Add a tooltip on the icon (optional) 
8277                 Get rid of the signature buttons and only
8278                 use the icon+tooltip
8280 2005-10-13 [colin]      1.9.15cvs43
8282         * src/noticeview.c
8283         * src/noticeview.h
8284                 Add hand cursor for hovering over icon
8286 2005-10-13 [colin]      1.9.15cvs42
8288         * src/summaryview.c
8289                 Fix crash when quicksearch's hidden 
8290                 at startup
8292 2005-10-13 [colin]      1.9.15cvs41
8294         * src/compose.c
8295                 Set subject when forwarding multiple mails
8296                 Check that other recipient than the default Cc or Bcc
8297                 have been set before sending.
8299 2005-10-13 [colin]      1.9.15cvs40
8301         * src/imap.c
8302                 Batch per-folder
8303                 Introduce locking, but don't use it yet
8305 2005-10-13 [colin]      1.9.15cvs39
8307         * src/gtk/quicksearch.c
8308                 Reset quicksearch when hiding it
8309                 Make sticky a real pref
8311 2005-10-13 [colin]      1.9.15cvs38
8313         * src/summaryview.c
8314                 Faster prefs apply
8316 2005-10-13 [colin]      1.9.15cvs37
8318         * src/mimeview.c
8319         * src/noticeview.c
8320         * src/noticeview.h
8321         * src/plugins/pgpcore/sgpgme.c
8322                 Make privacy icon clickable
8323                 Move Trust field in Full info
8324                 When trust is less than full, don't display
8325                 a warning icon
8327 2005-10-13 [colin]      1.9.15cvs36
8329         * src/folder.c
8330                 Batch on flags sync
8331         * src/folderview.c
8332                 Revert speed hack which is dangerous in fact
8333                 Apply prefs faster
8335 2005-10-13 [colin]      1.9.15cvs35
8337         * src/folder_item_prefs.c
8338                 Fix pref corruption on folder move. Patch
8339                 by wwp
8341 2005-10-13 [paul]       1.9.15cvs34
8343         * src/export.c
8344         * src/import.c
8345                 fix typos in g_warnings
8346         * src/prefs_account.c
8347                 add a file selector for Signature file
8349         Patches by wwp
8351 2005-10-12 [colin]      1.9.15cvs33
8353         * src/mimeview.c
8354                 Provide a quick way to go back from a
8355                 signature's full info to the email part
8357 2005-10-12 [colin]      1.9.15cvs32
8359         * src/compose.c
8360                 Remove old hack of encoding signed mails with base64.
8361                 QP works equally well.
8363 2005-10-12 [colin]      1.9.15cvs31
8365         * src/crash.c
8366                 Replace deprecated GtkText with GtkTextView
8367         * src/imap.c
8368                 Fix a logic bug about counts in imap_select
8369                 (previously un-triggered)
8370         * src/mainwindow.c
8371         * src/summaryview.c
8372         * src/news.c
8373                 Allow local deletion of news posts
8374         * src/mimeview.c
8375                 Show GPG noticeview on the message/rfc822 part
8376                 in addition to the text/plain one
8377         * src/prefs_image_viewer.c
8378           src/plugins/pgpcore/prefs_gpg.c
8379                 Polish (set the label as part of the checkbox)
8380         * src/wizard.c
8381                 Don't sit there doing nothing after destroying
8382                 the window - return err
8384 2005-10-11 [colin]      1.9.15cvs30
8386         * src/folderview.c
8387                 Apply processing rules before showing folders.
8388                 Early folder show (before flags sync) will only
8389                 be done when there are no processing rules (nor
8390                 pre- or post- ones)
8391         * src/imap.c
8392                 Fix stuff related to mail subdir, creation and 
8393                 deletion of folders 
8394         * src/imap_gtk.c
8395                 Don't allow creation of folders in NoInferior
8396                 folders, as it won't work
8398 2005-10-10 [colin]      1.9.15cvs29
8400         * src/compose.c
8401                 Reselect "None" Privacy system when selecting an
8402                 account with no privacy system defined
8404 2005-10-10 [colin]      1.9.15cvs28
8406         * src/mainwindow.c
8407                 Add Windows-1252 encoding
8408         * src/prefs_common.c
8409                 Rework some defaults:
8410                 - autosave to draft by default
8411                 - don't show header pane (it's already in the textview)
8412                 - Select first new or unread mail on entry
8413                 - Assume 'Yes' to change folder when there's no more
8414                   unread message
8415         * src/prefs_matcher.c
8416                 Fix a gtk assertion failure
8417         * src/gtk/colorlabel.c
8418                 Workaround bad repainting on selection
8419         * src/main.c
8420                 Freeze/thaw (a bit faster on ssh -X)
8421         * src/msgcache.c
8422                 Get rid of StrdupConverter that just adds an
8423                 extra strdup/free 
8424         * src/etpan/imap_thread.c
8425                 memset buf to 0
8427 2005-10-10 [colin]      1.9.15cvs27
8429         * src/export.c
8430         * src/import.c
8431                 Fix compile on gtk 2.4. Patch by wwp
8433 2005-10-09 [colin]      1.9.15cvs26
8435         * src/mainwindow.c
8436         * src/messageview.c
8437         * src/summaryview.c
8438                 Clarify forward menus. Patch by wwp
8440 2005-10-09 [colin]      1.9.15cvs25
8442         * src/compose.c
8443         * src/compose.h
8444                 Fix bug #829 (Non-working "Encrypt message by 
8445                 default when replying to an encrypted message")
8447 2005-10-08 [colin]      1.9.15cvs24
8449         * src/wizard.c
8450                 Fix bug #827 ("Welcome" setup wizard after a 
8451                 permission error gives up & forgets itself.)
8453 2005-10-08 [colin]      1.9.15cvs23
8455         * src/procmime.c
8456                 Fix bug #828 (Ignoring headers with spaces around = sign)
8458 2005-10-08 [colin]      1.9.15cvs22
8460         * src/export.c
8461                 Warning fix by wwp
8463 2005-10-08 [colin]      1.9.15cvs21
8465         * src/folder.c
8466         * src/folder.h
8467                 Add a processing_pending indicator, set on 
8468                 folder_item_open and cleared after 
8469                 folder_item_process_open
8470         * src/folderview.c
8471         * src/summaryview.c
8472                 wrap procmsg_msginfo_*_flags, and in the
8473                 wrapper check that there's no folder processing 
8474                 pending. If there is, defer the flags change until 
8475                 processing is done to avoid stepping over each
8476                 other's toes.
8477                 Freeze during processing, but not during scanning.
8479 2005-10-07 [colin]      1.9.15cvs20
8481         * src/plugins/pgpcore/passphrase.c
8482                 Fix bug #826 (X-Server hangs when 
8483                 right-clicking a PGP encrypted message)
8485 2005-10-07 [paul]       1.9.15cvs19
8487         * src/compose.c
8488                 fix compose_entries[]
8489                 patch by Fabien Vantard
8491 2005-10-06 [colin]      1.9.15cvs18
8493         * src/pixmaps/address.xpm
8494         * src/pixmaps/address_book.xpm
8495         * src/pixmaps/book.xpm
8496         * src/pixmaps/check_spelling.xpm
8497         * src/pixmaps/checkbox_off.xpm
8498         * src/pixmaps/checkbox_on.xpm
8499         * src/pixmaps/close.xpm
8500         * src/pixmaps/complete.xpm
8501         * src/pixmaps/continue.xpm
8502         * src/pixmaps/deleted.xpm
8503         * src/pixmaps/down_arrow.xpm
8504         * src/pixmaps/exec.xpm
8505         * src/pixmaps/forwarded.xpm
8506         * src/pixmaps/group.xpm
8507         * src/pixmaps/ignorethread.xpm
8508         * src/pixmaps/interface.xpm
8509         * src/pixmaps/jpilot.xpm
8510         * src/pixmaps/ldap.xpm
8511         * src/pixmaps/linewrap.xpm
8512         * src/pixmaps/linewrapcurrent.xpm
8513         * src/pixmaps/mail.xpm
8514         * src/pixmaps/mail_attach.xpm
8515         * src/pixmaps/mail_compose.xpm
8516         * src/pixmaps/mail_forward.xpm
8517         * src/pixmaps/mail_receive.xpm
8518         * src/pixmaps/mail_receive_all.xpm
8519         * src/pixmaps/mail_reply.xpm
8520         * src/pixmaps/mail_reply_to_all.xpm
8521         * src/pixmaps/mail_reply_to_author.xpm
8522         * src/pixmaps/mail_send.xpm
8523         * src/pixmaps/mail_send_queue.xpm
8524         * src/pixmaps/mime_application.xpm
8525         * src/pixmaps/mime_audio.xpm
8526         * src/pixmaps/mime_image.xpm
8527         * src/pixmaps/mime_message.xpm
8528         * src/pixmaps/mime_text_enriched.xpm
8529         * src/pixmaps/mime_text_html.xpm
8530         * src/pixmaps/mime_text_plain.xpm
8531         * src/pixmaps/mime_unknown.xpm
8532         * src/pixmaps/new.xpm
8533         * src/pixmaps/news_compose.xpm
8534         * src/pixmaps/offline.xpm
8535         * src/pixmaps/online.xpm
8536         * src/pixmaps/paste.xpm
8537         * src/pixmaps/preferences.xpm
8538         * src/pixmaps/privacy_emblem_encrypted.xpm
8539         * src/pixmaps/privacy_expired.xpm
8540         * src/pixmaps/privacy_failed.xpm
8541         * src/pixmaps/privacy_passed.xpm
8542         * src/pixmaps/privacy_signed.xpm
8543         * src/pixmaps/privacy_unknown.xpm
8544         * src/pixmaps/privacy_warn.xpm
8545         * src/pixmaps/properties.xpm
8546         * src/pixmaps/replied.xpm
8547         * src/pixmaps/search.xpm
8548         * src/pixmaps/unread.xpm
8549         * src/pixmaps/up_arrow.xpm
8550         * src/pixmaps/vcard.xpm
8551                 Modernize internal theme, with icons from the 
8552                 Gnomaws theme. Keep some of the old ones where
8553                 they were better.
8555 2005-10-06 [colin]      1.9.15cvs17
8557         * src/summaryview.c
8558                 Little optimisations + bugfix
8559         * src/toolbar.c
8560                 Remove default useless items - useless being defined
8561                 by the default relevant prefs
8562         * src/wizard.c
8563                 include config.h to make gettext work
8564         * src/prefs_themes.c
8565                 Fix selection of current theme in prefs
8567 2005-10-06 [colin]      1.9.15cvs16
8569         * src/prefs_common.c
8570         * src/prefs_common.h
8571         * src/prefs_summaries.c
8572         * src/folderview.c
8573                 Add a warning dialog on Mark all read 
8574                 (with pref to get rid of it)
8576 2005-10-06 [paul]       1.9.15cvs15
8578         * po/nb.po
8579         * po/pt_BR.po
8580                 updated by Geir Helland and Frederico
8581                 Goncalves Guimaraes
8583 2005-10-05 [colin]      1.9.15cvs14
8585         * src/folder.c
8586         * src/folder.h
8587         * src/folderview.c
8588         * src/folderview.h
8589         * src/imap_gtk.c
8590         * src/mh_gtk.c
8591         * src/mainwindow.c
8592         * src/setup.c
8593                 add a way to rescan without rebuilding
8594                 make moving a bit faster (less folders changes)
8595                 don't lock the tree on Get 
8596         * src/imap.c
8597                 Don't re-delete deleted messages before expunging
8598         * src/summaryview.c
8599                 Set batch mode when deleting mails
8601 2005-10-05 [paul]       1.9.15cvs13
8603         * src/mainwindow.c
8604         * src/mainwindow.h
8605                 fix disabled Execute menu item
8606         * src/toolbar.c
8607                 match the change in 1.9.15cvs10: use Compose
8608                 instead of News by default
8610 2005-10-04 [colin]      1.9.15cvs12
8612         * src/compose.c
8613                 When replying to an ML post with Reply-To set
8614                 to the poster's email, honor it (as before),
8615                 but also honor our user's request to reply to
8616                 the mailing list: set the ML address in the To
8617                 field and the Reply-To address in the Cc: 
8618                 field.
8620 2005-10-04 [colin]      1.9.15cvs11
8622         * src/plugins/trayicon/trayicon.c
8623                 Finish cosmetic change - thanks to wwp
8625 2005-10-04 [colin]      1.9.15cvs10
8627         * src/toolbar.c
8628                 Use Compose instead of Email by default.
8629                 Spotted by wwp.
8631 2005-10-04 [colin]      1.9.15cvs9
8633         * src/folder.c
8634         * src/folder.h
8635         * src/folderview.c
8636         * src/imap.c
8637         * src/etpan/imap-thread.c
8638         * src/etpan/imap-thread.h
8639                 Try to make IMAP faster, by simplifying SEARCH
8640                 commands, avoiding sending two STATUS in a row,
8641                 and deferring flags sync and processing just
8642                 after displaying the folder. 
8643                 This will update the SummaryView in certain
8644                 cases (new mails not already fetched, flags
8645                 changed from another client) but in a non-
8646                 blocking manner.
8648 2005-10-04 [colin]      1.9.15cvs8
8650         * src/plugins/trayicon/trayicon.c
8651                 Relabel "Offline" to "Work offline"
8653 2005-10-04 [colin]      1.9.15cvs7
8655         * src/export.c
8656         * src/import.c
8657         * src/mbox.c
8658                 Fix mbox import/export buglets
8659                 Patch by wwp
8660         * src/plugins/trayicon/trayicon.c
8661                 Add offline swithc
8662                 Patch by wwp
8664 2005-10-04 [colin]      1.9.15cvs6
8666         * src/folder.c
8667         * src/folderview.c
8668         * src/summaryview.c
8669                 Better fix (don't break mark all read) for cvs2
8671 2005-10-03 [colin]      1.9.15cvs5
8673         * src/folder.c
8674                 Use a sane sort by default
8676 2005-10-03 [colin]      1.9.15cvs4
8678         * src/inc.c
8679                 Add a 'Only once' button for overriding offline mode
8680         * src/prefs_account.c
8681         * src/wizard.c
8682                 Add Local mbox to the wizard
8683                 Add IMAP subdir to the wizard (or the wizard is useless
8684                 for such accounts, or even worse than useless)
8685                 Move IMAP subdir from Advanced to Receive tab, as it's
8686                 not that uncommon
8688 2005-10-03 [colin]      1.9.15cvs3
8690         * src/send_message.c
8691                 Forgot this one in cvs1
8693 2005-10-03 [colin]      1.9.15cvs2
8695         * src/folder.c
8696                 Faster close when leaving a folder with lots
8697                 of new mails. Idea by David Relson.
8699 2005-10-03 [colin]      1.9.15cvs1
8701         * src/compose.c
8702         * src/imap.c
8703         * src/inc.c
8704         * src/main.c
8705         * src/messageview.c
8706         * src/news.c
8707         * src/summaryview.c
8708         * src/gtk/sslcertwindow.c
8709         * src/plugins/trayicon/trayicon.c
8710                 Add accels to every AlertPanel. Patch by Fabien 
8711                 Vantard
8713 2005-10-03 [paul]       1.9.15
8715         1.9.15 released
8717 2005-10-03 [paul]       1.9.14cvs68
8719         * po/ca.po
8720         * po/de.po
8721         * po/es.po
8722         * po/fi.po
8723         * po/fr.po
8724         * po/sk.po
8725         * po/sr.po
8726         * po/zh_CN.po
8727                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8728                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8729                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8731 2005-10-03 [paul]       1.9.14cvs67
8733         * src/send_message.c
8734                 prevent hang on Cancel
8735                 patch by Colin
8737 2005-10-03 [paul]       1.9.14cvs66
8739         * src/main.c
8740                 fix crash in IMAP caused by discrepancy
8741                 between check_at_startup and offline mode
8742                 Patch by Colin
8744 2005-10-01 [paul]       1.9.14cvs65
8746         * src/inc.c
8747                 fix engrish
8749 2005-10-01 [paul]       1.9.14cvs64
8750         * src/export.c
8751         * src/import.c
8752                 synchronise import_mbox() and export_mbox()
8753         * src/mbox.c
8754                 proc_mbox(): add alert if file cannot be opened
8755                 export_list_to_mbox(): test if dest file exists,
8756                 prompt user to overwrite if it does. add alert
8757                 if file cannot be created
8758                                                                 
8759         Patch by wwp
8760                                                                                                                 
8762 2005-09-30 [paul]       1.9.14cvs63
8764         * src/addressbook.c
8765                 Fix sensitivity of a menu
8766         * src/codeconv.c
8767                 Respect hidden pref for mails with no encoding
8768         * src/common/xml.c
8769                 Fix memory corruption
8770         * src/plugins/pgpcore/sgpgme.c
8771                 Fix segfault on incomplete sigs, and display
8772                 of S/Mime UIDs
8774         Patches by Colin
8776 2005-09-30 [colin]      1.9.14cvs62
8778         * src/partial_download.c
8779                 Little logic fix in almost-dead code
8780         * src/pop.c
8781                 Fix partial download when there's no new mail
8783 2005-09-29 [paul]       1.9.14cvs61
8785         * src/plugins/pgpinline/pgpinline.c
8786                 fix bug 819, 'crash accessing sign message'
8787                 Patch by Colin
8789 2005-09-28 [martin]     1.9.14cvs60
8791         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8792                 fix bug #790 (Crash when restarting window manager (fluxbox))
8794 2005-09-28 [paul]       1.9.14cvs59
8796         * src/gtk/gtkaspell.c
8797                 fix off-by-one typo
8799 2005-09-27 [colin]      1.9.14cvs58
8801         * src/plugins/pgpcore/sgpgme.c
8802                 Report error when there's one, instead of
8803                 "Signature unchecked" 
8805 2005-09-27 [colin]      1.9.14cvs57
8807         * src/prefs_quote.c
8808                 Fix bug #816 (Weird quotation with spaces)
8810 2005-09-27 [colin]      1.9.14cvs56
8812         * src/codeconv.c
8813         * src/compose.c
8814         * src/compose.h
8815                 Put subject in compose's title
8816                 Fix Automatic encoding so that it's really automatic:
8817                 first try default locale's charset, then charset of the replied mail, 
8818                 then utf-8
8819                 Fix encoding of headers (must be in strict mode too)
8821 2005-09-26 [colin]      1.9.14cvs55
8823         * src/gtk/gtkaspell.c
8824                 Fix previous patch - don't color the space,
8825                 just uncolor it :)
8827 2005-09-26 [colin]      1.9.14cvs54
8829         * src/gtk/gtkaspell.c
8830                 Unmark space if possible
8832 2005-09-26 [colin]      1.9.14cvs53
8834         * src/imap.c
8835                 log_error instead of alertpanel according to the pref
8836         * src/etpan/imap-thread.c
8837                 Print connect status, copy only necessary size to 
8838                 logger
8839         * src/plugins/pgpmime/pgpmime.c
8840                 Handle S/Mime signatures (verification only). Patch based
8841                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
8843 2005-09-26 [paul]       1.9.14cvs52
8845         * src/common/passcrypt.c
8846                 this 'workaround' not necessary on NetBSD.
8847                 Thanks to Daniel Gustafson
8849 2005-09-26 [paul]
8851         1.9.15-rc4 released
8853 2005-09-26 [paul]       1.9.14cvs51
8855         * src/summaryview.c
8856                 Skip currently selected message when
8857                 looking for next new or unread message
8858                 in current folder. Patch by Colin
8859         * src/common/passcrypt.c
8860                 eliminate warnings on *BSD. Patch by
8861                 Daniel Gustafson
8863 2005-09-26 [colin]      1.9.14cvs50
8865         * src/procmsg.c
8866                 Call postfiltering hook anyway
8868 2005-09-22 [colin]      1.9.14cvs49
8870         * src/codeconv.c
8871         * src/codeconv.h
8872                 Add a strict mode that doesn't replace with _
8873         * src/compose.c
8874         * src/compose.h
8875                 Use strict conversion while sending
8876                 Fix race when drafting while sending (happens
8877                 on IMAP)
8878                 Fix d'n'd of messages from summaryview
8879         * src/prefs_common.c
8880         * src/prefs_common.h
8881                 add hidden utf8_instead_of_locale_for_broken_mail 
8882                 pref for people that preferred the default charset 
8883                 to be utf8 for broken mails
8884         * src/quote_fmt_parse.y
8885                 fix bug #815 (No quote insert if "From:" fied 
8886                 contained Russian letters)
8887         * src/summaryview.c
8888                 Fix d'n'd of messages to compose
8890 2005-09-22 [paul]       1.9.14cvs48
8892         * src/compose.c
8893                 fix bug where attachments Name entry
8894                 would display Path instead
8896 2005-09-21 [paul]       1.9.14cvs47
8898         * README
8899         * README.jp
8900         * configure.ac
8901         * config/config.rpath
8902         * doc/manual/en/sylpheed-20.html
8903         * doc/manual/es/sylpheed-20.html
8904         * po/bg.po
8905         * po/ca.po
8906         * po/de.po
8907         * po/es.po
8908         * po/fr.po
8909         * po/it.po
8910         * po/pt_BR.po
8911         * po/sk.po
8912         * po/zh_TW.po
8913         * src/account.c
8914         * src/account.h
8915         * src/action.c
8916         * src/action.h
8917         * src/adbookbase.h
8918         * src/addr_compl.c
8919         * src/addr_compl.h
8920         * src/addrbook.c
8921         * src/addrbook.h
8922         * src/addrcache.c
8923         * src/addrcache.h
8924         * src/addrcindex.c
8925         * src/addrcindex.h
8926         * src/addrclip.c
8927         * src/addrclip.h
8928         * src/addrdefs.h
8929         * src/addressadd.c
8930         * src/addressadd.h
8931         * src/addressbook.c
8932         * src/addressbook.h
8933         * src/addressitem.h
8934         * src/addrgather.c
8935         * src/addrgather.h
8936         * src/addrharvest.c
8937         * src/addrharvest.h
8938         * src/addrindex.c
8939         * src/addrindex.h
8940         * src/addritem.c
8941         * src/addritem.h
8942         * src/addrquery.c
8943         * src/addrquery.h
8944         * src/addrselect.c
8945         * src/addrselect.h
8946         * src/alertpanel.c
8947         * src/alertpanel.h
8948         * src/browseldap.c
8949         * src/browseldap.h
8950         * src/codeconv.c
8951         * src/codeconv.h
8952         * src/compose.c
8953         * src/compose.h
8954         * src/crash.c
8955         * src/crash.h
8956         * src/customheader.c
8957         * src/customheader.h
8958         * src/displayheader.c
8959         * src/displayheader.h
8960         * src/editaddress.c
8961         * src/editaddress.h
8962         * src/editbook.c
8963         * src/editbook.h
8964         * src/editgroup.c
8965         * src/editgroup.h
8966         * src/editjpilot.c
8967         * src/editjpilot.h
8968         * src/editldap.c
8969         * src/editldap.h
8970         * src/editldap_basedn.c
8971         * src/editldap_basedn.h
8972         * src/editvcard.c
8973         * src/editvcard.h
8974         * src/enriched.c
8975         * src/enriched.h
8976         * src/exphtmldlg.c
8977         * src/exphtmldlg.h
8978         * src/expldifdlg.c
8979         * src/expldifdlg.h
8980         * src/export.c
8981         * src/export.h
8982         * src/exporthtml.c
8983         * src/exporthtml.h
8984         * src/exportldif.c
8985         * src/exportldif.h
8986         * src/filtering.c
8987         * src/filtering.h
8988         * src/folder.c
8989         * src/folder.h
8990         * src/folder_item_prefs.c
8991         * src/folder_item_prefs.h
8992         * src/foldersel.c
8993         * src/foldersel.h
8994         * src/folderutils.c
8995         * src/folderutils.h
8996         * src/folderview.c
8997         * src/folderview.h
8998         * src/grouplistdialog.c
8999         * src/grouplistdialog.h
9000         * src/headerview.c
9001         * src/headerview.h
9002         * src/html.c
9003         * src/html.h
9004         * src/image_viewer.c
9005         * src/image_viewer.h
9006         * src/imap.c
9007         * src/imap.h
9008         * src/imap_gtk.c
9009         * src/imap_gtk.h
9010         * src/import.c
9011         * src/import.h
9012         * src/importldif.c
9013         * src/importldif.h
9014         * src/importmutt.c
9015         * src/importmutt.h
9016         * src/importpine.c
9017         * src/importpine.h
9018         * src/inc.c
9019         * src/inc.h
9020         * src/jpilot.c
9021         * src/jpilot.h
9022         * src/ldapctrl.c
9023         * src/ldapctrl.h
9024         * src/ldaplocate.c
9025         * src/ldaplocate.h
9026         * src/ldapquery.c
9027         * src/ldapquery.h
9028         * src/ldapserver.c
9029         * src/ldapserver.h
9030         * src/ldaputil.c
9031         * src/ldaputil.h
9032         * src/ldif.c
9033         * src/ldif.h
9034         * src/localfolder.c
9035         * src/localfolder.h
9036         * src/main.c
9037         * src/main.h
9038         * src/mainwindow.c
9039         * src/mainwindow.h
9040         * src/manual.c
9041         * src/manual.h
9042         * src/matcher.c
9043         * src/matcher.h
9044         * src/matcher_parser.h
9045         * src/matcher_parser_lex.l
9046         * src/matcher_parser_parse.y
9047         * src/mbox.c
9048         * src/mbox.h
9049         * src/message_search.c
9050         * src/message_search.h
9051         * src/messageview.c
9052         * src/messageview.h
9053         * src/mh.c
9054         * src/mh.h
9055         * src/mh_gtk.c
9056         * src/mh_gtk.h
9057         * src/mimeview.c
9058         * src/mimeview.h
9059         * src/msgcache.c
9060         * src/msgcache.h
9061         * src/mutt.c
9062         * src/mutt.h
9063         * src/news.c
9064         * src/news.h
9065         * src/news_gtk.c
9066         * src/news_gtk.h
9067         * src/noticeview.c
9068         * src/noticeview.h
9069         * src/partial_download.c
9070         * src/partial_download.h
9071         * src/pine.c
9072         * src/pine.h
9073         * src/pop.c
9074         * src/pop.h
9075         * src/prefs_account.c
9076         * src/prefs_account.h
9077         * src/prefs_actions.c
9078         * src/prefs_actions.h
9079         * src/prefs_common.c
9080         * src/prefs_common.h
9081         * src/prefs_compose_writing.c
9082         * src/prefs_compose_writing.h
9083         * src/prefs_customheader.c
9084         * src/prefs_customheader.h
9085         * src/prefs_display_header.c
9086         * src/prefs_display_header.h
9087         * src/prefs_ext_prog.c
9088         * src/prefs_ext_prog.h
9089         * src/prefs_filtering.c
9090         * src/prefs_filtering.h
9091         * src/prefs_filtering_action.c
9092         * src/prefs_filtering_action.h
9093         * src/prefs_folder_column.c
9094         * src/prefs_folder_column.h
9095         * src/prefs_folder_item.c
9096         * src/prefs_folder_item.h
9097         * src/prefs_fonts.c
9098         * src/prefs_fonts.h
9099         * src/prefs_gtk.c
9100         * src/prefs_gtk.h
9101         * src/prefs_image_viewer.c
9102         * src/prefs_image_viewer.h
9103         * src/prefs_matcher.c
9104         * src/prefs_matcher.h
9105         * src/prefs_message.c
9106         * src/prefs_message.h
9107         * src/prefs_msg_colors.c
9108         * src/prefs_msg_colors.h
9109         * src/prefs_other.c
9110         * src/prefs_other.h
9111         * src/prefs_quote.c
9112         * src/prefs_quote.h
9113         * src/prefs_receive.c
9114         * src/prefs_receive.h
9115         * src/prefs_send.c
9116         * src/prefs_send.h
9117         * src/prefs_spelling.c
9118         * src/prefs_spelling.h
9119         * src/prefs_summaries.c
9120         * src/prefs_summaries.h
9121         * src/prefs_summary_column.c
9122         * src/prefs_summary_column.h
9123         * src/prefs_template.c
9124         * src/prefs_template.h
9125         * src/prefs_themes.c
9126         * src/prefs_themes.h
9127         * src/prefs_toolbar.c
9128         * src/prefs_toolbar.h
9129         * src/prefs_wrapping.c
9130         * src/prefs_wrapping.h
9131         * src/privacy.c
9132         * src/privacy.h
9133         * src/procheader.c
9134         * src/procheader.h
9135         * src/procmime.c
9136         * src/procmime.h
9137         * src/procmsg.c
9138         * src/procmsg.h
9139         * src/quote_fmt.c
9140         * src/quote_fmt_parse.y
9141         * src/recv.c
9142         * src/recv.h
9143         * src/remotefolder.c
9144         * src/remotefolder.h
9145         * src/send_message.c
9146         * src/send_message.h
9147         * src/setup.c
9148         * src/setup.h
9149         * src/simple-gettext.c
9150         * src/sourcewindow.c
9151         * src/sourcewindow.h
9152         * src/ssl_manager.c
9153         * src/ssl_manager.h
9154         * src/statusbar.c
9155         * src/statusbar.h
9156         * src/stock_pixmap.c
9157         * src/stock_pixmap.h
9158         * src/summary_search.c
9159         * src/summary_search.h
9160         * src/summaryview.c
9161         * src/summaryview.h
9162         * src/syldap.c
9163         * src/syldap.h
9164         * src/textview.c
9165         * src/textview.h
9166         * src/toolbar.c
9167         * src/toolbar.h
9168         * src/undo.c
9169         * src/undo.h
9170         * src/unmime.c
9171         * src/unmime.h
9172         * src/vcard.c
9173         * src/vcard.h
9174         * src/wizard.c
9175         * src/wizard.h
9176         * src/common/base64.c
9177         * src/common/base64.h
9178         * src/common/defs.h
9179         * src/common/hooks.c
9180         * src/common/hooks.h
9181         * src/common/log.c
9182         * src/common/log.h
9183         * src/common/md5.c
9184         * src/common/md5.h
9185         * src/common/mgutils.c
9186         * src/common/mgutils.h
9187         * src/common/nntp.c
9188         * src/common/nntp.h
9189         * src/common/passcrypt.c
9190         * src/common/passcrypt.h.in
9191         * src/common/plugin.c
9192         * src/common/plugin.h
9193         * src/common/prefs.c
9194         * src/common/prefs.h
9195         * src/common/progressindicator.c
9196         * src/common/progressindicator.h
9197         * src/common/quoted-printable.c
9198         * src/common/quoted-printable.h
9199         * src/common/session.c
9200         * src/common/session.h
9201         * src/common/smtp.c
9202         * src/common/smtp.h
9203         * src/common/socket.c
9204         * src/common/socket.h
9205         * src/common/ssl.c
9206         * src/common/ssl.h
9207         * src/common/ssl_certificate.c
9208         * src/common/ssl_certificate.h
9209         * src/common/string_match.c
9210         * src/common/string_match.h
9211         * src/common/stringtable.c
9212         * src/common/sylpheed.c
9213         * src/common/sylpheed.h
9214         * src/common/template.c
9215         * src/common/template.h
9216         * src/common/timing.h
9217         * src/common/utils.c
9218         * src/common/utils.h
9219         * src/common/uuencode.c
9220         * src/common/uuencode.h
9221         * src/common/version.h.in
9222         * src/common/xml.c
9223         * src/common/xml.h
9224         * src/common/xmlprops.c
9225         * src/common/xmlprops.h
9226         * src/gtk/about.c
9227         * src/gtk/about.h
9228         * src/gtk/colorlabel.c
9229         * src/gtk/colorlabel.h
9230         * src/gtk/colorsel.c
9231         * src/gtk/colorsel.h
9232         * src/gtk/description_window.c
9233         * src/gtk/description_window.h
9234         * src/gtk/filesel.c
9235         * src/gtk/filesel.h
9236         * src/gtk/foldersort.c
9237         * src/gtk/foldersort.h
9238         * src/gtk/gtkutils.c
9239         * src/gtk/gtkutils.h
9240         * src/gtk/inputdialog.c
9241         * src/gtk/inputdialog.h
9242         * src/gtk/logwindow.c
9243         * src/gtk/logwindow.h
9244         * src/gtk/manage_window.c
9245         * src/gtk/manage_window.h
9246         * src/gtk/menu.c
9247         * src/gtk/menu.h
9248         * src/gtk/pluginwindow.c
9249         * src/gtk/pluginwindow.h
9250         * src/gtk/prefswindow.c
9251         * src/gtk/prefswindow.h
9252         * src/gtk/progressdialog.c
9253         * src/gtk/progressdialog.h
9254         * src/gtk/quicksearch.c
9255         * src/gtk/quicksearch.h
9256         * src/gtk/sslcertwindow.c
9257         * src/gtk/sslcertwindow.h
9258         * src/plugins/clamav/clamav_plugin.c
9259         * src/plugins/clamav/clamav_plugin.h
9260         * src/plugins/clamav/clamav_plugin_gtk.c
9261         * src/plugins/demo/demo.c
9262         * src/plugins/dillo_viewer/dillo_prefs.c
9263         * src/plugins/dillo_viewer/dillo_prefs.h
9264         * src/plugins/dillo_viewer/dillo_viewer.c
9265         * src/plugins/mathml_viewer/mathml_viewer.c
9266         * src/plugins/pgpcore/passphrase.c
9267         * src/plugins/pgpcore/passphrase.h
9268         * src/plugins/pgpcore/plugin.c
9269         * src/plugins/pgpcore/prefs_gpg.c
9270         * src/plugins/pgpcore/prefs_gpg.h
9271         * src/plugins/pgpcore/select-keys.c
9272         * src/plugins/pgpcore/select-keys.h
9273         * src/plugins/pgpcore/sgpgme.c
9274         * src/plugins/pgpcore/sgpgme.h
9275         * src/plugins/pgpinline/pgpinline.c
9276         * src/plugins/pgpinline/pgpinline.h
9277         * src/plugins/pgpinline/plugin.c
9278         * src/plugins/pgpmime/pgpmime.c
9279         * src/plugins/pgpmime/pgpmime.h
9280         * src/plugins/pgpmime/plugin.c
9281         * src/plugins/spamassassin/spamassassin.c
9282         * src/plugins/spamassassin/spamassassin.h
9283         * src/plugins/spamassassin/spamassassin_gtk.c
9284         * src/plugins/trayicon/trayicon.c
9285         * tools/OOo2sylpheed.pl
9286         * tools/acroread2sylpheed.pl
9287         * tools/asus_mailled.sh
9288         * tools/filter_conv.pl
9289         * tools/freshmeat_search.pl
9290         * tools/google_search.pl
9291         * tools/kmail2sylpheed.pl
9292         * tools/kmail2sylpheed_v2.pl
9293         * tools/maildir2sylpheed.pl
9294         * tools/multiwebsearch.pl
9295         * tools/newscache_clean.pl
9296         * tools/outlook2sylpheed.pl
9297         * tools/sylpheed-switcher
9298         * tools/update-po
9299         * tools/vcard2xml.py
9300         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9301                 update FSF address
9303 2005-09-21 [colin]      1.9.14cvs46
9305         * src/gedit-print.c
9306         * src/procmsg.c
9307         * src/procmsg.h
9308         * src/textview.c
9309         * src/summaryview.c
9310                 Remove some printing hacks (deselection/reselection),
9311                 which by the way fix printing the currently 
9312                 displayed mime part (still only text)
9313                 Plus a little optimisation of summary_show
9316 2005-09-20 [colin]      1.9.14cvs45
9318         * src/mainwindow.c
9319         * src/messageview.c
9320                 GUI fixups: add accels, set message
9321                 view title to displayed mail's subject
9322         * src/prefs_spelling.c
9323         * src/gtk/gtkaspell.c
9324                 GUI fixups: allow underlining misspelled
9325                 words instead of coloring them (a11y!)
9327 2005-09-19 [colin]
9329         1.9.15rc3 released
9331 2005-09-19 [colin]      1.9.14cvs44
9333         * src/compose.c
9334                 Fix draft message
9335         * src/gtk/gtkaspell.c
9336                 Fix wrong test ;-)
9338 2005-09-19 [colin]      1.9.14cvs43
9340         * src/addressbook.c
9341                 Fix sensitivity of Delete button
9342         * src/compose.c
9343                 Warn if the requested Privacy system
9344                 is not available
9345         * src/exphtmldlg.c
9346         * src/expldifdlg.c
9347         * src/importldif.c
9348         * src/importmutt.c
9349         * src/importpine.c
9350                 Fix crappy UI
9351         * src/
9352         * src/ssl.h
9353         * src/prefs_account.h
9354         * src/prefs_account.c
9355                 Save SSL prefs even in builds that have
9356                 SSL support disable
9357         * src/imap.c
9358         * src/inc.c
9359         * src/news.c
9360         * src/send_message.c
9361                 Warn if connection should be secure, but
9362                 SSL support isn't compiled in
9363         * src/gtkaspell.c
9364                 Fix word separation on UTF-8 systems
9365                 Fixes bug #812 (Strange inline spellchecking)
9366         * src/compose.c
9367                 Warn if the requested Privacy system
9368                 is not available
9369                 Factorize offline warning
9370         * src/imap.c
9371         * src/imap_gtk.c
9372         * src/imap_gtk.h
9373         * src/inc.h
9374         * src/news_gtk.c
9375         * src/news_gtk.h
9376         * src/messageview.c
9377                 Factorize offline warning
9379 2005-09-19 [paul]
9381         1.9.15-rc2 released
9383 2005-09-18 [colin]      1.9.14cvs42
9385         * src/codeconv.c
9386         * src/codeconv.h
9387         * src/procmime.c
9388                 Add a way to get locale's charset ignoring utf-8,
9389                 and use that as default encoding for broken mails
9391 2005-09-18 [colin]      1.9.14cvs41
9393         * src/gtk/logwindow.c
9394                 Translate string. Patch by Fabien Vantard
9396 2005-09-18 [colin]      1.9.14cvs40
9398         * configure.ac
9399                 Fix bug #803 (IMAP/SSL support breaks with 
9400                 GnuTLS libetpan 0.38)
9402 2005-09-18 [colin]      1.9.14cvs39
9404         * src/codeconv.c
9405         * src/compose.c
9406         * src/procmime.c
9407                 More charsets fixes. Fixes bug #806 (non
9408                 ascii characters in subject line)
9410 2005-09-17 [paul]       1.9.14cvs38
9412         * src/folderview.c
9413         * src/mainwindow.c
9414                 fix gcc-2.95 issues
9415                 Patch by Pawel Pekala
9417 2005-09-17 [colin]      1.9.14cvs37
9419         * src/addrindex.c
9420                 bugfix for NO-USE LDAP compilation, patch 
9421                 by Fabien Vantard
9423 2005-09-17 [colin]      1.9.14cvs36
9425         * src/prefs_actions.c
9426         * src/prefs_customheader.c
9427         * src/prefs_display_header.c
9428         * src/prefs_filtering_action.c
9429         * src/prefs_matcher.c
9430         * src/prefs_toolbar.c
9431                 Fix strange casts (less elegant but
9432                 works better)
9434 2005-09-16 [colin]      1.9.14cvs35
9436         * src/jpilot.c
9437                 Missed that one
9439 2005-09-16 [colin]      1.9.14cvs34
9441         * configure.ac
9442         * src/Makefile.am
9443         * src/addr_compl.c
9444         * src/addrindex.c
9445         * src/browseldap.c
9446         * src/editldap.c
9447         * src/ldaplocate.c
9448         * src/ldapquery.c
9449         * src/ldapquery.h
9450         * src/ldapserver.c
9451         * src/ldapserver.h
9452         * src/main.c
9453         * src/matcher_parser_parse.y
9454         * src/prefs_themes.c
9455         * src/etpan/Makefile.am
9456         * src/gtk/description_window.c
9457         * src/plugins/clamav/Makefile.am
9458         * src/plugins/clamav/clamav_plugin.c
9459         * src/plugins/dillo_viewer/Makefile.am
9460         * src/plugins/pgpcore/Makefile.am
9461         * src/plugins/pgpinline/Makefile.am
9462         * src/plugins/pgpmime/Makefile.am
9463         * src/plugins/trayicon/Makefile.am
9464                 Fix 100% cpu usage in address completion list
9465                 Fix little bugs (return with no values etc)
9466                 Fix all warnings (with common CFLAGS)
9468 2005-09-15 [colin]      1.9.14cvs33
9470         * src/addressbook.c
9471                 Fix bug where sometimes a group's email list is empty,
9472                 force its refresh (probably fixes "Re: how to create a 
9473                 distribution list")
9474         * src/ldapquery.c
9475                 Don't return to the callback in the main thread from the
9476                 fetch thread (or face segs!)
9478 2005-09-15 [paul]       1.9.14cvs32
9480         * src/prefs_matcher.c
9481                 forgotten in last commit
9483 2005-09-15 [paul]       1.9.14cvs31
9485         * src/prefs_actions.c
9486         * src/prefs_filtering_action.c
9487         * src/prefs_quote.c
9488         * src/quote_fmt.c
9489         * src/summaryview.c
9490         * src/gtk/description_window.c
9491         * src/gtk/description_window.h
9492         * src/gtk/quicksearch.c
9493                 allow interaction with the called
9494                 description window
9495                 Patch by Anders Hammar
9497 2005-09-14 [paul]       1.9.14cvs30
9499         * src/compose.c
9500                 fix a little annoyance when pasting with 3rd button 
9501                 with wrap_pastes=0 and wrap_input=1
9502                 Patch by Colin
9504 2005-09-14 [paul]       1.9.14cvs29
9506         * src/prefs_account.c
9507                 disable 'Filter messages on receiving' for
9508                 SMTP-only accounts
9509                 Patch  by Anders Hammar
9511 2005-09-14 [paul]       1.9.14cvs28
9513         * po/sk.po
9514                 fix crash
9515                 updated by Andrej Kacian
9517 2005-09-14 [paul]
9519         1.9.15-rc1 released
9521 2005-09-14 [paul]       1.9.14cvs27
9523         * po/es.po
9524                 updated by Ricardo Mones Lastra
9525         * src/compose.c
9526         * src/compose.h
9527                 associate no_wrap_tags to Compose windows
9528                 instead of using a static one
9529                 Patch by Colin
9530         * src/mbox.c
9531                 fix proc_mbox()
9532                 Patch by wwp
9533         * src/textview.c
9534                 remove unneeded printf()
9536 2005-09-14 [paul]       1.9.14cvs26
9538         * src/addrcache.c
9539         * src/codeconv.h
9540         * src/folder.h
9541         * src/mainwindow.h
9542         * src/mh.c
9543         * src/mimeview.h
9544         * src/partial_download.c
9545         * src/pop.c
9546         * src/prefs_account.c
9547         * src/prefs_account.h
9548         * src/prefs_actions.c
9549         * src/prefs_customheader.c
9550         * src/prefs_display_header.c
9551         * src/prefs_filtering_action.c
9552         * src/prefs_matcher.c
9553         * src/prefs_toolbar.c
9554         * src/privacy.h
9555         * src/procmime.c
9556         * src/procmime.h
9557         * src/procmsg.h
9558         * src/textview.c
9559         * src/undo.h
9560         * src/common/plugin.c
9561         * src/common/session.h
9562         * src/common/socket.c
9563         * src/common/socket.h
9564         * src/common/template.c
9565         * src/gtk/gtkaspell.c
9566         * src/gtk/quicksearch.h
9567         * src/plugins/pgpcore/passphrase.c
9568         * src/plugins/pgpcore/prefs_gpg.h
9569         * src/plugins/pgpcore/select-keys.c
9570         * src/plugins/pgpcore/select-keys.h
9571         * src/plugins/pgpcore/sgpgme.c
9572         * src/plugins/pgpinline/pgpinline.c
9573         * src/plugins/pgpmime/pgpmime.c
9574         * src/plugins/trayicon/trayicon.c
9575                 fix compilation warnings
9576                 Patch by Daniel Gustafson
9578 2005-09-14 [paul]       1.9.14cvs25
9580         * src/addressbook.c
9581                 add missing column header, and other small
9582                 bug fixes
9583                 Patch by Anders Hammar
9585 2005-09-13 [colin]      1.9.14cvs24
9587         * src/gtk/gtkaspell.c
9588                 Fix non-utf8 in menu
9589                 Fix little leaks
9590                 Nullify struct members after free()s
9592 2005-09-13 [colin]      1.9.14cvs23
9594         * src/compose.c
9595                 Test utf8 compliance before inserting to 
9596                 buffer, and try to convert if necessary
9597         * src/procmime.c
9598                 If no charset is present, use the locale 
9599                 one instead of us-ascii
9600         * src/procmsg.c
9601                 Add Sender, List-Post and To in the checked 
9602                 headers for automatic rules creation 
9603                 (thanks to wwp)
9604         * src/prefs_themes.c
9605         * src/gtk/gtkaspell.c
9606                 Remove deprecated functions. 
9607                 patch by Daniel Gustafson
9609 2005-09-12 [colin]      1.9.14cvs22
9611         * src/compose.c
9612                 Fix bug #448 (Scrolling/Redraw issue with 
9613                 address-fields in Header)
9614         * src/mainwindow.c
9615         * src/summaryview.c
9616         * src/summaryview.h
9617                 Fix loss of MSG_MARKED on move/copy
9618                 Fix bug #804 (Quicksearch togglebutton doesn't 
9619                 get depressed after '/' key is pressed)
9621 2005-09-12 [paul]       1.9.14cvs21
9623         * AUTHORS
9624         * src/gtk/logwindow.c
9625                 add 'Clear Log' to popup menu
9626                 Patch by Anders Hammar <anders.hammar@telia.com>
9628 2005-09-12 [paul]       1.9.14cvs20
9630         * src/compose.c
9631                 set correct sensitivity on attachments
9632                 popup menu
9633         * src/folder.c
9634                 fix typo
9635         * src/prefs_spelling.c
9636                 fix crash when no LANG env is set
9637         * src/common/xml.c
9638                 fix crash in wizard
9639                 don't use memeory after free
9641         All patches by Daniel Gustafson
9643 2005-09-12 [paul]       1.9.14cvs19
9645         * src/prefs_themes.c
9646                 make theme info selectable
9647         * src/gtk/description_window.c
9648                 make window non-modal
9649         * tools/README
9650                 add details of asus_mailed.sh
9651         * tools/claws.i18n.status.pl
9652                 update for new zh_TW translator
9653                 widen the output
9654                 create alternate coloured lines
9655                 improve readability
9657 2005-09-10 [colin]      1.9.14cvs18
9659         * src/plugins/pgpcore/select-keys.c
9660                 Better order for the buttons
9662 2005-09-10 [colin]      1.9.14cvs17
9664         * src/compose.c
9665         * src/plugins/pgpcore/select-keys.c
9666         * src/plugins/pgpcore/select-keys.h
9667         * src/plugins/pgpcore/sgpgme.c
9668                 Add a "Don't encrypt" button to the key
9669                 selection dialog. Fixes bug #177 (There should be a 
9670                 'Don't encrypt button in the Select Keys dialog)
9672 2005-09-10 [colin]      1.9.14cvs16
9674         * src/compose.c
9675                 Fix bug #572 (%X option does not work with templates)
9677 2005-09-10 [colin]      1.9.14cvs15
9679         * src/toolbar.c 
9680                 Remove g_print
9682 2005-09-10 [colin]      1.9.14cvs14
9684         * src/imap.c
9685                 Fix a possible crash
9687 2005-09-09 [colin]      1.9.14cvs13
9689         * src/imap.c
9690         * src/etpan/imap-thread.c
9691         * src/etpan/imap-thread.h
9692                 Fix moving from queue or drafts to normal folders
9693                 Fix bug #794 (No way to delete without expunging)
9694                 Take flags unset by other mailers into account
9695                 Take deleted flag set by other mailers into account
9696                 Fix unsetting REPLIED flag
9697                 Fix crash when capabilities can't be retrieved
9698         * src/mainwindow.c
9699         * src/mainwindow.h
9700                 Add M_DELAYED_FLAGS condition, and let the user use
9701                 Execute in order to be able to expunge deleted mails,
9702                 even if he's not in delayed execute mode
9703         * src/prefs_spelling.c
9704                 Use 'en' dictionary by default if LANG is POSIX or C
9705         * src/gtk/prefswindow.c
9706                 Fix bug #767 (Preferences windows expanding) by making
9707                 the window a bit larger when the resolution is greater
9708                 than 640x480, and by putting the prefs in a
9709                 GtkScrolledWindow.
9711 2005-09-09 [paul]       1.9.14cvs12
9713         * AUTHORS
9714         * configure.ac
9715         * po/zh_TW.Big5.po      ** REMOVED **
9716         * po/zh_TW.po           ** ADDED **
9717                 updated by Wei-Lun Chao
9719 2005-09-09 [paul]       1.9.14cvs11
9721         * src/mainwindow.c
9722                 fix asserts
9723         * src/common/xml.c
9724                 delay memory allocation until file is
9725                 opened successfully
9726                 Patch by Daniel Gustafson
9728 2005-09-09 [colin]      1.9.14cvs10
9730         * src/imap.c
9731                 Add guards
9733 2005-09-08 [colin]      1.9.14cvs9
9735         * src/compose.c
9736                 Alert when we can't save draft
9737                 Fix various wrap/color issues
9738                 Add mid-click pasting respecting wrap_paste option
9739         * src/folder.c
9740         * src/folder.h
9741         * src/folder_item_prefs.c
9742         * src/folder_item_prefs.h
9743         * src/imap.c
9744         * src/imap_gtk.c
9745         * src/imap_gtk.h
9746         * src/main.c
9747         * src/mainwindow.c
9748         * src/mainwindow.h
9749         * src/news.c
9750         * src/news_gtk.c
9751         * src/news_gtk.h
9752         * src/prefs_folder_item.c
9753                 Fix the impossibility to synchronise folders for
9754                 offline use (IMAP and NNTP are concerned)
9756 2005-09-08 [colin]      1.9.14cvs8
9758         * configure.ac
9759                 Build LDAP and JPilot by default if available
9760         * src/textview.c
9761                 Fix use after free
9763 2005-09-08 [paul]       1.9.14cvs7
9765         * doc/manual/en/sylpheed-1.html
9766         * doc/manual/en/sylpheed-18.html
9767         * doc/manual/en/sylpheed-19.html
9768         * doc/manual/en/sylpheed-4.html
9769         * doc/manual/en/sylpheed-6.html
9770         * doc/manual/en/sylpheed.html
9771                 a few minor updates, plus include some
9772                 details about plugins and their requirements
9773         * src/mainwindow.c
9774                 minor changes to English in /View/Sort
9776 2005-09-07 [colin]      1.9.14cvs6
9778         * doc/manual/en/sylpheed-1.html
9779         * doc/manual/en/sylpheed-10.html
9780         * doc/manual/en/sylpheed-11.html
9781         * doc/manual/en/sylpheed-12.html
9782         * doc/manual/en/sylpheed-13.html
9783         * doc/manual/en/sylpheed-14.html
9784         * doc/manual/en/sylpheed-15.html
9785         * doc/manual/en/sylpheed-16.html
9786         * doc/manual/en/sylpheed-17.html
9787         * doc/manual/en/sylpheed-18.html
9788         * doc/manual/en/sylpheed-19.html
9789         * doc/manual/en/sylpheed-2.html
9790         * doc/manual/en/sylpheed-20.html
9791         * doc/manual/en/sylpheed-21.html
9792         * doc/manual/en/sylpheed-22.html
9793         * doc/manual/en/sylpheed-3.html
9794         * doc/manual/en/sylpheed-4.html
9795         * doc/manual/en/sylpheed-5.html
9796         * doc/manual/en/sylpheed-6.html
9797         * doc/manual/en/sylpheed-7.html
9798         * doc/manual/en/sylpheed-8.html
9799         * doc/manual/en/sylpheed-9.html
9800         * doc/manual/en/sylpheed.html
9801                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
9803 2005-09-07 [colin]      1.9.14cvs5
9805         * src/mainwindow.c
9806                 Make labels more to-the-point
9808 2005-09-07 [colin]      1.9.14cvs4
9810         * doc/manual/en/sylpheed-1.html
9811         * doc/manual/en/sylpheed-12.html
9812         * doc/manual/en/sylpheed-13.html
9813         * doc/manual/en/sylpheed-14.html
9814         * doc/manual/en/sylpheed-15.html
9815         * doc/manual/en/sylpheed-16.html
9816         * doc/manual/en/sylpheed-17.html
9817         * doc/manual/en/sylpheed-18.html
9818         * doc/manual/en/sylpheed-19.html
9819         * doc/manual/en/sylpheed-2.html
9820         * doc/manual/en/sylpheed-20.html
9821         * doc/manual/en/sylpheed-21.html
9822         * doc/manual/en/sylpheed-22.html
9823         * doc/manual/en/sylpheed-4.html
9824         * doc/manual/en/sylpheed-5.html
9825         * doc/manual/en/sylpheed-6.html
9826         * doc/manual/en/sylpheed-7.html
9827         * doc/manual/en/sylpheed-8.html
9828         * doc/manual/en/sylpheed-9.html
9829         * doc/manual/en/sylpheed.html
9830                 Update manual
9832 2005-09-07 [colin]      1.9.14cvs3
9834         * doc/faq/en/sylpheed-faq-1.html
9835         * doc/faq/en/sylpheed-faq-2.html
9836         * doc/faq/en/sylpheed-faq-3.html
9837         * doc/faq/en/sylpheed-faq.html
9838                 Update FAQ
9840 2005-09-07 [colin]      1.9.14cvs2
9842         * src/folderview.c
9843         * src/procmsg.c
9844         * src/summaryview.c
9845         * src/toolbar.c
9846                 Fix special subfolders:
9847                 - Inherit parent's icon
9848                 - sent contents of queues subfolders
9849                 - empty subfolders of trashes
9850         * src/mainwindow.c
9851                 Remove outdated manual and faq entries
9852         * src/common/utils.c
9853                 Add quotes around %s coming from mailcap
9855 2005-09-07 [colin]      1.9.14cvs1
9857         * src/compose.c
9858                 After saving draft, set modified to FALSE
9859         * src/mimeview.c
9860         * src/common/utils.c
9861         * src/common/utils.h
9862                 Try to open mime parts using what is 
9863                 indicated in ~/.mailcap or /etc/mailcap,
9864                 if possible.
9866 2005-09-05 [paul]       1.9.14
9868         1.9.14 released
9870         * po/sk.po
9871                 updated by Andrej Kacian
9873 2005-09-05 [paul]       1.9.13cvs83
9875         * po/de.po
9876         * po/es.po
9877         * po/fi.po
9878         * po/fr.po
9879         * po/nb.po
9880         * po/pt_BR.po
9881         * po/sr.po
9882                 updated translations by Thomas Gilgin, Ricardo Mones
9883                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
9884                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
9886 2005-09-04 [paul]       1.9.13cvs82
9888         * src/compose.c
9889                 only warn about exceeded line length limit
9890                 on send
9892 2005-09-04 [paul]       1.9.13cvs81
9894         * src/compose.c
9895                 fix crash in 'line length exceeded' dialogue
9897 2005-09-02 [paul]       1.9.13cvs80
9899         * src/imap.c
9900                 fix bug 795, 'Connection lost IMAP'
9901                 and add statusbar prints
9902                 Patch by Colin
9904 2005-09-02 [paul]       1.9.13cvs79
9906         * src/compose.c
9907                 compose_wrap_paragraph() becomes
9908                 compose_beautify_paragraph()
9909                 Patch by Colin
9911 2005-09-02 [colin]      1.9.13cvs78
9913         * src/folderview.c
9914                 Micro-fix
9916 2005-09-01 [colin]      1.9.13cvs77
9918         * src/imap.c
9919                 Maybe fix bug #795 (Connection lost IMAP)
9920                 Don't try to send logout when we're disconnected.
9921         * src/summaryview.c
9922                 Include locked and marked emails in HRM
9923                 view. Fixes bug #800 (Locked messages no longer 
9924                 show up when hide read messages is used)
9926 2005-09-01 [paul]       1.9.13cvs76
9928         * src/prefs_common.c
9929                 fix bad cutting
9931 2005-08-31 [colin]      1.9.13cvs75
9933         * src/folderview.c
9934         * src/folderview.h
9935         * src/prefs_summaries.c
9936         * src/summaryview.c
9937                 Fix "go to next new", fix preference
9938                 (Open unread/next swapped)
9940 2005-08-31 [paul]       1.9.13cvs74
9942         * src/compose.c
9943         * src/folderview.c
9944         * src/headerview.c
9945         * src/headerview.h
9946         * src/mainwindow.c
9947         * src/prefs_common.c
9948         * src/prefs_common.h
9949         * src/prefs_fonts.c
9950         * src/summaryview.c
9951         * src/textview.c
9952         * src/common/defs.h
9953                 remove obsolete BOLD_FONT setting
9954                 fix font update in headerview and textview
9955                 headers after prefs change
9956                 Patch By Colin
9958 2005-08-31 [paul]
9960         1.9.14-rc4 released
9962 2005-08-30 [colin]      1.9.13cvs73
9964         * src/summaryview.c
9965                 When Hide read messages is selected and we
9966                 refresh the summaryview, don't remove the 
9967                 currently displayed message. Fixes bug #797
9968                 (Summary view reloads when new mail is 
9969                 downloaded in 1.9.14 rc)
9971 2005-08-30 [colin]      1.9.13cvs72
9973         * src/folderview.c
9974                 Fix flickering
9975         * src/mainwindow.c
9976                 Remove useless callback
9977         * src/mimeview.c
9978         * src/gtk/filesel.c
9979         * src/gtk/filesel.h
9980                 Add a filesel_select_file_save_folder() - used by Save All
9982 2005-08-29 [paul]       1.9.13cvs71
9984         * AUTHORS
9985         * src/matcher_parser_parse.y
9986         * src/etpan/imap-thread.c
9987                 fix building on FreeBSD
9988                 Patch by Daniel Gustafson <daniel@hobbit.se>
9990 2005-08-29 [paul]       1.9.13cvs70
9992         * src/plugins/pgpinline/pgpinline.c
9993                 only initialise sig result if it's been handled
9994                 Patch by Colin
9996 2005-08-29 [paul]       1.9.13cvs69
9997         
9998         Patches by Colin:
10000         * src/imap.c
10001         * src/common.utils.c
10002         * src/common/utils.h
10003                 optimisation
10004         * src/stock_pixmap.h
10005                 fix wrong icon reference
10006         * src/pixmaps/trash_btn.xpm
10007                 replace with nicer image
10009 2005-08-28 [colin]      1.9.13cvs68
10011         * src/Makefile.am
10012         * src/stock_pixmap.c
10013         * src/stock_pixmap.h
10014         * src/toolbar.c
10015         * src/pixmaps/trash_btn.xpm
10016                 Add a specific trash xpm for the button
10018 2005-08-28 [colin]      1.9.13cvs67
10020         * src/imap.c
10021                 Fix leak
10023 2005-08-27 [colin]      1.9.13cvs66
10025         * src/imap.c
10026         * src/procmime.c
10027                 Correctly fix "Problem with replies", fixes
10028                 pgpmime encryption too. 
10030 2005-08-27 [colin]      1.9.13cvs65
10032         * src/folder.c
10033         * src/procmsg.c
10034         * src/procmsg.h
10035         * src/summaryview.c
10036                 Fix bug #517 (messages removed from summaryview 
10037                 when moving fails)
10039 2005-08-27 [colin]      1.9.13cvs64
10041         * tools/Makefile.am
10042         * tools/asus_mailled.sh
10043                 Add a script to blink ASUS laptops' mail LED where there
10044                 is unread mail.
10046 2005-08-27 [colin]      1.9.13cvs63
10048         * src/imap.c
10049         * src/etpan/imap-thread.c
10050         * src/etpan/imap-thread.h
10051                 Implement automatic choosing of login method
10052                 Fixes bug #791
10053         * src/gtk/.cvsignore
10054                 Add sylpheed-marshal.[ch]
10056 2005-08-27 [colin]      1.9.13cvs62
10058         * src/common/utils.c
10059                 Fix confusing perror
10061 2005-08-27 [colin]      1.9.13cvs61
10063         * src/toolbar.c
10064         * src/toolbar.h
10065                 Remove A_DELETE, replace it with 
10066                 A_TRASH and A_DELETE_REAL. Automatically
10067                 rewrite config files to replace A_DELETE
10068                 with A_TRASH (no functionality change).
10069                 Fixes half of #794
10071 2005-08-26 [colin]      1.9.13cvs60
10073         * src/procmime.c
10074                 Previous "Problem with replies" fix brought other
10075                 problems, fixing them
10077 2005-08-26 [colin]      1.9.13cvs59
10079         * src/procmime.c
10080                 Fix "Problem with replies". This happened only
10081                 on IMAP...
10082         * src/procmsg.c
10083                 Factorize code a bit
10084         * src/compose.c
10085                 Speed improvement on very long messages (wrapping)
10086                 Fix signature color on Reedit and Redirect
10087                 On Reedit, don't attach pgp-signatures parts, but
10088                 set signing to On.
10090 2005-08-24 [paul]       1.9.13cvs58
10092         * src/compose.c
10093                 don't claim success when clicking
10094                 Cancel on the passphrase box.
10095                 Patch by Colin
10097 2005-08-24 [paul]       1.9.13cvs57
10099         * src/main.c
10100                 fix misplaced sylpheed.log
10101         * src/common/defs.h
10102                 define UIDL_DIR
10104 2005-08-24 [paul]       1.9.13cvs56
10106         * src/imap.c
10107         * src/etpan/imap-thread.c
10108         * src/etpan/imap-thread.h
10109                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
10110                 Patch by Colin
10111         * src/gtk/sylpheed-marshal.c    ** REMOVED **
10112         * src/gtk/sylpheed-marshal.h    ** REMOVED **
10113                 remove autogenerated files
10114         * tools/kdeservicemenu/README
10115         * tools/kdeservicemenu/install.sh
10116         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10117         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10118                 use Claws icon, use 'Sylpheed-Claws' in menu,
10119                 use kdialog, and other cleanups
10121 2005-08-23 [paul]       1.9.13cvs55
10123         * src/compose.c
10124                 fix paste/wrap crash
10125                 Patch by Colin
10127 2005-08-23 [paul]       1.9.13cvs54
10129         * src/main.c
10130                 fix crash recovery
10131                 Patch by Colin
10133 2005-08-23 [paul]       1.9.13cvs53
10135         * src/addressbook.c
10136         * src/editaddress.c
10137                 view all data of LDAP contacts
10138                 Patch by Colin
10140 2005-08-23 [paul]       1.9.13cvs52
10142         * src/addressbook.c
10143                 fix issues with the Search field
10144                 Patch by Colin
10146 2005-08-22 [paul]       1.9.13cvs51
10148         * src/folderview.c
10149                 put name of folder in processing dialog
10150                 title
10151         * src/prefs_folder_item.c
10152                 improve english usage
10154 2005-08-22 [paul]       1.9.13cvs50
10156         * src/filtering.c
10157         * src/filtering.h
10158         * src/matcher.c
10159         * src/matcher_parser_lex.l
10160         * src/matcher_parser_parse.y
10161         * src/prefs_filtering.c
10162                 add Filtering/Processing rule names feature.
10163                 (the incompatible old matcherrc is saved as
10164                 matcherrc.pre_names).
10165                 Patch by Colin
10167 2005-08-22 [paul]       1.9.13cvs49
10169         * src/procmsg.c
10170                 fix colour labelling
10171                 Patch by Colin
10173 2005-08-22 [paul]       1.9.13cvs48
10175         * src/textview.c
10176                 fix open_image_cb()
10178 2005-08-22 [paul]       1.9.13cvs47
10180         * src/imap.c
10181                 fix bug 789, 'SC crashes with imap (CVS ver)'
10182                 Patch by Colin
10184 2005-08-22 [paul]       1.9.13cvs46
10186         * src/mimeview.c
10187         * src/prefs_common.c
10188         * src/common/defs.h
10189                 define reused defaults in defs.h
10190         * src/textview.c
10191                 add 'Open image' to image popup menu
10193 2005-08-21 [colin]      1.9.13cvs45
10195         * src/summaryview.c
10196                 Fix bug #788 (Bogus "From" address displayed)
10198 2005-08-20 [colin]      1.9.13cvs44
10200         * src/folder.c
10201                 Fix buf #787 (multilevel delete causes SIGSEGV)
10203 2005-08-19 [colin]      1.9.13cvs43
10205         * src/inc.c
10206         * src/prefs_common.c
10207         * src/prefs_common.h
10208                 Add an hidden pref to allow modifying the
10209                 update stepping in incorporation.
10210                 Patch by wwp.
10212 2005-08-19 [colin]      1.9.13cvs42
10214         * src/compose.c
10215         * src/procmime.c
10216                 Workaround for broken MUAs: encode 
10217                 Content-type: name: as ASCII and 
10218                 Content-Disposition: filename: as
10219                 per rfc2231
10220         * src/prefs_account.c
10221                 Fix invisible-ness of SMTP SSL prefs
10222                 in NNTP accounts
10224 2005-08-19 [paul]       1.9.13cvs41
10226         * src/compose.c
10227         * src/prefs_common.c
10228         * src/prefs_common.h
10229         * src/prefs_wrapping.c
10230                 paste with or without wrapping.
10231                 patch by Colin
10233 2005-08-19 [paul]       1.9.13cvs40
10235         * src/prefs_common.c
10236         * src/prefs_common.h
10237         * src/summaryview.c
10238                 reintroduce enable_swap_from as a
10239                 hidden pref. patch by Colin
10240         * src/quote_fmt_parse.y
10241         * src/plugins/clamav/clamav_plugin.c
10242         * src/plugins/dillo_viewer/dillo_viewer.c
10243         * src/plugins/mathml_viewer/mathml_viewer.c
10244         * src/plugins/pgpcore/sgpgme.c
10245         * src/plugins/pgpinline/pgpinline.c
10246         * src/plugins/pgpmime/pgpmime.c
10247                 tidy up. patch by Colin
10249 2005-08-19 [paul]       1.9.13cvs39
10251         * configure.ac
10252                 complete cvs38's sync
10253         * src/editaddress.c
10254         * src/gedit-print.c
10255         * src/mutt.c
10256         * src/etpan/etpan-log.c
10257         * src/etpan/imap-thread.c
10258         * src/gtk/gtksourceprintjob.c
10259                 fix compilation warnings
10260                 (patch by Colin)
10262 2005-08-19 [paul]       1.9.13cvs38
10264         sync with main:
10266         * src/account.c
10267         * src/action.c
10268         * src/addrbook.c
10269         * src/addrcache.c
10270         * src/addrharvest.c
10271         * src/addrindex.c
10272         * src/codeconv.c
10273         * src/compose.c
10274         * src/crash.c
10275         * src/exporthtml.c
10276         * src/exportldif.c
10277         * src/folder.c
10278         * src/image_viewer.c
10279         * src/inc.c
10280         * src/inc.h
10281         * src/jpilot.c
10282         * src/ldif.c
10283         * src/main.c
10284         * src/matcher.c
10285         * src/mbox.c
10286         * src/messageview.c
10287         * src/mh.c
10288         * src/mimeview.c
10289         * src/msgcache.c
10290         * src/mutt.c
10291         * src/news.c
10292         * src/partial_download.c
10293         * src/pine.c
10294         * src/pop.c
10295         * src/prefs_actions.c
10296         * src/prefs_common.c
10297         * src/prefs_customheader.c
10298         * src/prefs_display_header.c
10299         * src/prefs_gtk.c
10300         * src/prefs_themes.c
10301         * src/procheader.c
10302         * src/procmime.c
10303         * src/procmsg.c
10304         * src/recv.c
10305         * src/send_message.c
10306         * src/simple-gettext.c
10307         * src/sourcewindow.c
10308         * src/textview.c
10309         * src/vcard.c
10310         * src/common/defs.h
10311         * src/common/log.c
10312         * src/common/plugin.c
10313         * src/common/prefs.c
10314         * src/common/session.c
10315         * src/common/session.h
10316         * src/common/socket.c
10317         * src/common/socket.h
10318         * src/common/ssl_certificate.c
10319         * src/common/template.c
10320         * src/common/utils.c
10321         * src/common/utils.h
10322         * src/common/xml.c
10323         * src/gtk/about.c
10324         added wrappers for C library function that
10325                 take pathname arguments.
10326                 enabled compilation with MinGW.
10327                 use GDir instead of directly using opendir().
10328                 added rename_force().
10330 2005-08-19 [paul]       1.9.13cvs37
10331         
10332         patches by Colin:
10333         * src/compose.c
10334                 fix privacy settings on re-editing
10335                 a sent message
10336         * src/jpilot.c
10337                 fix encoding bug
10338         * src/folder.c
10339         * src/procmsg.c
10340         * src/procmsg.h
10341         * src/summaryview.c
10342                 flag changing optimisation
10344 2005-08-18 [martin]     1.9.13cvs36
10346         * commitHelper
10347             added my login
10348         * src/addrcache.c
10349         * src/addrharvest.c
10350         * src/addrindex.c
10351         * src/compose.c
10352         * src/grouplistdialog.c
10353         * src/main.c
10354         * src/mainwindow.c
10355         * src/msgcache.c
10356         * src/mutt.c
10357         * src/pine.c
10358         * src/prefs_account.c
10359         * src/prefs_themes.c
10360         * src/stock_pixmap.c
10361         * src/summaryview.c
10362         * src/gtk/about.c
10363         * src/gtk/logwindow.c
10364             removed deprecated glib and gdk stuff
10365         * src/plugins/pgpcore/select-keys.c
10366             convert attributes from locale to utf8
10368 2005-08-17 [paul]       1.9.13cvs35
10370         * src/account.c
10371         * src/addressbook.c
10372                 use new GTK_STOCK_ icons if available
10373         * src/summaryview.c
10374         * src/gtk/gtksctree.c
10375         * src/gtk/gtksctree.h
10376                 faster range select. patch by Colin
10378 2005-08-17 [paul]       1.9.13cvs34
10380         patches by colin:
10381         * src/addressbook.c
10382         * src/addressitem.h
10383                 Add an edit button for contacts, fix selections
10384                 of gtksctree items
10385         * src/editaddress.c
10386                 Change labels, let Save be always possible in the
10387                 email and user atributes tabs
10388         * src/folderview.c
10389                 fix sort issues
10390         * src/summaryview.c
10391                 select next item instead of the displayed one
10392                 after deletion
10394         * src/gtk/progressdialog.c
10395                 use prefs_common.enable_rules_hint
10397 2005-08-13 [hoa]        1.9.13cvs33
10399         * src/etpan/imap-thread.c
10400                 fixed build on Solaris.
10402 2005-08-10 [colin]      1.9.13cvs32
10404         * src/procmsg.c
10405                 Fix cvs31 (missing fclose before reading
10406                 the file)
10408 2005-08-10 [colin]      1.9.13cvs31
10410         * src/procmsg.c
10411                 Fix procmsg_msginfo_new_from_mimeinfo() when
10412                 the MimeInfo isn't stored in memory. This fixes
10413                 replying to an attached message.
10415 2005-08-10 [colin]      1.9.13cvs30
10417         * src/mainwindow.c
10418                 Fix slowness in account changing
10420 2005-08-10 [colin]      1.9.13cvs29
10422         * src/folder.c
10423         * src/folderutils.c
10424         * src/folderview.c
10425         * src/imap_gtk.c
10426         * src/mainwindow.c
10427         * src/mh_gtk.c
10428         * src/procmsg.c
10429         * src/summaryview.c
10430                 Optimize folder_has_parent_of_type
10431                 Prevent moving special sub-folders from contextual menus
10432                 Rework message a bit ("Empty all messages" -> "Delete all
10433                 messages")
10434                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
10435                 and "Deleted Items" folders)
10437 2005-08-08 [colin]      1.9.13cvs28
10439         * src/summaryview.c
10440         * src/prefs_summaries.c
10441                 Make "Select first unread|new" more flexible
10442                 (just prioritize new or unread)
10444 2005-08-08 [colin]      1.9.13cvs27
10446         * src/summaryview.c
10447                 If "select first new" is selected and there only
10448                 are unread messages, fallback to "select first
10449                 unread".
10451 2005-08-08 [colin]      1.9.13cvs26
10453         * src/folder.c
10454                 Fix shameful bugs (and bug #779)
10456 2005-08-08 [colin]      1.9.13cvs25
10458         * src/folder.c
10459         * src/folder.h
10460                 Cache parents' type to make folder_has_parent_of_type
10461                 faster
10462         * src/folderview.c
10463                 Forbid DnD of special sub-folders
10464         * src/procmsg.c
10465         * src/procmsg.h
10466                 Add MAIL_POSTFILTERING_HOOK
10467         * src/summaryview.c
10468                 Revert over-zealous deletion of the use_addr_book 
10469                 code
10471 2005-08-07 [colin]      1.9.13cvs24
10473         * src/folder.c
10474                 Fix big mistake (passing MsgInfo instead 
10475                 of FolderItem)
10477 2005-08-07 [colin]      1.9.13cvs23
10479         * src/compose.c
10480         * src/folder.c
10481         * src/folder.h
10482         * src/foldersel.c
10483         * src/folderutils.c
10484         * src/folderview.c
10485         * src/imap.c
10486         * src/mainwindow.c
10487         * src/messageview.c
10488         * src/mh.c
10489         * src/msgcache.c
10490         * src/procmime.c
10491         * src/summaryview.c
10492                 Make subfolders of Drafts, Queue, Outbox, Trash
10493                 work like their parents. 
10494                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
10496 2005-08-07 [colin]      1.9.13cvs22
10498         * src/addressbook.c
10499                 Fix bug #771 (Dragged contacts not saved)
10501 2005-08-07 [paul]       1.9.13cvs21
10503         * src/summaryview.c
10504                 fix bug 32 'Search Doesn't display results
10505                 if "Hide Read Messages" is chosen'
10506                 be more literal in interpreting 'Hide read
10507                 messages'
10509 2005-08-07 [colin]      1.9.13cvs20
10511         * src/folderview.c
10512                 Add debug
10513         * src/summaryview.c
10514                 Faster 'unthread_for_execution'
10516 2005-08-06 [paul]       1.9.13cvs19
10518         * src/mainwindow.c
10519                 add mnemonics to Set displayed columns
10520                 fix bug where msgview_visible option was
10521                 overwritten as TRUE on startup
10523 2005-08-06 [paul]       1.9.13cvs18
10525         * src/mainwindow.c
10526                 refer to 'displayed columns in folder/message
10527                 list' not 'displayed items in summary/message view'
10528         * src/prefs_display_header.c
10529                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
10530                 be consistent with similar dialogues
10531         * src/prefs_folder_column.c
10532         * src/prefs_summary_column.c
10533                 'columns' not 'items', and folder and message lists,
10534                 instead of folder and summary views;
10535                 Use 'Hidden columns' as list heading not 'Available
10536                 items';
10537                 move the 'Remove' button to the right hand side;
10538                 top-align the buttons;
10539                 remove unneeded vbox
10540         * src/prefs_summaries.c
10541                 put the 2 column prefs buttons in a frame to reduce
10542                 overall width; refer to columns not items &c.
10544 2005-08-05 [colin]      1.9.13cvs17
10546         * src/prefs_common.c
10547         * src/prefs_common.h
10548         * src/mainwindow.c
10549         * src/compose.c
10550         * src/messageview.c
10551                 Add an hidden toolbar_detachable pref, so
10552                 that I can get rid of these painful handles
10553                 in the toolbars. Defaults to TRUE to avoid
10554                 changing the GUI on unsuspecting people...
10556 2005-08-05 [colin]      1.9.13cvs16
10558         * src/Makefile.am
10559         * src/prefs_folder_column.c
10560         * src/prefs_folder_column.h
10561                 Add prefs for folder columns
10562         * src/folderview.c
10563         * src/folderview.h
10564         * src/mainwindow.c
10565         * src/mainwindow.h
10566         * src/prefs_common.c
10567         * src/prefs_common.h
10568         * src/prefs_summaries.c
10569                 Use them
10570         * src/prefs_summary_column.c
10571         * src/summaryview.c
10572         * src/summaryview.h
10573                 Add a To column
10574         * src/textview.c
10575         * src/common/utils.c
10576         * src/common/utils.h
10577                 Move uri colourisation functions
10578                 to utils
10579         * src/compose.c
10580                 Colourise URIs
10581         * src/imap.c
10582                 Fix bug with LIST where we'd try
10583                 to get Folder//////[...]/// 
10585 2005-08-05 [paul]       1.9.13cvs15
10587         * src/prefs_summaries.c
10588                 improve the English usage
10589         * src/summaryview.c
10590                 set font on column change
10591                 thanks to Colin
10593 2005-08-05 [paul]       1.9.13cvs14
10595         * src/prefs_common.c
10596         * src/prefs_common.h
10597         * src/prefs_summaries.c
10598         * src/summaryview.c
10599                 replace 'open_unread_on_enter' option with
10600                 'select_on_entry' option. opening/not opening
10601                 is now exclusively controlled by 'always_show_msg'
10603 2005-08-04 [colin]      1.9.13cvs13
10605         * src/compose.c
10606                 Remove dead code
10607                 Add colourisation of quotes and signatures
10608         * src/folderview.c
10609                 Fix possible crashes
10610         * src/messageview.c
10611                 Change an assert that is no problem
10612         * src/news.c
10613         * src/news_gtk.c
10614         * src/news_gtk.h
10615                 Fix offline mode
10616         * src/gtk/quicksearch.c
10617                 Fix a possible crash
10619 2005-08-03 [colin]      1.9.13cvs12
10621         * src/prefs_account.c
10622                 Fix bug #777 (Sylpheed crash in account configuration)
10624 2005-08-03 [colin]      1.9.13cvs11
10626         * src/addressbook.c
10627         * src/editaddress.c
10628         * src/editgroup.c
10629                 Fixing addressbook, round 2
10630         * src/textview.c
10631                 Fix emphasis color on rechecking 'Colorize messages'
10633 2005-08-03 [paul]       1.9.13cvs10
10635         sync with main
10637         * src/addr_compl.c
10638         * src/compose.c
10639         * src/main.c
10640         * src/pop.c
10641         * src/prefs_account.c
10642         * src/procmime.c
10643         * src/procmsg.c
10644         * src/quote_fmt_parse.y
10645         * src/textview.c
10646         * src/common/quoted-printable.c
10647         * src/common/utils.c
10648         * src/common/utils.h
10649         * src/common/xml.c
10650                 replaced incorrect locale-independent
10651                 ctype functions with GLib's. Corrected
10652                 signedness mismatch.
10653         * src/headerview.c
10654                 headerview_create(): added spacing for vbox.
10655         * src/gtk/about.c
10656                 set focus to the OK button.
10658 2005-08-03 [colin]      1.9.13cvs9
10660         * src/folderview.c
10661                 Fix possible crash
10663 2005-08-02 [colin]      1.9.13cvs8
10665         * src/mainwindow.c
10666                 Fix cast
10667         * src/addressbook.c
10668         * src/addressitem.h
10669                 Fix a cast and more generally, try to make the
10670                 GUI more intuitive and consistent (round 1)
10672 2005-08-02 [paul]       1.9.13cvs7
10674         * src/folder.h
10675                 missing in 1.9.13cvs6
10677 2005-08-02 [colin]      1.9.13cvs6
10679         * src/folder.c
10680                 Fix one more leak
10682 2005-08-02 [colin]      1.9.13cvs5
10684         * src/folder.c
10685         * src/folderview.c
10686         * src/imap.c
10687         * src/main.c
10688         * src/mbox.c
10689         * src/procmsg.c
10690         * src/summaryview.c
10691                 Fix a number of folder_item_get_msg_list()-related
10692                 leaks (missing procmsg_msginfo_free()s)
10694 2005-08-01 [colin]      1.9.13cvs4
10696         * src/folderview.c
10697         * src/folderview.h
10698         * src/mainwindow.c
10699         * src/prefs_fonts.c
10700         * src/prefs_summaries.c
10701         * src/prefs_themes.c
10702         * src/summaryview.c
10703         * src/summaryview.h
10704         * src/textview.c
10705         * src/textview.h
10706                 Fix instant-apply of summary and folderview-related prefs
10707                 Fix erroneous g_free and alertpanels in prefs_theme
10708                 Add instant-apply for fonts
10709                 Defer applying of prefs a little bit so it's done only
10710                 once even if requested by multiples prefs pages
10712 2005-08-01 [paul]       1.9.13cvs3
10714         * src/main.c
10715                 fix bug 776 'S.C. crashes on close'
10716                 thanks to Colin
10717         * src/etpan/etpan-thread-manager-types.h
10718                 add missing include
10719                 thanks to Hoa
10721 2005-07-25 [paul]       1.9.13cvs2
10723         * src/summaryview.c
10724                 fix typos. spotted by Fabien Vantard
10726 2005-07-24 [paul]       1.9.13cvs1
10728         * doc/man/sylpheed.1
10729                 update man page, incorporating fix of
10730                 bug 769 'Typo in manpage'
10731         * src/etpan/imap-thread.c
10732                 fix NetBSD openssl dependencies. patch by
10733                 George Michaelson <ggm@apnic.net>
10734         * po/pt_BR.po
10735                 updated by Frederico Goncalves Guimaraes
10737 2005-07-22 [paul]       1.9.13
10739         1.9.13 release
10741 2005-07-22 [paul]       1.9.12cvs91
10743         * AUTHORS
10744         * INSTALL
10745         * README.claws
10746         * RELEASE_NOTES.claws
10747                 updated for release
10748         * configure.ac
10749         * po/nb.po
10750         * tools/claws.i18n.status.pl
10751                 add Norwegian translation. submiited by
10752                 Geir Helland <pjallabais@users.sourceforge.net>
10753         * po/ca.po
10754         * po/de.po
10755         * po/es.po
10756         * po/fi.po
10757         * po/fr.po
10758         * po/it.po
10759         * po/sk.po
10760         * po/sr.po
10761         * po/zh_CN.po
10762                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10763                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10764                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10765                 Yang Guilong
10766         * src/plugins/clamav/clamav_plugin_gtk.c
10767         * src/plugins/spamassassin/spamassassin_gtk.c
10768                 replace outdated description strings
10770 2005-07-21 [colin]      1.9.12cvs90
10772         * src/folder.c
10773                 Set folder to batch mode when scanning it. Makes deletion
10774                 of unread mails on IMAP much faster (due to the UNREAD 
10775                 flag unsetting)
10777 2005-07-21 [darko]      1.9.12cvs89
10779         * configure.ac
10780                 link against libresolv if necessary (patch by Paul)
10781         * src/msgcache.c
10782                 use glib's portable macros to determine endianness
10784 2005-07-21 [paul]       1.9.12cvs88
10786         * src/crash.c
10787         * src/gtk/about.c
10788                 update compiled-in features list
10790 2005-07-20 [colin]      1.9.12cvs87
10792         * src/folder.c
10793         * src/textview.c
10794                 Gcc 2.9x compilation fixes, thanks to Darko
10795         * src/plugins/clamav/clamav_plugin.c
10796                 Little optimisation: load virus database only once
10797         * src/plugins/spamassassin/spamassassin.c
10798                 Big optimisation: filtering one mail took at least 1 second,
10799                 now it takes at least 50ms. Doesn't speed up spamassassin 
10800                 itself, but should already be much more tolerable.
10802 2005-07-20 [colin]      1.9.12cvs86
10804         * src/summaryview.c
10805                 Fix performance issue
10807 2005-07-19 [colin]      1.9.12cvs85
10809         * src/plugins/pgpinline/plugin.c
10810                 Fix warning
10812 2005-07-19 [colin]      1.9.12cvs84
10814         * configure.ac
10815         * src/plugins/Makefile.am
10816         * src/plugins/pgpinline/.cvsignore
10817         * src/plugins/pgpinline/Makefile.am
10818         * src/plugins/pgpinline/pgpinline.c
10819         * src/plugins/pgpinline/pgpinline.deps
10820         * src/plugins/pgpinline/pgpinline.h
10821         * src/plugins/pgpinline/plugin.c
10822                 Put pgpinline in the main tree
10824 2005-07-19 [paul]       1.9.12cvs83
10826         * src/prefs_actions.c
10827                 prevent '//' in menu names, which cause a crash
10828                 thanks to Colin
10830 2005-07-19 [paul]       1.9.12cvs82
10832         * configure.ac
10833                 be generally more informative in configure output.
10834                 OpenSSL: correction: '[ --enable-openssl ...' -> 
10835                 '[ --disable-openssl ...', as --enable-openssl is default
10836                 PGP/MIME: don't check for GPGME again, check for
10837                 pgpcore instead. Therefore prevent the possibility of
10838                 attempting to build pgpmime if pgpcore dependencies are
10839                 not met
10840                 ClamAV: use pkgconfig to check for lib
10841                 libgnomeprint: revert logic on inner test to match
10842                 everything else
10843         * src/plugins/pgpcore/sgpgme.c
10844                 add missing include
10846 2005-07-19 [colin]      1.9.12cvs81
10848         * src/summaryview.c
10849                 Fix slow thread rebuilding in particular
10850                 cases
10852 2005-07-19 [paul]       1.9.12cvs80
10854         * sylpheed-claws.desktop
10855                 fix typo, spotted by Stephan Sachse
10856         * src/account.c
10857                 replace GTK_STOCK_ADD with
10858                 GTK_STOCK_NEW button
10860 2005-07-18 [colin]      1.9.12cvs79
10862         * src/etpan/imap-thread.c
10863                 Fix return value (Thanks Hoa)
10865 2005-07-18 [colin]      1.9.12cvs78
10867         * src/imap.c
10868                 Allow empty passwords
10869                 Create drafts/queue/outbox if necessary
10870         * src/summaryview.c
10871                 Remove old code
10872         * src/etpan/imap-thread.c
10873                 Fix STARTTLS (Thanks to Hoa)
10875 2005-07-18 [paul]       1.9.12cvs77
10877         * ChangeLog-gtk2.jp
10878         * ChangeLog.jp
10879                 removed
10880         * Makefile.am
10881                 updated to reflect additions and removals
10882         * TODO
10883                 updated to be claws-specific
10884         * TODO-gtk2
10885         * TODO-gtk2.jp
10886         * TODO.jp
10887         * sylpheed-128x128.png
10888         * sylpheed-64x64.png
10889                 removed
10890         * sylpheed-claws-128x128.png
10891         * sylpheed-claws-64x64.png
10892         * sylpheed-claws.desktop
10893         * sylpheed-claws.png
10894                 added
10895         * sylpheed.desktop
10896         * sylpheed.png
10897                 removed
10899 2005-07-17 [paul]       1.9.12cvs76
10901         * src/account.c
10902         * src/addressbook.c
10903         * src/alertpanel.c
10904         * src/alertpanel.h
10905         * src/compose.c
10906         * src/exphtmldlg.c
10907         * src/expldifdlg.c
10908         * src/folderview.c
10909         * src/imap_gtk.c
10910         * src/inc.c
10911         * src/message_search.c
10912         * src/messageview.c
10913         * src/mh_gtk.c
10914         * src/news_gtk.c
10915         * src/prefs_actions.c
10916         * src/prefs_filtering.c
10917         * src/prefs_matcher.c
10918         * src/prefs_template.c
10919         * src/prefs_themes.c
10920         * src/ssl_manager.c
10921         * src/summary_search.c
10922         * src/textview.c
10923         * src/toolbar.c
10924         * src/gtk/sslcertwindow.c
10925         * src/plugins/pgpcore/sgpgme.c
10926                 rework alertpanels
10928 2005-07-17 [colin]      1.9.12cvs75
10930         * src/privacy.c
10931                 add a PrivacySystem accessor that checks that
10932                 the system cached in a MimeInfo's privacydata
10933                 is still registered. Use this accessor instead
10934                 of directly using data->system. Fixes crashes
10935                 after unloading pgp plugins.
10937 2005-07-17 [colin]      1.9.12cvs74
10939         * src/alertpanel.c
10940                 Change geometry hints to a simple default size.
10941                 Fixes the certs dialogs.
10943 2005-07-17 [colin]      1.9.12cvs73
10945         * src/gtk/sslcertwindow.c
10946                 Use a gtkExpander
10948 2005-07-17 [colin]      1.9.12cvs72
10950         * src/plugins/pgpcore/Makefile.am
10951         * src/plugins/pgpmime/Makefile.am
10952                 Add gpgme libs
10954 2005-07-17 [paul]       1.9.12cvs71
10956         * configure.ac
10957                 add --disable-gnomeprint option
10958                 modified version of patch by Marius Mauch
10960 2005-07-17 [paul]       1.9.12cvs70
10962         * src/common/defs.h
10963                 update urls
10964         * src/account.c
10965         * src/action.c
10966         * src/addressbook.c
10967         * src/compose.c
10968         * src/foldersel.c
10969         * src/folderview.c
10970         * src/html.c
10971         * src/imap_gtk.c
10972         * src/main.c
10973         * src/mainwindow.c
10974         * src/messageview.c
10975         * src/mh_gtk.c
10976         * src/mimeview.c
10977         * src/news_gtk.c
10978         * src/prefs_account.c
10979         * src/prefs_send.c
10980         * src/prefs_summaries.c
10981         * src/procmsg.c
10982         * src/summaryview.c
10983         * src/common/utils.c
10984         * src/common/xml.c
10985         * src/plugins/pgpcore/passphrase.c
10986         * src/plugins/pgpcore/select-keys.c
10987                 replace inappropriately used backticks
10988                 with single quotes
10990 2005-07-16 [colin]      1.9.12cvs69
10992         * src/image_viewer.c
10993                 Add extra paranoid checks
10995 2005-07-16 [colin]      1.9.12cvs68
10997         * src/plugins/pgpcore/prefs_gpg.c
10998                 Don't auto-check sigs by default, as it
10999                 can be really slow.
11001 2005-07-16 [colin]      1.9.12cvs67
11003         * src/plugins/pgpcore/sgpgme.c
11004                 Make messages a bit better.
11006 2005-07-16 [colin]      1.9.12cvs66
11008         * src/imap.c
11009                 Remove pseudo-log
11010         * src/etpan/imap-thread.c
11011                 Add real log
11013 2005-07-16 [colin]      1.9.12cvs65
11015         * src/main.c
11016         * src/prefs_other.c
11017                 And now, fix build with libetpan :-/
11019 2005-07-15 [colin]      1.9.12cvs64
11021         * src/prefs_other.c
11022                 Continue fixing build without libetpan.
11024 2005-07-15 [colin]      1.9.12cvs63
11026         * src/main.c
11027                 Fix build with --disable-libetpan
11029 2005-07-15 [colin]      1.9.12cvs62
11031         * configure.ac
11032                 Bump libetpan's version
11034 2005-07-15 [colin]      1.9.12cvs61
11036         * src/etpan/imap-thread.c
11037                 Actually stop logging :)
11039 2005-07-15 [colin]      1.9.12cvs60
11041         * src/addressbook.c
11042                 Fix dnd of multiple addresses.
11044 2005-07-15 [hoa]        1.9.12cvs59
11046         * src/etpan/imap-thread.c
11047             disable login of IMAP password in libetpan log file.
11049 2005-07-15 [paul]       1.9.12cvs58
11051         * src/account.c
11052                 don't automatically sort
11053                 do allow drag n drop
11055 2005-07-15 [paul]       1.9.12cvs57
11057         * src/account.c
11058         * src/ssl_manager.c
11059                 alphabetical listing
11061 2005-07-15 [paul]       1.9.12cvs56
11063         * src/gtk/pluginwindow.c
11064                 sort plugin list alphabetically
11066 2005-07-15 [paul]       1.9.12cvs55
11068         * src/prefs_spelling.c
11069         * src/prefs_wrapping.c
11070                 unify English usage
11072 2005-07-15 [colin]      1.9.12cvs54
11074         * src/wizard.c
11075                 Typo fix
11077 2005-07-15 [paul]       1.9.12cvs53
11079         * src/prefs_message.c
11080                 make 'show cursor' a hidden option
11082 2005-07-14 [colin]      1.9.12cvs52
11084         * src/plugins/spamassassin/Makefile.am
11085         * src/plugins/clamav/Makefile.am
11086                 Fix double EXTRA_DISTs
11088 2005-07-14 [colin]      1.9.12cvs51
11090         * src/plugins/clamav/Makefile.am
11091         * src/plugins/clamav/clamav_plugin_gtk.deps
11092         * src/plugins/spamassassin/Makefile.am
11093         * src/plugins/spamassassin/spamassassin_gtk.deps
11094                 Make $plugin_gtk depend on $plugin
11096 2005-07-14 [hoa]        1.9.12cvs50
11098         * src/etpan/imap-thread.c
11099                 enable debug log of libetpan when running with --debug
11101 2005-07-14 [colin]      1.9.12cvs49
11103         * configure.ac
11104         * src/common/Makefile.am
11105         * src/common/plugin.c
11106         * src/common/plugin.h
11107                 Add a little plugin dependancy system.
11108                 Plugins can ship a $plugin_name.deps file
11109                 (near them in PLUGINDIR) so that their
11110                 dependancies are loaded if possible.
11111         * src/plugins/Makefile.am
11112         * src/plugins/pgpcore/Makefile.am
11113         * src/plugins/pgpcore/passphrase.c
11114         * src/plugins/pgpcore/passphrase.h
11115         * src/plugins/pgpcore/plugin.c
11116         * src/plugins/pgpcore/prefs_gpg.c
11117         * src/plugins/pgpcore/prefs_gpg.h
11118         * src/plugins/pgpcore/select-keys.c
11119         * src/plugins/pgpcore/select-keys.h
11120         * src/plugins/pgpcore/sgpgme.c
11121         * src/plugins/pgpcore/sgpgme.h
11122                 Introduce pgpcore, used by pgpmime and
11123                 pgpinline
11124         * src/plugins/pgpmime/Makefile.am
11125         * src/plugins/pgpmime/passphrase.c
11126         * src/plugins/pgpmime/passphrase.h
11127         * src/plugins/pgpmime/pgpmime.c
11128         * src/plugins/pgpmime/pgpmime.deps
11129         * src/plugins/pgpmime/plugin.c
11130         * src/plugins/pgpmime/prefs_gpg.c
11131         * src/plugins/pgpmime/prefs_gpg.h
11132         * src/plugins/pgpmime/select-keys.c
11133         * src/plugins/pgpmime/select-keys.h
11134         * src/plugins/pgpmime/sgpgme.c
11135         * src/plugins/pgpmime/sgpgme.h
11136                 Remove the core from pgpmime and add the
11137                 dependancy to pgpcore.
11139 2005-07-14 [paul]       1.9.12cvs48
11141         * src/stock_pixmap.c
11142                 forgot this in last commit
11144 2005-07-14 [paul]       1.9.12cvs47
11146         * src/account.c
11147         * src/addressbook.c
11148                 add accelerators for the buttons (sync with main)
11149         * src/compose.c
11150         * src/compose.h
11151                 add accelerators for the buttons.
11152                 fix editing with external editor.
11153                 replace gdk_input_*() with GIOChannel;
11154                 (sync with main)
11155         * src/foldersel.c
11156                 display folder names with new/unread
11157                 representation (sync with main)
11158         * src/main.c
11159                 specify default window icon (sync with main)
11160         * src/prefs_common.c
11161                 use_addr_book default to FALSE
11162         * src/summaryview.c
11163         * src/textview.c
11164                 add accelerators for the buttons (sync with main)
11165         * src/gtk/menu.c
11166                 fix typos
11167         * src/pixmaps/sylpheed_icon.xpm
11168                 updated
11170 2005-07-13 [paul]       1.9.12cvs46
11172         * src/plugins/pgpmime/pgpmime.c
11173         * src/plugins/pgpmime/sgpgme.c
11174                 (temporarily) use deprecated gpgme_data_rewind()
11175                 while largefile support is not present
11176                 (as suggested by Colin)
11178 2005-07-13 [paul]       1.9.12cvs45
11180         * configure.ac
11181                 remove large file support (for now):
11182                 it breaks too many things
11184 2005-07-13 [paul]       1.9.12cvs44
11186         * configure.ac
11187                 add large file support
11188         * src/html.c
11189                 fix bug #763 where href attribute was not
11190                 the very first attribute of a link
11191                 patch by Thomas Gilgin
11193 2005-07-13 [colin]      1.9.12cvs43
11195         * src/gtk/pluginwindow.c
11196                 Little portability fix
11198 2005-07-13 [colin]      1.9.12cvs42
11200         * src/plugins/pgpmime/sgpgme.c
11201                 Fix crasher.
11203 2005-07-13 [colin]      1.9.12cvs41
11205         * src/plugins/pgpmime/pgpmime.c
11206         * src/plugins/pgpmime/sgpgme.c
11207                 Use gpgme_data_release_and_get_mem instead
11208                 of gpgme_data_read.
11210 2005-07-13 [colin]      1.9.12cvs40
11212         * configure.ac
11213         * src/plugins/pgpmime/passphrase.c
11214         * src/plugins/pgpmime/passphrase.h
11215         * src/plugins/pgpmime/pgpmime.c
11216         * src/plugins/pgpmime/plugin.c
11217         * src/plugins/pgpmime/select-keys.c
11218         * src/plugins/pgpmime/select-keys.h
11219         * src/plugins/pgpmime/sgpgme.c
11220         * src/plugins/pgpmime/sgpgme.h
11221                 Port pgpmime to gpgme-1.0.
11223 2005-07-12 [paul]       1.9.12cvs39
11225         * AUTHORS
11226         * src/toolbar.c
11227         * src/toolbar.h
11228                 add a 'Go to Prev' button to the toolbar.
11229                 correct tooltip text of go to buttons.
11230                 based on patch by Yang Guilong <bamanzi@gmail.com>
11232 2005-07-12 [colin]      1.9.12cvs38
11234         * src/statusbar.c
11235                 Fix progress bar showing stuff at startup.
11237 2005-07-12 [paul]       1.9.12cvs37
11239         * src/editjpilot.c
11240                 fix building with jpilot support
11242 2005-07-11 [colin]      1.9.12cvs36
11244         * src/inc.c
11245                 Add visual indication that filtering is running
11246         * src/textview.c
11247                 Make {}[] uri delimiters
11248         * src/summaryview.c
11249                 Remove useless (and slow) calls
11251 2005-07-11 [paul]       1.9.12cvs35
11253         * src/plugins/clamav/clamav_plugin_gtk.c
11254         * src/plugins/dillo_viewer/dillo_prefs.c
11255         * src/plugins/pgpmime/prefs_gpg.c
11256         * src/plugins/spamassassin/spamassassin_gtk.c
11257                 gather plugins prefs together under their
11258                 own 'Plugins' heading
11260 2005-07-11 [paul]       1.9.12cvs34
11262         sync with main
11264         * src/account.c
11265                 account_delete(): modified alert dialog
11266         * src/editjpilot.c
11267         * src/editvcard.c
11268                 fixed a crash when cancelling file selection
11269                 dialog by Escape key. Made non-ascii filename
11270                 selectable.
11271         * src/prefs_template.c
11272                 prefs_template_window_create(): make scrolled
11273                 window policy AUTOMATIC
11275 2005-07-10 [hoa]        1.9.12cvs33
11277         * src/etpan/imap-thread.c
11278                 workaround for old Courier IMAP servers.
11280 2005-07-10 [colin]      1.9.12cvs32
11282         * src/folder.c
11283         * src/statusbar.c
11284         * src/statusbar.h
11285                 Add visual progress indicator on filtering/processing
11286                 Factorize the progress bar code
11287         * src/imap.c
11288         * src/imap.h
11289         * src/etpan/imap-thread.c
11290                 Add a reference counter to avoid destroying the Folder
11291                 while it's in use by another callback.
11293 2005-07-09 [hoa]        1.9.12cvs31
11295         * src/imap.c
11296         * src/etpan/imap-thread.c
11297                 fixed deadlock when removing IMAP account.
11299 2005-07-08 [colin]      1.9.12cvs30
11301         * src/textview.c
11302         * src/unmime.c
11303                 Fix again problems decoding broken headers
11304         * src/gtk/inputdialog.c
11305                 Fix local variable shadowing a global one
11307 2005-07-08 [colin]      1.9.12cvs29
11309         * src/msgcache.c
11310                 Make the cache/mark files platform-agnostic by writing
11311                 them in little-endian format. Reading them is also done
11312                 in little-endian format, of course; however, in order
11313                 to avoid trashing mark data on big-endian machines, the
11314                 files are, at first, read from the native format if the
11315                 little-endian one doesn't exist. This is easy to deter-
11316                 mine by trying to open a file with a swapped data_ver
11317                 and seeing if it's the wanted version.
11318                 Little-endian using users should see absolutely no
11319                 difference, Big-endian users may get a very little
11320                 performance drop due to byte-swapping.
11321                 Tested on i386 and ppc32. 
11322                 Fixes bug #159 (The index file, in the mailboxes, is 
11323                 hardware depending).
11325                 To have the cache/mark files updated to the new little-
11326                 endian format, "Check for new messages" or even
11327                 "Rebuild folder tree" aren't enough. Files will be
11328                 updated as soon as a folder has been opened/closed.
11329                 To update everything, just select all folders by
11330                 selecting them one by one.
11332 2005-07-07 [colin]      1.9.12cvs28
11334         * src/imap.c
11335                 Remember the folder separator per IMAPFolder
11336                 instead of globally.
11337                 Revive the Session on noop; fixes bug #761
11338                 (mark a bunch of unread messages as read takes 
11339                 forever)
11341 2005-07-07 [darko]      1.9.12cvs27
11343         * src/common/template.c
11344                 Sort templates alphabetically
11346 2005-07-06 [colin]      1.9.12cvs26
11348         * src/imap.c
11349                 Try to use the correct separator in
11350                 most cases. Possibly fixes bug #759
11351                 (only creates the INBOX folder when 
11352                 setting up new IMAP account) and 
11353                 bug #760 (Can't retrieve messages)
11355 2005-07-06 [colin]      1.9.12cvs25
11357         * src/imap.c
11358                 Use real_path in status command. This will
11359                 help later, when namespaces will be used.
11361 2005-07-06 [colin]      1.9.12cvs24
11363         * configure.ac
11364         * src/account.c
11365         * src/folder.c
11366         * src/imap.c
11367         * src/etpan/etpan-log.c
11368         * src/etpan/etpan-thread-manager.c
11369         * src/etpan/imap-thread.c
11370                 Add a --disable-libetpan parameter. With this,
11371                 users that don't want IMAP4 support can avoid
11372                 the new dependancy (and have no IMAP support).
11373                 Users that have IMAP4 accounts and use this
11374                 parameter won't lose their configuration, their
11375                 IMAP accounts will just be invisible and not
11376                 used.
11377         * src/textview.c
11378                 Make the "Copy ..." contextual menu items 
11379                 copy to both the X clipboard and the gtk 
11380                 clipboard - as most other apps do.
11381         * src/gtk/about.c
11382                 Add a notice about OpenSSL usage, in order to
11383                 comply with OpenSSL's license (point 6):
11384                 http://www.openssl.org/source/license.html
11386 2005-07-06 [colin]      1.9.12cvs23
11388         * src/alertpanel.c
11389                 Fix a minimum size for alertpanels
11390         * src/compose.c
11391                 Show 'No space left on device' type errors
11392                 when queuing/sending
11393         * src/imap_gtk.c
11394         * src/mh_gtk.c
11395                 Rework folder's deletion message (remove 
11396                 extra \n)
11398 2005-07-05 [colin]      1.9.12cvs22
11400         * src/imap.c
11401                 Add an alertpanel on auth error
11402                 Add pseudo-log
11403                 Remove pthread-related stuff
11405 2005-07-05 [colin]      1.9.12cvs21
11407         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11408                 Fix crash on plugin reloading (with a hack)
11410 2005-07-05 [colin]      1.9.12cvs20
11412         * src/prefs_account.c
11413         * src/prefs_account.h
11414                 Fix typo
11415         * src/gtk/filesel.c
11416         * src/gtk/filesel.h
11417                 Add a way to filter the view
11418         * src/gtk/pluginwindow.c
11419                 Filter loadable stuff
11420         * src/plugins/pgpmime/prefs_gpg.c
11421                 Fix missing unregistration
11422         * .cvsignore
11423         * src/etpan/.cvsignore
11424         * src/plugins/spamassassin/.cvsignore
11425                 Add more stuff to cvs ignored files
11427 2005-07-04 [colin]      1.9.12cvs19
11429         * src/imap.c
11430                 Fix scan_required returning FALSE when it
11431                 shouldn't. Maybe fix #760 (Can't retrieve
11432                 messages)
11434 2005-07-04 [colin]      1.9.12cvs18
11436         * src/summaryview.c
11437                 Fix always_show_msg pref
11439 2005-07-04 [paul]       1.9.12cvs17
11441         sync with main (forgotten in last commit)
11442         
11443         * src/common/utils.c
11444         * src/common/utils.h
11445                 check_line_length(): new.
11446                 is_dir_exist()
11447                 is_file_entry_exist()
11448                 dirent_is_regular_file()
11449                 dirent_is_directory(): use g_file_test() instead of stat().
11451 2005-07-04 [paul]       1.9.12cvs16
11453         sync with main:
11455         * src/compose.c
11456                 compose_write_to_file(): check for line
11457                 length limit and display warning if exceeds
11458         * src/jpilot.c
11459                 use get_home_dir() instead of g_get_home_dir()
11460         * src/procheader.c
11461                 removed warning about invalid date
11462         * src/vcard.c
11463                 use get_home_dir() instead of g_get_home_dir()
11465 2005-07-04 [paul]       1.9.12cvs15
11467         * src/stock_pixmap.c
11468                 fix new pixmap naming errors
11469                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
11471 2005-07-04 [colin]      1.9.12cvs14
11473         * src/imap.c
11474                 Fix debugging string with a warning
11476 2005-07-04 [colin]      1.9.12cvs13
11478         * configure.ac
11479                 Add a check for libetpan's version (>= 0.37)
11481 2005-07-04 [hoa]        1.9.12cvs12
11483         * commitHelper
11484         * src/imap.c
11485         * src/etpan/imap-thread.c
11486         * src/etpan/imap-thread.h
11487                 fixed IMAP implementation of check of mails.
11489 2005-07-03 [hoa]        1.9.12cvs11
11491         * src/etpan/Makefile.am
11492         * src/etpan/etpan-errors.h
11493         * src/etpan/etpan-log.[ch]
11494         * src/etpan/etpan-thread-manager-types.h
11495         * src/etpan/etpan-thread-manager.[ch]
11496         * src/etpan/imap-thread.[ch]
11497         * src/Makefile.am
11498         * src/imap.c
11499         * src/main.c
11500         * src/prefs_other.c
11501         * configure.ac
11502             merged imap branch.
11503             dependency on libetpan 0.37 is now added.
11505 2005-07-01 [colin]      1.9.12cvs10
11507         * src/Makefile.am
11508         * src/folder.c
11509         * src/folder.h
11510         * src/folderview.c
11511         * src/stock_pixmap.c
11512         * src/stock_pixmap.h
11513         * src/plugins/trayicon/trayicon.c
11514                 Add marked symbol on folders containing
11515                 marked messages
11516         * src/procmsg.c
11517         * src/procmsg.h
11518         * src/toolbar.c
11519         * src/prefs_common.c
11520         * src/prefs_common.h
11521         * src/prefs_send.c
11522                 Add an optional confirmation dialog on queue
11523                 sending. Patch by wwp.
11524         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
11525         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
11526         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
11527         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
11528         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
11529         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
11530         * src/pixmaps/inbox_mark.xpm            ** ADDED **
11531         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
11532         * src/pixmaps/outbox_mark.xpm           ** ADDED **
11533         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
11534         * src/pixmaps/trash_mark.xpm            ** ADDED **
11535                 New pixmaps
11537 2005-07-01 [colin]      1.9.12cvs9
11539         * src/summaryview.c
11540                 Fix a little threading bug
11541         * src/addrgather.c
11542         * src/mainwindow.c
11543                 A little bit of HIG normality never hurts
11545 2005-07-01 [colin]      1.9.12cvs8
11547         * src/compose.c
11548         * src/msgcache.c
11549         * src/pop.c
11550         * src/procmime.c
11551         * src/recv.c
11552         * src/common/log.c
11553         * src/common/template.c
11554         * src/common/utils.c
11555         * src/common/utils.h
11556                 Reverted the fwrite_atomic stuff. In fact
11557                 it is already atomic.
11559 2005-06-30 [colin]      1.9.12cvs7
11561         * src/common/utils.c
11562         * src/common/utils.h
11563                 Add an fwrite_atomic() function to make
11564                 sure we write everything: fwrite can make
11565                 short writes.
11566         * src/compose.c
11567         * src/msgcache.c
11568         * src/pop.c
11569         * src/procmime.c
11570         * src/recv.c
11571         * src/common/log.c
11572         * src/common/template.c
11573                 Use that (and fix swapping of size and nmemb).
11574                 Thanks to Rich Coe for the heads up.
11576 2005-06-30 [colin]      1.9.12cvs6
11578         * src/addressbook.c
11579                 Optimize addressbook opening 
11581 2005-06-30 [colin]      1.9.12cvs5
11583         * src/summaryview.c
11584                 Remove calls to summary_step after move/copy
11586 2005-06-28 [paul]       1.9.12cvs4
11588         * src/alertpanel.c
11589                 wrap and make the error msg selectable
11591 2005-06-28 [paul]       1.9.12cvs3
11593         * src/ssl_manager.c
11594                 replace the OK button with a Close button
11595         * src/gtk/foldersort.c
11596                 use GTK_STOCK_ icons/buttons
11598 2005-06-28 [colin]      1.9.12cvs2
11600         * src/gedit-print.c             ** ADDED **
11601         * src/gedit-print.h             ** ADDED **
11602         * src/gtk/gtksourceprintjob.c   ** ADDED **
11603         * src/gtk/gtksourceprintjob.h   ** ADDED **
11604                 I can't believe no one had enough time to tell
11605                 me I forgot the `cvs add`
11607 2005-06-27 [colin]      1.9.12cvs1
11609         * src/Makefile.am
11610         * src/gtk/Makefile.am
11611         * src/messageview.c
11612         * src/procmsg.c
11613         * src/summaryview.c
11614         * configure.ac
11615                 Add optional libgnomeprint-based printing
11616         * src/mainwindow.c
11617         * src/gtk/quicksearch.c
11618                 Add an Edit/Quick search menu item to show
11619                 and focus the quicksearch
11621 2005-06-27 [paul]       1.9.12
11623         1.9.12 release
11625         * po/ca.po
11626         * po/de.po
11627         * po/es.po
11628         * po/fr.po
11629         * po/it.po
11630         * po/ko.po
11631         * po/pt_BR.po
11632         * po/sk.po
11633         * po/zh_CN.po
11634                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11635                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11636                 SungHyun Nam, Frederico Goncalves Guimaraes,
11637                 Andrej Kacian, and Yang Guilong
11638 2005-06-26 [colin]      1.9.11cvs106
11640         * src/imap_gtk.c
11641                 Forgot one file for previous fix
11643 2005-06-26 [colin]      1.9.11cvs105
11645         * src/folder.c
11646         * src/imap.c
11647                 Fix problems with folder operations in no_select
11648                 imap folders. it applies only to mails, and 
11649                 creation/deletion/move/renaming of folders 
11650                 should be possible
11652 2005-06-26 [paul]       1.9.11cvs104
11654         * src/prefs_filtering.c
11655                 replace one more GTK_STOCK_REMOVE
11656                 with GTK_STOCK_DELETE
11658 2005-06-25 [colin]      1.9.11cvs103
11660         * src/imap.c
11661                 Optimize get_seq_set_from_seq_list
11662                 (Patch by Ricardo) 
11664 2005-06-25 [colin]      1.9.11cvs102
11666         * src/mh.c
11667                 If the directory exists, but not in the
11668                 correct encoding, rename it. This should
11669                 handle old-versions-induced bugs.
11671 2005-06-25 [colin]      1.9.11cvs101
11673         * src/mh.c
11674                 Fix path access with extended dir names
11675                 Fixes bug #589 (SC segfaults with wrong locale
11676                 settings)
11678 2005-06-25 [colin]      1.9.11cvs100
11680         * src/prefs_account.c
11681         * src/prefs_account.h
11682         * src/compose.c
11683                 Add an option to encrypt replies to
11684                 encrypted messages
11686 2005-06-25 [colin]      1.9.11cvs99
11688         * src/compose.c
11689         * src/quote_fmt_parse.y
11690                 ... And make it work with pgpinline.
11692 2005-06-25 [colin]      1.9.11cvs98
11694         * src/compose.c
11695         * src/procmime.c
11696         * src/procmime.h
11697         * src/quote_fmt_parse.y
11698                 o Make reedition of encrypted messages possible
11699                   (as long as it is encrypted to self too, no
11700                    magic there)
11701                 o Make replying with quote (and without selecting
11702                   text) possible for encrypted messages.
11703                 Closes bug #550 (Not possible to "reply with quote"
11704                 to gnupg encrypted messages)
11706 2005-06-24 [paul]       1.9.11cvs97
11708         * src/imap.c
11709                 add missing include
11711 2005-06-24 [paul]       1.9.11cvs96
11713         * src/editldap.c
11714                 made bind password entry invisible
11715                 (sync with main)
11716         * src/send_message.c
11717                 send_message_local(): check exit status
11718                 to detect errors (sync with main)
11719         * src/textview.c
11720                 use main's less ambiguous popup menu
11721                 wording
11723 2005-06-24 [paul]       1.9.11cvs95
11725         * src/prefs_actions.c
11726         * src/prefs_customheader.c
11727         * src/prefs_display_header.c
11728         * src/prefs_filtering_action.c
11729         * src/prefs_matcher.c
11730         * src/prefs_template.c
11731         * src/prefs_toolbar.c
11732                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11733         * src/gtk/description_window.c
11734                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11736 2005-06-23 [colin]      1.9.11cvs94
11738         * src/summaryview.c
11739                 Fix rough edges (be sure to call status_show whenever
11740                 necessary).
11742 2005-06-23 [colin]      1.9.11cvs93
11744         * src/summaryview.c
11745                 Optimize Select All
11746                 Before, in a 5K mails folder: 11s
11747                 After, in the same folder: 58000µs
11748                 The joys of locking... gtk_clist_select_all() fires a 
11749                 tree-select-row event for each selected row, which in 
11750                 summaryview, callbacks summary_selected which in turn,
11751                 calls summary_status_show, which walks the selected
11752                 rows. Hence, calling gtk_clist_select_all was 
11753                 exponential. Locking the summaryview makes 
11754                 summary_selected return early.
11756 2005-06-23 [colin]      1.9.11cvs92
11758         * src/imap.c
11759                 Move mutex at the important place to avoid
11760                 deadlocks
11761         * src/summaryview.c
11762                 Fix Del key deleting directly instead of
11763                 moving to trash
11765 2005-06-22 [colin]      1.9.11cvs91
11767         * src/plugins/spamassassin/libspamc.c
11768                 As we do spagetti code with assignations in multiple
11769                 places (see _message_read_raw where out = msg = raw),
11770                 let's be sure we don't free the same pointer twice.
11771                 Should fix bug #683 (Crash in libpam at 
11772                 message_cleanup).
11774 2005-06-22 [colin]      1.9.11cvs90
11776         * src/compose.c
11777         * src/messageview.c
11778         * src/toolbar.c
11779                 Make toolbar's delete use the move to trash stuff;
11780                 Add gtk_widget_realize to be sure pixmaps can get
11781                 created (that may fix an old worksforme bug which
11782                 I can't find back...)
11784 2005-06-22 [colin]      1.9.11cvs89
11786         * src/summaryview.c
11787         * src/summaryview.h
11788         * src/mainwindow.c
11789                 Rename "Message/Delete" to "Message/Move to trash"
11790                 Add "Message/Delete..." that directly destroys the
11791                 selected messages after asking for a confirmation.
11793 2005-06-22 [colin]      1.9.11cvs88
11795         * src/imap.c
11796                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
11797                 o Fix a deadlock (thanks Darko)
11799 2005-06-22 [colin]      1.9.11cvs87
11801         * src/gtk/foldersort.c
11802                 Add missing include for the i18n;
11803                 patch by Fabien Vantard
11805 2005-06-21 [colin]      1.9.11cvs86
11807         * src/folder.c
11808         * src/folderview.c
11809                 Respect the no_select flag
11810         * src/imap.c
11811                 Fix recursive deletion
11812         * src/imap_gtk.c
11813         * src/mh_gtk.c
11814                 Make the folder deletion's warning
11815                 more explicit
11817 2005-06-21 [colin]      1.9.11cvs85
11819         * src/textview.c
11820                 Prevent email addresses from spanning accross
11821                 lines - fixes bug # 646 (newline-chars in 
11822                 email addresses)
11824 2005-06-20 [colin]      1.9.11cvs84
11826         * src/folder.c
11827                 Be sure not to remove source if copy failed
11829 2005-06-20 [colin]      1.9.11cvs83
11831         * src/folderview.c
11832         * src/imap_gtk.c
11833                 remove summaryview's lock
11834         * src/imap.c
11835                 introduce threads to avoid problems when foreground tasks
11836                 interfere with background tasks
11837         * src/mh.c
11838                 prevent moving to drafts/queue
11839         * src/mimeview.c
11840                 fix leak
11842 2005-06-19 [colin]      1.9.11cvs82
11844         * src/imap_gtk.c
11845                 Remember that the user doesn't want to override
11846                 offline mode, for 3 seconds. It avoid presenting
11847                 him with N popups in a really short time.
11849 2005-06-17 [colin]      1.9.11cvs81
11851         * src/imap.c
11852                 Fix IMAP breaking on folders containing '('
11853                 (Probably won't be enough)
11855 2005-06-17 [colin]      1.9.11cvs80
11857         Forgotten files on 1.9.11cvs79
11858         * src/summaryview.c
11859                 Fix stepping when not immediately executing
11860         * src/imap.c
11861                 Really prevent UID FETCH 0
11862         * src/codeconv.c
11863                 Fix outgoing charset never set to utf-8
11864         * src/mh.c
11865                 Fix leak
11867 2005-06-16 [colin]      1.9.11cvs79
11869         * src/compose.c
11870                 Fix bug #707 (Dash splits rows)
11871                 Only wrap if we're on a line break position and
11872                 the previous one was a "white" (space) char.
11873                 Pango stuff is weird.
11875 2005-06-16 [colin]      1.9.11cvs78
11877         * src/imap_gtk.c
11878                 Lock summaryview while downloading messages
11879                 on user demand
11880         * src/procheader.c
11881         * src/unmime.c
11882         * src/common/utils.c
11883         * src/common/utils.h
11884                 Replace \r and \n with spaces in From and
11885                 Subject headers
11887 2005-06-16 [paul]       1.9.11cvs77
11889         * src/procmime.c
11890                 liberalise the mime parser
11891         * src/gtk/about.c
11892                 add text wrapping
11894 2005-06-16 [paul]       1.9.11cvs76
11896         * src/gtk/about.c
11897                 reworked
11899 2005-06-15 [colin]      1.9.11cvs75
11901         * src/compose.c
11902                 Finish header encoding fix
11903         * src/summaryview.c
11904                 Fix segfault
11905         * src/headerview.c
11906                 Fix compilation (Thanks Stephan
11907                 Sachse)
11909 2005-06-15 [colin]      1.9.11cvs74
11911         * Makefile.am
11912                 Install gnome2 stuff rather than gnome1, 
11913                 if both are present
11914         * src/codeconv.c
11915         * src/codeconv.h
11916         * src/compose.c
11917                 Fix headers encoding
11918         * src/folder.c
11919                 Visual progress when fetching all messages
11920         * src/folderview.c
11921         * src/summaryview.c
11922         * src/summaryview.h
11923                 Prevent changing current message while
11924                 incorporating
11926 2005-06-15 [paul]       1.9.11cvs73
11928         * src/gtk/gtkaspell.c
11929         * src/gtk/gtkaspell.h
11930                 fix build warnings
11932 2005-06-15 [paul]       1.9.11cvs72
11934         * src/prefs_filtering.c
11935                 allow reordering of filter rules by
11936                 drag n drop
11938 2005-06-15 [paul]       1.9.11cvs71
11940         * COPYING
11941                 updated
11942         * src/codeconv.c
11943                 replace deprecated function
11944         * src/inc.c
11945         * src/send_message.c
11946         * src/gtk/progressdialog.c
11947         * src/gtk/progressdialog.h
11948                 salvage and reuse parts of reverted sync
11950 2005-06-15 [paul]       1.9.11cvs70
11952         * src/inc.c
11953         * src/send_message.c
11954         * src/gtk/progressdialog.c
11955         * src/gtk/progressdialog.h
11956                 revert yesterday's sync with main
11957                 it contains deprecated functions
11959 2005-06-15 [colin]      1.9.11cvs69
11961         * src/headerview.c
11962                 Fix bug #670 (multi user to: will corrupt message 
11963                 headers display)
11965 2005-06-15 [colin]      1.9.11cvs68
11967         * src/compose.c
11968                 Fix bug #421 (Fix undo on wrapping)
11970 2005-06-15 [colin]      1.9.11cvs67
11972         * src/folder.c
11973                 Provide visual feedback while processing
11974                 folder's rules.
11975         * src/imap.c
11976                 Provide visual feedback while getting
11977                 short headers (for uncached messages)
11980 2005-06-14 [paul]       1.9.11cvs66
11982         * src/account.c
11983                 change a couple stock icons
11984         * src/inc.c
11985         * src/send_message.c
11986         * src/gtk/progressdialog.c
11987         * src/gtk/progressdialog.h
11988                 sync main's GtkTreeView implementation
11990 2005-06-14 [colin]      1.9.11cvs65
11992         * src/imap.c
11993                 Various little fixes, mainly on error paths
11995 2005-06-13 [colin]      1.9.11cvs64
11997         * matcher.c
11998         * procmsg.c
11999         * procmsg.h
12000                 Add a way to fetch only headers. This speeds
12001                 up filtering on headers for IMAP. Fixes:
12002                 bug #481 extraneous imap commands slow down 
12003                         imap filtering
12004                 bug #522 Sylpheed downloads all messages 
12005                         when opening mailbox (IMAP)
12006                 bug #677 IMAP fetch is soooooooooooooo slow
12007         * src/folder.c
12008         * src/folder.h
12009                 Add a folder set_batch method so that
12010                 implementations can speed up flags changes
12011         * src/folderutils.c
12012         * src/summaryview.c
12013                 Use that in mark as (un)read and mark all read
12014                 Refix bug #679
12015         * src/imap.c
12016                 Implement set_batch - brings back deferred
12017                 flags in a less buggy manner. Fixes:
12018                 bug #729 IMAP immediate expunge of deleted messages
12019                 bug #191 remove list of messages with one command
12020                 Fix login with strange chars
12021                 Implement fetch_msg_full
12022                 Fix copy (wrong counts)
12024 2005-06-12 [colin]      1.9.11cvs63
12026         * src/folder.c
12027                 lock incorporation during long operations.
12028                 Avoids fucking up the IMAP socket.
12030 2005-06-12 [colin]      1.9.11cvs62
12032         * src/imap.c
12033                 Fix harmful typo
12034                 Factorize remove_all_msg
12035                 Thread-ize expunge
12036         * src/summaryview.c
12037                 Don't update partial-download status if unnecessary
12038         * src/folder.c
12039                 Use remove_msgs everywhere possible
12041 2005-06-12 [colin]      1.9.11cvs61
12043         * src/folder.c
12044         * src/folder.h
12045                 Add a remove_msgs function to remove a 
12046                 list of messages
12047         * src/imap.c
12048                 Implement that.
12050 2005-06-12 [colin]      1.9.11cvs60
12052         * src/imap.c
12053                 Remove flags-processing deferring... Too hard
12054                 to get it to work in all cases.
12056 2005-06-11 [colin]      1.9.11cvs59
12058         * src/imap.c
12059                 printf -> debug_print
12061 2005-06-11 [colin]      1.9.11cvs58
12063         * src/imap.c
12064                 o Fix build without USE_PTHREAD
12065                 o Factorize imap_open
12066                 o Alertpanel in case of impossible connection
12067                 o Alertpanel in case of impossible login
12068                 o Fix deferred flags processing to force a 
12069                   flush before adding some more flags to process,
12070                   but in another folder.
12072 2005-06-10 [colin]      1.9.11cvs57
12074         * src/imap.c
12075                 o Fix a format string error
12076                 o init ssl socket outside of the thread 
12077                   (it possibly invokes gtk calls)
12078         * src/procmime.c
12079                 o Put back the buffer to its necessary size
12080                 o Fix changing a file pointer without keeping
12081                   track of it (thanks Valgrind)
12082         * src/common/smtp.c
12083                 o Fix automatic STARTTLS if login should be done
12084                   and the server only allows it after starting TLS
12085         * src/gtk/gtkinputdialog.c
12086                 o Eat GDK_Return so that the combo popup doesn't 
12087                   appear when we press Enter to validate the combo
12088                   input dialog (as seen in the Open with... dialog)
12090 2005-06-10 [colin]      1.9.11cvs56
12092         * src/imap.c
12093                 o A bit less debug
12094                 o Fix a crash on deletion
12095                 o Threadize imap_select (it's called outside of 
12096                   threads)
12097                 o Defer treatment of DELETED flags
12100 2005-06-09 [colin]      1.9.11cvs55
12102         * src/imap.c
12103                 Make sure we check imap_gtk_should_override(), which
12104                 potentially calls gtk stuff, before creating thread.
12105                 That way it should't be called via imap_get_session()
12106                 inside a thread.
12108 2005-06-09 [colin]      1.9.11cvs54
12110         * src/imap.c
12111                 o add a bit of status output
12112                 o remove some dead code
12113                 o threadize get_list_of_uids
12114                 o threadize imap_get_flags
12115                 o defer flag changing by 500ms so that they
12116                   can be batched
12119 2005-06-08 [colin]      1.9.11cvs53
12121         * src/imap.c
12122                 Thread-ize imap_cmd_fetch
12124 2005-06-08 [colin]      1.9.11cvs52
12126         * src/main.c
12127                 Mmh, that broke POP3...
12129 2005-06-08 [colin]      1.9.11cvs51
12131         * src/main.c
12132                 Stabilize IMAP patch (thanks to Hoa)
12134 2005-06-08 [colin]      1.9.11cvs50
12136         * src/imap.c
12137                 Test patch to speed up imap. 
12139 2005-06-08 [colin]      1.9.11cvs49
12141         * src/imap_gtk.c
12142                 Warning fix
12143         * src/procmime.c
12144                 Apply patch from gentoo to use /usr/share/mime/globs if 
12145                 available, after un-breaking it
12146         * src/common/log.c
12147         * src/common/log.h
12148                 Use g_timeout for invoking hooks that possibly use gtk
12149                 calls. This should leave gtk calls in the main thread.
12151 2005-06-08 [paul]       1.9.11cvs48
12153         * src/codeconv.c
12154                 conv_get_outgoing_charset_str(): don't
12155                 use prefs_common setting
12156         * src/compose.c
12157         * src/compose.h
12158                 add /Options/Character encoding/... to
12159                 temporarily change the outgoing encoding
12161         (belated sync with main)
12163 2005-06-08 [paul]       1.9.11cvs47
12165         * src/compose.c
12166                 correction to/completion of last
12167                 sync with main
12169 2005-06-08 [paul]       1.9.11cvs46
12171         sync with main:
12172         
12173         * src/codeconv.c
12174         * src/codeconv.h
12175                 always enabled Japanese auto-detection
12176                 if the first letters of locale string
12177                 is "ja"
12178         * src/compose.c
12179                 don't use "destroy" signal to destroy
12180                 Compose object (fix rare crashes on discard?)
12181         * src/mainwindow.c
12182         * src/messageview.c
12183         * src/prefs_send.c
12184                 added Hebrew encodings
12185         * src/sourcewindow.c
12186                 don't use "destroy" signal to destroy
12187                 objects
12189 2005-06-07 [colin]      1.9.11cvs45
12191         * src/summaryview.c
12192                 Add missing unlocks/locks
12194 2005-06-07 [paul]       1.9.11cvs44
12196         * src/summaryview.c
12197                 restore bug #749 fix
12199 2005-06-06 [colin]      1.9.11cvs43
12201         * src/summaryview.c
12202                 Fix selection bug when prefs_common.open_unread 
12203                 is FALSE
12205 2005-06-06 [colin]      1.9.11cvs42
12207         * src/common/md5.c
12208                 Fix a warning
12209         * src/summaryview.c
12210         * src/folderview.c
12211                 Factorize long operations beginning and end
12212                 (locking, freezing/thawing, cursor, ...)
12213                 Check selection->data member in selection-
12214                 related loops; this avoids dying an awful
12215                 death if the selection changes on us while
12216                 we're marking a whole IMAP folder unread, 
12217                 for example.
12219 2005-06-06 [paul]       1.9.11cvs41
12221         * src/textview.c
12222                 don't g_free() a static gchar buffer
12224 2005-06-05 [colin]      1.9.11cvs40
12226         * src/mainwindow.c
12227         * src/messageview.c
12228         * src/summaryview.c
12229                 Fix bug #749 (Show all headers should be
12230                 sticky as the GUI suggests)
12232 2005-06-03 [paul]       1.9.11cvs39
12234         * src/compose.c
12235                 don't allow editing of mail while sending.
12236                 patch by Colin
12238 2005-06-03 [paul]       1.9.11cvs38
12240         * src/folderview.c
12241                 add a freeze/thaw to speed up 'mark all read'
12243 2005-06-03 [paul]       1.9.11cvs37
12245         * src/prefs_message.c
12246                 reflect changes immediately
12248 2005-06-02 [colin]      1.9.11cvs36
12250         * po/POTFILES.in
12251                 Patch by Fabien Vantard.
12253 2005-06-02 [colin]      1.9.11cvs35
12255         * src/imap.c
12256                 Use a non-blocking imap_getline() if possible.
12257                 This should completely prevent the interface
12258                 from freezin on imap operations, although it
12259                 may do strange stuff in case of folder switching
12260                 while a big imap operation is taking place...
12262                 In addition, fix a leak in the case thread
12263                 creation fails on connection.
12265 2005-06-02 [colin]      1.9.11cvs34
12267         * src/crash.c
12268         * src/prefs_common.h
12269                 Fix build (prefs_common_init() doesn't exist
12270                 anymore)
12272 2005-06-02 [colin]      1.9.11cvs33
12274         * src/prefs_account.c
12275                 Fix bug #245 (filtering rules broken when
12276                 renaming a remote account (imap4 or nntp)
12278 2005-06-02 [colin]      1.9.11cvs32
12280         * src/imap.c
12281                 Try to fix IMAP shortcomings: 
12282                 o Multithread imap_open()
12283                 o allow offline-mode overriding instead of
12284                   just returning NULL
12285         * src/imap_gtk.c
12286         * src/imap_gtk.h
12287                 Add a function to ask whether we want to
12288                 override offline-mode for 10 minutes (one-shot
12289                 asking was painful)
12290         * src/procheader.c
12291                 Fix segfault when imap parser isn't happy about
12292                 a missing {
12294 2005-06-01 [colin]      1.9.11cvs31
12296         * src/addrharvest.c
12297         * src/compose.c
12298         * src/mbox.c
12299         * src/mbox.h
12300         * src/mh.c
12301         * src/msgcache.c
12302         * src/send_message.c
12303         * src/setup.c
12304         * src/undo.c
12305         * src/common/hooks.c
12306         * src/common/prefs.c
12307         * src/common/template.c
12308         * src/common/utils.c
12309         * src/gtk/gtkutils.c
12310         * src/gtk/inputdialog.c
12311         * src/gtk/menu.c
12312         * src/gtk/pluginwindow.c
12313         * src/gtk/prefswindow.c
12314         * src/plugins/pgpmime/passphrase.c
12315         * src/plugins/pgpmime/prefs_gpg.c
12316                 More -Wall fixes
12318         * src/common/Makefile.am
12319         * src/common/timing.h
12320                 Add basic timing code
12322         * src/summaryview.c
12323                 Fix a bug with unread messages when 
12324                 re-sorting folders, and by the way
12325                 fix a big performance hit when 
12326                 re-sorting (10k mails: before 5s,
12327                 after .5s)
12329         * src/prefs_compose_writing.c
12330         * src/prefs_compose_writing.h
12331         * src/prefs_message.c
12332         * src/prefs_message.h
12333         * src/prefs_other.c
12334         * src/prefs_other.h
12335         * src/prefs_quote.c
12336         * src/prefs_quote.h
12337         * src/prefs_receive.c
12338         * src/prefs_receive.h
12339         * src/prefs_send.c
12340         * src/prefs_send.h
12341         * src/prefs_summaries.c
12342         * src/prefs_summaries.h
12343                 Fix copyright banner
12345 2005-06-01 [paul]       1.9.11cvs30
12347         * po/fi.po
12348                 updated by Flammie Pirinen
12349         * src/procmime.c
12350                 fix 'Bad BASE64 content' output
12352 2005-05-31 [colin]      1.9.11cvs29
12354         * src/procmime.c
12355                 Oops, where did my hunk go.
12357 2005-05-31 [colin]      1.9.11cvs28
12359         * src/Makefile.am
12360         * src/account.c
12361         * src/action.c
12362         * src/addr_compl.c
12363         * src/addressbook.c
12364         * src/codeconv.c
12365         * src/compose.c
12366         * src/export.c
12367         * src/folder.c
12368         * src/folderview.c
12369         * src/image_viewer.c
12370         * src/main.c
12371         * src/mainwindow.c
12372         * src/messageview.c
12373         * src/mimeview.c
12374         * src/msgcache.c
12375         * src/prefs_account.c
12376         * src/prefs_actions.c
12377         * src/prefs_common.c
12378         * src/prefs_compose_writing.c
12379         * src/prefs_customheader.c
12380         * src/prefs_ext_prog.c
12381         * src/prefs_filtering.c
12382         * src/prefs_filtering_action.c
12383         * src/prefs_fonts.c
12384         * src/prefs_image_viewer.c
12385         * src/prefs_message.c
12386         * src/prefs_message.h
12387         * src/prefs_msg_colors.c
12388         * src/prefs_other.c
12389         * src/prefs_other.h
12390         * src/prefs_quote.c
12391         * src/prefs_receive.c
12392         * src/prefs_receive.h
12393         * src/prefs_send.c
12394         * src/prefs_send.h
12395         * src/prefs_spelling.c
12396         * src/prefs_summaries.c
12397         * src/prefs_summary_column.c
12398         * src/prefs_template.c
12399         * src/prefs_themes.c
12400         * src/prefs_toolbar.c
12401         * src/prefs_wrapping.c
12402         * src/procmime.c
12403         * src/procmsg.c
12404         * src/send_message.h
12405         * src/ssl_manager.c
12406         * src/summary_search.c
12407         * src/summaryview.c
12408         * src/textview.c
12409         * src/wizard.c
12410         * src/common/smtp.c
12411         * src/common/smtp.h
12412         * src/gtk/gtkutils.h
12413                 o Move the rest of Common prefs to new style
12414                 o Lots of -Wall warning fixes
12415                 o fix FIXME in cache memusage calculation
12416                 o Let return receipts be sent from any account
12417                 o Little cache optimisation (read)
12418                 o Fix bug #746 (don't treat commas as separators
12419                   when inside a quoted string)
12421 2005-05-31 [paul]       1.9.11cvs27
12423         * src/prefs_common.c
12424                 fix 'off-by-one' typo
12426 2005-05-31 [paul]       1.9.11cvs26
12428         * src/account.c
12429         * src/addr_compl.c
12430         * src/compose.c
12431         * src/foldersel.c
12432         * src/prefs_actions.c
12433         * src/prefs_common.c
12434         * src/prefs_common.h
12435         * src/prefs_customheader.c
12436         * src/prefs_display_header.c
12437         * src/prefs_filtering.c
12438         * src/prefs_filtering_action.c
12439         * src/prefs_matcher.c
12440         * src/prefs_summaries.c
12441         * src/prefs_summary_column.c
12442         * src/prefs_template.c
12443         * src/prefs_toolbar.c
12444         * src/ssl_manager.c
12445         * src/gtk/pluginwindow.c
12446         * src/gtk/prefswindow.c
12447         * src/gtk/progressdialog.c
12448                 add hidden prefs 'enable_rules_hint'
12449                 for gtk_tree_view_set_rules_hint()
12450                 (sync with main)
12451                 
12453 2005-05-31 [colin]      1.9.11cvs25
12455         * src/Makefile.am
12456         * src/main.c
12457         * src/prefs_common.c
12458         * src/prefs_summaries.c ** ADDED **
12459         * src/prefs_summaries.h ** ADDED **
12460                 Common/Display -> Display/Summaries
12462 2005-05-31 [colin]      1.9.11cvs24
12464         * src/Makefile.am
12465         * src/main.c
12466         * src/prefs_quote.c ** ADDED **
12467         * src/prefs_quote.h ** ADDED **
12468                 Move Common/Quote to Compose/Quoting
12469         * src/prefs_common.c
12470         * src/prefs_common.h
12471                 Remove old quote stuff, add
12472                 convenience functions for GtkTextView prefs
12473         * src/gtk/prefswindow.c
12474                 Set default height higher
12476 2005-05-30 [colin]      1.9.11cvs23
12478         * src/Makefile.am
12479         * src/main.c
12480         * src/prefs_common.c
12481         * src/prefs_compose_writing.c ** ADDED **
12482         * src/prefs_compose_writing.h ** ADDED **
12483                 Move Common/Compose prefs to Compose/Writing
12485 2005-05-30 [colin]      1.9.11cvs22
12487         * src/common/utils.c
12488                 Fix bug #651 (Confused Attract by Subject)
12489                 Patch by M. Benkmann <haferfrost@web.de>
12490         * AUTHORS
12492 2005-05-30 [colin]      1.9.11cvs21
12494         * src/compose.c
12495                 Fix concatenation of different headers of
12496                 the same type (bug #645)
12497         * src/prefs_folder_item.c
12498                 Fix bug #699 (setting color to black doesn't
12499                 work immediately)
12500         * src/procmime.c
12501                 Print out decoding error only once per
12502                 block
12504 2005-05-30 [paul]       1.9.11cvs20
12506         * src/common/template.c
12507                 fix Bcc
12509 2005-05-30 [paul]       1.9.11cvs19
12511         * doc/src/rfc2368.txt   **NEW FILE**
12512         * src/compose.c
12513                 compose_entries_set(): don't interpret Bcc
12514                 header field (conform to RFC 2368)
12515                 (sync with main)
12517 2005-05-29 [colin]      1.9.11cvs18
12519         * src/prefs_common.c
12520                 Let the default reply format respect
12521                 netiquette by cutting the signature.
12523 2005-05-29 [colin]      1.9.11cvs17
12525         * src/summaryview.c
12526                 Don't let always_show_msg override
12527                 open_unread_on_enter when opening a new
12528                 directory.
12530 2005-05-27 [paul]       1.9.11cvs16
12532         sync with main:
12534         * src/main.c
12535                 app_will_exit(): cleanup tmp directory when exit
12536         * src/message_search.c
12537                 improved the interface and made code cleanup.
12538                 removed Clear button
12539         * src/send_message.c
12540                 send_message_local(): use GSpawn, and detect errors
12541         * src/summary_search.c
12542                 improved the interface and made code cleanup
12543         * src/textview.c
12544                 textview_write_link(): also skip non-ascii space
12545                  at the head of link strings (phishing check
12546                  didn't work at the case)
12547         * src/common/utils.c
12548                 get_command_output(): use g_spawn_command_line_sync()
12549                 instead of popen()
12551 2005-05-26 [colin]      1.9.11cvs15
12553         * src/folder.c
12554                 remove printf
12556 2005-05-26 [colin]      1.9.11cvs14
12558         * src/common/nntp.c
12559                 Fix nntp mode reader (bug #611)
12560                 Patch by Florian Mickler <florian@mickler.org>
12562 2005-05-26 [colin]      1.9.11cvs13
12564         * src/plugins/pgpmime/passphrase.c
12565                 Fix mouse grabbing (bug #557)
12567 2005-05-26 [colin]      1.9.11cvs12
12569         * src/prefs_themes.c
12570                 Fix g_warning (bug #541)
12572 2005-05-26 [colin]      1.9.11cvs11
12574         * src/prefs_actions.c
12575         * src/prefs_template.c
12576                 Fix bug #506 (no warning if action/template
12577                 is not saved)
12578         * src/common/template.c
12579                 Fix a possible crash
12581 2005-05-26 [colin]      1.9.11cvs10
12583         * src/folder.c
12584         * src/folderview.c
12585         * src/procmsg.c
12586         * src/summaryview.c
12587                 Forbid locked messages to be moved or
12588                 deleted. Locked messages in trashes 
12589                 still get deleted, for performance
12590                 reason (mh.c::mh_remove_all_msgs)
12592 2005-05-25 [colin]      1.9.11cvs9
12594         * src/procmime.c
12595                 Use correct encoding when sending mails
12596                 with attachments that have accentued 
12597                 chars in their name
12599 2005-05-24 [colin]      1.9.11cvs8
12601         * src/summaryview.c
12602                 Fix bug #688 f) read/unread marker not
12603                 changed on first click
12604                 Also, optimize summary_status_show()
12605                 calls
12606         * src/folder.c
12607         * src/inc.c
12608         * src/procmime.c
12609                 Fix bug #688 b) and c) wrt message
12610                 attachments and signature
12611         * src/stock_pixmap.c
12612         * src/stock_pixmap.h
12613         * src/stock_pixmap.c
12614         * src/stock_pixmap.h
12615         * src/Makefile.am
12616         * src/pixmaps/clip_gpg_signed.xpm
12617                 Add clip/signed icon
12619 2005-05-24 [colin]      1.9.11cvs7
12621         * src/folder_item_prefs.c
12622                 whitespace fix
12624 2005-05-24 [colin]      1.9.11cvs6
12626         * src/folderview.c
12627         * src/prefs_common.c
12628         * src/prefs_common.h
12629                 Add a confirmation to folder drag and drop
12630                 fixes bug #156
12631         * src/alertpanel.c
12632         * src/alertpanel.h
12633                 fix _with_disable parameters so that
12634                 the buttons labels are specifiable too
12635         * src/plugins/pgpmime/sgpgme.c
12636                 reflect said change
12637                 
12639 2005-05-24 [colin]      1.9.11cvs5
12641         * src/folderview.c
12642                 Uncollapse/collapse folders on double-click
12643                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12644                 closes bug #108
12646 2005-05-23 [colin]      1.9.11cvs4
12648         * src/common/socket.c
12649                 Check another special SSL_peek() error.
12650                 Should help wrt bug #728
12652 2005-05-23 [colin]      1.9.11cvs3
12654         * src/plugins/pgpmime/pgpmime.c
12655                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12656                 breaking menu accelerators and stuff. Users will have to
12657                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12658                 account's privacy preferences if needed.
12660 2005-05-22 [paul]
12662         * tools/kdeservicemenu/install.sh
12663                 use kdesu to prompt for root password if doing
12664                 global install/uninstall
12666 2005-05-20 [colin]      1.9.11cvs2
12668         * src/procmsg.c
12669                 Fix another compilation error with gcc-2.9x
12670                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12671         * src/send_message.c
12672                 Don't send QUIT if we aren't connected
12674 2005-05-19 [colin]      1.9.11cvs1
12676         * src/procmsg.c
12677                 Fix compilation with gcc 2.9x
12679 2005-05-19 [paul]       1.9.11
12681         1.9.11 released
12683 2005-05-19 [paul]       1.9.9cvs14
12685         * src/gtk/inputdialog.c
12686                 prevent gettext warning
12688 2005-05-19 [paul]       1.9.9cvs13
12690         * src/mainwindow.c
12691         * src/prefs_common.c
12692         * src/prefs_common.h
12693         * src/textview.c
12694         * src/textview.h
12695                 add an option to toggle cursor in message
12696                 view (sync with main)
12698 2005-05-18 [colin]      1.9.9cvs12
12700         * src/compose.c
12701                 Dereference freed pointer
12702         * src/gtk/gtkaspell.c
12703                 Fix duplication of dictionaries (is it an aspell issue?)
12705 2005-05-18 [colin]      1.9.9cvs11
12707         * src/gtk/inputdialog.c
12708         * src/gtk/gtkaspell.c
12709                 HIGuify dialogs
12710         * src/alertpanel.c
12711                 Remove a double call
12713 2005-05-17 [colin]      1.9.9cvs10
12715         * src/gtk/gtkaspell.c
12716                 Fix dialogs, Ctrl-Enter accel
12718 2005-05-17 [colin]      1.9.9cvs9
12720         * src/gtk/gtkaspell.c
12721                 Fix some accelerators, escape in replace-window
12723 2005-05-16 [colin]      1.9.9cvs8
12725         * src/gtk/gtkaspell.c
12726                 Revert last commit, it was a mistake.
12728 2005-05-16 [colin]      1.9.9cvs7
12730         * src/gtk/gtkaspell.c
12731                 Remove buggy code while we're at it. It's a 
12732                 dead code path anyway.
12734 2005-05-16 [colin]      1.9.9cvs6
12736         * src/gtk/gtkaspell.c
12737                 Missed some gtk_menu_popup where deactivate
12738                 signal should be handled. Should fix bug
12739                 #629 a bit more.
12741 2005-05-16 [colin]      1.9.9cvs5
12743         * src/gtk/gtkaspell.c
12744                 Remove debug printf()s
12746 2005-05-16 [colin]      1.9.9cvs4
12748         * src/gtk/gtkaspell.c
12749                 Fix a bit aspell problems
12750                 (see bug #629)
12752 2005-05-13 [colin]      1.9.9cvs3
12754         * src/folderview.c
12755                 Fix the + appearing even when no subfolders
12756                 have unread messages. Thanks to wwp for the
12757                 bug report.
12759 2005-05-11 [paul]       1.9.9cvs2
12761         * src/folderview.c
12762                 correction to 1.9.9cvs1, only colour folders that
12763                 have new msgs (not unread msgs)
12765 2005-05-10 [colin]      1.9.9cvs1
12767         * src/folderview.c
12768         * src/summaryview.c
12769                 Try to fix bolding bugs again.
12771 2005-05-09 [paul]
12773         * tools/claws.i18n.status.pl
12774                 add Ricardo Mones Lastra's script that has been providing
12775                 the i18n status page for many months
12777 2005-05-09 [paul]       1.9.9
12779         1.9.9 release
12781 2005-05-09 [paul]       1.9.6cvs58
12783         * AUTHORS
12784         * INSTALL
12785         * README.claws
12786                 updated
12787         * Makefile.am 
12788         * RELEASE_NOTES.claws
12789                 add release notes to cvs to simplify release
12790                 procedure
12791         * configure.ac
12792                 add ca and fi to ALL_LINGUAS
12793         * po/Makefile.in.in
12794                 workaround for missing Makevars
12795         * po/ca.po
12796         * po/fi.po
12797                 add new Catalan and Finnish translations
12798                 submitted by Miquel Oliete and Flammie Pirinen
12799         * po/de.po
12800         * po/es.po
12801         * po/fr.po
12802         * po/it.po
12803         * po/pl.po
12804         * po/ru.po
12805         * po/sk.po
12806         * po/sr.po
12807         * po/zh_CN.po
12808                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
12809                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
12810                 Urke MMI, and Hansom Young
12811         * src/main.c
12812                 Fix drafting when quitting. compose_draft() closes the
12813                 compose windows, which modifies the compose_list GSList.
12814                 We have to refresh this list after echo drafting to avoid a
12815                 segfault
12816         * src/partial_download.c
12817                 fix segfault on exit
12819 2005-05-06 [paul]       1.9.6cvs57
12821         * src/grouplistdialog.c
12822                 quick fix/workaround for unresizeable newsgroup
12823                 name column 
12825 2005-05-06 [paul]       1.9.6cvs56
12827         * src/inc.c
12828         * src/mainwindow.c
12829                 use gettext plural forms
12830         * src/imap_gtk.c
12831         * src/mh_gtk.c
12832         * src/toolbar.c
12833                 small improvement to english usage
12835 2005-05-05 [thorsten]   1.9.6cvs55
12837         * src/folder.c
12838                 fix possible crash
12840 2005-05-05 [paul]       1.9.6cvs54
12841         
12842         sync with HEAD
12844         * AUTHORS
12845         * src/compose.c
12846                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
12847                 patch by Tim Mann
12849 2005-05-05 [paul]       1.9.6cvs53
12851         * src/mainwindow.c
12852                 fix resizing of separate message and
12853                 folder views
12855 2005-05-05 [paul]       1.9.6cvs52
12857         * src/account.c
12858         * src/addrgather.c
12859         * src/browseldap.c
12860         * src/exphtmldlg.c
12861         * src/expldifdlg.c
12862         * src/importmutt.c
12863         * src/importpine.c
12864         * src/main.c
12865         * src/mainwindow.c
12866         * src/noticeview.c
12867         * src/prefs_filtering.c
12868         * src/prefs_filtering_action.c
12869         * src/prefs_matcher.c
12870         * src/prefs_spelling.c
12871         * src/prefs_toolbar.c
12872         * src/toolbar.c
12873         * src/wizard.c
12874         * src/gtk/description_window.c
12875         * src/gtk/gtkvscrollbutton.c
12876         * src/gtk/progressdialog.c
12877         * src/gtk/quicksearch.c
12878         * src/plugins/pgpmime/prefs_gpg.c
12879         * src/plugins/spamassassin/spamassassin_gtk.c
12880                 replace deprecated gtk_widget_set_usize
12882 2005-05-04 [colin]      1.9.6cvs51
12884         * src/common/utils.c
12885                 Fix crash when subst_for_filename is called
12886                 with a NULL parameter
12888 2005-05-04 [colin]      1.9.6cvs50
12890         * src/partial_download.c
12891         * src/pop.c
12892                 Escape login when writing uidl file
12893                 fixes bug #736
12895 2005-05-03 [colin]      1.9.6cvs49
12897         * src/procmime.c
12898                 Fix possible DOS in mime parser
12899                 (see bug #634)
12901 2005-05-02 [colin]      1.9.6cvs48
12903         * src/compose.c
12904                 Try to fix the copy/paste mess once again.
12907 2005-04-30 [colin]      1.9.6cvs47
12909         * src/prefs_account.h
12910         * src/procmsg.c
12911         * src/send_message.c
12912         * src/common/smtp.c
12913         * src/common/smtp.h
12914                 Try to batch sending mails (per account) instead of
12915                 reconnecting to server every time.
12917 2005-04-29 [colin]      1.9.6cvs46
12919         * src/messageview.c
12920                 Fix window resizing that refused to size down
12921         * src/prefs_common.c
12922         * src/prefs_common.h
12923         * src/prefs_filtering.c
12924                 Save Filtering's window size
12926 2005-04-21 [paul]       1.9.6cvs45
12928         * ChangeLog-gtk2.claws
12929         * src/setup.c
12930                 correction to sync
12932 2005-04-21 [paul]       1.9.6cvs44
12934         sync with main:
12936         * src/setup.c
12937         * src/statusbar.c
12938         * src/statusbar.h
12939                 use gtkut_widget_draw_now(). Improved performance
12940                 of the update of statusbar
12941         * src/textview.c
12942                 textview_smooth_scroll_do(): redraw it after scroll
12943                 is done (fixed incorrect display when a part of the
12944                 view is hidden).
12945         * src/gtk/gtkutils.c
12946         * src/gtk/gtkutils.h
12947                 gtkut_widget_draw_now(): use gdk_window_process_updates()
12948                 to force update of widgets.
12949                 Removed gtkut_widget_wait_for_draw() which had a big
12950                 overhead  because of waiting for all events processed 
12952 2005-04-20 [paul]       1.9.6cvs43
12954         * src/codeconv.c
12955                 complete 1.9.6cvs42's sync:
12956                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
12958 2005-04-19 [paul]       1.9.6cvs42
12960         sync with main:
12962         * src/action.c
12963                 catch_output(): correctly select the insert text
12964                 (fix invalid iterator warnings).
12965         * src/codeconv.c
12966         * src/codeconv.h
12967         * src/mainwindow.c
12968         * src/messageview.c
12969         * src/prefs_common.c
12970                 support GBK encoding.
12971         * src/common/session.c
12972         * src/common/session.h
12973                 use separate buffer for large data to be sent,
12974                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
12976 2005-04-18 [paul]       1.9.6cvs41
12978         * src/jpilot.c
12979                 convert unsigned long into guint32
12980                 patch by Paul LeoNerd Evans 
12982 2005-04-17 [colin]      1.9.6cvs40
12984         * src/compose.c
12985                 Fix 'Request return receipt' from folder
12986                 properties (bug #708)
12988 2005-04-17 [colin]      1.9.6cvs39
12990         * src/mainwindow.c
12991                 Fix duplicate hotkeys in Mainwindow's menu
12993 2005-04-17 [colin]      1.9.6cvs38
12995         * src/folderview.c
12996                 Fix duplicate hotkeys in Folderview's contextual
12997                 menu
12999 2005-04-15 [colin]      1.9.6cvs37
13001         * src/summaryview.c
13002                 Fix 'Save as...' with non-ascii filenames
13004 2005-04-15 [colin]      1.9.6cvs36
13006         * src/plugins/pgpmime/pgpmime.c
13007                 Fix bus error on 64bit. Spotted by 
13008                 macallan1888@gmail.com
13010 2005-04-15 [colin]      1.9.6cvs35
13012         * src/prefs_account.c
13013                 Fix cvs34.
13015 2005-04-12 [colin]      1.9.6cvs34
13017         * src/prefs_account.c
13018                 Fix smtp auth type off-by-one. We forgot to
13019                 add PLAIN in the prefs-to-gui setter func and
13020                 as a result, the selected auth when opening
13021                 account prefs was not the correct one.
13023 2005-04-12 [paul]       1.9.6cvs33
13025         * src/inc.c
13026                 if the recv dialog is visible, Cancel only
13027                 cancels the current account
13030 2005-04-10 [colin]      1.9.6cvs32
13032         * src/filtering.c
13033                 Copy score when copying FilteringActions
13034                 Fix bug #674
13036 2005-04-10 [colin]      1.9.6cvs31
13038         * src/inc.c
13039                 Make Message -> Receive -> Cancel cancel 
13040                 incorporation on all accounts. Fixes
13041                 bug #693
13043 2005-04-10 [colin]      1.9.6cvs30
13045         * src/prefs_account.c
13046                 Update Privacy checkbuttons status based
13047                 on the selected privacy system
13048         * src/compose.c
13049                 Always connect the "None" privacy system; the
13050                 static boolean was probably there to avoid
13051                 reconnecting twice in the same compose window,
13052                 but as the parent function is only called once
13053                 per compose, it's only a bug - as a static is
13054                 initialized once per application instance.
13055                 Also, don't uncheck Sign and Encrypt when
13056                 selecting None as privacy system; just ignore
13057                 them when sending/queuing.
13058                 Should fix bug #695
13060 2005-04-08 [colin]      1.9.6cvs29
13062         * src/account.c
13063         * src/prefs_account.c
13064         * src/prefs_account.h
13065                 Add account preference to queue message in a certain
13066                 folder.
13068 2005-04-06 [colin]      1.9.6cvs28
13070         * src/prefs_account.c
13071                 Update old inbox path syntax
13073 2005-04-06 [paul]       1.9.6cvs27
13075         sync with main:
13077         * configure.ac
13078                 changed -traditional-cpp to -no-cpp-precomp for newer
13079                 Mac OS X support
13080         * src/foldersel.c
13081                 made column resize automatically
13082         * src/send_message.c
13083                 send_message_smtp(): consider EOF right after QUIT
13084                 successful (workaround for Gmail SMTP server)
13085         * src/common/socket.c
13086                 ssl_read(), ssl_peek(): check EOF which violates the
13087                 SSL protocol
13088         * src/gtk/colorlabel.c
13089                 removed warnings when displaying colorlabel menu
13090                 (don't use GtkAlignment)
13092 2005-04-05 [paul]       1.9.6cvs26
13094         * src/plugins/trayicon/trayicon.c
13095                 fix clipping of icon under KDE3 
13097 2005-04-05 [paul]       1.9.6cvs25
13099         * src/summaryview.c
13100                 hide display of threading
13101                 patch by Alfons
13103 2005-04-04 [thorsten]   1.9.6cvs24
13105         * src/mh.c
13106                 marks lost on filesystems with different stat() results on
13107                 summer-/wintertime
13109 2005-04-03 [colin]      1.9.6cvs23
13111         * src/summaryview.c
13112                 Don't handle up/down. Patch by Alfons
13114 2005-04-02 [colin]      1.9.6cvs22
13116         * src/summaryview.c
13117                 Make scrolling faster. Patch by Alfons.
13119 2005-04-01 [colin]      1.9.6cvs21
13121         * src/Makefile.am
13122         * src/stock_pixmap.c
13123         * src/pixmaps/dir-noselect.xpm ** REMOVED **
13124         * src/pixmaps/dir_noselect.xpm ** ADDED **
13125                 Fix pixmap name mismatch (Thanks Stephan Sachse)
13127 2005-04-01 [colin]      1.9.6cvs20
13129         * src/image_viewer.c
13130         * src/image_viewer.h
13131         * src/procmime.c
13132         * src/procmime.h
13133         * src/textview.c
13134         * src/textview.h
13135                 Implement inline image resizing and right-clicking
13137 2005-04-01 [paul]       1.9.6cvs19
13139         * AUTHORS
13140         * Makefile.am
13141         * configure.ac
13142                 check for gnome2
13143                 patch by Luca Cavalli <loopback<AT>slackit.org>
13144         * po/ru.po
13145                 updated by Pavlo Bohmat
13147 2005-03-31 [colin]      1.9.6cvs18
13149         * src/news.c
13150                 Fix parsing references
13151         * src/msgcache.c
13152                 don't put nulls in the references list
13153         * src/procheader.c
13154                 commit that forgotten file in 1.9.6cvs14
13156 2005-03-31 [colin]      1.9.6cvs17
13158         * src/compose.c
13159                 Fix joining of signature separator again. 
13160                 Maybe Hiro could put it in main too...
13162 2005-03-31 [colin]      1.9.6cvs16
13164         * src/Makefile.am
13165         * src/foldersel.c
13166         * src/stock_pixmap.c
13167         * src/stock_pixmap.h
13168         * src/pixmaps/dir-noselect.xpm
13169                 Update foldersel.c (sync from main, patch by Alfons)
13171 2005-03-30 [colin]      1.9.6cvs15
13173         * src/imap.c
13174                 Fix handling of imap folders containing [] in 
13175                 their name. Thanks to Nahuel Angelinetti for
13176                 the detailed bugreport.
13178 2005-03-30 [colin]      1.9.6cvs14
13180         * src/common/utils.h
13181         * src/common/utils.c
13182         * src/common/defs.h
13183         * src/matcher.c
13184         * src/msgcache.c
13185         * src/news.c
13186         * src/procmsg.c
13187         * src/procmsg.h
13188         * src/quote_fmt_parse.y
13189         * src/summaryview.c
13190                 Update references system. Patch by Alfons
13192 2005-03-30 [colin]      1.9.6cvs13
13194         * src/common/socket.c
13195                 Force the glibc to read resolv.conf again when 
13196                 it has changed. Should fix issues when changing
13197                 networks on a laptop and not restarting sylpheed. 
13199 2005-03-30 [paul]       1.9.6cvs12
13201         partial sync with main:
13203         * src/action.c
13204                 create_io_dialog(): use user-defined text font
13205                 (thanks to Alfons), and modified its appearance.
13206         * src/addrgather.c
13207         * src/addrharvest.c
13208         * src/browseldap.c
13209                 replace old code
13210         * src/compose.c
13211                 don't join (presumably) itemized lines on line-wrapping
13212                 fixed wrapping of quote when auto-wrapping is enabled
13213                 compose_destroy(): destroy paned only if it's not
13214                 attached to window. Fixed memory leak of popup menu.
13215         * src/exphtmldlg.c
13216         * src/expldifdlg.c
13217                 replace old code
13218         * src/html.c
13219         * src/html.h
13220         * src/importmutt.c
13221         * src/importpine.c
13222                 replace old code
13223         * src/main.c
13224                 removed redundant code
13225         * src/mainwindow.c
13226                 changed 'Code set' (which is rather incorrect)
13227                 in the menu to 'Character encoding'
13228                 main_window_set_widgets(): request size first
13229                 to prevent window size becoming wrong
13230                 fixed remembering of the state of the visibility
13231                 of MessageView
13232         * src/messageview.c
13233                 changed 'Code set' (which is rather incorrect)
13234                 in the menu to 'Character encoding'
13235         * src/prefs_common.c
13236         * src/prefs_common.h
13237                 added an option whether to render HTML as text or not
13238                 added separators to outgoing encoding menu
13239         * src/procheader.c
13240                 procheader_scan_date_string(): support header
13241                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
13242         * src/summaryview.c
13243         * src/summaryview.h
13244                 minor code cleanup
13245         * src/textview.c
13246                 textview_show_html(): force output of newline
13247                 added an option whether to render HTML as text or not
13248         * src/common/utils.c
13249                 strncpy2(): optimized based on Alfons' code
13250         * src/gtk/gtkutils.c
13251         * src/gtk/gtkutils.h
13252                 removed non-used code
13253         * src/plugins/pgpmime/passphrase.c
13254                 partially fixed grab input of passphrase dialog
13255                 Confine pointer to window
13257 2005-03-30 [colin]      1.9.6cvs11
13259         * src/msgcache.c
13260         * src/msgcache.h
13261                 Read/write 32bit ints from cache & marks
13262                 From main.
13264 2005-03-29 [paul]       1.9.6cvs10
13266         * AUTHORS
13267         * ChangeLog.claws
13268         * src/compose.c
13269         * src/gtk/gtkaspell.c
13270                 sync with HEAD (don't pass NULL pointers) 
13272 2005-03-24 [paul]
13274         * tools/Makefile.am
13275         * tools/README
13276         * tools/acroread2sylpheed.pl
13277                 sync with HEAD (add script to send pdfs as
13278                 attachments from Adobe Reader 7)
13280 2005-03-21 [paul]       1.9.6cvs9
13282         * configure.ac
13283         * po/POTFILES.in
13284         * src/Makefile.am
13285         * src/crash.c
13286         * src/image_viewer.c ** ADDED **
13287         * src/image_viewer.h ** ADDED **
13288         * src/main.c
13289         * src/prefs_common.c
13290         * src/prefs_common.h
13291         * src/prefs_image_viewer.c ** ADDED **
13292         * src/prefs_image_viewer.h ** ADDED **
13293         * src/textview.c
13294         * src/gtk/about.c
13295         * src/pixmaps/sylpheed_logo.xpm
13296         * src/plugins/Makefile.am
13297         * src/plugins/image_viewer/.cvsignore ** REMOVED **
13298         * src/plugins/image_viewer/Makefile.am ** REMOVED **
13299         * src/plugins/image_viewer/plugin.c ** REMOVED **
13300         * src/plugins/image_viewer/viewer.c ** REMOVED **
13301         * src/plugins/image_viewer/viewer.glade ** REMOVED **
13302         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
13303         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
13304         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
13305         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
13306                 as gdk-pixbuf is now built-in
13307                 remove image_viewer plugin and put code back into
13308                 main codebase
13309                 implement inline image display (sync with main)
13311                 replace logo with newer, nicer, larger version  
13313 2005-03-21 [paul]       1.9.6cvs8
13315         * src/gtk/about.c
13316                 cosmetic improvement
13318 2005-03-21 [holger]     1.9.6cvs7
13320         * src/plugins/spamassassin/spamassassin.c
13321                 Sync with HEAD
13322                 (unregister hook on failed plugin init)
13324 2005-03-20 [colin]      1.9.6cvs6
13326         * src/common/plugin.c
13327                 Check that plugin isn't already loaded
13328                 Patch by Alfons
13330 2005-03-20 [thorsten]   1.9.6cvs5
13332         * src/compose.c
13333                 use a more compatible syntax
13335 2005-03-20 [thorsten]   1.9.6cvs4
13337         * src/prefs_toolbar.c
13338                 fix crash when selecting toolbar item (uninitialized pointer)
13340 2005-03-20 [thorsten]   1.9.6cvs3
13342         * src/procmime.c
13343                 fix mimetype detection (referenced free()d string)
13345 2005-03-20 [paul]       1.9.6cvs2
13347         * src/compose.c
13348                 sync with HEAD (1.0.3cvs5)
13349                 neglect Reply-To header if empty
13350                 Patch by Alfons 
13352 2005-03-19 [holger]     1.9.6cvs1
13354         * src/summaryview.c
13355         * src/summaryview.h
13356                 Sync with HEAD
13358 2005-03-18 [paul]       1.9.6
13360         initial GTK2 release
13362 2005-03-18 [paul]       1.0.3cvs3.1
13364         * AUTHORS
13365         * ChangeLog.claws
13366         * configure.ac
13367         * src/gtk/about.c
13368         * src/pixmaps/sylpheed_logo.xpm
13369                 sync with HEAD
13371 2005-03-18 [colin]      1.0.3cvs2.6
13373         * src/summaryview.c
13374                 Remove call to summary_step in summary_copy_selected_to
13375                 Can't see its purpose, and this causes bug when copying
13376                 a message if the next one is unread: it reads it.
13378 2005-03-18 [paul]       1.0.3cvs2.5
13380         * src/foldersel.c
13381                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
13383 2005-03-18 [paul]       1.0.3cvs2.4
13385         * src/addrharvest.c
13386         * src/codeconv.c
13387         * src/codeconv.h
13388         * src/compose.c
13389         * src/news.c
13390         * src/procheader.c
13391         * src/procmime.c
13392         * src/unmime.c
13393         * src/unmime.h
13394                 fix buffer overflow, CAN-2005-0667, see
13395                 http://secunia.com/advisories/14491/
13396                 Patch by Alfons
13398 2005-03-17 [colin]      1.0.3cvs2.3
13400         * src/prefs_fonts.c
13401         * src/summaryview.c
13402                 Fix font bugs (both lists now officialy share 
13403                 the same font)
13404                 
13406 2005-03-17 [paul]       1.0.3cvs2.2
13408         * src/gtk/pluginwindow.c
13409                 make plugin descriptions uneditable
13411 2005-03-11 [paul]       1.0.3cvs2.1
13413         * ChangeLog.claws
13414         * configure.ac
13415         * po/POTFILES.in
13416         * src/plugins/trayicon/trayicon.c
13417                 sync with HEAD
13418                 add src/wizard.c to POTFILES.in
13420 2005-03-11 [paul]       1.0.3cvs1.1
13422         * ChangeLog
13423         * ChangeLog.claws
13424         * configure.ac
13425         * po/de.po
13426         * po/es.po
13427         * po/fr.po
13428         * po/it.po
13429         * po/pt_BR.po
13430         * po/ru.po
13431         * po/sk.po
13432         * po/sr.po
13433         * po/zh_CN.po
13434                 sync with HEAD
13436 2005-03-04 [colin]      1.0.1cvs22.2
13438         * src/compose.c
13439                 Fix signatures with accentued chars in it
13441 2005-03-04 [colin]      1.0.1cvs22.1
13443         * src/common/smtp.c
13444         * src/common/smtp.h
13445                 Don't use SIZE param in MAIL FROM: if server 
13446                 doesn't support it. Patch by Eugen Freiter
13447                 <eugen_f@users.sf.net>
13449 2005-02-27 [paul]       1.0.1cvs20.1
13451         * ChangeLog.claws
13452         * configure.ac
13453         * src/messageview.c
13454                 sync with HEAD
13456 2005-02-27 [colin]      1.0.1cvs19.4
13458         * src/procheader.c
13459         * src/procheader.h
13460                 Fix prototypes. Patch by Alfons
13462 2005-02-27 [colin]      1.0.1cvs19.3
13464         * src/compose.c
13465                 Don't auto-join the signature separator.
13467 2005-02-26 [colin]      1.0.1cvs19.2
13469         * src/summaryview.c
13470                 Fix 'mark all read' with collapsed threads.
13471                 Patch by Alfons.
13473 2005-02-25 [paul]       1.0.1cvs19.1
13475         * ChangeLog.claws
13476         * configure.ac
13477         * src/prefs_account.c
13478         * src/prefs_folder_item.c
13479         * src/gtk/prefswindow.c
13480         * src/gtk/prefswindow.h
13481                 sync with HEAD
13483 2005-02-25 [paul]       1.0.1cvs15.12
13485         * src/alertpanel.c
13486         * src/codeconv.c
13487         * src/compose.c
13488         * src/textview.c
13489         * src/gtk/gtkutils.c
13490         * src/gtk/gtkutils.h
13491         * src/gtk/logwindow.c
13492         * src/gtk/progressdialog.c
13493                 sync with main (revision 127)
13494                 and fix logwindow clipping
13496 2005-02-24 [colin]      1.0.1cvs15.11
13498         * src/plugins/pgpmime/passphrase.c
13499                 Disable input grabbing; it doesn't work yet.
13501 2005-02-24 [colin]      1.0.1cvs15.10
13503         * src/messageview.c
13504                 Don't send out receipts if offline. Ask.
13506 2005-02-23 [colin]      1.0.1cvs15.9
13508         * src/summaryview.c     
13509                 Fix expanding
13511 2005-02-23 [colin]      1.0.1cvs15.8
13513         * src/summaryview.c
13514                 Really fix Bug 568 by removing useless
13515                 calls. summary_thread_init() now called
13516                 in summary_sort(). This should please
13517                 Alfons as it should be faster than 
13518                 previously.
13520 2005-02-23 [colin]      1.0.1cvs15.7
13522         * src/compose.c
13523                 Encode parts as QP or B64 if signing
13525 2005-02-23 [colin]      1.0.1cvs15.6
13527         * src/compose.c
13528                 Fix Mimeinfo leakage (including tmp files)
13529         * src/procmsg.c
13530                 Fix tmp file leakage (spotted by Ivan Rayner)
13532 2005-02-22 [colin]      1.0.1cvs15.5
13534         * src/expldifdlg.c
13535                 Fix keyboard input. Patch by Alfons.
13537 2005-02-21 [colin]      1.0.1cvs15.4
13539         * src/compose.c
13540                 Fix Sign/Encrypt when unselecting privacy
13541                 system
13542         * src/prefs_common.c
13543                 Change default message font to Monospace
13544         * src/summaryview.c
13545                 More freezing during potentially large operations
13547 2005-02-21 [paul]       1.0.1cvs15.3
13549         * src/main.c
13550                 fix --help output
13552 2005-02-21 [paul]       1.0.1cvs15.2
13554         * po/Makefile.in.in
13555         * src/compose.c
13556         * src/summaryview.c
13557         * src/textview.c
13558         * src/common/utils.c
13559         * src/common/utils.h
13560                 sync with main (revision 117)
13562 2005-02-20 [colin]      1.0.1cvs15.1
13564         * src/common/defs.h
13565                 Change cache file to .sylpheed_claws_cache, as
13566                 suggested by Alfons. Allows people to switch
13567                 between Sylpheed and Sylpheed-Claws. it is
13568                 a good idea to "Check for new messages" at next
13569                 startup.
13572 2005-02-18 [colin]      1.0.1cvs14.1
13574         * src/quote_fmt_lex.l
13575         * src/quote_fmt_parse.y
13576                 Fix parser initialisation. Patch by Ivan.
13578 2005-02-18 [colin]      1.0.1cvs11.6
13580         * src/folderview.c
13581                 Fix scrolldown (bug 662)
13583 2005-02-17 [colin]      1.0.1cvs11.5
13585         * src/codeconv.c
13586                 conv_filename_to_utf8: return clean 7bit instead
13587                 of broken utf8 if needed
13588         * src/mimeview.c
13589                 Fix display of parts with unclean 8bit names
13591 2005-02-17 [paul]       1.0.1cvs11.4
13593         * src/compose.c
13594         * src/exportldif.c
13595         * src/matcher_parser_parse.y
13596         * src/procmime.c
13597         * src/sourcewindow.c
13598         * src/common/Makefile.am
13599         * src/common/intl.h             ** REMOVED **
13600         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13601                 sync with main (revision 109)
13602                 and clean up
13604 2005-02-16 [colin]      1.0.1cvs11.3
13606         * src/summaryview.c
13607                 Fix collapsed thread not highlighting when new
13608                 messages in it (Bug 568) Patch by Stephan Sachse.
13609                 Fix messed up selection when reaching bounds (Bug 632)
13610         * src/prefs_themes.c
13611                 Fix theme installing (Bug 684)
13613 2005-02-16 [colin]      1.0.1cvs11.2
13615         * src/messageview.c
13616                 Fix messageview_select_all
13618 2005-02-16 [colin]      1.0.1cvs11.1
13620         * src/mh.c
13621                 Sync with HEAD (MH scan required function)
13623 2005-02-15 [colin]      1.0.1cvs8.1
13625         * src/mimeview.c
13626         * src/common/utils.c
13627                 Sync with HEAD (filename chars substitution)
13629 2005-02-15 [colin]      1.0.1cvs7.3
13631         * src/gtk/pluginwindow.c
13632                 Fix button spacing
13634 2005-02-15 [colin]      1.0.1cvs7.2
13636         * src/mimeview.c
13637                 Fix mime icons not reset across message when
13638                 scrolled down
13640 2005-02-15 [colin]      1.0.1cvs7.1
13642         * src/compose.c
13643         * src/procmime.c
13644                 Sync with HEAD (optimisation of cvs6)
13646 2005-02-14 [colin]      1.0.1cvs6.1
13648         * src/compose.c
13649         * src/procmime.c
13650                 Sync with HEAD (encode "From " at line beginning)
13652 2005-02-14 [colin]      1.0.1cvs5.3
13654         * src/compose.c
13655                 Fix wrapping with accentued chars.
13657 2005-02-13 [colin]      1.0.1cvs5.2
13659         * src/textview.c
13660                 Fix email informative part parsing with
13661                 accentued chars in it. ispunct() returns
13662                 true for them in utf8...
13664 2005-02-12 [colin]      1.0.1cvs5.1
13666         * src/filtering.c
13667                 Sync with HEAD (remove wrong use of compose after send)
13669 2005-02-12 [paul]       1.0.1cvs4.5
13671         * src/textview.c
13672                 remove unnecessary code (thanks to Alfons)
13674 2005-02-12 [paul]       1.0.1cvs4.4
13676         * src/textview.c
13677                 add 'Copy' to contextual menu on emails
13679 2005-02-11 [colin]      1.0.1cvs4.3
13681         * src/compose.c
13682                 revert 1.0.0cvs28.2, it doesn't work that well.
13684 2005-02-11 [paul]       1.0.1cvs4.2
13686         * po/Makefile.in.in
13687                 fix 'make release'
13689 2005-02-10 [paul]       1.0.1cvs4.1
13691         * ChangeLog
13692         * ChangeLog.claws
13693         * ChangeLog.jp
13694         * configure.ac
13695         * src/compose.c
13696                 sync with HEAD (sync with main)
13698 2005-02-10 [paul]       1.0.1cvs3.2
13700         * AUTHORS
13701         * Makefile.am
13702         * autogen.sh
13703         * configure.ac
13704         * config/mkinstalldirs
13705         * intl/.cvsignore
13706         * intl/ChangeLog
13707         * intl/VERSION
13708         * intl/bindtextdom.c
13709         * intl/config.charset
13710         * intl/dcgettext.c
13711         * intl/dcigettext.c
13712         * intl/dcngettext.c
13713         * intl/dgettext.c
13714         * intl/dngettext.c
13715         * intl/eval-plural.h
13716         * intl/explodename.c
13717         * intl/finddomain.c
13718         * intl/gettext.c
13719         * intl/gettextP.h
13720         * intl/gmo.h
13721         * intl/hash-string.h
13722         * intl/intl-compat.c
13723         * intl/l10nflist.c
13724         * intl/libgnuintl.h.in
13725         * intl/loadinfo.h
13726         * intl/loadmsgcat.c
13727         * intl/localcharset.c
13728         * intl/localcharset.h
13729         * intl/locale.alias
13730         * intl/localealias.c
13731         * intl/localename.c
13732         * intl/log.c
13733         * intl/ngettext.c
13734         * intl/os2compat.c
13735         * intl/os2compat.h
13736         * intl/osdep.c
13737         * intl/plural-exp.c
13738         * intl/plural-exp.h
13739         * intl/plural.c
13740         * intl/plural.y
13741         * intl/ref-add.sin
13742         * intl/ref-del.sin
13743         * intl/relocatable.c
13744         * intl/relocatable.h
13745         * intl/textdomain.c
13746         * m4/Makefile.am
13747         * po/Makefile.in.in
13748         * src/Makefile.am
13749         * src/account.c
13750         * src/action.c
13751         * src/addr_compl.c
13752         * src/addressadd.c
13753         * src/addressbook.c
13754         * src/addrgather.c
13755         * src/addrindex.c
13756         * src/alertpanel.c
13757         * src/browseldap.c
13758         * src/codeconv.c
13759         * src/codeconv.h
13760         * src/compose.c
13761         * src/compose.h
13762         * src/crash.c
13763         * src/editaddress.c
13764         * src/editbook.c
13765         * src/editgroup.c
13766         * src/editjpilot.c
13767         * src/editldap.c
13768         * src/editldap_basedn.c
13769         * src/editvcard.c
13770         * src/exphtmldlg.c
13771         * src/expldifdlg.c
13772         * src/export.c
13773         * src/exporthtml.c
13774         * src/filtering.c
13775         * src/folder.c
13776         * src/folder_item_prefs.c
13777         * src/foldersel.c
13778         * src/folderview.c
13779         * src/grouplistdialog.c
13780         * src/headerview.c
13781         * src/imap.c
13782         * src/imap_gtk.c
13783         * src/import.c
13784         * src/importldif.c
13785         * src/importmutt.c
13786         * src/importpine.c
13787         * src/inc.c
13788         * src/ldif.c
13789         * src/main.c
13790         * src/mainwindow.c
13791         * src/matcher.c
13792         * src/mbox.c
13793         * src/message_search.c
13794         * src/messageview.c
13795         * src/mh.c
13796         * src/mh_gtk.c
13797         * src/mimeview.c
13798         * src/msgcache.c
13799         * src/news.c
13800         * src/news_gtk.c
13801         * src/noticeview.c
13802         * src/partial_download.c
13803         * src/pop.c
13804         * src/prefs_account.c
13805         * src/prefs_actions.c
13806         * src/prefs_common.c
13807         * src/prefs_customheader.c
13808         * src/prefs_display_header.c
13809         * src/prefs_ext_prog.c
13810         * src/prefs_filtering.c
13811         * src/prefs_filtering_action.c
13812         * src/prefs_folder_item.c
13813         * src/prefs_fonts.c
13814         * src/prefs_gtk.c
13815         * src/prefs_matcher.c
13816         * src/prefs_msg_colors.c
13817         * src/prefs_spelling.c
13818         * src/prefs_summary_column.c
13819         * src/prefs_template.c
13820         * src/prefs_themes.c
13821         * src/prefs_toolbar.c
13822         * src/prefs_wrapping.c
13823         * src/privacy.c
13824         * src/procheader.c
13825         * src/procmime.c
13826         * src/procmsg.c
13827         * src/quote_fmt.c
13828         * src/recv.c
13829         * src/send_message.c
13830         * src/setup.c
13831         * src/sourcewindow.c
13832         * src/ssl_manager.c
13833         * src/statusbar.c
13834         * src/summary_search.c
13835         * src/summaryview.c
13836         * src/textview.c
13837         * src/toolbar.c
13838         * src/wizard.c
13839         * src/common/nntp.c
13840         * src/common/plugin.c
13841         * src/common/smtp.c
13842         * src/common/ssl.c
13843         * src/common/ssl_certificate.c
13844         * src/common/string_match.c
13845         * src/common/sylpheed.c
13846         * src/common/template.c
13847         * src/common/utils.c
13848         * src/gtk/about.c
13849         * src/gtk/colorlabel.c
13850         * src/gtk/description_window.c
13851         * src/gtk/filesel.c
13852         * src/gtk/foldersort.c
13853         * src/gtk/gtkaspell.c
13854         * src/gtk/gtkutils.c
13855         * src/gtk/inputdialog.c
13856         * src/gtk/logwindow.c
13857         * src/gtk/menu.c
13858         * src/gtk/pluginwindow.c
13859         * src/gtk/prefswindow.c
13860         * src/gtk/progressdialog.c
13861         * src/gtk/quicksearch.c
13862         * src/gtk/sslcertwindow.c
13863         * src/plugins/clamav/clamav_plugin.c
13864         * src/plugins/clamav/clamav_plugin_gtk.c
13865         * src/plugins/demo/demo.c
13866         * src/plugins/dillo_viewer/dillo_prefs.c
13867         * src/plugins/dillo_viewer/dillo_viewer.c
13868         * src/plugins/image_viewer/plugin.c
13869         * src/plugins/image_viewer/viewer.c
13870         * src/plugins/image_viewer/viewerprefs.c
13871         * src/plugins/mathml_viewer/mathml_viewer.c
13872         * src/plugins/pgpmime/passphrase.c
13873         * src/plugins/pgpmime/plugin.c
13874         * src/plugins/pgpmime/prefs_gpg.c
13875         * src/plugins/pgpmime/select-keys.c
13876         * src/plugins/pgpmime/sgpgme.c
13877         * src/plugins/spamassassin/spamassassin.c
13878         * src/plugins/spamassassin/spamassassin_gtk.c
13879         * src/plugins/trayicon/trayicon.c
13880                 sync with main (revision 104)
13882 2005-02-10 [colin]      1.0.1cvs3.1
13884         * src/mainwindow.c
13885                 Sync with HEAD (fix occasional crasher)
13887 2005-02-10 [colin]      1.0.1cvs2.1
13889         * src/messageview.c
13890                 Synw with HEAD (don't automatically display html)
13892 2005-02-09 [colin]      1.0.1cvs1.3
13894         * src/textview.c
13895         * src/textview.h
13896                 Add contextual menu on emails
13898 2005-02-09 [colin]      1.0.1cvs1.2
13900         * src/codeconv.c
13901                 Fix converting from broken headers and 
13902                 put back the _ in missing places
13903                 (feature broke with cvs24.2 sync, main 
13904                  possibly affected?)
13906 2005-02-09 [colin]      1.0.1cvs1.1
13908         * src/messageview.c
13909         * src/mimeview.c
13910         * src/mimeview.h
13911                 Sync with HEAD (display non text/plain mails with plugin)
13913 2005-02-08 [colin]      1.0.1.1
13915         * ChangeLog.claws
13916         * po/pt_BR.po
13917                 Sync with HEAD
13918         * configure.ac
13919                 Make default configuration directory 
13920                 be .sylpheed-gtk2
13922 2005-02-08 [colin]      1.0.0cvs29.1
13924         * po/de.po
13925         * po/es.po
13926         * po/fr.po
13927         * po/it.po
13928         * po/sk.po
13929         * po/sr.po
13930                 Sync translations with HEAD
13932 2005-02-06 [colin]      1.0.0cvs28.3
13934         * src/compose.c
13935                 Make compose a bit faster - patch by Alfons.
13937 2005-02-06 [colin]      1.0.0cvs28.2
13939         * src/compose.c
13940                 Make pasting via middle-click more reliable
13942 2005-02-05 [paul]       1.0.0cvs28.1
13944         * ChangeLog
13945         * ChangeLog.claws
13946         * ChangeLog.jp
13947         * configure.ac
13948         * src/compose.c
13949                 sync with HEAD
13950                 (fix bug 682 'redirect is broken'
13952 2005-02-05 [torte]      1.0.0cvs27.1
13954         * ChangeLog.claws
13955         * configure.ac
13956         * src/partial_download.c
13957                 Sync with HEAD (fix buf overflow)
13959 2005-02-03 [colin]      1.0.0cvs26.1
13961         * src/common/plugin.c
13962                 Sync with HEAD (avoid plugin mismatches)
13964 2005-02-03 [paul]       1.0.0cvs25.3
13966         * src/folderview.c
13967         * src/headerview.c
13968         * src/summaryview.c
13969         * src/textview.c
13970         * src/gtk/colorlabel.c
13971                 third and final part of initial sync with main-gtk2
13973 2005-02-03 [paul]       1.0.0cvs25.2
13975         * src/jpilot.c
13976                 fix building with jpilot support
13978 2005-02-02 [colin]      1.0.0cvs25.1
13980         * src/messageview.c
13981                 Sync with HEAD (fix dangerous typo)
13983 2005-02-01 [colin]      1.0.0cvs24.3
13985         * src/common/xml.c
13986                 Write file as advertised (UTF-8)
13988 2005-02-01 [paul]       1.0.0cvs24.2
13990         * src/addrbook.c
13991         * src/addrindex.c
13992         * src/alertpanel.h
13993         * src/codeconv.c
13994         * src/codeconv.h
13995         * src/compose.c
13996         * src/export.c
13997         * src/folder_item_prefs.c
13998         * src/html.c
13999         * src/imap.c
14000         * src/import.c
14001         * src/jpilot.c
14002         * src/mainwindow.c
14003         * src/matcher_parser_lex.l
14004         * src/messageview.c
14005         * src/mh.c
14006         * src/prefs_account.c
14007         * src/prefs_actions.c
14008         * src/prefs_common.c
14009         * src/prefs_gtk.c
14010         * src/prefs_gtk.h
14011         * src/prefs_themes.c
14012         * src/procheader.c
14013         * src/procmime.c
14014         * src/sourcewindow.c
14015         * src/statusbar.c
14016         * src/summaryview.c
14017         * src/textview.c
14018         * src/toolbar.c
14019         * src/unmime.c
14020         * src/common/template.c
14021         * src/common/utils.c
14022         * src/common/xml.c
14023         * src/common/xml.h
14024         * src/gtk/gtkaspell.c
14025         * src/plugins/clamav/clamav_plugin.c
14026         * src/plugins/dillo_viewer/dillo_prefs.c
14027         * src/plugins/image_viewer/viewerprefs.c
14028         * src/plugins/pgpmime/passphrase.c
14029         * src/plugins/pgpmime/prefs_gpg.c
14030         * src/plugins/pgpmime/select-keys.c
14031         * src/plugins/spamassassin/spamassassin.c
14032                 second part of initial sync with main-gtk2
14033                 (more to follow)
14035 2005-01-31 [colin]      1.0.0cvs24.1
14037         * src/compose.c
14038                 Sync with HEAD
14040 2005-01-29 [paul]       1.0.0cvs23.2
14042         * src/account.c
14043         * src/action.c
14044         * src/addressadd.c
14045         * src/addressbook.c
14046         * src/alertpanel.c
14047         * src/compose.c
14048         * src/editaddress.c
14049         * src/editbook.c
14050         * src/editgroup.c
14051         * src/editjpilot.c
14052         * src/editldap.c
14053         * src/editldap_basedn.c
14054         * src/editvcard.c
14055         * src/export.c
14056         * src/foldersel.c
14057         * src/grouplistdialog.c
14058         * src/import.c
14059         * src/importldif.c
14060         * src/inc.c
14061         * src/main.c
14062         * src/mainwindow.c
14063         * src/message_search.c
14064         * src/messageview.c
14065         * src/mimeview.c
14066         * src/prefs_actions.c
14067         * src/prefs_common.c
14068         * src/prefs_common.h
14069         * src/prefs_customheader.c
14070         * src/prefs_display_header.c
14071         * src/prefs_filtering.c
14072         * src/prefs_filtering_action.c
14073         * src/prefs_gtk.c
14074         * src/prefs_matcher.c
14075         * src/prefs_summary_column.c
14076         * src/prefs_template.c
14077         * src/sourcewindow.c
14078         * src/summary_search.c
14079         * src/summaryview.c
14080         * src/textview.c
14081         * src/gtk/about.c
14082         * src/gtk/description_window.c
14083         * src/gtk/gtkshruler.c
14084         * src/gtk/gtkutils.c
14085         * src/gtk/gtkutils.h
14086         * src/gtk/inputdialog.c
14087         * src/gtk/logwindow.c
14088         * src/gtk/prefswindow.c
14089         * src/gtk/progressdialog.c
14090         * src/gtk/progressdialog.h
14091                 first part of initial sync with main-gtk2
14092                 (more to follow)
14094 2005-01-28 [colin]      1.0.0cvs23.1
14096         * src/folderview.c
14097                 Sync with HEAD
14099 2005-01-27 [colin]      1.0.0cvs21.1
14101         * src/folder.c
14102         * src/folderview.c
14103                 Sync with HEAD
14105 2005-01-27 [colin]      1.0.0cvs19.1
14107         * src/procmime.c
14108                 Sync with HEAD
14110 2005-01-27 [colin]      1.0.0cvs18.1
14112         * src/messageview.c
14113         * src/summaryview.c
14114         * src/mainwindow.c
14115         * src/compose.c
14116         * src/compose.h
14117         * src/procmsg.c
14118         * src/procmsg.h
14119         * src/toolbar.c
14120                 Sync with HEAD
14122 2005-01-26 [paul]       1.0.0cvs15.2
14124         * src/compose.c
14125                 compose_entries_set(): convert subject and body to
14126                 utf8 if necessary. patch by Felix Eckhofer
14128 2005-01-26 [paul]       1.0.0cvs15.1
14130         * configure.ac
14131         * src/common/template.c
14132                 sync with HEAD (fix memory leak)
14134 2005-01-25 [paul]       1.0.0cvs14.1
14136         * configure.ac
14137         * src/compose.c
14138                 sync with HEAD
14140 2005-01-24 [colin]      1.0.0cvs13.1
14142         * src/summaryview.c
14143                 Sync with HEAD
14145 2005-01-24 [paul]       1.0.0cvs12.1
14147         * configure.ac
14148         * src/messageview.c
14149         * src/mh.c
14150         * src/common/utils.c
14151                 sync with HEAD
14153 2005-01-24 [colin]      1.0.0cvs11.1
14155         * src/procheader.c
14156                 Sync with HEAD
14158 2005-01-24 [colin]      1.0.0cvs10.1
14160         * src/folderview.c
14161                 Sync with HEAD
14163 2005-01-23 [colin]      1.0.0cvs9.1
14165         * src/crash.c
14166                 Sync with HEAD
14168 2005-01-22 [colin]      1.0.0cvs8.1
14170         * src/summaryview.c
14171         * src/gtk/quicksearch.c
14172                 Sync with HEAD
14174 2005-01-21 [colin]      1.0.0cvs7.1
14176         * src/summaryview.c
14177                 Sync with HEAD
14179 2005-01-21 [colin]      1.0.0cvs6.1
14181         * src/summaryview.c
14182                 Sync with HEAD
14184 2005-01-21 [colin]      1.0.0cvs5.1
14186         * src/gtk/quicksearch.c
14187         * src/prefs_common.c
14188         * src/prefs_common.h
14189                 Sync with HEAD (recurse option)
14191 2005-01-21 [colin]      1.0.0cvs4.1
14193         * src/folder.h
14194         * src/folderview.c
14195         * src/folderview.h
14196         * src/summaryview.c
14197         * src/gtk/quicksearch.c
14198         * src/gtk/quicksearch.h
14199                 Sync with HEAD (recursive quicksearch)
14201 2005-01-20 [colin]      1.0.0cvs3.4
14203         * src/ssl_manager.c
14204                 Remove useless code
14206 2005-01-20 [colin]      1.0.0cvs3.3
14208         * src/ssl_manager.c
14209                 Fix leak, thanks to Alfons.
14211 2005-01-20 [colin]      1.0.0cvs3.2
14213         * src/ssl_manager.c
14214                 Port SSL certificate window to GTK2.
14216 2005-01-20 [paul]       1.0.0cvs3.1
14218         * ChangeLog.claws
14219         * configure.ac
14220         * src/addrindex.c
14221         * src/addrindex.h
14222                 sync with HEAD
14224 2005-01-19 [colin]      1.0.0cvs2.2
14226         * src/plugins/trayicon/trayicon.c
14227                 Fix freeze with gtk-2.6, the easy way
14228                 (signal blocking helpless there...)
14229                 Closes bug #668.
14231 2005-01-19 [colin]      1.0.0cvs2.1
14233         * src/mbox.c
14234         * src/mbox.h
14235         * src/mainwindow.c
14236         * src/summaryview.c
14237         * src/summaryview.h
14238                 Sync with HEAD
14240 2005-01-19 [paul]       1.0.0cvs1.1
14242         * configure.ac
14243         * po/de.po
14244         * po/es.po
14245         * po/fr.po
14246         * po/hr.po
14247         * po/it.po
14248         * po/ja.po
14249         * po/ko.po
14250         * po/pt_BR.po
14251         * po/ru.po
14252         * po/sk.po
14253         * po/sr.po
14254                 sync with HEAD (update translations)
14256 2005-01-18 [colin]      1.0.0cvs0.1
14258         * src/foldersel.c
14259                 Specify search column - patch by Alfons
14261 2005-01-18 [colin]      0.9.13cvs36.3
14263         * src/prefs_toolbar.c
14264                 Change Delete to Remove
14265         * src/prefs_fonts.c
14266                 GTK2 version and leak fixes
14267         * src/prefs_actions.c
14268                 Add stock buttons.
14269                 All patches by Alfons
14271 2005-01-17 [colin]      0.9.13cvs36.2
14273         * src/compose.c
14274                 Fix DnD inserting twice. While at it,
14275                 add DnD support for text/plain in the
14276                 body, and add support in the headers.
14278 2005-01-16 [colin]      0.9.13cvs36.1
14280         * ChangeLog
14281         * ChangeLog.jp
14282         * ChangeLog.claws
14283                 Sync with HEAD (nothing applicable)
14285 2005-01-16 [colin]      0.9.13cvs33.2
14287         * src/prefs_toolbar.c
14288                 GTK2ize prefs_toolbar, by Alfons.
14290 2005-01-14 [colin]      0.9.13cvs33.1
14292         * src/html.c
14293         * src/msgcache.c
14294                 Sync with HEAD
14296 2005-01-14 [colin]      0.9.13cvs32.1
14298         * src/html.c
14299         * src/html.h
14300         * src/msgcache.c
14301         * AUTHORS
14302         * tools/calypso_convert.pl
14303                 Sync with HEAD
14305 2005-01-08 [colin]      0.9.13cvs29.2
14307         * src/prefs_filtering_action.c
14308         * src/prefs_filtering.c
14309                 2 more gtk2 patches by Alfons
14311 2005-01-07 [paul]       0.9.13cvs29.1
14313         * ChangeLog
14314         * ChangeLog.claws
14315         * ChangeLog.jp
14316         * configure.ac
14317         * src/pop.c
14318         * src/pop.h
14319                 sync with HEAD
14321 2005-01-07 [colin]      0.9.13cvs28.3
14323         * src/gtk/progressdialog.c
14324         * src/gtk/progressdialog.h
14325         * src/inc.c
14326         * src/send_message.c
14327                 GTK2 for the incorporation dialog. The CList isn't dead
14328                 yet, for a more smooth migration. Patch by Alfons.
14330 2005-01-06 [colin]      0.9.13cvs28.2
14332         * src/prefs_display_header.c
14333                 GTK2 conversion by Alfons
14334         * src/prefs_actions.c
14335         * src/prefs_matcher.c
14336                 Fix 2 leaks - patch by Alfons
14338 2005-01-06 [colin]      0.9.13cvs28.1
14340         * src/prefs_matcher.c
14341                 Sync with HEAD
14343 2005-01-06 [colin]      0.9.13cvs27.4
14345         * src/prefs_matcher.c
14346                 Fix double-free. Patch by Alfons
14348 2005-01-06 [colin]      0.9.13cvs27.3
14350         * src/prefs_matcher.c
14351                 GTK2 widgets + memleak
14352                 Patch by Alfons
14354 2005-01-05 [colin]      0.9.13cvs27.2
14356         * src/account.c
14357         * src/addr_compl.c
14358         * src/foldersel.c
14359         * src/stock_pixmap.c
14360         * src/stock_pixmap.h
14361                 3 more GTK2 patches by Alfons.
14363 2005-01-04 [colin]      0.9.13cvs27.1
14365         * src/folderview.c
14366         * src/imap_gtk.c
14367         * src/news_gtk.c
14368                 Sync with HEAD
14370 2005-01-04 [colin]      0.9.13cvs25.9
14372         * src/compose.c
14373                 Fix Show Ruler menuitem
14374         * src/prefs_template.c
14375                 Convert to GTK2
14376         * src/common/utils.c
14377                 Make auto pointer stuff handles NULLs
14378                 Patches by Alfons.
14380 2005-01-04 [colin]      0.9.13cvs25.8
14382         * src/compose.c
14383                 Move the attachment list to gtk2
14384                 Patch by Alfons.
14386 2005-01-04 [colin]      0.9.13cvs25.7
14388         * src/textview.c
14389                 Make some keys work again
14390                 Patch by SungHyun Nam <namsh@kldp.org>
14392 2005-01-04 [colin]      0.9.13cvs25.6
14394         * src/gtk/gtkshruler.c
14395                 Move the ruler to GTK2
14396                 Patch by Alfons
14398 2005-01-03 [colin]      0.9.13cvs25.5
14400         * src/compose.c
14401                 Fix my broken patch apply 
14403 2005-01-03 [colin]      0.9.13cvs25.4
14405         * src/common/utils.c
14406         * src/common/utils.h
14407         * src/gtk/prefswindow.c
14408                 Move auto pointer stuff to utils.c
14409                 Patch by Alfons again :)
14411 2005-01-03 [colin]      0.9.13cvs25.3
14413         * src/compose.c
14414         * src/prefs_gtk.c
14415         * src/prefs_template.c
14416         * src/textview.c
14417                 Empty text widgets with empty strings, not NULL char
14418                 Patch by SungHyun Nam <namsh@kldp_org>
14420 2005-01-03 [colin]      0.9.13cvs25.2
14422         * src/main.c
14423         * AUTHORS
14424                 Sync with HEAD
14426 2005-01-03 [colin]      0.9.13cvs25.1
14428         * src/pop.c
14429         * src/pop.h
14430                 Sync with HEAD
14432 2005-01-03 [colin]      0.9.13cvs24.3
14434         * src/account.c
14435                 Two patches from Alfons and Alex S Moore:
14436                 fix images, fix return value.
14438 2005-01-01 [colin]      0.9.13cvs24.2
14440         * src/prefs_actions.c
14441                 Fix over-zealous assertion. Patch by Alfons
14443 2005-01-01 [colin]      0.9.13cvs24.1
14445         * src/procmime.c
14446                 Sync with HEAD (leak fix)
14448 2004-12-31 [colin]      0.9.13cvs23.2
14450         * src/prefs_common.c
14451                 GTK2 widgets + stock buttons - patch by Alfons
14453 2004-12-31 [paul]       0.9.13cvs23.1
14455         * configure.ac
14456                 bump up EXTRA_VERSION to match (sync'ed) HEAD
14457         * src/gtk/pluginwindow.c
14458                 use GTK2 widgets and plug memory leaks,
14459                 patches by Alfons
14461 2004-12-30 [colin]      0.9.13cvs22.4
14463         * src/account.c
14464         * src/action.c
14465         * src/export.c
14466         * src/foldersel.c
14467         * src/import.c
14468         * src/message_search.c
14469         * src/prefs_actions.c
14470         * src/prefs_common.c
14471         * src/prefs_customheader.c
14472         * src/prefs_filtering.c
14473         * src/prefs_summary_column.c
14474         * src/summary_search.c
14475         * src/gtk/about.c
14476         * src/gtk/description_window.c
14477         * src/gtk/gtkutils.c
14478         * src/gtk/gtkutils.h
14479         * src/gtk/inputdialog.c
14480         * src/gtk/prefswindow.c
14481                 Use GTK2 stock buttons. Patches by Alfons.
14483 2004-12-30 [colin]      0.9.13cvs22.3
14485         * src/account.c
14486                 Sync with HEAD
14487         * src/prefs_actions.c
14488         * src/prefs_customheader.c
14489         * src/prefs_filtering.c
14490         * src/prefs_msg_colors.c
14491         * src/prefs_summary_column.c
14492         * src/gtk/prefswindow.c
14493                 Use GtkTreeView instead of deprecated 
14494                 widgets. Patches by Alfons.
14496 2004-12-30 [paul]       0.9.13cvs22.2
14498         * src/foldersel.c
14499                 use GTK 2 Tree View
14500                 patch by Alfons, with root folder sorting fix
14501                 by Stephan Sachse
14503 2004-12-30 [paul]       0.9.13cvs22.1
14505         * ChangeLog
14506         * ChangeLog.claws
14507         * ChangeLog.jp
14508         * NEWS
14509         * configure.ac
14510         * src/account.c
14511                 sync with HEAD
14513 2004-12-22 [martin]     0.9.13cvs21.2
14515         * src/action.c
14516                 free the command line after its use
14518 2004-12-18 [paul]       0.9.13cvs21.1
14520         * AUTHORS
14521         * ChangeLog
14522         * ChangeLog.claws
14523         * ChangeLog.jp
14524         * NEWS
14525         * configure.ac
14526         * src/action.c
14527         * src/compose.c
14528         * src/syldap.c
14529                 sync with HEAD
14531 2004-12-17 [martin]     0.9.13cvs17.2
14533         * src/action.c
14534                 convert actions input to locale
14535         * src/inc.c
14536                 convert notification command to locale
14537         * src/plugins/pgpmime/select-keys.c
14538                 convert attributes to utf8
14540 2004-12-14 [colin]      0.9.13cvs17.1
14542         * ChangeLog
14543         * ChangeLog.jp
14544         * ChangeLog.claws
14545         * src/action.c
14546         * src/common/utils.c
14547         * src/gtk/prefswindow.c
14548         * src/gtk/gtkutils.c
14549         * src/gtk/gtkutils.h
14550         * src/plugins/spamassassin/libspamc.c
14551                 Sync with HEAD
14553 2004-12-13 [colin]      0.9.13cvs14.1
14555         * src/quote_fmt_parse.y
14556                 Sync with HEAD
14558 2004-12-10 [colin]      0.9.13cvs12.1
14560         * src/prefs_themes.c
14561         * src/mainwindow.c
14562         * src/messageview.c
14563                 Sync with HEAD
14565 2004-12-09 [colin]      0.9.13cvs10.1
14567         * src/procmime.c
14568                 Sync with HEAD (fix B64 encoding from memory)
14570 2004-12-08 [colin]      0.9.13cvs9.1
14572         * src/gtk/colorlabel.c
14573                 Sync with HEAD
14575 2004-12-08 [paul]       0.9.13cvs8.2
14577         * src/gtk/pluginwindow.c
14578                 fix window resizing oddities
14580 2004-12-08 [colin]      0.9.13cvs8.1
14582         * src/quote_fmt_parse.y
14583                 Sync with HEAD
14585 2004-12-08 [colin]      0.9.13cvs7.1
14587         * src/matcher_parser_parse.y
14588         * src/msgcache.c
14589         * src/prefs_matcher.c
14590         * src/procheader.c
14591         * src/matcher.c
14592         * src/common/defs.h
14593         * po/sr.po
14594                 Sync with HEAD
14596 2004-12-08 [colin]      0.9.13cvs6.1
14598         * src/quote_fmt_parse.y
14599         * src/textview.c
14600                 Sync with HEAD
14601         * src/gtk/prefswindow.c
14602         * src/gtk/pluginwindow.c
14603                 Fix G_CALLBACKS protos (thanks to Alfons)
14605 2004-12-07 [torte]      0.9.13cvs2.2
14607         * src/procmime.c
14608                 [Bug 650] reply button causes crash
14609                 Thanks to David Relson and Christoph
14611 2004-12-07 [colin]      0.9.13cvs2.1
14613         * ChangeLog.claws
14614         * AUTHORS
14615         * po/sk.po
14616         * src/procmime.c
14617         * src/prefs_account.c
14618         * src/common/smtp.c
14619         * src/common/smtp.h
14620                 Sync with HEAD
14622 2004-12-06 [colin]      0.9.12cvs187.1
14624         * ChangeLog.claws
14625         * INSTALL
14626         * Makefile.am
14627         * README.claws
14628         * TODO.claws
14629         * configure.ac
14630         * po/bg.po
14631         * po/cs.po
14632         * po/el.po
14633         * po/en_GB.po
14634         * po/es.po
14635         * po/fr.po
14636         * po/hr.po
14637         * po/hu.po
14638         * po/it.po
14639         * po/ja.po
14640         * po/ko.po
14641         * po/nl.po
14642         * po/pl.po
14643         * po/pt_BR.po
14644         * po/ru.po
14645         * po/sk.po
14646         * po/sr.po
14647         * po/sv.po
14648         * po/zh_CN.po
14649         * po/zh_TW.Big5.po
14650         * src/compose.c
14651         * tools/Makefile.am
14652         * tools/README
14653         * tools/filter_conv.pl
14654         * tools/kdeservicemenu/README
14655         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14656         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14657                 Sync with HEAD
14659 2004-12-04 [colin]      0.9.12cvs183.1
14661         * src/compose.c
14662                 Sync with HEAD (compose window position saving)
14664 2004-12-04 [paul]       0.9.12cvs182.3
14666         * src/messageview.c
14667         * src/mimeview.c
14668         * src/prefs_customheader.c
14669         * src/gtk/quicksearch.c
14670                 replace some forgotten GTK_SIGNAL_FUNCs
14672 2004-12-04 [paul]       0.9.12cvs182.2
14674         * src/Makefile.am
14675                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14676                 committed in error      
14678 2004-12-04 [paul]       0.9.12cvs182.1
14680         * ChangeLog
14681         * ChangeLog.claws
14682         * ChangeLog.jp
14683         * INSTALL
14684         * NEWS
14685         * README
14686         * README.jp
14687         * configure.ac
14688         * doc/manual/ja/Makefile.am
14689         * doc/manual/ja/sylpheed-1.html
14690         * doc/manual/ja/sylpheed-10.html
14691         * doc/manual/ja/sylpheed-11.html
14692         * doc/manual/ja/sylpheed-12.html
14693         * doc/manual/ja/sylpheed-13.html
14694         * doc/manual/ja/sylpheed-14.html
14695         * doc/manual/ja/sylpheed-15.html
14696         * doc/manual/ja/sylpheed-16.html
14697         * doc/manual/ja/sylpheed-17.html
14698         * doc/manual/ja/sylpheed-18.html
14699         * doc/manual/ja/sylpheed-19.html
14700         * doc/manual/ja/sylpheed-2.html
14701         * doc/manual/ja/sylpheed-20.html
14702         * doc/manual/ja/sylpheed-3.html
14703         * doc/manual/ja/sylpheed-4.html
14704         * doc/manual/ja/sylpheed-5.html
14705         * doc/manual/ja/sylpheed-6.html
14706         * doc/manual/ja/sylpheed-7.html
14707         * doc/manual/ja/sylpheed-8.html
14708         * doc/manual/ja/sylpheed-9.html
14709         * doc/manual/ja/sylpheed.html
14710         * doc/manual/ja/sylpheed.sgml
14711         * po/de.po
14712         * src/Makefile.am
14713         * src/compose.c
14714         * src/procmime.c
14715         * src/pixmaps/regular.xpm **REMOVED**
14716         * src/plugins/pgpmime/pgpmime.c
14717         * src/plugins/pgpmime/plugin.c
14718         * src/plugins/pgpmime/prefs_gpg.c
14719                 sync with HEAD
14721 2004-12-03 [paul]       0.9.12cvs180.1
14723         * ChangeLog
14724         * ChangeLog.claws
14725         * ChangeLog.jp
14726         * configure.ac
14727         * src/Makefile.am
14728         * src/pop.c
14729         * src/common/utils.c
14730         * src/common/utils.h
14731         * src/pixmaps/continue.xpm
14732         * src/pixmaps/dir_close.xpm
14733         * src/pixmaps/dir_open.xpm
14734         * src/pixmaps/drafts_close.xpm
14735         * src/pixmaps/drafts_open.xpm
14736         * src/pixmaps/folder.xpm **REMOVED**
14737         * src/pixmaps/group.xpm
14738         * src/pixmaps/unread.xpm
14739                 sync with HEAD
14741 2004-12-02 [colin]      0.9.12cvs179.1
14743         * src/compose.c
14744                 Sync with HEAD (non-duplicated reedition)
14746 2004-12-02 [colin]      0.9.12cvs178.1
14748         * src/compose.c
14749                 Sync with HEAD (linewrap_quote fix)
14751 2004-12-01 [colin]      0.9.12cvs177.3
14753         * src/addrharvest.c
14754                 Replace sizeof with strlen
14756 2004-12-01 [paul]       0.9.12cvs177.2
14758         * src/addrharvest.c
14759                 fix 'harvest addresses'
14761 2004-11-30 [colin]      0.9.12cvs177.1
14763         * src/gtk/prefswindow.c
14764         * src/gtk/pluginwindow.c
14765                 Sync with HEAD
14767 2004-11-29 [colin]      0.9.12cvs176.1
14769         * src/folderview.c
14770                 sync with HEAD (Fix disappearing separators in folderview's popup)
14772 2004-11-29 [colin]      0.9.12cvs175.1
14774         * src/procmime.c
14775                 Sync with head (another format fix)
14777 2004-11-29 [colin]      0.9.12cvs174.1
14779         * src/pop.c
14780                 Sync with HEAD (format string fix)
14782 2004-11-26 [colin]      0.9.12cvs173.1
14784         * src/common/smtp.c
14785         * src/common/smtp.h
14786                 Sync with HEAD
14788 2004-11-24 [colin]      0.9.12cvs172.1
14790         * src/plugins/pgpmime/pgpmime.c
14791                 Sync with HEAD
14793 2004-11-24 [colin]      0.9.12cvs171.1
14795         * src/plugins/pgpmime/pgpmime.c
14796                 Sync with head (gpgmectx leaks)
14798 2004-11-24 [colin]      0.9.12cvs169.1
14800         * src/plugins/pgpmime/plugin.c
14801         * src/plugins/trayicon/Makefile.am
14802         * src/plugins/trayicon/newmarkedmail.xpm
14803         * src/plugins/trayicon/trayicon.c
14804         * src/plugins/trayicon/unreadmarkedmail.xpm
14805                 Sync with HEAD
14807 2004-11-23 [colin]      0.9.12cvs168.1
14809         * src/partial_download.c
14810         * src/partial_download.h
14811         * src/plugins/pgpmime/plugin.c
14812                 Sync with HEAD
14814 2004-11-23 [colin]      0.9.12cvs166.1
14816         * src/Makefile.am
14817         * src/codeconv.c
14818         * src/compose.c
14819         * src/folderview.c
14820         * src/main.c
14821         * src/partial_download.c
14822         * src/partial_download.h
14823         * src/prefs_account.c
14824         * src/prefs_account.h
14825         * src/privacy.c
14826         * src/privacy.h
14827         * src/procmime.c
14828         * src/common/Makefile.am
14829         * src/common/base64.h
14830         * src/common/partial_download.c
14831         * src/common/partial_download.h
14832         * src/gtk/prefswindow.c
14833         * src/gtk/prefswindow.h
14834         * src/plugins/pgpmime/pgpmime.c
14835         * src/plugins/pgpmime/prefs_gpg.c
14836         * src/plugins/pgpmime/prefs_gpg.h
14837         * src/plugins/pgpmime/sgpgme.c
14838         * src/plugins/pgpmime/sgpgme.h
14839                 Sync with HEAD
14841 2004-11-23 [colin]      0.9.12cvs163.1
14843         * src/main.c
14844                 Sync with HEAD (cursor optimization)
14846 2004-11-23 [colin]      0.9.12cvs162.1
14848         * src/prefs_common.c
14849         * src/prefs_themes.c
14850         * src/procmsg.c
14851                 Sync with HEAD
14853 2004-11-23 [colin]      0.9.12cvs158.9
14855         * src/compose.c
14856                 Fix double-free when forwarding
14857         * src/msgcache.c
14858                 Fix leak on error path
14859                 
14861 2004-11-23 [colin]      0.9.12cvs158.8
14863         * src/compose.c
14864                 Fix possible double-free
14865                 Spotted by Alfons
14867 2004-11-23 [colin]      0.9.12cvs158.7
14869         * src/compose.c
14870                 Fix some signal handlers' prototypes
14871                 Spotted by Alfons
14873 2004-11-22 [colin]      0.9.12cvs158.6
14875         * src/compose.c
14876                 Remove unneeded code and duplicated
14877                 wrapping - patch by Alfons
14879 2004-11-22 [colin]      0.9.12cvs158.5
14881         * src/prefs_themes.c
14882                 Fix oversized selector
14884 2004-11-22 [colin]      0.9.12cvs158.4
14886         * src/compose.c
14887                 fix dump_text()
14888                 patch by Alfons
14890 2004-11-19 [colin]      0.9.12cvs158.3
14892         * src/textview.c
14893                 Add a context menu on links (open, copy)
14895 2004-11-18 [paul]       0.9.12cvs158.2
14897         * src/addrgather.c
14898         * src/exphtmldlg.c
14899         * src/expldifdlg.c
14900         * src/mimeview.c
14901         * src/prefs_common.c
14902         * src/plugins/image_viewer/viewer.c
14903         * src/plugins/spamassassin/spamassassin_gtk.c
14904                 replace deprecated gtk_notebook_set_page
14905                 and gtk_notebook_current_page
14907 2004-11-18 [paul]       0.9.12cvs158.1
14909         * configure.ac
14910         * src/compose.c
14911         * src/mainwindow.c
14912         * src/messageview.c
14913         * src/prefs_common.c
14914         * src/common/utils.c
14915         * src/common/utils.h
14916                 sync with HEAD
14918 2004-11-17 [colin]      0.9.12cvs156.1
14920         * src/prefs_account.c
14921         * src/prefs_account.h
14922         * src/procmsg.c
14923                 Sync with HEAD (add pref to store encrypted mails encrypted)
14925 2004-11-17 [paul]       0.9.12cvs155.1
14927         * ChangeLog
14928         * ChangeLog.claws
14929         * ChangeLog.jp
14930         * NEWS
14931         * configure.ac
14932         * src/compose.c
14933         * src/jpilot.c
14934         * src/privacy.c
14935         * src/procmime.c
14936         * src/procmime.h
14937         * src/procmsg.c
14938         * src/toolbar.c
14939         * src/pixmaps/error.xpm
14940                 sync with HEAD
14942 2004-11-17 [colin]      0.9.12cvs151.1
14944         * src/plugins/pgpmime/pgpmime.c
14945                 Sync with HEAD (remove debug printf)
14947 2004-11-17 [colin]      0.9.12cvs150.1
14949         * src/plugins/pgpmime/pgpmime.c
14950                 Sync with HEAD (off-by-one fix)
14952 2004-11-17 [colin]      0.9.12cvs149.1
14954         * src/procmsg.c
14955                 Sync with HEAD (coding style fixes)
14957 2004-11-16 [colin]      0.9.12cvs148.1
14959         * src/procmsg.c
14960                 Sync with head (Fix the fix)
14962 2004-11-16 [colin]      0.9.12cvs147.1
14964         * src/procmsg.c
14965                 Sync with Main (leak fix)
14967 2004-11-16 [colin]      0.9.12cvs146.14
14969         * src/compose.c
14970                 Remove useless chunk of code
14971                 Patch by Alfons
14973 2004-11-15 [colin]      0.9.12cvs146.13
14975         * src/compose.c
14976                 Fix drafting after insertion
14977                 Patch by Alfons
14979 2004-11-15 [colin]      0.9.12cvs146.12
14981         * src/compose.c
14982         * src/prefs_filtering.c
14983         * src/prefs_filtering_action.c
14984         * src/prefs_toolbar.c
14985                 Fix some const-correctness
14987 2004-11-15 [colin]      0.9.12cvs146.11
14989         * src/summaryview.c
14990         * src/prefs_themes.c
14991         * src/messageview.c
14992                 Fix some leaks
14994 2004-11-15 [colin]      0.9.12cvs146.10
14996         * src/codeconv.c
14997                 More unreadable locale fixes
14999 2004-11-14 [colin]      0.9.12cvs146.9
15001         * src/textview.c
15002                 Fix uri_security_check
15003                 Patch by Alfons
15005 2004-11-13 [paul]       0.9.12cvs146.8
15007         * src/folder.c
15008         * src/procmime.c
15009                 fix 2 bugs introduced in last commit
15011 2004-11-13 [paul]       0.9.12cvs146.7
15013         * src/compose.c
15014         * src/exporthtml.c
15015         * src/exportldif.c
15016         * src/folder.c
15017         * src/imap.c
15018         * src/imap_gtk.c
15019         * src/main.c
15020         * src/mainwindow.c
15021         * src/messageview.c
15022         * src/mh_gtk.c
15023         * src/prefs_themes.c
15024         * src/procmime.c
15025         * src/setup.c
15026         * src/summaryview.c
15027                 replace deprecated g_basename
15029 2004-11-13 [paul]       0.9.12cvs146.6
15031         * src/compose.c
15032         * src/imap.c
15033         * src/matcher_parser.h
15034         * src/matcher_parser_parse.y
15035         * src/prefs_filtering.c
15036         * src/prefs_filtering_action.c
15037         * src/prefs_themes.c
15038         * src/prefs_toolbar.c
15039         * src/common/utils.c
15040                 various small fixes/cleanups
15042 2004-11-12 [colin]      0.9.12cvs146.5
15044         * src/textview.c
15045                 Validate event's origin on visibility notify
15046                 Patch by Alfons.
15048 2004-11-12 [paul]       0.9.12cvs146.4
15050         * src/exporthtml.c
15051         * src/exportldif.c
15052         * src/imap.c
15053         * src/mh.c
15054         * src/mimeview.c
15055         * src/prefs_spelling.c
15056         * src/prefs_themes.c
15057                 replace deprecated g_dirname    
15059 2004-11-12 [colin]      0.9.12cvs146.3
15061         * src/textview.c
15062                 Some coding style fixes
15064 2004-11-12 [colin]      0.9.12cvs146.2
15066         * src/codeconv.c
15067                 We want to replace _all_ extended chars in
15068                 conv_unreadable_*, because any string containing
15069                 extended chars not parsing as UTF8 is 
15070                 undisplayed on gtk2.
15072 2004-11-12 [paul]       0.9.12cvs146.1
15074         * ChangeLog
15075         * ChangeLog.claws
15076         * ChangeLog.jp
15077         * NEWS
15078         * configure.ac
15079         * src/account.c
15080         * src/folderview.c
15081         * src/folderview.h
15082         * src/imap.c
15083         * src/imap_gtk.c
15084         * src/inc.c
15085         * src/mainwindow.c
15086         * src/mh_gtk.c
15087         * src/news_gtk.c
15088         * src/pop.c
15089         * src/prefs_account.c
15090         * src/prefs_account.h
15091         * src/prefs_ext_prog.c
15092         * src/procmime.c
15093         * src/procmime.h
15094         * src/procmsg.c
15095         * src/procmsg.h
15096         * src/summary_search.c
15097         * src/summaryview.c
15098         * src/textview.c
15099         * src/common/defs.h
15100         * src/common/utils.c
15101         * src/common/utils.h
15102         * src/gtk/menu.c
15103         * src/gtk/menu.h
15104                 sync with HEAD
15106 2004-11-11 [colin]      0.9.12cvs144.2
15108         * src/textview.c
15109                 Fix URI range selection (patch by Alfons)
15111 2004-11-09 [colin]      0.9.12cvs144.1
15113         * ChangeLog.claws
15114         * src/compose.c
15115         * src/folder.c
15116         * src/folder_item_prefs.c
15117         * src/prefs_account.c
15118         * src/prefs_account.h
15119         * src/plugins/pgpmime/pgpmime.c
15120                 Sync with HEAD
15122 2004-11-08 [colin]      0.9.12cvs143.1
15124         * src/summaryview.c
15125                 Sync with HEAD (optimize quicksearch)
15127 2004-11-08 [colin]      0.9.12cvs142.2
15129         * src/compose.c
15130                 Don't wrap when Edit/Auto wrapping is disabled
15132 2004-11-08 [colin]      0.9.12cvs142.1
15134         * src/textview.c
15135                 Sync with HEAD
15137 2004-11-08 [colin]      0.9.12cvs141.1
15139         * src/textview.c
15140                 Sync with HEAD (fix some mail URIs)
15142 2004-11-08 [colin]      0.9.12cvs140.3
15144         * src/textview.c
15145                 o Use text cursor instead of arrow when
15146                   not on a link
15147                 o Fix handling of contiguous links (as in
15148                   "colin@colino.net" <colin@colino.net>)
15149                   This one unveils a bug in get_email_part()
15151 2004-11-07 [colin]      0.9.12cvs140.2
15153         * src/textview.c
15154                 Fix memleak. Patch by Alfons.
15156 2004-11-06 [colin]      0.9.12cvs140.1
15158         * src/compose.c
15159                 Sync with HEAD (don't ask passphrase
15160                 when drafting)
15162 2004-11-06 [paul]       0.9.12cvs139.2
15164         * AUTHORS
15165         * src/textview.c
15166         * src/textview.h
15167                 textview URI handling. hovering over a 
15168                 link displays it in the status bar,
15169                 and changes the mouse pointer to a hand 
15170                 cursor. a link is activated with a single 
15171                 click. (Modified from the) patch by Jean-Yves 
15172                 Lefort <jylefort@users.sourceforge.net>
15173                 
15175 2004-11-05 [colin]      0.9.12cvs139.1
15177         * src/compose.c
15178         * src/procmime.c
15179                 Sync with HEAD again ^^
15181 2004-11-05 [colin]      0.9.12cvs139.1
15183         * src/compose.c
15184         * src/procmime.c
15185                 Sync with HEAD
15187 2004-11-03 [paul]       0.9.12cvs138.1
15189         * ChangeLog.claws
15190         * configure.ac
15191         * po/POTFILES.in
15192         * src/prefs_ext_prog.c
15193         * src/procmime.c
15194         * tools/kdeservicemenu/README
15195         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15196         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15197                 sync with HEAD
15199 2004-11-01 [christoph]  0.9.12cvs136.2
15201         * src/procmime.c
15202                 convert MIME parameters to UTF-8
15204 2004-10-29 [colin]      0.9.12cvs136.1
15206         * src/common/utils.c
15207                 Sync with HEAD (don't use '=' in mime boundary)
15209 2004-10-29 [paul]       0.9.12cvs135.1
15211         * configure.ac
15212         * doc/src/rfc2231.txt
15213         * src/procmime.c
15214         * src/common/quoted-printable.c
15215         * src/common/utils.c
15216         * src/common/utils.h
15217                 sync with HEAD
15219 2004-10-27 [paul]       0.9.12cvs134.1
15221         * configure.ac
15222         * src/main.c
15223         * src/procmime.c
15224         * src/plugins/pgpmime/pgpmime.c
15225                 sync with HEAD
15227 2004-10-26 [paul]       0.9.12cvs132.3
15229         * src/account.c
15230         * src/addressbook.c
15231         * src/addrgather.c
15232         * src/addrharvest.c
15233         * src/codeconv.c
15234         * src/compose.c
15235         * src/customheader.c
15236         * src/editaddress.c
15237         * src/editgroup.c
15238         * src/enriched.c
15239         * src/expldifdlg.c
15240         * src/exporthtml.c
15241         * src/exportldif.c
15242         * src/folder.c
15243         * src/foldersel.c
15244         * src/folderview.c
15245         * src/grouplistdialog.c
15246         * src/html.c
15247         * src/imap.c
15248         * src/jpilot.c
15249         * src/ldapserver.c
15250         * src/ldif.c
15251         * src/mimeview.c
15252         * src/news.c
15253         * src/news_gtk.c
15254         * src/pop.c
15255         * src/prefs_display_header.c
15256         * src/prefs_gtk.c
15257         * src/prefs_msg_colors.c
15258         * src/prefs_toolbar.c
15259         * src/procheader.c
15260         * src/procmime.c
15261         * src/summaryview.c
15262         * src/textview.c
15263         * src/toolbar.c
15264         * src/vcard.c
15265         * src/common/mgutils.c
15266         * src/common/nntp.c
15267         * src/common/smtp.c
15268         * src/common/template.c
15269         * src/common/utils.c
15270         * src/common/xmlprops.c
15271         * src/plugins/pgpmime/pgpmime.c
15272         * src/plugins/pgpmime/select-keys.c
15273         * src/plugins/pgpmime/sgpgme.c
15274                 replace deprecated g_strcasecmp(), g_strncasecmp(),
15275                 g_string_sprintfa(), gtk_notebook_current_page()
15277 2004-10-26 [colin]      0.9.12cvs132.2
15279         * src/prefs_folder_item.c
15280                 Fix default-account selection
15282 2004-10-21 [colin]      0.9.12cvs133
15284         * src/compose.c
15285                 Sync with HEAD (Remove extra separator in compose's Options)
15286         * src/textview.c
15287                 Set wrapping to char
15289 2004-10-21 [paul]       0.9.12cvs131.2
15291         * src/compose.c
15292         * src/sourcewindow.c
15293                 fix wrapping
15294                 fix window shrinking 
15296 2004-10-21 [colin]      0.9.12cvs131.1
15298         * ChangeLog.claws
15299         * src/compose.c
15300                 Sync with HEAD
15302 2004-10-21 [paul]       0.9.12cvs130.2
15304         * src/prefs_folder_item.c
15305                 sync with HEAD (Apply to subfolders)
15307 2004-10-19 [colin]      0.9.12cvs130.1
15309         * ChangeLog.claws
15310         * src/compose.c
15311         * src/common/utils.c
15312         * src/gtk/menu.c
15313                 Sync with HEAD
15315 2004-10-19 [colin]      0.9.12cvs128.1
15317         * src/addrbook.c
15318         * src/addrcache.c
15319         * src/addressbook.c
15320         * src/codeconv.c
15321         * src/compose.c
15322         * src/customheader.c
15323         * src/editaddress.c
15324         * src/editgroup.c
15325         * src/exporthtml.c
15326         * src/folder.c
15327         * src/folderview.c
15328         * src/imap.c
15329         * src/jpilot.c
15330         * src/main.c
15331         * src/matcher_parser_parse.y
15332         * src/mbox.c
15333         * src/pop.c
15334         * src/prefs_account.c
15335         * src/prefs_gtk.c
15336         * src/prefs_msg_colors.c
15337         * src/procheader.c
15338         * src/procmime.c
15339         * src/procmime.h
15340         * src/procmsg.c
15341         * src/summaryview.c
15342         * src/textview.c
15343         * src/common/base64.c
15344         * src/common/partial_download.c
15345         * src/common/socket.c
15346         * src/common/sylpheed.c
15347         * src/common/utils.c
15348         * src/common/utils.h
15349         * src/gtk/pluginwindow.c
15350         * src/gtk/quicksearch.c
15351         * src/plugins/clamav/clamav_plugin.c
15352         * src/plugins/clamav/clamav_plugin.h
15353         * src/plugins/clamav/clamav_plugin_gtk.c
15354         * src/plugins/pgpmime/passphrase.c
15355         * src/plugins/pgpmime/pgpmime.c
15356         * src/plugins/pgpmime/plugin.c
15357         * src/plugins/pgpmime/prefs_gpg.c
15358         * src/plugins/pgpmime/prefs_gpg.h
15359         * src/plugins/pgpmime/select-keys.c
15360         * src/plugins/pgpmime/sgpgme.c
15361         * src/plugins/spamassassin/libspamc.c
15362         * src/plugins/spamassassin/spamassassin.c
15363         * src/plugins/spamassassin/spamassassin.h
15364         * src/plugins/spamassassin/spamassassin_gtk.c
15365         * src/plugins/trayicon/trayicon.c
15366         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
15367                 Sync with HEAD
15369 2004-10-14 [colin]      0.9.12cvs126.2
15371         * src/codeconv.c
15372         * src/textview.c
15373                 Fix conv_unreadable_locale
15375 2004-10-13 [colin]      0.9.12cvs126.1
15377         * src/compose.c
15378                 Sync with HEAD (don't convert charset for 
15379                 drafted messages, minor cleanup)
15381 2004-10-13 [colin]      0.9.12cvs125.1
15383         * po/POTFILES.in
15384                 Sync with HEAD (POTFILES fix)
15386 2004-10-12 [colin]      0.9.12cvs124.3
15388         * src/compose.c
15389                 Fix encoding bug from latest sync
15391 2004-10-12 [paul]       0.9.12cvs124.2
15393         * src/plugins/pgpmime/prefs_gpg.c
15394         * src/plugins/pgpmime/prefs_gpg.h
15395                 forgotten in last commit        
15397 2004-10-12 [paul]       0.9.12cvs124.1
15399         * ChangeLog.claws
15400         * configure.ac
15401         * m4/spamassassin.m4
15402         * src/Makefile.am
15403         * src/account.c
15404         * src/compose.c
15405         * src/compose.h
15406         * src/crash.c
15407         * src/main.c
15408         * src/mimeview.c
15409         * src/passphrase.c
15410         * src/passphrase.h
15411         * src/prefs_account.c
15412         * src/prefs_account.h
15413         * src/prefs_common.c
15414         * src/privacy.c
15415         * src/privacy.h
15416         * src/procmime.c
15417         * src/procmime.h
15418         * src/procmsg.c
15419         * src/rfc2015.c
15420         * src/rfc2015.h
15421         * src/select-keys.c
15422         * src/select-keys.h
15423         * src/textview.c
15424         * src/common/utils.c
15425         * src/common/utils.h
15426         * src/gtk/about.c
15427         * src/plugins/pgpmime/Makefile.am
15428         * src/plugins/pgpmime/passphrase.c
15429         * src/plugins/pgpmime/passphrase.h
15430         * src/plugins/pgpmime/pgpmime.c
15431         * src/plugins/pgpmime/plugin.c
15432         * src/plugins/pgpmime/select-keys.c
15433         * src/plugins/pgpmime/select-keys.h
15434         * src/plugins/pgpmime/sgpgme.c
15435         * src/plugins/pgpmime/sgpgme.h
15436                 sync with HEAD
15438 2004-10-04 [colin]      0.9.12cvs122.1
15440         * src/mainwindow.c
15441         * src/messageview.c
15442         * src/messageview.h
15443         * src/textview.c
15444                 Sync with HEAD
15446 2004-10-04 [colin]      0.9.12cvs121.1
15448         * src/summaryview.c
15449                 Sync with HEAD
15451 2004-10-04 [paul]       0.9.12cvs120.1
15453         * configure.ac
15454                 sync with HEAD [don't try to build 
15455                 pgpmime plugin when gpgme is disabled]
15457 2004-10-03 [colin]      0.9.12cvs119.3
15459         * src/gtk/gtksctree.c
15460                 Lots of side effects. Put back as before 117.2.
15461         * src/summaryview.c
15462                 Fix bug #602
15464 2004-10-03 [colin]      0.9.12cvs119.2
15466         * src/gtk/gtksctree.c
15467                 Revert 608 fix that doesn't work that good
15469 2004-10-02 [colin]      0.9.12cvs119.1
15471         * src/mainwindow.c
15472         * src/messageview.c
15473         * src/prefs_common.h
15474         * src/procmime.c
15475         * src/procmime.h
15476         * src/textview.c
15477                 Sync with HEAD
15478         * src/gtk/gtksctree.c
15479                 Close bug #608
15481 2004-10-01 [colin]      0.9.12cvs118.1
15483         * src/mimeview.c
15484                 Sync with HEAD (better Save All fix)
15486 2004-10-01 [colin]      0.9.12cvs117.2
15488         * src/gtk/gtksctree.c
15489                 Faster on selection
15491 2004-10-01 [colin]      0.9.12cvs117.1
15493         * src/mimeview.c
15494                 Sync with HEAD (Save All: only attachments)
15496 2004-10-01 [paul]       0.9.12cvs116.1
15498         * ChangeLog.claws
15499         * configure.ac
15500         * src/account.c
15501         * src/prefs_common.c
15502         * src/gtk/colorlabel.c
15503                 sync with HEAD
15505 2004-09-30 [colin]      0.9.12cvs115.1
15507         * src/stock_pixmap.c
15508         * src/stock_pixmap.h
15509         * src/folderview.c
15510         * src/Makefile.am
15511         * src/pixmaps/read.xpm
15512                 Sync with HEAD (new pixmap)
15514 2004-09-29 [colin]      0.9.12cvs114.1
15516         * src/compose.c
15517                 Sync with HEAD
15518                 Fix focus handling in headers
15520 2004-09-29 [paul]       0.9.12cvs113.1
15522         * src/quote_fmt_parse.y
15523                 sync with HEAD
15526 2004-09-28 [colin]      0.9.12cvs112.1
15528         * src/folderview.c
15529         * src/mainwindow.c
15530                 Sync with HEAD
15532 2004-09-28 [colin]      0.9.12cvs110.1
15534         * src/folderview.c
15535                 Sync with HEAD (Contextual Empty trash menu)
15537 2004-09-28 [colin]      0.9.12cvs108.1
15539         * src/addressbook.c
15540                 Sync with HEAD (addressbook edit on double-click)
15542 2004-09-28 [colin]      0.9.12cvs106.1
15544         * src/inc.c
15545                 Sync with HEAD (folder_item freeze on inc)
15547 2004-09-27 [colin]      0.9.12cvs105.1
15549         * src/folderview.c
15550                 Sync with HEAD (right-align new and unread column)
15552 2004-09-27 [colin]      0.9.12cvs104.1
15554         * src/main.c
15555                 Sync with HEAD (revert 0.9.12cvs101)
15557 2004-09-24 [colin]      0.9.12cvs103.2
15559         * src/wizard.c
15560                 Fix gtk warnings and use domain part of the email address 
15561                 when domain detection fails (no dot in domain name)
15563 2004-09-23 [colin]      0.9.12cvs103.1
15565         * src/plugins/spamassassin/libspamc.c
15566         * src/plugins/spamassassin/libspamc.h
15567         * src/plugins/spamassassin/utils.c
15568         * src/plugins/spamassassin/utils.h
15569                 Sync with HEAD (Update spamassassin to 3.0)
15571 2004-09-21 [colin]      0.9.12cvs102.3
15573         * src/action.c
15574                 Add horizontal scrollbar in action io dialog as needed
15575                 Patch by Alfons.
15577 2004-09-20 [colin]      0.9.12cvs102.2
15579         * src/plugins/image_viewer/viewer.c
15580                 Remove imlib stuff
15581                 use gtk_pixmap_set when clearing
15582                 (would be better to use gtkImages, but causes size-allocate 
15583                 signals storm)
15585 2004-09-17 [paul]       0.9.12cvs102.1
15587         * ChangeLog
15588         * ChangeLog.claws
15589         * ChangeLog.jp
15590         * configure.ac
15591         * src/inc.c
15592                 sync with HEAD
15595 2004-09-17 [colin]      0.9.12cvs101.1
15597         * ChangeLog.claws
15598         * src/main.c
15599                 Sync with HEAD (fix segs at exit)
15601 2004-09-14 [colin]      0.9.12cvs99.5
15603         * src/common/socket.c
15604         * AUTHORS
15605                 Fix send error on 64bit platforms
15606                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
15608 2004-09-14 [colin]      0.9.12cvs99.4
15610         * src/action.c
15611                 Fix action output with utf8 
15612                 Patch by Alfons.
15614 2004-09-14 [colin]      0.9.12cvs99.3
15616         * ChangeLog.claws
15617         * src/folder.c
15618                 Sync with HEAD
15620 2004-09-09 [colin]      0.9.12cvs99.2
15622         * src/action.c
15623                 Fix progress bar (displaying "Completed %v/%u")
15624                 Patch by Alfons.
15626 2004-09-08 [colin]      0.9.12cvs99.1
15628         * src/account.c
15629         * src/folder.c
15630         * src/procmsg.c
15631         * src/procmsg.h
15632         * src/plugins/pgpmime/pgpmime.c
15633                 Sync with HEAD
15635 2004-09-08 [colin]      0.9.12cvs97.2
15637         * src/summaryview.c
15638                 Don't select mails in collapsed threads 
15639                 when navigating with up/down
15641 2004-09-07 [colin]      0.9.12cvs97.1
15643         * src/inc.c
15644                 Sync with HEAD (meaningful error messages)
15646 2004-09-06 [colin]      0.9.12cvs96.1
15648         * src/toolbar.c
15649                 Sync with HEAD (fix Redirect graying out)
15651 2004-09-06 [colin]      0.9.12cvs95.1
15653         * src/summaryview.c
15654         * src/mimeview.c
15655                 Sync with HEAD (fix dropped URIs)
15657 2004-09-06 [colin]      0.9.12cvs94.1
15659         * src/addressbook.c
15660         * src/addressitem.h
15661         * src/addritem.c
15662         * src/addritem.h
15663                 Sync with HEAD (addressbook DnD)
15665 2004-09-03 [colin]      0.9.12cvs93.1
15667         * src/summaryview.c
15668                 Sync with HEAD (next/prev unread)
15670 2004-09-03 [colin]      0.9.12cvs92.1
15672         * src/prefs_common.c
15673         * src/prefs_common.h
15674         * src/summaryview.c
15675                 Sync with HEAD ('mark_as_read_delay' pref)
15677 2004-09-02 [colin]      0.9.12cvs91.2
15679         * src/common/xml.c
15680                 Fix leak
15682 2004-09-02 [colin]      0.9.12cvs91.1
15684         * src/gtk/menu.c
15685                 Sync with HEAD (menu accel don't work, but whatever)
15687 2004-09-02 [colin]      0.9.12cvs90.1
15689         * src/account.c
15690                 Sync with HEAD (fix bug 582)
15692 2004-09-02 [colin]      0.9.12cvs89.1
15694         * src/addrindex.c
15695                 Sync with HEAD (free deleted queries)
15697 2004-09-02 [colin]      0.9.12cvs88.1
15699         * src/ldapquery.c
15700                 Sync with HEAD (fix LDAP freezes)
15702 2004-09-02 [colin]      0.9.12cvs87.1
15704         * src/prefs_spelling.c
15705                 Sync with HEAD (add default dictionary)
15707 2004-09-01 [colin]      0.9.12cvs86.1
15709         * src/filtering.c
15710         * src/folderview.c
15711         * src/imap.c
15712         * src/prefs_matcher.c
15713         * src/stock_pixmap.c
15714         * src/summary_search.c
15715         * src/summaryview.c
15716         * src/wizard.c
15717         * src/wizard.h
15718                 Sync with HEAD (uninitialized vars fixes)
15719                 + gtk2 specific warning fixes
15721 2004-08-31 [colin]      0.9.12cvs85.1
15723         * src/folder.c
15724                 Sync with HEAD (Fix memory corruption due to 
15725                 uninitialized var)
15727 2004-08-31 [colin]      0.9.12cvs84.4
15729         * src/summary_search.c
15730                 Fix segfaults when searching in folders with broken headers
15732 2004-08-31 [colin]      0.9.12cvs84.3
15734         * src/compose.c
15735         * src/textview.c
15736                 Fix some more encoding/decoding issues
15738 2004-08-30 [colin]      0.9.12cvs84.2
15740         * src/mimeview.c
15741         * src/prefs_themes.c
15742         * src/gtk/filesel.c
15743         * src/gtk/filesel.h
15744                 Add a folder-mode selection (fixes mimeview's "Save all")
15746 2004-08-29 [colin]      0.9.12cvs84.1
15748         * src/mimeview.c
15749                 Sync with HEAD (don't escape saved filenames)
15751 2004-08-27 [colin]      0.9.12cvs83.1
15753         * ChangeLog
15754         * ChangeLog.claws
15755         * ChangeLog.jp
15756         * src/mh.c
15757         * src/procheader.c
15758         * src/procmsg.c
15759         * src/procmsg.h
15760         * src/common/utils.c
15761         * src/gtk/menu.h
15762         * po/
15763                 Sync with HEAD 0.9.12cvs83 (sync with main)
15765 2004-08-26 [colin]      0.9.12cvs82.4
15767         * src/codeconv.c
15768                 Fix strange stack corruption
15769                 Convert to utf8 after unmime, not before
15771 2004-08-26 [colin]      0.9.12cvs82.3
15773         * src/main.c
15774         * src/wizard.c
15775                 Fix account folders duplication
15777 2004-08-25 [colin]      0.9.12cvs82.2
15779         * src/wizard.c
15780                 Remove ports
15781                 Add SSL selection
15782                 Use login@server as account name
15784 2004-08-25 [colin]      0.9.12cvs82.1
15786         * src/plugins/pgpmime/pgpmime.c
15787                 Sync with HEAD (leak fix).
15789 2004-08-25 [colin]      0.9.12cvs81.1
15791         * src/plugins/pgpmime/pgpmime.c
15792         * src/plugins/pgpmime/sgpgme.c
15793         * src/plugins/pgpmime/sgpgme.h
15794                 Sync with HEAD (Handle combined messages).
15796 2004-08-24 [colin]      0.9.12cvs80.3
15798         * src/wizard.c
15799                 Fix full name, ports, and imap
15801 2004-08-24 [colin]      0.9.12cvs80.2
15803         * src/Makefile.am
15804         * src/main.c
15805         * src/setup.c
15806         * src/setup.h
15807         * src/stock_pixmap.c
15808         * src/stock_pixmap.h
15809         * src/wizard.c ** ADDED **
15810         * src/wizard.h ** ADDED ** 
15811         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
15812                 Add a setup wizard 
15814 2004-08-24 [colin]      0.9.12cvs80.1
15816         * src/folder.c
15817                 Sync with HEAD (set mimeflags on all messages)
15819 2004-08-24 [colin]      0.9.12cvs79.3
15821         * src/matcher_parser_lex.l
15822                 Fix 8bits strings not in utf8
15824 2004-08-24 [colin]      0.9.12cvs79.2
15826         * src/compose.c
15827                 Check conversion result before replacing buffer
15829 2004-08-23 [colin]      0.9.12cvs79.1
15831         * src/compose.c
15832                 Sync with HEAD (create message header in memory)
15834 2004-08-23 [colin]      0.9.12cvs78.1
15836         * src/rfc2015.c
15837         * src/rfc2015.h
15838                 Sync with HEAD (fix bug 197 again)
15840 2004-08-23 [colin]      0.9.12cvs77.3
15842         * src/compose.c
15843                 Fix again inline gpg signing (which outputs utf8
15844                 in gtk2). Not syncing this fix to HEAD as this 
15845                 code is meant to die.
15847 2004-08-23 [colin]      0.9.12cvs77.2
15849         * src/prefs_account.h
15850                 Remove useless include
15852 2004-08-23 [colin]      0.9.12cvs77.1
15854         * src/imap.c
15855         * po/es.po
15856         * po/fr.po
15857         * po/it.po
15858         * po/pl.po
15859         * po/pt_BR.po
15860         * po/sk.po
15861         * po/sr.po
15862                 Sync with HEAD (fix bug 577)
15864 2004-08-22 [colin]      0.9.12cvs76.1
15866         * src/plugins/trayicon/trayicon.c
15867                 Sync with HEAD (fix formatting bug)
15869 2004-08-21 [colin]      0.9.12cvs74.2
15871         * src/gtk/colorsel.c
15872                 Fix bug 564 (Folder color selection window exits on any
15873                 keypress)
15875 2004-08-21 [colin]      0.9.12cvs74.1
15877         * ChangeLog.claws
15878         * src/compose.c
15879         * src/summaryview.c
15880         * src/toolbar.c
15881                 Sync with HEAD (fix bug 576)
15883 2004-08-21 [colin]      0.9.12cvs70.1
15885         * src/compose.c
15886         * src/mainwindow.c
15887                 Sync with HEAD
15888                 
15890 2004-08-21 [paul]       0.9.12cvs66.4
15892         * src/mainwindow.c
15893         * src/messageview.c
15894         * src/gtk/menu.c
15895         * src/plugins/spamassassin/spamassassin_gtk.c
15896                 remove some deprecated gtk1 functions
15899 2004-08-21 [colin]      0.9.12cvs66.3
15901         * src/compose.c
15902         * src/codeconv.c
15903                 Fix warnings
15904                 Remove encoding hacks
15905                 Fix bug 575 (Strange character messes up message)
15906                 Don't display conversion error when drafting
15908 2004-08-21 [paul]       0.9.12cvs66.2
15910         * src/prefs_account.c
15911                 fix GnuPG mode bugs
15914 2004-08-20 [colin]      0.9.12cvs66.1
15916         * src/codeconv.c
15917                 Sync with HEAD 0.9.12cvs66
15919 2004-08-20 [paul]
15921         * src/plugins/pgpmime/plugin.c
15922                 modify PGP/MIME plugin's description
15924 2004-08-17 [colin]      0.9.12cvs65.1
15926         * src/common/ssl.c
15927         * src/plugins/pgpmime/plugin.c
15928                 Sync with HEAD
15930 2004-08-14 [colin]      0.9.12cvs60.3
15932         * src/plugins/trayicon/trayicon.c
15933                 Put back resize callback, on size-request signal
15934                 rather than size-allocate to avoid infinite 
15935                 callback loop
15937 2004-08-13 [colin]      0.9.12cvs60.2
15939         * src/common/defs.h
15940                 Cache versions have been fixed
15942 2004-08-13 [colin]      0.9.12cvs60.1
15944         * src/folderutils.c
15945                 Sync with HEAD
15947 2004-08-12 [colin]      0.9.12cvs59.1
15949         * src/plugins/trayicon/trayicon.c
15950                 Sync with HEAD
15952 2004-08-12 [colin]      0.9.12cvs57.5
15954         * sylpheed.desktop
15955         * configure.ac
15956         * src/Makefile.am
15957         * src/main.c
15958                 Add support for Freedesktop.org's startup notification
15960 2004-08-11 [colin]      0.9.12cvs57.4
15962         * src/textview.c
15963                 Fix off-by-one
15965 2004-08-11 [colin]      0.9.12cvs57.3
15967         * src/message_search.c
15968         * src/summary_search.c
15969                 Make searches case insensitive by default
15970         * src/textview.c
15971                 Fix case-insensitive search in message
15973 2004-08-11 [colin]      0.9.12cvs57.2
15975         * src/summary_search.c
15976                 Let case-sensitive be specified
15978 2004-08-10 [colin]      0.9.12cvs55.4
15980         * src/common/socket.c
15981                 Fix the possible race condition
15983 2004-08-09 [paul]       0.9.12cvs55.3
15985         * configure.ac
15986         * src/Makefile.am
15987         * src/common/Makefile.am
15988                 sync with HEAD
15991 2004-08-09 [paul]       0.9.12cvs55.2
15993         * autogen.sh
15994         * po/poconv.sh
15995                 remove unneeded script
15997         * configure.ac
15998                 add forgotten USE_LDAP_TLS (sync with HEAD)
16001 2004-08-09 [colin]      0.9.12cvs55.1
16003         * src/main.c
16004         * src/common/ssl.c
16005         * src/common/sylpheed.c
16006         * src/common/sylpheed.h
16007                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
16009 2004-08-09 [paul]       0.9.12cvs54.1
16011         * ChangeLog
16012         * ChangeLog.claws
16013         * ChangeLog.jp
16014         * configure.ac
16015         * po/POTFILES.in
16016         * src/Makefile.am
16017         * src/folderutils.c
16018         * src/main.c
16019         * src/pgpmime.c
16020         * src/pgpmime.h
16021         * src/sgpgme.c
16022         * src/sgpgme.h
16023         * src/plugins/Makefile.am
16024         * src/plugins/pgpmime/.cvsignore
16025         * src/plugins/pgpmime/Makefile.am
16026         * src/plugins/pgpmime/pgpmime.c
16027         * src/plugins/pgpmime/pgpmime.h
16028         * src/plugins/pgpmime/plugin.c
16029         * src/plugins/pgpmime/sgpgme.c
16030         * src/plugins/pgpmime/sgpgme.h
16031                 sync with HEAD
16033 2004-08-08 [paul]       0.9.12cvs51.1
16035         * configure.ac
16036         * src/folder.c
16037                 sync with HEAD
16039 2004-08-07 [colin]      0.9.12cvs50.1
16041         * src/pop.c
16042         * src/common/partial_download.c
16043                 fix warnings (sync from HEAD)
16045 2004-08-07 [colin]      0.9.12cvs48.1
16047         * src/prefs_folder_item.c
16048                 sync with HEAD 0.9.12cvs48
16050 2004-08-06 [colin]      0.9.12cvs47.1
16052         * src/compose.c
16053                 Sync with HEAD
16055 2004-08-06 [christoph]  0.9.12cvs46.2
16057         * src/main.c
16058         * src/plugins/clamav/clamav_plugin_gtk.c
16059         * src/plugins/dillo_viewer/dillo_viewer.c
16060         * src/plugins/image_viewer/plugin.c
16061         * src/plugins/mathml_viewer/mathml_viewer.c
16062         * src/plugins/spamassassin/spamassassin_gtk.c
16063         * src/plugins/trayicon/trayicon.c
16064                 don't mix GTK1.2 plugin with GTK2 plugins
16066 2004-08-06 [colin]      0.9.12cvs46.1
16068         * ChangeLog
16069         * ChangeLog.claws
16070         * ChangeLog.jp
16071         * configure.ac
16072         * sylpheed-claws.pc.in
16073         * src/folder.c
16074         * src/imap.c
16075         * src/localfolder.c
16076         * src/messageview.c
16077         * src/mimeview.c
16078         * src/mimeview.h
16079         * src/msgcache.c
16080         * src/news.c
16081         * src/prefs_ext_prog.c
16082         * src/prefs_folder_item.c
16083         * src/prefs_fonts.c
16084         * src/prefs_msg_colors.c
16085         * src/prefs_spelling.c
16086         * src/prefs_themes.c
16087         * src/prefs_toolbar.c
16088         * src/prefs_wrapping.c
16089         * src/procmime.h
16090         * src/common/defs.h
16091         * src/common/nntp.c
16092         * src/common/session.c
16093         * src/common/session.h
16094         * src/common/socket.c
16095         * src/common/utils.h
16096         * src/common/xml.c
16097         * src/common/xml.h
16098         * src/gtk/prefswindow.c
16099         * src/gtk/prefswindow.h
16100         * src/plugins/clamav/clamav_plugin_gtk.c
16101         * src/plugins/dillo_viewer/dillo_prefs.c
16102         * src/plugins/image_viewer/viewerprefs.c
16103         * src/plugins/spamassassin/spamassassin_gtk.c
16104         * m4/openssl.m4 *** REMOVED ***
16105                 Sync with HEAD 0.9.12cvs46
16107 2004-08-03 [paul]       0.9.12cvs40.2
16109         * src/action.c
16110         * src/addressadd.c
16111         * src/addressbook.c
16112         * src/addrgather.c
16113         * src/browseldap.c
16114         * src/compose.c
16115         * src/crash.c
16116         * src/editaddress.c
16117         * src/editgroup.c
16118         * src/editldap_basedn.c
16119         * src/foldersel.c
16120         * src/importldif.c
16121         * src/mimeview.c
16122         * src/prefs_common.c
16123         * src/prefs_template.c
16124         * src/sourcewindow.c
16125         * src/summaryview.c
16126         * src/gtk/about.c
16127         * src/gtk/foldersort.c
16128         * src/gtk/logwindow.c
16129         * src/gtk/pluginwindow.c
16130         * src/gtk/prefswindow.c
16131                 change all gtk_scrolled_window_set_policy from 
16132                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
16134 2004-08-02 [paul]       0.9.12cvs40.1
16136         * AUTHORS
16137                 update translation team section
16138         * po/pt_BR.po
16139                 updated by Frederico Goncalves Guimaraes
16140                 <fggdebian@yahoo.com.br>
16142 2004-07-31 [colin]      0.9.12cvs39.9
16144         * src/exphtmldlg.c
16145                 Fix compilation
16147 2004-07-31 [colin]      0.9.12cvs39.8
16149         * src/exphtmldlg.c
16150                 Fix an alertpanel type
16152 2004-07-30 [colin]      0.9.12cvs39.7
16154         * src/alertpanel.c
16155                 Fix alertpanel_error_log's icon
16157 2004-07-30 [colin]      0.9.12cvs39.6
16159         * src/pop.c
16160                 Two of them should still be warnings
16162 2004-07-30 [colin]      0.9.12cvs39.5
16164         * src/pop.c
16165                 More warning -> error
16166 2004-07-29 [colin]      0.9.12cvs39.4
16168         * src/pop.c
16169                 Warning -> error
16171 2004-07-29 [colin]      0.9.12cvs39.3
16173         * src/prefs_matcher.c
16174                 Fix segfault
16176 2004-07-29 [colin]      0.9.12cvs39.2
16178         * src/alertpanel.c
16179                 More nice-looking alertpanels
16181 2004-07-29 [colin]      0.9.12cvs39.1
16183         * src/messageview.c
16184                 sync with head
16185                 (inform user when partial mail is deleted on server)
16187 2004-07-29 [colin]      0.9.12cvs38.1
16189         * src/messageview.c
16190                 sync with head
16192 2004-07-28 [paul]       0.9.12cvs37.7
16194         * src/mainwindow.c
16195                 complete the replacement of deprecated gtk_progress_*
16197 2004-07-28 [paul]       0.9.12cvs37.6
16199         * src/action.c
16200         * src/inc.c
16201         * src/mainwindow.c
16202         * src/send_message.c
16203         * src/gtk/progressdialog.c
16204         * src/gtk/progressdialog.h
16205                 replace deprecated gtk_progress_*
16207 2004-07-28 [paul]       0.9.12cvs37.5
16209         * src/gtk/filesel.c
16210                 remove gtk_window_set_wmclass()
16211 2004-07-28 [paul]       0.9.12cvs37.4
16213         * src/addressbook.c
16214         * src/compose.c
16215         * src/foldersel.c
16216         * src/mainwindow.c
16217         * src/messageview.c
16218         * src/sourcewindow.c
16219         * src/gtk/logwindow.c
16220                 remove gtk_window_set_wmclass()
16221                 
16222         * src/prefs_filtering.c
16223         * src/prefs_filtering_action.c
16224         * src/prefs_fonts.c
16225         * src/prefs_gtk.c
16226         * src/prefs_matcher.c
16227         * src/ssl_manager.c
16228         * src/gtk/prefswindow.c
16229                 replace gtk_window_position()
16231 2004-07-28 [colin]      0.9.12cvs37.3
16233         * src/alertpanel.c
16234         * src/alertpanel.h
16235                 Add a way to specify panel type for specific
16236                 panels (alertpanel())
16237         * src/account.c
16238         * src/addressbook.c
16239         * src/compose.c
16240         * src/expldifdlg.c
16241         * src/main.c
16242         * src/messageview.c
16243         * src/summaryview.c
16244         * src/textview.c
16245         * src/gtk/sslcertwindow.c
16246                 Fix alertpanel()s so that their icon match
16247                 their real type
16249 2004-07-28 [paul]       0.9.12cvs37.2
16251         * src/addr_compl.c
16252         * src/addressbook.c
16253         * src/alertpanel.c
16254         * src/compose.c
16255         * src/export.c
16256         * src/foldersel.c
16257         * src/folderview.c
16258         * src/grouplistdialog.c
16259         * src/import.c
16260         * src/mainwindow.c
16261         * src/message_search.c
16262         * src/messageview.c
16263         * src/passphrase.c
16264         * src/prefs_actions.c
16265         * src/prefs_common.c
16266         * src/prefs_customheader.c
16267         * src/prefs_display_header.c
16268         * src/prefs_filtering.c
16269         * src/prefs_filtering_action.c
16270         * src/prefs_gtk.c
16271         * src/prefs_matcher.c
16272         * src/prefs_msg_colors.c
16273         * src/prefs_summary_column.c
16274         * src/prefs_template.c
16275         * src/sourcewindow.c
16276         * src/ssl_manager.c
16277         * src/summary_search.c
16278         * src/gtk/colorsel.c
16279         * src/gtk/description_window.c
16280         * src/gtk/gtkaspell.c
16281         * src/gtk/inputdialog.c
16282         * src/gtk/logwindow.c
16283         * src/gtk/prefswindow.c
16284         * src/gtk/progressdialog.c
16285                 replace deprecated gtk_window_set_policy
16287 2004-07-27 [colin]      0.9.12cvs37.1
16289         * src/msgcache.c
16290                 More fixes (synced for head again)
16292 2004-07-27 [colin]      0.9.12cvs35.3
16294         * src/msgcache.c
16295                 Fix wrong test
16297 2004-07-27 [colin]      0.9.12cvs35.2
16299         * src/mimeview.c
16300                 Fix width a bit (by Paul)
16301         * src/alertpanel.c
16302         * src/alertpanel.h
16303                 Specialize icons, make alertpanel_message()
16304                 private
16305         * src/message_search.c
16306         * src/sgpgme.c
16307         * src/summary_search.c
16308                 Suit alertpanel changes
16310 2004-07-27 [colin]      0.9.12cvs35.1
16312         * src/alertpanel.c
16313                 Add an icon
16314         * src/passphrase.c
16315                 Add debug output - maybe someone will
16316                 want to look at the problem with Grab
16317                 Input :)
16318         Bump version as we're synced with HEAD
16320 2004-07-26 [colin]      0.9.12cvs33.26
16322         * src/pop.c
16323                 Fix uidl-file parsing when not in new
16324                 format
16326 2004-07-26 [colin]      0.9.12cvs33.25
16328         * src/gtk/menu.c
16329                 Move popup menu up if necessary (fixes 
16330                 account selector)
16331         * src/mainwindow.c
16332                 Set account selector's button height to
16333                 minimum
16335 2004-07-26 [colin]      0.9.12cvs33.24
16337         * src/alertpanel.c
16338                 Maybe fix 551 (Truncated font in alert window)
16340 2004-07-26 [colin]      0.9.12cvs33.23
16342         * po/de.po
16343         * po/es.po
16344         * po/fr.po
16345         * po/it.po
16346         * po/ja.po
16347         * po/pl.po
16348         * po/ru.po
16349         * po/sk.po
16350         * po/sr.po
16351         * po/zh_CN.po
16352                 Sync po files with HEAD
16354 2004-07-26 [paul]       0.9.12cvs33.22
16356         * src/compose.c
16357                 fix Bug 556 'Organisation-header is sent even if empty'
16359 2004-07-24 [colin]      0.9.12cvs33.21
16361         * src/compose.c
16362         * src/gtk/gtkaspell.c
16363         * src/gtk/gtkaspell.h
16364                 Fix speller accelerators (require hack)
16366 2004-07-24 [colin]      0.9.12cvs33.20
16368         * src/gtk/gtkaspell.c
16369                 Fix over-eager code deletion breaking
16370                 Check while typing
16372 2004-07-24 [colin]      0.9.12cvs33.19
16374         * src/browseldap.c
16375         * src/ldapctrl.c
16376         * src/ldapctrl.h
16377         * src/ldapserver.h
16378                 Sync ldap with HEAD
16379         (Fixes 546 LDAP completely broken)
16381 2004-07-24 [colin]      0.9.12cvs33.18
16383         * src/prefs_msg_colors.c
16384                 Fix prototype mismatch
16385         (Fixes 547 void function cannot return value)
16387 2004-07-24 [colin]      0.9.12cvs33.17
16389         * src/mainwindow.c
16390                 Fix sort going back to previous sort key
16391                 when changing sort direction
16393 2004-07-24 [colin]      0.9.12cvs33.16
16395         * src/compose.c
16396                 Fix space insertion when re-wrapping at 
16397                 cursor point
16399 2004-07-24 [colin]      0.9.12cvs33.15
16401         * src/gtk/gtkaspell.c
16402                 Don't change cursor position in insert-text
16403                 callback
16404         (Fixes 539 Word wrapping on input transposes letters)
16406 2004-07-24 [colin]      0.9.12cvs33.14
16408         * src/gtk/gtkaspell.c
16409                 Reencode non-ascii chars to dictionary's
16410                 encoding
16411         (Fixes 544 Spell check broken non english locale)
16413 2004-07-24 [colin]      0.9.12cvs33.13
16415         * src/summaryview.c
16416                 Fix Shift+Down, add Home/End/PgUp/PgDown
16418 2004-07-21 [colin]      0.9.12cvs33.12
16420         * src/prefs_common.c
16421                 Fix a gtk warning (Patch by Andrej Kacian)
16423 2004-07-21 [colin]      0.9.12cvs33.11
16425         * src/gtk/filesel.c
16426                 More check
16428 2004-07-21 [colin]      0.9.12cvs33.10
16430         * src/compose.c
16431         * src/crash.c
16432         * src/export.c
16433         * src/import.c
16434         * src/messageview.c
16435         * src/mimeview.c
16436         * src/prefs_spelling.c
16437         * src/prefs_themes.c
16438         * src/summaryview.c
16439         * src/gtk/filesel.c
16440         * src/gtk/filesel.h
16441         * src/gtk/pluginwindow.c
16442                 Untwist open/save mode guessing logic, make
16443                 it explicit
16445 2004-07-20 [colin]      0.9.12cvs33.9
16447         * src/codeconv.c
16448                 conv_encode_header: src_charset is UTF-8 on
16449                 gtk2
16450         * src/compose.c
16451                 Remove double encoding of the headers
16453 2004-07-20 [colin]      0.9.12cvs33.8
16455         * src/codeconv.c
16456                 Fix typo
16458 2004-07-20 [colin]      0.9.12cvs33.7
16460         * src/mainwindow.c
16461                 Set the separated messageview to the saved
16462                 size of Claws' messageview (Patch by Alfons)
16463                 Fix a callback prototype (me)
16465 2004-07-20 [colin]      0.9.12cvs33.6
16467         * src/codeconv.h
16468                 Forgot one hunk in 0.9.12cvs33.4
16470 2004-07-19 [colin]      0.9.12cvs33.5
16472         * src/action.c
16473                 Action output fix
16474                 Patch by Alfons
16476 2004-07-19 [colin]      0.9.12cvs33.4
16478         * src/compose.c
16479                 Fix outgoing charset bug in headers
16480         * src/codeconv.c
16481                 Clean for glib2 - Patch by Alfons
16483 2004-07-19 [colin]      0.9.12cvs33.3
16485         * src/statusbar.c
16486                 Remove grip from the statusbar
16487                 Patch by Alfons
16489 2004-07-19 [colin]      0.9.12cvs33.2
16491         * src/messageview.c
16492         * src/textview.c
16493                 Fix messageview remembering the previous
16494                 scroll position when loading a new message
16495                 Patch by Alfons
16497 2004-07-19 [colin]      0.9.12cvs33.1
16499         * src/folder.h
16500         * src/folderview.c
16501         * src/summaryview.c
16502                 Sync with HEAD
16504 2004-07-18 [colin]      0.9.12cvs32.7
16506         * configure.ac
16507                 Remove useless check for XIM - noticed
16508                 by Alfons
16510 2004-07-18 [colin]      0.9.12cvs32.6
16512         * src/summaryview.c
16513                 Remove non-modified and shift-modified
16514                 accelerators in summaryview's popup
16515                 menu, as that doesn't get catched by
16516                 the accel-activate signal catcher...
16518 2004-07-18 [colin]      0.9.12cvs32.5
16520         * src/prefs_common.c
16521                 Define sensible default prefs for 
16522                 wrapping
16524 2004-07-18 [colin]      0.9.12cvs32.4
16526         * src/compose.c
16527         * src/prefs_common.c
16528         * src/prefs_common.h
16529         * src/prefs_wrapping.c
16530                 Remove Smart Wrapping pref, which does
16531                 nothing on gtk2 branch
16533 2004-07-18 [colin]      0.9.12cvs32.3
16535         * src/sourcewindow.c
16536                 Proper utf8
16538 2004-07-18 [colin]      0.9.12cvs32.2
16540         * src/compose.c
16541                 Save attachment status when drafting
16543 2004-07-18 [colin]      0.9.12cvs32.1
16545         * src/gtk/filesel.c
16546                 Fix erratic folder selection in open mode
16548 2004-07-18 [colin]      0.9.12cvs31.11
16550         * src/pop.c
16551                 Don't let partial messages get deleted
16552                 even with "dowload all"
16553                 (0.9.12cvs31.8 fix extension)
16554 2004-07-18 [colin]      0.9.12cvs31.10
16556         * src/gtk/logwindow.c
16557                 Fix log scrolling
16559 2004-07-18 [colin]      0.9.12cvs31.9
16561         * src/common/utils.c
16562                 Fix non-utf8 strings coming from commands
16563                 and files
16565 2004-07-18 [colin]      0.9.12cvs31.8
16567         * src/pop.c
16568                 Fix partial download bug with Download all
16569                 messages option
16571 2004-07-18 [colin]      0.9.12cvs31.7
16573         * src/textview.c
16574                 Fix bug introduced in 0.9.12cvs31.2
16575                 (blocked in select mode after double click)
16577 2004-07-18 [colin]      0.9.12cvs31.6
16579         * src/compose.c
16580         * src/gtk/menu.c
16581                 More glib-warning fixes
16583 2004-07-18 [colin]      0.9.12cvs31.5
16585         * src/compose.c
16586                 Fix trashing the primary clipboard when moving 
16587                 around with tab
16588         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16590 2004-07-18 [colin]      0.9.12cvs31.4
16592         * src/codeconv.c
16593                 convert unencoded iso headers to utf8
16594         (Fix Bug 538 Unencoded local characters in subject make it 
16595          disappear)
16597 2004-07-18 [colin]      0.9.12cvs31.3
16599         * src/compose.c
16600                 Fix tab char handling in wrapping
16601         (Fix Bug 537 Line wrap problem - TAB character treated as 
16602          one character instead of 8)
16604 2004-07-18 [colin]      0.9.12cvs31.2
16606         * src/textview.c
16607                 return FALSE on GDK_MOTION_NOTIFY
16608         (Fix Bug 535 Hyperlinks/addresses are not selectable 
16609          (unable to highlight))
16611 2004-07-18 [colin]      0.9.12cvs31.1
16613         * src/folderview.c
16614                 Sync with 0.9.12cvs31
16616 2004-07-18 [colin]      0.9.12cvs30.4
16618         * src/compose.c
16619                 Also block text_inserted when inserting a file
16621 2004-07-18 [colin]      0.9.12cvs30.3
16623         * src/compose.c
16624                 Fix smart wrapping (block text_inserted handler
16625                 while putting quotation to avoid wrap on input,
16626                 don't join lines if next is sig separator)
16628 2004-07-17 [colin]      0.9.12cvs30.2
16630         * src/folderview.c
16631         * src/mainwindow.c
16632         * src/mimeview.c
16633         * src/summaryview.c
16634         * src/gtk/quicksearch.c
16635         * src/gtk/quicksearch.h
16636                 Block key events handlers *and* accels while
16637                 quicksearch is focused
16638         (Fixes Bug 534 quick-search bar not accepting certain letters)
16640 2004-07-17 [colin]      0.9.12cvs30.1
16642         * src/folder.h
16643         * src/folderview.c
16644         * src/summaryview.c
16645                 Sync with 0.9.12cvs30
16647 2004-07-17 [colin]      0.9.12cvs28.2
16649         * src/mimeview.c
16650         * src/procmime.c
16651         * src/summaryview.c
16652         * src/gtk/menu.c
16653                 Squash some compile and glib warnings
16655 2004-07-17 [paul]       0.9.12cvs28.1
16657         * src/mimeview.c
16658                 sync with 0.9.12cvs28 HEAD
16660 2004-07-16 [paul]       0.9.12cvs26.1
16661         
16662         * src/gtk/quicksearch.c
16663         * src/account.c
16664         * src/account.h
16665         * src/compose.c
16666         * src/customheader.c
16667         * src/folder_item_prefs.c
16668         * src/main.c
16669         * src/mainwindow.c
16670         * src/messageview.c
16671         * src/mimeview.c
16672         * src/news.c
16673         * src/pgpmime.c
16674         * src/pop.c
16675         * src/pop.h
16676         * src/prefs_account.c
16677         * src/prefs_account.h
16678         * src/prefs_common.c
16679         * src/prefs_common.h
16680         * src/prefs_display_header.c
16681         * src/prefs_gtk.c
16682         * src/prefs_gtk.h
16683         * src/procheader.c
16684         * src/procmime.c
16685                 sync with 0.9.12cvs26 HEAD      
16687 2004-07-15 [colin]      0.9.12cvs18.14
16689         * src/folder.c
16690                 Disable GPG signature check during
16691                 folder move and scan
16692         (Closes Bug 521 Signature checking slows down Folder-Move)
16694 2004-07-14 [colin]      0.9.12cvs18.13
16696         * src/common/partial_download.c
16697                 update includes
16699 2004-07-14 [colin]      0.9.12cvs18.12
16701         * src/common/partial_download.c
16702         * src/common/partial_download.h
16703                 Move doc at top, add correct copyright
16705 2004-07-14 [colin]      0.9.12cvs18.11
16707         * src/folder.c
16708         * src/messageview.c
16709         * src/pop.c
16710         * src/pop.h
16711         * src/procmsg.c
16712         * src/summaryview.c
16713         * src/common/Makefile.am
16714         * src/common/partial_download.c ** NEW FILES **
16715         * src/common/partial_download.h ** NEW FILES **
16716                 Move partial-download related stuff to its
16717                 own file
16719 2004-07-14 [colin]      0.9.12cvs18.10
16721         * src/send_message.c
16722                 Fix smtp auth when user is null or empty
16724 2004-07-13 [colin]      0.9.12cvs18.9
16726         * src/gtk/quicksearch.c
16727                 Use alphabetic order
16729 2004-07-13 [colin]      0.9.12cvs18.8
16731         * src/pop.c
16732                 Be paranoid on the checks
16734 2004-07-13 [colin]      0.9.12cvs18.7
16736         * src/gtk/quicksearch.c
16737                 Fix Engrish once again
16739 2004-07-13 [colin]      0.9.12cvs18.6
16741         * src/procmsg.c
16742         * src/summaryview.c
16743                 Mark messages for deletion when they are about to
16744                 be removed from trash
16746 2004-07-13 [colin]      0.9.12cvs18.5
16748         * src/matcher.c
16749         * src/matcher.h
16750         * src/matcher_parser_parse.y
16751         * src/prefs_matcher.c
16752         * src/gtk/quicksearch.c
16753                 Add 'partial' ('p') match string to find partially
16754                 downloaded messages
16756 2004-07-13 [colin]      0.9.12cvs18.4
16758         * src/pop.c
16759                 Fix misplaced block
16761 2004-07-13 [colin]      0.9.12cvs18.3
16763         * src/pop.c
16764         * src/pop.h
16765         * src/messageview.c
16766                 Refactor API (to avoid passing 5+ params and code
16767                 duplication)
16768         * src/folder.c
16769         * src/msgcache.c
16770         * src/procheader.c
16771         * src/common/defs.h
16772                 Add planned_download to cache
16773                 Don't mess uidl file when moving partially downloaded
16774                 mails (they change folder, we should change it in the
16775                 uidl list too or we'll remove an incorrect message)
16776                 (this also helps removing hacks when changing 
16777                 planned_download in messageview.c)
16779 2004-07-12 [colin]      0.9.12cvs18.2
16781         * src/gtk/quicksearch.c
16782                 Fix missing status update in quicksearch
16784 2004-07-12 [paul]       0.9.12cvs18.1
16786         * po/POTFILES.in
16787         * src/Makefile.am
16788         * src/account.c
16789         * src/codeconv.c
16790         * src/compose.c
16791         * src/inc.c
16792         * src/main.c
16793         * src/prefs_common.c
16794         * src/procmsg.h
16795         * src/toolbar.c
16796         * src/prefs_msg_colors.[ch]     ** NEW FILES **
16797         * src/prefs_wrapping.[ch]       ** NEW FILES **
16798         * src/common/intl.h
16799         * src/common/utils.[ch]
16800         * src/gtk/quicksearch.[ch]
16801                 sync with 0.9.12cvs18 HEAD
16803 2004-07-12 [colin]      0.9.11cvs17.25
16805         * src/folder.c
16806         * src/folder.h
16807                 Remove unused function added by me in 0.9.11cvs17.10
16809 2004-07-11 [colin]      0.9.11cvs17.24
16811         * src/inc.c
16812         * src/messageview.c
16813         * src/pop.c
16814         * src/pop.h
16815                 Use folderitem and msgnum instead of filename to
16816                 know which mail to delete
16817                 Move old partial mail deletion to pop.c
16819 2004-07-10 [colin]      0.9.11cvs17.23
16821         * src/inc.c
16822                 Add debug
16823         * src/pop.c
16824         * src/pop.h
16825                 Don't re-use same enums for unrelated stuff: it's 
16826                 completely misleading !
16827                 Document a bit
16829 2004-07-09 [colin]      0.9.11cvs17.22
16831         * src/inc.c
16832                 Remove folder-type check and do
16833                 more tests to be sure everything's
16834                 ok
16835         * src/messageview.c
16836                 Punctuation update, remove useless
16837                 code, fix two warnings
16838         * src/noticeview.c
16839                 Layout cleaning, reset 2nd button
16840                 when specifying one
16842 2004-07-09 [colin]      0.9.11cvs17.21
16844         * src/messageview.c
16845         * src/pop.c
16846         * src/pop.h
16847                 Allow user to change his mind
16848                 and postpone decision (by
16849                 unmarking the mail)
16851 2004-07-09 [colin]      0.9.11cvs17.20
16853         * src/messageview.c
16854                 Fix bug with delete state
16855         * src/pop.c
16856         * src/pop.h
16857                 Fix buffer leak (fread doesn't 
16858                 terminate buffers with \0)
16859                 Refactoring (remove magic 
16860                 numbers)
16862 2004-07-09 [colin]      0.9.11cvs17.19
16864         * src/pop.c
16865                 Don't log "Skipping message" if 
16866                 we're going to TOP it two lines
16867                 later
16869 2004-07-09 [colin]      0.9.11cvs17.18
16871         * src/messageview.c
16872                 Fix Engrish
16874 2004-07-09 [colin]      0.9.11cvs17.17
16876         * src/pop.c
16877                 strlen checking...
16878         * src/messageview.c
16879                 refactoring a bit
16881 2004-07-08 [colin]      0.9.11cvs17.16
16883         * src/noticeview.c
16884         * src/noticeview.h
16885                 Add an optional second button
16886         * src/messageview.c
16887         * src/pop.c
16888         * src/pop.h
16889                 Don't delete partially received mails after a certain
16890                 time; rather, let the user decide.
16892 2004-07-08 [colin]      0.9.11cvs17.15
16894         * src/common/smtp.h
16895                 Sync with HEAD
16897 2004-07-08 [colin]      0.9.11cvs17.14
16899         * src/messageview.c
16900         * src/common/smtp.c
16901                 Use to_human_readable() for sizes
16903 2004-07-08 [colin]      0.9.11cvs17.13
16905         * src/inc.c
16906         * src/messageview.c
16907         * src/pop.c
16908         * src/pop.h
16909         * src/procmsg.c
16910                 Fix partial-downloading issues:
16911                         catch unsupported TOP
16912                         don't delete partially downloaded mails before 5 days
16913                         don't update existing with non-MH folders; that'll
16914                         make dups, but it's better than trashing the folder
16915                         free new msginfo parts
16916                 Fix indentation ;-)
16918 2004-07-08 [colin]      0.9.11cvs17.12
16920         * src/common/smtp.c
16921         * src/common/smtp.h
16922                 Sync smtp size verification with HEAD
16924 2004-07-08 [colin]      0.9.11cvs17.11
16926         * src/summaryview.c
16927         * src/prefs_common.c
16928         * src/prefs_common.h
16929         * src/gtk/quicksearch.c
16930         * src/gtk/quicksearch.h
16931                 Sync sticky pref with HEAD
16933 2004-07-08 [colin]      0.9.11cvs17.10
16935         * src/folder.c [1.213.2.6]
16936         * src/folder.h [1.87.2.6]
16937         * src/inc.c [1.149.2.7]
16938         * src/messageview.c [1.94.2.8]
16939         * src/procheader.c [1.47.2.6]
16940         * src/procmsg.c [1.150.2.4]
16941         * src/procmsg.h [1.60.2.5]
16942         * src/pop.c [1.56.2.4]
16943         * src/pop.h [1.17.2.3]
16944                 Let too big messages get downloaded, but truncated
16945                 Add a button to download them completely
16946                 
16947 2004-07-06 [colin]      0.9.11cvs17.9
16949         * src/gtk/quicksearch.c [1.1.2.3]
16950                 Add a Clear button
16951         * commitHelper
16952         * PATCHSETS
16953                 Add a script to help with cvs
16955 2004-07-03 [colin]      0.9.11cvs17.8
16957         * src/plugins/imageviewer/viewer.c
16958                 fix imageviewer (which was staying on the first
16959                 displayed image)
16961 2004-07-03 [colin]      0.9.11cvs17.7
16963         Removed FIXME_GTK2 warnings
16964         * src/gtk/gtkutils.c
16965                 useless #warnings
16966         * src/gtk/menu.c
16967                 useless #warnings (no need to mess with menu rc)
16968         * src/gtk/menu.h
16969                 unused functions
16970         
16972 2004-07-03 [colin]      0.9.11cvs17.6
16974         Removed FIXME_GTK2 warnings
16975         * src/codeconv.c
16976                 useless #warnings (rewrite needed)
16977         * src/compose.c
16978                 useless #warnings (rewrite needed)
16979                 useless #warnings (gtk2 is like that)
16980                 useless #warnings (previously fixed)
16981         * src/main.c
16982                 useless #warnings (previously fixed)
16983         * src/message_search.c
16984                 useless #warnings (gtk2 is like that)
16985                 Made apparent that search is case-sensitive
16986         * src/mimeview.c
16987                 useless #warnings (rewrite needed)
16988                 useless #warnings (gtk2 is like that)
16989                 reimplemented real warnings
16990         * src/prefs_common.c
16991                 Removed block cursor option (not it gtk2)
16992         * src/prefs_gtk.c
16993                 useless #warnings (rewrite needed)
16994         * src/procheader.c
16995                 useless #warnings (rewrite needed)
16996         * src/sourcewindow.c
16997                 useless #warnings (incorrect placing)
16998         * src/summary_search.c
16999                 useless #warnings (gtk2 is like that)
17000                 Made apparent that search is case-sensitive
17001         * src/action.c
17002                 useless #warnings (gtk2 is like that)
17003         * src/textview.c
17004                 useless #warnings (rewrite needed)
17005         * src/toolbar.c
17006                 useless #warnings (rewrite needed)
17008 2004-07-03 [colin]      0.9.11cvs17.5
17010         * src/textview.c
17011                 Fix mismerge which broke URI opening
17012                 
17013 2004-07-01 [colin]      0.9.11cvs17.4
17015         * src/gtk/filesel.c
17016                 Fill filename when saving
17017                 
17018 2004-06-27 [colin]      0.9.11cvs17.3
17020         * src/gtk/filesel.[ch]
17021                 Use the new GTK file selector
17022                 Update prototype to match the reality: multiple file
17023                 selection is open-only          
17024         * src/compose.c
17025                 Match the new prototypes        
17026         * configure.ac
17027                 Match the new requirements (gtk 2.4.0)
17028                         
17029 2004-06-26 [colin]      0.9.11cvs17.2
17031         * src/plugins/trayicon/trayicon.c
17032                 Remove useless signal handler on resize, which causes
17033                 an infinite "loop"
17034         
17035 2004-06-26 [colin]      0.9.11cvs17.1
17036         
17037         * tools/Makefile.am
17038                 remove launch_firebird and add nautilus2sylpheed.sh
17039         * src/quicksearch.c
17040           src/summaryview.c
17041                 Fix show/hide "Extended symbols" button problem
17042                 Fix apparition at startup
17043                 Fix const warnings
17044         * src/plugins/image_viewer/Makefile.am
17045                 Fix configure 
17046         * common/ssl.c
17047                 Re-enable certificate check, as it doesn't seem to
17048                 cause Xlib errors anymore
17050 2004-06-25 [paul]       0.9.11cvs17
17052         * sync with 0.9.11cvs17 HEAD
17053         
17054         NOTE: QuickSearch is broken
17056 2004-06-07 [colin]      0.9.10claws67.10
17057         * src/plugins/trayicon/trayicon.c
17058           src/plugins/trayicon/libeggtrayicon/Makefile.am
17059           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17060                 Fix gettextization in trayicon plugin
17062 2004-06-07 [colin]      0.9.10claws67.9
17063         
17064         * src/summaryview.c
17065           src/gtk/gtksctree.[ch]
17066                 Let Shift+{Up,Down} work in summaryview
17067                 (well, Down "works" and Up works)
17068                 Let the list scroll when using these keys
17070 2004-06-06 [colin]      0.9.10claws67.8
17072         * src/plugins/trayicon/trayicon.c
17073                 Fix pixmap update
17075 2004-06-06 [colin]      0.9.10claws67.7
17077         * src/addressbook.c
17078                 Fix signal handling causing system-wide focus grab
17080 2004-05-25 [paul]       0.9.10claws67.6
17082         * Makefile.am
17083           src/Makefile.am
17084                 clean up
17086 2004-05-25 [paul]       0.9.10claws67.5
17088         * replace deprecated gtk_signal... functions
17090 2004-05-23 [colin]      0.9.10claws67.4
17092         * src/compose.c
17093                 Fix wrapping
17095 2004-05-22 [colin]      0.9.10claws67.3
17097         * src/compose.c
17098                 Re-fix [Edited] in compose.c::compose_reedit()
17100 2004-05-22 [colin]      0.9.10claws67.2
17102         * src/procmime.c
17103                 Fix parsing of multiparts mails
17105 2004-05-22 [colin]      0.9.10claws67.1
17107         * src/summaryview.c
17108                 Fix quicksearch
17110 2004-05-22 [paul]       0.9.10claws67
17112         * sync with 0.9.10claws67 HEAD
17114 2004-05-14 [alfons]
17116         * src/procmime.h
17117                 add forgotton prototype
17119 2004-05-10 [paul]       0.9.10claws57
17121         * sync with 0.9.10claws57 HEAD
17123 2004-05-05 [paul]       0.9.9.claws1
17125         * ChangeLog-gtk2        ** REMOVED **
17126           ChangeLog-gtk2.claws  ** ADDED **
17127                 rename and adopt the normal claws format
17128                 
17129         * configure.ac
17130                 require gtkmathview >= 0.5
17132         * ac/*                          ** REMOVED **
17133           ac/                           ** REMOVED **
17134           intl/Makefile.in              ** REMOVED **
17135           m4/                           ** ADDED **
17136           m4/missing                    ** ADDED **
17137           m4/missing/gdk-pixbuf.m4      ** ADDED **
17138           m4/missing/gettext.m4         ** ADDED **
17139           m4/missing/gpgme.m4           ** ADDED **
17140           m4/missing/imlib.m4           ** ADDED **
17141           m4/.cvsignore                 ** ADDED **
17142           m4/Makefile.am                ** ADDED **
17143           m4/README                     ** ADDED **
17144           m4/aclocal-include.m4         ** ADDED **
17145           m4/aspell.m4                  ** ADDED **
17146           m4/check-type.m4              ** ADDED **
17147           m4/gnupg-check-typedef.m4     ** ADDED **
17148           m4/openssl.m4                 ** ADDED **
17149           m4/spamassassin.m4            ** ADDED **
17150           po/ChangeLog                  ** REMOVED **
17151           po/Makefile.in.in             ** REMOVED **
17152           po/Rules-quot                 ** REMOVED **
17153           po/boldquot.sed               ** REMOVED **
17154           po/en@boldquot.header         ** REMOVED **
17155           po/en@quot.header             ** REMOVED **
17156           po/insert-header.sin          ** REMOVED **
17157           po/quot.sed                   ** REMOVED **
17158           po/remove-potcdate.sed        ** REMOVED **
17159           po/remove-potcdate.sin        ** REMOVED **
17160           po/stamp-po                   ** REMOVED **
17161           Makefile.am
17162           autogen.sh
17163           configure.ac
17164                 enable building with automake 1.8.x
17165                 add 'autopoint --force' to autogen.sh and remove all
17166                 auto-generated files, remove ac/ directory and use
17167                 m4/ directory instead
17168                 
17169         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17170                 fix gettextization
17172 2004-02-28 Colin Leroy <colin@colino.net>
17173         * src/prefs_matcher.c
17174           src/prefs_filtering.c
17175           src/prefs_filtering_action.c
17176                 Fix non-editable GtkEntries
17178 2004-02-22 Thorsten Maerz <torte@netztorte.de>
17179         * src/prefs_themes.c
17180                 utf8 conversion for theme info
17182 2004-02-21 Thorsten Maerz <torte@netztorte.de>
17183         * sync 0.9.9claws
17185 2004-02-14 Thorsten Maerz <torte@netztorte.de>
17186         * src/grouplistdialog.c
17187                 allow multiple selections without ctrl key
17189 2004-02-09 Thorsten Maerz <torte@netztorte.de>
17190         * src/main.c
17191                 enable customizable accelerators
17193 2004-02-08 Thorsten Maerz <torte@netztorte.de>
17194         * src/prefs_common.c
17195                 re-enable different font settings for gtk1/2
17196         * src/prefs_folder_item.c
17197                 fix folder prefs displayed wrong
17198         * src/textview.c
17199                 set 'sunken' shadow type
17201 2004-02-07 Colin Leroy <colin@colino.net>
17202         * src/compose.c
17203                 Fix message being always [Edited]
17204                 Encode headers correctly (utf8 buf)
17206 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17207         * src/socket.c
17208                 remove double g_source_attach()
17209                 (Thanks to Colin Leroy)
17211 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17212         * src/gtk/gtksctree.c
17213                 Fix SSL certificate list not shown
17214         * src/mimeview.c
17215                 Fix clicks in mime tree
17217 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17218         * src/common/socket.c
17219                 Fix SSL receive
17220         * src/compose.c
17221                 Fix clipboard menu hotkeys
17223 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17224         * src/gtk/gtkaspell.[ch]
17225           src/compose.c
17226                 reimplement spellchecker
17228 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17229         * src/gtk/filesel.c
17230                 crash when inserting file in compose window
17231                 (TODO: keep old selection on clicks)
17232         * src/main.c
17233                 use gtkrc-2.0 instead of gtkrc
17235 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17236         * src/messageview.c
17237                 remove orphaned mimeview unref()
17239 2004-01-20 Thorsten Maerz <torte@netztorte.de>
17240         * src/grouplistdialog.c
17241                 expand nodes containing subscribed groups
17243 2004-01-19 Thorsten Maerz <torte@netztorte.de>
17244         * src/textview.c
17245                 textview: hide cursor, restore old click behaviour
17247 2004-01-18 Thorsten Maerz <torte@netztorte.de>
17248         * src/textview.c
17249                 variable names messed up
17251 2004-01-17 Colin Leroy <colin@colino.net>
17252         * src/addr_compl.c
17253                 Fix completion address too thin
17254         * src/compose.c
17255                 Fix tab-to-subject behaviour
17256         * src/summaryview.c
17257                 Implement key up & down in summaryview
17259 2004-01-12 Thorsten Maerz <torte@netztorte.de>
17261         * sync 098claws
17263 2004-01-08 Thorsten Maerz <torte@netztorte.de>
17264         * configure.ac
17265           Makefile.am
17266           doc/.cvsignore
17267           doc/Makefile.am
17268                 faq, man, manual moved to doc/
17269         * ac/aspell.m4
17270           ac/check-type.m4
17271           ac/gnupg-check-typedef.m4
17272           ac/openssl.m4
17273           ac/spamassassin.m4
17274           ac/missing/gdk-pixbuf.m4
17275           ac/missing/gpgme.m4
17276           ac/missing/imlib.m4
17277                 fix automake warnings
17279 2003-12-06 Colin Leroy <colin@colino.net>
17280         * src/summaryview.c
17281                 Fix quicksearch
17283 2003-12-05 Colin Leroy <colin@colino.net>
17284         * src/summaryview.c
17285                 Fix going to next unread folder
17287 2003-12-05 Colin Leroy <colin@colino.net>
17288         * src/crash.c
17289                 Fix gtk2 compilation
17290         * src/session.c
17291                 Remove iotag source handler at disconnection
17292         * src/socket.[ch] 
17293                 Remove source handler when closing socket 
17294                 (fixes another seg)
17296 2003-12-04 Colin Leroy <colin@colino.net>
17297         * src/compose.c
17298           src/prefs_account.c
17299           src/prefs_common.c
17300                 Fix some dropdown menus
17302 2003-12-04 Colin Leroy <colin@colino.net>
17303         * src/compose.c
17304                 Fix event handlers on header fields
17305         * src/common/socket.c
17306           src/common/session.c
17307                 Fix segfault with callback (SSL)
17308                 Fix end of session 
17310 2003-10-06 Thorsten Maerz <torte@netztorte.de>
17312         * Fix compile bug in src/compose.c
17313         * removed src/gtk/gtkstext.[ch]
17315 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
17317         * Convert character set and escape "text" attributes in toolbar setting
17318         files.
17319         * Fixed bug in button-press-event handling.
17321 2003-09-16 Thorsten Maerz <torte@netztorte.de>
17323         * Fixed bug in key-press-event handling.
17325 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
17327         * Enabled to compile tray-icon plugin (Ad-hoc).
17328         * Avoid hang up bug of icon list in mime view (Ad-hoc).
17330 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
17332         * Enabled to compile on sylpheed-claws.
17333         (tray-icon plugin still cannot compile yet.)
17335 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
17337         * Updated to 0.9.5.
17339 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
17341         * Updated to 0.9.4.
17342         * Ported monitoring SSL mechanism to GSource of GLib2
17343         (I don't confirm it)
17344         * Added _gtk2 suffix to key name of font preference to avoid
17345         ovverwriting preference of Gtk+-1.2 version.
17347 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
17349         * Updated to 0.9.2.
17351 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
17353         * Updated to 0.9.1.
17354         * Translate po files into UTF-8 when execute autogen.sh.
17356 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
17358         * Updated to 0.9.0.
17360 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
17362         * Plugged GError related memory leaks.
17364 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
17366         * Changed default size of fonts.
17367         * Enabled to set titile font size of warning dialog.
17369 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
17371         * Embed a sylpheed icon into executable binary on Windows.
17373 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
17375         * I forgot to traslate character set of element string in src/xml.c.
17377 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
17379         * Fixed detecting bind_textdomain_codeset in configure.in.
17380         * The bug in which "Example" of "Date fromat" preference isn't displayed
17381         correctly has been fixed.
17383 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
17385         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
17386           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
17387           glib-gettextize
17388           Removed intl directory.
17389           Translated po files into UTF-8.
17390           (Thanks! Ryuji Abe)
17392 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
17394         * The bug which doesn't unscape string in xml.c has been fixed.
17396 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
17398         * The bug which is failed to translate encoding of file name thorough
17399         file dialog has been fixed.
17401 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
17403         * Modified to translate file names which is used in inporting/expoting
17404         mbox feature and "Save as" feature into locale encoding.
17405         * Translate file names into locale encoding when "Attache file" and
17406         "Insert file".
17407         * Force set G_BROKEN_FILENAMES environment variable.
17408         * Other minor fixes.
17410 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
17412         * Modified to treat MH folder's name as locale encoding.
17414 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
17416         * The bug which clash on switching candidates of auto completion of
17417         addresses, cannot use auto completion in Japanesse is fixed
17418         (Thanks! Tokunaga-san)¡¥
17420 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17422         * The bug which cannot switch key accelerator preference has been fixed
17423         (Thanks! smbd-san)¡¥
17425 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17427         * version 0.8.11-gtk2-20030314
17429 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17431         * The bug in which character set conversion of filtering messages has
17432         been fixed.(Thanks! COCOA-san).
17434 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
17436         * Revived "Leave space on head" preference in "Message" category.
17437         * A bug which clash when put the cursor to end of buffer and execute
17438         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
17440 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17442         * version 0.8.11-gtk2-20030312
17444 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17446         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
17447         * Modified to use Pango's API directly for font preference.
17448         * Integrated GtkTextView of textview to one widget.
17449         * Set fonts of header title in textview by "header_title" tag.
17450         * Removed some deprecated codes.
17452 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
17454         * Updated to 0.8.11.
17455         * Merged cygwin patch(Thanks! Sakai-san).
17457 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
17459         * version 0.8.10-gtk2-20030309