2006-08-26 [wwp] 2.4.0cvs93
[claws.git] / ChangeLog
1 2006-08-26 [wwp]        2.4.0cvs93
2
3         * src/summary_search.c
4                 disable find buttons while summary search is running.
5
6 2006-08-25 [colin]      2.4.0cvs92
7
8         * src/folder.c
9         * src/folderutils.c
10         * src/mh.c
11         * src/procmsg.h
12         * src/summaryview.c
13                 Speed up MH moving, and add progressbar
14                 for MH deletion
15         * src/msgcache.c
16                 Write cache files using mmap() too
17
18 2006-08-25 [wwp]        2.4.0cvs91
19
20         * src/summaryview.c
21                 switch spam<->ham button when a message has been marked as spam or ham
22                 and is still selected. Thanks to Colin.
23
24 2006-08-25 [paul]       2.4.0cvs90
25
26         * src/Makefile.am
27         * src/stock_pixmap.c
28         * src/stock_pixmap.h
29         * src/summaryview.c
30         * src/gtk/icon_legend.c
31         * src/pixmaps/copied.xpm
32         * src/pixmaps/moved.xpm
33                 add icons for delayed execution marked for
34                 copying, marked for moving
35
36 2006-08-25 [mones]      2.4.0cvs89
37
38         * manual/glossary.xml
39                 Fix the other glossary items:
40                 5.1. = Inmmediate execution -> <quote>immediate execution...
41                 5.2. = Fix MBOX capitalization -> Mbox
42                 5.3. + Improve Plugins def. w/ tech. ref.
43                 5.4. = Quotation -> replace '>' by <quote>></quote>
44                 5.5. - SMTP Server. -> remove dot
45         * po/es.po
46                 Updated translation
47
48 2006-08-25 [mones]      2.4.0cvs88
49
50         * manual/ack.xml
51                 Reformatted, changed email address
52         * manual/glossary.xml
53                 Reformatted, fixed MANUAL-TODO items:
54                 8.2. + add ROT-13 to glossary
55                 8.4. + add URL to glossary
56         * manual/es/advanced.xml
57                 Fixed <literal>s
58
59 2006-08-25 [paul]       2.4.0cvs87
60
61         * src/gtk/icon_legend.c
62                 add 'marked for deletion' icon
63                 arrange icons by containing column
64                 wrap long label text
65
66 2006-08-25 [colin]      2.4.0cvs86
67
68         * src/common/utils.c
69         * src/common/utils.h
70                 Add the sc_g_*list_bigger functions in
71                 a place everyone can use it
72         * src/summaryview.c
73                 Only freeze/thaw the list when working
74                 on the selection, if it's bigger than 1
75         * src/gtk/gtksctree.c
76                 Only freeze/thaw the list when unselec-
77                 ting 'all' if ('all' != 1)
78                 This avoids some flickering
79
80 2006-08-24 [colin]      2.4.0cvs85
81
82         * src/addressbook.c
83                 Fix strange list selection
84                 Fix random seg (Invalid read of freed memory)
85
86 2006-08-24 [colin]      2.4.0cvs84
87
88         * src/alertpanel.c
89         * src/gtk/inputdialog.c
90         * src/plugins/pgpcore/passphrase.c
91                 Revert minimal width patch of 2.4.0cvs67,
92                 as it is also a maximal width. Use 
93                 gtk_window_set_default_size instead.
94
95 2006-08-24 [colin]      2.4.0cvs83
96
97         * src/msgcache.c
98                 Write cache/mark to temp files before
99                 overwriting old ones (avoids metadata
100                 loss if writing the new files fail).
101                 Use mmap() to read cache/mark file, as
102                 this makes cache reading faster. Dis-
103                 abled for big-endian machines until it
104                 can be tested. (Big-endian users: set
105                 msgcache_use_mmap = TRUE in the relevant
106                 #if).
107         * src/procmsg.h
108                 Move rarely used fields of MsgInfo in 
109                 another structure, which will only be
110                 allocated if needed. Face, X-Face,
111                 Return receipt headers and List-*
112                 headers are moved. Mails having none
113                 of these occupy 52 bytes less with
114                 this patch, which makes 2.5MB of RAM
115                 saved on a 50k folder).
116         * src/headerview.c
117         * src/mainwindow.c
118         * src/messageview.c
119         * src/partial_download.c
120         * src/procheader.c
121         * src/procmsg.c
122         * src/textview.c
123                 Follow this structure change.
124
125 2006-08-24 [wwp]        2.4.0cvs82
126
127         * manual/es/.cvsignore
128         * manual/es/dist/.cvsignore
129         * manual/es/dist/html/.cvsignore
130         * manual/es/dist/pdf/.cvsignore
131         * manual/es/dist/ps/.cvsignore
132         * manual/es/dist/txt/.cvsignore
133                 more (generated) files to ignore.
134
135 2006-08-24 [colin]      2.4.0cvs81
136
137         * src/folder.c
138         * src/mh.c
139                 Fix possible problems with local delivery. Check the folder doesn't
140                 need scan before setting its mtime when saving cache (which can be
141                 done long after the folder's been modified by an external process);
142                 Check that the stored item's mtime didn't change in mh functions.
143
144 2006-08-24 [mones]      2.4.0cvs80
145
146         * manual/advanced.xml
147                 Rewrapping, some fixes and MANUAL-TODO items:
148                 8.1. = change "" to <quote></quote>
149                 8.3. = quote menu items
150                 8.5. - deploying -> new user ... ideally a new user (redundant)
151
152 2006-08-23 [colin]      2.4.0cvs79
153
154         * src/gtk/gtksctree.c
155                 When selecting or deselecting range, only
156                 freeze/thaw when selection is bigger than 10
157
158 2006-08-23 [colin]      2.4.0cvs78
159
160         * src/messageview.c
161         * src/mimeview.c
162         * src/mimeview.h
163         * src/plugins/dillo_viewer/dillo_viewer.c
164                 Provide an API for MimeViewer plugins to
165                 return a text selection for replying
166
167 2006-08-23 [colin]      2.4.0cvs77
168
169         * src/image_viewer.c
170         * src/textview.c
171                 Use gtk_pixbuf_new_from_file_at_scale(), which
172                 is faster than getting the pixbuf then resizing
173                 it.
174
175 2006-08-23 [colin]      2.4.0cvs76
176
177         * src/procmime.c
178                 UTF-8 should be sent Quoted-printable
179
180 2006-08-22 [colin]      2.4.0cvs75
181
182         * src/mh.c
183                 Check if scan is required before touching
184                 the folder (or it'll be required every time)
185
186 2006-08-22 [colin]      2.4.0cvs74
187
188         * configure.ac
189                 Require libetpan 0.46 (crasher fix when built
190                 against gnutls)
191
192 2006-08-22 [colin]      2.4.0cvs73
193
194         * src/folder.c
195                 Set folder's mtime after writing its
196                 cache
197         * src/folderview.c
198                 Add some timing
199         * src/procmsg.c
200                 Don't do useless stuff if we don't 
201                 thread by subject
202         * src/summaryview.c
203                 Add some timing, don't deselect prior
204                 to selecting (gtksctree does it itself),
205                 remove crash avoidance hacks as it's been
206                 properly fixed since a while
207         * src/common/utils.c
208                 Optimize to_human_readable(): _() is slow,
209                 do it only once, and avoid %f format for KB
210                 (the most common in a summaryview)
211         * src/gtk/gtksctree.c
212                 Don't uselessly freeze/thaw (fixes flicker
213                 on next unread and friends), reduce number
214                 of g_list_nth/g_list_position where possible
215         * src/gtk/gtkutils.c
216         * src/gtk/gtkutils.h
217                 Reduce number of g_list_nth/g_list_position
218                 where possible.
219                 All of this makes loading as 70k folder 2.1
220                 seconds instead of 3.2 (with hot FS caches).
221                 (1.3 seconds without Date and Size columns...)
222
223 2006-08-22 [paul]       2.4.0cvs72
224
225         wrap documents and do some items from mones' MANUAL-TODO:
226
227         * manual/account.xml
228                 4.1. = fix tabname references to <quote>tabname</quote>
229                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
230         * manual/faq.xml
231                 1.1. = mentioned options don't match UI
232                 Add information about the 'Never send Return Receipts'
233                 option
234         * manual/handling.xml
235                 6.2. = Mentions Extended symbols button, but now is
236                 named Information
237                 6.3. = Mentions ... button, which is now Edit
238
239 2006-08-22 [colin]      2.4.0cvs71
240
241         * src/gtk/pluginwindow.c
242                 Fix layout in verbose translations (such
243                 as french)
244
245 2006-08-22 [paul]       2.4.0cvs70
246
247         * manual/Makefile.am
248                 build manuals in alphabetical order
249         * src/addressbook.c
250         * src/prefs_themes.c
251                 replace/remove deprecated symbols
252         * src/gtk/gtkutils.c
253                 fix a warning
254         * src/gtk/pluginwindow.c
255                 replace deprecated symbol
256                 replace label text and move it
257         * src/plugins/pgpcore/prefs_gpg.c
258                 move the 'Generate...' button out of the
259                 Sign Key frame, replace the English used
260         * src/plugins/pgpcore/sgpgme.c
261                 fixes to the English
262
263 2006-08-21 [colin]      2.4.0cvs69
264
265         * src/plugins/trayicon/trayicon.c
266                 Add more strings for translation; patch
267                 by Pawel
268
269 2006-08-21 [colin]      2.4.0cvs68
270
271         * src/compose.c
272                 fix replied flag not set after drafting
273         * src/matcher.c
274                 fix body quicksearch in non-encoded bodies
275                 containing '='
276         * src/msgcache.c
277                 Get rid of the g_malloc workaround for
278                 corrupted caches, use g_try_malloc
279
280 2006-08-21 [colin]      2.4.0cvs67
281
282         * src/alertpanel.c
283         * src/gtk/inputdialog.c
284         * src/plugins/pgpcore/passphrase.c
285                 Set minimal width to 375
286         * src/mainwindow.c
287                 Fix switching to offline, asking if it 
288                 should be overriden for synchronising
289         * src/mimeview.c
290                 Don't offer to remember command on Open 
291                 with for text parts, as the browser or 
292                 text editor command isn't changed from 
293                 there
294
295 2006-08-20 [paul]       2.4.0cvs66
296
297         * po/ko.po
298         * po/zh_CN.po
299                 fix plural form errors. revealed by stricter
300                 checking of gettext 0.15
301
302 2006-08-18 [paul]       2.4.0cvs65
303
304         * src/stock_pixmap.c
305                 fix the fix of 2.4.0cvs64
306                 Thanks to Colin
307
308 2006-08-18 [paul]       2.4.0cvs64
309
310         * src/stock_pixmap.c
311                 fix leaks
312                 Thanks to Colin
313
314 2006-08-18 [paul]       2.4.0cvs63
315
316         * src/compose.c
317         * src/procmsg.c
318                 fix occasional IMAP bug where large msgs
319                 were left in the queue folder after sending
320                 Thanks to Colin
321
322 2006-08-18 [paul]       2.4.0cvs62
323
324         * src/folderview.c
325                 freeze the summaryview while quicksearch results
326                 are displayed
327                 (fixes bug 456 'current message is hidden when the
328                 view is refreshed and extended search is "unread 
329                 messages"')
330                 Thanks to Colin
331         * src/textview.c
332                 add missing #include "inputdialog.h"
333         * src/common/utils.h
334                 add missing mailcap_update_default() and improve
335                 readability
336
337 2006-08-17 [colin]      2.4.0cvs61
338
339         * src/plugins/pgpcore/select-keys.c
340                 Fix warnings :)
341
342 2006-08-17 [colin]      2.4.0cvs60
343
344         * src/compose.c
345                 Don't continue queuing if Cancel is clicked
346                 in select-keys
347
348 2006-08-17 [colin]      2.4.0cvs59
349
350         * src/plugins/pgpcore/select-keys.c
351                 When encrypting, if only one key matches and it 
352                 matches exactly, automatically use it.
353
354 2006-08-17 [colin]      2.4.0cvs58
355
356         * src/mimeview.c
357         * src/prefs_common.c
358         * src/prefs_common.h
359         * src/prefs_ext_prog.c
360         * src/textview.c
361                 Fix issues with previous patch (text/html)
362                 Remove outdated prefs
363
364 2006-08-17 [colin]      2.4.0cvs57
365
366         * src/imap.c
367                 Add View Log button on auth error
368         * src/procmsg.c
369                 Fix encrypted mail marked as new when
370                 saved in normal folders
371         * src/plugins/pgpinline/pgpinline.c
372                 Fix encrypt bug on IMAP
373         * src/mimeview.c
374         * src/common/utils.c
375         * src/common/utils.h
376         * src/gtk/inputdialog.c
377         * src/gtk/inputdialog.h
378                 Get rid of metamail stuff, simplify
379                 opening, and allow remembering of user's
380                 choices (by updating ~/.mailcap). There's
381                 still to drop "Audio player" and "Image
382                 viewer" preferences.
383
384 2006-08-17 [mones]      2.4.0cvs56
385
386         * manual/es/sylpheed-claws-manual.xml
387                 fix DTD path
388
389 2006-08-17 [mones]      2.4.0cvs55
390
391         * configure.ac
392         * manual/Makefile.am
393         * manual/es/Makefile.am
394         * manual/es/account.xml
395         * manual/es/ack.xml
396         * manual/es/addrbook.xml
397         * manual/es/advanced.xml
398         * manual/es/faq.xml
399         * manual/es/glossary.xml
400         * manual/es/gpl.xml
401         * manual/es/handling.xml
402         * manual/es/intro.xml
403         * manual/es/keyboard.xml
404         * manual/es/plugins.xml
405         * manual/es/starting.xml
406         * manual/es/sylpheed-claws-manual.xml
407         * manual/es/dist/Makefile.am
408         * manual/es/dist/html/Makefile.am
409         * manual/es/dist/pdf/Makefile.am
410         * manual/es/dist/ps/Makefile.am
411         * manual/es/dist/txt/Makefile.am
412                 Spanish translation for the manual
413
414 2006-08-16 [colin]      2.4.0cvs54
415
416         * src/compose.c
417         * src/main.c
418         * src/mainwindow.c
419                 Fix send button sensitivity at startup
420                 Set send menu sensitivity (patch by Fabien)
421         * src/ssl_manager.c
422                 Enable closing with esc (patch by Fabien)
423         * src/gtk/foldersort.c
424                 Enable closing with esc (patch by Fabien)
425         * src/procmime.c
426                 Optimisation (no need to copy to tempfile to
427                 "decode" 7bit and 8bit)
428         * src/summaryview.c
429                 Fix cruft in swap_from case
430         * src/textview.c
431                 Fix missing last line in some mail cases 
432                 (Fixes debian #381872)
433         * src/plugins/pgpcore/prefs_gpg.c
434         * src/plugins/pgpcore/sgpgme.c
435         * src/plugins/pgpcore/sgpgme.h
436                 Don't show "no key found" when user explicitely
437                 wants to create a key
438
439 2006-08-16 [paul]       2.4.0cvs53
440
441         * configure.ac
442         * src/account.c
443         * src/addressbook.c
444         * src/headerview.c
445         * src/prefs_account.c
446         * src/prefs_message.c
447         * src/gtk/gtkutils.c
448                 bump up minimum required versions of GTK+ and
449                 GLIB to 2.6.0
450
451 2006-08-16 [paul]       2.4.0cvs52
452
453         * src/toolbar.c
454                 workaround GTK+ Bug 351600 - 'Can't re-click
455                 on button after sensitivity update'
456                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
457                 Thanks to Colin
458
459 2006-08-15 [colin]      2.4.0cvs51
460
461         * src/plugins/pgpcore/prefs_gpg.c
462                 Set options sensitivity according to
463                 key existence
464         * src/plugins/pgpcore/sgpgme.c
465                 Allow to create key with no passphrase
466
467 2006-08-14 [cleroy]     2.4.0cvs50
468
469         * src/gtk/pluginwindow.c
470                 New layout (maybe to be changed?)
471         * src/gtk/gtkutils.c
472                 Fix a bit label_window
473         * src/plugins/pgpcore/passphrase.c
474         * src/plugins/pgpcore/passphrase.h
475         * src/plugins/pgpcore/plugin.c
476         * src/plugins/pgpcore/prefs_gpg.c
477         * src/plugins/pgpcore/prefs_gpg.h
478         * src/plugins/pgpcore/sgpgme.c
479         * src/plugins/pgpcore/sgpgme.h
480                 Allow to create a PGP private key via the GUI
481
482 2006-08-14 [wwp]        2.4.0cvs49
483
484         * src/addressbook_foldersel.c
485                 fix strict ISO C90 compliance.
486
487 2006-08-14 [paul]       2.4.0cvs48
488
489         * src/gtk/prefswindow.c
490                 re-set scrolled window on opening
491                 Patch by Ticho
492
493 2006-08-14 [paul]
494
495         2.5.0-rc1 released
496
497 2006-08-14 [paul]       2.4.0cvs47
498
499         * src/prefs_display_header.c
500                 re-enable user-defined Displayed Headers
501
502 2006-08-14 [paul]       2.4.0cvs46
503
504         * src/prefs_account.c
505                 use GTK_STOCK_EDIT
506
507 2006-08-13 [colin]      2.4.0cvs45
508
509         * src/common/utils.c
510                 Fix "a" in quote when the original message is empty,
511                 by using \0 instead of 'a' to test writability of
512                 temp files.
513
514 2006-08-13 [wwp]        2.4.0cvs44
515
516         * src/plugins/spamassassin/spamassassin.c
517                 fix capitalization of "SpamAssassin" in some debug, log and
518                 dialog messages.
519
520 2006-08-13 [paul]       2.4.0cvs43
521
522         * src/editldap.c
523                 fix overlapping widgets
524         * src/prefs_account.c
525                 fix translation of protocol_names[]
526                 fix label disappearing off the edge of the
527                 visible area
528
529 2006-08-12 [paul]       2.4.0cvs42
530
531         * manual/plugins.xml
532                 update IRC channel info before it gets forgotten
533                 about
534
535 2006-08-11 [colin]      2.4.0cvs41
536
537         * src/compose.c
538         * src/mainwindow.c
539         * src/mainwindow.h
540         * src/procmsg.c
541         * src/procmsg.h
542         * src/summaryview.c
543         * src/toolbar.c
544                 Grey out the Send button if
545                 - Queue folders are empty, or
546                 - We're sending already
547
548 2006-08-11 [wwp]        2.4.0cvs40
549
550         * src/main.c
551                 fix a logic issue when quitting while a compose window is
552                 still open, thanks to Colin.
553
554 2006-08-10 [colin]      2.4.0cvs39
555
556         * src/main.c
557                 Fix default font size setting after wizard run
558         * src/imap.c
559         * src/etpan/imap-thread.c
560         * src/etpan/imap-thread.h
561                 Fix bug #999 (Timing out on TSL cert validation 
562                 dialog makes ugly things happen). Also, STARTTLS
563                 unconditionnaly if initial capabilities contain
564                 LOGINDISABLED and STARTTLS.
565
566 2006-08-09 [colin]      2.4.0cvs38
567
568         * src/mainwindow.c
569         * src/mainwindow.h
570                 Fix Tools/Actions sensitivity when there are
571                 no actions
572
573 2006-08-09 [colin]      2.4.0cvs37
574
575         * src/prefs_filtering.c
576                 Warning fix, patch by Paul
577         * src/messageview.c
578         * src/prefs_actions.c
579         * src/prefs_filtering_action.c
580         * src/prefs_matcher.c
581                 Uniformisation of "Info ..." to "Info..." (for
582                 old gtk), patch by Fabien
583         * src/plugins/clamav/clamav_plugin_gtk.c
584                 Sensitivity fix by Fabien
585
586 2006-08-09 [colin]      2.4.0cvs36
587
588         * src/main.c
589         * src/main.h
590                 Add a function to know whether we're exiting
591         * src/plugins/trayicon/trayicon.c
592                 If exiting, don't do anything. Faster, and
593                 avoids gtk_main_iteration reentracy causing
594                 segfaults at exit
595
596 2006-08-09 [colin]      2.4.0cvs35
597
598         * src/messageview.c
599         * src/mimeview.c
600         * src/mimeview.h
601                 Fix lack of part selection when automatically 
602                 jumping to a specific part
603         * src/msgcache.c
604                 Little optimisation in cache reading
605
606 2006-08-09 [colin]      2.4.0cvs34
607
608         * src/compose.c
609                 Fix crash setting the priority on reedit
610                 (Accessing compose before creating it!)
611
612 2006-08-08 [colin]      2.4.0cvs33
613
614         * src/procmime.c
615                 Fix bug #998 (last attachment is not accessible)
616                 Bad RFC interpretation on multipart close-delimiters
617         * src/mimeview.c
618         * src/mimeview.h
619         * src/gtk/gtkvscrollbutton.c
620         * src/gtk/gtkvscrollbutton.h
621                 Make attachments list wheel-scrollable
622
623 2006-08-07 [colin]      2.4.0cvs32
624
625         * src/gtk/gtkaspell.c
626                 Fix bug #973 (Unicode punctation characters 
627                 are not recognized as separators by the
628                 spell checker); fix unsigned stuff
629
630 2006-08-07 [colin]      2.4.0cvs31
631
632         * src/compose.c
633                 Fix bug #956 (DnD text with accents in compose 
634                 text entry); fix gccc's signed/unsigned fuss
635
636 2006-08-06 [colin]      2.4.0cvs30
637
638         * src/main.c
639                 Fix bug #979 (Plugin crashes when exiting 
640                 sylpheed-claws) : handle exit request only 
641                 once
642
643 2006-08-05 [colin]      2.4.0cvs29
644
645         * src/news.c
646                 Just make sure we have a msgid.
647
648 2006-08-05 [colin]      2.4.0cvs28
649
650         * src/news.c
651         * src/summaryview.c
652                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
653                 by reimplementing it
654         * src/textview.c
655                 Fix bug when hiding quotes with level > 3 and quote
656                 colors are recycled
657
658 2006-08-04 [colin]      2.4.0cvs27
659
660         * src/compose.c
661         * src/undo.c
662         * src/undo.h
663                 Fix a bit replace-by-pasting undo
664         * src/mainwindow.c
665         * src/messageview.c
666                 Fix Fold quotes menu synchro in
667                 mainwindow when it changes in 
668                 messageview
669         * src/textview.c
670                 Fix right-click on quotes blocks
671         * src/common/utils.c
672                 Verify that the file created by
673                 my_tmpfile() is writable. Fixes
674                 bug #988 (very specific filesystem
675                 issue)
676         * src/plugins/pgpcore/sgpgme.c
677                 Fix file descriptor leak
678         * src/plugins/spamassassin/spamassassin.c
679                 Warn once if spamd isn't reachable
680
681 2006-08-04 [colin]      2.4.0cvs26
682
683         * src/toolbar.c
684                 i18n context patch by Fabien
685
686 2006-08-03 [colin]      2.4.0cvs25
687
688         * src/mainwindow.c
689         * src/messageview.c
690                 Rename "Hide quotes" to "Fold quotes"
691         * src/textview.c
692                 Don't use hand cursor on quotes. "all 
693                 the bonuses of the feature and none of 
694                 unwelcome side-effects"
695
696 2006-08-03 [colin]      2.4.0cvs24
697
698         * AUTHORS
699         * sylpheed-claws.desktop
700         * src/gtk/authors.h
701                 Bring the desktop file to XDG compliance
702                 Patch by Charles A. Edwards
703
704 2006-08-03 [colin]      2.4.0cvs23
705
706         * src/textview.c
707                 Fix links offset when they are preceded
708                 by accentued chars (g_utf8_strlen!)
709         * src/mainwindow.c
710                 Fix wrong status when starting offline
711
712
713 2006-08-03 [wwp]        2.4.0cvs22
714
715         * src/prefs_common.h
716                 ask what to do w/ filtering rules that belong to an account when
717                 applying filtering rules manually from the main window (skip,
718                 apply regardless of the account, use current account). This dialog
719                 can be skipped and the last reply used.
720                 (forgot that file)
721
722 2006-08-03 [wwp]        2.4.0cvs21
723
724         * src/filtering.c
725         * src/filtering.h
726         * src/prefs_common.c
727         * src/summaryview.c
728         * src/alertpanel.c
729         * src/alertpanel.h
730         * src/messageview.c
731                 ask what to do w/ filtering rules that belong to an account when
732                 applying filtering rules manually from the main window (skip,
733                 apply regardless of the account, use current account). This dialog
734                 can be skipped and the last reply used.
735
736
737 2006-08-03 [colin]      2.4.0cvs20
738
739         * src/textview.c
740                 Optimize previous patch
741
742 2006-08-03 [cleroy]     2.4.0cvs19
743
744         * src/textview.c
745                 Fix quotes getting toggled back when the
746                 mail has an even number of text parts
747
748 2006-08-02 [colin]      2.4.0cvs18
749
750         * src/messageview.c
751                 Add Hide quotes menu
752
753 2006-08-02 [colin]      2.4.0cvs17
754
755         * src/mainwindow.c
756         * src/prefs_common.c
757         * src/textview.c
758         * src/textview.h
759         * src/gtk/about.c
760                 Allow per-level quote hiding,
761                 Allow toggling quotes by double-clicking them
762                 Rename RemoteURI to ClickableText to reflect
763                 the fact it's used for a variety of things
764
765 2006-08-02 [wwp]        2.4.0cvs16
766
767         * src/mainwindow.c
768                 fix "View/Hide quotes" menu item status initialization.
769
770 2006-08-02 [wwp]        2.4.0cvs15
771
772         * src/matcher_parser_parse.y
773                 remove a debug trace.
774
775 2006-08-02 [paul]       2.4.0cvs14
776
777         * src/plugins/pgpcore/passphrase.c
778                 don't set initial dialog size
779                 make it resizable
780
781 2006-08-02 [paul]       2.4.0cvs13
782
783         * src/noticeview.c
784                 remove the rogue '/' character
785
786 2006-08-02 [paul]       2.4.0cvs12
787
788         * src/noticeview.c
789                 allow buttons to resize as necessary
790
791 2006-08-01 [wwp]        2.4.0cvs11
792
793         * src/mbox.c
794                 fix strict ISO C90 compliance.
795
796 2006-08-01 [wwp]        2.4.0cvs10
797
798         * tools/update-po
799                 updated update-po tool to work w/ context-dependent translations.
800                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
801
802 2006-08-01 [wwp]        2.4.0cvs9
803
804         * src/matcher.c
805         * src/prefs_filtering.c
806         * src/prefs_matcher.c
807                 allow context-dependent translations for "All",
808                 patch by Fabien Vantard <fzzzzz@gmail.com>.
809
810 2006-07-31 [colin]      2.4.0cvs8
811
812         * AUTHORS
813         * src/gtk/authors.h
814                 Add Rafal to authors
815
816 2006-07-31 [colin]      2.4.0cvs7
817
818         * src/compose.c
819         * src/mainwindow.c
820         * src/messageview.h
821         * src/prefs_common.c
822         * src/prefs_common.h
823         * src/textview.c
824                 Add 'View/Hide quotes'. Patch based on a patch
825                 by Rafal Weglarz
826
827 2006-07-31 [colin]      2.4.0cvs6
828
829         * src/action.c
830                 Fix problem with "> stuff >" actions
831
832 2006-07-31 [paul]       2.4.0cvs5
833
834         * po/nb.po
835                 updated by Geir Helland
836
837 2006-07-31 [wwp]        2.4.0cvs4
838
839         * src/mainwindow.c
840         * src/summaryview.c
841         * src/summaryview.h
842                 add "View/Go to/Parent message" and "View/Go to/Last read message",
843                 thanks to Colin.
844
845 2006-07-31 [wwp]        2.4.0cvs3
846
847         * src/Makefile.am
848         * src/addr_compl.c
849         * src/addr_compl.h
850         * src/addressbook.c
851         * src/addressbook.h
852         * src/addressbook_foldersel.c
853         * src/addressbook_foldersel.h
854         * src/addrindex.c
855         * src/addrindex.h
856         * src/matcher.c
857         * src/matcher.h
858         * src/matcher_parser_lex.l
859         * src/matcher_parser_parse.y
860         * src/prefs_common.c
861         * src/prefs_common.h
862         * src/prefs_filtering.c
863         * src/prefs_matcher.c
864         * src/prefs_matcher.h
865         * src/summaryview.c
866                 introduce filtering against the address book. It's now possible to add
867                 matched conditions to determine if any email address in a message matches
868                 or doesn't match any or all books or folders in the address book.
869
870 2006-07-31 [wwp]        2.4.0cvs2
871
872         * src/account.c
873         * src/filtering.c
874         * src/filtering.h
875         * src/folder.c
876         * src/folderview.c
877         * src/inc.c
878         * src/mainwindow.c
879         * src/matcher.c
880         * src/matcher_parser_lex.l
881         * src/matcher_parser_parse.y
882         * src/mbox.c
883         * src/prefs_filtering.c
884         * src/prefs_filtering.h
885         * src/procmsg.c
886         * src/procmsg.h
887         * src/summaryview.c
888                 introduce per-account filtering rules. Each filtering rule can now be assigned
889                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
890                 when applying filtering rules manually, as all rules will apply - even the ones
891                 assigned to an account. This issue will be addressed soon.
892  
893
894
895 2006-07-31 [wwp]        2.4.0cvs1
896
897         * src/quote_fmt.c
898                 make more strings translatable.
899
900 2006-07-31 [paul]       2.4.0
901
902         2.4.0 released
903
904 2006-07-31 [paul]       2.3.1cvs91
905
906         * po/ca.po
907                 updated by Miquel Oliete
908
909 2006-07-31 [paul]       2.3.1cvs90
910
911         * po/de.po
912         * po/el.po
913         * po/fr.po
914         * po/it.po
915         * po/pl.po
916         * po/pt_BR.po
917         * po/sr.po
918         * po/zh_CN.po
919                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
920                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
921                 Aleksandar Urosevic, and Ralgh Young
922
923 2006-07-31 [paul]       2.3.1cvs89
924
925         * src/account.c
926         * src/main.c
927         * src/mainwindow.c
928         * src/mainwindow.h
929                 Fix a race condition when, after an SC crash, rescanning
930                 folders took more than 0.5 seconds
931                 Thanks to Colin
932
933 2006-07-31 [paul]       2.3.1cvs88
934
935         * src/folderview.c
936                 don't translate separator strings
937
938 2006-07-30 [mones]      2.3.1cvs87
939
940         * doc/man/sylpheed-claws.1
941                 Fixed non-ASCII chars in Hoa's name
942         * po/es.po
943                 Updated for release
944
945 2006-07-27 [colin]      2.3.1cvs86
946
947         * src/textview.c
948                 Don't include the leading \n in links
949                 Patch by Fabien
950
951 2006-07-25 [colin]      2.3.1cvs85
952
953         * src/mainwindow.c
954         * src/common/socket.h
955         * src/etpan/imap-thread.c
956                 Refresh resolvers before connecting
957                 to IMAP servers, and after switching
958                 to online. Thanks to Paul.
959
960 2006-07-18 [colin]
961
962         * 2.4.0-rc4 released
963
964 2006-07-17 [colin]      2.3.1cvs84
965
966         * src/inc.c
967                 Show connection attempt in statusbar before
968                 connecting (previously first message was
969                 "Retrieving messages from ..." after the
970                 connection succeeded.
971
972 2006-07-16 [wwp]        2.3.1cvs83
973
974         * sylpheed-claws.ico
975                 Added .ico file (windows multi-size icon file, generated).
976
977 2006-07-12 [wwp]        2.3.1cvs82
978
979         * src/messageview.c
980                 remove Message/Re-edit menu entry from messageview window,
981                 as sent/draft/queued messages are opened in compose window when
982                 re-edited and it's not possible to re-edit other msgs.
983
984 2006-07-12 [paul]       2.3.1cvs81
985
986         * AUTHORS
987         * src/mainwindow.c
988         * src/gtk/authors.h
989                 check online state before resetting
990                 mailcheck timer. Useful if some program
991                 verifies connection state and updates
992                 Claws.
993                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
994
995 2006-07-12 [paul]       2.3.1cvs80
996
997         * sylpheed-claws-128x128.png
998         * sylpheed-claws-64x64.png
999         * sylpheed-claws.png
1000         * src/Makefile.am
1001         * src/main.c
1002         * src/prefs_toolbar.c
1003         * src/stock_pixmap.c
1004         * src/stock_pixmap.h
1005         * src/wizard.c
1006         * src/gtk/about.c
1007         * src/gtk/gtkutils.c
1008         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
1009         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
1010         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
1011         * src/pixmaps/sylpheed.xpm              ** REMOVED **
1012         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
1013         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
1014                 updated and renamed logo/icon files and related
1015                 logo by Jesper Schultz
1016
1017 2006-07-11 [paul]       2.3.1cvs79
1018
1019         * src/main.c
1020                 fix the labels a smidgin
1021
1022 2006-07-09 [colin]      2.3.1cvs78
1023
1024         * src/textview.c
1025                 Show errors in textviewer's command
1026                 Patch by H. Merijn Brand
1027
1028 2006-07-09 [colin]      2.3.1cvs77
1029
1030         * src/compose.c
1031                 Save FMID in drafts too
1032
1033 2006-07-08 [colin]      2.3.1cvs76
1034
1035         * src/compose.c
1036                 Svae RMID in drafted mails too
1037                 Save quote_fmt vars for whole mails,
1038                 don't reset at each quote_fmt_init:
1039                 allows to use the same |i{var} in
1040                 various template fields
1041         * src/prefs_template.c
1042         * src/quote_fmt.h
1043         * src/quote_fmt_parse.y
1044                 Same
1045
1046 2006-07-08 [colin]      2.3.1cvs75
1047
1048         * src/textview.c
1049                 Fix highlighting of attached parts URIs
1050
1051 2006-07-08 [colin]      2.3.1cvs74
1052
1053         * src/main.c
1054                 Prevent bug #981 (sc 2.3.1 segfaults with 
1055                 gtk+ 2.10) from being reported again:
1056                 if Sylpheed-Claws has been compiled against
1057                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
1058                 of if Sylpheed-Claws has been compiled against
1059                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
1060                 error out.
1061
1062 2006-07-07 [colin]      2.3.1cvs73
1063
1064         * src/prefs_actions.c
1065                 Fix label
1066
1067 2006-07-07 [colin]      2.3.1cvs72
1068
1069         * src/prefs_actions.c
1070                 Fix compile on gtk < 2.8. argh :)
1071
1072 2006-07-07 [paul]       2.3.1cvs71
1073
1074         * src/common/defs.h
1075                 update DONATE_URI
1076
1077 2006-07-07 [colin]      2.3.1cvs70
1078
1079         * po/POTFILES.in
1080         * src/quote_fmt.c
1081         * src/quote_fmt_lex.l
1082         * src/quote_fmt_parse.y
1083                 Add |i{var}, a way to insert user-entered
1084                 text in a template
1085
1086 2006-07-07 [colin]
1087
1088         * 2.4.0-rc3 released
1089
1090 2006-07-07 [colin]      2.3.1cvs69
1091
1092         * src/folder.c
1093                 Don't consider inboxes of UNKNOWN folder 
1094                 classes to be useable as default inboxes
1095
1096 2006-07-07 [paul]       2.3.1cvs68
1097
1098         * src/textview.c
1099                 add missing #include <errno.h>
1100                 Thanks to René J. Blokland
1101
1102 2006-07-07 [paul]       2.3.1cvs67
1103
1104         * src/action.c
1105                 Return now Closes dialog
1106         * src/mimeview.c
1107         * src/mimeview.h
1108         * src/textview.c
1109                 add contextual menu to mime parts listed
1110                 in the textview
1111                 Thanks to Colin
1112         * src/common/utils.c
1113                 reversal: ' is a valid character in URLs
1114
1115 2006-07-06 [colin]      2.3.1cvs66
1116
1117         * src/remotefolder.h
1118                 Forgotten in previous commit
1119
1120 2006-07-06 [colin]      2.3.1cvs65
1121
1122         * src/folder.c
1123                 Set summary update flag whenever
1124                 totals changed
1125         * src/imap.c
1126         * src/prefs_account.c
1127         * src/common/utils.h
1128         * src/etpan/imap-thread.c
1129                 Fix warnings, thanks to Fabien and
1130                 Ricardo
1131
1132 2006-07-06 [wwp]        2.3.1cvs64
1133
1134         * src/gtk/gtkutils.c
1135                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
1136
1137 2006-07-06 [wwp]        2.3.1cvs63
1138
1139         * src/account.c
1140         * src/addressbook.c
1141         * src/addressitem.h
1142         * src/folderview.c
1143         * src/mainwindow.c
1144         * src/manual.c
1145         * src/manual.h
1146         * src/message_search.c
1147         * src/prefs_actions.c
1148         * src/prefs_filtering.c
1149         * src/prefs_filtering.h
1150         * src/prefs_template.c
1151         * src/summary_search.c
1152         * src/summaryview.c
1153         * src/gtk/gtkutils.c
1154         * src/gtk/gtkutils.h
1155         * src/gtk/pluginwindow.c
1156                 add help buttons to some dialogs. Clicking such buttons opens a
1157                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
1158
1159 2006-07-06 [paul]       2.3.1cvs62
1160
1161         * src/textview.c
1162                 fix attachments contextual menu
1163                 Thanks to Colin
1164
1165 2006-07-05 [colin]      2.3.1cvs61
1166
1167         * src/textview.c
1168         * src/compose.c
1169                 Handle sftp:// links
1170
1171 2006-07-05 [paul]       2.3.1cvs60
1172
1173         * src/gtk/filesel.c
1174                 grab save button by default
1175                 Thanks to Colin
1176
1177 2006-07-05 [wwp]        2.3.1cvs59
1178
1179         * manual/xml2pdf
1180                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
1181
1182 2006-07-04 [colin]      2.3.1cvs58
1183
1184         * src/mimeview.c
1185         * src/textview.c
1186                 Use left click to select, middle click to open
1187                 on mimeparts links
1188         * src/common/utils.c
1189                 Fix segfault
1190
1191 2006-07-04 [colin]      2.3.1cvs57
1192
1193         * src/mainwindow.c
1194         * src/news.c
1195                 Warning fixes, thanks to Fabien
1196
1197 2006-07-04 [colin]      2.3.1cvs56
1198
1199         * src/mimeview.c
1200         * src/mimeview.h
1201         * src/textview.c
1202                 Allow parts to be selected via their text label
1203                 in textview
1204
1205 2006-07-04 [colin]      2.3.1cvs55
1206
1207         * src/folderview.c
1208                 Feedback when closing (for big folders)
1209         * src/prefs_actions.c
1210         * src/prefs_filtering.c
1211         * src/prefs_matcher.c
1212         * src/prefs_template.c
1213                 Fix default button when closing without
1214                 having saved
1215
1216 2006-07-04 [colin]      2.3.1cvs54
1217
1218         * src/news.c
1219                 Delete local file on deletion
1220
1221 2006-07-03 [colin]      2.3.1cvs53
1222
1223         * src/folderview.c
1224         * src/main.c
1225                 Don't freeze when rescanning after crash
1226
1227 2006-07-03 [wwp]        2.3.1cvs52
1228
1229         * src/compose.c
1230         * src/privacy.c
1231         * src/privacy.h
1232         * src/plugins/pgpinline/pgpinline.c
1233         * src/plugins/pgpmime/pgpmime.c
1234                 don't report an error when the user cancels the passphrase dialog.
1235
1236 2006-07-02 [colin]      2.3.1cvs51
1237
1238         * src/folderview.c
1239                 Open message when crossing folders with Space,
1240                 goto next unread and friends
1241
1242 2006-07-01 [colin]      2.3.1cvs50
1243
1244         * src/prefs_account.c
1245                 Typographic rules varying from language
1246                 to language (in french "Protocole :"),
1247                 we have to do that :)
1248
1249 2006-07-01 [ticho]      2.3.1cvs49
1250
1251         * src/prefs_account.c
1252                 Only use one temporary gchar* variable in
1253                 prefs_account_protocol_set_optmenu().
1254
1255 2006-07-01 [ticho]      2.3.1cvs48
1256
1257         * src/prefs_account.c
1258         * src/prefs_account.h
1259                 Use GtkLabel for existing account protocol name.
1260                 Created an array for protocol names and populate the
1261                 combobox from it in a for() cycle.
1262
1263 2006-06-30 [colin]      2.3.1cvs47
1264
1265         * src/compose.c
1266                 Block undo when changing signature (by changing
1267                 account)
1268
1269 2006-06-30 [paul]       2.3.1cvs46
1270
1271         * src/send_message.c
1272                 when editing From in the Compose window, use that address
1273                 in the Return-Path: header
1274                 Thanks to Colin
1275
1276 2006-06-30 [colin]      2.3.1cvs45
1277
1278         * src/compose.c
1279                 Fix signature replacement:
1280                 - when no newline before separator
1281                 - when reediting
1282
1283 2006-06-29 [colin]      2.3.1cvs44
1284
1285         * src/folderview.c
1286         * src/folderview.h
1287         * src/mainwindow.c
1288         * src/summaryview.c
1289                 Let 'View/Go to/Next marked' work like
1290                 Next new & Next unread: across folders
1291                 Change the select_on_entry pref to do
1292                 what we want when changing folder
1293         * src/common/utils.c
1294                 Fix single-quoted links 
1295
1296 2006-06-29 [colin]      2.3.1cvs43
1297
1298         * src/gtk/gtkaspell.c
1299                 "Sylpheed" and "Sylpheed-Claws" do exist !
1300
1301 2006-06-29 [colin]      2.3.1cvs42
1302
1303         * src/imap.c
1304                 Forgot to remove debug
1305
1306 2006-06-29 [colin]      2.3.1cvs41
1307
1308         * src/imap.c
1309         * src/imap.h
1310         * src/mainwindow.c
1311                 Disconnect from IMAP servers when going
1312                 offline. Fixes bug #978 (going to offline-mode 
1313                 won't close connections)
1314
1315 2006-06-29 [colin]      2.3.1cvs40
1316
1317         * src/main.c
1318                 Fix transient setting on failing plugins
1319                 Patch by Fabien
1320         * src/plugins/pgpcore/sgpgme.c
1321                 Only warn for OpenPGP. Most people don't
1322                 have CMS available.
1323
1324 2006-06-29 [colin]      2.3.1cvs39
1325
1326         * src/compose.c
1327                 Fix Spelling menu (discrepancy between context menu
1328                 and top menu when folder's dictionary isn't the 
1329                 default one)
1330         * src/plugins/pgpcore/sgpgme.c
1331                 More error reporting about why gpgme can fail
1332
1333 2006-06-29 [wwp]        2.3.1cvs38
1334
1335         * src/mainwindow.c
1336                 honor the display-header-pane setting even when the message view
1337                 is a separate window.
1338
1339 2006-06-29 [wwp]        2.3.1cvs37
1340
1341         * src/prefs_actions.c
1342                 forgot to commit that one (use of GTK_STOCK_INFO).
1343
1344 2006-06-29 [colin]      2.3.1cvs36
1345
1346         * src/imap.c
1347                 Better handling of login errors (ask the password
1348                 again once), alert in case of error. Fix three
1349                 signedness warnings.
1350
1351 2006-06-28 [wwp]        2.3.1cvs35
1352
1353         * src/prefs_template.c
1354         * src/prefs_matcher.c
1355         * src/prefs_filtering_action.c
1356         * src/prefs_quote.c
1357                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
1358                 patch by Fabien Vantard, slightly modified.
1359
1360 2006-06-28 [paul]
1361
1362         2.4.0-rc2 released
1363
1364 2006-06-28 [colin]      2.3.1cvs34
1365
1366         * src/prefs_account.c
1367                 Fix bug #977 (Can't add or edit imap accounts)
1368
1369 2006-06-28 [colin]      2.3.1cvs33
1370
1371         * src/mimeview.c
1372                 Fix previous
1373
1374 2006-06-28 [colin]      2.3.1cvs32
1375
1376         * src/mimeview.c
1377                 Save named inlined attachments with "Save all"
1378         * src/main.c
1379         * src/mbox.c
1380         * src/common/plugin.c
1381         * src/common/plugin.h
1382         * src/common/sylpheed.c
1383         * src/common/utils.c
1384         * src/plugins/pgpcore/sylpheed.def
1385         * src/plugins/pgpinline/sylpheed.def
1386         * src/plugins/pgpmime/sylpheed.def
1387                 Win32 compatibility patch, by
1388                 Werner Koch
1389
1390 2006-06-28 [wwp]        2.3.1cvs31
1391
1392         * src/imap.c
1393         * src/prefs_folder_item.c
1394                 less compilation warnings (thanks to Fabien Vantard), less typos.
1395
1396 2006-06-28 [paul]       2.3.1cvs30
1397
1398         * src/gtk/gtkutils.c
1399                 gtk_combo_box_set_focus_on_click() is only
1400                 available since gtk 2.6.0
1401
1402 2006-06-28 [paul]       2.3.1cvs29
1403
1404         * src/prefs_ext_prog.c
1405                 fix engrish and add a tooltip for the
1406                 'command for 'Display as text' option
1407
1408 2006-06-28 [paul]
1409
1410         2.4.0-rc1 released
1411
1412 2006-06-28 [paul]       2.3.1cvs28
1413
1414         * ChangeLog
1415         * tools/Makefile.am
1416                 include textviewer.pl in releases
1417
1418 2006-06-28 [paul]       2.3.1cvs27
1419
1420         * src/prefs_ext_prog.c
1421                 hide Print command option if libgnomeprint
1422                 support is present
1423
1424 2006-06-27 [colin]      2.3.1cvs26
1425
1426         * src/compose.c
1427                 Fix Esc handling in insert/attach dialog
1428                 Don't show this dialog if dragging something
1429                 else than text/uri-list
1430                 Thanks to Fabien Vantard
1431         * tools/textviewer.pl
1432                 Filter script to display stuff as text
1433                 by H. Merijn Brand
1434
1435 2006-06-27 [wwp]        2.3.1cvs25
1436
1437         * src/messageview.c
1438                 use the exact product name (message view title), patch
1439                 by Fabien Vantard.
1440
1441 2006-06-27 [ticho]      2.3.1cvs24
1442
1443         * src/prefs_account.c
1444         * src/prefs_common.c
1445         * src/prefs_common.h
1446         * src/prefs_ext_prog.c
1447         * src/textview.c
1448                 Add a preference (Preferences/External programs)
1449                 to allow "Display as text" to be done via a script
1450                 (patch by H.Merijn Brand).
1451                 Use GtkComboBox for protocol selection in account
1452                 preferences.
1453                 Only include current choice for existing accounts, and
1454                 insensitivize the combobox.
1455
1456 2006-06-27 [paul]       2.3.1cvs23
1457
1458         * src/mbox.c
1459                 fix crasher introduced in cvs21.
1460                 Thanks to Colin
1461
1462 2006-06-26 [colin]      2.3.1cvs22
1463
1464         * src/mbox.c
1465                 Fix double-frees when leaving folders
1466                 after exporting to mbox
1467
1468 2006-06-26 [colin]      2.3.1cvs21
1469
1470         * src/mbox.c
1471                 More feedback (and optimisation)
1472                 on import/export
1473         * src/common/utils.c
1474                 Fix case when looking for mail addresses
1475         * src/gtk/gtkutils.c
1476                 Extra check for (X-)Face
1477
1478 2006-06-25 [ticho]      2.3.1cvs20
1479
1480         * src/compose.c
1481         * src/exphtmldlg.c
1482         * src/gtk/gtkutils.c
1483         * src/gtk/gtkutils.h
1484                 Added second argument to gtkut_sc_combobox_create() to
1485                 control focus-on-click for the widget.
1486                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
1487
1488 2006-06-25 [ticho]      2.3.1cvs19
1489
1490         * src/compose.c
1491         * src/gtk/Makefile.am
1492         * src/gtk/combobox.c
1493         * src/gtk/combobox.h
1494         * src/gtk/gtkutils.c
1495         * src/gtk/gtkutils.h
1496                 Use GtkComboBox instead of deprecated GtkOptionMenu
1497                 for account selector in compose window and for encoding
1498                 selector in attachment properties.
1499                 Also factorise working with the new GtkComboBox somewhat.
1500
1501 2006-06-24 [paul]       2.3.1cvs18
1502
1503         * src/prefs_common.c
1504                 use the correct default value
1505
1506 2006-06-24 [paul]       2.3.1cvs17
1507
1508         * src/compose.c
1509         * src/prefs_common.c
1510         * src/prefs_common.h
1511         * src/prefs_compose_writing.c
1512                 enable setting of default action when
1513                 dnd'ing files in the compose window.
1514                 (Collaborative effort with wwp)
1515
1516 2006-06-23 [wwp]        2.3.1cvs16
1517
1518         * src/compose.c
1519                 i18n fix (thanks to Fabien Vantard)
1520
1521 2006-06-22 [colin]      2.3.1cvs15
1522
1523         * src/prefs_customheader.c
1524                 Don't use filters in custom headers' file 
1525                 selector. Remember, extensions mean nothing :)
1526
1527 2006-06-22 [paul]       2.3.1cvs14
1528
1529         * configure.ac
1530                 allow setting of man directory location
1531
1532 2006-06-22 [colin]      2.3.1cvs13
1533
1534         * src/mainwindow.c
1535                 Add 'View/Go to/Next unread folder'.
1536                 I missed that :)
1537
1538 2006-06-22 [colin]      2.3.1cvs12
1539
1540         * src/common/utils.c
1541                 Add some subject prefixes
1542                 Patch by Bjorn T Johansen <btj@havleik.no>
1543
1544 2006-06-22 [colin]      2.3.1cvs11
1545
1546         * manual/advanced.xml
1547                 Forgotten hidden pref
1548
1549 2006-06-21 [paul]       2.3.1cvs10
1550
1551         * src/prefs_account.c
1552                 complete the removal of 'Add date header' option
1553
1554 2006-06-21 [paul]       2.3.1cvs9
1555
1556         * src/account.c
1557         * src/compose.c
1558         * src/prefs_account.c
1559         * src/prefs_account.h
1560                 remove option to add date header - always
1561                 add date header
1562         * src/etpan/imap-thread.c
1563                 fix warnings (Thanks to Colin)
1564
1565 2006-06-21 [wwp]        2.3.1cvs8
1566
1567         * src/folder.c
1568                 set the attachment flag when inline text part are (file)named. This is more convenient
1569                 when receiving (for instance) inline source files or patches sent using thunderbird.
1570
1571 2006-06-21 [paul]       2.3.1cvs7
1572
1573         * src/inc.c
1574                 fix off-by-one count of current msg in
1575                 statusbar filtering progressbar
1576
1577 2006-06-21 [paul]       2.3.1cvs6
1578
1579         * src/folder.c
1580                 Show attachment icon even if the part is 'inline'
1581                 if the following conditions are met:
1582                 - content-type != 'text/plain'
1583                 - content-type != '*/pgp-signature'
1584                 - either 'name' or 'filename' parameter is not NULL
1585                 
1586                 Thanks to Colin
1587
1588 2006-06-21 [paul]       2.3.1cvs5
1589
1590         * src/messageview.c
1591         * src/prefs_common.c
1592         * src/prefs_common.h
1593         * src/prefs_other.c
1594                 add an option to 'Never send Return
1595                 Receipts'
1596                 Thanks to Colin
1597
1598 2006-06-20 [mones]      2.3.1cvs4
1599
1600         * po/es.po
1601                 updated
1602         * src/compose.c
1603                 typo fixed (space after comma)
1604         * tools/make.themes.project
1605                 remove exec mode from tarball files
1606
1607 2006-06-20 [colin]      2.3.1cvs3
1608
1609         * src/news.c
1610         * src/procheader.c
1611         * src/unmime.c
1612                 Better fix for \n's in headers (don't 
1613                 break Received: and others)
1614
1615 2006-06-20 [paul]       2.3.1cvs2
1616
1617         * src/alertpanel.c
1618         * src/textview.c
1619                 improve legibility of phishing attempt
1620                 dialog
1621
1622 2006-06-20 [paul]       2.3.1cvs1
1623
1624         * NEWS
1625         * README
1626         * configure.ac
1627                 Update version number following
1628                 stable release
1629
1630 2006-06-20 [colin]      2.3.0cvs26
1631
1632         * src/compose.c
1633                 When dragging a file to the text of the compose
1634                 window, ask whether we want to insert or attach
1635                 (I know lots of people who do that to attach)
1636
1637 2006-06-20 [colin]      2.3.0cvs25
1638
1639         * src/etpan/imap-thread.c
1640                 Fix threshold (the append command is often > 32 bytes)
1641
1642 2006-06-19 [colin]      2.3.0cvs24
1643
1644         * src/imap.c
1645         * src/etpan/imap-thread.c
1646                 Workaround Rockliffe IMAP server bug: replace
1647                 "x UID SEARCH (ANSWERED UID 1:*)" with
1648                 "x UID SEARCH ANSWERED"
1649                 (Rockliffe doesn't handle the parenthesis)
1650
1651 2006-06-19 [colin]      2.3.0cvs23
1652
1653         * src/compose.c
1654         * src/imap.c
1655         * src/etpan/imap-thread.c
1656                 Probably fix bug #972 (Freezes when adding 
1657                 an attachment to the message)
1658         * src/common/defs.h
1659                 Modernize Firefox cmd
1660
1661
1662 2006-06-18 [colin]      2.3.0cvs22
1663
1664         * src/prefs_customheader.c
1665                 Only allow correct filenames for various
1666                 custom headers
1667
1668 2006-06-18 [colin]      2.3.0cvs21
1669
1670         * src/prefs_customheader.c
1671                 Add a 'From File...' button in custom headers prefs, which
1672                 try to do the right thing: 
1673                 for normal headers, use file as plaintext,
1674                 for X-Face, calls compface,
1675                 for Face, encode to b64.
1676
1677 2006-06-17 [colin]      2.3.0cvs20
1678
1679         * src/mh.c
1680                 Warning fix
1681
1682 2006-06-16 [colin]      2.3.0cvs19
1683
1684         * src/summaryview.c
1685                 Recursive quicksearch: show message list
1686                 in current folder, *then* search children
1687                 in the background.
1688
1689 2006-06-16 [colin]      2.3.0cvs18
1690
1691         * src/main.c
1692                 Instead of ignoring SIGPIPE, save caches
1693                 when getting one. Will fix the fact that
1694                 hot caches are out-of-date when logging 
1695                 out of Xorg.
1696         * src/compose.c
1697         * src/prefs_compose_writing.c
1698                 Only save text (not attachments) when 
1699                 auto-saving to drafts
1700         * src/unmime.c
1701                 Always replace \n, \r and \t with spaces
1702                 in headers
1703         * manual/dist/html/Makefile.am
1704         * manual/dist/pdf/Makefile.am
1705         * manual/dist/ps/Makefile.am
1706         * manual/dist/txt/Makefile.am
1707         * manual/fr/dist/html/Makefile.am
1708         * manual/fr/dist/pdf/Makefile.am
1709         * manual/fr/dist/ps/Makefile.am
1710         * manual/fr/dist/txt/Makefile.am
1711         * manual/pl/dist/html/Makefile.am
1712         * manual/pl/dist/pdf/Makefile.am
1713         * manual/pl/dist/ps/Makefile.am
1714         * manual/pl/dist/txt/Makefile.am
1715                 Fix make clean removing pregenerated manuals
1716
1717
1718 2006-06-16 [colin]      2.3.0cvs17
1719
1720         * src/plugins/pgpcore/sgpgme.c
1721         * src/plugins/pgpmime/pgpmime.c
1722         * src/plugins/pgpinline/pgpinline.c
1723                 Better error reporting in setup_signers.
1724                 Don't fallback to default key if specified
1725                 key isn't found.
1726                 Don't allow signing if more than one secret
1727                 key matches the one specified in prefs.
1728
1729 2006-06-15 [colin]      2.3.0cvs16
1730
1731         * src/folderview.c
1732                 Add "Send queue" in the folder's contextual
1733                 menu
1734         * src/compose.c
1735         * src/messageview.c
1736         * src/privacy.c
1737         * src/privacy.h
1738         * src/procmime.c
1739         * src/procmsg.c
1740         * src/plugins/pgpcore/passphrase.c
1741         * src/plugins/pgpcore/sgpgme.c
1742         * src/plugins/pgpinline/pgpinline.c
1743         * src/plugins/pgpmime/pgpmime.c
1744                 Better error reporting
1745         * src/mbox.c
1746                 Probably fix bug #971 (2.2.3 cannot read mail 
1747                 from local mbox)
1748
1749
1750 2006-06-15 [mones]      2.3.0cvs15
1751
1752         * tools/make.themes.project
1753                 creates the themes project from the web page
1754
1755 2006-06-15 [colin]      2.3.0cvs14
1756
1757         * src/folder.c
1758                 Better fix (avoid losing the folder if scan_tree 
1759                 fails)
1760
1761 2006-06-15 [cleroy]     2.3.0cvs13
1762
1763         * src/folder.c
1764                 Probably fix Bug #969 (crash on rebuilding 
1765                 imap folder)
1766
1767 2006-06-14 [colin]      2.3.0cvs12
1768
1769         * manual/dtd/manual.xsl
1770         * manual/sylpheed-claws-manual.xml
1771         * manual/fr/sylpheed-claws-manual.xml
1772         * manual/pl/sylpheed-claws-manual.xml
1773                 Insert pagebreaks between sections
1774
1775 2006-06-14 [paul]       2.3.0cvs11
1776
1777         * configure.ac
1778                 better fix than 2.3.0cvs10
1779
1780 2006-06-14 [paul]       2.3.0cvs10
1781
1782         * configure.ac
1783                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1784                 (backwards compatible)
1785
1786 2006-06-13 [colin]      2.3.0cvs9
1787
1788         * src/messageview.c
1789                 Fix sending of return receipt with the new queue folders
1790
1791 2006-06-13 [wwp]        2.3.0cvs8
1792
1793         * src/quote_fmt_lex.l
1794                 fix wrong tokens returned in quote_fmt lexer, query not().
1795
1796 2006-06-13 [wwp]        2.3.0cvs7
1797
1798         * src/folder.c
1799         * src/prefs_folder_item.c
1800                 allow changing folder type even when folder is not a top-level one,
1801                 thanks to Colin.
1802
1803 2006-06-12 [colin]      2.3.0cvs6
1804
1805         * src/folderview.c
1806                 Fix double-ask of "Do you want to mark all
1807                 as read"
1808
1809 2006-06-12 [colin]      2.3.0cvs5
1810
1811         * src/compose.c
1812         * src/compose.h
1813         * src/folder.c
1814         * src/folder.h
1815         * src/imap.c
1816         * src/inc.c
1817         * src/main.c
1818         * src/messageview.c
1819         * src/mh.c
1820         * src/prefs_folder_item.c
1821         * src/procheader.c
1822         * src/procmime.c
1823         * src/procmsg.c
1824         * src/procmsg.h
1825         * src/send_message.c
1826         * src/summaryview.c
1827         * src/toolbar.c
1828                 Apply bug #964's patch (Queue and drafts aren't normal)
1829                 The Drafts and Queue folder now contain RFC-822 files,
1830                 allowing to move and copy mails from and to these 
1831                 folders. Moving from Drafts to Queue will prepare the
1832                 mail for sending (PGP signature, encryption, etc).
1833                 This patch also rework sending errors handling to try
1834                 to be more helpful.
1835                 Also, allow redefining folder types via the GUI 
1836                 (Folder type in its Properties)
1837
1838 2006-06-12 [colin]      2.3.0cvs4
1839
1840         * src/summaryview.c
1841         * src/prefs_common.c
1842         * src/prefs_common.h
1843         * src/gedit-print.c
1844                 Allow to define a specific print font - patch
1845                 by Bernhard Walle <bernhard.walle@gmx.de>
1846         * src/prefs_fonts.c
1847         * manual/advanced.xml
1848         * manual/fr/advanced.xml
1849                 Add a hidden pref to allow deletion without
1850                 confirmation
1851
1852 2006-06-12 [wwp]        2.3.0cvs3
1853
1854         * .cvsignore
1855                 more files to ignore.
1856
1857 2006-06-12 [wwp]        2.3.0cvs2
1858
1859         * src/quote_fmt.c
1860         * src/quote_fmt_lex.l
1861         * src/quote_fmt_parse.y
1862                 extend the quote_fmt parser (templates and quotes):
1863                 - allow limited sub-expressions in |p{} and |f{} expressions,
1864                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
1865                 - implemented/fixed missing implementation of query_references and show_references,
1866                 - completed, fixed contents and format of the symbols help dialog,
1867                 - fix some compilation warnings.
1868
1869 2006-06-12 [wwp]        2.3.0cvs1
1870
1871         * manual/advanced.xml
1872         * manual/fr/advanced.xml
1873                 updates in the "templates" section of the manual (eng/fr):
1874                  - be more precise (both versions)
1875                  - completed to match the english reference (fr version)
1876                  - touchups (both versions)
1877
1878 2006-06-12 [paul]       2.3.0
1879
1880         2.3.0 released
1881
1882 2006-06-12 [paul]       2.2.3cvs14
1883
1884         * po/ca.po
1885         * po/cs.po
1886         * po/de.po
1887         * po/el.po
1888         * po/fr.po
1889         * po/it.po
1890         * po/pt_BR.po
1891         * po/sr.po
1892         * po/zh_CN.po
1893                 updated by Miquel Oliete, Tim, Stephan Sachse,
1894                 Stavros Giannouris, Fabien Vantard, Andrea
1895                 Spadaccini, Frederico Goncalves Guimaraes,
1896                 Aleksandar Urosevic, and Ralgh Young
1897
1898 2006-06-12 [colin]      2.2.3cvs13
1899
1900         * src/mbox.c
1901                 Add missing header
1902
1903 2006-06-11 [colin]      2.2.3cvs12
1904
1905         * src/msgcache.c
1906                 Verify that g_malloc() succeeded
1907
1908 2006-06-11 [colin]      2.2.3cvs11
1909
1910         * src/wizard.c
1911                 Add Face header to welcome mail
1912
1913 2006-06-10 [colin]      2.2.3cvs10
1914
1915         * src/textview.c
1916                 Revert previous (Forgot it changes the
1917                 margin on the whole mail)
1918
1919 2006-06-10 [colin]      2.2.3cvs9
1920
1921         * src/textview.c
1922                 Don't overlap long headers under (X-)Face
1923
1924 2006-06-10 [mones]      2.2.3cvs8
1925
1926         * manual/xml2pdf
1927                 allow generation of manual on systems lacking saxon binary
1928                 but with java and the saxon library installed
1929
1930         * po/es.po
1931                 updated for release
1932
1933 2006-06-09 [colin]      2.2.3cvs7
1934
1935         * src/summaryview.c
1936                 Fix leak when using Display Sender using Addressbook
1937
1938 2006-06-09 [colin]      2.2.3cvs6
1939
1940         * src/compose.c
1941         * src/folder.c
1942         * src/folderview.c
1943         * src/mimeview.c
1944         * src/summaryview.c
1945                 More leaks fixes
1946
1947 2006-06-09 [paul]       2.2.3cvs5
1948
1949         * AUTHORS
1950         * src/gtk/authors.h
1951         * tools/claws.i18n.status.pl
1952                 updated with new info
1953
1954 2006-06-09 [paul]       2.2.3cvs4
1955
1956         * README
1957                 updated
1958         * manual/ack.xml
1959                 add wwp to authors list
1960         * src/gtk/authors.h
1961                 update mine and Colin's addresses
1962
1963 2006-06-08 [colin]      2.2.3cvs3
1964
1965         * src/etpan/imap-thread.c
1966                 Fix leak on SSL cert check
1967
1968 2006-06-08 [colin]      2.2.3cvs2
1969
1970         * src/common/utils.c
1971                 Fix leak
1972
1973 2006-06-08 [paul]       2.2.3cvs1
1974
1975         * configure.ac
1976                 Update version number following
1977                 stable release
1978
1979 2006-06-07 [colin]      2.2.2cvs3
1980
1981         * src/msgcache.c
1982                 Fix catching cache read errors (guint instead of gint)
1983                 Prevent malloc'ing more than 8MB (means cache corruption)
1984
1985 2006-06-07 [paul]       2.2.2cvs2
1986
1987         * src/exporthtml.c
1988         * src/exportldif.c
1989         * src/mh.c
1990         * src/mutt.c
1991         * src/pine.c
1992         * src/common/utils.c
1993                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
1994                 obey $HOME'
1995                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
1996                 Thanks to Colin
1997
1998 2006-06-06 [paul]       2.2.2cvs1
1999
2000         * configure.ac
2001                 Update version number following
2002                 stable release
2003
2004 2006-06-06 [paul]       2.2.1cvs6
2005
2006         * src/matcher.c
2007                 fix  implicit declaration of
2008                 sylpheed_do_idle()
2009                 Patch by Fabien Vantard
2010
2011 2006-06-06 [paul]       2.2.1cvs5
2012
2013         * src/matcher.c
2014                 fix age_greater and age_lower so that they
2015                 mean what say and not '...or equal to'
2016                 Thanks to Colin
2017
2018 2006-06-06 [paul]       2.2.1cvs4
2019
2020         * src/textview.c
2021         * src/common/utils.c
2022                 fix URI check
2023                 Thanks to Colin
2024
2025 2006-06-05 [wwp]        2.2.1cvs3
2026
2027         * manual/fr/account.xml
2028                 minor language fixes (thanks to Fabien Vantard).
2029
2030 2006-06-05 [colin]      2.2.1cvs2
2031
2032         * src/prefs_folder_item.c
2033         * src/folderview.c
2034                 Allow recursive setting of properties 
2035                 for whole mailboxes
2036         * src/matcher.c
2037                 Don't freeze on 'test' filtering rule
2038
2039 2006-06-05 [colin]      2.2.1cvs1
2040
2041         * configure.ac
2042                 Update version number following
2043                 stable release
2044
2045 2006-06-04 [wwp]        2.2.0cvs82
2046
2047         * manual/glossary.xml
2048         * manual/account.xml
2049         * manual/fr/glossary.xml
2050         * manual/fr/account.xml
2051                 added glossary section and references/links related to the Face custom header.
2052
2053 2006-06-04 [colin]      2.2.0cvs81
2054
2055         * src/summaryview.c
2056                 Skip to next message on move with no
2057                 immediate execution
2058
2059 2006-06-04 [wwp]        2.2.0cvs80
2060
2061         * manual/xml2pdf
2062                 added sanity checks, exit when needed.
2063
2064 2006-06-03 [paul]       2.2.0cvs79
2065
2066         * src/prefs_receive.c
2067                 page name is now 'Receiving'
2068         * src/prefs_send.c
2069                 page name is now 'Sending'
2070
2071 2006-06-03 [colin]      2.2.0cvs78
2072
2073         * src/plugins/spamassassin/spamassassin_gtk.c
2074                 Autoswitch to Localhost if transport was previously
2075                 disabled. Else people had to check [] Enable, then
2076                 *reselect* transport.
2077
2078 2006-06-03 [colin]      2.2.0cvs77
2079
2080         * src/plugins/pgpinline/pgpinline.c
2081         * src/plugins/pgpmime/pgpmime.c
2082                 Check that gpg_data_release_and_get_mem 
2083                 didn't fail (now, why this happens...)
2084
2085 2006-06-03 [colin]      2.2.0cvs76
2086
2087         * src/mbox.c
2088                 Fix bug #962 (Manual and/or UI should 
2089                 warn about incompatible locking 
2090                 causing dataloss)
2091
2092 2006-06-02 [cleroy]     2.2.0cvs75
2093
2094         * src/filtering.c
2095         * src/folder.c
2096         * src/procmsg.c
2097         * src/summaryview.c
2098                 Fix a few leaks
2099
2100 2006-06-02 [colin]      2.2.0cvs74
2101
2102         * src/main.c
2103                 On exit, free caches after writing them
2104                 Shuts up some valgrind false positives
2105         * src/procmsg.c
2106         * src/send_message.c
2107                 Fix races when reusing existing SMTP connections
2108                 Fix inexistant session timeout
2109         * src/toolbar.c
2110                 Display alertpanel after all queues have
2111                 been processed, not after each
2112
2113 2006-06-02 [wwp]        2.2.0cvs73
2114
2115         * manual/fr/glossary.xml
2116         * manual/fr/ack.xml
2117         * manual/ack.xml
2118                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
2119
2120 2006-06-02 [wwp]        2.2.0cvs72
2121
2122         * manual/xml2pdf
2123         * manual/dist/pdf/Makefile.am
2124         * manual/dtd/manual.xsl
2125         * manual/fr/dist/pdf/Makefile.am
2126         * manual/pl/dist/pdf/Makefile.am
2127                 we changed the procedure to generate the .pdf version of the manual.
2128                 The procedure is more modern and the .pdf we get now has a valid index.
2129                 Here are the new pre-requisites:
2130
2131                 - JRE 1.x (1.4 here): there must be one from your distro
2132                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
2133                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
2134                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
2135
2136                 See my posts for further info about the installation of this toolchain:
2137
2138                 Date: Fri, 19 May 2006 19:40:06 +0200
2139                 From: wwp <subscript@free.fr>
2140                 To: sylpheed-claws-devel@lists.sourceforge.net
2141                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
2142
2143                 and
2144
2145                 Date: Wed, 24 May 2006 12:58:49 +0200
2146                 From: wwp <subscript@free.fr>
2147                 To: sylpheed-claws-devel@lists.sourceforge.net
2148                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
2149
2150 2006-06-01 [colin]      2.2.0cvs71
2151
2152         * src/compose.c
2153                 Better guards against IMAP races
2154         * src/main.c
2155         * src/prefs_common.c
2156         * src/prefs_common.h
2157         * src/common/ssl_certificate.c
2158         * src/etpan/imap-thread.c
2159         * src/etpan/imap-thread.h
2160         * src/gtk/sslcertwindow.c
2161                 New hidden option ssl_skip_cert_check to 
2162                 avoid dups of bug #959 (libetpan linked
2163                 against gnutls and gnutls buggy on 64bit)
2164                 Present expired warning only once per
2165                 session/server.
2166         * manual/advanced.xml
2167         * manual/fr/advanced.xml
2168                 Document new option
2169
2170 2006-06-01 [wwp]        2.2.0cvs70
2171
2172         * src/messageview.c
2173                 fix for bug #961 (return receipt dialog 
2174                 complains incorrectly about return-path 
2175                 email adress being different), thanks 
2176                 to Colin.
2177
2178 2006-05-31 [cleroy]     2.2.0cvs69
2179
2180         * src/common/ssl.c
2181                 Guard against NULLs, although this
2182                 should never be an issue
2183
2184 2006-05-31 [colin]      2.2.0cvs68
2185
2186         * src/filtering.c
2187                 Use g_slist_prepend
2188         * src/imap.c
2189                 Don't remove caches when destroying folder, it
2190                 could (should) be done at exit
2191         * src/inc.c
2192                 free processing cache after incorporation
2193         * src/etpan/imap-thread.c
2194                 Maybe fix bug #959 (Crash on moving to emails 
2195                 to a imap account per ssl with a expired 
2196                 certificate.)
2197
2198 2006-05-30 [colin]      2.2.0cvs67
2199
2200         * src/summaryview.c
2201                 Put back event flush when displaying message
2202                 It avoids reading a bunch of messages just
2203                 by hitting shift-n for too long ;)
2204
2205 2006-05-29 [colin]      2.2.0cvs66
2206
2207         * src/summaryview.c
2208                 Remove useless g_warnings
2209
2210 2006-05-29 [colin]      2.2.0cvs65
2211
2212         * src/imap.c
2213                 Fix g_slist_append()s for performance
2214
2215 2006-05-29 [colin]      2.2.0cvs64
2216
2217         * src/compose.c
2218         * src/common/utils.c
2219                 Fix extraneous tab at start of addresses
2220         * src/mainwindow.c
2221                 Fix warnings (thanks to Fabien)
2222                 Fix crash at exit when composing messages 
2223                 exist
2224         * src/pop.c
2225                 Fix progress bar when deleting expired mails
2226                 Thanks to Hiro
2227         * src/summaryview.c
2228         * src/gtk/gtksctree.c
2229                 Fix re-sorting slowness
2230
2231 2006-05-29 [paul]       2.2.0cvs63
2232
2233         * src/mh.c
2234                 fetch full message when moving mails
2235                 from another mailbox, (fixed data loss
2236                 when filtering from IMAP to MH, introduced
2237                 in 2.2.0cvs57).
2238                 Thanks to Colin
2239
2240 2006-05-29 [mones]      2.2.0cvs62
2241
2242         * src/gtk/gtksctree.c
2243                 Unselect faster (patch by Colin)        
2244
2245 2006-05-26 [colin]      2.2.0cvs61
2246
2247         * src/summaryview.c
2248                 Unplug MSGINFO_UPDATE callback on delete too.
2249
2250 2006-05-26 [colin]      2.2.0cvs60
2251
2252         * src/foldersel.c
2253                 Fix bold in folder selection window with glib2.10
2254                 thanks Hiro
2255
2256 2006-05-26 [colin]      2.2.0cvs59
2257
2258         * src/procheader.c
2259                 Convert date only if necessary (and don't
2260                 try to convert from utf8 to utf8, too)
2261         * src/summaryview.c
2262                 Only set column's text if the column's 
2263                 displayed
2264
2265 2006-05-26 [colin]      2.2.0cvs58
2266
2267         * src/summaryview.c
2268         * src/gtk/gtkutils.c
2269                 Fix useless warning
2270
2271 2006-05-26 [colin]      2.2.0cvs57
2272
2273         * src/mainwindow.c
2274                 Make summaryview selectable as long as 
2275                 no message has focus
2276         * src/mh.c
2277                 Faster deletion (by implementing mh_remove_msgs)
2278                 Faster copy (avoid using mh_fetch_msg just to get
2279                 the filename)
2280                 Faster move (using move_file instead of copy_file
2281                 if MSG_IS_MOVE)
2282                 No progressbar if total number of mails to cp/mv 
2283                 is less than 100
2284         * src/summaryview.c
2285                 Fix removal from subject_table when mail gets moved
2286                 Faster deletion (g_slist_prepend instead of append)
2287         * src/gtk/gtksctree.c
2288                 Remove useless code
2289
2290 2006-05-25 [colin]      2.2.0cvs56
2291
2292         * src/common/ssl_certificate.c
2293                 Fix leak in expired cert check
2294
2295 2006-05-25 [colin]      2.2.0cvs55
2296
2297         * src/mh.c
2298                 Disable flags syncing on .mh_sequences - it
2299                 is buggy and marks mails read under unknown
2300                 conditions.
2301
2302 2006-05-25 [paul]
2303
2304         * 2.3.0-rc4 released
2305
2306 2006-05-24 [colin]      2.2.0cvs54
2307
2308         attention cvs users: if you manage to crash
2309         Sylpheed-Claws while moving, copying or deleting
2310         mails, we *are* interested in stack traces and
2311         valgrind logs. It looks stable, but one never
2312         knows...
2313
2314         * src/folder.c
2315                 Add progressbar for cache updates
2316         * src/folderutils.c
2317                 Optimize Mark all read in the current
2318                 folder
2319         * src/mh.c
2320                 Add progressbar for copy/move
2321         * src/procmsg.c
2322                 Optimize O(n^2) in copy/move
2323         * src/summaryview.c
2324         * src/gtk/gtksctree.c
2325                 Optimize O(n^2) algos
2326         * src/common/timing.h
2327                 Display ms instead of us
2328
2329 2006-05-24 [wwp]        2.2.0cvs53
2330
2331         * manual/fr/advanced.xml
2332                 updates to the French manual.
2333
2334 2006-05-24 [wwp]        2.2.0cvs52
2335
2336         * src/common/utils.c
2337                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
2338
2339 2006-05-24 [wwp]        2.2.0cvs51
2340
2341         * src/folderutils.c
2342                 fixed "mark all read" in MH folders (thanks to Colin).
2343
2344 2006-05-24 [paul]       2.2.0cvs50
2345
2346         * doc/man/sylpheed-claws.1
2347                 updated the man page
2348
2349 2006-05-23 [colin]      2.2.0cvs49
2350
2351         * src/folderview.c
2352         * src/imap.c
2353         * src/inc.c
2354         * src/mbox.c
2355         * src/messageview.c
2356         * src/news.c
2357         * src/send_message.c
2358         * src/summaryview.c
2359         * src/gtk/sslcertwindow.c
2360                 alertpanel fixes, by Fabien
2361
2362 2006-05-23 [colin]      2.2.0cvs48
2363
2364         * src/folder.c
2365         * src/folderview.c
2366         * src/msgcache.c
2367         * src/summaryview.c
2368         * src/gtk/gtksctree.c
2369         * src/gtk/gtksctree.h
2370                 More timings
2371                 Fix slow loading problem, which was caused by the
2372                 use of some gtk_ctree funcs and their use of
2373                 g_list_position while gtk_ctree_(un)link'ing.
2374                 Reap more functions from gtkctree.c to be sure we
2375                 use our (fast) version instead of theirs.
2376         * src/mh.c
2377                 Fix copy of unread mails
2378
2379
2380 2006-05-22 [wwp]        2.2.0cvs47
2381
2382         * manual/fr/advanced.xml
2383                 updated.
2384
2385 2006-05-22 [colin]      2.2.0cvs46
2386
2387         * src/filtering.c
2388                 Fix possible infinite loop. 'copy' is not a 
2389                 final action, so when encountering a 'copy',
2390                 we have to check if a previous one was set
2391                 and do it. In the same way, if we encounter
2392                 a 'move' we have to perform a possibly 
2393                 pending 'copy'. This will slow down filtering
2394                 on IMAP if move+copy or multiple copy actions
2395                 are to be done, but handling it via the batch
2396                 would be really too convoluted.
2397
2398 2006-05-22 [wwp]        2.2.0cvs45
2399
2400         * manual/fr/advanced.xml
2401         * manual/fr/faq.xml
2402         * manual/fr/glossary.xml
2403         * manual/fr/handling.xml
2404         * manual/fr/intro.xml
2405         * manual/fr/plugins.xml
2406         * manual/fr/sylpheed-claws-manual.xml
2407                 sync w/ the english manual: updates URIs, documented mailing-list
2408                 support, better explanation about the enabled/disabled feature
2409                 in filtering/processing rules by Paul.
2410
2411 2006-05-21 [colin]      2.2.0cvs44
2412
2413         * src/summaryview.c
2414                 Don't expand after building threads, but during
2415
2416 2006-05-21 [colin]      2.2.0cvs43
2417
2418         * src/procmsg.c
2419         * src/summaryview.c
2420                 More timing possibilities... For next time I have 
2421                 to find out how the hell some 3GHz computer takes
2422                 one minute to open a 30k folder...
2423
2424 2006-05-21 [colin]      2.2.0cvs42
2425
2426         * manual/pl/advanced.xml
2427         * manual/pl/faq.xml
2428         * manual/pl/glossary.xml
2429         * manual/pl/handling.xml
2430         * manual/pl/intro.xml
2431         * manual/pl/plugins.xml
2432         * manual/pl/sylpheed-claws-manual.xml
2433                 Polish manual updated by Pawel
2434
2435 2006-05-20 [colin]
2436
2437         * 2.3.0-rc3 released
2438
2439 2006-05-20 [colin]      2.2.0cvs41
2440
2441         * src/imap.c
2442                 Fix -rc2 problems:
2443                 - remove cache of moved messages from original folder
2444                 - apply new flags to messages even if they aren't appliable
2445                   via IMAP.
2446
2447 2006-05-20 [colin]
2448
2449         * 2.3.0-rc2 released
2450
2451 2006-05-19 [colin]      2.2.0cvs40
2452
2453         * src/imap.c
2454                 Don't issue SELECT in imap_change_flags
2455                 before having checked that we indeed have
2456                 some flags to change. MSG_POSTFILTERED for
2457                 example can't be used on IMAP.
2458                 Fixes bug #955 (copying messages between 
2459                 imap folders is extremely slow), which was
2460                 a regression.
2461
2462 2006-05-19 [colin]      2.2.0cvs39
2463
2464         * src/folder.c
2465         * src/folder.h
2466         * src/folderview.c
2467                 Try to fix bug #830 (Some unread messages 
2468                 get marked read in IMAP inbox):
2469                 - Prevent scanning a folder if it's being 
2470                   opened via the GUI
2471                 - Postpone opening via the GUI of a folder
2472                   currently scanned.
2473
2474
2475 2006-05-19 [wwp]        2.2.0cvs38
2476
2477         * manual/advanced.xml
2478                 fix English+typo (thanks to Paul).
2479
2480 2006-05-19 [wwp]        2.2.0cvs37
2481
2482         * manual/advanced.xml
2483         * manual/fr/advanced.xml
2484         * src/gtk/logwindow.c
2485         * src/prefs_common.c
2486         * src/prefs_common.h
2487                 added hidden prefs to allow customization of colors used in
2488                 protocol log window (useful for dark gtk+ themes).
2489
2490 2006-05-19 [wwp]        2.2.0cvs36
2491
2492         * ChangeLog
2493                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
2494
2495 2006-05-19 [paul]       2.2.0cvs35
2496
2497         * src/textview.c
2498                 make Reply-To fully clickable
2499         * src/gtk/logwindow.c
2500                 more colouring (SMTP ESMTP)
2501         Both patches by Pawel Pekala
2502
2503 2006-05-19 [cleroy]     2.2.0cvs34
2504
2505         * src/mh.c
2506                 Don't update flags from current folder
2507                 Probably fixes bug #935 (Read Messages 
2508                 Revert to Being Marked as Unread)
2509
2510 2006-05-18 [colin]      2.2.0cvs33
2511
2512         * src/imap.c
2513                 Warning fix
2514         * src/compose.c
2515         * src/mainwindow.c
2516         * src/summaryview.c
2517         * src/toolbar.c
2518                 Allow replying to multiple emails
2519                 in multiple windows
2520         * src/mimeview.c
2521         * src/etpan/imap-thread.c
2522                 Leak fixes
2523
2524 2006-05-18 [paul]       2.2.0cvs32
2525
2526         * src/summaryview.c
2527                 keep Mailing-List menu refreshed
2528                 Thanks to Colin
2529
2530 2006-05-18 [paul]       2.2.0cvs31
2531
2532         * manual/advanced.xml
2533         * manual/faq.xml
2534         * manual/glossary.xml
2535         * manual/handling.xml
2536         * manual/intro.xml
2537         * manual/plugins.xml
2538         * manual/sylpheed-claws-manual.xml
2539                 update URLs
2540                 add info about mailing-list support
2541                 edit filtering info
2542         * src/wizard.c
2543         * src/common/defs.h
2544         * src/gtk/about.c
2545         * src/plugins/dillo_viewer/README
2546                 update URLs
2547
2548 2006-05-17 [wwp]        2.2.0cvs30
2549
2550         * manual/handling.xml
2551         * manual/fr/handling.xml
2552                 documented the ability to enabled/disable filtering/processing rules.
2553
2554 2006-05-17 [colin]      2.2.0cvs29
2555
2556         * src/main.c
2557                 Don't initialize g_thread subsystem if it's 
2558                 already done (thanks to Hiro)
2559         * src/mimeview.c
2560                 Fix saving of parts when there name can't be
2561                 converted from UTF-8.
2562
2563 2006-05-17 [paul]       2.2.0cvs28
2564
2565         * po/Makefile.in.in
2566                 fix config.status warning with autoconf 2.60
2567
2568 2006-05-17 [paul]       2.2.0cvs27
2569
2570         * po/POTFILES.in
2571                 add src/mbox.c
2572
2573 2006-05-17 [wwp]        2.2.0cvs26
2574
2575         * src/mainwindow.c
2576                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2577
2578 2006-05-17 [wwp]        2.2.0cvs25
2579
2580         * src/plugins/demo/demo.c
2581                 updated product name in plugin demo (many plugins need to be
2582                 sync'ed w/ that change).
2583
2584 2006-05-17 [colin]      2.2.0cvs24
2585
2586         * src/mh.c
2587                 Fix leak
2588
2589 2006-05-16 [colin]      2.2.0cvs23
2590
2591         * src/mainwindow.c
2592                 Stupid me hit again. Fix cvs22.
2593
2594 2006-05-16 [colin]      2.2.0cvs22
2595
2596         * src/mainwindow.c
2597                 Fix bug #922 (sylpheed-claws crashed after 
2598                 pushing on Inbox folder)
2599
2600 2006-05-16 [colin]      2.2.0cvs21
2601
2602         * src/compose.c
2603                 Make From header be copy/paste/select-able
2604
2605 2006-05-16 [wwp]        2.2.0cvs20
2606
2607         * src/export.c
2608         * src/matcher.c
2609         * src/summaryview.c
2610         * src/etpan/imap-thread.c
2611                 fix some compiler warnings (thanks to Colin).
2612
2613 2006-05-16 [wwp]        2.2.0cvs19
2614
2615         * src/action.c
2616         * src/gedit-print.c
2617         * src/inc.c
2618         * src/mainwindow.c
2619         * src/mh.c
2620         * src/statusbar.c
2621         * src/send_message.c
2622         * src/summaryview.c
2623                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2624
2625 2006-05-15 [colin]      2.2.0cvs18
2626
2627         * src/procmsg.c
2628                 Fix automatic rule creation with List-Post
2629
2630 2006-05-15 [paul]       2.2.0cvs17
2631
2632         * tools/filter_conv_new.pl
2633                 updated for rule enabling/disabling
2634                 claws version >= 2.3.x required
2635
2636 2006-05-15 [cleroy]     2.2.0cvs16
2637
2638         * src/main.c
2639                 Revert test
2640
2641 2006-05-15 [cleroy]     2.2.0cvs15
2642
2643         * src/main.c
2644                 test
2645
2646 2006-05-15 [wwp]        2.2.0cvs14
2647
2648         * manual/pl/.cvsignore
2649                 ignore generated files.
2650
2651 2006-05-14 [wwp]        2.3.0-rc1
2652
2653         * 2.3.0-rc1 released
2654
2655 2006-05-13 [wwp]        2.2.0cvs13
2656
2657         * src/filtering.c
2658         * src/filtering.h
2659         * src/matcher.c
2660         * src/matcher_parser_lex.l
2661         * src/matcher_parser_parse.y
2662         * src/prefs_filtering.c
2663                 new feature: provide the ability to disable filtering and processing
2664                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2665                 adaptations.
2666
2667 2006-05-13 [colin]      2.2.0cvs12
2668
2669         * src/compose.c
2670                 Remove useless if (a) b; else b;
2671                 Thanks to wwp
2672
2673 2006-05-13 [wwp]        2.2.0cvs11
2674
2675         * src/export.c
2676         * src/import.c
2677         * src/mainwindow.c
2678         * src/mbox.c
2679         * src/summaryview.c
2680         * src/summaryview.h
2681                 no more silent failures (or at least less ones) when importing
2682                 or exporting from/to mbox. Also start importing/exporting if
2683                 the necessary info is set.
2684
2685 2006-05-13 [wwp]        2.2.0cvs10
2686
2687         * RELEASE_NOTES
2688                 restored up-to-date release notes.
2689
2690 2006-05-13 [paul]       2.2.0cvs9
2691
2692         * po/nl.po
2693         * po/ru.po
2694                 updated by Tim Dijkstra and Pavlo Bohmat
2695
2696 2006-05-12 [colin]      2.2.0cvs8
2697
2698         * src/gtk/quicksearch.c
2699                 Add "k" as shortcut for "colorlabel". Patch
2700                 by ath42@users.sf.net.
2701
2702 2006-05-12 [paul]       2.2.0cvs7
2703
2704         * src/prefs_common.h
2705         * src/prefs_summaries.c
2706         * src/summaryview.c
2707                 when entering a folder also allow
2708                 going directly to first Marked message
2709
2710 2006-05-12 [paul]       2.2.0cvs6
2711
2712         * src/summaryview.c
2713                 always obey 'confirm before marking all
2714                 mails read' option
2715
2716 2006-05-12 [paul]       2.2.0cvs5
2717
2718         * src/textview.c
2719                 make Sender fully clickable
2720
2721 2006-05-12 [colin]      2.2.0cvs4
2722
2723         * src/compose.c
2724         * src/compose.h
2725                 Let From be editable
2726         * src/main.c
2727         * src/mh.c
2728                 Full support of .mh_sequences' Unseen seq
2729
2730 2006-05-12 [colin]      2.2.0cvs3
2731
2732         * src/folder.c
2733         * src/mainwindow.c
2734         * src/mainwindow.h
2735         * src/messageview.c
2736         * src/prefs_spelling.c
2737         * src/procheader.c
2738         * src/procmsg.c
2739         * src/procmsg.h
2740         * src/summaryview.c
2741         * src/toolbar.c
2742         * src/toolbar.h
2743                 Add contextual menu on Compose toolbar
2744                 button. Fixes bug #944 (Automatic
2745                 addresses not applied when changing account
2746                 from compose window)
2747                 add Mailing List support
2748                 based on the old 0.6.5claws25 patch by
2749                 Melvin Hadasht, with finishing touches
2750                 by Colin
2751                 Fix "ignore thread" when mails are threaded by
2752                 subject (and weren't ignored although appearing
2753                 in the thread).
2754                 GUI rework.
2755                 Both patches by Pawel.
2756
2757 2006-05-08 [paul]       2.2.0cvs2
2758
2759         * src/mainwindow.c
2760         * src/mainwindow.h
2761         * src/messageview.c
2762         * src/procheader.c
2763         * src/procmsg.c
2764         * src/procmsg.h
2765         * src/summaryview.c
2766                 add Mailing List support
2767                 based on the old 0.6.5claws25 patch by 
2768                 Melvin Hadasht, with finishing touches
2769                 by Colin
2770
2771 2006-05-08 [colin]      2.2.0cvs1
2772
2773         * src/mainwindow.c
2774         * src/toolbar.c
2775         * src/toolbar.h
2776                 Add contextual menu on Compose toolbar 
2777                 button. Fixes bug #944 (Automatic 
2778                 addresses not applied when changing account 
2779                 from compose window)
2780
2781 2006-05-08 [paul]       2.2.0
2782
2783         2.2.0 released
2784
2785 2006-05-08 [paul]       2.1.1cvs51
2786
2787         * po/cs.po
2788         * po/de.po
2789         * po/en_GB.po
2790         * po/fi.po
2791         * po/fr.po
2792         * po/pt_BR.po
2793         * po/sr.po
2794         * po/zh_CN.po
2795                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2796                 Fabien Vantard, Frederico Goncalves Guimaraes,
2797                 Aleksandar Urosevic, and Ralgh Young
2798
2799 2006-05-12 [colin]      2.1.1cvs50
2800
2801         * po/cs.po
2802         * po/de.po
2803         * po/en_GB.po
2804         * po/es.po
2805         * po/fi.po
2806         * po/fr.po
2807         * po/pt_BR.po
2808         * po/sr.po
2809         * po/zh_CN.po
2810                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2811                 Fabien Vantard, Frederico Goncalves Guimaraes,
2812                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2813
2814 2006-05-05 [colin]      2.1.1cvs49
2815
2816         * manual/Makefile.am
2817         * manual/pl/Makefile.am
2818         * manual/pl/account.xml
2819         * manual/pl/ack.xml
2820         * manual/pl/addrbook.xml
2821         * manual/pl/advanced.xml
2822         * manual/pl/faq.xml
2823         * manual/pl/glossary.xml
2824         * manual/pl/gpl.xml
2825         * manual/pl/handling.xml
2826         * manual/pl/intro.xml
2827         * manual/pl/keyboard.xml
2828         * manual/pl/plugins.xml
2829         * manual/pl/starting.xml
2830         * manual/pl/sylpheed-claws-manual.xml
2831         * manual/pl/dist/.cvsignore
2832         * manual/pl/dist/Makefile.am
2833         * manual/pl/dist/html/.cvsignore
2834         * manual/pl/dist/html/Makefile.am
2835         * manual/pl/dist/pdf/.cvsignore
2836         * manual/pl/dist/pdf/Makefile.am
2837         * manual/pl/dist/ps/.cvsignore
2838         * manual/pl/dist/ps/Makefile.am
2839         * manual/pl/dist/txt/.cvsignore
2840         * manual/pl/dist/txt/Makefile.am
2841                 Add the polish translation of the manual,
2842                 Authored by Pawel Pekala.
2843
2844 2006-05-05 [cleroy]     2.1.1cvs48
2845
2846         * src/main.c
2847                 Re-read matcherrc after loading plugins 
2848                 if some of them add folders.
2849
2850 2006-05-03 [colin]      2.1.1cvs47
2851
2852         * src/imap.c
2853                 I'm idiot
2854
2855 2006-05-03 [colin]      2.1.1cvs46
2856
2857         * src/imap.c
2858                 Be sure to have a session when
2859                 getting separator
2860
2861 2006-05-03 [colin]      2.1.1cvs45
2862
2863         * src/imap.c
2864         * src/imap.h
2865         * src/imap_gtk.c
2866                 Fix preventing renaming with namespace 
2867                 separator.
2868
2869 2006-05-01 [colin]      2.1.1cvs44
2870
2871         * src/action.c
2872                 Don't reload messageview when result of
2873                 action is piped.
2874
2875 2006-04-29 [colin]      2.1.1cvs43
2876
2877         * src/prefs_receive.c
2878         * src/plugins/spamassassin/spamassassin_gtk.c
2879         * src/plugins/clamav/clamav_plugin_gtk.c
2880                 GUI fixes by Pawel
2881
2882 2006-04-29 [colin]      2.1.1cvs42
2883
2884         * src/prefs_compose_writing.c
2885         * src/prefs_quote.c
2886                 Cleanups. Patch by Pawel
2887
2888 2006-04-28 [paul]       2.1.1cvs41
2889
2890         * src/matcher.c
2891                 fix returned quick search results when search
2892                 term contains an underscore.
2893                 Thanks to Colin
2894
2895 2006-04-28 [paul]       2.1.1cvs40
2896
2897         * src/prefs_message.c
2898         * src/prefs_receive.c
2899                 GUI cleanups
2900                 Patches by Pawel Pekala
2901
2902 2006-04-27 [colin]      2.1.1cvs39
2903
2904         * src/wizard.c
2905                 Differentiate subject Welcome from
2906                 window's title Welcome
2907
2908 2006-04-27 [paul]
2909
2910         2.2.0-rc1 released
2911
2912 2006-04-27 [paul]       2.1.1cvs38
2913
2914         * manual/advanced.xml
2915         * manual/fr/advanced.xml
2916                 add info about compose_no_markup hidden pref
2917
2918 2006-04-27 [paul]       2.1.1cvs37
2919
2920         * src/prefs_account.c
2921                 improve privacy labels
2922         * src/prefs_msg_colors.c
2923                 change some strings for translators' convenience
2924         * src/gtk/gtkutils.c
2925                 don't underline the link button text
2926
2927 2006-04-25 [colin]      2.1.1cvs36
2928
2929         * src/folder.c
2930                 Complete 2.1.1cvs33 (once more ;)
2931
2932 2006-04-25 [colin]      2.1.1cvs35
2933
2934         * src/editldap.c
2935                 Fix tooltip
2936
2937 2006-04-25 [cleroy]     2.1.1cvs34
2938
2939         * src/compose.c
2940         * src/gtk/gtkaspell.c
2941                 Fix crash on redirect (related to the return 
2942                 of the aspell menu in compose's toolbar)
2943         * src/prefs_msg_colors.c
2944                 Fix sensitivity widgets
2945         * src/image_viewer.c
2946         * src/gtk/pluginwindow.c
2947         * src/gtk/prefswindow.c
2948                 Change released signals to clicked (Fabien)
2949         * po/POTFILES.in
2950         * src/common/socket.c
2951         * src/plugins/spamassassin/spamassassin.c
2952                 Translate strings (Fabien)
2953
2954 2006-04-25 [paul]       2.1.1cvs33
2955
2956         * src/folder.c
2957         * src/folder.h
2958         * src/folderview.c
2959                 complete the fix of bug #912
2960                 Thanks to Colin
2961
2962 2006-04-25 [colin]      2.1.1cvs32
2963
2964         * src/news.c
2965                 Better progress bar
2966         * src/mimeview.c
2967         * src/summaryview.c
2968         * src/summaryview.h
2969                 Fix focus chain
2970                 Patches by Pawel Pekala
2971
2972 2006-04-24 [colin]      2.1.1cvs31
2973
2974         * src/compose.c
2975                 Fix compilation warnings (Fabien)
2976
2977 2006-04-24 [colin]      2.1.1cvs30
2978
2979         * src/addrindex.c
2980         * src/editldap.c
2981         * src/editldap_basedn.c
2982         * src/editldap_basedn.h
2983         * src/ldapctrl.c
2984         * src/ldapctrl.h
2985         * src/ldapquery.c
2986         * src/ldaputil.c
2987         * src/ldaputil.h
2988                 Fix bug #901 (LDAPS support)
2989
2990 2006-04-24 [colin]      2.1.1cvs29
2991
2992         * src/compose.c
2993                 Fix logic on error with send dialog on
2994         * src/imap.c
2995                 Fix compilation without libetpan, thanks
2996                 to Fabien
2997         * src/summaryview.c
2998                 Fix 'context-menu' key
2999
3000 2006-04-23 [colin]      2.1.1cvs28
3001
3002         * src/folder.c
3003                 Never free current's cache to free up 
3004                 memory. Fixes bug #912 (new count 
3005                 randomly set to message count)
3006
3007 2006-04-23 [colin]      2.1.1cvs27
3008
3009         * src/gtk/quicksearch.c
3010                 And remove printf...
3011
3012 2006-04-23 [colin]      2.1.1cvs26
3013
3014         * src/gtk/quicksearch.c
3015                 Fix replacing in quicksearch, and fix inserting
3016                 in the middle of the string. (introduced at 2.1.0cvs22)
3017
3018 2006-04-23 [colin]      2.1.1cvs25
3019
3020         * src/imap.c
3021                 Make sure uidnext is initialized in get_num_list
3022                 (not for stable, related to 2.1.1cvs8 and friends)
3023
3024 2006-04-23 [colin]      2.1.1cvs24
3025
3026         * src/imap.c
3027                 Output something when login is successful
3028                 too
3029
3030 2006-04-23 [colin]      2.1.1cvs23
3031
3032         * src/etpan/imap-thread.c
3033                 Better logging (line-per-line, hide data in fetch)
3034                 Fix a const warning
3035         * src/gtk/logwindow.c
3036         * src/gtk/logwindow.h
3037                 Better logging (color for input/output)
3038
3039 2006-04-21 [colin]      2.1.1cvs22
3040
3041         * src/gtk/quicksearch.c
3042                 On gtk+-2.8, use stock buttons in quicksearch
3043                 Based on a patch by Fabien and a design by Paul
3044
3045 2006-04-21 [colin]      2.1.1cvs21
3046
3047         * src/folderview.c
3048         * src/mainwindow.c
3049                 Fix occasional flicker in folderview
3050         * src/common/utils.c
3051                 Fix bug #943 (Incorrectly parsed email address 
3052                 list in short headers on message view and in 
3053                 printouts)
3054
3055 2006-04-20 [colin]      2.1.1cvs20
3056
3057         * src/imap.c
3058         * src/imap.h
3059         * src/prefs_account.c
3060                 Add ANONYMOUS auth for IMAP
3061
3062 2006-04-20 [paul]       2.1.1cvs19
3063
3064         * src/main.c
3065                 proper fix for 2.1.1cvs18
3066                 Thanks to Colin
3067
3068 2006-04-20 [paul]       2.1.1cvs18
3069
3070         * src/main.c
3071                 fix build warnings
3072
3073 2006-04-20 [paul]       2.1.1cvs17
3074
3075         * src/gtk/quicksearch.c
3076                 fix standard, non-extended Quick search,
3077                 was broken in 2.1.1cvs15.
3078                 Thanks to Colin.
3079
3080 2006-04-20 [colin]      2.1.1cvs16
3081
3082         * src/prefs_matcher.c
3083                 Fix values when reselecting a ~test
3084                 rule
3085
3086 2006-04-19 [colin]      2.1.1cvs15
3087
3088         * src/compose.c
3089         * src/compose.h
3090         * src/gtk/gtkaspell.c
3091         * src/gtk/gtkaspell.h
3092                 Put back Options menu in Spelling/
3093         * src/gtk/quicksearch.c
3094                 Don't search, and show error, if the
3095                 advanced search has a syntax error
3096
3097 2006-04-18 [colin]      2.1.1cvs14
3098
3099         * src/textview.c
3100                 Fix gdk warnings on set_cursor when textview
3101                 isn't visible
3102
3103 2006-04-18 [colin]      2.1.1cvs13
3104
3105         * src/gtk/gtksctree.c
3106                 Remove seemingly useless refresh that causes
3107                 flicker - watch this commit in case of 
3108                 problems before planned backport to stable
3109
3110 2006-04-18 [colin]      2.1.1cvs12
3111
3112         * src/imap.c
3113                 Factorize get/set_xml code
3114         * src/compose.c
3115         * src/prefs_account.c
3116         * src/prefs_account.h
3117         * src/procmsg.c
3118                 Add Encrypt to self option
3119
3120 2006-04-17 [colin]      2.1.1cvs11
3121
3122         * configure.ac
3123                 Fix search on encrpyt function on dragonfly
3124                 Patch by Jonathan Buschmann <jonthn@agmact.com>
3125
3126 2006-04-17 [colin]      2.1.1cvs10
3127
3128         * src/prefs_account.c
3129                 Be safe by default: remove mails from POP3
3130                 after 7 days, not immediately
3131
3132 2006-04-17 [colin]      2.1.1cvs9
3133
3134         * src/etpan/imap-thread.c
3135                 Fix build on DragonFly - patch by 
3136                 Jonathan Buschmann <jonthn@agmact.com>
3137
3138 2006-04-17 [colin]      2.1.1cvs8
3139
3140         * src/imap.c
3141                 Save uidnext between sessions
3142
3143 2006-04-17 [colin]      2.1.1cvs7
3144
3145         * src/imap.c
3146                 scan is required when uid validity changes
3147
3148 2006-04-17 [colin]      2.1.1cvs6
3149
3150         * src/folderview.c
3151                 Don't scan if not necessary, apart in current
3152                 folder and INBOX to fetch flags.
3153         * src/imap.c
3154                 Scan is necessary if unread count changes
3155
3156 2006-04-17 [colin]      2.1.1cvs5
3157
3158         * src/imap.c
3159                 ...But always fetch ANSWERED and DELETED flags for
3160                 INBOX, as filtering can happen on these flags.
3161
3162 2006-04-17 [colin]      2.1.1cvs4
3163
3164         * src/imap.c
3165                 Don't fetch REPLIED and DELETED flags when synchronising
3166                 flags with a closed folder. We only need UNSEEN and FLAGGED
3167                 to update the folderview.
3168
3169 2006-04-17 [colin]      2.1.1cvs3
3170
3171         * src/imap.c
3172                 Faster flag search when there are new mails 
3173                 in a folder. We can do a full search if the 
3174                 folder contains less messages than the new
3175                 list.
3176
3177 2006-04-17 [colin]      2.1.1cvs2
3178
3179         * po/cs.po
3180         * po/de.po
3181         * po/fr.po
3182         * po/nl.po
3183         * po/pt_BR.po
3184                 Update translations from stable branch
3185
3186 2006-04-17 [colin]      2.1.1cvs1
3187
3188         * configure.ac
3189                 Bump version to follow stable release
3190
3191 2006-04-16 [mones]      2.1.0cvs50
3192
3193         * po/es.po
3194                 Updated for release
3195
3196 2006-04-16 [colin]      2.1.0cvs49
3197
3198         * src/textview.c
3199                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
3200                 with gtk < 2.8. Thanks to Fabien Vantard.
3201
3202 2006-04-15 [colin]      2.1.0cvs48
3203
3204         * src/etpan/imap-thread.c
3205                 Fix bug #919 (libetpan: SEGV when connecting 
3206                 using command)
3207
3208 2006-04-14 [colin]      2.1.0cvs47
3209
3210         * src/main.c
3211                 Fix race on --select (should be done better)
3212
3213 2006-04-14 [wwp]        2.1.0cvs46
3214
3215         * src/send_message.c
3216                 enforce a check for domain in account prefs (a sending
3217                 error could be faced if domain was checked but no value set),
3218                 thanks to Colin.
3219
3220 2006-04-14 [colin]      2.1.0cvs45
3221
3222         * src/codeconv.c
3223                 when converting from unknown to unknown, if the
3224                 string is UTF8, don't convert it to the locale
3225                 (which breaks it)
3226
3227 2006-04-14 [colin]      2.1.0cvs44
3228
3229         * src/compose.c
3230                 Don't try to use ASCII for converting headers
3231                 (as done in body)
3232
3233 2006-04-14 [paul]       2.1.0cvs43
3234
3235         * src/crash.c
3236                 add locale/charset info to crash report
3237         * src/gtk/about.c
3238                 add wwp to doc team
3239                 replace 'e-mail' with preferred 'email'
3240         * src/gtk/authors.h
3241                 ensure contributors list is in alphabetical
3242                 order
3243
3244 2006-04-13 [colin]      2.1.0cvs42
3245
3246         * src/textview.c
3247                 Prevent gdk warnings
3248
3249 2006-04-13 [colin]      2.1.0cvs41
3250
3251         * src/common/ssl_certificate.c
3252         * src/common/ssl_certificate.h
3253         * src/gtk/sslcertwindow.c
3254                 Warn on expired certs, and display the expiration date
3255
3256 2006-04-13 [colin]      2.1.0cvs40
3257
3258         * src/plugins/spamassassin/spamassassin_gtk.c
3259                 Fix missing set_text on unix socket
3260
3261 2006-04-13 [wwp]        2.1.0cvs39
3262
3263         * manual/fr/advanced.xml
3264         * manual/fr/glossary.xml
3265                 applied new spam/ham/email lexicon (pourriel, courriel)
3266
3267 2006-04-13 [paul]       2.1.0cvs38
3268
3269         * src/plugins/pgpmime/plugin.c
3270                 remove the mention of S/MIME from the
3271                 description. This is now handled by the
3272                 S/MIME plugin.
3273
3274 2006-04-13 [paul]       2.1.0cvs37
3275
3276         * src/prefs_msg_colors.c
3277                 rework dialog
3278         * src/prefs_folder_item.c
3279         * src/prefs_spelling.c
3280                 add a tooltip to the colour selector buttons
3281
3282 2006-04-13 [wwp]        2.1.0cvs36
3283
3284         * manual/advanced.xml
3285         * manual/glossary.xml
3286         * manual/handling.xml
3287         * manual/keyboard.xml
3288         * manual/plugins.xml
3289         * manual/starting.xml
3290         * manual/fr/account.xml
3291         * manual/fr/ack.xml
3292         * manual/fr/addrbook.xml
3293         * manual/fr/advanced.xml
3294         * manual/fr/faq.xml
3295         * manual/fr/glossary.xml
3296         * manual/fr/gpl.xml
3297         * manual/fr/handling.xml
3298         * manual/fr/intro.xml
3299         * manual/fr/keyboard.xml
3300         * manual/fr/plugins.xml
3301         * manual/fr/starting.xml
3302         * manual/fr/sylpheed-claws-manual.xml
3303                 fixes to the manuals:
3304                  - summaryview -> Message List (same in French)
3305                  - translate key names
3306                  - fix French punctuation, use non-breakable spaces when
3307                    necessary, don't use &thinsp; which is not portable
3308                  - tell what maildir and mbox formats we support
3309
3310 2006-04-12 [wwp]        2.1.0cvs35
3311
3312         * src/prefs_toolbar.c
3313                 unified a replace button more,
3314                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3315
3316 2006-04-12 [wwp]        2.1.0cvs34
3317
3318         * src/prefs_common.c
3319         * src/prefs_msg_colors.c
3320                 make default color labels translatable,
3321                 patch from Fabien Vantard <fzzzzz@gmail.com>,
3322                 thanks to Tim <timbrain@post.cz> for reporting.
3323
3324 2006-04-12 [wwp]        2.1.0cvs33
3325
3326         * manual/glossary.xml
3327         * manual/intro.xml
3328         * manual/plugins.xml
3329         * manual/starting.xml
3330         * manual/sylpheed-claws-manual.xml
3331         * manual/fr/.cvsignore
3332         * manual/fr/account.xml
3333         * manual/fr/ack.xml
3334         * manual/fr/addrbook.xml
3335         * manual/fr/advanced.xml
3336         * manual/fr/faq.xml
3337         * manual/fr/glossary.xml
3338         * manual/fr/handling.xml
3339         * manual/fr/intro.xml
3340         * manual/fr/keyboard.xml
3341         * manual/fr/plugins.xml
3342         * manual/fr/starting.xml
3343         * manual/fr/sylpheed-claws-manual.xml
3344                 various fixes: typos, missing .fr translations, punctuation,
3345                 capitalization, links, accents and some bad French more.
3346
3347 2006-04-12 [wwp]        2.1.0cvs32
3348
3349         * src/prefs_gtk.c
3350                 fix for bug #935: always store prefs files in UTF-8 (thanks
3351                 to Colin).
3352
3353 2006-04-11 [colin]      2.1.0cvs31
3354
3355         * src/compose.c
3356                 Fix inserting files not in utf8 when locale is utf8
3357
3358 2006-04-11 [colin]      2.1.0cvs30
3359
3360         * src/inc.c
3361                 Don't show error dialog when cancelling connection
3362                 Patch by Pawel
3363
3364 2006-04-11 [cleroy]     2.1.0cvs29
3365
3366         * src/compose.c
3367                 Implement multiple quote levels
3368         * src/prefs_common.c
3369                 Change a little bit the quote bgcolor for 2nd level
3370
3371 2006-04-11 [colin]      2.1.0cvs28
3372
3373         * src/gtk/about.c
3374                 Add locale and charset in the label
3375
3376 2006-04-10 [colin]      2.1.0cvs27
3377
3378         * src/compose.c
3379         * src/prefs_common.c
3380         * src/prefs_common.h
3381         * src/prefs_msg_colors.c
3382         * src/textview.c
3383                 Allow optional background color in quotes
3384                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
3385                 GTK+-2.8.x feature
3386
3387 2006-04-10 [colin]      2.1.0cvs26
3388
3389         * src/main.c
3390         * src/mainwindow.c
3391         * src/mainwindow.h
3392                 Implement --select
3393
3394 2006-04-10 [colin]      2.1.0cvs25
3395
3396         * manual/plugins.xml
3397         * manual/fr/plugins.xml
3398                 Document libcurl's proxy variables
3399
3400 2006-04-09 [colin]      2.1.0cvs24
3401
3402         * src/prefs_common.c
3403                 gettext() returns statically allocated stuff. We have
3404                 to strdup it in order to be able to free it.
3405
3406 2006-04-09 [colin]      2.1.0cvs23
3407
3408         * AUTHORS
3409         * src/gtk/authors.h
3410                 Add Alexei
3411
3412 2006-04-09 [colin]      2.1.0cvs22
3413
3414         * src/mainwindow.c
3415         * src/gtk/quicksearch.c
3416                 Fix bug #859 (problems with cyrilic input in 
3417                 search panel) - Patch by Alexey Illarionov 
3418                 <littlesavage@rambler.ru>
3419
3420 2006-04-09 [colin]      2.1.0cvs21
3421
3422         * src/prefs_customheader.c
3423                 I prefer removing then freeing rather than the contrary
3424                 (even if it doesn't change anything ;-)
3425         * src/prefs_account.c
3426                 Fix bug #933 (Crash re-entering the custom headers list 
3427                 dialog in accounts prefs)
3428                 The problem happened when cancelling the Account 
3429                 Preferences' dialogs - in which case we didn't do 
3430                 anything to the PrefsAccount * struct. In case of applying,
3431                 the old ac_prefs was replaced with the tmp_ac_prefs we were
3432                 working with in this dialog. The problem is that 
3433                 prefs_customheader.c, working on this tmp_ac_prefs, always
3434                 changes the ->customhdr_list pointer, even when cancelled. 
3435                 So in case of cancelling the prefs_account dialog, we still
3436                 have to update ->customhdr_list in the real account.
3437
3438 2006-04-08 [colin]      2.1.0cvs20
3439
3440         * manual/fr/glossary.xml
3441         * manual/fr/keyboard.xml
3442                 Forgot some headers :)
3443
3444 2006-04-08 [colin]      2.1.0cvs19
3445
3446         * manual/Makefile.am
3447         * manual/fr/Makefile.am
3448         * manual/fr/account.xml
3449         * manual/fr/ack.xml
3450         * manual/fr/addrbook.xml
3451         * manual/fr/advanced.xml
3452         * manual/fr/faq.xml
3453         * manual/fr/glossary.xml
3454         * manual/fr/gpl.xml
3455         * manual/fr/handling.xml
3456         * manual/fr/intro.xml
3457         * manual/fr/keyboard.xml
3458         * manual/fr/plugins.xml
3459         * manual/fr/starting.xml
3460         * manual/fr/sylpheed-claws-manual.xml
3461         * manual/fr/dist/.cvsignore
3462         * manual/fr/dist/Makefile.am
3463         * manual/fr/dist/html/.cvsignore
3464         * manual/fr/dist/html/Makefile.am
3465         * manual/fr/dist/pdf/.cvsignore
3466         * manual/fr/dist/pdf/Makefile.am
3467         * manual/fr/dist/ps/.cvsignore
3468         * manual/fr/dist/ps/Makefile.am
3469         * manual/fr/dist/txt/.cvsignore
3470         * manual/fr/dist/txt/Makefile.am
3471                 Add the french translation of the manual. Thanks to
3472                 Olivier Delhomme <olivier.delhomme@free.fr> for 
3473                 account.xml, ack.xml, addrbook.xml and advanced.xml
3474
3475 2006-04-08 [colin]      2.1.0cvs18
3476
3477         * manual/plugins.xml
3478         * manual/starting.xml
3479                 More fixes
3480
3481 2006-04-07 [colin]      2.1.0cvs17
3482
3483         * manual/faq.xml
3484         * manual/intro.xml
3485         * manual/keyboard.xml
3486                 Little fixes
3487
3488 2006-04-07 [colin]      2.1.0cvs16
3489
3490         * README
3491         * src/compose.c
3492         * src/prefs_common.c
3493         * src/prefs_common.h
3494                 Add hidden compose_no_markup pref
3495
3496 2006-04-07 [wwp]        2.1.0cvs15
3497
3498         * src/summary_search.c
3499         * .cvsignore
3500                 Bugfix: stop button was sticky when searching in an empty folder.
3501                 Applied curly brackets code style to the whole file (summary_search.c).
3502                 More files to ignore.
3503
3504 2006-04-07 [wwp]        2.1.0cvs14
3505
3506         * src/message_search.c
3507         * src/summary_search.c
3508                 changed default button when search bumps at file/folder
3509                 beginning or end, for convenience (thanks to Colin).
3510
3511 2006-04-07 [paul]       2.1.0cvs13
3512
3513         * src/plugins/dillo_viewer/dillo_prefs.c
3514                 avoid future potential for namespace collision
3515                 Patch by Colin
3516
3517 2006-04-06 [wwp]        2.1.0cvs12
3518
3519         * src/summary_search.c
3520                 Unify extended/advanced searches names (and thus factorize labels),
3521                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3522
3523 2006-04-06 [wwp]        2.1.0cvs11
3524
3525         * src/folderview.c
3526         * src/prefs_themes.c
3527         * src/summaryview.c
3528                 Fixed some compilation warnings.
3529
3530 2006-04-06 [colin]      2.1.0cvs10
3531
3532         * manual/advanced.xml
3533                 Document the wizard template and how to deploy
3534                 Sylpheed-Claws effectively
3535
3536 2006-04-06 [colin]      2.1.0cvs9
3537
3538         * src/folderview.c
3539                 gettext patch to tell translators about _("#"),
3540                 by Maxim Britov
3541
3542 2006-04-06 [colin]      2.1.0cvs8
3543
3544         * src/textview.c
3545                 Fix invalid GtkTextBIter after clicking "Display as text"
3546
3547 2006-04-06 [mones]      2.1.0cvs7
3548
3549         * src/addr_compl.c
3550         * src/addrindex.c
3551         * src/addritem.c
3552         * src/codeconv.c
3553         * src/compose.c
3554         * src/filtering.c
3555         * src/folder.c
3556         * src/folder_item_prefs.c
3557         * src/folderview.c
3558         * src/localfolder.c
3559         * src/matcher.c
3560         * src/mimeview.c
3561         * src/prefs_msg_colors.c
3562         * src/prefs_spelling.c
3563         * src/prefs_themes.c
3564         * src/procmime.c
3565         * src/procmsg.c
3566         * src/stock_pixmap.c
3567         * src/summaryview.c
3568         * src/textview.c
3569         * src/toolbar.c
3570         * src/common/mgutils.c
3571         * src/common/prefs.c
3572         * src/common/ssl_certificate.c
3573         * src/gtk/colorlabel.c
3574         * src/gtk/quicksearch.c
3575         * src/plugins/pgpmime/pgpmime.c
3576         * src/plugins/spamassassin/spamassassin.c
3577                 Removed redundant NULL checks for g_free() calls.
3578                 Patch by Pawel Pekala.
3579
3580 2006-04-06 [mones]      2.1.0cvs6
3581
3582         * src/prefs_actions.c
3583         * src/prefs_filtering.c
3584         * src/prefs_filtering_action.c
3585         * src/prefs_matcher.c
3586         * src/prefs_template.c
3587         * src/gtk/gtkutils.c
3588         * src/gtk/gtkutils.h
3589                 Have a nice replace button. Patch by Pawel Pekala
3590
3591 2006-04-06 [colin]      2.1.0cvs5
3592
3593         * src/addressbook.c
3594                 Fix crash with empty columns
3595
3596 2006-04-05 [colin]      2.1.0cvs4
3597
3598         * src/wizard.c
3599         * src/prefs_gtk.c
3600                 Allow wizard customization with pre-filled values
3601
3602 2006-04-05 [colin]      2.1.0cvs3
3603
3604         * src/textview.c
3605         * src/mimeview.c
3606         * src/mimeview.h
3607                 Nicer messages in mimeview
3608
3609 2006-04-05 [colin]      2.1.0cvs2
3610
3611         * src/addressbook.c
3612         * src/prefs_summaries.c
3613                 i18n fix
3614
3615 2006-04-05 [colin]      2.1.0cvs1
3616
3617         * src/plugins/pgpcore/plugin.c
3618         * src/plugins/pgpcore/select-keys.c
3619         * src/plugins/pgpcore/select-keys.h
3620         * src/plugins/pgpcore/sgpgme.c
3621         * src/plugins/pgpcore/sgpgme.h
3622         * src/plugins/pgpinline/pgpinline.c
3623         * src/plugins/pgpinline/plugin.c
3624         * src/plugins/pgpmime/pgpmime.c
3625         * src/plugins/pgpmime/plugin.c
3626                 Factorize and generalize a bit 
3627                 Drop S/MIME signature verification from PGP/MIME
3628                 (adding it as another, more complete plugin)
3629
3630 2006-04-05 [paul]       2.1.0
3631
3632         2.1.0 released
3633
3634 2006-04-05 [paul]       2.0.0cvs186
3635
3636         * manual/advanced.xml
3637                 add info on colour labels
3638
3639 2006-04-05 [paul]       2.0.0cvs185
3640
3641         * po/bg.po
3642         * po/cs.po
3643         * po/de.po
3644         * po/el.po
3645         * po/en_GB.po
3646         * po/fi.po
3647         * po/fr.po
3648         * po/it.po
3649         * po/nl.po
3650         * po/pl.po
3651         * po/pt_BR.po
3652         * po/sr.po
3653         * po/zh_CN.po
3654                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3655                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3656                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3657                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3658         * src/gtk/authors.h
3659         * tools/claws.i18n.status.pl
3660                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3661                 and new Czech translator, Tim <timbrain@post.cz>
3662
3663 2006-04-05 [mones]      2.0.0cvs184
3664
3665         * po/es.po
3666                 Updated translation
3667
3668 2006-04-05 [colin]      2.0.0cvs183
3669
3670         * src/gtk/quicksearch.c
3671                 Fix bug #929 (unnecessary reload in quick search bar)
3672
3673 2006-04-05 [colin]      2.0.0cvs182
3674
3675         * src/compose.c
3676                 Fix crash on Reply with no From:
3677                 Show signature and conversion error on queuing 
3678                 (but not sending)
3679         * src/mainwindow.c
3680         * src/summaryview.c
3681         * src/summaryview.h
3682                 Factorize threading code and make sure msginfo 
3683                 is not null when it comes from a GtkCTreeRow's 
3684                 data
3685         * src/gtk/gtkaspell.c
3686                 Check for necessary things
3687         * src/gtk/gtksctree.c
3688         * src/gtk/gtksctree.h
3689                 Reset anchor if necessary when removing node
3690
3691 2006-03-29 [colin]      2.0.0cvs181
3692
3693         * src/folderview.c
3694                 Warn for disabled IMAP accounts (due to lack of
3695                 libetpan). Breaks string-freeze - sorry - but it
3696                 is kind of important ;)
3697
3698 2006-03-28 [colin]      2.0.0cvs180
3699
3700         * src/gtk/gtkutils.c
3701         * src/gtk/gtkutils.h
3702                 Add a gtkut_get_link_btn() function that
3703                 creates a button which acts like an URI
3704         * src/prefs_themes.c
3705         * src/gtk/about.c
3706                 Use this function (factorizes codes)
3707         * src/common/defs.h
3708         * src/gtk/pluginwindow.c
3709                 Add a "Get more..." in the plugins window
3710
3711 2006-03-28 [colin]      2.0.0cvs179
3712
3713         * src/common/smtp.c
3714         * src/common/passcrypt.c
3715         * src/undo.c
3716                 Warning fixes. Patch by Pawel Pekala
3717
3718 2006-03-27 [colin]      2.0.0cvs178
3719
3720         * src/undo.c
3721                 Fix undoing by blocks with spaces
3722
3723 2006-03-27 [colin]      2.0.0cvs177
3724
3725         * src/textview.c
3726                 Set margin to 3px for headers
3727
3728 2006-03-27 [paul]
3729
3730         2.1.0-rc2 released
3731
3732 2006-03-27 [wwp]        2.0.0cvs176
3733
3734         * src/summaryview.c
3735                 don't reset quicksearch when updating the message list.
3736                 Thanks to Colin.
3737
3738 2006-03-26 [wwp]        2.0.0cvs175
3739
3740         * src/compose.c
3741                 use a unified border width ('other' tab in the compose window,
3742                 patch by Pawel Pekala).
3743
3744
3745 2006-03-26 [wwp]        2.0.0cvs174
3746
3747         * src/common/quoted-printable.c
3748         * src/addressbook.c
3749                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3750
3751 2006-03-26 [colin]      2.0.0cvs173
3752
3753         * src/quote_fmt_parse.y
3754                 Fix non-UTF8 date formats messing up the whole quote a 
3755                 little bit
3756
3757 2006-03-26 [colin]      2.0.0cvs172
3758
3759         * src/procheader.c
3760                 Make sure the date is UTF8 valid, or try to make it
3761                 so. IncrediMail is really IncrediStupid.
3762         * src/compose.c
3763                 Fix possible conversions. 
3764                 
3765
3766 2006-03-26 [colin]      2.0.0cvs171
3767
3768         * src/matcher.c
3769                 Fix corner cases in body search. This is still a
3770                 hack... It seems impossible to make it good and 
3771                 reasonably fast at the same time.
3772
3773 2006-03-26 [colin]      2.0.0cvs170
3774
3775         * src/summaryview.c
3776                 I think I killed the twilight zone bug!
3777                 summary_select_node() flushes GTK events in order
3778                 to be able to center the view. But this also 
3779                 flushes keypresses like Ctrl-Alt-U, so this can
3780                 call summary_show from summary_select_node (itself
3781                 called from summary_show, etc.). And the summaryview
3782                 has to be unlocked in this function. So just locking
3783                 while processing GTK events, and bailing if locked, 
3784                 should fix it.
3785                 Fixes bug #927 (SIGSEGV during Update Summary)
3786
3787 2006-03-25 [colin]      2.0.0cvs169
3788
3789         * src/matcher.c
3790                 Fix search in QP-encoded bodies
3791                 Fix utf-8 searches in bodies encoded in the
3792                 locale's encoding
3793         * src/common/quoted-printable.c
3794         * src/common/quoted-printable.h
3795                 Add a decode function that doesn't overwrite
3796                 the original pointer
3797                 
3798
3799 2006-03-24 [colin]      2.0.0cvs168
3800
3801         * src/action.c
3802         * src/summaryview.c
3803         * src/summaryview.h
3804                 Update message cache after action
3805                 Patch by H. Merijn Brand
3806         * src/prefs_msg_colors.c
3807                 Factorize label 
3808                 Patch by Fabien Vantard
3809         * src/plugins/spamassassin/spamassassin_gtk.c
3810                 Remove useless translation
3811                 Patch by Fabien Vantard
3812
3813 2006-03-23 [colin]      2.0.0cvs167
3814
3815         * src/common/ssl.c
3816                 Let 30 seconds to SSL_connect
3817
3818 2006-03-23 [wwp]        2.0.0cvs166
3819
3820         * src/summaryview.c
3821         * src/gtk/description_window.c
3822                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
3823                 and headers are translated; adjust description windows' width to fit their
3824                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
3825
3826 2006-03-23 [paul]       2.0.0cvs165
3827
3828         * src/common/utils.c
3829                 fix highlighting of URIs containing "()"
3830                 (2.0.0cvs164's reversal fixed)
3831                 Thanks to Colin.
3832
3833 2006-03-23 [paul]       2.0.0cvs164
3834
3835         * src/common/utils.c
3836                 revert patch, (postponing a fix), at 2.0.0cvs120
3837                 as it breaks more URIs than it fixes.
3838                 Allow '-' to be a terminating character in a URI
3839
3840 2006-03-22 [colin]      2.0.0cvs163
3841
3842         * configure.ac
3843                 Require libetpan 0.45
3844                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
3845
3846 2006-03-22 [paul]       2.0.0cvs162
3847
3848         * src/editgroup.c
3849                 replace '<-' and '->' buttons with GTK_STOCK graphical
3850                 buttons
3851         * src/summary_search.c
3852                 don't offer '...' for translation
3853                 add a tooltip to advanced search '...' button
3854         * src/gtk/quicksearch.c
3855                 don't offer '...' for translation
3856
3857 2006-03-21 [colin]      2.0.0cvs161
3858
3859         * src/compose.c
3860                 Fix middle-click pasting (insert at click
3861                 position instead of cursor position, don't
3862                 remove existing selection and allow pasting
3863                 our own selection)
3864         * src/addressbook.c
3865                 "LDAP Server" -> "LDAP servers"
3866
3867 2006-03-21 [wwp]        2.0.0cvs160
3868
3869         * src/etpan/imap-thread.c
3870                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
3871
3872 2006-03-20 [colin]      2.0.0cvs159
3873
3874         * src/summaryview.c
3875                 Don't reload summaryview after an execute with no
3876                 move action
3877
3878 2006-03-19 [colin]      2.0.0cvs158
3879
3880         * src/addressbook.c
3881                 and put groups at the top, always
3882
3883 2006-03-19 [colin]      2.0.0cvs157
3884
3885         * src/addressbook.c
3886                 Order groups before names, as previously
3887
3888 2006-03-19 [colin]      2.0.0cvs156
3889
3890         * src/addressbook.c
3891                 - Sort case-unsensitive
3892                 - Put the sort arrow at opening too
3893
3894 2006-03-19 [wwp]        2.0.0cvs155
3895
3896         * src/addressbook.c
3897                 allow sorting by name/email/remarks, ensure that right-pane's contents
3898                 matches the left-pane selection (cleared when appropriate).
3899                 Patch by Pawel Pekala <c0rn@o2.pl>.
3900
3901 2006-03-18 [colin]      2.0.0cvs154
3902
3903         * src/textview.c
3904                 Fix text cursor ;)
3905
3906 2006-03-18 [colin]      2.0.0cvs153
3907
3908         * src/gtk/filesel.c
3909                 Make sure we hide the preview if we didn't get
3910                 a filename
3911
3912 2006-03-18 [colin]      2.0.0cvs152
3913
3914         * src/summaryview.c
3915                 Set cursor to watch for execution (fixes lack
3916                 of watch-cursor when dnd'ing hundreds of mails)
3917         * src/gtk/filesel.c
3918                 Check that mime type is 'image/*' before updating
3919                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
3920
3921 2006-03-18 [colin]      2.0.0cvs151
3922
3923         * src/mainwindow.c
3924         * src/textview.c
3925         * src/textview.h
3926                 Put a watch cursor in textview too when the mainwindow's
3927                 cursor in a watch
3928
3929 2006-03-18 [colin]      2.0.0cvs150
3930
3931         * src/folder.c
3932                 Change wrong asserts to simple tests
3933
3934 2006-03-17 [colin]      2.0.0cvs149
3935
3936         * src/mainwindow.c
3937         * src/mainwindow.h
3938         * src/prefs_msg_colors.c
3939         * src/summaryview.c
3940         * src/summaryview.h
3941         * src/gtk/colorlabel.c
3942         * src/gtk/colorlabel.h
3943                 Add a color label menu in the main menubar
3944                 Add (fixed) accels Ctrl-{0-7} to change the color
3945                 They have to be fixed because the menu's dynamic,
3946                 the items are complex widgets, hence we can't use
3947                 a GtkItemFactory.
3948
3949
3950 2006-03-17 [wwp]        2.0.0cvs148
3951
3952         * src/compose.c
3953                 rollback few lines from my previous commit (those lines come from
3954                 a pending patch, accidentally commited, even if neutral as they are
3955                 commented out).
3956
3957 2006-03-17 [wwp]        2.0.0cvs147
3958
3959         * src/compose.c
3960                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
3961                 applied code style/indentation to the modified function.
3962
3963 2006-03-17 [wwp]        2.0.0cvs146
3964
3965         * src/procmsg.c
3966         * src/compose.c
3967                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
3968
3969 2006-03-17 [paul]
3970
3971         2.1.0-rc1 released
3972
3973 2006-03-17 [paul]       2.0.0cvs145
3974
3975         * src/main.c
3976                 addressbook_read_file() was called twice
3977         * src/textview.c
3978                 X-Mailer highlighting
3979
3980 2006-03-16 [colin]      2.0.0cvs144
3981
3982         * src/sourcewindow.c
3983         * src/sourcewindow.h
3984                 And the last one, in source window.
3985
3986 2006-03-16 [colin]      2.0.0cvs143
3987
3988         * src/compose.c
3989         * src/compose.h
3990                 Fix the same stuff in compose
3991
3992 2006-03-16 [colin]      2.0.0cvs142
3993
3994         * src/messageview.c
3995                 Complete the previous messageview crash fix
3996
3997 2006-03-16 [colin]      2.0.0cvs141
3998
3999         * src/procmsg.h
4000         * src/procmsg.c
4001         * src/folder.c
4002                 Fix POSTPROCESSING hook
4003                 Patch by H. Merijn Brand
4004
4005         * src/procmime.c
4006         * src/procmime.h
4007                 Parse Content-Location
4008
4009         * src/toolbar.c
4010         * src/messageview.c
4011         * src/messageview.h
4012                 Don't crash when a top-level MessageView has
4013                 been closed on us. Same problematic than
4014                 yesterday's quicksearch issue.
4015
4016 2006-03-15 [colin]      2.0.0cvs140
4017
4018         * src/gtk/quicksearch.c
4019                 Fix a bitchy race we didn't think about when we
4020                 added quicksearch cancellation:
4021                 If the search is not on cached fields, for example
4022                 body_part matchcase "stuff"
4023                 the matcher code has to get the whole message. If
4024                 we're on IMAP, that can be slow, and in order to
4025                 be non-blocking, the IMAP code idle loop processes
4026                 gtk events too. So it is possible to cancel a
4027                 quicksearch while the matcher is getting the mail's
4028                 body. After matcher got its body, it will start to
4029                 iterate over the matcher list that the Quicksearch's
4030                 clear_search_cb() just freed via prepare_matcher().
4031                 SIGSEGV ensues.
4032                 The fix consists of guarding the matcherlist_match()
4033                 call with a boolean 'matching'. If we reset the
4034                 quicksearch while matching is TRUE, we don't free
4035                 the matcherlist anymore like we did, but we set
4036                 another new flag, deferred_free, to TRUE. Then,
4037                 in quicksearch_match(), just after returning from
4038                 matcherlist_match() and unsetting the matching flag,
4039                 we check the deferred_free flag and do the
4040                 prepare_matcher() (which does the matcherlist_free)
4041                 for real, so we free the matcherlist once it's not
4042                 used anymore.
4043                 As all of this runs via the glib main loop, we
4044                 luckily don't need a mutex.
4045         * src/summaryview.c
4046                 Also, show progress while searching.
4047
4048
4049 2006-03-14 [colin]      2.0.0cvs139
4050
4051         * src/alertpanel.c
4052                 Make alertpanel_is_open non-static
4053
4054 2006-03-14 [colin]      2.0.0cvs138
4055
4056         * src/prefs_spelling.c
4057                 Cleanups - Fabien Vantard
4058
4059 2006-03-14 [wwp]        2.0.0cvs137
4060
4061         * src/main.c
4062                 code style normalization (curly braces, indentation).
4063
4064 2006-03-14 [wwp]        2.0.0cvs137
4065
4066         * src/main.c
4067                 code style (braces, indentation)
4068
4069 2006-03-12 [paul]       2.0.0cvs136
4070
4071         * src/prefs_common.c
4072                 trans_hdr defaults to FALSE to be RFC-savvy
4073         * src/prefs_summaries.c
4074                 add a tooltip to the trans_hdr option
4075                 
4076
4077 2006-03-12 [paul]       2.0.0cvs135
4078
4079         * src/prefs_matcher.c
4080                 give a little more width to the combos
4081         * src/prefs_display_header.c
4082         * src/textview.c
4083                 translate headers if prefs_common.trans_hdr
4084                 is TRUE
4085
4086         Patches by Pawel Pekala
4087
4088 2006-03-12 [paul]       2.0.0cvs134
4089
4090         * src/plugins/clamav/clamav_plugin.c
4091         * src/plugins/dillo_viewer/dillo_viewer.c
4092         * src/plugins/pgpcore/plugin.c
4093         * src/plugins/pgpinline/plugin.c
4094         * src/plugins/pgpmime/plugin.c
4095         * src/plugins/spamassassin/spamassassin.c
4096                 update/add to descriptions
4097         * src/plugins/spamassassin/spamassassin_gtk.c
4098                 fixes to the english, remove superfluous
4099                 tooltips, clean up a little
4100
4101 2006-03-12 [paul]       2.0.0cvs133
4102
4103         * src/compose.c
4104                 fix Bug 924, 'Account combo box shows up wrong 
4105                 if & is in account name'
4106
4107 2006-03-11 [colin]      2.0.0cvs132
4108
4109         * src/summaryview.c
4110                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
4111                 messed up shift-selection because is slows down
4112                 moving around summaryview. thanks -users
4113
4114 2006-03-10 [colin]      2.0.0cvs131
4115
4116         * src/plugins/spamassassin/spamassassin_gtk.c
4117                 Put back Paul's engrish fixes
4118
4119 2006-03-10 [colin]      2.0.0cvs130
4120
4121         * src/plugins/spamassassin/spamassassin.c
4122         * src/plugins/spamassassin/spamassassin.h
4123         * src/plugins/spamassassin/spamassassin_gtk.c
4124                 Cleanup SA prefs page (more)
4125                 Patch by Fabien Vantard
4126
4127 2006-03-10 [paul]       2.0.0cvs129
4128
4129         * src/prefs_msg_colors.c
4130         * src/prefs_spelling.c
4131                 widget sensitivity
4132
4133 2006-03-09 [mones]      2.0.0cvs128
4134
4135         * po/es.po
4136                 Update for next RC
4137
4138 2006-03-09 [wwp]        2.0.0cvs127
4139
4140         * configure.ac
4141                 revert accidental commit (requirement for libetpan 0.43), this time
4142                 not in HEAD.
4143
4144 2006-03-09 [wwp]        2.0.0cvs125
4145
4146         * configure.ac
4147                 revert accidental commit (requirement for libetpan 0.43)
4148
4149 2006-03-09 [paul]       2.0.0cvs126
4150
4151         * src/prefs_receive.c
4152                 remove useless frame
4153                 replace 'incorporation' with 'receiving'
4154         * src/plugins/clamav/clamav_plugin_gtk.c
4155         * src/plugins/spamassassin/spamassassin_gtk.c
4156                 improve widget sensitivity
4157                 fix a bit his engrish
4158
4159 2006-03-09 [wwp]        2.0.0cvs125
4160
4161         * src/addressadd.c
4162         * src/foldersel.c
4163         * src/prefs_common.c
4164         * src/prefs_common.h
4165                 remember some more windows' sizes (add to addressbook and
4166                 select folder).
4167
4168 2006-03-09 [paul]       2.0.0cvs124
4169
4170         * src/plugins/pgpcore/prefs_gpg.c
4171                 normalise construction of dialogue
4172
4173 2006-03-09 [paul]       2.0.0cvs123
4174
4175         * src/plugins/trayicon/Makefile.am
4176                 add missing slash
4177
4178 2006-03-08 [colin]      2.0.0cvs122
4179
4180         * src/plugins/trayicon/Makefile.am
4181                 Fix build in separate dir 
4182                 Patch by Bamanzi <bamanzi@gmail.com>
4183
4184 2006-03-08 [colin]      2.0.0cvs121
4185
4186         * src/procmsg.c
4187                 Batch move and copies from summaryview with delayed execution
4188                 too
4189
4190 2006-03-07 [paul]       2.0.0cvs120
4191
4192         * src/common/utils.c
4193                 fix highlighting of URIs containing "()"
4194                 Patch by Pawel Pekala
4195
4196 2006-03-07 [paul]       2.0.0cvs119
4197
4198         * src/folder.c
4199         * src/folder.h
4200         * src/folderview.c
4201                 immediately do alphabetical resort when
4202                 changing a folder's name
4203                 Patch by Pawel Pekala
4204
4205 2006-03-07 [paul]       2.0.0cvs118
4206
4207         * src/news.c
4208         * src/news_gtk.c
4209                 when unsubscribing a newsgroup, remove the
4210                 folder and msgs in .sylpheed-claws/newscache
4211                 Patch by Pawel Pekala <c0rn@gazeta.pl>
4212
4213 2006-03-07 [paul]       2.0.0cvs117
4214
4215         * src/textview.c
4216                 fix wrong Fake URL Warning
4217                 Thanks to Hiro
4218
4219 2006-03-07 [colin]      2.0.0cvs116
4220
4221         * src/imap.c
4222                 Return immediately when password dialog was
4223                 cancelled
4224         * src/gtk/inputdialog.c
4225                 Allow empty strings for passwords
4226
4227
4228 2006-03-06 [colin]      2.0.0cvs115
4229
4230         * src/imap.c
4231                 Prevent double-timeouts when connection fails
4232
4233 2006-03-06 [colin]
4234
4235         2.0.1-rc1 released
4236
4237 2006-03-06 [colin]      2.0.0cvs114
4238
4239         * src/imap.c
4240                 Refresh session during potentially long
4241                 operations
4242
4243 2006-03-06 [wwp]        2.0.0cvs113
4244
4245         * src/prefs_msg_colors.h
4246                 forgot that one (custom color labels).
4247
4248 2006-03-06 [wwp]        2.0.0cvs112
4249
4250         * src/prefs_common.c
4251         * src/prefs_common.h
4252         * src/prefs_msg_colors.c
4253         * src/summaryview.c
4254         * src/summaryview.h
4255         * src/gtk/colorlabel.c
4256         * src/gtk/colorlabel.h
4257                 colors in messages list are now customizable. Color values and names can
4258                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
4259                 Thanks to Paul and Colin for their help with this longstanding patch!
4260
4261 2006-03-06 [wwp]        2.0.0cvs111
4262
4263         * src/textview.c
4264                 don't crash if (x)face is bad.
4265
4266 2006-03-05 [paul]       2.0.0cvs110
4267
4268         * AUTHORS
4269         * configure.ac
4270         * src/Makefile.am
4271         * src/common/Makefile.am
4272         * src/common/utils.h
4273         * src/etpan/imap-thread.c
4274         * src/gtk/authors.h
4275         * src/plugins/clamav/Makefile.am
4276         * src/plugins/demo/Makefile.am
4277         * src/plugins/dillo_viewer/Makefile.am
4278         * src/plugins/pgpcore/Makefile.am
4279         * src/plugins/pgpcore/passphrase.c
4280         * src/plugins/pgpinline/Makefile.am
4281         * src/plugins/pgpmime/Makefile.am
4282         * src/plugins/spamassassin/Makefile.am
4283         * src/plugins/trayicon/Makefile.am
4284                 fix builiding on cygwin
4285                 Patch by Ralgh Young <bamanzi@gmail.com>
4286
4287 2006-03-04 [wwp]        2.0.0cvs109
4288
4289         * manual/keyboard.xml
4290                 fix mixed up/down keys.
4291
4292 2006-03-04 [wwp]        2.0.0cvs108
4293
4294         * README
4295         * INSTALL
4296                 updated links to SpamAssassin.
4297
4298 2006-03-04 [wwp]        2.0.0cvs107
4299
4300         * manual/plugins.xml
4301         * src/plugins/spamassassin/README
4302                 updated SpamAssassin plugin docs to reflect new functional additions
4303                 (also fix/update/documents few technical stuff more, see the README).
4304
4305 2006-03-04 [wwp]        2.0.0cvs106
4306
4307         * src/prefs_message.c
4308                 normalized capitalization of message-prefs paths.
4309
4310 2006-03-04 [wwp]        2.0.0cvs105
4311
4312         * manual/advanced.xml
4313                 typo.
4314
4315 2006-03-03 [colin]      2.0.0cvs104
4316
4317         * src/plugins/clamav/clamav_plugin_gtk.c
4318                 Rework prefs page, patch by Fabien 
4319
4320 2006-03-03 [colin]      2.0.0cvs103
4321
4322         * src/plugins/clamav/clamav_plugin.c
4323                 Set error on all errors
4324
4325 2006-03-03 [colin]      2.0.0cvs102
4326
4327         * src/common/plugin.c
4328                 Initialize error to avoid crashing when a plugin fails
4329                 without setting error
4330
4331 2006-03-02 [wwp]        2.0.0cvs101
4332
4333         * configure.ac
4334                 fixed linker flags for libetpan support on Cygwin
4335                 (thanks to H.Merijn Brand).
4336
4337 2006-03-02 [wwp]        2.0.0cvs100
4338
4339         * src/addressbook.c
4340                 fix some AB error messages: one for punctuation and
4341                 one wrongly duplicate (thanks, maxbritov).
4342
4343 2006-03-02 [wwp]        2.0.0cvs99
4344
4345         * src/plugins/spamassassin/spamassassin.c
4346                 make sync calls to sa-learn/spamc to prevent
4347                 system (whatever local or client/server) overload.
4348
4349 2006-03-02 [colin]      2.0.0cvs98
4350
4351         * src/summaryview.c
4352                 Put the spam icon in the status column instead of the
4353                 mark one
4354
4355 2006-03-01 [colin]      2.0.0cvs97
4356
4357         * src/plugins/spamassassin/spamassassin.c
4358                 Fix segfault (g_file_set_contents fails for some 
4359                 reason and err==0x2f. Can't find out why with
4360                 valgrind, using working function :-)
4361
4362 2006-03-01 [colin]      2.0.0cvs96
4363
4364         * src/inc.c
4365                 Offline overriding: let 'No' be cached only 3 seconds
4366
4367 2006-03-01 [colin]      2.0.0cvs95
4368
4369         * src/addr_compl.c
4370         * src/addrbook.c
4371         * src/addressbook.c
4372         * src/addrindex.c
4373         * src/folder_item_prefs.c
4374         * src/headerview.c
4375         * src/imap.c
4376         * src/inc.c
4377         * src/ldif.c
4378         * src/mainwindow.c
4379         * src/mh.c
4380         * src/msgcache.c
4381         * src/prefs_common.h
4382         * src/prefs_msg_colors.c
4383         * src/procheader.c
4384         * src/procheader.h
4385         * src/procmime.c
4386         * src/procmsg.c
4387         * src/procmsg.h
4388         * src/send_message.h
4389         * src/simple-gettext.c
4390         * src/summaryview.c
4391         * src/summaryview.h
4392         * src/syldap.c
4393         * src/textview.c
4394         * src/undo.c
4395         * src/common/ssl_certificate.c
4396         * src/common/utils.c
4397         * src/gtk/colorsel.c
4398         * src/gtk/gtksctree.c
4399         * src/gtk/gtkshruler.c
4400         * src/plugins/trayicon/trayicon.c
4401                 #if 0 goes to /dev/null
4402
4403 2006-03-01 [colin]      2.0.0cvs94
4404
4405         * src/compose.c
4406         * src/imap.c
4407         * src/inc.c
4408         * src/inc.h
4409         * src/messageview.c
4410         * src/news.c
4411         * src/plugins/spamassassin/spamassassin.c
4412                 Allow to add information in the "working offline"
4413                 window
4414
4415 2006-03-01 [wwp]        2.0.0cvs93
4416
4417         * src/plugins/spamassassin/spamassassin.c
4418                 fixed spamc invocation: use a tricky temporary mini shell wrapper
4419                 'cause it seems that calling `spamc ... < inputfile` with
4420                 g_spawn_(a)sync simply.. erm doesn't work :-).
4421
4422 2006-03-01 [wwp]        2.0.0cvs92
4423
4424         * src/toolbar.c
4425         * src/toolbar.h
4426                 simplify the adding of spam/ham button to the messageview toolbar
4427                 (it gets more clear now that the same button will be "Mark as spam"
4428                 or "Mark as ham" according to the current message status,
4429                 thanks to Colin).
4430
4431 2006-03-01 [wwp]        2.0.0cvs91
4432
4433         * src/messageview.c
4434         * src/procmsg.c
4435         * src/procmsg.h
4436         * src/summaryview.c
4437         * src/plugins/spamassassin/spamassassin.c
4438         * src/plugins/spamassassin/spamassassin.h
4439                 make learner callbacks return a status (0 for ok),
4440                 handle it in main code to avoid setting flags when learning failed,
4441                 don't learn on TCP if offline in spamassassin,
4442                 thanks to Colin.
4443
4444                 
4445
4446 2006-03-01 [wwp]        2.0.0cvs90
4447
4448         * src/compose.c
4449                 some work around the compose window's account menu,
4450                 patch by Fabien Vantard.
4451
4452 2006-03-01 [wwp]        2.0.0cvs89
4453
4454         * src/plugins/spamassassin/spamassassin.c
4455                 fixed bad logics, was using spamc in local mode and sa-learn
4456                 in remote mode (thanks, Colin).
4457
4458 2006-03-01 [wwp]        2.0.0cvs88
4459
4460         * src/plugins/spamassassin/spamassassin.c
4461         * src/plugins/spamassassin/spamassassin.h
4462         * src/plugins/spamassassin/spamassassin_gtk.c
4463                 made processing of emails w/ sa-plugin an option (default is TRUE),
4464                 fixed Engrish some tooltips, capitalization of some debug messages
4465                 and warnings. The spamassassin plugin now provides two separate
4466                 services: process emails upon incorporation and spamd training.
4467                 Both services (un)register independently but use some common
4468                 plugin settings (transport settings, spam storage location).
4469
4470 2006-02-28 [wwp]        2.0.0cvs87
4471
4472         * src/plugins/spamassassin/spamassassin.c
4473                 fix async flag to spamc cmdline execution (batch exec should
4474                 be asynchronous).
4475
4476 2006-02-27 [wwp]        2.0.0cvs86
4477
4478         * src/plugins/spamassassin/spamassassin.c
4479         * src/plugins/spamassassin/spamassassin.h
4480         * src/plugins/spamassassin/spamassassin_gtk.c
4481                 - added the ability to learn a remote spamassassin server (spamd),
4482                 using spamc.
4483                 - added the spamassassin option 'username', that applies to all
4484                 spamassassin operations (filtering, learning, local or remote).
4485                 The default username is the current unix user (if left blank
4486                 from gtk prefs or config file).
4487                 - commented out some unused code (notebook widget), removed unused
4488                 layout (hbox1).
4489                 - make more widgets sensitive to the transport type.
4490
4491 2006-02-27 [colin]      2.0.0cvs85
4492
4493         * src/plugins/spamassassin/spamassassin.c
4494                 Fix sa-learn call when offline
4495
4496 2006-02-27 [colin]      2.0.0cvs84
4497
4498         * configure.ac
4499         * src/Makefile.am
4500         * src/mainwindow.c
4501         * src/mainwindow.h
4502         * src/messageview.c
4503         * src/messageview.h
4504         * src/prefs_toolbar.c
4505         * src/procmsg.c
4506         * src/stock_pixmap.c
4507         * src/stock_pixmap.h
4508         * src/summaryview.c
4509         * src/toolbar.c
4510         * src/toolbar.h
4511         * src/pixmaps/ham_btn.xpm
4512         * src/pixmaps/spam.xpm
4513         * src/pixmaps/spam_btn.xpm
4514         * src/plugins/spamassassin/spamassassin.c
4515                 Add button in toolbar for spam learning
4516                 Fix a few bugs from the last related commit
4517                 Revert 1.9.6cvs23 which messed up shift-selection
4518
4519 2006-02-24 [colin]      2.0.0cvs83
4520
4521         * src/procmsg.c
4522         * src/summaryview.c
4523         * src/summaryview.h
4524         * src/plugins/spamassassin/spamassassin.c
4525         * src/plugins/spamassassin/spamassassin.h
4526         * src/plugins/spamassassin/spamassassin_gtk.c
4527                 Unregister learner when spamassassin is either
4528                 disabled or over tcp
4529
4530 2006-02-24 [colin]      2.0.0cvs82
4531
4532         * src/Makefile.am
4533         * src/mainwindow.c
4534         * src/mainwindow.h
4535         * src/procmsg.c
4536         * src/procmsg.h
4537         * src/stock_pixmap.c
4538         * src/stock_pixmap.h
4539         * src/summaryview.c
4540         * src/summaryview.h
4541         * src/gtk/icon_legend.c
4542         * src/pixmaps/spam.xpm  ** NEW FILE **
4543         * src/plugins/spamassassin/spamassassin.c
4544         * src/plugins/spamassassin/spamassassin_gtk.c
4545                 Add spam learning interface (Mark/Mark as 
4546                 (spam|ham) menus)
4547
4548 2006-02-24 [wwp]        2.0.0cvs81
4549
4550         * src/compose.c
4551         * src/compose.h
4552         * src/filtering.c
4553                 hide compose window when sending message in batch mode
4554                 (filtering: forward and redirect). Also fixed a wrong
4555                 value returned when sending failed, neutral anyway.
4556                 (Colin, me) 
4557
4558 2006-02-24 [wwp]        2.0.0cvs80
4559
4560         * src/mainwindow.c
4561                 use GTK+'s stock quit button. Patch by Fabien Vantard.
4562
4563 2006-02-24 [paul]       2.0.0cvs79
4564
4565         * src/news.c
4566         * src/news.h
4567         * src/news_gtk.c
4568                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
4569                 Thanks to Colin
4570
4571 2006-02-23 [colin]      2.0.0cvs78
4572
4573         * src/alertpanel.c
4574                 Change OK to Close in alertpanel with View log
4575                 button; add accel to View log. Patch by Fabien
4576                 Vantard
4577
4578 2006-02-23 [wwp]        2.0.0cvs77
4579
4580         * src/compose.c
4581                 silly me, there were much more tests to perform, since toolbars can
4582                 really have down to 1 element only.
4583
4584 2006-02-23 [wwp]        2.0.0cvs76
4585
4586         * commitHelper
4587                 fixed indentation from my previous commit. Fallback to VISUAL if
4588                 EDITOR is not set (and to vi, at last resort).
4589
4590 2006-02-23 [wwp]        2.0.0cvs75
4591
4592         * commitHelper
4593                 improved error detection (Colin, me).
4594
4595 2006-02-23 [wwp]        2.0.0cvs74
4596
4597         * src/prefs_toolbar.c
4598                 simplify and fix prefs/toolbars layouting. Combos' contents can
4599                 now be really displayed.
4600
4601 2006-02-23 [wwp]        2.0.0cvs73
4602         simplifies and fix prefs/toolbars layouting. Combos' contents can now
4603         be really displayed.
4604
4605 2006-02-22 [wwp]        2.0.0cvs72
4606
4607         * src/compose.c
4608                 fix a typo in my previous commit (sorry!).
4609
4610 2006-02-22 [wwp]        2.0.0cvs71
4611
4612         * src/prefs_toolbar.c
4613                 fix a crash when adding separators to toolbars,
4614                 also fix some separator item information.
4615
4616 2006-02-22 [wwp]        2.0.0cvs70
4617
4618         * src/compose.c
4619                 fix a crash when redirecting (for instance) when compose window's
4620                 toolbar contents has been customized (when some buttons have been
4621                 removed in fact).
4622
4623 2006-02-21 [wwp]        2.0.0cvs69
4624
4625         * src/summaryview.c
4626         * src/gtk/pluginwindow.c
4627         * src/plugins/pgpcore/prefs_gpg.c
4628                 fix some compilation warnings (feat. remains of removed code).
4629
4630 2006-02-21 [wwp]        2.0.0cvs68
4631
4632         * src/gtk/gtkutils.c
4633                 fix two compilation issues, thanks to Stephan Sachse.
4634
4635 2006-02-20 [colin]      2.0.0cvs67
4636
4637         * src/mainwindow.c
4638                 Don't reselect displayed mail on refocus
4639                 This fixes actions misbehaving 
4640
4641 2006-02-20 [wwp]        2.0.0cvs66
4642
4643         * src/summaryview.c
4644         * src/gtk/gtksctree.c
4645         * src/gtk/gtkshruler.c
4646                 changed more runtime typecast checks.
4647
4648 2006-02-20 [wwp]        2.0.0cvs65
4649
4650         * src/summary_search.c
4651                 find all - summaryview refresh issue fixed, thanks to Colin.
4652
4653 2006-02-20 [wwp]        2.0.0cvs64
4654
4655         * src/gtk/gtkutils.c
4656                 better runtime typecast checks.
4657
4658 2006-02-20 [wwp]        2.0.0cvs63
4659
4660         * src/summary_search.c
4661                 enhancements to the summary search:
4662                         - add the ability to stop the running search
4663                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4664                         - don't search if no criteria (From/To/Subject/Body) is set
4665                         - ensure that a busy mouse pointer is always shown when searching,
4666                           show it even a bit earlier
4667
4668 2006-02-19 [colin]      2.0.0cvs62
4669
4670         * src/compose.c
4671         * src/imap.c
4672         * src/etpan/imap-thread.c
4673         * src/etpan/imap-thread.h
4674                 (Future) IMAP speed improvement on sending
4675                 Will require a libetpan update
4676         * src/summaryview.c
4677         * src/gtk/quicksearch.c
4678                 Make quicksearch clearable while running.
4679
4680 2006-02-17 [colin]      2.0.0cvs61
4681
4682         * src/imap.c
4683         * src/etpan/imap-thread.c
4684         * src/etpan/imap-thread.h
4685                 Check for IMAP certificates
4686                 ** Requires libetpan-0.42-cvs4 
4687                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4688
4689 2006-02-17 [colin]      2.0.0cvs60
4690
4691         * src/messageview.c
4692         * src/prefs_common.c
4693         * src/prefs_common.h
4694         * src/prefs_message.c
4695                 Add pref to display HTML-only mails with plugin, 
4696                 if possible (defaulting to FALSE of course).
4697
4698 2006-02-16 [colin]      2.0.0cvs59
4699
4700         * src/main.c
4701         * src/common/plugin.c
4702         * src/common/plugin.h
4703         * src/gtk/pluginwindow.c
4704                 Keep track of requested (but unloaded) plugins
4705                 in some error cases.
4706
4707 2006-02-16 [wwp]        2.0.0cvs58
4708
4709         * src/gtk/gtkaspell.c
4710         * src/gtk/gtkaspell.h
4711         * src/prefs_spelling.c
4712         * src/compose.c
4713         * src/prefs_common.c
4714         * src/prefs_common.h
4715                 implemented new optional spellchecker behaviour: re-check message when
4716                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4717
4718 2006-02-16 [wwp]        2.0.0cvs57
4719
4720         * src/quote_fmt_parse.y
4721                 pclose popen'ed pipe.
4722
4723 2006-02-15 [colin]      2.0.0cvs56
4724
4725         * src/mimeview.c
4726         * src/mimeview.h
4727                 Let MimeViewers know which MimeView they
4728                 depend of.
4729         * src/summaryview.c
4730                 Swap From/To columns in Sent/Queue/Drafts
4731                 folders
4732         * src/etpan/imap-thread.c
4733                 Use mailstream_low_tls_open() for STARTTLS
4734                 instead of mailstream_low_ssl_open()
4735                 ** REQUIRES libetpan 0.42cvs3 **
4736
4737 2006-02-15 [wwp]        2.0.0cvs55
4738
4739         * src/compose.c
4740         * src/compose.h
4741         * src/message_search.c
4742         * src/message_search.h
4743         * src/textview.c
4744         * src/gtk/gtkutils.c
4745         * src/gtk/gtkutils.h
4746                 added the ability to Find text in the compose window (and a bit
4747                 of code factorization).
4748
4749 2006-02-15 [wwp]        2.0.0cvs54
4750
4751         * src/prefs_gtk.c
4752                 yet another one file was missing (fix for some widgets' sensitivity).
4753                 Thanks Colin!
4754
4755 2006-02-15 [wwp]        2.0.0cvs53
4756
4757         * src/prefs_gtk.h
4758                 oops forgot that file (fix for some widgets' sensitivity).
4759
4760 2006-02-15 [wwp]        2.0.0cvs52
4761
4762         * src/summary_search.c
4763                 implemented advanced summary search options (added the ability
4764                 to use matcher conditions in an advanced search mode).
4765
4766 2006-02-15 [wwp]        2.0.0cvs51
4767
4768         * src/plugins/pgpcore/prefs_gpg.c
4769         * src/prefs_account.c
4770                 fix some widget sensitivity, mostly around some labels in
4771                 account prefs.
4772
4773 2006-02-15 [paul]       2.0.0cvs50
4774
4775         * manual/advanced.xml
4776                 improve Templates info
4777                 written by wwp
4778
4779 2006-02-14 [colin]      2.0.0cvs49
4780
4781         * src/pixmaps/address_book.xpm
4782         * src/pixmaps/preferences.xpm
4783         * src/pixmaps/properties.xpm
4784                 Fix pixmap size - patch by Fabien Vantard
4785
4786 2006-02-13 [colin]      2.0.0cvs48
4787
4788         * src/procmime.c
4789                 Add missing fclose()s on error
4790         * src/textview.c
4791                 Remove unused code
4792         * src/common/utils.c
4793                 Fix temp files not being deleted on windows
4794         Patches by Thomas Gilgin
4795
4796 2006-02-13 [colin]      2.0.0cvs47
4797
4798         * src/mainwindow.c
4799                 Fix exit crash
4800
4801 2006-02-13 [wwp]        2.0.0cvs46
4802
4803         * src/plugins/pgpcore/prefs_gpg.c
4804                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
4805
4806 2006-02-12 [colin]      2.0.0cvs45
4807
4808         * src/folderview.c
4809         * src/main.c
4810         * src/mainwindow.c
4811                 Fix "stuff" when quitting
4812
4813 2006-02-12 [wwp]        2.0.0cvs44
4814
4815         * src/prefs_themes.c
4816                 fix typos in debug messages.
4817
4818 2006-02-11 [colin]      2.0.0cvs43
4819
4820         * src/summaryview.c
4821                 don't allow drag/drop from ourself
4822
4823 2006-02-10 [wwp]        2.0.0cvs42
4824
4825         * src/exporthtml.c
4826         * src/html.c
4827         * src/html.h
4828         * src/procmime.c
4829         * src/textview.c
4830                 renamed html_ prefixed functions and data structures to avoid
4831                 namespace clashes w/ other software (gtkhtml2 for instance).
4832                 Closes bug #907.
4833
4834
4835 2006-02-09 [colin]      2.0.0cvs41
4836
4837         * src/summaryview.c
4838                 Fix shitty logic messed up. Thanks Ticho for the hint!
4839
4840 2006-02-09 [wwp]        2.0.0cvs40
4841
4842         * src/gtk/about.c
4843         * src/compose.c
4844         * src/prefs_account.c
4845         * src/prefs_gtk.h
4846         * src/editaddress.c
4847                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
4848                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
4849                 Browse buttons in accounts prefs.
4850
4851 2006-02-09 [colin]      2.0.0cvs39
4852
4853         * src/matcher.c
4854                 Check for pointer before using its members
4855         * src/gtk/gtksourceprintjob.c
4856                 Fix a wrong warning
4857
4858 2006-02-09 [wwp]        2.0.0cvs38
4859
4860         * src/gtk/filesel.c
4861                 fix few compiler warnings (type mismatch).
4862
4863 2006-02-09 [paul]       2.0.0cvs37
4864
4865         * po/fr.po
4866                 updated by Fabien Vantard
4867
4868 2006-02-08 [colin]      2.0.0cvs36
4869
4870         * src/prefs_common.c
4871         * src/common/defs.h
4872         * src/common/plugin.c
4873                 allow windows and linux configurations to coexist
4874                 patch by Thomas Gilgin
4875
4876 2006-02-08 [colin]      2.0.0cvs35
4877
4878         * src/filtering.c
4879         * src/matcher.c
4880         * src/matcher.h
4881         * src/matcher_parser_parse.y
4882         * src/prefs_filtering_action.c
4883         * src/prefs_matcher.c
4884                 Add the "Ignore thread" filtering
4885                 action
4886
4887 2006-02-08 [colin]      2.0.0cvs34
4888
4889         * src/compose.c
4890         * src/procmime.c
4891         * src/procmime.h
4892                 Fix bug #905 (damaged attachment)
4893                 text files with raw \0's aren't really text files
4894         FOR_STABLE
4895
4896 2006-02-08 [colin]      2.0.0cvs33
4897
4898         * src/summaryview.c
4899                 Fix crasher introduced yesterday
4900
4901 2006-02-08 [wwp]        2.0.0cvs32
4902
4903         * src/compose.c
4904         * src/compose.h
4905                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
4906
4907 2006-02-08 [wwp]        2.0.0cvs31
4908
4909         * src/prefs_template.c
4910                 templates enhancement: allow address completion for Cc and Bcc fields
4911                 (it was currently possible for the To field only)
4912
4913 2006-02-08 [colin]      2.0.0cvs30
4914
4915         * src/compose.c
4916                 Don't unblock if not blocked
4917         FOR_STABLE
4918
4919 2006-02-07 [colin]      2.0.0cvs29
4920
4921         * src/action.c
4922                 Forgot to refresh summaryview
4923
4924 2006-02-07 [colin]      2.0.0cvs28
4925
4926         * src/action.c
4927                 Freeze/thaw message list and folder list while
4928                 processing %as{} actions 
4929         * src/compose.c
4930                 Fix auto-wrap disabling after a middle-click
4931                 paste - FOR_STABLE
4932
4933 2006-02-07 [paul]       2.0.0cvs27
4934
4935         * src/folder.c
4936                 fix freeing of uninitialised pointers
4937                 Thanks to Colin
4938
4939 2006-02-06 [colin]      2.0.0cvs26
4940
4941         * src/folder.c
4942                 Use g_slist_prepend in potentially big list
4943
4944 2006-02-06 [colin]      2.0.0cvs25
4945
4946         * src/folder.c
4947                 Completely skip processing if it doesn't 
4948                 exist (faster!)
4949
4950 2006-02-06 [colin]      2.0.0cvs24
4951
4952         * src/folder.c
4953         * src/summaryview.c
4954                 Batch filtering in summaryview (from Tools menu)
4955                 and pre/post//-processing too
4956
4957 2006-02-06 [colin]      2.0.0cvs23
4958
4959         * src/procmsg.h
4960         * src/filtering.c
4961                 Use a special field for batch filtering instead
4962                 of stepping on deferred execution's toes
4963
4964 2006-02-06 [colin]      2.0.0cvs22
4965
4966         * src/action.c
4967         * src/filtering.c
4968         * src/filtering.h
4969         * src/folder.c
4970         * src/summaryview.c
4971                 Fix filtering via menus and actions
4972
4973 2006-02-06 [colin]      2.0.0cvs21
4974
4975         * src/imap.c
4976                 Put the added file directly to cache if possible (will work
4977                 with next libetpan)
4978         * src/filtering.c
4979         * src/filtering.h
4980         * src/inc.c
4981         * src/folder.c
4982         * src/mbox.c
4983         * src/procmsg.h
4984                 Move and copy filtered messages by batches instead of one
4985                 by one - faster on IMAP
4986         * src/procmsg.c
4987                 Add a function that'll possibly be useful later
4988
4989 2006-02-06 [colin]      2.0.0cvs20
4990
4991         * src/addressbook.c
4992                 Use internal mime-type instead of text/plain for d'n'd
4993         * src/compose.c
4994                 Allow attaching files from mimeview's icon list via d'n'd
4995         * src/folderview.c
4996         * src/folderview.h
4997                 Use internal mime-type instead of text/plain for d'n'd
4998                 Don't try to selected opened folder if none is
4999                 Factorize d'n'd from other apps code
5000         * src/headerview.c
5001         * src/textview.c
5002         * src/gtk/gtkutils.c
5003         * src/gtk/gtkutils.h
5004                 Factorize Face/X-Face stuff
5005         * src/mimeview.c
5006                 Fix d'n'd to other apps
5007         * src/prefs_message.c
5008                 Let the XFace pref be usable without libcompface as it also
5009                 applies to Face
5010         * src/summaryview.c
5011                 Fix d'n'd to other apps
5012                 Factorize d'n'd from other apps code
5013
5014 2006-02-06 [wwp]        2.0.0cvs19
5015
5016         * po/it.po
5017                 Italian translation fixes by Andrea Spadaccini (no more confusion
5018                 between filtering and processing, and few changes in the About
5019                 dialog).
5020
5021
5022 2006-02-06 [mones]      2.0.0cvs18
5023
5024         * src/gtk/icon_legend.c
5025                 Improved descriptions allowing better translations
5026
5027 2006-02-05 [colin]      2.0.0cvs17
5028
5029         * src/imap.c
5030                 Add the f*cking missing expunge that caused imap_fetch_env
5031                 to fail after an add_msgs ! :-///
5032         * src/etpan/imap-thread.c
5033                 Add a bit of debug
5034         FOR_STABLE
5035
5036 2006-02-05 [colin]      2.0.0cvs16
5037
5038         * src/common/utils.c
5039                 Don't check for return-path (or we can't put
5040                 back non-sent mails)
5041
5042 2006-02-05 [colin]      2.0.0cvs15
5043
5044         * src/textview.c
5045                 Don't try to display Face header in textview
5046                 when teh headerview's active
5047
5048 2006-02-05 [colin]      2.0.0cvs14
5049
5050         * tools/tbird2syl.py
5051         * tools/Makefile.am
5052                 Add script to import Thunderbird mails
5053
5054 2006-02-05 [colin]      2.0.0cvs13
5055
5056         * src/headerview.c
5057         * src/procheader.c
5058         * src/procmsg.c
5059         * src/procmsg.h
5060         * src/textview.c
5061                 Show Face headers - patch partially by Klaus Flittner
5062
5063 2006-02-05 [colin]      2.0.0cvs12
5064
5065         * src/folderview.c
5066         * src/summaryview.c
5067         * src/common/utils.c
5068         * src/common/utils.h
5069                 Let dnd work from mime icons to summaryview
5070                 and to folderview too
5071                 Add a crude test to avoid trying to add files
5072                 drag'n'dropped when they're not mails
5073
5074 2006-02-04 [colin]      2.0.0cvs11
5075
5076         * src/summaryview.c
5077         * src/mimeview.c
5078                 Fix utf8 conversion
5079
5080 2006-02-04 [colin]      2.0.0cvs10
5081
5082         * src/compose.c
5083         * src/folderview.c
5084         * src/mimeview.c
5085         * src/summaryview.c
5086         * src/summaryview.h
5087                 Added various drag and drop capas:
5088                 From                    To
5089                 summaryview             other apps
5090                 mimeview icons          other apps
5091                 other apps              summaryview
5092                 other apps              folderview
5093
5094                 This shouldn't have broken the existing:
5095                 From                    To
5096                 summaryview             folderview
5097                 folderview              folderview
5098                 summaryview             compose's attachments
5099
5100         Tests welcomed.
5101
5102 2006-02-02 [paul]       2.0.0cvs9
5103
5104         * src/mainwindow.c
5105                 move global option 'Set displayed columns...' out
5106                 of folder option grouping.
5107                 fix sensitivity of 'harvest addresses'
5108         FOR_STABLE
5109
5110 2006-02-01 [colin]      2.0.0cvs8
5111
5112         * src/mimeview.c
5113                 Revert the alertpanel patch, it sucks (intrusive
5114                 and gets in the way of "open")
5115
5116 2006-02-01 [colin]      2.0.0cvs7
5117
5118         * src/compose.c
5119         * src/prefs_account.c
5120         * src/prefs_common.c
5121         * src/common/defs.h
5122         * src/common/utils.c
5123         * src/common/utils.h
5124                 Add ability to edit the signature file
5125                 from the account preferences, and use
5126                 a default for the text editor.
5127                 Patch by Fabien Vantard
5128
5129 2006-02-01 [colin]      2.0.0cvs6
5130
5131         * src/mimeview.c
5132                 Try to get mime type by extension if it is
5133                 application/octet-stream
5134                 Display a window with possible choices when
5135                 encountering unknown mime types
5136         * src/gtk/filesel.c
5137         * src/gtk/filesel.h
5138                 Add preview
5139                 Allow multiple selection in filtered filesel
5140                 (patch by Fabien Vantard)
5141         * src/gtk/pluginwindow.c
5142                 Use it (patch by Fabien Vantard)
5143
5144 2006-02-01 [paul]       2.0.0cvs5
5145
5146         * src/jpilot.c
5147                 fix crash on creating jpilot address book
5148                 Thanks to Colin - FOR_STABLE
5149         * src/prefs_summaries.c
5150         * src/prefs_wrapping.c
5151         * src/gtk/icon_legend.c
5152         * src/gtk/quicksearch.c
5153                 string fixes and additions
5154
5155 2006-02-01 [paul]       2.0.0cvs4
5156
5157         * src/compose.c
5158         * src/mainwindow.c
5159         * src/messageview.c
5160         * src/prefs_send.c
5161                 add Arabic encoding option
5162                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
5163
5164 2006-01-31 [colin]      2.0.0cvs3
5165
5166         * src/plugins/pgpcore/passphrase.c
5167                 Convert passphrase to locale encoding
5168         * src/compose.c
5169                 Fix drafting on IMAP. Crappy bug sneaked in
5170                 the release :-/
5171         FOR_STABLE
5172
5173 2006-01-30 [paul]       2.0.0cvs2
5174
5175         * src/gtk/icon_legend.c
5176                 show the new entries
5177
5178 2006-01-30 [colin]      2.0.0cvs1
5179
5180         * src/manual.c
5181                 Check for the file to be present before 
5182                 enabling the menu - FOR_STABLE
5183         * src/gtk/icon_legend.c
5184                 Add folders icons (not all of them, there
5185                 are too much, but the most intriguing ones)
5186
5187 2006-01-30 [paul]       2.0.0
5188
5189         version 2.0.0 released
5190
5191 2006-01-30 [paul]       1.9.100cvs200
5192
5193         * manual/faq.xml
5194         * manual/gpl.xml
5195         * manual/intro.xml
5196         * manual/starting.xml
5197         * manual/sylpheed-claws-manual.xml
5198                 fixes, additions
5199
5200 2006-01-29 [mones]      1.9.100cvs199
5201
5202         * manual/account.xml
5203         * manual/advanced.xml
5204         * manual/glossary.xml
5205                 Some typos fixed, added LDIF term to glossary
5206         * po/es.po
5207                 Fixed leading plus symbol
5208
5209 2006-01-29 [paul]       1.9.100cvs198
5210
5211         * po/fi.po
5212         * po/sk.po
5213                 updated by Tommi Pirinen and Andrej Kacian
5214
5215 2006-01-29 [paul]       1.9.100cvs197
5216
5217         * src/gtk/authors.h
5218                 remove duplicates
5219
5220 2006-01-29 [paul]       1.9.100cvs196
5221
5222         * AUTHORS
5223         * po/nl.po
5224         * src/gtk/authors.h
5225         * tools/claws.i18n.status.pl
5226                 nl translation updated by Tim Dijkstra
5227
5228 2006-01-29 [paul]       1.9.100cvs195
5229
5230         * po/sr.po
5231         * po/sv.po
5232                 updated by Aleksandar Urosevic and Anders Troback
5233
5234 2006-01-28 [colin]      1.9.100cvs194
5235
5236         * src/gtk/gtksourceprintjob.c
5237                 Don't fiddle with PangoLayout when we
5238                 have an image
5239
5240 2006-01-28 [paul]       1.9.100cvs193
5241
5242         * AUTHORS
5243         * po/el.po
5244         * po/zh_CN.po
5245         * src/gtk/authors.h
5246         * tools/claws.i18n.status.pl
5247                 updated translations submitted by Stavros Giannouris
5248                 and Ralgh Young
5249
5250 2006-01-27 [colin]      1.9.100cvs192
5251
5252         * src/summaryview.c
5253         * src/gtk/gtksourceprintjob.c
5254                 Add image printing 
5255                 (libgnomeprint only, of course)
5256
5257 2006-01-27 [paul]       1.9.100cvs191
5258
5259         * po/fr.po
5260         * po/it.po
5261                 updated by Fabien Vantard and Andrea Spadaccini
5262
5263 2006-01-26 [colin]      1.9.100cvs190
5264
5265         * manual/Makefile.am
5266         * configure.ac
5267                 Make building the manual optional 
5268                 (--disable-manual)
5269
5270 2006-01-26 [paul]       1.9.100cvs189
5271
5272         * manual/glossary.xml
5273         * manual/plugins.xml
5274                 edited
5275         * po/en_GB.po
5276                 updated
5277
5278 2006-01-26 [paul]       1.9.100cvs188
5279
5280         * src/prefs_display_header.c
5281         * src/prefs_folder_column.c
5282         * src/prefs_msg_colors.c
5283         * src/prefs_summaries.c
5284         * src/prefs_summary_column.c
5285                 HIGify
5286
5287 2006-01-25 [colin]      1.9.100cvs187
5288
5289         * src/imap.c
5290                 Don't allow moving/copying mails between
5291                 queue/drafts and non-queue/drafts folders
5292                 Fixes bug #897 (message header is resetted 
5293                 if one is copied to Drafts)
5294
5295 2006-01-25 [colin]      1.9.100cvs186
5296
5297         * src/folder.c
5298         * src/mainwindow.c
5299                 Fix subscribed folders not found
5300         * src/compose.c
5301                 Don't try to encode as original mail's charset
5302                 if it's ascii 
5303
5304 2006-01-25 [paul]       1.9.100cvs185
5305
5306         * AUTHORS
5307         * po/Makevars
5308                 updated
5309         * po/de.po
5310         * po/pl.po
5311         * po/pt_BR.po
5312         * po/sr.po
5313                 updates submitted by Stephan Sachse, Emilian Nowak
5314                 and Quar, Frederico Goncalves Guimaraes, and
5315                 Aleksandar Urosevic
5316                 Fix Bug 896, 'PT_BR locale broken'.
5317         * src/gtk/authors.h
5318                 updated
5319
5320 2006-01-24 [mones]      1.9.100cvs184
5321
5322         * manual/glossary.xml
5323                 All current terms finished. Reviewers welcome ;-)
5324         * manual/keyboard.xml
5325                 Fixed column width for pdf output.
5326         * po/es.po
5327                 Updated
5328
5329 2006-01-24 [paul]       1.9.100cvs183
5330
5331         * manual/glossary.xml
5332                 fix id name
5333         * manual/dist/html/Makefile.am
5334         * manual/dist/pdf/Makefile.am
5335         * manual/dist/ps/Makefile.am
5336         * manual/dist/txt/Makefile.am
5337                 fix make deps
5338                 Thanks to Colin
5339
5340 2006-01-24 [mones]      1.9.100cvs182
5341
5342         * manual/glossary.xml
5343                 Nearly finished, some terms missing.
5344
5345 2006-01-23 [paul]       1.9.100cvs181
5346
5347         * manual/dist/html/Makefile.am
5348         * manual/dist/pdf/Makefile.am
5349         * manual/dist/ps/Makefile.am
5350         * manual/dist/txt/Makefile.am
5351         * src/mainwindow.c
5352                 re-enable manual
5353                 Thanks to Colin
5354
5355 2006-01-22 [colin]      1.9.100cvs180
5356
5357         * src/compose.c
5358         * src/gtk/gtkaspell.c
5359                 Don't deselect stuff before right-clicking, with aspell.
5360                 (This prevented right-click Copy, for example).
5361                 Thanks to Clo!
5362
5363 2006-01-22 [paul]       1.9.100cvs179
5364
5365         * src/summary_search.c
5366                 don't fix the widget size as it causes problems
5367                 under localisation.
5368                 Thanks to Emilian Nowak
5369
5370 2006-01-21 [paul]       1.9.100cvs178
5371
5372         * src/prefs_themes.c
5373                 fix broken underlining of label text
5374                 with some translations
5375
5376 2006-01-21 [colin]      1.9.100cvs177
5377
5378         * po/fr.po
5379                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
5380
5381 2006-01-20 [colin]      1.9.100cvs176
5382
5383         * configure.ac
5384         * Makefile.am
5385         * manual/Makefile
5386         * manual/dist/html/.cvsignore
5387         * manual/dist/html/Makefile.am
5388         * manual/dist/pdf/.cvsignore
5389         * manual/dist/pdf/Makefile.am
5390         * manual/dist/ps/.cvsignore
5391         * manual/dist/ps/Makefile.am
5392         * manual/dist/txt/.cvsignore
5393         * manual/dist/txt/Makefile.am
5394                 Autotool-ize manual
5395
5396 2006-01-20 [paul]       1.9.100cvs175
5397
5398         * manual/handling.xml
5399                 make Filtering and Searching entries easier to find
5400         * manual/keyboard.xml
5401                 add the remaining default keybinds
5402         * src/prefs_summaries.c
5403                 update the default keybinds
5404
5405 2006-01-20 [paul]       1.9.100cvs174
5406
5407         * src/addressbook.c
5408         * src/addrgather.c
5409         * src/addrharvest.c
5410         * src/editaddress.c
5411         * src/editgroup.c
5412         * src/exphtmldlg.c
5413         * src/expldifdlg.c
5414         * src/exporthtml.c
5415         * src/exportldif.c
5416         * src/ldif.c
5417                 replace 'e-mail' with 'email'
5418         * src/summary_search.c
5419                 add mnemonic to "Find all" button
5420
5421 2006-01-20 [wwp]        1.9.100cvs173
5422
5423         * src/export.c
5424         * src/import.c
5425                 touched mbox import/export buttons for HIG-compliance
5426
5427 2006-01-19 [paul]       1.9.100cvs172
5428
5429         * manual/account.xml
5430         * manual/addrbook.xml
5431         * manual/advanced.xml
5432         * manual/faq.xml
5433         * manual/handling.xml
5434         * manual/intro.xml
5435         * manual/plugins.xml
5436         * manual/starting.xml
5437                 more editing
5438
5439 2006-01-19 [paul]       1.9.100cvs171
5440
5441         * src/toolbar.c
5442                 allow use of trash button while receiving
5443                 Thanks to Colin
5444
5445 2006-01-19 [wwp]        1.9.100cvs170
5446
5447         * src/gtk/quicksearch.c
5448         * src/compose.c
5449                 force text color to black when yellow background is set
5450
5451 2006-01-19 [colin]      1.9.100cvs169
5452
5453         * src/plugins/trayicon/trayicon.c
5454                 Gray out Get Mail when already getting mail
5455
5456 2006-01-18 [paul]       1.9.100cvs168
5457
5458         * src/compose.c
5459                 give widget yellow background was To is
5460                 set via folder prefs
5461         * src/gtk/quicksearch.c
5462                 give widget yellow background when quick
5463                 search is active.
5464                 Thanks to Colin
5465
5466 2006-01-18 [paul]       1.9.100cvs167
5467
5468         * doc/man/sylpheed-claws.1
5469                 add --subscribe option
5470
5471 2006-01-18 [paul]       1.9.100cvs166
5472
5473         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5474         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5475                 use %U instead of %F (%F is broken for user installed
5476                 files in kde 3.5)
5477
5478 2006-01-18 [colin]      1.9.100cvs165
5479
5480         * src/summaryview.c
5481                 Default to Yes in "No more * messages" dialogs
5482
5483 2006-01-17 [colin]      1.9.100cvs164
5484
5485         * src/compose.c
5486                 Possibly fix an invalid iterator causing
5487                 crash
5488
5489 2006-01-17 [colin]      1.9.100cvs163
5490
5491         * src/mimeview.c
5492                 Fix crash when the image disappears under the
5493                 image viewer
5494
5495 2006-01-16 [colin]      1.9.100cvs162
5496
5497         * src/compose.c
5498                 Fix reenabling autowrap
5499
5500 2006-01-16 [colin]      1.9.100cvs161
5501
5502         * src/compose.c
5503                 reset quote_len before getting quote_str
5504
5505 2006-01-16 [colin]      1.9.100cvs160
5506
5507         * src/account.c
5508         * src/account.h
5509         * src/folder.c
5510         * src/imap_gtk.c
5511         * src/mh_gtk.c
5512                 Fix bug #883 (default inbox does not track folder move)
5513
5514 2006-01-16 [colin]      1.9.100cvs159
5515
5516         * src/compose.c
5517         * src/plugins/pgpcore/passphrase.c
5518                 More buttons fixes
5519
5520 2006-01-16 [paul]       1.9.100cvs158
5521
5522         * src/prefs_actions.c
5523         * src/prefs_filtering_action.c
5524         * src/prefs_matcher.c
5525         * src/quote_fmt.c
5526         * src/gtk/description_window.c
5527         * src/gtk/description_window.h
5528         * src/gtk/quicksearch.c
5529                 description window cleanups
5530
5531 2006-01-15 [colin]      1.9.100cvs157
5532
5533         * src/addressbook.c
5534         * src/prefs_filtering.c
5535                 Same here
5536
5537 2006-01-15 [colin]      1.9.100cvs156
5538
5539         * src/folderview.c
5540         * src/mainwindow.c
5541                 Same for "Empty trash"
5542
5543 2006-01-15 [colin]      1.9.100cvs155
5544
5545         * src/inc.c
5546                 Override offline dialog had Yes by default
5547
5548 2006-01-15 [colin]      1.9.100cvs154
5549
5550         * src/summaryview.c
5551                 Delete selected messages? previously had Yes the default
5552
5553 2006-01-15 [colin]      1.9.100cvs153
5554
5555         * src/folder.c
5556         * src/folder.h
5557         * src/main.c
5558                 Check if a mailbox is loaded after all
5559                 plugins are loaded.
5560
5561 2006-01-15 [colin]      1.9.100cvs152
5562
5563         * src/folder.c
5564                 Don't start wizard when there are unloaded folders (will help
5565                 people with only mbox or maildir mailboxes)
5566
5567 2006-01-14 [colin]      1.9.100cvs151
5568
5569         * src/addressbook.c
5570         * src/expldifdlg.c
5571         * src/importldif.c
5572         * src/importmutt.c
5573         * src/importpine.c
5574         * src/mh_gtk.c
5575                 More HIG compliance and fixes
5576
5577 2006-01-14 [colin]      1.9.100cvs150
5578
5579         * src/prefs_filtering_action.c
5580         * src/foldersel.c
5581                 Two forgotten button order changes
5582
5583 2006-01-14 [colin]      1.9.100cvs149
5584
5585         * src/account.c
5586         * src/addressbook.c
5587         * src/compose.c
5588         * src/folderview.c
5589         * src/imap_gtk.c
5590         * src/mainwindow.c
5591         * src/mh_gtk.c
5592         * src/news_gtk.c
5593         * src/prefs_actions.c
5594         * src/prefs_customheader.c
5595         * src/prefs_filtering.c
5596         * src/prefs_matcher.c
5597         * src/prefs_template.c
5598         * src/ssl_manager.c
5599         * src/summaryview.c
5600         * src/textview.c
5601         * src/toolbar.c
5602                 All deletion confirmations are now "Cancel, Delete" 
5603                 instead of "No, Yes"
5604                 Clarified most of the other "No, Yes" to 
5605                 "Cancel, Descriptive_action"
5606                 Rechanged the "Entry not saved" alerts to have 
5607                 "Close, Continue editing"
5608
5609
5610 2006-01-14 [paul]
5611
5612         * 2.0.0-rc4 released
5613
5614 2006-01-14 [paul]       1.9.100cvs148
5615
5616         * src/account.c
5617         * src/addressadd.c
5618         * src/addressbook.c
5619         * src/compose.c
5620         * src/editaddress.c
5621         * src/editbook.c
5622         * src/editgroup.c
5623         * src/editjpilot.c
5624         * src/editldap.c
5625         * src/editvcard.c
5626         * src/exphtmldlg.c
5627         * src/expldifdlg.c
5628         * src/folderview.c
5629         * src/grouplistdialog.c
5630         * src/imap_gtk.c
5631         * src/importmutt.c
5632         * src/importpine.c
5633         * src/inc.c
5634         * src/main.c
5635         * src/mainwindow.c
5636         * src/message_search.c
5637         * src/messageview.c
5638         * src/mh_gtk.c
5639         * src/mimeview.c
5640         * src/news_gtk.c
5641         * src/prefs_actions.c
5642         * src/prefs_customheader.c
5643         * src/prefs_filtering.c
5644         * src/prefs_matcher.c
5645         * src/prefs_template.c
5646         * src/prefs_themes.c
5647         * src/ssl_manager.c
5648         * src/summary_search.c
5649         * src/summaryview.c
5650         * src/textview.c
5651         * src/toolbar.c
5652         * src/gtk/foldersort.c
5653         * src/gtk/gtkaspell.c
5654         * src/gtk/inputdialog.c
5655         * src/gtk/prefswindow.c
5656         * src/plugins/pgpcore/select-keys.c
5657         * src/plugins/trayicon/trayicon.c
5658                 HIG compliant button order
5659
5660 2006-01-14 [mones]      1.9.100cvs147
5661
5662         * po/es.po
5663                 Updated translation
5664
5665 2006-01-13 [paul]       1.9.100cvs146
5666
5667         * AUTHORS
5668         * ChangeLog
5669         * src/gtk/authors.h
5670                 add Joshua M. Kwan to contributors list
5671
5672 2006-01-13 [colin]      1.9.100cvs145
5673
5674         * src/gtk/quicksearch.c
5675                 Don't refocus quick search after executing (Esc or Enter)
5676                 Allows to '/'search something then move up/down in 
5677                 summaryview, and to Esc a search and be back in the 
5678                 summaryview
5679
5680 2006-01-13 [paul]       1.9.100cvs144
5681
5682         * src/plugins/pgpinline/pgpinline.c
5683                 support Content-Type 'application/pgp'
5684                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5685
5686 2006-01-13 [paul]       1.9.100cvs143
5687
5688         * manual/account.xml
5689                 make mention of partial retrieval
5690                 thanks to Colin
5691
5692 2006-01-13 [paul]       1.9.100cvs142
5693
5694         * src/account.c
5695         * src/account.h
5696         * src/action.c
5697         * src/action.h
5698         * src/adbookbase.h
5699         * src/addr_compl.c
5700         * src/addr_compl.h
5701         * src/addrbook.c
5702         * src/addrcache.c
5703         * src/addrcache.h
5704         * src/addrcindex.c
5705         * src/addrcindex.h
5706         * src/addrclip.c
5707         * src/addrclip.h
5708         * src/addrdefs.h
5709         * src/addressadd.c
5710         * src/addressadd.h
5711         * src/addressbook.c
5712         * src/addressbook.h
5713         * src/addrgather.c
5714         * src/addrgather.h
5715         * src/addrharvest.c
5716         * src/addrharvest.h
5717         * src/addrindex.c
5718         * src/addrindex.h
5719         * src/addritem.c
5720         * src/addritem.h
5721         * src/addrquery.c
5722         * src/addrquery.h
5723         * src/addrselect.c
5724         * src/addrselect.h
5725         * src/alertpanel.c
5726         * src/alertpanel.h
5727         * src/browseldap.c
5728         * src/browseldap.h
5729         * src/codeconv.c
5730         * src/codeconv.h
5731         * src/compose.c
5732         * src/compose.h
5733         * src/customheader.c
5734         * src/customheader.h
5735         * src/displayheader.c
5736         * src/displayheader.h
5737         * src/editaddress.c
5738         * src/editaddress.h
5739         * src/editbook.c
5740         * src/editbook.h
5741         * src/editgroup.c
5742         * src/editgroup.h
5743         * src/editjpilot.c
5744         * src/editjpilot.h
5745         * src/editldap.c
5746         * src/editldap.h
5747         * src/editldap_basedn.c
5748         * src/editldap_basedn.h
5749         * src/editvcard.c
5750         * src/editvcard.h
5751         * src/exphtmldlg.c
5752         * src/exphtmldlg.h
5753         * src/expldifdlg.c
5754         * src/expldifdlg.h
5755         * src/export.h
5756         * src/exporthtml.c
5757         * src/exporthtml.h
5758         * src/exportldif.c
5759         * src/exportldif.h
5760         * src/filtering.c
5761         * src/filtering.h
5762         * src/folder.c
5763         * src/folder.h
5764         * src/folder_item_prefs.c
5765         * src/folder_item_prefs.h
5766         * src/foldersel.c
5767         * src/foldersel.h
5768         * src/folderutils.c
5769         * src/folderutils.h
5770         * src/folderview.c
5771         * src/folderview.h
5772         * src/grouplistdialog.c
5773         * src/grouplistdialog.h
5774         * src/headerview.c
5775         * src/html.c
5776         * src/html.h
5777         * src/image_viewer.c
5778         * src/image_viewer.h
5779         * src/imap.c
5780         * src/imap.h
5781         * src/imap_gtk.c
5782         * src/imap_gtk.h
5783         * src/import.h
5784         * src/importldif.c
5785         * src/importldif.h
5786         * src/importmutt.c
5787         * src/importmutt.h
5788         * src/importpine.c
5789         * src/importpine.h
5790         * src/inc.c
5791         * src/inc.h
5792         * src/jpilot.c
5793         * src/jpilot.h
5794         * src/ldapctrl.c
5795         * src/ldapctrl.h
5796         * src/ldaplocate.c
5797         * src/ldaplocate.h
5798         * src/ldapquery.c
5799         * src/ldapquery.h
5800         * src/ldapserver.c
5801         * src/ldapserver.h
5802         * src/ldaputil.c
5803         * src/ldaputil.h
5804         * src/ldif.c
5805         * src/ldif.h
5806         * src/main.c
5807         * src/main.h
5808         * src/mainwindow.c
5809         * src/mainwindow.h
5810         * src/manual.c
5811         * src/manual.h
5812         * src/mbox.c
5813         * src/mbox.h
5814         * src/message_search.c
5815         * src/message_search.h
5816         * src/messageview.c
5817         * src/messageview.h
5818         * src/mh.c
5819         * src/mh.h
5820         * src/mh_gtk.c
5821         * src/mh_gtk.h
5822         * src/mimeview.c
5823         * src/mimeview.h
5824         * src/msgcache.c
5825         * src/msgcache.h
5826         * src/mutt.c
5827         * src/mutt.h
5828         * src/news.c
5829         * src/news.h
5830         * src/news_gtk.c
5831         * src/news_gtk.h
5832         * src/partial_download.c
5833         * src/partial_download.h
5834         * src/pine.c
5835         * src/pine.h
5836         * src/pop.c
5837         * src/pop.h
5838         * src/prefs_account.c
5839         * src/prefs_account.h
5840         * src/prefs_actions.c
5841         * src/prefs_actions.h
5842         * src/prefs_common.c
5843         * src/prefs_common.h
5844         * src/prefs_compose_writing.c
5845         * src/prefs_compose_writing.h
5846         * src/prefs_customheader.c
5847         * src/prefs_customheader.h
5848         * src/prefs_display_header.c
5849         * src/prefs_display_header.h
5850         * src/prefs_filtering.c
5851         * src/prefs_filtering.h
5852         * src/prefs_filtering_action.c
5853         * src/prefs_filtering_action.h
5854         * src/prefs_folder_column.c
5855         * src/prefs_folder_column.h
5856         * src/prefs_folder_item.c
5857         * src/prefs_folder_item.h
5858         * src/prefs_fonts.c
5859         * src/prefs_fonts.h
5860         * src/prefs_gtk.c
5861         * src/prefs_gtk.h
5862         * src/prefs_image_viewer.c
5863         * src/prefs_image_viewer.h
5864         * src/prefs_matcher.c
5865         * src/prefs_matcher.h
5866         * src/prefs_message.c
5867         * src/prefs_msg_colors.c
5868         * src/prefs_msg_colors.h
5869         * src/prefs_other.c
5870         * src/prefs_quote.c
5871         * src/prefs_receive.c
5872         * src/prefs_send.c
5873         * src/prefs_spelling.c
5874         * src/prefs_spelling.h
5875         * src/prefs_summaries.c
5876         * src/prefs_summaries.h
5877         * src/prefs_summary_column.c
5878         * src/prefs_summary_column.h
5879         * src/prefs_template.c
5880         * src/prefs_template.h
5881         * src/prefs_themes.c
5882         * src/prefs_themes.h
5883         * src/prefs_toolbar.c
5884         * src/prefs_toolbar.h
5885         * src/prefs_wrapping.c
5886         * src/prefs_wrapping.h
5887         * src/privacy.c
5888         * src/privacy.h
5889         * src/procheader.c
5890         * src/procheader.h
5891         * src/procmime.c
5892         * src/procmime.h
5893         * src/procmsg.c
5894         * src/procmsg.h
5895         * src/quote_fmt.c
5896         * src/quote_fmt_parse.y
5897         * src/recv.c
5898         * src/recv.h
5899         * src/remotefolder.c
5900         * src/remotefolder.h
5901         * src/send_message.c
5902         * src/send_message.h
5903         * src/setup.c
5904         * src/setup.h
5905         * src/sourcewindow.c
5906         * src/sourcewindow.h
5907         * src/ssl_manager.c
5908         * src/ssl_manager.h
5909         * src/statusbar.c
5910         * src/statusbar.h
5911         * src/stock_pixmap.c
5912         * src/stock_pixmap.h
5913         * src/summary_search.c
5914         * src/summary_search.h
5915         * src/summaryview.c
5916         * src/summaryview.h
5917         * src/syldap.c
5918         * src/syldap.h
5919         * src/textview.c
5920         * src/textview.h
5921         * src/toolbar.c
5922         * src/toolbar.h
5923         * src/undo.c
5924         * src/undo.h
5925         * src/unmime.c
5926         * src/unmime.h
5927         * src/vcard.c
5928         * src/vcard.h
5929         * src/wizard.c
5930         * src/wizard.h
5931         * src/common/base64.c
5932         * src/common/base64.h
5933         * src/common/defs.h
5934         * src/common/hooks.c
5935         * src/common/hooks.h
5936         * src/common/log.c
5937         * src/common/log.h
5938         * src/common/mgutils.c
5939         * src/common/mgutils.h
5940         * src/common/nntp.c
5941         * src/common/nntp.h
5942         * src/common/passcrypt.c
5943         * src/common/passcrypt.h.in
5944         * src/common/plugin.c
5945         * src/common/plugin.h
5946         * src/common/prefs.c
5947         * src/common/prefs.h
5948         * src/common/progressindicator.c
5949         * src/common/progressindicator.h
5950         * src/common/quoted-printable.c
5951         * src/common/quoted-printable.h
5952         * src/common/session.c
5953         * src/common/session.h
5954         * src/common/smtp.c
5955         * src/common/smtp.h
5956         * src/common/socket.c
5957         * src/common/socket.h
5958         * src/common/ssl.c
5959         * src/common/ssl.h
5960         * src/common/ssl_certificate.c
5961         * src/common/ssl_certificate.h
5962         * src/common/stringtable.c
5963         * src/common/stringtable.h
5964         * src/common/sylpheed.c
5965         * src/common/sylpheed.h
5966         * src/common/template.c
5967         * src/common/template.h
5968         * src/common/timing.h
5969         * src/common/utils.c
5970         * src/common/utils.h
5971         * src/common/version.h.in
5972         * src/common/xml.c
5973         * src/common/xml.h
5974         * src/common/xmlprops.c
5975         * src/common/xmlprops.h
5976         * src/gtk/colorlabel.c
5977         * src/gtk/colorsel.c
5978         * src/gtk/colorsel.h
5979         * src/gtk/description_window.c
5980         * src/gtk/description_window.h
5981         * src/gtk/filesel.c
5982         * src/gtk/filesel.h
5983         * src/gtk/foldersort.c
5984         * src/gtk/foldersort.h
5985         * src/gtk/gtkutils.c
5986         * src/gtk/gtkutils.h
5987         * src/gtk/inputdialog.c
5988         * src/gtk/inputdialog.h
5989         * src/gtk/logwindow.c
5990         * src/gtk/logwindow.h
5991         * src/gtk/manage_window.c
5992         * src/gtk/manage_window.h
5993         * src/gtk/menu.c
5994         * src/gtk/menu.h
5995         * src/gtk/pluginwindow.c
5996         * src/gtk/pluginwindow.h
5997         * src/gtk/prefswindow.c
5998         * src/gtk/prefswindow.h
5999         * src/gtk/progressdialog.c
6000         * src/gtk/progressdialog.h
6001         * src/gtk/sslcertwindow.c
6002         * src/gtk/sslcertwindow.h
6003         * src/plugins/clamav/clamav_plugin.c
6004         * src/plugins/clamav/clamav_plugin.h
6005         * src/plugins/clamav/clamav_plugin_gtk.c
6006         * src/plugins/demo/demo.c
6007         * src/plugins/dillo_viewer/dillo_prefs.c
6008         * src/plugins/dillo_viewer/dillo_prefs.h
6009         * src/plugins/dillo_viewer/dillo_viewer.c
6010         * src/plugins/pgpcore/passphrase.c
6011         * src/plugins/pgpcore/passphrase.h
6012         * src/plugins/pgpcore/plugin.c
6013         * src/plugins/pgpcore/select-keys.c
6014         * src/plugins/pgpcore/select-keys.h
6015         * src/plugins/pgpcore/sgpgme.c
6016         * src/plugins/pgpcore/sgpgme.h
6017         * src/plugins/pgpinline/pgpinline.c
6018         * src/plugins/pgpinline/pgpinline.h
6019         * src/plugins/pgpinline/plugin.c
6020         * src/plugins/pgpmime/pgpmime.c
6021         * src/plugins/pgpmime/pgpmime.h
6022         * src/plugins/pgpmime/plugin.c
6023         * src/plugins/spamassassin/spamassassin.c
6024         * src/plugins/spamassassin/spamassassin.h
6025         * src/plugins/spamassassin/spamassassin_gtk.c
6026         * src/plugins/trayicon/trayicon.c
6027                 update copyright header
6028
6029 2006-01-13 [paul]       1.9.100cvs141
6030
6031         * src/account.c
6032         * src/export.c
6033         * src/import.c
6034         * src/mainwindow.c
6035         * src/prefs_account.c
6036         * src/prefs_display_header.c
6037         * src/prefs_receive.c
6038         * src/prefs_send.c
6039         * src/prefs_summaries.c
6040         * src/prefs_themes.c
6041         * src/prefs_toolbar.c
6042         * src/gtk/about.c
6043                 various cleanups
6044
6045 2006-01-12 [colin]      1.9.100cvs140
6046
6047         * src/folder.c
6048         * src/folder.h
6049         * src/main.c
6050                 Add --subscribe option
6051                 Let sylpheed-claws email@domain.com equivalent to --compose
6052                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
6053
6054 2006-01-12 [paul]       1.9.100cvs139
6055
6056         * src/mainwindow.c
6057                 append 'Change folder order' label with '...'
6058         * src/prefs_actions.c
6059                 allow reordering of actions list by dnd
6060         * src/gtk/foldersort.c
6061                 make the dialog nicer
6062
6063 2006-01-11 [colin]      1.9.100cvs138
6064
6065         * src/compose.c
6066                 Allow templates without text
6067
6068 2006-01-11 [paul]       1.9.100cvs137
6069
6070         * tools/README
6071         * tools/filter_conv_new.pl
6072                 add info to README
6073                 also check .sylpheed for filter.xml
6074                 be a bit informative to the user
6075
6076 2006-01-11 [colin]      1.9.100cvs136
6077
6078         * src/textview.c
6079                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
6080
6081 2006-01-10 [paul]       1.9.100cvs135
6082
6083         * tools/Makefile.am
6084         * tools/filter_conv_new.pl
6085                 add script to convert new style Sylpheed
6086                 filter rules (Sylpheed >= 0.9.99) to
6087                 Claws filtering rules
6088
6089 2006-01-10 [colin]      1.9.100cvs134
6090
6091         * src/compose.c
6092                 Fix broken line joins in certain conditions
6093                 (between two quoted lines: <enter><enter><up>
6094                  <type a wrapped sentence><go in the first line>
6095                  <insert more text><watch as line joining failed>)
6096
6097 2006-01-10 [paul]       1.9.100cvs133
6098
6099         * src/compose.c
6100                 don't report success in error dialog
6101                 thanks to Colin
6102         * src/common/utils.c
6103                 include some trailing punctuations as URI
6104                 thanks to Hiro
6105
6106 2006-01-10 [paul]       1.9.100cvs132
6107
6108         * src/mimeview.c
6109                 fix incompatible pointer type
6110                 warning
6111
6112 2006-01-10 [paul]       1.9.100cvs131
6113
6114         * src/compose.c
6115                 change Subject in window title
6116                 instantaneously
6117
6118 2006-01-09 [colin]      1.9.100cvs130
6119
6120         * src/addressbook.c
6121         * src/headerview.c
6122         * src/mainwindow.c
6123         * src/messageview.c
6124         * src/mimeview.c
6125         * src/noticeview.c
6126         * src/summaryview.c
6127                 Fix possible crashes on exit and in addressbook
6128
6129 2006-01-09 [paul]       1.9.100cvs129
6130
6131         * src/prefs_msg_colors.c
6132                 some cleanups that I forgot last time
6133
6134 2006-01-09 [paul]       1.9.100cvs128
6135
6136         * README
6137         * src/folderview.c
6138         * src/prefs_msg_colors.c
6139                 add previously hidden option, color_new, to
6140                 the gui
6141                 move the page to Display/
6142                 rework the gui
6143
6144 2006-01-09 [wwp]        1.9.100cvs127
6145
6146         * src/prefs_themes.c
6147                 made the prefs/display/themes layouts spacing less condensed
6148                 (and so they match other prefs/pages' look).
6149
6150 2006-01-09 [paul]       1.9.100cvs126
6151
6152         * src/compose.c
6153         * src/prefs_common.c
6154         * src/prefs_common.h
6155         * src/prefs_wrapping.c
6156                 remove 'wrap at send' option
6157
6158 2006-01-06 [colin]      1.9.100cvs125
6159
6160         * src/compose.c
6161                 Just make completely sure we don't insert "manual line breaks" 
6162                 when wrapping... 
6163
6164 2006-01-04 [paul]
6165
6166         * 2.0.0-rc3 released
6167
6168 2006-01-04 [paul]       1.9.100cvs124
6169
6170         * src/folderview.c
6171                 fix bug 882, 'quick scroll in folder list
6172                 displays wrong folder contents'
6173
6174 2006-01-04 [paul]       1.9.100cvs123
6175
6176         * src/plugins/pgpmime/pgpmime.c
6177                 better debug information when signing
6178                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6179
6180 2006-01-03 [colin]      1.9.100cvs122
6181
6182         * configure.ac
6183                 We need to recheck for gpgme 1.0.0 after checking
6184                 for 1.1.1, because if 1.1.1 isn't available, 
6185                 GPGME_LIBS and friends are blanked out by the 
6186                 second check.
6187
6188 2006-01-03 [colin]      1.9.100cvs121
6189
6190         * src/common/prefs.c
6191                 Windows unlink-before rename fix
6192         * src/plugins/pgpcore/sgpgme.c
6193                 Add support for PKA info if available
6194                 Both patches by Werner Koch
6195
6196 2006-01-03 [paul]       1.9.100cvs120
6197
6198         * src/messageview.c
6199                 fix bug 884, 'Send receipt' button visible in queue
6200                 Thanks to Colin
6201
6202 2006-01-02 [colin]      1.9.100cvs119
6203
6204         * src/compose.c
6205         * src/imap.c
6206                 Fix autosave on IMAP and more generally try to
6207                 return the correct ID on a newly added IMAP message
6208
6209 2006-01-02 [paul]       1.9.100cvs118
6210
6211         * manual/keyboard.xml
6212                 edited
6213
6214 2006-01-01 [paul]       1.9.100cvs117
6215
6216         * src/gtk/authors.h
6217                 alphabetical order
6218
6219 2005-12-30 [colin]      1.9.100cvs116
6220
6221         * manual/advanced.xml
6222                 Explain Pre/Post-processing differences.
6223
6224 2005-12-30 [colin]      1.9.100cvs115
6225
6226         * src/mh.c
6227                 Implement copy_msgs for a little optimization
6228         * src/imap.c
6229                 Finish yesterday's fix
6230
6231 2005-12-29 [colin]      1.9.100cvs114
6232
6233         * src/imap.c
6234                 Fix occasional failure in fetching a mail over
6235                 IMAP
6236
6237 2005-12-29 [colin]      1.9.100cvs113
6238
6239         * src/compose.c
6240                 Don't remove a draft when sending it, if it is 
6241                 locked.
6242
6243 2005-12-28 [colin]      1.9.100cvs112
6244
6245         * src/summaryview.c
6246                 Fix leak for real
6247
6248 2005-12-28 [wwp]        1.9.100cvs111
6249
6250         * doc/faq/.cvsignore
6251         * doc/faq/de/.cvsignore
6252         * doc/faq/en/.cvsignore
6253         * doc/faq/es/.cvsignore
6254         * doc/faq/fr/.cvsignore
6255         * doc/faq/it/.cvsignore
6256         * doc/manual/.cvsignore
6257         * doc/manual/de/.cvsignore
6258         * doc/manual/en/.cvsignore
6259         * doc/manual/es/.cvsignore
6260         * doc/manual/fr/.cvsignore
6261         * doc/manual/ja/.cvsignore
6262         * src/plugins/mathml_viewer/.cvsignore
6263                 rollback revival of those files (my bad, sorry for the noise).
6264
6265 2005-12-28 [wwp]        1.9.100cvs110
6266
6267         * src/compose.c
6268                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
6269
6270 2005-12-28 [wwp]        1.9.100cvs109
6271
6272         * doc/faq/.cvsignore
6273         * doc/faq/de/.cvsignore
6274         * doc/faq/en/.cvsignore
6275         * doc/faq/es/.cvsignore
6276         * doc/faq/fr/.cvsignore
6277         * doc/faq/it/.cvsignore
6278         * doc/manual/.cvsignore
6279         * doc/manual/de/.cvsignore
6280         * doc/manual/en/.cvsignore
6281         * doc/manual/es/.cvsignore
6282         * doc/manual/fr/.cvsignore
6283         * doc/manual/ja/.cvsignore
6284         * src/plugins/mathml_viewer/.cvsignore
6285         * po/.cvsignore
6286                 more files to ignore.
6287
6288 2005-12-24 [colin]      1.9.100cvs108
6289
6290         * AUTHORS
6291         * src/gtk/authors.h
6292                 Update for Werner
6293
6294 2005-12-24 [colin]      1.9.100cvs107
6295
6296         * src/procmsg.c
6297                 Allow NULL src_msginfo in 
6298                 procmsg_msginfo_new_from_mimeinfo
6299
6300 2005-12-23 [paul]       1.9.100cvs106
6301
6302         * src/plugins/pgpinline/mypgpcore.def
6303                 add this forgotten file
6304
6305 2005-12-23 [colin]      1.9.100cvs105
6306
6307         * src/mainwindow.c
6308                 Fix missing break
6309
6310 2005-12-23 [colin]      1.9.100cvs104
6311
6312         * autogen.sh
6313         * src/folder.c
6314         * src/mh.c
6315         * src/common/plugin.c
6316         * src/common/socket.c
6317         * src/common/socket.h
6318         * src/common/utils.c
6319         * src/common/utils.h
6320         * src/gtk/pluginwindow.c
6321         * src/plugins/pgpcore/plugin.def
6322         * src/plugins/pgpcore/sylpheed.def
6323         * src/plugins/pgpinline/Makefile.am
6324         * src/plugins/pgpinline/plugin.def
6325         * src/plugins/pgpinline/sylpheed.def
6326         * src/plugins/pgpmime/plugin.def
6327         * src/plugins/pgpmime/sylpheed.def
6328                 Various w32 fixes by Werner Koch
6329
6330 2005-12-22 [paul]       1.9.100cvs103
6331
6332         * src/wizard.c
6333                 don't offer IMAP as 'server type' if
6334                 libetpan isn't built in
6335
6336 2005-12-22 [paul]       1.9.100cvs102
6337
6338         * AUTHORS
6339         * src/mainwindow.c
6340         * src/mainwindow.h
6341         * src/toolbar.c
6342         * src/gtk/authors.h
6343                 support GTK_TOOLBAR_BOTH_HORIZ (text
6344                 next to icon) Patch by Marien Zwart
6345                 marienz@users.sf.net
6346                 Also reword the text
6347
6348 2005-12-21 [colin]      1.9.100cvs101
6349
6350         * configure.ac
6351                 Fix DATADIRNAME
6352         * COPYING
6353                 Fix missing section and explicit the exception better
6354         * src/compose.c
6355                 Prevent mail from being lost without notice when an
6356                 SMTP error happens on trying to send an unmodified
6357                 drafted mail.
6358         * src/send_message.c
6359         * src/common/smtp.c
6360                 Fix password remembering when wrong, and add return
6361                 value checks where they should have been
6362         * src/plugins/pgpcore/sylpheed.def
6363         * src/plugins/pgpinline/sylpheed.def
6364         * src/plugins/pgpmime/sylpheed.def
6365                 Add a few symbols needed
6366
6367 2005-12-21 [paul]       1.9.100cvs100
6368
6369         * m4/codeset.m4
6370         * m4/glibc21.m4
6371         * m4/intdiv0.m4
6372         * m4/inttypes-pri.m4
6373         * m4/inttypes.m4
6374         * m4/inttypes_h.m4
6375         * m4/isc-posix.m4
6376         * m4/lcmessage.m4
6377         * m4/stdint_h.m4
6378         * m4/uintmax_t.m4
6379                 gettextization
6380                 thanks to Colin
6381
6382 2005-12-21 [paul]       1.9.100cvs99
6383
6384         * po/sv.po
6385                 fixed by Colin
6386
6387 2005-12-20 [paul]       1.9.100cvs98
6388
6389         * po/sv.po
6390                 updated by Anders Trobäck
6391
6392 2005-12-20 [colin]      1.9.100cvs97
6393
6394         * ABOUT-NLS
6395         * Makefile.am
6396         * autogen.sh
6397         * configure.ac
6398         * config/config.rpath
6399         * config/mkinstalldirs
6400         * m4/Makefile.am
6401         * m4/glibc2.m4
6402         * m4/gnupg.m4
6403         * m4/gpgme.m4
6404         * m4/intmax.m4
6405         * m4/longdouble.m4
6406         * m4/longlong.m4
6407         * m4/printf-posix.m4
6408         * m4/signed.m4
6409         * m4/size_max.m4
6410         * m4/ulonglong.m4
6411         * m4/wchar_t.m4
6412         * m4/wint_t.m4
6413         * m4/xsize.m4
6414         * po/Makefile.in.in
6415         * po/Makevars
6416         * po/bg.po
6417         * po/ca.po
6418         * po/cs.po
6419         * po/de.po
6420         * po/el.po
6421         * po/en_GB.po
6422         * po/es.po
6423         * po/fi.po
6424         * po/fr.po
6425         * po/hr.po
6426         * po/hu.po
6427         * po/it.po
6428         * po/ja.po
6429         * po/ko.po
6430         * po/nb.po
6431         * po/nl.po
6432         * po/pl.po
6433         * po/pt_BR.po
6434         * po/ru.po
6435         * po/sk.po
6436         * po/sr.po
6437         * po/stamp-po
6438         * po/sv.po
6439         * po/zh_CN.po
6440         * po/zh_TW.po
6441         * src/Makefile.am
6442         * src/codeconv.c
6443         * src/compose.c
6444         * src/exporthtml.c
6445         * src/exportldif.c
6446         * src/folder.c
6447         * src/main.c
6448         * src/manual.c
6449         * src/mh.c
6450         * src/mimeview.c
6451         * src/send_message.c
6452         * src/common/Makefile.am
6453         * src/common/fnmatch.c
6454         * src/common/fnmatch.h
6455         * src/common/fnmatch_loop.c
6456         * src/common/nntp.c
6457         * src/common/plugin.c
6458         * src/common/smtp.c
6459         * src/common/socket.c
6460         * src/common/string_match.c
6461         * src/common/sylpheed.c
6462         * src/common/utils.c
6463         * src/common/utils.h
6464         * src/common/w32_dirent.c
6465         * src/common/w32_reg.c
6466         * src/common/w32_signal.c
6467         * src/common/w32_stat.c
6468         * src/common/w32_stdio.c
6469         * src/common/w32_stdlib.c
6470         * src/common/w32_string.c
6471         * src/common/w32_time.c
6472         * src/common/w32_unistd.c
6473         * src/common/w32_wait.c
6474         * src/common/w32lib.h
6475         * src/etpan/Makefile.am
6476         * src/gtk/Makefile.am
6477         * src/plugins/clamav/Makefile.am
6478         * src/plugins/demo/Makefile.am
6479         * src/plugins/dillo_viewer/Makefile.am
6480         * src/plugins/pgpcore/Makefile.am
6481         * src/plugins/pgpcore/passphrase.c
6482         * src/plugins/pgpcore/plugin.def
6483         * src/plugins/pgpcore/sgpgme.c
6484         * src/plugins/pgpcore/sylpheed.def
6485         * src/plugins/pgpcore/version.rc
6486         * src/plugins/pgpinline/Makefile.am
6487         * src/plugins/pgpinline/plugin.def
6488         * src/plugins/pgpinline/sylpheed.def
6489         * src/plugins/pgpinline/version.rc
6490         * src/plugins/pgpmime/Makefile.am
6491         * src/plugins/pgpmime/mypgpcore.def
6492         * src/plugins/pgpmime/plugin.def
6493         * src/plugins/pgpmime/sylpheed.def
6494         * src/plugins/pgpmime/version.rc
6495         * src/plugins/spamassassin/Makefile.am
6496                 Very little ;-) patch from Werner Koch, providing
6497                 infrastructure for cross-compiling to Win32
6498
6499 2005-12-20 [paul]       1.9.100cvs96
6500
6501         * src/account.c
6502         * src/account.h
6503         * src/mainwindow.c
6504         * src/mainwindow.h
6505         * src/toolbar.c
6506         * src/toolbar.h
6507                 add a combo to the Get All button, allowing
6508                 quick retrieval from any account
6509                 Patch by Fabien Vantard, slightly modified
6510                 by Colin
6511         * src/gtk/about.c
6512                 i18n fix. Patch by Fabien Vantard
6513
6514 2005-12-19 [colin]      1.9.100cvs95
6515
6516         * src/compose.c
6517         * src/compose.h
6518                 Don't automatically join lines when they've 
6519                 been separated by the user and not automatically
6520
6521 2005-12-19 [paul]       1.9.100cvs94
6522
6523         * src/gtk/pluginwindow.c
6524                 i18n fix.
6525                 Patch by Fabien Vantard
6526
6527 2005-12-15 [paul]       1.9.100cvs93
6528
6529         * src/common/plugin.c
6530         * src/common/plugin.h
6531         * src/gtk/pluginwindow.c
6532         * src/plugins/clamav/clamav_plugin.c
6533         * src/plugins/demo/demo.c
6534         * src/plugins/dillo_viewer/dillo_viewer.c
6535         * src/plugins/pgpcore/plugin.c
6536         * src/plugins/pgpinline/plugin.c
6537         * src/plugins/pgpmime/plugin.c
6538         * src/plugins/spamassassin/spamassassin.c
6539         * src/plugins/trayicon/trayicon.c
6540                 add plugin_version()
6541
6542 2005-12-15 [colin]      1.9.100cvs92
6543
6544         * src/compose.c
6545                 Further fix bug #875
6546
6547 2005-12-15 [paul]       1.9.100cvs91
6548
6549         * src/gtk/filesel.c
6550                 fix attach_load_dir getting set to
6551                 PLUGINDIR on plugin load
6552
6553 2005-12-14 [mones]      1.9.100cvs90
6554
6555         * manual/ack.xml
6556         * manual/keyboard.xml
6557                 Initial draft and some shortcuts added
6558                 
6559         * po/es.po
6560                 Updated translation
6561
6562 2005-12-14 [colin]      1.9.100cvs89
6563
6564         * src/compose.c
6565         * src/imap.c
6566         * src/summaryview.c
6567         * src/gtk/gtkaspell.c
6568                 More leaks fixed
6569         * src/prefs_folder_item.c
6570                 Fix recursive prefs apply
6571
6572
6573 2005-12-14 [colin]      1.9.100cvs88
6574
6575         * src/compose.c
6576                 Fix bug #875 (Freeze On Inline Forward of 
6577                 Large Message)
6578
6579 2005-12-13 [colin]      1.9.100cvs87
6580
6581         * src/compose.c
6582                 Uniq-ify and sort the mimetypes list
6583                 Patch by Fabien Vantard
6584
6585 2005-12-13 [colin]      1.9.100cvs86
6586
6587         * src/imap.c
6588         * src/etpan/imap-thread.c
6589                 Fix leaks (patch by Hoa)
6590         * src/news.c
6591         * src/common/plugin.c
6592                 Fix leaks
6593
6594 2005-12-12 [colin]
6595
6596         * 2.0.0-rc2 released
6597
6598 2005-12-12 [colin]      1.9.100cvs85
6599
6600         * src/matcher.c
6601                 Fix a leak
6602
6603 2005-12-12 [wwp]        1.9.100cvs84
6604
6605         * src/gtk/icon_legend.c
6606                 fix misbehaviour and crash when closing the legend window
6607         using the Esc key (patch by Fabien Vantard).
6608
6609 2005-12-12 [paul]       1.9.100cvs83
6610
6611         * src/browseldap.c
6612         * src/foldersel.c
6613         * src/prefs_actions.c
6614         * src/prefs_filtering.c
6615         * src/prefs_matcher.c
6616         * src/prefs_spelling.glade      ** REMOVED **
6617         * src/prefs_template.c
6618         * src/gtk/foldersort.glade      ** REMOVED **
6619         * src/gtk/pluginwindow.c
6620         * src/gtk/pluginwindow.glade    ** REMOVED **
6621         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
6622                 cleanups
6623
6624 2005-12-11 [paul]       1.9.100cvs82
6625
6626         * src/gtk/filesel.c
6627                 fix attach_load_dir crasher (double free)
6628
6629 2005-12-09 [paul]       1.9.100cvs81
6630
6631         * po/POTFILES.in
6632         * src/mainwindow.c
6633         * src/gtk/Makefile.am
6634         * src/gtk/icon_legend.c
6635         * src/gtk/icon_legend.h
6636                 add icon legend
6637         * src/manual.c
6638                 cleanup
6639
6640 2005-12-09 [paul]       1.9.100cvs80
6641
6642         * src/plugins/pgpcore/passphrase.c
6643                 wrap the label in the dialog
6644
6645 2005-12-09 [colin]      1.9.100cvs79
6646
6647         * src/plugins/pgpcore/sgpgme.c
6648                 Display (untrusted) on not trusted signatures
6649                 Patch by Michal Èihaø <michal@cihar.com>
6650                 Closes bug #867 (Report also key trust)
6651
6652 2005-12-09 [colin]      1.9.100cvs78
6653
6654         * src/common/plugin.c
6655                 Update licence check, following Eben Moglen's advice
6656
6657 2005-12-08 [colin]      1.9.100cvs77
6658
6659         * src/folder.c
6660                 Fix the occasionnal item->cache != NULL 
6661                 assertion failure. 
6662
6663 2005-12-08 [colin]      1.9.100cvs76
6664
6665         * src/mimeview.c
6666         * src/plugins/pgpcore/sgpgme.c
6667                 Print key id when unable to check it
6668                 Closes bug #866 (Show key id when missing)
6669
6670 2005-12-08 [paul]       1.9.100cvs75
6671
6672         * src/prefs_common.c
6673         * src/prefs_common.h
6674         * src/gtk/filesel.c
6675                 remember load attachment dir
6676
6677 2005-12-07 [colin]      1.9.100cvs74
6678
6679         * src/prefs_toolbar.c
6680                 Gtk fixes, patch by Fabien Vantard
6681
6682 2005-12-07 [colin]      1.9.100cvs73
6683
6684         * src/action.c
6685         * src/compose.c
6686         * src/compose.h
6687                 Fix bug #839 (Quoted text isn't colored after 
6688                 executing an action)
6689         * src/common/plugin.c
6690                 Require plugins to declare their licence in plugin_licence()
6691                 Refuse to load non-GPL plugins as they'd be illegal (as 
6692                 derived works of Sylpheed-Claws, they must be GPL).
6693         * src/plugins/clamav/clamav_plugin.c
6694         * src/plugins/demo/demo.c
6695         * src/plugins/dillo_viewer/dillo_viewer.c
6696         * src/plugins/pgpcore/plugin.c
6697         * src/plugins/pgpinline/plugin.c
6698         * src/plugins/pgpmime/plugin.c
6699         * src/plugins/spamassassin/spamassassin.c
6700         * src/plugins/trayicon/trayicon.c
6701                 Add plugin_licence()
6702
6703 2005-12-07 [paul]       1.9.100cvs72
6704
6705         * configure.ac
6706         * src/mainwindow.c
6707         * src/manual.c
6708         * src/manual.h
6709         * src/common/defs.h
6710                 clean up after local FAQ removal and
6711                 temporary manual removal
6712
6713 2005-12-06 [colin]      1.9.100cvs71
6714
6715         * configure.ac
6716         * doc/Makefile.am
6717         * doc/faq/.cvsignore
6718         * doc/faq/Makefile.am
6719         * doc/faq/de/.cvsignore
6720         * doc/faq/de/Makefile.am
6721         * doc/faq/de/sylpheed-faq-1.html
6722         * doc/faq/de/sylpheed-faq-2.html
6723         * doc/faq/de/sylpheed-faq-3.html
6724         * doc/faq/de/sylpheed-faq.html
6725         * doc/faq/en/.cvsignore
6726         * doc/faq/en/Makefile.am
6727         * doc/faq/en/sylpheed-faq-1.html
6728         * doc/faq/en/sylpheed-faq-2.html
6729         * doc/faq/en/sylpheed-faq-3.html
6730         * doc/faq/en/sylpheed-faq-4.html
6731         * doc/faq/en/sylpheed-faq.html
6732         * doc/faq/es/.cvsignore
6733         * doc/faq/es/Makefile.am
6734         * doc/faq/es/sylpheed-faq-1.html
6735         * doc/faq/es/sylpheed-faq-2.html
6736         * doc/faq/es/sylpheed-faq-3.html
6737         * doc/faq/es/sylpheed-faq-4.html
6738         * doc/faq/es/sylpheed-faq.html
6739         * doc/faq/fr/.cvsignore
6740         * doc/faq/fr/Makefile.am
6741         * doc/faq/fr/sylpheed-faq-1.html
6742         * doc/faq/fr/sylpheed-faq-2.html
6743         * doc/faq/fr/sylpheed-faq-3.html
6744         * doc/faq/fr/sylpheed-faq.html
6745         * doc/faq/it/.cvsignore
6746         * doc/faq/it/Makefile.am
6747         * doc/faq/it/sylpheed-faq-1.html
6748         * doc/faq/it/sylpheed-faq-2.html
6749         * doc/faq/it/sylpheed-faq-3.html
6750         * doc/faq/it/sylpheed-faq.html
6751         * doc/manual/.cvsignore
6752         * doc/manual/Makefile.am
6753         * doc/manual/de/.cvsignore
6754         * doc/manual/de/Makefile.am
6755         * doc/manual/de/sylpheed-1.html
6756         * doc/manual/de/sylpheed-10.html
6757         * doc/manual/de/sylpheed-11.html
6758         * doc/manual/de/sylpheed-12.html
6759         * doc/manual/de/sylpheed-13.html
6760         * doc/manual/de/sylpheed-14.html
6761         * doc/manual/de/sylpheed-15.html
6762         * doc/manual/de/sylpheed-16.html
6763         * doc/manual/de/sylpheed-17.html
6764         * doc/manual/de/sylpheed-18.html
6765         * doc/manual/de/sylpheed-19.html
6766         * doc/manual/de/sylpheed-2.html
6767         * doc/manual/de/sylpheed-20.html
6768         * doc/manual/de/sylpheed-3.html
6769         * doc/manual/de/sylpheed-4.html
6770         * doc/manual/de/sylpheed-5.html
6771         * doc/manual/de/sylpheed-6.html
6772         * doc/manual/de/sylpheed-7.html
6773         * doc/manual/de/sylpheed-8.html
6774         * doc/manual/de/sylpheed-9.html
6775         * doc/manual/de/sylpheed.html
6776         * doc/manual/en/.cvsignore
6777         * doc/manual/en/Makefile.am
6778         * doc/manual/en/sylpheed-1.html
6779         * doc/manual/en/sylpheed-10.html
6780         * doc/manual/en/sylpheed-11.html
6781         * doc/manual/en/sylpheed-12.html
6782         * doc/manual/en/sylpheed-13.html
6783         * doc/manual/en/sylpheed-14.html
6784         * doc/manual/en/sylpheed-15.html
6785         * doc/manual/en/sylpheed-16.html
6786         * doc/manual/en/sylpheed-17.html
6787         * doc/manual/en/sylpheed-18.html
6788         * doc/manual/en/sylpheed-19.html
6789         * doc/manual/en/sylpheed-2.html
6790         * doc/manual/en/sylpheed-20.html
6791         * doc/manual/en/sylpheed-21.html
6792         * doc/manual/en/sylpheed-22.html
6793         * doc/manual/en/sylpheed-3.html
6794         * doc/manual/en/sylpheed-4.html
6795         * doc/manual/en/sylpheed-5.html
6796         * doc/manual/en/sylpheed-6.html
6797         * doc/manual/en/sylpheed-7.html
6798         * doc/manual/en/sylpheed-8.html
6799         * doc/manual/en/sylpheed-9.html
6800         * doc/manual/en/sylpheed.html
6801         * doc/manual/es/.cvsignore
6802         * doc/manual/es/Makefile.am
6803         * doc/manual/es/sylpheed-1.html
6804         * doc/manual/es/sylpheed-10.html
6805         * doc/manual/es/sylpheed-11.html
6806         * doc/manual/es/sylpheed-12.html
6807         * doc/manual/es/sylpheed-13.html
6808         * doc/manual/es/sylpheed-14.html
6809         * doc/manual/es/sylpheed-15.html
6810         * doc/manual/es/sylpheed-16.html
6811         * doc/manual/es/sylpheed-17.html
6812         * doc/manual/es/sylpheed-18.html
6813         * doc/manual/es/sylpheed-19.html
6814         * doc/manual/es/sylpheed-2.html
6815         * doc/manual/es/sylpheed-20.html
6816         * doc/manual/es/sylpheed-3.html
6817         * doc/manual/es/sylpheed-4.html
6818         * doc/manual/es/sylpheed-5.html
6819         * doc/manual/es/sylpheed-6.html
6820         * doc/manual/es/sylpheed-7.html
6821         * doc/manual/es/sylpheed-8.html
6822         * doc/manual/es/sylpheed-9.html
6823         * doc/manual/es/sylpheed.html
6824         * doc/manual/fr/.cvsignore
6825         * doc/manual/fr/Makefile.am
6826         * doc/manual/fr/sylpheed-1.html
6827         * doc/manual/fr/sylpheed-10.html
6828         * doc/manual/fr/sylpheed-11.html
6829         * doc/manual/fr/sylpheed-12.html
6830         * doc/manual/fr/sylpheed-13.html
6831         * doc/manual/fr/sylpheed-14.html
6832         * doc/manual/fr/sylpheed-15.html
6833         * doc/manual/fr/sylpheed-16.html
6834         * doc/manual/fr/sylpheed-17.html
6835         * doc/manual/fr/sylpheed-18.html
6836         * doc/manual/fr/sylpheed-19.html
6837         * doc/manual/fr/sylpheed-2.html
6838         * doc/manual/fr/sylpheed-20.html
6839         * doc/manual/fr/sylpheed-3.html
6840         * doc/manual/fr/sylpheed-4.html
6841         * doc/manual/fr/sylpheed-5.html
6842         * doc/manual/fr/sylpheed-6.html
6843         * doc/manual/fr/sylpheed-7.html
6844         * doc/manual/fr/sylpheed-8.html
6845         * doc/manual/fr/sylpheed-9.html
6846         * doc/manual/fr/sylpheed.html
6847         * doc/manual/ja/.cvsignore
6848         * doc/manual/ja/Makefile.am
6849         * doc/manual/ja/sylpheed-1.html
6850         * doc/manual/ja/sylpheed-10.html
6851         * doc/manual/ja/sylpheed-11.html
6852         * doc/manual/ja/sylpheed-12.html
6853         * doc/manual/ja/sylpheed-13.html
6854         * doc/manual/ja/sylpheed-14.html
6855         * doc/manual/ja/sylpheed-15.html
6856         * doc/manual/ja/sylpheed-16.html
6857         * doc/manual/ja/sylpheed-17.html
6858         * doc/manual/ja/sylpheed-18.html
6859         * doc/manual/ja/sylpheed-19.html
6860         * doc/manual/ja/sylpheed-2.html
6861         * doc/manual/ja/sylpheed-20.html
6862         * doc/manual/ja/sylpheed-3.html
6863         * doc/manual/ja/sylpheed-4.html
6864         * doc/manual/ja/sylpheed-5.html
6865         * doc/manual/ja/sylpheed-6.html
6866         * doc/manual/ja/sylpheed-7.html
6867         * doc/manual/ja/sylpheed-8.html
6868         * doc/manual/ja/sylpheed-9.html
6869         * doc/manual/ja/sylpheed.html
6870         * doc/manual/ja/sylpheed.sgml
6871         * src/mainwindow.c
6872                 Remove outdated manual and faq. Noisy, eh?
6873
6874 2005-12-06 [colin]      1.9.100cvs70
6875
6876         * src/compose.c
6877         * src/quote_fmt_parse.y
6878         * src/undo.c
6879         * src/undo.h
6880                 Allow %X to position cursor at 0 
6881                 (no %X = before signature)
6882                 Fix paste as quotation putting the cursor at 0
6883                 Fix undo offsets when pasting
6884                 Insert the quote_fmt at once instead of line 
6885                 by line
6886                 Fix [Edited] when starting to reply/forward
6887
6888 2005-12-06 [paul]       1.9.100cvs69
6889
6890         * src/plugins/clamav/clamav_plugin_gtk.c
6891                 add another tooltip
6892         * src/plugins/spamassassin/spamassassin_gtk.c
6893                 rework spamassassin_create_widget_func()
6894
6895 2005-12-05 [colin]      1.9.100cvs68
6896
6897         * po/POTFILES.in
6898                 Fix make release ;-)
6899
6900 2005-12-05 [colin]      1.9.100cvs67
6901
6902         * src/compose.c
6903         * src/compose.h
6904                 Fix cursor positioning (not obeying %X)
6905
6906 2005-12-05 [paul]       1.9.100cvs66
6907
6908         * src/plugins/dillo_viewer/dillo_prefs.c
6909                 fix compilation warning
6910
6911 2005-12-05 [paul]       1.9.100cvs65
6912
6913         * src/prefs_spelling.c
6914         * src/plugins/trayicon/trayicon.c
6915                 cleanups - remove unused stuff
6916
6917 2005-12-05 [paul]       1.9.100cvs64
6918
6919         * README
6920         * manual/plugins.xml
6921                 remove info about removed mathml_viewer plugin
6922
6923 2005-12-05 [paul]       1.9.100cvs63
6924
6925         * configure.ac
6926         * src/plugins/Makefile.am
6927         * src/plugins/mathml_viewer/.cvsignore
6928         * src/plugins/mathml_viewer/Makefile.am
6929         * src/plugins/mathml_viewer/mathml_viewer.c
6930                 remove unmaintained mathml_viewer plugin
6931
6932 2005-12-05 [paul]       1.9.100cvs62
6933
6934         * src/summaryview.c
6935                 obey prefs_common.always_show_msg when
6936                 moving a msg
6937                 Thanks to Colin
6938
6939 2005-12-05 [paul]       1.9.100cvs61
6940
6941         * src/compose.c
6942         * src/prefs_account.c
6943         * src/prefs_filtering.c
6944         * src/prefs_quote.c
6945         * src/prefs_spelling.c
6946         * src/prefs_toolbar.c
6947         * src/summaryview.c
6948         * src/gtk/gtkutils.c
6949         * src/gtk/quicksearch.c
6950         * src/plugins/dillo_viewer/dillo_prefs.c
6951                 dialog cleanups
6952
6953 2005-12-04 [paul]       1.9.100cvs60
6954
6955         * src/inc.c
6956         * src/prefs_account.c
6957         * src/prefs_account.h
6958                 allow a Local account to specify a
6959                 default inbox
6960                 (closes bug 843 'Inbox cannot be changed for local
6961                  mailboxes')
6962
6963 2005-12-04 [colin]      1.9.100cvs59
6964
6965         * src/plugins/trayicon/trayicon.c
6966                 Remove Get, rename Get All to Get Mail in order to
6967                 be consistent with the default main toolbar
6968
6969 2005-12-03 [colin]      1.9.100cvs58
6970
6971         * manual/gpl.xml
6972         * manual/sylpheed-claws-manual.xml
6973                 Add GPL appendix
6974
6975 2005-12-03 [paul]       1.9.100cvs57
6976
6977         * AUTHORS
6978         * po/sv.po
6979         * src/gtk/authors.h
6980                 new (partially complete) Swedish translation
6981                 by Anders Troback <sylpheed@troback.com>
6982
6983 2005-12-02 [paul]       1.9.100cvs56
6984
6985         * configure.ac
6986                 libetpan 0.41 required
6987
6988 2005-12-02 [paul]       1.9.100cvs55
6989
6990         * src/plugins/clamav/clamav_plugin.c
6991         * src/plugins/clamav/clamav_plugin.h
6992         * src/plugins/clamav/clamav_plugin_gtk.c
6993         * src/plugins/spamassassin/spamassassin.c
6994         * src/plugins/spamassassin/spamassassin.h
6995         * src/plugins/spamassassin/spamassassin_gtk.c
6996                 unregister prefs pages on unloading, thus
6997                 preventing a crash
6998                 (thanks to Colin for the hint)
6999
7000 2005-12-02 [wwp]        1.9.100cvs54
7001
7002         * src/quote_fmt.h
7003         * src/quote_fmt_parse.y
7004                 fix misuse of gboolean*, use gboolean instead
7005                 (thanks to Paul, Colin, for pointing out that scaring one)
7006
7007 2005-12-02 [paul]       1.9.100cvs53
7008
7009         * src/plugins/clamav/clamav_plugin.c
7010                 int no --> unsigned int no
7011         * src/plugins/clamav/clamav_plugin_gtk.c
7012                 rework config page
7013
7014 2005-12-02 [wwp]        1.9.100cvs52
7015
7016         * src/compose.c
7017         * src/prefs_template.c
7018         * src/quote_fmt.h
7019         * src/quote_fmt_parse.y
7020                 prevent from executing |f and |p templates commands when
7021                 adding or replacing templates in prefs (avoids annoying and
7022                 potentially dangerous behaviours)
7023
7024 2005-12-02 [paul]       1.9.100cvs51
7025
7026         * src/prefs_common.c
7027                 allow translation of some default values
7028                 Patch by Fabien Vantard
7029
7030 2005-12-02 [paul]       1.9.100cvs50
7031
7032         * src/codeconv.c
7033         * src/codeconv.h
7034         * src/prefs_common.c
7035         * src/prefs_common.h
7036         * src/prefs_message.c
7037         * src/textview.c
7038                 remove obsolete 'convert_mb_alnum' option
7039                 and related stuff
7040         * src/gtk/about.c
7041                 remove unused 'about_textview_visibility_notify'
7042
7043 2005-12-02 [paul]       1.9.100cvs49
7044
7045         * src/prefs_account.c
7046         * src/prefs_compose_writing.c
7047         * src/prefs_fonts.c
7048         * src/prefs_gtk.h
7049         * src/prefs_image_viewer.c
7050         * src/prefs_message.c
7051         * src/prefs_other.c
7052         * src/prefs_receive.c
7053         * src/prefs_send.c
7054         * src/prefs_spelling.c
7055         * src/prefs_summaries.c
7056         * src/prefs_wrapping.c
7057         * src/plugins/dillo_viewer/dillo_prefs.c
7058         * src/plugins/pgpcore/prefs_gpg.c
7059                 several cleanups to the prefs dialogs
7060                 (slightly modified) patch by Fabien Vantard
7061
7062 2005-12-02 [paul]       1.9.100cvs48
7063
7064         * src/main.c
7065                 --exit means exit
7066         * src/send_message.c
7067                 fix crash on send when connection fails
7068
7069         Thanks to Colin
7070
7071 2005-12-01 [colin]      1.9.100cvs47
7072
7073         * src/html.c
7074                 Translate &hellip; to "..."
7075
7076 2005-11-30 [colin]      1.9.100cvs46
7077
7078         * src/matcher.c
7079         * src/matcher.h
7080                 Optimize back yesterday's fix.
7081
7082 2005-11-30 [paul]       1.9.100cvs45
7083
7084         * manual/faq.xml
7085                 standardised
7086         * manual/intro.xml
7087                 written by Colin, edited by me
7088
7089 2005-11-29 [colin]      1.9.100cvs44
7090
7091         * src/matcher.c
7092                 Skip headers unconditionnaly in match_body if the
7093                 rule is not message or ~message
7094
7095 2005-11-29 [colin]      1.9.100cvs43
7096
7097         * src/matcher.c
7098                 Fix body_part and such, not skipping headers 
7099                 if the matchcriteria wasn't the first in the rule
7100
7101 2005-11-29 [colin]      1.9.100cvs42
7102
7103         * src/compose.c
7104                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
7105                 option missing from message view window)
7106                 Fix double text D'n'D with gtk-2.8
7107         * src/matcher.c
7108                 Fix ~message, ~headers_part, ~body_part rules
7109         * src/messageview.c
7110                 Add Windows-1252 (Closes bug #863)
7111                 Fix accels
7112         * src/gtk/gtkaspell.c
7113                 Properly destroy accels in all menus
7114
7115 2005-11-29 [mones]      1.9.100cvs41
7116
7117         * po/es.po
7118                 Updated.
7119
7120 2005-11-27 [colin]      1.9.100cvs40
7121
7122         * src/mh_gtk.c
7123                 "/Remove mailbox" -> "/Remove mailbox..."
7124
7125 2005-11-27 [paul]       1.9.100cvs39
7126
7127         * AUTHORS
7128         * po/de.po
7129         * src/gtk/authors.h
7130                 updated by new maintainer, Stephan Sachse
7131
7132 2005-11-27 [paul]       1.9.100cvs38
7133
7134         * manual/faq.xml
7135                 written by Colin, edited by me
7136
7137 2005-11-27 [paul]       1.9.100cvs37
7138
7139         * src/prefs_common.c
7140         * src/prefs_common.h
7141         * src/prefs_receive.c
7142         * src/prefs_summaries.c
7143                 move 'go to inbox after receiving new mail'
7144                 option from display/sumamaries to mail
7145                 handling/receive, and rework prefs_summaries
7146                 dialog a little
7147
7148 2005-11-25 [martin]     1.9.100cvs36
7149
7150         * po/de.po
7151             fixed windows-1252 translation;
7152             translated some new and fuzzy strings
7153
7154 2005-11-25 [paul]       1.9.100cvs35
7155
7156         * src/plugins/clamav/clamav_plugin.c
7157                 complete the update done in cvs34
7158
7159 2005-11-25 [paul]       1.9.100cvs34
7160
7161         * src/plugins/clamav/clamav_plugin.c
7162                 reflect upstream changes
7163
7164 2005-11-25 [paul]       1.9.100cvs33
7165
7166         * manual/ack.xml
7167         * manual/plugins.xml
7168         * manual/sylpheed-claws-manual.xml
7169                 written/updated by Colin, edited by me
7170         * tools/acroread2sylpheed.pl
7171                 update binary name
7172
7173 2005-11-24 [colin]      1.9.100cvs32
7174
7175         * src/compose.c
7176                 Fix bug #856 (reediting messages forgets Request
7177                 Return Receipt)
7178
7179 2005-11-24 [paul]       1.9.100cvs31
7180
7181         * manual/addrbook.xml
7182         * manual/starting.xml
7183                 written by Colin, proofread, edited, adapted by me
7184         * manual/advanced.xml
7185                 add some Actions examples
7186         * src/importldif.c
7187                 use a Save button instead of a Close button
7188         * src/wizard.c
7189                 indicate mandatory fields
7190                 fix page display
7191                 Thanks to Colin
7192
7193 2005-11-23 [colin]      1.9.100cvs30
7194
7195         * src/addressbook.c
7196                 Rename menu item, fix possible crash after
7197                 deletion of books
7198         * src/addrindex.c
7199                 Allow searching for '*' in ldap
7200         * src/browseldap.c
7201                 Fix "Browse Entry" (did anyone use it?)
7202         * src/wizard.c
7203                 Add guards for mandatory information
7204
7205 2005-11-23 [paul]       1.9.100cvs29
7206
7207         * manual/advanced.xml
7208                 corrections to the English
7209
7210 2005-11-23 [colin]      1.9.100cvs28
7211
7212         * src/mimeview.c
7213                 Fix possible crash at exit. After the call to
7214                 gtk_container_remove(), the Viewer's widget has no
7215                 more parent so gtk+ automatically frees it and its
7216                 sons. If destroy_viewer() then try to access it,
7217                 problems ensue.
7218
7219 2005-11-22 [colin]      1.9.100cvs27
7220
7221         * src/compose.c
7222         * src/gtk/gtkaspell.c
7223                 Fix right-clicking on a misspelled word
7224                 Fix More... in suggestions menu
7225
7226 2005-11-22 [wwp]        1.9.100cvs26
7227
7228         * src/prefs_template.c
7229                 templates works: re-sort templates list when adding or replacing,
7230                 prevent from adding or replacing when the template name is empty
7231
7232 2005-11-21 [colin]      1.9.100cvs25
7233
7234         * src/addressbook.c
7235                 Fix some addressbook suckage (dnd, select all)
7236         * src/compose.c
7237         * src/gtk/gtkaspell.c
7238         * src/gtk/gtkaspell.h
7239                 Make the spellchecker menu work with the 
7240                 GtkTextView one instead of overriding it
7241
7242 2005-11-20 [paul]       1.9.100cvs24
7243
7244         * manual/handling.xml
7245                 proofread and corrected
7246
7247 2005-11-20 [paul]       1.9.100cvs23
7248
7249         * manual/Makefile
7250                 generate html as one file
7251         * manual/advanced.xml
7252                 fix output generation
7253                 reformat hidden options list
7254         * manual/manual.xml     ** REMOVED **
7255         * manual/sylpheed-claws-manual.xml      ** ADDED **
7256                 renamed
7257
7258 2005-11-18 [colin]      1.9.100cvs22
7259
7260         * src/prefs_account.c
7261                 Fix layout in news and mbox accounts
7262         * manual/account.xml
7263         * manual/advanced.xml
7264                 New contents for Paul to check :)
7265
7266 2005-11-18 [wwp]        1.9.100cvs21
7267
7268         * src/gtk/quicksearch.c
7269                 don't update extended quicksearch buttons twice
7270
7271 2005-11-18 [paul]       1.9.100cvs20
7272
7273         * src/textview.c
7274                 complete 1.9.100cvs19
7275
7276 2005-11-18 [paul]       1.9.100cvs19
7277
7278         * src/compose.c
7279                 cosmetic improvements
7280         * src/textview.c
7281                 also list text/* attachments
7282
7283 2005-11-18 [colin]      1.9.100cvs18
7284
7285         * src/summaryview.c
7286                 Use column 0 instead of -1 in 
7287                 gtk_ctree_node_moveto, in a naive
7288                 hope it'll fix the gtk-related crashes
7289
7290 2005-11-18 [colin]      1.9.100cvs17
7291
7292         * src/gtk/inputdialog.c
7293                 Fix icon staying the first one
7294
7295 2005-11-17 [wwp]        1.9.100cvs16
7296                 fix possible problem showing some quicksearch buttons, and a bad
7297                 call to g_return_if_fail in a function that returns a value (both
7298                 fixes by Fabien Vantard)
7299
7300 2005-11-15 [wwp]        1.9.100cvs15
7301
7302         * src/gtk/quicksearch.c
7303                 added a tooltip to that obscure ... quicksearch button
7304
7305 2005-11-15 [wwp]        1.9.100cvs14
7306
7307         * src/gtk/quicksearch.c
7308                 add a quicksearch helper to filtering expression users: the ... button
7309                 raises the condition expr window. condition expressions set up w/ this
7310                 window are used by the quicksearch if the user closes it pressing OK.
7311
7312 2005-11-14 [paul]       1.9.100cvs13
7313
7314         * src/plugins/clamav/clamav_plugin.c
7315         * src/plugins/spamassassin/spamassassin.c
7316                 change plugin type following recent merging
7317
7318 2005-11-14 [wwp]        1.9.100cvs12
7319
7320         * src/folder.c
7321                 prevent from crashing when copying/moving message(s) from and
7322                 to the same folder
7323
7324 2005-11-14 [paul]       1.9.100cvs11
7325
7326         * src/plugins/clamav/Makefile.am
7327         * src/plugins/clamav/clamav_plugin.c
7328         * src/plugins/clamav/clamav_plugin.h
7329         * src/plugins/clamav/clamav_plugin_gtk.c
7330                 also merge clamav and clamav_gtk plugins
7331
7332 2005-11-13 [colin]      1.9.100cvs10
7333
7334         * configure.ac
7335         * src/plugins/spamassassin/Makefile.am
7336         * src/plugins/spamassassin/spamassassin.c
7337         * src/plugins/spamassassin/spamassassin.h
7338         * src/plugins/spamassassin/spamassassin_gtk.c
7339                 Merge spamassassin and spamassassin_gtk plugins,
7340                 and build it by default.
7341
7342 2005-11-12 [colin]      1.9.100cvs9
7343
7344         * src/etpan/imap-thread.c
7345                 Fix gcc warning
7346
7347 2005-11-12 [colin]      1.9.100cvs8
7348
7349         * src/procmime.c
7350                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
7351
7352 2005-11-10 [colin]      1.9.100cvs7
7353
7354         * src/main.c
7355                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
7356                 minimised state)
7357
7358 2005-11-10 [wwp]        1.9.100cvs6
7359
7360         * src/gtk/description_window.c
7361                 fix a crash when closing description windows using the WM's [X] button
7362
7363 2005-11-09 [colin]      1.9.100cvs5
7364
7365         * src/common/ssl.c
7366                 Update libetpan call to follow upstream
7367                 (yes, this requires libetpan-0.40cvs3)
7368
7369 2005-11-08 [colin]      1.9.100cvs4
7370
7371         * src/compose.c
7372         * src/textview.c
7373         * src/common/utils.c
7374         * src/common/utils.h
7375                 Enhance the email parser
7376
7377 2005-11-08 [colin]      1.9.100cvs3
7378
7379         * src/procmime.c
7380                 Fix what looks like an off-by-one (fixes 
7381                 attachments from the Bat)
7382
7383 2005-11-08 [wwp]        1.9.100cvs2
7384
7385         * src/main.c
7386                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
7387
7388 2005-11-08 [wwp]        1.9.100cvs1
7389
7390         * src/main.c
7391                 allow exiting Sylpheed-Claws from command-line
7392
7393 2005-11-08 [paul]       1.9.100
7394
7395         1.9.100 released
7396
7397 2005-11-07 [colin]      1.9.99cvs17
7398
7399         * src/addritem.c
7400         * src/ldif.c
7401                 Fix import of base-64 encoded items
7402
7403 2005-11-07 [colin]      1.9.99cvs16
7404
7405         * src/send_message.c
7406                 Fix bug #314 (Queue does not empty under certain 
7407                 circumstances)
7408
7409 2005-11-07 [paul]       1.9.99cvs15
7410
7411         * src/mutt.c
7412         * src/pine.c
7413                 fix buffer overflows
7414                 Thanks to Colin
7415
7416 2005-11-07 [paul]       1.9.99cvs14
7417
7418         * doc/man/Makefile.am
7419         * doc/man/sylpheed-claws.1      ** ADDED **
7420         * doc/man/sylpheed.1            ** DELETED **
7421                 rename and update the man file
7422
7423 2005-11-06 [colin]      1.9.99cvs13
7424
7425         * src/ldif.c
7426                 Fix ldif_get_line() that returned empty strings
7427                 (Didn't understand why). Also fix a possible
7428                 buffer overflow.
7429
7430 2005-11-06 [wwp]        1.9.99cvs12
7431
7432         * src/textview.c
7433         * src/gtk/about.c
7434         * src/gtk/gtkutils.c
7435         * src/gtk/gtkutils.h
7436                 fix a compilation warning,
7437                 make links sensitive in the about dialog
7438
7439 2005-11-04 [wwp]        1.9.99cvs11
7440
7441         * src/gtk/about.c
7442                 don't wrap or translate URIs, and a bit text format cleanup
7443
7444 2005-11-04 [wwp]        1.9.99cvs10
7445
7446         * src/gtk/about.c
7447                 better textview tagging implementation (no more use of marks for
7448                 postponed tagging)
7449
7450 2005-11-02 [colin]      1.9.99cvs9
7451
7452         * src/common/ssl.c
7453                 Forgot an ifdef
7454
7455 2005-11-02 [colin]      1.9.99cvs8
7456
7457         * configure.ac
7458                 Require libetpan-0.40 due to upstream fix
7459         * src/common/ssl.c
7460                 Tell libetpan not to call SSL_Library_Init,
7461                 as we do it ourselves.
7462
7463 2005-11-02 [colin]      1.9.99cvs7
7464
7465         * po/POTFILES.in
7466                 Add missing files (thanks to Fabien Vantard)
7467
7468 2005-11-02 [colin]      1.9.99cvs6
7469
7470         * src/summaryview.c
7471                 Fix totals when read messages are hidden or quicksearch
7472                 is on
7473         * src/ssl_manager.c
7474         * src/ssl_manager.h
7475         * src/common/ssl_certificate.c
7476         * src/common/ssl_certificate.h
7477         * src/gtk/sslcertwindow.c
7478         * src/gtk/sslcertwindow.h
7479                 Fix copyright on my stuff
7480
7481 2005-11-02 [wwp]        1.9.99cvs5
7482
7483         * src/prefs_themes.c
7484                 fix directory name checking (theme installation/removal),
7485                 made related error a bit more verbose
7486
7487 2005-11-02 [colin]      1.9.99cvs4
7488
7489         * src/summaryview.c
7490                 Fix typo (probably fixes bug #841 (Sort by the From 
7491                 field doesn't work)
7492
7493 2005-11-02 [paul]       1.9.99cvs3
7494
7495         * po/ko.po
7496         * po/nb.po
7497                 updated by SungHyun Nam, Geir Helland
7498         * src/wizard.c
7499                 fix typo in welcome message. spotted by
7500                 Andrea Spadaccini
7501
7502 2005-11-01 [colin]      1.9.99cvs2
7503
7504         * src/compose.c
7505                 Fix replying to ml wen confirming subscription
7506         * src/messageview.c
7507         * src/mimeview.c
7508         * src/mimeview.h
7509         * src/privacy.h
7510         * src/summaryview.c
7511                 Make key check non blocking
7512
7513 2005-10-31 [paul]       1.9.99cvs1
7514
7515         * tools/claws.i18n.status.pl
7516                 updated for ChangeLog
7517
7518 2005-10-31 [paul]       1.9.99
7519
7520         1.9.99 released
7521
7522 2005-10-31 [paul]       1.9.15cvs131
7523
7524         * .cvsignore
7525         * ChangeLog
7526         * ChangeLog.claws       ** REMOVED **
7527         * ChangeLog-gtk2.claws  ** REMOVED **
7528         * ChangeLog.gtk1        ** ADDED **
7529         * INSTALL
7530         * Makefile.am
7531         * NEWS
7532         * README
7533         * README.claws          ** REMOVED **
7534         * README.jp             ** REMOVED **
7535         * RELEASE_NOTES         ** ADDED **
7536         * RELEASE_NOTES.claws   ** REMOVED **
7537         * commitHelper
7538         * configure.ac
7539         * sylpheed.spec.in      ** REMOVED **
7540                 tidy up and update the default docs:
7541                 ChangeLog.claws is renamed ChangeLog.gtk1
7542                 ChangeLog-gtk2.claws is renamed ChangeLog
7543                 README.claws is renamed README
7544                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
7545
7546 2005-10-31 [paul]       1.9.15cvs130
7547
7548         * po/it.po
7549                 fix errors
7550
7551 2005-10-31 [paul]       1.9.15cvs129
7552
7553         * po/ca.po
7554         * po/de.po
7555         * po/en_GB.po
7556         * po/fr.po
7557         * po/it.po
7558         * po/pt_BR.po
7559         * po/sk.po
7560         * po/sr.po
7561         * po/zh_CN.po
7562                 updated by Miquel Oliete, Stephan Sachse and
7563                 Thomas Gilgin, me, Fabien Vantard, Andrea
7564                 Spadaccini, Frederico Goncalves Guimaraes,
7565                 Andrej Kacian, Aleksandar Urosevic, and
7566                 Ralgh Young.
7567
7568 2005-10-31 [mones]      1.9.15cvs128
7569
7570         * manual/faq.xml
7571                 More questions.
7572         
7573         * po/es.po
7574                 Updated for release.
7575
7576 2005-10-30 [colin]      1.9.15cvs127
7577
7578         * src/compose.c
7579                 Place cursor before rewrapping (fixes cursor
7580                 pos if quotation gets rewrapped)
7581
7582 2005-10-29 [paul]       1.9.15cvs126
7583
7584         * src/crash.c
7585         * src/foldersel.c
7586         * src/main.c
7587         * src/messageview.c
7588         * src/toolbar.c
7589         * src/gtk/authors.h
7590                 corrections to text items
7591
7592 2005-10-28 [colin]      1.9.15cvs125
7593
7594         * src/messageview.c
7595                 Make "hit 'C' to check sig" work from extern 
7596                 messageviews
7597
7598 2005-10-27 [colin]      1.9.15cvs124
7599
7600         * src/summaryview.c
7601                 Add a hack to avoid segfaulting when hammering 
7602                 on gtk's events
7603
7604 2005-10-27 [wwp]        1.9.15cvs123
7605
7606         * src/prefs_themes.c
7607                 sort list of themes names in themes prefs
7608
7609 2005-10-27 [paul]       1.9.15cvs122
7610
7611         * src/folder.c
7612         * src/prefs_account.c
7613                 fix building on Solaris
7614                 Patch by Alex Moore
7615
7616 2005-10-27 [wwp]        1.9.15cvs121
7617
7618         * src/summaryview.c
7619         * src/gtk/gtksctree.c
7620                 speed up unselecting messages in summary view (thanks to Colin)
7621
7622 2005-10-27 [paul]       1.9.15cvs120
7623
7624         * src/mainwindow.c
7625                 fix a compilation warning
7626         * src/summaryview.c
7627                 fix updating of 'n items selected' count
7628                 when deselecting
7629
7630 2005-10-27 [martin]     1.9.15cvs119
7631
7632         * src/action.c
7633                 ignore actions with a leading '/' in the action menu name
7634                 fixes a crash on menu creation
7635         * src/prefs_actions.c
7636                 do not allow a leading '/' in the action menu name
7637
7638 2005-10-27 [paul]       1.9.15cvs118
7639
7640         * src/main.c
7641                 fix compilation warning
7642
7643 2005-10-27 [paul]       1.9.15cvs117
7644
7645         * src/procmime.c
7646                 add #if HAVE_LOCALE_H
7647
7648 2005-10-27 [paul]       1.9.15cvs116
7649
7650         * src/plugins/clamav/clamav_plugin.c
7651         * src/plugins/dillo_viewer/dillo_viewer.c
7652         * src/plugins/mathml_viewer/mathml_viewer.c
7653         * src/plugins/pgpcore/plugin.c
7654         * src/plugins/pgpinline/plugin.c
7655         * src/plugins/pgpmime/plugin.c
7656         * src/plugins/spamassassin/spamassassin.c
7657         * src/plugins/trayicon/trayicon.c
7658                 plugin_init() : make error messages more
7659                 informative
7660
7661 2005-10-26 [wwp]        1.9.15cvs115
7662
7663         * src/prefs_matcher.c
7664                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7665
7666 2005-10-26 [wwp]        1.9.15cvs114
7667
7668         * src/procmime.c
7669         * src/gtk/gtksctree.c
7670         * src/plugins/spamassassin/libspamc.c
7671         * src/plugins/spamassassin/spamassassin.c
7672                 fix some compilation warnings more
7673
7674 2005-10-26 [mones]      1.9.15cvs113
7675
7676         * po/es.po
7677                 Updated translation
7678
7679 2005-10-26 [paul]       1.9.15cvs112
7680
7681         * src/prefs_message.c
7682                 give all display_xface stuff the
7683                 #if HAVE_LIBCOMPFACE treatment, thus
7684                 preventing a crash
7685                 (Thanks to Wolfgang Enderlein)
7686
7687 2005-10-26 [colin]      1.9.15cvs111
7688
7689         * src/gedit-print.c
7690                 Fix date format
7691         * src/imap_gtk.c
7692         * src/news_gtk.c
7693                 Remove context menu items that should not be there
7694         * src/jpilot.c
7695                 Fix encoding
7696         * src/main.c
7697         * src/mainwindow.c
7698                 Don't show the mainwindow too soon
7699
7700 2005-10-26 [wwp]        1.9.15cvs110
7701
7702         * src/folder.c
7703         * src/manual.c
7704         * src/summaryview.c
7705                 fix uninitialized pointers in the folder updating hook
7706                 (thanks to Colin)
7707
7708 2005-10-25 [mones]      1.9.15cvs109
7709
7710         * manual/faq.xml
7711                 General information subsection completed. 
7712                 Removed archaic references.
7713                 
7714         * manual/Makefile
7715         * manual/dtd/manual.dsl
7716                 Added customization stylesheet for getting paragraphs
7717                 fully justified in PDF output (as suggested by Colin).
7718
7719 2005-10-25 [colin]      1.9.15cvs108
7720
7721         * src/compose.c
7722                 Fix a second leak
7723
7724 2005-10-25 [colin]      1.9.15cvs107
7725
7726         * src/addrbook.c
7727         * src/addrindex.c
7728                 Fix leak (xml_get_element() allocates memory)
7729         * src/compose.c
7730                 Fix leak + dead code (shame!)
7731         * src/procmime.c
7732                 Fix leak
7733
7734 2005-10-25 [colin]      1.9.15cvs106
7735
7736         * src/mimeview.c
7737                 Fix encoding issue in Save all and in 
7738                 overwrite-confirmation alertpanel
7739
7740 2005-10-25 [colin]      1.9.15cvs105
7741
7742         * src/common/socket.c
7743                 Fix a leak - Thanks to Christopher Aillon
7744                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7745
7746 2005-10-25 [paul]       1.9.15cvs104
7747
7748         * src/wizard.c
7749                 Always guess servers from the right-hand
7750                 email part and guess username from the
7751                 left-hand part. (Thanks to Colin)
7752                 add an X-Face to the welcome message
7753
7754 2005-10-25 [paul]       1.9.15cvs103
7755
7756         * manual/handling.xml
7757                 written by Colin, edited by me
7758
7759 2005-10-25 [wwp]        1.9.15cvs102
7760
7761         * src/folderview.c
7762         * src/grouplistdialog.c
7763         * src/imap.c
7764         * src/noticeview.c
7765                 fix some compilation warnings
7766
7767 2005-10-24 [paul]
7768
7769         1.9.99-rc3 released
7770
7771 2005-10-24 [paul]       1.9.15cvs101
7772
7773         * src/gtk/about.c
7774                 fix window sizing
7775
7776 2005-10-24 [paul]       1.9.15cvs100
7777
7778         * src/pixmaps/offline.xpm
7779         * src/pixmaps/online.xpm
7780                 replace with last default versions
7781
7782 2005-10-24 [colin]      1.9.15cvs99
7783
7784         * src/imap.c
7785                 Fix bug when moving a folder
7786         * src/imap_gtk.c
7787         * src/mh_gtk.c
7788                 "Delete folder" pops up a window, so it 
7789                 should be suffixed with "..."
7790         * src/plugins/pgpcore/sgpgme.c
7791                 Include locale.h
7792
7793 2005-10-24 [mones]      1.9.15cvs98
7794
7795         * manual/Makefile
7796         * manual/account.xml
7797         * manual/ack.xml
7798         * manual/addrbook.xml
7799         * manual/advanced.xml
7800         * manual/faq.xml
7801         * manual/glossary.xml
7802         * manual/gpl.xml
7803         * manual/handling.xml
7804         * manual/intro.xml
7805         * manual/keyboard.xml
7806         * manual/manual.xml
7807         * manual/plugins.xml
7808         * manual/starting.xml
7809         * manual/dtd/sdocbook.dtd
7810                 Initial manual structure and some content.
7811
7812 2005-10-23 [wwp]        1.9.15cvs97
7813
7814         * src/gtk/about.c
7815                 fix a typo
7816
7817 2005-10-23 [wwp]        1.9.15cvs96
7818
7819         * src/gtk/about.c
7820         * src/gtk/authors.h
7821                 rework of the about window (main work by Paul), also featuring a few
7822                 fixes for typos and duplicate names
7823
7824 2005-10-23 [wwp]        1.9.15cvs95
7825
7826         * src/.cvsignore
7827                 Ignore the right binary name (sylpheed-claws now)
7828
7829 2005-10-23 [paul]       1.9.15cvs94
7830
7831         * src/compose.c
7832                 when using Folder Pref 'Default To for
7833                 replies' make the entry in the Compose
7834                 window bold
7835                 Patch by Fabien Vantard
7836
7837 2005-10-22 [colin]      1.9.15cvs93
7838
7839         * src/codeconv.c
7840                 Fix leak
7841
7842 2005-10-22 [colin]      1.9.15cvs92
7843
7844         * src/codeconv.c
7845                 try to convert using locale (apart utf8) if necessary
7846
7847 2005-10-22 [colin]      1.9.15cvs91
7848
7849         * src/pixmaps/new.xpm
7850         * src/pixmaps/unread.xpm
7851                 Make the unread envelope blue again and
7852                 saturate the new one a bit more.
7853
7854 2005-10-22 [colin]      1.9.15cvs90
7855
7856         * src/compose.c
7857                 When replying to a mail sent by one of our accounts,
7858                 use the original list of recipients. Let 'Reply All'
7859                 and 'Reply to sender' work like previously.
7860
7861 2005-10-21 [colin]      1.9.15cvs89
7862
7863         * src/prefs_filtering.c
7864                 Clear fields after add and replace
7865         * src/textview.c
7866                 Display xface differently (better)
7867         * src/plugins/pgpinline/pgpinline.c
7868                 Fix crappy encodings/recodings
7869
7870 2005-10-21 [paul]       1.9.15cvs88
7871
7872         * src/compose.c
7873         * src/prefs_folder_item.c
7874         * src/toolbar.c
7875                 fix news folder Folder Properties
7876                 (thanks to Colin)
7877         * src/folderview.c
7878                 update folderview after Themes change
7879                 keep selected folder selected
7880                 (thanks to Colin)
7881
7882 2005-10-21 [paul]       1.9.15cvs87
7883
7884         * tools/Makefile.am
7885         * tools/OOo2sylpheed.pl
7886         * tools/README
7887         * tools/README.sylprint
7888         * tools/asus_mailled.sh         ** REMOVED **
7889         * tools/filter_conv.pl
7890         * tools/freshmeat_search.pl
7891         * tools/google_search.pl
7892         * tools/gpg-sign-syl            ** REMOVED **
7893         * tools/kmail2sylpheed.pl
7894         * tools/kmail2sylpheed_v2.pl
7895         * tools/multiwebsearch.pl
7896         * tools/nautilus2sylpheed.sh
7897         * tools/newscache_clean.pl
7898         * tools/outlook2sylpheed.pl
7899         * tools/sylpheed-switcher       ** REMOVED **
7900         * tools/sylprint.pl
7901         * tools/sylprint.rc
7902         * tools/tb2sylpheed
7903         * tools/vcard2xml.py
7904         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7905                 update default config dir
7906                 update binary name (thanks to Fabien Vantard)
7907                 remove obsolete scripts
7908
7909 2005-10-21 [colin]      1.9.15cvs86
7910
7911         * src/inc.c
7912                 Fix possible leak and units. Based on a patch by
7913                 Fabien Vantard.
7914
7915 2005-10-20 [colin]      1.9.15cvs85
7916
7917         * src/textview.c
7918                 Clear xface when clearing textview
7919
7920 2005-10-20 [colin]      1.9.15cvs84
7921
7922         * configure.ac
7923         * src/folderview.c
7924         * src/headerview.c
7925         * src/main.c
7926         * src/prefs_common.c
7927         * src/prefs_common.h
7928         * src/prefs_message.c
7929         * src/textview.c
7930         * src/textview.h
7931         * src/common/defs.h
7932         * src/common/utils.c
7933         * src/common/utils.h
7934         * src/gtk/gtkutils.c
7935         * src/gtk/gtkutils.h
7936                 Migrate config to .sylpheed-claws (Automatically)
7937                 Add a way to get the Xface in the TextView
7938
7939 2005-10-20 [colin]      1.9.15cvs83
7940
7941         * src/gtk/Makefile.am
7942         * src/gtk/about.c
7943         * src/gtk/authors.h
7944                 Make the about dialog *grooovy*
7945
7946 2005-10-20 [colin]      1.9.15cvs82
7947
7948         * src/mimeview.c
7949                 Use "Open with" on double click if no command
7950                 was found
7951
7952 2005-10-20 [colin]      1.9.15cvs81
7953
7954         * src/imap.c
7955         * src/etpan/imap-thread.c
7956                 Fix possible crash.
7957
7958 2005-10-20 [paul]       1.9.15cvs80
7959
7960         * src/folder.c
7961                 don't show clipkey icon if the only
7962                 attachment is the signature
7963                 Patch by Colin
7964
7965 2005-10-20 [paul]       1.9.15cvs79
7966
7967         * AUTHORS
7968         * src/plugins/pgpmime/pgpmime.c
7969                 name the PGP/MIME signature 'signature.asc'
7970                 Patch by Andrew Nelson <freeandy@gmail.com>
7971
7972 2005-10-19 [colin]      1.9.15cvs78
7973
7974         * src/plugins/pgpmime/pgpmime.c
7975                 Oops, no need to double-check though
7976
7977 2005-10-19 [colin]      1.9.15cvs77
7978
7979         * src/plugins/pgpinline/pgpinline.c
7980         * src/plugins/pgpmime/pgpmime.c
7981                 Check that my_tmpfile() doesn't 
7982                 return NULL
7983
7984 2005-10-19 [colin]      1.9.15cvs76
7985
7986         * src/common/utils.c
7987                 Use shorter mime boundaries to avoid having
7988                 MTAs rewrapping our headers, breaking the
7989                 PGP signature in the process 
7990         * src/compose.c
7991         * src/plugins/pgpmime/pgpmime.c
7992                 Check for boundary uniqueness to be sure
7993                 it won't happen, instead of hoping for the
7994                 best
7995
7996 2005-10-19 [colin]      1.9.15cvs75
7997
7998         * sylpheed-claws.desktop
7999         * src/Makefile.am
8000         * src/main.c
8001                 Ship a sylpheed-claws binary instead
8002                 of a sylpheed one. Change the socket
8003                 name, too
8004         * src/folderview.c
8005                 Update folder only if it changed
8006         * src/wizard.c
8007                 Fix i18n in welcome mail, patch by
8008                 Fabien Vantard
8009
8010 2005-10-19 [paul]
8011
8012         1.9.99-rc2 released
8013
8014 2005-10-19 [paul]       1.9.15cvs74
8015
8016         * src/folder.c
8017         * src/folderview.c
8018                 fix summaryview update
8019                 Patch by Colin
8020
8021 2005-10-18 [colin]      1.9.15cvs73
8022
8023         * src/plugins/pgpcore/passphrase.c
8024                 Don't XGrabServer, and try a bit more to 
8025                 sync everything before grabbing mouse/keyboard
8026
8027 2005-10-18 [colin]      1.9.15cvs72
8028
8029         * src/Makefile.am
8030         * src/addressadd.c
8031         * src/addressbook.c
8032         * src/folderview.c
8033         * src/grouplistdialog.c
8034         * src/mimeview.c
8035         * src/stock_pixmap.c
8036         * src/stock_pixmap.h
8037         * src/summaryview.c
8038         * src/gtk/gtksctree.c
8039         * src/gtk/gtksctree.h
8040         * src/pixmaps/empty.xpm
8041                 Implement a wrapper call for gtk_ctree_set_node_info
8042                 and gtk_ctree_insert_node, that uses a 1x1 transparent
8043                 pixmap instead of a NULL one. This works around some
8044                 memory problems deep inside gtk, revealed by valgrind,
8045                 and fixes bug #834 (Pressing CTRl-D on a message marked 
8046                 as locked crashes sylpheed.), as well as, probably, 
8047                 wwp's 4th dimension problems that happen in gtk_ctree_*.
8048
8049 2005-10-17 [colin]      1.9.15cvs71
8050
8051         * src/mimeview.c
8052                 Provide visual feedback when checking
8053                 signature
8054
8055 2005-10-17 [colin]      1.9.15cvs70
8056
8057         * src/main.c
8058                 Keep the folder list frozen while checking caches...
8059
8060 2005-10-17 [colin]      1.9.15cvs69
8061
8062         * src/addr_compl.c
8063                 Fi bug #833 (Autocompleting from addressbook 
8064                 fails with extended chars)
8065         * src/imap.c
8066                 Fix 'adding messages' staying in statusbar
8067                 after an error
8068
8069 2005-10-17 [wwp]        1.9.15cvs68
8070
8071         * src/ssl_manager.c
8072                 Fix buttons' layout resizing when window size changes
8073
8074 2005-10-17 [wwp]        1.9.15cvs67
8075
8076         * src/account.c
8077         * src/prefs_account.c
8078         * src/prefs_common.c
8079         * src/prefs_common.h
8080         * src/prefs_folder_item.c
8081         * src/prefs_gtk.c
8082         * src/gtk/logwindow.c
8083         * src/gtk/pluginwindow.c
8084         * src/gtk/prefswindow.c
8085         * src/gtk/prefswindow.h
8086                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
8087
8088 2005-10-17 [paul]       1.9.15cvs66
8089
8090         * configure.ac
8091                 fix missing libetpan message
8092         * po/en_GB.po
8093                 updated
8094         * src/crash.c
8095         * src/manual.c
8096         * src/prefs_themes.c
8097         * src/common/defs.h
8098                 add some new URI defines, change some
8099                 others
8100         * src/wizard.c
8101                 make welcome message translatable
8102                 small improvements to english
8103                 other tweaks
8104         * src/gtk/menu.c
8105                 fix warnings
8106
8107 2005-10-17 [paul]       1.9.15cvs65
8108
8109         * src/summaryview.c
8110                 fix column titles
8111
8112 2005-10-16 [mones]      1.9.15cvs64
8113
8114         * po/es.po
8115                 Updated translation
8116
8117 2005-10-16 [colin]
8118
8119         1.9.99-rc1 released
8120
8121 2005-10-16 [colin]      1.9.15cvs63
8122
8123         * src/wizard.c
8124                 Fix whitespace
8125
8126 2005-10-16 [colin]      1.9.15cvs62
8127
8128         * src/toolbar.c
8129                 s/Get All/Get Mail/
8130         * src/wizard.c
8131                 Real welcome mail text, thanks Paul
8132
8133 2005-10-16 [colin]      1.9.15cvs61
8134
8135         * src/editldap.c
8136         * src/exporthtml.c
8137         * src/main.c
8138         * src/mainwindow.c
8139         * src/prefs_themes.c
8140         * src/prefs_toolbar.c
8141         * src/plugins/demo/demo.c
8142         * src/plugins/trayicon/trayicon.c
8143                 s/Sylpheed/Sylpheed-Claws/
8144
8145 2005-10-16 [colin]      1.9.15cvs60
8146
8147         * src/wizard.c
8148                 Add a welcome email in the first empty mailbox
8149         * src/prefs_common.c
8150                 Change one more default
8151
8152 2005-10-16 [colin]      1.9.15cvs59
8153
8154         * src/wizard.c
8155                 Remove printf
8156
8157 2005-10-16 [colin]      1.9.15cvs58
8158
8159         * src/toolbar.c
8160         * src/prefs_common.c
8161                 Change some defaults
8162
8163 2005-10-16 [colin]      1.9.15cvs57
8164
8165         * src/toolbar.c
8166         * src/prefs_common.c
8167                 Change some defaults
8168
8169 2005-10-16 [colin]      1.9.15cvs56
8170
8171         * src/wizard.c
8172                 By default, initialize fonts to have
8173                 the same size as normal GtkWidgets
8174
8175 2005-10-16 [colin]      1.9.15cvs55
8176
8177         * src/mimeview.c
8178                 Fix message a bit more
8179
8180 2005-10-16 [colin]      1.9.15cvs54
8181
8182         * src/addressbook.c
8183                 Second attempt at flicker fixing
8184
8185 2005-10-16 [colin]      1.9.15cvs53
8186
8187         * src/addressbook.c
8188                 Fix flicker
8189
8190 2005-10-16 [wwp]        1.9.15cvs52
8191
8192         * src/addressbook.c
8193         * src/editaddress.c
8194         * src/prefs_common.c
8195         * src/prefs_common.h
8196                 Remember window sizes (address book)
8197
8198 2005-10-16 [wwp]        1.9.15cvs51
8199
8200         * src/plugins/clamav/clamav_plugin_gtk.c
8201         * src/plugins/spamassassin/spamassassin_gtk.c
8202                 Fix compilation warnings (missing #include).
8203
8204 2005-10-16 [colin]      1.9.15cvs50
8205
8206         * src/mimeview.c
8207         * src/summaryview.c
8208         * src/textview.c
8209                 Make 'c' check signature, and forward
8210                 c, l, y, t from summaryview to mimeview
8211
8212 2005-10-16 [colin]      1.9.15cvs49
8213
8214         * src/addressbook.c
8215                 Put border around buttons
8216         * src/mainwindow.c
8217         * src/summaryview.c
8218                 Rework menus (Patch based on a patch
8219                 by Paul)
8220
8221 2005-10-15 [wwp]        1.9.15cvs48
8222
8223         * src/editjpilot.c
8224         * src/editldap.c
8225         * src/editvcard.c
8226         * src/exphtmldlg.c
8227         * src/expldifdlg.c
8228         * src/export.c
8229         * src/import.c
8230         * src/importldif.c
8231         * src/importmutt.c
8232         * src/importpine.c
8233         * src/prefs_account.c
8234         * src/prefs_spelling.c
8235         * src/gtk/gtkutils.c
8236         * src/gtk/gtkutils.h
8237         * src/plugins/clamav/clamav_plugin_gtk.c
8238         * src/plugins/spamassassin/spamassassin_gtk.c
8239                 use nicer browse-for-file/dir buttons than the "..." ones,
8240                 code factorizing more.
8241
8242 2005-10-14 [colin]      1.9.15cvs47
8243
8244         * src/mainwindow.c
8245                 set relief on the account switcher so that people see it
8246                 grey out Create processing rules when no message is selected
8247         * src/prefs_filtering.c
8248                 ask before closing if the rule has not been modified, even if
8249                 it's not valid
8250         * src/prefs_matcher.c
8251                 fix sensitivity when entering the dialog
8252         * src/gtk/inputdialog.c
8253                 display a better icon on password ask
8254         * src/plugins/pgpcore/passphrase.c
8255                 make the dialog look better
8256
8257 2005-10-14 [paul]       1.9.15cvs46
8258
8259         * src/folderview.c
8260                 indicate presense of marked msgs in
8261                 unexpanded subfolders
8262
8263 2005-10-14 [paul]       1.9.15cvs45
8264
8265         * src/prefs_actions.c
8266         * src/prefs_common.c
8267         * src/prefs_common.h
8268         * src/prefs_filtering_action.c
8269         * src/prefs_matcher.c
8270         * src/prefs_template.c
8271                 remember window sizes
8272                 fix Info button size
8273
8274         Patches by wwp
8275
8276 2005-10-13 [colin]      1.9.15cvs44
8277
8278         * src/mimeview.c
8279         * src/noticeview.c
8280         * src/noticeview.h
8281                 Add a tooltip on the icon (optional) 
8282                 Get rid of the signature buttons and only
8283                 use the icon+tooltip
8284
8285 2005-10-13 [colin]      1.9.15cvs43
8286
8287         * src/noticeview.c
8288         * src/noticeview.h
8289                 Add hand cursor for hovering over icon
8290
8291 2005-10-13 [colin]      1.9.15cvs42
8292
8293         * src/summaryview.c
8294                 Fix crash when quicksearch's hidden 
8295                 at startup
8296
8297 2005-10-13 [colin]      1.9.15cvs41
8298
8299         * src/compose.c
8300                 Set subject when forwarding multiple mails
8301                 Check that other recipient than the default Cc or Bcc
8302                 have been set before sending.
8303
8304 2005-10-13 [colin]      1.9.15cvs40
8305
8306         * src/imap.c
8307                 Batch per-folder
8308                 Introduce locking, but don't use it yet
8309
8310 2005-10-13 [colin]      1.9.15cvs39
8311
8312         * src/gtk/quicksearch.c
8313                 Reset quicksearch when hiding it
8314                 Make sticky a real pref
8315
8316 2005-10-13 [colin]      1.9.15cvs38
8317
8318         * src/summaryview.c
8319                 Faster prefs apply
8320
8321 2005-10-13 [colin]      1.9.15cvs37
8322
8323         * src/mimeview.c
8324         * src/noticeview.c
8325         * src/noticeview.h
8326         * src/plugins/pgpcore/sgpgme.c
8327                 Make privacy icon clickable
8328                 Move Trust field in Full info
8329                 When trust is less than full, don't display
8330                 a warning icon
8331
8332 2005-10-13 [colin]      1.9.15cvs36
8333
8334         * src/folder.c
8335                 Batch on flags sync
8336         * src/folderview.c
8337                 Revert speed hack which is dangerous in fact
8338                 Apply prefs faster
8339
8340 2005-10-13 [colin]      1.9.15cvs35
8341
8342         * src/folder_item_prefs.c
8343                 Fix pref corruption on folder move. Patch
8344                 by wwp
8345
8346 2005-10-13 [paul]       1.9.15cvs34
8347
8348         * src/export.c
8349         * src/import.c
8350                 fix typos in g_warnings
8351         * src/prefs_account.c
8352                 add a file selector for Signature file
8353
8354         Patches by wwp
8355
8356 2005-10-12 [colin]      1.9.15cvs33
8357
8358         * src/mimeview.c
8359                 Provide a quick way to go back from a
8360                 signature's full info to the email part
8361
8362 2005-10-12 [colin]      1.9.15cvs32
8363
8364         * src/compose.c
8365                 Remove old hack of encoding signed mails with base64.
8366                 QP works equally well.
8367
8368 2005-10-12 [colin]      1.9.15cvs31
8369
8370         * src/crash.c
8371                 Replace deprecated GtkText with GtkTextView
8372         * src/imap.c
8373                 Fix a logic bug about counts in imap_select
8374                 (previously un-triggered)
8375         * src/mainwindow.c
8376         * src/summaryview.c
8377         * src/news.c
8378                 Allow local deletion of news posts
8379         * src/mimeview.c
8380                 Show GPG noticeview on the message/rfc822 part
8381                 in addition to the text/plain one
8382         * src/prefs_image_viewer.c
8383           src/plugins/pgpcore/prefs_gpg.c
8384                 Polish (set the label as part of the checkbox)
8385         * src/wizard.c
8386                 Don't sit there doing nothing after destroying
8387                 the window - return err
8388
8389 2005-10-11 [colin]      1.9.15cvs30
8390
8391         * src/folderview.c
8392                 Apply processing rules before showing folders.
8393                 Early folder show (before flags sync) will only
8394                 be done when there are no processing rules (nor
8395                 pre- or post- ones)
8396         * src/imap.c
8397                 Fix stuff related to mail subdir, creation and 
8398                 deletion of folders 
8399         * src/imap_gtk.c
8400                 Don't allow creation of folders in NoInferior
8401                 folders, as it won't work
8402
8403 2005-10-10 [colin]      1.9.15cvs29
8404
8405         * src/compose.c
8406                 Reselect "None" Privacy system when selecting an
8407                 account with no privacy system defined
8408
8409 2005-10-10 [colin]      1.9.15cvs28
8410
8411         * src/mainwindow.c
8412                 Add Windows-1252 encoding
8413         * src/prefs_common.c
8414                 Rework some defaults:
8415                 - autosave to draft by default
8416                 - don't show header pane (it's already in the textview)
8417                 - Select first new or unread mail on entry
8418                 - Assume 'Yes' to change folder when there's no more
8419                   unread message
8420         * src/prefs_matcher.c
8421                 Fix a gtk assertion failure
8422         * src/gtk/colorlabel.c
8423                 Workaround bad repainting on selection
8424         * src/main.c
8425                 Freeze/thaw (a bit faster on ssh -X)
8426         * src/msgcache.c
8427                 Get rid of StrdupConverter that just adds an
8428                 extra strdup/free 
8429         * src/etpan/imap_thread.c
8430                 memset buf to 0
8431
8432 2005-10-10 [colin]      1.9.15cvs27
8433
8434         * src/export.c
8435         * src/import.c
8436                 Fix compile on gtk 2.4. Patch by wwp
8437
8438 2005-10-09 [colin]      1.9.15cvs26
8439
8440         * src/mainwindow.c
8441         * src/messageview.c
8442         * src/summaryview.c
8443                 Clarify forward menus. Patch by wwp
8444
8445 2005-10-09 [colin]      1.9.15cvs25
8446
8447         * src/compose.c
8448         * src/compose.h
8449                 Fix bug #829 (Non-working "Encrypt message by 
8450                 default when replying to an encrypted message")
8451
8452 2005-10-08 [colin]      1.9.15cvs24
8453
8454         * src/wizard.c
8455                 Fix bug #827 ("Welcome" setup wizard after a 
8456                 permission error gives up & forgets itself.)
8457
8458 2005-10-08 [colin]      1.9.15cvs23
8459
8460         * src/procmime.c
8461                 Fix bug #828 (Ignoring headers with spaces around = sign)
8462
8463 2005-10-08 [colin]      1.9.15cvs22
8464
8465         * src/export.c
8466                 Warning fix by wwp
8467
8468 2005-10-08 [colin]      1.9.15cvs21
8469
8470         * src/folder.c
8471         * src/folder.h
8472                 Add a processing_pending indicator, set on 
8473                 folder_item_open and cleared after 
8474                 folder_item_process_open
8475         * src/folderview.c
8476         * src/summaryview.c
8477                 wrap procmsg_msginfo_*_flags, and in the
8478                 wrapper check that there's no folder processing 
8479                 pending. If there is, defer the flags change until 
8480                 processing is done to avoid stepping over each
8481                 other's toes.
8482                 Freeze during processing, but not during scanning.
8483
8484 2005-10-07 [colin]      1.9.15cvs20
8485
8486         * src/plugins/pgpcore/passphrase.c
8487                 Fix bug #826 (X-Server hangs when 
8488                 right-clicking a PGP encrypted message)
8489
8490 2005-10-07 [paul]       1.9.15cvs19
8491
8492         * src/compose.c
8493                 fix compose_entries[]
8494                 patch by Fabien Vantard
8495
8496 2005-10-06 [colin]      1.9.15cvs18
8497
8498         * src/pixmaps/address.xpm
8499         * src/pixmaps/address_book.xpm
8500         * src/pixmaps/book.xpm
8501         * src/pixmaps/check_spelling.xpm
8502         * src/pixmaps/checkbox_off.xpm
8503         * src/pixmaps/checkbox_on.xpm
8504         * src/pixmaps/close.xpm
8505         * src/pixmaps/complete.xpm
8506         * src/pixmaps/continue.xpm
8507         * src/pixmaps/deleted.xpm
8508         * src/pixmaps/down_arrow.xpm
8509         * src/pixmaps/exec.xpm
8510         * src/pixmaps/forwarded.xpm
8511         * src/pixmaps/group.xpm
8512         * src/pixmaps/ignorethread.xpm
8513         * src/pixmaps/interface.xpm
8514         * src/pixmaps/jpilot.xpm
8515         * src/pixmaps/ldap.xpm
8516         * src/pixmaps/linewrap.xpm
8517         * src/pixmaps/linewrapcurrent.xpm
8518         * src/pixmaps/mail.xpm
8519         * src/pixmaps/mail_attach.xpm
8520         * src/pixmaps/mail_compose.xpm
8521         * src/pixmaps/mail_forward.xpm
8522         * src/pixmaps/mail_receive.xpm
8523         * src/pixmaps/mail_receive_all.xpm
8524         * src/pixmaps/mail_reply.xpm
8525         * src/pixmaps/mail_reply_to_all.xpm
8526         * src/pixmaps/mail_reply_to_author.xpm
8527         * src/pixmaps/mail_send.xpm
8528         * src/pixmaps/mail_send_queue.xpm
8529         * src/pixmaps/mime_application.xpm
8530         * src/pixmaps/mime_audio.xpm
8531         * src/pixmaps/mime_image.xpm
8532         * src/pixmaps/mime_message.xpm
8533         * src/pixmaps/mime_text_enriched.xpm
8534         * src/pixmaps/mime_text_html.xpm
8535         * src/pixmaps/mime_text_plain.xpm
8536         * src/pixmaps/mime_unknown.xpm
8537         * src/pixmaps/new.xpm
8538         * src/pixmaps/news_compose.xpm
8539         * src/pixmaps/offline.xpm
8540         * src/pixmaps/online.xpm
8541         * src/pixmaps/paste.xpm
8542         * src/pixmaps/preferences.xpm
8543         * src/pixmaps/privacy_emblem_encrypted.xpm
8544         * src/pixmaps/privacy_expired.xpm
8545         * src/pixmaps/privacy_failed.xpm
8546         * src/pixmaps/privacy_passed.xpm
8547         * src/pixmaps/privacy_signed.xpm
8548         * src/pixmaps/privacy_unknown.xpm
8549         * src/pixmaps/privacy_warn.xpm
8550         * src/pixmaps/properties.xpm
8551         * src/pixmaps/replied.xpm
8552         * src/pixmaps/search.xpm
8553         * src/pixmaps/unread.xpm
8554         * src/pixmaps/up_arrow.xpm
8555         * src/pixmaps/vcard.xpm
8556                 Modernize internal theme, with icons from the 
8557                 Gnomaws theme. Keep some of the old ones where
8558                 they were better.
8559
8560 2005-10-06 [colin]      1.9.15cvs17
8561
8562         * src/summaryview.c
8563                 Little optimisations + bugfix
8564         * src/toolbar.c
8565                 Remove default useless items - useless being defined
8566                 by the default relevant prefs
8567         * src/wizard.c
8568                 include config.h to make gettext work
8569         * src/prefs_themes.c
8570                 Fix selection of current theme in prefs
8571
8572 2005-10-06 [colin]      1.9.15cvs16
8573
8574         * src/prefs_common.c
8575         * src/prefs_common.h
8576         * src/prefs_summaries.c
8577         * src/folderview.c
8578                 Add a warning dialog on Mark all read 
8579                 (with pref to get rid of it)
8580
8581 2005-10-06 [paul]       1.9.15cvs15
8582
8583         * po/nb.po
8584         * po/pt_BR.po
8585                 updated by Geir Helland and Frederico
8586                 Goncalves Guimaraes
8587
8588 2005-10-05 [colin]      1.9.15cvs14
8589
8590         * src/folder.c
8591         * src/folder.h
8592         * src/folderview.c
8593         * src/folderview.h
8594         * src/imap_gtk.c
8595         * src/mh_gtk.c
8596         * src/mainwindow.c
8597         * src/setup.c
8598                 add a way to rescan without rebuilding
8599                 make moving a bit faster (less folders changes)
8600                 don't lock the tree on Get 
8601         * src/imap.c
8602                 Don't re-delete deleted messages before expunging
8603         * src/summaryview.c
8604                 Set batch mode when deleting mails
8605
8606 2005-10-05 [paul]       1.9.15cvs13
8607
8608         * src/mainwindow.c
8609         * src/mainwindow.h
8610                 fix disabled Execute menu item
8611         * src/toolbar.c
8612                 match the change in 1.9.15cvs10: use Compose
8613                 instead of News by default
8614
8615 2005-10-04 [colin]      1.9.15cvs12
8616
8617         * src/compose.c
8618                 When replying to an ML post with Reply-To set
8619                 to the poster's email, honor it (as before),
8620                 but also honor our user's request to reply to
8621                 the mailing list: set the ML address in the To
8622                 field and the Reply-To address in the Cc: 
8623                 field.
8624
8625 2005-10-04 [colin]      1.9.15cvs11
8626
8627         * src/plugins/trayicon/trayicon.c
8628                 Finish cosmetic change - thanks to wwp
8629
8630 2005-10-04 [colin]      1.9.15cvs10
8631
8632         * src/toolbar.c
8633                 Use Compose instead of Email by default.
8634                 Spotted by wwp.
8635
8636 2005-10-04 [colin]      1.9.15cvs9
8637
8638         * src/folder.c
8639         * src/folder.h
8640         * src/folderview.c
8641         * src/imap.c
8642         * src/etpan/imap-thread.c
8643         * src/etpan/imap-thread.h
8644                 Try to make IMAP faster, by simplifying SEARCH
8645                 commands, avoiding sending two STATUS in a row,
8646                 and deferring flags sync and processing just
8647                 after displaying the folder. 
8648                 This will update the SummaryView in certain
8649                 cases (new mails not already fetched, flags
8650                 changed from another client) but in a non-
8651                 blocking manner.
8652
8653 2005-10-04 [colin]      1.9.15cvs8
8654
8655         * src/plugins/trayicon/trayicon.c
8656                 Relabel "Offline" to "Work offline"
8657
8658 2005-10-04 [colin]      1.9.15cvs7
8659
8660         * src/export.c
8661         * src/import.c
8662         * src/mbox.c
8663                 Fix mbox import/export buglets
8664                 Patch by wwp
8665         * src/plugins/trayicon/trayicon.c
8666                 Add offline swithc
8667                 Patch by wwp
8668
8669 2005-10-04 [colin]      1.9.15cvs6
8670
8671         * src/folder.c
8672         * src/folderview.c
8673         * src/summaryview.c
8674                 Better fix (don't break mark all read) for cvs2
8675
8676 2005-10-03 [colin]      1.9.15cvs5
8677
8678         * src/folder.c
8679                 Use a sane sort by default
8680
8681 2005-10-03 [colin]      1.9.15cvs4
8682
8683         * src/inc.c
8684                 Add a 'Only once' button for overriding offline mode
8685         * src/prefs_account.c
8686         * src/wizard.c
8687                 Add Local mbox to the wizard
8688                 Add IMAP subdir to the wizard (or the wizard is useless
8689                 for such accounts, or even worse than useless)
8690                 Move IMAP subdir from Advanced to Receive tab, as it's
8691                 not that uncommon
8692
8693 2005-10-03 [colin]      1.9.15cvs3
8694
8695         * src/send_message.c
8696                 Forgot this one in cvs1
8697
8698 2005-10-03 [colin]      1.9.15cvs2
8699
8700         * src/folder.c
8701                 Faster close when leaving a folder with lots
8702                 of new mails. Idea by David Relson.
8703
8704 2005-10-03 [colin]      1.9.15cvs1
8705
8706         * src/compose.c
8707         * src/imap.c
8708         * src/inc.c
8709         * src/main.c
8710         * src/messageview.c
8711         * src/news.c
8712         * src/summaryview.c
8713         * src/gtk/sslcertwindow.c
8714         * src/plugins/trayicon/trayicon.c
8715                 Add accels to every AlertPanel. Patch by Fabien 
8716                 Vantard
8717
8718 2005-10-03 [paul]       1.9.15
8719
8720         1.9.15 released
8721
8722 2005-10-03 [paul]       1.9.14cvs68
8723
8724         * po/ca.po
8725         * po/de.po
8726         * po/es.po
8727         * po/fi.po
8728         * po/fr.po
8729         * po/sk.po
8730         * po/sr.po
8731         * po/zh_CN.po
8732                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8733                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8734                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8735
8736 2005-10-03 [paul]       1.9.14cvs67
8737
8738         * src/send_message.c
8739                 prevent hang on Cancel
8740                 patch by Colin
8741
8742 2005-10-03 [paul]       1.9.14cvs66
8743
8744         * src/main.c
8745                 fix crash in IMAP caused by discrepancy
8746                 between check_at_startup and offline mode
8747                 Patch by Colin
8748
8749 2005-10-01 [paul]       1.9.14cvs65
8750
8751         * src/inc.c
8752                 fix engrish
8753
8754 2005-10-01 [paul]       1.9.14cvs64
8755         * src/export.c
8756         * src/import.c
8757                 synchronise import_mbox() and export_mbox()
8758         * src/mbox.c
8759                 proc_mbox(): add alert if file cannot be opened
8760                 export_list_to_mbox(): test if dest file exists,
8761                 prompt user to overwrite if it does. add alert
8762                 if file cannot be created
8763                                                                 
8764         Patch by wwp
8765                                                                                                                 
8766
8767 2005-09-30 [paul]       1.9.14cvs63
8768
8769         * src/addressbook.c
8770                 Fix sensitivity of a menu
8771         * src/codeconv.c
8772                 Respect hidden pref for mails with no encoding
8773         * src/common/xml.c
8774                 Fix memory corruption
8775         * src/plugins/pgpcore/sgpgme.c
8776                 Fix segfault on incomplete sigs, and display
8777                 of S/Mime UIDs
8778
8779         Patches by Colin
8780
8781 2005-09-30 [colin]      1.9.14cvs62
8782
8783         * src/partial_download.c
8784                 Little logic fix in almost-dead code
8785         * src/pop.c
8786                 Fix partial download when there's no new mail
8787
8788 2005-09-29 [paul]       1.9.14cvs61
8789
8790         * src/plugins/pgpinline/pgpinline.c
8791                 fix bug 819, 'crash accessing sign message'
8792                 Patch by Colin
8793
8794 2005-09-28 [martin]     1.9.14cvs60
8795
8796         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8797                 fix bug #790 (Crash when restarting window manager (fluxbox))
8798
8799 2005-09-28 [paul]       1.9.14cvs59
8800
8801         * src/gtk/gtkaspell.c
8802                 fix off-by-one typo
8803
8804 2005-09-27 [colin]      1.9.14cvs58
8805
8806         * src/plugins/pgpcore/sgpgme.c
8807                 Report error when there's one, instead of
8808                 "Signature unchecked" 
8809
8810 2005-09-27 [colin]      1.9.14cvs57
8811
8812         * src/prefs_quote.c
8813                 Fix bug #816 (Weird quotation with spaces)
8814
8815 2005-09-27 [colin]      1.9.14cvs56
8816
8817         * src/codeconv.c
8818         * src/compose.c
8819         * src/compose.h
8820                 Put subject in compose's title
8821                 Fix Automatic encoding so that it's really automatic:
8822                 first try default locale's charset, then charset of the replied mail, 
8823                 then utf-8
8824                 Fix encoding of headers (must be in strict mode too)
8825
8826 2005-09-26 [colin]      1.9.14cvs55
8827
8828         * src/gtk/gtkaspell.c
8829                 Fix previous patch - don't color the space,
8830                 just uncolor it :)
8831
8832 2005-09-26 [colin]      1.9.14cvs54
8833
8834         * src/gtk/gtkaspell.c
8835                 Unmark space if possible
8836
8837 2005-09-26 [colin]      1.9.14cvs53
8838
8839         * src/imap.c
8840                 log_error instead of alertpanel according to the pref
8841         * src/etpan/imap-thread.c
8842                 Print connect status, copy only necessary size to 
8843                 logger
8844         * src/plugins/pgpmime/pgpmime.c
8845                 Handle S/Mime signatures (verification only). Patch based
8846                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
8847
8848 2005-09-26 [paul]       1.9.14cvs52
8849
8850         * src/common/passcrypt.c
8851                 this 'workaround' not necessary on NetBSD.
8852                 Thanks to Daniel Gustafson
8853
8854 2005-09-26 [paul]
8855
8856         1.9.15-rc4 released
8857
8858 2005-09-26 [paul]       1.9.14cvs51
8859
8860         * src/summaryview.c
8861                 Skip currently selected message when
8862                 looking for next new or unread message
8863                 in current folder. Patch by Colin
8864         * src/common/passcrypt.c
8865                 eliminate warnings on *BSD. Patch by
8866                 Daniel Gustafson
8867
8868 2005-09-26 [colin]      1.9.14cvs50
8869
8870         * src/procmsg.c
8871                 Call postfiltering hook anyway
8872
8873 2005-09-22 [colin]      1.9.14cvs49
8874
8875         * src/codeconv.c
8876         * src/codeconv.h
8877                 Add a strict mode that doesn't replace with _
8878         * src/compose.c
8879         * src/compose.h
8880                 Use strict conversion while sending
8881                 Fix race when drafting while sending (happens
8882                 on IMAP)
8883                 Fix d'n'd of messages from summaryview
8884         * src/prefs_common.c
8885         * src/prefs_common.h
8886                 add hidden utf8_instead_of_locale_for_broken_mail 
8887                 pref for people that preferred the default charset 
8888                 to be utf8 for broken mails
8889         * src/quote_fmt_parse.y
8890                 fix bug #815 (No quote insert if "From:" fied 
8891                 contained Russian letters)
8892         * src/summaryview.c
8893                 Fix d'n'd of messages to compose
8894
8895 2005-09-22 [paul]       1.9.14cvs48
8896
8897         * src/compose.c
8898                 fix bug where attachments Name entry
8899                 would display Path instead
8900
8901 2005-09-21 [paul]       1.9.14cvs47
8902
8903         * README
8904         * README.jp
8905         * configure.ac
8906         * config/config.rpath
8907         * doc/manual/en/sylpheed-20.html
8908         * doc/manual/es/sylpheed-20.html
8909         * po/bg.po
8910         * po/ca.po
8911         * po/de.po
8912         * po/es.po
8913         * po/fr.po
8914         * po/it.po
8915         * po/pt_BR.po
8916         * po/sk.po
8917         * po/zh_TW.po
8918         * src/account.c
8919         * src/account.h
8920         * src/action.c
8921         * src/action.h
8922         * src/adbookbase.h
8923         * src/addr_compl.c
8924         * src/addr_compl.h
8925         * src/addrbook.c
8926         * src/addrbook.h
8927         * src/addrcache.c
8928         * src/addrcache.h
8929         * src/addrcindex.c
8930         * src/addrcindex.h
8931         * src/addrclip.c
8932         * src/addrclip.h
8933         * src/addrdefs.h
8934         * src/addressadd.c
8935         * src/addressadd.h
8936         * src/addressbook.c
8937         * src/addressbook.h
8938         * src/addressitem.h
8939         * src/addrgather.c
8940         * src/addrgather.h
8941         * src/addrharvest.c
8942         * src/addrharvest.h
8943         * src/addrindex.c
8944         * src/addrindex.h
8945         * src/addritem.c
8946         * src/addritem.h
8947         * src/addrquery.c
8948         * src/addrquery.h
8949         * src/addrselect.c
8950         * src/addrselect.h
8951         * src/alertpanel.c
8952         * src/alertpanel.h
8953         * src/browseldap.c
8954         * src/browseldap.h
8955         * src/codeconv.c
8956         * src/codeconv.h
8957         * src/compose.c
8958         * src/compose.h
8959         * src/crash.c
8960         * src/crash.h
8961         * src/customheader.c
8962         * src/customheader.h
8963         * src/displayheader.c
8964         * src/displayheader.h
8965         * src/editaddress.c
8966         * src/editaddress.h
8967         * src/editbook.c
8968         * src/editbook.h
8969         * src/editgroup.c
8970         * src/editgroup.h
8971         * src/editjpilot.c
8972         * src/editjpilot.h
8973         * src/editldap.c
8974         * src/editldap.h
8975         * src/editldap_basedn.c
8976         * src/editldap_basedn.h
8977         * src/editvcard.c
8978         * src/editvcard.h
8979         * src/enriched.c
8980         * src/enriched.h
8981         * src/exphtmldlg.c
8982         * src/exphtmldlg.h
8983         * src/expldifdlg.c
8984         * src/expldifdlg.h
8985         * src/export.c
8986         * src/export.h
8987         * src/exporthtml.c
8988         * src/exporthtml.h
8989         * src/exportldif.c
8990         * src/exportldif.h
8991         * src/filtering.c
8992         * src/filtering.h
8993         * src/folder.c
8994         * src/folder.h
8995         * src/folder_item_prefs.c
8996         * src/folder_item_prefs.h
8997         * src/foldersel.c
8998         * src/foldersel.h
8999         * src/folderutils.c
9000         * src/folderutils.h
9001         * src/folderview.c
9002         * src/folderview.h
9003         * src/grouplistdialog.c
9004         * src/grouplistdialog.h
9005         * src/headerview.c
9006         * src/headerview.h
9007         * src/html.c
9008         * src/html.h
9009         * src/image_viewer.c
9010         * src/image_viewer.h
9011         * src/imap.c
9012         * src/imap.h
9013         * src/imap_gtk.c
9014         * src/imap_gtk.h
9015         * src/import.c
9016         * src/import.h
9017         * src/importldif.c
9018         * src/importldif.h
9019         * src/importmutt.c
9020         * src/importmutt.h
9021         * src/importpine.c
9022         * src/importpine.h
9023         * src/inc.c
9024         * src/inc.h
9025         * src/jpilot.c
9026         * src/jpilot.h
9027         * src/ldapctrl.c
9028         * src/ldapctrl.h
9029         * src/ldaplocate.c
9030         * src/ldaplocate.h
9031         * src/ldapquery.c
9032         * src/ldapquery.h
9033         * src/ldapserver.c
9034         * src/ldapserver.h
9035         * src/ldaputil.c
9036         * src/ldaputil.h
9037         * src/ldif.c
9038         * src/ldif.h
9039         * src/localfolder.c
9040         * src/localfolder.h
9041         * src/main.c
9042         * src/main.h
9043         * src/mainwindow.c
9044         * src/mainwindow.h
9045         * src/manual.c
9046         * src/manual.h
9047         * src/matcher.c
9048         * src/matcher.h
9049         * src/matcher_parser.h
9050         * src/matcher_parser_lex.l
9051         * src/matcher_parser_parse.y
9052         * src/mbox.c
9053         * src/mbox.h
9054         * src/message_search.c
9055         * src/message_search.h
9056         * src/messageview.c
9057         * src/messageview.h
9058         * src/mh.c
9059         * src/mh.h
9060         * src/mh_gtk.c
9061         * src/mh_gtk.h
9062         * src/mimeview.c
9063         * src/mimeview.h
9064         * src/msgcache.c
9065         * src/msgcache.h
9066         * src/mutt.c
9067         * src/mutt.h
9068         * src/news.c
9069         * src/news.h
9070         * src/news_gtk.c
9071         * src/news_gtk.h
9072         * src/noticeview.c
9073         * src/noticeview.h
9074         * src/partial_download.c
9075         * src/partial_download.h
9076         * src/pine.c
9077         * src/pine.h
9078         * src/pop.c
9079         * src/pop.h
9080         * src/prefs_account.c
9081         * src/prefs_account.h
9082         * src/prefs_actions.c
9083         * src/prefs_actions.h
9084         * src/prefs_common.c
9085         * src/prefs_common.h
9086         * src/prefs_compose_writing.c
9087         * src/prefs_compose_writing.h
9088         * src/prefs_customheader.c
9089         * src/prefs_customheader.h
9090         * src/prefs_display_header.c
9091         * src/prefs_display_header.h
9092         * src/prefs_ext_prog.c
9093         * src/prefs_ext_prog.h
9094         * src/prefs_filtering.c
9095         * src/prefs_filtering.h
9096         * src/prefs_filtering_action.c
9097         * src/prefs_filtering_action.h
9098         * src/prefs_folder_column.c
9099         * src/prefs_folder_column.h
9100         * src/prefs_folder_item.c
9101         * src/prefs_folder_item.h
9102         * src/prefs_fonts.c
9103         * src/prefs_fonts.h
9104         * src/prefs_gtk.c
9105         * src/prefs_gtk.h
9106         * src/prefs_image_viewer.c
9107         * src/prefs_image_viewer.h
9108         * src/prefs_matcher.c
9109         * src/prefs_matcher.h
9110         * src/prefs_message.c
9111         * src/prefs_message.h
9112         * src/prefs_msg_colors.c
9113         * src/prefs_msg_colors.h
9114         * src/prefs_other.c
9115         * src/prefs_other.h
9116         * src/prefs_quote.c
9117         * src/prefs_quote.h
9118         * src/prefs_receive.c
9119         * src/prefs_receive.h
9120         * src/prefs_send.c
9121         * src/prefs_send.h
9122         * src/prefs_spelling.c
9123         * src/prefs_spelling.h
9124         * src/prefs_summaries.c
9125         * src/prefs_summaries.h
9126         * src/prefs_summary_column.c
9127         * src/prefs_summary_column.h
9128         * src/prefs_template.c
9129         * src/prefs_template.h
9130         * src/prefs_themes.c
9131         * src/prefs_themes.h
9132         * src/prefs_toolbar.c
9133         * src/prefs_toolbar.h
9134         * src/prefs_wrapping.c
9135         * src/prefs_wrapping.h
9136         * src/privacy.c
9137         * src/privacy.h
9138         * src/procheader.c
9139         * src/procheader.h
9140         * src/procmime.c
9141         * src/procmime.h
9142         * src/procmsg.c
9143         * src/procmsg.h
9144         * src/quote_fmt.c
9145         * src/quote_fmt_parse.y
9146         * src/recv.c
9147         * src/recv.h
9148         * src/remotefolder.c
9149         * src/remotefolder.h
9150         * src/send_message.c
9151         * src/send_message.h
9152         * src/setup.c
9153         * src/setup.h
9154         * src/simple-gettext.c
9155         * src/sourcewindow.c
9156         * src/sourcewindow.h
9157         * src/ssl_manager.c
9158         * src/ssl_manager.h
9159         * src/statusbar.c
9160         * src/statusbar.h
9161         * src/stock_pixmap.c
9162         * src/stock_pixmap.h
9163         * src/summary_search.c
9164         * src/summary_search.h
9165         * src/summaryview.c
9166         * src/summaryview.h
9167         * src/syldap.c
9168         * src/syldap.h
9169         * src/textview.c
9170         * src/textview.h
9171         * src/toolbar.c
9172         * src/toolbar.h
9173         * src/undo.c
9174         * src/undo.h
9175         * src/unmime.c
9176         * src/unmime.h
9177         * src/vcard.c
9178         * src/vcard.h
9179         * src/wizard.c
9180         * src/wizard.h
9181         * src/common/base64.c
9182         * src/common/base64.h
9183         * src/common/defs.h
9184         * src/common/hooks.c
9185         * src/common/hooks.h
9186         * src/common/log.c
9187         * src/common/log.h
9188         * src/common/md5.c
9189         * src/common/md5.h
9190         * src/common/mgutils.c
9191         * src/common/mgutils.h
9192         * src/common/nntp.c
9193         * src/common/nntp.h
9194         * src/common/passcrypt.c
9195         * src/common/passcrypt.h.in
9196         * src/common/plugin.c
9197         * src/common/plugin.h
9198         * src/common/prefs.c
9199         * src/common/prefs.h
9200         * src/common/progressindicator.c
9201         * src/common/progressindicator.h
9202         * src/common/quoted-printable.c
9203         * src/common/quoted-printable.h
9204         * src/common/session.c
9205         * src/common/session.h
9206         * src/common/smtp.c
9207         * src/common/smtp.h
9208         * src/common/socket.c
9209         * src/common/socket.h
9210         * src/common/ssl.c
9211         * src/common/ssl.h
9212         * src/common/ssl_certificate.c
9213         * src/common/ssl_certificate.h
9214         * src/common/string_match.c
9215         * src/common/string_match.h
9216         * src/common/stringtable.c
9217         * src/common/sylpheed.c
9218         * src/common/sylpheed.h
9219         * src/common/template.c
9220         * src/common/template.h
9221         * src/common/timing.h
9222         * src/common/utils.c
9223         * src/common/utils.h
9224         * src/common/uuencode.c
9225         * src/common/uuencode.h
9226         * src/common/version.h.in
9227         * src/common/xml.c
9228         * src/common/xml.h
9229         * src/common/xmlprops.c
9230         * src/common/xmlprops.h
9231         * src/gtk/about.c
9232         * src/gtk/about.h
9233         * src/gtk/colorlabel.c
9234         * src/gtk/colorlabel.h
9235         * src/gtk/colorsel.c
9236         * src/gtk/colorsel.h
9237         * src/gtk/description_window.c
9238         * src/gtk/description_window.h
9239         * src/gtk/filesel.c
9240         * src/gtk/filesel.h
9241         * src/gtk/foldersort.c
9242         * src/gtk/foldersort.h
9243         * src/gtk/gtkutils.c
9244         * src/gtk/gtkutils.h
9245         * src/gtk/inputdialog.c
9246         * src/gtk/inputdialog.h
9247         * src/gtk/logwindow.c
9248         * src/gtk/logwindow.h
9249         * src/gtk/manage_window.c
9250         * src/gtk/manage_window.h
9251         * src/gtk/menu.c
9252         * src/gtk/menu.h
9253         * src/gtk/pluginwindow.c
9254         * src/gtk/pluginwindow.h
9255         * src/gtk/prefswindow.c
9256         * src/gtk/prefswindow.h
9257         * src/gtk/progressdialog.c
9258         * src/gtk/progressdialog.h
9259         * src/gtk/quicksearch.c
9260         * src/gtk/quicksearch.h
9261         * src/gtk/sslcertwindow.c
9262         * src/gtk/sslcertwindow.h
9263         * src/plugins/clamav/clamav_plugin.c
9264         * src/plugins/clamav/clamav_plugin.h
9265         * src/plugins/clamav/clamav_plugin_gtk.c
9266         * src/plugins/demo/demo.c
9267         * src/plugins/dillo_viewer/dillo_prefs.c
9268         * src/plugins/dillo_viewer/dillo_prefs.h
9269         * src/plugins/dillo_viewer/dillo_viewer.c
9270         * src/plugins/mathml_viewer/mathml_viewer.c
9271         * src/plugins/pgpcore/passphrase.c
9272         * src/plugins/pgpcore/passphrase.h
9273         * src/plugins/pgpcore/plugin.c
9274         * src/plugins/pgpcore/prefs_gpg.c
9275         * src/plugins/pgpcore/prefs_gpg.h
9276         * src/plugins/pgpcore/select-keys.c
9277         * src/plugins/pgpcore/select-keys.h
9278         * src/plugins/pgpcore/sgpgme.c
9279         * src/plugins/pgpcore/sgpgme.h
9280         * src/plugins/pgpinline/pgpinline.c
9281         * src/plugins/pgpinline/pgpinline.h
9282         * src/plugins/pgpinline/plugin.c
9283         * src/plugins/pgpmime/pgpmime.c
9284         * src/plugins/pgpmime/pgpmime.h
9285         * src/plugins/pgpmime/plugin.c
9286         * src/plugins/spamassassin/spamassassin.c
9287         * src/plugins/spamassassin/spamassassin.h
9288         * src/plugins/spamassassin/spamassassin_gtk.c
9289         * src/plugins/trayicon/trayicon.c
9290         * tools/OOo2sylpheed.pl
9291         * tools/acroread2sylpheed.pl
9292         * tools/asus_mailled.sh
9293         * tools/filter_conv.pl
9294         * tools/freshmeat_search.pl
9295         * tools/google_search.pl
9296         * tools/kmail2sylpheed.pl
9297         * tools/kmail2sylpheed_v2.pl
9298         * tools/maildir2sylpheed.pl
9299         * tools/multiwebsearch.pl
9300         * tools/newscache_clean.pl
9301         * tools/outlook2sylpheed.pl
9302         * tools/sylpheed-switcher
9303         * tools/update-po
9304         * tools/vcard2xml.py
9305         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9306                 update FSF address
9307
9308 2005-09-21 [colin]      1.9.14cvs46
9309
9310         * src/gedit-print.c
9311         * src/procmsg.c
9312         * src/procmsg.h
9313         * src/textview.c
9314         * src/summaryview.c
9315                 Remove some printing hacks (deselection/reselection),
9316                 which by the way fix printing the currently 
9317                 displayed mime part (still only text)
9318                 Plus a little optimisation of summary_show
9319
9320
9321 2005-09-20 [colin]      1.9.14cvs45
9322
9323         * src/mainwindow.c
9324         * src/messageview.c
9325                 GUI fixups: add accels, set message
9326                 view title to displayed mail's subject
9327         * src/prefs_spelling.c
9328         * src/gtk/gtkaspell.c
9329                 GUI fixups: allow underlining misspelled
9330                 words instead of coloring them (a11y!)
9331
9332 2005-09-19 [colin]
9333
9334         1.9.15rc3 released
9335
9336 2005-09-19 [colin]      1.9.14cvs44
9337
9338         * src/compose.c
9339                 Fix draft message
9340         * src/gtk/gtkaspell.c
9341                 Fix wrong test ;-)
9342
9343 2005-09-19 [colin]      1.9.14cvs43
9344
9345         * src/addressbook.c
9346                 Fix sensitivity of Delete button
9347         * src/compose.c
9348                 Warn if the requested Privacy system
9349                 is not available
9350         * src/exphtmldlg.c
9351         * src/expldifdlg.c
9352         * src/importldif.c
9353         * src/importmutt.c
9354         * src/importpine.c
9355                 Fix crappy UI
9356         * src/
9357         * src/ssl.h
9358         * src/prefs_account.h
9359         * src/prefs_account.c
9360                 Save SSL prefs even in builds that have
9361                 SSL support disable
9362         * src/imap.c
9363         * src/inc.c
9364         * src/news.c
9365         * src/send_message.c
9366                 Warn if connection should be secure, but
9367                 SSL support isn't compiled in
9368         * src/gtkaspell.c
9369                 Fix word separation on UTF-8 systems
9370                 Fixes bug #812 (Strange inline spellchecking)
9371         * src/compose.c
9372                 Warn if the requested Privacy system
9373                 is not available
9374                 Factorize offline warning
9375         * src/imap.c
9376         * src/imap_gtk.c
9377         * src/imap_gtk.h
9378         * src/inc.h
9379         * src/news_gtk.c
9380         * src/news_gtk.h
9381         * src/messageview.c
9382                 Factorize offline warning
9383
9384 2005-09-19 [paul]
9385
9386         1.9.15-rc2 released
9387
9388 2005-09-18 [colin]      1.9.14cvs42
9389
9390         * src/codeconv.c
9391         * src/codeconv.h
9392         * src/procmime.c
9393                 Add a way to get locale's charset ignoring utf-8,
9394                 and use that as default encoding for broken mails
9395
9396 2005-09-18 [colin]      1.9.14cvs41
9397
9398         * src/gtk/logwindow.c
9399                 Translate string. Patch by Fabien Vantard
9400
9401 2005-09-18 [colin]      1.9.14cvs40
9402
9403         * configure.ac
9404                 Fix bug #803 (IMAP/SSL support breaks with 
9405                 GnuTLS libetpan 0.38)
9406
9407 2005-09-18 [colin]      1.9.14cvs39
9408
9409         * src/codeconv.c
9410         * src/compose.c
9411         * src/procmime.c
9412                 More charsets fixes. Fixes bug #806 (non
9413                 ascii characters in subject line)
9414
9415 2005-09-17 [paul]       1.9.14cvs38
9416
9417         * src/folderview.c
9418         * src/mainwindow.c
9419                 fix gcc-2.95 issues
9420                 Patch by Pawel Pekala
9421
9422 2005-09-17 [colin]      1.9.14cvs37
9423
9424         * src/addrindex.c
9425                 bugfix for NO-USE LDAP compilation, patch 
9426                 by Fabien Vantard
9427
9428 2005-09-17 [colin]      1.9.14cvs36
9429
9430         * src/prefs_actions.c
9431         * src/prefs_customheader.c
9432         * src/prefs_display_header.c
9433         * src/prefs_filtering_action.c
9434         * src/prefs_matcher.c
9435         * src/prefs_toolbar.c
9436                 Fix strange casts (less elegant but
9437                 works better)
9438
9439 2005-09-16 [colin]      1.9.14cvs35
9440
9441         * src/jpilot.c
9442                 Missed that one
9443
9444 2005-09-16 [colin]      1.9.14cvs34
9445
9446         * configure.ac
9447         * src/Makefile.am
9448         * src/addr_compl.c
9449         * src/addrindex.c
9450         * src/browseldap.c
9451         * src/editldap.c
9452         * src/ldaplocate.c
9453         * src/ldapquery.c
9454         * src/ldapquery.h
9455         * src/ldapserver.c
9456         * src/ldapserver.h
9457         * src/main.c
9458         * src/matcher_parser_parse.y
9459         * src/prefs_themes.c
9460         * src/etpan/Makefile.am
9461         * src/gtk/description_window.c
9462         * src/plugins/clamav/Makefile.am
9463         * src/plugins/clamav/clamav_plugin.c
9464         * src/plugins/dillo_viewer/Makefile.am
9465         * src/plugins/pgpcore/Makefile.am
9466         * src/plugins/pgpinline/Makefile.am
9467         * src/plugins/pgpmime/Makefile.am
9468         * src/plugins/trayicon/Makefile.am
9469                 Fix 100% cpu usage in address completion list
9470                 Fix little bugs (return with no values etc)
9471                 Fix all warnings (with common CFLAGS)
9472
9473 2005-09-15 [colin]      1.9.14cvs33
9474
9475         * src/addressbook.c
9476                 Fix bug where sometimes a group's email list is empty,
9477                 force its refresh (probably fixes "Re: how to create a 
9478                 distribution list")
9479         * src/ldapquery.c
9480                 Don't return to the callback in the main thread from the
9481                 fetch thread (or face segs!)
9482
9483 2005-09-15 [paul]       1.9.14cvs32
9484
9485         * src/prefs_matcher.c
9486                 forgotten in last commit
9487
9488 2005-09-15 [paul]       1.9.14cvs31
9489
9490         * src/prefs_actions.c
9491         * src/prefs_filtering_action.c
9492         * src/prefs_quote.c
9493         * src/quote_fmt.c
9494         * src/summaryview.c
9495         * src/gtk/description_window.c
9496         * src/gtk/description_window.h
9497         * src/gtk/quicksearch.c
9498                 allow interaction with the called
9499                 description window
9500                 Patch by Anders Hammar
9501
9502 2005-09-14 [paul]       1.9.14cvs30
9503
9504         * src/compose.c
9505                 fix a little annoyance when pasting with 3rd button 
9506                 with wrap_pastes=0 and wrap_input=1
9507                 Patch by Colin
9508
9509 2005-09-14 [paul]       1.9.14cvs29
9510
9511         * src/prefs_account.c
9512                 disable 'Filter messages on receiving' for
9513                 SMTP-only accounts
9514                 Patch  by Anders Hammar
9515
9516 2005-09-14 [paul]       1.9.14cvs28
9517
9518         * po/sk.po
9519                 fix crash
9520                 updated by Andrej Kacian
9521
9522 2005-09-14 [paul]
9523
9524         1.9.15-rc1 released
9525
9526 2005-09-14 [paul]       1.9.14cvs27
9527
9528         * po/es.po
9529                 updated by Ricardo Mones Lastra
9530         * src/compose.c
9531         * src/compose.h
9532                 associate no_wrap_tags to Compose windows
9533                 instead of using a static one
9534                 Patch by Colin
9535         * src/mbox.c
9536                 fix proc_mbox()
9537                 Patch by wwp
9538         * src/textview.c
9539                 remove unneeded printf()
9540
9541 2005-09-14 [paul]       1.9.14cvs26
9542
9543         * src/addrcache.c
9544         * src/codeconv.h
9545         * src/folder.h
9546         * src/mainwindow.h
9547         * src/mh.c
9548         * src/mimeview.h
9549         * src/partial_download.c
9550         * src/pop.c
9551         * src/prefs_account.c
9552         * src/prefs_account.h
9553         * src/prefs_actions.c
9554         * src/prefs_customheader.c
9555         * src/prefs_display_header.c
9556         * src/prefs_filtering_action.c
9557         * src/prefs_matcher.c
9558         * src/prefs_toolbar.c
9559         * src/privacy.h
9560         * src/procmime.c
9561         * src/procmime.h
9562         * src/procmsg.h
9563         * src/textview.c
9564         * src/undo.h
9565         * src/common/plugin.c
9566         * src/common/session.h
9567         * src/common/socket.c
9568         * src/common/socket.h
9569         * src/common/template.c
9570         * src/gtk/gtkaspell.c
9571         * src/gtk/quicksearch.h
9572         * src/plugins/pgpcore/passphrase.c
9573         * src/plugins/pgpcore/prefs_gpg.h
9574         * src/plugins/pgpcore/select-keys.c
9575         * src/plugins/pgpcore/select-keys.h
9576         * src/plugins/pgpcore/sgpgme.c
9577         * src/plugins/pgpinline/pgpinline.c
9578         * src/plugins/pgpmime/pgpmime.c
9579         * src/plugins/trayicon/trayicon.c
9580                 fix compilation warnings
9581                 Patch by Daniel Gustafson
9582
9583 2005-09-14 [paul]       1.9.14cvs25
9584
9585         * src/addressbook.c
9586                 add missing column header, and other small
9587                 bug fixes
9588                 Patch by Anders Hammar
9589
9590 2005-09-13 [colin]      1.9.14cvs24
9591
9592         * src/gtk/gtkaspell.c
9593                 Fix non-utf8 in menu
9594                 Fix little leaks
9595                 Nullify struct members after free()s
9596
9597 2005-09-13 [colin]      1.9.14cvs23
9598
9599         * src/compose.c
9600                 Test utf8 compliance before inserting to 
9601                 buffer, and try to convert if necessary
9602         * src/procmime.c
9603                 If no charset is present, use the locale 
9604                 one instead of us-ascii
9605         * src/procmsg.c
9606                 Add Sender, List-Post and To in the checked 
9607                 headers for automatic rules creation 
9608                 (thanks to wwp)
9609         * src/prefs_themes.c
9610         * src/gtk/gtkaspell.c
9611                 Remove deprecated functions. 
9612                 patch by Daniel Gustafson
9613
9614 2005-09-12 [colin]      1.9.14cvs22
9615
9616         * src/compose.c
9617                 Fix bug #448 (Scrolling/Redraw issue with 
9618                 address-fields in Header)
9619         * src/mainwindow.c
9620         * src/summaryview.c
9621         * src/summaryview.h
9622                 Fix loss of MSG_MARKED on move/copy
9623                 Fix bug #804 (Quicksearch togglebutton doesn't 
9624                 get depressed after '/' key is pressed)
9625
9626 2005-09-12 [paul]       1.9.14cvs21
9627
9628         * AUTHORS
9629         * src/gtk/logwindow.c
9630                 add 'Clear Log' to popup menu
9631                 Patch by Anders Hammar <anders.hammar@telia.com>
9632
9633 2005-09-12 [paul]       1.9.14cvs20
9634
9635         * src/compose.c
9636                 set correct sensitivity on attachments
9637                 popup menu
9638         * src/folder.c
9639                 fix typo
9640         * src/prefs_spelling.c
9641                 fix crash when no LANG env is set
9642         * src/common/xml.c
9643                 fix crash in wizard
9644                 don't use memeory after free
9645
9646         All patches by Daniel Gustafson
9647
9648 2005-09-12 [paul]       1.9.14cvs19
9649
9650         * src/prefs_themes.c
9651                 make theme info selectable
9652         * src/gtk/description_window.c
9653                 make window non-modal
9654         * tools/README
9655                 add details of asus_mailed.sh
9656         * tools/claws.i18n.status.pl
9657                 update for new zh_TW translator
9658                 widen the output
9659                 create alternate coloured lines
9660                 improve readability
9661
9662 2005-09-10 [colin]      1.9.14cvs18
9663
9664         * src/plugins/pgpcore/select-keys.c
9665                 Better order for the buttons
9666
9667 2005-09-10 [colin]      1.9.14cvs17
9668
9669         * src/compose.c
9670         * src/plugins/pgpcore/select-keys.c
9671         * src/plugins/pgpcore/select-keys.h
9672         * src/plugins/pgpcore/sgpgme.c
9673                 Add a "Don't encrypt" button to the key
9674                 selection dialog. Fixes bug #177 (There should be a 
9675                 'Don't encrypt button in the Select Keys dialog)
9676
9677 2005-09-10 [colin]      1.9.14cvs16
9678
9679         * src/compose.c
9680                 Fix bug #572 (%X option does not work with templates)
9681
9682 2005-09-10 [colin]      1.9.14cvs15
9683
9684         * src/toolbar.c 
9685                 Remove g_print
9686
9687 2005-09-10 [colin]      1.9.14cvs14
9688
9689         * src/imap.c
9690                 Fix a possible crash
9691
9692 2005-09-09 [colin]      1.9.14cvs13
9693
9694         * src/imap.c
9695         * src/etpan/imap-thread.c
9696         * src/etpan/imap-thread.h
9697                 Fix moving from queue or drafts to normal folders
9698                 Fix bug #794 (No way to delete without expunging)
9699                 Take flags unset by other mailers into account
9700                 Take deleted flag set by other mailers into account
9701                 Fix unsetting REPLIED flag
9702                 Fix crash when capabilities can't be retrieved
9703         * src/mainwindow.c
9704         * src/mainwindow.h
9705                 Add M_DELAYED_FLAGS condition, and let the user use
9706                 Execute in order to be able to expunge deleted mails,
9707                 even if he's not in delayed execute mode
9708         * src/prefs_spelling.c
9709                 Use 'en' dictionary by default if LANG is POSIX or C
9710         * src/gtk/prefswindow.c
9711                 Fix bug #767 (Preferences windows expanding) by making
9712                 the window a bit larger when the resolution is greater
9713                 than 640x480, and by putting the prefs in a
9714                 GtkScrolledWindow.
9715
9716 2005-09-09 [paul]       1.9.14cvs12
9717
9718         * AUTHORS
9719         * configure.ac
9720         * po/zh_TW.Big5.po      ** REMOVED **
9721         * po/zh_TW.po           ** ADDED **
9722                 updated by Wei-Lun Chao
9723
9724 2005-09-09 [paul]       1.9.14cvs11
9725
9726         * src/mainwindow.c
9727                 fix asserts
9728         * src/common/xml.c
9729                 delay memory allocation until file is
9730                 opened successfully
9731                 Patch by Daniel Gustafson
9732
9733 2005-09-09 [colin]      1.9.14cvs10
9734
9735         * src/imap.c
9736                 Add guards
9737
9738 2005-09-08 [colin]      1.9.14cvs9
9739
9740         * src/compose.c
9741                 Alert when we can't save draft
9742                 Fix various wrap/color issues
9743                 Add mid-click pasting respecting wrap_paste option
9744         * src/folder.c
9745         * src/folder.h
9746         * src/folder_item_prefs.c
9747         * src/folder_item_prefs.h
9748         * src/imap.c
9749         * src/imap_gtk.c
9750         * src/imap_gtk.h
9751         * src/main.c
9752         * src/mainwindow.c
9753         * src/mainwindow.h
9754         * src/news.c
9755         * src/news_gtk.c
9756         * src/news_gtk.h
9757         * src/prefs_folder_item.c
9758                 Fix the impossibility to synchronise folders for
9759                 offline use (IMAP and NNTP are concerned)
9760
9761 2005-09-08 [colin]      1.9.14cvs8
9762
9763         * configure.ac
9764                 Build LDAP and JPilot by default if available
9765         * src/textview.c
9766                 Fix use after free
9767
9768 2005-09-08 [paul]       1.9.14cvs7
9769
9770         * doc/manual/en/sylpheed-1.html
9771         * doc/manual/en/sylpheed-18.html
9772         * doc/manual/en/sylpheed-19.html
9773         * doc/manual/en/sylpheed-4.html
9774         * doc/manual/en/sylpheed-6.html
9775         * doc/manual/en/sylpheed.html
9776                 a few minor updates, plus include some
9777                 details about plugins and their requirements
9778         * src/mainwindow.c
9779                 minor changes to English in /View/Sort
9780
9781 2005-09-07 [colin]      1.9.14cvs6
9782
9783         * doc/manual/en/sylpheed-1.html
9784         * doc/manual/en/sylpheed-10.html
9785         * doc/manual/en/sylpheed-11.html
9786         * doc/manual/en/sylpheed-12.html
9787         * doc/manual/en/sylpheed-13.html
9788         * doc/manual/en/sylpheed-14.html
9789         * doc/manual/en/sylpheed-15.html
9790         * doc/manual/en/sylpheed-16.html
9791         * doc/manual/en/sylpheed-17.html
9792         * doc/manual/en/sylpheed-18.html
9793         * doc/manual/en/sylpheed-19.html
9794         * doc/manual/en/sylpheed-2.html
9795         * doc/manual/en/sylpheed-20.html
9796         * doc/manual/en/sylpheed-21.html
9797         * doc/manual/en/sylpheed-22.html
9798         * doc/manual/en/sylpheed-3.html
9799         * doc/manual/en/sylpheed-4.html
9800         * doc/manual/en/sylpheed-5.html
9801         * doc/manual/en/sylpheed-6.html
9802         * doc/manual/en/sylpheed-7.html
9803         * doc/manual/en/sylpheed-8.html
9804         * doc/manual/en/sylpheed-9.html
9805         * doc/manual/en/sylpheed.html
9806                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
9807
9808 2005-09-07 [colin]      1.9.14cvs5
9809
9810         * src/mainwindow.c
9811                 Make labels more to-the-point
9812
9813 2005-09-07 [colin]      1.9.14cvs4
9814
9815         * doc/manual/en/sylpheed-1.html
9816         * doc/manual/en/sylpheed-12.html
9817         * doc/manual/en/sylpheed-13.html
9818         * doc/manual/en/sylpheed-14.html
9819         * doc/manual/en/sylpheed-15.html
9820         * doc/manual/en/sylpheed-16.html
9821         * doc/manual/en/sylpheed-17.html
9822         * doc/manual/en/sylpheed-18.html
9823         * doc/manual/en/sylpheed-19.html
9824         * doc/manual/en/sylpheed-2.html
9825         * doc/manual/en/sylpheed-20.html
9826         * doc/manual/en/sylpheed-21.html
9827         * doc/manual/en/sylpheed-22.html
9828         * doc/manual/en/sylpheed-4.html
9829         * doc/manual/en/sylpheed-5.html
9830         * doc/manual/en/sylpheed-6.html
9831         * doc/manual/en/sylpheed-7.html
9832         * doc/manual/en/sylpheed-8.html
9833         * doc/manual/en/sylpheed-9.html
9834         * doc/manual/en/sylpheed.html
9835                 Update manual
9836
9837 2005-09-07 [colin]      1.9.14cvs3
9838
9839         * doc/faq/en/sylpheed-faq-1.html
9840         * doc/faq/en/sylpheed-faq-2.html
9841         * doc/faq/en/sylpheed-faq-3.html
9842         * doc/faq/en/sylpheed-faq.html
9843                 Update FAQ
9844
9845 2005-09-07 [colin]      1.9.14cvs2
9846
9847         * src/folderview.c
9848         * src/procmsg.c
9849         * src/summaryview.c
9850         * src/toolbar.c
9851                 Fix special subfolders:
9852                 - Inherit parent's icon
9853                 - sent contents of queues subfolders
9854                 - empty subfolders of trashes
9855         * src/mainwindow.c
9856                 Remove outdated manual and faq entries
9857         * src/common/utils.c
9858                 Add quotes around %s coming from mailcap
9859
9860 2005-09-07 [colin]      1.9.14cvs1
9861
9862         * src/compose.c
9863                 After saving draft, set modified to FALSE
9864         * src/mimeview.c
9865         * src/common/utils.c
9866         * src/common/utils.h
9867                 Try to open mime parts using what is 
9868                 indicated in ~/.mailcap or /etc/mailcap,
9869                 if possible.
9870
9871 2005-09-05 [paul]       1.9.14
9872
9873         1.9.14 released
9874
9875         * po/sk.po
9876                 updated by Andrej Kacian
9877
9878 2005-09-05 [paul]       1.9.13cvs83
9879
9880         * po/de.po
9881         * po/es.po
9882         * po/fi.po
9883         * po/fr.po
9884         * po/nb.po
9885         * po/pt_BR.po
9886         * po/sr.po
9887                 updated translations by Thomas Gilgin, Ricardo Mones
9888                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
9889                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
9890
9891 2005-09-04 [paul]       1.9.13cvs82
9892
9893         * src/compose.c
9894                 only warn about exceeded line length limit
9895                 on send
9896
9897 2005-09-04 [paul]       1.9.13cvs81
9898
9899         * src/compose.c
9900                 fix crash in 'line length exceeded' dialogue
9901
9902 2005-09-02 [paul]       1.9.13cvs80
9903
9904         * src/imap.c
9905                 fix bug 795, 'Connection lost IMAP'
9906                 and add statusbar prints
9907                 Patch by Colin
9908
9909 2005-09-02 [paul]       1.9.13cvs79
9910
9911         * src/compose.c
9912                 compose_wrap_paragraph() becomes
9913                 compose_beautify_paragraph()
9914                 Patch by Colin
9915
9916 2005-09-02 [colin]      1.9.13cvs78
9917
9918         * src/folderview.c
9919                 Micro-fix
9920
9921 2005-09-01 [colin]      1.9.13cvs77
9922
9923         * src/imap.c
9924                 Maybe fix bug #795 (Connection lost IMAP)
9925                 Don't try to send logout when we're disconnected.
9926         * src/summaryview.c
9927                 Include locked and marked emails in HRM
9928                 view. Fixes bug #800 (Locked messages no longer 
9929                 show up when hide read messages is used)
9930
9931 2005-09-01 [paul]       1.9.13cvs76
9932
9933         * src/prefs_common.c
9934                 fix bad cutting
9935
9936 2005-08-31 [colin]      1.9.13cvs75
9937
9938         * src/folderview.c
9939         * src/folderview.h
9940         * src/prefs_summaries.c
9941         * src/summaryview.c
9942                 Fix "go to next new", fix preference
9943                 (Open unread/next swapped)
9944
9945 2005-08-31 [paul]       1.9.13cvs74
9946
9947         * src/compose.c
9948         * src/folderview.c
9949         * src/headerview.c
9950         * src/headerview.h
9951         * src/mainwindow.c
9952         * src/prefs_common.c
9953         * src/prefs_common.h
9954         * src/prefs_fonts.c
9955         * src/summaryview.c
9956         * src/textview.c
9957         * src/common/defs.h
9958                 remove obsolete BOLD_FONT setting
9959                 fix font update in headerview and textview
9960                 headers after prefs change
9961                 Patch By Colin
9962
9963 2005-08-31 [paul]
9964
9965         1.9.14-rc4 released
9966
9967 2005-08-30 [colin]      1.9.13cvs73
9968
9969         * src/summaryview.c
9970                 When Hide read messages is selected and we
9971                 refresh the summaryview, don't remove the 
9972                 currently displayed message. Fixes bug #797
9973                 (Summary view reloads when new mail is 
9974                 downloaded in 1.9.14 rc)
9975
9976 2005-08-30 [colin]      1.9.13cvs72
9977
9978         * src/folderview.c
9979                 Fix flickering
9980         * src/mainwindow.c
9981                 Remove useless callback
9982         * src/mimeview.c
9983         * src/gtk/filesel.c
9984         * src/gtk/filesel.h
9985                 Add a filesel_select_file_save_folder() - used by Save All
9986
9987 2005-08-29 [paul]       1.9.13cvs71
9988
9989         * AUTHORS
9990         * src/matcher_parser_parse.y
9991         * src/etpan/imap-thread.c
9992                 fix building on FreeBSD
9993                 Patch by Daniel Gustafson <daniel@hobbit.se>
9994
9995 2005-08-29 [paul]       1.9.13cvs70
9996
9997         * src/plugins/pgpinline/pgpinline.c
9998                 only initialise sig result if it's been handled
9999                 Patch by Colin
10000
10001 2005-08-29 [paul]       1.9.13cvs69
10002         
10003         Patches by Colin:
10004
10005         * src/imap.c
10006         * src/common.utils.c
10007         * src/common/utils.h
10008                 optimisation
10009         * src/stock_pixmap.h
10010                 fix wrong icon reference
10011         * src/pixmaps/trash_btn.xpm
10012                 replace with nicer image
10013
10014 2005-08-28 [colin]      1.9.13cvs68
10015
10016         * src/Makefile.am
10017         * src/stock_pixmap.c
10018         * src/stock_pixmap.h
10019         * src/toolbar.c
10020         * src/pixmaps/trash_btn.xpm
10021                 Add a specific trash xpm for the button
10022
10023 2005-08-28 [colin]      1.9.13cvs67
10024
10025         * src/imap.c
10026                 Fix leak
10027
10028 2005-08-27 [colin]      1.9.13cvs66
10029
10030         * src/imap.c
10031         * src/procmime.c
10032                 Correctly fix "Problem with replies", fixes
10033                 pgpmime encryption too. 
10034
10035 2005-08-27 [colin]      1.9.13cvs65
10036
10037         * src/folder.c
10038         * src/procmsg.c
10039         * src/procmsg.h
10040         * src/summaryview.c
10041                 Fix bug #517 (messages removed from summaryview 
10042                 when moving fails)
10043
10044 2005-08-27 [colin]      1.9.13cvs64
10045
10046         * tools/Makefile.am
10047         * tools/asus_mailled.sh
10048                 Add a script to blink ASUS laptops' mail LED where there
10049                 is unread mail.
10050
10051 2005-08-27 [colin]      1.9.13cvs63
10052
10053         * src/imap.c
10054         * src/etpan/imap-thread.c
10055         * src/etpan/imap-thread.h
10056                 Implement automatic choosing of login method
10057                 Fixes bug #791
10058         * src/gtk/.cvsignore
10059                 Add sylpheed-marshal.[ch]
10060
10061 2005-08-27 [colin]      1.9.13cvs62
10062
10063         * src/common/utils.c
10064                 Fix confusing perror
10065
10066 2005-08-27 [colin]      1.9.13cvs61
10067
10068         * src/toolbar.c
10069         * src/toolbar.h
10070                 Remove A_DELETE, replace it with 
10071                 A_TRASH and A_DELETE_REAL. Automatically
10072                 rewrite config files to replace A_DELETE
10073                 with A_TRASH (no functionality change).
10074                 Fixes half of #794
10075
10076 2005-08-26 [colin]      1.9.13cvs60
10077
10078         * src/procmime.c
10079                 Previous "Problem with replies" fix brought other
10080                 problems, fixing them
10081
10082 2005-08-26 [colin]      1.9.13cvs59
10083
10084         * src/procmime.c
10085                 Fix "Problem with replies". This happened only
10086                 on IMAP...
10087         * src/procmsg.c
10088                 Factorize code a bit
10089         * src/compose.c
10090                 Speed improvement on very long messages (wrapping)
10091                 Fix signature color on Reedit and Redirect
10092                 On Reedit, don't attach pgp-signatures parts, but
10093                 set signing to On.
10094
10095 2005-08-24 [paul]       1.9.13cvs58
10096
10097         * src/compose.c
10098                 don't claim success when clicking
10099                 Cancel on the passphrase box.
10100                 Patch by Colin
10101
10102 2005-08-24 [paul]       1.9.13cvs57
10103
10104         * src/main.c
10105                 fix misplaced sylpheed.log
10106         * src/common/defs.h
10107                 define UIDL_DIR
10108
10109 2005-08-24 [paul]       1.9.13cvs56
10110
10111         * src/imap.c
10112         * src/etpan/imap-thread.c
10113         * src/etpan/imap-thread.h
10114                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
10115                 Patch by Colin
10116         * src/gtk/sylpheed-marshal.c    ** REMOVED **
10117         * src/gtk/sylpheed-marshal.h    ** REMOVED **
10118                 remove autogenerated files
10119         * tools/kdeservicemenu/README
10120         * tools/kdeservicemenu/install.sh
10121         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10122         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10123                 use Claws icon, use 'Sylpheed-Claws' in menu,
10124                 use kdialog, and other cleanups
10125
10126 2005-08-23 [paul]       1.9.13cvs55
10127
10128         * src/compose.c
10129                 fix paste/wrap crash
10130                 Patch by Colin
10131
10132 2005-08-23 [paul]       1.9.13cvs54
10133
10134         * src/main.c
10135                 fix crash recovery
10136                 Patch by Colin
10137
10138 2005-08-23 [paul]       1.9.13cvs53
10139
10140         * src/addressbook.c
10141         * src/editaddress.c
10142                 view all data of LDAP contacts
10143                 Patch by Colin
10144
10145 2005-08-23 [paul]       1.9.13cvs52
10146
10147         * src/addressbook.c
10148                 fix issues with the Search field
10149                 Patch by Colin
10150
10151 2005-08-22 [paul]       1.9.13cvs51
10152
10153         * src/folderview.c
10154                 put name of folder in processing dialog
10155                 title
10156         * src/prefs_folder_item.c
10157                 improve english usage
10158
10159 2005-08-22 [paul]       1.9.13cvs50
10160
10161         * src/filtering.c
10162         * src/filtering.h
10163         * src/matcher.c
10164         * src/matcher_parser_lex.l
10165         * src/matcher_parser_parse.y
10166         * src/prefs_filtering.c
10167                 add Filtering/Processing rule names feature.
10168                 (the incompatible old matcherrc is saved as
10169                 matcherrc.pre_names).
10170                 Patch by Colin
10171
10172 2005-08-22 [paul]       1.9.13cvs49
10173
10174         * src/procmsg.c
10175                 fix colour labelling
10176                 Patch by Colin
10177
10178 2005-08-22 [paul]       1.9.13cvs48
10179
10180         * src/textview.c
10181                 fix open_image_cb()
10182
10183 2005-08-22 [paul]       1.9.13cvs47
10184
10185         * src/imap.c
10186                 fix bug 789, 'SC crashes with imap (CVS ver)'
10187                 Patch by Colin
10188
10189 2005-08-22 [paul]       1.9.13cvs46
10190
10191         * src/mimeview.c
10192         * src/prefs_common.c
10193         * src/common/defs.h
10194                 define reused defaults in defs.h
10195         * src/textview.c
10196                 add 'Open image' to image popup menu
10197
10198 2005-08-21 [colin]      1.9.13cvs45
10199
10200         * src/summaryview.c
10201                 Fix bug #788 (Bogus "From" address displayed)
10202
10203 2005-08-20 [colin]      1.9.13cvs44
10204
10205         * src/folder.c
10206                 Fix buf #787 (multilevel delete causes SIGSEGV)
10207
10208 2005-08-19 [colin]      1.9.13cvs43
10209
10210         * src/inc.c
10211         * src/prefs_common.c
10212         * src/prefs_common.h
10213                 Add an hidden pref to allow modifying the
10214                 update stepping in incorporation.
10215                 Patch by wwp.
10216
10217 2005-08-19 [colin]      1.9.13cvs42
10218
10219         * src/compose.c
10220         * src/procmime.c
10221                 Workaround for broken MUAs: encode 
10222                 Content-type: name: as ASCII and 
10223                 Content-Disposition: filename: as
10224                 per rfc2231
10225         * src/prefs_account.c
10226                 Fix invisible-ness of SMTP SSL prefs
10227                 in NNTP accounts
10228
10229 2005-08-19 [paul]       1.9.13cvs41
10230
10231         * src/compose.c
10232         * src/prefs_common.c
10233         * src/prefs_common.h
10234         * src/prefs_wrapping.c
10235                 paste with or without wrapping.
10236                 patch by Colin
10237
10238 2005-08-19 [paul]       1.9.13cvs40
10239
10240         * src/prefs_common.c
10241         * src/prefs_common.h
10242         * src/summaryview.c
10243                 reintroduce enable_swap_from as a
10244                 hidden pref. patch by Colin
10245         * src/quote_fmt_parse.y
10246         * src/plugins/clamav/clamav_plugin.c
10247         * src/plugins/dillo_viewer/dillo_viewer.c
10248         * src/plugins/mathml_viewer/mathml_viewer.c
10249         * src/plugins/pgpcore/sgpgme.c
10250         * src/plugins/pgpinline/pgpinline.c
10251         * src/plugins/pgpmime/pgpmime.c
10252                 tidy up. patch by Colin
10253
10254 2005-08-19 [paul]       1.9.13cvs39
10255
10256         * configure.ac
10257                 complete cvs38's sync
10258         * src/editaddress.c
10259         * src/gedit-print.c
10260         * src/mutt.c
10261         * src/etpan/etpan-log.c
10262         * src/etpan/imap-thread.c
10263         * src/gtk/gtksourceprintjob.c
10264                 fix compilation warnings
10265                 (patch by Colin)
10266
10267 2005-08-19 [paul]       1.9.13cvs38
10268
10269         sync with main:
10270
10271         * src/account.c
10272         * src/action.c
10273         * src/addrbook.c
10274         * src/addrcache.c
10275         * src/addrharvest.c
10276         * src/addrindex.c
10277         * src/codeconv.c
10278         * src/compose.c
10279         * src/crash.c
10280         * src/exporthtml.c
10281         * src/exportldif.c
10282         * src/folder.c
10283         * src/image_viewer.c
10284         * src/inc.c
10285         * src/inc.h
10286         * src/jpilot.c
10287         * src/ldif.c
10288         * src/main.c
10289         * src/matcher.c
10290         * src/mbox.c
10291         * src/messageview.c
10292         * src/mh.c
10293         * src/mimeview.c
10294         * src/msgcache.c
10295         * src/mutt.c
10296         * src/news.c
10297         * src/partial_download.c
10298         * src/pine.c
10299         * src/pop.c
10300         * src/prefs_actions.c
10301         * src/prefs_common.c
10302         * src/prefs_customheader.c
10303         * src/prefs_display_header.c
10304         * src/prefs_gtk.c
10305         * src/prefs_themes.c
10306         * src/procheader.c
10307         * src/procmime.c
10308         * src/procmsg.c
10309         * src/recv.c
10310         * src/send_message.c
10311         * src/simple-gettext.c
10312         * src/sourcewindow.c
10313         * src/textview.c
10314         * src/vcard.c
10315         * src/common/defs.h
10316         * src/common/log.c
10317         * src/common/plugin.c
10318         * src/common/prefs.c
10319         * src/common/session.c
10320         * src/common/session.h
10321         * src/common/socket.c
10322         * src/common/socket.h
10323         * src/common/ssl_certificate.c
10324         * src/common/template.c
10325         * src/common/utils.c
10326         * src/common/utils.h
10327         * src/common/xml.c
10328         * src/gtk/about.c
10329         added wrappers for C library function that
10330                 take pathname arguments.
10331                 enabled compilation with MinGW.
10332                 use GDir instead of directly using opendir().
10333                 added rename_force().
10334
10335 2005-08-19 [paul]       1.9.13cvs37
10336         
10337         patches by Colin:
10338         * src/compose.c
10339                 fix privacy settings on re-editing
10340                 a sent message
10341         * src/jpilot.c
10342                 fix encoding bug
10343         * src/folder.c
10344         * src/procmsg.c
10345         * src/procmsg.h
10346         * src/summaryview.c
10347                 flag changing optimisation
10348
10349 2005-08-18 [martin]     1.9.13cvs36
10350
10351         * commitHelper
10352             added my login
10353         * src/addrcache.c
10354         * src/addrharvest.c
10355         * src/addrindex.c
10356         * src/compose.c
10357         * src/grouplistdialog.c
10358         * src/main.c
10359         * src/mainwindow.c
10360         * src/msgcache.c
10361         * src/mutt.c
10362         * src/pine.c
10363         * src/prefs_account.c
10364         * src/prefs_themes.c
10365         * src/stock_pixmap.c
10366         * src/summaryview.c
10367         * src/gtk/about.c
10368         * src/gtk/logwindow.c
10369             removed deprecated glib and gdk stuff
10370         * src/plugins/pgpcore/select-keys.c
10371             convert attributes from locale to utf8
10372
10373 2005-08-17 [paul]       1.9.13cvs35
10374
10375         * src/account.c
10376         * src/addressbook.c
10377                 use new GTK_STOCK_ icons if available
10378         * src/summaryview.c
10379         * src/gtk/gtksctree.c
10380         * src/gtk/gtksctree.h
10381                 faster range select. patch by Colin
10382
10383 2005-08-17 [paul]       1.9.13cvs34
10384
10385         patches by colin:
10386         * src/addressbook.c
10387         * src/addressitem.h
10388                 Add an edit button for contacts, fix selections
10389                 of gtksctree items
10390         * src/editaddress.c
10391                 Change labels, let Save be always possible in the
10392                 email and user atributes tabs
10393         * src/folderview.c
10394                 fix sort issues
10395         * src/summaryview.c
10396                 select next item instead of the displayed one
10397                 after deletion
10398
10399         * src/gtk/progressdialog.c
10400                 use prefs_common.enable_rules_hint
10401
10402 2005-08-13 [hoa]        1.9.13cvs33
10403
10404         * src/etpan/imap-thread.c
10405                 fixed build on Solaris.
10406
10407 2005-08-10 [colin]      1.9.13cvs32
10408
10409         * src/procmsg.c
10410                 Fix cvs31 (missing fclose before reading
10411                 the file)
10412
10413 2005-08-10 [colin]      1.9.13cvs31
10414
10415         * src/procmsg.c
10416                 Fix procmsg_msginfo_new_from_mimeinfo() when
10417                 the MimeInfo isn't stored in memory. This fixes
10418                 replying to an attached message.
10419
10420 2005-08-10 [colin]      1.9.13cvs30
10421
10422         * src/mainwindow.c
10423                 Fix slowness in account changing
10424
10425 2005-08-10 [colin]      1.9.13cvs29
10426
10427         * src/folder.c
10428         * src/folderutils.c
10429         * src/folderview.c
10430         * src/imap_gtk.c
10431         * src/mainwindow.c
10432         * src/mh_gtk.c
10433         * src/procmsg.c
10434         * src/summaryview.c
10435                 Optimize folder_has_parent_of_type
10436                 Prevent moving special sub-folders from contextual menus
10437                 Rework message a bit ("Empty all messages" -> "Delete all
10438                 messages")
10439                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
10440                 and "Deleted Items" folders)
10441
10442 2005-08-08 [colin]      1.9.13cvs28
10443
10444         * src/summaryview.c
10445         * src/prefs_summaries.c
10446                 Make "Select first unread|new" more flexible
10447                 (just prioritize new or unread)
10448
10449 2005-08-08 [colin]      1.9.13cvs27
10450
10451         * src/summaryview.c
10452                 If "select first new" is selected and there only
10453                 are unread messages, fallback to "select first
10454                 unread".
10455
10456 2005-08-08 [colin]      1.9.13cvs26
10457
10458         * src/folder.c
10459                 Fix shameful bugs (and bug #779)
10460
10461 2005-08-08 [colin]      1.9.13cvs25
10462
10463         * src/folder.c
10464         * src/folder.h
10465                 Cache parents' type to make folder_has_parent_of_type
10466                 faster
10467         * src/folderview.c
10468                 Forbid DnD of special sub-folders
10469         * src/procmsg.c
10470         * src/procmsg.h
10471                 Add MAIL_POSTFILTERING_HOOK
10472         * src/summaryview.c
10473                 Revert over-zealous deletion of the use_addr_book 
10474                 code
10475
10476 2005-08-07 [colin]      1.9.13cvs24
10477
10478         * src/folder.c
10479                 Fix big mistake (passing MsgInfo instead 
10480                 of FolderItem)
10481
10482 2005-08-07 [colin]      1.9.13cvs23
10483
10484         * src/compose.c
10485         * src/folder.c
10486         * src/folder.h
10487         * src/foldersel.c
10488         * src/folderutils.c
10489         * src/folderview.c
10490         * src/imap.c
10491         * src/mainwindow.c
10492         * src/messageview.c
10493         * src/mh.c
10494         * src/msgcache.c
10495         * src/procmime.c
10496         * src/summaryview.c
10497                 Make subfolders of Drafts, Queue, Outbox, Trash
10498                 work like their parents. 
10499                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
10500
10501 2005-08-07 [colin]      1.9.13cvs22
10502
10503         * src/addressbook.c
10504                 Fix bug #771 (Dragged contacts not saved)
10505
10506 2005-08-07 [paul]       1.9.13cvs21
10507
10508         * src/summaryview.c
10509                 fix bug 32 'Search Doesn't display results
10510                 if "Hide Read Messages" is chosen'
10511                 be more literal in interpreting 'Hide read
10512                 messages'
10513
10514 2005-08-07 [colin]      1.9.13cvs20
10515
10516         * src/folderview.c
10517                 Add debug
10518         * src/summaryview.c
10519                 Faster 'unthread_for_execution'
10520
10521 2005-08-06 [paul]       1.9.13cvs19
10522
10523         * src/mainwindow.c
10524                 add mnemonics to Set displayed columns
10525                 fix bug where msgview_visible option was
10526                 overwritten as TRUE on startup
10527
10528 2005-08-06 [paul]       1.9.13cvs18
10529
10530         * src/mainwindow.c
10531                 refer to 'displayed columns in folder/message
10532                 list' not 'displayed items in summary/message view'
10533         * src/prefs_display_header.c
10534                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
10535                 be consistent with similar dialogues
10536         * src/prefs_folder_column.c
10537         * src/prefs_summary_column.c
10538                 'columns' not 'items', and folder and message lists,
10539                 instead of folder and summary views;
10540                 Use 'Hidden columns' as list heading not 'Available
10541                 items';
10542                 move the 'Remove' button to the right hand side;
10543                 top-align the buttons;
10544                 remove unneeded vbox
10545         * src/prefs_summaries.c
10546                 put the 2 column prefs buttons in a frame to reduce
10547                 overall width; refer to columns not items &c.
10548
10549 2005-08-05 [colin]      1.9.13cvs17
10550
10551         * src/prefs_common.c
10552         * src/prefs_common.h
10553         * src/mainwindow.c
10554         * src/compose.c
10555         * src/messageview.c
10556                 Add an hidden toolbar_detachable pref, so
10557                 that I can get rid of these painful handles
10558                 in the toolbars. Defaults to TRUE to avoid
10559                 changing the GUI on unsuspecting people...
10560
10561 2005-08-05 [colin]      1.9.13cvs16
10562
10563         * src/Makefile.am
10564         * src/prefs_folder_column.c
10565         * src/prefs_folder_column.h
10566                 Add prefs for folder columns
10567         * src/folderview.c
10568         * src/folderview.h
10569         * src/mainwindow.c
10570         * src/mainwindow.h
10571         * src/prefs_common.c
10572         * src/prefs_common.h
10573         * src/prefs_summaries.c
10574                 Use them
10575         * src/prefs_summary_column.c
10576         * src/summaryview.c
10577         * src/summaryview.h
10578                 Add a To column
10579         * src/textview.c
10580         * src/common/utils.c
10581         * src/common/utils.h
10582                 Move uri colourisation functions
10583                 to utils
10584         * src/compose.c
10585                 Colourise URIs
10586         * src/imap.c
10587                 Fix bug with LIST where we'd try
10588                 to get Folder//////[...]/// 
10589
10590 2005-08-05 [paul]       1.9.13cvs15
10591
10592         * src/prefs_summaries.c
10593                 improve the English usage
10594         * src/summaryview.c
10595                 set font on column change
10596                 thanks to Colin
10597
10598 2005-08-05 [paul]       1.9.13cvs14
10599
10600         * src/prefs_common.c
10601         * src/prefs_common.h
10602         * src/prefs_summaries.c
10603         * src/summaryview.c
10604                 replace 'open_unread_on_enter' option with
10605                 'select_on_entry' option. opening/not opening
10606                 is now exclusively controlled by 'always_show_msg'
10607
10608 2005-08-04 [colin]      1.9.13cvs13
10609
10610         * src/compose.c
10611                 Remove dead code
10612                 Add colourisation of quotes and signatures
10613         * src/folderview.c
10614                 Fix possible crashes
10615         * src/messageview.c
10616                 Change an assert that is no problem
10617         * src/news.c
10618         * src/news_gtk.c
10619         * src/news_gtk.h
10620                 Fix offline mode
10621         * src/gtk/quicksearch.c
10622                 Fix a possible crash
10623
10624 2005-08-03 [colin]      1.9.13cvs12
10625
10626         * src/prefs_account.c
10627                 Fix bug #777 (Sylpheed crash in account configuration)
10628
10629 2005-08-03 [colin]      1.9.13cvs11
10630
10631         * src/addressbook.c
10632         * src/editaddress.c
10633         * src/editgroup.c
10634                 Fixing addressbook, round 2
10635         * src/textview.c
10636                 Fix emphasis color on rechecking 'Colorize messages'
10637
10638 2005-08-03 [paul]       1.9.13cvs10
10639
10640         sync with main
10641
10642         * src/addr_compl.c
10643         * src/compose.c
10644         * src/main.c
10645         * src/pop.c
10646         * src/prefs_account.c
10647         * src/procmime.c
10648         * src/procmsg.c
10649         * src/quote_fmt_parse.y
10650         * src/textview.c
10651         * src/common/quoted-printable.c
10652         * src/common/utils.c
10653         * src/common/utils.h
10654         * src/common/xml.c
10655                 replaced incorrect locale-independent
10656                 ctype functions with GLib's. Corrected
10657                 signedness mismatch.
10658         * src/headerview.c
10659                 headerview_create(): added spacing for vbox.
10660         * src/gtk/about.c
10661                 set focus to the OK button.
10662
10663 2005-08-03 [colin]      1.9.13cvs9
10664
10665         * src/folderview.c
10666                 Fix possible crash
10667
10668 2005-08-02 [colin]      1.9.13cvs8
10669
10670         * src/mainwindow.c
10671                 Fix cast
10672         * src/addressbook.c
10673         * src/addressitem.h
10674                 Fix a cast and more generally, try to make the
10675                 GUI more intuitive and consistent (round 1)
10676
10677 2005-08-02 [paul]       1.9.13cvs7
10678
10679         * src/folder.h
10680                 missing in 1.9.13cvs6
10681
10682 2005-08-02 [colin]      1.9.13cvs6
10683
10684         * src/folder.c
10685                 Fix one more leak
10686
10687 2005-08-02 [colin]      1.9.13cvs5
10688
10689         * src/folder.c
10690         * src/folderview.c
10691         * src/imap.c
10692         * src/main.c
10693         * src/mbox.c
10694         * src/procmsg.c
10695         * src/summaryview.c
10696                 Fix a number of folder_item_get_msg_list()-related
10697                 leaks (missing procmsg_msginfo_free()s)
10698
10699 2005-08-01 [colin]      1.9.13cvs4
10700
10701         * src/folderview.c
10702         * src/folderview.h
10703         * src/mainwindow.c
10704         * src/prefs_fonts.c
10705         * src/prefs_summaries.c
10706         * src/prefs_themes.c
10707         * src/summaryview.c
10708         * src/summaryview.h
10709         * src/textview.c
10710         * src/textview.h
10711                 Fix instant-apply of summary and folderview-related prefs
10712                 Fix erroneous g_free and alertpanels in prefs_theme
10713                 Add instant-apply for fonts
10714                 Defer applying of prefs a little bit so it's done only
10715                 once even if requested by multiples prefs pages
10716
10717 2005-08-01 [paul]       1.9.13cvs3
10718
10719         * src/main.c
10720                 fix bug 776 'S.C. crashes on close'
10721                 thanks to Colin
10722         * src/etpan/etpan-thread-manager-types.h
10723                 add missing include
10724                 thanks to Hoa
10725
10726 2005-07-25 [paul]       1.9.13cvs2
10727
10728         * src/summaryview.c
10729                 fix typos. spotted by Fabien Vantard
10730
10731 2005-07-24 [paul]       1.9.13cvs1
10732
10733         * doc/man/sylpheed.1
10734                 update man page, incorporating fix of
10735                 bug 769 'Typo in manpage'
10736         * src/etpan/imap-thread.c
10737                 fix NetBSD openssl dependencies. patch by
10738                 George Michaelson <ggm@apnic.net>
10739         * po/pt_BR.po
10740                 updated by Frederico Goncalves Guimaraes
10741
10742 2005-07-22 [paul]       1.9.13
10743
10744         1.9.13 release
10745
10746 2005-07-22 [paul]       1.9.12cvs91
10747
10748         * AUTHORS
10749         * INSTALL
10750         * README.claws
10751         * RELEASE_NOTES.claws
10752                 updated for release
10753         * configure.ac
10754         * po/nb.po
10755         * tools/claws.i18n.status.pl
10756                 add Norwegian translation. submiited by
10757                 Geir Helland <pjallabais@users.sourceforge.net>
10758         * po/ca.po
10759         * po/de.po
10760         * po/es.po
10761         * po/fi.po
10762         * po/fr.po
10763         * po/it.po
10764         * po/sk.po
10765         * po/sr.po
10766         * po/zh_CN.po
10767                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10768                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10769                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10770                 Yang Guilong
10771         * src/plugins/clamav/clamav_plugin_gtk.c
10772         * src/plugins/spamassassin/spamassassin_gtk.c
10773                 replace outdated description strings
10774
10775 2005-07-21 [colin]      1.9.12cvs90
10776
10777         * src/folder.c
10778                 Set folder to batch mode when scanning it. Makes deletion
10779                 of unread mails on IMAP much faster (due to the UNREAD 
10780                 flag unsetting)
10781
10782 2005-07-21 [darko]      1.9.12cvs89
10783
10784         * configure.ac
10785                 link against libresolv if necessary (patch by Paul)
10786         * src/msgcache.c
10787                 use glib's portable macros to determine endianness
10788
10789 2005-07-21 [paul]       1.9.12cvs88
10790
10791         * src/crash.c
10792         * src/gtk/about.c
10793                 update compiled-in features list
10794
10795 2005-07-20 [colin]      1.9.12cvs87
10796
10797         * src/folder.c
10798         * src/textview.c
10799                 Gcc 2.9x compilation fixes, thanks to Darko
10800         * src/plugins/clamav/clamav_plugin.c
10801                 Little optimisation: load virus database only once
10802         * src/plugins/spamassassin/spamassassin.c
10803                 Big optimisation: filtering one mail took at least 1 second,
10804                 now it takes at least 50ms. Doesn't speed up spamassassin 
10805                 itself, but should already be much more tolerable.
10806
10807 2005-07-20 [colin]      1.9.12cvs86
10808
10809         * src/summaryview.c
10810                 Fix performance issue
10811
10812 2005-07-19 [colin]      1.9.12cvs85
10813
10814         * src/plugins/pgpinline/plugin.c
10815                 Fix warning
10816
10817 2005-07-19 [colin]      1.9.12cvs84
10818
10819         * configure.ac
10820         * src/plugins/Makefile.am
10821         * src/plugins/pgpinline/.cvsignore
10822         * src/plugins/pgpinline/Makefile.am
10823         * src/plugins/pgpinline/pgpinline.c
10824         * src/plugins/pgpinline/pgpinline.deps
10825         * src/plugins/pgpinline/pgpinline.h
10826         * src/plugins/pgpinline/plugin.c
10827                 Put pgpinline in the main tree
10828
10829 2005-07-19 [paul]       1.9.12cvs83
10830
10831         * src/prefs_actions.c
10832                 prevent '//' in menu names, which cause a crash
10833                 thanks to Colin
10834
10835 2005-07-19 [paul]       1.9.12cvs82
10836
10837         * configure.ac
10838                 be generally more informative in configure output.
10839                 OpenSSL: correction: '[ --enable-openssl ...' -> 
10840                 '[ --disable-openssl ...', as --enable-openssl is default
10841                 PGP/MIME: don't check for GPGME again, check for
10842                 pgpcore instead. Therefore prevent the possibility of
10843                 attempting to build pgpmime if pgpcore dependencies are
10844                 not met
10845                 ClamAV: use pkgconfig to check for lib
10846                 libgnomeprint: revert logic on inner test to match
10847                 everything else
10848         * src/plugins/pgpcore/sgpgme.c
10849                 add missing include
10850
10851 2005-07-19 [colin]      1.9.12cvs81
10852
10853         * src/summaryview.c
10854                 Fix slow thread rebuilding in particular
10855                 cases
10856
10857 2005-07-19 [paul]       1.9.12cvs80
10858
10859         * sylpheed-claws.desktop
10860                 fix typo, spotted by Stephan Sachse
10861         * src/account.c
10862                 replace GTK_STOCK_ADD with
10863                 GTK_STOCK_NEW button
10864
10865 2005-07-18 [colin]      1.9.12cvs79
10866
10867         * src/etpan/imap-thread.c
10868                 Fix return value (Thanks Hoa)
10869
10870 2005-07-18 [colin]      1.9.12cvs78
10871
10872         * src/imap.c
10873                 Allow empty passwords
10874                 Create drafts/queue/outbox if necessary
10875         * src/summaryview.c
10876                 Remove old code
10877         * src/etpan/imap-thread.c
10878                 Fix STARTTLS (Thanks to Hoa)
10879
10880 2005-07-18 [paul]       1.9.12cvs77
10881
10882         * ChangeLog-gtk2.jp
10883         * ChangeLog.jp
10884                 removed
10885         * Makefile.am
10886                 updated to reflect additions and removals
10887         * TODO
10888                 updated to be claws-specific
10889         * TODO-gtk2
10890         * TODO-gtk2.jp
10891         * TODO.jp
10892         * sylpheed-128x128.png
10893         * sylpheed-64x64.png
10894                 removed
10895         * sylpheed-claws-128x128.png
10896         * sylpheed-claws-64x64.png
10897         * sylpheed-claws.desktop
10898         * sylpheed-claws.png
10899                 added
10900         * sylpheed.desktop
10901         * sylpheed.png
10902                 removed
10903
10904 2005-07-17 [paul]       1.9.12cvs76
10905
10906         * src/account.c
10907         * src/addressbook.c
10908         * src/alertpanel.c
10909         * src/alertpanel.h
10910         * src/compose.c
10911         * src/exphtmldlg.c
10912         * src/expldifdlg.c
10913         * src/folderview.c
10914         * src/imap_gtk.c
10915         * src/inc.c
10916         * src/message_search.c
10917         * src/messageview.c
10918         * src/mh_gtk.c
10919         * src/news_gtk.c
10920         * src/prefs_actions.c
10921         * src/prefs_filtering.c
10922         * src/prefs_matcher.c
10923         * src/prefs_template.c
10924         * src/prefs_themes.c
10925         * src/ssl_manager.c
10926         * src/summary_search.c
10927         * src/textview.c
10928         * src/toolbar.c
10929         * src/gtk/sslcertwindow.c
10930         * src/plugins/pgpcore/sgpgme.c
10931                 rework alertpanels
10932
10933 2005-07-17 [colin]      1.9.12cvs75
10934
10935         * src/privacy.c
10936                 add a PrivacySystem accessor that checks that
10937                 the system cached in a MimeInfo's privacydata
10938                 is still registered. Use this accessor instead
10939                 of directly using data->system. Fixes crashes
10940                 after unloading pgp plugins.
10941
10942 2005-07-17 [colin]      1.9.12cvs74
10943
10944         * src/alertpanel.c
10945                 Change geometry hints to a simple default size.
10946                 Fixes the certs dialogs.
10947
10948 2005-07-17 [colin]      1.9.12cvs73
10949
10950         * src/gtk/sslcertwindow.c
10951                 Use a gtkExpander
10952
10953 2005-07-17 [colin]      1.9.12cvs72
10954
10955         * src/plugins/pgpcore/Makefile.am
10956         * src/plugins/pgpmime/Makefile.am
10957                 Add gpgme libs
10958
10959 2005-07-17 [paul]       1.9.12cvs71
10960
10961         * configure.ac
10962                 add --disable-gnomeprint option
10963                 modified version of patch by Marius Mauch
10964
10965 2005-07-17 [paul]       1.9.12cvs70
10966
10967         * src/common/defs.h
10968                 update urls
10969         * src/account.c
10970         * src/action.c
10971         * src/addressbook.c
10972         * src/compose.c
10973         * src/foldersel.c
10974         * src/folderview.c
10975         * src/html.c
10976         * src/imap_gtk.c
10977         * src/main.c
10978         * src/mainwindow.c
10979         * src/messageview.c
10980         * src/mh_gtk.c
10981         * src/mimeview.c
10982         * src/news_gtk.c
10983         * src/prefs_account.c
10984         * src/prefs_send.c
10985         * src/prefs_summaries.c
10986         * src/procmsg.c
10987         * src/summaryview.c
10988         * src/common/utils.c
10989         * src/common/xml.c
10990         * src/plugins/pgpcore/passphrase.c
10991         * src/plugins/pgpcore/select-keys.c
10992                 replace inappropriately used backticks
10993                 with single quotes
10994
10995 2005-07-16 [colin]      1.9.12cvs69
10996
10997         * src/image_viewer.c
10998                 Add extra paranoid checks
10999
11000 2005-07-16 [colin]      1.9.12cvs68
11001
11002         * src/plugins/pgpcore/prefs_gpg.c
11003                 Don't auto-check sigs by default, as it
11004                 can be really slow.
11005
11006 2005-07-16 [colin]      1.9.12cvs67
11007
11008         * src/plugins/pgpcore/sgpgme.c
11009                 Make messages a bit better.
11010
11011 2005-07-16 [colin]      1.9.12cvs66
11012
11013         * src/imap.c
11014                 Remove pseudo-log
11015         * src/etpan/imap-thread.c
11016                 Add real log
11017
11018 2005-07-16 [colin]      1.9.12cvs65
11019
11020         * src/main.c
11021         * src/prefs_other.c
11022                 And now, fix build with libetpan :-/
11023
11024 2005-07-15 [colin]      1.9.12cvs64
11025
11026         * src/prefs_other.c
11027                 Continue fixing build without libetpan.
11028
11029 2005-07-15 [colin]      1.9.12cvs63
11030
11031         * src/main.c
11032                 Fix build with --disable-libetpan
11033
11034 2005-07-15 [colin]      1.9.12cvs62
11035
11036         * configure.ac
11037                 Bump libetpan's version
11038
11039 2005-07-15 [colin]      1.9.12cvs61
11040
11041         * src/etpan/imap-thread.c
11042                 Actually stop logging :)
11043
11044 2005-07-15 [colin]      1.9.12cvs60
11045
11046         * src/addressbook.c
11047                 Fix dnd of multiple addresses.
11048
11049 2005-07-15 [hoa]        1.9.12cvs59
11050
11051         * src/etpan/imap-thread.c
11052             disable login of IMAP password in libetpan log file.
11053
11054 2005-07-15 [paul]       1.9.12cvs58
11055
11056         * src/account.c
11057                 don't automatically sort
11058                 do allow drag n drop
11059
11060 2005-07-15 [paul]       1.9.12cvs57
11061
11062         * src/account.c
11063         * src/ssl_manager.c
11064                 alphabetical listing
11065
11066 2005-07-15 [paul]       1.9.12cvs56
11067
11068         * src/gtk/pluginwindow.c
11069                 sort plugin list alphabetically
11070
11071 2005-07-15 [paul]       1.9.12cvs55
11072
11073         * src/prefs_spelling.c
11074         * src/prefs_wrapping.c
11075                 unify English usage
11076
11077 2005-07-15 [colin]      1.9.12cvs54
11078
11079         * src/wizard.c
11080                 Typo fix
11081
11082 2005-07-15 [paul]       1.9.12cvs53
11083
11084         * src/prefs_message.c
11085                 make 'show cursor' a hidden option
11086
11087 2005-07-14 [colin]      1.9.12cvs52
11088
11089         * src/plugins/spamassassin/Makefile.am
11090         * src/plugins/clamav/Makefile.am
11091                 Fix double EXTRA_DISTs
11092
11093 2005-07-14 [colin]      1.9.12cvs51
11094
11095         * src/plugins/clamav/Makefile.am
11096         * src/plugins/clamav/clamav_plugin_gtk.deps
11097         * src/plugins/spamassassin/Makefile.am
11098         * src/plugins/spamassassin/spamassassin_gtk.deps
11099                 Make $plugin_gtk depend on $plugin
11100
11101 2005-07-14 [hoa]        1.9.12cvs50
11102
11103         * src/etpan/imap-thread.c
11104                 enable debug log of libetpan when running with --debug
11105
11106 2005-07-14 [colin]      1.9.12cvs49
11107
11108         * configure.ac
11109         * src/common/Makefile.am
11110         * src/common/plugin.c
11111         * src/common/plugin.h
11112                 Add a little plugin dependancy system.
11113                 Plugins can ship a $plugin_name.deps file
11114                 (near them in PLUGINDIR) so that their
11115                 dependancies are loaded if possible.
11116         * src/plugins/Makefile.am
11117         * src/plugins/pgpcore/Makefile.am
11118         * src/plugins/pgpcore/passphrase.c
11119         * src/plugins/pgpcore/passphrase.h
11120         * src/plugins/pgpcore/plugin.c
11121         * src/plugins/pgpcore/prefs_gpg.c
11122         * src/plugins/pgpcore/prefs_gpg.h
11123         * src/plugins/pgpcore/select-keys.c
11124         * src/plugins/pgpcore/select-keys.h
11125         * src/plugins/pgpcore/sgpgme.c
11126         * src/plugins/pgpcore/sgpgme.h
11127                 Introduce pgpcore, used by pgpmime and
11128                 pgpinline
11129         * src/plugins/pgpmime/Makefile.am
11130         * src/plugins/pgpmime/passphrase.c
11131         * src/plugins/pgpmime/passphrase.h
11132         * src/plugins/pgpmime/pgpmime.c
11133         * src/plugins/pgpmime/pgpmime.deps
11134         * src/plugins/pgpmime/plugin.c
11135         * src/plugins/pgpmime/prefs_gpg.c
11136         * src/plugins/pgpmime/prefs_gpg.h
11137         * src/plugins/pgpmime/select-keys.c
11138         * src/plugins/pgpmime/select-keys.h
11139         * src/plugins/pgpmime/sgpgme.c
11140         * src/plugins/pgpmime/sgpgme.h
11141                 Remove the core from pgpmime and add the
11142                 dependancy to pgpcore.
11143
11144 2005-07-14 [paul]       1.9.12cvs48
11145
11146         * src/stock_pixmap.c
11147                 forgot this in last commit
11148
11149 2005-07-14 [paul]       1.9.12cvs47
11150
11151         * src/account.c
11152         * src/addressbook.c
11153                 add accelerators for the buttons (sync with main)
11154         * src/compose.c
11155         * src/compose.h
11156                 add accelerators for the buttons.
11157                 fix editing with external editor.
11158                 replace gdk_input_*() with GIOChannel;
11159                 (sync with main)
11160         * src/foldersel.c
11161                 display folder names with new/unread
11162                 representation (sync with main)
11163         * src/main.c
11164                 specify default window icon (sync with main)
11165         * src/prefs_common.c
11166                 use_addr_book default to FALSE
11167         * src/summaryview.c
11168         * src/textview.c
11169                 add accelerators for the buttons (sync with main)
11170         * src/gtk/menu.c
11171                 fix typos
11172         * src/pixmaps/sylpheed_icon.xpm
11173                 updated
11174
11175 2005-07-13 [paul]       1.9.12cvs46
11176
11177         * src/plugins/pgpmime/pgpmime.c
11178         * src/plugins/pgpmime/sgpgme.c
11179                 (temporarily) use deprecated gpgme_data_rewind()
11180                 while largefile support is not present
11181                 (as suggested by Colin)
11182
11183 2005-07-13 [paul]       1.9.12cvs45
11184
11185         * configure.ac
11186                 remove large file support (for now):
11187                 it breaks too many things
11188
11189 2005-07-13 [paul]       1.9.12cvs44
11190
11191         * configure.ac
11192                 add large file support
11193         * src/html.c
11194                 fix bug #763 where href attribute was not
11195                 the very first attribute of a link
11196                 patch by Thomas Gilgin
11197
11198 2005-07-13 [colin]      1.9.12cvs43
11199
11200         * src/gtk/pluginwindow.c
11201                 Little portability fix
11202
11203 2005-07-13 [colin]      1.9.12cvs42
11204
11205         * src/plugins/pgpmime/sgpgme.c
11206                 Fix crasher.
11207
11208 2005-07-13 [colin]      1.9.12cvs41
11209
11210         * src/plugins/pgpmime/pgpmime.c
11211         * src/plugins/pgpmime/sgpgme.c
11212                 Use gpgme_data_release_and_get_mem instead
11213                 of gpgme_data_read.
11214
11215 2005-07-13 [colin]      1.9.12cvs40
11216
11217         * configure.ac
11218         * src/plugins/pgpmime/passphrase.c
11219         * src/plugins/pgpmime/passphrase.h
11220         * src/plugins/pgpmime/pgpmime.c
11221         * src/plugins/pgpmime/plugin.c
11222         * src/plugins/pgpmime/select-keys.c
11223         * src/plugins/pgpmime/select-keys.h
11224         * src/plugins/pgpmime/sgpgme.c
11225         * src/plugins/pgpmime/sgpgme.h
11226                 Port pgpmime to gpgme-1.0.
11227
11228 2005-07-12 [paul]       1.9.12cvs39
11229
11230         * AUTHORS
11231         * src/toolbar.c
11232         * src/toolbar.h
11233                 add a 'Go to Prev' button to the toolbar.
11234                 correct tooltip text of go to buttons.
11235                 based on patch by Yang Guilong <bamanzi@gmail.com>
11236
11237 2005-07-12 [colin]      1.9.12cvs38
11238
11239         * src/statusbar.c
11240                 Fix progress bar showing stuff at startup.
11241
11242 2005-07-12 [paul]       1.9.12cvs37
11243
11244         * src/editjpilot.c
11245                 fix building with jpilot support
11246
11247 2005-07-11 [colin]      1.9.12cvs36
11248
11249         * src/inc.c
11250                 Add visual indication that filtering is running
11251         * src/textview.c
11252                 Make {}[] uri delimiters
11253         * src/summaryview.c
11254                 Remove useless (and slow) calls
11255
11256 2005-07-11 [paul]       1.9.12cvs35
11257
11258         * src/plugins/clamav/clamav_plugin_gtk.c
11259         * src/plugins/dillo_viewer/dillo_prefs.c
11260         * src/plugins/pgpmime/prefs_gpg.c
11261         * src/plugins/spamassassin/spamassassin_gtk.c
11262                 gather plugins prefs together under their
11263                 own 'Plugins' heading
11264
11265 2005-07-11 [paul]       1.9.12cvs34
11266
11267         sync with main
11268
11269         * src/account.c
11270                 account_delete(): modified alert dialog
11271         * src/editjpilot.c
11272         * src/editvcard.c
11273                 fixed a crash when cancelling file selection
11274                 dialog by Escape key. Made non-ascii filename
11275                 selectable.
11276         * src/prefs_template.c
11277                 prefs_template_window_create(): make scrolled
11278                 window policy AUTOMATIC
11279
11280 2005-07-10 [hoa]        1.9.12cvs33
11281
11282         * src/etpan/imap-thread.c
11283                 workaround for old Courier IMAP servers.
11284
11285 2005-07-10 [colin]      1.9.12cvs32
11286
11287         * src/folder.c
11288         * src/statusbar.c
11289         * src/statusbar.h
11290                 Add visual progress indicator on filtering/processing
11291                 Factorize the progress bar code
11292         * src/imap.c
11293         * src/imap.h
11294         * src/etpan/imap-thread.c
11295                 Add a reference counter to avoid destroying the Folder
11296                 while it's in use by another callback.
11297
11298 2005-07-09 [hoa]        1.9.12cvs31
11299
11300         * src/imap.c
11301         * src/etpan/imap-thread.c
11302                 fixed deadlock when removing IMAP account.
11303
11304 2005-07-08 [colin]      1.9.12cvs30
11305
11306         * src/textview.c
11307         * src/unmime.c
11308                 Fix again problems decoding broken headers
11309         * src/gtk/inputdialog.c
11310                 Fix local variable shadowing a global one
11311
11312 2005-07-08 [colin]      1.9.12cvs29
11313
11314         * src/msgcache.c
11315                 Make the cache/mark files platform-agnostic by writing
11316                 them in little-endian format. Reading them is also done
11317                 in little-endian format, of course; however, in order
11318                 to avoid trashing mark data on big-endian machines, the
11319                 files are, at first, read from the native format if the
11320                 little-endian one doesn't exist. This is easy to deter-
11321                 mine by trying to open a file with a swapped data_ver
11322                 and seeing if it's the wanted version.
11323                 Little-endian using users should see absolutely no
11324                 difference, Big-endian users may get a very little
11325                 performance drop due to byte-swapping.
11326                 Tested on i386 and ppc32. 
11327                 Fixes bug #159 (The index file, in the mailboxes, is 
11328                 hardware depending).
11329
11330                 To have the cache/mark files updated to the new little-
11331                 endian format, "Check for new messages" or even
11332                 "Rebuild folder tree" aren't enough. Files will be
11333                 updated as soon as a folder has been opened/closed.
11334                 To update everything, just select all folders by
11335                 selecting them one by one.
11336
11337 2005-07-07 [colin]      1.9.12cvs28
11338
11339         * src/imap.c
11340                 Remember the folder separator per IMAPFolder
11341                 instead of globally.
11342                 Revive the Session on noop; fixes bug #761
11343                 (mark a bunch of unread messages as read takes 
11344                 forever)
11345
11346 2005-07-07 [darko]      1.9.12cvs27
11347
11348         * src/common/template.c
11349                 Sort templates alphabetically
11350
11351 2005-07-06 [colin]      1.9.12cvs26
11352
11353         * src/imap.c
11354                 Try to use the correct separator in
11355                 most cases. Possibly fixes bug #759
11356                 (only creates the INBOX folder when 
11357                 setting up new IMAP account) and 
11358                 bug #760 (Can't retrieve messages)
11359
11360 2005-07-06 [colin]      1.9.12cvs25
11361
11362         * src/imap.c
11363                 Use real_path in status command. This will
11364                 help later, when namespaces will be used.
11365
11366 2005-07-06 [colin]      1.9.12cvs24
11367
11368         * configure.ac
11369         * src/account.c
11370         * src/folder.c
11371         * src/imap.c
11372         * src/etpan/etpan-log.c
11373         * src/etpan/etpan-thread-manager.c
11374         * src/etpan/imap-thread.c
11375                 Add a --disable-libetpan parameter. With this,
11376                 users that don't want IMAP4 support can avoid
11377                 the new dependancy (and have no IMAP support).
11378                 Users that have IMAP4 accounts and use this
11379                 parameter won't lose their configuration, their
11380                 IMAP accounts will just be invisible and not
11381                 used.
11382         * src/textview.c
11383                 Make the "Copy ..." contextual menu items 
11384                 copy to both the X clipboard and the gtk 
11385                 clipboard - as most other apps do.
11386         * src/gtk/about.c
11387                 Add a notice about OpenSSL usage, in order to
11388                 comply with OpenSSL's license (point 6):
11389                 http://www.openssl.org/source/license.html
11390
11391 2005-07-06 [colin]      1.9.12cvs23
11392
11393         * src/alertpanel.c
11394                 Fix a minimum size for alertpanels
11395         * src/compose.c
11396                 Show 'No space left on device' type errors
11397                 when queuing/sending
11398         * src/imap_gtk.c
11399         * src/mh_gtk.c
11400                 Rework folder's deletion message (remove 
11401                 extra \n)
11402
11403 2005-07-05 [colin]      1.9.12cvs22
11404
11405         * src/imap.c
11406                 Add an alertpanel on auth error
11407                 Add pseudo-log
11408                 Remove pthread-related stuff
11409
11410 2005-07-05 [colin]      1.9.12cvs21
11411
11412         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11413                 Fix crash on plugin reloading (with a hack)
11414
11415 2005-07-05 [colin]      1.9.12cvs20
11416
11417         * src/prefs_account.c
11418         * src/prefs_account.h
11419                 Fix typo
11420         * src/gtk/filesel.c
11421         * src/gtk/filesel.h
11422                 Add a way to filter the view
11423         * src/gtk/pluginwindow.c
11424                 Filter loadable stuff
11425         * src/plugins/pgpmime/prefs_gpg.c
11426                 Fix missing unregistration
11427         * .cvsignore
11428         * src/etpan/.cvsignore
11429         * src/plugins/spamassassin/.cvsignore
11430                 Add more stuff to cvs ignored files
11431
11432 2005-07-04 [colin]      1.9.12cvs19
11433
11434         * src/imap.c
11435                 Fix scan_required returning FALSE when it
11436                 shouldn't. Maybe fix #760 (Can't retrieve
11437                 messages)
11438
11439 2005-07-04 [colin]      1.9.12cvs18
11440
11441         * src/summaryview.c
11442                 Fix always_show_msg pref
11443
11444 2005-07-04 [paul]       1.9.12cvs17
11445
11446         sync with main (forgotten in last commit)
11447         
11448         * src/common/utils.c
11449         * src/common/utils.h
11450                 check_line_length(): new.
11451                 is_dir_exist()
11452                 is_file_entry_exist()
11453                 dirent_is_regular_file()
11454                 dirent_is_directory(): use g_file_test() instead of stat().
11455
11456 2005-07-04 [paul]       1.9.12cvs16
11457
11458         sync with main:
11459
11460         * src/compose.c
11461                 compose_write_to_file(): check for line
11462                 length limit and display warning if exceeds
11463         * src/jpilot.c
11464                 use get_home_dir() instead of g_get_home_dir()
11465         * src/procheader.c
11466                 removed warning about invalid date
11467         * src/vcard.c
11468                 use get_home_dir() instead of g_get_home_dir()
11469
11470 2005-07-04 [paul]       1.9.12cvs15
11471
11472         * src/stock_pixmap.c
11473                 fix new pixmap naming errors
11474                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
11475
11476 2005-07-04 [colin]      1.9.12cvs14
11477
11478         * src/imap.c
11479                 Fix debugging string with a warning
11480
11481 2005-07-04 [colin]      1.9.12cvs13
11482
11483         * configure.ac
11484                 Add a check for libetpan's version (>= 0.37)
11485
11486 2005-07-04 [hoa]        1.9.12cvs12
11487
11488         * commitHelper
11489         * src/imap.c
11490         * src/etpan/imap-thread.c
11491         * src/etpan/imap-thread.h
11492                 fixed IMAP implementation of check of mails.
11493
11494 2005-07-03 [hoa]        1.9.12cvs11
11495
11496         * src/etpan/Makefile.am
11497         * src/etpan/etpan-errors.h
11498         * src/etpan/etpan-log.[ch]
11499         * src/etpan/etpan-thread-manager-types.h
11500         * src/etpan/etpan-thread-manager.[ch]
11501         * src/etpan/imap-thread.[ch]
11502         * src/Makefile.am
11503         * src/imap.c
11504         * src/main.c
11505         * src/prefs_other.c
11506         * configure.ac
11507             merged imap branch.
11508             dependency on libetpan 0.37 is now added.
11509
11510 2005-07-01 [colin]      1.9.12cvs10
11511
11512         * src/Makefile.am
11513         * src/folder.c
11514         * src/folder.h
11515         * src/folderview.c
11516         * src/stock_pixmap.c
11517         * src/stock_pixmap.h
11518         * src/plugins/trayicon/trayicon.c
11519                 Add marked symbol on folders containing
11520                 marked messages
11521         * src/procmsg.c
11522         * src/procmsg.h
11523         * src/toolbar.c
11524         * src/prefs_common.c
11525         * src/prefs_common.h
11526         * src/prefs_send.c
11527                 Add an optional confirmation dialog on queue
11528                 sending. Patch by wwp.
11529         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
11530         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
11531         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
11532         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
11533         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
11534         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
11535         * src/pixmaps/inbox_mark.xpm            ** ADDED **
11536         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
11537         * src/pixmaps/outbox_mark.xpm           ** ADDED **
11538         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
11539         * src/pixmaps/trash_mark.xpm            ** ADDED **
11540                 New pixmaps
11541
11542 2005-07-01 [colin]      1.9.12cvs9
11543
11544         * src/summaryview.c
11545                 Fix a little threading bug
11546         * src/addrgather.c
11547         * src/mainwindow.c
11548                 A little bit of HIG normality never hurts
11549
11550 2005-07-01 [colin]      1.9.12cvs8
11551
11552         * src/compose.c
11553         * src/msgcache.c
11554         * src/pop.c
11555         * src/procmime.c
11556         * src/recv.c
11557         * src/common/log.c
11558         * src/common/template.c
11559         * src/common/utils.c
11560         * src/common/utils.h
11561                 Reverted the fwrite_atomic stuff. In fact
11562                 it is already atomic.
11563
11564 2005-06-30 [colin]      1.9.12cvs7
11565
11566         * src/common/utils.c
11567         * src/common/utils.h
11568                 Add an fwrite_atomic() function to make
11569                 sure we write everything: fwrite can make
11570                 short writes.
11571         * src/compose.c
11572         * src/msgcache.c
11573         * src/pop.c
11574         * src/procmime.c
11575         * src/recv.c
11576         * src/common/log.c
11577         * src/common/template.c
11578                 Use that (and fix swapping of size and nmemb).
11579                 Thanks to Rich Coe for the heads up.
11580
11581 2005-06-30 [colin]      1.9.12cvs6
11582
11583         * src/addressbook.c
11584                 Optimize addressbook opening 
11585
11586 2005-06-30 [colin]      1.9.12cvs5
11587
11588         * src/summaryview.c
11589                 Remove calls to summary_step after move/copy
11590
11591 2005-06-28 [paul]       1.9.12cvs4
11592
11593         * src/alertpanel.c
11594                 wrap and make the error msg selectable
11595
11596 2005-06-28 [paul]       1.9.12cvs3
11597
11598         * src/ssl_manager.c
11599                 replace the OK button with a Close button
11600         * src/gtk/foldersort.c
11601                 use GTK_STOCK_ icons/buttons
11602
11603 2005-06-28 [colin]      1.9.12cvs2
11604
11605         * src/gedit-print.c             ** ADDED **
11606         * src/gedit-print.h             ** ADDED **
11607         * src/gtk/gtksourceprintjob.c   ** ADDED **
11608         * src/gtk/gtksourceprintjob.h   ** ADDED **
11609                 I can't believe no one had enough time to tell
11610                 me I forgot the `cvs add`
11611
11612 2005-06-27 [colin]      1.9.12cvs1
11613
11614         * src/Makefile.am
11615         * src/gtk/Makefile.am
11616         * src/messageview.c
11617         * src/procmsg.c
11618         * src/summaryview.c
11619         * configure.ac
11620                 Add optional libgnomeprint-based printing
11621         * src/mainwindow.c
11622         * src/gtk/quicksearch.c
11623                 Add an Edit/Quick search menu item to show
11624                 and focus the quicksearch
11625
11626 2005-06-27 [paul]       1.9.12
11627
11628         1.9.12 release
11629
11630         * po/ca.po
11631         * po/de.po
11632         * po/es.po
11633         * po/fr.po
11634         * po/it.po
11635         * po/ko.po
11636         * po/pt_BR.po
11637         * po/sk.po
11638         * po/zh_CN.po
11639                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11640                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11641                 SungHyun Nam, Frederico Goncalves Guimaraes,
11642                 Andrej Kacian, and Yang Guilong
11643 2005-06-26 [colin]      1.9.11cvs106
11644
11645         * src/imap_gtk.c
11646                 Forgot one file for previous fix
11647
11648 2005-06-26 [colin]      1.9.11cvs105
11649
11650         * src/folder.c
11651         * src/imap.c
11652                 Fix problems with folder operations in no_select
11653                 imap folders. it applies only to mails, and 
11654                 creation/deletion/move/renaming of folders 
11655                 should be possible
11656
11657 2005-06-26 [paul]       1.9.11cvs104
11658
11659         * src/prefs_filtering.c
11660                 replace one more GTK_STOCK_REMOVE
11661                 with GTK_STOCK_DELETE
11662
11663 2005-06-25 [colin]      1.9.11cvs103
11664
11665         * src/imap.c
11666                 Optimize get_seq_set_from_seq_list
11667                 (Patch by Ricardo) 
11668
11669 2005-06-25 [colin]      1.9.11cvs102
11670
11671         * src/mh.c
11672                 If the directory exists, but not in the
11673                 correct encoding, rename it. This should
11674                 handle old-versions-induced bugs.
11675
11676 2005-06-25 [colin]      1.9.11cvs101
11677
11678         * src/mh.c
11679                 Fix path access with extended dir names
11680                 Fixes bug #589 (SC segfaults with wrong locale
11681                 settings)
11682
11683 2005-06-25 [colin]      1.9.11cvs100
11684
11685         * src/prefs_account.c
11686         * src/prefs_account.h
11687         * src/compose.c
11688                 Add an option to encrypt replies to
11689                 encrypted messages
11690
11691 2005-06-25 [colin]      1.9.11cvs99
11692
11693         * src/compose.c
11694         * src/quote_fmt_parse.y
11695                 ... And make it work with pgpinline.
11696
11697 2005-06-25 [colin]      1.9.11cvs98
11698
11699         * src/compose.c
11700         * src/procmime.c
11701         * src/procmime.h
11702         * src/quote_fmt_parse.y
11703                 o Make reedition of encrypted messages possible
11704                   (as long as it is encrypted to self too, no
11705                    magic there)
11706                 o Make replying with quote (and without selecting
11707                   text) possible for encrypted messages.
11708                 Closes bug #550 (Not possible to "reply with quote"
11709                 to gnupg encrypted messages)
11710
11711 2005-06-24 [paul]       1.9.11cvs97
11712
11713         * src/imap.c
11714                 add missing include
11715
11716 2005-06-24 [paul]       1.9.11cvs96
11717
11718         * src/editldap.c
11719                 made bind password entry invisible
11720                 (sync with main)
11721         * src/send_message.c
11722                 send_message_local(): check exit status
11723                 to detect errors (sync with main)
11724         * src/textview.c
11725                 use main's less ambiguous popup menu
11726                 wording
11727
11728 2005-06-24 [paul]       1.9.11cvs95
11729
11730         * src/prefs_actions.c
11731         * src/prefs_customheader.c
11732         * src/prefs_display_header.c
11733         * src/prefs_filtering_action.c
11734         * src/prefs_matcher.c
11735         * src/prefs_template.c
11736         * src/prefs_toolbar.c
11737                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11738         * src/gtk/description_window.c
11739                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11740
11741 2005-06-23 [colin]      1.9.11cvs94
11742
11743         * src/summaryview.c
11744                 Fix rough edges (be sure to call status_show whenever
11745                 necessary).
11746
11747 2005-06-23 [colin]      1.9.11cvs93
11748
11749         * src/summaryview.c
11750                 Optimize Select All
11751                 Before, in a 5K mails folder: 11s
11752                 After, in the same folder: 58000µs
11753                 The joys of locking... gtk_clist_select_all() fires a 
11754                 tree-select-row event for each selected row, which in 
11755                 summaryview, callbacks summary_selected which in turn,
11756                 calls summary_status_show, which walks the selected
11757                 rows. Hence, calling gtk_clist_select_all was 
11758                 exponential. Locking the summaryview makes 
11759                 summary_selected return early.
11760
11761 2005-06-23 [colin]      1.9.11cvs92
11762
11763         * src/imap.c
11764                 Move mutex at the important place to avoid
11765                 deadlocks
11766         * src/summaryview.c
11767                 Fix Del key deleting directly instead of
11768                 moving to trash
11769
11770 2005-06-22 [colin]      1.9.11cvs91
11771
11772         * src/plugins/spamassassin/libspamc.c
11773                 As we do spagetti code with assignations in multiple
11774                 places (see _message_read_raw where out = msg = raw),
11775                 let's be sure we don't free the same pointer twice.
11776                 Should fix bug #683 (Crash in libpam at 
11777                 message_cleanup).
11778
11779 2005-06-22 [colin]      1.9.11cvs90
11780
11781         * src/compose.c
11782         * src/messageview.c
11783         * src/toolbar.c
11784                 Make toolbar's delete use the move to trash stuff;
11785                 Add gtk_widget_realize to be sure pixmaps can get
11786                 created (that may fix an old worksforme bug which
11787                 I can't find back...)
11788
11789 2005-06-22 [colin]      1.9.11cvs89
11790
11791         * src/summaryview.c
11792         * src/summaryview.h
11793         * src/mainwindow.c
11794                 Rename "Message/Delete" to "Message/Move to trash"
11795                 Add "Message/Delete..." that directly destroys the
11796                 selected messages after asking for a confirmation.
11797
11798 2005-06-22 [colin]      1.9.11cvs88
11799
11800         * src/imap.c
11801                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
11802                 o Fix a deadlock (thanks Darko)
11803
11804 2005-06-22 [colin]      1.9.11cvs87
11805
11806         * src/gtk/foldersort.c
11807                 Add missing include for the i18n;
11808                 patch by Fabien Vantard
11809
11810 2005-06-21 [colin]      1.9.11cvs86
11811
11812         * src/folder.c
11813         * src/folderview.c
11814                 Respect the no_select flag
11815         * src/imap.c
11816                 Fix recursive deletion
11817         * src/imap_gtk.c
11818         * src/mh_gtk.c
11819                 Make the folder deletion's warning
11820                 more explicit
11821
11822 2005-06-21 [colin]      1.9.11cvs85
11823
11824         * src/textview.c
11825                 Prevent email addresses from spanning accross
11826                 lines - fixes bug # 646 (newline-chars in 
11827                 email addresses)
11828
11829 2005-06-20 [colin]      1.9.11cvs84
11830
11831         * src/folder.c
11832                 Be sure not to remove source if copy failed
11833
11834 2005-06-20 [colin]      1.9.11cvs83
11835
11836         * src/folderview.c
11837         * src/imap_gtk.c
11838                 remove summaryview's lock
11839         * src/imap.c
11840                 introduce threads to avoid problems when foreground tasks
11841                 interfere with background tasks
11842         * src/mh.c
11843                 prevent moving to drafts/queue
11844         * src/mimeview.c
11845                 fix leak
11846
11847 2005-06-19 [colin]      1.9.11cvs82
11848
11849         * src/imap_gtk.c
11850                 Remember that the user doesn't want to override
11851                 offline mode, for 3 seconds. It avoid presenting
11852                 him with N popups in a really short time.
11853
11854 2005-06-17 [colin]      1.9.11cvs81
11855
11856         * src/imap.c
11857                 Fix IMAP breaking on folders containing '('
11858                 (Probably won't be enough)
11859
11860 2005-06-17 [colin]      1.9.11cvs80
11861
11862         Forgotten files on 1.9.11cvs79
11863         * src/summaryview.c
11864                 Fix stepping when not immediately executing
11865         * src/imap.c
11866                 Really prevent UID FETCH 0
11867         * src/codeconv.c
11868                 Fix outgoing charset never set to utf-8
11869         * src/mh.c
11870                 Fix leak
11871
11872 2005-06-16 [colin]      1.9.11cvs79
11873
11874         * src/compose.c
11875                 Fix bug #707 (Dash splits rows)
11876                 Only wrap if we're on a line break position and
11877                 the previous one was a "white" (space) char.
11878                 Pango stuff is weird.
11879
11880 2005-06-16 [colin]      1.9.11cvs78
11881
11882         * src/imap_gtk.c
11883                 Lock summaryview while downloading messages
11884                 on user demand
11885         * src/procheader.c
11886         * src/unmime.c
11887         * src/common/utils.c
11888         * src/common/utils.h
11889                 Replace \r and \n with spaces in From and
11890                 Subject headers
11891
11892 2005-06-16 [paul]       1.9.11cvs77
11893
11894         * src/procmime.c
11895                 liberalise the mime parser
11896         * src/gtk/about.c
11897                 add text wrapping
11898
11899 2005-06-16 [paul]       1.9.11cvs76
11900
11901         * src/gtk/about.c
11902                 reworked
11903
11904 2005-06-15 [colin]      1.9.11cvs75
11905
11906         * src/compose.c
11907                 Finish header encoding fix
11908         * src/summaryview.c
11909                 Fix segfault
11910         * src/headerview.c
11911                 Fix compilation (Thanks Stephan
11912                 Sachse)
11913
11914 2005-06-15 [colin]      1.9.11cvs74
11915
11916         * Makefile.am
11917                 Install gnome2 stuff rather than gnome1, 
11918                 if both are present
11919         * src/codeconv.c
11920         * src/codeconv.h
11921         * src/compose.c
11922                 Fix headers encoding
11923         * src/folder.c
11924                 Visual progress when fetching all messages
11925         * src/folderview.c
11926         * src/summaryview.c
11927         * src/summaryview.h
11928                 Prevent changing current message while
11929                 incorporating
11930
11931 2005-06-15 [paul]       1.9.11cvs73
11932
11933         * src/gtk/gtkaspell.c
11934         * src/gtk/gtkaspell.h
11935                 fix build warnings
11936
11937 2005-06-15 [paul]       1.9.11cvs72
11938
11939         * src/prefs_filtering.c
11940                 allow reordering of filter rules by
11941                 drag n drop
11942
11943 2005-06-15 [paul]       1.9.11cvs71
11944
11945         * COPYING
11946                 updated
11947         * src/codeconv.c
11948                 replace deprecated function
11949         * src/inc.c
11950         * src/send_message.c
11951         * src/gtk/progressdialog.c
11952         * src/gtk/progressdialog.h
11953                 salvage and reuse parts of reverted sync
11954
11955 2005-06-15 [paul]       1.9.11cvs70
11956
11957         * src/inc.c
11958         * src/send_message.c
11959         * src/gtk/progressdialog.c
11960         * src/gtk/progressdialog.h
11961                 revert yesterday's sync with main
11962                 it contains deprecated functions
11963
11964 2005-06-15 [colin]      1.9.11cvs69
11965
11966         * src/headerview.c
11967                 Fix bug #670 (multi user to: will corrupt message 
11968                 headers display)
11969
11970 2005-06-15 [colin]      1.9.11cvs68
11971
11972         * src/compose.c
11973                 Fix bug #421 (Fix undo on wrapping)
11974
11975 2005-06-15 [colin]      1.9.11cvs67
11976
11977         * src/folder.c
11978                 Provide visual feedback while processing
11979                 folder's rules.
11980         * src/imap.c
11981                 Provide visual feedback while getting
11982                 short headers (for uncached messages)
11983
11984
11985 2005-06-14 [paul]       1.9.11cvs66
11986
11987         * src/account.c
11988                 change a couple stock icons
11989         * src/inc.c
11990         * src/send_message.c
11991         * src/gtk/progressdialog.c
11992         * src/gtk/progressdialog.h
11993                 sync main's GtkTreeView implementation
11994
11995 2005-06-14 [colin]      1.9.11cvs65
11996
11997         * src/imap.c
11998                 Various little fixes, mainly on error paths
11999
12000 2005-06-13 [colin]      1.9.11cvs64
12001
12002         * matcher.c
12003         * procmsg.c
12004         * procmsg.h
12005                 Add a way to fetch only headers. This speeds
12006                 up filtering on headers for IMAP. Fixes:
12007                 bug #481 extraneous imap commands slow down 
12008                         imap filtering
12009                 bug #522 Sylpheed downloads all messages 
12010                         when opening mailbox (IMAP)
12011                 bug #677 IMAP fetch is soooooooooooooo slow
12012         * src/folder.c
12013         * src/folder.h
12014                 Add a folder set_batch method so that
12015                 implementations can speed up flags changes
12016         * src/folderutils.c
12017         * src/summaryview.c
12018                 Use that in mark as (un)read and mark all read
12019                 Refix bug #679
12020         * src/imap.c
12021                 Implement set_batch - brings back deferred
12022                 flags in a less buggy manner. Fixes:
12023                 bug #729 IMAP immediate expunge of deleted messages
12024                 bug #191 remove list of messages with one command
12025                 Fix login with strange chars
12026                 Implement fetch_msg_full
12027                 Fix copy (wrong counts)
12028
12029 2005-06-12 [colin]      1.9.11cvs63
12030
12031         * src/folder.c
12032                 lock incorporation during long operations.
12033                 Avoids fucking up the IMAP socket.
12034
12035 2005-06-12 [colin]      1.9.11cvs62
12036
12037         * src/imap.c
12038                 Fix harmful typo
12039                 Factorize remove_all_msg
12040                 Thread-ize expunge
12041         * src/summaryview.c
12042                 Don't update partial-download status if unnecessary
12043         * src/folder.c
12044                 Use remove_msgs everywhere possible
12045
12046 2005-06-12 [colin]      1.9.11cvs61
12047
12048         * src/folder.c
12049         * src/folder.h
12050                 Add a remove_msgs function to remove a 
12051                 list of messages
12052         * src/imap.c
12053                 Implement that.
12054
12055 2005-06-12 [colin]      1.9.11cvs60
12056
12057         * src/imap.c
12058                 Remove flags-processing deferring... Too hard
12059                 to get it to work in all cases.
12060
12061 2005-06-11 [colin]      1.9.11cvs59
12062
12063         * src/imap.c
12064                 printf -> debug_print
12065
12066 2005-06-11 [colin]      1.9.11cvs58
12067
12068         * src/imap.c
12069                 o Fix build without USE_PTHREAD
12070                 o Factorize imap_open
12071                 o Alertpanel in case of impossible connection
12072                 o Alertpanel in case of impossible login
12073                 o Fix deferred flags processing to force a 
12074                   flush before adding some more flags to process,
12075                   but in another folder.
12076
12077 2005-06-10 [colin]      1.9.11cvs57
12078
12079         * src/imap.c
12080                 o Fix a format string error
12081                 o init ssl socket outside of the thread 
12082                   (it possibly invokes gtk calls)
12083         * src/procmime.c
12084                 o Put back the buffer to its necessary size
12085                 o Fix changing a file pointer without keeping
12086                   track of it (thanks Valgrind)
12087         * src/common/smtp.c
12088                 o Fix automatic STARTTLS if login should be done
12089                   and the server only allows it after starting TLS
12090         * src/gtk/gtkinputdialog.c
12091                 o Eat GDK_Return so that the combo popup doesn't 
12092                   appear when we press Enter to validate the combo
12093                   input dialog (as seen in the Open with... dialog)
12094
12095 2005-06-10 [colin]      1.9.11cvs56
12096
12097         * src/imap.c
12098                 o A bit less debug
12099                 o Fix a crash on deletion
12100                 o Threadize imap_select (it's called outside of 
12101                   threads)
12102                 o Defer treatment of DELETED flags
12103
12104
12105 2005-06-09 [colin]      1.9.11cvs55
12106
12107         * src/imap.c
12108                 Make sure we check imap_gtk_should_override(), which
12109                 potentially calls gtk stuff, before creating thread.
12110                 That way it should't be called via imap_get_session()
12111                 inside a thread.
12112
12113 2005-06-09 [colin]      1.9.11cvs54
12114
12115         * src/imap.c
12116                 o add a bit of status output
12117                 o remove some dead code
12118                 o threadize get_list_of_uids
12119                 o threadize imap_get_flags
12120                 o defer flag changing by 500ms so that they
12121                   can be batched
12122
12123
12124 2005-06-08 [colin]      1.9.11cvs53
12125
12126         * src/imap.c
12127                 Thread-ize imap_cmd_fetch
12128
12129 2005-06-08 [colin]      1.9.11cvs52
12130
12131         * src/main.c
12132                 Mmh, that broke POP3...
12133
12134 2005-06-08 [colin]      1.9.11cvs51
12135
12136         * src/main.c
12137                 Stabilize IMAP patch (thanks to Hoa)
12138
12139 2005-06-08 [colin]      1.9.11cvs50
12140
12141         * src/imap.c
12142                 Test patch to speed up imap. 
12143
12144 2005-06-08 [colin]      1.9.11cvs49
12145
12146         * src/imap_gtk.c
12147                 Warning fix
12148         * src/procmime.c
12149                 Apply patch from gentoo to use /usr/share/mime/globs if 
12150                 available, after un-breaking it
12151         * src/common/log.c
12152         * src/common/log.h
12153                 Use g_timeout for invoking hooks that possibly use gtk
12154                 calls. This should leave gtk calls in the main thread.
12155
12156 2005-06-08 [paul]       1.9.11cvs48
12157
12158         * src/codeconv.c
12159                 conv_get_outgoing_charset_str(): don't
12160                 use prefs_common setting
12161         * src/compose.c
12162         * src/compose.h
12163                 add /Options/Character encoding/... to
12164                 temporarily change the outgoing encoding
12165
12166         (belated sync with main)
12167
12168 2005-06-08 [paul]       1.9.11cvs47
12169
12170         * src/compose.c
12171                 correction to/completion of last
12172                 sync with main
12173
12174 2005-06-08 [paul]       1.9.11cvs46
12175
12176         sync with main:
12177         
12178         * src/codeconv.c
12179         * src/codeconv.h
12180                 always enabled Japanese auto-detection
12181                 if the first letters of locale string
12182                 is "ja"
12183         * src/compose.c
12184                 don't use "destroy" signal to destroy
12185                 Compose object (fix rare crashes on discard?)
12186         * src/mainwindow.c
12187         * src/messageview.c
12188         * src/prefs_send.c
12189                 added Hebrew encodings
12190         * src/sourcewindow.c
12191                 don't use "destroy" signal to destroy
12192                 objects
12193
12194 2005-06-07 [colin]      1.9.11cvs45
12195
12196         * src/summaryview.c
12197                 Add missing unlocks/locks
12198
12199 2005-06-07 [paul]       1.9.11cvs44
12200
12201         * src/summaryview.c
12202                 restore bug #749 fix
12203
12204 2005-06-06 [colin]      1.9.11cvs43
12205
12206         * src/summaryview.c
12207                 Fix selection bug when prefs_common.open_unread 
12208                 is FALSE
12209
12210 2005-06-06 [colin]      1.9.11cvs42
12211
12212         * src/common/md5.c
12213                 Fix a warning
12214         * src/summaryview.c
12215         * src/folderview.c
12216                 Factorize long operations beginning and end
12217                 (locking, freezing/thawing, cursor, ...)
12218                 Check selection->data member in selection-
12219                 related loops; this avoids dying an awful
12220                 death if the selection changes on us while
12221                 we're marking a whole IMAP folder unread, 
12222                 for example.
12223
12224 2005-06-06 [paul]       1.9.11cvs41
12225
12226         * src/textview.c
12227                 don't g_free() a static gchar buffer
12228
12229 2005-06-05 [colin]      1.9.11cvs40
12230
12231         * src/mainwindow.c
12232         * src/messageview.c
12233         * src/summaryview.c
12234                 Fix bug #749 (Show all headers should be
12235                 sticky as the GUI suggests)
12236
12237 2005-06-03 [paul]       1.9.11cvs39
12238
12239         * src/compose.c
12240                 don't allow editing of mail while sending.
12241                 patch by Colin
12242
12243 2005-06-03 [paul]       1.9.11cvs38
12244
12245         * src/folderview.c
12246                 add a freeze/thaw to speed up 'mark all read'
12247
12248 2005-06-03 [paul]       1.9.11cvs37
12249
12250         * src/prefs_message.c
12251                 reflect changes immediately
12252
12253 2005-06-02 [colin]      1.9.11cvs36
12254
12255         * po/POTFILES.in
12256                 Patch by Fabien Vantard.
12257
12258 2005-06-02 [colin]      1.9.11cvs35
12259
12260         * src/imap.c
12261                 Use a non-blocking imap_getline() if possible.
12262                 This should completely prevent the interface
12263                 from freezin on imap operations, although it
12264                 may do strange stuff in case of folder switching
12265                 while a big imap operation is taking place...
12266
12267                 In addition, fix a leak in the case thread
12268                 creation fails on connection.
12269
12270 2005-06-02 [colin]      1.9.11cvs34
12271
12272         * src/crash.c
12273         * src/prefs_common.h
12274                 Fix build (prefs_common_init() doesn't exist
12275                 anymore)
12276
12277 2005-06-02 [colin]      1.9.11cvs33
12278
12279         * src/prefs_account.c
12280                 Fix bug #245 (filtering rules broken when
12281                 renaming a remote account (imap4 or nntp)
12282
12283 2005-06-02 [colin]      1.9.11cvs32
12284
12285         * src/imap.c
12286                 Try to fix IMAP shortcomings: 
12287                 o Multithread imap_open()
12288                 o allow offline-mode overriding instead of
12289                   just returning NULL
12290         * src/imap_gtk.c
12291         * src/imap_gtk.h
12292                 Add a function to ask whether we want to
12293                 override offline-mode for 10 minutes (one-shot
12294                 asking was painful)
12295         * src/procheader.c
12296                 Fix segfault when imap parser isn't happy about
12297                 a missing {
12298
12299 2005-06-01 [colin]      1.9.11cvs31
12300
12301         * src/addrharvest.c
12302         * src/compose.c
12303         * src/mbox.c
12304         * src/mbox.h
12305         * src/mh.c
12306         * src/msgcache.c
12307         * src/send_message.c
12308         * src/setup.c
12309         * src/undo.c
12310         * src/common/hooks.c
12311         * src/common/prefs.c
12312         * src/common/template.c
12313         * src/common/utils.c
12314         * src/gtk/gtkutils.c
12315         * src/gtk/inputdialog.c
12316         * src/gtk/menu.c
12317         * src/gtk/pluginwindow.c
12318         * src/gtk/prefswindow.c
12319         * src/plugins/pgpmime/passphrase.c
12320         * src/plugins/pgpmime/prefs_gpg.c
12321                 More -Wall fixes
12322
12323         * src/common/Makefile.am
12324         * src/common/timing.h
12325                 Add basic timing code
12326
12327         * src/summaryview.c
12328                 Fix a bug with unread messages when 
12329                 re-sorting folders, and by the way
12330                 fix a big performance hit when 
12331                 re-sorting (10k mails: before 5s,
12332                 after .5s)
12333
12334         * src/prefs_compose_writing.c
12335         * src/prefs_compose_writing.h
12336         * src/prefs_message.c
12337         * src/prefs_message.h
12338         * src/prefs_other.c
12339         * src/prefs_other.h
12340         * src/prefs_quote.c
12341         * src/prefs_quote.h
12342         * src/prefs_receive.c
12343         * src/prefs_receive.h
12344         * src/prefs_send.c
12345         * src/prefs_send.h
12346         * src/prefs_summaries.c
12347         * src/prefs_summaries.h
12348                 Fix copyright banner
12349
12350 2005-06-01 [paul]       1.9.11cvs30
12351
12352         * po/fi.po
12353                 updated by Flammie Pirinen
12354         * src/procmime.c
12355                 fix 'Bad BASE64 content' output
12356
12357 2005-05-31 [colin]      1.9.11cvs29
12358
12359         * src/procmime.c
12360                 Oops, where did my hunk go.
12361
12362 2005-05-31 [colin]      1.9.11cvs28
12363
12364         * src/Makefile.am
12365         * src/account.c
12366         * src/action.c
12367         * src/addr_compl.c
12368         * src/addressbook.c
12369         * src/codeconv.c
12370         * src/compose.c
12371         * src/export.c
12372         * src/folder.c
12373         * src/folderview.c
12374         * src/image_viewer.c
12375         * src/main.c
12376         * src/mainwindow.c
12377         * src/messageview.c
12378         * src/mimeview.c
12379         * src/msgcache.c
12380         * src/prefs_account.c
12381         * src/prefs_actions.c
12382         * src/prefs_common.c
12383         * src/prefs_compose_writing.c
12384         * src/prefs_customheader.c
12385         * src/prefs_ext_prog.c
12386         * src/prefs_filtering.c
12387         * src/prefs_filtering_action.c
12388         * src/prefs_fonts.c
12389         * src/prefs_image_viewer.c
12390         * src/prefs_message.c
12391         * src/prefs_message.h
12392         * src/prefs_msg_colors.c
12393         * src/prefs_other.c
12394         * src/prefs_other.h
12395         * src/prefs_quote.c
12396         * src/prefs_receive.c
12397         * src/prefs_receive.h
12398         * src/prefs_send.c
12399         * src/prefs_send.h
12400         * src/prefs_spelling.c
12401         * src/prefs_summaries.c
12402         * src/prefs_summary_column.c
12403         * src/prefs_template.c
12404         * src/prefs_themes.c
12405         * src/prefs_toolbar.c
12406         * src/prefs_wrapping.c
12407         * src/procmime.c
12408         * src/procmsg.c
12409         * src/send_message.h
12410         * src/ssl_manager.c
12411         * src/summary_search.c
12412         * src/summaryview.c
12413         * src/textview.c
12414         * src/wizard.c
12415         * src/common/smtp.c
12416         * src/common/smtp.h
12417         * src/gtk/gtkutils.h
12418                 o Move the rest of Common prefs to new style
12419                 o Lots of -Wall warning fixes
12420                 o fix FIXME in cache memusage calculation
12421                 o Let return receipts be sent from any account
12422                 o Little cache optimisation (read)
12423                 o Fix bug #746 (don't treat commas as separators
12424                   when inside a quoted string)
12425
12426 2005-05-31 [paul]       1.9.11cvs27
12427
12428         * src/prefs_common.c
12429                 fix 'off-by-one' typo
12430
12431 2005-05-31 [paul]       1.9.11cvs26
12432
12433         * src/account.c
12434         * src/addr_compl.c
12435         * src/compose.c
12436         * src/foldersel.c
12437         * src/prefs_actions.c
12438         * src/prefs_common.c
12439         * src/prefs_common.h
12440         * src/prefs_customheader.c
12441         * src/prefs_display_header.c
12442         * src/prefs_filtering.c
12443         * src/prefs_filtering_action.c
12444         * src/prefs_matcher.c
12445         * src/prefs_summaries.c
12446         * src/prefs_summary_column.c
12447         * src/prefs_template.c
12448         * src/prefs_toolbar.c
12449         * src/ssl_manager.c
12450         * src/gtk/pluginwindow.c
12451         * src/gtk/prefswindow.c
12452         * src/gtk/progressdialog.c
12453                 add hidden prefs 'enable_rules_hint'
12454                 for gtk_tree_view_set_rules_hint()
12455                 (sync with main)
12456                 
12457
12458 2005-05-31 [colin]      1.9.11cvs25
12459
12460         * src/Makefile.am
12461         * src/main.c
12462         * src/prefs_common.c
12463         * src/prefs_summaries.c ** ADDED **
12464         * src/prefs_summaries.h ** ADDED **
12465                 Common/Display -> Display/Summaries
12466
12467 2005-05-31 [colin]      1.9.11cvs24
12468
12469         * src/Makefile.am
12470         * src/main.c
12471         * src/prefs_quote.c ** ADDED **
12472         * src/prefs_quote.h ** ADDED **
12473                 Move Common/Quote to Compose/Quoting
12474         * src/prefs_common.c
12475         * src/prefs_common.h
12476                 Remove old quote stuff, add
12477                 convenience functions for GtkTextView prefs
12478         * src/gtk/prefswindow.c
12479                 Set default height higher
12480
12481 2005-05-30 [colin]      1.9.11cvs23
12482
12483         * src/Makefile.am
12484         * src/main.c
12485         * src/prefs_common.c
12486         * src/prefs_compose_writing.c ** ADDED **
12487         * src/prefs_compose_writing.h ** ADDED **
12488                 Move Common/Compose prefs to Compose/Writing
12489
12490 2005-05-30 [colin]      1.9.11cvs22
12491
12492         * src/common/utils.c
12493                 Fix bug #651 (Confused Attract by Subject)
12494                 Patch by M. Benkmann <haferfrost@web.de>
12495         * AUTHORS
12496
12497 2005-05-30 [colin]      1.9.11cvs21
12498
12499         * src/compose.c
12500                 Fix concatenation of different headers of
12501                 the same type (bug #645)
12502         * src/prefs_folder_item.c
12503                 Fix bug #699 (setting color to black doesn't
12504                 work immediately)
12505         * src/procmime.c
12506                 Print out decoding error only once per
12507                 block
12508
12509 2005-05-30 [paul]       1.9.11cvs20
12510
12511         * src/common/template.c
12512                 fix Bcc
12513
12514 2005-05-30 [paul]       1.9.11cvs19
12515
12516         * doc/src/rfc2368.txt   **NEW FILE**
12517         * src/compose.c
12518                 compose_entries_set(): don't interpret Bcc
12519                 header field (conform to RFC 2368)
12520                 (sync with main)
12521
12522 2005-05-29 [colin]      1.9.11cvs18
12523
12524         * src/prefs_common.c
12525                 Let the default reply format respect
12526                 netiquette by cutting the signature.
12527
12528 2005-05-29 [colin]      1.9.11cvs17
12529
12530         * src/summaryview.c
12531                 Don't let always_show_msg override
12532                 open_unread_on_enter when opening a new
12533                 directory.
12534
12535 2005-05-27 [paul]       1.9.11cvs16
12536
12537         sync with main:
12538
12539         * src/main.c
12540                 app_will_exit(): cleanup tmp directory when exit
12541         * src/message_search.c
12542                 improved the interface and made code cleanup.
12543                 removed Clear button
12544         * src/send_message.c
12545                 send_message_local(): use GSpawn, and detect errors
12546         * src/summary_search.c
12547                 improved the interface and made code cleanup
12548         * src/textview.c
12549                 textview_write_link(): also skip non-ascii space
12550                  at the head of link strings (phishing check
12551                  didn't work at the case)
12552         * src/common/utils.c
12553                 get_command_output(): use g_spawn_command_line_sync()
12554                 instead of popen()
12555
12556 2005-05-26 [colin]      1.9.11cvs15
12557
12558         * src/folder.c
12559                 remove printf
12560
12561 2005-05-26 [colin]      1.9.11cvs14
12562
12563         * src/common/nntp.c
12564                 Fix nntp mode reader (bug #611)
12565                 Patch by Florian Mickler <florian@mickler.org>
12566
12567 2005-05-26 [colin]      1.9.11cvs13
12568
12569         * src/plugins/pgpmime/passphrase.c
12570                 Fix mouse grabbing (bug #557)
12571
12572 2005-05-26 [colin]      1.9.11cvs12
12573
12574         * src/prefs_themes.c
12575                 Fix g_warning (bug #541)
12576
12577 2005-05-26 [colin]      1.9.11cvs11
12578
12579         * src/prefs_actions.c
12580         * src/prefs_template.c
12581                 Fix bug #506 (no warning if action/template
12582                 is not saved)
12583         * src/common/template.c
12584                 Fix a possible crash
12585
12586 2005-05-26 [colin]      1.9.11cvs10
12587
12588         * src/folder.c
12589         * src/folderview.c
12590         * src/procmsg.c
12591         * src/summaryview.c
12592                 Forbid locked messages to be moved or
12593                 deleted. Locked messages in trashes 
12594                 still get deleted, for performance
12595                 reason (mh.c::mh_remove_all_msgs)
12596
12597 2005-05-25 [colin]      1.9.11cvs9
12598
12599         * src/procmime.c
12600                 Use correct encoding when sending mails
12601                 with attachments that have accentued 
12602                 chars in their name
12603
12604 2005-05-24 [colin]      1.9.11cvs8
12605
12606         * src/summaryview.c
12607                 Fix bug #688 f) read/unread marker not
12608                 changed on first click
12609                 Also, optimize summary_status_show()
12610                 calls
12611         * src/folder.c
12612         * src/inc.c
12613         * src/procmime.c
12614                 Fix bug #688 b) and c) wrt message
12615                 attachments and signature
12616         * src/stock_pixmap.c
12617         * src/stock_pixmap.h
12618         * src/stock_pixmap.c
12619         * src/stock_pixmap.h
12620         * src/Makefile.am
12621         * src/pixmaps/clip_gpg_signed.xpm
12622                 Add clip/signed icon
12623
12624 2005-05-24 [colin]      1.9.11cvs7
12625
12626         * src/folder_item_prefs.c
12627                 whitespace fix
12628
12629 2005-05-24 [colin]      1.9.11cvs6
12630
12631         * src/folderview.c
12632         * src/prefs_common.c
12633         * src/prefs_common.h
12634                 Add a confirmation to folder drag and drop
12635                 fixes bug #156
12636         * src/alertpanel.c
12637         * src/alertpanel.h
12638                 fix _with_disable parameters so that
12639                 the buttons labels are specifiable too
12640         * src/plugins/pgpmime/sgpgme.c
12641                 reflect said change
12642                 
12643
12644 2005-05-24 [colin]      1.9.11cvs5
12645
12646         * src/folderview.c
12647                 Uncollapse/collapse folders on double-click
12648                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12649                 closes bug #108
12650
12651 2005-05-23 [colin]      1.9.11cvs4
12652
12653         * src/common/socket.c
12654                 Check another special SSL_peek() error.
12655                 Should help wrt bug #728
12656
12657 2005-05-23 [colin]      1.9.11cvs3
12658
12659         * src/plugins/pgpmime/pgpmime.c
12660                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12661                 breaking menu accelerators and stuff. Users will have to
12662                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12663                 account's privacy preferences if needed.
12664
12665 2005-05-22 [paul]
12666
12667         * tools/kdeservicemenu/install.sh
12668                 use kdesu to prompt for root password if doing
12669                 global install/uninstall
12670
12671 2005-05-20 [colin]      1.9.11cvs2
12672
12673         * src/procmsg.c
12674                 Fix another compilation error with gcc-2.9x
12675                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12676         * src/send_message.c
12677                 Don't send QUIT if we aren't connected
12678
12679 2005-05-19 [colin]      1.9.11cvs1
12680
12681         * src/procmsg.c
12682                 Fix compilation with gcc 2.9x
12683
12684 2005-05-19 [paul]       1.9.11
12685
12686         1.9.11 released
12687
12688 2005-05-19 [paul]       1.9.9cvs14
12689
12690         * src/gtk/inputdialog.c
12691                 prevent gettext warning
12692
12693 2005-05-19 [paul]       1.9.9cvs13
12694
12695         * src/mainwindow.c
12696         * src/prefs_common.c
12697         * src/prefs_common.h
12698         * src/textview.c
12699         * src/textview.h
12700                 add an option to toggle cursor in message
12701                 view (sync with main)
12702
12703 2005-05-18 [colin]      1.9.9cvs12
12704
12705         * src/compose.c
12706                 Dereference freed pointer
12707         * src/gtk/gtkaspell.c
12708                 Fix duplication of dictionaries (is it an aspell issue?)
12709
12710 2005-05-18 [colin]      1.9.9cvs11
12711
12712         * src/gtk/inputdialog.c
12713         * src/gtk/gtkaspell.c
12714                 HIGuify dialogs
12715         * src/alertpanel.c
12716                 Remove a double call
12717
12718 2005-05-17 [colin]      1.9.9cvs10
12719
12720         * src/gtk/gtkaspell.c
12721                 Fix dialogs, Ctrl-Enter accel
12722
12723 2005-05-17 [colin]      1.9.9cvs9
12724
12725         * src/gtk/gtkaspell.c
12726                 Fix some accelerators, escape in replace-window
12727
12728 2005-05-16 [colin]      1.9.9cvs8
12729
12730         * src/gtk/gtkaspell.c
12731                 Revert last commit, it was a mistake.
12732
12733 2005-05-16 [colin]      1.9.9cvs7
12734
12735         * src/gtk/gtkaspell.c
12736                 Remove buggy code while we're at it. It's a 
12737                 dead code path anyway.
12738
12739 2005-05-16 [colin]      1.9.9cvs6
12740
12741         * src/gtk/gtkaspell.c
12742                 Missed some gtk_menu_popup where deactivate
12743                 signal should be handled. Should fix bug
12744                 #629 a bit more.
12745
12746 2005-05-16 [colin]      1.9.9cvs5
12747
12748         * src/gtk/gtkaspell.c
12749                 Remove debug printf()s
12750
12751 2005-05-16 [colin]      1.9.9cvs4
12752
12753         * src/gtk/gtkaspell.c
12754                 Fix a bit aspell problems
12755                 (see bug #629)
12756
12757 2005-05-13 [colin]      1.9.9cvs3
12758
12759         * src/folderview.c
12760                 Fix the + appearing even when no subfolders
12761                 have unread messages. Thanks to wwp for the
12762                 bug report.
12763
12764 2005-05-11 [paul]       1.9.9cvs2
12765
12766         * src/folderview.c
12767                 correction to 1.9.9cvs1, only colour folders that
12768                 have new msgs (not unread msgs)
12769
12770 2005-05-10 [colin]      1.9.9cvs1
12771
12772         * src/folderview.c
12773         * src/summaryview.c
12774                 Try to fix bolding bugs again.
12775
12776 2005-05-09 [paul]
12777
12778         * tools/claws.i18n.status.pl
12779                 add Ricardo Mones Lastra's script that has been providing
12780                 the i18n status page for many months
12781
12782 2005-05-09 [paul]       1.9.9
12783
12784         1.9.9 release
12785
12786 2005-05-09 [paul]       1.9.6cvs58
12787
12788         * AUTHORS
12789         * INSTALL
12790         * README.claws
12791                 updated
12792         * Makefile.am 
12793         * RELEASE_NOTES.claws
12794                 add release notes to cvs to simplify release
12795                 procedure
12796         * configure.ac
12797                 add ca and fi to ALL_LINGUAS
12798         * po/Makefile.in.in
12799                 workaround for missing Makevars
12800         * po/ca.po
12801         * po/fi.po
12802                 add new Catalan and Finnish translations
12803                 submitted by Miquel Oliete and Flammie Pirinen
12804         * po/de.po
12805         * po/es.po
12806         * po/fr.po
12807         * po/it.po
12808         * po/pl.po
12809         * po/ru.po
12810         * po/sk.po
12811         * po/sr.po
12812         * po/zh_CN.po
12813                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
12814                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
12815                 Urke MMI, and Hansom Young
12816         * src/main.c
12817                 Fix drafting when quitting. compose_draft() closes the
12818                 compose windows, which modifies the compose_list GSList.
12819                 We have to refresh this list after echo drafting to avoid a
12820                 segfault
12821         * src/partial_download.c
12822                 fix segfault on exit
12823
12824 2005-05-06 [paul]       1.9.6cvs57
12825
12826         * src/grouplistdialog.c
12827                 quick fix/workaround for unresizeable newsgroup
12828                 name column 
12829
12830 2005-05-06 [paul]       1.9.6cvs56
12831
12832         * src/inc.c
12833         * src/mainwindow.c
12834                 use gettext plural forms
12835         * src/imap_gtk.c
12836         * src/mh_gtk.c
12837         * src/toolbar.c
12838                 small improvement to english usage
12839
12840 2005-05-05 [thorsten]   1.9.6cvs55
12841
12842         * src/folder.c
12843                 fix possible crash
12844
12845 2005-05-05 [paul]       1.9.6cvs54
12846         
12847         sync with HEAD
12848
12849         * AUTHORS
12850         * src/compose.c
12851                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
12852                 patch by Tim Mann
12853
12854 2005-05-05 [paul]       1.9.6cvs53
12855
12856         * src/mainwindow.c
12857                 fix resizing of separate message and
12858                 folder views
12859
12860 2005-05-05 [paul]       1.9.6cvs52
12861
12862         * src/account.c
12863         * src/addrgather.c
12864         * src/browseldap.c
12865         * src/exphtmldlg.c
12866         * src/expldifdlg.c
12867         * src/importmutt.c
12868         * src/importpine.c
12869         * src/main.c
12870         * src/mainwindow.c
12871         * src/noticeview.c
12872         * src/prefs_filtering.c
12873         * src/prefs_filtering_action.c
12874         * src/prefs_matcher.c
12875         * src/prefs_spelling.c
12876         * src/prefs_toolbar.c
12877         * src/toolbar.c
12878         * src/wizard.c
12879         * src/gtk/description_window.c
12880         * src/gtk/gtkvscrollbutton.c
12881         * src/gtk/progressdialog.c
12882         * src/gtk/quicksearch.c
12883         * src/plugins/pgpmime/prefs_gpg.c
12884         * src/plugins/spamassassin/spamassassin_gtk.c
12885                 replace deprecated gtk_widget_set_usize
12886
12887 2005-05-04 [colin]      1.9.6cvs51
12888
12889         * src/common/utils.c
12890                 Fix crash when subst_for_filename is called
12891                 with a NULL parameter
12892
12893 2005-05-04 [colin]      1.9.6cvs50
12894
12895         * src/partial_download.c
12896         * src/pop.c
12897                 Escape login when writing uidl file
12898                 fixes bug #736
12899
12900 2005-05-03 [colin]      1.9.6cvs49
12901
12902         * src/procmime.c
12903                 Fix possible DOS in mime parser
12904                 (see bug #634)
12905
12906 2005-05-02 [colin]      1.9.6cvs48
12907
12908         * src/compose.c
12909                 Try to fix the copy/paste mess once again.
12910
12911
12912 2005-04-30 [colin]      1.9.6cvs47
12913
12914         * src/prefs_account.h
12915         * src/procmsg.c
12916         * src/send_message.c
12917         * src/common/smtp.c
12918         * src/common/smtp.h
12919                 Try to batch sending mails (per account) instead of
12920                 reconnecting to server every time.
12921
12922 2005-04-29 [colin]      1.9.6cvs46
12923
12924         * src/messageview.c
12925                 Fix window resizing that refused to size down
12926         * src/prefs_common.c
12927         * src/prefs_common.h
12928         * src/prefs_filtering.c
12929                 Save Filtering's window size
12930
12931 2005-04-21 [paul]       1.9.6cvs45
12932
12933         * ChangeLog-gtk2.claws
12934         * src/setup.c
12935                 correction to sync
12936
12937 2005-04-21 [paul]       1.9.6cvs44
12938
12939         sync with main:
12940
12941         * src/setup.c
12942         * src/statusbar.c
12943         * src/statusbar.h
12944                 use gtkut_widget_draw_now(). Improved performance
12945                 of the update of statusbar
12946         * src/textview.c
12947                 textview_smooth_scroll_do(): redraw it after scroll
12948                 is done (fixed incorrect display when a part of the
12949                 view is hidden).
12950         * src/gtk/gtkutils.c
12951         * src/gtk/gtkutils.h
12952                 gtkut_widget_draw_now(): use gdk_window_process_updates()
12953                 to force update of widgets.
12954                 Removed gtkut_widget_wait_for_draw() which had a big
12955                 overhead  because of waiting for all events processed 
12956
12957 2005-04-20 [paul]       1.9.6cvs43
12958
12959         * src/codeconv.c
12960                 complete 1.9.6cvs42's sync:
12961                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
12962
12963 2005-04-19 [paul]       1.9.6cvs42
12964
12965         sync with main:
12966
12967         * src/action.c
12968                 catch_output(): correctly select the insert text
12969                 (fix invalid iterator warnings).
12970         * src/codeconv.c
12971         * src/codeconv.h
12972         * src/mainwindow.c
12973         * src/messageview.c
12974         * src/prefs_common.c
12975                 support GBK encoding.
12976         * src/common/session.c
12977         * src/common/session.h
12978                 use separate buffer for large data to be sent,
12979                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
12980
12981 2005-04-18 [paul]       1.9.6cvs41
12982
12983         * src/jpilot.c
12984                 convert unsigned long into guint32
12985                 patch by Paul LeoNerd Evans 
12986
12987 2005-04-17 [colin]      1.9.6cvs40
12988
12989         * src/compose.c
12990                 Fix 'Request return receipt' from folder
12991                 properties (bug #708)
12992
12993 2005-04-17 [colin]      1.9.6cvs39
12994
12995         * src/mainwindow.c
12996                 Fix duplicate hotkeys in Mainwindow's menu
12997
12998 2005-04-17 [colin]      1.9.6cvs38
12999
13000         * src/folderview.c
13001                 Fix duplicate hotkeys in Folderview's contextual
13002                 menu
13003
13004 2005-04-15 [colin]      1.9.6cvs37
13005
13006         * src/summaryview.c
13007                 Fix 'Save as...' with non-ascii filenames
13008
13009 2005-04-15 [colin]      1.9.6cvs36
13010
13011         * src/plugins/pgpmime/pgpmime.c
13012                 Fix bus error on 64bit. Spotted by 
13013                 macallan1888@gmail.com
13014
13015 2005-04-15 [colin]      1.9.6cvs35
13016
13017         * src/prefs_account.c
13018                 Fix cvs34.
13019
13020 2005-04-12 [colin]      1.9.6cvs34
13021
13022         * src/prefs_account.c
13023                 Fix smtp auth type off-by-one. We forgot to
13024                 add PLAIN in the prefs-to-gui setter func and
13025                 as a result, the selected auth when opening
13026                 account prefs was not the correct one.
13027
13028 2005-04-12 [paul]       1.9.6cvs33
13029
13030         * src/inc.c
13031                 if the recv dialog is visible, Cancel only
13032                 cancels the current account
13033
13034
13035 2005-04-10 [colin]      1.9.6cvs32
13036
13037         * src/filtering.c
13038                 Copy score when copying FilteringActions
13039                 Fix bug #674
13040
13041 2005-04-10 [colin]      1.9.6cvs31
13042
13043         * src/inc.c
13044                 Make Message -> Receive -> Cancel cancel 
13045                 incorporation on all accounts. Fixes
13046                 bug #693
13047
13048 2005-04-10 [colin]      1.9.6cvs30
13049
13050         * src/prefs_account.c
13051                 Update Privacy checkbuttons status based
13052                 on the selected privacy system
13053         * src/compose.c
13054                 Always connect the "None" privacy system; the
13055                 static boolean was probably there to avoid
13056                 reconnecting twice in the same compose window,
13057                 but as the parent function is only called once
13058                 per compose, it's only a bug - as a static is
13059                 initialized once per application instance.
13060                 Also, don't uncheck Sign and Encrypt when
13061                 selecting None as privacy system; just ignore
13062                 them when sending/queuing.
13063                 Should fix bug #695
13064
13065 2005-04-08 [colin]      1.9.6cvs29
13066
13067         * src/account.c
13068         * src/prefs_account.c
13069         * src/prefs_account.h
13070                 Add account preference to queue message in a certain
13071                 folder.
13072
13073 2005-04-06 [colin]      1.9.6cvs28
13074
13075         * src/prefs_account.c
13076                 Update old inbox path syntax
13077
13078 2005-04-06 [paul]       1.9.6cvs27
13079
13080         sync with main:
13081
13082         * configure.ac
13083                 changed -traditional-cpp to -no-cpp-precomp for newer
13084                 Mac OS X support
13085         * src/foldersel.c
13086                 made column resize automatically
13087         * src/send_message.c
13088                 send_message_smtp(): consider EOF right after QUIT
13089                 successful (workaround for Gmail SMTP server)
13090         * src/common/socket.c
13091                 ssl_read(), ssl_peek(): check EOF which violates the
13092                 SSL protocol
13093         * src/gtk/colorlabel.c
13094                 removed warnings when displaying colorlabel menu
13095                 (don't use GtkAlignment)
13096
13097 2005-04-05 [paul]       1.9.6cvs26
13098
13099         * src/plugins/trayicon/trayicon.c
13100                 fix clipping of icon under KDE3 
13101
13102 2005-04-05 [paul]       1.9.6cvs25
13103
13104         * src/summaryview.c
13105                 hide display of threading
13106                 patch by Alfons
13107
13108 2005-04-04 [thorsten]   1.9.6cvs24
13109
13110         * src/mh.c
13111                 marks lost on filesystems with different stat() results on
13112                 summer-/wintertime
13113
13114 2005-04-03 [colin]      1.9.6cvs23
13115
13116         * src/summaryview.c
13117                 Don't handle up/down. Patch by Alfons
13118
13119 2005-04-02 [colin]      1.9.6cvs22
13120
13121         * src/summaryview.c
13122                 Make scrolling faster. Patch by Alfons.
13123
13124 2005-04-01 [colin]      1.9.6cvs21
13125
13126         * src/Makefile.am
13127         * src/stock_pixmap.c
13128         * src/pixmaps/dir-noselect.xpm ** REMOVED **
13129         * src/pixmaps/dir_noselect.xpm ** ADDED **
13130                 Fix pixmap name mismatch (Thanks Stephan Sachse)
13131
13132 2005-04-01 [colin]      1.9.6cvs20
13133
13134         * src/image_viewer.c
13135         * src/image_viewer.h
13136         * src/procmime.c
13137         * src/procmime.h
13138         * src/textview.c
13139         * src/textview.h
13140                 Implement inline image resizing and right-clicking
13141
13142 2005-04-01 [paul]       1.9.6cvs19
13143
13144         * AUTHORS
13145         * Makefile.am
13146         * configure.ac
13147                 check for gnome2
13148                 patch by Luca Cavalli <loopback<AT>slackit.org>
13149         * po/ru.po
13150                 updated by Pavlo Bohmat
13151
13152 2005-03-31 [colin]      1.9.6cvs18
13153
13154         * src/news.c
13155                 Fix parsing references
13156         * src/msgcache.c
13157                 don't put nulls in the references list
13158         * src/procheader.c
13159                 commit that forgotten file in 1.9.6cvs14
13160
13161 2005-03-31 [colin]      1.9.6cvs17
13162
13163         * src/compose.c
13164                 Fix joining of signature separator again. 
13165                 Maybe Hiro could put it in main too...
13166
13167 2005-03-31 [colin]      1.9.6cvs16
13168
13169         * src/Makefile.am
13170         * src/foldersel.c
13171         * src/stock_pixmap.c
13172         * src/stock_pixmap.h
13173         * src/pixmaps/dir-noselect.xpm
13174                 Update foldersel.c (sync from main, patch by Alfons)
13175
13176 2005-03-30 [colin]      1.9.6cvs15
13177
13178         * src/imap.c
13179                 Fix handling of imap folders containing [] in 
13180                 their name. Thanks to Nahuel Angelinetti for
13181                 the detailed bugreport.
13182
13183 2005-03-30 [colin]      1.9.6cvs14
13184
13185         * src/common/utils.h
13186         * src/common/utils.c
13187         * src/common/defs.h
13188         * src/matcher.c
13189         * src/msgcache.c
13190         * src/news.c
13191         * src/procmsg.c
13192         * src/procmsg.h
13193         * src/quote_fmt_parse.y
13194         * src/summaryview.c
13195                 Update references system. Patch by Alfons
13196
13197 2005-03-30 [colin]      1.9.6cvs13
13198
13199         * src/common/socket.c
13200                 Force the glibc to read resolv.conf again when 
13201                 it has changed. Should fix issues when changing
13202                 networks on a laptop and not restarting sylpheed. 
13203
13204 2005-03-30 [paul]       1.9.6cvs12
13205
13206         partial sync with main:
13207
13208         * src/action.c
13209                 create_io_dialog(): use user-defined text font
13210                 (thanks to Alfons), and modified its appearance.
13211         * src/addrgather.c
13212         * src/addrharvest.c
13213         * src/browseldap.c
13214                 replace old code
13215         * src/compose.c
13216                 don't join (presumably) itemized lines on line-wrapping
13217                 fixed wrapping of quote when auto-wrapping is enabled
13218                 compose_destroy(): destroy paned only if it's not
13219                 attached to window. Fixed memory leak of popup menu.
13220         * src/exphtmldlg.c
13221         * src/expldifdlg.c
13222                 replace old code
13223         * src/html.c
13224         * src/html.h
13225         * src/importmutt.c
13226         * src/importpine.c
13227                 replace old code
13228         * src/main.c
13229                 removed redundant code
13230         * src/mainwindow.c
13231                 changed 'Code set' (which is rather incorrect)
13232                 in the menu to 'Character encoding'
13233                 main_window_set_widgets(): request size first
13234                 to prevent window size becoming wrong
13235                 fixed remembering of the state of the visibility
13236                 of MessageView
13237         * src/messageview.c
13238                 changed 'Code set' (which is rather incorrect)
13239                 in the menu to 'Character encoding'
13240         * src/prefs_common.c
13241         * src/prefs_common.h
13242                 added an option whether to render HTML as text or not
13243                 added separators to outgoing encoding menu
13244         * src/procheader.c
13245                 procheader_scan_date_string(): support header
13246                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
13247         * src/summaryview.c
13248         * src/summaryview.h
13249                 minor code cleanup
13250         * src/textview.c
13251                 textview_show_html(): force output of newline
13252                 added an option whether to render HTML as text or not
13253         * src/common/utils.c
13254                 strncpy2(): optimized based on Alfons' code
13255         * src/gtk/gtkutils.c
13256         * src/gtk/gtkutils.h
13257                 removed non-used code
13258         * src/plugins/pgpmime/passphrase.c
13259                 partially fixed grab input of passphrase dialog
13260                 Confine pointer to window
13261
13262 2005-03-30 [colin]      1.9.6cvs11
13263
13264         * src/msgcache.c
13265         * src/msgcache.h
13266                 Read/write 32bit ints from cache & marks
13267                 From main.
13268
13269 2005-03-29 [paul]       1.9.6cvs10
13270
13271         * AUTHORS
13272         * ChangeLog.claws
13273         * src/compose.c
13274         * src/gtk/gtkaspell.c
13275                 sync with HEAD (don't pass NULL pointers) 
13276
13277 2005-03-24 [paul]
13278
13279         * tools/Makefile.am
13280         * tools/README
13281         * tools/acroread2sylpheed.pl
13282                 sync with HEAD (add script to send pdfs as
13283                 attachments from Adobe Reader 7)
13284
13285 2005-03-21 [paul]       1.9.6cvs9
13286
13287         * configure.ac
13288         * po/POTFILES.in
13289         * src/Makefile.am
13290         * src/crash.c
13291         * src/image_viewer.c ** ADDED **
13292         * src/image_viewer.h ** ADDED **
13293         * src/main.c
13294         * src/prefs_common.c
13295         * src/prefs_common.h
13296         * src/prefs_image_viewer.c ** ADDED **
13297         * src/prefs_image_viewer.h ** ADDED **
13298         * src/textview.c
13299         * src/gtk/about.c
13300         * src/pixmaps/sylpheed_logo.xpm
13301         * src/plugins/Makefile.am
13302         * src/plugins/image_viewer/.cvsignore ** REMOVED **
13303         * src/plugins/image_viewer/Makefile.am ** REMOVED **
13304         * src/plugins/image_viewer/plugin.c ** REMOVED **
13305         * src/plugins/image_viewer/viewer.c ** REMOVED **
13306         * src/plugins/image_viewer/viewer.glade ** REMOVED **
13307         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
13308         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
13309         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
13310         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
13311                 as gdk-pixbuf is now built-in
13312                 remove image_viewer plugin and put code back into
13313                 main codebase
13314                 implement inline image display (sync with main)
13315
13316                 replace logo with newer, nicer, larger version  
13317
13318 2005-03-21 [paul]       1.9.6cvs8
13319
13320         * src/gtk/about.c
13321                 cosmetic improvement
13322
13323 2005-03-21 [holger]     1.9.6cvs7
13324
13325         * src/plugins/spamassassin/spamassassin.c
13326                 Sync with HEAD
13327                 (unregister hook on failed plugin init)
13328
13329 2005-03-20 [colin]      1.9.6cvs6
13330
13331         * src/common/plugin.c
13332                 Check that plugin isn't already loaded
13333                 Patch by Alfons
13334
13335 2005-03-20 [thorsten]   1.9.6cvs5
13336
13337         * src/compose.c
13338                 use a more compatible syntax
13339
13340 2005-03-20 [thorsten]   1.9.6cvs4
13341
13342         * src/prefs_toolbar.c
13343                 fix crash when selecting toolbar item (uninitialized pointer)
13344
13345 2005-03-20 [thorsten]   1.9.6cvs3
13346
13347         * src/procmime.c
13348                 fix mimetype detection (referenced free()d string)
13349
13350 2005-03-20 [paul]       1.9.6cvs2
13351
13352         * src/compose.c
13353                 sync with HEAD (1.0.3cvs5)
13354                 neglect Reply-To header if empty
13355                 Patch by Alfons 
13356
13357 2005-03-19 [holger]     1.9.6cvs1
13358
13359         * src/summaryview.c
13360         * src/summaryview.h
13361                 Sync with HEAD
13362
13363 2005-03-18 [paul]       1.9.6
13364
13365         initial GTK2 release
13366
13367 2005-03-18 [paul]       1.0.3cvs3.1
13368
13369         * AUTHORS
13370         * ChangeLog.claws
13371         * configure.ac
13372         * src/gtk/about.c
13373         * src/pixmaps/sylpheed_logo.xpm
13374                 sync with HEAD
13375
13376 2005-03-18 [colin]      1.0.3cvs2.6
13377
13378         * src/summaryview.c
13379                 Remove call to summary_step in summary_copy_selected_to
13380                 Can't see its purpose, and this causes bug when copying
13381                 a message if the next one is unread: it reads it.
13382
13383 2005-03-18 [paul]       1.0.3cvs2.5
13384
13385         * src/foldersel.c
13386                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
13387
13388 2005-03-18 [paul]       1.0.3cvs2.4
13389
13390         * src/addrharvest.c
13391         * src/codeconv.c
13392         * src/codeconv.h
13393         * src/compose.c
13394         * src/news.c
13395         * src/procheader.c
13396         * src/procmime.c
13397         * src/unmime.c
13398         * src/unmime.h
13399                 fix buffer overflow, CAN-2005-0667, see
13400                 http://secunia.com/advisories/14491/
13401                 Patch by Alfons
13402
13403 2005-03-17 [colin]      1.0.3cvs2.3
13404
13405         * src/prefs_fonts.c
13406         * src/summaryview.c
13407                 Fix font bugs (both lists now officialy share 
13408                 the same font)
13409                 
13410
13411 2005-03-17 [paul]       1.0.3cvs2.2
13412
13413         * src/gtk/pluginwindow.c
13414                 make plugin descriptions uneditable
13415
13416 2005-03-11 [paul]       1.0.3cvs2.1
13417
13418         * ChangeLog.claws
13419         * configure.ac
13420         * po/POTFILES.in
13421         * src/plugins/trayicon/trayicon.c
13422                 sync with HEAD
13423                 add src/wizard.c to POTFILES.in
13424
13425 2005-03-11 [paul]       1.0.3cvs1.1
13426
13427         * ChangeLog
13428         * ChangeLog.claws
13429         * configure.ac
13430         * po/de.po
13431         * po/es.po
13432         * po/fr.po
13433         * po/it.po
13434         * po/pt_BR.po
13435         * po/ru.po
13436         * po/sk.po
13437         * po/sr.po
13438         * po/zh_CN.po
13439                 sync with HEAD
13440
13441 2005-03-04 [colin]      1.0.1cvs22.2
13442
13443         * src/compose.c
13444                 Fix signatures with accentued chars in it
13445
13446 2005-03-04 [colin]      1.0.1cvs22.1
13447
13448         * src/common/smtp.c
13449         * src/common/smtp.h
13450                 Don't use SIZE param in MAIL FROM: if server 
13451                 doesn't support it. Patch by Eugen Freiter
13452                 <eugen_f@users.sf.net>
13453
13454 2005-02-27 [paul]       1.0.1cvs20.1
13455
13456         * ChangeLog.claws
13457         * configure.ac
13458         * src/messageview.c
13459                 sync with HEAD
13460
13461 2005-02-27 [colin]      1.0.1cvs19.4
13462
13463         * src/procheader.c
13464         * src/procheader.h
13465                 Fix prototypes. Patch by Alfons
13466
13467 2005-02-27 [colin]      1.0.1cvs19.3
13468
13469         * src/compose.c
13470                 Don't auto-join the signature separator.
13471
13472 2005-02-26 [colin]      1.0.1cvs19.2
13473
13474         * src/summaryview.c
13475                 Fix 'mark all read' with collapsed threads.
13476                 Patch by Alfons.
13477
13478 2005-02-25 [paul]       1.0.1cvs19.1
13479
13480         * ChangeLog.claws
13481         * configure.ac
13482         * src/prefs_account.c
13483         * src/prefs_folder_item.c
13484         * src/gtk/prefswindow.c
13485         * src/gtk/prefswindow.h
13486                 sync with HEAD
13487
13488 2005-02-25 [paul]       1.0.1cvs15.12
13489
13490         * src/alertpanel.c
13491         * src/codeconv.c
13492         * src/compose.c
13493         * src/textview.c
13494         * src/gtk/gtkutils.c
13495         * src/gtk/gtkutils.h
13496         * src/gtk/logwindow.c
13497         * src/gtk/progressdialog.c
13498                 sync with main (revision 127)
13499                 and fix logwindow clipping
13500
13501 2005-02-24 [colin]      1.0.1cvs15.11
13502
13503         * src/plugins/pgpmime/passphrase.c
13504                 Disable input grabbing; it doesn't work yet.
13505
13506 2005-02-24 [colin]      1.0.1cvs15.10
13507
13508         * src/messageview.c
13509                 Don't send out receipts if offline. Ask.
13510
13511 2005-02-23 [colin]      1.0.1cvs15.9
13512
13513         * src/summaryview.c     
13514                 Fix expanding
13515
13516 2005-02-23 [colin]      1.0.1cvs15.8
13517
13518         * src/summaryview.c
13519                 Really fix Bug 568 by removing useless
13520                 calls. summary_thread_init() now called
13521                 in summary_sort(). This should please
13522                 Alfons as it should be faster than 
13523                 previously.
13524
13525 2005-02-23 [colin]      1.0.1cvs15.7
13526
13527         * src/compose.c
13528                 Encode parts as QP or B64 if signing
13529
13530 2005-02-23 [colin]      1.0.1cvs15.6
13531
13532         * src/compose.c
13533                 Fix Mimeinfo leakage (including tmp files)
13534         * src/procmsg.c
13535                 Fix tmp file leakage (spotted by Ivan Rayner)
13536
13537 2005-02-22 [colin]      1.0.1cvs15.5
13538
13539         * src/expldifdlg.c
13540                 Fix keyboard input. Patch by Alfons.
13541
13542 2005-02-21 [colin]      1.0.1cvs15.4
13543
13544         * src/compose.c
13545                 Fix Sign/Encrypt when unselecting privacy
13546                 system
13547         * src/prefs_common.c
13548                 Change default message font to Monospace
13549         * src/summaryview.c
13550                 More freezing during potentially large operations
13551
13552 2005-02-21 [paul]       1.0.1cvs15.3
13553
13554         * src/main.c
13555                 fix --help output
13556
13557 2005-02-21 [paul]       1.0.1cvs15.2
13558
13559         * po/Makefile.in.in
13560         * src/compose.c
13561         * src/summaryview.c
13562         * src/textview.c
13563         * src/common/utils.c
13564         * src/common/utils.h
13565                 sync with main (revision 117)
13566
13567 2005-02-20 [colin]      1.0.1cvs15.1
13568
13569         * src/common/defs.h
13570                 Change cache file to .sylpheed_claws_cache, as
13571                 suggested by Alfons. Allows people to switch
13572                 between Sylpheed and Sylpheed-Claws. it is
13573                 a good idea to "Check for new messages" at next
13574                 startup.
13575
13576
13577 2005-02-18 [colin]      1.0.1cvs14.1
13578
13579         * src/quote_fmt_lex.l
13580         * src/quote_fmt_parse.y
13581                 Fix parser initialisation. Patch by Ivan.
13582
13583 2005-02-18 [colin]      1.0.1cvs11.6
13584
13585         * src/folderview.c
13586                 Fix scrolldown (bug 662)
13587
13588 2005-02-17 [colin]      1.0.1cvs11.5
13589
13590         * src/codeconv.c
13591                 conv_filename_to_utf8: return clean 7bit instead
13592                 of broken utf8 if needed
13593         * src/mimeview.c
13594                 Fix display of parts with unclean 8bit names
13595
13596 2005-02-17 [paul]       1.0.1cvs11.4
13597
13598         * src/compose.c
13599         * src/exportldif.c
13600         * src/matcher_parser_parse.y
13601         * src/procmime.c
13602         * src/sourcewindow.c
13603         * src/common/Makefile.am
13604         * src/common/intl.h             ** REMOVED **
13605         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13606                 sync with main (revision 109)
13607                 and clean up
13608
13609 2005-02-16 [colin]      1.0.1cvs11.3
13610
13611         * src/summaryview.c
13612                 Fix collapsed thread not highlighting when new
13613                 messages in it (Bug 568) Patch by Stephan Sachse.
13614                 Fix messed up selection when reaching bounds (Bug 632)
13615         * src/prefs_themes.c
13616                 Fix theme installing (Bug 684)
13617
13618 2005-02-16 [colin]      1.0.1cvs11.2
13619
13620         * src/messageview.c
13621                 Fix messageview_select_all
13622
13623 2005-02-16 [colin]      1.0.1cvs11.1
13624
13625         * src/mh.c
13626                 Sync with HEAD (MH scan required function)
13627
13628 2005-02-15 [colin]      1.0.1cvs8.1
13629
13630         * src/mimeview.c
13631         * src/common/utils.c
13632                 Sync with HEAD (filename chars substitution)
13633
13634 2005-02-15 [colin]      1.0.1cvs7.3
13635
13636         * src/gtk/pluginwindow.c
13637                 Fix button spacing
13638
13639 2005-02-15 [colin]      1.0.1cvs7.2
13640
13641         * src/mimeview.c
13642                 Fix mime icons not reset across message when
13643                 scrolled down
13644
13645 2005-02-15 [colin]      1.0.1cvs7.1
13646
13647         * src/compose.c
13648         * src/procmime.c
13649                 Sync with HEAD (optimisation of cvs6)
13650
13651 2005-02-14 [colin]      1.0.1cvs6.1
13652
13653         * src/compose.c
13654         * src/procmime.c
13655                 Sync with HEAD (encode "From " at line beginning)
13656
13657 2005-02-14 [colin]      1.0.1cvs5.3
13658
13659         * src/compose.c
13660                 Fix wrapping with accentued chars.
13661
13662 2005-02-13 [colin]      1.0.1cvs5.2
13663
13664         * src/textview.c
13665                 Fix email informative part parsing with
13666                 accentued chars in it. ispunct() returns
13667                 true for them in utf8...
13668
13669 2005-02-12 [colin]      1.0.1cvs5.1
13670
13671         * src/filtering.c
13672                 Sync with HEAD (remove wrong use of compose after send)
13673
13674 2005-02-12 [paul]       1.0.1cvs4.5
13675
13676         * src/textview.c
13677                 remove unnecessary code (thanks to Alfons)
13678
13679 2005-02-12 [paul]       1.0.1cvs4.4
13680
13681         * src/textview.c
13682                 add 'Copy' to contextual menu on emails
13683
13684 2005-02-11 [colin]      1.0.1cvs4.3
13685
13686         * src/compose.c
13687                 revert 1.0.0cvs28.2, it doesn't work that well.
13688
13689 2005-02-11 [paul]       1.0.1cvs4.2
13690
13691         * po/Makefile.in.in
13692                 fix 'make release'
13693
13694 2005-02-10 [paul]       1.0.1cvs4.1
13695
13696         * ChangeLog
13697         * ChangeLog.claws
13698         * ChangeLog.jp
13699         * configure.ac
13700         * src/compose.c
13701                 sync with HEAD (sync with main)
13702
13703 2005-02-10 [paul]       1.0.1cvs3.2
13704
13705         * AUTHORS
13706         * Makefile.am
13707         * autogen.sh
13708         * configure.ac
13709         * config/mkinstalldirs
13710         * intl/.cvsignore
13711         * intl/ChangeLog
13712         * intl/VERSION
13713         * intl/bindtextdom.c
13714         * intl/config.charset
13715         * intl/dcgettext.c
13716         * intl/dcigettext.c
13717         * intl/dcngettext.c
13718         * intl/dgettext.c
13719         * intl/dngettext.c
13720         * intl/eval-plural.h
13721         * intl/explodename.c
13722         * intl/finddomain.c
13723         * intl/gettext.c
13724         * intl/gettextP.h
13725         * intl/gmo.h
13726         * intl/hash-string.h
13727         * intl/intl-compat.c
13728         * intl/l10nflist.c
13729         * intl/libgnuintl.h.in
13730         * intl/loadinfo.h
13731         * intl/loadmsgcat.c
13732         * intl/localcharset.c
13733         * intl/localcharset.h
13734         * intl/locale.alias
13735         * intl/localealias.c
13736         * intl/localename.c
13737         * intl/log.c
13738         * intl/ngettext.c
13739         * intl/os2compat.c
13740         * intl/os2compat.h
13741         * intl/osdep.c
13742         * intl/plural-exp.c
13743         * intl/plural-exp.h
13744         * intl/plural.c
13745         * intl/plural.y
13746         * intl/ref-add.sin
13747         * intl/ref-del.sin
13748         * intl/relocatable.c
13749         * intl/relocatable.h
13750         * intl/textdomain.c
13751         * m4/Makefile.am
13752         * po/Makefile.in.in
13753         * src/Makefile.am
13754         * src/account.c
13755         * src/action.c
13756         * src/addr_compl.c
13757         * src/addressadd.c
13758         * src/addressbook.c
13759         * src/addrgather.c
13760         * src/addrindex.c
13761         * src/alertpanel.c
13762         * src/browseldap.c
13763         * src/codeconv.c
13764         * src/codeconv.h
13765         * src/compose.c
13766         * src/compose.h
13767         * src/crash.c
13768         * src/editaddress.c
13769         * src/editbook.c
13770         * src/editgroup.c
13771         * src/editjpilot.c
13772         * src/editldap.c
13773         * src/editldap_basedn.c
13774         * src/editvcard.c
13775         * src/exphtmldlg.c
13776         * src/expldifdlg.c
13777         * src/export.c
13778         * src/exporthtml.c
13779         * src/filtering.c
13780         * src/folder.c
13781         * src/folder_item_prefs.c
13782         * src/foldersel.c
13783         * src/folderview.c
13784         * src/grouplistdialog.c
13785         * src/headerview.c
13786         * src/imap.c
13787         * src/imap_gtk.c
13788         * src/import.c
13789         * src/importldif.c
13790         * src/importmutt.c
13791         * src/importpine.c
13792         * src/inc.c
13793         * src/ldif.c
13794         * src/main.c
13795         * src/mainwindow.c
13796         * src/matcher.c
13797         * src/mbox.c
13798         * src/message_search.c
13799         * src/messageview.c
13800         * src/mh.c
13801         * src/mh_gtk.c
13802         * src/mimeview.c
13803         * src/msgcache.c
13804         * src/news.c
13805         * src/news_gtk.c
13806         * src/noticeview.c
13807         * src/partial_download.c
13808         * src/pop.c
13809         * src/prefs_account.c
13810         * src/prefs_actions.c
13811         * src/prefs_common.c
13812         * src/prefs_customheader.c
13813         * src/prefs_display_header.c
13814         * src/prefs_ext_prog.c
13815         * src/prefs_filtering.c
13816         * src/prefs_filtering_action.c
13817         * src/prefs_folder_item.c
13818         * src/prefs_fonts.c
13819         * src/prefs_gtk.c
13820         * src/prefs_matcher.c
13821         * src/prefs_msg_colors.c
13822         * src/prefs_spelling.c
13823         * src/prefs_summary_column.c
13824         * src/prefs_template.c
13825         * src/prefs_themes.c
13826         * src/prefs_toolbar.c
13827         * src/prefs_wrapping.c
13828         * src/privacy.c
13829         * src/procheader.c
13830         * src/procmime.c
13831         * src/procmsg.c
13832         * src/quote_fmt.c
13833         * src/recv.c
13834         * src/send_message.c
13835         * src/setup.c
13836         * src/sourcewindow.c
13837         * src/ssl_manager.c
13838         * src/statusbar.c
13839         * src/summary_search.c
13840         * src/summaryview.c
13841         * src/textview.c
13842         * src/toolbar.c
13843         * src/wizard.c
13844         * src/common/nntp.c
13845         * src/common/plugin.c
13846         * src/common/smtp.c
13847         * src/common/ssl.c
13848         * src/common/ssl_certificate.c
13849         * src/common/string_match.c
13850         * src/common/sylpheed.c
13851         * src/common/template.c
13852         * src/common/utils.c
13853         * src/gtk/about.c
13854         * src/gtk/colorlabel.c
13855         * src/gtk/description_window.c
13856         * src/gtk/filesel.c
13857         * src/gtk/foldersort.c
13858         * src/gtk/gtkaspell.c
13859         * src/gtk/gtkutils.c
13860         * src/gtk/inputdialog.c
13861         * src/gtk/logwindow.c
13862         * src/gtk/menu.c
13863         * src/gtk/pluginwindow.c
13864         * src/gtk/prefswindow.c
13865         * src/gtk/progressdialog.c
13866         * src/gtk/quicksearch.c
13867         * src/gtk/sslcertwindow.c
13868         * src/plugins/clamav/clamav_plugin.c
13869         * src/plugins/clamav/clamav_plugin_gtk.c
13870         * src/plugins/demo/demo.c
13871         * src/plugins/dillo_viewer/dillo_prefs.c
13872         * src/plugins/dillo_viewer/dillo_viewer.c
13873         * src/plugins/image_viewer/plugin.c
13874         * src/plugins/image_viewer/viewer.c
13875         * src/plugins/image_viewer/viewerprefs.c
13876         * src/plugins/mathml_viewer/mathml_viewer.c
13877         * src/plugins/pgpmime/passphrase.c
13878         * src/plugins/pgpmime/plugin.c
13879         * src/plugins/pgpmime/prefs_gpg.c
13880         * src/plugins/pgpmime/select-keys.c
13881         * src/plugins/pgpmime/sgpgme.c
13882         * src/plugins/spamassassin/spamassassin.c
13883         * src/plugins/spamassassin/spamassassin_gtk.c
13884         * src/plugins/trayicon/trayicon.c
13885                 sync with main (revision 104)
13886
13887 2005-02-10 [colin]      1.0.1cvs3.1
13888
13889         * src/mainwindow.c
13890                 Sync with HEAD (fix occasional crasher)
13891
13892 2005-02-10 [colin]      1.0.1cvs2.1
13893
13894         * src/messageview.c
13895                 Synw with HEAD (don't automatically display html)
13896
13897 2005-02-09 [colin]      1.0.1cvs1.3
13898
13899         * src/textview.c
13900         * src/textview.h
13901                 Add contextual menu on emails
13902
13903 2005-02-09 [colin]      1.0.1cvs1.2
13904
13905         * src/codeconv.c
13906                 Fix converting from broken headers and 
13907                 put back the _ in missing places
13908                 (feature broke with cvs24.2 sync, main 
13909                  possibly affected?)
13910
13911 2005-02-09 [colin]      1.0.1cvs1.1
13912
13913         * src/messageview.c
13914         * src/mimeview.c
13915         * src/mimeview.h
13916                 Sync with HEAD (display non text/plain mails with plugin)
13917
13918 2005-02-08 [colin]      1.0.1.1
13919
13920         * ChangeLog.claws
13921         * po/pt_BR.po
13922                 Sync with HEAD
13923         * configure.ac
13924                 Make default configuration directory 
13925                 be .sylpheed-gtk2
13926
13927 2005-02-08 [colin]      1.0.0cvs29.1
13928
13929         * po/de.po
13930         * po/es.po
13931         * po/fr.po
13932         * po/it.po
13933         * po/sk.po
13934         * po/sr.po
13935                 Sync translations with HEAD
13936
13937 2005-02-06 [colin]      1.0.0cvs28.3
13938
13939         * src/compose.c
13940                 Make compose a bit faster - patch by Alfons.
13941
13942 2005-02-06 [colin]      1.0.0cvs28.2
13943
13944         * src/compose.c
13945                 Make pasting via middle-click more reliable
13946
13947 2005-02-05 [paul]       1.0.0cvs28.1
13948
13949         * ChangeLog
13950         * ChangeLog.claws
13951         * ChangeLog.jp
13952         * configure.ac
13953         * src/compose.c
13954                 sync with HEAD
13955                 (fix bug 682 'redirect is broken'
13956
13957 2005-02-05 [torte]      1.0.0cvs27.1
13958
13959         * ChangeLog.claws
13960         * configure.ac
13961         * src/partial_download.c
13962                 Sync with HEAD (fix buf overflow)
13963
13964 2005-02-03 [colin]      1.0.0cvs26.1
13965
13966         * src/common/plugin.c
13967                 Sync with HEAD (avoid plugin mismatches)
13968
13969 2005-02-03 [paul]       1.0.0cvs25.3
13970
13971         * src/folderview.c
13972         * src/headerview.c
13973         * src/summaryview.c
13974         * src/textview.c
13975         * src/gtk/colorlabel.c
13976                 third and final part of initial sync with main-gtk2
13977
13978 2005-02-03 [paul]       1.0.0cvs25.2
13979
13980         * src/jpilot.c
13981                 fix building with jpilot support
13982
13983 2005-02-02 [colin]      1.0.0cvs25.1
13984
13985         * src/messageview.c
13986                 Sync with HEAD (fix dangerous typo)
13987
13988 2005-02-01 [colin]      1.0.0cvs24.3
13989
13990         * src/common/xml.c
13991                 Write file as advertised (UTF-8)
13992
13993 2005-02-01 [paul]       1.0.0cvs24.2
13994
13995         * src/addrbook.c
13996         * src/addrindex.c
13997         * src/alertpanel.h
13998         * src/codeconv.c
13999         * src/codeconv.h
14000         * src/compose.c
14001         * src/export.c
14002         * src/folder_item_prefs.c
14003         * src/html.c
14004         * src/imap.c
14005         * src/import.c
14006         * src/jpilot.c
14007         * src/mainwindow.c
14008         * src/matcher_parser_lex.l
14009         * src/messageview.c
14010         * src/mh.c
14011         * src/prefs_account.c
14012         * src/prefs_actions.c
14013         * src/prefs_common.c
14014         * src/prefs_gtk.c
14015         * src/prefs_gtk.h
14016         * src/prefs_themes.c
14017         * src/procheader.c
14018         * src/procmime.c
14019         * src/sourcewindow.c
14020         * src/statusbar.c
14021         * src/summaryview.c
14022         * src/textview.c
14023         * src/toolbar.c
14024         * src/unmime.c
14025         * src/common/template.c
14026         * src/common/utils.c
14027         * src/common/xml.c
14028         * src/common/xml.h
14029         * src/gtk/gtkaspell.c
14030         * src/plugins/clamav/clamav_plugin.c
14031         * src/plugins/dillo_viewer/dillo_prefs.c
14032         * src/plugins/image_viewer/viewerprefs.c
14033         * src/plugins/pgpmime/passphrase.c
14034         * src/plugins/pgpmime/prefs_gpg.c
14035         * src/plugins/pgpmime/select-keys.c
14036         * src/plugins/spamassassin/spamassassin.c
14037                 second part of initial sync with main-gtk2
14038                 (more to follow)
14039
14040 2005-01-31 [colin]      1.0.0cvs24.1
14041
14042         * src/compose.c
14043                 Sync with HEAD
14044
14045 2005-01-29 [paul]       1.0.0cvs23.2
14046
14047         * src/account.c
14048         * src/action.c
14049         * src/addressadd.c
14050         * src/addressbook.c
14051         * src/alertpanel.c
14052         * src/compose.c
14053         * src/editaddress.c
14054         * src/editbook.c
14055         * src/editgroup.c
14056         * src/editjpilot.c
14057         * src/editldap.c
14058         * src/editldap_basedn.c
14059         * src/editvcard.c
14060         * src/export.c
14061         * src/foldersel.c
14062         * src/grouplistdialog.c
14063         * src/import.c
14064         * src/importldif.c
14065         * src/inc.c
14066         * src/main.c
14067         * src/mainwindow.c
14068         * src/message_search.c
14069         * src/messageview.c
14070         * src/mimeview.c
14071         * src/prefs_actions.c
14072         * src/prefs_common.c
14073         * src/prefs_common.h
14074         * src/prefs_customheader.c
14075         * src/prefs_display_header.c
14076         * src/prefs_filtering.c
14077         * src/prefs_filtering_action.c
14078         * src/prefs_gtk.c
14079         * src/prefs_matcher.c
14080         * src/prefs_summary_column.c
14081         * src/prefs_template.c
14082         * src/sourcewindow.c
14083         * src/summary_search.c
14084         * src/summaryview.c
14085         * src/textview.c
14086         * src/gtk/about.c
14087         * src/gtk/description_window.c
14088         * src/gtk/gtkshruler.c
14089         * src/gtk/gtkutils.c
14090         * src/gtk/gtkutils.h
14091         * src/gtk/inputdialog.c
14092         * src/gtk/logwindow.c
14093         * src/gtk/prefswindow.c
14094         * src/gtk/progressdialog.c
14095         * src/gtk/progressdialog.h
14096                 first part of initial sync with main-gtk2
14097                 (more to follow)
14098
14099 2005-01-28 [colin]      1.0.0cvs23.1
14100
14101         * src/folderview.c
14102                 Sync with HEAD
14103
14104 2005-01-27 [colin]      1.0.0cvs21.1
14105
14106         * src/folder.c
14107         * src/folderview.c
14108                 Sync with HEAD
14109
14110 2005-01-27 [colin]      1.0.0cvs19.1
14111
14112         * src/procmime.c
14113                 Sync with HEAD
14114
14115 2005-01-27 [colin]      1.0.0cvs18.1
14116
14117         * src/messageview.c
14118         * src/summaryview.c
14119         * src/mainwindow.c
14120         * src/compose.c
14121         * src/compose.h
14122         * src/procmsg.c
14123         * src/procmsg.h
14124         * src/toolbar.c
14125                 Sync with HEAD
14126
14127 2005-01-26 [paul]       1.0.0cvs15.2
14128
14129         * src/compose.c
14130                 compose_entries_set(): convert subject and body to
14131                 utf8 if necessary. patch by Felix Eckhofer
14132
14133 2005-01-26 [paul]       1.0.0cvs15.1
14134
14135         * configure.ac
14136         * src/common/template.c
14137                 sync with HEAD (fix memory leak)
14138
14139 2005-01-25 [paul]       1.0.0cvs14.1
14140
14141         * configure.ac
14142         * src/compose.c
14143                 sync with HEAD
14144
14145 2005-01-24 [colin]      1.0.0cvs13.1
14146
14147         * src/summaryview.c
14148                 Sync with HEAD
14149
14150 2005-01-24 [paul]       1.0.0cvs12.1
14151
14152         * configure.ac
14153         * src/messageview.c
14154         * src/mh.c
14155         * src/common/utils.c
14156                 sync with HEAD
14157
14158 2005-01-24 [colin]      1.0.0cvs11.1
14159
14160         * src/procheader.c
14161                 Sync with HEAD
14162
14163 2005-01-24 [colin]      1.0.0cvs10.1
14164
14165         * src/folderview.c
14166                 Sync with HEAD
14167
14168 2005-01-23 [colin]      1.0.0cvs9.1
14169
14170         * src/crash.c
14171                 Sync with HEAD
14172
14173 2005-01-22 [colin]      1.0.0cvs8.1
14174
14175         * src/summaryview.c
14176         * src/gtk/quicksearch.c
14177                 Sync with HEAD
14178
14179 2005-01-21 [colin]      1.0.0cvs7.1
14180
14181         * src/summaryview.c
14182                 Sync with HEAD
14183
14184 2005-01-21 [colin]      1.0.0cvs6.1
14185
14186         * src/summaryview.c
14187                 Sync with HEAD
14188
14189 2005-01-21 [colin]      1.0.0cvs5.1
14190
14191         * src/gtk/quicksearch.c
14192         * src/prefs_common.c
14193         * src/prefs_common.h
14194                 Sync with HEAD (recurse option)
14195
14196 2005-01-21 [colin]      1.0.0cvs4.1
14197
14198         * src/folder.h
14199         * src/folderview.c
14200         * src/folderview.h
14201         * src/summaryview.c
14202         * src/gtk/quicksearch.c
14203         * src/gtk/quicksearch.h
14204                 Sync with HEAD (recursive quicksearch)
14205
14206 2005-01-20 [colin]      1.0.0cvs3.4
14207
14208         * src/ssl_manager.c
14209                 Remove useless code
14210
14211 2005-01-20 [colin]      1.0.0cvs3.3
14212
14213         * src/ssl_manager.c
14214                 Fix leak, thanks to Alfons.
14215
14216 2005-01-20 [colin]      1.0.0cvs3.2
14217
14218         * src/ssl_manager.c
14219                 Port SSL certificate window to GTK2.
14220
14221 2005-01-20 [paul]       1.0.0cvs3.1
14222
14223         * ChangeLog.claws
14224         * configure.ac
14225         * src/addrindex.c
14226         * src/addrindex.h
14227                 sync with HEAD
14228
14229 2005-01-19 [colin]      1.0.0cvs2.2
14230
14231         * src/plugins/trayicon/trayicon.c
14232                 Fix freeze with gtk-2.6, the easy way
14233                 (signal blocking helpless there...)
14234                 Closes bug #668.
14235
14236 2005-01-19 [colin]      1.0.0cvs2.1
14237
14238         * src/mbox.c
14239         * src/mbox.h
14240         * src/mainwindow.c
14241         * src/summaryview.c
14242         * src/summaryview.h
14243                 Sync with HEAD
14244
14245 2005-01-19 [paul]       1.0.0cvs1.1
14246
14247         * configure.ac
14248         * po/de.po
14249         * po/es.po
14250         * po/fr.po
14251         * po/hr.po
14252         * po/it.po
14253         * po/ja.po
14254         * po/ko.po
14255         * po/pt_BR.po
14256         * po/ru.po
14257         * po/sk.po
14258         * po/sr.po
14259                 sync with HEAD (update translations)
14260
14261 2005-01-18 [colin]      1.0.0cvs0.1
14262
14263         * src/foldersel.c
14264                 Specify search column - patch by Alfons
14265
14266 2005-01-18 [colin]      0.9.13cvs36.3
14267
14268         * src/prefs_toolbar.c
14269                 Change Delete to Remove
14270         * src/prefs_fonts.c
14271                 GTK2 version and leak fixes
14272         * src/prefs_actions.c
14273                 Add stock buttons.
14274                 All patches by Alfons
14275
14276 2005-01-17 [colin]      0.9.13cvs36.2
14277
14278         * src/compose.c
14279                 Fix DnD inserting twice. While at it,
14280                 add DnD support for text/plain in the
14281                 body, and add support in the headers.
14282
14283 2005-01-16 [colin]      0.9.13cvs36.1
14284
14285         * ChangeLog
14286         * ChangeLog.jp
14287         * ChangeLog.claws
14288                 Sync with HEAD (nothing applicable)
14289
14290 2005-01-16 [colin]      0.9.13cvs33.2
14291
14292         * src/prefs_toolbar.c
14293                 GTK2ize prefs_toolbar, by Alfons.
14294
14295 2005-01-14 [colin]      0.9.13cvs33.1
14296
14297         * src/html.c
14298         * src/msgcache.c
14299                 Sync with HEAD
14300
14301 2005-01-14 [colin]      0.9.13cvs32.1
14302
14303         * src/html.c
14304         * src/html.h
14305         * src/msgcache.c
14306         * AUTHORS
14307         * tools/calypso_convert.pl
14308                 Sync with HEAD
14309
14310 2005-01-08 [colin]      0.9.13cvs29.2
14311
14312         * src/prefs_filtering_action.c
14313         * src/prefs_filtering.c
14314                 2 more gtk2 patches by Alfons
14315
14316 2005-01-07 [paul]       0.9.13cvs29.1
14317
14318         * ChangeLog
14319         * ChangeLog.claws
14320         * ChangeLog.jp
14321         * configure.ac
14322         * src/pop.c
14323         * src/pop.h
14324                 sync with HEAD
14325
14326 2005-01-07 [colin]      0.9.13cvs28.3
14327
14328         * src/gtk/progressdialog.c
14329         * src/gtk/progressdialog.h
14330         * src/inc.c
14331         * src/send_message.c
14332                 GTK2 for the incorporation dialog. The CList isn't dead
14333                 yet, for a more smooth migration. Patch by Alfons.
14334
14335 2005-01-06 [colin]      0.9.13cvs28.2
14336
14337         * src/prefs_display_header.c
14338                 GTK2 conversion by Alfons
14339         * src/prefs_actions.c
14340         * src/prefs_matcher.c
14341                 Fix 2 leaks - patch by Alfons
14342
14343 2005-01-06 [colin]      0.9.13cvs28.1
14344
14345         * src/prefs_matcher.c
14346                 Sync with HEAD
14347
14348 2005-01-06 [colin]      0.9.13cvs27.4
14349
14350         * src/prefs_matcher.c
14351                 Fix double-free. Patch by Alfons
14352
14353 2005-01-06 [colin]      0.9.13cvs27.3
14354
14355         * src/prefs_matcher.c
14356                 GTK2 widgets + memleak
14357                 Patch by Alfons
14358
14359 2005-01-05 [colin]      0.9.13cvs27.2
14360
14361         * src/account.c
14362         * src/addr_compl.c
14363         * src/foldersel.c
14364         * src/stock_pixmap.c
14365         * src/stock_pixmap.h
14366                 3 more GTK2 patches by Alfons.
14367
14368 2005-01-04 [colin]      0.9.13cvs27.1
14369
14370         * src/folderview.c
14371         * src/imap_gtk.c
14372         * src/news_gtk.c
14373                 Sync with HEAD
14374
14375 2005-01-04 [colin]      0.9.13cvs25.9
14376
14377         * src/compose.c
14378                 Fix Show Ruler menuitem
14379         * src/prefs_template.c
14380                 Convert to GTK2
14381         * src/common/utils.c
14382                 Make auto pointer stuff handles NULLs
14383                 Patches by Alfons.
14384
14385 2005-01-04 [colin]      0.9.13cvs25.8
14386
14387         * src/compose.c
14388                 Move the attachment list to gtk2
14389                 Patch by Alfons.
14390
14391 2005-01-04 [colin]      0.9.13cvs25.7
14392
14393         * src/textview.c
14394                 Make some keys work again
14395                 Patch by SungHyun Nam <namsh@kldp.org>
14396
14397 2005-01-04 [colin]      0.9.13cvs25.6
14398
14399         * src/gtk/gtkshruler.c
14400                 Move the ruler to GTK2
14401                 Patch by Alfons
14402
14403 2005-01-03 [colin]      0.9.13cvs25.5
14404
14405         * src/compose.c
14406                 Fix my broken patch apply 
14407
14408 2005-01-03 [colin]      0.9.13cvs25.4
14409
14410         * src/common/utils.c
14411         * src/common/utils.h
14412         * src/gtk/prefswindow.c
14413                 Move auto pointer stuff to utils.c
14414                 Patch by Alfons again :)
14415
14416 2005-01-03 [colin]      0.9.13cvs25.3
14417
14418         * src/compose.c
14419         * src/prefs_gtk.c
14420         * src/prefs_template.c
14421         * src/textview.c
14422                 Empty text widgets with empty strings, not NULL char
14423                 Patch by SungHyun Nam <namsh@kldp_org>
14424
14425 2005-01-03 [colin]      0.9.13cvs25.2
14426
14427         * src/main.c
14428         * AUTHORS
14429                 Sync with HEAD
14430
14431 2005-01-03 [colin]      0.9.13cvs25.1
14432
14433         * src/pop.c
14434         * src/pop.h
14435                 Sync with HEAD
14436
14437 2005-01-03 [colin]      0.9.13cvs24.3
14438
14439         * src/account.c
14440                 Two patches from Alfons and Alex S Moore:
14441                 fix images, fix return value.
14442
14443 2005-01-01 [colin]      0.9.13cvs24.2
14444
14445         * src/prefs_actions.c
14446                 Fix over-zealous assertion. Patch by Alfons
14447
14448 2005-01-01 [colin]      0.9.13cvs24.1
14449
14450         * src/procmime.c
14451                 Sync with HEAD (leak fix)
14452
14453 2004-12-31 [colin]      0.9.13cvs23.2
14454
14455         * src/prefs_common.c
14456                 GTK2 widgets + stock buttons - patch by Alfons
14457
14458 2004-12-31 [paul]       0.9.13cvs23.1
14459
14460         * configure.ac
14461                 bump up EXTRA_VERSION to match (sync'ed) HEAD
14462         * src/gtk/pluginwindow.c
14463                 use GTK2 widgets and plug memory leaks,
14464                 patches by Alfons
14465
14466 2004-12-30 [colin]      0.9.13cvs22.4
14467
14468         * src/account.c
14469         * src/action.c
14470         * src/export.c
14471         * src/foldersel.c
14472         * src/import.c
14473         * src/message_search.c
14474         * src/prefs_actions.c
14475         * src/prefs_common.c
14476         * src/prefs_customheader.c
14477         * src/prefs_filtering.c
14478         * src/prefs_summary_column.c
14479         * src/summary_search.c
14480         * src/gtk/about.c
14481         * src/gtk/description_window.c
14482         * src/gtk/gtkutils.c
14483         * src/gtk/gtkutils.h
14484         * src/gtk/inputdialog.c
14485         * src/gtk/prefswindow.c
14486                 Use GTK2 stock buttons. Patches by Alfons.
14487
14488 2004-12-30 [colin]      0.9.13cvs22.3
14489
14490         * src/account.c
14491                 Sync with HEAD
14492         * src/prefs_actions.c
14493         * src/prefs_customheader.c
14494         * src/prefs_filtering.c
14495         * src/prefs_msg_colors.c
14496         * src/prefs_summary_column.c
14497         * src/gtk/prefswindow.c
14498                 Use GtkTreeView instead of deprecated 
14499                 widgets. Patches by Alfons.
14500
14501 2004-12-30 [paul]       0.9.13cvs22.2
14502
14503         * src/foldersel.c
14504                 use GTK 2 Tree View
14505                 patch by Alfons, with root folder sorting fix
14506                 by Stephan Sachse
14507
14508 2004-12-30 [paul]       0.9.13cvs22.1
14509
14510         * ChangeLog
14511         * ChangeLog.claws
14512         * ChangeLog.jp
14513         * NEWS
14514         * configure.ac
14515         * src/account.c
14516                 sync with HEAD
14517
14518 2004-12-22 [martin]     0.9.13cvs21.2
14519
14520         * src/action.c
14521                 free the command line after its use
14522
14523 2004-12-18 [paul]       0.9.13cvs21.1
14524
14525         * AUTHORS
14526         * ChangeLog
14527         * ChangeLog.claws
14528         * ChangeLog.jp
14529         * NEWS
14530         * configure.ac
14531         * src/action.c
14532         * src/compose.c
14533         * src/syldap.c
14534                 sync with HEAD
14535
14536 2004-12-17 [martin]     0.9.13cvs17.2
14537
14538         * src/action.c
14539                 convert actions input to locale
14540         * src/inc.c
14541                 convert notification command to locale
14542         * src/plugins/pgpmime/select-keys.c
14543                 convert attributes to utf8
14544
14545 2004-12-14 [colin]      0.9.13cvs17.1
14546
14547         * ChangeLog
14548         * ChangeLog.jp
14549         * ChangeLog.claws
14550         * src/action.c
14551         * src/common/utils.c
14552         * src/gtk/prefswindow.c
14553         * src/gtk/gtkutils.c
14554         * src/gtk/gtkutils.h
14555         * src/plugins/spamassassin/libspamc.c
14556                 Sync with HEAD
14557
14558 2004-12-13 [colin]      0.9.13cvs14.1
14559
14560         * src/quote_fmt_parse.y
14561                 Sync with HEAD
14562
14563 2004-12-10 [colin]      0.9.13cvs12.1
14564
14565         * src/prefs_themes.c
14566         * src/mainwindow.c
14567         * src/messageview.c
14568                 Sync with HEAD
14569
14570 2004-12-09 [colin]      0.9.13cvs10.1
14571
14572         * src/procmime.c
14573                 Sync with HEAD (fix B64 encoding from memory)
14574
14575 2004-12-08 [colin]      0.9.13cvs9.1
14576
14577         * src/gtk/colorlabel.c
14578                 Sync with HEAD
14579
14580 2004-12-08 [paul]       0.9.13cvs8.2
14581
14582         * src/gtk/pluginwindow.c
14583                 fix window resizing oddities
14584
14585 2004-12-08 [colin]      0.9.13cvs8.1
14586
14587         * src/quote_fmt_parse.y
14588                 Sync with HEAD
14589
14590 2004-12-08 [colin]      0.9.13cvs7.1
14591
14592         * src/matcher_parser_parse.y
14593         * src/msgcache.c
14594         * src/prefs_matcher.c
14595         * src/procheader.c
14596         * src/matcher.c
14597         * src/common/defs.h
14598         * po/sr.po
14599                 Sync with HEAD
14600
14601 2004-12-08 [colin]      0.9.13cvs6.1
14602
14603         * src/quote_fmt_parse.y
14604         * src/textview.c
14605                 Sync with HEAD
14606         * src/gtk/prefswindow.c
14607         * src/gtk/pluginwindow.c
14608                 Fix G_CALLBACKS protos (thanks to Alfons)
14609
14610 2004-12-07 [torte]      0.9.13cvs2.2
14611
14612         * src/procmime.c
14613                 [Bug 650] reply button causes crash
14614                 Thanks to David Relson and Christoph
14615
14616 2004-12-07 [colin]      0.9.13cvs2.1
14617
14618         * ChangeLog.claws
14619         * AUTHORS
14620         * po/sk.po
14621         * src/procmime.c
14622         * src/prefs_account.c
14623         * src/common/smtp.c
14624         * src/common/smtp.h
14625                 Sync with HEAD
14626
14627 2004-12-06 [colin]      0.9.12cvs187.1
14628
14629         * ChangeLog.claws
14630         * INSTALL
14631         * Makefile.am
14632         * README.claws
14633         * TODO.claws
14634         * configure.ac
14635         * po/bg.po
14636         * po/cs.po
14637         * po/el.po
14638         * po/en_GB.po
14639         * po/es.po
14640         * po/fr.po
14641         * po/hr.po
14642         * po/hu.po
14643         * po/it.po
14644         * po/ja.po
14645         * po/ko.po
14646         * po/nl.po
14647         * po/pl.po
14648         * po/pt_BR.po
14649         * po/ru.po
14650         * po/sk.po
14651         * po/sr.po
14652         * po/sv.po
14653         * po/zh_CN.po
14654         * po/zh_TW.Big5.po
14655         * src/compose.c
14656         * tools/Makefile.am
14657         * tools/README
14658         * tools/filter_conv.pl
14659         * tools/kdeservicemenu/README
14660         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14661         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14662                 Sync with HEAD
14663
14664 2004-12-04 [colin]      0.9.12cvs183.1
14665
14666         * src/compose.c
14667                 Sync with HEAD (compose window position saving)
14668
14669 2004-12-04 [paul]       0.9.12cvs182.3
14670
14671         * src/messageview.c
14672         * src/mimeview.c
14673         * src/prefs_customheader.c
14674         * src/gtk/quicksearch.c
14675                 replace some forgotten GTK_SIGNAL_FUNCs
14676
14677 2004-12-04 [paul]       0.9.12cvs182.2
14678
14679         * src/Makefile.am
14680                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14681                 committed in error      
14682
14683 2004-12-04 [paul]       0.9.12cvs182.1
14684
14685         * ChangeLog
14686         * ChangeLog.claws
14687         * ChangeLog.jp
14688         * INSTALL
14689         * NEWS
14690         * README
14691         * README.jp
14692         * configure.ac
14693         * doc/manual/ja/Makefile.am
14694         * doc/manual/ja/sylpheed-1.html
14695         * doc/manual/ja/sylpheed-10.html
14696         * doc/manual/ja/sylpheed-11.html
14697         * doc/manual/ja/sylpheed-12.html
14698         * doc/manual/ja/sylpheed-13.html
14699         * doc/manual/ja/sylpheed-14.html
14700         * doc/manual/ja/sylpheed-15.html
14701         * doc/manual/ja/sylpheed-16.html
14702         * doc/manual/ja/sylpheed-17.html
14703         * doc/manual/ja/sylpheed-18.html
14704         * doc/manual/ja/sylpheed-19.html
14705         * doc/manual/ja/sylpheed-2.html
14706         * doc/manual/ja/sylpheed-20.html
14707         * doc/manual/ja/sylpheed-3.html
14708         * doc/manual/ja/sylpheed-4.html
14709         * doc/manual/ja/sylpheed-5.html
14710         * doc/manual/ja/sylpheed-6.html
14711         * doc/manual/ja/sylpheed-7.html
14712         * doc/manual/ja/sylpheed-8.html
14713         * doc/manual/ja/sylpheed-9.html
14714         * doc/manual/ja/sylpheed.html
14715         * doc/manual/ja/sylpheed.sgml
14716         * po/de.po
14717         * src/Makefile.am
14718         * src/compose.c
14719         * src/procmime.c
14720         * src/pixmaps/regular.xpm **REMOVED**
14721         * src/plugins/pgpmime/pgpmime.c
14722         * src/plugins/pgpmime/plugin.c
14723         * src/plugins/pgpmime/prefs_gpg.c
14724                 sync with HEAD
14725
14726 2004-12-03 [paul]       0.9.12cvs180.1
14727
14728         * ChangeLog
14729         * ChangeLog.claws
14730         * ChangeLog.jp
14731         * configure.ac
14732         * src/Makefile.am
14733         * src/pop.c
14734         * src/common/utils.c
14735         * src/common/utils.h
14736         * src/pixmaps/continue.xpm
14737         * src/pixmaps/dir_close.xpm
14738         * src/pixmaps/dir_open.xpm
14739         * src/pixmaps/drafts_close.xpm
14740         * src/pixmaps/drafts_open.xpm
14741         * src/pixmaps/folder.xpm **REMOVED**
14742         * src/pixmaps/group.xpm
14743         * src/pixmaps/unread.xpm
14744                 sync with HEAD
14745
14746 2004-12-02 [colin]      0.9.12cvs179.1
14747
14748         * src/compose.c
14749                 Sync with HEAD (non-duplicated reedition)
14750
14751 2004-12-02 [colin]      0.9.12cvs178.1
14752
14753         * src/compose.c
14754                 Sync with HEAD (linewrap_quote fix)
14755
14756 2004-12-01 [colin]      0.9.12cvs177.3
14757
14758         * src/addrharvest.c
14759                 Replace sizeof with strlen
14760
14761 2004-12-01 [paul]       0.9.12cvs177.2
14762
14763         * src/addrharvest.c
14764                 fix 'harvest addresses'
14765
14766 2004-11-30 [colin]      0.9.12cvs177.1
14767
14768         * src/gtk/prefswindow.c
14769         * src/gtk/pluginwindow.c
14770                 Sync with HEAD
14771
14772 2004-11-29 [colin]      0.9.12cvs176.1
14773
14774         * src/folderview.c
14775                 sync with HEAD (Fix disappearing separators in folderview's popup)
14776
14777 2004-11-29 [colin]      0.9.12cvs175.1
14778
14779         * src/procmime.c
14780                 Sync with head (another format fix)
14781
14782 2004-11-29 [colin]      0.9.12cvs174.1
14783
14784         * src/pop.c
14785                 Sync with HEAD (format string fix)
14786
14787 2004-11-26 [colin]      0.9.12cvs173.1
14788
14789         * src/common/smtp.c
14790         * src/common/smtp.h
14791                 Sync with HEAD
14792
14793 2004-11-24 [colin]      0.9.12cvs172.1
14794
14795         * src/plugins/pgpmime/pgpmime.c
14796                 Sync with HEAD
14797
14798 2004-11-24 [colin]      0.9.12cvs171.1
14799
14800         * src/plugins/pgpmime/pgpmime.c
14801                 Sync with head (gpgmectx leaks)
14802
14803 2004-11-24 [colin]      0.9.12cvs169.1
14804
14805         * src/plugins/pgpmime/plugin.c
14806         * src/plugins/trayicon/Makefile.am
14807         * src/plugins/trayicon/newmarkedmail.xpm
14808         * src/plugins/trayicon/trayicon.c
14809         * src/plugins/trayicon/unreadmarkedmail.xpm
14810                 Sync with HEAD
14811
14812 2004-11-23 [colin]      0.9.12cvs168.1
14813
14814         * src/partial_download.c
14815         * src/partial_download.h
14816         * src/plugins/pgpmime/plugin.c
14817                 Sync with HEAD
14818
14819 2004-11-23 [colin]      0.9.12cvs166.1
14820
14821         * src/Makefile.am
14822         * src/codeconv.c
14823         * src/compose.c
14824         * src/folderview.c
14825         * src/main.c
14826         * src/partial_download.c
14827         * src/partial_download.h
14828         * src/prefs_account.c
14829         * src/prefs_account.h
14830         * src/privacy.c
14831         * src/privacy.h
14832         * src/procmime.c
14833         * src/common/Makefile.am
14834         * src/common/base64.h
14835         * src/common/partial_download.c
14836         * src/common/partial_download.h
14837         * src/gtk/prefswindow.c
14838         * src/gtk/prefswindow.h
14839         * src/plugins/pgpmime/pgpmime.c
14840         * src/plugins/pgpmime/prefs_gpg.c
14841         * src/plugins/pgpmime/prefs_gpg.h
14842         * src/plugins/pgpmime/sgpgme.c
14843         * src/plugins/pgpmime/sgpgme.h
14844                 Sync with HEAD
14845
14846 2004-11-23 [colin]      0.9.12cvs163.1
14847
14848         * src/main.c
14849                 Sync with HEAD (cursor optimization)
14850
14851 2004-11-23 [colin]      0.9.12cvs162.1
14852
14853         * src/prefs_common.c
14854         * src/prefs_themes.c
14855         * src/procmsg.c
14856                 Sync with HEAD
14857
14858 2004-11-23 [colin]      0.9.12cvs158.9
14859
14860         * src/compose.c
14861                 Fix double-free when forwarding
14862         * src/msgcache.c
14863                 Fix leak on error path
14864                 
14865
14866 2004-11-23 [colin]      0.9.12cvs158.8
14867
14868         * src/compose.c
14869                 Fix possible double-free
14870                 Spotted by Alfons
14871
14872 2004-11-23 [colin]      0.9.12cvs158.7
14873
14874         * src/compose.c
14875                 Fix some signal handlers' prototypes
14876                 Spotted by Alfons
14877
14878 2004-11-22 [colin]      0.9.12cvs158.6
14879
14880         * src/compose.c
14881                 Remove unneeded code and duplicated
14882                 wrapping - patch by Alfons
14883
14884 2004-11-22 [colin]      0.9.12cvs158.5
14885
14886         * src/prefs_themes.c
14887                 Fix oversized selector
14888
14889 2004-11-22 [colin]      0.9.12cvs158.4
14890
14891         * src/compose.c
14892                 fix dump_text()
14893                 patch by Alfons
14894
14895 2004-11-19 [colin]      0.9.12cvs158.3
14896
14897         * src/textview.c
14898                 Add a context menu on links (open, copy)
14899
14900 2004-11-18 [paul]       0.9.12cvs158.2
14901
14902         * src/addrgather.c
14903         * src/exphtmldlg.c
14904         * src/expldifdlg.c
14905         * src/mimeview.c
14906         * src/prefs_common.c
14907         * src/plugins/image_viewer/viewer.c
14908         * src/plugins/spamassassin/spamassassin_gtk.c
14909                 replace deprecated gtk_notebook_set_page
14910                 and gtk_notebook_current_page
14911
14912 2004-11-18 [paul]       0.9.12cvs158.1
14913
14914         * configure.ac
14915         * src/compose.c
14916         * src/mainwindow.c
14917         * src/messageview.c
14918         * src/prefs_common.c
14919         * src/common/utils.c
14920         * src/common/utils.h
14921                 sync with HEAD
14922
14923 2004-11-17 [colin]      0.9.12cvs156.1
14924
14925         * src/prefs_account.c
14926         * src/prefs_account.h
14927         * src/procmsg.c
14928                 Sync with HEAD (add pref to store encrypted mails encrypted)
14929
14930 2004-11-17 [paul]       0.9.12cvs155.1
14931
14932         * ChangeLog
14933         * ChangeLog.claws
14934         * ChangeLog.jp
14935         * NEWS
14936         * configure.ac
14937         * src/compose.c
14938         * src/jpilot.c
14939         * src/privacy.c
14940         * src/procmime.c
14941         * src/procmime.h
14942         * src/procmsg.c
14943         * src/toolbar.c
14944         * src/pixmaps/error.xpm
14945                 sync with HEAD
14946
14947 2004-11-17 [colin]      0.9.12cvs151.1
14948
14949         * src/plugins/pgpmime/pgpmime.c
14950                 Sync with HEAD (remove debug printf)
14951
14952 2004-11-17 [colin]      0.9.12cvs150.1
14953
14954         * src/plugins/pgpmime/pgpmime.c
14955                 Sync with HEAD (off-by-one fix)
14956
14957 2004-11-17 [colin]      0.9.12cvs149.1
14958
14959         * src/procmsg.c
14960                 Sync with HEAD (coding style fixes)
14961
14962 2004-11-16 [colin]      0.9.12cvs148.1
14963
14964         * src/procmsg.c
14965                 Sync with head (Fix the fix)
14966
14967 2004-11-16 [colin]      0.9.12cvs147.1
14968
14969         * src/procmsg.c
14970                 Sync with Main (leak fix)
14971
14972 2004-11-16 [colin]      0.9.12cvs146.14
14973
14974         * src/compose.c
14975                 Remove useless chunk of code
14976                 Patch by Alfons
14977
14978 2004-11-15 [colin]      0.9.12cvs146.13
14979
14980         * src/compose.c
14981                 Fix drafting after insertion
14982                 Patch by Alfons
14983
14984 2004-11-15 [colin]      0.9.12cvs146.12
14985
14986         * src/compose.c
14987         * src/prefs_filtering.c
14988         * src/prefs_filtering_action.c
14989         * src/prefs_toolbar.c
14990                 Fix some const-correctness
14991
14992 2004-11-15 [colin]      0.9.12cvs146.11
14993
14994         * src/summaryview.c
14995         * src/prefs_themes.c
14996         * src/messageview.c
14997                 Fix some leaks
14998
14999 2004-11-15 [colin]      0.9.12cvs146.10
15000
15001         * src/codeconv.c
15002                 More unreadable locale fixes
15003
15004 2004-11-14 [colin]      0.9.12cvs146.9
15005
15006         * src/textview.c
15007                 Fix uri_security_check
15008                 Patch by Alfons
15009
15010 2004-11-13 [paul]       0.9.12cvs146.8
15011
15012         * src/folder.c
15013         * src/procmime.c
15014                 fix 2 bugs introduced in last commit
15015
15016 2004-11-13 [paul]       0.9.12cvs146.7
15017
15018         * src/compose.c
15019         * src/exporthtml.c
15020         * src/exportldif.c
15021         * src/folder.c
15022         * src/imap.c
15023         * src/imap_gtk.c
15024         * src/main.c
15025         * src/mainwindow.c
15026         * src/messageview.c
15027         * src/mh_gtk.c
15028         * src/prefs_themes.c
15029         * src/procmime.c
15030         * src/setup.c
15031         * src/summaryview.c
15032                 replace deprecated g_basename
15033
15034 2004-11-13 [paul]       0.9.12cvs146.6
15035
15036         * src/compose.c
15037         * src/imap.c
15038         * src/matcher_parser.h
15039         * src/matcher_parser_parse.y
15040         * src/prefs_filtering.c
15041         * src/prefs_filtering_action.c
15042         * src/prefs_themes.c
15043         * src/prefs_toolbar.c
15044         * src/common/utils.c
15045                 various small fixes/cleanups
15046
15047 2004-11-12 [colin]      0.9.12cvs146.5
15048
15049         * src/textview.c
15050                 Validate event's origin on visibility notify
15051                 Patch by Alfons.
15052
15053 2004-11-12 [paul]       0.9.12cvs146.4
15054
15055         * src/exporthtml.c
15056         * src/exportldif.c
15057         * src/imap.c
15058         * src/mh.c
15059         * src/mimeview.c
15060         * src/prefs_spelling.c
15061         * src/prefs_themes.c
15062                 replace deprecated g_dirname    
15063
15064 2004-11-12 [colin]      0.9.12cvs146.3
15065
15066         * src/textview.c
15067                 Some coding style fixes
15068
15069 2004-11-12 [colin]      0.9.12cvs146.2
15070
15071         * src/codeconv.c
15072                 We want to replace _all_ extended chars in
15073                 conv_unreadable_*, because any string containing
15074                 extended chars not parsing as UTF8 is 
15075                 undisplayed on gtk2.
15076
15077 2004-11-12 [paul]       0.9.12cvs146.1
15078
15079         * ChangeLog
15080         * ChangeLog.claws
15081         * ChangeLog.jp
15082         * NEWS
15083         * configure.ac
15084         * src/account.c
15085         * src/folderview.c
15086         * src/folderview.h
15087         * src/imap.c
15088         * src/imap_gtk.c
15089         * src/inc.c
15090         * src/mainwindow.c
15091         * src/mh_gtk.c
15092         * src/news_gtk.c
15093         * src/pop.c
15094         * src/prefs_account.c
15095         * src/prefs_account.h
15096         * src/prefs_ext_prog.c
15097         * src/procmime.c
15098         * src/procmime.h
15099         * src/procmsg.c
15100         * src/procmsg.h
15101         * src/summary_search.c
15102         * src/summaryview.c
15103         * src/textview.c
15104         * src/common/defs.h
15105         * src/common/utils.c
15106         * src/common/utils.h
15107         * src/gtk/menu.c
15108         * src/gtk/menu.h
15109                 sync with HEAD
15110
15111 2004-11-11 [colin]      0.9.12cvs144.2
15112
15113         * src/textview.c
15114                 Fix URI range selection (patch by Alfons)
15115
15116 2004-11-09 [colin]      0.9.12cvs144.1
15117
15118         * ChangeLog.claws
15119         * src/compose.c
15120         * src/folder.c
15121         * src/folder_item_prefs.c
15122         * src/prefs_account.c
15123         * src/prefs_account.h
15124         * src/plugins/pgpmime/pgpmime.c
15125                 Sync with HEAD
15126
15127 2004-11-08 [colin]      0.9.12cvs143.1
15128
15129         * src/summaryview.c
15130                 Sync with HEAD (optimize quicksearch)
15131
15132 2004-11-08 [colin]      0.9.12cvs142.2
15133
15134         * src/compose.c
15135                 Don't wrap when Edit/Auto wrapping is disabled
15136
15137 2004-11-08 [colin]      0.9.12cvs142.1
15138
15139         * src/textview.c
15140                 Sync with HEAD
15141
15142 2004-11-08 [colin]      0.9.12cvs141.1
15143
15144         * src/textview.c
15145                 Sync with HEAD (fix some mail URIs)
15146
15147 2004-11-08 [colin]      0.9.12cvs140.3
15148
15149         * src/textview.c
15150                 o Use text cursor instead of arrow when
15151                   not on a link
15152                 o Fix handling of contiguous links (as in
15153                   "colin@colino.net" <colin@colino.net>)
15154                   This one unveils a bug in get_email_part()
15155
15156 2004-11-07 [colin]      0.9.12cvs140.2
15157
15158         * src/textview.c
15159                 Fix memleak. Patch by Alfons.
15160
15161 2004-11-06 [colin]      0.9.12cvs140.1
15162
15163         * src/compose.c
15164                 Sync with HEAD (don't ask passphrase
15165                 when drafting)
15166
15167 2004-11-06 [paul]       0.9.12cvs139.2
15168
15169         * AUTHORS
15170         * src/textview.c
15171         * src/textview.h
15172                 textview URI handling. hovering over a 
15173                 link displays it in the status bar,
15174                 and changes the mouse pointer to a hand 
15175                 cursor. a link is activated with a single 
15176                 click. (Modified from the) patch by Jean-Yves 
15177                 Lefort <jylefort@users.sourceforge.net>
15178                 
15179
15180 2004-11-05 [colin]      0.9.12cvs139.1
15181
15182         * src/compose.c
15183         * src/procmime.c
15184                 Sync with HEAD again ^^
15185
15186 2004-11-05 [colin]      0.9.12cvs139.1
15187
15188         * src/compose.c
15189         * src/procmime.c
15190                 Sync with HEAD
15191
15192 2004-11-03 [paul]       0.9.12cvs138.1
15193
15194         * ChangeLog.claws
15195         * configure.ac
15196         * po/POTFILES.in
15197         * src/prefs_ext_prog.c
15198         * src/procmime.c
15199         * tools/kdeservicemenu/README
15200         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15201         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15202                 sync with HEAD
15203
15204 2004-11-01 [christoph]  0.9.12cvs136.2
15205
15206         * src/procmime.c
15207                 convert MIME parameters to UTF-8
15208
15209 2004-10-29 [colin]      0.9.12cvs136.1
15210
15211         * src/common/utils.c
15212                 Sync with HEAD (don't use '=' in mime boundary)
15213
15214 2004-10-29 [paul]       0.9.12cvs135.1
15215
15216         * configure.ac
15217         * doc/src/rfc2231.txt
15218         * src/procmime.c
15219         * src/common/quoted-printable.c
15220         * src/common/utils.c
15221         * src/common/utils.h
15222                 sync with HEAD
15223
15224 2004-10-27 [paul]       0.9.12cvs134.1
15225
15226         * configure.ac
15227         * src/main.c
15228         * src/procmime.c
15229         * src/plugins/pgpmime/pgpmime.c
15230                 sync with HEAD
15231
15232 2004-10-26 [paul]       0.9.12cvs132.3
15233
15234         * src/account.c
15235         * src/addressbook.c
15236         * src/addrgather.c
15237         * src/addrharvest.c
15238         * src/codeconv.c
15239         * src/compose.c
15240         * src/customheader.c
15241         * src/editaddress.c
15242         * src/editgroup.c
15243         * src/enriched.c
15244         * src/expldifdlg.c
15245         * src/exporthtml.c
15246         * src/exportldif.c
15247         * src/folder.c
15248         * src/foldersel.c
15249         * src/folderview.c
15250         * src/grouplistdialog.c
15251         * src/html.c
15252         * src/imap.c
15253         * src/jpilot.c
15254         * src/ldapserver.c
15255         * src/ldif.c
15256         * src/mimeview.c
15257         * src/news.c
15258         * src/news_gtk.c
15259         * src/pop.c
15260         * src/prefs_display_header.c
15261         * src/prefs_gtk.c
15262         * src/prefs_msg_colors.c
15263         * src/prefs_toolbar.c
15264         * src/procheader.c
15265         * src/procmime.c
15266         * src/summaryview.c
15267         * src/textview.c
15268         * src/toolbar.c
15269         * src/vcard.c
15270         * src/common/mgutils.c
15271         * src/common/nntp.c
15272         * src/common/smtp.c
15273         * src/common/template.c
15274         * src/common/utils.c
15275         * src/common/xmlprops.c
15276         * src/plugins/pgpmime/pgpmime.c
15277         * src/plugins/pgpmime/select-keys.c
15278         * src/plugins/pgpmime/sgpgme.c
15279                 replace deprecated g_strcasecmp(), g_strncasecmp(),
15280                 g_string_sprintfa(), gtk_notebook_current_page()
15281
15282 2004-10-26 [colin]      0.9.12cvs132.2
15283
15284         * src/prefs_folder_item.c
15285                 Fix default-account selection
15286
15287 2004-10-21 [colin]      0.9.12cvs133
15288
15289         * src/compose.c
15290                 Sync with HEAD (Remove extra separator in compose's Options)
15291         * src/textview.c
15292                 Set wrapping to char
15293
15294 2004-10-21 [paul]       0.9.12cvs131.2
15295
15296         * src/compose.c
15297         * src/sourcewindow.c
15298                 fix wrapping
15299                 fix window shrinking 
15300
15301 2004-10-21 [colin]      0.9.12cvs131.1
15302
15303         * ChangeLog.claws
15304         * src/compose.c
15305                 Sync with HEAD
15306
15307 2004-10-21 [paul]       0.9.12cvs130.2
15308
15309         * src/prefs_folder_item.c
15310                 sync with HEAD (Apply to subfolders)
15311
15312 2004-10-19 [colin]      0.9.12cvs130.1
15313
15314         * ChangeLog.claws
15315         * src/compose.c
15316         * src/common/utils.c
15317         * src/gtk/menu.c
15318                 Sync with HEAD
15319
15320 2004-10-19 [colin]      0.9.12cvs128.1
15321
15322         * src/addrbook.c
15323         * src/addrcache.c
15324         * src/addressbook.c
15325         * src/codeconv.c
15326         * src/compose.c
15327         * src/customheader.c
15328         * src/editaddress.c
15329         * src/editgroup.c
15330         * src/exporthtml.c
15331         * src/folder.c
15332         * src/folderview.c
15333         * src/imap.c
15334         * src/jpilot.c
15335         * src/main.c
15336         * src/matcher_parser_parse.y
15337         * src/mbox.c
15338         * src/pop.c
15339         * src/prefs_account.c
15340         * src/prefs_gtk.c
15341         * src/prefs_msg_colors.c
15342         * src/procheader.c
15343         * src/procmime.c
15344         * src/procmime.h
15345         * src/procmsg.c
15346         * src/summaryview.c
15347         * src/textview.c
15348         * src/common/base64.c
15349         * src/common/partial_download.c
15350         * src/common/socket.c
15351         * src/common/sylpheed.c
15352         * src/common/utils.c
15353         * src/common/utils.h
15354         * src/gtk/pluginwindow.c
15355         * src/gtk/quicksearch.c
15356         * src/plugins/clamav/clamav_plugin.c
15357         * src/plugins/clamav/clamav_plugin.h
15358         * src/plugins/clamav/clamav_plugin_gtk.c
15359         * src/plugins/pgpmime/passphrase.c
15360         * src/plugins/pgpmime/pgpmime.c
15361         * src/plugins/pgpmime/plugin.c
15362         * src/plugins/pgpmime/prefs_gpg.c
15363         * src/plugins/pgpmime/prefs_gpg.h
15364         * src/plugins/pgpmime/select-keys.c
15365         * src/plugins/pgpmime/sgpgme.c
15366         * src/plugins/spamassassin/libspamc.c
15367         * src/plugins/spamassassin/spamassassin.c
15368         * src/plugins/spamassassin/spamassassin.h
15369         * src/plugins/spamassassin/spamassassin_gtk.c
15370         * src/plugins/trayicon/trayicon.c
15371         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
15372                 Sync with HEAD
15373
15374 2004-10-14 [colin]      0.9.12cvs126.2
15375
15376         * src/codeconv.c
15377         * src/textview.c
15378                 Fix conv_unreadable_locale
15379
15380 2004-10-13 [colin]      0.9.12cvs126.1
15381
15382         * src/compose.c
15383                 Sync with HEAD (don't convert charset for 
15384                 drafted messages, minor cleanup)
15385
15386 2004-10-13 [colin]      0.9.12cvs125.1
15387
15388         * po/POTFILES.in
15389                 Sync with HEAD (POTFILES fix)
15390
15391 2004-10-12 [colin]      0.9.12cvs124.3
15392
15393         * src/compose.c
15394                 Fix encoding bug from latest sync
15395
15396 2004-10-12 [paul]       0.9.12cvs124.2
15397
15398         * src/plugins/pgpmime/prefs_gpg.c
15399         * src/plugins/pgpmime/prefs_gpg.h
15400                 forgotten in last commit        
15401
15402 2004-10-12 [paul]       0.9.12cvs124.1
15403
15404         * ChangeLog.claws
15405         * configure.ac
15406         * m4/spamassassin.m4
15407         * src/Makefile.am
15408         * src/account.c
15409         * src/compose.c
15410         * src/compose.h
15411         * src/crash.c
15412         * src/main.c
15413         * src/mimeview.c
15414         * src/passphrase.c
15415         * src/passphrase.h
15416         * src/prefs_account.c
15417         * src/prefs_account.h
15418         * src/prefs_common.c
15419         * src/privacy.c
15420         * src/privacy.h
15421         * src/procmime.c
15422         * src/procmime.h
15423         * src/procmsg.c
15424         * src/rfc2015.c
15425         * src/rfc2015.h
15426         * src/select-keys.c
15427         * src/select-keys.h
15428         * src/textview.c
15429         * src/common/utils.c
15430         * src/common/utils.h
15431         * src/gtk/about.c
15432         * src/plugins/pgpmime/Makefile.am
15433         * src/plugins/pgpmime/passphrase.c
15434         * src/plugins/pgpmime/passphrase.h
15435         * src/plugins/pgpmime/pgpmime.c
15436         * src/plugins/pgpmime/plugin.c
15437         * src/plugins/pgpmime/select-keys.c
15438         * src/plugins/pgpmime/select-keys.h
15439         * src/plugins/pgpmime/sgpgme.c
15440         * src/plugins/pgpmime/sgpgme.h
15441                 sync with HEAD
15442
15443 2004-10-04 [colin]      0.9.12cvs122.1
15444
15445         * src/mainwindow.c
15446         * src/messageview.c
15447         * src/messageview.h
15448         * src/textview.c
15449                 Sync with HEAD
15450
15451 2004-10-04 [colin]      0.9.12cvs121.1
15452
15453         * src/summaryview.c
15454                 Sync with HEAD
15455
15456 2004-10-04 [paul]       0.9.12cvs120.1
15457
15458         * configure.ac
15459                 sync with HEAD [don't try to build 
15460                 pgpmime plugin when gpgme is disabled]
15461
15462 2004-10-03 [colin]      0.9.12cvs119.3
15463
15464         * src/gtk/gtksctree.c
15465                 Lots of side effects. Put back as before 117.2.
15466         * src/summaryview.c
15467                 Fix bug #602
15468
15469 2004-10-03 [colin]      0.9.12cvs119.2
15470
15471         * src/gtk/gtksctree.c
15472                 Revert 608 fix that doesn't work that good
15473
15474 2004-10-02 [colin]      0.9.12cvs119.1
15475
15476         * src/mainwindow.c
15477         * src/messageview.c
15478         * src/prefs_common.h
15479         * src/procmime.c
15480         * src/procmime.h
15481         * src/textview.c
15482                 Sync with HEAD
15483         * src/gtk/gtksctree.c
15484                 Close bug #608
15485
15486 2004-10-01 [colin]      0.9.12cvs118.1
15487
15488         * src/mimeview.c
15489                 Sync with HEAD (better Save All fix)
15490
15491 2004-10-01 [colin]      0.9.12cvs117.2
15492
15493         * src/gtk/gtksctree.c
15494                 Faster on selection
15495
15496 2004-10-01 [colin]      0.9.12cvs117.1
15497
15498         * src/mimeview.c
15499                 Sync with HEAD (Save All: only attachments)
15500
15501 2004-10-01 [paul]       0.9.12cvs116.1
15502
15503         * ChangeLog.claws
15504         * configure.ac
15505         * src/account.c
15506         * src/prefs_common.c
15507         * src/gtk/colorlabel.c
15508                 sync with HEAD
15509
15510 2004-09-30 [colin]      0.9.12cvs115.1
15511
15512         * src/stock_pixmap.c
15513         * src/stock_pixmap.h
15514         * src/folderview.c
15515         * src/Makefile.am
15516         * src/pixmaps/read.xpm
15517                 Sync with HEAD (new pixmap)
15518
15519 2004-09-29 [colin]      0.9.12cvs114.1
15520
15521         * src/compose.c
15522                 Sync with HEAD
15523                 Fix focus handling in headers
15524
15525 2004-09-29 [paul]       0.9.12cvs113.1
15526
15527         * src/quote_fmt_parse.y
15528                 sync with HEAD
15529  
15530
15531 2004-09-28 [colin]      0.9.12cvs112.1
15532
15533         * src/folderview.c
15534         * src/mainwindow.c
15535                 Sync with HEAD
15536
15537 2004-09-28 [colin]      0.9.12cvs110.1
15538
15539         * src/folderview.c
15540                 Sync with HEAD (Contextual Empty trash menu)
15541
15542 2004-09-28 [colin]      0.9.12cvs108.1
15543
15544         * src/addressbook.c
15545                 Sync with HEAD (addressbook edit on double-click)
15546
15547 2004-09-28 [colin]      0.9.12cvs106.1
15548
15549         * src/inc.c
15550                 Sync with HEAD (folder_item freeze on inc)
15551
15552 2004-09-27 [colin]      0.9.12cvs105.1
15553
15554         * src/folderview.c
15555                 Sync with HEAD (right-align new and unread column)
15556
15557 2004-09-27 [colin]      0.9.12cvs104.1
15558
15559         * src/main.c
15560                 Sync with HEAD (revert 0.9.12cvs101)
15561
15562 2004-09-24 [colin]      0.9.12cvs103.2
15563
15564         * src/wizard.c
15565                 Fix gtk warnings and use domain part of the email address 
15566                 when domain detection fails (no dot in domain name)
15567
15568 2004-09-23 [colin]      0.9.12cvs103.1
15569
15570         * src/plugins/spamassassin/libspamc.c
15571         * src/plugins/spamassassin/libspamc.h
15572         * src/plugins/spamassassin/utils.c
15573         * src/plugins/spamassassin/utils.h
15574                 Sync with HEAD (Update spamassassin to 3.0)
15575
15576 2004-09-21 [colin]      0.9.12cvs102.3
15577
15578         * src/action.c
15579                 Add horizontal scrollbar in action io dialog as needed
15580                 Patch by Alfons.
15581
15582 2004-09-20 [colin]      0.9.12cvs102.2
15583
15584         * src/plugins/image_viewer/viewer.c
15585                 Remove imlib stuff
15586                 use gtk_pixmap_set when clearing
15587                 (would be better to use gtkImages, but causes size-allocate 
15588                 signals storm)
15589
15590 2004-09-17 [paul]       0.9.12cvs102.1
15591
15592         * ChangeLog
15593         * ChangeLog.claws
15594         * ChangeLog.jp
15595         * configure.ac
15596         * src/inc.c
15597                 sync with HEAD
15598
15599
15600 2004-09-17 [colin]      0.9.12cvs101.1
15601
15602         * ChangeLog.claws
15603         * src/main.c
15604                 Sync with HEAD (fix segs at exit)
15605
15606 2004-09-14 [colin]      0.9.12cvs99.5
15607
15608         * src/common/socket.c
15609         * AUTHORS
15610                 Fix send error on 64bit platforms
15611                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
15612
15613 2004-09-14 [colin]      0.9.12cvs99.4
15614
15615         * src/action.c
15616                 Fix action output with utf8 
15617                 Patch by Alfons.
15618
15619 2004-09-14 [colin]      0.9.12cvs99.3
15620
15621         * ChangeLog.claws
15622         * src/folder.c
15623                 Sync with HEAD
15624
15625 2004-09-09 [colin]      0.9.12cvs99.2
15626
15627         * src/action.c
15628                 Fix progress bar (displaying "Completed %v/%u")
15629                 Patch by Alfons.
15630
15631 2004-09-08 [colin]      0.9.12cvs99.1
15632
15633         * src/account.c
15634         * src/folder.c
15635         * src/procmsg.c
15636         * src/procmsg.h
15637         * src/plugins/pgpmime/pgpmime.c
15638                 Sync with HEAD
15639
15640 2004-09-08 [colin]      0.9.12cvs97.2
15641
15642         * src/summaryview.c
15643                 Don't select mails in collapsed threads 
15644                 when navigating with up/down
15645
15646 2004-09-07 [colin]      0.9.12cvs97.1
15647
15648         * src/inc.c
15649                 Sync with HEAD (meaningful error messages)
15650
15651 2004-09-06 [colin]      0.9.12cvs96.1
15652
15653         * src/toolbar.c
15654                 Sync with HEAD (fix Redirect graying out)
15655
15656 2004-09-06 [colin]      0.9.12cvs95.1
15657
15658         * src/summaryview.c
15659         * src/mimeview.c
15660                 Sync with HEAD (fix dropped URIs)
15661
15662 2004-09-06 [colin]      0.9.12cvs94.1
15663
15664         * src/addressbook.c
15665         * src/addressitem.h
15666         * src/addritem.c
15667         * src/addritem.h
15668                 Sync with HEAD (addressbook DnD)
15669
15670 2004-09-03 [colin]      0.9.12cvs93.1
15671
15672         * src/summaryview.c
15673                 Sync with HEAD (next/prev unread)
15674
15675 2004-09-03 [colin]      0.9.12cvs92.1
15676
15677         * src/prefs_common.c
15678         * src/prefs_common.h
15679         * src/summaryview.c
15680                 Sync with HEAD ('mark_as_read_delay' pref)
15681
15682 2004-09-02 [colin]      0.9.12cvs91.2
15683
15684         * src/common/xml.c
15685                 Fix leak
15686
15687 2004-09-02 [colin]      0.9.12cvs91.1
15688
15689         * src/gtk/menu.c
15690                 Sync with HEAD (menu accel don't work, but whatever)
15691
15692 2004-09-02 [colin]      0.9.12cvs90.1
15693
15694         * src/account.c
15695                 Sync with HEAD (fix bug 582)
15696
15697 2004-09-02 [colin]      0.9.12cvs89.1
15698
15699         * src/addrindex.c
15700                 Sync with HEAD (free deleted queries)
15701
15702 2004-09-02 [colin]      0.9.12cvs88.1
15703
15704         * src/ldapquery.c
15705                 Sync with HEAD (fix LDAP freezes)
15706
15707 2004-09-02 [colin]      0.9.12cvs87.1
15708
15709         * src/prefs_spelling.c
15710                 Sync with HEAD (add default dictionary)
15711
15712 2004-09-01 [colin]      0.9.12cvs86.1
15713
15714         * src/filtering.c
15715         * src/folderview.c
15716         * src/imap.c
15717         * src/prefs_matcher.c
15718         * src/stock_pixmap.c
15719         * src/summary_search.c
15720         * src/summaryview.c
15721         * src/wizard.c
15722         * src/wizard.h
15723                 Sync with HEAD (uninitialized vars fixes)
15724                 + gtk2 specific warning fixes
15725
15726 2004-08-31 [colin]      0.9.12cvs85.1
15727
15728         * src/folder.c
15729                 Sync with HEAD (Fix memory corruption due to 
15730                 uninitialized var)
15731
15732 2004-08-31 [colin]      0.9.12cvs84.4
15733
15734         * src/summary_search.c
15735                 Fix segfaults when searching in folders with broken headers
15736
15737 2004-08-31 [colin]      0.9.12cvs84.3
15738
15739         * src/compose.c
15740         * src/textview.c
15741                 Fix some more encoding/decoding issues
15742
15743 2004-08-30 [colin]      0.9.12cvs84.2
15744
15745         * src/mimeview.c
15746         * src/prefs_themes.c
15747         * src/gtk/filesel.c
15748         * src/gtk/filesel.h
15749                 Add a folder-mode selection (fixes mimeview's "Save all")
15750
15751 2004-08-29 [colin]      0.9.12cvs84.1
15752
15753         * src/mimeview.c
15754                 Sync with HEAD (don't escape saved filenames)
15755
15756 2004-08-27 [colin]      0.9.12cvs83.1
15757
15758         * ChangeLog
15759         * ChangeLog.claws
15760         * ChangeLog.jp
15761         * src/mh.c
15762         * src/procheader.c
15763         * src/procmsg.c
15764         * src/procmsg.h
15765         * src/common/utils.c
15766         * src/gtk/menu.h
15767         * po/
15768                 Sync with HEAD 0.9.12cvs83 (sync with main)
15769
15770 2004-08-26 [colin]      0.9.12cvs82.4
15771
15772         * src/codeconv.c
15773                 Fix strange stack corruption
15774                 Convert to utf8 after unmime, not before
15775
15776 2004-08-26 [colin]      0.9.12cvs82.3
15777
15778         * src/main.c
15779         * src/wizard.c
15780                 Fix account folders duplication
15781
15782 2004-08-25 [colin]      0.9.12cvs82.2
15783
15784         * src/wizard.c
15785                 Remove ports
15786                 Add SSL selection
15787                 Use login@server as account name
15788
15789 2004-08-25 [colin]      0.9.12cvs82.1
15790
15791         * src/plugins/pgpmime/pgpmime.c
15792                 Sync with HEAD (leak fix).
15793
15794 2004-08-25 [colin]      0.9.12cvs81.1
15795
15796         * src/plugins/pgpmime/pgpmime.c
15797         * src/plugins/pgpmime/sgpgme.c
15798         * src/plugins/pgpmime/sgpgme.h
15799                 Sync with HEAD (Handle combined messages).
15800
15801 2004-08-24 [colin]      0.9.12cvs80.3
15802
15803         * src/wizard.c
15804                 Fix full name, ports, and imap
15805
15806 2004-08-24 [colin]      0.9.12cvs80.2
15807
15808         * src/Makefile.am
15809         * src/main.c
15810         * src/setup.c
15811         * src/setup.h
15812         * src/stock_pixmap.c
15813         * src/stock_pixmap.h
15814         * src/wizard.c ** ADDED **
15815         * src/wizard.h ** ADDED ** 
15816         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
15817                 Add a setup wizard 
15818
15819 2004-08-24 [colin]      0.9.12cvs80.1
15820
15821         * src/folder.c
15822                 Sync with HEAD (set mimeflags on all messages)
15823
15824 2004-08-24 [colin]      0.9.12cvs79.3
15825
15826         * src/matcher_parser_lex.l
15827                 Fix 8bits strings not in utf8
15828
15829 2004-08-24 [colin]      0.9.12cvs79.2
15830
15831         * src/compose.c
15832                 Check conversion result before replacing buffer
15833
15834 2004-08-23 [colin]      0.9.12cvs79.1
15835
15836         * src/compose.c
15837                 Sync with HEAD (create message header in memory)
15838
15839 2004-08-23 [colin]      0.9.12cvs78.1
15840
15841         * src/rfc2015.c
15842         * src/rfc2015.h
15843                 Sync with HEAD (fix bug 197 again)
15844
15845 2004-08-23 [colin]      0.9.12cvs77.3
15846
15847         * src/compose.c
15848                 Fix again inline gpg signing (which outputs utf8
15849                 in gtk2). Not syncing this fix to HEAD as this 
15850                 code is meant to die.
15851
15852 2004-08-23 [colin]      0.9.12cvs77.2
15853
15854         * src/prefs_account.h
15855                 Remove useless include
15856
15857 2004-08-23 [colin]      0.9.12cvs77.1
15858
15859         * src/imap.c
15860         * po/es.po
15861         * po/fr.po
15862         * po/it.po
15863         * po/pl.po
15864         * po/pt_BR.po
15865         * po/sk.po
15866         * po/sr.po
15867                 Sync with HEAD (fix bug 577)
15868
15869 2004-08-22 [colin]      0.9.12cvs76.1
15870
15871         * src/plugins/trayicon/trayicon.c
15872                 Sync with HEAD (fix formatting bug)
15873
15874 2004-08-21 [colin]      0.9.12cvs74.2
15875
15876         * src/gtk/colorsel.c
15877                 Fix bug 564 (Folder color selection window exits on any
15878                 keypress)
15879
15880 2004-08-21 [colin]      0.9.12cvs74.1
15881
15882         * ChangeLog.claws
15883         * src/compose.c
15884         * src/summaryview.c
15885         * src/toolbar.c
15886                 Sync with HEAD (fix bug 576)
15887
15888 2004-08-21 [colin]      0.9.12cvs70.1
15889
15890         * src/compose.c
15891         * src/mainwindow.c
15892                 Sync with HEAD
15893                 
15894
15895 2004-08-21 [paul]       0.9.12cvs66.4
15896
15897         * src/mainwindow.c
15898         * src/messageview.c
15899         * src/gtk/menu.c
15900         * src/plugins/spamassassin/spamassassin_gtk.c
15901                 remove some deprecated gtk1 functions
15902
15903
15904 2004-08-21 [colin]      0.9.12cvs66.3
15905
15906         * src/compose.c
15907         * src/codeconv.c
15908                 Fix warnings
15909                 Remove encoding hacks
15910                 Fix bug 575 (Strange character messes up message)
15911                 Don't display conversion error when drafting
15912
15913 2004-08-21 [paul]       0.9.12cvs66.2
15914
15915         * src/prefs_account.c
15916                 fix GnuPG mode bugs
15917
15918
15919 2004-08-20 [colin]      0.9.12cvs66.1
15920
15921         * src/codeconv.c
15922                 Sync with HEAD 0.9.12cvs66
15923
15924 2004-08-20 [paul]
15925
15926         * src/plugins/pgpmime/plugin.c
15927                 modify PGP/MIME plugin's description
15928
15929 2004-08-17 [colin]      0.9.12cvs65.1
15930
15931         * src/common/ssl.c
15932         * src/plugins/pgpmime/plugin.c
15933                 Sync with HEAD
15934
15935 2004-08-14 [colin]      0.9.12cvs60.3
15936
15937         * src/plugins/trayicon/trayicon.c
15938                 Put back resize callback, on size-request signal
15939                 rather than size-allocate to avoid infinite 
15940                 callback loop
15941
15942 2004-08-13 [colin]      0.9.12cvs60.2
15943
15944         * src/common/defs.h
15945                 Cache versions have been fixed
15946
15947 2004-08-13 [colin]      0.9.12cvs60.1
15948
15949         * src/folderutils.c
15950                 Sync with HEAD
15951
15952 2004-08-12 [colin]      0.9.12cvs59.1
15953
15954         * src/plugins/trayicon/trayicon.c
15955                 Sync with HEAD
15956
15957 2004-08-12 [colin]      0.9.12cvs57.5
15958
15959         * sylpheed.desktop
15960         * configure.ac
15961         * src/Makefile.am
15962         * src/main.c
15963                 Add support for Freedesktop.org's startup notification
15964
15965 2004-08-11 [colin]      0.9.12cvs57.4
15966
15967         * src/textview.c
15968                 Fix off-by-one
15969
15970 2004-08-11 [colin]      0.9.12cvs57.3
15971
15972         * src/message_search.c
15973         * src/summary_search.c
15974                 Make searches case insensitive by default
15975         * src/textview.c
15976                 Fix case-insensitive search in message
15977
15978 2004-08-11 [colin]      0.9.12cvs57.2
15979
15980         * src/summary_search.c
15981                 Let case-sensitive be specified
15982
15983 2004-08-10 [colin]      0.9.12cvs55.4
15984
15985         * src/common/socket.c
15986                 Fix the possible race condition
15987
15988 2004-08-09 [paul]       0.9.12cvs55.3
15989
15990         * configure.ac
15991         * src/Makefile.am
15992         * src/common/Makefile.am
15993                 sync with HEAD
15994
15995
15996 2004-08-09 [paul]       0.9.12cvs55.2
15997
15998         * autogen.sh
15999         * po/poconv.sh
16000                 remove unneeded script
16001
16002         * configure.ac
16003                 add forgotten USE_LDAP_TLS (sync with HEAD)
16004
16005
16006 2004-08-09 [colin]      0.9.12cvs55.1
16007
16008         * src/main.c
16009         * src/common/ssl.c
16010         * src/common/sylpheed.c
16011         * src/common/sylpheed.h
16012                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
16013
16014 2004-08-09 [paul]       0.9.12cvs54.1
16015
16016         * ChangeLog
16017         * ChangeLog.claws
16018         * ChangeLog.jp
16019         * configure.ac
16020         * po/POTFILES.in
16021         * src/Makefile.am
16022         * src/folderutils.c
16023         * src/main.c
16024         * src/pgpmime.c
16025         * src/pgpmime.h
16026         * src/sgpgme.c
16027         * src/sgpgme.h
16028         * src/plugins/Makefile.am
16029         * src/plugins/pgpmime/.cvsignore
16030         * src/plugins/pgpmime/Makefile.am
16031         * src/plugins/pgpmime/pgpmime.c
16032         * src/plugins/pgpmime/pgpmime.h
16033         * src/plugins/pgpmime/plugin.c
16034         * src/plugins/pgpmime/sgpgme.c
16035         * src/plugins/pgpmime/sgpgme.h
16036                 sync with HEAD
16037
16038 2004-08-08 [paul]       0.9.12cvs51.1
16039
16040         * configure.ac
16041         * src/folder.c
16042                 sync with HEAD
16043
16044 2004-08-07 [colin]      0.9.12cvs50.1
16045
16046         * src/pop.c
16047         * src/common/partial_download.c
16048                 fix warnings (sync from HEAD)
16049
16050 2004-08-07 [colin]      0.9.12cvs48.1
16051
16052         * src/prefs_folder_item.c
16053                 sync with HEAD 0.9.12cvs48
16054
16055 2004-08-06 [colin]      0.9.12cvs47.1
16056
16057         * src/compose.c
16058                 Sync with HEAD
16059
16060 2004-08-06 [christoph]  0.9.12cvs46.2
16061
16062         * src/main.c
16063         * src/plugins/clamav/clamav_plugin_gtk.c
16064         * src/plugins/dillo_viewer/dillo_viewer.c
16065         * src/plugins/image_viewer/plugin.c
16066         * src/plugins/mathml_viewer/mathml_viewer.c
16067         * src/plugins/spamassassin/spamassassin_gtk.c
16068         * src/plugins/trayicon/trayicon.c
16069                 don't mix GTK1.2 plugin with GTK2 plugins
16070
16071 2004-08-06 [colin]      0.9.12cvs46.1
16072
16073         * ChangeLog
16074         * ChangeLog.claws
16075         * ChangeLog.jp
16076         * configure.ac
16077         * sylpheed-claws.pc.in
16078         * src/folder.c
16079         * src/imap.c
16080         * src/localfolder.c
16081         * src/messageview.c
16082         * src/mimeview.c
16083         * src/mimeview.h
16084         * src/msgcache.c
16085         * src/news.c
16086         * src/prefs_ext_prog.c
16087         * src/prefs_folder_item.c
16088         * src/prefs_fonts.c
16089         * src/prefs_msg_colors.c
16090         * src/prefs_spelling.c
16091         * src/prefs_themes.c
16092         * src/prefs_toolbar.c
16093         * src/prefs_wrapping.c
16094         * src/procmime.h
16095         * src/common/defs.h
16096         * src/common/nntp.c
16097         * src/common/session.c
16098         * src/common/session.h
16099         * src/common/socket.c
16100         * src/common/utils.h
16101         * src/common/xml.c
16102         * src/common/xml.h
16103         * src/gtk/prefswindow.c
16104         * src/gtk/prefswindow.h
16105         * src/plugins/clamav/clamav_plugin_gtk.c
16106         * src/plugins/dillo_viewer/dillo_prefs.c
16107         * src/plugins/image_viewer/viewerprefs.c
16108         * src/plugins/spamassassin/spamassassin_gtk.c
16109         * m4/openssl.m4 *** REMOVED ***
16110                 Sync with HEAD 0.9.12cvs46
16111
16112 2004-08-03 [paul]       0.9.12cvs40.2
16113
16114         * src/action.c
16115         * src/addressadd.c
16116         * src/addressbook.c
16117         * src/addrgather.c
16118         * src/browseldap.c
16119         * src/compose.c
16120         * src/crash.c
16121         * src/editaddress.c
16122         * src/editgroup.c
16123         * src/editldap_basedn.c
16124         * src/foldersel.c
16125         * src/importldif.c
16126         * src/mimeview.c
16127         * src/prefs_common.c
16128         * src/prefs_template.c
16129         * src/sourcewindow.c
16130         * src/summaryview.c
16131         * src/gtk/about.c
16132         * src/gtk/foldersort.c
16133         * src/gtk/logwindow.c
16134         * src/gtk/pluginwindow.c
16135         * src/gtk/prefswindow.c
16136                 change all gtk_scrolled_window_set_policy from 
16137                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
16138
16139 2004-08-02 [paul]       0.9.12cvs40.1
16140
16141         * AUTHORS
16142                 update translation team section
16143         * po/pt_BR.po
16144                 updated by Frederico Goncalves Guimaraes
16145                 <fggdebian@yahoo.com.br>
16146
16147 2004-07-31 [colin]      0.9.12cvs39.9
16148
16149         * src/exphtmldlg.c
16150                 Fix compilation
16151
16152 2004-07-31 [colin]      0.9.12cvs39.8
16153
16154         * src/exphtmldlg.c
16155                 Fix an alertpanel type
16156
16157 2004-07-30 [colin]      0.9.12cvs39.7
16158
16159         * src/alertpanel.c
16160                 Fix alertpanel_error_log's icon
16161
16162 2004-07-30 [colin]      0.9.12cvs39.6
16163
16164         * src/pop.c
16165                 Two of them should still be warnings
16166
16167 2004-07-30 [colin]      0.9.12cvs39.5
16168
16169         * src/pop.c
16170                 More warning -> error
16171 2004-07-29 [colin]      0.9.12cvs39.4
16172
16173         * src/pop.c
16174                 Warning -> error
16175
16176 2004-07-29 [colin]      0.9.12cvs39.3
16177
16178         * src/prefs_matcher.c
16179                 Fix segfault
16180
16181 2004-07-29 [colin]      0.9.12cvs39.2
16182
16183         * src/alertpanel.c
16184                 More nice-looking alertpanels
16185
16186 2004-07-29 [colin]      0.9.12cvs39.1
16187
16188         * src/messageview.c
16189                 sync with head
16190                 (inform user when partial mail is deleted on server)
16191
16192 2004-07-29 [colin]      0.9.12cvs38.1
16193
16194         * src/messageview.c
16195                 sync with head
16196
16197 2004-07-28 [paul]       0.9.12cvs37.7
16198
16199         * src/mainwindow.c
16200                 complete the replacement of deprecated gtk_progress_*
16201
16202 2004-07-28 [paul]       0.9.12cvs37.6
16203
16204         * src/action.c
16205         * src/inc.c
16206         * src/mainwindow.c
16207         * src/send_message.c
16208         * src/gtk/progressdialog.c
16209         * src/gtk/progressdialog.h
16210                 replace deprecated gtk_progress_*
16211
16212 2004-07-28 [paul]       0.9.12cvs37.5
16213
16214         * src/gtk/filesel.c
16215                 remove gtk_window_set_wmclass()
16216 2004-07-28 [paul]       0.9.12cvs37.4
16217
16218         * src/addressbook.c
16219         * src/compose.c
16220         * src/foldersel.c
16221         * src/mainwindow.c
16222         * src/messageview.c
16223         * src/sourcewindow.c
16224         * src/gtk/logwindow.c
16225                 remove gtk_window_set_wmclass()
16226                 
16227         * src/prefs_filtering.c
16228         * src/prefs_filtering_action.c
16229         * src/prefs_fonts.c
16230         * src/prefs_gtk.c
16231         * src/prefs_matcher.c
16232         * src/ssl_manager.c
16233         * src/gtk/prefswindow.c
16234                 replace gtk_window_position()
16235
16236 2004-07-28 [colin]      0.9.12cvs37.3
16237
16238         * src/alertpanel.c
16239         * src/alertpanel.h
16240                 Add a way to specify panel type for specific
16241                 panels (alertpanel())
16242         * src/account.c
16243         * src/addressbook.c
16244         * src/compose.c
16245         * src/expldifdlg.c
16246         * src/main.c
16247         * src/messageview.c
16248         * src/summaryview.c
16249         * src/textview.c
16250         * src/gtk/sslcertwindow.c
16251                 Fix alertpanel()s so that their icon match
16252                 their real type
16253
16254 2004-07-28 [paul]       0.9.12cvs37.2
16255
16256         * src/addr_compl.c
16257         * src/addressbook.c
16258         * src/alertpanel.c
16259         * src/compose.c
16260         * src/export.c
16261         * src/foldersel.c
16262         * src/folderview.c
16263         * src/grouplistdialog.c
16264         * src/import.c
16265         * src/mainwindow.c
16266         * src/message_search.c
16267         * src/messageview.c
16268         * src/passphrase.c
16269         * src/prefs_actions.c
16270         * src/prefs_common.c
16271         * src/prefs_customheader.c
16272         * src/prefs_display_header.c
16273         * src/prefs_filtering.c
16274         * src/prefs_filtering_action.c
16275         * src/prefs_gtk.c
16276         * src/prefs_matcher.c
16277         * src/prefs_msg_colors.c
16278         * src/prefs_summary_column.c
16279         * src/prefs_template.c
16280         * src/sourcewindow.c
16281         * src/ssl_manager.c
16282         * src/summary_search.c
16283         * src/gtk/colorsel.c
16284         * src/gtk/description_window.c
16285         * src/gtk/gtkaspell.c
16286         * src/gtk/inputdialog.c
16287         * src/gtk/logwindow.c
16288         * src/gtk/prefswindow.c
16289         * src/gtk/progressdialog.c
16290                 replace deprecated gtk_window_set_policy
16291
16292 2004-07-27 [colin]      0.9.12cvs37.1
16293
16294         * src/msgcache.c
16295                 More fixes (synced for head again)
16296
16297 2004-07-27 [colin]      0.9.12cvs35.3
16298
16299         * src/msgcache.c
16300                 Fix wrong test
16301
16302 2004-07-27 [colin]      0.9.12cvs35.2
16303
16304         * src/mimeview.c
16305                 Fix width a bit (by Paul)
16306         * src/alertpanel.c
16307         * src/alertpanel.h
16308                 Specialize icons, make alertpanel_message()
16309                 private
16310         * src/message_search.c
16311         * src/sgpgme.c
16312         * src/summary_search.c
16313                 Suit alertpanel changes
16314
16315 2004-07-27 [colin]      0.9.12cvs35.1
16316
16317         * src/alertpanel.c
16318                 Add an icon
16319         * src/passphrase.c
16320                 Add debug output - maybe someone will
16321                 want to look at the problem with Grab
16322                 Input :)
16323         Bump version as we're synced with HEAD
16324
16325 2004-07-26 [colin]      0.9.12cvs33.26
16326
16327         * src/pop.c
16328                 Fix uidl-file parsing when not in new
16329                 format
16330
16331 2004-07-26 [colin]      0.9.12cvs33.25
16332
16333         * src/gtk/menu.c
16334                 Move popup menu up if necessary (fixes 
16335                 account selector)
16336         * src/mainwindow.c
16337                 Set account selector's button height to
16338                 minimum
16339
16340 2004-07-26 [colin]      0.9.12cvs33.24
16341
16342         * src/alertpanel.c
16343                 Maybe fix 551 (Truncated font in alert window)
16344
16345 2004-07-26 [colin]      0.9.12cvs33.23
16346
16347         * po/de.po
16348         * po/es.po
16349         * po/fr.po
16350         * po/it.po
16351         * po/ja.po
16352         * po/pl.po
16353         * po/ru.po
16354         * po/sk.po
16355         * po/sr.po
16356         * po/zh_CN.po
16357                 Sync po files with HEAD
16358
16359 2004-07-26 [paul]       0.9.12cvs33.22
16360
16361         * src/compose.c
16362                 fix Bug 556 'Organisation-header is sent even if empty'
16363
16364 2004-07-24 [colin]      0.9.12cvs33.21
16365
16366         * src/compose.c
16367         * src/gtk/gtkaspell.c
16368         * src/gtk/gtkaspell.h
16369                 Fix speller accelerators (require hack)
16370
16371 2004-07-24 [colin]      0.9.12cvs33.20
16372
16373         * src/gtk/gtkaspell.c
16374                 Fix over-eager code deletion breaking
16375                 Check while typing
16376
16377 2004-07-24 [colin]      0.9.12cvs33.19
16378
16379         * src/browseldap.c
16380         * src/ldapctrl.c
16381         * src/ldapctrl.h
16382         * src/ldapserver.h
16383                 Sync ldap with HEAD
16384         (Fixes 546 LDAP completely broken)
16385
16386 2004-07-24 [colin]      0.9.12cvs33.18
16387
16388         * src/prefs_msg_colors.c
16389                 Fix prototype mismatch
16390         (Fixes 547 void function cannot return value)
16391
16392 2004-07-24 [colin]      0.9.12cvs33.17
16393
16394         * src/mainwindow.c
16395                 Fix sort going back to previous sort key
16396                 when changing sort direction
16397
16398 2004-07-24 [colin]      0.9.12cvs33.16
16399
16400         * src/compose.c
16401                 Fix space insertion when re-wrapping at 
16402                 cursor point
16403
16404 2004-07-24 [colin]      0.9.12cvs33.15
16405
16406         * src/gtk/gtkaspell.c
16407                 Don't change cursor position in insert-text
16408                 callback
16409         (Fixes 539 Word wrapping on input transposes letters)
16410
16411 2004-07-24 [colin]      0.9.12cvs33.14
16412
16413         * src/gtk/gtkaspell.c
16414                 Reencode non-ascii chars to dictionary's
16415                 encoding
16416         (Fixes 544 Spell check broken non english locale)
16417
16418 2004-07-24 [colin]      0.9.12cvs33.13
16419
16420         * src/summaryview.c
16421                 Fix Shift+Down, add Home/End/PgUp/PgDown
16422
16423 2004-07-21 [colin]      0.9.12cvs33.12
16424
16425         * src/prefs_common.c
16426                 Fix a gtk warning (Patch by Andrej Kacian)
16427
16428 2004-07-21 [colin]      0.9.12cvs33.11
16429
16430         * src/gtk/filesel.c
16431                 More check
16432
16433 2004-07-21 [colin]      0.9.12cvs33.10
16434
16435         * src/compose.c
16436         * src/crash.c
16437         * src/export.c
16438         * src/import.c
16439         * src/messageview.c
16440         * src/mimeview.c
16441         * src/prefs_spelling.c
16442         * src/prefs_themes.c
16443         * src/summaryview.c
16444         * src/gtk/filesel.c
16445         * src/gtk/filesel.h
16446         * src/gtk/pluginwindow.c
16447                 Untwist open/save mode guessing logic, make
16448                 it explicit
16449
16450 2004-07-20 [colin]      0.9.12cvs33.9
16451
16452         * src/codeconv.c
16453                 conv_encode_header: src_charset is UTF-8 on
16454                 gtk2
16455         * src/compose.c
16456                 Remove double encoding of the headers
16457
16458 2004-07-20 [colin]      0.9.12cvs33.8
16459
16460         * src/codeconv.c
16461                 Fix typo
16462
16463 2004-07-20 [colin]      0.9.12cvs33.7
16464
16465         * src/mainwindow.c
16466                 Set the separated messageview to the saved
16467                 size of Claws' messageview (Patch by Alfons)
16468                 Fix a callback prototype (me)
16469
16470 2004-07-20 [colin]      0.9.12cvs33.6
16471
16472         * src/codeconv.h
16473                 Forgot one hunk in 0.9.12cvs33.4
16474
16475 2004-07-19 [colin]      0.9.12cvs33.5
16476
16477         * src/action.c
16478                 Action output fix
16479                 Patch by Alfons
16480
16481 2004-07-19 [colin]      0.9.12cvs33.4
16482
16483         * src/compose.c
16484                 Fix outgoing charset bug in headers
16485         * src/codeconv.c
16486                 Clean for glib2 - Patch by Alfons
16487
16488 2004-07-19 [colin]      0.9.12cvs33.3
16489
16490         * src/statusbar.c
16491                 Remove grip from the statusbar
16492                 Patch by Alfons
16493
16494 2004-07-19 [colin]      0.9.12cvs33.2
16495
16496         * src/messageview.c
16497         * src/textview.c
16498                 Fix messageview remembering the previous
16499                 scroll position when loading a new message
16500                 Patch by Alfons
16501
16502 2004-07-19 [colin]      0.9.12cvs33.1
16503
16504         * src/folder.h
16505         * src/folderview.c
16506         * src/summaryview.c
16507                 Sync with HEAD
16508
16509 2004-07-18 [colin]      0.9.12cvs32.7
16510
16511         * configure.ac
16512                 Remove useless check for XIM - noticed
16513                 by Alfons
16514
16515 2004-07-18 [colin]      0.9.12cvs32.6
16516
16517         * src/summaryview.c
16518                 Remove non-modified and shift-modified
16519                 accelerators in summaryview's popup
16520                 menu, as that doesn't get catched by
16521                 the accel-activate signal catcher...
16522
16523 2004-07-18 [colin]      0.9.12cvs32.5
16524
16525         * src/prefs_common.c
16526                 Define sensible default prefs for 
16527                 wrapping
16528
16529 2004-07-18 [colin]      0.9.12cvs32.4
16530
16531         * src/compose.c
16532         * src/prefs_common.c
16533         * src/prefs_common.h
16534         * src/prefs_wrapping.c
16535                 Remove Smart Wrapping pref, which does
16536                 nothing on gtk2 branch
16537
16538 2004-07-18 [colin]      0.9.12cvs32.3
16539
16540         * src/sourcewindow.c
16541                 Proper utf8
16542
16543 2004-07-18 [colin]      0.9.12cvs32.2
16544
16545         * src/compose.c
16546                 Save attachment status when drafting
16547
16548 2004-07-18 [colin]      0.9.12cvs32.1
16549
16550         * src/gtk/filesel.c
16551                 Fix erratic folder selection in open mode
16552
16553 2004-07-18 [colin]      0.9.12cvs31.11
16554
16555         * src/pop.c
16556                 Don't let partial messages get deleted
16557                 even with "dowload all"
16558                 (0.9.12cvs31.8 fix extension)
16559 2004-07-18 [colin]      0.9.12cvs31.10
16560
16561         * src/gtk/logwindow.c
16562                 Fix log scrolling
16563
16564 2004-07-18 [colin]      0.9.12cvs31.9
16565
16566         * src/common/utils.c
16567                 Fix non-utf8 strings coming from commands
16568                 and files
16569
16570 2004-07-18 [colin]      0.9.12cvs31.8
16571
16572         * src/pop.c
16573                 Fix partial download bug with Download all
16574                 messages option
16575
16576 2004-07-18 [colin]      0.9.12cvs31.7
16577
16578         * src/textview.c
16579                 Fix bug introduced in 0.9.12cvs31.2
16580                 (blocked in select mode after double click)
16581
16582 2004-07-18 [colin]      0.9.12cvs31.6
16583
16584         * src/compose.c
16585         * src/gtk/menu.c
16586                 More glib-warning fixes
16587
16588 2004-07-18 [colin]      0.9.12cvs31.5
16589
16590         * src/compose.c
16591                 Fix trashing the primary clipboard when moving 
16592                 around with tab
16593         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16594
16595 2004-07-18 [colin]      0.9.12cvs31.4
16596
16597         * src/codeconv.c
16598                 convert unencoded iso headers to utf8
16599         (Fix Bug 538 Unencoded local characters in subject make it 
16600          disappear)
16601
16602 2004-07-18 [colin]      0.9.12cvs31.3
16603
16604         * src/compose.c
16605                 Fix tab char handling in wrapping
16606         (Fix Bug 537 Line wrap problem - TAB character treated as 
16607          one character instead of 8)
16608
16609 2004-07-18 [colin]      0.9.12cvs31.2
16610
16611         * src/textview.c
16612                 return FALSE on GDK_MOTION_NOTIFY
16613         (Fix Bug 535 Hyperlinks/addresses are not selectable 
16614          (unable to highlight))
16615
16616 2004-07-18 [colin]      0.9.12cvs31.1
16617
16618         * src/folderview.c
16619                 Sync with 0.9.12cvs31
16620
16621 2004-07-18 [colin]      0.9.12cvs30.4
16622
16623         * src/compose.c
16624                 Also block text_inserted when inserting a file
16625
16626 2004-07-18 [colin]      0.9.12cvs30.3
16627
16628         * src/compose.c
16629                 Fix smart wrapping (block text_inserted handler
16630                 while putting quotation to avoid wrap on input,
16631                 don't join lines if next is sig separator)
16632
16633 2004-07-17 [colin]      0.9.12cvs30.2
16634
16635         * src/folderview.c
16636         * src/mainwindow.c
16637         * src/mimeview.c
16638         * src/summaryview.c
16639         * src/gtk/quicksearch.c
16640         * src/gtk/quicksearch.h
16641                 Block key events handlers *and* accels while
16642                 quicksearch is focused
16643         (Fixes Bug 534 quick-search bar not accepting certain letters)
16644
16645 2004-07-17 [colin]      0.9.12cvs30.1
16646
16647         * src/folder.h
16648         * src/folderview.c
16649         * src/summaryview.c
16650                 Sync with 0.9.12cvs30
16651
16652 2004-07-17 [colin]      0.9.12cvs28.2
16653
16654         * src/mimeview.c
16655         * src/procmime.c
16656         * src/summaryview.c
16657         * src/gtk/menu.c
16658                 Squash some compile and glib warnings
16659
16660 2004-07-17 [paul]       0.9.12cvs28.1
16661
16662         * src/mimeview.c
16663                 sync with 0.9.12cvs28 HEAD
16664
16665 2004-07-16 [paul]       0.9.12cvs26.1
16666         
16667         * src/gtk/quicksearch.c
16668         * src/account.c
16669         * src/account.h
16670         * src/compose.c
16671         * src/customheader.c
16672         * src/folder_item_prefs.c
16673         * src/main.c
16674         * src/mainwindow.c
16675         * src/messageview.c
16676         * src/mimeview.c
16677         * src/news.c
16678         * src/pgpmime.c
16679         * src/pop.c
16680         * src/pop.h
16681         * src/prefs_account.c
16682         * src/prefs_account.h
16683         * src/prefs_common.c
16684         * src/prefs_common.h
16685         * src/prefs_display_header.c
16686         * src/prefs_gtk.c
16687         * src/prefs_gtk.h
16688         * src/procheader.c
16689         * src/procmime.c
16690                 sync with 0.9.12cvs26 HEAD      
16691
16692 2004-07-15 [colin]      0.9.12cvs18.14
16693
16694         * src/folder.c
16695                 Disable GPG signature check during
16696                 folder move and scan
16697         (Closes Bug 521 Signature checking slows down Folder-Move)
16698
16699 2004-07-14 [colin]      0.9.12cvs18.13
16700
16701         * src/common/partial_download.c
16702                 update includes
16703
16704 2004-07-14 [colin]      0.9.12cvs18.12
16705
16706         * src/common/partial_download.c
16707         * src/common/partial_download.h
16708                 Move doc at top, add correct copyright
16709
16710 2004-07-14 [colin]      0.9.12cvs18.11
16711
16712         * src/folder.c
16713         * src/messageview.c
16714         * src/pop.c
16715         * src/pop.h
16716         * src/procmsg.c
16717         * src/summaryview.c
16718         * src/common/Makefile.am
16719         * src/common/partial_download.c ** NEW FILES **
16720         * src/common/partial_download.h ** NEW FILES **
16721                 Move partial-download related stuff to its
16722                 own file
16723
16724 2004-07-14 [colin]      0.9.12cvs18.10
16725
16726         * src/send_message.c
16727                 Fix smtp auth when user is null or empty
16728
16729 2004-07-13 [colin]      0.9.12cvs18.9
16730
16731         * src/gtk/quicksearch.c
16732                 Use alphabetic order
16733
16734 2004-07-13 [colin]      0.9.12cvs18.8
16735
16736         * src/pop.c
16737                 Be paranoid on the checks
16738
16739 2004-07-13 [colin]      0.9.12cvs18.7
16740
16741         * src/gtk/quicksearch.c
16742                 Fix Engrish once again
16743
16744 2004-07-13 [colin]      0.9.12cvs18.6
16745
16746         * src/procmsg.c
16747         * src/summaryview.c
16748                 Mark messages for deletion when they are about to
16749                 be removed from trash
16750
16751 2004-07-13 [colin]      0.9.12cvs18.5
16752
16753         * src/matcher.c
16754         * src/matcher.h
16755         * src/matcher_parser_parse.y
16756         * src/prefs_matcher.c
16757         * src/gtk/quicksearch.c
16758                 Add 'partial' ('p') match string to find partially
16759                 downloaded messages
16760
16761 2004-07-13 [colin]      0.9.12cvs18.4
16762
16763         * src/pop.c
16764                 Fix misplaced block
16765
16766 2004-07-13 [colin]      0.9.12cvs18.3
16767
16768         * src/pop.c
16769         * src/pop.h
16770         * src/messageview.c
16771                 Refactor API (to avoid passing 5+ params and code
16772                 duplication)
16773         * src/folder.c
16774         * src/msgcache.c
16775         * src/procheader.c
16776         * src/common/defs.h
16777                 Add planned_download to cache
16778                 Don't mess uidl file when moving partially downloaded
16779                 mails (they change folder, we should change it in the
16780                 uidl list too or we'll remove an incorrect message)
16781                 (this also helps removing hacks when changing 
16782                 planned_download in messageview.c)
16783
16784 2004-07-12 [colin]      0.9.12cvs18.2
16785
16786         * src/gtk/quicksearch.c
16787                 Fix missing status update in quicksearch
16788
16789 2004-07-12 [paul]       0.9.12cvs18.1
16790
16791         * po/POTFILES.in
16792         * src/Makefile.am
16793         * src/account.c
16794         * src/codeconv.c
16795         * src/compose.c
16796         * src/inc.c
16797         * src/main.c
16798         * src/prefs_common.c
16799         * src/procmsg.h
16800         * src/toolbar.c
16801         * src/prefs_msg_colors.[ch]     ** NEW FILES **
16802         * src/prefs_wrapping.[ch]       ** NEW FILES **
16803         * src/common/intl.h
16804         * src/common/utils.[ch]
16805         * src/gtk/quicksearch.[ch]
16806                 sync with 0.9.12cvs18 HEAD
16807
16808 2004-07-12 [colin]      0.9.11cvs17.25
16809
16810         * src/folder.c
16811         * src/folder.h
16812                 Remove unused function added by me in 0.9.11cvs17.10
16813
16814 2004-07-11 [colin]      0.9.11cvs17.24
16815
16816         * src/inc.c
16817         * src/messageview.c
16818         * src/pop.c
16819         * src/pop.h
16820                 Use folderitem and msgnum instead of filename to
16821                 know which mail to delete
16822                 Move old partial mail deletion to pop.c
16823
16824 2004-07-10 [colin]      0.9.11cvs17.23
16825
16826         * src/inc.c
16827                 Add debug
16828         * src/pop.c
16829         * src/pop.h
16830                 Don't re-use same enums for unrelated stuff: it's 
16831                 completely misleading !
16832                 Document a bit
16833
16834 2004-07-09 [colin]      0.9.11cvs17.22
16835
16836         * src/inc.c
16837                 Remove folder-type check and do
16838                 more tests to be sure everything's
16839                 ok
16840         * src/messageview.c
16841                 Punctuation update, remove useless
16842                 code, fix two warnings
16843         * src/noticeview.c
16844                 Layout cleaning, reset 2nd button
16845                 when specifying one
16846
16847 2004-07-09 [colin]      0.9.11cvs17.21
16848
16849         * src/messageview.c
16850         * src/pop.c
16851         * src/pop.h
16852                 Allow user to change his mind
16853                 and postpone decision (by
16854                 unmarking the mail)
16855
16856 2004-07-09 [colin]      0.9.11cvs17.20
16857
16858         * src/messageview.c
16859                 Fix bug with delete state
16860         * src/pop.c
16861         * src/pop.h
16862                 Fix buffer leak (fread doesn't 
16863                 terminate buffers with \0)
16864                 Refactoring (remove magic 
16865                 numbers)
16866
16867 2004-07-09 [colin]      0.9.11cvs17.19
16868
16869         * src/pop.c
16870                 Don't log "Skipping message" if 
16871                 we're going to TOP it two lines
16872                 later
16873
16874 2004-07-09 [colin]      0.9.11cvs17.18
16875
16876         * src/messageview.c
16877                 Fix Engrish
16878
16879 2004-07-09 [colin]      0.9.11cvs17.17
16880
16881         * src/pop.c
16882                 strlen checking...
16883         * src/messageview.c
16884                 refactoring a bit
16885
16886 2004-07-08 [colin]      0.9.11cvs17.16
16887
16888         * src/noticeview.c
16889         * src/noticeview.h
16890                 Add an optional second button
16891         * src/messageview.c
16892         * src/pop.c
16893         * src/pop.h
16894                 Don't delete partially received mails after a certain
16895                 time; rather, let the user decide.
16896
16897 2004-07-08 [colin]      0.9.11cvs17.15
16898
16899         * src/common/smtp.h
16900                 Sync with HEAD
16901
16902 2004-07-08 [colin]      0.9.11cvs17.14
16903
16904         * src/messageview.c
16905         * src/common/smtp.c
16906                 Use to_human_readable() for sizes
16907
16908 2004-07-08 [colin]      0.9.11cvs17.13
16909
16910         * src/inc.c
16911         * src/messageview.c
16912         * src/pop.c
16913         * src/pop.h
16914         * src/procmsg.c
16915                 Fix partial-downloading issues:
16916                         catch unsupported TOP
16917                         don't delete partially downloaded mails before 5 days
16918                         don't update existing with non-MH folders; that'll
16919                         make dups, but it's better than trashing the folder
16920                         free new msginfo parts
16921                 Fix indentation ;-)
16922
16923 2004-07-08 [colin]      0.9.11cvs17.12
16924
16925         * src/common/smtp.c
16926         * src/common/smtp.h
16927                 Sync smtp size verification with HEAD
16928
16929 2004-07-08 [colin]      0.9.11cvs17.11
16930
16931         * src/summaryview.c
16932         * src/prefs_common.c
16933         * src/prefs_common.h
16934         * src/gtk/quicksearch.c
16935         * src/gtk/quicksearch.h
16936                 Sync sticky pref with HEAD
16937
16938 2004-07-08 [colin]      0.9.11cvs17.10
16939
16940         * src/folder.c [1.213.2.6]
16941         * src/folder.h [1.87.2.6]
16942         * src/inc.c [1.149.2.7]
16943         * src/messageview.c [1.94.2.8]
16944         * src/procheader.c [1.47.2.6]
16945         * src/procmsg.c [1.150.2.4]
16946         * src/procmsg.h [1.60.2.5]
16947         * src/pop.c [1.56.2.4]
16948         * src/pop.h [1.17.2.3]
16949                 Let too big messages get downloaded, but truncated
16950                 Add a button to download them completely
16951                 
16952 2004-07-06 [colin]      0.9.11cvs17.9
16953
16954         * src/gtk/quicksearch.c [1.1.2.3]
16955                 Add a Clear button
16956         * commitHelper
16957         * PATCHSETS
16958                 Add a script to help with cvs
16959
16960 2004-07-03 [colin]      0.9.11cvs17.8
16961
16962         * src/plugins/imageviewer/viewer.c
16963                 fix imageviewer (which was staying on the first
16964                 displayed image)
16965
16966 2004-07-03 [colin]      0.9.11cvs17.7
16967
16968         Removed FIXME_GTK2 warnings
16969         * src/gtk/gtkutils.c
16970                 useless #warnings
16971         * src/gtk/menu.c
16972                 useless #warnings (no need to mess with menu rc)
16973         * src/gtk/menu.h
16974                 unused functions
16975         
16976
16977 2004-07-03 [colin]      0.9.11cvs17.6
16978
16979         Removed FIXME_GTK2 warnings
16980         * src/codeconv.c
16981                 useless #warnings (rewrite needed)
16982         * src/compose.c
16983                 useless #warnings (rewrite needed)
16984                 useless #warnings (gtk2 is like that)
16985                 useless #warnings (previously fixed)
16986         * src/main.c
16987                 useless #warnings (previously fixed)
16988         * src/message_search.c
16989                 useless #warnings (gtk2 is like that)
16990                 Made apparent that search is case-sensitive
16991         * src/mimeview.c
16992                 useless #warnings (rewrite needed)
16993                 useless #warnings (gtk2 is like that)
16994                 reimplemented real warnings
16995         * src/prefs_common.c
16996                 Removed block cursor option (not it gtk2)
16997         * src/prefs_gtk.c
16998                 useless #warnings (rewrite needed)
16999         * src/procheader.c
17000                 useless #warnings (rewrite needed)
17001         * src/sourcewindow.c
17002                 useless #warnings (incorrect placing)
17003         * src/summary_search.c
17004                 useless #warnings (gtk2 is like that)
17005                 Made apparent that search is case-sensitive
17006         * src/action.c
17007                 useless #warnings (gtk2 is like that)
17008         * src/textview.c
17009                 useless #warnings (rewrite needed)
17010         * src/toolbar.c
17011                 useless #warnings (rewrite needed)
17012
17013 2004-07-03 [colin]      0.9.11cvs17.5
17014
17015         * src/textview.c
17016                 Fix mismerge which broke URI opening
17017                 
17018 2004-07-01 [colin]      0.9.11cvs17.4
17019
17020         * src/gtk/filesel.c
17021                 Fill filename when saving
17022                 
17023 2004-06-27 [colin]      0.9.11cvs17.3
17024
17025         * src/gtk/filesel.[ch]
17026                 Use the new GTK file selector
17027                 Update prototype to match the reality: multiple file
17028                 selection is open-only          
17029         * src/compose.c
17030                 Match the new prototypes        
17031         * configure.ac
17032                 Match the new requirements (gtk 2.4.0)
17033                         
17034 2004-06-26 [colin]      0.9.11cvs17.2
17035
17036         * src/plugins/trayicon/trayicon.c
17037                 Remove useless signal handler on resize, which causes
17038                 an infinite "loop"
17039         
17040 2004-06-26 [colin]      0.9.11cvs17.1
17041         
17042         * tools/Makefile.am
17043                 remove launch_firebird and add nautilus2sylpheed.sh
17044         * src/quicksearch.c
17045           src/summaryview.c
17046                 Fix show/hide "Extended symbols" button problem
17047                 Fix apparition at startup
17048                 Fix const warnings
17049         * src/plugins/image_viewer/Makefile.am
17050                 Fix configure 
17051         * common/ssl.c
17052                 Re-enable certificate check, as it doesn't seem to
17053                 cause Xlib errors anymore
17054
17055 2004-06-25 [paul]       0.9.11cvs17
17056
17057         * sync with 0.9.11cvs17 HEAD
17058         
17059         NOTE: QuickSearch is broken
17060
17061 2004-06-07 [colin]      0.9.10claws67.10
17062         * src/plugins/trayicon/trayicon.c
17063           src/plugins/trayicon/libeggtrayicon/Makefile.am
17064           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17065                 Fix gettextization in trayicon plugin
17066
17067 2004-06-07 [colin]      0.9.10claws67.9
17068         
17069         * src/summaryview.c
17070           src/gtk/gtksctree.[ch]
17071                 Let Shift+{Up,Down} work in summaryview
17072                 (well, Down "works" and Up works)
17073                 Let the list scroll when using these keys
17074
17075 2004-06-06 [colin]      0.9.10claws67.8
17076
17077         * src/plugins/trayicon/trayicon.c
17078                 Fix pixmap update
17079
17080 2004-06-06 [colin]      0.9.10claws67.7
17081
17082         * src/addressbook.c
17083                 Fix signal handling causing system-wide focus grab
17084
17085 2004-05-25 [paul]       0.9.10claws67.6
17086
17087         * Makefile.am
17088           src/Makefile.am
17089                 clean up
17090
17091 2004-05-25 [paul]       0.9.10claws67.5
17092
17093         * replace deprecated gtk_signal... functions
17094
17095 2004-05-23 [colin]      0.9.10claws67.4
17096
17097         * src/compose.c
17098                 Fix wrapping
17099
17100 2004-05-22 [colin]      0.9.10claws67.3
17101
17102         * src/compose.c
17103                 Re-fix [Edited] in compose.c::compose_reedit()
17104
17105 2004-05-22 [colin]      0.9.10claws67.2
17106
17107         * src/procmime.c
17108                 Fix parsing of multiparts mails
17109
17110 2004-05-22 [colin]      0.9.10claws67.1
17111
17112         * src/summaryview.c
17113                 Fix quicksearch
17114
17115 2004-05-22 [paul]       0.9.10claws67
17116
17117         * sync with 0.9.10claws67 HEAD
17118
17119 2004-05-14 [alfons]
17120
17121         * src/procmime.h
17122                 add forgotton prototype
17123
17124 2004-05-10 [paul]       0.9.10claws57
17125
17126         * sync with 0.9.10claws57 HEAD
17127
17128 2004-05-05 [paul]       0.9.9.claws1
17129
17130         * ChangeLog-gtk2        ** REMOVED **
17131           ChangeLog-gtk2.claws  ** ADDED **
17132                 rename and adopt the normal claws format
17133                 
17134         * configure.ac
17135                 require gtkmathview >= 0.5
17136
17137         * ac/*                          ** REMOVED **
17138           ac/                           ** REMOVED **
17139           intl/Makefile.in              ** REMOVED **
17140           m4/                           ** ADDED **
17141           m4/missing                    ** ADDED **
17142           m4/missing/gdk-pixbuf.m4      ** ADDED **
17143           m4/missing/gettext.m4         ** ADDED **
17144           m4/missing/gpgme.m4           ** ADDED **
17145           m4/missing/imlib.m4           ** ADDED **
17146           m4/.cvsignore                 ** ADDED **
17147           m4/Makefile.am                ** ADDED **
17148           m4/README                     ** ADDED **
17149           m4/aclocal-include.m4         ** ADDED **
17150           m4/aspell.m4                  ** ADDED **
17151           m4/check-type.m4              ** ADDED **
17152           m4/gnupg-check-typedef.m4     ** ADDED **
17153           m4/openssl.m4                 ** ADDED **
17154           m4/spamassassin.m4            ** ADDED **
17155           po/ChangeLog                  ** REMOVED **
17156           po/Makefile.in.in             ** REMOVED **
17157           po/Rules-quot                 ** REMOVED **
17158           po/boldquot.sed               ** REMOVED **
17159           po/en@boldquot.header         ** REMOVED **
17160           po/en@quot.header             ** REMOVED **
17161           po/insert-header.sin          ** REMOVED **
17162           po/quot.sed                   ** REMOVED **
17163           po/remove-potcdate.sed        ** REMOVED **
17164           po/remove-potcdate.sin        ** REMOVED **
17165           po/stamp-po                   ** REMOVED **
17166           Makefile.am
17167           autogen.sh
17168           configure.ac
17169                 enable building with automake 1.8.x
17170                 add 'autopoint --force' to autogen.sh and remove all
17171                 auto-generated files, remove ac/ directory and use
17172                 m4/ directory instead
17173                 
17174         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17175                 fix gettextization
17176
17177 2004-02-28 Colin Leroy <colin@colino.net>
17178         * src/prefs_matcher.c
17179           src/prefs_filtering.c
17180           src/prefs_filtering_action.c
17181                 Fix non-editable GtkEntries
17182
17183 2004-02-22 Thorsten Maerz <torte@netztorte.de>
17184         * src/prefs_themes.c
17185                 utf8 conversion for theme info
17186
17187 2004-02-21 Thorsten Maerz <torte@netztorte.de>
17188         * sync 0.9.9claws
17189
17190 2004-02-14 Thorsten Maerz <torte@netztorte.de>
17191         * src/grouplistdialog.c
17192                 allow multiple selections without ctrl key
17193
17194 2004-02-09 Thorsten Maerz <torte@netztorte.de>
17195         * src/main.c
17196                 enable customizable accelerators
17197
17198 2004-02-08 Thorsten Maerz <torte@netztorte.de>
17199         * src/prefs_common.c
17200                 re-enable different font settings for gtk1/2
17201         * src/prefs_folder_item.c
17202                 fix folder prefs displayed wrong
17203         * src/textview.c
17204                 set 'sunken' shadow type
17205
17206 2004-02-07 Colin Leroy <colin@colino.net>
17207         * src/compose.c
17208                 Fix message being always [Edited]
17209                 Encode headers correctly (utf8 buf)
17210
17211 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17212         * src/socket.c
17213                 remove double g_source_attach()
17214                 (Thanks to Colin Leroy)
17215
17216 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17217         * src/gtk/gtksctree.c
17218                 Fix SSL certificate list not shown
17219         * src/mimeview.c
17220                 Fix clicks in mime tree
17221
17222 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17223         * src/common/socket.c
17224                 Fix SSL receive
17225         * src/compose.c
17226                 Fix clipboard menu hotkeys
17227
17228 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17229         * src/gtk/gtkaspell.[ch]
17230           src/compose.c
17231                 reimplement spellchecker
17232
17233 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17234         * src/gtk/filesel.c
17235                 crash when inserting file in compose window
17236                 (TODO: keep old selection on clicks)
17237         * src/main.c
17238                 use gtkrc-2.0 instead of gtkrc
17239
17240 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17241         * src/messageview.c
17242                 remove orphaned mimeview unref()
17243
17244 2004-01-20 Thorsten Maerz <torte@netztorte.de>
17245         * src/grouplistdialog.c
17246                 expand nodes containing subscribed groups
17247
17248 2004-01-19 Thorsten Maerz <torte@netztorte.de>
17249         * src/textview.c
17250                 textview: hide cursor, restore old click behaviour
17251
17252 2004-01-18 Thorsten Maerz <torte@netztorte.de>
17253         * src/textview.c
17254                 variable names messed up
17255
17256 2004-01-17 Colin Leroy <colin@colino.net>
17257         * src/addr_compl.c
17258                 Fix completion address too thin
17259         * src/compose.c
17260                 Fix tab-to-subject behaviour
17261         * src/summaryview.c
17262                 Implement key up & down in summaryview
17263
17264 2004-01-12 Thorsten Maerz <torte@netztorte.de>
17265
17266         * sync 098claws
17267
17268 2004-01-08 Thorsten Maerz <torte@netztorte.de>
17269         * configure.ac
17270           Makefile.am
17271           doc/.cvsignore
17272           doc/Makefile.am
17273                 faq, man, manual moved to doc/
17274         * ac/aspell.m4
17275           ac/check-type.m4
17276           ac/gnupg-check-typedef.m4
17277           ac/openssl.m4
17278           ac/spamassassin.m4
17279           ac/missing/gdk-pixbuf.m4
17280           ac/missing/gpgme.m4
17281           ac/missing/imlib.m4
17282                 fix automake warnings
17283
17284 2003-12-06 Colin Leroy <colin@colino.net>
17285         * src/summaryview.c
17286                 Fix quicksearch
17287
17288 2003-12-05 Colin Leroy <colin@colino.net>
17289         * src/summaryview.c
17290                 Fix going to next unread folder
17291
17292 2003-12-05 Colin Leroy <colin@colino.net>
17293         * src/crash.c
17294                 Fix gtk2 compilation
17295         * src/session.c
17296                 Remove iotag source handler at disconnection
17297         * src/socket.[ch] 
17298                 Remove source handler when closing socket 
17299                 (fixes another seg)
17300
17301 2003-12-04 Colin Leroy <colin@colino.net>
17302         * src/compose.c
17303           src/prefs_account.c
17304           src/prefs_common.c
17305                 Fix some dropdown menus
17306
17307 2003-12-04 Colin Leroy <colin@colino.net>
17308         * src/compose.c
17309                 Fix event handlers on header fields
17310         * src/common/socket.c
17311           src/common/session.c
17312                 Fix segfault with callback (SSL)
17313                 Fix end of session 
17314
17315 2003-10-06 Thorsten Maerz <torte@netztorte.de>
17316
17317         * Fix compile bug in src/compose.c
17318         * removed src/gtk/gtkstext.[ch]
17319
17320 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
17321
17322         * Convert character set and escape "text" attributes in toolbar setting
17323         files.
17324         * Fixed bug in button-press-event handling.
17325
17326 2003-09-16 Thorsten Maerz <torte@netztorte.de>
17327
17328         * Fixed bug in key-press-event handling.
17329
17330 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
17331
17332         * Enabled to compile tray-icon plugin (Ad-hoc).
17333         * Avoid hang up bug of icon list in mime view (Ad-hoc).
17334
17335 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
17336
17337         * Enabled to compile on sylpheed-claws.
17338         (tray-icon plugin still cannot compile yet.)
17339
17340 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
17341
17342         * Updated to 0.9.5.
17343
17344 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
17345
17346         * Updated to 0.9.4.
17347         * Ported monitoring SSL mechanism to GSource of GLib2
17348         (I don't confirm it)
17349         * Added _gtk2 suffix to key name of font preference to avoid
17350         ovverwriting preference of Gtk+-1.2 version.
17351
17352 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
17353
17354         * Updated to 0.9.2.
17355
17356 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
17357
17358         * Updated to 0.9.1.
17359         * Translate po files into UTF-8 when execute autogen.sh.
17360
17361 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
17362
17363         * Updated to 0.9.0.
17364
17365 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
17366
17367         * Plugged GError related memory leaks.
17368
17369 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
17370
17371         * Changed default size of fonts.
17372         * Enabled to set titile font size of warning dialog.
17373
17374 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
17375
17376         * Embed a sylpheed icon into executable binary on Windows.
17377
17378 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
17379
17380         * I forgot to traslate character set of element string in src/xml.c.
17381
17382 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
17383
17384         * Fixed detecting bind_textdomain_codeset in configure.in.
17385         * The bug in which "Example" of "Date fromat" preference isn't displayed
17386         correctly has been fixed.
17387
17388 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
17389
17390         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
17391           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
17392           glib-gettextize
17393           Removed intl directory.
17394           Translated po files into UTF-8.
17395           (Thanks! Ryuji Abe)
17396
17397 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
17398
17399         * The bug which doesn't unscape string in xml.c has been fixed.
17400
17401 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
17402
17403         * The bug which is failed to translate encoding of file name thorough
17404         file dialog has been fixed.
17405
17406 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
17407
17408         * Modified to translate file names which is used in inporting/expoting
17409         mbox feature and "Save as" feature into locale encoding.
17410         * Translate file names into locale encoding when "Attache file" and
17411         "Insert file".
17412         * Force set G_BROKEN_FILENAMES environment variable.
17413         * Other minor fixes.
17414
17415 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
17416
17417         * Modified to treat MH folder's name as locale encoding.
17418
17419 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
17420
17421         * The bug which clash on switching candidates of auto completion of
17422         addresses, cannot use auto completion in Japanesse is fixed
17423         (Thanks! Tokunaga-san)¡¥
17424
17425 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17426
17427         * The bug which cannot switch key accelerator preference has been fixed
17428         (Thanks! smbd-san)¡¥
17429
17430 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17431
17432         * version 0.8.11-gtk2-20030314
17433
17434 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17435
17436         * The bug in which character set conversion of filtering messages has
17437         been fixed.(Thanks! COCOA-san).
17438
17439 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
17440
17441         * Revived "Leave space on head" preference in "Message" category.
17442         * A bug which clash when put the cursor to end of buffer and execute
17443         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
17444
17445 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17446
17447         * version 0.8.11-gtk2-20030312
17448
17449 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17450
17451         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
17452         * Modified to use Pango's API directly for font preference.
17453         * Integrated GtkTextView of textview to one widget.
17454         * Set fonts of header title in textview by "header_title" tag.
17455         * Removed some deprecated codes.
17456
17457 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
17458
17459         * Updated to 0.8.11.
17460         * Merged cygwin patch(Thanks! Sakai-san).
17461
17462 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
17463
17464         * version 0.8.10-gtk2-20030309