a21a1648f7a2b06712269b5d05a7abcf9d5f29f2
[claws.git] / ChangeLog
1 2006-08-30 [colin]      2.4.0cvs112
2
3         * src/msgcache.c
4                 Fix compilation on FreeBSD. Thanks
5                 to Michael Hugues
6
7 2006-08-29 [colin]      2.4.0cvs111
8
9         * src/folderview.c
10                 Handle "popup_menu" signal (for popping the 
11                 menu via the keyboard)
12         * src/mimeview.c
13         * src/mimeview.h
14         * src/summaryview.c
15         * src/textview.c
16         * src/gtk/gtkutils.c
17         * src/gtk/gtkutils.h
18                 Factorize scrolling code, and add an API 
19                 for MimeViewers to handle scroll orders
20
21 2006-08-29 [wwp]        2.4.0cvs110
22
23         * src/plugins//bogofilter/bogofilter.c
24         * src/plugins//spamassassin/spamassassin.c
25                 make the bogofilter/spamassassin filtering error dialogs at
26         incorporation obey to the "don't popup error dialog on
27         receive error" option. If disabled, feed the log window w/
28         the error message.
29
30 2006-08-29 [paul]
31
32         2.5.0-rc2 released
33
34 2006-08-29 [paul]       2.4.0cvs109
35
36         * Makefile.am
37                 remove 'make release', it's not needed
38                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
39
40 2006-08-29 [paul]       2.4.0cvs108
41
42         * src/foldersel.c
43         * src/summary_search.c
44         * src/gtk/progressdialog.c
45         * src/plugins/pgpcore/passphrase.c
46                 replace deprecated gtk_window_set_policy()
47
48 2006-08-29 [colin]      2.4.0cvs107
49
50         * src/folder.c
51                 Fix data loss when copy fails during a move:
52                 only use fast remove_msgs if everything was
53                 copied OK; else use slow remove_msg on the
54                 mails that got copied only.
55
56 2006-08-28 [paul]       2.4.0cvs106
57
58         * src/mh.c
59                 revert change in 2.4.0cvs104, it breaks
60                 stuff
61
62 2006-08-28 [paul]       2.4.0cvs105
63
64         * src/plugins/spamassassin/spamassassin.c
65                 english fix
66
67 2006-08-28 [paul]       2.4.0cvs104
68
69         * src/mh.c
70                 fix data loss when moving to another
71                 mailbox fails
72         * src/prefs_spelling.c
73                 improve the english
74         * src/gtk/pluginwindow.c
75                 improve the layout of the dialog text
76         All thanks to Colin
77
78 2006-08-28 [paul]       2.4.0cvs103
79
80         * src/plugins/bogofilter/bogofilter.c
81         * src/plugins/bogofilter/bogofilter_gtk.c
82                 fix english up a bit, innit
83
84 2006-08-28 [paul]       2.4.0cvs102
85
86         * configure.ac
87         * po/Makefile.in.in
88         * po/Makevars
89                 require autoconf 2.60, enabling building
90                 with gettext 0.15 (gettext 0.14.x build still
91                 possible). Replace Makefiles with versions
92                 from gettext 0.15.
93                 Remove configure options --with-localedir and
94                 --with-mandir. The options that are provided
95                 directly by autoconf 2.60 can be used instead:
96                 --mandir --localedir
97
98 2006-08-27 [colin]      2.4.0cvs101
99
100         * src/plugins/bogofilter/Makefile.am
101                 Fix make dist (no README)
102
103 2006-08-27 [colin]      2.4.0cvs100
104
105         * src/folder.c
106                 Don't use F_UNKNOWN folders for any default
107                 outbox/trash/etc
108         * src/plugins/bogofilter/bogofilter.c
109         * src/plugins/bogofilter/bogofilter.h
110         * src/plugins/bogofilter/bogofilter_gtk.c
111                 Add an option to specify the path to bogofilter
112                 Use single-quotes to be able to learn in folders
113                 with spaces in their names
114                 Verify learning status
115
116 2006-08-27 [colin]      2.4.0cvs99
117
118         * manual/faq.xml
119         * manual/plugins.xml
120                 Document Bogofilter plugin
121
122 2006-08-27 [colin]      2.4.0cvs98
123
124         * src/compose.c
125         * src/messageview.c
126         * src/procmsg.c
127         * src/procmsg.h
128                 When possible, copy the queued mail to sent folder
129                 instead of re-adding. Much faster on IMAP.
130
131 2006-08-27 [colin]      2.4.0cvs97
132
133         * src/msgcache.c
134                 Disable mmaped caches - huge metadata loss
135                 here after a power failure.
136         * src/summaryview.c
137                 Add quicksearch timing
138         * src/common/plugin.c
139         * src/common/plugin.h
140                 Implement an interface to tell what plugins
141                 provide. Prevent loading of similar plugins.
142         * src/plugins/clamav/clamav_plugin.c
143         * src/plugins/demo/demo.c
144         * src/plugins/dillo_viewer/dillo_viewer.c
145         * src/plugins/pgpcore/plugin.c
146         * src/plugins/pgpinline/pgpinline.c
147         * src/plugins/pgpmime/pgpmime.c
148         * src/plugins/spamassassin/spamassassin.c
149         * src/plugins/trayicon/trayicon.c
150                 Implement plugin_provides()
151
152 2006-08-27 [colin]      2.4.0cvs96
153
154         * configure.ac
155         * src/plugins/Makefile.am
156         * src/plugins/bogofilter/.cvsignore
157         * src/plugins/bogofilter/Makefile.am
158         * src/plugins/bogofilter/bogofilter.c
159         * src/plugins/bogofilter/bogofilter.h
160         * src/plugins/bogofilter/bogofilter_gtk.c
161                 New Bogofilter plugin, provides filtering and
162                 learning. Spamassassin will go to extra plugins.
163
164 2006-08-26 [mones]      2.4.0cvs95
165
166         * manual/handling.xml
167                 Fix subfolder path in the example (thanks to Paul) 
168
169 2006-08-26 [mones]      2.4.0cvs94
170
171         * manual/glossary.xml
172                 2.2. + add ISP to the glossary
173                 7.5. + Add UIDL to glossary
174                 7.7. + Add TCP to glossary
175         * manual/handling.xml
176                 7.1. + Mentions GNU/Linux distribution, what about the non...
177                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
178                 7.3. + Mentions .bashrc, what about the non-bash ones? 
179                 7.4. = Use appropriate quotation for commands
180                 7.6. = change "" to <quote></quote>
181         * manual/plugins.xml
182                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
183         * manual/starting.xml
184                 2.1. + local mbox file: some examples of mbox file locations...
185                 Also reformatted files requiring it
186
187 2006-08-26 [wwp]        2.4.0cvs93
188
189         * src/summary_search.c
190                 disable find buttons while summary search is running.
191
192 2006-08-25 [colin]      2.4.0cvs92
193
194         * src/folder.c
195         * src/folderutils.c
196         * src/mh.c
197         * src/procmsg.h
198         * src/summaryview.c
199                 Speed up MH moving, and add progressbar
200                 for MH deletion
201         * src/msgcache.c
202                 Write cache files using mmap() too
203
204 2006-08-25 [wwp]        2.4.0cvs91
205
206         * src/summaryview.c
207                 switch spam<->ham button when a message has been marked as spam or ham
208                 and is still selected. Thanks to Colin.
209
210 2006-08-25 [paul]       2.4.0cvs90
211
212         * src/Makefile.am
213         * src/stock_pixmap.c
214         * src/stock_pixmap.h
215         * src/summaryview.c
216         * src/gtk/icon_legend.c
217         * src/pixmaps/copied.xpm
218         * src/pixmaps/moved.xpm
219                 add icons for delayed execution marked for
220                 copying, marked for moving
221
222 2006-08-25 [mones]      2.4.0cvs89
223
224         * manual/glossary.xml
225                 Fix the other glossary items:
226                 5.1. = Inmmediate execution -> <quote>immediate execution...
227                 5.2. = Fix MBOX capitalization -> Mbox
228                 5.3. + Improve Plugins def. w/ tech. ref.
229                 5.4. = Quotation -> replace '>' by <quote>></quote>
230                 5.5. - SMTP Server. -> remove dot
231         * po/es.po
232                 Updated translation
233
234 2006-08-25 [mones]      2.4.0cvs88
235
236         * manual/ack.xml
237                 Reformatted, changed email address
238         * manual/glossary.xml
239                 Reformatted, fixed MANUAL-TODO items:
240                 8.2. + add ROT-13 to glossary
241                 8.4. + add URL to glossary
242         * manual/es/advanced.xml
243                 Fixed <literal>s
244
245 2006-08-25 [paul]       2.4.0cvs87
246
247         * src/gtk/icon_legend.c
248                 add 'marked for deletion' icon
249                 arrange icons by containing column
250                 wrap long label text
251
252 2006-08-25 [colin]      2.4.0cvs86
253
254         * src/common/utils.c
255         * src/common/utils.h
256                 Add the sc_g_*list_bigger functions in
257                 a place everyone can use it
258         * src/summaryview.c
259                 Only freeze/thaw the list when working
260                 on the selection, if it's bigger than 1
261         * src/gtk/gtksctree.c
262                 Only freeze/thaw the list when unselec-
263                 ting 'all' if ('all' != 1)
264                 This avoids some flickering
265
266 2006-08-24 [colin]      2.4.0cvs85
267
268         * src/addressbook.c
269                 Fix strange list selection
270                 Fix random seg (Invalid read of freed memory)
271
272 2006-08-24 [colin]      2.4.0cvs84
273
274         * src/alertpanel.c
275         * src/gtk/inputdialog.c
276         * src/plugins/pgpcore/passphrase.c
277                 Revert minimal width patch of 2.4.0cvs67,
278                 as it is also a maximal width. Use 
279                 gtk_window_set_default_size instead.
280
281 2006-08-24 [colin]      2.4.0cvs83
282
283         * src/msgcache.c
284                 Write cache/mark to temp files before
285                 overwriting old ones (avoids metadata
286                 loss if writing the new files fail).
287                 Use mmap() to read cache/mark file, as
288                 this makes cache reading faster. Dis-
289                 abled for big-endian machines until it
290                 can be tested. (Big-endian users: set
291                 msgcache_use_mmap = TRUE in the relevant
292                 #if).
293         * src/procmsg.h
294                 Move rarely used fields of MsgInfo in 
295                 another structure, which will only be
296                 allocated if needed. Face, X-Face,
297                 Return receipt headers and List-*
298                 headers are moved. Mails having none
299                 of these occupy 52 bytes less with
300                 this patch, which makes 2.5MB of RAM
301                 saved on a 50k folder).
302         * src/headerview.c
303         * src/mainwindow.c
304         * src/messageview.c
305         * src/partial_download.c
306         * src/procheader.c
307         * src/procmsg.c
308         * src/textview.c
309                 Follow this structure change.
310
311 2006-08-24 [wwp]        2.4.0cvs82
312
313         * manual/es/.cvsignore
314         * manual/es/dist/.cvsignore
315         * manual/es/dist/html/.cvsignore
316         * manual/es/dist/pdf/.cvsignore
317         * manual/es/dist/ps/.cvsignore
318         * manual/es/dist/txt/.cvsignore
319                 more (generated) files to ignore.
320
321 2006-08-24 [colin]      2.4.0cvs81
322
323         * src/folder.c
324         * src/mh.c
325                 Fix possible problems with local delivery. Check the folder doesn't
326                 need scan before setting its mtime when saving cache (which can be
327                 done long after the folder's been modified by an external process);
328                 Check that the stored item's mtime didn't change in mh functions.
329
330 2006-08-24 [mones]      2.4.0cvs80
331
332         * manual/advanced.xml
333                 Rewrapping, some fixes and MANUAL-TODO items:
334                 8.1. = change "" to <quote></quote>
335                 8.3. = quote menu items
336                 8.5. - deploying -> new user ... ideally a new user (redundant)
337
338 2006-08-23 [colin]      2.4.0cvs79
339
340         * src/gtk/gtksctree.c
341                 When selecting or deselecting range, only
342                 freeze/thaw when selection is bigger than 10
343
344 2006-08-23 [colin]      2.4.0cvs78
345
346         * src/messageview.c
347         * src/mimeview.c
348         * src/mimeview.h
349         * src/plugins/dillo_viewer/dillo_viewer.c
350                 Provide an API for MimeViewer plugins to
351                 return a text selection for replying
352
353 2006-08-23 [colin]      2.4.0cvs77
354
355         * src/image_viewer.c
356         * src/textview.c
357                 Use gtk_pixbuf_new_from_file_at_scale(), which
358                 is faster than getting the pixbuf then resizing
359                 it.
360
361 2006-08-23 [colin]      2.4.0cvs76
362
363         * src/procmime.c
364                 UTF-8 should be sent Quoted-printable
365
366 2006-08-22 [colin]      2.4.0cvs75
367
368         * src/mh.c
369                 Check if scan is required before touching
370                 the folder (or it'll be required every time)
371
372 2006-08-22 [colin]      2.4.0cvs74
373
374         * configure.ac
375                 Require libetpan 0.46 (crasher fix when built
376                 against gnutls)
377
378 2006-08-22 [colin]      2.4.0cvs73
379
380         * src/folder.c
381                 Set folder's mtime after writing its
382                 cache
383         * src/folderview.c
384                 Add some timing
385         * src/procmsg.c
386                 Don't do useless stuff if we don't 
387                 thread by subject
388         * src/summaryview.c
389                 Add some timing, don't deselect prior
390                 to selecting (gtksctree does it itself),
391                 remove crash avoidance hacks as it's been
392                 properly fixed since a while
393         * src/common/utils.c
394                 Optimize to_human_readable(): _() is slow,
395                 do it only once, and avoid %f format for KB
396                 (the most common in a summaryview)
397         * src/gtk/gtksctree.c
398                 Don't uselessly freeze/thaw (fixes flicker
399                 on next unread and friends), reduce number
400                 of g_list_nth/g_list_position where possible
401         * src/gtk/gtkutils.c
402         * src/gtk/gtkutils.h
403                 Reduce number of g_list_nth/g_list_position
404                 where possible.
405                 All of this makes loading as 70k folder 2.1
406                 seconds instead of 3.2 (with hot FS caches).
407                 (1.3 seconds without Date and Size columns...)
408
409 2006-08-22 [paul]       2.4.0cvs72
410
411         wrap documents and do some items from mones' MANUAL-TODO:
412
413         * manual/account.xml
414                 4.1. = fix tabname references to <quote>tabname</quote>
415                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
416         * manual/faq.xml
417                 1.1. = mentioned options don't match UI
418                 Add information about the 'Never send Return Receipts'
419                 option
420         * manual/handling.xml
421                 6.2. = Mentions Extended symbols button, but now is
422                 named Information
423                 6.3. = Mentions ... button, which is now Edit
424
425 2006-08-22 [colin]      2.4.0cvs71
426
427         * src/gtk/pluginwindow.c
428                 Fix layout in verbose translations (such
429                 as french)
430
431 2006-08-22 [paul]       2.4.0cvs70
432
433         * manual/Makefile.am
434                 build manuals in alphabetical order
435         * src/addressbook.c
436         * src/prefs_themes.c
437                 replace/remove deprecated symbols
438         * src/gtk/gtkutils.c
439                 fix a warning
440         * src/gtk/pluginwindow.c
441                 replace deprecated symbol
442                 replace label text and move it
443         * src/plugins/pgpcore/prefs_gpg.c
444                 move the 'Generate...' button out of the
445                 Sign Key frame, replace the English used
446         * src/plugins/pgpcore/sgpgme.c
447                 fixes to the English
448
449 2006-08-21 [colin]      2.4.0cvs69
450
451         * src/plugins/trayicon/trayicon.c
452                 Add more strings for translation; patch
453                 by Pawel
454
455 2006-08-21 [colin]      2.4.0cvs68
456
457         * src/compose.c
458                 fix replied flag not set after drafting
459         * src/matcher.c
460                 fix body quicksearch in non-encoded bodies
461                 containing '='
462         * src/msgcache.c
463                 Get rid of the g_malloc workaround for
464                 corrupted caches, use g_try_malloc
465
466 2006-08-21 [colin]      2.4.0cvs67
467
468         * src/alertpanel.c
469         * src/gtk/inputdialog.c
470         * src/plugins/pgpcore/passphrase.c
471                 Set minimal width to 375
472         * src/mainwindow.c
473                 Fix switching to offline, asking if it 
474                 should be overriden for synchronising
475         * src/mimeview.c
476                 Don't offer to remember command on Open 
477                 with for text parts, as the browser or 
478                 text editor command isn't changed from 
479                 there
480
481 2006-08-20 [paul]       2.4.0cvs66
482
483         * po/ko.po
484         * po/zh_CN.po
485                 fix plural form errors. revealed by stricter
486                 checking of gettext 0.15
487
488 2006-08-18 [paul]       2.4.0cvs65
489
490         * src/stock_pixmap.c
491                 fix the fix of 2.4.0cvs64
492                 Thanks to Colin
493
494 2006-08-18 [paul]       2.4.0cvs64
495
496         * src/stock_pixmap.c
497                 fix leaks
498                 Thanks to Colin
499
500 2006-08-18 [paul]       2.4.0cvs63
501
502         * src/compose.c
503         * src/procmsg.c
504                 fix occasional IMAP bug where large msgs
505                 were left in the queue folder after sending
506                 Thanks to Colin
507
508 2006-08-18 [paul]       2.4.0cvs62
509
510         * src/folderview.c
511                 freeze the summaryview while quicksearch results
512                 are displayed
513                 (fixes bug 456 'current message is hidden when the
514                 view is refreshed and extended search is "unread 
515                 messages"')
516                 Thanks to Colin
517         * src/textview.c
518                 add missing #include "inputdialog.h"
519         * src/common/utils.h
520                 add missing mailcap_update_default() and improve
521                 readability
522
523 2006-08-17 [colin]      2.4.0cvs61
524
525         * src/plugins/pgpcore/select-keys.c
526                 Fix warnings :)
527
528 2006-08-17 [colin]      2.4.0cvs60
529
530         * src/compose.c
531                 Don't continue queuing if Cancel is clicked
532                 in select-keys
533
534 2006-08-17 [colin]      2.4.0cvs59
535
536         * src/plugins/pgpcore/select-keys.c
537                 When encrypting, if only one key matches and it 
538                 matches exactly, automatically use it.
539
540 2006-08-17 [colin]      2.4.0cvs58
541
542         * src/mimeview.c
543         * src/prefs_common.c
544         * src/prefs_common.h
545         * src/prefs_ext_prog.c
546         * src/textview.c
547                 Fix issues with previous patch (text/html)
548                 Remove outdated prefs
549
550 2006-08-17 [colin]      2.4.0cvs57
551
552         * src/imap.c
553                 Add View Log button on auth error
554         * src/procmsg.c
555                 Fix encrypted mail marked as new when
556                 saved in normal folders
557         * src/plugins/pgpinline/pgpinline.c
558                 Fix encrypt bug on IMAP
559         * src/mimeview.c
560         * src/common/utils.c
561         * src/common/utils.h
562         * src/gtk/inputdialog.c
563         * src/gtk/inputdialog.h
564                 Get rid of metamail stuff, simplify
565                 opening, and allow remembering of user's
566                 choices (by updating ~/.mailcap). There's
567                 still to drop "Audio player" and "Image
568                 viewer" preferences.
569
570 2006-08-17 [mones]      2.4.0cvs56
571
572         * manual/es/sylpheed-claws-manual.xml
573                 fix DTD path
574
575 2006-08-17 [mones]      2.4.0cvs55
576
577         * configure.ac
578         * manual/Makefile.am
579         * manual/es/Makefile.am
580         * manual/es/account.xml
581         * manual/es/ack.xml
582         * manual/es/addrbook.xml
583         * manual/es/advanced.xml
584         * manual/es/faq.xml
585         * manual/es/glossary.xml
586         * manual/es/gpl.xml
587         * manual/es/handling.xml
588         * manual/es/intro.xml
589         * manual/es/keyboard.xml
590         * manual/es/plugins.xml
591         * manual/es/starting.xml
592         * manual/es/sylpheed-claws-manual.xml
593         * manual/es/dist/Makefile.am
594         * manual/es/dist/html/Makefile.am
595         * manual/es/dist/pdf/Makefile.am
596         * manual/es/dist/ps/Makefile.am
597         * manual/es/dist/txt/Makefile.am
598                 Spanish translation for the manual
599
600 2006-08-16 [colin]      2.4.0cvs54
601
602         * src/compose.c
603         * src/main.c
604         * src/mainwindow.c
605                 Fix send button sensitivity at startup
606                 Set send menu sensitivity (patch by Fabien)
607         * src/ssl_manager.c
608                 Enable closing with esc (patch by Fabien)
609         * src/gtk/foldersort.c
610                 Enable closing with esc (patch by Fabien)
611         * src/procmime.c
612                 Optimisation (no need to copy to tempfile to
613                 "decode" 7bit and 8bit)
614         * src/summaryview.c
615                 Fix cruft in swap_from case
616         * src/textview.c
617                 Fix missing last line in some mail cases 
618                 (Fixes debian #381872)
619         * src/plugins/pgpcore/prefs_gpg.c
620         * src/plugins/pgpcore/sgpgme.c
621         * src/plugins/pgpcore/sgpgme.h
622                 Don't show "no key found" when user explicitely
623                 wants to create a key
624
625 2006-08-16 [paul]       2.4.0cvs53
626
627         * configure.ac
628         * src/account.c
629         * src/addressbook.c
630         * src/headerview.c
631         * src/prefs_account.c
632         * src/prefs_message.c
633         * src/gtk/gtkutils.c
634                 bump up minimum required versions of GTK+ and
635                 GLIB to 2.6.0
636
637 2006-08-16 [paul]       2.4.0cvs52
638
639         * src/toolbar.c
640                 workaround GTK+ Bug 351600 - 'Can't re-click
641                 on button after sensitivity update'
642                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
643                 Thanks to Colin
644
645 2006-08-15 [colin]      2.4.0cvs51
646
647         * src/plugins/pgpcore/prefs_gpg.c
648                 Set options sensitivity according to
649                 key existence
650         * src/plugins/pgpcore/sgpgme.c
651                 Allow to create key with no passphrase
652
653 2006-08-14 [cleroy]     2.4.0cvs50
654
655         * src/gtk/pluginwindow.c
656                 New layout (maybe to be changed?)
657         * src/gtk/gtkutils.c
658                 Fix a bit label_window
659         * src/plugins/pgpcore/passphrase.c
660         * src/plugins/pgpcore/passphrase.h
661         * src/plugins/pgpcore/plugin.c
662         * src/plugins/pgpcore/prefs_gpg.c
663         * src/plugins/pgpcore/prefs_gpg.h
664         * src/plugins/pgpcore/sgpgme.c
665         * src/plugins/pgpcore/sgpgme.h
666                 Allow to create a PGP private key via the GUI
667
668 2006-08-14 [wwp]        2.4.0cvs49
669
670         * src/addressbook_foldersel.c
671                 fix strict ISO C90 compliance.
672
673 2006-08-14 [paul]       2.4.0cvs48
674
675         * src/gtk/prefswindow.c
676                 re-set scrolled window on opening
677                 Patch by Ticho
678
679 2006-08-14 [paul]
680
681         2.5.0-rc1 released
682
683 2006-08-14 [paul]       2.4.0cvs47
684
685         * src/prefs_display_header.c
686                 re-enable user-defined Displayed Headers
687
688 2006-08-14 [paul]       2.4.0cvs46
689
690         * src/prefs_account.c
691                 use GTK_STOCK_EDIT
692
693 2006-08-13 [colin]      2.4.0cvs45
694
695         * src/common/utils.c
696                 Fix "a" in quote when the original message is empty,
697                 by using \0 instead of 'a' to test writability of
698                 temp files.
699
700 2006-08-13 [wwp]        2.4.0cvs44
701
702         * src/plugins/spamassassin/spamassassin.c
703                 fix capitalization of "SpamAssassin" in some debug, log and
704                 dialog messages.
705
706 2006-08-13 [paul]       2.4.0cvs43
707
708         * src/editldap.c
709                 fix overlapping widgets
710         * src/prefs_account.c
711                 fix translation of protocol_names[]
712                 fix label disappearing off the edge of the
713                 visible area
714
715 2006-08-12 [paul]       2.4.0cvs42
716
717         * manual/plugins.xml
718                 update IRC channel info before it gets forgotten
719                 about
720
721 2006-08-11 [colin]      2.4.0cvs41
722
723         * src/compose.c
724         * src/mainwindow.c
725         * src/mainwindow.h
726         * src/procmsg.c
727         * src/procmsg.h
728         * src/summaryview.c
729         * src/toolbar.c
730                 Grey out the Send button if
731                 - Queue folders are empty, or
732                 - We're sending already
733
734 2006-08-11 [wwp]        2.4.0cvs40
735
736         * src/main.c
737                 fix a logic issue when quitting while a compose window is
738                 still open, thanks to Colin.
739
740 2006-08-10 [colin]      2.4.0cvs39
741
742         * src/main.c
743                 Fix default font size setting after wizard run
744         * src/imap.c
745         * src/etpan/imap-thread.c
746         * src/etpan/imap-thread.h
747                 Fix bug #999 (Timing out on TSL cert validation 
748                 dialog makes ugly things happen). Also, STARTTLS
749                 unconditionnaly if initial capabilities contain
750                 LOGINDISABLED and STARTTLS.
751
752 2006-08-09 [colin]      2.4.0cvs38
753
754         * src/mainwindow.c
755         * src/mainwindow.h
756                 Fix Tools/Actions sensitivity when there are
757                 no actions
758
759 2006-08-09 [colin]      2.4.0cvs37
760
761         * src/prefs_filtering.c
762                 Warning fix, patch by Paul
763         * src/messageview.c
764         * src/prefs_actions.c
765         * src/prefs_filtering_action.c
766         * src/prefs_matcher.c
767                 Uniformisation of "Info ..." to "Info..." (for
768                 old gtk), patch by Fabien
769         * src/plugins/clamav/clamav_plugin_gtk.c
770                 Sensitivity fix by Fabien
771
772 2006-08-09 [colin]      2.4.0cvs36
773
774         * src/main.c
775         * src/main.h
776                 Add a function to know whether we're exiting
777         * src/plugins/trayicon/trayicon.c
778                 If exiting, don't do anything. Faster, and
779                 avoids gtk_main_iteration reentracy causing
780                 segfaults at exit
781
782 2006-08-09 [colin]      2.4.0cvs35
783
784         * src/messageview.c
785         * src/mimeview.c
786         * src/mimeview.h
787                 Fix lack of part selection when automatically 
788                 jumping to a specific part
789         * src/msgcache.c
790                 Little optimisation in cache reading
791
792 2006-08-09 [colin]      2.4.0cvs34
793
794         * src/compose.c
795                 Fix crash setting the priority on reedit
796                 (Accessing compose before creating it!)
797
798 2006-08-08 [colin]      2.4.0cvs33
799
800         * src/procmime.c
801                 Fix bug #998 (last attachment is not accessible)
802                 Bad RFC interpretation on multipart close-delimiters
803         * src/mimeview.c
804         * src/mimeview.h
805         * src/gtk/gtkvscrollbutton.c
806         * src/gtk/gtkvscrollbutton.h
807                 Make attachments list wheel-scrollable
808
809 2006-08-07 [colin]      2.4.0cvs32
810
811         * src/gtk/gtkaspell.c
812                 Fix bug #973 (Unicode punctation characters 
813                 are not recognized as separators by the
814                 spell checker); fix unsigned stuff
815
816 2006-08-07 [colin]      2.4.0cvs31
817
818         * src/compose.c
819                 Fix bug #956 (DnD text with accents in compose 
820                 text entry); fix gccc's signed/unsigned fuss
821
822 2006-08-06 [colin]      2.4.0cvs30
823
824         * src/main.c
825                 Fix bug #979 (Plugin crashes when exiting 
826                 sylpheed-claws) : handle exit request only 
827                 once
828
829 2006-08-05 [colin]      2.4.0cvs29
830
831         * src/news.c
832                 Just make sure we have a msgid.
833
834 2006-08-05 [colin]      2.4.0cvs28
835
836         * src/news.c
837         * src/summaryview.c
838                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
839                 by reimplementing it
840         * src/textview.c
841                 Fix bug when hiding quotes with level > 3 and quote
842                 colors are recycled
843
844 2006-08-04 [colin]      2.4.0cvs27
845
846         * src/compose.c
847         * src/undo.c
848         * src/undo.h
849                 Fix a bit replace-by-pasting undo
850         * src/mainwindow.c
851         * src/messageview.c
852                 Fix Fold quotes menu synchro in
853                 mainwindow when it changes in 
854                 messageview
855         * src/textview.c
856                 Fix right-click on quotes blocks
857         * src/common/utils.c
858                 Verify that the file created by
859                 my_tmpfile() is writable. Fixes
860                 bug #988 (very specific filesystem
861                 issue)
862         * src/plugins/pgpcore/sgpgme.c
863                 Fix file descriptor leak
864         * src/plugins/spamassassin/spamassassin.c
865                 Warn once if spamd isn't reachable
866
867 2006-08-04 [colin]      2.4.0cvs26
868
869         * src/toolbar.c
870                 i18n context patch by Fabien
871
872 2006-08-03 [colin]      2.4.0cvs25
873
874         * src/mainwindow.c
875         * src/messageview.c
876                 Rename "Hide quotes" to "Fold quotes"
877         * src/textview.c
878                 Don't use hand cursor on quotes. "all 
879                 the bonuses of the feature and none of 
880                 unwelcome side-effects"
881
882 2006-08-03 [colin]      2.4.0cvs24
883
884         * AUTHORS
885         * sylpheed-claws.desktop
886         * src/gtk/authors.h
887                 Bring the desktop file to XDG compliance
888                 Patch by Charles A. Edwards
889
890 2006-08-03 [colin]      2.4.0cvs23
891
892         * src/textview.c
893                 Fix links offset when they are preceded
894                 by accentued chars (g_utf8_strlen!)
895         * src/mainwindow.c
896                 Fix wrong status when starting offline
897
898
899 2006-08-03 [wwp]        2.4.0cvs22
900
901         * src/prefs_common.h
902                 ask what to do w/ filtering rules that belong to an account when
903                 applying filtering rules manually from the main window (skip,
904                 apply regardless of the account, use current account). This dialog
905                 can be skipped and the last reply used.
906                 (forgot that file)
907
908 2006-08-03 [wwp]        2.4.0cvs21
909
910         * src/filtering.c
911         * src/filtering.h
912         * src/prefs_common.c
913         * src/summaryview.c
914         * src/alertpanel.c
915         * src/alertpanel.h
916         * src/messageview.c
917                 ask what to do w/ filtering rules that belong to an account when
918                 applying filtering rules manually from the main window (skip,
919                 apply regardless of the account, use current account). This dialog
920                 can be skipped and the last reply used.
921
922
923 2006-08-03 [colin]      2.4.0cvs20
924
925         * src/textview.c
926                 Optimize previous patch
927
928 2006-08-03 [cleroy]     2.4.0cvs19
929
930         * src/textview.c
931                 Fix quotes getting toggled back when the
932                 mail has an even number of text parts
933
934 2006-08-02 [colin]      2.4.0cvs18
935
936         * src/messageview.c
937                 Add Hide quotes menu
938
939 2006-08-02 [colin]      2.4.0cvs17
940
941         * src/mainwindow.c
942         * src/prefs_common.c
943         * src/textview.c
944         * src/textview.h
945         * src/gtk/about.c
946                 Allow per-level quote hiding,
947                 Allow toggling quotes by double-clicking them
948                 Rename RemoteURI to ClickableText to reflect
949                 the fact it's used for a variety of things
950
951 2006-08-02 [wwp]        2.4.0cvs16
952
953         * src/mainwindow.c
954                 fix "View/Hide quotes" menu item status initialization.
955
956 2006-08-02 [wwp]        2.4.0cvs15
957
958         * src/matcher_parser_parse.y
959                 remove a debug trace.
960
961 2006-08-02 [paul]       2.4.0cvs14
962
963         * src/plugins/pgpcore/passphrase.c
964                 don't set initial dialog size
965                 make it resizable
966
967 2006-08-02 [paul]       2.4.0cvs13
968
969         * src/noticeview.c
970                 remove the rogue '/' character
971
972 2006-08-02 [paul]       2.4.0cvs12
973
974         * src/noticeview.c
975                 allow buttons to resize as necessary
976
977 2006-08-01 [wwp]        2.4.0cvs11
978
979         * src/mbox.c
980                 fix strict ISO C90 compliance.
981
982 2006-08-01 [wwp]        2.4.0cvs10
983
984         * tools/update-po
985                 updated update-po tool to work w/ context-dependent translations.
986                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
987
988 2006-08-01 [wwp]        2.4.0cvs9
989
990         * src/matcher.c
991         * src/prefs_filtering.c
992         * src/prefs_matcher.c
993                 allow context-dependent translations for "All",
994                 patch by Fabien Vantard <fzzzzz@gmail.com>.
995
996 2006-07-31 [colin]      2.4.0cvs8
997
998         * AUTHORS
999         * src/gtk/authors.h
1000                 Add Rafal to authors
1001
1002 2006-07-31 [colin]      2.4.0cvs7
1003
1004         * src/compose.c
1005         * src/mainwindow.c
1006         * src/messageview.h
1007         * src/prefs_common.c
1008         * src/prefs_common.h
1009         * src/textview.c
1010                 Add 'View/Hide quotes'. Patch based on a patch
1011                 by Rafal Weglarz
1012
1013 2006-07-31 [colin]      2.4.0cvs6
1014
1015         * src/action.c
1016                 Fix problem with "> stuff >" actions
1017
1018 2006-07-31 [paul]       2.4.0cvs5
1019
1020         * po/nb.po
1021                 updated by Geir Helland
1022
1023 2006-07-31 [wwp]        2.4.0cvs4
1024
1025         * src/mainwindow.c
1026         * src/summaryview.c
1027         * src/summaryview.h
1028                 add "View/Go to/Parent message" and "View/Go to/Last read message",
1029                 thanks to Colin.
1030
1031 2006-07-31 [wwp]        2.4.0cvs3
1032
1033         * src/Makefile.am
1034         * src/addr_compl.c
1035         * src/addr_compl.h
1036         * src/addressbook.c
1037         * src/addressbook.h
1038         * src/addressbook_foldersel.c
1039         * src/addressbook_foldersel.h
1040         * src/addrindex.c
1041         * src/addrindex.h
1042         * src/matcher.c
1043         * src/matcher.h
1044         * src/matcher_parser_lex.l
1045         * src/matcher_parser_parse.y
1046         * src/prefs_common.c
1047         * src/prefs_common.h
1048         * src/prefs_filtering.c
1049         * src/prefs_matcher.c
1050         * src/prefs_matcher.h
1051         * src/summaryview.c
1052                 introduce filtering against the address book. It's now possible to add
1053                 matched conditions to determine if any email address in a message matches
1054                 or doesn't match any or all books or folders in the address book.
1055
1056 2006-07-31 [wwp]        2.4.0cvs2
1057
1058         * src/account.c
1059         * src/filtering.c
1060         * src/filtering.h
1061         * src/folder.c
1062         * src/folderview.c
1063         * src/inc.c
1064         * src/mainwindow.c
1065         * src/matcher.c
1066         * src/matcher_parser_lex.l
1067         * src/matcher_parser_parse.y
1068         * src/mbox.c
1069         * src/prefs_filtering.c
1070         * src/prefs_filtering.h
1071         * src/procmsg.c
1072         * src/procmsg.h
1073         * src/summaryview.c
1074                 introduce per-account filtering rules. Each filtering rule can now be assigned
1075                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
1076                 when applying filtering rules manually, as all rules will apply - even the ones
1077                 assigned to an account. This issue will be addressed soon.
1078  
1079
1080
1081 2006-07-31 [wwp]        2.4.0cvs1
1082
1083         * src/quote_fmt.c
1084                 make more strings translatable.
1085
1086 2006-07-31 [paul]       2.4.0
1087
1088         2.4.0 released
1089
1090 2006-07-31 [paul]       2.3.1cvs91
1091
1092         * po/ca.po
1093                 updated by Miquel Oliete
1094
1095 2006-07-31 [paul]       2.3.1cvs90
1096
1097         * po/de.po
1098         * po/el.po
1099         * po/fr.po
1100         * po/it.po
1101         * po/pl.po
1102         * po/pt_BR.po
1103         * po/sr.po
1104         * po/zh_CN.po
1105                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
1106                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
1107                 Aleksandar Urosevic, and Ralgh Young
1108
1109 2006-07-31 [paul]       2.3.1cvs89
1110
1111         * src/account.c
1112         * src/main.c
1113         * src/mainwindow.c
1114         * src/mainwindow.h
1115                 Fix a race condition when, after an SC crash, rescanning
1116                 folders took more than 0.5 seconds
1117                 Thanks to Colin
1118
1119 2006-07-31 [paul]       2.3.1cvs88
1120
1121         * src/folderview.c
1122                 don't translate separator strings
1123
1124 2006-07-30 [mones]      2.3.1cvs87
1125
1126         * doc/man/sylpheed-claws.1
1127                 Fixed non-ASCII chars in Hoa's name
1128         * po/es.po
1129                 Updated for release
1130
1131 2006-07-27 [colin]      2.3.1cvs86
1132
1133         * src/textview.c
1134                 Don't include the leading \n in links
1135                 Patch by Fabien
1136
1137 2006-07-25 [colin]      2.3.1cvs85
1138
1139         * src/mainwindow.c
1140         * src/common/socket.h
1141         * src/etpan/imap-thread.c
1142                 Refresh resolvers before connecting
1143                 to IMAP servers, and after switching
1144                 to online. Thanks to Paul.
1145
1146 2006-07-18 [colin]
1147
1148         * 2.4.0-rc4 released
1149
1150 2006-07-17 [colin]      2.3.1cvs84
1151
1152         * src/inc.c
1153                 Show connection attempt in statusbar before
1154                 connecting (previously first message was
1155                 "Retrieving messages from ..." after the
1156                 connection succeeded.
1157
1158 2006-07-16 [wwp]        2.3.1cvs83
1159
1160         * sylpheed-claws.ico
1161                 Added .ico file (windows multi-size icon file, generated).
1162
1163 2006-07-12 [wwp]        2.3.1cvs82
1164
1165         * src/messageview.c
1166                 remove Message/Re-edit menu entry from messageview window,
1167                 as sent/draft/queued messages are opened in compose window when
1168                 re-edited and it's not possible to re-edit other msgs.
1169
1170 2006-07-12 [paul]       2.3.1cvs81
1171
1172         * AUTHORS
1173         * src/mainwindow.c
1174         * src/gtk/authors.h
1175                 check online state before resetting
1176                 mailcheck timer. Useful if some program
1177                 verifies connection state and updates
1178                 Claws.
1179                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
1180
1181 2006-07-12 [paul]       2.3.1cvs80
1182
1183         * sylpheed-claws-128x128.png
1184         * sylpheed-claws-64x64.png
1185         * sylpheed-claws.png
1186         * src/Makefile.am
1187         * src/main.c
1188         * src/prefs_toolbar.c
1189         * src/stock_pixmap.c
1190         * src/stock_pixmap.h
1191         * src/wizard.c
1192         * src/gtk/about.c
1193         * src/gtk/gtkutils.c
1194         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
1195         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
1196         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
1197         * src/pixmaps/sylpheed.xpm              ** REMOVED **
1198         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
1199         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
1200                 updated and renamed logo/icon files and related
1201                 logo by Jesper Schultz
1202
1203 2006-07-11 [paul]       2.3.1cvs79
1204
1205         * src/main.c
1206                 fix the labels a smidgin
1207
1208 2006-07-09 [colin]      2.3.1cvs78
1209
1210         * src/textview.c
1211                 Show errors in textviewer's command
1212                 Patch by H. Merijn Brand
1213
1214 2006-07-09 [colin]      2.3.1cvs77
1215
1216         * src/compose.c
1217                 Save FMID in drafts too
1218
1219 2006-07-08 [colin]      2.3.1cvs76
1220
1221         * src/compose.c
1222                 Svae RMID in drafted mails too
1223                 Save quote_fmt vars for whole mails,
1224                 don't reset at each quote_fmt_init:
1225                 allows to use the same |i{var} in
1226                 various template fields
1227         * src/prefs_template.c
1228         * src/quote_fmt.h
1229         * src/quote_fmt_parse.y
1230                 Same
1231
1232 2006-07-08 [colin]      2.3.1cvs75
1233
1234         * src/textview.c
1235                 Fix highlighting of attached parts URIs
1236
1237 2006-07-08 [colin]      2.3.1cvs74
1238
1239         * src/main.c
1240                 Prevent bug #981 (sc 2.3.1 segfaults with 
1241                 gtk+ 2.10) from being reported again:
1242                 if Sylpheed-Claws has been compiled against
1243                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
1244                 of if Sylpheed-Claws has been compiled against
1245                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
1246                 error out.
1247
1248 2006-07-07 [colin]      2.3.1cvs73
1249
1250         * src/prefs_actions.c
1251                 Fix label
1252
1253 2006-07-07 [colin]      2.3.1cvs72
1254
1255         * src/prefs_actions.c
1256                 Fix compile on gtk < 2.8. argh :)
1257
1258 2006-07-07 [paul]       2.3.1cvs71
1259
1260         * src/common/defs.h
1261                 update DONATE_URI
1262
1263 2006-07-07 [colin]      2.3.1cvs70
1264
1265         * po/POTFILES.in
1266         * src/quote_fmt.c
1267         * src/quote_fmt_lex.l
1268         * src/quote_fmt_parse.y
1269                 Add |i{var}, a way to insert user-entered
1270                 text in a template
1271
1272 2006-07-07 [colin]
1273
1274         * 2.4.0-rc3 released
1275
1276 2006-07-07 [colin]      2.3.1cvs69
1277
1278         * src/folder.c
1279                 Don't consider inboxes of UNKNOWN folder 
1280                 classes to be useable as default inboxes
1281
1282 2006-07-07 [paul]       2.3.1cvs68
1283
1284         * src/textview.c
1285                 add missing #include <errno.h>
1286                 Thanks to René J. Blokland
1287
1288 2006-07-07 [paul]       2.3.1cvs67
1289
1290         * src/action.c
1291                 Return now Closes dialog
1292         * src/mimeview.c
1293         * src/mimeview.h
1294         * src/textview.c
1295                 add contextual menu to mime parts listed
1296                 in the textview
1297                 Thanks to Colin
1298         * src/common/utils.c
1299                 reversal: ' is a valid character in URLs
1300
1301 2006-07-06 [colin]      2.3.1cvs66
1302
1303         * src/remotefolder.h
1304                 Forgotten in previous commit
1305
1306 2006-07-06 [colin]      2.3.1cvs65
1307
1308         * src/folder.c
1309                 Set summary update flag whenever
1310                 totals changed
1311         * src/imap.c
1312         * src/prefs_account.c
1313         * src/common/utils.h
1314         * src/etpan/imap-thread.c
1315                 Fix warnings, thanks to Fabien and
1316                 Ricardo
1317
1318 2006-07-06 [wwp]        2.3.1cvs64
1319
1320         * src/gtk/gtkutils.c
1321                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
1322
1323 2006-07-06 [wwp]        2.3.1cvs63
1324
1325         * src/account.c
1326         * src/addressbook.c
1327         * src/addressitem.h
1328         * src/folderview.c
1329         * src/mainwindow.c
1330         * src/manual.c
1331         * src/manual.h
1332         * src/message_search.c
1333         * src/prefs_actions.c
1334         * src/prefs_filtering.c
1335         * src/prefs_filtering.h
1336         * src/prefs_template.c
1337         * src/summary_search.c
1338         * src/summaryview.c
1339         * src/gtk/gtkutils.c
1340         * src/gtk/gtkutils.h
1341         * src/gtk/pluginwindow.c
1342                 add help buttons to some dialogs. Clicking such buttons opens a
1343                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
1344
1345 2006-07-06 [paul]       2.3.1cvs62
1346
1347         * src/textview.c
1348                 fix attachments contextual menu
1349                 Thanks to Colin
1350
1351 2006-07-05 [colin]      2.3.1cvs61
1352
1353         * src/textview.c
1354         * src/compose.c
1355                 Handle sftp:// links
1356
1357 2006-07-05 [paul]       2.3.1cvs60
1358
1359         * src/gtk/filesel.c
1360                 grab save button by default
1361                 Thanks to Colin
1362
1363 2006-07-05 [wwp]        2.3.1cvs59
1364
1365         * manual/xml2pdf
1366                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
1367
1368 2006-07-04 [colin]      2.3.1cvs58
1369
1370         * src/mimeview.c
1371         * src/textview.c
1372                 Use left click to select, middle click to open
1373                 on mimeparts links
1374         * src/common/utils.c
1375                 Fix segfault
1376
1377 2006-07-04 [colin]      2.3.1cvs57
1378
1379         * src/mainwindow.c
1380         * src/news.c
1381                 Warning fixes, thanks to Fabien
1382
1383 2006-07-04 [colin]      2.3.1cvs56
1384
1385         * src/mimeview.c
1386         * src/mimeview.h
1387         * src/textview.c
1388                 Allow parts to be selected via their text label
1389                 in textview
1390
1391 2006-07-04 [colin]      2.3.1cvs55
1392
1393         * src/folderview.c
1394                 Feedback when closing (for big folders)
1395         * src/prefs_actions.c
1396         * src/prefs_filtering.c
1397         * src/prefs_matcher.c
1398         * src/prefs_template.c
1399                 Fix default button when closing without
1400                 having saved
1401
1402 2006-07-04 [colin]      2.3.1cvs54
1403
1404         * src/news.c
1405                 Delete local file on deletion
1406
1407 2006-07-03 [colin]      2.3.1cvs53
1408
1409         * src/folderview.c
1410         * src/main.c
1411                 Don't freeze when rescanning after crash
1412
1413 2006-07-03 [wwp]        2.3.1cvs52
1414
1415         * src/compose.c
1416         * src/privacy.c
1417         * src/privacy.h
1418         * src/plugins/pgpinline/pgpinline.c
1419         * src/plugins/pgpmime/pgpmime.c
1420                 don't report an error when the user cancels the passphrase dialog.
1421
1422 2006-07-02 [colin]      2.3.1cvs51
1423
1424         * src/folderview.c
1425                 Open message when crossing folders with Space,
1426                 goto next unread and friends
1427
1428 2006-07-01 [colin]      2.3.1cvs50
1429
1430         * src/prefs_account.c
1431                 Typographic rules varying from language
1432                 to language (in french "Protocole :"),
1433                 we have to do that :)
1434
1435 2006-07-01 [ticho]      2.3.1cvs49
1436
1437         * src/prefs_account.c
1438                 Only use one temporary gchar* variable in
1439                 prefs_account_protocol_set_optmenu().
1440
1441 2006-07-01 [ticho]      2.3.1cvs48
1442
1443         * src/prefs_account.c
1444         * src/prefs_account.h
1445                 Use GtkLabel for existing account protocol name.
1446                 Created an array for protocol names and populate the
1447                 combobox from it in a for() cycle.
1448
1449 2006-06-30 [colin]      2.3.1cvs47
1450
1451         * src/compose.c
1452                 Block undo when changing signature (by changing
1453                 account)
1454
1455 2006-06-30 [paul]       2.3.1cvs46
1456
1457         * src/send_message.c
1458                 when editing From in the Compose window, use that address
1459                 in the Return-Path: header
1460                 Thanks to Colin
1461
1462 2006-06-30 [colin]      2.3.1cvs45
1463
1464         * src/compose.c
1465                 Fix signature replacement:
1466                 - when no newline before separator
1467                 - when reediting
1468
1469 2006-06-29 [colin]      2.3.1cvs44
1470
1471         * src/folderview.c
1472         * src/folderview.h
1473         * src/mainwindow.c
1474         * src/summaryview.c
1475                 Let 'View/Go to/Next marked' work like
1476                 Next new & Next unread: across folders
1477                 Change the select_on_entry pref to do
1478                 what we want when changing folder
1479         * src/common/utils.c
1480                 Fix single-quoted links 
1481
1482 2006-06-29 [colin]      2.3.1cvs43
1483
1484         * src/gtk/gtkaspell.c
1485                 "Sylpheed" and "Sylpheed-Claws" do exist !
1486
1487 2006-06-29 [colin]      2.3.1cvs42
1488
1489         * src/imap.c
1490                 Forgot to remove debug
1491
1492 2006-06-29 [colin]      2.3.1cvs41
1493
1494         * src/imap.c
1495         * src/imap.h
1496         * src/mainwindow.c
1497                 Disconnect from IMAP servers when going
1498                 offline. Fixes bug #978 (going to offline-mode 
1499                 won't close connections)
1500
1501 2006-06-29 [colin]      2.3.1cvs40
1502
1503         * src/main.c
1504                 Fix transient setting on failing plugins
1505                 Patch by Fabien
1506         * src/plugins/pgpcore/sgpgme.c
1507                 Only warn for OpenPGP. Most people don't
1508                 have CMS available.
1509
1510 2006-06-29 [colin]      2.3.1cvs39
1511
1512         * src/compose.c
1513                 Fix Spelling menu (discrepancy between context menu
1514                 and top menu when folder's dictionary isn't the 
1515                 default one)
1516         * src/plugins/pgpcore/sgpgme.c
1517                 More error reporting about why gpgme can fail
1518
1519 2006-06-29 [wwp]        2.3.1cvs38
1520
1521         * src/mainwindow.c
1522                 honor the display-header-pane setting even when the message view
1523                 is a separate window.
1524
1525 2006-06-29 [wwp]        2.3.1cvs37
1526
1527         * src/prefs_actions.c
1528                 forgot to commit that one (use of GTK_STOCK_INFO).
1529
1530 2006-06-29 [colin]      2.3.1cvs36
1531
1532         * src/imap.c
1533                 Better handling of login errors (ask the password
1534                 again once), alert in case of error. Fix three
1535                 signedness warnings.
1536
1537 2006-06-28 [wwp]        2.3.1cvs35
1538
1539         * src/prefs_template.c
1540         * src/prefs_matcher.c
1541         * src/prefs_filtering_action.c
1542         * src/prefs_quote.c
1543                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
1544                 patch by Fabien Vantard, slightly modified.
1545
1546 2006-06-28 [paul]
1547
1548         2.4.0-rc2 released
1549
1550 2006-06-28 [colin]      2.3.1cvs34
1551
1552         * src/prefs_account.c
1553                 Fix bug #977 (Can't add or edit imap accounts)
1554
1555 2006-06-28 [colin]      2.3.1cvs33
1556
1557         * src/mimeview.c
1558                 Fix previous
1559
1560 2006-06-28 [colin]      2.3.1cvs32
1561
1562         * src/mimeview.c
1563                 Save named inlined attachments with "Save all"
1564         * src/main.c
1565         * src/mbox.c
1566         * src/common/plugin.c
1567         * src/common/plugin.h
1568         * src/common/sylpheed.c
1569         * src/common/utils.c
1570         * src/plugins/pgpcore/sylpheed.def
1571         * src/plugins/pgpinline/sylpheed.def
1572         * src/plugins/pgpmime/sylpheed.def
1573                 Win32 compatibility patch, by
1574                 Werner Koch
1575
1576 2006-06-28 [wwp]        2.3.1cvs31
1577
1578         * src/imap.c
1579         * src/prefs_folder_item.c
1580                 less compilation warnings (thanks to Fabien Vantard), less typos.
1581
1582 2006-06-28 [paul]       2.3.1cvs30
1583
1584         * src/gtk/gtkutils.c
1585                 gtk_combo_box_set_focus_on_click() is only
1586                 available since gtk 2.6.0
1587
1588 2006-06-28 [paul]       2.3.1cvs29
1589
1590         * src/prefs_ext_prog.c
1591                 fix engrish and add a tooltip for the
1592                 'command for 'Display as text' option
1593
1594 2006-06-28 [paul]
1595
1596         2.4.0-rc1 released
1597
1598 2006-06-28 [paul]       2.3.1cvs28
1599
1600         * ChangeLog
1601         * tools/Makefile.am
1602                 include textviewer.pl in releases
1603
1604 2006-06-28 [paul]       2.3.1cvs27
1605
1606         * src/prefs_ext_prog.c
1607                 hide Print command option if libgnomeprint
1608                 support is present
1609
1610 2006-06-27 [colin]      2.3.1cvs26
1611
1612         * src/compose.c
1613                 Fix Esc handling in insert/attach dialog
1614                 Don't show this dialog if dragging something
1615                 else than text/uri-list
1616                 Thanks to Fabien Vantard
1617         * tools/textviewer.pl
1618                 Filter script to display stuff as text
1619                 by H. Merijn Brand
1620
1621 2006-06-27 [wwp]        2.3.1cvs25
1622
1623         * src/messageview.c
1624                 use the exact product name (message view title), patch
1625                 by Fabien Vantard.
1626
1627 2006-06-27 [ticho]      2.3.1cvs24
1628
1629         * src/prefs_account.c
1630         * src/prefs_common.c
1631         * src/prefs_common.h
1632         * src/prefs_ext_prog.c
1633         * src/textview.c
1634                 Add a preference (Preferences/External programs)
1635                 to allow "Display as text" to be done via a script
1636                 (patch by H.Merijn Brand).
1637                 Use GtkComboBox for protocol selection in account
1638                 preferences.
1639                 Only include current choice for existing accounts, and
1640                 insensitivize the combobox.
1641
1642 2006-06-27 [paul]       2.3.1cvs23
1643
1644         * src/mbox.c
1645                 fix crasher introduced in cvs21.
1646                 Thanks to Colin
1647
1648 2006-06-26 [colin]      2.3.1cvs22
1649
1650         * src/mbox.c
1651                 Fix double-frees when leaving folders
1652                 after exporting to mbox
1653
1654 2006-06-26 [colin]      2.3.1cvs21
1655
1656         * src/mbox.c
1657                 More feedback (and optimisation)
1658                 on import/export
1659         * src/common/utils.c
1660                 Fix case when looking for mail addresses
1661         * src/gtk/gtkutils.c
1662                 Extra check for (X-)Face
1663
1664 2006-06-25 [ticho]      2.3.1cvs20
1665
1666         * src/compose.c
1667         * src/exphtmldlg.c
1668         * src/gtk/gtkutils.c
1669         * src/gtk/gtkutils.h
1670                 Added second argument to gtkut_sc_combobox_create() to
1671                 control focus-on-click for the widget.
1672                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
1673
1674 2006-06-25 [ticho]      2.3.1cvs19
1675
1676         * src/compose.c
1677         * src/gtk/Makefile.am
1678         * src/gtk/combobox.c
1679         * src/gtk/combobox.h
1680         * src/gtk/gtkutils.c
1681         * src/gtk/gtkutils.h
1682                 Use GtkComboBox instead of deprecated GtkOptionMenu
1683                 for account selector in compose window and for encoding
1684                 selector in attachment properties.
1685                 Also factorise working with the new GtkComboBox somewhat.
1686
1687 2006-06-24 [paul]       2.3.1cvs18
1688
1689         * src/prefs_common.c
1690                 use the correct default value
1691
1692 2006-06-24 [paul]       2.3.1cvs17
1693
1694         * src/compose.c
1695         * src/prefs_common.c
1696         * src/prefs_common.h
1697         * src/prefs_compose_writing.c
1698                 enable setting of default action when
1699                 dnd'ing files in the compose window.
1700                 (Collaborative effort with wwp)
1701
1702 2006-06-23 [wwp]        2.3.1cvs16
1703
1704         * src/compose.c
1705                 i18n fix (thanks to Fabien Vantard)
1706
1707 2006-06-22 [colin]      2.3.1cvs15
1708
1709         * src/prefs_customheader.c
1710                 Don't use filters in custom headers' file 
1711                 selector. Remember, extensions mean nothing :)
1712
1713 2006-06-22 [paul]       2.3.1cvs14
1714
1715         * configure.ac
1716                 allow setting of man directory location
1717
1718 2006-06-22 [colin]      2.3.1cvs13
1719
1720         * src/mainwindow.c
1721                 Add 'View/Go to/Next unread folder'.
1722                 I missed that :)
1723
1724 2006-06-22 [colin]      2.3.1cvs12
1725
1726         * src/common/utils.c
1727                 Add some subject prefixes
1728                 Patch by Bjorn T Johansen <btj@havleik.no>
1729
1730 2006-06-22 [colin]      2.3.1cvs11
1731
1732         * manual/advanced.xml
1733                 Forgotten hidden pref
1734
1735 2006-06-21 [paul]       2.3.1cvs10
1736
1737         * src/prefs_account.c
1738                 complete the removal of 'Add date header' option
1739
1740 2006-06-21 [paul]       2.3.1cvs9
1741
1742         * src/account.c
1743         * src/compose.c
1744         * src/prefs_account.c
1745         * src/prefs_account.h
1746                 remove option to add date header - always
1747                 add date header
1748         * src/etpan/imap-thread.c
1749                 fix warnings (Thanks to Colin)
1750
1751 2006-06-21 [wwp]        2.3.1cvs8
1752
1753         * src/folder.c
1754                 set the attachment flag when inline text part are (file)named. This is more convenient
1755                 when receiving (for instance) inline source files or patches sent using thunderbird.
1756
1757 2006-06-21 [paul]       2.3.1cvs7
1758
1759         * src/inc.c
1760                 fix off-by-one count of current msg in
1761                 statusbar filtering progressbar
1762
1763 2006-06-21 [paul]       2.3.1cvs6
1764
1765         * src/folder.c
1766                 Show attachment icon even if the part is 'inline'
1767                 if the following conditions are met:
1768                 - content-type != 'text/plain'
1769                 - content-type != '*/pgp-signature'
1770                 - either 'name' or 'filename' parameter is not NULL
1771                 
1772                 Thanks to Colin
1773
1774 2006-06-21 [paul]       2.3.1cvs5
1775
1776         * src/messageview.c
1777         * src/prefs_common.c
1778         * src/prefs_common.h
1779         * src/prefs_other.c
1780                 add an option to 'Never send Return
1781                 Receipts'
1782                 Thanks to Colin
1783
1784 2006-06-20 [mones]      2.3.1cvs4
1785
1786         * po/es.po
1787                 updated
1788         * src/compose.c
1789                 typo fixed (space after comma)
1790         * tools/make.themes.project
1791                 remove exec mode from tarball files
1792
1793 2006-06-20 [colin]      2.3.1cvs3
1794
1795         * src/news.c
1796         * src/procheader.c
1797         * src/unmime.c
1798                 Better fix for \n's in headers (don't 
1799                 break Received: and others)
1800
1801 2006-06-20 [paul]       2.3.1cvs2
1802
1803         * src/alertpanel.c
1804         * src/textview.c
1805                 improve legibility of phishing attempt
1806                 dialog
1807
1808 2006-06-20 [paul]       2.3.1cvs1
1809
1810         * NEWS
1811         * README
1812         * configure.ac
1813                 Update version number following
1814                 stable release
1815
1816 2006-06-20 [colin]      2.3.0cvs26
1817
1818         * src/compose.c
1819                 When dragging a file to the text of the compose
1820                 window, ask whether we want to insert or attach
1821                 (I know lots of people who do that to attach)
1822
1823 2006-06-20 [colin]      2.3.0cvs25
1824
1825         * src/etpan/imap-thread.c
1826                 Fix threshold (the append command is often > 32 bytes)
1827
1828 2006-06-19 [colin]      2.3.0cvs24
1829
1830         * src/imap.c
1831         * src/etpan/imap-thread.c
1832                 Workaround Rockliffe IMAP server bug: replace
1833                 "x UID SEARCH (ANSWERED UID 1:*)" with
1834                 "x UID SEARCH ANSWERED"
1835                 (Rockliffe doesn't handle the parenthesis)
1836
1837 2006-06-19 [colin]      2.3.0cvs23
1838
1839         * src/compose.c
1840         * src/imap.c
1841         * src/etpan/imap-thread.c
1842                 Probably fix bug #972 (Freezes when adding 
1843                 an attachment to the message)
1844         * src/common/defs.h
1845                 Modernize Firefox cmd
1846
1847
1848 2006-06-18 [colin]      2.3.0cvs22
1849
1850         * src/prefs_customheader.c
1851                 Only allow correct filenames for various
1852                 custom headers
1853
1854 2006-06-18 [colin]      2.3.0cvs21
1855
1856         * src/prefs_customheader.c
1857                 Add a 'From File...' button in custom headers prefs, which
1858                 try to do the right thing: 
1859                 for normal headers, use file as plaintext,
1860                 for X-Face, calls compface,
1861                 for Face, encode to b64.
1862
1863 2006-06-17 [colin]      2.3.0cvs20
1864
1865         * src/mh.c
1866                 Warning fix
1867
1868 2006-06-16 [colin]      2.3.0cvs19
1869
1870         * src/summaryview.c
1871                 Recursive quicksearch: show message list
1872                 in current folder, *then* search children
1873                 in the background.
1874
1875 2006-06-16 [colin]      2.3.0cvs18
1876
1877         * src/main.c
1878                 Instead of ignoring SIGPIPE, save caches
1879                 when getting one. Will fix the fact that
1880                 hot caches are out-of-date when logging 
1881                 out of Xorg.
1882         * src/compose.c
1883         * src/prefs_compose_writing.c
1884                 Only save text (not attachments) when 
1885                 auto-saving to drafts
1886         * src/unmime.c
1887                 Always replace \n, \r and \t with spaces
1888                 in headers
1889         * manual/dist/html/Makefile.am
1890         * manual/dist/pdf/Makefile.am
1891         * manual/dist/ps/Makefile.am
1892         * manual/dist/txt/Makefile.am
1893         * manual/fr/dist/html/Makefile.am
1894         * manual/fr/dist/pdf/Makefile.am
1895         * manual/fr/dist/ps/Makefile.am
1896         * manual/fr/dist/txt/Makefile.am
1897         * manual/pl/dist/html/Makefile.am
1898         * manual/pl/dist/pdf/Makefile.am
1899         * manual/pl/dist/ps/Makefile.am
1900         * manual/pl/dist/txt/Makefile.am
1901                 Fix make clean removing pregenerated manuals
1902
1903
1904 2006-06-16 [colin]      2.3.0cvs17
1905
1906         * src/plugins/pgpcore/sgpgme.c
1907         * src/plugins/pgpmime/pgpmime.c
1908         * src/plugins/pgpinline/pgpinline.c
1909                 Better error reporting in setup_signers.
1910                 Don't fallback to default key if specified
1911                 key isn't found.
1912                 Don't allow signing if more than one secret
1913                 key matches the one specified in prefs.
1914
1915 2006-06-15 [colin]      2.3.0cvs16
1916
1917         * src/folderview.c
1918                 Add "Send queue" in the folder's contextual
1919                 menu
1920         * src/compose.c
1921         * src/messageview.c
1922         * src/privacy.c
1923         * src/privacy.h
1924         * src/procmime.c
1925         * src/procmsg.c
1926         * src/plugins/pgpcore/passphrase.c
1927         * src/plugins/pgpcore/sgpgme.c
1928         * src/plugins/pgpinline/pgpinline.c
1929         * src/plugins/pgpmime/pgpmime.c
1930                 Better error reporting
1931         * src/mbox.c
1932                 Probably fix bug #971 (2.2.3 cannot read mail 
1933                 from local mbox)
1934
1935
1936 2006-06-15 [mones]      2.3.0cvs15
1937
1938         * tools/make.themes.project
1939                 creates the themes project from the web page
1940
1941 2006-06-15 [colin]      2.3.0cvs14
1942
1943         * src/folder.c
1944                 Better fix (avoid losing the folder if scan_tree 
1945                 fails)
1946
1947 2006-06-15 [cleroy]     2.3.0cvs13
1948
1949         * src/folder.c
1950                 Probably fix Bug #969 (crash on rebuilding 
1951                 imap folder)
1952
1953 2006-06-14 [colin]      2.3.0cvs12
1954
1955         * manual/dtd/manual.xsl
1956         * manual/sylpheed-claws-manual.xml
1957         * manual/fr/sylpheed-claws-manual.xml
1958         * manual/pl/sylpheed-claws-manual.xml
1959                 Insert pagebreaks between sections
1960
1961 2006-06-14 [paul]       2.3.0cvs11
1962
1963         * configure.ac
1964                 better fix than 2.3.0cvs10
1965
1966 2006-06-14 [paul]       2.3.0cvs10
1967
1968         * configure.ac
1969                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1970                 (backwards compatible)
1971
1972 2006-06-13 [colin]      2.3.0cvs9
1973
1974         * src/messageview.c
1975                 Fix sending of return receipt with the new queue folders
1976
1977 2006-06-13 [wwp]        2.3.0cvs8
1978
1979         * src/quote_fmt_lex.l
1980                 fix wrong tokens returned in quote_fmt lexer, query not().
1981
1982 2006-06-13 [wwp]        2.3.0cvs7
1983
1984         * src/folder.c
1985         * src/prefs_folder_item.c
1986                 allow changing folder type even when folder is not a top-level one,
1987                 thanks to Colin.
1988
1989 2006-06-12 [colin]      2.3.0cvs6
1990
1991         * src/folderview.c
1992                 Fix double-ask of "Do you want to mark all
1993                 as read"
1994
1995 2006-06-12 [colin]      2.3.0cvs5
1996
1997         * src/compose.c
1998         * src/compose.h
1999         * src/folder.c
2000         * src/folder.h
2001         * src/imap.c
2002         * src/inc.c
2003         * src/main.c
2004         * src/messageview.c
2005         * src/mh.c
2006         * src/prefs_folder_item.c
2007         * src/procheader.c
2008         * src/procmime.c
2009         * src/procmsg.c
2010         * src/procmsg.h
2011         * src/send_message.c
2012         * src/summaryview.c
2013         * src/toolbar.c
2014                 Apply bug #964's patch (Queue and drafts aren't normal)
2015                 The Drafts and Queue folder now contain RFC-822 files,
2016                 allowing to move and copy mails from and to these 
2017                 folders. Moving from Drafts to Queue will prepare the
2018                 mail for sending (PGP signature, encryption, etc).
2019                 This patch also rework sending errors handling to try
2020                 to be more helpful.
2021                 Also, allow redefining folder types via the GUI 
2022                 (Folder type in its Properties)
2023
2024 2006-06-12 [colin]      2.3.0cvs4
2025
2026         * src/summaryview.c
2027         * src/prefs_common.c
2028         * src/prefs_common.h
2029         * src/gedit-print.c
2030                 Allow to define a specific print font - patch
2031                 by Bernhard Walle <bernhard.walle@gmx.de>
2032         * src/prefs_fonts.c
2033         * manual/advanced.xml
2034         * manual/fr/advanced.xml
2035                 Add a hidden pref to allow deletion without
2036                 confirmation
2037
2038 2006-06-12 [wwp]        2.3.0cvs3
2039
2040         * .cvsignore
2041                 more files to ignore.
2042
2043 2006-06-12 [wwp]        2.3.0cvs2
2044
2045         * src/quote_fmt.c
2046         * src/quote_fmt_lex.l
2047         * src/quote_fmt_parse.y
2048                 extend the quote_fmt parser (templates and quotes):
2049                 - allow limited sub-expressions in |p{} and |f{} expressions,
2050                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
2051                 - implemented/fixed missing implementation of query_references and show_references,
2052                 - completed, fixed contents and format of the symbols help dialog,
2053                 - fix some compilation warnings.
2054
2055 2006-06-12 [wwp]        2.3.0cvs1
2056
2057         * manual/advanced.xml
2058         * manual/fr/advanced.xml
2059                 updates in the "templates" section of the manual (eng/fr):
2060                  - be more precise (both versions)
2061                  - completed to match the english reference (fr version)
2062                  - touchups (both versions)
2063
2064 2006-06-12 [paul]       2.3.0
2065
2066         2.3.0 released
2067
2068 2006-06-12 [paul]       2.2.3cvs14
2069
2070         * po/ca.po
2071         * po/cs.po
2072         * po/de.po
2073         * po/el.po
2074         * po/fr.po
2075         * po/it.po
2076         * po/pt_BR.po
2077         * po/sr.po
2078         * po/zh_CN.po
2079                 updated by Miquel Oliete, Tim, Stephan Sachse,
2080                 Stavros Giannouris, Fabien Vantard, Andrea
2081                 Spadaccini, Frederico Goncalves Guimaraes,
2082                 Aleksandar Urosevic, and Ralgh Young
2083
2084 2006-06-12 [colin]      2.2.3cvs13
2085
2086         * src/mbox.c
2087                 Add missing header
2088
2089 2006-06-11 [colin]      2.2.3cvs12
2090
2091         * src/msgcache.c
2092                 Verify that g_malloc() succeeded
2093
2094 2006-06-11 [colin]      2.2.3cvs11
2095
2096         * src/wizard.c
2097                 Add Face header to welcome mail
2098
2099 2006-06-10 [colin]      2.2.3cvs10
2100
2101         * src/textview.c
2102                 Revert previous (Forgot it changes the
2103                 margin on the whole mail)
2104
2105 2006-06-10 [colin]      2.2.3cvs9
2106
2107         * src/textview.c
2108                 Don't overlap long headers under (X-)Face
2109
2110 2006-06-10 [mones]      2.2.3cvs8
2111
2112         * manual/xml2pdf
2113                 allow generation of manual on systems lacking saxon binary
2114                 but with java and the saxon library installed
2115
2116         * po/es.po
2117                 updated for release
2118
2119 2006-06-09 [colin]      2.2.3cvs7
2120
2121         * src/summaryview.c
2122                 Fix leak when using Display Sender using Addressbook
2123
2124 2006-06-09 [colin]      2.2.3cvs6
2125
2126         * src/compose.c
2127         * src/folder.c
2128         * src/folderview.c
2129         * src/mimeview.c
2130         * src/summaryview.c
2131                 More leaks fixes
2132
2133 2006-06-09 [paul]       2.2.3cvs5
2134
2135         * AUTHORS
2136         * src/gtk/authors.h
2137         * tools/claws.i18n.status.pl
2138                 updated with new info
2139
2140 2006-06-09 [paul]       2.2.3cvs4
2141
2142         * README
2143                 updated
2144         * manual/ack.xml
2145                 add wwp to authors list
2146         * src/gtk/authors.h
2147                 update mine and Colin's addresses
2148
2149 2006-06-08 [colin]      2.2.3cvs3
2150
2151         * src/etpan/imap-thread.c
2152                 Fix leak on SSL cert check
2153
2154 2006-06-08 [colin]      2.2.3cvs2
2155
2156         * src/common/utils.c
2157                 Fix leak
2158
2159 2006-06-08 [paul]       2.2.3cvs1
2160
2161         * configure.ac
2162                 Update version number following
2163                 stable release
2164
2165 2006-06-07 [colin]      2.2.2cvs3
2166
2167         * src/msgcache.c
2168                 Fix catching cache read errors (guint instead of gint)
2169                 Prevent malloc'ing more than 8MB (means cache corruption)
2170
2171 2006-06-07 [paul]       2.2.2cvs2
2172
2173         * src/exporthtml.c
2174         * src/exportldif.c
2175         * src/mh.c
2176         * src/mutt.c
2177         * src/pine.c
2178         * src/common/utils.c
2179                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
2180                 obey $HOME'
2181                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
2182                 Thanks to Colin
2183
2184 2006-06-06 [paul]       2.2.2cvs1
2185
2186         * configure.ac
2187                 Update version number following
2188                 stable release
2189
2190 2006-06-06 [paul]       2.2.1cvs6
2191
2192         * src/matcher.c
2193                 fix  implicit declaration of
2194                 sylpheed_do_idle()
2195                 Patch by Fabien Vantard
2196
2197 2006-06-06 [paul]       2.2.1cvs5
2198
2199         * src/matcher.c
2200                 fix age_greater and age_lower so that they
2201                 mean what say and not '...or equal to'
2202                 Thanks to Colin
2203
2204 2006-06-06 [paul]       2.2.1cvs4
2205
2206         * src/textview.c
2207         * src/common/utils.c
2208                 fix URI check
2209                 Thanks to Colin
2210
2211 2006-06-05 [wwp]        2.2.1cvs3
2212
2213         * manual/fr/account.xml
2214                 minor language fixes (thanks to Fabien Vantard).
2215
2216 2006-06-05 [colin]      2.2.1cvs2
2217
2218         * src/prefs_folder_item.c
2219         * src/folderview.c
2220                 Allow recursive setting of properties 
2221                 for whole mailboxes
2222         * src/matcher.c
2223                 Don't freeze on 'test' filtering rule
2224
2225 2006-06-05 [colin]      2.2.1cvs1
2226
2227         * configure.ac
2228                 Update version number following
2229                 stable release
2230
2231 2006-06-04 [wwp]        2.2.0cvs82
2232
2233         * manual/glossary.xml
2234         * manual/account.xml
2235         * manual/fr/glossary.xml
2236         * manual/fr/account.xml
2237                 added glossary section and references/links related to the Face custom header.
2238
2239 2006-06-04 [colin]      2.2.0cvs81
2240
2241         * src/summaryview.c
2242                 Skip to next message on move with no
2243                 immediate execution
2244
2245 2006-06-04 [wwp]        2.2.0cvs80
2246
2247         * manual/xml2pdf
2248                 added sanity checks, exit when needed.
2249
2250 2006-06-03 [paul]       2.2.0cvs79
2251
2252         * src/prefs_receive.c
2253                 page name is now 'Receiving'
2254         * src/prefs_send.c
2255                 page name is now 'Sending'
2256
2257 2006-06-03 [colin]      2.2.0cvs78
2258
2259         * src/plugins/spamassassin/spamassassin_gtk.c
2260                 Autoswitch to Localhost if transport was previously
2261                 disabled. Else people had to check [] Enable, then
2262                 *reselect* transport.
2263
2264 2006-06-03 [colin]      2.2.0cvs77
2265
2266         * src/plugins/pgpinline/pgpinline.c
2267         * src/plugins/pgpmime/pgpmime.c
2268                 Check that gpg_data_release_and_get_mem 
2269                 didn't fail (now, why this happens...)
2270
2271 2006-06-03 [colin]      2.2.0cvs76
2272
2273         * src/mbox.c
2274                 Fix bug #962 (Manual and/or UI should 
2275                 warn about incompatible locking 
2276                 causing dataloss)
2277
2278 2006-06-02 [cleroy]     2.2.0cvs75
2279
2280         * src/filtering.c
2281         * src/folder.c
2282         * src/procmsg.c
2283         * src/summaryview.c
2284                 Fix a few leaks
2285
2286 2006-06-02 [colin]      2.2.0cvs74
2287
2288         * src/main.c
2289                 On exit, free caches after writing them
2290                 Shuts up some valgrind false positives
2291         * src/procmsg.c
2292         * src/send_message.c
2293                 Fix races when reusing existing SMTP connections
2294                 Fix inexistant session timeout
2295         * src/toolbar.c
2296                 Display alertpanel after all queues have
2297                 been processed, not after each
2298
2299 2006-06-02 [wwp]        2.2.0cvs73
2300
2301         * manual/fr/glossary.xml
2302         * manual/fr/ack.xml
2303         * manual/ack.xml
2304                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
2305
2306 2006-06-02 [wwp]        2.2.0cvs72
2307
2308         * manual/xml2pdf
2309         * manual/dist/pdf/Makefile.am
2310         * manual/dtd/manual.xsl
2311         * manual/fr/dist/pdf/Makefile.am
2312         * manual/pl/dist/pdf/Makefile.am
2313                 we changed the procedure to generate the .pdf version of the manual.
2314                 The procedure is more modern and the .pdf we get now has a valid index.
2315                 Here are the new pre-requisites:
2316
2317                 - JRE 1.x (1.4 here): there must be one from your distro
2318                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
2319                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
2320                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
2321
2322                 See my posts for further info about the installation of this toolchain:
2323
2324                 Date: Fri, 19 May 2006 19:40:06 +0200
2325                 From: wwp <subscript@free.fr>
2326                 To: sylpheed-claws-devel@lists.sourceforge.net
2327                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
2328
2329                 and
2330
2331                 Date: Wed, 24 May 2006 12:58:49 +0200
2332                 From: wwp <subscript@free.fr>
2333                 To: sylpheed-claws-devel@lists.sourceforge.net
2334                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
2335
2336 2006-06-01 [colin]      2.2.0cvs71
2337
2338         * src/compose.c
2339                 Better guards against IMAP races
2340         * src/main.c
2341         * src/prefs_common.c
2342         * src/prefs_common.h
2343         * src/common/ssl_certificate.c
2344         * src/etpan/imap-thread.c
2345         * src/etpan/imap-thread.h
2346         * src/gtk/sslcertwindow.c
2347                 New hidden option ssl_skip_cert_check to 
2348                 avoid dups of bug #959 (libetpan linked
2349                 against gnutls and gnutls buggy on 64bit)
2350                 Present expired warning only once per
2351                 session/server.
2352         * manual/advanced.xml
2353         * manual/fr/advanced.xml
2354                 Document new option
2355
2356 2006-06-01 [wwp]        2.2.0cvs70
2357
2358         * src/messageview.c
2359                 fix for bug #961 (return receipt dialog 
2360                 complains incorrectly about return-path 
2361                 email adress being different), thanks 
2362                 to Colin.
2363
2364 2006-05-31 [cleroy]     2.2.0cvs69
2365
2366         * src/common/ssl.c
2367                 Guard against NULLs, although this
2368                 should never be an issue
2369
2370 2006-05-31 [colin]      2.2.0cvs68
2371
2372         * src/filtering.c
2373                 Use g_slist_prepend
2374         * src/imap.c
2375                 Don't remove caches when destroying folder, it
2376                 could (should) be done at exit
2377         * src/inc.c
2378                 free processing cache after incorporation
2379         * src/etpan/imap-thread.c
2380                 Maybe fix bug #959 (Crash on moving to emails 
2381                 to a imap account per ssl with a expired 
2382                 certificate.)
2383
2384 2006-05-30 [colin]      2.2.0cvs67
2385
2386         * src/summaryview.c
2387                 Put back event flush when displaying message
2388                 It avoids reading a bunch of messages just
2389                 by hitting shift-n for too long ;)
2390
2391 2006-05-29 [colin]      2.2.0cvs66
2392
2393         * src/summaryview.c
2394                 Remove useless g_warnings
2395
2396 2006-05-29 [colin]      2.2.0cvs65
2397
2398         * src/imap.c
2399                 Fix g_slist_append()s for performance
2400
2401 2006-05-29 [colin]      2.2.0cvs64
2402
2403         * src/compose.c
2404         * src/common/utils.c
2405                 Fix extraneous tab at start of addresses
2406         * src/mainwindow.c
2407                 Fix warnings (thanks to Fabien)
2408                 Fix crash at exit when composing messages 
2409                 exist
2410         * src/pop.c
2411                 Fix progress bar when deleting expired mails
2412                 Thanks to Hiro
2413         * src/summaryview.c
2414         * src/gtk/gtksctree.c
2415                 Fix re-sorting slowness
2416
2417 2006-05-29 [paul]       2.2.0cvs63
2418
2419         * src/mh.c
2420                 fetch full message when moving mails
2421                 from another mailbox, (fixed data loss
2422                 when filtering from IMAP to MH, introduced
2423                 in 2.2.0cvs57).
2424                 Thanks to Colin
2425
2426 2006-05-29 [mones]      2.2.0cvs62
2427
2428         * src/gtk/gtksctree.c
2429                 Unselect faster (patch by Colin)        
2430
2431 2006-05-26 [colin]      2.2.0cvs61
2432
2433         * src/summaryview.c
2434                 Unplug MSGINFO_UPDATE callback on delete too.
2435
2436 2006-05-26 [colin]      2.2.0cvs60
2437
2438         * src/foldersel.c
2439                 Fix bold in folder selection window with glib2.10
2440                 thanks Hiro
2441
2442 2006-05-26 [colin]      2.2.0cvs59
2443
2444         * src/procheader.c
2445                 Convert date only if necessary (and don't
2446                 try to convert from utf8 to utf8, too)
2447         * src/summaryview.c
2448                 Only set column's text if the column's 
2449                 displayed
2450
2451 2006-05-26 [colin]      2.2.0cvs58
2452
2453         * src/summaryview.c
2454         * src/gtk/gtkutils.c
2455                 Fix useless warning
2456
2457 2006-05-26 [colin]      2.2.0cvs57
2458
2459         * src/mainwindow.c
2460                 Make summaryview selectable as long as 
2461                 no message has focus
2462         * src/mh.c
2463                 Faster deletion (by implementing mh_remove_msgs)
2464                 Faster copy (avoid using mh_fetch_msg just to get
2465                 the filename)
2466                 Faster move (using move_file instead of copy_file
2467                 if MSG_IS_MOVE)
2468                 No progressbar if total number of mails to cp/mv 
2469                 is less than 100
2470         * src/summaryview.c
2471                 Fix removal from subject_table when mail gets moved
2472                 Faster deletion (g_slist_prepend instead of append)
2473         * src/gtk/gtksctree.c
2474                 Remove useless code
2475
2476 2006-05-25 [colin]      2.2.0cvs56
2477
2478         * src/common/ssl_certificate.c
2479                 Fix leak in expired cert check
2480
2481 2006-05-25 [colin]      2.2.0cvs55
2482
2483         * src/mh.c
2484                 Disable flags syncing on .mh_sequences - it
2485                 is buggy and marks mails read under unknown
2486                 conditions.
2487
2488 2006-05-25 [paul]
2489
2490         * 2.3.0-rc4 released
2491
2492 2006-05-24 [colin]      2.2.0cvs54
2493
2494         attention cvs users: if you manage to crash
2495         Sylpheed-Claws while moving, copying or deleting
2496         mails, we *are* interested in stack traces and
2497         valgrind logs. It looks stable, but one never
2498         knows...
2499
2500         * src/folder.c
2501                 Add progressbar for cache updates
2502         * src/folderutils.c
2503                 Optimize Mark all read in the current
2504                 folder
2505         * src/mh.c
2506                 Add progressbar for copy/move
2507         * src/procmsg.c
2508                 Optimize O(n^2) in copy/move
2509         * src/summaryview.c
2510         * src/gtk/gtksctree.c
2511                 Optimize O(n^2) algos
2512         * src/common/timing.h
2513                 Display ms instead of us
2514
2515 2006-05-24 [wwp]        2.2.0cvs53
2516
2517         * manual/fr/advanced.xml
2518                 updates to the French manual.
2519
2520 2006-05-24 [wwp]        2.2.0cvs52
2521
2522         * src/common/utils.c
2523                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
2524
2525 2006-05-24 [wwp]        2.2.0cvs51
2526
2527         * src/folderutils.c
2528                 fixed "mark all read" in MH folders (thanks to Colin).
2529
2530 2006-05-24 [paul]       2.2.0cvs50
2531
2532         * doc/man/sylpheed-claws.1
2533                 updated the man page
2534
2535 2006-05-23 [colin]      2.2.0cvs49
2536
2537         * src/folderview.c
2538         * src/imap.c
2539         * src/inc.c
2540         * src/mbox.c
2541         * src/messageview.c
2542         * src/news.c
2543         * src/send_message.c
2544         * src/summaryview.c
2545         * src/gtk/sslcertwindow.c
2546                 alertpanel fixes, by Fabien
2547
2548 2006-05-23 [colin]      2.2.0cvs48
2549
2550         * src/folder.c
2551         * src/folderview.c
2552         * src/msgcache.c
2553         * src/summaryview.c
2554         * src/gtk/gtksctree.c
2555         * src/gtk/gtksctree.h
2556                 More timings
2557                 Fix slow loading problem, which was caused by the
2558                 use of some gtk_ctree funcs and their use of
2559                 g_list_position while gtk_ctree_(un)link'ing.
2560                 Reap more functions from gtkctree.c to be sure we
2561                 use our (fast) version instead of theirs.
2562         * src/mh.c
2563                 Fix copy of unread mails
2564
2565
2566 2006-05-22 [wwp]        2.2.0cvs47
2567
2568         * manual/fr/advanced.xml
2569                 updated.
2570
2571 2006-05-22 [colin]      2.2.0cvs46
2572
2573         * src/filtering.c
2574                 Fix possible infinite loop. 'copy' is not a 
2575                 final action, so when encountering a 'copy',
2576                 we have to check if a previous one was set
2577                 and do it. In the same way, if we encounter
2578                 a 'move' we have to perform a possibly 
2579                 pending 'copy'. This will slow down filtering
2580                 on IMAP if move+copy or multiple copy actions
2581                 are to be done, but handling it via the batch
2582                 would be really too convoluted.
2583
2584 2006-05-22 [wwp]        2.2.0cvs45
2585
2586         * manual/fr/advanced.xml
2587         * manual/fr/faq.xml
2588         * manual/fr/glossary.xml
2589         * manual/fr/handling.xml
2590         * manual/fr/intro.xml
2591         * manual/fr/plugins.xml
2592         * manual/fr/sylpheed-claws-manual.xml
2593                 sync w/ the english manual: updates URIs, documented mailing-list
2594                 support, better explanation about the enabled/disabled feature
2595                 in filtering/processing rules by Paul.
2596
2597 2006-05-21 [colin]      2.2.0cvs44
2598
2599         * src/summaryview.c
2600                 Don't expand after building threads, but during
2601
2602 2006-05-21 [colin]      2.2.0cvs43
2603
2604         * src/procmsg.c
2605         * src/summaryview.c
2606                 More timing possibilities... For next time I have 
2607                 to find out how the hell some 3GHz computer takes
2608                 one minute to open a 30k folder...
2609
2610 2006-05-21 [colin]      2.2.0cvs42
2611
2612         * manual/pl/advanced.xml
2613         * manual/pl/faq.xml
2614         * manual/pl/glossary.xml
2615         * manual/pl/handling.xml
2616         * manual/pl/intro.xml
2617         * manual/pl/plugins.xml
2618         * manual/pl/sylpheed-claws-manual.xml
2619                 Polish manual updated by Pawel
2620
2621 2006-05-20 [colin]
2622
2623         * 2.3.0-rc3 released
2624
2625 2006-05-20 [colin]      2.2.0cvs41
2626
2627         * src/imap.c
2628                 Fix -rc2 problems:
2629                 - remove cache of moved messages from original folder
2630                 - apply new flags to messages even if they aren't appliable
2631                   via IMAP.
2632
2633 2006-05-20 [colin]
2634
2635         * 2.3.0-rc2 released
2636
2637 2006-05-19 [colin]      2.2.0cvs40
2638
2639         * src/imap.c
2640                 Don't issue SELECT in imap_change_flags
2641                 before having checked that we indeed have
2642                 some flags to change. MSG_POSTFILTERED for
2643                 example can't be used on IMAP.
2644                 Fixes bug #955 (copying messages between 
2645                 imap folders is extremely slow), which was
2646                 a regression.
2647
2648 2006-05-19 [colin]      2.2.0cvs39
2649
2650         * src/folder.c
2651         * src/folder.h
2652         * src/folderview.c
2653                 Try to fix bug #830 (Some unread messages 
2654                 get marked read in IMAP inbox):
2655                 - Prevent scanning a folder if it's being 
2656                   opened via the GUI
2657                 - Postpone opening via the GUI of a folder
2658                   currently scanned.
2659
2660
2661 2006-05-19 [wwp]        2.2.0cvs38
2662
2663         * manual/advanced.xml
2664                 fix English+typo (thanks to Paul).
2665
2666 2006-05-19 [wwp]        2.2.0cvs37
2667
2668         * manual/advanced.xml
2669         * manual/fr/advanced.xml
2670         * src/gtk/logwindow.c
2671         * src/prefs_common.c
2672         * src/prefs_common.h
2673                 added hidden prefs to allow customization of colors used in
2674                 protocol log window (useful for dark gtk+ themes).
2675
2676 2006-05-19 [wwp]        2.2.0cvs36
2677
2678         * ChangeLog
2679                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
2680
2681 2006-05-19 [paul]       2.2.0cvs35
2682
2683         * src/textview.c
2684                 make Reply-To fully clickable
2685         * src/gtk/logwindow.c
2686                 more colouring (SMTP ESMTP)
2687         Both patches by Pawel Pekala
2688
2689 2006-05-19 [cleroy]     2.2.0cvs34
2690
2691         * src/mh.c
2692                 Don't update flags from current folder
2693                 Probably fixes bug #935 (Read Messages 
2694                 Revert to Being Marked as Unread)
2695
2696 2006-05-18 [colin]      2.2.0cvs33
2697
2698         * src/imap.c
2699                 Warning fix
2700         * src/compose.c
2701         * src/mainwindow.c
2702         * src/summaryview.c
2703         * src/toolbar.c
2704                 Allow replying to multiple emails
2705                 in multiple windows
2706         * src/mimeview.c
2707         * src/etpan/imap-thread.c
2708                 Leak fixes
2709
2710 2006-05-18 [paul]       2.2.0cvs32
2711
2712         * src/summaryview.c
2713                 keep Mailing-List menu refreshed
2714                 Thanks to Colin
2715
2716 2006-05-18 [paul]       2.2.0cvs31
2717
2718         * manual/advanced.xml
2719         * manual/faq.xml
2720         * manual/glossary.xml
2721         * manual/handling.xml
2722         * manual/intro.xml
2723         * manual/plugins.xml
2724         * manual/sylpheed-claws-manual.xml
2725                 update URLs
2726                 add info about mailing-list support
2727                 edit filtering info
2728         * src/wizard.c
2729         * src/common/defs.h
2730         * src/gtk/about.c
2731         * src/plugins/dillo_viewer/README
2732                 update URLs
2733
2734 2006-05-17 [wwp]        2.2.0cvs30
2735
2736         * manual/handling.xml
2737         * manual/fr/handling.xml
2738                 documented the ability to enabled/disable filtering/processing rules.
2739
2740 2006-05-17 [colin]      2.2.0cvs29
2741
2742         * src/main.c
2743                 Don't initialize g_thread subsystem if it's 
2744                 already done (thanks to Hiro)
2745         * src/mimeview.c
2746                 Fix saving of parts when there name can't be
2747                 converted from UTF-8.
2748
2749 2006-05-17 [paul]       2.2.0cvs28
2750
2751         * po/Makefile.in.in
2752                 fix config.status warning with autoconf 2.60
2753
2754 2006-05-17 [paul]       2.2.0cvs27
2755
2756         * po/POTFILES.in
2757                 add src/mbox.c
2758
2759 2006-05-17 [wwp]        2.2.0cvs26
2760
2761         * src/mainwindow.c
2762                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2763
2764 2006-05-17 [wwp]        2.2.0cvs25
2765
2766         * src/plugins/demo/demo.c
2767                 updated product name in plugin demo (many plugins need to be
2768                 sync'ed w/ that change).
2769
2770 2006-05-17 [colin]      2.2.0cvs24
2771
2772         * src/mh.c
2773                 Fix leak
2774
2775 2006-05-16 [colin]      2.2.0cvs23
2776
2777         * src/mainwindow.c
2778                 Stupid me hit again. Fix cvs22.
2779
2780 2006-05-16 [colin]      2.2.0cvs22
2781
2782         * src/mainwindow.c
2783                 Fix bug #922 (sylpheed-claws crashed after 
2784                 pushing on Inbox folder)
2785
2786 2006-05-16 [colin]      2.2.0cvs21
2787
2788         * src/compose.c
2789                 Make From header be copy/paste/select-able
2790
2791 2006-05-16 [wwp]        2.2.0cvs20
2792
2793         * src/export.c
2794         * src/matcher.c
2795         * src/summaryview.c
2796         * src/etpan/imap-thread.c
2797                 fix some compiler warnings (thanks to Colin).
2798
2799 2006-05-16 [wwp]        2.2.0cvs19
2800
2801         * src/action.c
2802         * src/gedit-print.c
2803         * src/inc.c
2804         * src/mainwindow.c
2805         * src/mh.c
2806         * src/statusbar.c
2807         * src/send_message.c
2808         * src/summaryview.c
2809                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2810
2811 2006-05-15 [colin]      2.2.0cvs18
2812
2813         * src/procmsg.c
2814                 Fix automatic rule creation with List-Post
2815
2816 2006-05-15 [paul]       2.2.0cvs17
2817
2818         * tools/filter_conv_new.pl
2819                 updated for rule enabling/disabling
2820                 claws version >= 2.3.x required
2821
2822 2006-05-15 [cleroy]     2.2.0cvs16
2823
2824         * src/main.c
2825                 Revert test
2826
2827 2006-05-15 [cleroy]     2.2.0cvs15
2828
2829         * src/main.c
2830                 test
2831
2832 2006-05-15 [wwp]        2.2.0cvs14
2833
2834         * manual/pl/.cvsignore
2835                 ignore generated files.
2836
2837 2006-05-14 [wwp]        2.3.0-rc1
2838
2839         * 2.3.0-rc1 released
2840
2841 2006-05-13 [wwp]        2.2.0cvs13
2842
2843         * src/filtering.c
2844         * src/filtering.h
2845         * src/matcher.c
2846         * src/matcher_parser_lex.l
2847         * src/matcher_parser_parse.y
2848         * src/prefs_filtering.c
2849                 new feature: provide the ability to disable filtering and processing
2850                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2851                 adaptations.
2852
2853 2006-05-13 [colin]      2.2.0cvs12
2854
2855         * src/compose.c
2856                 Remove useless if (a) b; else b;
2857                 Thanks to wwp
2858
2859 2006-05-13 [wwp]        2.2.0cvs11
2860
2861         * src/export.c
2862         * src/import.c
2863         * src/mainwindow.c
2864         * src/mbox.c
2865         * src/summaryview.c
2866         * src/summaryview.h
2867                 no more silent failures (or at least less ones) when importing
2868                 or exporting from/to mbox. Also start importing/exporting if
2869                 the necessary info is set.
2870
2871 2006-05-13 [wwp]        2.2.0cvs10
2872
2873         * RELEASE_NOTES
2874                 restored up-to-date release notes.
2875
2876 2006-05-13 [paul]       2.2.0cvs9
2877
2878         * po/nl.po
2879         * po/ru.po
2880                 updated by Tim Dijkstra and Pavlo Bohmat
2881
2882 2006-05-12 [colin]      2.2.0cvs8
2883
2884         * src/gtk/quicksearch.c
2885                 Add "k" as shortcut for "colorlabel". Patch
2886                 by ath42@users.sf.net.
2887
2888 2006-05-12 [paul]       2.2.0cvs7
2889
2890         * src/prefs_common.h
2891         * src/prefs_summaries.c
2892         * src/summaryview.c
2893                 when entering a folder also allow
2894                 going directly to first Marked message
2895
2896 2006-05-12 [paul]       2.2.0cvs6
2897
2898         * src/summaryview.c
2899                 always obey 'confirm before marking all
2900                 mails read' option
2901
2902 2006-05-12 [paul]       2.2.0cvs5
2903
2904         * src/textview.c
2905                 make Sender fully clickable
2906
2907 2006-05-12 [colin]      2.2.0cvs4
2908
2909         * src/compose.c
2910         * src/compose.h
2911                 Let From be editable
2912         * src/main.c
2913         * src/mh.c
2914                 Full support of .mh_sequences' Unseen seq
2915
2916 2006-05-12 [colin]      2.2.0cvs3
2917
2918         * src/folder.c
2919         * src/mainwindow.c
2920         * src/mainwindow.h
2921         * src/messageview.c
2922         * src/prefs_spelling.c
2923         * src/procheader.c
2924         * src/procmsg.c
2925         * src/procmsg.h
2926         * src/summaryview.c
2927         * src/toolbar.c
2928         * src/toolbar.h
2929                 Add contextual menu on Compose toolbar
2930                 button. Fixes bug #944 (Automatic
2931                 addresses not applied when changing account
2932                 from compose window)
2933                 add Mailing List support
2934                 based on the old 0.6.5claws25 patch by
2935                 Melvin Hadasht, with finishing touches
2936                 by Colin
2937                 Fix "ignore thread" when mails are threaded by
2938                 subject (and weren't ignored although appearing
2939                 in the thread).
2940                 GUI rework.
2941                 Both patches by Pawel.
2942
2943 2006-05-08 [paul]       2.2.0cvs2
2944
2945         * src/mainwindow.c
2946         * src/mainwindow.h
2947         * src/messageview.c
2948         * src/procheader.c
2949         * src/procmsg.c
2950         * src/procmsg.h
2951         * src/summaryview.c
2952                 add Mailing List support
2953                 based on the old 0.6.5claws25 patch by 
2954                 Melvin Hadasht, with finishing touches
2955                 by Colin
2956
2957 2006-05-08 [colin]      2.2.0cvs1
2958
2959         * src/mainwindow.c
2960         * src/toolbar.c
2961         * src/toolbar.h
2962                 Add contextual menu on Compose toolbar 
2963                 button. Fixes bug #944 (Automatic 
2964                 addresses not applied when changing account 
2965                 from compose window)
2966
2967 2006-05-08 [paul]       2.2.0
2968
2969         2.2.0 released
2970
2971 2006-05-08 [paul]       2.1.1cvs51
2972
2973         * po/cs.po
2974         * po/de.po
2975         * po/en_GB.po
2976         * po/fi.po
2977         * po/fr.po
2978         * po/pt_BR.po
2979         * po/sr.po
2980         * po/zh_CN.po
2981                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2982                 Fabien Vantard, Frederico Goncalves Guimaraes,
2983                 Aleksandar Urosevic, and Ralgh Young
2984
2985 2006-05-12 [colin]      2.1.1cvs50
2986
2987         * po/cs.po
2988         * po/de.po
2989         * po/en_GB.po
2990         * po/es.po
2991         * po/fi.po
2992         * po/fr.po
2993         * po/pt_BR.po
2994         * po/sr.po
2995         * po/zh_CN.po
2996                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2997                 Fabien Vantard, Frederico Goncalves Guimaraes,
2998                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2999
3000 2006-05-05 [colin]      2.1.1cvs49
3001
3002         * manual/Makefile.am
3003         * manual/pl/Makefile.am
3004         * manual/pl/account.xml
3005         * manual/pl/ack.xml
3006         * manual/pl/addrbook.xml
3007         * manual/pl/advanced.xml
3008         * manual/pl/faq.xml
3009         * manual/pl/glossary.xml
3010         * manual/pl/gpl.xml
3011         * manual/pl/handling.xml
3012         * manual/pl/intro.xml
3013         * manual/pl/keyboard.xml
3014         * manual/pl/plugins.xml
3015         * manual/pl/starting.xml
3016         * manual/pl/sylpheed-claws-manual.xml
3017         * manual/pl/dist/.cvsignore
3018         * manual/pl/dist/Makefile.am
3019         * manual/pl/dist/html/.cvsignore
3020         * manual/pl/dist/html/Makefile.am
3021         * manual/pl/dist/pdf/.cvsignore
3022         * manual/pl/dist/pdf/Makefile.am
3023         * manual/pl/dist/ps/.cvsignore
3024         * manual/pl/dist/ps/Makefile.am
3025         * manual/pl/dist/txt/.cvsignore
3026         * manual/pl/dist/txt/Makefile.am
3027                 Add the polish translation of the manual,
3028                 Authored by Pawel Pekala.
3029
3030 2006-05-05 [cleroy]     2.1.1cvs48
3031
3032         * src/main.c
3033                 Re-read matcherrc after loading plugins 
3034                 if some of them add folders.
3035
3036 2006-05-03 [colin]      2.1.1cvs47
3037
3038         * src/imap.c
3039                 I'm idiot
3040
3041 2006-05-03 [colin]      2.1.1cvs46
3042
3043         * src/imap.c
3044                 Be sure to have a session when
3045                 getting separator
3046
3047 2006-05-03 [colin]      2.1.1cvs45
3048
3049         * src/imap.c
3050         * src/imap.h
3051         * src/imap_gtk.c
3052                 Fix preventing renaming with namespace 
3053                 separator.
3054
3055 2006-05-01 [colin]      2.1.1cvs44
3056
3057         * src/action.c
3058                 Don't reload messageview when result of
3059                 action is piped.
3060
3061 2006-04-29 [colin]      2.1.1cvs43
3062
3063         * src/prefs_receive.c
3064         * src/plugins/spamassassin/spamassassin_gtk.c
3065         * src/plugins/clamav/clamav_plugin_gtk.c
3066                 GUI fixes by Pawel
3067
3068 2006-04-29 [colin]      2.1.1cvs42
3069
3070         * src/prefs_compose_writing.c
3071         * src/prefs_quote.c
3072                 Cleanups. Patch by Pawel
3073
3074 2006-04-28 [paul]       2.1.1cvs41
3075
3076         * src/matcher.c
3077                 fix returned quick search results when search
3078                 term contains an underscore.
3079                 Thanks to Colin
3080
3081 2006-04-28 [paul]       2.1.1cvs40
3082
3083         * src/prefs_message.c
3084         * src/prefs_receive.c
3085                 GUI cleanups
3086                 Patches by Pawel Pekala
3087
3088 2006-04-27 [colin]      2.1.1cvs39
3089
3090         * src/wizard.c
3091                 Differentiate subject Welcome from
3092                 window's title Welcome
3093
3094 2006-04-27 [paul]
3095
3096         2.2.0-rc1 released
3097
3098 2006-04-27 [paul]       2.1.1cvs38
3099
3100         * manual/advanced.xml
3101         * manual/fr/advanced.xml
3102                 add info about compose_no_markup hidden pref
3103
3104 2006-04-27 [paul]       2.1.1cvs37
3105
3106         * src/prefs_account.c
3107                 improve privacy labels
3108         * src/prefs_msg_colors.c
3109                 change some strings for translators' convenience
3110         * src/gtk/gtkutils.c
3111                 don't underline the link button text
3112
3113 2006-04-25 [colin]      2.1.1cvs36
3114
3115         * src/folder.c
3116                 Complete 2.1.1cvs33 (once more ;)
3117
3118 2006-04-25 [colin]      2.1.1cvs35
3119
3120         * src/editldap.c
3121                 Fix tooltip
3122
3123 2006-04-25 [cleroy]     2.1.1cvs34
3124
3125         * src/compose.c
3126         * src/gtk/gtkaspell.c
3127                 Fix crash on redirect (related to the return 
3128                 of the aspell menu in compose's toolbar)
3129         * src/prefs_msg_colors.c
3130                 Fix sensitivity widgets
3131         * src/image_viewer.c
3132         * src/gtk/pluginwindow.c
3133         * src/gtk/prefswindow.c
3134                 Change released signals to clicked (Fabien)
3135         * po/POTFILES.in
3136         * src/common/socket.c
3137         * src/plugins/spamassassin/spamassassin.c
3138                 Translate strings (Fabien)
3139
3140 2006-04-25 [paul]       2.1.1cvs33
3141
3142         * src/folder.c
3143         * src/folder.h
3144         * src/folderview.c
3145                 complete the fix of bug #912
3146                 Thanks to Colin
3147
3148 2006-04-25 [colin]      2.1.1cvs32
3149
3150         * src/news.c
3151                 Better progress bar
3152         * src/mimeview.c
3153         * src/summaryview.c
3154         * src/summaryview.h
3155                 Fix focus chain
3156                 Patches by Pawel Pekala
3157
3158 2006-04-24 [colin]      2.1.1cvs31
3159
3160         * src/compose.c
3161                 Fix compilation warnings (Fabien)
3162
3163 2006-04-24 [colin]      2.1.1cvs30
3164
3165         * src/addrindex.c
3166         * src/editldap.c
3167         * src/editldap_basedn.c
3168         * src/editldap_basedn.h
3169         * src/ldapctrl.c
3170         * src/ldapctrl.h
3171         * src/ldapquery.c
3172         * src/ldaputil.c
3173         * src/ldaputil.h
3174                 Fix bug #901 (LDAPS support)
3175
3176 2006-04-24 [colin]      2.1.1cvs29
3177
3178         * src/compose.c
3179                 Fix logic on error with send dialog on
3180         * src/imap.c
3181                 Fix compilation without libetpan, thanks
3182                 to Fabien
3183         * src/summaryview.c
3184                 Fix 'context-menu' key
3185
3186 2006-04-23 [colin]      2.1.1cvs28
3187
3188         * src/folder.c
3189                 Never free current's cache to free up 
3190                 memory. Fixes bug #912 (new count 
3191                 randomly set to message count)
3192
3193 2006-04-23 [colin]      2.1.1cvs27
3194
3195         * src/gtk/quicksearch.c
3196                 And remove printf...
3197
3198 2006-04-23 [colin]      2.1.1cvs26
3199
3200         * src/gtk/quicksearch.c
3201                 Fix replacing in quicksearch, and fix inserting
3202                 in the middle of the string. (introduced at 2.1.0cvs22)
3203
3204 2006-04-23 [colin]      2.1.1cvs25
3205
3206         * src/imap.c
3207                 Make sure uidnext is initialized in get_num_list
3208                 (not for stable, related to 2.1.1cvs8 and friends)
3209
3210 2006-04-23 [colin]      2.1.1cvs24
3211
3212         * src/imap.c
3213                 Output something when login is successful
3214                 too
3215
3216 2006-04-23 [colin]      2.1.1cvs23
3217
3218         * src/etpan/imap-thread.c
3219                 Better logging (line-per-line, hide data in fetch)
3220                 Fix a const warning
3221         * src/gtk/logwindow.c
3222         * src/gtk/logwindow.h
3223                 Better logging (color for input/output)
3224
3225 2006-04-21 [colin]      2.1.1cvs22
3226
3227         * src/gtk/quicksearch.c
3228                 On gtk+-2.8, use stock buttons in quicksearch
3229                 Based on a patch by Fabien and a design by Paul
3230
3231 2006-04-21 [colin]      2.1.1cvs21
3232
3233         * src/folderview.c
3234         * src/mainwindow.c
3235                 Fix occasional flicker in folderview
3236         * src/common/utils.c
3237                 Fix bug #943 (Incorrectly parsed email address 
3238                 list in short headers on message view and in 
3239                 printouts)
3240
3241 2006-04-20 [colin]      2.1.1cvs20
3242
3243         * src/imap.c
3244         * src/imap.h
3245         * src/prefs_account.c
3246                 Add ANONYMOUS auth for IMAP
3247
3248 2006-04-20 [paul]       2.1.1cvs19
3249
3250         * src/main.c
3251                 proper fix for 2.1.1cvs18
3252                 Thanks to Colin
3253
3254 2006-04-20 [paul]       2.1.1cvs18
3255
3256         * src/main.c
3257                 fix build warnings
3258
3259 2006-04-20 [paul]       2.1.1cvs17
3260
3261         * src/gtk/quicksearch.c
3262                 fix standard, non-extended Quick search,
3263                 was broken in 2.1.1cvs15.
3264                 Thanks to Colin.
3265
3266 2006-04-20 [colin]      2.1.1cvs16
3267
3268         * src/prefs_matcher.c
3269                 Fix values when reselecting a ~test
3270                 rule
3271
3272 2006-04-19 [colin]      2.1.1cvs15
3273
3274         * src/compose.c
3275         * src/compose.h
3276         * src/gtk/gtkaspell.c
3277         * src/gtk/gtkaspell.h
3278                 Put back Options menu in Spelling/
3279         * src/gtk/quicksearch.c
3280                 Don't search, and show error, if the
3281                 advanced search has a syntax error
3282
3283 2006-04-18 [colin]      2.1.1cvs14
3284
3285         * src/textview.c
3286                 Fix gdk warnings on set_cursor when textview
3287                 isn't visible
3288
3289 2006-04-18 [colin]      2.1.1cvs13
3290
3291         * src/gtk/gtksctree.c
3292                 Remove seemingly useless refresh that causes
3293                 flicker - watch this commit in case of 
3294                 problems before planned backport to stable
3295
3296 2006-04-18 [colin]      2.1.1cvs12
3297
3298         * src/imap.c
3299                 Factorize get/set_xml code
3300         * src/compose.c
3301         * src/prefs_account.c
3302         * src/prefs_account.h
3303         * src/procmsg.c
3304                 Add Encrypt to self option
3305
3306 2006-04-17 [colin]      2.1.1cvs11
3307
3308         * configure.ac
3309                 Fix search on encrpyt function on dragonfly
3310                 Patch by Jonathan Buschmann <jonthn@agmact.com>
3311
3312 2006-04-17 [colin]      2.1.1cvs10
3313
3314         * src/prefs_account.c
3315                 Be safe by default: remove mails from POP3
3316                 after 7 days, not immediately
3317
3318 2006-04-17 [colin]      2.1.1cvs9
3319
3320         * src/etpan/imap-thread.c
3321                 Fix build on DragonFly - patch by 
3322                 Jonathan Buschmann <jonthn@agmact.com>
3323
3324 2006-04-17 [colin]      2.1.1cvs8
3325
3326         * src/imap.c
3327                 Save uidnext between sessions
3328
3329 2006-04-17 [colin]      2.1.1cvs7
3330
3331         * src/imap.c
3332                 scan is required when uid validity changes
3333
3334 2006-04-17 [colin]      2.1.1cvs6
3335
3336         * src/folderview.c
3337                 Don't scan if not necessary, apart in current
3338                 folder and INBOX to fetch flags.
3339         * src/imap.c
3340                 Scan is necessary if unread count changes
3341
3342 2006-04-17 [colin]      2.1.1cvs5
3343
3344         * src/imap.c
3345                 ...But always fetch ANSWERED and DELETED flags for
3346                 INBOX, as filtering can happen on these flags.
3347
3348 2006-04-17 [colin]      2.1.1cvs4
3349
3350         * src/imap.c
3351                 Don't fetch REPLIED and DELETED flags when synchronising
3352                 flags with a closed folder. We only need UNSEEN and FLAGGED
3353                 to update the folderview.
3354
3355 2006-04-17 [colin]      2.1.1cvs3
3356
3357         * src/imap.c
3358                 Faster flag search when there are new mails 
3359                 in a folder. We can do a full search if the 
3360                 folder contains less messages than the new
3361                 list.
3362
3363 2006-04-17 [colin]      2.1.1cvs2
3364
3365         * po/cs.po
3366         * po/de.po
3367         * po/fr.po
3368         * po/nl.po
3369         * po/pt_BR.po
3370                 Update translations from stable branch
3371
3372 2006-04-17 [colin]      2.1.1cvs1
3373
3374         * configure.ac
3375                 Bump version to follow stable release
3376
3377 2006-04-16 [mones]      2.1.0cvs50
3378
3379         * po/es.po
3380                 Updated for release
3381
3382 2006-04-16 [colin]      2.1.0cvs49
3383
3384         * src/textview.c
3385                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
3386                 with gtk < 2.8. Thanks to Fabien Vantard.
3387
3388 2006-04-15 [colin]      2.1.0cvs48
3389
3390         * src/etpan/imap-thread.c
3391                 Fix bug #919 (libetpan: SEGV when connecting 
3392                 using command)
3393
3394 2006-04-14 [colin]      2.1.0cvs47
3395
3396         * src/main.c
3397                 Fix race on --select (should be done better)
3398
3399 2006-04-14 [wwp]        2.1.0cvs46
3400
3401         * src/send_message.c
3402                 enforce a check for domain in account prefs (a sending
3403                 error could be faced if domain was checked but no value set),
3404                 thanks to Colin.
3405
3406 2006-04-14 [colin]      2.1.0cvs45
3407
3408         * src/codeconv.c
3409                 when converting from unknown to unknown, if the
3410                 string is UTF8, don't convert it to the locale
3411                 (which breaks it)
3412
3413 2006-04-14 [colin]      2.1.0cvs44
3414
3415         * src/compose.c
3416                 Don't try to use ASCII for converting headers
3417                 (as done in body)
3418
3419 2006-04-14 [paul]       2.1.0cvs43
3420
3421         * src/crash.c
3422                 add locale/charset info to crash report
3423         * src/gtk/about.c
3424                 add wwp to doc team
3425                 replace 'e-mail' with preferred 'email'
3426         * src/gtk/authors.h
3427                 ensure contributors list is in alphabetical
3428                 order
3429
3430 2006-04-13 [colin]      2.1.0cvs42
3431
3432         * src/textview.c
3433                 Prevent gdk warnings
3434
3435 2006-04-13 [colin]      2.1.0cvs41
3436
3437         * src/common/ssl_certificate.c
3438         * src/common/ssl_certificate.h
3439         * src/gtk/sslcertwindow.c
3440                 Warn on expired certs, and display the expiration date
3441
3442 2006-04-13 [colin]      2.1.0cvs40
3443
3444         * src/plugins/spamassassin/spamassassin_gtk.c
3445                 Fix missing set_text on unix socket
3446
3447 2006-04-13 [wwp]        2.1.0cvs39
3448
3449         * manual/fr/advanced.xml
3450         * manual/fr/glossary.xml
3451                 applied new spam/ham/email lexicon (pourriel, courriel)
3452
3453 2006-04-13 [paul]       2.1.0cvs38
3454
3455         * src/plugins/pgpmime/plugin.c
3456                 remove the mention of S/MIME from the
3457                 description. This is now handled by the
3458                 S/MIME plugin.
3459
3460 2006-04-13 [paul]       2.1.0cvs37
3461
3462         * src/prefs_msg_colors.c
3463                 rework dialog
3464         * src/prefs_folder_item.c
3465         * src/prefs_spelling.c
3466                 add a tooltip to the colour selector buttons
3467
3468 2006-04-13 [wwp]        2.1.0cvs36
3469
3470         * manual/advanced.xml
3471         * manual/glossary.xml
3472         * manual/handling.xml
3473         * manual/keyboard.xml
3474         * manual/plugins.xml
3475         * manual/starting.xml
3476         * manual/fr/account.xml
3477         * manual/fr/ack.xml
3478         * manual/fr/addrbook.xml
3479         * manual/fr/advanced.xml
3480         * manual/fr/faq.xml
3481         * manual/fr/glossary.xml
3482         * manual/fr/gpl.xml
3483         * manual/fr/handling.xml
3484         * manual/fr/intro.xml
3485         * manual/fr/keyboard.xml
3486         * manual/fr/plugins.xml
3487         * manual/fr/starting.xml
3488         * manual/fr/sylpheed-claws-manual.xml
3489                 fixes to the manuals:
3490                  - summaryview -> Message List (same in French)
3491                  - translate key names
3492                  - fix French punctuation, use non-breakable spaces when
3493                    necessary, don't use &thinsp; which is not portable
3494                  - tell what maildir and mbox formats we support
3495
3496 2006-04-12 [wwp]        2.1.0cvs35
3497
3498         * src/prefs_toolbar.c
3499                 unified a replace button more,
3500                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3501
3502 2006-04-12 [wwp]        2.1.0cvs34
3503
3504         * src/prefs_common.c
3505         * src/prefs_msg_colors.c
3506                 make default color labels translatable,
3507                 patch from Fabien Vantard <fzzzzz@gmail.com>,
3508                 thanks to Tim <timbrain@post.cz> for reporting.
3509
3510 2006-04-12 [wwp]        2.1.0cvs33
3511
3512         * manual/glossary.xml
3513         * manual/intro.xml
3514         * manual/plugins.xml
3515         * manual/starting.xml
3516         * manual/sylpheed-claws-manual.xml
3517         * manual/fr/.cvsignore
3518         * manual/fr/account.xml
3519         * manual/fr/ack.xml
3520         * manual/fr/addrbook.xml
3521         * manual/fr/advanced.xml
3522         * manual/fr/faq.xml
3523         * manual/fr/glossary.xml
3524         * manual/fr/handling.xml
3525         * manual/fr/intro.xml
3526         * manual/fr/keyboard.xml
3527         * manual/fr/plugins.xml
3528         * manual/fr/starting.xml
3529         * manual/fr/sylpheed-claws-manual.xml
3530                 various fixes: typos, missing .fr translations, punctuation,
3531                 capitalization, links, accents and some bad French more.
3532
3533 2006-04-12 [wwp]        2.1.0cvs32
3534
3535         * src/prefs_gtk.c
3536                 fix for bug #935: always store prefs files in UTF-8 (thanks
3537                 to Colin).
3538
3539 2006-04-11 [colin]      2.1.0cvs31
3540
3541         * src/compose.c
3542                 Fix inserting files not in utf8 when locale is utf8
3543
3544 2006-04-11 [colin]      2.1.0cvs30
3545
3546         * src/inc.c
3547                 Don't show error dialog when cancelling connection
3548                 Patch by Pawel
3549
3550 2006-04-11 [cleroy]     2.1.0cvs29
3551
3552         * src/compose.c
3553                 Implement multiple quote levels
3554         * src/prefs_common.c
3555                 Change a little bit the quote bgcolor for 2nd level
3556
3557 2006-04-11 [colin]      2.1.0cvs28
3558
3559         * src/gtk/about.c
3560                 Add locale and charset in the label
3561
3562 2006-04-10 [colin]      2.1.0cvs27
3563
3564         * src/compose.c
3565         * src/prefs_common.c
3566         * src/prefs_common.h
3567         * src/prefs_msg_colors.c
3568         * src/textview.c
3569                 Allow optional background color in quotes
3570                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
3571                 GTK+-2.8.x feature
3572
3573 2006-04-10 [colin]      2.1.0cvs26
3574
3575         * src/main.c
3576         * src/mainwindow.c
3577         * src/mainwindow.h
3578                 Implement --select
3579
3580 2006-04-10 [colin]      2.1.0cvs25
3581
3582         * manual/plugins.xml
3583         * manual/fr/plugins.xml
3584                 Document libcurl's proxy variables
3585
3586 2006-04-09 [colin]      2.1.0cvs24
3587
3588         * src/prefs_common.c
3589                 gettext() returns statically allocated stuff. We have
3590                 to strdup it in order to be able to free it.
3591
3592 2006-04-09 [colin]      2.1.0cvs23
3593
3594         * AUTHORS
3595         * src/gtk/authors.h
3596                 Add Alexei
3597
3598 2006-04-09 [colin]      2.1.0cvs22
3599
3600         * src/mainwindow.c
3601         * src/gtk/quicksearch.c
3602                 Fix bug #859 (problems with cyrilic input in 
3603                 search panel) - Patch by Alexey Illarionov 
3604                 <littlesavage@rambler.ru>
3605
3606 2006-04-09 [colin]      2.1.0cvs21
3607
3608         * src/prefs_customheader.c
3609                 I prefer removing then freeing rather than the contrary
3610                 (even if it doesn't change anything ;-)
3611         * src/prefs_account.c
3612                 Fix bug #933 (Crash re-entering the custom headers list 
3613                 dialog in accounts prefs)
3614                 The problem happened when cancelling the Account 
3615                 Preferences' dialogs - in which case we didn't do 
3616                 anything to the PrefsAccount * struct. In case of applying,
3617                 the old ac_prefs was replaced with the tmp_ac_prefs we were
3618                 working with in this dialog. The problem is that 
3619                 prefs_customheader.c, working on this tmp_ac_prefs, always
3620                 changes the ->customhdr_list pointer, even when cancelled. 
3621                 So in case of cancelling the prefs_account dialog, we still
3622                 have to update ->customhdr_list in the real account.
3623
3624 2006-04-08 [colin]      2.1.0cvs20
3625
3626         * manual/fr/glossary.xml
3627         * manual/fr/keyboard.xml
3628                 Forgot some headers :)
3629
3630 2006-04-08 [colin]      2.1.0cvs19
3631
3632         * manual/Makefile.am
3633         * manual/fr/Makefile.am
3634         * manual/fr/account.xml
3635         * manual/fr/ack.xml
3636         * manual/fr/addrbook.xml
3637         * manual/fr/advanced.xml
3638         * manual/fr/faq.xml
3639         * manual/fr/glossary.xml
3640         * manual/fr/gpl.xml
3641         * manual/fr/handling.xml
3642         * manual/fr/intro.xml
3643         * manual/fr/keyboard.xml
3644         * manual/fr/plugins.xml
3645         * manual/fr/starting.xml
3646         * manual/fr/sylpheed-claws-manual.xml
3647         * manual/fr/dist/.cvsignore
3648         * manual/fr/dist/Makefile.am
3649         * manual/fr/dist/html/.cvsignore
3650         * manual/fr/dist/html/Makefile.am
3651         * manual/fr/dist/pdf/.cvsignore
3652         * manual/fr/dist/pdf/Makefile.am
3653         * manual/fr/dist/ps/.cvsignore
3654         * manual/fr/dist/ps/Makefile.am
3655         * manual/fr/dist/txt/.cvsignore
3656         * manual/fr/dist/txt/Makefile.am
3657                 Add the french translation of the manual. Thanks to
3658                 Olivier Delhomme <olivier.delhomme@free.fr> for 
3659                 account.xml, ack.xml, addrbook.xml and advanced.xml
3660
3661 2006-04-08 [colin]      2.1.0cvs18
3662
3663         * manual/plugins.xml
3664         * manual/starting.xml
3665                 More fixes
3666
3667 2006-04-07 [colin]      2.1.0cvs17
3668
3669         * manual/faq.xml
3670         * manual/intro.xml
3671         * manual/keyboard.xml
3672                 Little fixes
3673
3674 2006-04-07 [colin]      2.1.0cvs16
3675
3676         * README
3677         * src/compose.c
3678         * src/prefs_common.c
3679         * src/prefs_common.h
3680                 Add hidden compose_no_markup pref
3681
3682 2006-04-07 [wwp]        2.1.0cvs15
3683
3684         * src/summary_search.c
3685         * .cvsignore
3686                 Bugfix: stop button was sticky when searching in an empty folder.
3687                 Applied curly brackets code style to the whole file (summary_search.c).
3688                 More files to ignore.
3689
3690 2006-04-07 [wwp]        2.1.0cvs14
3691
3692         * src/message_search.c
3693         * src/summary_search.c
3694                 changed default button when search bumps at file/folder
3695                 beginning or end, for convenience (thanks to Colin).
3696
3697 2006-04-07 [paul]       2.1.0cvs13
3698
3699         * src/plugins/dillo_viewer/dillo_prefs.c
3700                 avoid future potential for namespace collision
3701                 Patch by Colin
3702
3703 2006-04-06 [wwp]        2.1.0cvs12
3704
3705         * src/summary_search.c
3706                 Unify extended/advanced searches names (and thus factorize labels),
3707                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3708
3709 2006-04-06 [wwp]        2.1.0cvs11
3710
3711         * src/folderview.c
3712         * src/prefs_themes.c
3713         * src/summaryview.c
3714                 Fixed some compilation warnings.
3715
3716 2006-04-06 [colin]      2.1.0cvs10
3717
3718         * manual/advanced.xml
3719                 Document the wizard template and how to deploy
3720                 Sylpheed-Claws effectively
3721
3722 2006-04-06 [colin]      2.1.0cvs9
3723
3724         * src/folderview.c
3725                 gettext patch to tell translators about _("#"),
3726                 by Maxim Britov
3727
3728 2006-04-06 [colin]      2.1.0cvs8
3729
3730         * src/textview.c
3731                 Fix invalid GtkTextBIter after clicking "Display as text"
3732
3733 2006-04-06 [mones]      2.1.0cvs7
3734
3735         * src/addr_compl.c
3736         * src/addrindex.c
3737         * src/addritem.c
3738         * src/codeconv.c
3739         * src/compose.c
3740         * src/filtering.c
3741         * src/folder.c
3742         * src/folder_item_prefs.c
3743         * src/folderview.c
3744         * src/localfolder.c
3745         * src/matcher.c
3746         * src/mimeview.c
3747         * src/prefs_msg_colors.c
3748         * src/prefs_spelling.c
3749         * src/prefs_themes.c
3750         * src/procmime.c
3751         * src/procmsg.c
3752         * src/stock_pixmap.c
3753         * src/summaryview.c
3754         * src/textview.c
3755         * src/toolbar.c
3756         * src/common/mgutils.c
3757         * src/common/prefs.c
3758         * src/common/ssl_certificate.c
3759         * src/gtk/colorlabel.c
3760         * src/gtk/quicksearch.c
3761         * src/plugins/pgpmime/pgpmime.c
3762         * src/plugins/spamassassin/spamassassin.c
3763                 Removed redundant NULL checks for g_free() calls.
3764                 Patch by Pawel Pekala.
3765
3766 2006-04-06 [mones]      2.1.0cvs6
3767
3768         * src/prefs_actions.c
3769         * src/prefs_filtering.c
3770         * src/prefs_filtering_action.c
3771         * src/prefs_matcher.c
3772         * src/prefs_template.c
3773         * src/gtk/gtkutils.c
3774         * src/gtk/gtkutils.h
3775                 Have a nice replace button. Patch by Pawel Pekala
3776
3777 2006-04-06 [colin]      2.1.0cvs5
3778
3779         * src/addressbook.c
3780                 Fix crash with empty columns
3781
3782 2006-04-05 [colin]      2.1.0cvs4
3783
3784         * src/wizard.c
3785         * src/prefs_gtk.c
3786                 Allow wizard customization with pre-filled values
3787
3788 2006-04-05 [colin]      2.1.0cvs3
3789
3790         * src/textview.c
3791         * src/mimeview.c
3792         * src/mimeview.h
3793                 Nicer messages in mimeview
3794
3795 2006-04-05 [colin]      2.1.0cvs2
3796
3797         * src/addressbook.c
3798         * src/prefs_summaries.c
3799                 i18n fix
3800
3801 2006-04-05 [colin]      2.1.0cvs1
3802
3803         * src/plugins/pgpcore/plugin.c
3804         * src/plugins/pgpcore/select-keys.c
3805         * src/plugins/pgpcore/select-keys.h
3806         * src/plugins/pgpcore/sgpgme.c
3807         * src/plugins/pgpcore/sgpgme.h
3808         * src/plugins/pgpinline/pgpinline.c
3809         * src/plugins/pgpinline/plugin.c
3810         * src/plugins/pgpmime/pgpmime.c
3811         * src/plugins/pgpmime/plugin.c
3812                 Factorize and generalize a bit 
3813                 Drop S/MIME signature verification from PGP/MIME
3814                 (adding it as another, more complete plugin)
3815
3816 2006-04-05 [paul]       2.1.0
3817
3818         2.1.0 released
3819
3820 2006-04-05 [paul]       2.0.0cvs186
3821
3822         * manual/advanced.xml
3823                 add info on colour labels
3824
3825 2006-04-05 [paul]       2.0.0cvs185
3826
3827         * po/bg.po
3828         * po/cs.po
3829         * po/de.po
3830         * po/el.po
3831         * po/en_GB.po
3832         * po/fi.po
3833         * po/fr.po
3834         * po/it.po
3835         * po/nl.po
3836         * po/pl.po
3837         * po/pt_BR.po
3838         * po/sr.po
3839         * po/zh_CN.po
3840                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3841                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3842                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3843                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3844         * src/gtk/authors.h
3845         * tools/claws.i18n.status.pl
3846                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3847                 and new Czech translator, Tim <timbrain@post.cz>
3848
3849 2006-04-05 [mones]      2.0.0cvs184
3850
3851         * po/es.po
3852                 Updated translation
3853
3854 2006-04-05 [colin]      2.0.0cvs183
3855
3856         * src/gtk/quicksearch.c
3857                 Fix bug #929 (unnecessary reload in quick search bar)
3858
3859 2006-04-05 [colin]      2.0.0cvs182
3860
3861         * src/compose.c
3862                 Fix crash on Reply with no From:
3863                 Show signature and conversion error on queuing 
3864                 (but not sending)
3865         * src/mainwindow.c
3866         * src/summaryview.c
3867         * src/summaryview.h
3868                 Factorize threading code and make sure msginfo 
3869                 is not null when it comes from a GtkCTreeRow's 
3870                 data
3871         * src/gtk/gtkaspell.c
3872                 Check for necessary things
3873         * src/gtk/gtksctree.c
3874         * src/gtk/gtksctree.h
3875                 Reset anchor if necessary when removing node
3876
3877 2006-03-29 [colin]      2.0.0cvs181
3878
3879         * src/folderview.c
3880                 Warn for disabled IMAP accounts (due to lack of
3881                 libetpan). Breaks string-freeze - sorry - but it
3882                 is kind of important ;)
3883
3884 2006-03-28 [colin]      2.0.0cvs180
3885
3886         * src/gtk/gtkutils.c
3887         * src/gtk/gtkutils.h
3888                 Add a gtkut_get_link_btn() function that
3889                 creates a button which acts like an URI
3890         * src/prefs_themes.c
3891         * src/gtk/about.c
3892                 Use this function (factorizes codes)
3893         * src/common/defs.h
3894         * src/gtk/pluginwindow.c
3895                 Add a "Get more..." in the plugins window
3896
3897 2006-03-28 [colin]      2.0.0cvs179
3898
3899         * src/common/smtp.c
3900         * src/common/passcrypt.c
3901         * src/undo.c
3902                 Warning fixes. Patch by Pawel Pekala
3903
3904 2006-03-27 [colin]      2.0.0cvs178
3905
3906         * src/undo.c
3907                 Fix undoing by blocks with spaces
3908
3909 2006-03-27 [colin]      2.0.0cvs177
3910
3911         * src/textview.c
3912                 Set margin to 3px for headers
3913
3914 2006-03-27 [paul]
3915
3916         2.1.0-rc2 released
3917
3918 2006-03-27 [wwp]        2.0.0cvs176
3919
3920         * src/summaryview.c
3921                 don't reset quicksearch when updating the message list.
3922                 Thanks to Colin.
3923
3924 2006-03-26 [wwp]        2.0.0cvs175
3925
3926         * src/compose.c
3927                 use a unified border width ('other' tab in the compose window,
3928                 patch by Pawel Pekala).
3929
3930
3931 2006-03-26 [wwp]        2.0.0cvs174
3932
3933         * src/common/quoted-printable.c
3934         * src/addressbook.c
3935                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3936
3937 2006-03-26 [colin]      2.0.0cvs173
3938
3939         * src/quote_fmt_parse.y
3940                 Fix non-UTF8 date formats messing up the whole quote a 
3941                 little bit
3942
3943 2006-03-26 [colin]      2.0.0cvs172
3944
3945         * src/procheader.c
3946                 Make sure the date is UTF8 valid, or try to make it
3947                 so. IncrediMail is really IncrediStupid.
3948         * src/compose.c
3949                 Fix possible conversions. 
3950                 
3951
3952 2006-03-26 [colin]      2.0.0cvs171
3953
3954         * src/matcher.c
3955                 Fix corner cases in body search. This is still a
3956                 hack... It seems impossible to make it good and 
3957                 reasonably fast at the same time.
3958
3959 2006-03-26 [colin]      2.0.0cvs170
3960
3961         * src/summaryview.c
3962                 I think I killed the twilight zone bug!
3963                 summary_select_node() flushes GTK events in order
3964                 to be able to center the view. But this also 
3965                 flushes keypresses like Ctrl-Alt-U, so this can
3966                 call summary_show from summary_select_node (itself
3967                 called from summary_show, etc.). And the summaryview
3968                 has to be unlocked in this function. So just locking
3969                 while processing GTK events, and bailing if locked, 
3970                 should fix it.
3971                 Fixes bug #927 (SIGSEGV during Update Summary)
3972
3973 2006-03-25 [colin]      2.0.0cvs169
3974
3975         * src/matcher.c
3976                 Fix search in QP-encoded bodies
3977                 Fix utf-8 searches in bodies encoded in the
3978                 locale's encoding
3979         * src/common/quoted-printable.c
3980         * src/common/quoted-printable.h
3981                 Add a decode function that doesn't overwrite
3982                 the original pointer
3983                 
3984
3985 2006-03-24 [colin]      2.0.0cvs168
3986
3987         * src/action.c
3988         * src/summaryview.c
3989         * src/summaryview.h
3990                 Update message cache after action
3991                 Patch by H. Merijn Brand
3992         * src/prefs_msg_colors.c
3993                 Factorize label 
3994                 Patch by Fabien Vantard
3995         * src/plugins/spamassassin/spamassassin_gtk.c
3996                 Remove useless translation
3997                 Patch by Fabien Vantard
3998
3999 2006-03-23 [colin]      2.0.0cvs167
4000
4001         * src/common/ssl.c
4002                 Let 30 seconds to SSL_connect
4003
4004 2006-03-23 [wwp]        2.0.0cvs166
4005
4006         * src/summaryview.c
4007         * src/gtk/description_window.c
4008                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
4009                 and headers are translated; adjust description windows' width to fit their
4010                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
4011
4012 2006-03-23 [paul]       2.0.0cvs165
4013
4014         * src/common/utils.c
4015                 fix highlighting of URIs containing "()"
4016                 (2.0.0cvs164's reversal fixed)
4017                 Thanks to Colin.
4018
4019 2006-03-23 [paul]       2.0.0cvs164
4020
4021         * src/common/utils.c
4022                 revert patch, (postponing a fix), at 2.0.0cvs120
4023                 as it breaks more URIs than it fixes.
4024                 Allow '-' to be a terminating character in a URI
4025
4026 2006-03-22 [colin]      2.0.0cvs163
4027
4028         * configure.ac
4029                 Require libetpan 0.45
4030                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
4031
4032 2006-03-22 [paul]       2.0.0cvs162
4033
4034         * src/editgroup.c
4035                 replace '<-' and '->' buttons with GTK_STOCK graphical
4036                 buttons
4037         * src/summary_search.c
4038                 don't offer '...' for translation
4039                 add a tooltip to advanced search '...' button
4040         * src/gtk/quicksearch.c
4041                 don't offer '...' for translation
4042
4043 2006-03-21 [colin]      2.0.0cvs161
4044
4045         * src/compose.c
4046                 Fix middle-click pasting (insert at click
4047                 position instead of cursor position, don't
4048                 remove existing selection and allow pasting
4049                 our own selection)
4050         * src/addressbook.c
4051                 "LDAP Server" -> "LDAP servers"
4052
4053 2006-03-21 [wwp]        2.0.0cvs160
4054
4055         * src/etpan/imap-thread.c
4056                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
4057
4058 2006-03-20 [colin]      2.0.0cvs159
4059
4060         * src/summaryview.c
4061                 Don't reload summaryview after an execute with no
4062                 move action
4063
4064 2006-03-19 [colin]      2.0.0cvs158
4065
4066         * src/addressbook.c
4067                 and put groups at the top, always
4068
4069 2006-03-19 [colin]      2.0.0cvs157
4070
4071         * src/addressbook.c
4072                 Order groups before names, as previously
4073
4074 2006-03-19 [colin]      2.0.0cvs156
4075
4076         * src/addressbook.c
4077                 - Sort case-unsensitive
4078                 - Put the sort arrow at opening too
4079
4080 2006-03-19 [wwp]        2.0.0cvs155
4081
4082         * src/addressbook.c
4083                 allow sorting by name/email/remarks, ensure that right-pane's contents
4084                 matches the left-pane selection (cleared when appropriate).
4085                 Patch by Pawel Pekala <c0rn@o2.pl>.
4086
4087 2006-03-18 [colin]      2.0.0cvs154
4088
4089         * src/textview.c
4090                 Fix text cursor ;)
4091
4092 2006-03-18 [colin]      2.0.0cvs153
4093
4094         * src/gtk/filesel.c
4095                 Make sure we hide the preview if we didn't get
4096                 a filename
4097
4098 2006-03-18 [colin]      2.0.0cvs152
4099
4100         * src/summaryview.c
4101                 Set cursor to watch for execution (fixes lack
4102                 of watch-cursor when dnd'ing hundreds of mails)
4103         * src/gtk/filesel.c
4104                 Check that mime type is 'image/*' before updating
4105                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
4106
4107 2006-03-18 [colin]      2.0.0cvs151
4108
4109         * src/mainwindow.c
4110         * src/textview.c
4111         * src/textview.h
4112                 Put a watch cursor in textview too when the mainwindow's
4113                 cursor in a watch
4114
4115 2006-03-18 [colin]      2.0.0cvs150
4116
4117         * src/folder.c
4118                 Change wrong asserts to simple tests
4119
4120 2006-03-17 [colin]      2.0.0cvs149
4121
4122         * src/mainwindow.c
4123         * src/mainwindow.h
4124         * src/prefs_msg_colors.c
4125         * src/summaryview.c
4126         * src/summaryview.h
4127         * src/gtk/colorlabel.c
4128         * src/gtk/colorlabel.h
4129                 Add a color label menu in the main menubar
4130                 Add (fixed) accels Ctrl-{0-7} to change the color
4131                 They have to be fixed because the menu's dynamic,
4132                 the items are complex widgets, hence we can't use
4133                 a GtkItemFactory.
4134
4135
4136 2006-03-17 [wwp]        2.0.0cvs148
4137
4138         * src/compose.c
4139                 rollback few lines from my previous commit (those lines come from
4140                 a pending patch, accidentally commited, even if neutral as they are
4141                 commented out).
4142
4143 2006-03-17 [wwp]        2.0.0cvs147
4144
4145         * src/compose.c
4146                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
4147                 applied code style/indentation to the modified function.
4148
4149 2006-03-17 [wwp]        2.0.0cvs146
4150
4151         * src/procmsg.c
4152         * src/compose.c
4153                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
4154
4155 2006-03-17 [paul]
4156
4157         2.1.0-rc1 released
4158
4159 2006-03-17 [paul]       2.0.0cvs145
4160
4161         * src/main.c
4162                 addressbook_read_file() was called twice
4163         * src/textview.c
4164                 X-Mailer highlighting
4165
4166 2006-03-16 [colin]      2.0.0cvs144
4167
4168         * src/sourcewindow.c
4169         * src/sourcewindow.h
4170                 And the last one, in source window.
4171
4172 2006-03-16 [colin]      2.0.0cvs143
4173
4174         * src/compose.c
4175         * src/compose.h
4176                 Fix the same stuff in compose
4177
4178 2006-03-16 [colin]      2.0.0cvs142
4179
4180         * src/messageview.c
4181                 Complete the previous messageview crash fix
4182
4183 2006-03-16 [colin]      2.0.0cvs141
4184
4185         * src/procmsg.h
4186         * src/procmsg.c
4187         * src/folder.c
4188                 Fix POSTPROCESSING hook
4189                 Patch by H. Merijn Brand
4190
4191         * src/procmime.c
4192         * src/procmime.h
4193                 Parse Content-Location
4194
4195         * src/toolbar.c
4196         * src/messageview.c
4197         * src/messageview.h
4198                 Don't crash when a top-level MessageView has
4199                 been closed on us. Same problematic than
4200                 yesterday's quicksearch issue.
4201
4202 2006-03-15 [colin]      2.0.0cvs140
4203
4204         * src/gtk/quicksearch.c
4205                 Fix a bitchy race we didn't think about when we
4206                 added quicksearch cancellation:
4207                 If the search is not on cached fields, for example
4208                 body_part matchcase "stuff"
4209                 the matcher code has to get the whole message. If
4210                 we're on IMAP, that can be slow, and in order to
4211                 be non-blocking, the IMAP code idle loop processes
4212                 gtk events too. So it is possible to cancel a
4213                 quicksearch while the matcher is getting the mail's
4214                 body. After matcher got its body, it will start to
4215                 iterate over the matcher list that the Quicksearch's
4216                 clear_search_cb() just freed via prepare_matcher().
4217                 SIGSEGV ensues.
4218                 The fix consists of guarding the matcherlist_match()
4219                 call with a boolean 'matching'. If we reset the
4220                 quicksearch while matching is TRUE, we don't free
4221                 the matcherlist anymore like we did, but we set
4222                 another new flag, deferred_free, to TRUE. Then,
4223                 in quicksearch_match(), just after returning from
4224                 matcherlist_match() and unsetting the matching flag,
4225                 we check the deferred_free flag and do the
4226                 prepare_matcher() (which does the matcherlist_free)
4227                 for real, so we free the matcherlist once it's not
4228                 used anymore.
4229                 As all of this runs via the glib main loop, we
4230                 luckily don't need a mutex.
4231         * src/summaryview.c
4232                 Also, show progress while searching.
4233
4234
4235 2006-03-14 [colin]      2.0.0cvs139
4236
4237         * src/alertpanel.c
4238                 Make alertpanel_is_open non-static
4239
4240 2006-03-14 [colin]      2.0.0cvs138
4241
4242         * src/prefs_spelling.c
4243                 Cleanups - Fabien Vantard
4244
4245 2006-03-14 [wwp]        2.0.0cvs137
4246
4247         * src/main.c
4248                 code style normalization (curly braces, indentation).
4249
4250 2006-03-14 [wwp]        2.0.0cvs137
4251
4252         * src/main.c
4253                 code style (braces, indentation)
4254
4255 2006-03-12 [paul]       2.0.0cvs136
4256
4257         * src/prefs_common.c
4258                 trans_hdr defaults to FALSE to be RFC-savvy
4259         * src/prefs_summaries.c
4260                 add a tooltip to the trans_hdr option
4261                 
4262
4263 2006-03-12 [paul]       2.0.0cvs135
4264
4265         * src/prefs_matcher.c
4266                 give a little more width to the combos
4267         * src/prefs_display_header.c
4268         * src/textview.c
4269                 translate headers if prefs_common.trans_hdr
4270                 is TRUE
4271
4272         Patches by Pawel Pekala
4273
4274 2006-03-12 [paul]       2.0.0cvs134
4275
4276         * src/plugins/clamav/clamav_plugin.c
4277         * src/plugins/dillo_viewer/dillo_viewer.c
4278         * src/plugins/pgpcore/plugin.c
4279         * src/plugins/pgpinline/plugin.c
4280         * src/plugins/pgpmime/plugin.c
4281         * src/plugins/spamassassin/spamassassin.c
4282                 update/add to descriptions
4283         * src/plugins/spamassassin/spamassassin_gtk.c
4284                 fixes to the english, remove superfluous
4285                 tooltips, clean up a little
4286
4287 2006-03-12 [paul]       2.0.0cvs133
4288
4289         * src/compose.c
4290                 fix Bug 924, 'Account combo box shows up wrong 
4291                 if & is in account name'
4292
4293 2006-03-11 [colin]      2.0.0cvs132
4294
4295         * src/summaryview.c
4296                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
4297                 messed up shift-selection because is slows down
4298                 moving around summaryview. thanks -users
4299
4300 2006-03-10 [colin]      2.0.0cvs131
4301
4302         * src/plugins/spamassassin/spamassassin_gtk.c
4303                 Put back Paul's engrish fixes
4304
4305 2006-03-10 [colin]      2.0.0cvs130
4306
4307         * src/plugins/spamassassin/spamassassin.c
4308         * src/plugins/spamassassin/spamassassin.h
4309         * src/plugins/spamassassin/spamassassin_gtk.c
4310                 Cleanup SA prefs page (more)
4311                 Patch by Fabien Vantard
4312
4313 2006-03-10 [paul]       2.0.0cvs129
4314
4315         * src/prefs_msg_colors.c
4316         * src/prefs_spelling.c
4317                 widget sensitivity
4318
4319 2006-03-09 [mones]      2.0.0cvs128
4320
4321         * po/es.po
4322                 Update for next RC
4323
4324 2006-03-09 [wwp]        2.0.0cvs127
4325
4326         * configure.ac
4327                 revert accidental commit (requirement for libetpan 0.43), this time
4328                 not in HEAD.
4329
4330 2006-03-09 [wwp]        2.0.0cvs125
4331
4332         * configure.ac
4333                 revert accidental commit (requirement for libetpan 0.43)
4334
4335 2006-03-09 [paul]       2.0.0cvs126
4336
4337         * src/prefs_receive.c
4338                 remove useless frame
4339                 replace 'incorporation' with 'receiving'
4340         * src/plugins/clamav/clamav_plugin_gtk.c
4341         * src/plugins/spamassassin/spamassassin_gtk.c
4342                 improve widget sensitivity
4343                 fix a bit his engrish
4344
4345 2006-03-09 [wwp]        2.0.0cvs125
4346
4347         * src/addressadd.c
4348         * src/foldersel.c
4349         * src/prefs_common.c
4350         * src/prefs_common.h
4351                 remember some more windows' sizes (add to addressbook and
4352                 select folder).
4353
4354 2006-03-09 [paul]       2.0.0cvs124
4355
4356         * src/plugins/pgpcore/prefs_gpg.c
4357                 normalise construction of dialogue
4358
4359 2006-03-09 [paul]       2.0.0cvs123
4360
4361         * src/plugins/trayicon/Makefile.am
4362                 add missing slash
4363
4364 2006-03-08 [colin]      2.0.0cvs122
4365
4366         * src/plugins/trayicon/Makefile.am
4367                 Fix build in separate dir 
4368                 Patch by Bamanzi <bamanzi@gmail.com>
4369
4370 2006-03-08 [colin]      2.0.0cvs121
4371
4372         * src/procmsg.c
4373                 Batch move and copies from summaryview with delayed execution
4374                 too
4375
4376 2006-03-07 [paul]       2.0.0cvs120
4377
4378         * src/common/utils.c
4379                 fix highlighting of URIs containing "()"
4380                 Patch by Pawel Pekala
4381
4382 2006-03-07 [paul]       2.0.0cvs119
4383
4384         * src/folder.c
4385         * src/folder.h
4386         * src/folderview.c
4387                 immediately do alphabetical resort when
4388                 changing a folder's name
4389                 Patch by Pawel Pekala
4390
4391 2006-03-07 [paul]       2.0.0cvs118
4392
4393         * src/news.c
4394         * src/news_gtk.c
4395                 when unsubscribing a newsgroup, remove the
4396                 folder and msgs in .sylpheed-claws/newscache
4397                 Patch by Pawel Pekala <c0rn@gazeta.pl>
4398
4399 2006-03-07 [paul]       2.0.0cvs117
4400
4401         * src/textview.c
4402                 fix wrong Fake URL Warning
4403                 Thanks to Hiro
4404
4405 2006-03-07 [colin]      2.0.0cvs116
4406
4407         * src/imap.c
4408                 Return immediately when password dialog was
4409                 cancelled
4410         * src/gtk/inputdialog.c
4411                 Allow empty strings for passwords
4412
4413
4414 2006-03-06 [colin]      2.0.0cvs115
4415
4416         * src/imap.c
4417                 Prevent double-timeouts when connection fails
4418
4419 2006-03-06 [colin]
4420
4421         2.0.1-rc1 released
4422
4423 2006-03-06 [colin]      2.0.0cvs114
4424
4425         * src/imap.c
4426                 Refresh session during potentially long
4427                 operations
4428
4429 2006-03-06 [wwp]        2.0.0cvs113
4430
4431         * src/prefs_msg_colors.h
4432                 forgot that one (custom color labels).
4433
4434 2006-03-06 [wwp]        2.0.0cvs112
4435
4436         * src/prefs_common.c
4437         * src/prefs_common.h
4438         * src/prefs_msg_colors.c
4439         * src/summaryview.c
4440         * src/summaryview.h
4441         * src/gtk/colorlabel.c
4442         * src/gtk/colorlabel.h
4443                 colors in messages list are now customizable. Color values and names can
4444                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
4445                 Thanks to Paul and Colin for their help with this longstanding patch!
4446
4447 2006-03-06 [wwp]        2.0.0cvs111
4448
4449         * src/textview.c
4450                 don't crash if (x)face is bad.
4451
4452 2006-03-05 [paul]       2.0.0cvs110
4453
4454         * AUTHORS
4455         * configure.ac
4456         * src/Makefile.am
4457         * src/common/Makefile.am
4458         * src/common/utils.h
4459         * src/etpan/imap-thread.c
4460         * src/gtk/authors.h
4461         * src/plugins/clamav/Makefile.am
4462         * src/plugins/demo/Makefile.am
4463         * src/plugins/dillo_viewer/Makefile.am
4464         * src/plugins/pgpcore/Makefile.am
4465         * src/plugins/pgpcore/passphrase.c
4466         * src/plugins/pgpinline/Makefile.am
4467         * src/plugins/pgpmime/Makefile.am
4468         * src/plugins/spamassassin/Makefile.am
4469         * src/plugins/trayicon/Makefile.am
4470                 fix builiding on cygwin
4471                 Patch by Ralgh Young <bamanzi@gmail.com>
4472
4473 2006-03-04 [wwp]        2.0.0cvs109
4474
4475         * manual/keyboard.xml
4476                 fix mixed up/down keys.
4477
4478 2006-03-04 [wwp]        2.0.0cvs108
4479
4480         * README
4481         * INSTALL
4482                 updated links to SpamAssassin.
4483
4484 2006-03-04 [wwp]        2.0.0cvs107
4485
4486         * manual/plugins.xml
4487         * src/plugins/spamassassin/README
4488                 updated SpamAssassin plugin docs to reflect new functional additions
4489                 (also fix/update/documents few technical stuff more, see the README).
4490
4491 2006-03-04 [wwp]        2.0.0cvs106
4492
4493         * src/prefs_message.c
4494                 normalized capitalization of message-prefs paths.
4495
4496 2006-03-04 [wwp]        2.0.0cvs105
4497
4498         * manual/advanced.xml
4499                 typo.
4500
4501 2006-03-03 [colin]      2.0.0cvs104
4502
4503         * src/plugins/clamav/clamav_plugin_gtk.c
4504                 Rework prefs page, patch by Fabien 
4505
4506 2006-03-03 [colin]      2.0.0cvs103
4507
4508         * src/plugins/clamav/clamav_plugin.c
4509                 Set error on all errors
4510
4511 2006-03-03 [colin]      2.0.0cvs102
4512
4513         * src/common/plugin.c
4514                 Initialize error to avoid crashing when a plugin fails
4515                 without setting error
4516
4517 2006-03-02 [wwp]        2.0.0cvs101
4518
4519         * configure.ac
4520                 fixed linker flags for libetpan support on Cygwin
4521                 (thanks to H.Merijn Brand).
4522
4523 2006-03-02 [wwp]        2.0.0cvs100
4524
4525         * src/addressbook.c
4526                 fix some AB error messages: one for punctuation and
4527                 one wrongly duplicate (thanks, maxbritov).
4528
4529 2006-03-02 [wwp]        2.0.0cvs99
4530
4531         * src/plugins/spamassassin/spamassassin.c
4532                 make sync calls to sa-learn/spamc to prevent
4533                 system (whatever local or client/server) overload.
4534
4535 2006-03-02 [colin]      2.0.0cvs98
4536
4537         * src/summaryview.c
4538                 Put the spam icon in the status column instead of the
4539                 mark one
4540
4541 2006-03-01 [colin]      2.0.0cvs97
4542
4543         * src/plugins/spamassassin/spamassassin.c
4544                 Fix segfault (g_file_set_contents fails for some 
4545                 reason and err==0x2f. Can't find out why with
4546                 valgrind, using working function :-)
4547
4548 2006-03-01 [colin]      2.0.0cvs96
4549
4550         * src/inc.c
4551                 Offline overriding: let 'No' be cached only 3 seconds
4552
4553 2006-03-01 [colin]      2.0.0cvs95
4554
4555         * src/addr_compl.c
4556         * src/addrbook.c
4557         * src/addressbook.c
4558         * src/addrindex.c
4559         * src/folder_item_prefs.c
4560         * src/headerview.c
4561         * src/imap.c
4562         * src/inc.c
4563         * src/ldif.c
4564         * src/mainwindow.c
4565         * src/mh.c
4566         * src/msgcache.c
4567         * src/prefs_common.h
4568         * src/prefs_msg_colors.c
4569         * src/procheader.c
4570         * src/procheader.h
4571         * src/procmime.c
4572         * src/procmsg.c
4573         * src/procmsg.h
4574         * src/send_message.h
4575         * src/simple-gettext.c
4576         * src/summaryview.c
4577         * src/summaryview.h
4578         * src/syldap.c
4579         * src/textview.c
4580         * src/undo.c
4581         * src/common/ssl_certificate.c
4582         * src/common/utils.c
4583         * src/gtk/colorsel.c
4584         * src/gtk/gtksctree.c
4585         * src/gtk/gtkshruler.c
4586         * src/plugins/trayicon/trayicon.c
4587                 #if 0 goes to /dev/null
4588
4589 2006-03-01 [colin]      2.0.0cvs94
4590
4591         * src/compose.c
4592         * src/imap.c
4593         * src/inc.c
4594         * src/inc.h
4595         * src/messageview.c
4596         * src/news.c
4597         * src/plugins/spamassassin/spamassassin.c
4598                 Allow to add information in the "working offline"
4599                 window
4600
4601 2006-03-01 [wwp]        2.0.0cvs93
4602
4603         * src/plugins/spamassassin/spamassassin.c
4604                 fixed spamc invocation: use a tricky temporary mini shell wrapper
4605                 'cause it seems that calling `spamc ... < inputfile` with
4606                 g_spawn_(a)sync simply.. erm doesn't work :-).
4607
4608 2006-03-01 [wwp]        2.0.0cvs92
4609
4610         * src/toolbar.c
4611         * src/toolbar.h
4612                 simplify the adding of spam/ham button to the messageview toolbar
4613                 (it gets more clear now that the same button will be "Mark as spam"
4614                 or "Mark as ham" according to the current message status,
4615                 thanks to Colin).
4616
4617 2006-03-01 [wwp]        2.0.0cvs91
4618
4619         * src/messageview.c
4620         * src/procmsg.c
4621         * src/procmsg.h
4622         * src/summaryview.c
4623         * src/plugins/spamassassin/spamassassin.c
4624         * src/plugins/spamassassin/spamassassin.h
4625                 make learner callbacks return a status (0 for ok),
4626                 handle it in main code to avoid setting flags when learning failed,
4627                 don't learn on TCP if offline in spamassassin,
4628                 thanks to Colin.
4629
4630                 
4631
4632 2006-03-01 [wwp]        2.0.0cvs90
4633
4634         * src/compose.c
4635                 some work around the compose window's account menu,
4636                 patch by Fabien Vantard.
4637
4638 2006-03-01 [wwp]        2.0.0cvs89
4639
4640         * src/plugins/spamassassin/spamassassin.c
4641                 fixed bad logics, was using spamc in local mode and sa-learn
4642                 in remote mode (thanks, Colin).
4643
4644 2006-03-01 [wwp]        2.0.0cvs88
4645
4646         * src/plugins/spamassassin/spamassassin.c
4647         * src/plugins/spamassassin/spamassassin.h
4648         * src/plugins/spamassassin/spamassassin_gtk.c
4649                 made processing of emails w/ sa-plugin an option (default is TRUE),
4650                 fixed Engrish some tooltips, capitalization of some debug messages
4651                 and warnings. The spamassassin plugin now provides two separate
4652                 services: process emails upon incorporation and spamd training.
4653                 Both services (un)register independently but use some common
4654                 plugin settings (transport settings, spam storage location).
4655
4656 2006-02-28 [wwp]        2.0.0cvs87
4657
4658         * src/plugins/spamassassin/spamassassin.c
4659                 fix async flag to spamc cmdline execution (batch exec should
4660                 be asynchronous).
4661
4662 2006-02-27 [wwp]        2.0.0cvs86
4663
4664         * src/plugins/spamassassin/spamassassin.c
4665         * src/plugins/spamassassin/spamassassin.h
4666         * src/plugins/spamassassin/spamassassin_gtk.c
4667                 - added the ability to learn a remote spamassassin server (spamd),
4668                 using spamc.
4669                 - added the spamassassin option 'username', that applies to all
4670                 spamassassin operations (filtering, learning, local or remote).
4671                 The default username is the current unix user (if left blank
4672                 from gtk prefs or config file).
4673                 - commented out some unused code (notebook widget), removed unused
4674                 layout (hbox1).
4675                 - make more widgets sensitive to the transport type.
4676
4677 2006-02-27 [colin]      2.0.0cvs85
4678
4679         * src/plugins/spamassassin/spamassassin.c
4680                 Fix sa-learn call when offline
4681
4682 2006-02-27 [colin]      2.0.0cvs84
4683
4684         * configure.ac
4685         * src/Makefile.am
4686         * src/mainwindow.c
4687         * src/mainwindow.h
4688         * src/messageview.c
4689         * src/messageview.h
4690         * src/prefs_toolbar.c
4691         * src/procmsg.c
4692         * src/stock_pixmap.c
4693         * src/stock_pixmap.h
4694         * src/summaryview.c
4695         * src/toolbar.c
4696         * src/toolbar.h
4697         * src/pixmaps/ham_btn.xpm
4698         * src/pixmaps/spam.xpm
4699         * src/pixmaps/spam_btn.xpm
4700         * src/plugins/spamassassin/spamassassin.c
4701                 Add button in toolbar for spam learning
4702                 Fix a few bugs from the last related commit
4703                 Revert 1.9.6cvs23 which messed up shift-selection
4704
4705 2006-02-24 [colin]      2.0.0cvs83
4706
4707         * src/procmsg.c
4708         * src/summaryview.c
4709         * src/summaryview.h
4710         * src/plugins/spamassassin/spamassassin.c
4711         * src/plugins/spamassassin/spamassassin.h
4712         * src/plugins/spamassassin/spamassassin_gtk.c
4713                 Unregister learner when spamassassin is either
4714                 disabled or over tcp
4715
4716 2006-02-24 [colin]      2.0.0cvs82
4717
4718         * src/Makefile.am
4719         * src/mainwindow.c
4720         * src/mainwindow.h
4721         * src/procmsg.c
4722         * src/procmsg.h
4723         * src/stock_pixmap.c
4724         * src/stock_pixmap.h
4725         * src/summaryview.c
4726         * src/summaryview.h
4727         * src/gtk/icon_legend.c
4728         * src/pixmaps/spam.xpm  ** NEW FILE **
4729         * src/plugins/spamassassin/spamassassin.c
4730         * src/plugins/spamassassin/spamassassin_gtk.c
4731                 Add spam learning interface (Mark/Mark as 
4732                 (spam|ham) menus)
4733
4734 2006-02-24 [wwp]        2.0.0cvs81
4735
4736         * src/compose.c
4737         * src/compose.h
4738         * src/filtering.c
4739                 hide compose window when sending message in batch mode
4740                 (filtering: forward and redirect). Also fixed a wrong
4741                 value returned when sending failed, neutral anyway.
4742                 (Colin, me) 
4743
4744 2006-02-24 [wwp]        2.0.0cvs80
4745
4746         * src/mainwindow.c
4747                 use GTK+'s stock quit button. Patch by Fabien Vantard.
4748
4749 2006-02-24 [paul]       2.0.0cvs79
4750
4751         * src/news.c
4752         * src/news.h
4753         * src/news_gtk.c
4754                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
4755                 Thanks to Colin
4756
4757 2006-02-23 [colin]      2.0.0cvs78
4758
4759         * src/alertpanel.c
4760                 Change OK to Close in alertpanel with View log
4761                 button; add accel to View log. Patch by Fabien
4762                 Vantard
4763
4764 2006-02-23 [wwp]        2.0.0cvs77
4765
4766         * src/compose.c
4767                 silly me, there were much more tests to perform, since toolbars can
4768                 really have down to 1 element only.
4769
4770 2006-02-23 [wwp]        2.0.0cvs76
4771
4772         * commitHelper
4773                 fixed indentation from my previous commit. Fallback to VISUAL if
4774                 EDITOR is not set (and to vi, at last resort).
4775
4776 2006-02-23 [wwp]        2.0.0cvs75
4777
4778         * commitHelper
4779                 improved error detection (Colin, me).
4780
4781 2006-02-23 [wwp]        2.0.0cvs74
4782
4783         * src/prefs_toolbar.c
4784                 simplify and fix prefs/toolbars layouting. Combos' contents can
4785                 now be really displayed.
4786
4787 2006-02-23 [wwp]        2.0.0cvs73
4788         simplifies and fix prefs/toolbars layouting. Combos' contents can now
4789         be really displayed.
4790
4791 2006-02-22 [wwp]        2.0.0cvs72
4792
4793         * src/compose.c
4794                 fix a typo in my previous commit (sorry!).
4795
4796 2006-02-22 [wwp]        2.0.0cvs71
4797
4798         * src/prefs_toolbar.c
4799                 fix a crash when adding separators to toolbars,
4800                 also fix some separator item information.
4801
4802 2006-02-22 [wwp]        2.0.0cvs70
4803
4804         * src/compose.c
4805                 fix a crash when redirecting (for instance) when compose window's
4806                 toolbar contents has been customized (when some buttons have been
4807                 removed in fact).
4808
4809 2006-02-21 [wwp]        2.0.0cvs69
4810
4811         * src/summaryview.c
4812         * src/gtk/pluginwindow.c
4813         * src/plugins/pgpcore/prefs_gpg.c
4814                 fix some compilation warnings (feat. remains of removed code).
4815
4816 2006-02-21 [wwp]        2.0.0cvs68
4817
4818         * src/gtk/gtkutils.c
4819                 fix two compilation issues, thanks to Stephan Sachse.
4820
4821 2006-02-20 [colin]      2.0.0cvs67
4822
4823         * src/mainwindow.c
4824                 Don't reselect displayed mail on refocus
4825                 This fixes actions misbehaving 
4826
4827 2006-02-20 [wwp]        2.0.0cvs66
4828
4829         * src/summaryview.c
4830         * src/gtk/gtksctree.c
4831         * src/gtk/gtkshruler.c
4832                 changed more runtime typecast checks.
4833
4834 2006-02-20 [wwp]        2.0.0cvs65
4835
4836         * src/summary_search.c
4837                 find all - summaryview refresh issue fixed, thanks to Colin.
4838
4839 2006-02-20 [wwp]        2.0.0cvs64
4840
4841         * src/gtk/gtkutils.c
4842                 better runtime typecast checks.
4843
4844 2006-02-20 [wwp]        2.0.0cvs63
4845
4846         * src/summary_search.c
4847                 enhancements to the summary search:
4848                         - add the ability to stop the running search
4849                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4850                         - don't search if no criteria (From/To/Subject/Body) is set
4851                         - ensure that a busy mouse pointer is always shown when searching,
4852                           show it even a bit earlier
4853
4854 2006-02-19 [colin]      2.0.0cvs62
4855
4856         * src/compose.c
4857         * src/imap.c
4858         * src/etpan/imap-thread.c
4859         * src/etpan/imap-thread.h
4860                 (Future) IMAP speed improvement on sending
4861                 Will require a libetpan update
4862         * src/summaryview.c
4863         * src/gtk/quicksearch.c
4864                 Make quicksearch clearable while running.
4865
4866 2006-02-17 [colin]      2.0.0cvs61
4867
4868         * src/imap.c
4869         * src/etpan/imap-thread.c
4870         * src/etpan/imap-thread.h
4871                 Check for IMAP certificates
4872                 ** Requires libetpan-0.42-cvs4 
4873                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4874
4875 2006-02-17 [colin]      2.0.0cvs60
4876
4877         * src/messageview.c
4878         * src/prefs_common.c
4879         * src/prefs_common.h
4880         * src/prefs_message.c
4881                 Add pref to display HTML-only mails with plugin, 
4882                 if possible (defaulting to FALSE of course).
4883
4884 2006-02-16 [colin]      2.0.0cvs59
4885
4886         * src/main.c
4887         * src/common/plugin.c
4888         * src/common/plugin.h
4889         * src/gtk/pluginwindow.c
4890                 Keep track of requested (but unloaded) plugins
4891                 in some error cases.
4892
4893 2006-02-16 [wwp]        2.0.0cvs58
4894
4895         * src/gtk/gtkaspell.c
4896         * src/gtk/gtkaspell.h
4897         * src/prefs_spelling.c
4898         * src/compose.c
4899         * src/prefs_common.c
4900         * src/prefs_common.h
4901                 implemented new optional spellchecker behaviour: re-check message when
4902                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4903
4904 2006-02-16 [wwp]        2.0.0cvs57
4905
4906         * src/quote_fmt_parse.y
4907                 pclose popen'ed pipe.
4908
4909 2006-02-15 [colin]      2.0.0cvs56
4910
4911         * src/mimeview.c
4912         * src/mimeview.h
4913                 Let MimeViewers know which MimeView they
4914                 depend of.
4915         * src/summaryview.c
4916                 Swap From/To columns in Sent/Queue/Drafts
4917                 folders
4918         * src/etpan/imap-thread.c
4919                 Use mailstream_low_tls_open() for STARTTLS
4920                 instead of mailstream_low_ssl_open()
4921                 ** REQUIRES libetpan 0.42cvs3 **
4922
4923 2006-02-15 [wwp]        2.0.0cvs55
4924
4925         * src/compose.c
4926         * src/compose.h
4927         * src/message_search.c
4928         * src/message_search.h
4929         * src/textview.c
4930         * src/gtk/gtkutils.c
4931         * src/gtk/gtkutils.h
4932                 added the ability to Find text in the compose window (and a bit
4933                 of code factorization).
4934
4935 2006-02-15 [wwp]        2.0.0cvs54
4936
4937         * src/prefs_gtk.c
4938                 yet another one file was missing (fix for some widgets' sensitivity).
4939                 Thanks Colin!
4940
4941 2006-02-15 [wwp]        2.0.0cvs53
4942
4943         * src/prefs_gtk.h
4944                 oops forgot that file (fix for some widgets' sensitivity).
4945
4946 2006-02-15 [wwp]        2.0.0cvs52
4947
4948         * src/summary_search.c
4949                 implemented advanced summary search options (added the ability
4950                 to use matcher conditions in an advanced search mode).
4951
4952 2006-02-15 [wwp]        2.0.0cvs51
4953
4954         * src/plugins/pgpcore/prefs_gpg.c
4955         * src/prefs_account.c
4956                 fix some widget sensitivity, mostly around some labels in
4957                 account prefs.
4958
4959 2006-02-15 [paul]       2.0.0cvs50
4960
4961         * manual/advanced.xml
4962                 improve Templates info
4963                 written by wwp
4964
4965 2006-02-14 [colin]      2.0.0cvs49
4966
4967         * src/pixmaps/address_book.xpm
4968         * src/pixmaps/preferences.xpm
4969         * src/pixmaps/properties.xpm
4970                 Fix pixmap size - patch by Fabien Vantard
4971
4972 2006-02-13 [colin]      2.0.0cvs48
4973
4974         * src/procmime.c
4975                 Add missing fclose()s on error
4976         * src/textview.c
4977                 Remove unused code
4978         * src/common/utils.c
4979                 Fix temp files not being deleted on windows
4980         Patches by Thomas Gilgin
4981
4982 2006-02-13 [colin]      2.0.0cvs47
4983
4984         * src/mainwindow.c
4985                 Fix exit crash
4986
4987 2006-02-13 [wwp]        2.0.0cvs46
4988
4989         * src/plugins/pgpcore/prefs_gpg.c
4990                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
4991
4992 2006-02-12 [colin]      2.0.0cvs45
4993
4994         * src/folderview.c
4995         * src/main.c
4996         * src/mainwindow.c
4997                 Fix "stuff" when quitting
4998
4999 2006-02-12 [wwp]        2.0.0cvs44
5000
5001         * src/prefs_themes.c
5002                 fix typos in debug messages.
5003
5004 2006-02-11 [colin]      2.0.0cvs43
5005
5006         * src/summaryview.c
5007                 don't allow drag/drop from ourself
5008
5009 2006-02-10 [wwp]        2.0.0cvs42
5010
5011         * src/exporthtml.c
5012         * src/html.c
5013         * src/html.h
5014         * src/procmime.c
5015         * src/textview.c
5016                 renamed html_ prefixed functions and data structures to avoid
5017                 namespace clashes w/ other software (gtkhtml2 for instance).
5018                 Closes bug #907.
5019
5020
5021 2006-02-09 [colin]      2.0.0cvs41
5022
5023         * src/summaryview.c
5024                 Fix shitty logic messed up. Thanks Ticho for the hint!
5025
5026 2006-02-09 [wwp]        2.0.0cvs40
5027
5028         * src/gtk/about.c
5029         * src/compose.c
5030         * src/prefs_account.c
5031         * src/prefs_gtk.h
5032         * src/editaddress.c
5033                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
5034                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
5035                 Browse buttons in accounts prefs.
5036
5037 2006-02-09 [colin]      2.0.0cvs39
5038
5039         * src/matcher.c
5040                 Check for pointer before using its members
5041         * src/gtk/gtksourceprintjob.c
5042                 Fix a wrong warning
5043
5044 2006-02-09 [wwp]        2.0.0cvs38
5045
5046         * src/gtk/filesel.c
5047                 fix few compiler warnings (type mismatch).
5048
5049 2006-02-09 [paul]       2.0.0cvs37
5050
5051         * po/fr.po
5052                 updated by Fabien Vantard
5053
5054 2006-02-08 [colin]      2.0.0cvs36
5055
5056         * src/prefs_common.c
5057         * src/common/defs.h
5058         * src/common/plugin.c
5059                 allow windows and linux configurations to coexist
5060                 patch by Thomas Gilgin
5061
5062 2006-02-08 [colin]      2.0.0cvs35
5063
5064         * src/filtering.c
5065         * src/matcher.c
5066         * src/matcher.h
5067         * src/matcher_parser_parse.y
5068         * src/prefs_filtering_action.c
5069         * src/prefs_matcher.c
5070                 Add the "Ignore thread" filtering
5071                 action
5072
5073 2006-02-08 [colin]      2.0.0cvs34
5074
5075         * src/compose.c
5076         * src/procmime.c
5077         * src/procmime.h
5078                 Fix bug #905 (damaged attachment)
5079                 text files with raw \0's aren't really text files
5080         FOR_STABLE
5081
5082 2006-02-08 [colin]      2.0.0cvs33
5083
5084         * src/summaryview.c
5085                 Fix crasher introduced yesterday
5086
5087 2006-02-08 [wwp]        2.0.0cvs32
5088
5089         * src/compose.c
5090         * src/compose.h
5091                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
5092
5093 2006-02-08 [wwp]        2.0.0cvs31
5094
5095         * src/prefs_template.c
5096                 templates enhancement: allow address completion for Cc and Bcc fields
5097                 (it was currently possible for the To field only)
5098
5099 2006-02-08 [colin]      2.0.0cvs30
5100
5101         * src/compose.c
5102                 Don't unblock if not blocked
5103         FOR_STABLE
5104
5105 2006-02-07 [colin]      2.0.0cvs29
5106
5107         * src/action.c
5108                 Forgot to refresh summaryview
5109
5110 2006-02-07 [colin]      2.0.0cvs28
5111
5112         * src/action.c
5113                 Freeze/thaw message list and folder list while
5114                 processing %as{} actions 
5115         * src/compose.c
5116                 Fix auto-wrap disabling after a middle-click
5117                 paste - FOR_STABLE
5118
5119 2006-02-07 [paul]       2.0.0cvs27
5120
5121         * src/folder.c
5122                 fix freeing of uninitialised pointers
5123                 Thanks to Colin
5124
5125 2006-02-06 [colin]      2.0.0cvs26
5126
5127         * src/folder.c
5128                 Use g_slist_prepend in potentially big list
5129
5130 2006-02-06 [colin]      2.0.0cvs25
5131
5132         * src/folder.c
5133                 Completely skip processing if it doesn't 
5134                 exist (faster!)
5135
5136 2006-02-06 [colin]      2.0.0cvs24
5137
5138         * src/folder.c
5139         * src/summaryview.c
5140                 Batch filtering in summaryview (from Tools menu)
5141                 and pre/post//-processing too
5142
5143 2006-02-06 [colin]      2.0.0cvs23
5144
5145         * src/procmsg.h
5146         * src/filtering.c
5147                 Use a special field for batch filtering instead
5148                 of stepping on deferred execution's toes
5149
5150 2006-02-06 [colin]      2.0.0cvs22
5151
5152         * src/action.c
5153         * src/filtering.c
5154         * src/filtering.h
5155         * src/folder.c
5156         * src/summaryview.c
5157                 Fix filtering via menus and actions
5158
5159 2006-02-06 [colin]      2.0.0cvs21
5160
5161         * src/imap.c
5162                 Put the added file directly to cache if possible (will work
5163                 with next libetpan)
5164         * src/filtering.c
5165         * src/filtering.h
5166         * src/inc.c
5167         * src/folder.c
5168         * src/mbox.c
5169         * src/procmsg.h
5170                 Move and copy filtered messages by batches instead of one
5171                 by one - faster on IMAP
5172         * src/procmsg.c
5173                 Add a function that'll possibly be useful later
5174
5175 2006-02-06 [colin]      2.0.0cvs20
5176
5177         * src/addressbook.c
5178                 Use internal mime-type instead of text/plain for d'n'd
5179         * src/compose.c
5180                 Allow attaching files from mimeview's icon list via d'n'd
5181         * src/folderview.c
5182         * src/folderview.h
5183                 Use internal mime-type instead of text/plain for d'n'd
5184                 Don't try to selected opened folder if none is
5185                 Factorize d'n'd from other apps code
5186         * src/headerview.c
5187         * src/textview.c
5188         * src/gtk/gtkutils.c
5189         * src/gtk/gtkutils.h
5190                 Factorize Face/X-Face stuff
5191         * src/mimeview.c
5192                 Fix d'n'd to other apps
5193         * src/prefs_message.c
5194                 Let the XFace pref be usable without libcompface as it also
5195                 applies to Face
5196         * src/summaryview.c
5197                 Fix d'n'd to other apps
5198                 Factorize d'n'd from other apps code
5199
5200 2006-02-06 [wwp]        2.0.0cvs19
5201
5202         * po/it.po
5203                 Italian translation fixes by Andrea Spadaccini (no more confusion
5204                 between filtering and processing, and few changes in the About
5205                 dialog).
5206
5207
5208 2006-02-06 [mones]      2.0.0cvs18
5209
5210         * src/gtk/icon_legend.c
5211                 Improved descriptions allowing better translations
5212
5213 2006-02-05 [colin]      2.0.0cvs17
5214
5215         * src/imap.c
5216                 Add the f*cking missing expunge that caused imap_fetch_env
5217                 to fail after an add_msgs ! :-///
5218         * src/etpan/imap-thread.c
5219                 Add a bit of debug
5220         FOR_STABLE
5221
5222 2006-02-05 [colin]      2.0.0cvs16
5223
5224         * src/common/utils.c
5225                 Don't check for return-path (or we can't put
5226                 back non-sent mails)
5227
5228 2006-02-05 [colin]      2.0.0cvs15
5229
5230         * src/textview.c
5231                 Don't try to display Face header in textview
5232                 when teh headerview's active
5233
5234 2006-02-05 [colin]      2.0.0cvs14
5235
5236         * tools/tbird2syl.py
5237         * tools/Makefile.am
5238                 Add script to import Thunderbird mails
5239
5240 2006-02-05 [colin]      2.0.0cvs13
5241
5242         * src/headerview.c
5243         * src/procheader.c
5244         * src/procmsg.c
5245         * src/procmsg.h
5246         * src/textview.c
5247                 Show Face headers - patch partially by Klaus Flittner
5248
5249 2006-02-05 [colin]      2.0.0cvs12
5250
5251         * src/folderview.c
5252         * src/summaryview.c
5253         * src/common/utils.c
5254         * src/common/utils.h
5255                 Let dnd work from mime icons to summaryview
5256                 and to folderview too
5257                 Add a crude test to avoid trying to add files
5258                 drag'n'dropped when they're not mails
5259
5260 2006-02-04 [colin]      2.0.0cvs11
5261
5262         * src/summaryview.c
5263         * src/mimeview.c
5264                 Fix utf8 conversion
5265
5266 2006-02-04 [colin]      2.0.0cvs10
5267
5268         * src/compose.c
5269         * src/folderview.c
5270         * src/mimeview.c
5271         * src/summaryview.c
5272         * src/summaryview.h
5273                 Added various drag and drop capas:
5274                 From                    To
5275                 summaryview             other apps
5276                 mimeview icons          other apps
5277                 other apps              summaryview
5278                 other apps              folderview
5279
5280                 This shouldn't have broken the existing:
5281                 From                    To
5282                 summaryview             folderview
5283                 folderview              folderview
5284                 summaryview             compose's attachments
5285
5286         Tests welcomed.
5287
5288 2006-02-02 [paul]       2.0.0cvs9
5289
5290         * src/mainwindow.c
5291                 move global option 'Set displayed columns...' out
5292                 of folder option grouping.
5293                 fix sensitivity of 'harvest addresses'
5294         FOR_STABLE
5295
5296 2006-02-01 [colin]      2.0.0cvs8
5297
5298         * src/mimeview.c
5299                 Revert the alertpanel patch, it sucks (intrusive
5300                 and gets in the way of "open")
5301
5302 2006-02-01 [colin]      2.0.0cvs7
5303
5304         * src/compose.c
5305         * src/prefs_account.c
5306         * src/prefs_common.c
5307         * src/common/defs.h
5308         * src/common/utils.c
5309         * src/common/utils.h
5310                 Add ability to edit the signature file
5311                 from the account preferences, and use
5312                 a default for the text editor.
5313                 Patch by Fabien Vantard
5314
5315 2006-02-01 [colin]      2.0.0cvs6
5316
5317         * src/mimeview.c
5318                 Try to get mime type by extension if it is
5319                 application/octet-stream
5320                 Display a window with possible choices when
5321                 encountering unknown mime types
5322         * src/gtk/filesel.c
5323         * src/gtk/filesel.h
5324                 Add preview
5325                 Allow multiple selection in filtered filesel
5326                 (patch by Fabien Vantard)
5327         * src/gtk/pluginwindow.c
5328                 Use it (patch by Fabien Vantard)
5329
5330 2006-02-01 [paul]       2.0.0cvs5
5331
5332         * src/jpilot.c
5333                 fix crash on creating jpilot address book
5334                 Thanks to Colin - FOR_STABLE
5335         * src/prefs_summaries.c
5336         * src/prefs_wrapping.c
5337         * src/gtk/icon_legend.c
5338         * src/gtk/quicksearch.c
5339                 string fixes and additions
5340
5341 2006-02-01 [paul]       2.0.0cvs4
5342
5343         * src/compose.c
5344         * src/mainwindow.c
5345         * src/messageview.c
5346         * src/prefs_send.c
5347                 add Arabic encoding option
5348                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
5349
5350 2006-01-31 [colin]      2.0.0cvs3
5351
5352         * src/plugins/pgpcore/passphrase.c
5353                 Convert passphrase to locale encoding
5354         * src/compose.c
5355                 Fix drafting on IMAP. Crappy bug sneaked in
5356                 the release :-/
5357         FOR_STABLE
5358
5359 2006-01-30 [paul]       2.0.0cvs2
5360
5361         * src/gtk/icon_legend.c
5362                 show the new entries
5363
5364 2006-01-30 [colin]      2.0.0cvs1
5365
5366         * src/manual.c
5367                 Check for the file to be present before 
5368                 enabling the menu - FOR_STABLE
5369         * src/gtk/icon_legend.c
5370                 Add folders icons (not all of them, there
5371                 are too much, but the most intriguing ones)
5372
5373 2006-01-30 [paul]       2.0.0
5374
5375         version 2.0.0 released
5376
5377 2006-01-30 [paul]       1.9.100cvs200
5378
5379         * manual/faq.xml
5380         * manual/gpl.xml
5381         * manual/intro.xml
5382         * manual/starting.xml
5383         * manual/sylpheed-claws-manual.xml
5384                 fixes, additions
5385
5386 2006-01-29 [mones]      1.9.100cvs199
5387
5388         * manual/account.xml
5389         * manual/advanced.xml
5390         * manual/glossary.xml
5391                 Some typos fixed, added LDIF term to glossary
5392         * po/es.po
5393                 Fixed leading plus symbol
5394
5395 2006-01-29 [paul]       1.9.100cvs198
5396
5397         * po/fi.po
5398         * po/sk.po
5399                 updated by Tommi Pirinen and Andrej Kacian
5400
5401 2006-01-29 [paul]       1.9.100cvs197
5402
5403         * src/gtk/authors.h
5404                 remove duplicates
5405
5406 2006-01-29 [paul]       1.9.100cvs196
5407
5408         * AUTHORS
5409         * po/nl.po
5410         * src/gtk/authors.h
5411         * tools/claws.i18n.status.pl
5412                 nl translation updated by Tim Dijkstra
5413
5414 2006-01-29 [paul]       1.9.100cvs195
5415
5416         * po/sr.po
5417         * po/sv.po
5418                 updated by Aleksandar Urosevic and Anders Troback
5419
5420 2006-01-28 [colin]      1.9.100cvs194
5421
5422         * src/gtk/gtksourceprintjob.c
5423                 Don't fiddle with PangoLayout when we
5424                 have an image
5425
5426 2006-01-28 [paul]       1.9.100cvs193
5427
5428         * AUTHORS
5429         * po/el.po
5430         * po/zh_CN.po
5431         * src/gtk/authors.h
5432         * tools/claws.i18n.status.pl
5433                 updated translations submitted by Stavros Giannouris
5434                 and Ralgh Young
5435
5436 2006-01-27 [colin]      1.9.100cvs192
5437
5438         * src/summaryview.c
5439         * src/gtk/gtksourceprintjob.c
5440                 Add image printing 
5441                 (libgnomeprint only, of course)
5442
5443 2006-01-27 [paul]       1.9.100cvs191
5444
5445         * po/fr.po
5446         * po/it.po
5447                 updated by Fabien Vantard and Andrea Spadaccini
5448
5449 2006-01-26 [colin]      1.9.100cvs190
5450
5451         * manual/Makefile.am
5452         * configure.ac
5453                 Make building the manual optional 
5454                 (--disable-manual)
5455
5456 2006-01-26 [paul]       1.9.100cvs189
5457
5458         * manual/glossary.xml
5459         * manual/plugins.xml
5460                 edited
5461         * po/en_GB.po
5462                 updated
5463
5464 2006-01-26 [paul]       1.9.100cvs188
5465
5466         * src/prefs_display_header.c
5467         * src/prefs_folder_column.c
5468         * src/prefs_msg_colors.c
5469         * src/prefs_summaries.c
5470         * src/prefs_summary_column.c
5471                 HIGify
5472
5473 2006-01-25 [colin]      1.9.100cvs187
5474
5475         * src/imap.c
5476                 Don't allow moving/copying mails between
5477                 queue/drafts and non-queue/drafts folders
5478                 Fixes bug #897 (message header is resetted 
5479                 if one is copied to Drafts)
5480
5481 2006-01-25 [colin]      1.9.100cvs186
5482
5483         * src/folder.c
5484         * src/mainwindow.c
5485                 Fix subscribed folders not found
5486         * src/compose.c
5487                 Don't try to encode as original mail's charset
5488                 if it's ascii 
5489
5490 2006-01-25 [paul]       1.9.100cvs185
5491
5492         * AUTHORS
5493         * po/Makevars
5494                 updated
5495         * po/de.po
5496         * po/pl.po
5497         * po/pt_BR.po
5498         * po/sr.po
5499                 updates submitted by Stephan Sachse, Emilian Nowak
5500                 and Quar, Frederico Goncalves Guimaraes, and
5501                 Aleksandar Urosevic
5502                 Fix Bug 896, 'PT_BR locale broken'.
5503         * src/gtk/authors.h
5504                 updated
5505
5506 2006-01-24 [mones]      1.9.100cvs184
5507
5508         * manual/glossary.xml
5509                 All current terms finished. Reviewers welcome ;-)
5510         * manual/keyboard.xml
5511                 Fixed column width for pdf output.
5512         * po/es.po
5513                 Updated
5514
5515 2006-01-24 [paul]       1.9.100cvs183
5516
5517         * manual/glossary.xml
5518                 fix id name
5519         * manual/dist/html/Makefile.am
5520         * manual/dist/pdf/Makefile.am
5521         * manual/dist/ps/Makefile.am
5522         * manual/dist/txt/Makefile.am
5523                 fix make deps
5524                 Thanks to Colin
5525
5526 2006-01-24 [mones]      1.9.100cvs182
5527
5528         * manual/glossary.xml
5529                 Nearly finished, some terms missing.
5530
5531 2006-01-23 [paul]       1.9.100cvs181
5532
5533         * manual/dist/html/Makefile.am
5534         * manual/dist/pdf/Makefile.am
5535         * manual/dist/ps/Makefile.am
5536         * manual/dist/txt/Makefile.am
5537         * src/mainwindow.c
5538                 re-enable manual
5539                 Thanks to Colin
5540
5541 2006-01-22 [colin]      1.9.100cvs180
5542
5543         * src/compose.c
5544         * src/gtk/gtkaspell.c
5545                 Don't deselect stuff before right-clicking, with aspell.
5546                 (This prevented right-click Copy, for example).
5547                 Thanks to Clo!
5548
5549 2006-01-22 [paul]       1.9.100cvs179
5550
5551         * src/summary_search.c
5552                 don't fix the widget size as it causes problems
5553                 under localisation.
5554                 Thanks to Emilian Nowak
5555
5556 2006-01-21 [paul]       1.9.100cvs178
5557
5558         * src/prefs_themes.c
5559                 fix broken underlining of label text
5560                 with some translations
5561
5562 2006-01-21 [colin]      1.9.100cvs177
5563
5564         * po/fr.po
5565                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
5566
5567 2006-01-20 [colin]      1.9.100cvs176
5568
5569         * configure.ac
5570         * Makefile.am
5571         * manual/Makefile
5572         * manual/dist/html/.cvsignore
5573         * manual/dist/html/Makefile.am
5574         * manual/dist/pdf/.cvsignore
5575         * manual/dist/pdf/Makefile.am
5576         * manual/dist/ps/.cvsignore
5577         * manual/dist/ps/Makefile.am
5578         * manual/dist/txt/.cvsignore
5579         * manual/dist/txt/Makefile.am
5580                 Autotool-ize manual
5581
5582 2006-01-20 [paul]       1.9.100cvs175
5583
5584         * manual/handling.xml
5585                 make Filtering and Searching entries easier to find
5586         * manual/keyboard.xml
5587                 add the remaining default keybinds
5588         * src/prefs_summaries.c
5589                 update the default keybinds
5590
5591 2006-01-20 [paul]       1.9.100cvs174
5592
5593         * src/addressbook.c
5594         * src/addrgather.c
5595         * src/addrharvest.c
5596         * src/editaddress.c
5597         * src/editgroup.c
5598         * src/exphtmldlg.c
5599         * src/expldifdlg.c
5600         * src/exporthtml.c
5601         * src/exportldif.c
5602         * src/ldif.c
5603                 replace 'e-mail' with 'email'
5604         * src/summary_search.c
5605                 add mnemonic to "Find all" button
5606
5607 2006-01-20 [wwp]        1.9.100cvs173
5608
5609         * src/export.c
5610         * src/import.c
5611                 touched mbox import/export buttons for HIG-compliance
5612
5613 2006-01-19 [paul]       1.9.100cvs172
5614
5615         * manual/account.xml
5616         * manual/addrbook.xml
5617         * manual/advanced.xml
5618         * manual/faq.xml
5619         * manual/handling.xml
5620         * manual/intro.xml
5621         * manual/plugins.xml
5622         * manual/starting.xml
5623                 more editing
5624
5625 2006-01-19 [paul]       1.9.100cvs171
5626
5627         * src/toolbar.c
5628                 allow use of trash button while receiving
5629                 Thanks to Colin
5630
5631 2006-01-19 [wwp]        1.9.100cvs170
5632
5633         * src/gtk/quicksearch.c
5634         * src/compose.c
5635                 force text color to black when yellow background is set
5636
5637 2006-01-19 [colin]      1.9.100cvs169
5638
5639         * src/plugins/trayicon/trayicon.c
5640                 Gray out Get Mail when already getting mail
5641
5642 2006-01-18 [paul]       1.9.100cvs168
5643
5644         * src/compose.c
5645                 give widget yellow background was To is
5646                 set via folder prefs
5647         * src/gtk/quicksearch.c
5648                 give widget yellow background when quick
5649                 search is active.
5650                 Thanks to Colin
5651
5652 2006-01-18 [paul]       1.9.100cvs167
5653
5654         * doc/man/sylpheed-claws.1
5655                 add --subscribe option
5656
5657 2006-01-18 [paul]       1.9.100cvs166
5658
5659         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5660         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5661                 use %U instead of %F (%F is broken for user installed
5662                 files in kde 3.5)
5663
5664 2006-01-18 [colin]      1.9.100cvs165
5665
5666         * src/summaryview.c
5667                 Default to Yes in "No more * messages" dialogs
5668
5669 2006-01-17 [colin]      1.9.100cvs164
5670
5671         * src/compose.c
5672                 Possibly fix an invalid iterator causing
5673                 crash
5674
5675 2006-01-17 [colin]      1.9.100cvs163
5676
5677         * src/mimeview.c
5678                 Fix crash when the image disappears under the
5679                 image viewer
5680
5681 2006-01-16 [colin]      1.9.100cvs162
5682
5683         * src/compose.c
5684                 Fix reenabling autowrap
5685
5686 2006-01-16 [colin]      1.9.100cvs161
5687
5688         * src/compose.c
5689                 reset quote_len before getting quote_str
5690
5691 2006-01-16 [colin]      1.9.100cvs160
5692
5693         * src/account.c
5694         * src/account.h
5695         * src/folder.c
5696         * src/imap_gtk.c
5697         * src/mh_gtk.c
5698                 Fix bug #883 (default inbox does not track folder move)
5699
5700 2006-01-16 [colin]      1.9.100cvs159
5701
5702         * src/compose.c
5703         * src/plugins/pgpcore/passphrase.c
5704                 More buttons fixes
5705
5706 2006-01-16 [paul]       1.9.100cvs158
5707
5708         * src/prefs_actions.c
5709         * src/prefs_filtering_action.c
5710         * src/prefs_matcher.c
5711         * src/quote_fmt.c
5712         * src/gtk/description_window.c
5713         * src/gtk/description_window.h
5714         * src/gtk/quicksearch.c
5715                 description window cleanups
5716
5717 2006-01-15 [colin]      1.9.100cvs157
5718
5719         * src/addressbook.c
5720         * src/prefs_filtering.c
5721                 Same here
5722
5723 2006-01-15 [colin]      1.9.100cvs156
5724
5725         * src/folderview.c
5726         * src/mainwindow.c
5727                 Same for "Empty trash"
5728
5729 2006-01-15 [colin]      1.9.100cvs155
5730
5731         * src/inc.c
5732                 Override offline dialog had Yes by default
5733
5734 2006-01-15 [colin]      1.9.100cvs154
5735
5736         * src/summaryview.c
5737                 Delete selected messages? previously had Yes the default
5738
5739 2006-01-15 [colin]      1.9.100cvs153
5740
5741         * src/folder.c
5742         * src/folder.h
5743         * src/main.c
5744                 Check if a mailbox is loaded after all
5745                 plugins are loaded.
5746
5747 2006-01-15 [colin]      1.9.100cvs152
5748
5749         * src/folder.c
5750                 Don't start wizard when there are unloaded folders (will help
5751                 people with only mbox or maildir mailboxes)
5752
5753 2006-01-14 [colin]      1.9.100cvs151
5754
5755         * src/addressbook.c
5756         * src/expldifdlg.c
5757         * src/importldif.c
5758         * src/importmutt.c
5759         * src/importpine.c
5760         * src/mh_gtk.c
5761                 More HIG compliance and fixes
5762
5763 2006-01-14 [colin]      1.9.100cvs150
5764
5765         * src/prefs_filtering_action.c
5766         * src/foldersel.c
5767                 Two forgotten button order changes
5768
5769 2006-01-14 [colin]      1.9.100cvs149
5770
5771         * src/account.c
5772         * src/addressbook.c
5773         * src/compose.c
5774         * src/folderview.c
5775         * src/imap_gtk.c
5776         * src/mainwindow.c
5777         * src/mh_gtk.c
5778         * src/news_gtk.c
5779         * src/prefs_actions.c
5780         * src/prefs_customheader.c
5781         * src/prefs_filtering.c
5782         * src/prefs_matcher.c
5783         * src/prefs_template.c
5784         * src/ssl_manager.c
5785         * src/summaryview.c
5786         * src/textview.c
5787         * src/toolbar.c
5788                 All deletion confirmations are now "Cancel, Delete" 
5789                 instead of "No, Yes"
5790                 Clarified most of the other "No, Yes" to 
5791                 "Cancel, Descriptive_action"
5792                 Rechanged the "Entry not saved" alerts to have 
5793                 "Close, Continue editing"
5794
5795
5796 2006-01-14 [paul]
5797
5798         * 2.0.0-rc4 released
5799
5800 2006-01-14 [paul]       1.9.100cvs148
5801
5802         * src/account.c
5803         * src/addressadd.c
5804         * src/addressbook.c
5805         * src/compose.c
5806         * src/editaddress.c
5807         * src/editbook.c
5808         * src/editgroup.c
5809         * src/editjpilot.c
5810         * src/editldap.c
5811         * src/editvcard.c
5812         * src/exphtmldlg.c
5813         * src/expldifdlg.c
5814         * src/folderview.c
5815         * src/grouplistdialog.c
5816         * src/imap_gtk.c
5817         * src/importmutt.c
5818         * src/importpine.c
5819         * src/inc.c
5820         * src/main.c
5821         * src/mainwindow.c
5822         * src/message_search.c
5823         * src/messageview.c
5824         * src/mh_gtk.c
5825         * src/mimeview.c
5826         * src/news_gtk.c
5827         * src/prefs_actions.c
5828         * src/prefs_customheader.c
5829         * src/prefs_filtering.c
5830         * src/prefs_matcher.c
5831         * src/prefs_template.c
5832         * src/prefs_themes.c
5833         * src/ssl_manager.c
5834         * src/summary_search.c
5835         * src/summaryview.c
5836         * src/textview.c
5837         * src/toolbar.c
5838         * src/gtk/foldersort.c
5839         * src/gtk/gtkaspell.c
5840         * src/gtk/inputdialog.c
5841         * src/gtk/prefswindow.c
5842         * src/plugins/pgpcore/select-keys.c
5843         * src/plugins/trayicon/trayicon.c
5844                 HIG compliant button order
5845
5846 2006-01-14 [mones]      1.9.100cvs147
5847
5848         * po/es.po
5849                 Updated translation
5850
5851 2006-01-13 [paul]       1.9.100cvs146
5852
5853         * AUTHORS
5854         * ChangeLog
5855         * src/gtk/authors.h
5856                 add Joshua M. Kwan to contributors list
5857
5858 2006-01-13 [colin]      1.9.100cvs145
5859
5860         * src/gtk/quicksearch.c
5861                 Don't refocus quick search after executing (Esc or Enter)
5862                 Allows to '/'search something then move up/down in 
5863                 summaryview, and to Esc a search and be back in the 
5864                 summaryview
5865
5866 2006-01-13 [paul]       1.9.100cvs144
5867
5868         * src/plugins/pgpinline/pgpinline.c
5869                 support Content-Type 'application/pgp'
5870                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5871
5872 2006-01-13 [paul]       1.9.100cvs143
5873
5874         * manual/account.xml
5875                 make mention of partial retrieval
5876                 thanks to Colin
5877
5878 2006-01-13 [paul]       1.9.100cvs142
5879
5880         * src/account.c
5881         * src/account.h
5882         * src/action.c
5883         * src/action.h
5884         * src/adbookbase.h
5885         * src/addr_compl.c
5886         * src/addr_compl.h
5887         * src/addrbook.c
5888         * src/addrcache.c
5889         * src/addrcache.h
5890         * src/addrcindex.c
5891         * src/addrcindex.h
5892         * src/addrclip.c
5893         * src/addrclip.h
5894         * src/addrdefs.h
5895         * src/addressadd.c
5896         * src/addressadd.h
5897         * src/addressbook.c
5898         * src/addressbook.h
5899         * src/addrgather.c
5900         * src/addrgather.h
5901         * src/addrharvest.c
5902         * src/addrharvest.h
5903         * src/addrindex.c
5904         * src/addrindex.h
5905         * src/addritem.c
5906         * src/addritem.h
5907         * src/addrquery.c
5908         * src/addrquery.h
5909         * src/addrselect.c
5910         * src/addrselect.h
5911         * src/alertpanel.c
5912         * src/alertpanel.h
5913         * src/browseldap.c
5914         * src/browseldap.h
5915         * src/codeconv.c
5916         * src/codeconv.h
5917         * src/compose.c
5918         * src/compose.h
5919         * src/customheader.c
5920         * src/customheader.h
5921         * src/displayheader.c
5922         * src/displayheader.h
5923         * src/editaddress.c
5924         * src/editaddress.h
5925         * src/editbook.c
5926         * src/editbook.h
5927         * src/editgroup.c
5928         * src/editgroup.h
5929         * src/editjpilot.c
5930         * src/editjpilot.h
5931         * src/editldap.c
5932         * src/editldap.h
5933         * src/editldap_basedn.c
5934         * src/editldap_basedn.h
5935         * src/editvcard.c
5936         * src/editvcard.h
5937         * src/exphtmldlg.c
5938         * src/exphtmldlg.h
5939         * src/expldifdlg.c
5940         * src/expldifdlg.h
5941         * src/export.h
5942         * src/exporthtml.c
5943         * src/exporthtml.h
5944         * src/exportldif.c
5945         * src/exportldif.h
5946         * src/filtering.c
5947         * src/filtering.h
5948         * src/folder.c
5949         * src/folder.h
5950         * src/folder_item_prefs.c
5951         * src/folder_item_prefs.h
5952         * src/foldersel.c
5953         * src/foldersel.h
5954         * src/folderutils.c
5955         * src/folderutils.h
5956         * src/folderview.c
5957         * src/folderview.h
5958         * src/grouplistdialog.c
5959         * src/grouplistdialog.h
5960         * src/headerview.c
5961         * src/html.c
5962         * src/html.h
5963         * src/image_viewer.c
5964         * src/image_viewer.h
5965         * src/imap.c
5966         * src/imap.h
5967         * src/imap_gtk.c
5968         * src/imap_gtk.h
5969         * src/import.h
5970         * src/importldif.c
5971         * src/importldif.h
5972         * src/importmutt.c
5973         * src/importmutt.h
5974         * src/importpine.c
5975         * src/importpine.h
5976         * src/inc.c
5977         * src/inc.h
5978         * src/jpilot.c
5979         * src/jpilot.h
5980         * src/ldapctrl.c
5981         * src/ldapctrl.h
5982         * src/ldaplocate.c
5983         * src/ldaplocate.h
5984         * src/ldapquery.c
5985         * src/ldapquery.h
5986         * src/ldapserver.c
5987         * src/ldapserver.h
5988         * src/ldaputil.c
5989         * src/ldaputil.h
5990         * src/ldif.c
5991         * src/ldif.h
5992         * src/main.c
5993         * src/main.h
5994         * src/mainwindow.c
5995         * src/mainwindow.h
5996         * src/manual.c
5997         * src/manual.h
5998         * src/mbox.c
5999         * src/mbox.h
6000         * src/message_search.c
6001         * src/message_search.h
6002         * src/messageview.c
6003         * src/messageview.h
6004         * src/mh.c
6005         * src/mh.h
6006         * src/mh_gtk.c
6007         * src/mh_gtk.h
6008         * src/mimeview.c
6009         * src/mimeview.h
6010         * src/msgcache.c
6011         * src/msgcache.h
6012         * src/mutt.c
6013         * src/mutt.h
6014         * src/news.c
6015         * src/news.h
6016         * src/news_gtk.c
6017         * src/news_gtk.h
6018         * src/partial_download.c
6019         * src/partial_download.h
6020         * src/pine.c
6021         * src/pine.h
6022         * src/pop.c
6023         * src/pop.h
6024         * src/prefs_account.c
6025         * src/prefs_account.h
6026         * src/prefs_actions.c
6027         * src/prefs_actions.h
6028         * src/prefs_common.c
6029         * src/prefs_common.h
6030         * src/prefs_compose_writing.c
6031         * src/prefs_compose_writing.h
6032         * src/prefs_customheader.c
6033         * src/prefs_customheader.h
6034         * src/prefs_display_header.c
6035         * src/prefs_display_header.h
6036         * src/prefs_filtering.c
6037         * src/prefs_filtering.h
6038         * src/prefs_filtering_action.c
6039         * src/prefs_filtering_action.h
6040         * src/prefs_folder_column.c
6041         * src/prefs_folder_column.h
6042         * src/prefs_folder_item.c
6043         * src/prefs_folder_item.h
6044         * src/prefs_fonts.c
6045         * src/prefs_fonts.h
6046         * src/prefs_gtk.c
6047         * src/prefs_gtk.h
6048         * src/prefs_image_viewer.c
6049         * src/prefs_image_viewer.h
6050         * src/prefs_matcher.c
6051         * src/prefs_matcher.h
6052         * src/prefs_message.c
6053         * src/prefs_msg_colors.c
6054         * src/prefs_msg_colors.h
6055         * src/prefs_other.c
6056         * src/prefs_quote.c
6057         * src/prefs_receive.c
6058         * src/prefs_send.c
6059         * src/prefs_spelling.c
6060         * src/prefs_spelling.h
6061         * src/prefs_summaries.c
6062         * src/prefs_summaries.h
6063         * src/prefs_summary_column.c
6064         * src/prefs_summary_column.h
6065         * src/prefs_template.c
6066         * src/prefs_template.h
6067         * src/prefs_themes.c
6068         * src/prefs_themes.h
6069         * src/prefs_toolbar.c
6070         * src/prefs_toolbar.h
6071         * src/prefs_wrapping.c
6072         * src/prefs_wrapping.h
6073         * src/privacy.c
6074         * src/privacy.h
6075         * src/procheader.c
6076         * src/procheader.h
6077         * src/procmime.c
6078         * src/procmime.h
6079         * src/procmsg.c
6080         * src/procmsg.h
6081         * src/quote_fmt.c
6082         * src/quote_fmt_parse.y
6083         * src/recv.c
6084         * src/recv.h
6085         * src/remotefolder.c
6086         * src/remotefolder.h
6087         * src/send_message.c
6088         * src/send_message.h
6089         * src/setup.c
6090         * src/setup.h
6091         * src/sourcewindow.c
6092         * src/sourcewindow.h
6093         * src/ssl_manager.c
6094         * src/ssl_manager.h
6095         * src/statusbar.c
6096         * src/statusbar.h
6097         * src/stock_pixmap.c
6098         * src/stock_pixmap.h
6099         * src/summary_search.c
6100         * src/summary_search.h
6101         * src/summaryview.c
6102         * src/summaryview.h
6103         * src/syldap.c
6104         * src/syldap.h
6105         * src/textview.c
6106         * src/textview.h
6107         * src/toolbar.c
6108         * src/toolbar.h
6109         * src/undo.c
6110         * src/undo.h
6111         * src/unmime.c
6112         * src/unmime.h
6113         * src/vcard.c
6114         * src/vcard.h
6115         * src/wizard.c
6116         * src/wizard.h
6117         * src/common/base64.c
6118         * src/common/base64.h
6119         * src/common/defs.h
6120         * src/common/hooks.c
6121         * src/common/hooks.h
6122         * src/common/log.c
6123         * src/common/log.h
6124         * src/common/mgutils.c
6125         * src/common/mgutils.h
6126         * src/common/nntp.c
6127         * src/common/nntp.h
6128         * src/common/passcrypt.c
6129         * src/common/passcrypt.h.in
6130         * src/common/plugin.c
6131         * src/common/plugin.h
6132         * src/common/prefs.c
6133         * src/common/prefs.h
6134         * src/common/progressindicator.c
6135         * src/common/progressindicator.h
6136         * src/common/quoted-printable.c
6137         * src/common/quoted-printable.h
6138         * src/common/session.c
6139         * src/common/session.h
6140         * src/common/smtp.c
6141         * src/common/smtp.h
6142         * src/common/socket.c
6143         * src/common/socket.h
6144         * src/common/ssl.c
6145         * src/common/ssl.h
6146         * src/common/ssl_certificate.c
6147         * src/common/ssl_certificate.h
6148         * src/common/stringtable.c
6149         * src/common/stringtable.h
6150         * src/common/sylpheed.c
6151         * src/common/sylpheed.h
6152         * src/common/template.c
6153         * src/common/template.h
6154         * src/common/timing.h
6155         * src/common/utils.c
6156         * src/common/utils.h
6157         * src/common/version.h.in
6158         * src/common/xml.c
6159         * src/common/xml.h
6160         * src/common/xmlprops.c
6161         * src/common/xmlprops.h
6162         * src/gtk/colorlabel.c
6163         * src/gtk/colorsel.c
6164         * src/gtk/colorsel.h
6165         * src/gtk/description_window.c
6166         * src/gtk/description_window.h
6167         * src/gtk/filesel.c
6168         * src/gtk/filesel.h
6169         * src/gtk/foldersort.c
6170         * src/gtk/foldersort.h
6171         * src/gtk/gtkutils.c
6172         * src/gtk/gtkutils.h
6173         * src/gtk/inputdialog.c
6174         * src/gtk/inputdialog.h
6175         * src/gtk/logwindow.c
6176         * src/gtk/logwindow.h
6177         * src/gtk/manage_window.c
6178         * src/gtk/manage_window.h
6179         * src/gtk/menu.c
6180         * src/gtk/menu.h
6181         * src/gtk/pluginwindow.c
6182         * src/gtk/pluginwindow.h
6183         * src/gtk/prefswindow.c
6184         * src/gtk/prefswindow.h
6185         * src/gtk/progressdialog.c
6186         * src/gtk/progressdialog.h
6187         * src/gtk/sslcertwindow.c
6188         * src/gtk/sslcertwindow.h
6189         * src/plugins/clamav/clamav_plugin.c
6190         * src/plugins/clamav/clamav_plugin.h
6191         * src/plugins/clamav/clamav_plugin_gtk.c
6192         * src/plugins/demo/demo.c
6193         * src/plugins/dillo_viewer/dillo_prefs.c
6194         * src/plugins/dillo_viewer/dillo_prefs.h
6195         * src/plugins/dillo_viewer/dillo_viewer.c
6196         * src/plugins/pgpcore/passphrase.c
6197         * src/plugins/pgpcore/passphrase.h
6198         * src/plugins/pgpcore/plugin.c
6199         * src/plugins/pgpcore/select-keys.c
6200         * src/plugins/pgpcore/select-keys.h
6201         * src/plugins/pgpcore/sgpgme.c
6202         * src/plugins/pgpcore/sgpgme.h
6203         * src/plugins/pgpinline/pgpinline.c
6204         * src/plugins/pgpinline/pgpinline.h
6205         * src/plugins/pgpinline/plugin.c
6206         * src/plugins/pgpmime/pgpmime.c
6207         * src/plugins/pgpmime/pgpmime.h
6208         * src/plugins/pgpmime/plugin.c
6209         * src/plugins/spamassassin/spamassassin.c
6210         * src/plugins/spamassassin/spamassassin.h
6211         * src/plugins/spamassassin/spamassassin_gtk.c
6212         * src/plugins/trayicon/trayicon.c
6213                 update copyright header
6214
6215 2006-01-13 [paul]       1.9.100cvs141
6216
6217         * src/account.c
6218         * src/export.c
6219         * src/import.c
6220         * src/mainwindow.c
6221         * src/prefs_account.c
6222         * src/prefs_display_header.c
6223         * src/prefs_receive.c
6224         * src/prefs_send.c
6225         * src/prefs_summaries.c
6226         * src/prefs_themes.c
6227         * src/prefs_toolbar.c
6228         * src/gtk/about.c
6229                 various cleanups
6230
6231 2006-01-12 [colin]      1.9.100cvs140
6232
6233         * src/folder.c
6234         * src/folder.h
6235         * src/main.c
6236                 Add --subscribe option
6237                 Let sylpheed-claws email@domain.com equivalent to --compose
6238                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
6239
6240 2006-01-12 [paul]       1.9.100cvs139
6241
6242         * src/mainwindow.c
6243                 append 'Change folder order' label with '...'
6244         * src/prefs_actions.c
6245                 allow reordering of actions list by dnd
6246         * src/gtk/foldersort.c
6247                 make the dialog nicer
6248
6249 2006-01-11 [colin]      1.9.100cvs138
6250
6251         * src/compose.c
6252                 Allow templates without text
6253
6254 2006-01-11 [paul]       1.9.100cvs137
6255
6256         * tools/README
6257         * tools/filter_conv_new.pl
6258                 add info to README
6259                 also check .sylpheed for filter.xml
6260                 be a bit informative to the user
6261
6262 2006-01-11 [colin]      1.9.100cvs136
6263
6264         * src/textview.c
6265                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
6266
6267 2006-01-10 [paul]       1.9.100cvs135
6268
6269         * tools/Makefile.am
6270         * tools/filter_conv_new.pl
6271                 add script to convert new style Sylpheed
6272                 filter rules (Sylpheed >= 0.9.99) to
6273                 Claws filtering rules
6274
6275 2006-01-10 [colin]      1.9.100cvs134
6276
6277         * src/compose.c
6278                 Fix broken line joins in certain conditions
6279                 (between two quoted lines: <enter><enter><up>
6280                  <type a wrapped sentence><go in the first line>
6281                  <insert more text><watch as line joining failed>)
6282
6283 2006-01-10 [paul]       1.9.100cvs133
6284
6285         * src/compose.c
6286                 don't report success in error dialog
6287                 thanks to Colin
6288         * src/common/utils.c
6289                 include some trailing punctuations as URI
6290                 thanks to Hiro
6291
6292 2006-01-10 [paul]       1.9.100cvs132
6293
6294         * src/mimeview.c
6295                 fix incompatible pointer type
6296                 warning
6297
6298 2006-01-10 [paul]       1.9.100cvs131
6299
6300         * src/compose.c
6301                 change Subject in window title
6302                 instantaneously
6303
6304 2006-01-09 [colin]      1.9.100cvs130
6305
6306         * src/addressbook.c
6307         * src/headerview.c
6308         * src/mainwindow.c
6309         * src/messageview.c
6310         * src/mimeview.c
6311         * src/noticeview.c
6312         * src/summaryview.c
6313                 Fix possible crashes on exit and in addressbook
6314
6315 2006-01-09 [paul]       1.9.100cvs129
6316
6317         * src/prefs_msg_colors.c
6318                 some cleanups that I forgot last time
6319
6320 2006-01-09 [paul]       1.9.100cvs128
6321
6322         * README
6323         * src/folderview.c
6324         * src/prefs_msg_colors.c
6325                 add previously hidden option, color_new, to
6326                 the gui
6327                 move the page to Display/
6328                 rework the gui
6329
6330 2006-01-09 [wwp]        1.9.100cvs127
6331
6332         * src/prefs_themes.c
6333                 made the prefs/display/themes layouts spacing less condensed
6334                 (and so they match other prefs/pages' look).
6335
6336 2006-01-09 [paul]       1.9.100cvs126
6337
6338         * src/compose.c
6339         * src/prefs_common.c
6340         * src/prefs_common.h
6341         * src/prefs_wrapping.c
6342                 remove 'wrap at send' option
6343
6344 2006-01-06 [colin]      1.9.100cvs125
6345
6346         * src/compose.c
6347                 Just make completely sure we don't insert "manual line breaks" 
6348                 when wrapping... 
6349
6350 2006-01-04 [paul]
6351
6352         * 2.0.0-rc3 released
6353
6354 2006-01-04 [paul]       1.9.100cvs124
6355
6356         * src/folderview.c
6357                 fix bug 882, 'quick scroll in folder list
6358                 displays wrong folder contents'
6359
6360 2006-01-04 [paul]       1.9.100cvs123
6361
6362         * src/plugins/pgpmime/pgpmime.c
6363                 better debug information when signing
6364                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6365
6366 2006-01-03 [colin]      1.9.100cvs122
6367
6368         * configure.ac
6369                 We need to recheck for gpgme 1.0.0 after checking
6370                 for 1.1.1, because if 1.1.1 isn't available, 
6371                 GPGME_LIBS and friends are blanked out by the 
6372                 second check.
6373
6374 2006-01-03 [colin]      1.9.100cvs121
6375
6376         * src/common/prefs.c
6377                 Windows unlink-before rename fix
6378         * src/plugins/pgpcore/sgpgme.c
6379                 Add support for PKA info if available
6380                 Both patches by Werner Koch
6381
6382 2006-01-03 [paul]       1.9.100cvs120
6383
6384         * src/messageview.c
6385                 fix bug 884, 'Send receipt' button visible in queue
6386                 Thanks to Colin
6387
6388 2006-01-02 [colin]      1.9.100cvs119
6389
6390         * src/compose.c
6391         * src/imap.c
6392                 Fix autosave on IMAP and more generally try to
6393                 return the correct ID on a newly added IMAP message
6394
6395 2006-01-02 [paul]       1.9.100cvs118
6396
6397         * manual/keyboard.xml
6398                 edited
6399
6400 2006-01-01 [paul]       1.9.100cvs117
6401
6402         * src/gtk/authors.h
6403                 alphabetical order
6404
6405 2005-12-30 [colin]      1.9.100cvs116
6406
6407         * manual/advanced.xml
6408                 Explain Pre/Post-processing differences.
6409
6410 2005-12-30 [colin]      1.9.100cvs115
6411
6412         * src/mh.c
6413                 Implement copy_msgs for a little optimization
6414         * src/imap.c
6415                 Finish yesterday's fix
6416
6417 2005-12-29 [colin]      1.9.100cvs114
6418
6419         * src/imap.c
6420                 Fix occasional failure in fetching a mail over
6421                 IMAP
6422
6423 2005-12-29 [colin]      1.9.100cvs113
6424
6425         * src/compose.c
6426                 Don't remove a draft when sending it, if it is 
6427                 locked.
6428
6429 2005-12-28 [colin]      1.9.100cvs112
6430
6431         * src/summaryview.c
6432                 Fix leak for real
6433
6434 2005-12-28 [wwp]        1.9.100cvs111
6435
6436         * doc/faq/.cvsignore
6437         * doc/faq/de/.cvsignore
6438         * doc/faq/en/.cvsignore
6439         * doc/faq/es/.cvsignore
6440         * doc/faq/fr/.cvsignore
6441         * doc/faq/it/.cvsignore
6442         * doc/manual/.cvsignore
6443         * doc/manual/de/.cvsignore
6444         * doc/manual/en/.cvsignore
6445         * doc/manual/es/.cvsignore
6446         * doc/manual/fr/.cvsignore
6447         * doc/manual/ja/.cvsignore
6448         * src/plugins/mathml_viewer/.cvsignore
6449                 rollback revival of those files (my bad, sorry for the noise).
6450
6451 2005-12-28 [wwp]        1.9.100cvs110
6452
6453         * src/compose.c
6454                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
6455
6456 2005-12-28 [wwp]        1.9.100cvs109
6457
6458         * doc/faq/.cvsignore
6459         * doc/faq/de/.cvsignore
6460         * doc/faq/en/.cvsignore
6461         * doc/faq/es/.cvsignore
6462         * doc/faq/fr/.cvsignore
6463         * doc/faq/it/.cvsignore
6464         * doc/manual/.cvsignore
6465         * doc/manual/de/.cvsignore
6466         * doc/manual/en/.cvsignore
6467         * doc/manual/es/.cvsignore
6468         * doc/manual/fr/.cvsignore
6469         * doc/manual/ja/.cvsignore
6470         * src/plugins/mathml_viewer/.cvsignore
6471         * po/.cvsignore
6472                 more files to ignore.
6473
6474 2005-12-24 [colin]      1.9.100cvs108
6475
6476         * AUTHORS
6477         * src/gtk/authors.h
6478                 Update for Werner
6479
6480 2005-12-24 [colin]      1.9.100cvs107
6481
6482         * src/procmsg.c
6483                 Allow NULL src_msginfo in 
6484                 procmsg_msginfo_new_from_mimeinfo
6485
6486 2005-12-23 [paul]       1.9.100cvs106
6487
6488         * src/plugins/pgpinline/mypgpcore.def
6489                 add this forgotten file
6490
6491 2005-12-23 [colin]      1.9.100cvs105
6492
6493         * src/mainwindow.c
6494                 Fix missing break
6495
6496 2005-12-23 [colin]      1.9.100cvs104
6497
6498         * autogen.sh
6499         * src/folder.c
6500         * src/mh.c
6501         * src/common/plugin.c
6502         * src/common/socket.c
6503         * src/common/socket.h
6504         * src/common/utils.c
6505         * src/common/utils.h
6506         * src/gtk/pluginwindow.c
6507         * src/plugins/pgpcore/plugin.def
6508         * src/plugins/pgpcore/sylpheed.def
6509         * src/plugins/pgpinline/Makefile.am
6510         * src/plugins/pgpinline/plugin.def
6511         * src/plugins/pgpinline/sylpheed.def
6512         * src/plugins/pgpmime/plugin.def
6513         * src/plugins/pgpmime/sylpheed.def
6514                 Various w32 fixes by Werner Koch
6515
6516 2005-12-22 [paul]       1.9.100cvs103
6517
6518         * src/wizard.c
6519                 don't offer IMAP as 'server type' if
6520                 libetpan isn't built in
6521
6522 2005-12-22 [paul]       1.9.100cvs102
6523
6524         * AUTHORS
6525         * src/mainwindow.c
6526         * src/mainwindow.h
6527         * src/toolbar.c
6528         * src/gtk/authors.h
6529                 support GTK_TOOLBAR_BOTH_HORIZ (text
6530                 next to icon) Patch by Marien Zwart
6531                 marienz@users.sf.net
6532                 Also reword the text
6533
6534 2005-12-21 [colin]      1.9.100cvs101
6535
6536         * configure.ac
6537                 Fix DATADIRNAME
6538         * COPYING
6539                 Fix missing section and explicit the exception better
6540         * src/compose.c
6541                 Prevent mail from being lost without notice when an
6542                 SMTP error happens on trying to send an unmodified
6543                 drafted mail.
6544         * src/send_message.c
6545         * src/common/smtp.c
6546                 Fix password remembering when wrong, and add return
6547                 value checks where they should have been
6548         * src/plugins/pgpcore/sylpheed.def
6549         * src/plugins/pgpinline/sylpheed.def
6550         * src/plugins/pgpmime/sylpheed.def
6551                 Add a few symbols needed
6552
6553 2005-12-21 [paul]       1.9.100cvs100
6554
6555         * m4/codeset.m4
6556         * m4/glibc21.m4
6557         * m4/intdiv0.m4
6558         * m4/inttypes-pri.m4
6559         * m4/inttypes.m4
6560         * m4/inttypes_h.m4
6561         * m4/isc-posix.m4
6562         * m4/lcmessage.m4
6563         * m4/stdint_h.m4
6564         * m4/uintmax_t.m4
6565                 gettextization
6566                 thanks to Colin
6567
6568 2005-12-21 [paul]       1.9.100cvs99
6569
6570         * po/sv.po
6571                 fixed by Colin
6572
6573 2005-12-20 [paul]       1.9.100cvs98
6574
6575         * po/sv.po
6576                 updated by Anders Trobäck
6577
6578 2005-12-20 [colin]      1.9.100cvs97
6579
6580         * ABOUT-NLS
6581         * Makefile.am
6582         * autogen.sh
6583         * configure.ac
6584         * config/config.rpath
6585         * config/mkinstalldirs
6586         * m4/Makefile.am
6587         * m4/glibc2.m4
6588         * m4/gnupg.m4
6589         * m4/gpgme.m4
6590         * m4/intmax.m4
6591         * m4/longdouble.m4
6592         * m4/longlong.m4
6593         * m4/printf-posix.m4
6594         * m4/signed.m4
6595         * m4/size_max.m4
6596         * m4/ulonglong.m4
6597         * m4/wchar_t.m4
6598         * m4/wint_t.m4
6599         * m4/xsize.m4
6600         * po/Makefile.in.in
6601         * po/Makevars
6602         * po/bg.po
6603         * po/ca.po
6604         * po/cs.po
6605         * po/de.po
6606         * po/el.po
6607         * po/en_GB.po
6608         * po/es.po
6609         * po/fi.po
6610         * po/fr.po
6611         * po/hr.po
6612         * po/hu.po
6613         * po/it.po
6614         * po/ja.po
6615         * po/ko.po
6616         * po/nb.po
6617         * po/nl.po
6618         * po/pl.po
6619         * po/pt_BR.po
6620         * po/ru.po
6621         * po/sk.po
6622         * po/sr.po
6623         * po/stamp-po
6624         * po/sv.po
6625         * po/zh_CN.po
6626         * po/zh_TW.po
6627         * src/Makefile.am
6628         * src/codeconv.c
6629         * src/compose.c
6630         * src/exporthtml.c
6631         * src/exportldif.c
6632         * src/folder.c
6633         * src/main.c
6634         * src/manual.c
6635         * src/mh.c
6636         * src/mimeview.c
6637         * src/send_message.c
6638         * src/common/Makefile.am
6639         * src/common/fnmatch.c
6640         * src/common/fnmatch.h
6641         * src/common/fnmatch_loop.c
6642         * src/common/nntp.c
6643         * src/common/plugin.c
6644         * src/common/smtp.c
6645         * src/common/socket.c
6646         * src/common/string_match.c
6647         * src/common/sylpheed.c
6648         * src/common/utils.c
6649         * src/common/utils.h
6650         * src/common/w32_dirent.c
6651         * src/common/w32_reg.c
6652         * src/common/w32_signal.c
6653         * src/common/w32_stat.c
6654         * src/common/w32_stdio.c
6655         * src/common/w32_stdlib.c
6656         * src/common/w32_string.c
6657         * src/common/w32_time.c
6658         * src/common/w32_unistd.c
6659         * src/common/w32_wait.c
6660         * src/common/w32lib.h
6661         * src/etpan/Makefile.am
6662         * src/gtk/Makefile.am
6663         * src/plugins/clamav/Makefile.am
6664         * src/plugins/demo/Makefile.am
6665         * src/plugins/dillo_viewer/Makefile.am
6666         * src/plugins/pgpcore/Makefile.am
6667         * src/plugins/pgpcore/passphrase.c
6668         * src/plugins/pgpcore/plugin.def
6669         * src/plugins/pgpcore/sgpgme.c
6670         * src/plugins/pgpcore/sylpheed.def
6671         * src/plugins/pgpcore/version.rc
6672         * src/plugins/pgpinline/Makefile.am
6673         * src/plugins/pgpinline/plugin.def
6674         * src/plugins/pgpinline/sylpheed.def
6675         * src/plugins/pgpinline/version.rc
6676         * src/plugins/pgpmime/Makefile.am
6677         * src/plugins/pgpmime/mypgpcore.def
6678         * src/plugins/pgpmime/plugin.def
6679         * src/plugins/pgpmime/sylpheed.def
6680         * src/plugins/pgpmime/version.rc
6681         * src/plugins/spamassassin/Makefile.am
6682                 Very little ;-) patch from Werner Koch, providing
6683                 infrastructure for cross-compiling to Win32
6684
6685 2005-12-20 [paul]       1.9.100cvs96
6686
6687         * src/account.c
6688         * src/account.h
6689         * src/mainwindow.c
6690         * src/mainwindow.h
6691         * src/toolbar.c
6692         * src/toolbar.h
6693                 add a combo to the Get All button, allowing
6694                 quick retrieval from any account
6695                 Patch by Fabien Vantard, slightly modified
6696                 by Colin
6697         * src/gtk/about.c
6698                 i18n fix. Patch by Fabien Vantard
6699
6700 2005-12-19 [colin]      1.9.100cvs95
6701
6702         * src/compose.c
6703         * src/compose.h
6704                 Don't automatically join lines when they've 
6705                 been separated by the user and not automatically
6706
6707 2005-12-19 [paul]       1.9.100cvs94
6708
6709         * src/gtk/pluginwindow.c
6710                 i18n fix.
6711                 Patch by Fabien Vantard
6712
6713 2005-12-15 [paul]       1.9.100cvs93
6714
6715         * src/common/plugin.c
6716         * src/common/plugin.h
6717         * src/gtk/pluginwindow.c
6718         * src/plugins/clamav/clamav_plugin.c
6719         * src/plugins/demo/demo.c
6720         * src/plugins/dillo_viewer/dillo_viewer.c
6721         * src/plugins/pgpcore/plugin.c
6722         * src/plugins/pgpinline/plugin.c
6723         * src/plugins/pgpmime/plugin.c
6724         * src/plugins/spamassassin/spamassassin.c
6725         * src/plugins/trayicon/trayicon.c
6726                 add plugin_version()
6727
6728 2005-12-15 [colin]      1.9.100cvs92
6729
6730         * src/compose.c
6731                 Further fix bug #875
6732
6733 2005-12-15 [paul]       1.9.100cvs91
6734
6735         * src/gtk/filesel.c
6736                 fix attach_load_dir getting set to
6737                 PLUGINDIR on plugin load
6738
6739 2005-12-14 [mones]      1.9.100cvs90
6740
6741         * manual/ack.xml
6742         * manual/keyboard.xml
6743                 Initial draft and some shortcuts added
6744                 
6745         * po/es.po
6746                 Updated translation
6747
6748 2005-12-14 [colin]      1.9.100cvs89
6749
6750         * src/compose.c
6751         * src/imap.c
6752         * src/summaryview.c
6753         * src/gtk/gtkaspell.c
6754                 More leaks fixed
6755         * src/prefs_folder_item.c
6756                 Fix recursive prefs apply
6757
6758
6759 2005-12-14 [colin]      1.9.100cvs88
6760
6761         * src/compose.c
6762                 Fix bug #875 (Freeze On Inline Forward of 
6763                 Large Message)
6764
6765 2005-12-13 [colin]      1.9.100cvs87
6766
6767         * src/compose.c
6768                 Uniq-ify and sort the mimetypes list
6769                 Patch by Fabien Vantard
6770
6771 2005-12-13 [colin]      1.9.100cvs86
6772
6773         * src/imap.c
6774         * src/etpan/imap-thread.c
6775                 Fix leaks (patch by Hoa)
6776         * src/news.c
6777         * src/common/plugin.c
6778                 Fix leaks
6779
6780 2005-12-12 [colin]
6781
6782         * 2.0.0-rc2 released
6783
6784 2005-12-12 [colin]      1.9.100cvs85
6785
6786         * src/matcher.c
6787                 Fix a leak
6788
6789 2005-12-12 [wwp]        1.9.100cvs84
6790
6791         * src/gtk/icon_legend.c
6792                 fix misbehaviour and crash when closing the legend window
6793         using the Esc key (patch by Fabien Vantard).
6794
6795 2005-12-12 [paul]       1.9.100cvs83
6796
6797         * src/browseldap.c
6798         * src/foldersel.c
6799         * src/prefs_actions.c
6800         * src/prefs_filtering.c
6801         * src/prefs_matcher.c
6802         * src/prefs_spelling.glade      ** REMOVED **
6803         * src/prefs_template.c
6804         * src/gtk/foldersort.glade      ** REMOVED **
6805         * src/gtk/pluginwindow.c
6806         * src/gtk/pluginwindow.glade    ** REMOVED **
6807         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
6808                 cleanups
6809
6810 2005-12-11 [paul]       1.9.100cvs82
6811
6812         * src/gtk/filesel.c
6813                 fix attach_load_dir crasher (double free)
6814
6815 2005-12-09 [paul]       1.9.100cvs81
6816
6817         * po/POTFILES.in
6818         * src/mainwindow.c
6819         * src/gtk/Makefile.am
6820         * src/gtk/icon_legend.c
6821         * src/gtk/icon_legend.h
6822                 add icon legend
6823         * src/manual.c
6824                 cleanup
6825
6826 2005-12-09 [paul]       1.9.100cvs80
6827
6828         * src/plugins/pgpcore/passphrase.c
6829                 wrap the label in the dialog
6830
6831 2005-12-09 [colin]      1.9.100cvs79
6832
6833         * src/plugins/pgpcore/sgpgme.c
6834                 Display (untrusted) on not trusted signatures
6835                 Patch by Michal Èihaø <michal@cihar.com>
6836                 Closes bug #867 (Report also key trust)
6837
6838 2005-12-09 [colin]      1.9.100cvs78
6839
6840         * src/common/plugin.c
6841                 Update licence check, following Eben Moglen's advice
6842
6843 2005-12-08 [colin]      1.9.100cvs77
6844
6845         * src/folder.c
6846                 Fix the occasionnal item->cache != NULL 
6847                 assertion failure. 
6848
6849 2005-12-08 [colin]      1.9.100cvs76
6850
6851         * src/mimeview.c
6852         * src/plugins/pgpcore/sgpgme.c
6853                 Print key id when unable to check it
6854                 Closes bug #866 (Show key id when missing)
6855
6856 2005-12-08 [paul]       1.9.100cvs75
6857
6858         * src/prefs_common.c
6859         * src/prefs_common.h
6860         * src/gtk/filesel.c
6861                 remember load attachment dir
6862
6863 2005-12-07 [colin]      1.9.100cvs74
6864
6865         * src/prefs_toolbar.c
6866                 Gtk fixes, patch by Fabien Vantard
6867
6868 2005-12-07 [colin]      1.9.100cvs73
6869
6870         * src/action.c
6871         * src/compose.c
6872         * src/compose.h
6873                 Fix bug #839 (Quoted text isn't colored after 
6874                 executing an action)
6875         * src/common/plugin.c
6876                 Require plugins to declare their licence in plugin_licence()
6877                 Refuse to load non-GPL plugins as they'd be illegal (as 
6878                 derived works of Sylpheed-Claws, they must be GPL).
6879         * src/plugins/clamav/clamav_plugin.c
6880         * src/plugins/demo/demo.c
6881         * src/plugins/dillo_viewer/dillo_viewer.c
6882         * src/plugins/pgpcore/plugin.c
6883         * src/plugins/pgpinline/plugin.c
6884         * src/plugins/pgpmime/plugin.c
6885         * src/plugins/spamassassin/spamassassin.c
6886         * src/plugins/trayicon/trayicon.c
6887                 Add plugin_licence()
6888
6889 2005-12-07 [paul]       1.9.100cvs72
6890
6891         * configure.ac
6892         * src/mainwindow.c
6893         * src/manual.c
6894         * src/manual.h
6895         * src/common/defs.h
6896                 clean up after local FAQ removal and
6897                 temporary manual removal
6898
6899 2005-12-06 [colin]      1.9.100cvs71
6900
6901         * configure.ac
6902         * doc/Makefile.am
6903         * doc/faq/.cvsignore
6904         * doc/faq/Makefile.am
6905         * doc/faq/de/.cvsignore
6906         * doc/faq/de/Makefile.am
6907         * doc/faq/de/sylpheed-faq-1.html
6908         * doc/faq/de/sylpheed-faq-2.html
6909         * doc/faq/de/sylpheed-faq-3.html
6910         * doc/faq/de/sylpheed-faq.html
6911         * doc/faq/en/.cvsignore
6912         * doc/faq/en/Makefile.am
6913         * doc/faq/en/sylpheed-faq-1.html
6914         * doc/faq/en/sylpheed-faq-2.html
6915         * doc/faq/en/sylpheed-faq-3.html
6916         * doc/faq/en/sylpheed-faq-4.html
6917         * doc/faq/en/sylpheed-faq.html
6918         * doc/faq/es/.cvsignore
6919         * doc/faq/es/Makefile.am
6920         * doc/faq/es/sylpheed-faq-1.html
6921         * doc/faq/es/sylpheed-faq-2.html
6922         * doc/faq/es/sylpheed-faq-3.html
6923         * doc/faq/es/sylpheed-faq-4.html
6924         * doc/faq/es/sylpheed-faq.html
6925         * doc/faq/fr/.cvsignore
6926         * doc/faq/fr/Makefile.am
6927         * doc/faq/fr/sylpheed-faq-1.html
6928         * doc/faq/fr/sylpheed-faq-2.html
6929         * doc/faq/fr/sylpheed-faq-3.html
6930         * doc/faq/fr/sylpheed-faq.html
6931         * doc/faq/it/.cvsignore
6932         * doc/faq/it/Makefile.am
6933         * doc/faq/it/sylpheed-faq-1.html
6934         * doc/faq/it/sylpheed-faq-2.html
6935         * doc/faq/it/sylpheed-faq-3.html
6936         * doc/faq/it/sylpheed-faq.html
6937         * doc/manual/.cvsignore
6938         * doc/manual/Makefile.am
6939         * doc/manual/de/.cvsignore
6940         * doc/manual/de/Makefile.am
6941         * doc/manual/de/sylpheed-1.html
6942         * doc/manual/de/sylpheed-10.html
6943         * doc/manual/de/sylpheed-11.html
6944         * doc/manual/de/sylpheed-12.html
6945         * doc/manual/de/sylpheed-13.html
6946         * doc/manual/de/sylpheed-14.html
6947         * doc/manual/de/sylpheed-15.html
6948         * doc/manual/de/sylpheed-16.html
6949         * doc/manual/de/sylpheed-17.html
6950         * doc/manual/de/sylpheed-18.html
6951         * doc/manual/de/sylpheed-19.html
6952         * doc/manual/de/sylpheed-2.html
6953         * doc/manual/de/sylpheed-20.html
6954         * doc/manual/de/sylpheed-3.html
6955         * doc/manual/de/sylpheed-4.html
6956         * doc/manual/de/sylpheed-5.html
6957         * doc/manual/de/sylpheed-6.html
6958         * doc/manual/de/sylpheed-7.html
6959         * doc/manual/de/sylpheed-8.html
6960         * doc/manual/de/sylpheed-9.html
6961         * doc/manual/de/sylpheed.html
6962         * doc/manual/en/.cvsignore
6963         * doc/manual/en/Makefile.am
6964         * doc/manual/en/sylpheed-1.html
6965         * doc/manual/en/sylpheed-10.html
6966         * doc/manual/en/sylpheed-11.html
6967         * doc/manual/en/sylpheed-12.html
6968         * doc/manual/en/sylpheed-13.html
6969         * doc/manual/en/sylpheed-14.html
6970         * doc/manual/en/sylpheed-15.html
6971         * doc/manual/en/sylpheed-16.html
6972         * doc/manual/en/sylpheed-17.html
6973         * doc/manual/en/sylpheed-18.html
6974         * doc/manual/en/sylpheed-19.html
6975         * doc/manual/en/sylpheed-2.html
6976         * doc/manual/en/sylpheed-20.html
6977         * doc/manual/en/sylpheed-21.html
6978         * doc/manual/en/sylpheed-22.html
6979         * doc/manual/en/sylpheed-3.html
6980         * doc/manual/en/sylpheed-4.html
6981         * doc/manual/en/sylpheed-5.html
6982         * doc/manual/en/sylpheed-6.html
6983         * doc/manual/en/sylpheed-7.html
6984         * doc/manual/en/sylpheed-8.html
6985         * doc/manual/en/sylpheed-9.html
6986         * doc/manual/en/sylpheed.html
6987         * doc/manual/es/.cvsignore
6988         * doc/manual/es/Makefile.am
6989         * doc/manual/es/sylpheed-1.html
6990         * doc/manual/es/sylpheed-10.html
6991         * doc/manual/es/sylpheed-11.html
6992         * doc/manual/es/sylpheed-12.html
6993         * doc/manual/es/sylpheed-13.html
6994         * doc/manual/es/sylpheed-14.html
6995         * doc/manual/es/sylpheed-15.html
6996         * doc/manual/es/sylpheed-16.html
6997         * doc/manual/es/sylpheed-17.html
6998         * doc/manual/es/sylpheed-18.html
6999         * doc/manual/es/sylpheed-19.html
7000         * doc/manual/es/sylpheed-2.html
7001         * doc/manual/es/sylpheed-20.html
7002         * doc/manual/es/sylpheed-3.html
7003         * doc/manual/es/sylpheed-4.html
7004         * doc/manual/es/sylpheed-5.html
7005         * doc/manual/es/sylpheed-6.html
7006         * doc/manual/es/sylpheed-7.html
7007         * doc/manual/es/sylpheed-8.html
7008         * doc/manual/es/sylpheed-9.html
7009         * doc/manual/es/sylpheed.html
7010         * doc/manual/fr/.cvsignore
7011         * doc/manual/fr/Makefile.am
7012         * doc/manual/fr/sylpheed-1.html
7013         * doc/manual/fr/sylpheed-10.html
7014         * doc/manual/fr/sylpheed-11.html
7015         * doc/manual/fr/sylpheed-12.html
7016         * doc/manual/fr/sylpheed-13.html
7017         * doc/manual/fr/sylpheed-14.html
7018         * doc/manual/fr/sylpheed-15.html
7019         * doc/manual/fr/sylpheed-16.html
7020         * doc/manual/fr/sylpheed-17.html
7021         * doc/manual/fr/sylpheed-18.html
7022         * doc/manual/fr/sylpheed-19.html
7023         * doc/manual/fr/sylpheed-2.html
7024         * doc/manual/fr/sylpheed-20.html
7025         * doc/manual/fr/sylpheed-3.html
7026         * doc/manual/fr/sylpheed-4.html
7027         * doc/manual/fr/sylpheed-5.html
7028         * doc/manual/fr/sylpheed-6.html
7029         * doc/manual/fr/sylpheed-7.html
7030         * doc/manual/fr/sylpheed-8.html
7031         * doc/manual/fr/sylpheed-9.html
7032         * doc/manual/fr/sylpheed.html
7033         * doc/manual/ja/.cvsignore
7034         * doc/manual/ja/Makefile.am
7035         * doc/manual/ja/sylpheed-1.html
7036         * doc/manual/ja/sylpheed-10.html
7037         * doc/manual/ja/sylpheed-11.html
7038         * doc/manual/ja/sylpheed-12.html
7039         * doc/manual/ja/sylpheed-13.html
7040         * doc/manual/ja/sylpheed-14.html
7041         * doc/manual/ja/sylpheed-15.html
7042         * doc/manual/ja/sylpheed-16.html
7043         * doc/manual/ja/sylpheed-17.html
7044         * doc/manual/ja/sylpheed-18.html
7045         * doc/manual/ja/sylpheed-19.html
7046         * doc/manual/ja/sylpheed-2.html
7047         * doc/manual/ja/sylpheed-20.html
7048         * doc/manual/ja/sylpheed-3.html
7049         * doc/manual/ja/sylpheed-4.html
7050         * doc/manual/ja/sylpheed-5.html
7051         * doc/manual/ja/sylpheed-6.html
7052         * doc/manual/ja/sylpheed-7.html
7053         * doc/manual/ja/sylpheed-8.html
7054         * doc/manual/ja/sylpheed-9.html
7055         * doc/manual/ja/sylpheed.html
7056         * doc/manual/ja/sylpheed.sgml
7057         * src/mainwindow.c
7058                 Remove outdated manual and faq. Noisy, eh?
7059
7060 2005-12-06 [colin]      1.9.100cvs70
7061
7062         * src/compose.c
7063         * src/quote_fmt_parse.y
7064         * src/undo.c
7065         * src/undo.h
7066                 Allow %X to position cursor at 0 
7067                 (no %X = before signature)
7068                 Fix paste as quotation putting the cursor at 0
7069                 Fix undo offsets when pasting
7070                 Insert the quote_fmt at once instead of line 
7071                 by line
7072                 Fix [Edited] when starting to reply/forward
7073
7074 2005-12-06 [paul]       1.9.100cvs69
7075
7076         * src/plugins/clamav/clamav_plugin_gtk.c
7077                 add another tooltip
7078         * src/plugins/spamassassin/spamassassin_gtk.c
7079                 rework spamassassin_create_widget_func()
7080
7081 2005-12-05 [colin]      1.9.100cvs68
7082
7083         * po/POTFILES.in
7084                 Fix make release ;-)
7085
7086 2005-12-05 [colin]      1.9.100cvs67
7087
7088         * src/compose.c
7089         * src/compose.h
7090                 Fix cursor positioning (not obeying %X)
7091
7092 2005-12-05 [paul]       1.9.100cvs66
7093
7094         * src/plugins/dillo_viewer/dillo_prefs.c
7095                 fix compilation warning
7096
7097 2005-12-05 [paul]       1.9.100cvs65
7098
7099         * src/prefs_spelling.c
7100         * src/plugins/trayicon/trayicon.c
7101                 cleanups - remove unused stuff
7102
7103 2005-12-05 [paul]       1.9.100cvs64
7104
7105         * README
7106         * manual/plugins.xml
7107                 remove info about removed mathml_viewer plugin
7108
7109 2005-12-05 [paul]       1.9.100cvs63
7110
7111         * configure.ac
7112         * src/plugins/Makefile.am
7113         * src/plugins/mathml_viewer/.cvsignore
7114         * src/plugins/mathml_viewer/Makefile.am
7115         * src/plugins/mathml_viewer/mathml_viewer.c
7116                 remove unmaintained mathml_viewer plugin
7117
7118 2005-12-05 [paul]       1.9.100cvs62
7119
7120         * src/summaryview.c
7121                 obey prefs_common.always_show_msg when
7122                 moving a msg
7123                 Thanks to Colin
7124
7125 2005-12-05 [paul]       1.9.100cvs61
7126
7127         * src/compose.c
7128         * src/prefs_account.c
7129         * src/prefs_filtering.c
7130         * src/prefs_quote.c
7131         * src/prefs_spelling.c
7132         * src/prefs_toolbar.c
7133         * src/summaryview.c
7134         * src/gtk/gtkutils.c
7135         * src/gtk/quicksearch.c
7136         * src/plugins/dillo_viewer/dillo_prefs.c
7137                 dialog cleanups
7138
7139 2005-12-04 [paul]       1.9.100cvs60
7140
7141         * src/inc.c
7142         * src/prefs_account.c
7143         * src/prefs_account.h
7144                 allow a Local account to specify a
7145                 default inbox
7146                 (closes bug 843 'Inbox cannot be changed for local
7147                  mailboxes')
7148
7149 2005-12-04 [colin]      1.9.100cvs59
7150
7151         * src/plugins/trayicon/trayicon.c
7152                 Remove Get, rename Get All to Get Mail in order to
7153                 be consistent with the default main toolbar
7154
7155 2005-12-03 [colin]      1.9.100cvs58
7156
7157         * manual/gpl.xml
7158         * manual/sylpheed-claws-manual.xml
7159                 Add GPL appendix
7160
7161 2005-12-03 [paul]       1.9.100cvs57
7162
7163         * AUTHORS
7164         * po/sv.po
7165         * src/gtk/authors.h
7166                 new (partially complete) Swedish translation
7167                 by Anders Troback <sylpheed@troback.com>
7168
7169 2005-12-02 [paul]       1.9.100cvs56
7170
7171         * configure.ac
7172                 libetpan 0.41 required
7173
7174 2005-12-02 [paul]       1.9.100cvs55
7175
7176         * src/plugins/clamav/clamav_plugin.c
7177         * src/plugins/clamav/clamav_plugin.h
7178         * src/plugins/clamav/clamav_plugin_gtk.c
7179         * src/plugins/spamassassin/spamassassin.c
7180         * src/plugins/spamassassin/spamassassin.h
7181         * src/plugins/spamassassin/spamassassin_gtk.c
7182                 unregister prefs pages on unloading, thus
7183                 preventing a crash
7184                 (thanks to Colin for the hint)
7185
7186 2005-12-02 [wwp]        1.9.100cvs54
7187
7188         * src/quote_fmt.h
7189         * src/quote_fmt_parse.y
7190                 fix misuse of gboolean*, use gboolean instead
7191                 (thanks to Paul, Colin, for pointing out that scaring one)
7192
7193 2005-12-02 [paul]       1.9.100cvs53
7194
7195         * src/plugins/clamav/clamav_plugin.c
7196                 int no --> unsigned int no
7197         * src/plugins/clamav/clamav_plugin_gtk.c
7198                 rework config page
7199
7200 2005-12-02 [wwp]        1.9.100cvs52
7201
7202         * src/compose.c
7203         * src/prefs_template.c
7204         * src/quote_fmt.h
7205         * src/quote_fmt_parse.y
7206                 prevent from executing |f and |p templates commands when
7207                 adding or replacing templates in prefs (avoids annoying and
7208                 potentially dangerous behaviours)
7209
7210 2005-12-02 [paul]       1.9.100cvs51
7211
7212         * src/prefs_common.c
7213                 allow translation of some default values
7214                 Patch by Fabien Vantard
7215
7216 2005-12-02 [paul]       1.9.100cvs50
7217
7218         * src/codeconv.c
7219         * src/codeconv.h
7220         * src/prefs_common.c
7221         * src/prefs_common.h
7222         * src/prefs_message.c
7223         * src/textview.c
7224                 remove obsolete 'convert_mb_alnum' option
7225                 and related stuff
7226         * src/gtk/about.c
7227                 remove unused 'about_textview_visibility_notify'
7228
7229 2005-12-02 [paul]       1.9.100cvs49
7230
7231         * src/prefs_account.c
7232         * src/prefs_compose_writing.c
7233         * src/prefs_fonts.c
7234         * src/prefs_gtk.h
7235         * src/prefs_image_viewer.c
7236         * src/prefs_message.c
7237         * src/prefs_other.c
7238         * src/prefs_receive.c
7239         * src/prefs_send.c
7240         * src/prefs_spelling.c
7241         * src/prefs_summaries.c
7242         * src/prefs_wrapping.c
7243         * src/plugins/dillo_viewer/dillo_prefs.c
7244         * src/plugins/pgpcore/prefs_gpg.c
7245                 several cleanups to the prefs dialogs
7246                 (slightly modified) patch by Fabien Vantard
7247
7248 2005-12-02 [paul]       1.9.100cvs48
7249
7250         * src/main.c
7251                 --exit means exit
7252         * src/send_message.c
7253                 fix crash on send when connection fails
7254
7255         Thanks to Colin
7256
7257 2005-12-01 [colin]      1.9.100cvs47
7258
7259         * src/html.c
7260                 Translate &hellip; to "..."
7261
7262 2005-11-30 [colin]      1.9.100cvs46
7263
7264         * src/matcher.c
7265         * src/matcher.h
7266                 Optimize back yesterday's fix.
7267
7268 2005-11-30 [paul]       1.9.100cvs45
7269
7270         * manual/faq.xml
7271                 standardised
7272         * manual/intro.xml
7273                 written by Colin, edited by me
7274
7275 2005-11-29 [colin]      1.9.100cvs44
7276
7277         * src/matcher.c
7278                 Skip headers unconditionnaly in match_body if the
7279                 rule is not message or ~message
7280
7281 2005-11-29 [colin]      1.9.100cvs43
7282
7283         * src/matcher.c
7284                 Fix body_part and such, not skipping headers 
7285                 if the matchcriteria wasn't the first in the rule
7286
7287 2005-11-29 [colin]      1.9.100cvs42
7288
7289         * src/compose.c
7290                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
7291                 option missing from message view window)
7292                 Fix double text D'n'D with gtk-2.8
7293         * src/matcher.c
7294                 Fix ~message, ~headers_part, ~body_part rules
7295         * src/messageview.c
7296                 Add Windows-1252 (Closes bug #863)
7297                 Fix accels
7298         * src/gtk/gtkaspell.c
7299                 Properly destroy accels in all menus
7300
7301 2005-11-29 [mones]      1.9.100cvs41
7302
7303         * po/es.po
7304                 Updated.
7305
7306 2005-11-27 [colin]      1.9.100cvs40
7307
7308         * src/mh_gtk.c
7309                 "/Remove mailbox" -> "/Remove mailbox..."
7310
7311 2005-11-27 [paul]       1.9.100cvs39
7312
7313         * AUTHORS
7314         * po/de.po
7315         * src/gtk/authors.h
7316                 updated by new maintainer, Stephan Sachse
7317
7318 2005-11-27 [paul]       1.9.100cvs38
7319
7320         * manual/faq.xml
7321                 written by Colin, edited by me
7322
7323 2005-11-27 [paul]       1.9.100cvs37
7324
7325         * src/prefs_common.c
7326         * src/prefs_common.h
7327         * src/prefs_receive.c
7328         * src/prefs_summaries.c
7329                 move 'go to inbox after receiving new mail'
7330                 option from display/sumamaries to mail
7331                 handling/receive, and rework prefs_summaries
7332                 dialog a little
7333
7334 2005-11-25 [martin]     1.9.100cvs36
7335
7336         * po/de.po
7337             fixed windows-1252 translation;
7338             translated some new and fuzzy strings
7339
7340 2005-11-25 [paul]       1.9.100cvs35
7341
7342         * src/plugins/clamav/clamav_plugin.c
7343                 complete the update done in cvs34
7344
7345 2005-11-25 [paul]       1.9.100cvs34
7346
7347         * src/plugins/clamav/clamav_plugin.c
7348                 reflect upstream changes
7349
7350 2005-11-25 [paul]       1.9.100cvs33
7351
7352         * manual/ack.xml
7353         * manual/plugins.xml
7354         * manual/sylpheed-claws-manual.xml
7355                 written/updated by Colin, edited by me
7356         * tools/acroread2sylpheed.pl
7357                 update binary name
7358
7359 2005-11-24 [colin]      1.9.100cvs32
7360
7361         * src/compose.c
7362                 Fix bug #856 (reediting messages forgets Request
7363                 Return Receipt)
7364
7365 2005-11-24 [paul]       1.9.100cvs31
7366
7367         * manual/addrbook.xml
7368         * manual/starting.xml
7369                 written by Colin, proofread, edited, adapted by me
7370         * manual/advanced.xml
7371                 add some Actions examples
7372         * src/importldif.c
7373                 use a Save button instead of a Close button
7374         * src/wizard.c
7375                 indicate mandatory fields
7376                 fix page display
7377                 Thanks to Colin
7378
7379 2005-11-23 [colin]      1.9.100cvs30
7380
7381         * src/addressbook.c
7382                 Rename menu item, fix possible crash after
7383                 deletion of books
7384         * src/addrindex.c
7385                 Allow searching for '*' in ldap
7386         * src/browseldap.c
7387                 Fix "Browse Entry" (did anyone use it?)
7388         * src/wizard.c
7389                 Add guards for mandatory information
7390
7391 2005-11-23 [paul]       1.9.100cvs29
7392
7393         * manual/advanced.xml
7394                 corrections to the English
7395
7396 2005-11-23 [colin]      1.9.100cvs28
7397
7398         * src/mimeview.c
7399                 Fix possible crash at exit. After the call to
7400                 gtk_container_remove(), the Viewer's widget has no
7401                 more parent so gtk+ automatically frees it and its
7402                 sons. If destroy_viewer() then try to access it,
7403                 problems ensue.
7404
7405 2005-11-22 [colin]      1.9.100cvs27
7406
7407         * src/compose.c
7408         * src/gtk/gtkaspell.c
7409                 Fix right-clicking on a misspelled word
7410                 Fix More... in suggestions menu
7411
7412 2005-11-22 [wwp]        1.9.100cvs26
7413
7414         * src/prefs_template.c
7415                 templates works: re-sort templates list when adding or replacing,
7416                 prevent from adding or replacing when the template name is empty
7417
7418 2005-11-21 [colin]      1.9.100cvs25
7419
7420         * src/addressbook.c
7421                 Fix some addressbook suckage (dnd, select all)
7422         * src/compose.c
7423         * src/gtk/gtkaspell.c
7424         * src/gtk/gtkaspell.h
7425                 Make the spellchecker menu work with the 
7426                 GtkTextView one instead of overriding it
7427
7428 2005-11-20 [paul]       1.9.100cvs24
7429
7430         * manual/handling.xml
7431                 proofread and corrected
7432
7433 2005-11-20 [paul]       1.9.100cvs23
7434
7435         * manual/Makefile
7436                 generate html as one file
7437         * manual/advanced.xml
7438                 fix output generation
7439                 reformat hidden options list
7440         * manual/manual.xml     ** REMOVED **
7441         * manual/sylpheed-claws-manual.xml      ** ADDED **
7442                 renamed
7443
7444 2005-11-18 [colin]      1.9.100cvs22
7445
7446         * src/prefs_account.c
7447                 Fix layout in news and mbox accounts
7448         * manual/account.xml
7449         * manual/advanced.xml
7450                 New contents for Paul to check :)
7451
7452 2005-11-18 [wwp]        1.9.100cvs21
7453
7454         * src/gtk/quicksearch.c
7455                 don't update extended quicksearch buttons twice
7456
7457 2005-11-18 [paul]       1.9.100cvs20
7458
7459         * src/textview.c
7460                 complete 1.9.100cvs19
7461
7462 2005-11-18 [paul]       1.9.100cvs19
7463
7464         * src/compose.c
7465                 cosmetic improvements
7466         * src/textview.c
7467                 also list text/* attachments
7468
7469 2005-11-18 [colin]      1.9.100cvs18
7470
7471         * src/summaryview.c
7472                 Use column 0 instead of -1 in 
7473                 gtk_ctree_node_moveto, in a naive
7474                 hope it'll fix the gtk-related crashes
7475
7476 2005-11-18 [colin]      1.9.100cvs17
7477
7478         * src/gtk/inputdialog.c
7479                 Fix icon staying the first one
7480
7481 2005-11-17 [wwp]        1.9.100cvs16
7482                 fix possible problem showing some quicksearch buttons, and a bad
7483                 call to g_return_if_fail in a function that returns a value (both
7484                 fixes by Fabien Vantard)
7485
7486 2005-11-15 [wwp]        1.9.100cvs15
7487
7488         * src/gtk/quicksearch.c
7489                 added a tooltip to that obscure ... quicksearch button
7490
7491 2005-11-15 [wwp]        1.9.100cvs14
7492
7493         * src/gtk/quicksearch.c
7494                 add a quicksearch helper to filtering expression users: the ... button
7495                 raises the condition expr window. condition expressions set up w/ this
7496                 window are used by the quicksearch if the user closes it pressing OK.
7497
7498 2005-11-14 [paul]       1.9.100cvs13
7499
7500         * src/plugins/clamav/clamav_plugin.c
7501         * src/plugins/spamassassin/spamassassin.c
7502                 change plugin type following recent merging
7503
7504 2005-11-14 [wwp]        1.9.100cvs12
7505
7506         * src/folder.c
7507                 prevent from crashing when copying/moving message(s) from and
7508                 to the same folder
7509
7510 2005-11-14 [paul]       1.9.100cvs11
7511
7512         * src/plugins/clamav/Makefile.am
7513         * src/plugins/clamav/clamav_plugin.c
7514         * src/plugins/clamav/clamav_plugin.h
7515         * src/plugins/clamav/clamav_plugin_gtk.c
7516                 also merge clamav and clamav_gtk plugins
7517
7518 2005-11-13 [colin]      1.9.100cvs10
7519
7520         * configure.ac
7521         * src/plugins/spamassassin/Makefile.am
7522         * src/plugins/spamassassin/spamassassin.c
7523         * src/plugins/spamassassin/spamassassin.h
7524         * src/plugins/spamassassin/spamassassin_gtk.c
7525                 Merge spamassassin and spamassassin_gtk plugins,
7526                 and build it by default.
7527
7528 2005-11-12 [colin]      1.9.100cvs9
7529
7530         * src/etpan/imap-thread.c
7531                 Fix gcc warning
7532
7533 2005-11-12 [colin]      1.9.100cvs8
7534
7535         * src/procmime.c
7536                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
7537
7538 2005-11-10 [colin]      1.9.100cvs7
7539
7540         * src/main.c
7541                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
7542                 minimised state)
7543
7544 2005-11-10 [wwp]        1.9.100cvs6
7545
7546         * src/gtk/description_window.c
7547                 fix a crash when closing description windows using the WM's [X] button
7548
7549 2005-11-09 [colin]      1.9.100cvs5
7550
7551         * src/common/ssl.c
7552                 Update libetpan call to follow upstream
7553                 (yes, this requires libetpan-0.40cvs3)
7554
7555 2005-11-08 [colin]      1.9.100cvs4
7556
7557         * src/compose.c
7558         * src/textview.c
7559         * src/common/utils.c
7560         * src/common/utils.h
7561                 Enhance the email parser
7562
7563 2005-11-08 [colin]      1.9.100cvs3
7564
7565         * src/procmime.c
7566                 Fix what looks like an off-by-one (fixes 
7567                 attachments from the Bat)
7568
7569 2005-11-08 [wwp]        1.9.100cvs2
7570
7571         * src/main.c
7572                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
7573
7574 2005-11-08 [wwp]        1.9.100cvs1
7575
7576         * src/main.c
7577                 allow exiting Sylpheed-Claws from command-line
7578
7579 2005-11-08 [paul]       1.9.100
7580
7581         1.9.100 released
7582
7583 2005-11-07 [colin]      1.9.99cvs17
7584
7585         * src/addritem.c
7586         * src/ldif.c
7587                 Fix import of base-64 encoded items
7588
7589 2005-11-07 [colin]      1.9.99cvs16
7590
7591         * src/send_message.c
7592                 Fix bug #314 (Queue does not empty under certain 
7593                 circumstances)
7594
7595 2005-11-07 [paul]       1.9.99cvs15
7596
7597         * src/mutt.c
7598         * src/pine.c
7599                 fix buffer overflows
7600                 Thanks to Colin
7601
7602 2005-11-07 [paul]       1.9.99cvs14
7603
7604         * doc/man/Makefile.am
7605         * doc/man/sylpheed-claws.1      ** ADDED **
7606         * doc/man/sylpheed.1            ** DELETED **
7607                 rename and update the man file
7608
7609 2005-11-06 [colin]      1.9.99cvs13
7610
7611         * src/ldif.c
7612                 Fix ldif_get_line() that returned empty strings
7613                 (Didn't understand why). Also fix a possible
7614                 buffer overflow.
7615
7616 2005-11-06 [wwp]        1.9.99cvs12
7617
7618         * src/textview.c
7619         * src/gtk/about.c
7620         * src/gtk/gtkutils.c
7621         * src/gtk/gtkutils.h
7622                 fix a compilation warning,
7623                 make links sensitive in the about dialog
7624
7625 2005-11-04 [wwp]        1.9.99cvs11
7626
7627         * src/gtk/about.c
7628                 don't wrap or translate URIs, and a bit text format cleanup
7629
7630 2005-11-04 [wwp]        1.9.99cvs10
7631
7632         * src/gtk/about.c
7633                 better textview tagging implementation (no more use of marks for
7634                 postponed tagging)
7635
7636 2005-11-02 [colin]      1.9.99cvs9
7637
7638         * src/common/ssl.c
7639                 Forgot an ifdef
7640
7641 2005-11-02 [colin]      1.9.99cvs8
7642
7643         * configure.ac
7644                 Require libetpan-0.40 due to upstream fix
7645         * src/common/ssl.c
7646                 Tell libetpan not to call SSL_Library_Init,
7647                 as we do it ourselves.
7648
7649 2005-11-02 [colin]      1.9.99cvs7
7650
7651         * po/POTFILES.in
7652                 Add missing files (thanks to Fabien Vantard)
7653
7654 2005-11-02 [colin]      1.9.99cvs6
7655
7656         * src/summaryview.c
7657                 Fix totals when read messages are hidden or quicksearch
7658                 is on
7659         * src/ssl_manager.c
7660         * src/ssl_manager.h
7661         * src/common/ssl_certificate.c
7662         * src/common/ssl_certificate.h
7663         * src/gtk/sslcertwindow.c
7664         * src/gtk/sslcertwindow.h
7665                 Fix copyright on my stuff
7666
7667 2005-11-02 [wwp]        1.9.99cvs5
7668
7669         * src/prefs_themes.c
7670                 fix directory name checking (theme installation/removal),
7671                 made related error a bit more verbose
7672
7673 2005-11-02 [colin]      1.9.99cvs4
7674
7675         * src/summaryview.c
7676                 Fix typo (probably fixes bug #841 (Sort by the From 
7677                 field doesn't work)
7678
7679 2005-11-02 [paul]       1.9.99cvs3
7680
7681         * po/ko.po
7682         * po/nb.po
7683                 updated by SungHyun Nam, Geir Helland
7684         * src/wizard.c
7685                 fix typo in welcome message. spotted by
7686                 Andrea Spadaccini
7687
7688 2005-11-01 [colin]      1.9.99cvs2
7689
7690         * src/compose.c
7691                 Fix replying to ml wen confirming subscription
7692         * src/messageview.c
7693         * src/mimeview.c
7694         * src/mimeview.h
7695         * src/privacy.h
7696         * src/summaryview.c
7697                 Make key check non blocking
7698
7699 2005-10-31 [paul]       1.9.99cvs1
7700
7701         * tools/claws.i18n.status.pl
7702                 updated for ChangeLog
7703
7704 2005-10-31 [paul]       1.9.99
7705
7706         1.9.99 released
7707
7708 2005-10-31 [paul]       1.9.15cvs131
7709
7710         * .cvsignore
7711         * ChangeLog
7712         * ChangeLog.claws       ** REMOVED **
7713         * ChangeLog-gtk2.claws  ** REMOVED **
7714         * ChangeLog.gtk1        ** ADDED **
7715         * INSTALL
7716         * Makefile.am
7717         * NEWS
7718         * README
7719         * README.claws          ** REMOVED **
7720         * README.jp             ** REMOVED **
7721         * RELEASE_NOTES         ** ADDED **
7722         * RELEASE_NOTES.claws   ** REMOVED **
7723         * commitHelper
7724         * configure.ac
7725         * sylpheed.spec.in      ** REMOVED **
7726                 tidy up and update the default docs:
7727                 ChangeLog.claws is renamed ChangeLog.gtk1
7728                 ChangeLog-gtk2.claws is renamed ChangeLog
7729                 README.claws is renamed README
7730                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
7731
7732 2005-10-31 [paul]       1.9.15cvs130
7733
7734         * po/it.po
7735                 fix errors
7736
7737 2005-10-31 [paul]       1.9.15cvs129
7738
7739         * po/ca.po
7740         * po/de.po
7741         * po/en_GB.po
7742         * po/fr.po
7743         * po/it.po
7744         * po/pt_BR.po
7745         * po/sk.po
7746         * po/sr.po
7747         * po/zh_CN.po
7748                 updated by Miquel Oliete, Stephan Sachse and
7749                 Thomas Gilgin, me, Fabien Vantard, Andrea
7750                 Spadaccini, Frederico Goncalves Guimaraes,
7751                 Andrej Kacian, Aleksandar Urosevic, and
7752                 Ralgh Young.
7753
7754 2005-10-31 [mones]      1.9.15cvs128
7755
7756         * manual/faq.xml
7757                 More questions.
7758         
7759         * po/es.po
7760                 Updated for release.
7761
7762 2005-10-30 [colin]      1.9.15cvs127
7763
7764         * src/compose.c
7765                 Place cursor before rewrapping (fixes cursor
7766                 pos if quotation gets rewrapped)
7767
7768 2005-10-29 [paul]       1.9.15cvs126
7769
7770         * src/crash.c
7771         * src/foldersel.c
7772         * src/main.c
7773         * src/messageview.c
7774         * src/toolbar.c
7775         * src/gtk/authors.h
7776                 corrections to text items
7777
7778 2005-10-28 [colin]      1.9.15cvs125
7779
7780         * src/messageview.c
7781                 Make "hit 'C' to check sig" work from extern 
7782                 messageviews
7783
7784 2005-10-27 [colin]      1.9.15cvs124
7785
7786         * src/summaryview.c
7787                 Add a hack to avoid segfaulting when hammering 
7788                 on gtk's events
7789
7790 2005-10-27 [wwp]        1.9.15cvs123
7791
7792         * src/prefs_themes.c
7793                 sort list of themes names in themes prefs
7794
7795 2005-10-27 [paul]       1.9.15cvs122
7796
7797         * src/folder.c
7798         * src/prefs_account.c
7799                 fix building on Solaris
7800                 Patch by Alex Moore
7801
7802 2005-10-27 [wwp]        1.9.15cvs121
7803
7804         * src/summaryview.c
7805         * src/gtk/gtksctree.c
7806                 speed up unselecting messages in summary view (thanks to Colin)
7807
7808 2005-10-27 [paul]       1.9.15cvs120
7809
7810         * src/mainwindow.c
7811                 fix a compilation warning
7812         * src/summaryview.c
7813                 fix updating of 'n items selected' count
7814                 when deselecting
7815
7816 2005-10-27 [martin]     1.9.15cvs119
7817
7818         * src/action.c
7819                 ignore actions with a leading '/' in the action menu name
7820                 fixes a crash on menu creation
7821         * src/prefs_actions.c
7822                 do not allow a leading '/' in the action menu name
7823
7824 2005-10-27 [paul]       1.9.15cvs118
7825
7826         * src/main.c
7827                 fix compilation warning
7828
7829 2005-10-27 [paul]       1.9.15cvs117
7830
7831         * src/procmime.c
7832                 add #if HAVE_LOCALE_H
7833
7834 2005-10-27 [paul]       1.9.15cvs116
7835
7836         * src/plugins/clamav/clamav_plugin.c
7837         * src/plugins/dillo_viewer/dillo_viewer.c
7838         * src/plugins/mathml_viewer/mathml_viewer.c
7839         * src/plugins/pgpcore/plugin.c
7840         * src/plugins/pgpinline/plugin.c
7841         * src/plugins/pgpmime/plugin.c
7842         * src/plugins/spamassassin/spamassassin.c
7843         * src/plugins/trayicon/trayicon.c
7844                 plugin_init() : make error messages more
7845                 informative
7846
7847 2005-10-26 [wwp]        1.9.15cvs115
7848
7849         * src/prefs_matcher.c
7850                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7851
7852 2005-10-26 [wwp]        1.9.15cvs114
7853
7854         * src/procmime.c
7855         * src/gtk/gtksctree.c
7856         * src/plugins/spamassassin/libspamc.c
7857         * src/plugins/spamassassin/spamassassin.c
7858                 fix some compilation warnings more
7859
7860 2005-10-26 [mones]      1.9.15cvs113
7861
7862         * po/es.po
7863                 Updated translation
7864
7865 2005-10-26 [paul]       1.9.15cvs112
7866
7867         * src/prefs_message.c
7868                 give all display_xface stuff the
7869                 #if HAVE_LIBCOMPFACE treatment, thus
7870                 preventing a crash
7871                 (Thanks to Wolfgang Enderlein)
7872
7873 2005-10-26 [colin]      1.9.15cvs111
7874
7875         * src/gedit-print.c
7876                 Fix date format
7877         * src/imap_gtk.c
7878         * src/news_gtk.c
7879                 Remove context menu items that should not be there
7880         * src/jpilot.c
7881                 Fix encoding
7882         * src/main.c
7883         * src/mainwindow.c
7884                 Don't show the mainwindow too soon
7885
7886 2005-10-26 [wwp]        1.9.15cvs110
7887
7888         * src/folder.c
7889         * src/manual.c
7890         * src/summaryview.c
7891                 fix uninitialized pointers in the folder updating hook
7892                 (thanks to Colin)
7893
7894 2005-10-25 [mones]      1.9.15cvs109
7895
7896         * manual/faq.xml
7897                 General information subsection completed. 
7898                 Removed archaic references.
7899                 
7900         * manual/Makefile
7901         * manual/dtd/manual.dsl
7902                 Added customization stylesheet for getting paragraphs
7903                 fully justified in PDF output (as suggested by Colin).
7904
7905 2005-10-25 [colin]      1.9.15cvs108
7906
7907         * src/compose.c
7908                 Fix a second leak
7909
7910 2005-10-25 [colin]      1.9.15cvs107
7911
7912         * src/addrbook.c
7913         * src/addrindex.c
7914                 Fix leak (xml_get_element() allocates memory)
7915         * src/compose.c
7916                 Fix leak + dead code (shame!)
7917         * src/procmime.c
7918                 Fix leak
7919
7920 2005-10-25 [colin]      1.9.15cvs106
7921
7922         * src/mimeview.c
7923                 Fix encoding issue in Save all and in 
7924                 overwrite-confirmation alertpanel
7925
7926 2005-10-25 [colin]      1.9.15cvs105
7927
7928         * src/common/socket.c
7929                 Fix a leak - Thanks to Christopher Aillon
7930                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7931
7932 2005-10-25 [paul]       1.9.15cvs104
7933
7934         * src/wizard.c
7935                 Always guess servers from the right-hand
7936                 email part and guess username from the
7937                 left-hand part. (Thanks to Colin)
7938                 add an X-Face to the welcome message
7939
7940 2005-10-25 [paul]       1.9.15cvs103
7941
7942         * manual/handling.xml
7943                 written by Colin, edited by me
7944
7945 2005-10-25 [wwp]        1.9.15cvs102
7946
7947         * src/folderview.c
7948         * src/grouplistdialog.c
7949         * src/imap.c
7950         * src/noticeview.c
7951                 fix some compilation warnings
7952
7953 2005-10-24 [paul]
7954
7955         1.9.99-rc3 released
7956
7957 2005-10-24 [paul]       1.9.15cvs101
7958
7959         * src/gtk/about.c
7960                 fix window sizing
7961
7962 2005-10-24 [paul]       1.9.15cvs100
7963
7964         * src/pixmaps/offline.xpm
7965         * src/pixmaps/online.xpm
7966                 replace with last default versions
7967
7968 2005-10-24 [colin]      1.9.15cvs99
7969
7970         * src/imap.c
7971                 Fix bug when moving a folder
7972         * src/imap_gtk.c
7973         * src/mh_gtk.c
7974                 "Delete folder" pops up a window, so it 
7975                 should be suffixed with "..."
7976         * src/plugins/pgpcore/sgpgme.c
7977                 Include locale.h
7978
7979 2005-10-24 [mones]      1.9.15cvs98
7980
7981         * manual/Makefile
7982         * manual/account.xml
7983         * manual/ack.xml
7984         * manual/addrbook.xml
7985         * manual/advanced.xml
7986         * manual/faq.xml
7987         * manual/glossary.xml
7988         * manual/gpl.xml
7989         * manual/handling.xml
7990         * manual/intro.xml
7991         * manual/keyboard.xml
7992         * manual/manual.xml
7993         * manual/plugins.xml
7994         * manual/starting.xml
7995         * manual/dtd/sdocbook.dtd
7996                 Initial manual structure and some content.
7997
7998 2005-10-23 [wwp]        1.9.15cvs97
7999
8000         * src/gtk/about.c
8001                 fix a typo
8002
8003 2005-10-23 [wwp]        1.9.15cvs96
8004
8005         * src/gtk/about.c
8006         * src/gtk/authors.h
8007                 rework of the about window (main work by Paul), also featuring a few
8008                 fixes for typos and duplicate names
8009
8010 2005-10-23 [wwp]        1.9.15cvs95
8011
8012         * src/.cvsignore
8013                 Ignore the right binary name (sylpheed-claws now)
8014
8015 2005-10-23 [paul]       1.9.15cvs94
8016
8017         * src/compose.c
8018                 when using Folder Pref 'Default To for
8019                 replies' make the entry in the Compose
8020                 window bold
8021                 Patch by Fabien Vantard
8022
8023 2005-10-22 [colin]      1.9.15cvs93
8024
8025         * src/codeconv.c
8026                 Fix leak
8027
8028 2005-10-22 [colin]      1.9.15cvs92
8029
8030         * src/codeconv.c
8031                 try to convert using locale (apart utf8) if necessary
8032
8033 2005-10-22 [colin]      1.9.15cvs91
8034
8035         * src/pixmaps/new.xpm
8036         * src/pixmaps/unread.xpm
8037                 Make the unread envelope blue again and
8038                 saturate the new one a bit more.
8039
8040 2005-10-22 [colin]      1.9.15cvs90
8041
8042         * src/compose.c
8043                 When replying to a mail sent by one of our accounts,
8044                 use the original list of recipients. Let 'Reply All'
8045                 and 'Reply to sender' work like previously.
8046
8047 2005-10-21 [colin]      1.9.15cvs89
8048
8049         * src/prefs_filtering.c
8050                 Clear fields after add and replace
8051         * src/textview.c
8052                 Display xface differently (better)
8053         * src/plugins/pgpinline/pgpinline.c
8054                 Fix crappy encodings/recodings
8055
8056 2005-10-21 [paul]       1.9.15cvs88
8057
8058         * src/compose.c
8059         * src/prefs_folder_item.c
8060         * src/toolbar.c
8061                 fix news folder Folder Properties
8062                 (thanks to Colin)
8063         * src/folderview.c
8064                 update folderview after Themes change
8065                 keep selected folder selected
8066                 (thanks to Colin)
8067
8068 2005-10-21 [paul]       1.9.15cvs87
8069
8070         * tools/Makefile.am
8071         * tools/OOo2sylpheed.pl
8072         * tools/README
8073         * tools/README.sylprint
8074         * tools/asus_mailled.sh         ** REMOVED **
8075         * tools/filter_conv.pl
8076         * tools/freshmeat_search.pl
8077         * tools/google_search.pl
8078         * tools/gpg-sign-syl            ** REMOVED **
8079         * tools/kmail2sylpheed.pl
8080         * tools/kmail2sylpheed_v2.pl
8081         * tools/multiwebsearch.pl
8082         * tools/nautilus2sylpheed.sh
8083         * tools/newscache_clean.pl
8084         * tools/outlook2sylpheed.pl
8085         * tools/sylpheed-switcher       ** REMOVED **
8086         * tools/sylprint.pl
8087         * tools/sylprint.rc
8088         * tools/tb2sylpheed
8089         * tools/vcard2xml.py
8090         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8091                 update default config dir
8092                 update binary name (thanks to Fabien Vantard)
8093                 remove obsolete scripts
8094
8095 2005-10-21 [colin]      1.9.15cvs86
8096
8097         * src/inc.c
8098                 Fix possible leak and units. Based on a patch by
8099                 Fabien Vantard.
8100
8101 2005-10-20 [colin]      1.9.15cvs85
8102
8103         * src/textview.c
8104                 Clear xface when clearing textview
8105
8106 2005-10-20 [colin]      1.9.15cvs84
8107
8108         * configure.ac
8109         * src/folderview.c
8110         * src/headerview.c
8111         * src/main.c
8112         * src/prefs_common.c
8113         * src/prefs_common.h
8114         * src/prefs_message.c
8115         * src/textview.c
8116         * src/textview.h
8117         * src/common/defs.h
8118         * src/common/utils.c
8119         * src/common/utils.h
8120         * src/gtk/gtkutils.c
8121         * src/gtk/gtkutils.h
8122                 Migrate config to .sylpheed-claws (Automatically)
8123                 Add a way to get the Xface in the TextView
8124
8125 2005-10-20 [colin]      1.9.15cvs83
8126
8127         * src/gtk/Makefile.am
8128         * src/gtk/about.c
8129         * src/gtk/authors.h
8130                 Make the about dialog *grooovy*
8131
8132 2005-10-20 [colin]      1.9.15cvs82
8133
8134         * src/mimeview.c
8135                 Use "Open with" on double click if no command
8136                 was found
8137
8138 2005-10-20 [colin]      1.9.15cvs81
8139
8140         * src/imap.c
8141         * src/etpan/imap-thread.c
8142                 Fix possible crash.
8143
8144 2005-10-20 [paul]       1.9.15cvs80
8145
8146         * src/folder.c
8147                 don't show clipkey icon if the only
8148                 attachment is the signature
8149                 Patch by Colin
8150
8151 2005-10-20 [paul]       1.9.15cvs79
8152
8153         * AUTHORS
8154         * src/plugins/pgpmime/pgpmime.c
8155                 name the PGP/MIME signature 'signature.asc'
8156                 Patch by Andrew Nelson <freeandy@gmail.com>
8157
8158 2005-10-19 [colin]      1.9.15cvs78
8159
8160         * src/plugins/pgpmime/pgpmime.c
8161                 Oops, no need to double-check though
8162
8163 2005-10-19 [colin]      1.9.15cvs77
8164
8165         * src/plugins/pgpinline/pgpinline.c
8166         * src/plugins/pgpmime/pgpmime.c
8167                 Check that my_tmpfile() doesn't 
8168                 return NULL
8169
8170 2005-10-19 [colin]      1.9.15cvs76
8171
8172         * src/common/utils.c
8173                 Use shorter mime boundaries to avoid having
8174                 MTAs rewrapping our headers, breaking the
8175                 PGP signature in the process 
8176         * src/compose.c
8177         * src/plugins/pgpmime/pgpmime.c
8178                 Check for boundary uniqueness to be sure
8179                 it won't happen, instead of hoping for the
8180                 best
8181
8182 2005-10-19 [colin]      1.9.15cvs75
8183
8184         * sylpheed-claws.desktop
8185         * src/Makefile.am
8186         * src/main.c
8187                 Ship a sylpheed-claws binary instead
8188                 of a sylpheed one. Change the socket
8189                 name, too
8190         * src/folderview.c
8191                 Update folder only if it changed
8192         * src/wizard.c
8193                 Fix i18n in welcome mail, patch by
8194                 Fabien Vantard
8195
8196 2005-10-19 [paul]
8197
8198         1.9.99-rc2 released
8199
8200 2005-10-19 [paul]       1.9.15cvs74
8201
8202         * src/folder.c
8203         * src/folderview.c
8204                 fix summaryview update
8205                 Patch by Colin
8206
8207 2005-10-18 [colin]      1.9.15cvs73
8208
8209         * src/plugins/pgpcore/passphrase.c
8210                 Don't XGrabServer, and try a bit more to 
8211                 sync everything before grabbing mouse/keyboard
8212
8213 2005-10-18 [colin]      1.9.15cvs72
8214
8215         * src/Makefile.am
8216         * src/addressadd.c
8217         * src/addressbook.c
8218         * src/folderview.c
8219         * src/grouplistdialog.c
8220         * src/mimeview.c
8221         * src/stock_pixmap.c
8222         * src/stock_pixmap.h
8223         * src/summaryview.c
8224         * src/gtk/gtksctree.c
8225         * src/gtk/gtksctree.h
8226         * src/pixmaps/empty.xpm
8227                 Implement a wrapper call for gtk_ctree_set_node_info
8228                 and gtk_ctree_insert_node, that uses a 1x1 transparent
8229                 pixmap instead of a NULL one. This works around some
8230                 memory problems deep inside gtk, revealed by valgrind,
8231                 and fixes bug #834 (Pressing CTRl-D on a message marked 
8232                 as locked crashes sylpheed.), as well as, probably, 
8233                 wwp's 4th dimension problems that happen in gtk_ctree_*.
8234
8235 2005-10-17 [colin]      1.9.15cvs71
8236
8237         * src/mimeview.c
8238                 Provide visual feedback when checking
8239                 signature
8240
8241 2005-10-17 [colin]      1.9.15cvs70
8242
8243         * src/main.c
8244                 Keep the folder list frozen while checking caches...
8245
8246 2005-10-17 [colin]      1.9.15cvs69
8247
8248         * src/addr_compl.c
8249                 Fi bug #833 (Autocompleting from addressbook 
8250                 fails with extended chars)
8251         * src/imap.c
8252                 Fix 'adding messages' staying in statusbar
8253                 after an error
8254
8255 2005-10-17 [wwp]        1.9.15cvs68
8256
8257         * src/ssl_manager.c
8258                 Fix buttons' layout resizing when window size changes
8259
8260 2005-10-17 [wwp]        1.9.15cvs67
8261
8262         * src/account.c
8263         * src/prefs_account.c
8264         * src/prefs_common.c
8265         * src/prefs_common.h
8266         * src/prefs_folder_item.c
8267         * src/prefs_gtk.c
8268         * src/gtk/logwindow.c
8269         * src/gtk/pluginwindow.c
8270         * src/gtk/prefswindow.c
8271         * src/gtk/prefswindow.h
8272                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
8273
8274 2005-10-17 [paul]       1.9.15cvs66
8275
8276         * configure.ac
8277                 fix missing libetpan message
8278         * po/en_GB.po
8279                 updated
8280         * src/crash.c
8281         * src/manual.c
8282         * src/prefs_themes.c
8283         * src/common/defs.h
8284                 add some new URI defines, change some
8285                 others
8286         * src/wizard.c
8287                 make welcome message translatable
8288                 small improvements to english
8289                 other tweaks
8290         * src/gtk/menu.c
8291                 fix warnings
8292
8293 2005-10-17 [paul]       1.9.15cvs65
8294
8295         * src/summaryview.c
8296                 fix column titles
8297
8298 2005-10-16 [mones]      1.9.15cvs64
8299
8300         * po/es.po
8301                 Updated translation
8302
8303 2005-10-16 [colin]
8304
8305         1.9.99-rc1 released
8306
8307 2005-10-16 [colin]      1.9.15cvs63
8308
8309         * src/wizard.c
8310                 Fix whitespace
8311
8312 2005-10-16 [colin]      1.9.15cvs62
8313
8314         * src/toolbar.c
8315                 s/Get All/Get Mail/
8316         * src/wizard.c
8317                 Real welcome mail text, thanks Paul
8318
8319 2005-10-16 [colin]      1.9.15cvs61
8320
8321         * src/editldap.c
8322         * src/exporthtml.c
8323         * src/main.c
8324         * src/mainwindow.c
8325         * src/prefs_themes.c
8326         * src/prefs_toolbar.c
8327         * src/plugins/demo/demo.c
8328         * src/plugins/trayicon/trayicon.c
8329                 s/Sylpheed/Sylpheed-Claws/
8330
8331 2005-10-16 [colin]      1.9.15cvs60
8332
8333         * src/wizard.c
8334                 Add a welcome email in the first empty mailbox
8335         * src/prefs_common.c
8336                 Change one more default
8337
8338 2005-10-16 [colin]      1.9.15cvs59
8339
8340         * src/wizard.c
8341                 Remove printf
8342
8343 2005-10-16 [colin]      1.9.15cvs58
8344
8345         * src/toolbar.c
8346         * src/prefs_common.c
8347                 Change some defaults
8348
8349 2005-10-16 [colin]      1.9.15cvs57
8350
8351         * src/toolbar.c
8352         * src/prefs_common.c
8353                 Change some defaults
8354
8355 2005-10-16 [colin]      1.9.15cvs56
8356
8357         * src/wizard.c
8358                 By default, initialize fonts to have
8359                 the same size as normal GtkWidgets
8360
8361 2005-10-16 [colin]      1.9.15cvs55
8362
8363         * src/mimeview.c
8364                 Fix message a bit more
8365
8366 2005-10-16 [colin]      1.9.15cvs54
8367
8368         * src/addressbook.c
8369                 Second attempt at flicker fixing
8370
8371 2005-10-16 [colin]      1.9.15cvs53
8372
8373         * src/addressbook.c
8374                 Fix flicker
8375
8376 2005-10-16 [wwp]        1.9.15cvs52
8377
8378         * src/addressbook.c
8379         * src/editaddress.c
8380         * src/prefs_common.c
8381         * src/prefs_common.h
8382                 Remember window sizes (address book)
8383
8384 2005-10-16 [wwp]        1.9.15cvs51
8385
8386         * src/plugins/clamav/clamav_plugin_gtk.c
8387         * src/plugins/spamassassin/spamassassin_gtk.c
8388                 Fix compilation warnings (missing #include).
8389
8390 2005-10-16 [colin]      1.9.15cvs50
8391
8392         * src/mimeview.c
8393         * src/summaryview.c
8394         * src/textview.c
8395                 Make 'c' check signature, and forward
8396                 c, l, y, t from summaryview to mimeview
8397
8398 2005-10-16 [colin]      1.9.15cvs49
8399
8400         * src/addressbook.c
8401                 Put border around buttons
8402         * src/mainwindow.c
8403         * src/summaryview.c
8404                 Rework menus (Patch based on a patch
8405                 by Paul)
8406
8407 2005-10-15 [wwp]        1.9.15cvs48
8408
8409         * src/editjpilot.c
8410         * src/editldap.c
8411         * src/editvcard.c
8412         * src/exphtmldlg.c
8413         * src/expldifdlg.c
8414         * src/export.c
8415         * src/import.c
8416         * src/importldif.c
8417         * src/importmutt.c
8418         * src/importpine.c
8419         * src/prefs_account.c
8420         * src/prefs_spelling.c
8421         * src/gtk/gtkutils.c
8422         * src/gtk/gtkutils.h
8423         * src/plugins/clamav/clamav_plugin_gtk.c
8424         * src/plugins/spamassassin/spamassassin_gtk.c
8425                 use nicer browse-for-file/dir buttons than the "..." ones,
8426                 code factorizing more.
8427
8428 2005-10-14 [colin]      1.9.15cvs47
8429
8430         * src/mainwindow.c
8431                 set relief on the account switcher so that people see it
8432                 grey out Create processing rules when no message is selected
8433         * src/prefs_filtering.c
8434                 ask before closing if the rule has not been modified, even if
8435                 it's not valid
8436         * src/prefs_matcher.c
8437                 fix sensitivity when entering the dialog
8438         * src/gtk/inputdialog.c
8439                 display a better icon on password ask
8440         * src/plugins/pgpcore/passphrase.c
8441                 make the dialog look better
8442
8443 2005-10-14 [paul]       1.9.15cvs46
8444
8445         * src/folderview.c
8446                 indicate presense of marked msgs in
8447                 unexpanded subfolders
8448
8449 2005-10-14 [paul]       1.9.15cvs45
8450
8451         * src/prefs_actions.c
8452         * src/prefs_common.c
8453         * src/prefs_common.h
8454         * src/prefs_filtering_action.c
8455         * src/prefs_matcher.c
8456         * src/prefs_template.c
8457                 remember window sizes
8458                 fix Info button size
8459
8460         Patches by wwp
8461
8462 2005-10-13 [colin]      1.9.15cvs44
8463
8464         * src/mimeview.c
8465         * src/noticeview.c
8466         * src/noticeview.h
8467                 Add a tooltip on the icon (optional) 
8468                 Get rid of the signature buttons and only
8469                 use the icon+tooltip
8470
8471 2005-10-13 [colin]      1.9.15cvs43
8472
8473         * src/noticeview.c
8474         * src/noticeview.h
8475                 Add hand cursor for hovering over icon
8476
8477 2005-10-13 [colin]      1.9.15cvs42
8478
8479         * src/summaryview.c
8480                 Fix crash when quicksearch's hidden 
8481                 at startup
8482
8483 2005-10-13 [colin]      1.9.15cvs41
8484
8485         * src/compose.c
8486                 Set subject when forwarding multiple mails
8487                 Check that other recipient than the default Cc or Bcc
8488                 have been set before sending.
8489
8490 2005-10-13 [colin]      1.9.15cvs40
8491
8492         * src/imap.c
8493                 Batch per-folder
8494                 Introduce locking, but don't use it yet
8495
8496 2005-10-13 [colin]      1.9.15cvs39
8497
8498         * src/gtk/quicksearch.c
8499                 Reset quicksearch when hiding it
8500                 Make sticky a real pref
8501
8502 2005-10-13 [colin]      1.9.15cvs38
8503
8504         * src/summaryview.c
8505                 Faster prefs apply
8506
8507 2005-10-13 [colin]      1.9.15cvs37
8508
8509         * src/mimeview.c
8510         * src/noticeview.c
8511         * src/noticeview.h
8512         * src/plugins/pgpcore/sgpgme.c
8513                 Make privacy icon clickable
8514                 Move Trust field in Full info
8515                 When trust is less than full, don't display
8516                 a warning icon
8517
8518 2005-10-13 [colin]      1.9.15cvs36
8519
8520         * src/folder.c
8521                 Batch on flags sync
8522         * src/folderview.c
8523                 Revert speed hack which is dangerous in fact
8524                 Apply prefs faster
8525
8526 2005-10-13 [colin]      1.9.15cvs35
8527
8528         * src/folder_item_prefs.c
8529                 Fix pref corruption on folder move. Patch
8530                 by wwp
8531
8532 2005-10-13 [paul]       1.9.15cvs34
8533
8534         * src/export.c
8535         * src/import.c
8536                 fix typos in g_warnings
8537         * src/prefs_account.c
8538                 add a file selector for Signature file
8539
8540         Patches by wwp
8541
8542 2005-10-12 [colin]      1.9.15cvs33
8543
8544         * src/mimeview.c
8545                 Provide a quick way to go back from a
8546                 signature's full info to the email part
8547
8548 2005-10-12 [colin]      1.9.15cvs32
8549
8550         * src/compose.c
8551                 Remove old hack of encoding signed mails with base64.
8552                 QP works equally well.
8553
8554 2005-10-12 [colin]      1.9.15cvs31
8555
8556         * src/crash.c
8557                 Replace deprecated GtkText with GtkTextView
8558         * src/imap.c
8559                 Fix a logic bug about counts in imap_select
8560                 (previously un-triggered)
8561         * src/mainwindow.c
8562         * src/summaryview.c
8563         * src/news.c
8564                 Allow local deletion of news posts
8565         * src/mimeview.c
8566                 Show GPG noticeview on the message/rfc822 part
8567                 in addition to the text/plain one
8568         * src/prefs_image_viewer.c
8569           src/plugins/pgpcore/prefs_gpg.c
8570                 Polish (set the label as part of the checkbox)
8571         * src/wizard.c
8572                 Don't sit there doing nothing after destroying
8573                 the window - return err
8574
8575 2005-10-11 [colin]      1.9.15cvs30
8576
8577         * src/folderview.c
8578                 Apply processing rules before showing folders.
8579                 Early folder show (before flags sync) will only
8580                 be done when there are no processing rules (nor
8581                 pre- or post- ones)
8582         * src/imap.c
8583                 Fix stuff related to mail subdir, creation and 
8584                 deletion of folders 
8585         * src/imap_gtk.c
8586                 Don't allow creation of folders in NoInferior
8587                 folders, as it won't work
8588
8589 2005-10-10 [colin]      1.9.15cvs29
8590
8591         * src/compose.c
8592                 Reselect "None" Privacy system when selecting an
8593                 account with no privacy system defined
8594
8595 2005-10-10 [colin]      1.9.15cvs28
8596
8597         * src/mainwindow.c
8598                 Add Windows-1252 encoding
8599         * src/prefs_common.c
8600                 Rework some defaults:
8601                 - autosave to draft by default
8602                 - don't show header pane (it's already in the textview)
8603                 - Select first new or unread mail on entry
8604                 - Assume 'Yes' to change folder when there's no more
8605                   unread message
8606         * src/prefs_matcher.c
8607                 Fix a gtk assertion failure
8608         * src/gtk/colorlabel.c
8609                 Workaround bad repainting on selection
8610         * src/main.c
8611                 Freeze/thaw (a bit faster on ssh -X)
8612         * src/msgcache.c
8613                 Get rid of StrdupConverter that just adds an
8614                 extra strdup/free 
8615         * src/etpan/imap_thread.c
8616                 memset buf to 0
8617
8618 2005-10-10 [colin]      1.9.15cvs27
8619
8620         * src/export.c
8621         * src/import.c
8622                 Fix compile on gtk 2.4. Patch by wwp
8623
8624 2005-10-09 [colin]      1.9.15cvs26
8625
8626         * src/mainwindow.c
8627         * src/messageview.c
8628         * src/summaryview.c
8629                 Clarify forward menus. Patch by wwp
8630
8631 2005-10-09 [colin]      1.9.15cvs25
8632
8633         * src/compose.c
8634         * src/compose.h
8635                 Fix bug #829 (Non-working "Encrypt message by 
8636                 default when replying to an encrypted message")
8637
8638 2005-10-08 [colin]      1.9.15cvs24
8639
8640         * src/wizard.c
8641                 Fix bug #827 ("Welcome" setup wizard after a 
8642                 permission error gives up & forgets itself.)
8643
8644 2005-10-08 [colin]      1.9.15cvs23
8645
8646         * src/procmime.c
8647                 Fix bug #828 (Ignoring headers with spaces around = sign)
8648
8649 2005-10-08 [colin]      1.9.15cvs22
8650
8651         * src/export.c
8652                 Warning fix by wwp
8653
8654 2005-10-08 [colin]      1.9.15cvs21
8655
8656         * src/folder.c
8657         * src/folder.h
8658                 Add a processing_pending indicator, set on 
8659                 folder_item_open and cleared after 
8660                 folder_item_process_open
8661         * src/folderview.c
8662         * src/summaryview.c
8663                 wrap procmsg_msginfo_*_flags, and in the
8664                 wrapper check that there's no folder processing 
8665                 pending. If there is, defer the flags change until 
8666                 processing is done to avoid stepping over each
8667                 other's toes.
8668                 Freeze during processing, but not during scanning.
8669
8670 2005-10-07 [colin]      1.9.15cvs20
8671
8672         * src/plugins/pgpcore/passphrase.c
8673                 Fix bug #826 (X-Server hangs when 
8674                 right-clicking a PGP encrypted message)
8675
8676 2005-10-07 [paul]       1.9.15cvs19
8677
8678         * src/compose.c
8679                 fix compose_entries[]
8680                 patch by Fabien Vantard
8681
8682 2005-10-06 [colin]      1.9.15cvs18
8683
8684         * src/pixmaps/address.xpm
8685         * src/pixmaps/address_book.xpm
8686         * src/pixmaps/book.xpm
8687         * src/pixmaps/check_spelling.xpm
8688         * src/pixmaps/checkbox_off.xpm
8689         * src/pixmaps/checkbox_on.xpm
8690         * src/pixmaps/close.xpm
8691         * src/pixmaps/complete.xpm
8692         * src/pixmaps/continue.xpm
8693         * src/pixmaps/deleted.xpm
8694         * src/pixmaps/down_arrow.xpm
8695         * src/pixmaps/exec.xpm
8696         * src/pixmaps/forwarded.xpm
8697         * src/pixmaps/group.xpm
8698         * src/pixmaps/ignorethread.xpm
8699         * src/pixmaps/interface.xpm
8700         * src/pixmaps/jpilot.xpm
8701         * src/pixmaps/ldap.xpm
8702         * src/pixmaps/linewrap.xpm
8703         * src/pixmaps/linewrapcurrent.xpm
8704         * src/pixmaps/mail.xpm
8705         * src/pixmaps/mail_attach.xpm
8706         * src/pixmaps/mail_compose.xpm
8707         * src/pixmaps/mail_forward.xpm
8708         * src/pixmaps/mail_receive.xpm
8709         * src/pixmaps/mail_receive_all.xpm
8710         * src/pixmaps/mail_reply.xpm
8711         * src/pixmaps/mail_reply_to_all.xpm
8712         * src/pixmaps/mail_reply_to_author.xpm
8713         * src/pixmaps/mail_send.xpm
8714         * src/pixmaps/mail_send_queue.xpm
8715         * src/pixmaps/mime_application.xpm
8716         * src/pixmaps/mime_audio.xpm
8717         * src/pixmaps/mime_image.xpm
8718         * src/pixmaps/mime_message.xpm
8719         * src/pixmaps/mime_text_enriched.xpm
8720         * src/pixmaps/mime_text_html.xpm
8721         * src/pixmaps/mime_text_plain.xpm
8722         * src/pixmaps/mime_unknown.xpm
8723         * src/pixmaps/new.xpm
8724         * src/pixmaps/news_compose.xpm
8725         * src/pixmaps/offline.xpm
8726         * src/pixmaps/online.xpm
8727         * src/pixmaps/paste.xpm
8728         * src/pixmaps/preferences.xpm
8729         * src/pixmaps/privacy_emblem_encrypted.xpm
8730         * src/pixmaps/privacy_expired.xpm
8731         * src/pixmaps/privacy_failed.xpm
8732         * src/pixmaps/privacy_passed.xpm
8733         * src/pixmaps/privacy_signed.xpm
8734         * src/pixmaps/privacy_unknown.xpm
8735         * src/pixmaps/privacy_warn.xpm
8736         * src/pixmaps/properties.xpm
8737         * src/pixmaps/replied.xpm
8738         * src/pixmaps/search.xpm
8739         * src/pixmaps/unread.xpm
8740         * src/pixmaps/up_arrow.xpm
8741         * src/pixmaps/vcard.xpm
8742                 Modernize internal theme, with icons from the 
8743                 Gnomaws theme. Keep some of the old ones where
8744                 they were better.
8745
8746 2005-10-06 [colin]      1.9.15cvs17
8747
8748         * src/summaryview.c
8749                 Little optimisations + bugfix
8750         * src/toolbar.c
8751                 Remove default useless items - useless being defined
8752                 by the default relevant prefs
8753         * src/wizard.c
8754                 include config.h to make gettext work
8755         * src/prefs_themes.c
8756                 Fix selection of current theme in prefs
8757
8758 2005-10-06 [colin]      1.9.15cvs16
8759
8760         * src/prefs_common.c
8761         * src/prefs_common.h
8762         * src/prefs_summaries.c
8763         * src/folderview.c
8764                 Add a warning dialog on Mark all read 
8765                 (with pref to get rid of it)
8766
8767 2005-10-06 [paul]       1.9.15cvs15
8768
8769         * po/nb.po
8770         * po/pt_BR.po
8771                 updated by Geir Helland and Frederico
8772                 Goncalves Guimaraes
8773
8774 2005-10-05 [colin]      1.9.15cvs14
8775
8776         * src/folder.c
8777         * src/folder.h
8778         * src/folderview.c
8779         * src/folderview.h
8780         * src/imap_gtk.c
8781         * src/mh_gtk.c
8782         * src/mainwindow.c
8783         * src/setup.c
8784                 add a way to rescan without rebuilding
8785                 make moving a bit faster (less folders changes)
8786                 don't lock the tree on Get 
8787         * src/imap.c
8788                 Don't re-delete deleted messages before expunging
8789         * src/summaryview.c
8790                 Set batch mode when deleting mails
8791
8792 2005-10-05 [paul]       1.9.15cvs13
8793
8794         * src/mainwindow.c
8795         * src/mainwindow.h
8796                 fix disabled Execute menu item
8797         * src/toolbar.c
8798                 match the change in 1.9.15cvs10: use Compose
8799                 instead of News by default
8800
8801 2005-10-04 [colin]      1.9.15cvs12
8802
8803         * src/compose.c
8804                 When replying to an ML post with Reply-To set
8805                 to the poster's email, honor it (as before),
8806                 but also honor our user's request to reply to
8807                 the mailing list: set the ML address in the To
8808                 field and the Reply-To address in the Cc: 
8809                 field.
8810
8811 2005-10-04 [colin]      1.9.15cvs11
8812
8813         * src/plugins/trayicon/trayicon.c
8814                 Finish cosmetic change - thanks to wwp
8815
8816 2005-10-04 [colin]      1.9.15cvs10
8817
8818         * src/toolbar.c
8819                 Use Compose instead of Email by default.
8820                 Spotted by wwp.
8821
8822 2005-10-04 [colin]      1.9.15cvs9
8823
8824         * src/folder.c
8825         * src/folder.h
8826         * src/folderview.c
8827         * src/imap.c
8828         * src/etpan/imap-thread.c
8829         * src/etpan/imap-thread.h
8830                 Try to make IMAP faster, by simplifying SEARCH
8831                 commands, avoiding sending two STATUS in a row,
8832                 and deferring flags sync and processing just
8833                 after displaying the folder. 
8834                 This will update the SummaryView in certain
8835                 cases (new mails not already fetched, flags
8836                 changed from another client) but in a non-
8837                 blocking manner.
8838
8839 2005-10-04 [colin]      1.9.15cvs8
8840
8841         * src/plugins/trayicon/trayicon.c
8842                 Relabel "Offline" to "Work offline"
8843
8844 2005-10-04 [colin]      1.9.15cvs7
8845
8846         * src/export.c
8847         * src/import.c
8848         * src/mbox.c
8849                 Fix mbox import/export buglets
8850                 Patch by wwp
8851         * src/plugins/trayicon/trayicon.c
8852                 Add offline swithc
8853                 Patch by wwp
8854
8855 2005-10-04 [colin]      1.9.15cvs6
8856
8857         * src/folder.c
8858         * src/folderview.c
8859         * src/summaryview.c
8860                 Better fix (don't break mark all read) for cvs2
8861
8862 2005-10-03 [colin]      1.9.15cvs5
8863
8864         * src/folder.c
8865                 Use a sane sort by default
8866
8867 2005-10-03 [colin]      1.9.15cvs4
8868
8869         * src/inc.c
8870                 Add a 'Only once' button for overriding offline mode
8871         * src/prefs_account.c
8872         * src/wizard.c
8873                 Add Local mbox to the wizard
8874                 Add IMAP subdir to the wizard (or the wizard is useless
8875                 for such accounts, or even worse than useless)
8876                 Move IMAP subdir from Advanced to Receive tab, as it's
8877                 not that uncommon
8878
8879 2005-10-03 [colin]      1.9.15cvs3
8880
8881         * src/send_message.c
8882                 Forgot this one in cvs1
8883
8884 2005-10-03 [colin]      1.9.15cvs2
8885
8886         * src/folder.c
8887                 Faster close when leaving a folder with lots
8888                 of new mails. Idea by David Relson.
8889
8890 2005-10-03 [colin]      1.9.15cvs1
8891
8892         * src/compose.c
8893         * src/imap.c
8894         * src/inc.c
8895         * src/main.c
8896         * src/messageview.c
8897         * src/news.c
8898         * src/summaryview.c
8899         * src/gtk/sslcertwindow.c
8900         * src/plugins/trayicon/trayicon.c
8901                 Add accels to every AlertPanel. Patch by Fabien 
8902                 Vantard
8903
8904 2005-10-03 [paul]       1.9.15
8905
8906         1.9.15 released
8907
8908 2005-10-03 [paul]       1.9.14cvs68
8909
8910         * po/ca.po
8911         * po/de.po
8912         * po/es.po
8913         * po/fi.po
8914         * po/fr.po
8915         * po/sk.po
8916         * po/sr.po
8917         * po/zh_CN.po
8918                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8919                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8920                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8921
8922 2005-10-03 [paul]       1.9.14cvs67
8923
8924         * src/send_message.c
8925                 prevent hang on Cancel
8926                 patch by Colin
8927
8928 2005-10-03 [paul]       1.9.14cvs66
8929
8930         * src/main.c
8931                 fix crash in IMAP caused by discrepancy
8932                 between check_at_startup and offline mode
8933                 Patch by Colin
8934
8935 2005-10-01 [paul]       1.9.14cvs65
8936
8937         * src/inc.c
8938                 fix engrish
8939
8940 2005-10-01 [paul]       1.9.14cvs64
8941         * src/export.c
8942         * src/import.c
8943                 synchronise import_mbox() and export_mbox()
8944         * src/mbox.c
8945                 proc_mbox(): add alert if file cannot be opened
8946                 export_list_to_mbox(): test if dest file exists,
8947                 prompt user to overwrite if it does. add alert
8948                 if file cannot be created
8949                                                                 
8950         Patch by wwp
8951                                                                                                                 
8952
8953 2005-09-30 [paul]       1.9.14cvs63
8954
8955         * src/addressbook.c
8956                 Fix sensitivity of a menu
8957         * src/codeconv.c
8958                 Respect hidden pref for mails with no encoding
8959         * src/common/xml.c
8960                 Fix memory corruption
8961         * src/plugins/pgpcore/sgpgme.c
8962                 Fix segfault on incomplete sigs, and display
8963                 of S/Mime UIDs
8964
8965         Patches by Colin
8966
8967 2005-09-30 [colin]      1.9.14cvs62
8968
8969         * src/partial_download.c
8970                 Little logic fix in almost-dead code
8971         * src/pop.c
8972                 Fix partial download when there's no new mail
8973
8974 2005-09-29 [paul]       1.9.14cvs61
8975
8976         * src/plugins/pgpinline/pgpinline.c
8977                 fix bug 819, 'crash accessing sign message'
8978                 Patch by Colin
8979
8980 2005-09-28 [martin]     1.9.14cvs60
8981
8982         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8983                 fix bug #790 (Crash when restarting window manager (fluxbox))
8984
8985 2005-09-28 [paul]       1.9.14cvs59
8986
8987         * src/gtk/gtkaspell.c
8988                 fix off-by-one typo
8989
8990 2005-09-27 [colin]      1.9.14cvs58
8991
8992         * src/plugins/pgpcore/sgpgme.c
8993                 Report error when there's one, instead of
8994                 "Signature unchecked" 
8995
8996 2005-09-27 [colin]      1.9.14cvs57
8997
8998         * src/prefs_quote.c
8999                 Fix bug #816 (Weird quotation with spaces)
9000
9001 2005-09-27 [colin]      1.9.14cvs56
9002
9003         * src/codeconv.c
9004         * src/compose.c
9005         * src/compose.h
9006                 Put subject in compose's title
9007                 Fix Automatic encoding so that it's really automatic:
9008                 first try default locale's charset, then charset of the replied mail, 
9009                 then utf-8
9010                 Fix encoding of headers (must be in strict mode too)
9011
9012 2005-09-26 [colin]      1.9.14cvs55
9013
9014         * src/gtk/gtkaspell.c
9015                 Fix previous patch - don't color the space,
9016                 just uncolor it :)
9017
9018 2005-09-26 [colin]      1.9.14cvs54
9019
9020         * src/gtk/gtkaspell.c
9021                 Unmark space if possible
9022
9023 2005-09-26 [colin]      1.9.14cvs53
9024
9025         * src/imap.c
9026                 log_error instead of alertpanel according to the pref
9027         * src/etpan/imap-thread.c
9028                 Print connect status, copy only necessary size to 
9029                 logger
9030         * src/plugins/pgpmime/pgpmime.c
9031                 Handle S/Mime signatures (verification only). Patch based
9032                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
9033
9034 2005-09-26 [paul]       1.9.14cvs52
9035
9036         * src/common/passcrypt.c
9037                 this 'workaround' not necessary on NetBSD.
9038                 Thanks to Daniel Gustafson
9039
9040 2005-09-26 [paul]
9041
9042         1.9.15-rc4 released
9043
9044 2005-09-26 [paul]       1.9.14cvs51
9045
9046         * src/summaryview.c
9047                 Skip currently selected message when
9048                 looking for next new or unread message
9049                 in current folder. Patch by Colin
9050         * src/common/passcrypt.c
9051                 eliminate warnings on *BSD. Patch by
9052                 Daniel Gustafson
9053
9054 2005-09-26 [colin]      1.9.14cvs50
9055
9056         * src/procmsg.c
9057                 Call postfiltering hook anyway
9058
9059 2005-09-22 [colin]      1.9.14cvs49
9060
9061         * src/codeconv.c
9062         * src/codeconv.h
9063                 Add a strict mode that doesn't replace with _
9064         * src/compose.c
9065         * src/compose.h
9066                 Use strict conversion while sending
9067                 Fix race when drafting while sending (happens
9068                 on IMAP)
9069                 Fix d'n'd of messages from summaryview
9070         * src/prefs_common.c
9071         * src/prefs_common.h
9072                 add hidden utf8_instead_of_locale_for_broken_mail 
9073                 pref for people that preferred the default charset 
9074                 to be utf8 for broken mails
9075         * src/quote_fmt_parse.y
9076                 fix bug #815 (No quote insert if "From:" fied 
9077                 contained Russian letters)
9078         * src/summaryview.c
9079                 Fix d'n'd of messages to compose
9080
9081 2005-09-22 [paul]       1.9.14cvs48
9082
9083         * src/compose.c
9084                 fix bug where attachments Name entry
9085                 would display Path instead
9086
9087 2005-09-21 [paul]       1.9.14cvs47
9088
9089         * README
9090         * README.jp
9091         * configure.ac
9092         * config/config.rpath
9093         * doc/manual/en/sylpheed-20.html
9094         * doc/manual/es/sylpheed-20.html
9095         * po/bg.po
9096         * po/ca.po
9097         * po/de.po
9098         * po/es.po
9099         * po/fr.po
9100         * po/it.po
9101         * po/pt_BR.po
9102         * po/sk.po
9103         * po/zh_TW.po
9104         * src/account.c
9105         * src/account.h
9106         * src/action.c
9107         * src/action.h
9108         * src/adbookbase.h
9109         * src/addr_compl.c
9110         * src/addr_compl.h
9111         * src/addrbook.c
9112         * src/addrbook.h
9113         * src/addrcache.c
9114         * src/addrcache.h
9115         * src/addrcindex.c
9116         * src/addrcindex.h
9117         * src/addrclip.c
9118         * src/addrclip.h
9119         * src/addrdefs.h
9120         * src/addressadd.c
9121         * src/addressadd.h
9122         * src/addressbook.c
9123         * src/addressbook.h
9124         * src/addressitem.h
9125         * src/addrgather.c
9126         * src/addrgather.h
9127         * src/addrharvest.c
9128         * src/addrharvest.h
9129         * src/addrindex.c
9130         * src/addrindex.h
9131         * src/addritem.c
9132         * src/addritem.h
9133         * src/addrquery.c
9134         * src/addrquery.h
9135         * src/addrselect.c
9136         * src/addrselect.h
9137         * src/alertpanel.c
9138         * src/alertpanel.h
9139         * src/browseldap.c
9140         * src/browseldap.h
9141         * src/codeconv.c
9142         * src/codeconv.h
9143         * src/compose.c
9144         * src/compose.h
9145         * src/crash.c
9146         * src/crash.h
9147         * src/customheader.c
9148         * src/customheader.h
9149         * src/displayheader.c
9150         * src/displayheader.h
9151         * src/editaddress.c
9152         * src/editaddress.h
9153         * src/editbook.c
9154         * src/editbook.h
9155         * src/editgroup.c
9156         * src/editgroup.h
9157         * src/editjpilot.c
9158         * src/editjpilot.h
9159         * src/editldap.c
9160         * src/editldap.h
9161         * src/editldap_basedn.c
9162         * src/editldap_basedn.h
9163         * src/editvcard.c
9164         * src/editvcard.h
9165         * src/enriched.c
9166         * src/enriched.h
9167         * src/exphtmldlg.c
9168         * src/exphtmldlg.h
9169         * src/expldifdlg.c
9170         * src/expldifdlg.h
9171         * src/export.c
9172         * src/export.h
9173         * src/exporthtml.c
9174         * src/exporthtml.h
9175         * src/exportldif.c
9176         * src/exportldif.h
9177         * src/filtering.c
9178         * src/filtering.h
9179         * src/folder.c
9180         * src/folder.h
9181         * src/folder_item_prefs.c
9182         * src/folder_item_prefs.h
9183         * src/foldersel.c
9184         * src/foldersel.h
9185         * src/folderutils.c
9186         * src/folderutils.h
9187         * src/folderview.c
9188         * src/folderview.h
9189         * src/grouplistdialog.c
9190         * src/grouplistdialog.h
9191         * src/headerview.c
9192         * src/headerview.h
9193         * src/html.c
9194         * src/html.h
9195         * src/image_viewer.c
9196         * src/image_viewer.h
9197         * src/imap.c
9198         * src/imap.h
9199         * src/imap_gtk.c
9200         * src/imap_gtk.h
9201         * src/import.c
9202         * src/import.h
9203         * src/importldif.c
9204         * src/importldif.h
9205         * src/importmutt.c
9206         * src/importmutt.h
9207         * src/importpine.c
9208         * src/importpine.h
9209         * src/inc.c
9210         * src/inc.h
9211         * src/jpilot.c
9212         * src/jpilot.h
9213         * src/ldapctrl.c
9214         * src/ldapctrl.h
9215         * src/ldaplocate.c
9216         * src/ldaplocate.h
9217         * src/ldapquery.c
9218         * src/ldapquery.h
9219         * src/ldapserver.c
9220         * src/ldapserver.h
9221         * src/ldaputil.c
9222         * src/ldaputil.h
9223         * src/ldif.c
9224         * src/ldif.h
9225         * src/localfolder.c
9226         * src/localfolder.h
9227         * src/main.c
9228         * src/main.h
9229         * src/mainwindow.c
9230         * src/mainwindow.h
9231         * src/manual.c
9232         * src/manual.h
9233         * src/matcher.c
9234         * src/matcher.h
9235         * src/matcher_parser.h
9236         * src/matcher_parser_lex.l
9237         * src/matcher_parser_parse.y
9238         * src/mbox.c
9239         * src/mbox.h
9240         * src/message_search.c
9241         * src/message_search.h
9242         * src/messageview.c
9243         * src/messageview.h
9244         * src/mh.c
9245         * src/mh.h
9246         * src/mh_gtk.c
9247         * src/mh_gtk.h
9248         * src/mimeview.c
9249         * src/mimeview.h
9250         * src/msgcache.c
9251         * src/msgcache.h
9252         * src/mutt.c
9253         * src/mutt.h
9254         * src/news.c
9255         * src/news.h
9256         * src/news_gtk.c
9257         * src/news_gtk.h
9258         * src/noticeview.c
9259         * src/noticeview.h
9260         * src/partial_download.c
9261         * src/partial_download.h
9262         * src/pine.c
9263         * src/pine.h
9264         * src/pop.c
9265         * src/pop.h
9266         * src/prefs_account.c
9267         * src/prefs_account.h
9268         * src/prefs_actions.c
9269         * src/prefs_actions.h
9270         * src/prefs_common.c
9271         * src/prefs_common.h
9272         * src/prefs_compose_writing.c
9273         * src/prefs_compose_writing.h
9274         * src/prefs_customheader.c
9275         * src/prefs_customheader.h
9276         * src/prefs_display_header.c
9277         * src/prefs_display_header.h
9278         * src/prefs_ext_prog.c
9279         * src/prefs_ext_prog.h
9280         * src/prefs_filtering.c
9281         * src/prefs_filtering.h
9282         * src/prefs_filtering_action.c
9283         * src/prefs_filtering_action.h
9284         * src/prefs_folder_column.c
9285         * src/prefs_folder_column.h
9286         * src/prefs_folder_item.c
9287         * src/prefs_folder_item.h
9288         * src/prefs_fonts.c
9289         * src/prefs_fonts.h
9290         * src/prefs_gtk.c
9291         * src/prefs_gtk.h
9292         * src/prefs_image_viewer.c
9293         * src/prefs_image_viewer.h
9294         * src/prefs_matcher.c
9295         * src/prefs_matcher.h
9296         * src/prefs_message.c
9297         * src/prefs_message.h
9298         * src/prefs_msg_colors.c
9299         * src/prefs_msg_colors.h
9300         * src/prefs_other.c
9301         * src/prefs_other.h
9302         * src/prefs_quote.c
9303         * src/prefs_quote.h
9304         * src/prefs_receive.c
9305         * src/prefs_receive.h
9306         * src/prefs_send.c
9307         * src/prefs_send.h
9308         * src/prefs_spelling.c
9309         * src/prefs_spelling.h
9310         * src/prefs_summaries.c
9311         * src/prefs_summaries.h
9312         * src/prefs_summary_column.c
9313         * src/prefs_summary_column.h
9314         * src/prefs_template.c
9315         * src/prefs_template.h
9316         * src/prefs_themes.c
9317         * src/prefs_themes.h
9318         * src/prefs_toolbar.c
9319         * src/prefs_toolbar.h
9320         * src/prefs_wrapping.c
9321         * src/prefs_wrapping.h
9322         * src/privacy.c
9323         * src/privacy.h
9324         * src/procheader.c
9325         * src/procheader.h
9326         * src/procmime.c
9327         * src/procmime.h
9328         * src/procmsg.c
9329         * src/procmsg.h
9330         * src/quote_fmt.c
9331         * src/quote_fmt_parse.y
9332         * src/recv.c
9333         * src/recv.h
9334         * src/remotefolder.c
9335         * src/remotefolder.h
9336         * src/send_message.c
9337         * src/send_message.h
9338         * src/setup.c
9339         * src/setup.h
9340         * src/simple-gettext.c
9341         * src/sourcewindow.c
9342         * src/sourcewindow.h
9343         * src/ssl_manager.c
9344         * src/ssl_manager.h
9345         * src/statusbar.c
9346         * src/statusbar.h
9347         * src/stock_pixmap.c
9348         * src/stock_pixmap.h
9349         * src/summary_search.c
9350         * src/summary_search.h
9351         * src/summaryview.c
9352         * src/summaryview.h
9353         * src/syldap.c
9354         * src/syldap.h
9355         * src/textview.c
9356         * src/textview.h
9357         * src/toolbar.c
9358         * src/toolbar.h
9359         * src/undo.c
9360         * src/undo.h
9361         * src/unmime.c
9362         * src/unmime.h
9363         * src/vcard.c
9364         * src/vcard.h
9365         * src/wizard.c
9366         * src/wizard.h
9367         * src/common/base64.c
9368         * src/common/base64.h
9369         * src/common/defs.h
9370         * src/common/hooks.c
9371         * src/common/hooks.h
9372         * src/common/log.c
9373         * src/common/log.h
9374         * src/common/md5.c
9375         * src/common/md5.h
9376         * src/common/mgutils.c
9377         * src/common/mgutils.h
9378         * src/common/nntp.c
9379         * src/common/nntp.h
9380         * src/common/passcrypt.c
9381         * src/common/passcrypt.h.in
9382         * src/common/plugin.c
9383         * src/common/plugin.h
9384         * src/common/prefs.c
9385         * src/common/prefs.h
9386         * src/common/progressindicator.c
9387         * src/common/progressindicator.h
9388         * src/common/quoted-printable.c
9389         * src/common/quoted-printable.h
9390         * src/common/session.c
9391         * src/common/session.h
9392         * src/common/smtp.c
9393         * src/common/smtp.h
9394         * src/common/socket.c
9395         * src/common/socket.h
9396         * src/common/ssl.c
9397         * src/common/ssl.h
9398         * src/common/ssl_certificate.c
9399         * src/common/ssl_certificate.h
9400         * src/common/string_match.c
9401         * src/common/string_match.h
9402         * src/common/stringtable.c
9403         * src/common/sylpheed.c
9404         * src/common/sylpheed.h
9405         * src/common/template.c
9406         * src/common/template.h
9407         * src/common/timing.h
9408         * src/common/utils.c
9409         * src/common/utils.h
9410         * src/common/uuencode.c
9411         * src/common/uuencode.h
9412         * src/common/version.h.in
9413         * src/common/xml.c
9414         * src/common/xml.h
9415         * src/common/xmlprops.c
9416         * src/common/xmlprops.h
9417         * src/gtk/about.c
9418         * src/gtk/about.h
9419         * src/gtk/colorlabel.c
9420         * src/gtk/colorlabel.h
9421         * src/gtk/colorsel.c
9422         * src/gtk/colorsel.h
9423         * src/gtk/description_window.c
9424         * src/gtk/description_window.h
9425         * src/gtk/filesel.c
9426         * src/gtk/filesel.h
9427         * src/gtk/foldersort.c
9428         * src/gtk/foldersort.h
9429         * src/gtk/gtkutils.c
9430         * src/gtk/gtkutils.h
9431         * src/gtk/inputdialog.c
9432         * src/gtk/inputdialog.h
9433         * src/gtk/logwindow.c
9434         * src/gtk/logwindow.h
9435         * src/gtk/manage_window.c
9436         * src/gtk/manage_window.h
9437         * src/gtk/menu.c
9438         * src/gtk/menu.h
9439         * src/gtk/pluginwindow.c
9440         * src/gtk/pluginwindow.h
9441         * src/gtk/prefswindow.c
9442         * src/gtk/prefswindow.h
9443         * src/gtk/progressdialog.c
9444         * src/gtk/progressdialog.h
9445         * src/gtk/quicksearch.c
9446         * src/gtk/quicksearch.h
9447         * src/gtk/sslcertwindow.c
9448         * src/gtk/sslcertwindow.h
9449         * src/plugins/clamav/clamav_plugin.c
9450         * src/plugins/clamav/clamav_plugin.h
9451         * src/plugins/clamav/clamav_plugin_gtk.c
9452         * src/plugins/demo/demo.c
9453         * src/plugins/dillo_viewer/dillo_prefs.c
9454         * src/plugins/dillo_viewer/dillo_prefs.h
9455         * src/plugins/dillo_viewer/dillo_viewer.c
9456         * src/plugins/mathml_viewer/mathml_viewer.c
9457         * src/plugins/pgpcore/passphrase.c
9458         * src/plugins/pgpcore/passphrase.h
9459         * src/plugins/pgpcore/plugin.c
9460         * src/plugins/pgpcore/prefs_gpg.c
9461         * src/plugins/pgpcore/prefs_gpg.h
9462         * src/plugins/pgpcore/select-keys.c
9463         * src/plugins/pgpcore/select-keys.h
9464         * src/plugins/pgpcore/sgpgme.c
9465         * src/plugins/pgpcore/sgpgme.h
9466         * src/plugins/pgpinline/pgpinline.c
9467         * src/plugins/pgpinline/pgpinline.h
9468         * src/plugins/pgpinline/plugin.c
9469         * src/plugins/pgpmime/pgpmime.c
9470         * src/plugins/pgpmime/pgpmime.h
9471         * src/plugins/pgpmime/plugin.c
9472         * src/plugins/spamassassin/spamassassin.c
9473         * src/plugins/spamassassin/spamassassin.h
9474         * src/plugins/spamassassin/spamassassin_gtk.c
9475         * src/plugins/trayicon/trayicon.c
9476         * tools/OOo2sylpheed.pl
9477         * tools/acroread2sylpheed.pl
9478         * tools/asus_mailled.sh
9479         * tools/filter_conv.pl
9480         * tools/freshmeat_search.pl
9481         * tools/google_search.pl
9482         * tools/kmail2sylpheed.pl
9483         * tools/kmail2sylpheed_v2.pl
9484         * tools/maildir2sylpheed.pl
9485         * tools/multiwebsearch.pl
9486         * tools/newscache_clean.pl
9487         * tools/outlook2sylpheed.pl
9488         * tools/sylpheed-switcher
9489         * tools/update-po
9490         * tools/vcard2xml.py
9491         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9492                 update FSF address
9493
9494 2005-09-21 [colin]      1.9.14cvs46
9495
9496         * src/gedit-print.c
9497         * src/procmsg.c
9498         * src/procmsg.h
9499         * src/textview.c
9500         * src/summaryview.c
9501                 Remove some printing hacks (deselection/reselection),
9502                 which by the way fix printing the currently 
9503                 displayed mime part (still only text)
9504                 Plus a little optimisation of summary_show
9505
9506
9507 2005-09-20 [colin]      1.9.14cvs45
9508
9509         * src/mainwindow.c
9510         * src/messageview.c
9511                 GUI fixups: add accels, set message
9512                 view title to displayed mail's subject
9513         * src/prefs_spelling.c
9514         * src/gtk/gtkaspell.c
9515                 GUI fixups: allow underlining misspelled
9516                 words instead of coloring them (a11y!)
9517
9518 2005-09-19 [colin]
9519
9520         1.9.15rc3 released
9521
9522 2005-09-19 [colin]      1.9.14cvs44
9523
9524         * src/compose.c
9525                 Fix draft message
9526         * src/gtk/gtkaspell.c
9527                 Fix wrong test ;-)
9528
9529 2005-09-19 [colin]      1.9.14cvs43
9530
9531         * src/addressbook.c
9532                 Fix sensitivity of Delete button
9533         * src/compose.c
9534                 Warn if the requested Privacy system
9535                 is not available
9536         * src/exphtmldlg.c
9537         * src/expldifdlg.c
9538         * src/importldif.c
9539         * src/importmutt.c
9540         * src/importpine.c
9541                 Fix crappy UI
9542         * src/
9543         * src/ssl.h
9544         * src/prefs_account.h
9545         * src/prefs_account.c
9546                 Save SSL prefs even in builds that have
9547                 SSL support disable
9548         * src/imap.c
9549         * src/inc.c
9550         * src/news.c
9551         * src/send_message.c
9552                 Warn if connection should be secure, but
9553                 SSL support isn't compiled in
9554         * src/gtkaspell.c
9555                 Fix word separation on UTF-8 systems
9556                 Fixes bug #812 (Strange inline spellchecking)
9557         * src/compose.c
9558                 Warn if the requested Privacy system
9559                 is not available
9560                 Factorize offline warning
9561         * src/imap.c
9562         * src/imap_gtk.c
9563         * src/imap_gtk.h
9564         * src/inc.h
9565         * src/news_gtk.c
9566         * src/news_gtk.h
9567         * src/messageview.c
9568                 Factorize offline warning
9569
9570 2005-09-19 [paul]
9571
9572         1.9.15-rc2 released
9573
9574 2005-09-18 [colin]      1.9.14cvs42
9575
9576         * src/codeconv.c
9577         * src/codeconv.h
9578         * src/procmime.c
9579                 Add a way to get locale's charset ignoring utf-8,
9580                 and use that as default encoding for broken mails
9581
9582 2005-09-18 [colin]      1.9.14cvs41
9583
9584         * src/gtk/logwindow.c
9585                 Translate string. Patch by Fabien Vantard
9586
9587 2005-09-18 [colin]      1.9.14cvs40
9588
9589         * configure.ac
9590                 Fix bug #803 (IMAP/SSL support breaks with 
9591                 GnuTLS libetpan 0.38)
9592
9593 2005-09-18 [colin]      1.9.14cvs39
9594
9595         * src/codeconv.c
9596         * src/compose.c
9597         * src/procmime.c
9598                 More charsets fixes. Fixes bug #806 (non
9599                 ascii characters in subject line)
9600
9601 2005-09-17 [paul]       1.9.14cvs38
9602
9603         * src/folderview.c
9604         * src/mainwindow.c
9605                 fix gcc-2.95 issues
9606                 Patch by Pawel Pekala
9607
9608 2005-09-17 [colin]      1.9.14cvs37
9609
9610         * src/addrindex.c
9611                 bugfix for NO-USE LDAP compilation, patch 
9612                 by Fabien Vantard
9613
9614 2005-09-17 [colin]      1.9.14cvs36
9615
9616         * src/prefs_actions.c
9617         * src/prefs_customheader.c
9618         * src/prefs_display_header.c
9619         * src/prefs_filtering_action.c
9620         * src/prefs_matcher.c
9621         * src/prefs_toolbar.c
9622                 Fix strange casts (less elegant but
9623                 works better)
9624
9625 2005-09-16 [colin]      1.9.14cvs35
9626
9627         * src/jpilot.c
9628                 Missed that one
9629
9630 2005-09-16 [colin]      1.9.14cvs34
9631
9632         * configure.ac
9633         * src/Makefile.am
9634         * src/addr_compl.c
9635         * src/addrindex.c
9636         * src/browseldap.c
9637         * src/editldap.c
9638         * src/ldaplocate.c
9639         * src/ldapquery.c
9640         * src/ldapquery.h
9641         * src/ldapserver.c
9642         * src/ldapserver.h
9643         * src/main.c
9644         * src/matcher_parser_parse.y
9645         * src/prefs_themes.c
9646         * src/etpan/Makefile.am
9647         * src/gtk/description_window.c
9648         * src/plugins/clamav/Makefile.am
9649         * src/plugins/clamav/clamav_plugin.c
9650         * src/plugins/dillo_viewer/Makefile.am
9651         * src/plugins/pgpcore/Makefile.am
9652         * src/plugins/pgpinline/Makefile.am
9653         * src/plugins/pgpmime/Makefile.am
9654         * src/plugins/trayicon/Makefile.am
9655                 Fix 100% cpu usage in address completion list
9656                 Fix little bugs (return with no values etc)
9657                 Fix all warnings (with common CFLAGS)
9658
9659 2005-09-15 [colin]      1.9.14cvs33
9660
9661         * src/addressbook.c
9662                 Fix bug where sometimes a group's email list is empty,
9663                 force its refresh (probably fixes "Re: how to create a 
9664                 distribution list")
9665         * src/ldapquery.c
9666                 Don't return to the callback in the main thread from the
9667                 fetch thread (or face segs!)
9668
9669 2005-09-15 [paul]       1.9.14cvs32
9670
9671         * src/prefs_matcher.c
9672                 forgotten in last commit
9673
9674 2005-09-15 [paul]       1.9.14cvs31
9675
9676         * src/prefs_actions.c
9677         * src/prefs_filtering_action.c
9678         * src/prefs_quote.c
9679         * src/quote_fmt.c
9680         * src/summaryview.c
9681         * src/gtk/description_window.c
9682         * src/gtk/description_window.h
9683         * src/gtk/quicksearch.c
9684                 allow interaction with the called
9685                 description window
9686                 Patch by Anders Hammar
9687
9688 2005-09-14 [paul]       1.9.14cvs30
9689
9690         * src/compose.c
9691                 fix a little annoyance when pasting with 3rd button 
9692                 with wrap_pastes=0 and wrap_input=1
9693                 Patch by Colin
9694
9695 2005-09-14 [paul]       1.9.14cvs29
9696
9697         * src/prefs_account.c
9698                 disable 'Filter messages on receiving' for
9699                 SMTP-only accounts
9700                 Patch  by Anders Hammar
9701
9702 2005-09-14 [paul]       1.9.14cvs28
9703
9704         * po/sk.po
9705                 fix crash
9706                 updated by Andrej Kacian
9707
9708 2005-09-14 [paul]
9709
9710         1.9.15-rc1 released
9711
9712 2005-09-14 [paul]       1.9.14cvs27
9713
9714         * po/es.po
9715                 updated by Ricardo Mones Lastra
9716         * src/compose.c
9717         * src/compose.h
9718                 associate no_wrap_tags to Compose windows
9719                 instead of using a static one
9720                 Patch by Colin
9721         * src/mbox.c
9722                 fix proc_mbox()
9723                 Patch by wwp
9724         * src/textview.c
9725                 remove unneeded printf()
9726
9727 2005-09-14 [paul]       1.9.14cvs26
9728
9729         * src/addrcache.c
9730         * src/codeconv.h
9731         * src/folder.h
9732         * src/mainwindow.h
9733         * src/mh.c
9734         * src/mimeview.h
9735         * src/partial_download.c
9736         * src/pop.c
9737         * src/prefs_account.c
9738         * src/prefs_account.h
9739         * src/prefs_actions.c
9740         * src/prefs_customheader.c
9741         * src/prefs_display_header.c
9742         * src/prefs_filtering_action.c
9743         * src/prefs_matcher.c
9744         * src/prefs_toolbar.c
9745         * src/privacy.h
9746         * src/procmime.c
9747         * src/procmime.h
9748         * src/procmsg.h
9749         * src/textview.c
9750         * src/undo.h
9751         * src/common/plugin.c
9752         * src/common/session.h
9753         * src/common/socket.c
9754         * src/common/socket.h
9755         * src/common/template.c
9756         * src/gtk/gtkaspell.c
9757         * src/gtk/quicksearch.h
9758         * src/plugins/pgpcore/passphrase.c
9759         * src/plugins/pgpcore/prefs_gpg.h
9760         * src/plugins/pgpcore/select-keys.c
9761         * src/plugins/pgpcore/select-keys.h
9762         * src/plugins/pgpcore/sgpgme.c
9763         * src/plugins/pgpinline/pgpinline.c
9764         * src/plugins/pgpmime/pgpmime.c
9765         * src/plugins/trayicon/trayicon.c
9766                 fix compilation warnings
9767                 Patch by Daniel Gustafson
9768
9769 2005-09-14 [paul]       1.9.14cvs25
9770
9771         * src/addressbook.c
9772                 add missing column header, and other small
9773                 bug fixes
9774                 Patch by Anders Hammar
9775
9776 2005-09-13 [colin]      1.9.14cvs24
9777
9778         * src/gtk/gtkaspell.c
9779                 Fix non-utf8 in menu
9780                 Fix little leaks
9781                 Nullify struct members after free()s
9782
9783 2005-09-13 [colin]      1.9.14cvs23
9784
9785         * src/compose.c
9786                 Test utf8 compliance before inserting to 
9787                 buffer, and try to convert if necessary
9788         * src/procmime.c
9789                 If no charset is present, use the locale 
9790                 one instead of us-ascii
9791         * src/procmsg.c
9792                 Add Sender, List-Post and To in the checked 
9793                 headers for automatic rules creation 
9794                 (thanks to wwp)
9795         * src/prefs_themes.c
9796         * src/gtk/gtkaspell.c
9797                 Remove deprecated functions. 
9798                 patch by Daniel Gustafson
9799
9800 2005-09-12 [colin]      1.9.14cvs22
9801
9802         * src/compose.c
9803                 Fix bug #448 (Scrolling/Redraw issue with 
9804                 address-fields in Header)
9805         * src/mainwindow.c
9806         * src/summaryview.c
9807         * src/summaryview.h
9808                 Fix loss of MSG_MARKED on move/copy
9809                 Fix bug #804 (Quicksearch togglebutton doesn't 
9810                 get depressed after '/' key is pressed)
9811
9812 2005-09-12 [paul]       1.9.14cvs21
9813
9814         * AUTHORS
9815         * src/gtk/logwindow.c
9816                 add 'Clear Log' to popup menu
9817                 Patch by Anders Hammar <anders.hammar@telia.com>
9818
9819 2005-09-12 [paul]       1.9.14cvs20
9820
9821         * src/compose.c
9822                 set correct sensitivity on attachments
9823                 popup menu
9824         * src/folder.c
9825                 fix typo
9826         * src/prefs_spelling.c
9827                 fix crash when no LANG env is set
9828         * src/common/xml.c
9829                 fix crash in wizard
9830                 don't use memeory after free
9831
9832         All patches by Daniel Gustafson
9833
9834 2005-09-12 [paul]       1.9.14cvs19
9835
9836         * src/prefs_themes.c
9837                 make theme info selectable
9838         * src/gtk/description_window.c
9839                 make window non-modal
9840         * tools/README
9841                 add details of asus_mailed.sh
9842         * tools/claws.i18n.status.pl
9843                 update for new zh_TW translator
9844                 widen the output
9845                 create alternate coloured lines
9846                 improve readability
9847
9848 2005-09-10 [colin]      1.9.14cvs18
9849
9850         * src/plugins/pgpcore/select-keys.c
9851                 Better order for the buttons
9852
9853 2005-09-10 [colin]      1.9.14cvs17
9854
9855         * src/compose.c
9856         * src/plugins/pgpcore/select-keys.c
9857         * src/plugins/pgpcore/select-keys.h
9858         * src/plugins/pgpcore/sgpgme.c
9859                 Add a "Don't encrypt" button to the key
9860                 selection dialog. Fixes bug #177 (There should be a 
9861                 'Don't encrypt button in the Select Keys dialog)
9862
9863 2005-09-10 [colin]      1.9.14cvs16
9864
9865         * src/compose.c
9866                 Fix bug #572 (%X option does not work with templates)
9867
9868 2005-09-10 [colin]      1.9.14cvs15
9869
9870         * src/toolbar.c 
9871                 Remove g_print
9872
9873 2005-09-10 [colin]      1.9.14cvs14
9874
9875         * src/imap.c
9876                 Fix a possible crash
9877
9878 2005-09-09 [colin]      1.9.14cvs13
9879
9880         * src/imap.c
9881         * src/etpan/imap-thread.c
9882         * src/etpan/imap-thread.h
9883                 Fix moving from queue or drafts to normal folders
9884                 Fix bug #794 (No way to delete without expunging)
9885                 Take flags unset by other mailers into account
9886                 Take deleted flag set by other mailers into account
9887                 Fix unsetting REPLIED flag
9888                 Fix crash when capabilities can't be retrieved
9889         * src/mainwindow.c
9890         * src/mainwindow.h
9891                 Add M_DELAYED_FLAGS condition, and let the user use
9892                 Execute in order to be able to expunge deleted mails,
9893                 even if he's not in delayed execute mode
9894         * src/prefs_spelling.c
9895                 Use 'en' dictionary by default if LANG is POSIX or C
9896         * src/gtk/prefswindow.c
9897                 Fix bug #767 (Preferences windows expanding) by making
9898                 the window a bit larger when the resolution is greater
9899                 than 640x480, and by putting the prefs in a
9900                 GtkScrolledWindow.
9901
9902 2005-09-09 [paul]       1.9.14cvs12
9903
9904         * AUTHORS
9905         * configure.ac
9906         * po/zh_TW.Big5.po      ** REMOVED **
9907         * po/zh_TW.po           ** ADDED **
9908                 updated by Wei-Lun Chao
9909
9910 2005-09-09 [paul]       1.9.14cvs11
9911
9912         * src/mainwindow.c
9913                 fix asserts
9914         * src/common/xml.c
9915                 delay memory allocation until file is
9916                 opened successfully
9917                 Patch by Daniel Gustafson
9918
9919 2005-09-09 [colin]      1.9.14cvs10
9920
9921         * src/imap.c
9922                 Add guards
9923
9924 2005-09-08 [colin]      1.9.14cvs9
9925
9926         * src/compose.c
9927                 Alert when we can't save draft
9928                 Fix various wrap/color issues
9929                 Add mid-click pasting respecting wrap_paste option
9930         * src/folder.c
9931         * src/folder.h
9932         * src/folder_item_prefs.c
9933         * src/folder_item_prefs.h
9934         * src/imap.c
9935         * src/imap_gtk.c
9936         * src/imap_gtk.h
9937         * src/main.c
9938         * src/mainwindow.c
9939         * src/mainwindow.h
9940         * src/news.c
9941         * src/news_gtk.c
9942         * src/news_gtk.h
9943         * src/prefs_folder_item.c
9944                 Fix the impossibility to synchronise folders for
9945                 offline use (IMAP and NNTP are concerned)
9946
9947 2005-09-08 [colin]      1.9.14cvs8
9948
9949         * configure.ac
9950                 Build LDAP and JPilot by default if available
9951         * src/textview.c
9952                 Fix use after free
9953
9954 2005-09-08 [paul]       1.9.14cvs7
9955
9956         * doc/manual/en/sylpheed-1.html
9957         * doc/manual/en/sylpheed-18.html
9958         * doc/manual/en/sylpheed-19.html
9959         * doc/manual/en/sylpheed-4.html
9960         * doc/manual/en/sylpheed-6.html
9961         * doc/manual/en/sylpheed.html
9962                 a few minor updates, plus include some
9963                 details about plugins and their requirements
9964         * src/mainwindow.c
9965                 minor changes to English in /View/Sort
9966
9967 2005-09-07 [colin]      1.9.14cvs6
9968
9969         * doc/manual/en/sylpheed-1.html
9970         * doc/manual/en/sylpheed-10.html
9971         * doc/manual/en/sylpheed-11.html
9972         * doc/manual/en/sylpheed-12.html
9973         * doc/manual/en/sylpheed-13.html
9974         * doc/manual/en/sylpheed-14.html
9975         * doc/manual/en/sylpheed-15.html
9976         * doc/manual/en/sylpheed-16.html
9977         * doc/manual/en/sylpheed-17.html
9978         * doc/manual/en/sylpheed-18.html
9979         * doc/manual/en/sylpheed-19.html
9980         * doc/manual/en/sylpheed-2.html
9981         * doc/manual/en/sylpheed-20.html
9982         * doc/manual/en/sylpheed-21.html
9983         * doc/manual/en/sylpheed-22.html
9984         * doc/manual/en/sylpheed-3.html
9985         * doc/manual/en/sylpheed-4.html
9986         * doc/manual/en/sylpheed-5.html
9987         * doc/manual/en/sylpheed-6.html
9988         * doc/manual/en/sylpheed-7.html
9989         * doc/manual/en/sylpheed-8.html
9990         * doc/manual/en/sylpheed-9.html
9991         * doc/manual/en/sylpheed.html
9992                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
9993
9994 2005-09-07 [colin]      1.9.14cvs5
9995
9996         * src/mainwindow.c
9997                 Make labels more to-the-point
9998
9999 2005-09-07 [colin]      1.9.14cvs4
10000
10001         * doc/manual/en/sylpheed-1.html
10002         * doc/manual/en/sylpheed-12.html
10003         * doc/manual/en/sylpheed-13.html
10004         * doc/manual/en/sylpheed-14.html
10005         * doc/manual/en/sylpheed-15.html
10006         * doc/manual/en/sylpheed-16.html
10007         * doc/manual/en/sylpheed-17.html
10008         * doc/manual/en/sylpheed-18.html
10009         * doc/manual/en/sylpheed-19.html
10010         * doc/manual/en/sylpheed-2.html
10011         * doc/manual/en/sylpheed-20.html
10012         * doc/manual/en/sylpheed-21.html
10013         * doc/manual/en/sylpheed-22.html
10014         * doc/manual/en/sylpheed-4.html
10015         * doc/manual/en/sylpheed-5.html
10016         * doc/manual/en/sylpheed-6.html
10017         * doc/manual/en/sylpheed-7.html
10018         * doc/manual/en/sylpheed-8.html
10019         * doc/manual/en/sylpheed-9.html
10020         * doc/manual/en/sylpheed.html
10021                 Update manual
10022
10023 2005-09-07 [colin]      1.9.14cvs3
10024
10025         * doc/faq/en/sylpheed-faq-1.html
10026         * doc/faq/en/sylpheed-faq-2.html
10027         * doc/faq/en/sylpheed-faq-3.html
10028         * doc/faq/en/sylpheed-faq.html
10029                 Update FAQ
10030
10031 2005-09-07 [colin]      1.9.14cvs2
10032
10033         * src/folderview.c
10034         * src/procmsg.c
10035         * src/summaryview.c
10036         * src/toolbar.c
10037                 Fix special subfolders:
10038                 - Inherit parent's icon
10039                 - sent contents of queues subfolders
10040                 - empty subfolders of trashes
10041         * src/mainwindow.c
10042                 Remove outdated manual and faq entries
10043         * src/common/utils.c
10044                 Add quotes around %s coming from mailcap
10045
10046 2005-09-07 [colin]      1.9.14cvs1
10047
10048         * src/compose.c
10049                 After saving draft, set modified to FALSE
10050         * src/mimeview.c
10051         * src/common/utils.c
10052         * src/common/utils.h
10053                 Try to open mime parts using what is 
10054                 indicated in ~/.mailcap or /etc/mailcap,
10055                 if possible.
10056
10057 2005-09-05 [paul]       1.9.14
10058
10059         1.9.14 released
10060
10061         * po/sk.po
10062                 updated by Andrej Kacian
10063
10064 2005-09-05 [paul]       1.9.13cvs83
10065
10066         * po/de.po
10067         * po/es.po
10068         * po/fi.po
10069         * po/fr.po
10070         * po/nb.po
10071         * po/pt_BR.po
10072         * po/sr.po
10073                 updated translations by Thomas Gilgin, Ricardo Mones
10074                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
10075                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
10076
10077 2005-09-04 [paul]       1.9.13cvs82
10078
10079         * src/compose.c
10080                 only warn about exceeded line length limit
10081                 on send
10082
10083 2005-09-04 [paul]       1.9.13cvs81
10084
10085         * src/compose.c
10086                 fix crash in 'line length exceeded' dialogue
10087
10088 2005-09-02 [paul]       1.9.13cvs80
10089
10090         * src/imap.c
10091                 fix bug 795, 'Connection lost IMAP'
10092                 and add statusbar prints
10093                 Patch by Colin
10094
10095 2005-09-02 [paul]       1.9.13cvs79
10096
10097         * src/compose.c
10098                 compose_wrap_paragraph() becomes
10099                 compose_beautify_paragraph()
10100                 Patch by Colin
10101
10102 2005-09-02 [colin]      1.9.13cvs78
10103
10104         * src/folderview.c
10105                 Micro-fix
10106
10107 2005-09-01 [colin]      1.9.13cvs77
10108
10109         * src/imap.c
10110                 Maybe fix bug #795 (Connection lost IMAP)
10111                 Don't try to send logout when we're disconnected.
10112         * src/summaryview.c
10113                 Include locked and marked emails in HRM
10114                 view. Fixes bug #800 (Locked messages no longer 
10115                 show up when hide read messages is used)
10116
10117 2005-09-01 [paul]       1.9.13cvs76
10118
10119         * src/prefs_common.c
10120                 fix bad cutting
10121
10122 2005-08-31 [colin]      1.9.13cvs75
10123
10124         * src/folderview.c
10125         * src/folderview.h
10126         * src/prefs_summaries.c
10127         * src/summaryview.c
10128                 Fix "go to next new", fix preference
10129                 (Open unread/next swapped)
10130
10131 2005-08-31 [paul]       1.9.13cvs74
10132
10133         * src/compose.c
10134         * src/folderview.c
10135         * src/headerview.c
10136         * src/headerview.h
10137         * src/mainwindow.c
10138         * src/prefs_common.c
10139         * src/prefs_common.h
10140         * src/prefs_fonts.c
10141         * src/summaryview.c
10142         * src/textview.c
10143         * src/common/defs.h
10144                 remove obsolete BOLD_FONT setting
10145                 fix font update in headerview and textview
10146                 headers after prefs change
10147                 Patch By Colin
10148
10149 2005-08-31 [paul]
10150
10151         1.9.14-rc4 released
10152
10153 2005-08-30 [colin]      1.9.13cvs73
10154
10155         * src/summaryview.c
10156                 When Hide read messages is selected and we
10157                 refresh the summaryview, don't remove the 
10158                 currently displayed message. Fixes bug #797
10159                 (Summary view reloads when new mail is 
10160                 downloaded in 1.9.14 rc)
10161
10162 2005-08-30 [colin]      1.9.13cvs72
10163
10164         * src/folderview.c
10165                 Fix flickering
10166         * src/mainwindow.c
10167                 Remove useless callback
10168         * src/mimeview.c
10169         * src/gtk/filesel.c
10170         * src/gtk/filesel.h
10171                 Add a filesel_select_file_save_folder() - used by Save All
10172
10173 2005-08-29 [paul]       1.9.13cvs71
10174
10175         * AUTHORS
10176         * src/matcher_parser_parse.y
10177         * src/etpan/imap-thread.c
10178                 fix building on FreeBSD
10179                 Patch by Daniel Gustafson <daniel@hobbit.se>
10180
10181 2005-08-29 [paul]       1.9.13cvs70
10182
10183         * src/plugins/pgpinline/pgpinline.c
10184                 only initialise sig result if it's been handled
10185                 Patch by Colin
10186
10187 2005-08-29 [paul]       1.9.13cvs69
10188         
10189         Patches by Colin:
10190
10191         * src/imap.c
10192         * src/common.utils.c
10193         * src/common/utils.h
10194                 optimisation
10195         * src/stock_pixmap.h
10196                 fix wrong icon reference
10197         * src/pixmaps/trash_btn.xpm
10198                 replace with nicer image
10199
10200 2005-08-28 [colin]      1.9.13cvs68
10201
10202         * src/Makefile.am
10203         * src/stock_pixmap.c
10204         * src/stock_pixmap.h
10205         * src/toolbar.c
10206         * src/pixmaps/trash_btn.xpm
10207                 Add a specific trash xpm for the button
10208
10209 2005-08-28 [colin]      1.9.13cvs67
10210
10211         * src/imap.c
10212                 Fix leak
10213
10214 2005-08-27 [colin]      1.9.13cvs66
10215
10216         * src/imap.c
10217         * src/procmime.c
10218                 Correctly fix "Problem with replies", fixes
10219                 pgpmime encryption too. 
10220
10221 2005-08-27 [colin]      1.9.13cvs65
10222
10223         * src/folder.c
10224         * src/procmsg.c
10225         * src/procmsg.h
10226         * src/summaryview.c
10227                 Fix bug #517 (messages removed from summaryview 
10228                 when moving fails)
10229
10230 2005-08-27 [colin]      1.9.13cvs64
10231
10232         * tools/Makefile.am
10233         * tools/asus_mailled.sh
10234                 Add a script to blink ASUS laptops' mail LED where there
10235                 is unread mail.
10236
10237 2005-08-27 [colin]      1.9.13cvs63
10238
10239         * src/imap.c
10240         * src/etpan/imap-thread.c
10241         * src/etpan/imap-thread.h
10242                 Implement automatic choosing of login method
10243                 Fixes bug #791
10244         * src/gtk/.cvsignore
10245                 Add sylpheed-marshal.[ch]
10246
10247 2005-08-27 [colin]      1.9.13cvs62
10248
10249         * src/common/utils.c
10250                 Fix confusing perror
10251
10252 2005-08-27 [colin]      1.9.13cvs61
10253
10254         * src/toolbar.c
10255         * src/toolbar.h
10256                 Remove A_DELETE, replace it with 
10257                 A_TRASH and A_DELETE_REAL. Automatically
10258                 rewrite config files to replace A_DELETE
10259                 with A_TRASH (no functionality change).
10260                 Fixes half of #794
10261
10262 2005-08-26 [colin]      1.9.13cvs60
10263
10264         * src/procmime.c
10265                 Previous "Problem with replies" fix brought other
10266                 problems, fixing them
10267
10268 2005-08-26 [colin]      1.9.13cvs59
10269
10270         * src/procmime.c
10271                 Fix "Problem with replies". This happened only
10272                 on IMAP...
10273         * src/procmsg.c
10274                 Factorize code a bit
10275         * src/compose.c
10276                 Speed improvement on very long messages (wrapping)
10277                 Fix signature color on Reedit and Redirect
10278                 On Reedit, don't attach pgp-signatures parts, but
10279                 set signing to On.
10280
10281 2005-08-24 [paul]       1.9.13cvs58
10282
10283         * src/compose.c
10284                 don't claim success when clicking
10285                 Cancel on the passphrase box.
10286                 Patch by Colin
10287
10288 2005-08-24 [paul]       1.9.13cvs57
10289
10290         * src/main.c
10291                 fix misplaced sylpheed.log
10292         * src/common/defs.h
10293                 define UIDL_DIR
10294
10295 2005-08-24 [paul]       1.9.13cvs56
10296
10297         * src/imap.c
10298         * src/etpan/imap-thread.c
10299         * src/etpan/imap-thread.h
10300                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
10301                 Patch by Colin
10302         * src/gtk/sylpheed-marshal.c    ** REMOVED **
10303         * src/gtk/sylpheed-marshal.h    ** REMOVED **
10304                 remove autogenerated files
10305         * tools/kdeservicemenu/README
10306         * tools/kdeservicemenu/install.sh
10307         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10308         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10309                 use Claws icon, use 'Sylpheed-Claws' in menu,
10310                 use kdialog, and other cleanups
10311
10312 2005-08-23 [paul]       1.9.13cvs55
10313
10314         * src/compose.c
10315                 fix paste/wrap crash
10316                 Patch by Colin
10317
10318 2005-08-23 [paul]       1.9.13cvs54
10319
10320         * src/main.c
10321                 fix crash recovery
10322                 Patch by Colin
10323
10324 2005-08-23 [paul]       1.9.13cvs53
10325
10326         * src/addressbook.c
10327         * src/editaddress.c
10328                 view all data of LDAP contacts
10329                 Patch by Colin
10330
10331 2005-08-23 [paul]       1.9.13cvs52
10332
10333         * src/addressbook.c
10334                 fix issues with the Search field
10335                 Patch by Colin
10336
10337 2005-08-22 [paul]       1.9.13cvs51
10338
10339         * src/folderview.c
10340                 put name of folder in processing dialog
10341                 title
10342         * src/prefs_folder_item.c
10343                 improve english usage
10344
10345 2005-08-22 [paul]       1.9.13cvs50
10346
10347         * src/filtering.c
10348         * src/filtering.h
10349         * src/matcher.c
10350         * src/matcher_parser_lex.l
10351         * src/matcher_parser_parse.y
10352         * src/prefs_filtering.c
10353                 add Filtering/Processing rule names feature.
10354                 (the incompatible old matcherrc is saved as
10355                 matcherrc.pre_names).
10356                 Patch by Colin
10357
10358 2005-08-22 [paul]       1.9.13cvs49
10359
10360         * src/procmsg.c
10361                 fix colour labelling
10362                 Patch by Colin
10363
10364 2005-08-22 [paul]       1.9.13cvs48
10365
10366         * src/textview.c
10367                 fix open_image_cb()
10368
10369 2005-08-22 [paul]       1.9.13cvs47
10370
10371         * src/imap.c
10372                 fix bug 789, 'SC crashes with imap (CVS ver)'
10373                 Patch by Colin
10374
10375 2005-08-22 [paul]       1.9.13cvs46
10376
10377         * src/mimeview.c
10378         * src/prefs_common.c
10379         * src/common/defs.h
10380                 define reused defaults in defs.h
10381         * src/textview.c
10382                 add 'Open image' to image popup menu
10383
10384 2005-08-21 [colin]      1.9.13cvs45
10385
10386         * src/summaryview.c
10387                 Fix bug #788 (Bogus "From" address displayed)
10388
10389 2005-08-20 [colin]      1.9.13cvs44
10390
10391         * src/folder.c
10392                 Fix buf #787 (multilevel delete causes SIGSEGV)
10393
10394 2005-08-19 [colin]      1.9.13cvs43
10395
10396         * src/inc.c
10397         * src/prefs_common.c
10398         * src/prefs_common.h
10399                 Add an hidden pref to allow modifying the
10400                 update stepping in incorporation.
10401                 Patch by wwp.
10402
10403 2005-08-19 [colin]      1.9.13cvs42
10404
10405         * src/compose.c
10406         * src/procmime.c
10407                 Workaround for broken MUAs: encode 
10408                 Content-type: name: as ASCII and 
10409                 Content-Disposition: filename: as
10410                 per rfc2231
10411         * src/prefs_account.c
10412                 Fix invisible-ness of SMTP SSL prefs
10413                 in NNTP accounts
10414
10415 2005-08-19 [paul]       1.9.13cvs41
10416
10417         * src/compose.c
10418         * src/prefs_common.c
10419         * src/prefs_common.h
10420         * src/prefs_wrapping.c
10421                 paste with or without wrapping.
10422                 patch by Colin
10423
10424 2005-08-19 [paul]       1.9.13cvs40
10425
10426         * src/prefs_common.c
10427         * src/prefs_common.h
10428         * src/summaryview.c
10429                 reintroduce enable_swap_from as a
10430                 hidden pref. patch by Colin
10431         * src/quote_fmt_parse.y
10432         * src/plugins/clamav/clamav_plugin.c
10433         * src/plugins/dillo_viewer/dillo_viewer.c
10434         * src/plugins/mathml_viewer/mathml_viewer.c
10435         * src/plugins/pgpcore/sgpgme.c
10436         * src/plugins/pgpinline/pgpinline.c
10437         * src/plugins/pgpmime/pgpmime.c
10438                 tidy up. patch by Colin
10439
10440 2005-08-19 [paul]       1.9.13cvs39
10441
10442         * configure.ac
10443                 complete cvs38's sync
10444         * src/editaddress.c
10445         * src/gedit-print.c
10446         * src/mutt.c
10447         * src/etpan/etpan-log.c
10448         * src/etpan/imap-thread.c
10449         * src/gtk/gtksourceprintjob.c
10450                 fix compilation warnings
10451                 (patch by Colin)
10452
10453 2005-08-19 [paul]       1.9.13cvs38
10454
10455         sync with main:
10456
10457         * src/account.c
10458         * src/action.c
10459         * src/addrbook.c
10460         * src/addrcache.c
10461         * src/addrharvest.c
10462         * src/addrindex.c
10463         * src/codeconv.c
10464         * src/compose.c
10465         * src/crash.c
10466         * src/exporthtml.c
10467         * src/exportldif.c
10468         * src/folder.c
10469         * src/image_viewer.c
10470         * src/inc.c
10471         * src/inc.h
10472         * src/jpilot.c
10473         * src/ldif.c
10474         * src/main.c
10475         * src/matcher.c
10476         * src/mbox.c
10477         * src/messageview.c
10478         * src/mh.c
10479         * src/mimeview.c
10480         * src/msgcache.c
10481         * src/mutt.c
10482         * src/news.c
10483         * src/partial_download.c
10484         * src/pine.c
10485         * src/pop.c
10486         * src/prefs_actions.c
10487         * src/prefs_common.c
10488         * src/prefs_customheader.c
10489         * src/prefs_display_header.c
10490         * src/prefs_gtk.c
10491         * src/prefs_themes.c
10492         * src/procheader.c
10493         * src/procmime.c
10494         * src/procmsg.c
10495         * src/recv.c
10496         * src/send_message.c
10497         * src/simple-gettext.c
10498         * src/sourcewindow.c
10499         * src/textview.c
10500         * src/vcard.c
10501         * src/common/defs.h
10502         * src/common/log.c
10503         * src/common/plugin.c
10504         * src/common/prefs.c
10505         * src/common/session.c
10506         * src/common/session.h
10507         * src/common/socket.c
10508         * src/common/socket.h
10509         * src/common/ssl_certificate.c
10510         * src/common/template.c
10511         * src/common/utils.c
10512         * src/common/utils.h
10513         * src/common/xml.c
10514         * src/gtk/about.c
10515         added wrappers for C library function that
10516                 take pathname arguments.
10517                 enabled compilation with MinGW.
10518                 use GDir instead of directly using opendir().
10519                 added rename_force().
10520
10521 2005-08-19 [paul]       1.9.13cvs37
10522         
10523         patches by Colin:
10524         * src/compose.c
10525                 fix privacy settings on re-editing
10526                 a sent message
10527         * src/jpilot.c
10528                 fix encoding bug
10529         * src/folder.c
10530         * src/procmsg.c
10531         * src/procmsg.h
10532         * src/summaryview.c
10533                 flag changing optimisation
10534
10535 2005-08-18 [martin]     1.9.13cvs36
10536
10537         * commitHelper
10538             added my login
10539         * src/addrcache.c
10540         * src/addrharvest.c
10541         * src/addrindex.c
10542         * src/compose.c
10543         * src/grouplistdialog.c
10544         * src/main.c
10545         * src/mainwindow.c
10546         * src/msgcache.c
10547         * src/mutt.c
10548         * src/pine.c
10549         * src/prefs_account.c
10550         * src/prefs_themes.c
10551         * src/stock_pixmap.c
10552         * src/summaryview.c
10553         * src/gtk/about.c
10554         * src/gtk/logwindow.c
10555             removed deprecated glib and gdk stuff
10556         * src/plugins/pgpcore/select-keys.c
10557             convert attributes from locale to utf8
10558
10559 2005-08-17 [paul]       1.9.13cvs35
10560
10561         * src/account.c
10562         * src/addressbook.c
10563                 use new GTK_STOCK_ icons if available
10564         * src/summaryview.c
10565         * src/gtk/gtksctree.c
10566         * src/gtk/gtksctree.h
10567                 faster range select. patch by Colin
10568
10569 2005-08-17 [paul]       1.9.13cvs34
10570
10571         patches by colin:
10572         * src/addressbook.c
10573         * src/addressitem.h
10574                 Add an edit button for contacts, fix selections
10575                 of gtksctree items
10576         * src/editaddress.c
10577                 Change labels, let Save be always possible in the
10578                 email and user atributes tabs
10579         * src/folderview.c
10580                 fix sort issues
10581         * src/summaryview.c
10582                 select next item instead of the displayed one
10583                 after deletion
10584
10585         * src/gtk/progressdialog.c
10586                 use prefs_common.enable_rules_hint
10587
10588 2005-08-13 [hoa]        1.9.13cvs33
10589
10590         * src/etpan/imap-thread.c
10591                 fixed build on Solaris.
10592
10593 2005-08-10 [colin]      1.9.13cvs32
10594
10595         * src/procmsg.c
10596                 Fix cvs31 (missing fclose before reading
10597                 the file)
10598
10599 2005-08-10 [colin]      1.9.13cvs31
10600
10601         * src/procmsg.c
10602                 Fix procmsg_msginfo_new_from_mimeinfo() when
10603                 the MimeInfo isn't stored in memory. This fixes
10604                 replying to an attached message.
10605
10606 2005-08-10 [colin]      1.9.13cvs30
10607
10608         * src/mainwindow.c
10609                 Fix slowness in account changing
10610
10611 2005-08-10 [colin]      1.9.13cvs29
10612
10613         * src/folder.c
10614         * src/folderutils.c
10615         * src/folderview.c
10616         * src/imap_gtk.c
10617         * src/mainwindow.c
10618         * src/mh_gtk.c
10619         * src/procmsg.c
10620         * src/summaryview.c
10621                 Optimize folder_has_parent_of_type
10622                 Prevent moving special sub-folders from contextual menus
10623                 Rework message a bit ("Empty all messages" -> "Delete all
10624                 messages")
10625                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
10626                 and "Deleted Items" folders)
10627
10628 2005-08-08 [colin]      1.9.13cvs28
10629
10630         * src/summaryview.c
10631         * src/prefs_summaries.c
10632                 Make "Select first unread|new" more flexible
10633                 (just prioritize new or unread)
10634
10635 2005-08-08 [colin]      1.9.13cvs27
10636
10637         * src/summaryview.c
10638                 If "select first new" is selected and there only
10639                 are unread messages, fallback to "select first
10640                 unread".
10641
10642 2005-08-08 [colin]      1.9.13cvs26
10643
10644         * src/folder.c
10645                 Fix shameful bugs (and bug #779)
10646
10647 2005-08-08 [colin]      1.9.13cvs25
10648
10649         * src/folder.c
10650         * src/folder.h
10651                 Cache parents' type to make folder_has_parent_of_type
10652                 faster
10653         * src/folderview.c
10654                 Forbid DnD of special sub-folders
10655         * src/procmsg.c
10656         * src/procmsg.h
10657                 Add MAIL_POSTFILTERING_HOOK
10658         * src/summaryview.c
10659                 Revert over-zealous deletion of the use_addr_book 
10660                 code
10661
10662 2005-08-07 [colin]      1.9.13cvs24
10663
10664         * src/folder.c
10665                 Fix big mistake (passing MsgInfo instead 
10666                 of FolderItem)
10667
10668 2005-08-07 [colin]      1.9.13cvs23
10669
10670         * src/compose.c
10671         * src/folder.c
10672         * src/folder.h
10673         * src/foldersel.c
10674         * src/folderutils.c
10675         * src/folderview.c
10676         * src/imap.c
10677         * src/mainwindow.c
10678         * src/messageview.c
10679         * src/mh.c
10680         * src/msgcache.c
10681         * src/procmime.c
10682         * src/summaryview.c
10683                 Make subfolders of Drafts, Queue, Outbox, Trash
10684                 work like their parents. 
10685                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
10686
10687 2005-08-07 [colin]      1.9.13cvs22
10688
10689         * src/addressbook.c
10690                 Fix bug #771 (Dragged contacts not saved)
10691
10692 2005-08-07 [paul]       1.9.13cvs21
10693
10694         * src/summaryview.c
10695                 fix bug 32 'Search Doesn't display results
10696                 if "Hide Read Messages" is chosen'
10697                 be more literal in interpreting 'Hide read
10698                 messages'
10699
10700 2005-08-07 [colin]      1.9.13cvs20
10701
10702         * src/folderview.c
10703                 Add debug
10704         * src/summaryview.c
10705                 Faster 'unthread_for_execution'
10706
10707 2005-08-06 [paul]       1.9.13cvs19
10708
10709         * src/mainwindow.c
10710                 add mnemonics to Set displayed columns
10711                 fix bug where msgview_visible option was
10712                 overwritten as TRUE on startup
10713
10714 2005-08-06 [paul]       1.9.13cvs18
10715
10716         * src/mainwindow.c
10717                 refer to 'displayed columns in folder/message
10718                 list' not 'displayed items in summary/message view'
10719         * src/prefs_display_header.c
10720                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
10721                 be consistent with similar dialogues
10722         * src/prefs_folder_column.c
10723         * src/prefs_summary_column.c
10724                 'columns' not 'items', and folder and message lists,
10725                 instead of folder and summary views;
10726                 Use 'Hidden columns' as list heading not 'Available
10727                 items';
10728                 move the 'Remove' button to the right hand side;
10729                 top-align the buttons;
10730                 remove unneeded vbox
10731         * src/prefs_summaries.c
10732                 put the 2 column prefs buttons in a frame to reduce
10733                 overall width; refer to columns not items &c.
10734
10735 2005-08-05 [colin]      1.9.13cvs17
10736
10737         * src/prefs_common.c
10738         * src/prefs_common.h
10739         * src/mainwindow.c
10740         * src/compose.c
10741         * src/messageview.c
10742                 Add an hidden toolbar_detachable pref, so
10743                 that I can get rid of these painful handles
10744                 in the toolbars. Defaults to TRUE to avoid
10745                 changing the GUI on unsuspecting people...
10746
10747 2005-08-05 [colin]      1.9.13cvs16
10748
10749         * src/Makefile.am
10750         * src/prefs_folder_column.c
10751         * src/prefs_folder_column.h
10752                 Add prefs for folder columns
10753         * src/folderview.c
10754         * src/folderview.h
10755         * src/mainwindow.c
10756         * src/mainwindow.h
10757         * src/prefs_common.c
10758         * src/prefs_common.h
10759         * src/prefs_summaries.c
10760                 Use them
10761         * src/prefs_summary_column.c
10762         * src/summaryview.c
10763         * src/summaryview.h
10764                 Add a To column
10765         * src/textview.c
10766         * src/common/utils.c
10767         * src/common/utils.h
10768                 Move uri colourisation functions
10769                 to utils
10770         * src/compose.c
10771                 Colourise URIs
10772         * src/imap.c
10773                 Fix bug with LIST where we'd try
10774                 to get Folder//////[...]/// 
10775
10776 2005-08-05 [paul]       1.9.13cvs15
10777
10778         * src/prefs_summaries.c
10779                 improve the English usage
10780         * src/summaryview.c
10781                 set font on column change
10782                 thanks to Colin
10783
10784 2005-08-05 [paul]       1.9.13cvs14
10785
10786         * src/prefs_common.c
10787         * src/prefs_common.h
10788         * src/prefs_summaries.c
10789         * src/summaryview.c
10790                 replace 'open_unread_on_enter' option with
10791                 'select_on_entry' option. opening/not opening
10792                 is now exclusively controlled by 'always_show_msg'
10793
10794 2005-08-04 [colin]      1.9.13cvs13
10795
10796         * src/compose.c
10797                 Remove dead code
10798                 Add colourisation of quotes and signatures
10799         * src/folderview.c
10800                 Fix possible crashes
10801         * src/messageview.c
10802                 Change an assert that is no problem
10803         * src/news.c
10804         * src/news_gtk.c
10805         * src/news_gtk.h
10806                 Fix offline mode
10807         * src/gtk/quicksearch.c
10808                 Fix a possible crash
10809
10810 2005-08-03 [colin]      1.9.13cvs12
10811
10812         * src/prefs_account.c
10813                 Fix bug #777 (Sylpheed crash in account configuration)
10814
10815 2005-08-03 [colin]      1.9.13cvs11
10816
10817         * src/addressbook.c
10818         * src/editaddress.c
10819         * src/editgroup.c
10820                 Fixing addressbook, round 2
10821         * src/textview.c
10822                 Fix emphasis color on rechecking 'Colorize messages'
10823
10824 2005-08-03 [paul]       1.9.13cvs10
10825
10826         sync with main
10827
10828         * src/addr_compl.c
10829         * src/compose.c
10830         * src/main.c
10831         * src/pop.c
10832         * src/prefs_account.c
10833         * src/procmime.c
10834         * src/procmsg.c
10835         * src/quote_fmt_parse.y
10836         * src/textview.c
10837         * src/common/quoted-printable.c
10838         * src/common/utils.c
10839         * src/common/utils.h
10840         * src/common/xml.c
10841                 replaced incorrect locale-independent
10842                 ctype functions with GLib's. Corrected
10843                 signedness mismatch.
10844         * src/headerview.c
10845                 headerview_create(): added spacing for vbox.
10846         * src/gtk/about.c
10847                 set focus to the OK button.
10848
10849 2005-08-03 [colin]      1.9.13cvs9
10850
10851         * src/folderview.c
10852                 Fix possible crash
10853
10854 2005-08-02 [colin]      1.9.13cvs8
10855
10856         * src/mainwindow.c
10857                 Fix cast
10858         * src/addressbook.c
10859         * src/addressitem.h
10860                 Fix a cast and more generally, try to make the
10861                 GUI more intuitive and consistent (round 1)
10862
10863 2005-08-02 [paul]       1.9.13cvs7
10864
10865         * src/folder.h
10866                 missing in 1.9.13cvs6
10867
10868 2005-08-02 [colin]      1.9.13cvs6
10869
10870         * src/folder.c
10871                 Fix one more leak
10872
10873 2005-08-02 [colin]      1.9.13cvs5
10874
10875         * src/folder.c
10876         * src/folderview.c
10877         * src/imap.c
10878         * src/main.c
10879         * src/mbox.c
10880         * src/procmsg.c
10881         * src/summaryview.c
10882                 Fix a number of folder_item_get_msg_list()-related
10883                 leaks (missing procmsg_msginfo_free()s)
10884
10885 2005-08-01 [colin]      1.9.13cvs4
10886
10887         * src/folderview.c
10888         * src/folderview.h
10889         * src/mainwindow.c
10890         * src/prefs_fonts.c
10891         * src/prefs_summaries.c
10892         * src/prefs_themes.c
10893         * src/summaryview.c
10894         * src/summaryview.h
10895         * src/textview.c
10896         * src/textview.h
10897                 Fix instant-apply of summary and folderview-related prefs
10898                 Fix erroneous g_free and alertpanels in prefs_theme
10899                 Add instant-apply for fonts
10900                 Defer applying of prefs a little bit so it's done only
10901                 once even if requested by multiples prefs pages
10902
10903 2005-08-01 [paul]       1.9.13cvs3
10904
10905         * src/main.c
10906                 fix bug 776 'S.C. crashes on close'
10907                 thanks to Colin
10908         * src/etpan/etpan-thread-manager-types.h
10909                 add missing include
10910                 thanks to Hoa
10911
10912 2005-07-25 [paul]       1.9.13cvs2
10913
10914         * src/summaryview.c
10915                 fix typos. spotted by Fabien Vantard
10916
10917 2005-07-24 [paul]       1.9.13cvs1
10918
10919         * doc/man/sylpheed.1
10920                 update man page, incorporating fix of
10921                 bug 769 'Typo in manpage'
10922         * src/etpan/imap-thread.c
10923                 fix NetBSD openssl dependencies. patch by
10924                 George Michaelson <ggm@apnic.net>
10925         * po/pt_BR.po
10926                 updated by Frederico Goncalves Guimaraes
10927
10928 2005-07-22 [paul]       1.9.13
10929
10930         1.9.13 release
10931
10932 2005-07-22 [paul]       1.9.12cvs91
10933
10934         * AUTHORS
10935         * INSTALL
10936         * README.claws
10937         * RELEASE_NOTES.claws
10938                 updated for release
10939         * configure.ac
10940         * po/nb.po
10941         * tools/claws.i18n.status.pl
10942                 add Norwegian translation. submiited by
10943                 Geir Helland <pjallabais@users.sourceforge.net>
10944         * po/ca.po
10945         * po/de.po
10946         * po/es.po
10947         * po/fi.po
10948         * po/fr.po
10949         * po/it.po
10950         * po/sk.po
10951         * po/sr.po
10952         * po/zh_CN.po
10953                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10954                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10955                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10956                 Yang Guilong
10957         * src/plugins/clamav/clamav_plugin_gtk.c
10958         * src/plugins/spamassassin/spamassassin_gtk.c
10959                 replace outdated description strings
10960
10961 2005-07-21 [colin]      1.9.12cvs90
10962
10963         * src/folder.c
10964                 Set folder to batch mode when scanning it. Makes deletion
10965                 of unread mails on IMAP much faster (due to the UNREAD 
10966                 flag unsetting)
10967
10968 2005-07-21 [darko]      1.9.12cvs89
10969
10970         * configure.ac
10971                 link against libresolv if necessary (patch by Paul)
10972         * src/msgcache.c
10973                 use glib's portable macros to determine endianness
10974
10975 2005-07-21 [paul]       1.9.12cvs88
10976
10977         * src/crash.c
10978         * src/gtk/about.c
10979                 update compiled-in features list
10980
10981 2005-07-20 [colin]      1.9.12cvs87
10982
10983         * src/folder.c
10984         * src/textview.c
10985                 Gcc 2.9x compilation fixes, thanks to Darko
10986         * src/plugins/clamav/clamav_plugin.c
10987                 Little optimisation: load virus database only once
10988         * src/plugins/spamassassin/spamassassin.c
10989                 Big optimisation: filtering one mail took at least 1 second,
10990                 now it takes at least 50ms. Doesn't speed up spamassassin 
10991                 itself, but should already be much more tolerable.
10992
10993 2005-07-20 [colin]      1.9.12cvs86
10994
10995         * src/summaryview.c
10996                 Fix performance issue
10997
10998 2005-07-19 [colin]      1.9.12cvs85
10999
11000         * src/plugins/pgpinline/plugin.c
11001                 Fix warning
11002
11003 2005-07-19 [colin]      1.9.12cvs84
11004
11005         * configure.ac
11006         * src/plugins/Makefile.am
11007         * src/plugins/pgpinline/.cvsignore
11008         * src/plugins/pgpinline/Makefile.am
11009         * src/plugins/pgpinline/pgpinline.c
11010         * src/plugins/pgpinline/pgpinline.deps
11011         * src/plugins/pgpinline/pgpinline.h
11012         * src/plugins/pgpinline/plugin.c
11013                 Put pgpinline in the main tree
11014
11015 2005-07-19 [paul]       1.9.12cvs83
11016
11017         * src/prefs_actions.c
11018                 prevent '//' in menu names, which cause a crash
11019                 thanks to Colin
11020
11021 2005-07-19 [paul]       1.9.12cvs82
11022
11023         * configure.ac
11024                 be generally more informative in configure output.
11025                 OpenSSL: correction: '[ --enable-openssl ...' -> 
11026                 '[ --disable-openssl ...', as --enable-openssl is default
11027                 PGP/MIME: don't check for GPGME again, check for
11028                 pgpcore instead. Therefore prevent the possibility of
11029                 attempting to build pgpmime if pgpcore dependencies are
11030                 not met
11031                 ClamAV: use pkgconfig to check for lib
11032                 libgnomeprint: revert logic on inner test to match
11033                 everything else
11034         * src/plugins/pgpcore/sgpgme.c
11035                 add missing include
11036
11037 2005-07-19 [colin]      1.9.12cvs81
11038
11039         * src/summaryview.c
11040                 Fix slow thread rebuilding in particular
11041                 cases
11042
11043 2005-07-19 [paul]       1.9.12cvs80
11044
11045         * sylpheed-claws.desktop
11046                 fix typo, spotted by Stephan Sachse
11047         * src/account.c
11048                 replace GTK_STOCK_ADD with
11049                 GTK_STOCK_NEW button
11050
11051 2005-07-18 [colin]      1.9.12cvs79
11052
11053         * src/etpan/imap-thread.c
11054                 Fix return value (Thanks Hoa)
11055
11056 2005-07-18 [colin]      1.9.12cvs78
11057
11058         * src/imap.c
11059                 Allow empty passwords
11060                 Create drafts/queue/outbox if necessary
11061         * src/summaryview.c
11062                 Remove old code
11063         * src/etpan/imap-thread.c
11064                 Fix STARTTLS (Thanks to Hoa)
11065
11066 2005-07-18 [paul]       1.9.12cvs77
11067
11068         * ChangeLog-gtk2.jp
11069         * ChangeLog.jp
11070                 removed
11071         * Makefile.am
11072                 updated to reflect additions and removals
11073         * TODO
11074                 updated to be claws-specific
11075         * TODO-gtk2
11076         * TODO-gtk2.jp
11077         * TODO.jp
11078         * sylpheed-128x128.png
11079         * sylpheed-64x64.png
11080                 removed
11081         * sylpheed-claws-128x128.png
11082         * sylpheed-claws-64x64.png
11083         * sylpheed-claws.desktop
11084         * sylpheed-claws.png
11085                 added
11086         * sylpheed.desktop
11087         * sylpheed.png
11088                 removed
11089
11090 2005-07-17 [paul]       1.9.12cvs76
11091
11092         * src/account.c
11093         * src/addressbook.c
11094         * src/alertpanel.c
11095         * src/alertpanel.h
11096         * src/compose.c
11097         * src/exphtmldlg.c
11098         * src/expldifdlg.c
11099         * src/folderview.c
11100         * src/imap_gtk.c
11101         * src/inc.c
11102         * src/message_search.c
11103         * src/messageview.c
11104         * src/mh_gtk.c
11105         * src/news_gtk.c
11106         * src/prefs_actions.c
11107         * src/prefs_filtering.c
11108         * src/prefs_matcher.c
11109         * src/prefs_template.c
11110         * src/prefs_themes.c
11111         * src/ssl_manager.c
11112         * src/summary_search.c
11113         * src/textview.c
11114         * src/toolbar.c
11115         * src/gtk/sslcertwindow.c
11116         * src/plugins/pgpcore/sgpgme.c
11117                 rework alertpanels
11118
11119 2005-07-17 [colin]      1.9.12cvs75
11120
11121         * src/privacy.c
11122                 add a PrivacySystem accessor that checks that
11123                 the system cached in a MimeInfo's privacydata
11124                 is still registered. Use this accessor instead
11125                 of directly using data->system. Fixes crashes
11126                 after unloading pgp plugins.
11127
11128 2005-07-17 [colin]      1.9.12cvs74
11129
11130         * src/alertpanel.c
11131                 Change geometry hints to a simple default size.
11132                 Fixes the certs dialogs.
11133
11134 2005-07-17 [colin]      1.9.12cvs73
11135
11136         * src/gtk/sslcertwindow.c
11137                 Use a gtkExpander
11138
11139 2005-07-17 [colin]      1.9.12cvs72
11140
11141         * src/plugins/pgpcore/Makefile.am
11142         * src/plugins/pgpmime/Makefile.am
11143                 Add gpgme libs
11144
11145 2005-07-17 [paul]       1.9.12cvs71
11146
11147         * configure.ac
11148                 add --disable-gnomeprint option
11149                 modified version of patch by Marius Mauch
11150
11151 2005-07-17 [paul]       1.9.12cvs70
11152
11153         * src/common/defs.h
11154                 update urls
11155         * src/account.c
11156         * src/action.c
11157         * src/addressbook.c
11158         * src/compose.c
11159         * src/foldersel.c
11160         * src/folderview.c
11161         * src/html.c
11162         * src/imap_gtk.c
11163         * src/main.c
11164         * src/mainwindow.c
11165         * src/messageview.c
11166         * src/mh_gtk.c
11167         * src/mimeview.c
11168         * src/news_gtk.c
11169         * src/prefs_account.c
11170         * src/prefs_send.c
11171         * src/prefs_summaries.c
11172         * src/procmsg.c
11173         * src/summaryview.c
11174         * src/common/utils.c
11175         * src/common/xml.c
11176         * src/plugins/pgpcore/passphrase.c
11177         * src/plugins/pgpcore/select-keys.c
11178                 replace inappropriately used backticks
11179                 with single quotes
11180
11181 2005-07-16 [colin]      1.9.12cvs69
11182
11183         * src/image_viewer.c
11184                 Add extra paranoid checks
11185
11186 2005-07-16 [colin]      1.9.12cvs68
11187
11188         * src/plugins/pgpcore/prefs_gpg.c
11189                 Don't auto-check sigs by default, as it
11190                 can be really slow.
11191
11192 2005-07-16 [colin]      1.9.12cvs67
11193
11194         * src/plugins/pgpcore/sgpgme.c
11195                 Make messages a bit better.
11196
11197 2005-07-16 [colin]      1.9.12cvs66
11198
11199         * src/imap.c
11200                 Remove pseudo-log
11201         * src/etpan/imap-thread.c
11202                 Add real log
11203
11204 2005-07-16 [colin]      1.9.12cvs65
11205
11206         * src/main.c
11207         * src/prefs_other.c
11208                 And now, fix build with libetpan :-/
11209
11210 2005-07-15 [colin]      1.9.12cvs64
11211
11212         * src/prefs_other.c
11213                 Continue fixing build without libetpan.
11214
11215 2005-07-15 [colin]      1.9.12cvs63
11216
11217         * src/main.c
11218                 Fix build with --disable-libetpan
11219
11220 2005-07-15 [colin]      1.9.12cvs62
11221
11222         * configure.ac
11223                 Bump libetpan's version
11224
11225 2005-07-15 [colin]      1.9.12cvs61
11226
11227         * src/etpan/imap-thread.c
11228                 Actually stop logging :)
11229
11230 2005-07-15 [colin]      1.9.12cvs60
11231
11232         * src/addressbook.c
11233                 Fix dnd of multiple addresses.
11234
11235 2005-07-15 [hoa]        1.9.12cvs59
11236
11237         * src/etpan/imap-thread.c
11238             disable login of IMAP password in libetpan log file.
11239
11240 2005-07-15 [paul]       1.9.12cvs58
11241
11242         * src/account.c
11243                 don't automatically sort
11244                 do allow drag n drop
11245
11246 2005-07-15 [paul]       1.9.12cvs57
11247
11248         * src/account.c
11249         * src/ssl_manager.c
11250                 alphabetical listing
11251
11252 2005-07-15 [paul]       1.9.12cvs56
11253
11254         * src/gtk/pluginwindow.c
11255                 sort plugin list alphabetically
11256
11257 2005-07-15 [paul]       1.9.12cvs55
11258
11259         * src/prefs_spelling.c
11260         * src/prefs_wrapping.c
11261                 unify English usage
11262
11263 2005-07-15 [colin]      1.9.12cvs54
11264
11265         * src/wizard.c
11266                 Typo fix
11267
11268 2005-07-15 [paul]       1.9.12cvs53
11269
11270         * src/prefs_message.c
11271                 make 'show cursor' a hidden option
11272
11273 2005-07-14 [colin]      1.9.12cvs52
11274
11275         * src/plugins/spamassassin/Makefile.am
11276         * src/plugins/clamav/Makefile.am
11277                 Fix double EXTRA_DISTs
11278
11279 2005-07-14 [colin]      1.9.12cvs51
11280
11281         * src/plugins/clamav/Makefile.am
11282         * src/plugins/clamav/clamav_plugin_gtk.deps
11283         * src/plugins/spamassassin/Makefile.am
11284         * src/plugins/spamassassin/spamassassin_gtk.deps
11285                 Make $plugin_gtk depend on $plugin
11286
11287 2005-07-14 [hoa]        1.9.12cvs50
11288
11289         * src/etpan/imap-thread.c
11290                 enable debug log of libetpan when running with --debug
11291
11292 2005-07-14 [colin]      1.9.12cvs49
11293
11294         * configure.ac
11295         * src/common/Makefile.am
11296         * src/common/plugin.c
11297         * src/common/plugin.h
11298                 Add a little plugin dependancy system.
11299                 Plugins can ship a $plugin_name.deps file
11300                 (near them in PLUGINDIR) so that their
11301                 dependancies are loaded if possible.
11302         * src/plugins/Makefile.am
11303         * src/plugins/pgpcore/Makefile.am
11304         * src/plugins/pgpcore/passphrase.c
11305         * src/plugins/pgpcore/passphrase.h
11306         * src/plugins/pgpcore/plugin.c
11307         * src/plugins/pgpcore/prefs_gpg.c
11308         * src/plugins/pgpcore/prefs_gpg.h
11309         * src/plugins/pgpcore/select-keys.c
11310         * src/plugins/pgpcore/select-keys.h
11311         * src/plugins/pgpcore/sgpgme.c
11312         * src/plugins/pgpcore/sgpgme.h
11313                 Introduce pgpcore, used by pgpmime and
11314                 pgpinline
11315         * src/plugins/pgpmime/Makefile.am
11316         * src/plugins/pgpmime/passphrase.c
11317         * src/plugins/pgpmime/passphrase.h
11318         * src/plugins/pgpmime/pgpmime.c
11319         * src/plugins/pgpmime/pgpmime.deps
11320         * src/plugins/pgpmime/plugin.c
11321         * src/plugins/pgpmime/prefs_gpg.c
11322         * src/plugins/pgpmime/prefs_gpg.h
11323         * src/plugins/pgpmime/select-keys.c
11324         * src/plugins/pgpmime/select-keys.h
11325         * src/plugins/pgpmime/sgpgme.c
11326         * src/plugins/pgpmime/sgpgme.h
11327                 Remove the core from pgpmime and add the
11328                 dependancy to pgpcore.
11329
11330 2005-07-14 [paul]       1.9.12cvs48
11331
11332         * src/stock_pixmap.c
11333                 forgot this in last commit
11334
11335 2005-07-14 [paul]       1.9.12cvs47
11336
11337         * src/account.c
11338         * src/addressbook.c
11339                 add accelerators for the buttons (sync with main)
11340         * src/compose.c
11341         * src/compose.h
11342                 add accelerators for the buttons.
11343                 fix editing with external editor.
11344                 replace gdk_input_*() with GIOChannel;
11345                 (sync with main)
11346         * src/foldersel.c
11347                 display folder names with new/unread
11348                 representation (sync with main)
11349         * src/main.c
11350                 specify default window icon (sync with main)
11351         * src/prefs_common.c
11352                 use_addr_book default to FALSE
11353         * src/summaryview.c
11354         * src/textview.c
11355                 add accelerators for the buttons (sync with main)
11356         * src/gtk/menu.c
11357                 fix typos
11358         * src/pixmaps/sylpheed_icon.xpm
11359                 updated
11360
11361 2005-07-13 [paul]       1.9.12cvs46
11362
11363         * src/plugins/pgpmime/pgpmime.c
11364         * src/plugins/pgpmime/sgpgme.c
11365                 (temporarily) use deprecated gpgme_data_rewind()
11366                 while largefile support is not present
11367                 (as suggested by Colin)
11368
11369 2005-07-13 [paul]       1.9.12cvs45
11370
11371         * configure.ac
11372                 remove large file support (for now):
11373                 it breaks too many things
11374
11375 2005-07-13 [paul]       1.9.12cvs44
11376
11377         * configure.ac
11378                 add large file support
11379         * src/html.c
11380                 fix bug #763 where href attribute was not
11381                 the very first attribute of a link
11382                 patch by Thomas Gilgin
11383
11384 2005-07-13 [colin]      1.9.12cvs43
11385
11386         * src/gtk/pluginwindow.c
11387                 Little portability fix
11388
11389 2005-07-13 [colin]      1.9.12cvs42
11390
11391         * src/plugins/pgpmime/sgpgme.c
11392                 Fix crasher.
11393
11394 2005-07-13 [colin]      1.9.12cvs41
11395
11396         * src/plugins/pgpmime/pgpmime.c
11397         * src/plugins/pgpmime/sgpgme.c
11398                 Use gpgme_data_release_and_get_mem instead
11399                 of gpgme_data_read.
11400
11401 2005-07-13 [colin]      1.9.12cvs40
11402
11403         * configure.ac
11404         * src/plugins/pgpmime/passphrase.c
11405         * src/plugins/pgpmime/passphrase.h
11406         * src/plugins/pgpmime/pgpmime.c
11407         * src/plugins/pgpmime/plugin.c
11408         * src/plugins/pgpmime/select-keys.c
11409         * src/plugins/pgpmime/select-keys.h
11410         * src/plugins/pgpmime/sgpgme.c
11411         * src/plugins/pgpmime/sgpgme.h
11412                 Port pgpmime to gpgme-1.0.
11413
11414 2005-07-12 [paul]       1.9.12cvs39
11415
11416         * AUTHORS
11417         * src/toolbar.c
11418         * src/toolbar.h
11419                 add a 'Go to Prev' button to the toolbar.
11420                 correct tooltip text of go to buttons.
11421                 based on patch by Yang Guilong <bamanzi@gmail.com>
11422
11423 2005-07-12 [colin]      1.9.12cvs38
11424
11425         * src/statusbar.c
11426                 Fix progress bar showing stuff at startup.
11427
11428 2005-07-12 [paul]       1.9.12cvs37
11429
11430         * src/editjpilot.c
11431                 fix building with jpilot support
11432
11433 2005-07-11 [colin]      1.9.12cvs36
11434
11435         * src/inc.c
11436                 Add visual indication that filtering is running
11437         * src/textview.c
11438                 Make {}[] uri delimiters
11439         * src/summaryview.c
11440                 Remove useless (and slow) calls
11441
11442 2005-07-11 [paul]       1.9.12cvs35
11443
11444         * src/plugins/clamav/clamav_plugin_gtk.c
11445         * src/plugins/dillo_viewer/dillo_prefs.c
11446         * src/plugins/pgpmime/prefs_gpg.c
11447         * src/plugins/spamassassin/spamassassin_gtk.c
11448                 gather plugins prefs together under their
11449                 own 'Plugins' heading
11450
11451 2005-07-11 [paul]       1.9.12cvs34
11452
11453         sync with main
11454
11455         * src/account.c
11456                 account_delete(): modified alert dialog
11457         * src/editjpilot.c
11458         * src/editvcard.c
11459                 fixed a crash when cancelling file selection
11460                 dialog by Escape key. Made non-ascii filename
11461                 selectable.
11462         * src/prefs_template.c
11463                 prefs_template_window_create(): make scrolled
11464                 window policy AUTOMATIC
11465
11466 2005-07-10 [hoa]        1.9.12cvs33
11467
11468         * src/etpan/imap-thread.c
11469                 workaround for old Courier IMAP servers.
11470
11471 2005-07-10 [colin]      1.9.12cvs32
11472
11473         * src/folder.c
11474         * src/statusbar.c
11475         * src/statusbar.h
11476                 Add visual progress indicator on filtering/processing
11477                 Factorize the progress bar code
11478         * src/imap.c
11479         * src/imap.h
11480         * src/etpan/imap-thread.c
11481                 Add a reference counter to avoid destroying the Folder
11482                 while it's in use by another callback.
11483
11484 2005-07-09 [hoa]        1.9.12cvs31
11485
11486         * src/imap.c
11487         * src/etpan/imap-thread.c
11488                 fixed deadlock when removing IMAP account.
11489
11490 2005-07-08 [colin]      1.9.12cvs30
11491
11492         * src/textview.c
11493         * src/unmime.c
11494                 Fix again problems decoding broken headers
11495         * src/gtk/inputdialog.c
11496                 Fix local variable shadowing a global one
11497
11498 2005-07-08 [colin]      1.9.12cvs29
11499
11500         * src/msgcache.c
11501                 Make the cache/mark files platform-agnostic by writing
11502                 them in little-endian format. Reading them is also done
11503                 in little-endian format, of course; however, in order
11504                 to avoid trashing mark data on big-endian machines, the
11505                 files are, at first, read from the native format if the
11506                 little-endian one doesn't exist. This is easy to deter-
11507                 mine by trying to open a file with a swapped data_ver
11508                 and seeing if it's the wanted version.
11509                 Little-endian using users should see absolutely no
11510                 difference, Big-endian users may get a very little
11511                 performance drop due to byte-swapping.
11512                 Tested on i386 and ppc32. 
11513                 Fixes bug #159 (The index file, in the mailboxes, is 
11514                 hardware depending).
11515
11516                 To have the cache/mark files updated to the new little-
11517                 endian format, "Check for new messages" or even
11518                 "Rebuild folder tree" aren't enough. Files will be
11519                 updated as soon as a folder has been opened/closed.
11520                 To update everything, just select all folders by
11521                 selecting them one by one.
11522
11523 2005-07-07 [colin]      1.9.12cvs28
11524
11525         * src/imap.c
11526                 Remember the folder separator per IMAPFolder
11527                 instead of globally.
11528                 Revive the Session on noop; fixes bug #761
11529                 (mark a bunch of unread messages as read takes 
11530                 forever)
11531
11532 2005-07-07 [darko]      1.9.12cvs27
11533
11534         * src/common/template.c
11535                 Sort templates alphabetically
11536
11537 2005-07-06 [colin]      1.9.12cvs26
11538
11539         * src/imap.c
11540                 Try to use the correct separator in
11541                 most cases. Possibly fixes bug #759
11542                 (only creates the INBOX folder when 
11543                 setting up new IMAP account) and 
11544                 bug #760 (Can't retrieve messages)
11545
11546 2005-07-06 [colin]      1.9.12cvs25
11547
11548         * src/imap.c
11549                 Use real_path in status command. This will
11550                 help later, when namespaces will be used.
11551
11552 2005-07-06 [colin]      1.9.12cvs24
11553
11554         * configure.ac
11555         * src/account.c
11556         * src/folder.c
11557         * src/imap.c
11558         * src/etpan/etpan-log.c
11559         * src/etpan/etpan-thread-manager.c
11560         * src/etpan/imap-thread.c
11561                 Add a --disable-libetpan parameter. With this,
11562                 users that don't want IMAP4 support can avoid
11563                 the new dependancy (and have no IMAP support).
11564                 Users that have IMAP4 accounts and use this
11565                 parameter won't lose their configuration, their
11566                 IMAP accounts will just be invisible and not
11567                 used.
11568         * src/textview.c
11569                 Make the "Copy ..." contextual menu items 
11570                 copy to both the X clipboard and the gtk 
11571                 clipboard - as most other apps do.
11572         * src/gtk/about.c
11573                 Add a notice about OpenSSL usage, in order to
11574                 comply with OpenSSL's license (point 6):
11575                 http://www.openssl.org/source/license.html
11576
11577 2005-07-06 [colin]      1.9.12cvs23
11578
11579         * src/alertpanel.c
11580                 Fix a minimum size for alertpanels
11581         * src/compose.c
11582                 Show 'No space left on device' type errors
11583                 when queuing/sending
11584         * src/imap_gtk.c
11585         * src/mh_gtk.c
11586                 Rework folder's deletion message (remove 
11587                 extra \n)
11588
11589 2005-07-05 [colin]      1.9.12cvs22
11590
11591         * src/imap.c
11592                 Add an alertpanel on auth error
11593                 Add pseudo-log
11594                 Remove pthread-related stuff
11595
11596 2005-07-05 [colin]      1.9.12cvs21
11597
11598         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11599                 Fix crash on plugin reloading (with a hack)
11600
11601 2005-07-05 [colin]      1.9.12cvs20
11602
11603         * src/prefs_account.c
11604         * src/prefs_account.h
11605                 Fix typo
11606         * src/gtk/filesel.c
11607         * src/gtk/filesel.h
11608                 Add a way to filter the view
11609         * src/gtk/pluginwindow.c
11610                 Filter loadable stuff
11611         * src/plugins/pgpmime/prefs_gpg.c
11612                 Fix missing unregistration
11613         * .cvsignore
11614         * src/etpan/.cvsignore
11615         * src/plugins/spamassassin/.cvsignore
11616                 Add more stuff to cvs ignored files
11617
11618 2005-07-04 [colin]      1.9.12cvs19
11619
11620         * src/imap.c
11621                 Fix scan_required returning FALSE when it
11622                 shouldn't. Maybe fix #760 (Can't retrieve
11623                 messages)
11624
11625 2005-07-04 [colin]      1.9.12cvs18
11626
11627         * src/summaryview.c
11628                 Fix always_show_msg pref
11629
11630 2005-07-04 [paul]       1.9.12cvs17
11631
11632         sync with main (forgotten in last commit)
11633         
11634         * src/common/utils.c
11635         * src/common/utils.h
11636                 check_line_length(): new.
11637                 is_dir_exist()
11638                 is_file_entry_exist()
11639                 dirent_is_regular_file()
11640                 dirent_is_directory(): use g_file_test() instead of stat().
11641
11642 2005-07-04 [paul]       1.9.12cvs16
11643
11644         sync with main:
11645
11646         * src/compose.c
11647                 compose_write_to_file(): check for line
11648                 length limit and display warning if exceeds
11649         * src/jpilot.c
11650                 use get_home_dir() instead of g_get_home_dir()
11651         * src/procheader.c
11652                 removed warning about invalid date
11653         * src/vcard.c
11654                 use get_home_dir() instead of g_get_home_dir()
11655
11656 2005-07-04 [paul]       1.9.12cvs15
11657
11658         * src/stock_pixmap.c
11659                 fix new pixmap naming errors
11660                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
11661
11662 2005-07-04 [colin]      1.9.12cvs14
11663
11664         * src/imap.c
11665                 Fix debugging string with a warning
11666
11667 2005-07-04 [colin]      1.9.12cvs13
11668
11669         * configure.ac
11670                 Add a check for libetpan's version (>= 0.37)
11671
11672 2005-07-04 [hoa]        1.9.12cvs12
11673
11674         * commitHelper
11675         * src/imap.c
11676         * src/etpan/imap-thread.c
11677         * src/etpan/imap-thread.h
11678                 fixed IMAP implementation of check of mails.
11679
11680 2005-07-03 [hoa]        1.9.12cvs11
11681
11682         * src/etpan/Makefile.am
11683         * src/etpan/etpan-errors.h
11684         * src/etpan/etpan-log.[ch]
11685         * src/etpan/etpan-thread-manager-types.h
11686         * src/etpan/etpan-thread-manager.[ch]
11687         * src/etpan/imap-thread.[ch]
11688         * src/Makefile.am
11689         * src/imap.c
11690         * src/main.c
11691         * src/prefs_other.c
11692         * configure.ac
11693             merged imap branch.
11694             dependency on libetpan 0.37 is now added.
11695
11696 2005-07-01 [colin]      1.9.12cvs10
11697
11698         * src/Makefile.am
11699         * src/folder.c
11700         * src/folder.h
11701         * src/folderview.c
11702         * src/stock_pixmap.c
11703         * src/stock_pixmap.h
11704         * src/plugins/trayicon/trayicon.c
11705                 Add marked symbol on folders containing
11706                 marked messages
11707         * src/procmsg.c
11708         * src/procmsg.h
11709         * src/toolbar.c
11710         * src/prefs_common.c
11711         * src/prefs_common.h
11712         * src/prefs_send.c
11713                 Add an optional confirmation dialog on queue
11714                 sending. Patch by wwp.
11715         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
11716         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
11717         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
11718         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
11719         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
11720         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
11721         * src/pixmaps/inbox_mark.xpm            ** ADDED **
11722         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
11723         * src/pixmaps/outbox_mark.xpm           ** ADDED **
11724         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
11725         * src/pixmaps/trash_mark.xpm            ** ADDED **
11726                 New pixmaps
11727
11728 2005-07-01 [colin]      1.9.12cvs9
11729
11730         * src/summaryview.c
11731                 Fix a little threading bug
11732         * src/addrgather.c
11733         * src/mainwindow.c
11734                 A little bit of HIG normality never hurts
11735
11736 2005-07-01 [colin]      1.9.12cvs8
11737
11738         * src/compose.c
11739         * src/msgcache.c
11740         * src/pop.c
11741         * src/procmime.c
11742         * src/recv.c
11743         * src/common/log.c
11744         * src/common/template.c
11745         * src/common/utils.c
11746         * src/common/utils.h
11747                 Reverted the fwrite_atomic stuff. In fact
11748                 it is already atomic.
11749
11750 2005-06-30 [colin]      1.9.12cvs7
11751
11752         * src/common/utils.c
11753         * src/common/utils.h
11754                 Add an fwrite_atomic() function to make
11755                 sure we write everything: fwrite can make
11756                 short writes.
11757         * src/compose.c
11758         * src/msgcache.c
11759         * src/pop.c
11760         * src/procmime.c
11761         * src/recv.c
11762         * src/common/log.c
11763         * src/common/template.c
11764                 Use that (and fix swapping of size and nmemb).
11765                 Thanks to Rich Coe for the heads up.
11766
11767 2005-06-30 [colin]      1.9.12cvs6
11768
11769         * src/addressbook.c
11770                 Optimize addressbook opening 
11771
11772 2005-06-30 [colin]      1.9.12cvs5
11773
11774         * src/summaryview.c
11775                 Remove calls to summary_step after move/copy
11776
11777 2005-06-28 [paul]       1.9.12cvs4
11778
11779         * src/alertpanel.c
11780                 wrap and make the error msg selectable
11781
11782 2005-06-28 [paul]       1.9.12cvs3
11783
11784         * src/ssl_manager.c
11785                 replace the OK button with a Close button
11786         * src/gtk/foldersort.c
11787                 use GTK_STOCK_ icons/buttons
11788
11789 2005-06-28 [colin]      1.9.12cvs2
11790
11791         * src/gedit-print.c             ** ADDED **
11792         * src/gedit-print.h             ** ADDED **
11793         * src/gtk/gtksourceprintjob.c   ** ADDED **
11794         * src/gtk/gtksourceprintjob.h   ** ADDED **
11795                 I can't believe no one had enough time to tell
11796                 me I forgot the `cvs add`
11797
11798 2005-06-27 [colin]      1.9.12cvs1
11799
11800         * src/Makefile.am
11801         * src/gtk/Makefile.am
11802         * src/messageview.c
11803         * src/procmsg.c
11804         * src/summaryview.c
11805         * configure.ac
11806                 Add optional libgnomeprint-based printing
11807         * src/mainwindow.c
11808         * src/gtk/quicksearch.c
11809                 Add an Edit/Quick search menu item to show
11810                 and focus the quicksearch
11811
11812 2005-06-27 [paul]       1.9.12
11813
11814         1.9.12 release
11815
11816         * po/ca.po
11817         * po/de.po
11818         * po/es.po
11819         * po/fr.po
11820         * po/it.po
11821         * po/ko.po
11822         * po/pt_BR.po
11823         * po/sk.po
11824         * po/zh_CN.po
11825                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11826                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11827                 SungHyun Nam, Frederico Goncalves Guimaraes,
11828                 Andrej Kacian, and Yang Guilong
11829 2005-06-26 [colin]      1.9.11cvs106
11830
11831         * src/imap_gtk.c
11832                 Forgot one file for previous fix
11833
11834 2005-06-26 [colin]      1.9.11cvs105
11835
11836         * src/folder.c
11837         * src/imap.c
11838                 Fix problems with folder operations in no_select
11839                 imap folders. it applies only to mails, and 
11840                 creation/deletion/move/renaming of folders 
11841                 should be possible
11842
11843 2005-06-26 [paul]       1.9.11cvs104
11844
11845         * src/prefs_filtering.c
11846                 replace one more GTK_STOCK_REMOVE
11847                 with GTK_STOCK_DELETE
11848
11849 2005-06-25 [colin]      1.9.11cvs103
11850
11851         * src/imap.c
11852                 Optimize get_seq_set_from_seq_list
11853                 (Patch by Ricardo) 
11854
11855 2005-06-25 [colin]      1.9.11cvs102
11856
11857         * src/mh.c
11858                 If the directory exists, but not in the
11859                 correct encoding, rename it. This should
11860                 handle old-versions-induced bugs.
11861
11862 2005-06-25 [colin]      1.9.11cvs101
11863
11864         * src/mh.c
11865                 Fix path access with extended dir names
11866                 Fixes bug #589 (SC segfaults with wrong locale
11867                 settings)
11868
11869 2005-06-25 [colin]      1.9.11cvs100
11870
11871         * src/prefs_account.c
11872         * src/prefs_account.h
11873         * src/compose.c
11874                 Add an option to encrypt replies to
11875                 encrypted messages
11876
11877 2005-06-25 [colin]      1.9.11cvs99
11878
11879         * src/compose.c
11880         * src/quote_fmt_parse.y
11881                 ... And make it work with pgpinline.
11882
11883 2005-06-25 [colin]      1.9.11cvs98
11884
11885         * src/compose.c
11886         * src/procmime.c
11887         * src/procmime.h
11888         * src/quote_fmt_parse.y
11889                 o Make reedition of encrypted messages possible
11890                   (as long as it is encrypted to self too, no
11891                    magic there)
11892                 o Make replying with quote (and without selecting
11893                   text) possible for encrypted messages.
11894                 Closes bug #550 (Not possible to "reply with quote"
11895                 to gnupg encrypted messages)
11896
11897 2005-06-24 [paul]       1.9.11cvs97
11898
11899         * src/imap.c
11900                 add missing include
11901
11902 2005-06-24 [paul]       1.9.11cvs96
11903
11904         * src/editldap.c
11905                 made bind password entry invisible
11906                 (sync with main)
11907         * src/send_message.c
11908                 send_message_local(): check exit status
11909                 to detect errors (sync with main)
11910         * src/textview.c
11911                 use main's less ambiguous popup menu
11912                 wording
11913
11914 2005-06-24 [paul]       1.9.11cvs95
11915
11916         * src/prefs_actions.c
11917         * src/prefs_customheader.c
11918         * src/prefs_display_header.c
11919         * src/prefs_filtering_action.c
11920         * src/prefs_matcher.c
11921         * src/prefs_template.c
11922         * src/prefs_toolbar.c
11923                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11924         * src/gtk/description_window.c
11925                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11926
11927 2005-06-23 [colin]      1.9.11cvs94
11928
11929         * src/summaryview.c
11930                 Fix rough edges (be sure to call status_show whenever
11931                 necessary).
11932
11933 2005-06-23 [colin]      1.9.11cvs93
11934
11935         * src/summaryview.c
11936                 Optimize Select All
11937                 Before, in a 5K mails folder: 11s
11938                 After, in the same folder: 58000µs
11939                 The joys of locking... gtk_clist_select_all() fires a 
11940                 tree-select-row event for each selected row, which in 
11941                 summaryview, callbacks summary_selected which in turn,
11942                 calls summary_status_show, which walks the selected
11943                 rows. Hence, calling gtk_clist_select_all was 
11944                 exponential. Locking the summaryview makes 
11945                 summary_selected return early.
11946
11947 2005-06-23 [colin]      1.9.11cvs92
11948
11949         * src/imap.c
11950                 Move mutex at the important place to avoid
11951                 deadlocks
11952         * src/summaryview.c
11953                 Fix Del key deleting directly instead of
11954                 moving to trash
11955
11956 2005-06-22 [colin]      1.9.11cvs91
11957
11958         * src/plugins/spamassassin/libspamc.c
11959                 As we do spagetti code with assignations in multiple
11960                 places (see _message_read_raw where out = msg = raw),
11961                 let's be sure we don't free the same pointer twice.
11962                 Should fix bug #683 (Crash in libpam at 
11963                 message_cleanup).
11964
11965 2005-06-22 [colin]      1.9.11cvs90
11966
11967         * src/compose.c
11968         * src/messageview.c
11969         * src/toolbar.c
11970                 Make toolbar's delete use the move to trash stuff;
11971                 Add gtk_widget_realize to be sure pixmaps can get
11972                 created (that may fix an old worksforme bug which
11973                 I can't find back...)
11974
11975 2005-06-22 [colin]      1.9.11cvs89
11976
11977         * src/summaryview.c
11978         * src/summaryview.h
11979         * src/mainwindow.c
11980                 Rename "Message/Delete" to "Message/Move to trash"
11981                 Add "Message/Delete..." that directly destroys the
11982                 selected messages after asking for a confirmation.
11983
11984 2005-06-22 [colin]      1.9.11cvs88
11985
11986         * src/imap.c
11987                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
11988                 o Fix a deadlock (thanks Darko)
11989
11990 2005-06-22 [colin]      1.9.11cvs87
11991
11992         * src/gtk/foldersort.c
11993                 Add missing include for the i18n;
11994                 patch by Fabien Vantard
11995
11996 2005-06-21 [colin]      1.9.11cvs86
11997
11998         * src/folder.c
11999         * src/folderview.c
12000                 Respect the no_select flag
12001         * src/imap.c
12002                 Fix recursive deletion
12003         * src/imap_gtk.c
12004         * src/mh_gtk.c
12005                 Make the folder deletion's warning
12006                 more explicit
12007
12008 2005-06-21 [colin]      1.9.11cvs85
12009
12010         * src/textview.c
12011                 Prevent email addresses from spanning accross
12012                 lines - fixes bug # 646 (newline-chars in 
12013                 email addresses)
12014
12015 2005-06-20 [colin]      1.9.11cvs84
12016
12017         * src/folder.c
12018                 Be sure not to remove source if copy failed
12019
12020 2005-06-20 [colin]      1.9.11cvs83
12021
12022         * src/folderview.c
12023         * src/imap_gtk.c
12024                 remove summaryview's lock
12025         * src/imap.c
12026                 introduce threads to avoid problems when foreground tasks
12027                 interfere with background tasks
12028         * src/mh.c
12029                 prevent moving to drafts/queue
12030         * src/mimeview.c
12031                 fix leak
12032
12033 2005-06-19 [colin]      1.9.11cvs82
12034
12035         * src/imap_gtk.c
12036                 Remember that the user doesn't want to override
12037                 offline mode, for 3 seconds. It avoid presenting
12038                 him with N popups in a really short time.
12039
12040 2005-06-17 [colin]      1.9.11cvs81
12041
12042         * src/imap.c
12043                 Fix IMAP breaking on folders containing '('
12044                 (Probably won't be enough)
12045
12046 2005-06-17 [colin]      1.9.11cvs80
12047
12048         Forgotten files on 1.9.11cvs79
12049         * src/summaryview.c
12050                 Fix stepping when not immediately executing
12051         * src/imap.c
12052                 Really prevent UID FETCH 0
12053         * src/codeconv.c
12054                 Fix outgoing charset never set to utf-8
12055         * src/mh.c
12056                 Fix leak
12057
12058 2005-06-16 [colin]      1.9.11cvs79
12059
12060         * src/compose.c
12061                 Fix bug #707 (Dash splits rows)
12062                 Only wrap if we're on a line break position and
12063                 the previous one was a "white" (space) char.
12064                 Pango stuff is weird.
12065
12066 2005-06-16 [colin]      1.9.11cvs78
12067
12068         * src/imap_gtk.c
12069                 Lock summaryview while downloading messages
12070                 on user demand
12071         * src/procheader.c
12072         * src/unmime.c
12073         * src/common/utils.c
12074         * src/common/utils.h
12075                 Replace \r and \n with spaces in From and
12076                 Subject headers
12077
12078 2005-06-16 [paul]       1.9.11cvs77
12079
12080         * src/procmime.c
12081                 liberalise the mime parser
12082         * src/gtk/about.c
12083                 add text wrapping
12084
12085 2005-06-16 [paul]       1.9.11cvs76
12086
12087         * src/gtk/about.c
12088                 reworked
12089
12090 2005-06-15 [colin]      1.9.11cvs75
12091
12092         * src/compose.c
12093                 Finish header encoding fix
12094         * src/summaryview.c
12095                 Fix segfault
12096         * src/headerview.c
12097                 Fix compilation (Thanks Stephan
12098                 Sachse)
12099
12100 2005-06-15 [colin]      1.9.11cvs74
12101
12102         * Makefile.am
12103                 Install gnome2 stuff rather than gnome1, 
12104                 if both are present
12105         * src/codeconv.c
12106         * src/codeconv.h
12107         * src/compose.c
12108                 Fix headers encoding
12109         * src/folder.c
12110                 Visual progress when fetching all messages
12111         * src/folderview.c
12112         * src/summaryview.c
12113         * src/summaryview.h
12114                 Prevent changing current message while
12115                 incorporating
12116
12117 2005-06-15 [paul]       1.9.11cvs73
12118
12119         * src/gtk/gtkaspell.c
12120         * src/gtk/gtkaspell.h
12121                 fix build warnings
12122
12123 2005-06-15 [paul]       1.9.11cvs72
12124
12125         * src/prefs_filtering.c
12126                 allow reordering of filter rules by
12127                 drag n drop
12128
12129 2005-06-15 [paul]       1.9.11cvs71
12130
12131         * COPYING
12132                 updated
12133         * src/codeconv.c
12134                 replace deprecated function
12135         * src/inc.c
12136         * src/send_message.c
12137         * src/gtk/progressdialog.c
12138         * src/gtk/progressdialog.h
12139                 salvage and reuse parts of reverted sync
12140
12141 2005-06-15 [paul]       1.9.11cvs70
12142
12143         * src/inc.c
12144         * src/send_message.c
12145         * src/gtk/progressdialog.c
12146         * src/gtk/progressdialog.h
12147                 revert yesterday's sync with main
12148                 it contains deprecated functions
12149
12150 2005-06-15 [colin]      1.9.11cvs69
12151
12152         * src/headerview.c
12153                 Fix bug #670 (multi user to: will corrupt message 
12154                 headers display)
12155
12156 2005-06-15 [colin]      1.9.11cvs68
12157
12158         * src/compose.c
12159                 Fix bug #421 (Fix undo on wrapping)
12160
12161 2005-06-15 [colin]      1.9.11cvs67
12162
12163         * src/folder.c
12164                 Provide visual feedback while processing
12165                 folder's rules.
12166         * src/imap.c
12167                 Provide visual feedback while getting
12168                 short headers (for uncached messages)
12169
12170
12171 2005-06-14 [paul]       1.9.11cvs66
12172
12173         * src/account.c
12174                 change a couple stock icons
12175         * src/inc.c
12176         * src/send_message.c
12177         * src/gtk/progressdialog.c
12178         * src/gtk/progressdialog.h
12179                 sync main's GtkTreeView implementation
12180
12181 2005-06-14 [colin]      1.9.11cvs65
12182
12183         * src/imap.c
12184                 Various little fixes, mainly on error paths
12185
12186 2005-06-13 [colin]      1.9.11cvs64
12187
12188         * matcher.c
12189         * procmsg.c
12190         * procmsg.h
12191                 Add a way to fetch only headers. This speeds
12192                 up filtering on headers for IMAP. Fixes:
12193                 bug #481 extraneous imap commands slow down 
12194                         imap filtering
12195                 bug #522 Sylpheed downloads all messages 
12196                         when opening mailbox (IMAP)
12197                 bug #677 IMAP fetch is soooooooooooooo slow
12198         * src/folder.c
12199         * src/folder.h
12200                 Add a folder set_batch method so that
12201                 implementations can speed up flags changes
12202         * src/folderutils.c
12203         * src/summaryview.c
12204                 Use that in mark as (un)read and mark all read
12205                 Refix bug #679
12206         * src/imap.c
12207                 Implement set_batch - brings back deferred
12208                 flags in a less buggy manner. Fixes:
12209                 bug #729 IMAP immediate expunge of deleted messages
12210                 bug #191 remove list of messages with one command
12211                 Fix login with strange chars
12212                 Implement fetch_msg_full
12213                 Fix copy (wrong counts)
12214
12215 2005-06-12 [colin]      1.9.11cvs63
12216
12217         * src/folder.c
12218                 lock incorporation during long operations.
12219                 Avoids fucking up the IMAP socket.
12220
12221 2005-06-12 [colin]      1.9.11cvs62
12222
12223         * src/imap.c
12224                 Fix harmful typo
12225                 Factorize remove_all_msg
12226                 Thread-ize expunge
12227         * src/summaryview.c
12228                 Don't update partial-download status if unnecessary
12229         * src/folder.c
12230                 Use remove_msgs everywhere possible
12231
12232 2005-06-12 [colin]      1.9.11cvs61
12233
12234         * src/folder.c
12235         * src/folder.h
12236                 Add a remove_msgs function to remove a 
12237                 list of messages
12238         * src/imap.c
12239                 Implement that.
12240
12241 2005-06-12 [colin]      1.9.11cvs60
12242
12243         * src/imap.c
12244                 Remove flags-processing deferring... Too hard
12245                 to get it to work in all cases.
12246
12247 2005-06-11 [colin]      1.9.11cvs59
12248
12249         * src/imap.c
12250                 printf -> debug_print
12251
12252 2005-06-11 [colin]      1.9.11cvs58
12253
12254         * src/imap.c
12255                 o Fix build without USE_PTHREAD
12256                 o Factorize imap_open
12257                 o Alertpanel in case of impossible connection
12258                 o Alertpanel in case of impossible login
12259                 o Fix deferred flags processing to force a 
12260                   flush before adding some more flags to process,
12261                   but in another folder.
12262
12263 2005-06-10 [colin]      1.9.11cvs57
12264
12265         * src/imap.c
12266                 o Fix a format string error
12267                 o init ssl socket outside of the thread 
12268                   (it possibly invokes gtk calls)
12269         * src/procmime.c
12270                 o Put back the buffer to its necessary size
12271                 o Fix changing a file pointer without keeping
12272                   track of it (thanks Valgrind)
12273         * src/common/smtp.c
12274                 o Fix automatic STARTTLS if login should be done
12275                   and the server only allows it after starting TLS
12276         * src/gtk/gtkinputdialog.c
12277                 o Eat GDK_Return so that the combo popup doesn't 
12278                   appear when we press Enter to validate the combo
12279                   input dialog (as seen in the Open with... dialog)
12280
12281 2005-06-10 [colin]      1.9.11cvs56
12282
12283         * src/imap.c
12284                 o A bit less debug
12285                 o Fix a crash on deletion
12286                 o Threadize imap_select (it's called outside of 
12287                   threads)
12288                 o Defer treatment of DELETED flags
12289
12290
12291 2005-06-09 [colin]      1.9.11cvs55
12292
12293         * src/imap.c
12294                 Make sure we check imap_gtk_should_override(), which
12295                 potentially calls gtk stuff, before creating thread.
12296                 That way it should't be called via imap_get_session()
12297                 inside a thread.
12298
12299 2005-06-09 [colin]      1.9.11cvs54
12300
12301         * src/imap.c
12302                 o add a bit of status output
12303                 o remove some dead code
12304                 o threadize get_list_of_uids
12305                 o threadize imap_get_flags
12306                 o defer flag changing by 500ms so that they
12307                   can be batched
12308
12309
12310 2005-06-08 [colin]      1.9.11cvs53
12311
12312         * src/imap.c
12313                 Thread-ize imap_cmd_fetch
12314
12315 2005-06-08 [colin]      1.9.11cvs52
12316
12317         * src/main.c
12318                 Mmh, that broke POP3...
12319
12320 2005-06-08 [colin]      1.9.11cvs51
12321
12322         * src/main.c
12323                 Stabilize IMAP patch (thanks to Hoa)
12324
12325 2005-06-08 [colin]      1.9.11cvs50
12326
12327         * src/imap.c
12328                 Test patch to speed up imap. 
12329
12330 2005-06-08 [colin]      1.9.11cvs49
12331
12332         * src/imap_gtk.c
12333                 Warning fix
12334         * src/procmime.c
12335                 Apply patch from gentoo to use /usr/share/mime/globs if 
12336                 available, after un-breaking it
12337         * src/common/log.c
12338         * src/common/log.h
12339                 Use g_timeout for invoking hooks that possibly use gtk
12340                 calls. This should leave gtk calls in the main thread.
12341
12342 2005-06-08 [paul]       1.9.11cvs48
12343
12344         * src/codeconv.c
12345                 conv_get_outgoing_charset_str(): don't
12346                 use prefs_common setting
12347         * src/compose.c
12348         * src/compose.h
12349                 add /Options/Character encoding/... to
12350                 temporarily change the outgoing encoding
12351
12352         (belated sync with main)
12353
12354 2005-06-08 [paul]       1.9.11cvs47
12355
12356         * src/compose.c
12357                 correction to/completion of last
12358                 sync with main
12359
12360 2005-06-08 [paul]       1.9.11cvs46
12361
12362         sync with main:
12363         
12364         * src/codeconv.c
12365         * src/codeconv.h
12366                 always enabled Japanese auto-detection
12367                 if the first letters of locale string
12368                 is "ja"
12369         * src/compose.c
12370                 don't use "destroy" signal to destroy
12371                 Compose object (fix rare crashes on discard?)
12372         * src/mainwindow.c
12373         * src/messageview.c
12374         * src/prefs_send.c
12375                 added Hebrew encodings
12376         * src/sourcewindow.c
12377                 don't use "destroy" signal to destroy
12378                 objects
12379
12380 2005-06-07 [colin]      1.9.11cvs45
12381
12382         * src/summaryview.c
12383                 Add missing unlocks/locks
12384
12385 2005-06-07 [paul]       1.9.11cvs44
12386
12387         * src/summaryview.c
12388                 restore bug #749 fix
12389
12390 2005-06-06 [colin]      1.9.11cvs43
12391
12392         * src/summaryview.c
12393                 Fix selection bug when prefs_common.open_unread 
12394                 is FALSE
12395
12396 2005-06-06 [colin]      1.9.11cvs42
12397
12398         * src/common/md5.c
12399                 Fix a warning
12400         * src/summaryview.c
12401         * src/folderview.c
12402                 Factorize long operations beginning and end
12403                 (locking, freezing/thawing, cursor, ...)
12404                 Check selection->data member in selection-
12405                 related loops; this avoids dying an awful
12406                 death if the selection changes on us while
12407                 we're marking a whole IMAP folder unread, 
12408                 for example.
12409
12410 2005-06-06 [paul]       1.9.11cvs41
12411
12412         * src/textview.c
12413                 don't g_free() a static gchar buffer
12414
12415 2005-06-05 [colin]      1.9.11cvs40
12416
12417         * src/mainwindow.c
12418         * src/messageview.c
12419         * src/summaryview.c
12420                 Fix bug #749 (Show all headers should be
12421                 sticky as the GUI suggests)
12422
12423 2005-06-03 [paul]       1.9.11cvs39
12424
12425         * src/compose.c
12426                 don't allow editing of mail while sending.
12427                 patch by Colin
12428
12429 2005-06-03 [paul]       1.9.11cvs38
12430
12431         * src/folderview.c
12432                 add a freeze/thaw to speed up 'mark all read'
12433
12434 2005-06-03 [paul]       1.9.11cvs37
12435
12436         * src/prefs_message.c
12437                 reflect changes immediately
12438
12439 2005-06-02 [colin]      1.9.11cvs36
12440
12441         * po/POTFILES.in
12442                 Patch by Fabien Vantard.
12443
12444 2005-06-02 [colin]      1.9.11cvs35
12445
12446         * src/imap.c
12447                 Use a non-blocking imap_getline() if possible.
12448                 This should completely prevent the interface
12449                 from freezin on imap operations, although it
12450                 may do strange stuff in case of folder switching
12451                 while a big imap operation is taking place...
12452
12453                 In addition, fix a leak in the case thread
12454                 creation fails on connection.
12455
12456 2005-06-02 [colin]      1.9.11cvs34
12457
12458         * src/crash.c
12459         * src/prefs_common.h
12460                 Fix build (prefs_common_init() doesn't exist
12461                 anymore)
12462
12463 2005-06-02 [colin]      1.9.11cvs33
12464
12465         * src/prefs_account.c
12466                 Fix bug #245 (filtering rules broken when
12467                 renaming a remote account (imap4 or nntp)
12468
12469 2005-06-02 [colin]      1.9.11cvs32
12470
12471         * src/imap.c
12472                 Try to fix IMAP shortcomings: 
12473                 o Multithread imap_open()
12474                 o allow offline-mode overriding instead of
12475                   just returning NULL
12476         * src/imap_gtk.c
12477         * src/imap_gtk.h
12478                 Add a function to ask whether we want to
12479                 override offline-mode for 10 minutes (one-shot
12480                 asking was painful)
12481         * src/procheader.c
12482                 Fix segfault when imap parser isn't happy about
12483                 a missing {
12484
12485 2005-06-01 [colin]      1.9.11cvs31
12486
12487         * src/addrharvest.c
12488         * src/compose.c
12489         * src/mbox.c
12490         * src/mbox.h
12491         * src/mh.c
12492         * src/msgcache.c
12493         * src/send_message.c
12494         * src/setup.c
12495         * src/undo.c
12496         * src/common/hooks.c
12497         * src/common/prefs.c
12498         * src/common/template.c
12499         * src/common/utils.c
12500         * src/gtk/gtkutils.c
12501         * src/gtk/inputdialog.c
12502         * src/gtk/menu.c
12503         * src/gtk/pluginwindow.c
12504         * src/gtk/prefswindow.c
12505         * src/plugins/pgpmime/passphrase.c
12506         * src/plugins/pgpmime/prefs_gpg.c
12507                 More -Wall fixes
12508
12509         * src/common/Makefile.am
12510         * src/common/timing.h
12511                 Add basic timing code
12512
12513         * src/summaryview.c
12514                 Fix a bug with unread messages when 
12515                 re-sorting folders, and by the way
12516                 fix a big performance hit when 
12517                 re-sorting (10k mails: before 5s,
12518                 after .5s)
12519
12520         * src/prefs_compose_writing.c
12521         * src/prefs_compose_writing.h
12522         * src/prefs_message.c
12523         * src/prefs_message.h
12524         * src/prefs_other.c
12525         * src/prefs_other.h
12526         * src/prefs_quote.c
12527         * src/prefs_quote.h
12528         * src/prefs_receive.c
12529         * src/prefs_receive.h
12530         * src/prefs_send.c
12531         * src/prefs_send.h
12532         * src/prefs_summaries.c
12533         * src/prefs_summaries.h
12534                 Fix copyright banner
12535
12536 2005-06-01 [paul]       1.9.11cvs30
12537
12538         * po/fi.po
12539                 updated by Flammie Pirinen
12540         * src/procmime.c
12541                 fix 'Bad BASE64 content' output
12542
12543 2005-05-31 [colin]      1.9.11cvs29
12544
12545         * src/procmime.c
12546                 Oops, where did my hunk go.
12547
12548 2005-05-31 [colin]      1.9.11cvs28
12549
12550         * src/Makefile.am
12551         * src/account.c
12552         * src/action.c
12553         * src/addr_compl.c
12554         * src/addressbook.c
12555         * src/codeconv.c
12556         * src/compose.c
12557         * src/export.c
12558         * src/folder.c
12559         * src/folderview.c
12560         * src/image_viewer.c
12561         * src/main.c
12562         * src/mainwindow.c
12563         * src/messageview.c
12564         * src/mimeview.c
12565         * src/msgcache.c
12566         * src/prefs_account.c
12567         * src/prefs_actions.c
12568         * src/prefs_common.c
12569         * src/prefs_compose_writing.c
12570         * src/prefs_customheader.c
12571         * src/prefs_ext_prog.c
12572         * src/prefs_filtering.c
12573         * src/prefs_filtering_action.c
12574         * src/prefs_fonts.c
12575         * src/prefs_image_viewer.c
12576         * src/prefs_message.c
12577         * src/prefs_message.h
12578         * src/prefs_msg_colors.c
12579         * src/prefs_other.c
12580         * src/prefs_other.h
12581         * src/prefs_quote.c
12582         * src/prefs_receive.c
12583         * src/prefs_receive.h
12584         * src/prefs_send.c
12585         * src/prefs_send.h
12586         * src/prefs_spelling.c
12587         * src/prefs_summaries.c
12588         * src/prefs_summary_column.c
12589         * src/prefs_template.c
12590         * src/prefs_themes.c
12591         * src/prefs_toolbar.c
12592         * src/prefs_wrapping.c
12593         * src/procmime.c
12594         * src/procmsg.c
12595         * src/send_message.h
12596         * src/ssl_manager.c
12597         * src/summary_search.c
12598         * src/summaryview.c
12599         * src/textview.c
12600         * src/wizard.c
12601         * src/common/smtp.c
12602         * src/common/smtp.h
12603         * src/gtk/gtkutils.h
12604                 o Move the rest of Common prefs to new style
12605                 o Lots of -Wall warning fixes
12606                 o fix FIXME in cache memusage calculation
12607                 o Let return receipts be sent from any account
12608                 o Little cache optimisation (read)
12609                 o Fix bug #746 (don't treat commas as separators
12610                   when inside a quoted string)
12611
12612 2005-05-31 [paul]       1.9.11cvs27
12613
12614         * src/prefs_common.c
12615                 fix 'off-by-one' typo
12616
12617 2005-05-31 [paul]       1.9.11cvs26
12618
12619         * src/account.c
12620         * src/addr_compl.c
12621         * src/compose.c
12622         * src/foldersel.c
12623         * src/prefs_actions.c
12624         * src/prefs_common.c
12625         * src/prefs_common.h
12626         * src/prefs_customheader.c
12627         * src/prefs_display_header.c
12628         * src/prefs_filtering.c
12629         * src/prefs_filtering_action.c
12630         * src/prefs_matcher.c
12631         * src/prefs_summaries.c
12632         * src/prefs_summary_column.c
12633         * src/prefs_template.c
12634         * src/prefs_toolbar.c
12635         * src/ssl_manager.c
12636         * src/gtk/pluginwindow.c
12637         * src/gtk/prefswindow.c
12638         * src/gtk/progressdialog.c
12639                 add hidden prefs 'enable_rules_hint'
12640                 for gtk_tree_view_set_rules_hint()
12641                 (sync with main)
12642                 
12643
12644 2005-05-31 [colin]      1.9.11cvs25
12645
12646         * src/Makefile.am
12647         * src/main.c
12648         * src/prefs_common.c
12649         * src/prefs_summaries.c ** ADDED **
12650         * src/prefs_summaries.h ** ADDED **
12651                 Common/Display -> Display/Summaries
12652
12653 2005-05-31 [colin]      1.9.11cvs24
12654
12655         * src/Makefile.am
12656         * src/main.c
12657         * src/prefs_quote.c ** ADDED **
12658         * src/prefs_quote.h ** ADDED **
12659                 Move Common/Quote to Compose/Quoting
12660         * src/prefs_common.c
12661         * src/prefs_common.h
12662                 Remove old quote stuff, add
12663                 convenience functions for GtkTextView prefs
12664         * src/gtk/prefswindow.c
12665                 Set default height higher
12666
12667 2005-05-30 [colin]      1.9.11cvs23
12668
12669         * src/Makefile.am
12670         * src/main.c
12671         * src/prefs_common.c
12672         * src/prefs_compose_writing.c ** ADDED **
12673         * src/prefs_compose_writing.h ** ADDED **
12674                 Move Common/Compose prefs to Compose/Writing
12675
12676 2005-05-30 [colin]      1.9.11cvs22
12677
12678         * src/common/utils.c
12679                 Fix bug #651 (Confused Attract by Subject)
12680                 Patch by M. Benkmann <haferfrost@web.de>
12681         * AUTHORS
12682
12683 2005-05-30 [colin]      1.9.11cvs21
12684
12685         * src/compose.c
12686                 Fix concatenation of different headers of
12687                 the same type (bug #645)
12688         * src/prefs_folder_item.c
12689                 Fix bug #699 (setting color to black doesn't
12690                 work immediately)
12691         * src/procmime.c
12692                 Print out decoding error only once per
12693                 block
12694
12695 2005-05-30 [paul]       1.9.11cvs20
12696
12697         * src/common/template.c
12698                 fix Bcc
12699
12700 2005-05-30 [paul]       1.9.11cvs19
12701
12702         * doc/src/rfc2368.txt   **NEW FILE**
12703         * src/compose.c
12704                 compose_entries_set(): don't interpret Bcc
12705                 header field (conform to RFC 2368)
12706                 (sync with main)
12707
12708 2005-05-29 [colin]      1.9.11cvs18
12709
12710         * src/prefs_common.c
12711                 Let the default reply format respect
12712                 netiquette by cutting the signature.
12713
12714 2005-05-29 [colin]      1.9.11cvs17
12715
12716         * src/summaryview.c
12717                 Don't let always_show_msg override
12718                 open_unread_on_enter when opening a new
12719                 directory.
12720
12721 2005-05-27 [paul]       1.9.11cvs16
12722
12723         sync with main:
12724
12725         * src/main.c
12726                 app_will_exit(): cleanup tmp directory when exit
12727         * src/message_search.c
12728                 improved the interface and made code cleanup.
12729                 removed Clear button
12730         * src/send_message.c
12731                 send_message_local(): use GSpawn, and detect errors
12732         * src/summary_search.c
12733                 improved the interface and made code cleanup
12734         * src/textview.c
12735                 textview_write_link(): also skip non-ascii space
12736                  at the head of link strings (phishing check
12737                  didn't work at the case)
12738         * src/common/utils.c
12739                 get_command_output(): use g_spawn_command_line_sync()
12740                 instead of popen()
12741
12742 2005-05-26 [colin]      1.9.11cvs15
12743
12744         * src/folder.c
12745                 remove printf
12746
12747 2005-05-26 [colin]      1.9.11cvs14
12748
12749         * src/common/nntp.c
12750                 Fix nntp mode reader (bug #611)
12751                 Patch by Florian Mickler <florian@mickler.org>
12752
12753 2005-05-26 [colin]      1.9.11cvs13
12754
12755         * src/plugins/pgpmime/passphrase.c
12756                 Fix mouse grabbing (bug #557)
12757
12758 2005-05-26 [colin]      1.9.11cvs12
12759
12760         * src/prefs_themes.c
12761                 Fix g_warning (bug #541)
12762
12763 2005-05-26 [colin]      1.9.11cvs11
12764
12765         * src/prefs_actions.c
12766         * src/prefs_template.c
12767                 Fix bug #506 (no warning if action/template
12768                 is not saved)
12769         * src/common/template.c
12770                 Fix a possible crash
12771
12772 2005-05-26 [colin]      1.9.11cvs10
12773
12774         * src/folder.c
12775         * src/folderview.c
12776         * src/procmsg.c
12777         * src/summaryview.c
12778                 Forbid locked messages to be moved or
12779                 deleted. Locked messages in trashes 
12780                 still get deleted, for performance
12781                 reason (mh.c::mh_remove_all_msgs)
12782
12783 2005-05-25 [colin]      1.9.11cvs9
12784
12785         * src/procmime.c
12786                 Use correct encoding when sending mails
12787                 with attachments that have accentued 
12788                 chars in their name
12789
12790 2005-05-24 [colin]      1.9.11cvs8
12791
12792         * src/summaryview.c
12793                 Fix bug #688 f) read/unread marker not
12794                 changed on first click
12795                 Also, optimize summary_status_show()
12796                 calls
12797         * src/folder.c
12798         * src/inc.c
12799         * src/procmime.c
12800                 Fix bug #688 b) and c) wrt message
12801                 attachments and signature
12802         * src/stock_pixmap.c
12803         * src/stock_pixmap.h
12804         * src/stock_pixmap.c
12805         * src/stock_pixmap.h
12806         * src/Makefile.am
12807         * src/pixmaps/clip_gpg_signed.xpm
12808                 Add clip/signed icon
12809
12810 2005-05-24 [colin]      1.9.11cvs7
12811
12812         * src/folder_item_prefs.c
12813                 whitespace fix
12814
12815 2005-05-24 [colin]      1.9.11cvs6
12816
12817         * src/folderview.c
12818         * src/prefs_common.c
12819         * src/prefs_common.h
12820                 Add a confirmation to folder drag and drop
12821                 fixes bug #156
12822         * src/alertpanel.c
12823         * src/alertpanel.h
12824                 fix _with_disable parameters so that
12825                 the buttons labels are specifiable too
12826         * src/plugins/pgpmime/sgpgme.c
12827                 reflect said change
12828                 
12829
12830 2005-05-24 [colin]      1.9.11cvs5
12831
12832         * src/folderview.c
12833                 Uncollapse/collapse folders on double-click
12834                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12835                 closes bug #108
12836
12837 2005-05-23 [colin]      1.9.11cvs4
12838
12839         * src/common/socket.c
12840                 Check another special SSL_peek() error.
12841                 Should help wrt bug #728
12842
12843 2005-05-23 [colin]      1.9.11cvs3
12844
12845         * src/plugins/pgpmime/pgpmime.c
12846                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12847                 breaking menu accelerators and stuff. Users will have to
12848                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12849                 account's privacy preferences if needed.
12850
12851 2005-05-22 [paul]
12852
12853         * tools/kdeservicemenu/install.sh
12854                 use kdesu to prompt for root password if doing
12855                 global install/uninstall
12856
12857 2005-05-20 [colin]      1.9.11cvs2
12858
12859         * src/procmsg.c
12860                 Fix another compilation error with gcc-2.9x
12861                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12862         * src/send_message.c
12863                 Don't send QUIT if we aren't connected
12864
12865 2005-05-19 [colin]      1.9.11cvs1
12866
12867         * src/procmsg.c
12868                 Fix compilation with gcc 2.9x
12869
12870 2005-05-19 [paul]       1.9.11
12871
12872         1.9.11 released
12873
12874 2005-05-19 [paul]       1.9.9cvs14
12875
12876         * src/gtk/inputdialog.c
12877                 prevent gettext warning
12878
12879 2005-05-19 [paul]       1.9.9cvs13
12880
12881         * src/mainwindow.c
12882         * src/prefs_common.c
12883         * src/prefs_common.h
12884         * src/textview.c
12885         * src/textview.h
12886                 add an option to toggle cursor in message
12887                 view (sync with main)
12888
12889 2005-05-18 [colin]      1.9.9cvs12
12890
12891         * src/compose.c
12892                 Dereference freed pointer
12893         * src/gtk/gtkaspell.c
12894                 Fix duplication of dictionaries (is it an aspell issue?)
12895
12896 2005-05-18 [colin]      1.9.9cvs11
12897
12898         * src/gtk/inputdialog.c
12899         * src/gtk/gtkaspell.c
12900                 HIGuify dialogs
12901         * src/alertpanel.c
12902                 Remove a double call
12903
12904 2005-05-17 [colin]      1.9.9cvs10
12905
12906         * src/gtk/gtkaspell.c
12907                 Fix dialogs, Ctrl-Enter accel
12908
12909 2005-05-17 [colin]      1.9.9cvs9
12910
12911         * src/gtk/gtkaspell.c
12912                 Fix some accelerators, escape in replace-window
12913
12914 2005-05-16 [colin]      1.9.9cvs8
12915
12916         * src/gtk/gtkaspell.c
12917                 Revert last commit, it was a mistake.
12918
12919 2005-05-16 [colin]      1.9.9cvs7
12920
12921         * src/gtk/gtkaspell.c
12922                 Remove buggy code while we're at it. It's a 
12923                 dead code path anyway.
12924
12925 2005-05-16 [colin]      1.9.9cvs6
12926
12927         * src/gtk/gtkaspell.c
12928                 Missed some gtk_menu_popup where deactivate
12929                 signal should be handled. Should fix bug
12930                 #629 a bit more.
12931
12932 2005-05-16 [colin]      1.9.9cvs5
12933
12934         * src/gtk/gtkaspell.c
12935                 Remove debug printf()s
12936
12937 2005-05-16 [colin]      1.9.9cvs4
12938
12939         * src/gtk/gtkaspell.c
12940                 Fix a bit aspell problems
12941                 (see bug #629)
12942
12943 2005-05-13 [colin]      1.9.9cvs3
12944
12945         * src/folderview.c
12946                 Fix the + appearing even when no subfolders
12947                 have unread messages. Thanks to wwp for the
12948                 bug report.
12949
12950 2005-05-11 [paul]       1.9.9cvs2
12951
12952         * src/folderview.c
12953                 correction to 1.9.9cvs1, only colour folders that
12954                 have new msgs (not unread msgs)
12955
12956 2005-05-10 [colin]      1.9.9cvs1
12957
12958         * src/folderview.c
12959         * src/summaryview.c
12960                 Try to fix bolding bugs again.
12961
12962 2005-05-09 [paul]
12963
12964         * tools/claws.i18n.status.pl
12965                 add Ricardo Mones Lastra's script that has been providing
12966                 the i18n status page for many months
12967
12968 2005-05-09 [paul]       1.9.9
12969
12970         1.9.9 release
12971
12972 2005-05-09 [paul]       1.9.6cvs58
12973
12974         * AUTHORS
12975         * INSTALL
12976         * README.claws
12977                 updated
12978         * Makefile.am 
12979         * RELEASE_NOTES.claws
12980                 add release notes to cvs to simplify release
12981                 procedure
12982         * configure.ac
12983                 add ca and fi to ALL_LINGUAS
12984         * po/Makefile.in.in
12985                 workaround for missing Makevars
12986         * po/ca.po
12987         * po/fi.po
12988                 add new Catalan and Finnish translations
12989                 submitted by Miquel Oliete and Flammie Pirinen
12990         * po/de.po
12991         * po/es.po
12992         * po/fr.po
12993         * po/it.po
12994         * po/pl.po
12995         * po/ru.po
12996         * po/sk.po
12997         * po/sr.po
12998         * po/zh_CN.po
12999                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
13000                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
13001                 Urke MMI, and Hansom Young
13002         * src/main.c
13003                 Fix drafting when quitting. compose_draft() closes the
13004                 compose windows, which modifies the compose_list GSList.
13005                 We have to refresh this list after echo drafting to avoid a
13006                 segfault
13007         * src/partial_download.c
13008                 fix segfault on exit
13009
13010 2005-05-06 [paul]       1.9.6cvs57
13011
13012         * src/grouplistdialog.c
13013                 quick fix/workaround for unresizeable newsgroup
13014                 name column 
13015
13016 2005-05-06 [paul]       1.9.6cvs56
13017
13018         * src/inc.c
13019         * src/mainwindow.c
13020                 use gettext plural forms
13021         * src/imap_gtk.c
13022         * src/mh_gtk.c
13023         * src/toolbar.c
13024                 small improvement to english usage
13025
13026 2005-05-05 [thorsten]   1.9.6cvs55
13027
13028         * src/folder.c
13029                 fix possible crash
13030
13031 2005-05-05 [paul]       1.9.6cvs54
13032         
13033         sync with HEAD
13034
13035         * AUTHORS
13036         * src/compose.c
13037                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
13038                 patch by Tim Mann
13039
13040 2005-05-05 [paul]       1.9.6cvs53
13041
13042         * src/mainwindow.c
13043                 fix resizing of separate message and
13044                 folder views
13045
13046 2005-05-05 [paul]       1.9.6cvs52
13047
13048         * src/account.c
13049         * src/addrgather.c
13050         * src/browseldap.c
13051         * src/exphtmldlg.c
13052         * src/expldifdlg.c
13053         * src/importmutt.c
13054         * src/importpine.c
13055         * src/main.c
13056         * src/mainwindow.c
13057         * src/noticeview.c
13058         * src/prefs_filtering.c
13059         * src/prefs_filtering_action.c
13060         * src/prefs_matcher.c
13061         * src/prefs_spelling.c
13062         * src/prefs_toolbar.c
13063         * src/toolbar.c
13064         * src/wizard.c
13065         * src/gtk/description_window.c
13066         * src/gtk/gtkvscrollbutton.c
13067         * src/gtk/progressdialog.c
13068         * src/gtk/quicksearch.c
13069         * src/plugins/pgpmime/prefs_gpg.c
13070         * src/plugins/spamassassin/spamassassin_gtk.c
13071                 replace deprecated gtk_widget_set_usize
13072
13073 2005-05-04 [colin]      1.9.6cvs51
13074
13075         * src/common/utils.c
13076                 Fix crash when subst_for_filename is called
13077                 with a NULL parameter
13078
13079 2005-05-04 [colin]      1.9.6cvs50
13080
13081         * src/partial_download.c
13082         * src/pop.c
13083                 Escape login when writing uidl file
13084                 fixes bug #736
13085
13086 2005-05-03 [colin]      1.9.6cvs49
13087
13088         * src/procmime.c
13089                 Fix possible DOS in mime parser
13090                 (see bug #634)
13091
13092 2005-05-02 [colin]      1.9.6cvs48
13093
13094         * src/compose.c
13095                 Try to fix the copy/paste mess once again.
13096
13097
13098 2005-04-30 [colin]      1.9.6cvs47
13099
13100         * src/prefs_account.h
13101         * src/procmsg.c
13102         * src/send_message.c
13103         * src/common/smtp.c
13104         * src/common/smtp.h
13105                 Try to batch sending mails (per account) instead of
13106                 reconnecting to server every time.
13107
13108 2005-04-29 [colin]      1.9.6cvs46
13109
13110         * src/messageview.c
13111                 Fix window resizing that refused to size down
13112         * src/prefs_common.c
13113         * src/prefs_common.h
13114         * src/prefs_filtering.c
13115                 Save Filtering's window size
13116
13117 2005-04-21 [paul]       1.9.6cvs45
13118
13119         * ChangeLog-gtk2.claws
13120         * src/setup.c
13121                 correction to sync
13122
13123 2005-04-21 [paul]       1.9.6cvs44
13124
13125         sync with main:
13126
13127         * src/setup.c
13128         * src/statusbar.c
13129         * src/statusbar.h
13130                 use gtkut_widget_draw_now(). Improved performance
13131                 of the update of statusbar
13132         * src/textview.c
13133                 textview_smooth_scroll_do(): redraw it after scroll
13134                 is done (fixed incorrect display when a part of the
13135                 view is hidden).
13136         * src/gtk/gtkutils.c
13137         * src/gtk/gtkutils.h
13138                 gtkut_widget_draw_now(): use gdk_window_process_updates()
13139                 to force update of widgets.
13140                 Removed gtkut_widget_wait_for_draw() which had a big
13141                 overhead  because of waiting for all events processed 
13142
13143 2005-04-20 [paul]       1.9.6cvs43
13144
13145         * src/codeconv.c
13146                 complete 1.9.6cvs42's sync:
13147                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
13148
13149 2005-04-19 [paul]       1.9.6cvs42
13150
13151         sync with main:
13152
13153         * src/action.c
13154                 catch_output(): correctly select the insert text
13155                 (fix invalid iterator warnings).
13156         * src/codeconv.c
13157         * src/codeconv.h
13158         * src/mainwindow.c
13159         * src/messageview.c
13160         * src/prefs_common.c
13161                 support GBK encoding.
13162         * src/common/session.c
13163         * src/common/session.h
13164                 use separate buffer for large data to be sent,
13165                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
13166
13167 2005-04-18 [paul]       1.9.6cvs41
13168
13169         * src/jpilot.c
13170                 convert unsigned long into guint32
13171                 patch by Paul LeoNerd Evans 
13172
13173 2005-04-17 [colin]      1.9.6cvs40
13174
13175         * src/compose.c
13176                 Fix 'Request return receipt' from folder
13177                 properties (bug #708)
13178
13179 2005-04-17 [colin]      1.9.6cvs39
13180
13181         * src/mainwindow.c
13182                 Fix duplicate hotkeys in Mainwindow's menu
13183
13184 2005-04-17 [colin]      1.9.6cvs38
13185
13186         * src/folderview.c
13187                 Fix duplicate hotkeys in Folderview's contextual
13188                 menu
13189
13190 2005-04-15 [colin]      1.9.6cvs37
13191
13192         * src/summaryview.c
13193                 Fix 'Save as...' with non-ascii filenames
13194
13195 2005-04-15 [colin]      1.9.6cvs36
13196
13197         * src/plugins/pgpmime/pgpmime.c
13198                 Fix bus error on 64bit. Spotted by 
13199                 macallan1888@gmail.com
13200
13201 2005-04-15 [colin]      1.9.6cvs35
13202
13203         * src/prefs_account.c
13204                 Fix cvs34.
13205
13206 2005-04-12 [colin]      1.9.6cvs34
13207
13208         * src/prefs_account.c
13209                 Fix smtp auth type off-by-one. We forgot to
13210                 add PLAIN in the prefs-to-gui setter func and
13211                 as a result, the selected auth when opening
13212                 account prefs was not the correct one.
13213
13214 2005-04-12 [paul]       1.9.6cvs33
13215
13216         * src/inc.c
13217                 if the recv dialog is visible, Cancel only
13218                 cancels the current account
13219
13220
13221 2005-04-10 [colin]      1.9.6cvs32
13222
13223         * src/filtering.c
13224                 Copy score when copying FilteringActions
13225                 Fix bug #674
13226
13227 2005-04-10 [colin]      1.9.6cvs31
13228
13229         * src/inc.c
13230                 Make Message -> Receive -> Cancel cancel 
13231                 incorporation on all accounts. Fixes
13232                 bug #693
13233
13234 2005-04-10 [colin]      1.9.6cvs30
13235
13236         * src/prefs_account.c
13237                 Update Privacy checkbuttons status based
13238                 on the selected privacy system
13239         * src/compose.c
13240                 Always connect the "None" privacy system; the
13241                 static boolean was probably there to avoid
13242                 reconnecting twice in the same compose window,
13243                 but as the parent function is only called once
13244                 per compose, it's only a bug - as a static is
13245                 initialized once per application instance.
13246                 Also, don't uncheck Sign and Encrypt when
13247                 selecting None as privacy system; just ignore
13248                 them when sending/queuing.
13249                 Should fix bug #695
13250
13251 2005-04-08 [colin]      1.9.6cvs29
13252
13253         * src/account.c
13254         * src/prefs_account.c
13255         * src/prefs_account.h
13256                 Add account preference to queue message in a certain
13257                 folder.
13258
13259 2005-04-06 [colin]      1.9.6cvs28
13260
13261         * src/prefs_account.c
13262                 Update old inbox path syntax
13263
13264 2005-04-06 [paul]       1.9.6cvs27
13265
13266         sync with main:
13267
13268         * configure.ac
13269                 changed -traditional-cpp to -no-cpp-precomp for newer
13270                 Mac OS X support
13271         * src/foldersel.c
13272                 made column resize automatically
13273         * src/send_message.c
13274                 send_message_smtp(): consider EOF right after QUIT
13275                 successful (workaround for Gmail SMTP server)
13276         * src/common/socket.c
13277                 ssl_read(), ssl_peek(): check EOF which violates the
13278                 SSL protocol
13279         * src/gtk/colorlabel.c
13280                 removed warnings when displaying colorlabel menu
13281                 (don't use GtkAlignment)
13282
13283 2005-04-05 [paul]       1.9.6cvs26
13284
13285         * src/plugins/trayicon/trayicon.c
13286                 fix clipping of icon under KDE3 
13287
13288 2005-04-05 [paul]       1.9.6cvs25
13289
13290         * src/summaryview.c
13291                 hide display of threading
13292                 patch by Alfons
13293
13294 2005-04-04 [thorsten]   1.9.6cvs24
13295
13296         * src/mh.c
13297                 marks lost on filesystems with different stat() results on
13298                 summer-/wintertime
13299
13300 2005-04-03 [colin]      1.9.6cvs23
13301
13302         * src/summaryview.c
13303                 Don't handle up/down. Patch by Alfons
13304
13305 2005-04-02 [colin]      1.9.6cvs22
13306
13307         * src/summaryview.c
13308                 Make scrolling faster. Patch by Alfons.
13309
13310 2005-04-01 [colin]      1.9.6cvs21
13311
13312         * src/Makefile.am
13313         * src/stock_pixmap.c
13314         * src/pixmaps/dir-noselect.xpm ** REMOVED **
13315         * src/pixmaps/dir_noselect.xpm ** ADDED **
13316                 Fix pixmap name mismatch (Thanks Stephan Sachse)
13317
13318 2005-04-01 [colin]      1.9.6cvs20
13319
13320         * src/image_viewer.c
13321         * src/image_viewer.h
13322         * src/procmime.c
13323         * src/procmime.h
13324         * src/textview.c
13325         * src/textview.h
13326                 Implement inline image resizing and right-clicking
13327
13328 2005-04-01 [paul]       1.9.6cvs19
13329
13330         * AUTHORS
13331         * Makefile.am
13332         * configure.ac
13333                 check for gnome2
13334                 patch by Luca Cavalli <loopback<AT>slackit.org>
13335         * po/ru.po
13336                 updated by Pavlo Bohmat
13337
13338 2005-03-31 [colin]      1.9.6cvs18
13339
13340         * src/news.c
13341                 Fix parsing references
13342         * src/msgcache.c
13343                 don't put nulls in the references list
13344         * src/procheader.c
13345                 commit that forgotten file in 1.9.6cvs14
13346
13347 2005-03-31 [colin]      1.9.6cvs17
13348
13349         * src/compose.c
13350                 Fix joining of signature separator again. 
13351                 Maybe Hiro could put it in main too...
13352
13353 2005-03-31 [colin]      1.9.6cvs16
13354
13355         * src/Makefile.am
13356         * src/foldersel.c
13357         * src/stock_pixmap.c
13358         * src/stock_pixmap.h
13359         * src/pixmaps/dir-noselect.xpm
13360                 Update foldersel.c (sync from main, patch by Alfons)
13361
13362 2005-03-30 [colin]      1.9.6cvs15
13363
13364         * src/imap.c
13365                 Fix handling of imap folders containing [] in 
13366                 their name. Thanks to Nahuel Angelinetti for
13367                 the detailed bugreport.
13368
13369 2005-03-30 [colin]      1.9.6cvs14
13370
13371         * src/common/utils.h
13372         * src/common/utils.c
13373         * src/common/defs.h
13374         * src/matcher.c
13375         * src/msgcache.c
13376         * src/news.c
13377         * src/procmsg.c
13378         * src/procmsg.h
13379         * src/quote_fmt_parse.y
13380         * src/summaryview.c
13381                 Update references system. Patch by Alfons
13382
13383 2005-03-30 [colin]      1.9.6cvs13
13384
13385         * src/common/socket.c
13386                 Force the glibc to read resolv.conf again when 
13387                 it has changed. Should fix issues when changing
13388                 networks on a laptop and not restarting sylpheed. 
13389
13390 2005-03-30 [paul]       1.9.6cvs12
13391
13392         partial sync with main:
13393
13394         * src/action.c
13395                 create_io_dialog(): use user-defined text font
13396                 (thanks to Alfons), and modified its appearance.
13397         * src/addrgather.c
13398         * src/addrharvest.c
13399         * src/browseldap.c
13400                 replace old code
13401         * src/compose.c
13402                 don't join (presumably) itemized lines on line-wrapping
13403                 fixed wrapping of quote when auto-wrapping is enabled
13404                 compose_destroy(): destroy paned only if it's not
13405                 attached to window. Fixed memory leak of popup menu.
13406         * src/exphtmldlg.c
13407         * src/expldifdlg.c
13408                 replace old code
13409         * src/html.c
13410         * src/html.h
13411         * src/importmutt.c
13412         * src/importpine.c
13413                 replace old code
13414         * src/main.c
13415                 removed redundant code
13416         * src/mainwindow.c
13417                 changed 'Code set' (which is rather incorrect)
13418                 in the menu to 'Character encoding'
13419                 main_window_set_widgets(): request size first
13420                 to prevent window size becoming wrong
13421                 fixed remembering of the state of the visibility
13422                 of MessageView
13423         * src/messageview.c
13424                 changed 'Code set' (which is rather incorrect)
13425                 in the menu to 'Character encoding'
13426         * src/prefs_common.c
13427         * src/prefs_common.h
13428                 added an option whether to render HTML as text or not
13429                 added separators to outgoing encoding menu
13430         * src/procheader.c
13431                 procheader_scan_date_string(): support header
13432                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
13433         * src/summaryview.c
13434         * src/summaryview.h
13435                 minor code cleanup
13436         * src/textview.c
13437                 textview_show_html(): force output of newline
13438                 added an option whether to render HTML as text or not
13439         * src/common/utils.c
13440                 strncpy2(): optimized based on Alfons' code
13441         * src/gtk/gtkutils.c
13442         * src/gtk/gtkutils.h
13443                 removed non-used code
13444         * src/plugins/pgpmime/passphrase.c
13445                 partially fixed grab input of passphrase dialog
13446                 Confine pointer to window
13447
13448 2005-03-30 [colin]      1.9.6cvs11
13449
13450         * src/msgcache.c
13451         * src/msgcache.h
13452                 Read/write 32bit ints from cache & marks
13453                 From main.
13454
13455 2005-03-29 [paul]       1.9.6cvs10
13456
13457         * AUTHORS
13458         * ChangeLog.claws
13459         * src/compose.c
13460         * src/gtk/gtkaspell.c
13461                 sync with HEAD (don't pass NULL pointers) 
13462
13463 2005-03-24 [paul]
13464
13465         * tools/Makefile.am
13466         * tools/README
13467         * tools/acroread2sylpheed.pl
13468                 sync with HEAD (add script to send pdfs as
13469                 attachments from Adobe Reader 7)
13470
13471 2005-03-21 [paul]       1.9.6cvs9
13472
13473         * configure.ac
13474         * po/POTFILES.in
13475         * src/Makefile.am
13476         * src/crash.c
13477         * src/image_viewer.c ** ADDED **
13478         * src/image_viewer.h ** ADDED **
13479         * src/main.c
13480         * src/prefs_common.c
13481         * src/prefs_common.h
13482         * src/prefs_image_viewer.c ** ADDED **
13483         * src/prefs_image_viewer.h ** ADDED **
13484         * src/textview.c
13485         * src/gtk/about.c
13486         * src/pixmaps/sylpheed_logo.xpm
13487         * src/plugins/Makefile.am
13488         * src/plugins/image_viewer/.cvsignore ** REMOVED **
13489         * src/plugins/image_viewer/Makefile.am ** REMOVED **
13490         * src/plugins/image_viewer/plugin.c ** REMOVED **
13491         * src/plugins/image_viewer/viewer.c ** REMOVED **
13492         * src/plugins/image_viewer/viewer.glade ** REMOVED **
13493         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
13494         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
13495         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
13496         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
13497                 as gdk-pixbuf is now built-in
13498                 remove image_viewer plugin and put code back into
13499                 main codebase
13500                 implement inline image display (sync with main)
13501
13502                 replace logo with newer, nicer, larger version  
13503
13504 2005-03-21 [paul]       1.9.6cvs8
13505
13506         * src/gtk/about.c
13507                 cosmetic improvement
13508
13509 2005-03-21 [holger]     1.9.6cvs7
13510
13511         * src/plugins/spamassassin/spamassassin.c
13512                 Sync with HEAD
13513                 (unregister hook on failed plugin init)
13514
13515 2005-03-20 [colin]      1.9.6cvs6
13516
13517         * src/common/plugin.c
13518                 Check that plugin isn't already loaded
13519                 Patch by Alfons
13520
13521 2005-03-20 [thorsten]   1.9.6cvs5
13522
13523         * src/compose.c
13524                 use a more compatible syntax
13525
13526 2005-03-20 [thorsten]   1.9.6cvs4
13527
13528         * src/prefs_toolbar.c
13529                 fix crash when selecting toolbar item (uninitialized pointer)
13530
13531 2005-03-20 [thorsten]   1.9.6cvs3
13532
13533         * src/procmime.c
13534                 fix mimetype detection (referenced free()d string)
13535
13536 2005-03-20 [paul]       1.9.6cvs2
13537
13538         * src/compose.c
13539                 sync with HEAD (1.0.3cvs5)
13540                 neglect Reply-To header if empty
13541                 Patch by Alfons 
13542
13543 2005-03-19 [holger]     1.9.6cvs1
13544
13545         * src/summaryview.c
13546         * src/summaryview.h
13547                 Sync with HEAD
13548
13549 2005-03-18 [paul]       1.9.6
13550
13551         initial GTK2 release
13552
13553 2005-03-18 [paul]       1.0.3cvs3.1
13554
13555         * AUTHORS
13556         * ChangeLog.claws
13557         * configure.ac
13558         * src/gtk/about.c
13559         * src/pixmaps/sylpheed_logo.xpm
13560                 sync with HEAD
13561
13562 2005-03-18 [colin]      1.0.3cvs2.6
13563
13564         * src/summaryview.c
13565                 Remove call to summary_step in summary_copy_selected_to
13566                 Can't see its purpose, and this causes bug when copying
13567                 a message if the next one is unread: it reads it.
13568
13569 2005-03-18 [paul]       1.0.3cvs2.5
13570
13571         * src/foldersel.c
13572                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
13573
13574 2005-03-18 [paul]       1.0.3cvs2.4
13575
13576         * src/addrharvest.c
13577         * src/codeconv.c
13578         * src/codeconv.h
13579         * src/compose.c
13580         * src/news.c
13581         * src/procheader.c
13582         * src/procmime.c
13583         * src/unmime.c
13584         * src/unmime.h
13585                 fix buffer overflow, CAN-2005-0667, see
13586                 http://secunia.com/advisories/14491/
13587                 Patch by Alfons
13588
13589 2005-03-17 [colin]      1.0.3cvs2.3
13590
13591         * src/prefs_fonts.c
13592         * src/summaryview.c
13593                 Fix font bugs (both lists now officialy share 
13594                 the same font)
13595                 
13596
13597 2005-03-17 [paul]       1.0.3cvs2.2
13598
13599         * src/gtk/pluginwindow.c
13600                 make plugin descriptions uneditable
13601
13602 2005-03-11 [paul]       1.0.3cvs2.1
13603
13604         * ChangeLog.claws
13605         * configure.ac
13606         * po/POTFILES.in
13607         * src/plugins/trayicon/trayicon.c
13608                 sync with HEAD
13609                 add src/wizard.c to POTFILES.in
13610
13611 2005-03-11 [paul]       1.0.3cvs1.1
13612
13613         * ChangeLog
13614         * ChangeLog.claws
13615         * configure.ac
13616         * po/de.po
13617         * po/es.po
13618         * po/fr.po
13619         * po/it.po
13620         * po/pt_BR.po
13621         * po/ru.po
13622         * po/sk.po
13623         * po/sr.po
13624         * po/zh_CN.po
13625                 sync with HEAD
13626
13627 2005-03-04 [colin]      1.0.1cvs22.2
13628
13629         * src/compose.c
13630                 Fix signatures with accentued chars in it
13631
13632 2005-03-04 [colin]      1.0.1cvs22.1
13633
13634         * src/common/smtp.c
13635         * src/common/smtp.h
13636                 Don't use SIZE param in MAIL FROM: if server 
13637                 doesn't support it. Patch by Eugen Freiter
13638                 <eugen_f@users.sf.net>
13639
13640 2005-02-27 [paul]       1.0.1cvs20.1
13641
13642         * ChangeLog.claws
13643         * configure.ac
13644         * src/messageview.c
13645                 sync with HEAD
13646
13647 2005-02-27 [colin]      1.0.1cvs19.4
13648
13649         * src/procheader.c
13650         * src/procheader.h
13651                 Fix prototypes. Patch by Alfons
13652
13653 2005-02-27 [colin]      1.0.1cvs19.3
13654
13655         * src/compose.c
13656                 Don't auto-join the signature separator.
13657
13658 2005-02-26 [colin]      1.0.1cvs19.2
13659
13660         * src/summaryview.c
13661                 Fix 'mark all read' with collapsed threads.
13662                 Patch by Alfons.
13663
13664 2005-02-25 [paul]       1.0.1cvs19.1
13665
13666         * ChangeLog.claws
13667         * configure.ac
13668         * src/prefs_account.c
13669         * src/prefs_folder_item.c
13670         * src/gtk/prefswindow.c
13671         * src/gtk/prefswindow.h
13672                 sync with HEAD
13673
13674 2005-02-25 [paul]       1.0.1cvs15.12
13675
13676         * src/alertpanel.c
13677         * src/codeconv.c
13678         * src/compose.c
13679         * src/textview.c
13680         * src/gtk/gtkutils.c
13681         * src/gtk/gtkutils.h
13682         * src/gtk/logwindow.c
13683         * src/gtk/progressdialog.c
13684                 sync with main (revision 127)
13685                 and fix logwindow clipping
13686
13687 2005-02-24 [colin]      1.0.1cvs15.11
13688
13689         * src/plugins/pgpmime/passphrase.c
13690                 Disable input grabbing; it doesn't work yet.
13691
13692 2005-02-24 [colin]      1.0.1cvs15.10
13693
13694         * src/messageview.c
13695                 Don't send out receipts if offline. Ask.
13696
13697 2005-02-23 [colin]      1.0.1cvs15.9
13698
13699         * src/summaryview.c     
13700                 Fix expanding
13701
13702 2005-02-23 [colin]      1.0.1cvs15.8
13703
13704         * src/summaryview.c
13705                 Really fix Bug 568 by removing useless
13706                 calls. summary_thread_init() now called
13707                 in summary_sort(). This should please
13708                 Alfons as it should be faster than 
13709                 previously.
13710
13711 2005-02-23 [colin]      1.0.1cvs15.7
13712
13713         * src/compose.c
13714                 Encode parts as QP or B64 if signing
13715
13716 2005-02-23 [colin]      1.0.1cvs15.6
13717
13718         * src/compose.c
13719                 Fix Mimeinfo leakage (including tmp files)
13720         * src/procmsg.c
13721                 Fix tmp file leakage (spotted by Ivan Rayner)
13722
13723 2005-02-22 [colin]      1.0.1cvs15.5
13724
13725         * src/expldifdlg.c
13726                 Fix keyboard input. Patch by Alfons.
13727
13728 2005-02-21 [colin]      1.0.1cvs15.4
13729
13730         * src/compose.c
13731                 Fix Sign/Encrypt when unselecting privacy
13732                 system
13733         * src/prefs_common.c
13734                 Change default message font to Monospace
13735         * src/summaryview.c
13736                 More freezing during potentially large operations
13737
13738 2005-02-21 [paul]       1.0.1cvs15.3
13739
13740         * src/main.c
13741                 fix --help output
13742
13743 2005-02-21 [paul]       1.0.1cvs15.2
13744
13745         * po/Makefile.in.in
13746         * src/compose.c
13747         * src/summaryview.c
13748         * src/textview.c
13749         * src/common/utils.c
13750         * src/common/utils.h
13751                 sync with main (revision 117)
13752
13753 2005-02-20 [colin]      1.0.1cvs15.1
13754
13755         * src/common/defs.h
13756                 Change cache file to .sylpheed_claws_cache, as
13757                 suggested by Alfons. Allows people to switch
13758                 between Sylpheed and Sylpheed-Claws. it is
13759                 a good idea to "Check for new messages" at next
13760                 startup.
13761
13762
13763 2005-02-18 [colin]      1.0.1cvs14.1
13764
13765         * src/quote_fmt_lex.l
13766         * src/quote_fmt_parse.y
13767                 Fix parser initialisation. Patch by Ivan.
13768
13769 2005-02-18 [colin]      1.0.1cvs11.6
13770
13771         * src/folderview.c
13772                 Fix scrolldown (bug 662)
13773
13774 2005-02-17 [colin]      1.0.1cvs11.5
13775
13776         * src/codeconv.c
13777                 conv_filename_to_utf8: return clean 7bit instead
13778                 of broken utf8 if needed
13779         * src/mimeview.c
13780                 Fix display of parts with unclean 8bit names
13781
13782 2005-02-17 [paul]       1.0.1cvs11.4
13783
13784         * src/compose.c
13785         * src/exportldif.c
13786         * src/matcher_parser_parse.y
13787         * src/procmime.c
13788         * src/sourcewindow.c
13789         * src/common/Makefile.am
13790         * src/common/intl.h             ** REMOVED **
13791         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13792                 sync with main (revision 109)
13793                 and clean up
13794
13795 2005-02-16 [colin]      1.0.1cvs11.3
13796
13797         * src/summaryview.c
13798                 Fix collapsed thread not highlighting when new
13799                 messages in it (Bug 568) Patch by Stephan Sachse.
13800                 Fix messed up selection when reaching bounds (Bug 632)
13801         * src/prefs_themes.c
13802                 Fix theme installing (Bug 684)
13803
13804 2005-02-16 [colin]      1.0.1cvs11.2
13805
13806         * src/messageview.c
13807                 Fix messageview_select_all
13808
13809 2005-02-16 [colin]      1.0.1cvs11.1
13810
13811         * src/mh.c
13812                 Sync with HEAD (MH scan required function)
13813
13814 2005-02-15 [colin]      1.0.1cvs8.1
13815
13816         * src/mimeview.c
13817         * src/common/utils.c
13818                 Sync with HEAD (filename chars substitution)
13819
13820 2005-02-15 [colin]      1.0.1cvs7.3
13821
13822         * src/gtk/pluginwindow.c
13823                 Fix button spacing
13824
13825 2005-02-15 [colin]      1.0.1cvs7.2
13826
13827         * src/mimeview.c
13828                 Fix mime icons not reset across message when
13829                 scrolled down
13830
13831 2005-02-15 [colin]      1.0.1cvs7.1
13832
13833         * src/compose.c
13834         * src/procmime.c
13835                 Sync with HEAD (optimisation of cvs6)
13836
13837 2005-02-14 [colin]      1.0.1cvs6.1
13838
13839         * src/compose.c
13840         * src/procmime.c
13841                 Sync with HEAD (encode "From " at line beginning)
13842
13843 2005-02-14 [colin]      1.0.1cvs5.3
13844
13845         * src/compose.c
13846                 Fix wrapping with accentued chars.
13847
13848 2005-02-13 [colin]      1.0.1cvs5.2
13849
13850         * src/textview.c
13851                 Fix email informative part parsing with
13852                 accentued chars in it. ispunct() returns
13853                 true for them in utf8...
13854
13855 2005-02-12 [colin]      1.0.1cvs5.1
13856
13857         * src/filtering.c
13858                 Sync with HEAD (remove wrong use of compose after send)
13859
13860 2005-02-12 [paul]       1.0.1cvs4.5
13861
13862         * src/textview.c
13863                 remove unnecessary code (thanks to Alfons)
13864
13865 2005-02-12 [paul]       1.0.1cvs4.4
13866
13867         * src/textview.c
13868                 add 'Copy' to contextual menu on emails
13869
13870 2005-02-11 [colin]      1.0.1cvs4.3
13871
13872         * src/compose.c
13873                 revert 1.0.0cvs28.2, it doesn't work that well.
13874
13875 2005-02-11 [paul]       1.0.1cvs4.2
13876
13877         * po/Makefile.in.in
13878                 fix 'make release'
13879
13880 2005-02-10 [paul]       1.0.1cvs4.1
13881
13882         * ChangeLog
13883         * ChangeLog.claws
13884         * ChangeLog.jp
13885         * configure.ac
13886         * src/compose.c
13887                 sync with HEAD (sync with main)
13888
13889 2005-02-10 [paul]       1.0.1cvs3.2
13890
13891         * AUTHORS
13892         * Makefile.am
13893         * autogen.sh
13894         * configure.ac
13895         * config/mkinstalldirs
13896         * intl/.cvsignore
13897         * intl/ChangeLog
13898         * intl/VERSION
13899         * intl/bindtextdom.c
13900         * intl/config.charset
13901         * intl/dcgettext.c
13902         * intl/dcigettext.c
13903         * intl/dcngettext.c
13904         * intl/dgettext.c
13905         * intl/dngettext.c
13906         * intl/eval-plural.h
13907         * intl/explodename.c
13908         * intl/finddomain.c
13909         * intl/gettext.c
13910         * intl/gettextP.h
13911         * intl/gmo.h
13912         * intl/hash-string.h
13913         * intl/intl-compat.c
13914         * intl/l10nflist.c
13915         * intl/libgnuintl.h.in
13916         * intl/loadinfo.h
13917         * intl/loadmsgcat.c
13918         * intl/localcharset.c
13919         * intl/localcharset.h
13920         * intl/locale.alias
13921         * intl/localealias.c
13922         * intl/localename.c
13923         * intl/log.c
13924         * intl/ngettext.c
13925         * intl/os2compat.c
13926         * intl/os2compat.h
13927         * intl/osdep.c
13928         * intl/plural-exp.c
13929         * intl/plural-exp.h
13930         * intl/plural.c
13931         * intl/plural.y
13932         * intl/ref-add.sin
13933         * intl/ref-del.sin
13934         * intl/relocatable.c
13935         * intl/relocatable.h
13936         * intl/textdomain.c
13937         * m4/Makefile.am
13938         * po/Makefile.in.in
13939         * src/Makefile.am
13940         * src/account.c
13941         * src/action.c
13942         * src/addr_compl.c
13943         * src/addressadd.c
13944         * src/addressbook.c
13945         * src/addrgather.c
13946         * src/addrindex.c
13947         * src/alertpanel.c
13948         * src/browseldap.c
13949         * src/codeconv.c
13950         * src/codeconv.h
13951         * src/compose.c
13952         * src/compose.h
13953         * src/crash.c
13954         * src/editaddress.c
13955         * src/editbook.c
13956         * src/editgroup.c
13957         * src/editjpilot.c
13958         * src/editldap.c
13959         * src/editldap_basedn.c
13960         * src/editvcard.c
13961         * src/exphtmldlg.c
13962         * src/expldifdlg.c
13963         * src/export.c
13964         * src/exporthtml.c
13965         * src/filtering.c
13966         * src/folder.c
13967         * src/folder_item_prefs.c
13968         * src/foldersel.c
13969         * src/folderview.c
13970         * src/grouplistdialog.c
13971         * src/headerview.c
13972         * src/imap.c
13973         * src/imap_gtk.c
13974         * src/import.c
13975         * src/importldif.c
13976         * src/importmutt.c
13977         * src/importpine.c
13978         * src/inc.c
13979         * src/ldif.c
13980         * src/main.c
13981         * src/mainwindow.c
13982         * src/matcher.c
13983         * src/mbox.c
13984         * src/message_search.c
13985         * src/messageview.c
13986         * src/mh.c
13987         * src/mh_gtk.c
13988         * src/mimeview.c
13989         * src/msgcache.c
13990         * src/news.c
13991         * src/news_gtk.c
13992         * src/noticeview.c
13993         * src/partial_download.c
13994         * src/pop.c
13995         * src/prefs_account.c
13996         * src/prefs_actions.c
13997         * src/prefs_common.c
13998         * src/prefs_customheader.c
13999         * src/prefs_display_header.c
14000         * src/prefs_ext_prog.c
14001         * src/prefs_filtering.c
14002         * src/prefs_filtering_action.c
14003         * src/prefs_folder_item.c
14004         * src/prefs_fonts.c
14005         * src/prefs_gtk.c
14006         * src/prefs_matcher.c
14007         * src/prefs_msg_colors.c
14008         * src/prefs_spelling.c
14009         * src/prefs_summary_column.c
14010         * src/prefs_template.c
14011         * src/prefs_themes.c
14012         * src/prefs_toolbar.c
14013         * src/prefs_wrapping.c
14014         * src/privacy.c
14015         * src/procheader.c
14016         * src/procmime.c
14017         * src/procmsg.c
14018         * src/quote_fmt.c
14019         * src/recv.c
14020         * src/send_message.c
14021         * src/setup.c
14022         * src/sourcewindow.c
14023         * src/ssl_manager.c
14024         * src/statusbar.c
14025         * src/summary_search.c
14026         * src/summaryview.c
14027         * src/textview.c
14028         * src/toolbar.c
14029         * src/wizard.c
14030         * src/common/nntp.c
14031         * src/common/plugin.c
14032         * src/common/smtp.c
14033         * src/common/ssl.c
14034         * src/common/ssl_certificate.c
14035         * src/common/string_match.c
14036         * src/common/sylpheed.c
14037         * src/common/template.c
14038         * src/common/utils.c
14039         * src/gtk/about.c
14040         * src/gtk/colorlabel.c
14041         * src/gtk/description_window.c
14042         * src/gtk/filesel.c
14043         * src/gtk/foldersort.c
14044         * src/gtk/gtkaspell.c
14045         * src/gtk/gtkutils.c
14046         * src/gtk/inputdialog.c
14047         * src/gtk/logwindow.c
14048         * src/gtk/menu.c
14049         * src/gtk/pluginwindow.c
14050         * src/gtk/prefswindow.c
14051         * src/gtk/progressdialog.c
14052         * src/gtk/quicksearch.c
14053         * src/gtk/sslcertwindow.c
14054         * src/plugins/clamav/clamav_plugin.c
14055         * src/plugins/clamav/clamav_plugin_gtk.c
14056         * src/plugins/demo/demo.c
14057         * src/plugins/dillo_viewer/dillo_prefs.c
14058         * src/plugins/dillo_viewer/dillo_viewer.c
14059         * src/plugins/image_viewer/plugin.c
14060         * src/plugins/image_viewer/viewer.c
14061         * src/plugins/image_viewer/viewerprefs.c
14062         * src/plugins/mathml_viewer/mathml_viewer.c
14063         * src/plugins/pgpmime/passphrase.c
14064         * src/plugins/pgpmime/plugin.c
14065         * src/plugins/pgpmime/prefs_gpg.c
14066         * src/plugins/pgpmime/select-keys.c
14067         * src/plugins/pgpmime/sgpgme.c
14068         * src/plugins/spamassassin/spamassassin.c
14069         * src/plugins/spamassassin/spamassassin_gtk.c
14070         * src/plugins/trayicon/trayicon.c
14071                 sync with main (revision 104)
14072
14073 2005-02-10 [colin]      1.0.1cvs3.1
14074
14075         * src/mainwindow.c
14076                 Sync with HEAD (fix occasional crasher)
14077
14078 2005-02-10 [colin]      1.0.1cvs2.1
14079
14080         * src/messageview.c
14081                 Synw with HEAD (don't automatically display html)
14082
14083 2005-02-09 [colin]      1.0.1cvs1.3
14084
14085         * src/textview.c
14086         * src/textview.h
14087                 Add contextual menu on emails
14088
14089 2005-02-09 [colin]      1.0.1cvs1.2
14090
14091         * src/codeconv.c
14092                 Fix converting from broken headers and 
14093                 put back the _ in missing places
14094                 (feature broke with cvs24.2 sync, main 
14095                  possibly affected?)
14096
14097 2005-02-09 [colin]      1.0.1cvs1.1
14098
14099         * src/messageview.c
14100         * src/mimeview.c
14101         * src/mimeview.h
14102                 Sync with HEAD (display non text/plain mails with plugin)
14103
14104 2005-02-08 [colin]      1.0.1.1
14105
14106         * ChangeLog.claws
14107         * po/pt_BR.po
14108                 Sync with HEAD
14109         * configure.ac
14110                 Make default configuration directory 
14111                 be .sylpheed-gtk2
14112
14113 2005-02-08 [colin]      1.0.0cvs29.1
14114
14115         * po/de.po
14116         * po/es.po
14117         * po/fr.po
14118         * po/it.po
14119         * po/sk.po
14120         * po/sr.po
14121                 Sync translations with HEAD
14122
14123 2005-02-06 [colin]      1.0.0cvs28.3
14124
14125         * src/compose.c
14126                 Make compose a bit faster - patch by Alfons.
14127
14128 2005-02-06 [colin]      1.0.0cvs28.2
14129
14130         * src/compose.c
14131                 Make pasting via middle-click more reliable
14132
14133 2005-02-05 [paul]       1.0.0cvs28.1
14134
14135         * ChangeLog
14136         * ChangeLog.claws
14137         * ChangeLog.jp
14138         * configure.ac
14139         * src/compose.c
14140                 sync with HEAD
14141                 (fix bug 682 'redirect is broken'
14142
14143 2005-02-05 [torte]      1.0.0cvs27.1
14144
14145         * ChangeLog.claws
14146         * configure.ac
14147         * src/partial_download.c
14148                 Sync with HEAD (fix buf overflow)
14149
14150 2005-02-03 [colin]      1.0.0cvs26.1
14151
14152         * src/common/plugin.c
14153                 Sync with HEAD (avoid plugin mismatches)
14154
14155 2005-02-03 [paul]       1.0.0cvs25.3
14156
14157         * src/folderview.c
14158         * src/headerview.c
14159         * src/summaryview.c
14160         * src/textview.c
14161         * src/gtk/colorlabel.c
14162                 third and final part of initial sync with main-gtk2
14163
14164 2005-02-03 [paul]       1.0.0cvs25.2
14165
14166         * src/jpilot.c
14167                 fix building with jpilot support
14168
14169 2005-02-02 [colin]      1.0.0cvs25.1
14170
14171         * src/messageview.c
14172                 Sync with HEAD (fix dangerous typo)
14173
14174 2005-02-01 [colin]      1.0.0cvs24.3
14175
14176         * src/common/xml.c
14177                 Write file as advertised (UTF-8)
14178
14179 2005-02-01 [paul]       1.0.0cvs24.2
14180
14181         * src/addrbook.c
14182         * src/addrindex.c
14183         * src/alertpanel.h
14184         * src/codeconv.c
14185         * src/codeconv.h
14186         * src/compose.c
14187         * src/export.c
14188         * src/folder_item_prefs.c
14189         * src/html.c
14190         * src/imap.c
14191         * src/import.c
14192         * src/jpilot.c
14193         * src/mainwindow.c
14194         * src/matcher_parser_lex.l
14195         * src/messageview.c
14196         * src/mh.c
14197         * src/prefs_account.c
14198         * src/prefs_actions.c
14199         * src/prefs_common.c
14200         * src/prefs_gtk.c
14201         * src/prefs_gtk.h
14202         * src/prefs_themes.c
14203         * src/procheader.c
14204         * src/procmime.c
14205         * src/sourcewindow.c
14206         * src/statusbar.c
14207         * src/summaryview.c
14208         * src/textview.c
14209         * src/toolbar.c
14210         * src/unmime.c
14211         * src/common/template.c
14212         * src/common/utils.c
14213         * src/common/xml.c
14214         * src/common/xml.h
14215         * src/gtk/gtkaspell.c
14216         * src/plugins/clamav/clamav_plugin.c
14217         * src/plugins/dillo_viewer/dillo_prefs.c
14218         * src/plugins/image_viewer/viewerprefs.c
14219         * src/plugins/pgpmime/passphrase.c
14220         * src/plugins/pgpmime/prefs_gpg.c
14221         * src/plugins/pgpmime/select-keys.c
14222         * src/plugins/spamassassin/spamassassin.c
14223                 second part of initial sync with main-gtk2
14224                 (more to follow)
14225
14226 2005-01-31 [colin]      1.0.0cvs24.1
14227
14228         * src/compose.c
14229                 Sync with HEAD
14230
14231 2005-01-29 [paul]       1.0.0cvs23.2
14232
14233         * src/account.c
14234         * src/action.c
14235         * src/addressadd.c
14236         * src/addressbook.c
14237         * src/alertpanel.c
14238         * src/compose.c
14239         * src/editaddress.c
14240         * src/editbook.c
14241         * src/editgroup.c
14242         * src/editjpilot.c
14243         * src/editldap.c
14244         * src/editldap_basedn.c
14245         * src/editvcard.c
14246         * src/export.c
14247         * src/foldersel.c
14248         * src/grouplistdialog.c
14249         * src/import.c
14250         * src/importldif.c
14251         * src/inc.c
14252         * src/main.c
14253         * src/mainwindow.c
14254         * src/message_search.c
14255         * src/messageview.c
14256         * src/mimeview.c
14257         * src/prefs_actions.c
14258         * src/prefs_common.c
14259         * src/prefs_common.h
14260         * src/prefs_customheader.c
14261         * src/prefs_display_header.c
14262         * src/prefs_filtering.c
14263         * src/prefs_filtering_action.c
14264         * src/prefs_gtk.c
14265         * src/prefs_matcher.c
14266         * src/prefs_summary_column.c
14267         * src/prefs_template.c
14268         * src/sourcewindow.c
14269         * src/summary_search.c
14270         * src/summaryview.c
14271         * src/textview.c
14272         * src/gtk/about.c
14273         * src/gtk/description_window.c
14274         * src/gtk/gtkshruler.c
14275         * src/gtk/gtkutils.c
14276         * src/gtk/gtkutils.h
14277         * src/gtk/inputdialog.c
14278         * src/gtk/logwindow.c
14279         * src/gtk/prefswindow.c
14280         * src/gtk/progressdialog.c
14281         * src/gtk/progressdialog.h
14282                 first part of initial sync with main-gtk2
14283                 (more to follow)
14284
14285 2005-01-28 [colin]      1.0.0cvs23.1
14286
14287         * src/folderview.c
14288                 Sync with HEAD
14289
14290 2005-01-27 [colin]      1.0.0cvs21.1
14291
14292         * src/folder.c
14293         * src/folderview.c
14294                 Sync with HEAD
14295
14296 2005-01-27 [colin]      1.0.0cvs19.1
14297
14298         * src/procmime.c
14299                 Sync with HEAD
14300
14301 2005-01-27 [colin]      1.0.0cvs18.1
14302
14303         * src/messageview.c
14304         * src/summaryview.c
14305         * src/mainwindow.c
14306         * src/compose.c
14307         * src/compose.h
14308         * src/procmsg.c
14309         * src/procmsg.h
14310         * src/toolbar.c
14311                 Sync with HEAD
14312
14313 2005-01-26 [paul]       1.0.0cvs15.2
14314
14315         * src/compose.c
14316                 compose_entries_set(): convert subject and body to
14317                 utf8 if necessary. patch by Felix Eckhofer
14318
14319 2005-01-26 [paul]       1.0.0cvs15.1
14320
14321         * configure.ac
14322         * src/common/template.c
14323                 sync with HEAD (fix memory leak)
14324
14325 2005-01-25 [paul]       1.0.0cvs14.1
14326
14327         * configure.ac
14328         * src/compose.c
14329                 sync with HEAD
14330
14331 2005-01-24 [colin]      1.0.0cvs13.1
14332
14333         * src/summaryview.c
14334                 Sync with HEAD
14335
14336 2005-01-24 [paul]       1.0.0cvs12.1
14337
14338         * configure.ac
14339         * src/messageview.c
14340         * src/mh.c
14341         * src/common/utils.c
14342                 sync with HEAD
14343
14344 2005-01-24 [colin]      1.0.0cvs11.1
14345
14346         * src/procheader.c
14347                 Sync with HEAD
14348
14349 2005-01-24 [colin]      1.0.0cvs10.1
14350
14351         * src/folderview.c
14352                 Sync with HEAD
14353
14354 2005-01-23 [colin]      1.0.0cvs9.1
14355
14356         * src/crash.c
14357                 Sync with HEAD
14358
14359 2005-01-22 [colin]      1.0.0cvs8.1
14360
14361         * src/summaryview.c
14362         * src/gtk/quicksearch.c
14363                 Sync with HEAD
14364
14365 2005-01-21 [colin]      1.0.0cvs7.1
14366
14367         * src/summaryview.c
14368                 Sync with HEAD
14369
14370 2005-01-21 [colin]      1.0.0cvs6.1
14371
14372         * src/summaryview.c
14373                 Sync with HEAD
14374
14375 2005-01-21 [colin]      1.0.0cvs5.1
14376
14377         * src/gtk/quicksearch.c
14378         * src/prefs_common.c
14379         * src/prefs_common.h
14380                 Sync with HEAD (recurse option)
14381
14382 2005-01-21 [colin]      1.0.0cvs4.1
14383
14384         * src/folder.h
14385         * src/folderview.c
14386         * src/folderview.h
14387         * src/summaryview.c
14388         * src/gtk/quicksearch.c
14389         * src/gtk/quicksearch.h
14390                 Sync with HEAD (recursive quicksearch)
14391
14392 2005-01-20 [colin]      1.0.0cvs3.4
14393
14394         * src/ssl_manager.c
14395                 Remove useless code
14396
14397 2005-01-20 [colin]      1.0.0cvs3.3
14398
14399         * src/ssl_manager.c
14400                 Fix leak, thanks to Alfons.
14401
14402 2005-01-20 [colin]      1.0.0cvs3.2
14403
14404         * src/ssl_manager.c
14405                 Port SSL certificate window to GTK2.
14406
14407 2005-01-20 [paul]       1.0.0cvs3.1
14408
14409         * ChangeLog.claws
14410         * configure.ac
14411         * src/addrindex.c
14412         * src/addrindex.h
14413                 sync with HEAD
14414
14415 2005-01-19 [colin]      1.0.0cvs2.2
14416
14417         * src/plugins/trayicon/trayicon.c
14418                 Fix freeze with gtk-2.6, the easy way
14419                 (signal blocking helpless there...)
14420                 Closes bug #668.
14421
14422 2005-01-19 [colin]      1.0.0cvs2.1
14423
14424         * src/mbox.c
14425         * src/mbox.h
14426         * src/mainwindow.c
14427         * src/summaryview.c
14428         * src/summaryview.h
14429                 Sync with HEAD
14430
14431 2005-01-19 [paul]       1.0.0cvs1.1
14432
14433         * configure.ac
14434         * po/de.po
14435         * po/es.po
14436         * po/fr.po
14437         * po/hr.po
14438         * po/it.po
14439         * po/ja.po
14440         * po/ko.po
14441         * po/pt_BR.po
14442         * po/ru.po
14443         * po/sk.po
14444         * po/sr.po
14445                 sync with HEAD (update translations)
14446
14447 2005-01-18 [colin]      1.0.0cvs0.1
14448
14449         * src/foldersel.c
14450                 Specify search column - patch by Alfons
14451
14452 2005-01-18 [colin]      0.9.13cvs36.3
14453
14454         * src/prefs_toolbar.c
14455                 Change Delete to Remove
14456         * src/prefs_fonts.c
14457                 GTK2 version and leak fixes
14458         * src/prefs_actions.c
14459                 Add stock buttons.
14460                 All patches by Alfons
14461
14462 2005-01-17 [colin]      0.9.13cvs36.2
14463
14464         * src/compose.c
14465                 Fix DnD inserting twice. While at it,
14466                 add DnD support for text/plain in the
14467                 body, and add support in the headers.
14468
14469 2005-01-16 [colin]      0.9.13cvs36.1
14470
14471         * ChangeLog
14472         * ChangeLog.jp
14473         * ChangeLog.claws
14474                 Sync with HEAD (nothing applicable)
14475
14476 2005-01-16 [colin]      0.9.13cvs33.2
14477
14478         * src/prefs_toolbar.c
14479                 GTK2ize prefs_toolbar, by Alfons.
14480
14481 2005-01-14 [colin]      0.9.13cvs33.1
14482
14483         * src/html.c
14484         * src/msgcache.c
14485                 Sync with HEAD
14486
14487 2005-01-14 [colin]      0.9.13cvs32.1
14488
14489         * src/html.c
14490         * src/html.h
14491         * src/msgcache.c
14492         * AUTHORS
14493         * tools/calypso_convert.pl
14494                 Sync with HEAD
14495
14496 2005-01-08 [colin]      0.9.13cvs29.2
14497
14498         * src/prefs_filtering_action.c
14499         * src/prefs_filtering.c
14500                 2 more gtk2 patches by Alfons
14501
14502 2005-01-07 [paul]       0.9.13cvs29.1
14503
14504         * ChangeLog
14505         * ChangeLog.claws
14506         * ChangeLog.jp
14507         * configure.ac
14508         * src/pop.c
14509         * src/pop.h
14510                 sync with HEAD
14511
14512 2005-01-07 [colin]      0.9.13cvs28.3
14513
14514         * src/gtk/progressdialog.c
14515         * src/gtk/progressdialog.h
14516         * src/inc.c
14517         * src/send_message.c
14518                 GTK2 for the incorporation dialog. The CList isn't dead
14519                 yet, for a more smooth migration. Patch by Alfons.
14520
14521 2005-01-06 [colin]      0.9.13cvs28.2
14522
14523         * src/prefs_display_header.c
14524                 GTK2 conversion by Alfons
14525         * src/prefs_actions.c
14526         * src/prefs_matcher.c
14527                 Fix 2 leaks - patch by Alfons
14528
14529 2005-01-06 [colin]      0.9.13cvs28.1
14530
14531         * src/prefs_matcher.c
14532                 Sync with HEAD
14533
14534 2005-01-06 [colin]      0.9.13cvs27.4
14535
14536         * src/prefs_matcher.c
14537                 Fix double-free. Patch by Alfons
14538
14539 2005-01-06 [colin]      0.9.13cvs27.3
14540
14541         * src/prefs_matcher.c
14542                 GTK2 widgets + memleak
14543                 Patch by Alfons
14544
14545 2005-01-05 [colin]      0.9.13cvs27.2
14546
14547         * src/account.c
14548         * src/addr_compl.c
14549         * src/foldersel.c
14550         * src/stock_pixmap.c
14551         * src/stock_pixmap.h
14552                 3 more GTK2 patches by Alfons.
14553
14554 2005-01-04 [colin]      0.9.13cvs27.1
14555
14556         * src/folderview.c
14557         * src/imap_gtk.c
14558         * src/news_gtk.c
14559                 Sync with HEAD
14560
14561 2005-01-04 [colin]      0.9.13cvs25.9
14562
14563         * src/compose.c
14564                 Fix Show Ruler menuitem
14565         * src/prefs_template.c
14566                 Convert to GTK2
14567         * src/common/utils.c
14568                 Make auto pointer stuff handles NULLs
14569                 Patches by Alfons.
14570
14571 2005-01-04 [colin]      0.9.13cvs25.8
14572
14573         * src/compose.c
14574                 Move the attachment list to gtk2
14575                 Patch by Alfons.
14576
14577 2005-01-04 [colin]      0.9.13cvs25.7
14578
14579         * src/textview.c
14580                 Make some keys work again
14581                 Patch by SungHyun Nam <namsh@kldp.org>
14582
14583 2005-01-04 [colin]      0.9.13cvs25.6
14584
14585         * src/gtk/gtkshruler.c
14586                 Move the ruler to GTK2
14587                 Patch by Alfons
14588
14589 2005-01-03 [colin]      0.9.13cvs25.5
14590
14591         * src/compose.c
14592                 Fix my broken patch apply 
14593
14594 2005-01-03 [colin]      0.9.13cvs25.4
14595
14596         * src/common/utils.c
14597         * src/common/utils.h
14598         * src/gtk/prefswindow.c
14599                 Move auto pointer stuff to utils.c
14600                 Patch by Alfons again :)
14601
14602 2005-01-03 [colin]      0.9.13cvs25.3
14603
14604         * src/compose.c
14605         * src/prefs_gtk.c
14606         * src/prefs_template.c
14607         * src/textview.c
14608                 Empty text widgets with empty strings, not NULL char
14609                 Patch by SungHyun Nam <namsh@kldp_org>
14610
14611 2005-01-03 [colin]      0.9.13cvs25.2
14612
14613         * src/main.c
14614         * AUTHORS
14615                 Sync with HEAD
14616
14617 2005-01-03 [colin]      0.9.13cvs25.1
14618
14619         * src/pop.c
14620         * src/pop.h
14621                 Sync with HEAD
14622
14623 2005-01-03 [colin]      0.9.13cvs24.3
14624
14625         * src/account.c
14626                 Two patches from Alfons and Alex S Moore:
14627                 fix images, fix return value.
14628
14629 2005-01-01 [colin]      0.9.13cvs24.2
14630
14631         * src/prefs_actions.c
14632                 Fix over-zealous assertion. Patch by Alfons
14633
14634 2005-01-01 [colin]      0.9.13cvs24.1
14635
14636         * src/procmime.c
14637                 Sync with HEAD (leak fix)
14638
14639 2004-12-31 [colin]      0.9.13cvs23.2
14640
14641         * src/prefs_common.c
14642                 GTK2 widgets + stock buttons - patch by Alfons
14643
14644 2004-12-31 [paul]       0.9.13cvs23.1
14645
14646         * configure.ac
14647                 bump up EXTRA_VERSION to match (sync'ed) HEAD
14648         * src/gtk/pluginwindow.c
14649                 use GTK2 widgets and plug memory leaks,
14650                 patches by Alfons
14651
14652 2004-12-30 [colin]      0.9.13cvs22.4
14653
14654         * src/account.c
14655         * src/action.c
14656         * src/export.c
14657         * src/foldersel.c
14658         * src/import.c
14659         * src/message_search.c
14660         * src/prefs_actions.c
14661         * src/prefs_common.c
14662         * src/prefs_customheader.c
14663         * src/prefs_filtering.c
14664         * src/prefs_summary_column.c
14665         * src/summary_search.c
14666         * src/gtk/about.c
14667         * src/gtk/description_window.c
14668         * src/gtk/gtkutils.c
14669         * src/gtk/gtkutils.h
14670         * src/gtk/inputdialog.c
14671         * src/gtk/prefswindow.c
14672                 Use GTK2 stock buttons. Patches by Alfons.
14673
14674 2004-12-30 [colin]      0.9.13cvs22.3
14675
14676         * src/account.c
14677                 Sync with HEAD
14678         * src/prefs_actions.c
14679         * src/prefs_customheader.c
14680         * src/prefs_filtering.c
14681         * src/prefs_msg_colors.c
14682         * src/prefs_summary_column.c
14683         * src/gtk/prefswindow.c
14684                 Use GtkTreeView instead of deprecated 
14685                 widgets. Patches by Alfons.
14686
14687 2004-12-30 [paul]       0.9.13cvs22.2
14688
14689         * src/foldersel.c
14690                 use GTK 2 Tree View
14691                 patch by Alfons, with root folder sorting fix
14692                 by Stephan Sachse
14693
14694 2004-12-30 [paul]       0.9.13cvs22.1
14695
14696         * ChangeLog
14697         * ChangeLog.claws
14698         * ChangeLog.jp
14699         * NEWS
14700         * configure.ac
14701         * src/account.c
14702                 sync with HEAD
14703
14704 2004-12-22 [martin]     0.9.13cvs21.2
14705
14706         * src/action.c
14707                 free the command line after its use
14708
14709 2004-12-18 [paul]       0.9.13cvs21.1
14710
14711         * AUTHORS
14712         * ChangeLog
14713         * ChangeLog.claws
14714         * ChangeLog.jp
14715         * NEWS
14716         * configure.ac
14717         * src/action.c
14718         * src/compose.c
14719         * src/syldap.c
14720                 sync with HEAD
14721
14722 2004-12-17 [martin]     0.9.13cvs17.2
14723
14724         * src/action.c
14725                 convert actions input to locale
14726         * src/inc.c
14727                 convert notification command to locale
14728         * src/plugins/pgpmime/select-keys.c
14729                 convert attributes to utf8
14730
14731 2004-12-14 [colin]      0.9.13cvs17.1
14732
14733         * ChangeLog
14734         * ChangeLog.jp
14735         * ChangeLog.claws
14736         * src/action.c
14737         * src/common/utils.c
14738         * src/gtk/prefswindow.c
14739         * src/gtk/gtkutils.c
14740         * src/gtk/gtkutils.h
14741         * src/plugins/spamassassin/libspamc.c
14742                 Sync with HEAD
14743
14744 2004-12-13 [colin]      0.9.13cvs14.1
14745
14746         * src/quote_fmt_parse.y
14747                 Sync with HEAD
14748
14749 2004-12-10 [colin]      0.9.13cvs12.1
14750
14751         * src/prefs_themes.c
14752         * src/mainwindow.c
14753         * src/messageview.c
14754                 Sync with HEAD
14755
14756 2004-12-09 [colin]      0.9.13cvs10.1
14757
14758         * src/procmime.c
14759                 Sync with HEAD (fix B64 encoding from memory)
14760
14761 2004-12-08 [colin]      0.9.13cvs9.1
14762
14763         * src/gtk/colorlabel.c
14764                 Sync with HEAD
14765
14766 2004-12-08 [paul]       0.9.13cvs8.2
14767
14768         * src/gtk/pluginwindow.c
14769                 fix window resizing oddities
14770
14771 2004-12-08 [colin]      0.9.13cvs8.1
14772
14773         * src/quote_fmt_parse.y
14774                 Sync with HEAD
14775
14776 2004-12-08 [colin]      0.9.13cvs7.1
14777
14778         * src/matcher_parser_parse.y
14779         * src/msgcache.c
14780         * src/prefs_matcher.c
14781         * src/procheader.c
14782         * src/matcher.c
14783         * src/common/defs.h
14784         * po/sr.po
14785                 Sync with HEAD
14786
14787 2004-12-08 [colin]      0.9.13cvs6.1
14788
14789         * src/quote_fmt_parse.y
14790         * src/textview.c
14791                 Sync with HEAD
14792         * src/gtk/prefswindow.c
14793         * src/gtk/pluginwindow.c
14794                 Fix G_CALLBACKS protos (thanks to Alfons)
14795
14796 2004-12-07 [torte]      0.9.13cvs2.2
14797
14798         * src/procmime.c
14799                 [Bug 650] reply button causes crash
14800                 Thanks to David Relson and Christoph
14801
14802 2004-12-07 [colin]      0.9.13cvs2.1
14803
14804         * ChangeLog.claws
14805         * AUTHORS
14806         * po/sk.po
14807         * src/procmime.c
14808         * src/prefs_account.c
14809         * src/common/smtp.c
14810         * src/common/smtp.h
14811                 Sync with HEAD
14812
14813 2004-12-06 [colin]      0.9.12cvs187.1
14814
14815         * ChangeLog.claws
14816         * INSTALL
14817         * Makefile.am
14818         * README.claws
14819         * TODO.claws
14820         * configure.ac
14821         * po/bg.po
14822         * po/cs.po
14823         * po/el.po
14824         * po/en_GB.po
14825         * po/es.po
14826         * po/fr.po
14827         * po/hr.po
14828         * po/hu.po
14829         * po/it.po
14830         * po/ja.po
14831         * po/ko.po
14832         * po/nl.po
14833         * po/pl.po
14834         * po/pt_BR.po
14835         * po/ru.po
14836         * po/sk.po
14837         * po/sr.po
14838         * po/sv.po
14839         * po/zh_CN.po
14840         * po/zh_TW.Big5.po
14841         * src/compose.c
14842         * tools/Makefile.am
14843         * tools/README
14844         * tools/filter_conv.pl
14845         * tools/kdeservicemenu/README
14846         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14847         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14848                 Sync with HEAD
14849
14850 2004-12-04 [colin]      0.9.12cvs183.1
14851
14852         * src/compose.c
14853                 Sync with HEAD (compose window position saving)
14854
14855 2004-12-04 [paul]       0.9.12cvs182.3
14856
14857         * src/messageview.c
14858         * src/mimeview.c
14859         * src/prefs_customheader.c
14860         * src/gtk/quicksearch.c
14861                 replace some forgotten GTK_SIGNAL_FUNCs
14862
14863 2004-12-04 [paul]       0.9.12cvs182.2
14864
14865         * src/Makefile.am
14866                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14867                 committed in error      
14868
14869 2004-12-04 [paul]       0.9.12cvs182.1
14870
14871         * ChangeLog
14872         * ChangeLog.claws
14873         * ChangeLog.jp
14874         * INSTALL
14875         * NEWS
14876         * README
14877         * README.jp
14878         * configure.ac
14879         * doc/manual/ja/Makefile.am
14880         * doc/manual/ja/sylpheed-1.html
14881         * doc/manual/ja/sylpheed-10.html
14882         * doc/manual/ja/sylpheed-11.html
14883         * doc/manual/ja/sylpheed-12.html
14884         * doc/manual/ja/sylpheed-13.html
14885         * doc/manual/ja/sylpheed-14.html
14886         * doc/manual/ja/sylpheed-15.html
14887         * doc/manual/ja/sylpheed-16.html
14888         * doc/manual/ja/sylpheed-17.html
14889         * doc/manual/ja/sylpheed-18.html
14890         * doc/manual/ja/sylpheed-19.html
14891         * doc/manual/ja/sylpheed-2.html
14892         * doc/manual/ja/sylpheed-20.html
14893         * doc/manual/ja/sylpheed-3.html
14894         * doc/manual/ja/sylpheed-4.html
14895         * doc/manual/ja/sylpheed-5.html
14896         * doc/manual/ja/sylpheed-6.html
14897         * doc/manual/ja/sylpheed-7.html
14898         * doc/manual/ja/sylpheed-8.html
14899         * doc/manual/ja/sylpheed-9.html
14900         * doc/manual/ja/sylpheed.html
14901         * doc/manual/ja/sylpheed.sgml
14902         * po/de.po
14903         * src/Makefile.am
14904         * src/compose.c
14905         * src/procmime.c
14906         * src/pixmaps/regular.xpm **REMOVED**
14907         * src/plugins/pgpmime/pgpmime.c
14908         * src/plugins/pgpmime/plugin.c
14909         * src/plugins/pgpmime/prefs_gpg.c
14910                 sync with HEAD
14911
14912 2004-12-03 [paul]       0.9.12cvs180.1
14913
14914         * ChangeLog
14915         * ChangeLog.claws
14916         * ChangeLog.jp
14917         * configure.ac
14918         * src/Makefile.am
14919         * src/pop.c
14920         * src/common/utils.c
14921         * src/common/utils.h
14922         * src/pixmaps/continue.xpm
14923         * src/pixmaps/dir_close.xpm
14924         * src/pixmaps/dir_open.xpm
14925         * src/pixmaps/drafts_close.xpm
14926         * src/pixmaps/drafts_open.xpm
14927         * src/pixmaps/folder.xpm **REMOVED**
14928         * src/pixmaps/group.xpm
14929         * src/pixmaps/unread.xpm
14930                 sync with HEAD
14931
14932 2004-12-02 [colin]      0.9.12cvs179.1
14933
14934         * src/compose.c
14935                 Sync with HEAD (non-duplicated reedition)
14936
14937 2004-12-02 [colin]      0.9.12cvs178.1
14938
14939         * src/compose.c
14940                 Sync with HEAD (linewrap_quote fix)
14941
14942 2004-12-01 [colin]      0.9.12cvs177.3
14943
14944         * src/addrharvest.c
14945                 Replace sizeof with strlen
14946
14947 2004-12-01 [paul]       0.9.12cvs177.2
14948
14949         * src/addrharvest.c
14950                 fix 'harvest addresses'
14951
14952 2004-11-30 [colin]      0.9.12cvs177.1
14953
14954         * src/gtk/prefswindow.c
14955         * src/gtk/pluginwindow.c
14956                 Sync with HEAD
14957
14958 2004-11-29 [colin]      0.9.12cvs176.1
14959
14960         * src/folderview.c
14961                 sync with HEAD (Fix disappearing separators in folderview's popup)
14962
14963 2004-11-29 [colin]      0.9.12cvs175.1
14964
14965         * src/procmime.c
14966                 Sync with head (another format fix)
14967
14968 2004-11-29 [colin]      0.9.12cvs174.1
14969
14970         * src/pop.c
14971                 Sync with HEAD (format string fix)
14972
14973 2004-11-26 [colin]      0.9.12cvs173.1
14974
14975         * src/common/smtp.c
14976         * src/common/smtp.h
14977                 Sync with HEAD
14978
14979 2004-11-24 [colin]      0.9.12cvs172.1
14980
14981         * src/plugins/pgpmime/pgpmime.c
14982                 Sync with HEAD
14983
14984 2004-11-24 [colin]      0.9.12cvs171.1
14985
14986         * src/plugins/pgpmime/pgpmime.c
14987                 Sync with head (gpgmectx leaks)
14988
14989 2004-11-24 [colin]      0.9.12cvs169.1
14990
14991         * src/plugins/pgpmime/plugin.c
14992         * src/plugins/trayicon/Makefile.am
14993         * src/plugins/trayicon/newmarkedmail.xpm
14994         * src/plugins/trayicon/trayicon.c
14995         * src/plugins/trayicon/unreadmarkedmail.xpm
14996                 Sync with HEAD
14997
14998 2004-11-23 [colin]      0.9.12cvs168.1
14999
15000         * src/partial_download.c
15001         * src/partial_download.h
15002         * src/plugins/pgpmime/plugin.c
15003                 Sync with HEAD
15004
15005 2004-11-23 [colin]      0.9.12cvs166.1
15006
15007         * src/Makefile.am
15008         * src/codeconv.c
15009         * src/compose.c
15010         * src/folderview.c
15011         * src/main.c
15012         * src/partial_download.c
15013         * src/partial_download.h
15014         * src/prefs_account.c
15015         * src/prefs_account.h
15016         * src/privacy.c
15017         * src/privacy.h
15018         * src/procmime.c
15019         * src/common/Makefile.am
15020         * src/common/base64.h
15021         * src/common/partial_download.c
15022         * src/common/partial_download.h
15023         * src/gtk/prefswindow.c
15024         * src/gtk/prefswindow.h
15025         * src/plugins/pgpmime/pgpmime.c
15026         * src/plugins/pgpmime/prefs_gpg.c
15027         * src/plugins/pgpmime/prefs_gpg.h
15028         * src/plugins/pgpmime/sgpgme.c
15029         * src/plugins/pgpmime/sgpgme.h
15030                 Sync with HEAD
15031
15032 2004-11-23 [colin]      0.9.12cvs163.1
15033
15034         * src/main.c
15035                 Sync with HEAD (cursor optimization)
15036
15037 2004-11-23 [colin]      0.9.12cvs162.1
15038
15039         * src/prefs_common.c
15040         * src/prefs_themes.c
15041         * src/procmsg.c
15042                 Sync with HEAD
15043
15044 2004-11-23 [colin]      0.9.12cvs158.9
15045
15046         * src/compose.c
15047                 Fix double-free when forwarding
15048         * src/msgcache.c
15049                 Fix leak on error path
15050                 
15051
15052 2004-11-23 [colin]      0.9.12cvs158.8
15053
15054         * src/compose.c
15055                 Fix possible double-free
15056                 Spotted by Alfons
15057
15058 2004-11-23 [colin]      0.9.12cvs158.7
15059
15060         * src/compose.c
15061                 Fix some signal handlers' prototypes
15062                 Spotted by Alfons
15063
15064 2004-11-22 [colin]      0.9.12cvs158.6
15065
15066         * src/compose.c
15067                 Remove unneeded code and duplicated
15068                 wrapping - patch by Alfons
15069
15070 2004-11-22 [colin]      0.9.12cvs158.5
15071
15072         * src/prefs_themes.c
15073                 Fix oversized selector
15074
15075 2004-11-22 [colin]      0.9.12cvs158.4
15076
15077         * src/compose.c
15078                 fix dump_text()
15079                 patch by Alfons
15080
15081 2004-11-19 [colin]      0.9.12cvs158.3
15082
15083         * src/textview.c
15084                 Add a context menu on links (open, copy)
15085
15086 2004-11-18 [paul]       0.9.12cvs158.2
15087
15088         * src/addrgather.c
15089         * src/exphtmldlg.c
15090         * src/expldifdlg.c
15091         * src/mimeview.c
15092         * src/prefs_common.c
15093         * src/plugins/image_viewer/viewer.c
15094         * src/plugins/spamassassin/spamassassin_gtk.c
15095                 replace deprecated gtk_notebook_set_page
15096                 and gtk_notebook_current_page
15097
15098 2004-11-18 [paul]       0.9.12cvs158.1
15099
15100         * configure.ac
15101         * src/compose.c
15102         * src/mainwindow.c
15103         * src/messageview.c
15104         * src/prefs_common.c
15105         * src/common/utils.c
15106         * src/common/utils.h
15107                 sync with HEAD
15108
15109 2004-11-17 [colin]      0.9.12cvs156.1
15110
15111         * src/prefs_account.c
15112         * src/prefs_account.h
15113         * src/procmsg.c
15114                 Sync with HEAD (add pref to store encrypted mails encrypted)
15115
15116 2004-11-17 [paul]       0.9.12cvs155.1
15117
15118         * ChangeLog
15119         * ChangeLog.claws
15120         * ChangeLog.jp
15121         * NEWS
15122         * configure.ac
15123         * src/compose.c
15124         * src/jpilot.c
15125         * src/privacy.c
15126         * src/procmime.c
15127         * src/procmime.h
15128         * src/procmsg.c
15129         * src/toolbar.c
15130         * src/pixmaps/error.xpm
15131                 sync with HEAD
15132
15133 2004-11-17 [colin]      0.9.12cvs151.1
15134
15135         * src/plugins/pgpmime/pgpmime.c
15136                 Sync with HEAD (remove debug printf)
15137
15138 2004-11-17 [colin]      0.9.12cvs150.1
15139
15140         * src/plugins/pgpmime/pgpmime.c
15141                 Sync with HEAD (off-by-one fix)
15142
15143 2004-11-17 [colin]      0.9.12cvs149.1
15144
15145         * src/procmsg.c
15146                 Sync with HEAD (coding style fixes)
15147
15148 2004-11-16 [colin]      0.9.12cvs148.1
15149
15150         * src/procmsg.c
15151                 Sync with head (Fix the fix)
15152
15153 2004-11-16 [colin]      0.9.12cvs147.1
15154
15155         * src/procmsg.c
15156                 Sync with Main (leak fix)
15157
15158 2004-11-16 [colin]      0.9.12cvs146.14
15159
15160         * src/compose.c
15161                 Remove useless chunk of code
15162                 Patch by Alfons
15163
15164 2004-11-15 [colin]      0.9.12cvs146.13
15165
15166         * src/compose.c
15167                 Fix drafting after insertion
15168                 Patch by Alfons
15169
15170 2004-11-15 [colin]      0.9.12cvs146.12
15171
15172         * src/compose.c
15173         * src/prefs_filtering.c
15174         * src/prefs_filtering_action.c
15175         * src/prefs_toolbar.c
15176                 Fix some const-correctness
15177
15178 2004-11-15 [colin]      0.9.12cvs146.11
15179
15180         * src/summaryview.c
15181         * src/prefs_themes.c
15182         * src/messageview.c
15183                 Fix some leaks
15184
15185 2004-11-15 [colin]      0.9.12cvs146.10
15186
15187         * src/codeconv.c
15188                 More unreadable locale fixes
15189
15190 2004-11-14 [colin]      0.9.12cvs146.9
15191
15192         * src/textview.c
15193                 Fix uri_security_check
15194                 Patch by Alfons
15195
15196 2004-11-13 [paul]       0.9.12cvs146.8
15197
15198         * src/folder.c
15199         * src/procmime.c
15200                 fix 2 bugs introduced in last commit
15201
15202 2004-11-13 [paul]       0.9.12cvs146.7
15203
15204         * src/compose.c
15205         * src/exporthtml.c
15206         * src/exportldif.c
15207         * src/folder.c
15208         * src/imap.c
15209         * src/imap_gtk.c
15210         * src/main.c
15211         * src/mainwindow.c
15212         * src/messageview.c
15213         * src/mh_gtk.c
15214         * src/prefs_themes.c
15215         * src/procmime.c
15216         * src/setup.c
15217         * src/summaryview.c
15218                 replace deprecated g_basename
15219
15220 2004-11-13 [paul]       0.9.12cvs146.6
15221
15222         * src/compose.c
15223         * src/imap.c
15224         * src/matcher_parser.h
15225         * src/matcher_parser_parse.y
15226         * src/prefs_filtering.c
15227         * src/prefs_filtering_action.c
15228         * src/prefs_themes.c
15229         * src/prefs_toolbar.c
15230         * src/common/utils.c
15231                 various small fixes/cleanups
15232
15233 2004-11-12 [colin]      0.9.12cvs146.5
15234
15235         * src/textview.c
15236                 Validate event's origin on visibility notify
15237                 Patch by Alfons.
15238
15239 2004-11-12 [paul]       0.9.12cvs146.4
15240
15241         * src/exporthtml.c
15242         * src/exportldif.c
15243         * src/imap.c
15244         * src/mh.c
15245         * src/mimeview.c
15246         * src/prefs_spelling.c
15247         * src/prefs_themes.c
15248                 replace deprecated g_dirname    
15249
15250 2004-11-12 [colin]      0.9.12cvs146.3
15251
15252         * src/textview.c
15253                 Some coding style fixes
15254
15255 2004-11-12 [colin]      0.9.12cvs146.2
15256
15257         * src/codeconv.c
15258                 We want to replace _all_ extended chars in
15259                 conv_unreadable_*, because any string containing
15260                 extended chars not parsing as UTF8 is 
15261                 undisplayed on gtk2.
15262
15263 2004-11-12 [paul]       0.9.12cvs146.1
15264
15265         * ChangeLog
15266         * ChangeLog.claws
15267         * ChangeLog.jp
15268         * NEWS
15269         * configure.ac
15270         * src/account.c
15271         * src/folderview.c
15272         * src/folderview.h
15273         * src/imap.c
15274         * src/imap_gtk.c
15275         * src/inc.c
15276         * src/mainwindow.c
15277         * src/mh_gtk.c
15278         * src/news_gtk.c
15279         * src/pop.c
15280         * src/prefs_account.c
15281         * src/prefs_account.h
15282         * src/prefs_ext_prog.c
15283         * src/procmime.c
15284         * src/procmime.h
15285         * src/procmsg.c
15286         * src/procmsg.h
15287         * src/summary_search.c
15288         * src/summaryview.c
15289         * src/textview.c
15290         * src/common/defs.h
15291         * src/common/utils.c
15292         * src/common/utils.h
15293         * src/gtk/menu.c
15294         * src/gtk/menu.h
15295                 sync with HEAD
15296
15297 2004-11-11 [colin]      0.9.12cvs144.2
15298
15299         * src/textview.c
15300                 Fix URI range selection (patch by Alfons)
15301
15302 2004-11-09 [colin]      0.9.12cvs144.1
15303
15304         * ChangeLog.claws
15305         * src/compose.c
15306         * src/folder.c
15307         * src/folder_item_prefs.c
15308         * src/prefs_account.c
15309         * src/prefs_account.h
15310         * src/plugins/pgpmime/pgpmime.c
15311                 Sync with HEAD
15312
15313 2004-11-08 [colin]      0.9.12cvs143.1
15314
15315         * src/summaryview.c
15316                 Sync with HEAD (optimize quicksearch)
15317
15318 2004-11-08 [colin]      0.9.12cvs142.2
15319
15320         * src/compose.c
15321                 Don't wrap when Edit/Auto wrapping is disabled
15322
15323 2004-11-08 [colin]      0.9.12cvs142.1
15324
15325         * src/textview.c
15326                 Sync with HEAD
15327
15328 2004-11-08 [colin]      0.9.12cvs141.1
15329
15330         * src/textview.c
15331                 Sync with HEAD (fix some mail URIs)
15332
15333 2004-11-08 [colin]      0.9.12cvs140.3
15334
15335         * src/textview.c
15336                 o Use text cursor instead of arrow when
15337                   not on a link
15338                 o Fix handling of contiguous links (as in
15339                   "colin@colino.net" <colin@colino.net>)
15340                   This one unveils a bug in get_email_part()
15341
15342 2004-11-07 [colin]      0.9.12cvs140.2
15343
15344         * src/textview.c
15345                 Fix memleak. Patch by Alfons.
15346
15347 2004-11-06 [colin]      0.9.12cvs140.1
15348
15349         * src/compose.c
15350                 Sync with HEAD (don't ask passphrase
15351                 when drafting)
15352
15353 2004-11-06 [paul]       0.9.12cvs139.2
15354
15355         * AUTHORS
15356         * src/textview.c
15357         * src/textview.h
15358                 textview URI handling. hovering over a 
15359                 link displays it in the status bar,
15360                 and changes the mouse pointer to a hand 
15361                 cursor. a link is activated with a single 
15362                 click. (Modified from the) patch by Jean-Yves 
15363                 Lefort <jylefort@users.sourceforge.net>
15364                 
15365
15366 2004-11-05 [colin]      0.9.12cvs139.1
15367
15368         * src/compose.c
15369         * src/procmime.c
15370                 Sync with HEAD again ^^
15371
15372 2004-11-05 [colin]      0.9.12cvs139.1
15373
15374         * src/compose.c
15375         * src/procmime.c
15376                 Sync with HEAD
15377
15378 2004-11-03 [paul]       0.9.12cvs138.1
15379
15380         * ChangeLog.claws
15381         * configure.ac
15382         * po/POTFILES.in
15383         * src/prefs_ext_prog.c
15384         * src/procmime.c
15385         * tools/kdeservicemenu/README
15386         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15387         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15388                 sync with HEAD
15389
15390 2004-11-01 [christoph]  0.9.12cvs136.2
15391
15392         * src/procmime.c
15393                 convert MIME parameters to UTF-8
15394
15395 2004-10-29 [colin]      0.9.12cvs136.1
15396
15397         * src/common/utils.c
15398                 Sync with HEAD (don't use '=' in mime boundary)
15399
15400 2004-10-29 [paul]       0.9.12cvs135.1
15401
15402         * configure.ac
15403         * doc/src/rfc2231.txt
15404         * src/procmime.c
15405         * src/common/quoted-printable.c
15406         * src/common/utils.c
15407         * src/common/utils.h
15408                 sync with HEAD
15409
15410 2004-10-27 [paul]       0.9.12cvs134.1
15411
15412         * configure.ac
15413         * src/main.c
15414         * src/procmime.c
15415         * src/plugins/pgpmime/pgpmime.c
15416                 sync with HEAD
15417
15418 2004-10-26 [paul]       0.9.12cvs132.3
15419
15420         * src/account.c
15421         * src/addressbook.c
15422         * src/addrgather.c
15423         * src/addrharvest.c
15424         * src/codeconv.c
15425         * src/compose.c
15426         * src/customheader.c
15427         * src/editaddress.c
15428         * src/editgroup.c
15429         * src/enriched.c
15430         * src/expldifdlg.c
15431         * src/exporthtml.c
15432         * src/exportldif.c
15433         * src/folder.c
15434         * src/foldersel.c
15435         * src/folderview.c
15436         * src/grouplistdialog.c
15437         * src/html.c
15438         * src/imap.c
15439         * src/jpilot.c
15440         * src/ldapserver.c
15441         * src/ldif.c
15442         * src/mimeview.c
15443         * src/news.c
15444         * src/news_gtk.c
15445         * src/pop.c
15446         * src/prefs_display_header.c
15447         * src/prefs_gtk.c
15448         * src/prefs_msg_colors.c
15449         * src/prefs_toolbar.c
15450         * src/procheader.c
15451         * src/procmime.c
15452         * src/summaryview.c
15453         * src/textview.c
15454         * src/toolbar.c
15455         * src/vcard.c
15456         * src/common/mgutils.c
15457         * src/common/nntp.c
15458         * src/common/smtp.c
15459         * src/common/template.c
15460         * src/common/utils.c
15461         * src/common/xmlprops.c
15462         * src/plugins/pgpmime/pgpmime.c
15463         * src/plugins/pgpmime/select-keys.c
15464         * src/plugins/pgpmime/sgpgme.c
15465                 replace deprecated g_strcasecmp(), g_strncasecmp(),
15466                 g_string_sprintfa(), gtk_notebook_current_page()
15467
15468 2004-10-26 [colin]      0.9.12cvs132.2
15469
15470         * src/prefs_folder_item.c
15471                 Fix default-account selection
15472
15473 2004-10-21 [colin]      0.9.12cvs133
15474
15475         * src/compose.c
15476                 Sync with HEAD (Remove extra separator in compose's Options)
15477         * src/textview.c
15478                 Set wrapping to char
15479
15480 2004-10-21 [paul]       0.9.12cvs131.2
15481
15482         * src/compose.c
15483         * src/sourcewindow.c
15484                 fix wrapping
15485                 fix window shrinking 
15486
15487 2004-10-21 [colin]      0.9.12cvs131.1
15488
15489         * ChangeLog.claws
15490         * src/compose.c
15491                 Sync with HEAD
15492
15493 2004-10-21 [paul]       0.9.12cvs130.2
15494
15495         * src/prefs_folder_item.c
15496                 sync with HEAD (Apply to subfolders)
15497
15498 2004-10-19 [colin]      0.9.12cvs130.1
15499
15500         * ChangeLog.claws
15501         * src/compose.c
15502         * src/common/utils.c
15503         * src/gtk/menu.c
15504                 Sync with HEAD
15505
15506 2004-10-19 [colin]      0.9.12cvs128.1
15507
15508         * src/addrbook.c
15509         * src/addrcache.c
15510         * src/addressbook.c
15511         * src/codeconv.c
15512         * src/compose.c
15513         * src/customheader.c
15514         * src/editaddress.c
15515         * src/editgroup.c
15516         * src/exporthtml.c
15517         * src/folder.c
15518         * src/folderview.c
15519         * src/imap.c
15520         * src/jpilot.c
15521         * src/main.c
15522         * src/matcher_parser_parse.y
15523         * src/mbox.c
15524         * src/pop.c
15525         * src/prefs_account.c
15526         * src/prefs_gtk.c
15527         * src/prefs_msg_colors.c
15528         * src/procheader.c
15529         * src/procmime.c
15530         * src/procmime.h
15531         * src/procmsg.c
15532         * src/summaryview.c
15533         * src/textview.c
15534         * src/common/base64.c
15535         * src/common/partial_download.c
15536         * src/common/socket.c
15537         * src/common/sylpheed.c
15538         * src/common/utils.c
15539         * src/common/utils.h
15540         * src/gtk/pluginwindow.c
15541         * src/gtk/quicksearch.c
15542         * src/plugins/clamav/clamav_plugin.c
15543         * src/plugins/clamav/clamav_plugin.h
15544         * src/plugins/clamav/clamav_plugin_gtk.c
15545         * src/plugins/pgpmime/passphrase.c
15546         * src/plugins/pgpmime/pgpmime.c
15547         * src/plugins/pgpmime/plugin.c
15548         * src/plugins/pgpmime/prefs_gpg.c
15549         * src/plugins/pgpmime/prefs_gpg.h
15550         * src/plugins/pgpmime/select-keys.c
15551         * src/plugins/pgpmime/sgpgme.c
15552         * src/plugins/spamassassin/libspamc.c
15553         * src/plugins/spamassassin/spamassassin.c
15554         * src/plugins/spamassassin/spamassassin.h
15555         * src/plugins/spamassassin/spamassassin_gtk.c
15556         * src/plugins/trayicon/trayicon.c
15557         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
15558                 Sync with HEAD
15559
15560 2004-10-14 [colin]      0.9.12cvs126.2
15561
15562         * src/codeconv.c
15563         * src/textview.c
15564                 Fix conv_unreadable_locale
15565
15566 2004-10-13 [colin]      0.9.12cvs126.1
15567
15568         * src/compose.c
15569                 Sync with HEAD (don't convert charset for 
15570                 drafted messages, minor cleanup)
15571
15572 2004-10-13 [colin]      0.9.12cvs125.1
15573
15574         * po/POTFILES.in
15575                 Sync with HEAD (POTFILES fix)
15576
15577 2004-10-12 [colin]      0.9.12cvs124.3
15578
15579         * src/compose.c
15580                 Fix encoding bug from latest sync
15581
15582 2004-10-12 [paul]       0.9.12cvs124.2
15583
15584         * src/plugins/pgpmime/prefs_gpg.c
15585         * src/plugins/pgpmime/prefs_gpg.h
15586                 forgotten in last commit        
15587
15588 2004-10-12 [paul]       0.9.12cvs124.1
15589
15590         * ChangeLog.claws
15591         * configure.ac
15592         * m4/spamassassin.m4
15593         * src/Makefile.am
15594         * src/account.c
15595         * src/compose.c
15596         * src/compose.h
15597         * src/crash.c
15598         * src/main.c
15599         * src/mimeview.c
15600         * src/passphrase.c
15601         * src/passphrase.h
15602         * src/prefs_account.c
15603         * src/prefs_account.h
15604         * src/prefs_common.c
15605         * src/privacy.c
15606         * src/privacy.h
15607         * src/procmime.c
15608         * src/procmime.h
15609         * src/procmsg.c
15610         * src/rfc2015.c
15611         * src/rfc2015.h
15612         * src/select-keys.c
15613         * src/select-keys.h
15614         * src/textview.c
15615         * src/common/utils.c
15616         * src/common/utils.h
15617         * src/gtk/about.c
15618         * src/plugins/pgpmime/Makefile.am
15619         * src/plugins/pgpmime/passphrase.c
15620         * src/plugins/pgpmime/passphrase.h
15621         * src/plugins/pgpmime/pgpmime.c
15622         * src/plugins/pgpmime/plugin.c
15623         * src/plugins/pgpmime/select-keys.c
15624         * src/plugins/pgpmime/select-keys.h
15625         * src/plugins/pgpmime/sgpgme.c
15626         * src/plugins/pgpmime/sgpgme.h
15627                 sync with HEAD
15628
15629 2004-10-04 [colin]      0.9.12cvs122.1
15630
15631         * src/mainwindow.c
15632         * src/messageview.c
15633         * src/messageview.h
15634         * src/textview.c
15635                 Sync with HEAD
15636
15637 2004-10-04 [colin]      0.9.12cvs121.1
15638
15639         * src/summaryview.c
15640                 Sync with HEAD
15641
15642 2004-10-04 [paul]       0.9.12cvs120.1
15643
15644         * configure.ac
15645                 sync with HEAD [don't try to build 
15646                 pgpmime plugin when gpgme is disabled]
15647
15648 2004-10-03 [colin]      0.9.12cvs119.3
15649
15650         * src/gtk/gtksctree.c
15651                 Lots of side effects. Put back as before 117.2.
15652         * src/summaryview.c
15653                 Fix bug #602
15654
15655 2004-10-03 [colin]      0.9.12cvs119.2
15656
15657         * src/gtk/gtksctree.c
15658                 Revert 608 fix that doesn't work that good
15659
15660 2004-10-02 [colin]      0.9.12cvs119.1
15661
15662         * src/mainwindow.c
15663         * src/messageview.c
15664         * src/prefs_common.h
15665         * src/procmime.c
15666         * src/procmime.h
15667         * src/textview.c
15668                 Sync with HEAD
15669         * src/gtk/gtksctree.c
15670                 Close bug #608
15671
15672 2004-10-01 [colin]      0.9.12cvs118.1
15673
15674         * src/mimeview.c
15675                 Sync with HEAD (better Save All fix)
15676
15677 2004-10-01 [colin]      0.9.12cvs117.2
15678
15679         * src/gtk/gtksctree.c
15680                 Faster on selection
15681
15682 2004-10-01 [colin]      0.9.12cvs117.1
15683
15684         * src/mimeview.c
15685                 Sync with HEAD (Save All: only attachments)
15686
15687 2004-10-01 [paul]       0.9.12cvs116.1
15688
15689         * ChangeLog.claws
15690         * configure.ac
15691         * src/account.c
15692         * src/prefs_common.c
15693         * src/gtk/colorlabel.c
15694                 sync with HEAD
15695
15696 2004-09-30 [colin]      0.9.12cvs115.1
15697
15698         * src/stock_pixmap.c
15699         * src/stock_pixmap.h
15700         * src/folderview.c
15701         * src/Makefile.am
15702         * src/pixmaps/read.xpm
15703                 Sync with HEAD (new pixmap)
15704
15705 2004-09-29 [colin]      0.9.12cvs114.1
15706
15707         * src/compose.c
15708                 Sync with HEAD
15709                 Fix focus handling in headers
15710
15711 2004-09-29 [paul]       0.9.12cvs113.1
15712
15713         * src/quote_fmt_parse.y
15714                 sync with HEAD
15715  
15716
15717 2004-09-28 [colin]      0.9.12cvs112.1
15718
15719         * src/folderview.c
15720         * src/mainwindow.c
15721                 Sync with HEAD
15722
15723 2004-09-28 [colin]      0.9.12cvs110.1
15724
15725         * src/folderview.c
15726                 Sync with HEAD (Contextual Empty trash menu)
15727
15728 2004-09-28 [colin]      0.9.12cvs108.1
15729
15730         * src/addressbook.c
15731                 Sync with HEAD (addressbook edit on double-click)
15732
15733 2004-09-28 [colin]      0.9.12cvs106.1
15734
15735         * src/inc.c
15736                 Sync with HEAD (folder_item freeze on inc)
15737
15738 2004-09-27 [colin]      0.9.12cvs105.1
15739
15740         * src/folderview.c
15741                 Sync with HEAD (right-align new and unread column)
15742
15743 2004-09-27 [colin]      0.9.12cvs104.1
15744
15745         * src/main.c
15746                 Sync with HEAD (revert 0.9.12cvs101)
15747
15748 2004-09-24 [colin]      0.9.12cvs103.2
15749
15750         * src/wizard.c
15751                 Fix gtk warnings and use domain part of the email address 
15752                 when domain detection fails (no dot in domain name)
15753
15754 2004-09-23 [colin]      0.9.12cvs103.1
15755
15756         * src/plugins/spamassassin/libspamc.c
15757         * src/plugins/spamassassin/libspamc.h
15758         * src/plugins/spamassassin/utils.c
15759         * src/plugins/spamassassin/utils.h
15760                 Sync with HEAD (Update spamassassin to 3.0)
15761
15762 2004-09-21 [colin]      0.9.12cvs102.3
15763
15764         * src/action.c
15765                 Add horizontal scrollbar in action io dialog as needed
15766                 Patch by Alfons.
15767
15768 2004-09-20 [colin]      0.9.12cvs102.2
15769
15770         * src/plugins/image_viewer/viewer.c
15771                 Remove imlib stuff
15772                 use gtk_pixmap_set when clearing
15773                 (would be better to use gtkImages, but causes size-allocate 
15774                 signals storm)
15775
15776 2004-09-17 [paul]       0.9.12cvs102.1
15777
15778         * ChangeLog
15779         * ChangeLog.claws
15780         * ChangeLog.jp
15781         * configure.ac
15782         * src/inc.c
15783                 sync with HEAD
15784
15785
15786 2004-09-17 [colin]      0.9.12cvs101.1
15787
15788         * ChangeLog.claws
15789         * src/main.c
15790                 Sync with HEAD (fix segs at exit)
15791
15792 2004-09-14 [colin]      0.9.12cvs99.5
15793
15794         * src/common/socket.c
15795         * AUTHORS
15796                 Fix send error on 64bit platforms
15797                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
15798
15799 2004-09-14 [colin]      0.9.12cvs99.4
15800
15801         * src/action.c
15802                 Fix action output with utf8 
15803                 Patch by Alfons.
15804
15805 2004-09-14 [colin]      0.9.12cvs99.3
15806
15807         * ChangeLog.claws
15808         * src/folder.c
15809                 Sync with HEAD
15810
15811 2004-09-09 [colin]      0.9.12cvs99.2
15812
15813         * src/action.c
15814                 Fix progress bar (displaying "Completed %v/%u")
15815                 Patch by Alfons.
15816
15817 2004-09-08 [colin]      0.9.12cvs99.1
15818
15819         * src/account.c
15820         * src/folder.c
15821         * src/procmsg.c
15822         * src/procmsg.h
15823         * src/plugins/pgpmime/pgpmime.c
15824                 Sync with HEAD
15825
15826 2004-09-08 [colin]      0.9.12cvs97.2
15827
15828         * src/summaryview.c
15829                 Don't select mails in collapsed threads 
15830                 when navigating with up/down
15831
15832 2004-09-07 [colin]      0.9.12cvs97.1
15833
15834         * src/inc.c
15835                 Sync with HEAD (meaningful error messages)
15836
15837 2004-09-06 [colin]      0.9.12cvs96.1
15838
15839         * src/toolbar.c
15840                 Sync with HEAD (fix Redirect graying out)
15841
15842 2004-09-06 [colin]      0.9.12cvs95.1
15843
15844         * src/summaryview.c
15845         * src/mimeview.c
15846                 Sync with HEAD (fix dropped URIs)
15847
15848 2004-09-06 [colin]      0.9.12cvs94.1
15849
15850         * src/addressbook.c
15851         * src/addressitem.h
15852         * src/addritem.c
15853         * src/addritem.h
15854                 Sync with HEAD (addressbook DnD)
15855
15856 2004-09-03 [colin]      0.9.12cvs93.1
15857
15858         * src/summaryview.c
15859                 Sync with HEAD (next/prev unread)
15860
15861 2004-09-03 [colin]      0.9.12cvs92.1
15862
15863         * src/prefs_common.c
15864         * src/prefs_common.h
15865         * src/summaryview.c
15866                 Sync with HEAD ('mark_as_read_delay' pref)
15867
15868 2004-09-02 [colin]      0.9.12cvs91.2
15869
15870         * src/common/xml.c
15871                 Fix leak
15872
15873 2004-09-02 [colin]      0.9.12cvs91.1
15874
15875         * src/gtk/menu.c
15876                 Sync with HEAD (menu accel don't work, but whatever)
15877
15878 2004-09-02 [colin]      0.9.12cvs90.1
15879
15880         * src/account.c
15881                 Sync with HEAD (fix bug 582)
15882
15883 2004-09-02 [colin]      0.9.12cvs89.1
15884
15885         * src/addrindex.c
15886                 Sync with HEAD (free deleted queries)
15887
15888 2004-09-02 [colin]      0.9.12cvs88.1
15889
15890         * src/ldapquery.c
15891                 Sync with HEAD (fix LDAP freezes)
15892
15893 2004-09-02 [colin]      0.9.12cvs87.1
15894
15895         * src/prefs_spelling.c
15896                 Sync with HEAD (add default dictionary)
15897
15898 2004-09-01 [colin]      0.9.12cvs86.1
15899
15900         * src/filtering.c
15901         * src/folderview.c
15902         * src/imap.c
15903         * src/prefs_matcher.c
15904         * src/stock_pixmap.c
15905         * src/summary_search.c
15906         * src/summaryview.c
15907         * src/wizard.c
15908         * src/wizard.h
15909                 Sync with HEAD (uninitialized vars fixes)
15910                 + gtk2 specific warning fixes
15911
15912 2004-08-31 [colin]      0.9.12cvs85.1
15913
15914         * src/folder.c
15915                 Sync with HEAD (Fix memory corruption due to 
15916                 uninitialized var)
15917
15918 2004-08-31 [colin]      0.9.12cvs84.4
15919
15920         * src/summary_search.c
15921                 Fix segfaults when searching in folders with broken headers
15922
15923 2004-08-31 [colin]      0.9.12cvs84.3
15924
15925         * src/compose.c
15926         * src/textview.c
15927                 Fix some more encoding/decoding issues
15928
15929 2004-08-30 [colin]      0.9.12cvs84.2
15930
15931         * src/mimeview.c
15932         * src/prefs_themes.c
15933         * src/gtk/filesel.c
15934         * src/gtk/filesel.h
15935                 Add a folder-mode selection (fixes mimeview's "Save all")
15936
15937 2004-08-29 [colin]      0.9.12cvs84.1
15938
15939         * src/mimeview.c
15940                 Sync with HEAD (don't escape saved filenames)
15941
15942 2004-08-27 [colin]      0.9.12cvs83.1
15943
15944         * ChangeLog
15945         * ChangeLog.claws
15946         * ChangeLog.jp
15947         * src/mh.c
15948         * src/procheader.c
15949         * src/procmsg.c
15950         * src/procmsg.h
15951         * src/common/utils.c
15952         * src/gtk/menu.h
15953         * po/
15954                 Sync with HEAD 0.9.12cvs83 (sync with main)
15955
15956 2004-08-26 [colin]      0.9.12cvs82.4
15957
15958         * src/codeconv.c
15959                 Fix strange stack corruption
15960                 Convert to utf8 after unmime, not before
15961
15962 2004-08-26 [colin]      0.9.12cvs82.3
15963
15964         * src/main.c
15965         * src/wizard.c
15966                 Fix account folders duplication
15967
15968 2004-08-25 [colin]      0.9.12cvs82.2
15969
15970         * src/wizard.c
15971                 Remove ports
15972                 Add SSL selection
15973                 Use login@server as account name
15974
15975 2004-08-25 [colin]      0.9.12cvs82.1
15976
15977         * src/plugins/pgpmime/pgpmime.c
15978                 Sync with HEAD (leak fix).
15979
15980 2004-08-25 [colin]      0.9.12cvs81.1
15981
15982         * src/plugins/pgpmime/pgpmime.c
15983         * src/plugins/pgpmime/sgpgme.c
15984         * src/plugins/pgpmime/sgpgme.h
15985                 Sync with HEAD (Handle combined messages).
15986
15987 2004-08-24 [colin]      0.9.12cvs80.3
15988
15989         * src/wizard.c
15990                 Fix full name, ports, and imap
15991
15992 2004-08-24 [colin]      0.9.12cvs80.2
15993
15994         * src/Makefile.am
15995         * src/main.c
15996         * src/setup.c
15997         * src/setup.h
15998         * src/stock_pixmap.c
15999         * src/stock_pixmap.h
16000         * src/wizard.c ** ADDED **
16001         * src/wizard.h ** ADDED ** 
16002         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
16003                 Add a setup wizard 
16004
16005 2004-08-24 [colin]      0.9.12cvs80.1
16006
16007         * src/folder.c
16008                 Sync with HEAD (set mimeflags on all messages)
16009
16010 2004-08-24 [colin]      0.9.12cvs79.3
16011
16012         * src/matcher_parser_lex.l
16013                 Fix 8bits strings not in utf8
16014
16015 2004-08-24 [colin]      0.9.12cvs79.2
16016
16017         * src/compose.c
16018                 Check conversion result before replacing buffer
16019
16020 2004-08-23 [colin]      0.9.12cvs79.1
16021
16022         * src/compose.c
16023                 Sync with HEAD (create message header in memory)
16024
16025 2004-08-23 [colin]      0.9.12cvs78.1
16026
16027         * src/rfc2015.c
16028         * src/rfc2015.h
16029                 Sync with HEAD (fix bug 197 again)
16030
16031 2004-08-23 [colin]      0.9.12cvs77.3
16032
16033         * src/compose.c
16034                 Fix again inline gpg signing (which outputs utf8
16035                 in gtk2). Not syncing this fix to HEAD as this 
16036                 code is meant to die.
16037
16038 2004-08-23 [colin]      0.9.12cvs77.2
16039
16040         * src/prefs_account.h
16041                 Remove useless include
16042
16043 2004-08-23 [colin]      0.9.12cvs77.1
16044
16045         * src/imap.c
16046         * po/es.po
16047         * po/fr.po
16048         * po/it.po
16049         * po/pl.po
16050         * po/pt_BR.po
16051         * po/sk.po
16052         * po/sr.po
16053                 Sync with HEAD (fix bug 577)
16054
16055 2004-08-22 [colin]      0.9.12cvs76.1
16056
16057         * src/plugins/trayicon/trayicon.c
16058                 Sync with HEAD (fix formatting bug)
16059
16060 2004-08-21 [colin]      0.9.12cvs74.2
16061
16062         * src/gtk/colorsel.c
16063                 Fix bug 564 (Folder color selection window exits on any
16064                 keypress)
16065
16066 2004-08-21 [colin]      0.9.12cvs74.1
16067
16068         * ChangeLog.claws
16069         * src/compose.c
16070         * src/summaryview.c
16071         * src/toolbar.c
16072                 Sync with HEAD (fix bug 576)
16073
16074 2004-08-21 [colin]      0.9.12cvs70.1
16075
16076         * src/compose.c
16077         * src/mainwindow.c
16078                 Sync with HEAD
16079                 
16080
16081 2004-08-21 [paul]       0.9.12cvs66.4
16082
16083         * src/mainwindow.c
16084         * src/messageview.c
16085         * src/gtk/menu.c
16086         * src/plugins/spamassassin/spamassassin_gtk.c
16087                 remove some deprecated gtk1 functions
16088
16089
16090 2004-08-21 [colin]      0.9.12cvs66.3
16091
16092         * src/compose.c
16093         * src/codeconv.c
16094                 Fix warnings
16095                 Remove encoding hacks
16096                 Fix bug 575 (Strange character messes up message)
16097                 Don't display conversion error when drafting
16098
16099 2004-08-21 [paul]       0.9.12cvs66.2
16100
16101         * src/prefs_account.c
16102                 fix GnuPG mode bugs
16103
16104
16105 2004-08-20 [colin]      0.9.12cvs66.1
16106
16107         * src/codeconv.c
16108                 Sync with HEAD 0.9.12cvs66
16109
16110 2004-08-20 [paul]
16111
16112         * src/plugins/pgpmime/plugin.c
16113                 modify PGP/MIME plugin's description
16114
16115 2004-08-17 [colin]      0.9.12cvs65.1
16116
16117         * src/common/ssl.c
16118         * src/plugins/pgpmime/plugin.c
16119                 Sync with HEAD
16120
16121 2004-08-14 [colin]      0.9.12cvs60.3
16122
16123         * src/plugins/trayicon/trayicon.c
16124                 Put back resize callback, on size-request signal
16125                 rather than size-allocate to avoid infinite 
16126                 callback loop
16127
16128 2004-08-13 [colin]      0.9.12cvs60.2
16129
16130         * src/common/defs.h
16131                 Cache versions have been fixed
16132
16133 2004-08-13 [colin]      0.9.12cvs60.1
16134
16135         * src/folderutils.c
16136                 Sync with HEAD
16137
16138 2004-08-12 [colin]      0.9.12cvs59.1
16139
16140         * src/plugins/trayicon/trayicon.c
16141                 Sync with HEAD
16142
16143 2004-08-12 [colin]      0.9.12cvs57.5
16144
16145         * sylpheed.desktop
16146         * configure.ac
16147         * src/Makefile.am
16148         * src/main.c
16149                 Add support for Freedesktop.org's startup notification
16150
16151 2004-08-11 [colin]      0.9.12cvs57.4
16152
16153         * src/textview.c
16154                 Fix off-by-one
16155
16156 2004-08-11 [colin]      0.9.12cvs57.3
16157
16158         * src/message_search.c
16159         * src/summary_search.c
16160                 Make searches case insensitive by default
16161         * src/textview.c
16162                 Fix case-insensitive search in message
16163
16164 2004-08-11 [colin]      0.9.12cvs57.2
16165
16166         * src/summary_search.c
16167                 Let case-sensitive be specified
16168
16169 2004-08-10 [colin]      0.9.12cvs55.4
16170
16171         * src/common/socket.c
16172                 Fix the possible race condition
16173
16174 2004-08-09 [paul]       0.9.12cvs55.3
16175
16176         * configure.ac
16177         * src/Makefile.am
16178         * src/common/Makefile.am
16179                 sync with HEAD
16180
16181
16182 2004-08-09 [paul]       0.9.12cvs55.2
16183
16184         * autogen.sh
16185         * po/poconv.sh
16186                 remove unneeded script
16187
16188         * configure.ac
16189                 add forgotten USE_LDAP_TLS (sync with HEAD)
16190
16191
16192 2004-08-09 [colin]      0.9.12cvs55.1
16193
16194         * src/main.c
16195         * src/common/ssl.c
16196         * src/common/sylpheed.c
16197         * src/common/sylpheed.h
16198                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
16199
16200 2004-08-09 [paul]       0.9.12cvs54.1
16201
16202         * ChangeLog
16203         * ChangeLog.claws
16204         * ChangeLog.jp
16205         * configure.ac
16206         * po/POTFILES.in
16207         * src/Makefile.am
16208         * src/folderutils.c
16209         * src/main.c
16210         * src/pgpmime.c
16211         * src/pgpmime.h
16212         * src/sgpgme.c
16213         * src/sgpgme.h
16214         * src/plugins/Makefile.am
16215         * src/plugins/pgpmime/.cvsignore
16216         * src/plugins/pgpmime/Makefile.am
16217         * src/plugins/pgpmime/pgpmime.c
16218         * src/plugins/pgpmime/pgpmime.h
16219         * src/plugins/pgpmime/plugin.c
16220         * src/plugins/pgpmime/sgpgme.c
16221         * src/plugins/pgpmime/sgpgme.h
16222                 sync with HEAD
16223
16224 2004-08-08 [paul]       0.9.12cvs51.1
16225
16226         * configure.ac
16227         * src/folder.c
16228                 sync with HEAD
16229
16230 2004-08-07 [colin]      0.9.12cvs50.1
16231
16232         * src/pop.c
16233         * src/common/partial_download.c
16234                 fix warnings (sync from HEAD)
16235
16236 2004-08-07 [colin]      0.9.12cvs48.1
16237
16238         * src/prefs_folder_item.c
16239                 sync with HEAD 0.9.12cvs48
16240
16241 2004-08-06 [colin]      0.9.12cvs47.1
16242
16243         * src/compose.c
16244                 Sync with HEAD
16245
16246 2004-08-06 [christoph]  0.9.12cvs46.2
16247
16248         * src/main.c
16249         * src/plugins/clamav/clamav_plugin_gtk.c
16250         * src/plugins/dillo_viewer/dillo_viewer.c
16251         * src/plugins/image_viewer/plugin.c
16252         * src/plugins/mathml_viewer/mathml_viewer.c
16253         * src/plugins/spamassassin/spamassassin_gtk.c
16254         * src/plugins/trayicon/trayicon.c
16255                 don't mix GTK1.2 plugin with GTK2 plugins
16256
16257 2004-08-06 [colin]      0.9.12cvs46.1
16258
16259         * ChangeLog
16260         * ChangeLog.claws
16261         * ChangeLog.jp
16262         * configure.ac
16263         * sylpheed-claws.pc.in
16264         * src/folder.c
16265         * src/imap.c
16266         * src/localfolder.c
16267         * src/messageview.c
16268         * src/mimeview.c
16269         * src/mimeview.h
16270         * src/msgcache.c
16271         * src/news.c
16272         * src/prefs_ext_prog.c
16273         * src/prefs_folder_item.c
16274         * src/prefs_fonts.c
16275         * src/prefs_msg_colors.c
16276         * src/prefs_spelling.c
16277         * src/prefs_themes.c
16278         * src/prefs_toolbar.c
16279         * src/prefs_wrapping.c
16280         * src/procmime.h
16281         * src/common/defs.h
16282         * src/common/nntp.c
16283         * src/common/session.c
16284         * src/common/session.h
16285         * src/common/socket.c
16286         * src/common/utils.h
16287         * src/common/xml.c
16288         * src/common/xml.h
16289         * src/gtk/prefswindow.c
16290         * src/gtk/prefswindow.h
16291         * src/plugins/clamav/clamav_plugin_gtk.c
16292         * src/plugins/dillo_viewer/dillo_prefs.c
16293         * src/plugins/image_viewer/viewerprefs.c
16294         * src/plugins/spamassassin/spamassassin_gtk.c
16295         * m4/openssl.m4 *** REMOVED ***
16296                 Sync with HEAD 0.9.12cvs46
16297
16298 2004-08-03 [paul]       0.9.12cvs40.2
16299
16300         * src/action.c
16301         * src/addressadd.c
16302         * src/addressbook.c
16303         * src/addrgather.c
16304         * src/browseldap.c
16305         * src/compose.c
16306         * src/crash.c
16307         * src/editaddress.c
16308         * src/editgroup.c
16309         * src/editldap_basedn.c
16310         * src/foldersel.c
16311         * src/importldif.c
16312         * src/mimeview.c
16313         * src/prefs_common.c
16314         * src/prefs_template.c
16315         * src/sourcewindow.c
16316         * src/summaryview.c
16317         * src/gtk/about.c
16318         * src/gtk/foldersort.c
16319         * src/gtk/logwindow.c
16320         * src/gtk/pluginwindow.c
16321         * src/gtk/prefswindow.c
16322                 change all gtk_scrolled_window_set_policy from 
16323                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
16324
16325 2004-08-02 [paul]       0.9.12cvs40.1
16326
16327         * AUTHORS
16328                 update translation team section
16329         * po/pt_BR.po
16330                 updated by Frederico Goncalves Guimaraes
16331                 <fggdebian@yahoo.com.br>
16332
16333 2004-07-31 [colin]      0.9.12cvs39.9
16334
16335         * src/exphtmldlg.c
16336                 Fix compilation
16337
16338 2004-07-31 [colin]      0.9.12cvs39.8
16339
16340         * src/exphtmldlg.c
16341                 Fix an alertpanel type
16342
16343 2004-07-30 [colin]      0.9.12cvs39.7
16344
16345         * src/alertpanel.c
16346                 Fix alertpanel_error_log's icon
16347
16348 2004-07-30 [colin]      0.9.12cvs39.6
16349
16350         * src/pop.c
16351                 Two of them should still be warnings
16352
16353 2004-07-30 [colin]      0.9.12cvs39.5
16354
16355         * src/pop.c
16356                 More warning -> error
16357 2004-07-29 [colin]      0.9.12cvs39.4
16358
16359         * src/pop.c
16360                 Warning -> error
16361
16362 2004-07-29 [colin]      0.9.12cvs39.3
16363
16364         * src/prefs_matcher.c
16365                 Fix segfault
16366
16367 2004-07-29 [colin]      0.9.12cvs39.2
16368
16369         * src/alertpanel.c
16370                 More nice-looking alertpanels
16371
16372 2004-07-29 [colin]      0.9.12cvs39.1
16373
16374         * src/messageview.c
16375                 sync with head
16376                 (inform user when partial mail is deleted on server)
16377
16378 2004-07-29 [colin]      0.9.12cvs38.1
16379
16380         * src/messageview.c
16381                 sync with head
16382
16383 2004-07-28 [paul]       0.9.12cvs37.7
16384
16385         * src/mainwindow.c
16386                 complete the replacement of deprecated gtk_progress_*
16387
16388 2004-07-28 [paul]       0.9.12cvs37.6
16389
16390         * src/action.c
16391         * src/inc.c
16392         * src/mainwindow.c
16393         * src/send_message.c
16394         * src/gtk/progressdialog.c
16395         * src/gtk/progressdialog.h
16396                 replace deprecated gtk_progress_*
16397
16398 2004-07-28 [paul]       0.9.12cvs37.5
16399
16400         * src/gtk/filesel.c
16401                 remove gtk_window_set_wmclass()
16402 2004-07-28 [paul]       0.9.12cvs37.4
16403
16404         * src/addressbook.c
16405         * src/compose.c
16406         * src/foldersel.c
16407         * src/mainwindow.c
16408         * src/messageview.c
16409         * src/sourcewindow.c
16410         * src/gtk/logwindow.c
16411                 remove gtk_window_set_wmclass()
16412                 
16413         * src/prefs_filtering.c
16414         * src/prefs_filtering_action.c
16415         * src/prefs_fonts.c
16416         * src/prefs_gtk.c
16417         * src/prefs_matcher.c
16418         * src/ssl_manager.c
16419         * src/gtk/prefswindow.c
16420                 replace gtk_window_position()
16421
16422 2004-07-28 [colin]      0.9.12cvs37.3
16423
16424         * src/alertpanel.c
16425         * src/alertpanel.h
16426                 Add a way to specify panel type for specific
16427                 panels (alertpanel())
16428         * src/account.c
16429         * src/addressbook.c
16430         * src/compose.c
16431         * src/expldifdlg.c
16432         * src/main.c
16433         * src/messageview.c
16434         * src/summaryview.c
16435         * src/textview.c
16436         * src/gtk/sslcertwindow.c
16437                 Fix alertpanel()s so that their icon match
16438                 their real type
16439
16440 2004-07-28 [paul]       0.9.12cvs37.2
16441
16442         * src/addr_compl.c
16443         * src/addressbook.c
16444         * src/alertpanel.c
16445         * src/compose.c
16446         * src/export.c
16447         * src/foldersel.c
16448         * src/folderview.c
16449         * src/grouplistdialog.c
16450         * src/import.c
16451         * src/mainwindow.c
16452         * src/message_search.c
16453         * src/messageview.c
16454         * src/passphrase.c
16455         * src/prefs_actions.c
16456         * src/prefs_common.c
16457         * src/prefs_customheader.c
16458         * src/prefs_display_header.c
16459         * src/prefs_filtering.c
16460         * src/prefs_filtering_action.c
16461         * src/prefs_gtk.c
16462         * src/prefs_matcher.c
16463         * src/prefs_msg_colors.c
16464         * src/prefs_summary_column.c
16465         * src/prefs_template.c
16466         * src/sourcewindow.c
16467         * src/ssl_manager.c
16468         * src/summary_search.c
16469         * src/gtk/colorsel.c
16470         * src/gtk/description_window.c
16471         * src/gtk/gtkaspell.c
16472         * src/gtk/inputdialog.c
16473         * src/gtk/logwindow.c
16474         * src/gtk/prefswindow.c
16475         * src/gtk/progressdialog.c
16476                 replace deprecated gtk_window_set_policy
16477
16478 2004-07-27 [colin]      0.9.12cvs37.1
16479
16480         * src/msgcache.c
16481                 More fixes (synced for head again)
16482
16483 2004-07-27 [colin]      0.9.12cvs35.3
16484
16485         * src/msgcache.c
16486                 Fix wrong test
16487
16488 2004-07-27 [colin]      0.9.12cvs35.2
16489
16490         * src/mimeview.c
16491                 Fix width a bit (by Paul)
16492         * src/alertpanel.c
16493         * src/alertpanel.h
16494                 Specialize icons, make alertpanel_message()
16495                 private
16496         * src/message_search.c
16497         * src/sgpgme.c
16498         * src/summary_search.c
16499                 Suit alertpanel changes
16500
16501 2004-07-27 [colin]      0.9.12cvs35.1
16502
16503         * src/alertpanel.c
16504                 Add an icon
16505         * src/passphrase.c
16506                 Add debug output - maybe someone will
16507                 want to look at the problem with Grab
16508                 Input :)
16509         Bump version as we're synced with HEAD
16510
16511 2004-07-26 [colin]      0.9.12cvs33.26
16512
16513         * src/pop.c
16514                 Fix uidl-file parsing when not in new
16515                 format
16516
16517 2004-07-26 [colin]      0.9.12cvs33.25
16518
16519         * src/gtk/menu.c
16520                 Move popup menu up if necessary (fixes 
16521                 account selector)
16522         * src/mainwindow.c
16523                 Set account selector's button height to
16524                 minimum
16525
16526 2004-07-26 [colin]      0.9.12cvs33.24
16527
16528         * src/alertpanel.c
16529                 Maybe fix 551 (Truncated font in alert window)
16530
16531 2004-07-26 [colin]      0.9.12cvs33.23
16532
16533         * po/de.po
16534         * po/es.po
16535         * po/fr.po
16536         * po/it.po
16537         * po/ja.po
16538         * po/pl.po
16539         * po/ru.po
16540         * po/sk.po
16541         * po/sr.po
16542         * po/zh_CN.po
16543                 Sync po files with HEAD
16544
16545 2004-07-26 [paul]       0.9.12cvs33.22
16546
16547         * src/compose.c
16548                 fix Bug 556 'Organisation-header is sent even if empty'
16549
16550 2004-07-24 [colin]      0.9.12cvs33.21
16551
16552         * src/compose.c
16553         * src/gtk/gtkaspell.c
16554         * src/gtk/gtkaspell.h
16555                 Fix speller accelerators (require hack)
16556
16557 2004-07-24 [colin]      0.9.12cvs33.20
16558
16559         * src/gtk/gtkaspell.c
16560                 Fix over-eager code deletion breaking
16561                 Check while typing
16562
16563 2004-07-24 [colin]      0.9.12cvs33.19
16564
16565         * src/browseldap.c
16566         * src/ldapctrl.c
16567         * src/ldapctrl.h
16568         * src/ldapserver.h
16569                 Sync ldap with HEAD
16570         (Fixes 546 LDAP completely broken)
16571
16572 2004-07-24 [colin]      0.9.12cvs33.18
16573
16574         * src/prefs_msg_colors.c
16575                 Fix prototype mismatch
16576         (Fixes 547 void function cannot return value)
16577
16578 2004-07-24 [colin]      0.9.12cvs33.17
16579
16580         * src/mainwindow.c
16581                 Fix sort going back to previous sort key
16582                 when changing sort direction
16583
16584 2004-07-24 [colin]      0.9.12cvs33.16
16585
16586         * src/compose.c
16587                 Fix space insertion when re-wrapping at 
16588                 cursor point
16589
16590 2004-07-24 [colin]      0.9.12cvs33.15
16591
16592         * src/gtk/gtkaspell.c
16593                 Don't change cursor position in insert-text
16594                 callback
16595         (Fixes 539 Word wrapping on input transposes letters)
16596
16597 2004-07-24 [colin]      0.9.12cvs33.14
16598
16599         * src/gtk/gtkaspell.c
16600                 Reencode non-ascii chars to dictionary's
16601                 encoding
16602         (Fixes 544 Spell check broken non english locale)
16603
16604 2004-07-24 [colin]      0.9.12cvs33.13
16605
16606         * src/summaryview.c
16607                 Fix Shift+Down, add Home/End/PgUp/PgDown
16608
16609 2004-07-21 [colin]      0.9.12cvs33.12
16610
16611         * src/prefs_common.c
16612                 Fix a gtk warning (Patch by Andrej Kacian)
16613
16614 2004-07-21 [colin]      0.9.12cvs33.11
16615
16616         * src/gtk/filesel.c
16617                 More check
16618
16619 2004-07-21 [colin]      0.9.12cvs33.10
16620
16621         * src/compose.c
16622         * src/crash.c
16623         * src/export.c
16624         * src/import.c
16625         * src/messageview.c
16626         * src/mimeview.c
16627         * src/prefs_spelling.c
16628         * src/prefs_themes.c
16629         * src/summaryview.c
16630         * src/gtk/filesel.c
16631         * src/gtk/filesel.h
16632         * src/gtk/pluginwindow.c
16633                 Untwist open/save mode guessing logic, make
16634                 it explicit
16635
16636 2004-07-20 [colin]      0.9.12cvs33.9
16637
16638         * src/codeconv.c
16639                 conv_encode_header: src_charset is UTF-8 on
16640                 gtk2
16641         * src/compose.c
16642                 Remove double encoding of the headers
16643
16644 2004-07-20 [colin]      0.9.12cvs33.8
16645
16646         * src/codeconv.c
16647                 Fix typo
16648
16649 2004-07-20 [colin]      0.9.12cvs33.7
16650
16651         * src/mainwindow.c
16652                 Set the separated messageview to the saved
16653                 size of Claws' messageview (Patch by Alfons)
16654                 Fix a callback prototype (me)
16655
16656 2004-07-20 [colin]      0.9.12cvs33.6
16657
16658         * src/codeconv.h
16659                 Forgot one hunk in 0.9.12cvs33.4
16660
16661 2004-07-19 [colin]      0.9.12cvs33.5
16662
16663         * src/action.c
16664                 Action output fix
16665                 Patch by Alfons
16666
16667 2004-07-19 [colin]      0.9.12cvs33.4
16668
16669         * src/compose.c
16670                 Fix outgoing charset bug in headers
16671         * src/codeconv.c
16672                 Clean for glib2 - Patch by Alfons
16673
16674 2004-07-19 [colin]      0.9.12cvs33.3
16675
16676         * src/statusbar.c
16677                 Remove grip from the statusbar
16678                 Patch by Alfons
16679
16680 2004-07-19 [colin]      0.9.12cvs33.2
16681
16682         * src/messageview.c
16683         * src/textview.c
16684                 Fix messageview remembering the previous
16685                 scroll position when loading a new message
16686                 Patch by Alfons
16687
16688 2004-07-19 [colin]      0.9.12cvs33.1
16689
16690         * src/folder.h
16691         * src/folderview.c
16692         * src/summaryview.c
16693                 Sync with HEAD
16694
16695 2004-07-18 [colin]      0.9.12cvs32.7
16696
16697         * configure.ac
16698                 Remove useless check for XIM - noticed
16699                 by Alfons
16700
16701 2004-07-18 [colin]      0.9.12cvs32.6
16702
16703         * src/summaryview.c
16704                 Remove non-modified and shift-modified
16705                 accelerators in summaryview's popup
16706                 menu, as that doesn't get catched by
16707                 the accel-activate signal catcher...
16708
16709 2004-07-18 [colin]      0.9.12cvs32.5
16710
16711         * src/prefs_common.c
16712                 Define sensible default prefs for 
16713                 wrapping
16714
16715 2004-07-18 [colin]      0.9.12cvs32.4
16716
16717         * src/compose.c
16718         * src/prefs_common.c
16719         * src/prefs_common.h
16720         * src/prefs_wrapping.c
16721                 Remove Smart Wrapping pref, which does
16722                 nothing on gtk2 branch
16723
16724 2004-07-18 [colin]      0.9.12cvs32.3
16725
16726         * src/sourcewindow.c
16727                 Proper utf8
16728
16729 2004-07-18 [colin]      0.9.12cvs32.2
16730
16731         * src/compose.c
16732                 Save attachment status when drafting
16733
16734 2004-07-18 [colin]      0.9.12cvs32.1
16735
16736         * src/gtk/filesel.c
16737                 Fix erratic folder selection in open mode
16738
16739 2004-07-18 [colin]      0.9.12cvs31.11
16740
16741         * src/pop.c
16742                 Don't let partial messages get deleted
16743                 even with "dowload all"
16744                 (0.9.12cvs31.8 fix extension)
16745 2004-07-18 [colin]      0.9.12cvs31.10
16746
16747         * src/gtk/logwindow.c
16748                 Fix log scrolling
16749
16750 2004-07-18 [colin]      0.9.12cvs31.9
16751
16752         * src/common/utils.c
16753                 Fix non-utf8 strings coming from commands
16754                 and files
16755
16756 2004-07-18 [colin]      0.9.12cvs31.8
16757
16758         * src/pop.c
16759                 Fix partial download bug with Download all
16760                 messages option
16761
16762 2004-07-18 [colin]      0.9.12cvs31.7
16763
16764         * src/textview.c
16765                 Fix bug introduced in 0.9.12cvs31.2
16766                 (blocked in select mode after double click)
16767
16768 2004-07-18 [colin]      0.9.12cvs31.6
16769
16770         * src/compose.c
16771         * src/gtk/menu.c
16772                 More glib-warning fixes
16773
16774 2004-07-18 [colin]      0.9.12cvs31.5
16775
16776         * src/compose.c
16777                 Fix trashing the primary clipboard when moving 
16778                 around with tab
16779         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16780
16781 2004-07-18 [colin]      0.9.12cvs31.4
16782
16783         * src/codeconv.c
16784                 convert unencoded iso headers to utf8
16785         (Fix Bug 538 Unencoded local characters in subject make it 
16786          disappear)
16787
16788 2004-07-18 [colin]      0.9.12cvs31.3
16789
16790         * src/compose.c
16791                 Fix tab char handling in wrapping
16792         (Fix Bug 537 Line wrap problem - TAB character treated as 
16793          one character instead of 8)
16794
16795 2004-07-18 [colin]      0.9.12cvs31.2
16796
16797         * src/textview.c
16798                 return FALSE on GDK_MOTION_NOTIFY
16799         (Fix Bug 535 Hyperlinks/addresses are not selectable 
16800          (unable to highlight))
16801
16802 2004-07-18 [colin]      0.9.12cvs31.1
16803
16804         * src/folderview.c
16805                 Sync with 0.9.12cvs31
16806
16807 2004-07-18 [colin]      0.9.12cvs30.4
16808
16809         * src/compose.c
16810                 Also block text_inserted when inserting a file
16811
16812 2004-07-18 [colin]      0.9.12cvs30.3
16813
16814         * src/compose.c
16815                 Fix smart wrapping (block text_inserted handler
16816                 while putting quotation to avoid wrap on input,
16817                 don't join lines if next is sig separator)
16818
16819 2004-07-17 [colin]      0.9.12cvs30.2
16820
16821         * src/folderview.c
16822         * src/mainwindow.c
16823         * src/mimeview.c
16824         * src/summaryview.c
16825         * src/gtk/quicksearch.c
16826         * src/gtk/quicksearch.h
16827                 Block key events handlers *and* accels while
16828                 quicksearch is focused
16829         (Fixes Bug 534 quick-search bar not accepting certain letters)
16830
16831 2004-07-17 [colin]      0.9.12cvs30.1
16832
16833         * src/folder.h
16834         * src/folderview.c
16835         * src/summaryview.c
16836                 Sync with 0.9.12cvs30
16837
16838 2004-07-17 [colin]      0.9.12cvs28.2
16839
16840         * src/mimeview.c
16841         * src/procmime.c
16842         * src/summaryview.c
16843         * src/gtk/menu.c
16844                 Squash some compile and glib warnings
16845
16846 2004-07-17 [paul]       0.9.12cvs28.1
16847
16848         * src/mimeview.c
16849                 sync with 0.9.12cvs28 HEAD
16850
16851 2004-07-16 [paul]       0.9.12cvs26.1
16852         
16853         * src/gtk/quicksearch.c
16854         * src/account.c
16855         * src/account.h
16856         * src/compose.c
16857         * src/customheader.c
16858         * src/folder_item_prefs.c
16859         * src/main.c
16860         * src/mainwindow.c
16861         * src/messageview.c
16862         * src/mimeview.c
16863         * src/news.c
16864         * src/pgpmime.c
16865         * src/pop.c
16866         * src/pop.h
16867         * src/prefs_account.c
16868         * src/prefs_account.h
16869         * src/prefs_common.c
16870         * src/prefs_common.h
16871         * src/prefs_display_header.c
16872         * src/prefs_gtk.c
16873         * src/prefs_gtk.h
16874         * src/procheader.c
16875         * src/procmime.c
16876                 sync with 0.9.12cvs26 HEAD      
16877
16878 2004-07-15 [colin]      0.9.12cvs18.14
16879
16880         * src/folder.c
16881                 Disable GPG signature check during
16882                 folder move and scan
16883         (Closes Bug 521 Signature checking slows down Folder-Move)
16884
16885 2004-07-14 [colin]      0.9.12cvs18.13
16886
16887         * src/common/partial_download.c
16888                 update includes
16889
16890 2004-07-14 [colin]      0.9.12cvs18.12
16891
16892         * src/common/partial_download.c
16893         * src/common/partial_download.h
16894                 Move doc at top, add correct copyright
16895
16896 2004-07-14 [colin]      0.9.12cvs18.11
16897
16898         * src/folder.c
16899         * src/messageview.c
16900         * src/pop.c
16901         * src/pop.h
16902         * src/procmsg.c
16903         * src/summaryview.c
16904         * src/common/Makefile.am
16905         * src/common/partial_download.c ** NEW FILES **
16906         * src/common/partial_download.h ** NEW FILES **
16907                 Move partial-download related stuff to its
16908                 own file
16909
16910 2004-07-14 [colin]      0.9.12cvs18.10
16911
16912         * src/send_message.c
16913                 Fix smtp auth when user is null or empty
16914
16915 2004-07-13 [colin]      0.9.12cvs18.9
16916
16917         * src/gtk/quicksearch.c
16918                 Use alphabetic order
16919
16920 2004-07-13 [colin]      0.9.12cvs18.8
16921
16922         * src/pop.c
16923                 Be paranoid on the checks
16924
16925 2004-07-13 [colin]      0.9.12cvs18.7
16926
16927         * src/gtk/quicksearch.c
16928                 Fix Engrish once again
16929
16930 2004-07-13 [colin]      0.9.12cvs18.6
16931
16932         * src/procmsg.c
16933         * src/summaryview.c
16934                 Mark messages for deletion when they are about to
16935                 be removed from trash
16936
16937 2004-07-13 [colin]      0.9.12cvs18.5
16938
16939         * src/matcher.c
16940         * src/matcher.h
16941         * src/matcher_parser_parse.y
16942         * src/prefs_matcher.c
16943         * src/gtk/quicksearch.c
16944                 Add 'partial' ('p') match string to find partially
16945                 downloaded messages
16946
16947 2004-07-13 [colin]      0.9.12cvs18.4
16948
16949         * src/pop.c
16950                 Fix misplaced block
16951
16952 2004-07-13 [colin]      0.9.12cvs18.3
16953
16954         * src/pop.c
16955         * src/pop.h
16956         * src/messageview.c
16957                 Refactor API (to avoid passing 5+ params and code
16958                 duplication)
16959         * src/folder.c
16960         * src/msgcache.c
16961         * src/procheader.c
16962         * src/common/defs.h
16963                 Add planned_download to cache
16964                 Don't mess uidl file when moving partially downloaded
16965                 mails (they change folder, we should change it in the
16966                 uidl list too or we'll remove an incorrect message)
16967                 (this also helps removing hacks when changing 
16968                 planned_download in messageview.c)
16969
16970 2004-07-12 [colin]      0.9.12cvs18.2
16971
16972         * src/gtk/quicksearch.c
16973                 Fix missing status update in quicksearch
16974
16975 2004-07-12 [paul]       0.9.12cvs18.1
16976
16977         * po/POTFILES.in
16978         * src/Makefile.am
16979         * src/account.c
16980         * src/codeconv.c
16981         * src/compose.c
16982         * src/inc.c
16983         * src/main.c
16984         * src/prefs_common.c
16985         * src/procmsg.h
16986         * src/toolbar.c
16987         * src/prefs_msg_colors.[ch]     ** NEW FILES **
16988         * src/prefs_wrapping.[ch]       ** NEW FILES **
16989         * src/common/intl.h
16990         * src/common/utils.[ch]
16991         * src/gtk/quicksearch.[ch]
16992                 sync with 0.9.12cvs18 HEAD
16993
16994 2004-07-12 [colin]      0.9.11cvs17.25
16995
16996         * src/folder.c
16997         * src/folder.h
16998                 Remove unused function added by me in 0.9.11cvs17.10
16999
17000 2004-07-11 [colin]      0.9.11cvs17.24
17001
17002         * src/inc.c
17003         * src/messageview.c
17004         * src/pop.c
17005         * src/pop.h
17006                 Use folderitem and msgnum instead of filename to
17007                 know which mail to delete
17008                 Move old partial mail deletion to pop.c
17009
17010 2004-07-10 [colin]      0.9.11cvs17.23
17011
17012         * src/inc.c
17013                 Add debug
17014         * src/pop.c
17015         * src/pop.h
17016                 Don't re-use same enums for unrelated stuff: it's 
17017                 completely misleading !
17018                 Document a bit
17019
17020 2004-07-09 [colin]      0.9.11cvs17.22
17021
17022         * src/inc.c
17023                 Remove folder-type check and do
17024                 more tests to be sure everything's
17025                 ok
17026         * src/messageview.c
17027                 Punctuation update, remove useless
17028                 code, fix two warnings
17029         * src/noticeview.c
17030                 Layout cleaning, reset 2nd button
17031                 when specifying one
17032
17033 2004-07-09 [colin]      0.9.11cvs17.21
17034
17035         * src/messageview.c
17036         * src/pop.c
17037         * src/pop.h
17038                 Allow user to change his mind
17039                 and postpone decision (by
17040                 unmarking the mail)
17041
17042 2004-07-09 [colin]      0.9.11cvs17.20
17043
17044         * src/messageview.c
17045                 Fix bug with delete state
17046         * src/pop.c
17047         * src/pop.h
17048                 Fix buffer leak (fread doesn't 
17049                 terminate buffers with \0)
17050                 Refactoring (remove magic 
17051                 numbers)
17052
17053 2004-07-09 [colin]      0.9.11cvs17.19
17054
17055         * src/pop.c
17056                 Don't log "Skipping message" if 
17057                 we're going to TOP it two lines
17058                 later
17059
17060 2004-07-09 [colin]      0.9.11cvs17.18
17061
17062         * src/messageview.c
17063                 Fix Engrish
17064
17065 2004-07-09 [colin]      0.9.11cvs17.17
17066
17067         * src/pop.c
17068                 strlen checking...
17069         * src/messageview.c
17070                 refactoring a bit
17071
17072 2004-07-08 [colin]      0.9.11cvs17.16
17073
17074         * src/noticeview.c
17075         * src/noticeview.h
17076                 Add an optional second button
17077         * src/messageview.c
17078         * src/pop.c
17079         * src/pop.h
17080                 Don't delete partially received mails after a certain
17081                 time; rather, let the user decide.
17082
17083 2004-07-08 [colin]      0.9.11cvs17.15
17084
17085         * src/common/smtp.h
17086                 Sync with HEAD
17087
17088 2004-07-08 [colin]      0.9.11cvs17.14
17089
17090         * src/messageview.c
17091         * src/common/smtp.c
17092                 Use to_human_readable() for sizes
17093
17094 2004-07-08 [colin]      0.9.11cvs17.13
17095
17096         * src/inc.c
17097         * src/messageview.c
17098         * src/pop.c
17099         * src/pop.h
17100         * src/procmsg.c
17101                 Fix partial-downloading issues:
17102                         catch unsupported TOP
17103                         don't delete partially downloaded mails before 5 days
17104                         don't update existing with non-MH folders; that'll
17105                         make dups, but it's better than trashing the folder
17106                         free new msginfo parts
17107                 Fix indentation ;-)
17108
17109 2004-07-08 [colin]      0.9.11cvs17.12
17110
17111         * src/common/smtp.c
17112         * src/common/smtp.h
17113                 Sync smtp size verification with HEAD
17114
17115 2004-07-08 [colin]      0.9.11cvs17.11
17116
17117         * src/summaryview.c
17118         * src/prefs_common.c
17119         * src/prefs_common.h
17120         * src/gtk/quicksearch.c
17121         * src/gtk/quicksearch.h
17122                 Sync sticky pref with HEAD
17123
17124 2004-07-08 [colin]      0.9.11cvs17.10
17125
17126         * src/folder.c [1.213.2.6]
17127         * src/folder.h [1.87.2.6]
17128         * src/inc.c [1.149.2.7]
17129         * src/messageview.c [1.94.2.8]
17130         * src/procheader.c [1.47.2.6]
17131         * src/procmsg.c [1.150.2.4]
17132         * src/procmsg.h [1.60.2.5]
17133         * src/pop.c [1.56.2.4]
17134         * src/pop.h [1.17.2.3]
17135                 Let too big messages get downloaded, but truncated
17136                 Add a button to download them completely
17137                 
17138 2004-07-06 [colin]      0.9.11cvs17.9
17139
17140         * src/gtk/quicksearch.c [1.1.2.3]
17141                 Add a Clear button
17142         * commitHelper
17143         * PATCHSETS
17144                 Add a script to help with cvs
17145
17146 2004-07-03 [colin]      0.9.11cvs17.8
17147
17148         * src/plugins/imageviewer/viewer.c
17149                 fix imageviewer (which was staying on the first
17150                 displayed image)
17151
17152 2004-07-03 [colin]      0.9.11cvs17.7
17153
17154         Removed FIXME_GTK2 warnings
17155         * src/gtk/gtkutils.c
17156                 useless #warnings
17157         * src/gtk/menu.c
17158                 useless #warnings (no need to mess with menu rc)
17159         * src/gtk/menu.h
17160                 unused functions
17161         
17162
17163 2004-07-03 [colin]      0.9.11cvs17.6
17164
17165         Removed FIXME_GTK2 warnings
17166         * src/codeconv.c
17167                 useless #warnings (rewrite needed)
17168         * src/compose.c
17169                 useless #warnings (rewrite needed)
17170                 useless #warnings (gtk2 is like that)
17171                 useless #warnings (previously fixed)
17172         * src/main.c
17173                 useless #warnings (previously fixed)
17174         * src/message_search.c
17175                 useless #warnings (gtk2 is like that)
17176                 Made apparent that search is case-sensitive
17177         * src/mimeview.c
17178                 useless #warnings (rewrite needed)
17179                 useless #warnings (gtk2 is like that)
17180                 reimplemented real warnings
17181         * src/prefs_common.c
17182                 Removed block cursor option (not it gtk2)
17183         * src/prefs_gtk.c
17184                 useless #warnings (rewrite needed)
17185         * src/procheader.c
17186                 useless #warnings (rewrite needed)
17187         * src/sourcewindow.c
17188                 useless #warnings (incorrect placing)
17189         * src/summary_search.c
17190                 useless #warnings (gtk2 is like that)
17191                 Made apparent that search is case-sensitive
17192         * src/action.c
17193                 useless #warnings (gtk2 is like that)
17194         * src/textview.c
17195                 useless #warnings (rewrite needed)
17196         * src/toolbar.c
17197                 useless #warnings (rewrite needed)
17198
17199 2004-07-03 [colin]      0.9.11cvs17.5
17200
17201         * src/textview.c
17202                 Fix mismerge which broke URI opening
17203                 
17204 2004-07-01 [colin]      0.9.11cvs17.4
17205
17206         * src/gtk/filesel.c
17207                 Fill filename when saving
17208                 
17209 2004-06-27 [colin]      0.9.11cvs17.3
17210
17211         * src/gtk/filesel.[ch]
17212                 Use the new GTK file selector
17213                 Update prototype to match the reality: multiple file
17214                 selection is open-only          
17215         * src/compose.c
17216                 Match the new prototypes        
17217         * configure.ac
17218                 Match the new requirements (gtk 2.4.0)
17219                         
17220 2004-06-26 [colin]      0.9.11cvs17.2
17221
17222         * src/plugins/trayicon/trayicon.c
17223                 Remove useless signal handler on resize, which causes
17224                 an infinite "loop"
17225         
17226 2004-06-26 [colin]      0.9.11cvs17.1
17227         
17228         * tools/Makefile.am
17229                 remove launch_firebird and add nautilus2sylpheed.sh
17230         * src/quicksearch.c
17231           src/summaryview.c
17232                 Fix show/hide "Extended symbols" button problem
17233                 Fix apparition at startup
17234                 Fix const warnings
17235         * src/plugins/image_viewer/Makefile.am
17236                 Fix configure 
17237         * common/ssl.c
17238                 Re-enable certificate check, as it doesn't seem to
17239                 cause Xlib errors anymore
17240
17241 2004-06-25 [paul]       0.9.11cvs17
17242
17243         * sync with 0.9.11cvs17 HEAD
17244         
17245         NOTE: QuickSearch is broken
17246
17247 2004-06-07 [colin]      0.9.10claws67.10
17248         * src/plugins/trayicon/trayicon.c
17249           src/plugins/trayicon/libeggtrayicon/Makefile.am
17250           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17251                 Fix gettextization in trayicon plugin
17252
17253 2004-06-07 [colin]      0.9.10claws67.9
17254         
17255         * src/summaryview.c
17256           src/gtk/gtksctree.[ch]
17257                 Let Shift+{Up,Down} work in summaryview
17258                 (well, Down "works" and Up works)
17259                 Let the list scroll when using these keys
17260
17261 2004-06-06 [colin]      0.9.10claws67.8
17262
17263         * src/plugins/trayicon/trayicon.c
17264                 Fix pixmap update
17265
17266 2004-06-06 [colin]      0.9.10claws67.7
17267
17268         * src/addressbook.c
17269                 Fix signal handling causing system-wide focus grab
17270
17271 2004-05-25 [paul]       0.9.10claws67.6
17272
17273         * Makefile.am
17274           src/Makefile.am
17275                 clean up
17276
17277 2004-05-25 [paul]       0.9.10claws67.5
17278
17279         * replace deprecated gtk_signal... functions
17280
17281 2004-05-23 [colin]      0.9.10claws67.4
17282
17283         * src/compose.c
17284                 Fix wrapping
17285
17286 2004-05-22 [colin]      0.9.10claws67.3
17287
17288         * src/compose.c
17289                 Re-fix [Edited] in compose.c::compose_reedit()
17290
17291 2004-05-22 [colin]      0.9.10claws67.2
17292
17293         * src/procmime.c
17294                 Fix parsing of multiparts mails
17295
17296 2004-05-22 [colin]      0.9.10claws67.1
17297
17298         * src/summaryview.c
17299                 Fix quicksearch
17300
17301 2004-05-22 [paul]       0.9.10claws67
17302
17303         * sync with 0.9.10claws67 HEAD
17304
17305 2004-05-14 [alfons]
17306
17307         * src/procmime.h
17308                 add forgotton prototype
17309
17310 2004-05-10 [paul]       0.9.10claws57
17311
17312         * sync with 0.9.10claws57 HEAD
17313
17314 2004-05-05 [paul]       0.9.9.claws1
17315
17316         * ChangeLog-gtk2        ** REMOVED **
17317           ChangeLog-gtk2.claws  ** ADDED **
17318                 rename and adopt the normal claws format
17319                 
17320         * configure.ac
17321                 require gtkmathview >= 0.5
17322
17323         * ac/*                          ** REMOVED **
17324           ac/                           ** REMOVED **
17325           intl/Makefile.in              ** REMOVED **
17326           m4/                           ** ADDED **
17327           m4/missing                    ** ADDED **
17328           m4/missing/gdk-pixbuf.m4      ** ADDED **
17329           m4/missing/gettext.m4         ** ADDED **
17330           m4/missing/gpgme.m4           ** ADDED **
17331           m4/missing/imlib.m4           ** ADDED **
17332           m4/.cvsignore                 ** ADDED **
17333           m4/Makefile.am                ** ADDED **
17334           m4/README                     ** ADDED **
17335           m4/aclocal-include.m4         ** ADDED **
17336           m4/aspell.m4                  ** ADDED **
17337           m4/check-type.m4              ** ADDED **
17338           m4/gnupg-check-typedef.m4     ** ADDED **
17339           m4/openssl.m4                 ** ADDED **
17340           m4/spamassassin.m4            ** ADDED **
17341           po/ChangeLog                  ** REMOVED **
17342           po/Makefile.in.in             ** REMOVED **
17343           po/Rules-quot                 ** REMOVED **
17344           po/boldquot.sed               ** REMOVED **
17345           po/en@boldquot.header         ** REMOVED **
17346           po/en@quot.header             ** REMOVED **
17347           po/insert-header.sin          ** REMOVED **
17348           po/quot.sed                   ** REMOVED **
17349           po/remove-potcdate.sed        ** REMOVED **
17350           po/remove-potcdate.sin        ** REMOVED **
17351           po/stamp-po                   ** REMOVED **
17352           Makefile.am
17353           autogen.sh
17354           configure.ac
17355                 enable building with automake 1.8.x
17356                 add 'autopoint --force' to autogen.sh and remove all
17357                 auto-generated files, remove ac/ directory and use
17358                 m4/ directory instead
17359                 
17360         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17361                 fix gettextization
17362
17363 2004-02-28 Colin Leroy <colin@colino.net>
17364         * src/prefs_matcher.c
17365           src/prefs_filtering.c
17366           src/prefs_filtering_action.c
17367                 Fix non-editable GtkEntries
17368
17369 2004-02-22 Thorsten Maerz <torte@netztorte.de>
17370         * src/prefs_themes.c
17371                 utf8 conversion for theme info
17372
17373 2004-02-21 Thorsten Maerz <torte@netztorte.de>
17374         * sync 0.9.9claws
17375
17376 2004-02-14 Thorsten Maerz <torte@netztorte.de>
17377         * src/grouplistdialog.c
17378                 allow multiple selections without ctrl key
17379
17380 2004-02-09 Thorsten Maerz <torte@netztorte.de>
17381         * src/main.c
17382                 enable customizable accelerators
17383
17384 2004-02-08 Thorsten Maerz <torte@netztorte.de>
17385         * src/prefs_common.c
17386                 re-enable different font settings for gtk1/2
17387         * src/prefs_folder_item.c
17388                 fix folder prefs displayed wrong
17389         * src/textview.c
17390                 set 'sunken' shadow type
17391
17392 2004-02-07 Colin Leroy <colin@colino.net>
17393         * src/compose.c
17394                 Fix message being always [Edited]
17395                 Encode headers correctly (utf8 buf)
17396
17397 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17398         * src/socket.c
17399                 remove double g_source_attach()
17400                 (Thanks to Colin Leroy)
17401
17402 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17403         * src/gtk/gtksctree.c
17404                 Fix SSL certificate list not shown
17405         * src/mimeview.c
17406                 Fix clicks in mime tree
17407
17408 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17409         * src/common/socket.c
17410                 Fix SSL receive
17411         * src/compose.c
17412                 Fix clipboard menu hotkeys
17413
17414 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17415         * src/gtk/gtkaspell.[ch]
17416           src/compose.c
17417                 reimplement spellchecker
17418
17419 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17420         * src/gtk/filesel.c
17421                 crash when inserting file in compose window
17422                 (TODO: keep old selection on clicks)
17423         * src/main.c
17424                 use gtkrc-2.0 instead of gtkrc
17425
17426 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17427         * src/messageview.c
17428                 remove orphaned mimeview unref()
17429
17430 2004-01-20 Thorsten Maerz <torte@netztorte.de>
17431         * src/grouplistdialog.c
17432                 expand nodes containing subscribed groups
17433
17434 2004-01-19 Thorsten Maerz <torte@netztorte.de>
17435         * src/textview.c
17436                 textview: hide cursor, restore old click behaviour
17437
17438 2004-01-18 Thorsten Maerz <torte@netztorte.de>
17439         * src/textview.c
17440                 variable names messed up
17441
17442 2004-01-17 Colin Leroy <colin@colino.net>
17443         * src/addr_compl.c
17444                 Fix completion address too thin
17445         * src/compose.c
17446                 Fix tab-to-subject behaviour
17447         * src/summaryview.c
17448                 Implement key up & down in summaryview
17449
17450 2004-01-12 Thorsten Maerz <torte@netztorte.de>
17451
17452         * sync 098claws
17453
17454 2004-01-08 Thorsten Maerz <torte@netztorte.de>
17455         * configure.ac
17456           Makefile.am
17457           doc/.cvsignore
17458           doc/Makefile.am
17459                 faq, man, manual moved to doc/
17460         * ac/aspell.m4
17461           ac/check-type.m4
17462           ac/gnupg-check-typedef.m4
17463           ac/openssl.m4
17464           ac/spamassassin.m4
17465           ac/missing/gdk-pixbuf.m4
17466           ac/missing/gpgme.m4
17467           ac/missing/imlib.m4
17468                 fix automake warnings
17469
17470 2003-12-06 Colin Leroy <colin@colino.net>
17471         * src/summaryview.c
17472                 Fix quicksearch
17473
17474 2003-12-05 Colin Leroy <colin@colino.net>
17475         * src/summaryview.c
17476                 Fix going to next unread folder
17477
17478 2003-12-05 Colin Leroy <colin@colino.net>
17479         * src/crash.c
17480                 Fix gtk2 compilation
17481         * src/session.c
17482                 Remove iotag source handler at disconnection
17483         * src/socket.[ch] 
17484                 Remove source handler when closing socket 
17485                 (fixes another seg)
17486
17487 2003-12-04 Colin Leroy <colin@colino.net>
17488         * src/compose.c
17489           src/prefs_account.c
17490           src/prefs_common.c
17491                 Fix some dropdown menus
17492
17493 2003-12-04 Colin Leroy <colin@colino.net>
17494         * src/compose.c
17495                 Fix event handlers on header fields
17496         * src/common/socket.c
17497           src/common/session.c
17498                 Fix segfault with callback (SSL)
17499                 Fix end of session 
17500
17501 2003-10-06 Thorsten Maerz <torte@netztorte.de>
17502
17503         * Fix compile bug in src/compose.c
17504         * removed src/gtk/gtkstext.[ch]
17505
17506 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
17507
17508         * Convert character set and escape "text" attributes in toolbar setting
17509         files.
17510         * Fixed bug in button-press-event handling.
17511
17512 2003-09-16 Thorsten Maerz <torte@netztorte.de>
17513
17514         * Fixed bug in key-press-event handling.
17515
17516 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
17517
17518         * Enabled to compile tray-icon plugin (Ad-hoc).
17519         * Avoid hang up bug of icon list in mime view (Ad-hoc).
17520
17521 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
17522
17523         * Enabled to compile on sylpheed-claws.
17524         (tray-icon plugin still cannot compile yet.)
17525
17526 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
17527
17528         * Updated to 0.9.5.
17529
17530 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
17531
17532         * Updated to 0.9.4.
17533         * Ported monitoring SSL mechanism to GSource of GLib2
17534         (I don't confirm it)
17535         * Added _gtk2 suffix to key name of font preference to avoid
17536         ovverwriting preference of Gtk+-1.2 version.
17537
17538 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
17539
17540         * Updated to 0.9.2.
17541
17542 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
17543
17544         * Updated to 0.9.1.
17545         * Translate po files into UTF-8 when execute autogen.sh.
17546
17547 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
17548
17549         * Updated to 0.9.0.
17550
17551 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
17552
17553         * Plugged GError related memory leaks.
17554
17555 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
17556
17557         * Changed default size of fonts.
17558         * Enabled to set titile font size of warning dialog.
17559
17560 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
17561
17562         * Embed a sylpheed icon into executable binary on Windows.
17563
17564 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
17565
17566         * I forgot to traslate character set of element string in src/xml.c.
17567
17568 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
17569
17570         * Fixed detecting bind_textdomain_codeset in configure.in.
17571         * The bug in which "Example" of "Date fromat" preference isn't displayed
17572         correctly has been fixed.
17573
17574 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
17575
17576         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
17577           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
17578           glib-gettextize
17579           Removed intl directory.
17580           Translated po files into UTF-8.
17581           (Thanks! Ryuji Abe)
17582
17583 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
17584
17585         * The bug which doesn't unscape string in xml.c has been fixed.
17586
17587 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
17588
17589         * The bug which is failed to translate encoding of file name thorough
17590         file dialog has been fixed.
17591
17592 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
17593
17594         * Modified to translate file names which is used in inporting/expoting
17595         mbox feature and "Save as" feature into locale encoding.
17596         * Translate file names into locale encoding when "Attache file" and
17597         "Insert file".
17598         * Force set G_BROKEN_FILENAMES environment variable.
17599         * Other minor fixes.
17600
17601 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
17602
17603         * Modified to treat MH folder's name as locale encoding.
17604
17605 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
17606
17607         * The bug which clash on switching candidates of auto completion of
17608         addresses, cannot use auto completion in Japanesse is fixed
17609         (Thanks! Tokunaga-san)¡¥
17610
17611 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17612
17613         * The bug which cannot switch key accelerator preference has been fixed
17614         (Thanks! smbd-san)¡¥
17615
17616 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17617
17618         * version 0.8.11-gtk2-20030314
17619
17620 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17621
17622         * The bug in which character set conversion of filtering messages has
17623         been fixed.(Thanks! COCOA-san).
17624
17625 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
17626
17627         * Revived "Leave space on head" preference in "Message" category.
17628         * A bug which clash when put the cursor to end of buffer and execute
17629         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
17630
17631 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17632
17633         * version 0.8.11-gtk2-20030312
17634
17635 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17636
17637         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
17638         * Modified to use Pango's API directly for font preference.
17639         * Integrated GtkTextView of textview to one widget.
17640         * Set fonts of header title in textview by "header_title" tag.
17641         * Removed some deprecated codes.
17642
17643 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
17644
17645         * Updated to 0.8.11.
17646         * Merged cygwin patch(Thanks! Sakai-san).
17647
17648 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
17649
17650         * version 0.8.10-gtk2-20030309