2006-08-31 [colin] 2.4.0cvs116
[claws.git] / ChangeLog
1 2006-08-31 [colin]      2.4.0cvs116
2
3         * src/folderview.c
4                 Use pref "Always open on select" when going
5                 to next unread folder
6         * src/gtk/gtksctree.c
7                 Fix link failure to _gtk_clist_create_cell_layout
8                 on certain computers. (Why not mine, I wonder)
9
10 2006-08-31 [colin]      2.4.0cvs115
11
12         * src/procmsg.c
13         * src/textview.c
14         * src/plugins/bogofilter/bogofilter.c
15         * src/plugins/spamassassin/spamassassin.c
16                 Requalify some "errors" to warnings
17         * src/mainwindow.c
18         * src/mainwindow.h
19         * src/statusbar.c
20                 Add an icon in the statusbar to notify
21                 of errors
22         * src/gtk/gtksctree.c
23         * src/folderview.c
24         * src/summaryview.c
25                 Make the GtkSCTree look more modern by
26                 alternating background lines
27         * src/prefs_common.c
28         * src/prefs_common.h
29                 Add a pref to let people have the old
30                 way if they prefer
31
32
33 2006-08-30 [colin]      2.4.0cvs114
34
35         * src/procmsg.c
36         * src/procmsg.h
37                 Provide a way to filter a list of
38                 messages in an optimised manner, and
39                 add a list-filtering hook
40         * src/folder.c
41         * src/inc.c
42         * src/mbox.c
43                 Use the list filtering
44         * src/plugins/bogofilter/bogofilter.c
45                 Use the list-filtering hook
46                 Use -b (bulk) mode for more speed
47                 when learning and filtering
48         * src/etpan/imap-thread.c
49                 Make log output shorter in UID SEARCH
50
51
52 2006-08-30 [colin]      2.4.0cvs113
53
54         * src/plugins/bogofilter/bogofilter.c
55                 Really fast mass learning - thanks to David
56                 Relson for the options explanations :)
57
58 2006-08-30 [colin]      2.4.0cvs112
59
60         * src/msgcache.c
61                 Fix compilation on FreeBSD. Thanks
62                 to Michael Hugues
63
64 2006-08-29 [colin]      2.4.0cvs111
65
66         * src/folderview.c
67                 Handle "popup_menu" signal (for popping the 
68                 menu via the keyboard)
69         * src/mimeview.c
70         * src/mimeview.h
71         * src/summaryview.c
72         * src/textview.c
73         * src/gtk/gtkutils.c
74         * src/gtk/gtkutils.h
75                 Factorize scrolling code, and add an API 
76                 for MimeViewers to handle scroll orders
77
78 2006-08-29 [wwp]        2.4.0cvs110
79
80         * src/plugins//bogofilter/bogofilter.c
81         * src/plugins//spamassassin/spamassassin.c
82                 make the bogofilter/spamassassin filtering error dialogs at
83         incorporation obey to the "don't popup error dialog on
84         receive error" option. If disabled, feed the log window w/
85         the error message.
86
87 2006-08-29 [paul]
88
89         2.5.0-rc2 released
90
91 2006-08-29 [paul]       2.4.0cvs109
92
93         * Makefile.am
94                 remove 'make release', it's not needed
95                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
96
97 2006-08-29 [paul]       2.4.0cvs108
98
99         * src/foldersel.c
100         * src/summary_search.c
101         * src/gtk/progressdialog.c
102         * src/plugins/pgpcore/passphrase.c
103                 replace deprecated gtk_window_set_policy()
104
105 2006-08-29 [colin]      2.4.0cvs107
106
107         * src/folder.c
108                 Fix data loss when copy fails during a move:
109                 only use fast remove_msgs if everything was
110                 copied OK; else use slow remove_msg on the
111                 mails that got copied only.
112
113 2006-08-28 [paul]       2.4.0cvs106
114
115         * src/mh.c
116                 revert change in 2.4.0cvs104, it breaks
117                 stuff
118
119 2006-08-28 [paul]       2.4.0cvs105
120
121         * src/plugins/spamassassin/spamassassin.c
122                 english fix
123
124 2006-08-28 [paul]       2.4.0cvs104
125
126         * src/mh.c
127                 fix data loss when moving to another
128                 mailbox fails
129         * src/prefs_spelling.c
130                 improve the english
131         * src/gtk/pluginwindow.c
132                 improve the layout of the dialog text
133         All thanks to Colin
134
135 2006-08-28 [paul]       2.4.0cvs103
136
137         * src/plugins/bogofilter/bogofilter.c
138         * src/plugins/bogofilter/bogofilter_gtk.c
139                 fix english up a bit, innit
140
141 2006-08-28 [paul]       2.4.0cvs102
142
143         * configure.ac
144         * po/Makefile.in.in
145         * po/Makevars
146                 require autoconf 2.60, enabling building
147                 with gettext 0.15 (gettext 0.14.x build still
148                 possible). Replace Makefiles with versions
149                 from gettext 0.15.
150                 Remove configure options --with-localedir and
151                 --with-mandir. The options that are provided
152                 directly by autoconf 2.60 can be used instead:
153                 --mandir --localedir
154
155 2006-08-27 [colin]      2.4.0cvs101
156
157         * src/plugins/bogofilter/Makefile.am
158                 Fix make dist (no README)
159
160 2006-08-27 [colin]      2.4.0cvs100
161
162         * src/folder.c
163                 Don't use F_UNKNOWN folders for any default
164                 outbox/trash/etc
165         * src/plugins/bogofilter/bogofilter.c
166         * src/plugins/bogofilter/bogofilter.h
167         * src/plugins/bogofilter/bogofilter_gtk.c
168                 Add an option to specify the path to bogofilter
169                 Use single-quotes to be able to learn in folders
170                 with spaces in their names
171                 Verify learning status
172
173 2006-08-27 [colin]      2.4.0cvs99
174
175         * manual/faq.xml
176         * manual/plugins.xml
177                 Document Bogofilter plugin
178
179 2006-08-27 [colin]      2.4.0cvs98
180
181         * src/compose.c
182         * src/messageview.c
183         * src/procmsg.c
184         * src/procmsg.h
185                 When possible, copy the queued mail to sent folder
186                 instead of re-adding. Much faster on IMAP.
187
188 2006-08-27 [colin]      2.4.0cvs97
189
190         * src/msgcache.c
191                 Disable mmaped caches - huge metadata loss
192                 here after a power failure.
193         * src/summaryview.c
194                 Add quicksearch timing
195         * src/common/plugin.c
196         * src/common/plugin.h
197                 Implement an interface to tell what plugins
198                 provide. Prevent loading of similar plugins.
199         * src/plugins/clamav/clamav_plugin.c
200         * src/plugins/demo/demo.c
201         * src/plugins/dillo_viewer/dillo_viewer.c
202         * src/plugins/pgpcore/plugin.c
203         * src/plugins/pgpinline/pgpinline.c
204         * src/plugins/pgpmime/pgpmime.c
205         * src/plugins/spamassassin/spamassassin.c
206         * src/plugins/trayicon/trayicon.c
207                 Implement plugin_provides()
208
209 2006-08-27 [colin]      2.4.0cvs96
210
211         * configure.ac
212         * src/plugins/Makefile.am
213         * src/plugins/bogofilter/.cvsignore
214         * src/plugins/bogofilter/Makefile.am
215         * src/plugins/bogofilter/bogofilter.c
216         * src/plugins/bogofilter/bogofilter.h
217         * src/plugins/bogofilter/bogofilter_gtk.c
218                 New Bogofilter plugin, provides filtering and
219                 learning. Spamassassin will go to extra plugins.
220
221 2006-08-26 [mones]      2.4.0cvs95
222
223         * manual/handling.xml
224                 Fix subfolder path in the example (thanks to Paul) 
225
226 2006-08-26 [mones]      2.4.0cvs94
227
228         * manual/glossary.xml
229                 2.2. + add ISP to the glossary
230                 7.5. + Add UIDL to glossary
231                 7.7. + Add TCP to glossary
232         * manual/handling.xml
233                 7.1. + Mentions GNU/Linux distribution, what about the non...
234                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
235                 7.3. + Mentions .bashrc, what about the non-bash ones? 
236                 7.4. = Use appropriate quotation for commands
237                 7.6. = change "" to <quote></quote>
238         * manual/plugins.xml
239                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
240         * manual/starting.xml
241                 2.1. + local mbox file: some examples of mbox file locations...
242                 Also reformatted files requiring it
243
244 2006-08-26 [wwp]        2.4.0cvs93
245
246         * src/summary_search.c
247                 disable find buttons while summary search is running.
248
249 2006-08-25 [colin]      2.4.0cvs92
250
251         * src/folder.c
252         * src/folderutils.c
253         * src/mh.c
254         * src/procmsg.h
255         * src/summaryview.c
256                 Speed up MH moving, and add progressbar
257                 for MH deletion
258         * src/msgcache.c
259                 Write cache files using mmap() too
260
261 2006-08-25 [wwp]        2.4.0cvs91
262
263         * src/summaryview.c
264                 switch spam<->ham button when a message has been marked as spam or ham
265                 and is still selected. Thanks to Colin.
266
267 2006-08-25 [paul]       2.4.0cvs90
268
269         * src/Makefile.am
270         * src/stock_pixmap.c
271         * src/stock_pixmap.h
272         * src/summaryview.c
273         * src/gtk/icon_legend.c
274         * src/pixmaps/copied.xpm
275         * src/pixmaps/moved.xpm
276                 add icons for delayed execution marked for
277                 copying, marked for moving
278
279 2006-08-25 [mones]      2.4.0cvs89
280
281         * manual/glossary.xml
282                 Fix the other glossary items:
283                 5.1. = Inmmediate execution -> <quote>immediate execution...
284                 5.2. = Fix MBOX capitalization -> Mbox
285                 5.3. + Improve Plugins def. w/ tech. ref.
286                 5.4. = Quotation -> replace '>' by <quote>></quote>
287                 5.5. - SMTP Server. -> remove dot
288         * po/es.po
289                 Updated translation
290
291 2006-08-25 [mones]      2.4.0cvs88
292
293         * manual/ack.xml
294                 Reformatted, changed email address
295         * manual/glossary.xml
296                 Reformatted, fixed MANUAL-TODO items:
297                 8.2. + add ROT-13 to glossary
298                 8.4. + add URL to glossary
299         * manual/es/advanced.xml
300                 Fixed <literal>s
301
302 2006-08-25 [paul]       2.4.0cvs87
303
304         * src/gtk/icon_legend.c
305                 add 'marked for deletion' icon
306                 arrange icons by containing column
307                 wrap long label text
308
309 2006-08-25 [colin]      2.4.0cvs86
310
311         * src/common/utils.c
312         * src/common/utils.h
313                 Add the sc_g_*list_bigger functions in
314                 a place everyone can use it
315         * src/summaryview.c
316                 Only freeze/thaw the list when working
317                 on the selection, if it's bigger than 1
318         * src/gtk/gtksctree.c
319                 Only freeze/thaw the list when unselec-
320                 ting 'all' if ('all' != 1)
321                 This avoids some flickering
322
323 2006-08-24 [colin]      2.4.0cvs85
324
325         * src/addressbook.c
326                 Fix strange list selection
327                 Fix random seg (Invalid read of freed memory)
328
329 2006-08-24 [colin]      2.4.0cvs84
330
331         * src/alertpanel.c
332         * src/gtk/inputdialog.c
333         * src/plugins/pgpcore/passphrase.c
334                 Revert minimal width patch of 2.4.0cvs67,
335                 as it is also a maximal width. Use 
336                 gtk_window_set_default_size instead.
337
338 2006-08-24 [colin]      2.4.0cvs83
339
340         * src/msgcache.c
341                 Write cache/mark to temp files before
342                 overwriting old ones (avoids metadata
343                 loss if writing the new files fail).
344                 Use mmap() to read cache/mark file, as
345                 this makes cache reading faster. Dis-
346                 abled for big-endian machines until it
347                 can be tested. (Big-endian users: set
348                 msgcache_use_mmap = TRUE in the relevant
349                 #if).
350         * src/procmsg.h
351                 Move rarely used fields of MsgInfo in 
352                 another structure, which will only be
353                 allocated if needed. Face, X-Face,
354                 Return receipt headers and List-*
355                 headers are moved. Mails having none
356                 of these occupy 52 bytes less with
357                 this patch, which makes 2.5MB of RAM
358                 saved on a 50k folder).
359         * src/headerview.c
360         * src/mainwindow.c
361         * src/messageview.c
362         * src/partial_download.c
363         * src/procheader.c
364         * src/procmsg.c
365         * src/textview.c
366                 Follow this structure change.
367
368 2006-08-24 [wwp]        2.4.0cvs82
369
370         * manual/es/.cvsignore
371         * manual/es/dist/.cvsignore
372         * manual/es/dist/html/.cvsignore
373         * manual/es/dist/pdf/.cvsignore
374         * manual/es/dist/ps/.cvsignore
375         * manual/es/dist/txt/.cvsignore
376                 more (generated) files to ignore.
377
378 2006-08-24 [colin]      2.4.0cvs81
379
380         * src/folder.c
381         * src/mh.c
382                 Fix possible problems with local delivery. Check the folder doesn't
383                 need scan before setting its mtime when saving cache (which can be
384                 done long after the folder's been modified by an external process);
385                 Check that the stored item's mtime didn't change in mh functions.
386
387 2006-08-24 [mones]      2.4.0cvs80
388
389         * manual/advanced.xml
390                 Rewrapping, some fixes and MANUAL-TODO items:
391                 8.1. = change "" to <quote></quote>
392                 8.3. = quote menu items
393                 8.5. - deploying -> new user ... ideally a new user (redundant)
394
395 2006-08-23 [colin]      2.4.0cvs79
396
397         * src/gtk/gtksctree.c
398                 When selecting or deselecting range, only
399                 freeze/thaw when selection is bigger than 10
400
401 2006-08-23 [colin]      2.4.0cvs78
402
403         * src/messageview.c
404         * src/mimeview.c
405         * src/mimeview.h
406         * src/plugins/dillo_viewer/dillo_viewer.c
407                 Provide an API for MimeViewer plugins to
408                 return a text selection for replying
409
410 2006-08-23 [colin]      2.4.0cvs77
411
412         * src/image_viewer.c
413         * src/textview.c
414                 Use gtk_pixbuf_new_from_file_at_scale(), which
415                 is faster than getting the pixbuf then resizing
416                 it.
417
418 2006-08-23 [colin]      2.4.0cvs76
419
420         * src/procmime.c
421                 UTF-8 should be sent Quoted-printable
422
423 2006-08-22 [colin]      2.4.0cvs75
424
425         * src/mh.c
426                 Check if scan is required before touching
427                 the folder (or it'll be required every time)
428
429 2006-08-22 [colin]      2.4.0cvs74
430
431         * configure.ac
432                 Require libetpan 0.46 (crasher fix when built
433                 against gnutls)
434
435 2006-08-22 [colin]      2.4.0cvs73
436
437         * src/folder.c
438                 Set folder's mtime after writing its
439                 cache
440         * src/folderview.c
441                 Add some timing
442         * src/procmsg.c
443                 Don't do useless stuff if we don't 
444                 thread by subject
445         * src/summaryview.c
446                 Add some timing, don't deselect prior
447                 to selecting (gtksctree does it itself),
448                 remove crash avoidance hacks as it's been
449                 properly fixed since a while
450         * src/common/utils.c
451                 Optimize to_human_readable(): _() is slow,
452                 do it only once, and avoid %f format for KB
453                 (the most common in a summaryview)
454         * src/gtk/gtksctree.c
455                 Don't uselessly freeze/thaw (fixes flicker
456                 on next unread and friends), reduce number
457                 of g_list_nth/g_list_position where possible
458         * src/gtk/gtkutils.c
459         * src/gtk/gtkutils.h
460                 Reduce number of g_list_nth/g_list_position
461                 where possible.
462                 All of this makes loading as 70k folder 2.1
463                 seconds instead of 3.2 (with hot FS caches).
464                 (1.3 seconds without Date and Size columns...)
465
466 2006-08-22 [paul]       2.4.0cvs72
467
468         wrap documents and do some items from mones' MANUAL-TODO:
469
470         * manual/account.xml
471                 4.1. = fix tabname references to <quote>tabname</quote>
472                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
473         * manual/faq.xml
474                 1.1. = mentioned options don't match UI
475                 Add information about the 'Never send Return Receipts'
476                 option
477         * manual/handling.xml
478                 6.2. = Mentions Extended symbols button, but now is
479                 named Information
480                 6.3. = Mentions ... button, which is now Edit
481
482 2006-08-22 [colin]      2.4.0cvs71
483
484         * src/gtk/pluginwindow.c
485                 Fix layout in verbose translations (such
486                 as french)
487
488 2006-08-22 [paul]       2.4.0cvs70
489
490         * manual/Makefile.am
491                 build manuals in alphabetical order
492         * src/addressbook.c
493         * src/prefs_themes.c
494                 replace/remove deprecated symbols
495         * src/gtk/gtkutils.c
496                 fix a warning
497         * src/gtk/pluginwindow.c
498                 replace deprecated symbol
499                 replace label text and move it
500         * src/plugins/pgpcore/prefs_gpg.c
501                 move the 'Generate...' button out of the
502                 Sign Key frame, replace the English used
503         * src/plugins/pgpcore/sgpgme.c
504                 fixes to the English
505
506 2006-08-21 [colin]      2.4.0cvs69
507
508         * src/plugins/trayicon/trayicon.c
509                 Add more strings for translation; patch
510                 by Pawel
511
512 2006-08-21 [colin]      2.4.0cvs68
513
514         * src/compose.c
515                 fix replied flag not set after drafting
516         * src/matcher.c
517                 fix body quicksearch in non-encoded bodies
518                 containing '='
519         * src/msgcache.c
520                 Get rid of the g_malloc workaround for
521                 corrupted caches, use g_try_malloc
522
523 2006-08-21 [colin]      2.4.0cvs67
524
525         * src/alertpanel.c
526         * src/gtk/inputdialog.c
527         * src/plugins/pgpcore/passphrase.c
528                 Set minimal width to 375
529         * src/mainwindow.c
530                 Fix switching to offline, asking if it 
531                 should be overriden for synchronising
532         * src/mimeview.c
533                 Don't offer to remember command on Open 
534                 with for text parts, as the browser or 
535                 text editor command isn't changed from 
536                 there
537
538 2006-08-20 [paul]       2.4.0cvs66
539
540         * po/ko.po
541         * po/zh_CN.po
542                 fix plural form errors. revealed by stricter
543                 checking of gettext 0.15
544
545 2006-08-18 [paul]       2.4.0cvs65
546
547         * src/stock_pixmap.c
548                 fix the fix of 2.4.0cvs64
549                 Thanks to Colin
550
551 2006-08-18 [paul]       2.4.0cvs64
552
553         * src/stock_pixmap.c
554                 fix leaks
555                 Thanks to Colin
556
557 2006-08-18 [paul]       2.4.0cvs63
558
559         * src/compose.c
560         * src/procmsg.c
561                 fix occasional IMAP bug where large msgs
562                 were left in the queue folder after sending
563                 Thanks to Colin
564
565 2006-08-18 [paul]       2.4.0cvs62
566
567         * src/folderview.c
568                 freeze the summaryview while quicksearch results
569                 are displayed
570                 (fixes bug 456 'current message is hidden when the
571                 view is refreshed and extended search is "unread 
572                 messages"')
573                 Thanks to Colin
574         * src/textview.c
575                 add missing #include "inputdialog.h"
576         * src/common/utils.h
577                 add missing mailcap_update_default() and improve
578                 readability
579
580 2006-08-17 [colin]      2.4.0cvs61
581
582         * src/plugins/pgpcore/select-keys.c
583                 Fix warnings :)
584
585 2006-08-17 [colin]      2.4.0cvs60
586
587         * src/compose.c
588                 Don't continue queuing if Cancel is clicked
589                 in select-keys
590
591 2006-08-17 [colin]      2.4.0cvs59
592
593         * src/plugins/pgpcore/select-keys.c
594                 When encrypting, if only one key matches and it 
595                 matches exactly, automatically use it.
596
597 2006-08-17 [colin]      2.4.0cvs58
598
599         * src/mimeview.c
600         * src/prefs_common.c
601         * src/prefs_common.h
602         * src/prefs_ext_prog.c
603         * src/textview.c
604                 Fix issues with previous patch (text/html)
605                 Remove outdated prefs
606
607 2006-08-17 [colin]      2.4.0cvs57
608
609         * src/imap.c
610                 Add View Log button on auth error
611         * src/procmsg.c
612                 Fix encrypted mail marked as new when
613                 saved in normal folders
614         * src/plugins/pgpinline/pgpinline.c
615                 Fix encrypt bug on IMAP
616         * src/mimeview.c
617         * src/common/utils.c
618         * src/common/utils.h
619         * src/gtk/inputdialog.c
620         * src/gtk/inputdialog.h
621                 Get rid of metamail stuff, simplify
622                 opening, and allow remembering of user's
623                 choices (by updating ~/.mailcap). There's
624                 still to drop "Audio player" and "Image
625                 viewer" preferences.
626
627 2006-08-17 [mones]      2.4.0cvs56
628
629         * manual/es/sylpheed-claws-manual.xml
630                 fix DTD path
631
632 2006-08-17 [mones]      2.4.0cvs55
633
634         * configure.ac
635         * manual/Makefile.am
636         * manual/es/Makefile.am
637         * manual/es/account.xml
638         * manual/es/ack.xml
639         * manual/es/addrbook.xml
640         * manual/es/advanced.xml
641         * manual/es/faq.xml
642         * manual/es/glossary.xml
643         * manual/es/gpl.xml
644         * manual/es/handling.xml
645         * manual/es/intro.xml
646         * manual/es/keyboard.xml
647         * manual/es/plugins.xml
648         * manual/es/starting.xml
649         * manual/es/sylpheed-claws-manual.xml
650         * manual/es/dist/Makefile.am
651         * manual/es/dist/html/Makefile.am
652         * manual/es/dist/pdf/Makefile.am
653         * manual/es/dist/ps/Makefile.am
654         * manual/es/dist/txt/Makefile.am
655                 Spanish translation for the manual
656
657 2006-08-16 [colin]      2.4.0cvs54
658
659         * src/compose.c
660         * src/main.c
661         * src/mainwindow.c
662                 Fix send button sensitivity at startup
663                 Set send menu sensitivity (patch by Fabien)
664         * src/ssl_manager.c
665                 Enable closing with esc (patch by Fabien)
666         * src/gtk/foldersort.c
667                 Enable closing with esc (patch by Fabien)
668         * src/procmime.c
669                 Optimisation (no need to copy to tempfile to
670                 "decode" 7bit and 8bit)
671         * src/summaryview.c
672                 Fix cruft in swap_from case
673         * src/textview.c
674                 Fix missing last line in some mail cases 
675                 (Fixes debian #381872)
676         * src/plugins/pgpcore/prefs_gpg.c
677         * src/plugins/pgpcore/sgpgme.c
678         * src/plugins/pgpcore/sgpgme.h
679                 Don't show "no key found" when user explicitely
680                 wants to create a key
681
682 2006-08-16 [paul]       2.4.0cvs53
683
684         * configure.ac
685         * src/account.c
686         * src/addressbook.c
687         * src/headerview.c
688         * src/prefs_account.c
689         * src/prefs_message.c
690         * src/gtk/gtkutils.c
691                 bump up minimum required versions of GTK+ and
692                 GLIB to 2.6.0
693
694 2006-08-16 [paul]       2.4.0cvs52
695
696         * src/toolbar.c
697                 workaround GTK+ Bug 351600 - 'Can't re-click
698                 on button after sensitivity update'
699                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
700                 Thanks to Colin
701
702 2006-08-15 [colin]      2.4.0cvs51
703
704         * src/plugins/pgpcore/prefs_gpg.c
705                 Set options sensitivity according to
706                 key existence
707         * src/plugins/pgpcore/sgpgme.c
708                 Allow to create key with no passphrase
709
710 2006-08-14 [cleroy]     2.4.0cvs50
711
712         * src/gtk/pluginwindow.c
713                 New layout (maybe to be changed?)
714         * src/gtk/gtkutils.c
715                 Fix a bit label_window
716         * src/plugins/pgpcore/passphrase.c
717         * src/plugins/pgpcore/passphrase.h
718         * src/plugins/pgpcore/plugin.c
719         * src/plugins/pgpcore/prefs_gpg.c
720         * src/plugins/pgpcore/prefs_gpg.h
721         * src/plugins/pgpcore/sgpgme.c
722         * src/plugins/pgpcore/sgpgme.h
723                 Allow to create a PGP private key via the GUI
724
725 2006-08-14 [wwp]        2.4.0cvs49
726
727         * src/addressbook_foldersel.c
728                 fix strict ISO C90 compliance.
729
730 2006-08-14 [paul]       2.4.0cvs48
731
732         * src/gtk/prefswindow.c
733                 re-set scrolled window on opening
734                 Patch by Ticho
735
736 2006-08-14 [paul]
737
738         2.5.0-rc1 released
739
740 2006-08-14 [paul]       2.4.0cvs47
741
742         * src/prefs_display_header.c
743                 re-enable user-defined Displayed Headers
744
745 2006-08-14 [paul]       2.4.0cvs46
746
747         * src/prefs_account.c
748                 use GTK_STOCK_EDIT
749
750 2006-08-13 [colin]      2.4.0cvs45
751
752         * src/common/utils.c
753                 Fix "a" in quote when the original message is empty,
754                 by using \0 instead of 'a' to test writability of
755                 temp files.
756
757 2006-08-13 [wwp]        2.4.0cvs44
758
759         * src/plugins/spamassassin/spamassassin.c
760                 fix capitalization of "SpamAssassin" in some debug, log and
761                 dialog messages.
762
763 2006-08-13 [paul]       2.4.0cvs43
764
765         * src/editldap.c
766                 fix overlapping widgets
767         * src/prefs_account.c
768                 fix translation of protocol_names[]
769                 fix label disappearing off the edge of the
770                 visible area
771
772 2006-08-12 [paul]       2.4.0cvs42
773
774         * manual/plugins.xml
775                 update IRC channel info before it gets forgotten
776                 about
777
778 2006-08-11 [colin]      2.4.0cvs41
779
780         * src/compose.c
781         * src/mainwindow.c
782         * src/mainwindow.h
783         * src/procmsg.c
784         * src/procmsg.h
785         * src/summaryview.c
786         * src/toolbar.c
787                 Grey out the Send button if
788                 - Queue folders are empty, or
789                 - We're sending already
790
791 2006-08-11 [wwp]        2.4.0cvs40
792
793         * src/main.c
794                 fix a logic issue when quitting while a compose window is
795                 still open, thanks to Colin.
796
797 2006-08-10 [colin]      2.4.0cvs39
798
799         * src/main.c
800                 Fix default font size setting after wizard run
801         * src/imap.c
802         * src/etpan/imap-thread.c
803         * src/etpan/imap-thread.h
804                 Fix bug #999 (Timing out on TSL cert validation 
805                 dialog makes ugly things happen). Also, STARTTLS
806                 unconditionnaly if initial capabilities contain
807                 LOGINDISABLED and STARTTLS.
808
809 2006-08-09 [colin]      2.4.0cvs38
810
811         * src/mainwindow.c
812         * src/mainwindow.h
813                 Fix Tools/Actions sensitivity when there are
814                 no actions
815
816 2006-08-09 [colin]      2.4.0cvs37
817
818         * src/prefs_filtering.c
819                 Warning fix, patch by Paul
820         * src/messageview.c
821         * src/prefs_actions.c
822         * src/prefs_filtering_action.c
823         * src/prefs_matcher.c
824                 Uniformisation of "Info ..." to "Info..." (for
825                 old gtk), patch by Fabien
826         * src/plugins/clamav/clamav_plugin_gtk.c
827                 Sensitivity fix by Fabien
828
829 2006-08-09 [colin]      2.4.0cvs36
830
831         * src/main.c
832         * src/main.h
833                 Add a function to know whether we're exiting
834         * src/plugins/trayicon/trayicon.c
835                 If exiting, don't do anything. Faster, and
836                 avoids gtk_main_iteration reentracy causing
837                 segfaults at exit
838
839 2006-08-09 [colin]      2.4.0cvs35
840
841         * src/messageview.c
842         * src/mimeview.c
843         * src/mimeview.h
844                 Fix lack of part selection when automatically 
845                 jumping to a specific part
846         * src/msgcache.c
847                 Little optimisation in cache reading
848
849 2006-08-09 [colin]      2.4.0cvs34
850
851         * src/compose.c
852                 Fix crash setting the priority on reedit
853                 (Accessing compose before creating it!)
854
855 2006-08-08 [colin]      2.4.0cvs33
856
857         * src/procmime.c
858                 Fix bug #998 (last attachment is not accessible)
859                 Bad RFC interpretation on multipart close-delimiters
860         * src/mimeview.c
861         * src/mimeview.h
862         * src/gtk/gtkvscrollbutton.c
863         * src/gtk/gtkvscrollbutton.h
864                 Make attachments list wheel-scrollable
865
866 2006-08-07 [colin]      2.4.0cvs32
867
868         * src/gtk/gtkaspell.c
869                 Fix bug #973 (Unicode punctation characters 
870                 are not recognized as separators by the
871                 spell checker); fix unsigned stuff
872
873 2006-08-07 [colin]      2.4.0cvs31
874
875         * src/compose.c
876                 Fix bug #956 (DnD text with accents in compose 
877                 text entry); fix gccc's signed/unsigned fuss
878
879 2006-08-06 [colin]      2.4.0cvs30
880
881         * src/main.c
882                 Fix bug #979 (Plugin crashes when exiting 
883                 sylpheed-claws) : handle exit request only 
884                 once
885
886 2006-08-05 [colin]      2.4.0cvs29
887
888         * src/news.c
889                 Just make sure we have a msgid.
890
891 2006-08-05 [colin]      2.4.0cvs28
892
893         * src/news.c
894         * src/summaryview.c
895                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
896                 by reimplementing it
897         * src/textview.c
898                 Fix bug when hiding quotes with level > 3 and quote
899                 colors are recycled
900
901 2006-08-04 [colin]      2.4.0cvs27
902
903         * src/compose.c
904         * src/undo.c
905         * src/undo.h
906                 Fix a bit replace-by-pasting undo
907         * src/mainwindow.c
908         * src/messageview.c
909                 Fix Fold quotes menu synchro in
910                 mainwindow when it changes in 
911                 messageview
912         * src/textview.c
913                 Fix right-click on quotes blocks
914         * src/common/utils.c
915                 Verify that the file created by
916                 my_tmpfile() is writable. Fixes
917                 bug #988 (very specific filesystem
918                 issue)
919         * src/plugins/pgpcore/sgpgme.c
920                 Fix file descriptor leak
921         * src/plugins/spamassassin/spamassassin.c
922                 Warn once if spamd isn't reachable
923
924 2006-08-04 [colin]      2.4.0cvs26
925
926         * src/toolbar.c
927                 i18n context patch by Fabien
928
929 2006-08-03 [colin]      2.4.0cvs25
930
931         * src/mainwindow.c
932         * src/messageview.c
933                 Rename "Hide quotes" to "Fold quotes"
934         * src/textview.c
935                 Don't use hand cursor on quotes. "all 
936                 the bonuses of the feature and none of 
937                 unwelcome side-effects"
938
939 2006-08-03 [colin]      2.4.0cvs24
940
941         * AUTHORS
942         * sylpheed-claws.desktop
943         * src/gtk/authors.h
944                 Bring the desktop file to XDG compliance
945                 Patch by Charles A. Edwards
946
947 2006-08-03 [colin]      2.4.0cvs23
948
949         * src/textview.c
950                 Fix links offset when they are preceded
951                 by accentued chars (g_utf8_strlen!)
952         * src/mainwindow.c
953                 Fix wrong status when starting offline
954
955
956 2006-08-03 [wwp]        2.4.0cvs22
957
958         * src/prefs_common.h
959                 ask what to do w/ filtering rules that belong to an account when
960                 applying filtering rules manually from the main window (skip,
961                 apply regardless of the account, use current account). This dialog
962                 can be skipped and the last reply used.
963                 (forgot that file)
964
965 2006-08-03 [wwp]        2.4.0cvs21
966
967         * src/filtering.c
968         * src/filtering.h
969         * src/prefs_common.c
970         * src/summaryview.c
971         * src/alertpanel.c
972         * src/alertpanel.h
973         * src/messageview.c
974                 ask what to do w/ filtering rules that belong to an account when
975                 applying filtering rules manually from the main window (skip,
976                 apply regardless of the account, use current account). This dialog
977                 can be skipped and the last reply used.
978
979
980 2006-08-03 [colin]      2.4.0cvs20
981
982         * src/textview.c
983                 Optimize previous patch
984
985 2006-08-03 [cleroy]     2.4.0cvs19
986
987         * src/textview.c
988                 Fix quotes getting toggled back when the
989                 mail has an even number of text parts
990
991 2006-08-02 [colin]      2.4.0cvs18
992
993         * src/messageview.c
994                 Add Hide quotes menu
995
996 2006-08-02 [colin]      2.4.0cvs17
997
998         * src/mainwindow.c
999         * src/prefs_common.c
1000         * src/textview.c
1001         * src/textview.h
1002         * src/gtk/about.c
1003                 Allow per-level quote hiding,
1004                 Allow toggling quotes by double-clicking them
1005                 Rename RemoteURI to ClickableText to reflect
1006                 the fact it's used for a variety of things
1007
1008 2006-08-02 [wwp]        2.4.0cvs16
1009
1010         * src/mainwindow.c
1011                 fix "View/Hide quotes" menu item status initialization.
1012
1013 2006-08-02 [wwp]        2.4.0cvs15
1014
1015         * src/matcher_parser_parse.y
1016                 remove a debug trace.
1017
1018 2006-08-02 [paul]       2.4.0cvs14
1019
1020         * src/plugins/pgpcore/passphrase.c
1021                 don't set initial dialog size
1022                 make it resizable
1023
1024 2006-08-02 [paul]       2.4.0cvs13
1025
1026         * src/noticeview.c
1027                 remove the rogue '/' character
1028
1029 2006-08-02 [paul]       2.4.0cvs12
1030
1031         * src/noticeview.c
1032                 allow buttons to resize as necessary
1033
1034 2006-08-01 [wwp]        2.4.0cvs11
1035
1036         * src/mbox.c
1037                 fix strict ISO C90 compliance.
1038
1039 2006-08-01 [wwp]        2.4.0cvs10
1040
1041         * tools/update-po
1042                 updated update-po tool to work w/ context-dependent translations.
1043                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1044
1045 2006-08-01 [wwp]        2.4.0cvs9
1046
1047         * src/matcher.c
1048         * src/prefs_filtering.c
1049         * src/prefs_matcher.c
1050                 allow context-dependent translations for "All",
1051                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1052
1053 2006-07-31 [colin]      2.4.0cvs8
1054
1055         * AUTHORS
1056         * src/gtk/authors.h
1057                 Add Rafal to authors
1058
1059 2006-07-31 [colin]      2.4.0cvs7
1060
1061         * src/compose.c
1062         * src/mainwindow.c
1063         * src/messageview.h
1064         * src/prefs_common.c
1065         * src/prefs_common.h
1066         * src/textview.c
1067                 Add 'View/Hide quotes'. Patch based on a patch
1068                 by Rafal Weglarz
1069
1070 2006-07-31 [colin]      2.4.0cvs6
1071
1072         * src/action.c
1073                 Fix problem with "> stuff >" actions
1074
1075 2006-07-31 [paul]       2.4.0cvs5
1076
1077         * po/nb.po
1078                 updated by Geir Helland
1079
1080 2006-07-31 [wwp]        2.4.0cvs4
1081
1082         * src/mainwindow.c
1083         * src/summaryview.c
1084         * src/summaryview.h
1085                 add "View/Go to/Parent message" and "View/Go to/Last read message",
1086                 thanks to Colin.
1087
1088 2006-07-31 [wwp]        2.4.0cvs3
1089
1090         * src/Makefile.am
1091         * src/addr_compl.c
1092         * src/addr_compl.h
1093         * src/addressbook.c
1094         * src/addressbook.h
1095         * src/addressbook_foldersel.c
1096         * src/addressbook_foldersel.h
1097         * src/addrindex.c
1098         * src/addrindex.h
1099         * src/matcher.c
1100         * src/matcher.h
1101         * src/matcher_parser_lex.l
1102         * src/matcher_parser_parse.y
1103         * src/prefs_common.c
1104         * src/prefs_common.h
1105         * src/prefs_filtering.c
1106         * src/prefs_matcher.c
1107         * src/prefs_matcher.h
1108         * src/summaryview.c
1109                 introduce filtering against the address book. It's now possible to add
1110                 matched conditions to determine if any email address in a message matches
1111                 or doesn't match any or all books or folders in the address book.
1112
1113 2006-07-31 [wwp]        2.4.0cvs2
1114
1115         * src/account.c
1116         * src/filtering.c
1117         * src/filtering.h
1118         * src/folder.c
1119         * src/folderview.c
1120         * src/inc.c
1121         * src/mainwindow.c
1122         * src/matcher.c
1123         * src/matcher_parser_lex.l
1124         * src/matcher_parser_parse.y
1125         * src/mbox.c
1126         * src/prefs_filtering.c
1127         * src/prefs_filtering.h
1128         * src/procmsg.c
1129         * src/procmsg.h
1130         * src/summaryview.c
1131                 introduce per-account filtering rules. Each filtering rule can now be assigned
1132                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
1133                 when applying filtering rules manually, as all rules will apply - even the ones
1134                 assigned to an account. This issue will be addressed soon.
1135  
1136
1137
1138 2006-07-31 [wwp]        2.4.0cvs1
1139
1140         * src/quote_fmt.c
1141                 make more strings translatable.
1142
1143 2006-07-31 [paul]       2.4.0
1144
1145         2.4.0 released
1146
1147 2006-07-31 [paul]       2.3.1cvs91
1148
1149         * po/ca.po
1150                 updated by Miquel Oliete
1151
1152 2006-07-31 [paul]       2.3.1cvs90
1153
1154         * po/de.po
1155         * po/el.po
1156         * po/fr.po
1157         * po/it.po
1158         * po/pl.po
1159         * po/pt_BR.po
1160         * po/sr.po
1161         * po/zh_CN.po
1162                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
1163                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
1164                 Aleksandar Urosevic, and Ralgh Young
1165
1166 2006-07-31 [paul]       2.3.1cvs89
1167
1168         * src/account.c
1169         * src/main.c
1170         * src/mainwindow.c
1171         * src/mainwindow.h
1172                 Fix a race condition when, after an SC crash, rescanning
1173                 folders took more than 0.5 seconds
1174                 Thanks to Colin
1175
1176 2006-07-31 [paul]       2.3.1cvs88
1177
1178         * src/folderview.c
1179                 don't translate separator strings
1180
1181 2006-07-30 [mones]      2.3.1cvs87
1182
1183         * doc/man/sylpheed-claws.1
1184                 Fixed non-ASCII chars in Hoa's name
1185         * po/es.po
1186                 Updated for release
1187
1188 2006-07-27 [colin]      2.3.1cvs86
1189
1190         * src/textview.c
1191                 Don't include the leading \n in links
1192                 Patch by Fabien
1193
1194 2006-07-25 [colin]      2.3.1cvs85
1195
1196         * src/mainwindow.c
1197         * src/common/socket.h
1198         * src/etpan/imap-thread.c
1199                 Refresh resolvers before connecting
1200                 to IMAP servers, and after switching
1201                 to online. Thanks to Paul.
1202
1203 2006-07-18 [colin]
1204
1205         * 2.4.0-rc4 released
1206
1207 2006-07-17 [colin]      2.3.1cvs84
1208
1209         * src/inc.c
1210                 Show connection attempt in statusbar before
1211                 connecting (previously first message was
1212                 "Retrieving messages from ..." after the
1213                 connection succeeded.
1214
1215 2006-07-16 [wwp]        2.3.1cvs83
1216
1217         * sylpheed-claws.ico
1218                 Added .ico file (windows multi-size icon file, generated).
1219
1220 2006-07-12 [wwp]        2.3.1cvs82
1221
1222         * src/messageview.c
1223                 remove Message/Re-edit menu entry from messageview window,
1224                 as sent/draft/queued messages are opened in compose window when
1225                 re-edited and it's not possible to re-edit other msgs.
1226
1227 2006-07-12 [paul]       2.3.1cvs81
1228
1229         * AUTHORS
1230         * src/mainwindow.c
1231         * src/gtk/authors.h
1232                 check online state before resetting
1233                 mailcheck timer. Useful if some program
1234                 verifies connection state and updates
1235                 Claws.
1236                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
1237
1238 2006-07-12 [paul]       2.3.1cvs80
1239
1240         * sylpheed-claws-128x128.png
1241         * sylpheed-claws-64x64.png
1242         * sylpheed-claws.png
1243         * src/Makefile.am
1244         * src/main.c
1245         * src/prefs_toolbar.c
1246         * src/stock_pixmap.c
1247         * src/stock_pixmap.h
1248         * src/wizard.c
1249         * src/gtk/about.c
1250         * src/gtk/gtkutils.c
1251         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
1252         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
1253         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
1254         * src/pixmaps/sylpheed.xpm              ** REMOVED **
1255         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
1256         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
1257                 updated and renamed logo/icon files and related
1258                 logo by Jesper Schultz
1259
1260 2006-07-11 [paul]       2.3.1cvs79
1261
1262         * src/main.c
1263                 fix the labels a smidgin
1264
1265 2006-07-09 [colin]      2.3.1cvs78
1266
1267         * src/textview.c
1268                 Show errors in textviewer's command
1269                 Patch by H. Merijn Brand
1270
1271 2006-07-09 [colin]      2.3.1cvs77
1272
1273         * src/compose.c
1274                 Save FMID in drafts too
1275
1276 2006-07-08 [colin]      2.3.1cvs76
1277
1278         * src/compose.c
1279                 Svae RMID in drafted mails too
1280                 Save quote_fmt vars for whole mails,
1281                 don't reset at each quote_fmt_init:
1282                 allows to use the same |i{var} in
1283                 various template fields
1284         * src/prefs_template.c
1285         * src/quote_fmt.h
1286         * src/quote_fmt_parse.y
1287                 Same
1288
1289 2006-07-08 [colin]      2.3.1cvs75
1290
1291         * src/textview.c
1292                 Fix highlighting of attached parts URIs
1293
1294 2006-07-08 [colin]      2.3.1cvs74
1295
1296         * src/main.c
1297                 Prevent bug #981 (sc 2.3.1 segfaults with 
1298                 gtk+ 2.10) from being reported again:
1299                 if Sylpheed-Claws has been compiled against
1300                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
1301                 of if Sylpheed-Claws has been compiled against
1302                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
1303                 error out.
1304
1305 2006-07-07 [colin]      2.3.1cvs73
1306
1307         * src/prefs_actions.c
1308                 Fix label
1309
1310 2006-07-07 [colin]      2.3.1cvs72
1311
1312         * src/prefs_actions.c
1313                 Fix compile on gtk < 2.8. argh :)
1314
1315 2006-07-07 [paul]       2.3.1cvs71
1316
1317         * src/common/defs.h
1318                 update DONATE_URI
1319
1320 2006-07-07 [colin]      2.3.1cvs70
1321
1322         * po/POTFILES.in
1323         * src/quote_fmt.c
1324         * src/quote_fmt_lex.l
1325         * src/quote_fmt_parse.y
1326                 Add |i{var}, a way to insert user-entered
1327                 text in a template
1328
1329 2006-07-07 [colin]
1330
1331         * 2.4.0-rc3 released
1332
1333 2006-07-07 [colin]      2.3.1cvs69
1334
1335         * src/folder.c
1336                 Don't consider inboxes of UNKNOWN folder 
1337                 classes to be useable as default inboxes
1338
1339 2006-07-07 [paul]       2.3.1cvs68
1340
1341         * src/textview.c
1342                 add missing #include <errno.h>
1343                 Thanks to René J. Blokland
1344
1345 2006-07-07 [paul]       2.3.1cvs67
1346
1347         * src/action.c
1348                 Return now Closes dialog
1349         * src/mimeview.c
1350         * src/mimeview.h
1351         * src/textview.c
1352                 add contextual menu to mime parts listed
1353                 in the textview
1354                 Thanks to Colin
1355         * src/common/utils.c
1356                 reversal: ' is a valid character in URLs
1357
1358 2006-07-06 [colin]      2.3.1cvs66
1359
1360         * src/remotefolder.h
1361                 Forgotten in previous commit
1362
1363 2006-07-06 [colin]      2.3.1cvs65
1364
1365         * src/folder.c
1366                 Set summary update flag whenever
1367                 totals changed
1368         * src/imap.c
1369         * src/prefs_account.c
1370         * src/common/utils.h
1371         * src/etpan/imap-thread.c
1372                 Fix warnings, thanks to Fabien and
1373                 Ricardo
1374
1375 2006-07-06 [wwp]        2.3.1cvs64
1376
1377         * src/gtk/gtkutils.c
1378                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
1379
1380 2006-07-06 [wwp]        2.3.1cvs63
1381
1382         * src/account.c
1383         * src/addressbook.c
1384         * src/addressitem.h
1385         * src/folderview.c
1386         * src/mainwindow.c
1387         * src/manual.c
1388         * src/manual.h
1389         * src/message_search.c
1390         * src/prefs_actions.c
1391         * src/prefs_filtering.c
1392         * src/prefs_filtering.h
1393         * src/prefs_template.c
1394         * src/summary_search.c
1395         * src/summaryview.c
1396         * src/gtk/gtkutils.c
1397         * src/gtk/gtkutils.h
1398         * src/gtk/pluginwindow.c
1399                 add help buttons to some dialogs. Clicking such buttons opens a
1400                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
1401
1402 2006-07-06 [paul]       2.3.1cvs62
1403
1404         * src/textview.c
1405                 fix attachments contextual menu
1406                 Thanks to Colin
1407
1408 2006-07-05 [colin]      2.3.1cvs61
1409
1410         * src/textview.c
1411         * src/compose.c
1412                 Handle sftp:// links
1413
1414 2006-07-05 [paul]       2.3.1cvs60
1415
1416         * src/gtk/filesel.c
1417                 grab save button by default
1418                 Thanks to Colin
1419
1420 2006-07-05 [wwp]        2.3.1cvs59
1421
1422         * manual/xml2pdf
1423                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
1424
1425 2006-07-04 [colin]      2.3.1cvs58
1426
1427         * src/mimeview.c
1428         * src/textview.c
1429                 Use left click to select, middle click to open
1430                 on mimeparts links
1431         * src/common/utils.c
1432                 Fix segfault
1433
1434 2006-07-04 [colin]      2.3.1cvs57
1435
1436         * src/mainwindow.c
1437         * src/news.c
1438                 Warning fixes, thanks to Fabien
1439
1440 2006-07-04 [colin]      2.3.1cvs56
1441
1442         * src/mimeview.c
1443         * src/mimeview.h
1444         * src/textview.c
1445                 Allow parts to be selected via their text label
1446                 in textview
1447
1448 2006-07-04 [colin]      2.3.1cvs55
1449
1450         * src/folderview.c
1451                 Feedback when closing (for big folders)
1452         * src/prefs_actions.c
1453         * src/prefs_filtering.c
1454         * src/prefs_matcher.c
1455         * src/prefs_template.c
1456                 Fix default button when closing without
1457                 having saved
1458
1459 2006-07-04 [colin]      2.3.1cvs54
1460
1461         * src/news.c
1462                 Delete local file on deletion
1463
1464 2006-07-03 [colin]      2.3.1cvs53
1465
1466         * src/folderview.c
1467         * src/main.c
1468                 Don't freeze when rescanning after crash
1469
1470 2006-07-03 [wwp]        2.3.1cvs52
1471
1472         * src/compose.c
1473         * src/privacy.c
1474         * src/privacy.h
1475         * src/plugins/pgpinline/pgpinline.c
1476         * src/plugins/pgpmime/pgpmime.c
1477                 don't report an error when the user cancels the passphrase dialog.
1478
1479 2006-07-02 [colin]      2.3.1cvs51
1480
1481         * src/folderview.c
1482                 Open message when crossing folders with Space,
1483                 goto next unread and friends
1484
1485 2006-07-01 [colin]      2.3.1cvs50
1486
1487         * src/prefs_account.c
1488                 Typographic rules varying from language
1489                 to language (in french "Protocole :"),
1490                 we have to do that :)
1491
1492 2006-07-01 [ticho]      2.3.1cvs49
1493
1494         * src/prefs_account.c
1495                 Only use one temporary gchar* variable in
1496                 prefs_account_protocol_set_optmenu().
1497
1498 2006-07-01 [ticho]      2.3.1cvs48
1499
1500         * src/prefs_account.c
1501         * src/prefs_account.h
1502                 Use GtkLabel for existing account protocol name.
1503                 Created an array for protocol names and populate the
1504                 combobox from it in a for() cycle.
1505
1506 2006-06-30 [colin]      2.3.1cvs47
1507
1508         * src/compose.c
1509                 Block undo when changing signature (by changing
1510                 account)
1511
1512 2006-06-30 [paul]       2.3.1cvs46
1513
1514         * src/send_message.c
1515                 when editing From in the Compose window, use that address
1516                 in the Return-Path: header
1517                 Thanks to Colin
1518
1519 2006-06-30 [colin]      2.3.1cvs45
1520
1521         * src/compose.c
1522                 Fix signature replacement:
1523                 - when no newline before separator
1524                 - when reediting
1525
1526 2006-06-29 [colin]      2.3.1cvs44
1527
1528         * src/folderview.c
1529         * src/folderview.h
1530         * src/mainwindow.c
1531         * src/summaryview.c
1532                 Let 'View/Go to/Next marked' work like
1533                 Next new & Next unread: across folders
1534                 Change the select_on_entry pref to do
1535                 what we want when changing folder
1536         * src/common/utils.c
1537                 Fix single-quoted links 
1538
1539 2006-06-29 [colin]      2.3.1cvs43
1540
1541         * src/gtk/gtkaspell.c
1542                 "Sylpheed" and "Sylpheed-Claws" do exist !
1543
1544 2006-06-29 [colin]      2.3.1cvs42
1545
1546         * src/imap.c
1547                 Forgot to remove debug
1548
1549 2006-06-29 [colin]      2.3.1cvs41
1550
1551         * src/imap.c
1552         * src/imap.h
1553         * src/mainwindow.c
1554                 Disconnect from IMAP servers when going
1555                 offline. Fixes bug #978 (going to offline-mode 
1556                 won't close connections)
1557
1558 2006-06-29 [colin]      2.3.1cvs40
1559
1560         * src/main.c
1561                 Fix transient setting on failing plugins
1562                 Patch by Fabien
1563         * src/plugins/pgpcore/sgpgme.c
1564                 Only warn for OpenPGP. Most people don't
1565                 have CMS available.
1566
1567 2006-06-29 [colin]      2.3.1cvs39
1568
1569         * src/compose.c
1570                 Fix Spelling menu (discrepancy between context menu
1571                 and top menu when folder's dictionary isn't the 
1572                 default one)
1573         * src/plugins/pgpcore/sgpgme.c
1574                 More error reporting about why gpgme can fail
1575
1576 2006-06-29 [wwp]        2.3.1cvs38
1577
1578         * src/mainwindow.c
1579                 honor the display-header-pane setting even when the message view
1580                 is a separate window.
1581
1582 2006-06-29 [wwp]        2.3.1cvs37
1583
1584         * src/prefs_actions.c
1585                 forgot to commit that one (use of GTK_STOCK_INFO).
1586
1587 2006-06-29 [colin]      2.3.1cvs36
1588
1589         * src/imap.c
1590                 Better handling of login errors (ask the password
1591                 again once), alert in case of error. Fix three
1592                 signedness warnings.
1593
1594 2006-06-28 [wwp]        2.3.1cvs35
1595
1596         * src/prefs_template.c
1597         * src/prefs_matcher.c
1598         * src/prefs_filtering_action.c
1599         * src/prefs_quote.c
1600                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
1601                 patch by Fabien Vantard, slightly modified.
1602
1603 2006-06-28 [paul]
1604
1605         2.4.0-rc2 released
1606
1607 2006-06-28 [colin]      2.3.1cvs34
1608
1609         * src/prefs_account.c
1610                 Fix bug #977 (Can't add or edit imap accounts)
1611
1612 2006-06-28 [colin]      2.3.1cvs33
1613
1614         * src/mimeview.c
1615                 Fix previous
1616
1617 2006-06-28 [colin]      2.3.1cvs32
1618
1619         * src/mimeview.c
1620                 Save named inlined attachments with "Save all"
1621         * src/main.c
1622         * src/mbox.c
1623         * src/common/plugin.c
1624         * src/common/plugin.h
1625         * src/common/sylpheed.c
1626         * src/common/utils.c
1627         * src/plugins/pgpcore/sylpheed.def
1628         * src/plugins/pgpinline/sylpheed.def
1629         * src/plugins/pgpmime/sylpheed.def
1630                 Win32 compatibility patch, by
1631                 Werner Koch
1632
1633 2006-06-28 [wwp]        2.3.1cvs31
1634
1635         * src/imap.c
1636         * src/prefs_folder_item.c
1637                 less compilation warnings (thanks to Fabien Vantard), less typos.
1638
1639 2006-06-28 [paul]       2.3.1cvs30
1640
1641         * src/gtk/gtkutils.c
1642                 gtk_combo_box_set_focus_on_click() is only
1643                 available since gtk 2.6.0
1644
1645 2006-06-28 [paul]       2.3.1cvs29
1646
1647         * src/prefs_ext_prog.c
1648                 fix engrish and add a tooltip for the
1649                 'command for 'Display as text' option
1650
1651 2006-06-28 [paul]
1652
1653         2.4.0-rc1 released
1654
1655 2006-06-28 [paul]       2.3.1cvs28
1656
1657         * ChangeLog
1658         * tools/Makefile.am
1659                 include textviewer.pl in releases
1660
1661 2006-06-28 [paul]       2.3.1cvs27
1662
1663         * src/prefs_ext_prog.c
1664                 hide Print command option if libgnomeprint
1665                 support is present
1666
1667 2006-06-27 [colin]      2.3.1cvs26
1668
1669         * src/compose.c
1670                 Fix Esc handling in insert/attach dialog
1671                 Don't show this dialog if dragging something
1672                 else than text/uri-list
1673                 Thanks to Fabien Vantard
1674         * tools/textviewer.pl
1675                 Filter script to display stuff as text
1676                 by H. Merijn Brand
1677
1678 2006-06-27 [wwp]        2.3.1cvs25
1679
1680         * src/messageview.c
1681                 use the exact product name (message view title), patch
1682                 by Fabien Vantard.
1683
1684 2006-06-27 [ticho]      2.3.1cvs24
1685
1686         * src/prefs_account.c
1687         * src/prefs_common.c
1688         * src/prefs_common.h
1689         * src/prefs_ext_prog.c
1690         * src/textview.c
1691                 Add a preference (Preferences/External programs)
1692                 to allow "Display as text" to be done via a script
1693                 (patch by H.Merijn Brand).
1694                 Use GtkComboBox for protocol selection in account
1695                 preferences.
1696                 Only include current choice for existing accounts, and
1697                 insensitivize the combobox.
1698
1699 2006-06-27 [paul]       2.3.1cvs23
1700
1701         * src/mbox.c
1702                 fix crasher introduced in cvs21.
1703                 Thanks to Colin
1704
1705 2006-06-26 [colin]      2.3.1cvs22
1706
1707         * src/mbox.c
1708                 Fix double-frees when leaving folders
1709                 after exporting to mbox
1710
1711 2006-06-26 [colin]      2.3.1cvs21
1712
1713         * src/mbox.c
1714                 More feedback (and optimisation)
1715                 on import/export
1716         * src/common/utils.c
1717                 Fix case when looking for mail addresses
1718         * src/gtk/gtkutils.c
1719                 Extra check for (X-)Face
1720
1721 2006-06-25 [ticho]      2.3.1cvs20
1722
1723         * src/compose.c
1724         * src/exphtmldlg.c
1725         * src/gtk/gtkutils.c
1726         * src/gtk/gtkutils.h
1727                 Added second argument to gtkut_sc_combobox_create() to
1728                 control focus-on-click for the widget.
1729                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
1730
1731 2006-06-25 [ticho]      2.3.1cvs19
1732
1733         * src/compose.c
1734         * src/gtk/Makefile.am
1735         * src/gtk/combobox.c
1736         * src/gtk/combobox.h
1737         * src/gtk/gtkutils.c
1738         * src/gtk/gtkutils.h
1739                 Use GtkComboBox instead of deprecated GtkOptionMenu
1740                 for account selector in compose window and for encoding
1741                 selector in attachment properties.
1742                 Also factorise working with the new GtkComboBox somewhat.
1743
1744 2006-06-24 [paul]       2.3.1cvs18
1745
1746         * src/prefs_common.c
1747                 use the correct default value
1748
1749 2006-06-24 [paul]       2.3.1cvs17
1750
1751         * src/compose.c
1752         * src/prefs_common.c
1753         * src/prefs_common.h
1754         * src/prefs_compose_writing.c
1755                 enable setting of default action when
1756                 dnd'ing files in the compose window.
1757                 (Collaborative effort with wwp)
1758
1759 2006-06-23 [wwp]        2.3.1cvs16
1760
1761         * src/compose.c
1762                 i18n fix (thanks to Fabien Vantard)
1763
1764 2006-06-22 [colin]      2.3.1cvs15
1765
1766         * src/prefs_customheader.c
1767                 Don't use filters in custom headers' file 
1768                 selector. Remember, extensions mean nothing :)
1769
1770 2006-06-22 [paul]       2.3.1cvs14
1771
1772         * configure.ac
1773                 allow setting of man directory location
1774
1775 2006-06-22 [colin]      2.3.1cvs13
1776
1777         * src/mainwindow.c
1778                 Add 'View/Go to/Next unread folder'.
1779                 I missed that :)
1780
1781 2006-06-22 [colin]      2.3.1cvs12
1782
1783         * src/common/utils.c
1784                 Add some subject prefixes
1785                 Patch by Bjorn T Johansen <btj@havleik.no>
1786
1787 2006-06-22 [colin]      2.3.1cvs11
1788
1789         * manual/advanced.xml
1790                 Forgotten hidden pref
1791
1792 2006-06-21 [paul]       2.3.1cvs10
1793
1794         * src/prefs_account.c
1795                 complete the removal of 'Add date header' option
1796
1797 2006-06-21 [paul]       2.3.1cvs9
1798
1799         * src/account.c
1800         * src/compose.c
1801         * src/prefs_account.c
1802         * src/prefs_account.h
1803                 remove option to add date header - always
1804                 add date header
1805         * src/etpan/imap-thread.c
1806                 fix warnings (Thanks to Colin)
1807
1808 2006-06-21 [wwp]        2.3.1cvs8
1809
1810         * src/folder.c
1811                 set the attachment flag when inline text part are (file)named. This is more convenient
1812                 when receiving (for instance) inline source files or patches sent using thunderbird.
1813
1814 2006-06-21 [paul]       2.3.1cvs7
1815
1816         * src/inc.c
1817                 fix off-by-one count of current msg in
1818                 statusbar filtering progressbar
1819
1820 2006-06-21 [paul]       2.3.1cvs6
1821
1822         * src/folder.c
1823                 Show attachment icon even if the part is 'inline'
1824                 if the following conditions are met:
1825                 - content-type != 'text/plain'
1826                 - content-type != '*/pgp-signature'
1827                 - either 'name' or 'filename' parameter is not NULL
1828                 
1829                 Thanks to Colin
1830
1831 2006-06-21 [paul]       2.3.1cvs5
1832
1833         * src/messageview.c
1834         * src/prefs_common.c
1835         * src/prefs_common.h
1836         * src/prefs_other.c
1837                 add an option to 'Never send Return
1838                 Receipts'
1839                 Thanks to Colin
1840
1841 2006-06-20 [mones]      2.3.1cvs4
1842
1843         * po/es.po
1844                 updated
1845         * src/compose.c
1846                 typo fixed (space after comma)
1847         * tools/make.themes.project
1848                 remove exec mode from tarball files
1849
1850 2006-06-20 [colin]      2.3.1cvs3
1851
1852         * src/news.c
1853         * src/procheader.c
1854         * src/unmime.c
1855                 Better fix for \n's in headers (don't 
1856                 break Received: and others)
1857
1858 2006-06-20 [paul]       2.3.1cvs2
1859
1860         * src/alertpanel.c
1861         * src/textview.c
1862                 improve legibility of phishing attempt
1863                 dialog
1864
1865 2006-06-20 [paul]       2.3.1cvs1
1866
1867         * NEWS
1868         * README
1869         * configure.ac
1870                 Update version number following
1871                 stable release
1872
1873 2006-06-20 [colin]      2.3.0cvs26
1874
1875         * src/compose.c
1876                 When dragging a file to the text of the compose
1877                 window, ask whether we want to insert or attach
1878                 (I know lots of people who do that to attach)
1879
1880 2006-06-20 [colin]      2.3.0cvs25
1881
1882         * src/etpan/imap-thread.c
1883                 Fix threshold (the append command is often > 32 bytes)
1884
1885 2006-06-19 [colin]      2.3.0cvs24
1886
1887         * src/imap.c
1888         * src/etpan/imap-thread.c
1889                 Workaround Rockliffe IMAP server bug: replace
1890                 "x UID SEARCH (ANSWERED UID 1:*)" with
1891                 "x UID SEARCH ANSWERED"
1892                 (Rockliffe doesn't handle the parenthesis)
1893
1894 2006-06-19 [colin]      2.3.0cvs23
1895
1896         * src/compose.c
1897         * src/imap.c
1898         * src/etpan/imap-thread.c
1899                 Probably fix bug #972 (Freezes when adding 
1900                 an attachment to the message)
1901         * src/common/defs.h
1902                 Modernize Firefox cmd
1903
1904
1905 2006-06-18 [colin]      2.3.0cvs22
1906
1907         * src/prefs_customheader.c
1908                 Only allow correct filenames for various
1909                 custom headers
1910
1911 2006-06-18 [colin]      2.3.0cvs21
1912
1913         * src/prefs_customheader.c
1914                 Add a 'From File...' button in custom headers prefs, which
1915                 try to do the right thing: 
1916                 for normal headers, use file as plaintext,
1917                 for X-Face, calls compface,
1918                 for Face, encode to b64.
1919
1920 2006-06-17 [colin]      2.3.0cvs20
1921
1922         * src/mh.c
1923                 Warning fix
1924
1925 2006-06-16 [colin]      2.3.0cvs19
1926
1927         * src/summaryview.c
1928                 Recursive quicksearch: show message list
1929                 in current folder, *then* search children
1930                 in the background.
1931
1932 2006-06-16 [colin]      2.3.0cvs18
1933
1934         * src/main.c
1935                 Instead of ignoring SIGPIPE, save caches
1936                 when getting one. Will fix the fact that
1937                 hot caches are out-of-date when logging 
1938                 out of Xorg.
1939         * src/compose.c
1940         * src/prefs_compose_writing.c
1941                 Only save text (not attachments) when 
1942                 auto-saving to drafts
1943         * src/unmime.c
1944                 Always replace \n, \r and \t with spaces
1945                 in headers
1946         * manual/dist/html/Makefile.am
1947         * manual/dist/pdf/Makefile.am
1948         * manual/dist/ps/Makefile.am
1949         * manual/dist/txt/Makefile.am
1950         * manual/fr/dist/html/Makefile.am
1951         * manual/fr/dist/pdf/Makefile.am
1952         * manual/fr/dist/ps/Makefile.am
1953         * manual/fr/dist/txt/Makefile.am
1954         * manual/pl/dist/html/Makefile.am
1955         * manual/pl/dist/pdf/Makefile.am
1956         * manual/pl/dist/ps/Makefile.am
1957         * manual/pl/dist/txt/Makefile.am
1958                 Fix make clean removing pregenerated manuals
1959
1960
1961 2006-06-16 [colin]      2.3.0cvs17
1962
1963         * src/plugins/pgpcore/sgpgme.c
1964         * src/plugins/pgpmime/pgpmime.c
1965         * src/plugins/pgpinline/pgpinline.c
1966                 Better error reporting in setup_signers.
1967                 Don't fallback to default key if specified
1968                 key isn't found.
1969                 Don't allow signing if more than one secret
1970                 key matches the one specified in prefs.
1971
1972 2006-06-15 [colin]      2.3.0cvs16
1973
1974         * src/folderview.c
1975                 Add "Send queue" in the folder's contextual
1976                 menu
1977         * src/compose.c
1978         * src/messageview.c
1979         * src/privacy.c
1980         * src/privacy.h
1981         * src/procmime.c
1982         * src/procmsg.c
1983         * src/plugins/pgpcore/passphrase.c
1984         * src/plugins/pgpcore/sgpgme.c
1985         * src/plugins/pgpinline/pgpinline.c
1986         * src/plugins/pgpmime/pgpmime.c
1987                 Better error reporting
1988         * src/mbox.c
1989                 Probably fix bug #971 (2.2.3 cannot read mail 
1990                 from local mbox)
1991
1992
1993 2006-06-15 [mones]      2.3.0cvs15
1994
1995         * tools/make.themes.project
1996                 creates the themes project from the web page
1997
1998 2006-06-15 [colin]      2.3.0cvs14
1999
2000         * src/folder.c
2001                 Better fix (avoid losing the folder if scan_tree 
2002                 fails)
2003
2004 2006-06-15 [cleroy]     2.3.0cvs13
2005
2006         * src/folder.c
2007                 Probably fix Bug #969 (crash on rebuilding 
2008                 imap folder)
2009
2010 2006-06-14 [colin]      2.3.0cvs12
2011
2012         * manual/dtd/manual.xsl
2013         * manual/sylpheed-claws-manual.xml
2014         * manual/fr/sylpheed-claws-manual.xml
2015         * manual/pl/sylpheed-claws-manual.xml
2016                 Insert pagebreaks between sections
2017
2018 2006-06-14 [paul]       2.3.0cvs11
2019
2020         * configure.ac
2021                 better fix than 2.3.0cvs10
2022
2023 2006-06-14 [paul]       2.3.0cvs10
2024
2025         * configure.ac
2026                 fix setting of PACKAGE_DATA_DIR with newer autoconf
2027                 (backwards compatible)
2028
2029 2006-06-13 [colin]      2.3.0cvs9
2030
2031         * src/messageview.c
2032                 Fix sending of return receipt with the new queue folders
2033
2034 2006-06-13 [wwp]        2.3.0cvs8
2035
2036         * src/quote_fmt_lex.l
2037                 fix wrong tokens returned in quote_fmt lexer, query not().
2038
2039 2006-06-13 [wwp]        2.3.0cvs7
2040
2041         * src/folder.c
2042         * src/prefs_folder_item.c
2043                 allow changing folder type even when folder is not a top-level one,
2044                 thanks to Colin.
2045
2046 2006-06-12 [colin]      2.3.0cvs6
2047
2048         * src/folderview.c
2049                 Fix double-ask of "Do you want to mark all
2050                 as read"
2051
2052 2006-06-12 [colin]      2.3.0cvs5
2053
2054         * src/compose.c
2055         * src/compose.h
2056         * src/folder.c
2057         * src/folder.h
2058         * src/imap.c
2059         * src/inc.c
2060         * src/main.c
2061         * src/messageview.c
2062         * src/mh.c
2063         * src/prefs_folder_item.c
2064         * src/procheader.c
2065         * src/procmime.c
2066         * src/procmsg.c
2067         * src/procmsg.h
2068         * src/send_message.c
2069         * src/summaryview.c
2070         * src/toolbar.c
2071                 Apply bug #964's patch (Queue and drafts aren't normal)
2072                 The Drafts and Queue folder now contain RFC-822 files,
2073                 allowing to move and copy mails from and to these 
2074                 folders. Moving from Drafts to Queue will prepare the
2075                 mail for sending (PGP signature, encryption, etc).
2076                 This patch also rework sending errors handling to try
2077                 to be more helpful.
2078                 Also, allow redefining folder types via the GUI 
2079                 (Folder type in its Properties)
2080
2081 2006-06-12 [colin]      2.3.0cvs4
2082
2083         * src/summaryview.c
2084         * src/prefs_common.c
2085         * src/prefs_common.h
2086         * src/gedit-print.c
2087                 Allow to define a specific print font - patch
2088                 by Bernhard Walle <bernhard.walle@gmx.de>
2089         * src/prefs_fonts.c
2090         * manual/advanced.xml
2091         * manual/fr/advanced.xml
2092                 Add a hidden pref to allow deletion without
2093                 confirmation
2094
2095 2006-06-12 [wwp]        2.3.0cvs3
2096
2097         * .cvsignore
2098                 more files to ignore.
2099
2100 2006-06-12 [wwp]        2.3.0cvs2
2101
2102         * src/quote_fmt.c
2103         * src/quote_fmt_lex.l
2104         * src/quote_fmt_parse.y
2105                 extend the quote_fmt parser (templates and quotes):
2106                 - allow limited sub-expressions in |p{} and |f{} expressions,
2107                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
2108                 - implemented/fixed missing implementation of query_references and show_references,
2109                 - completed, fixed contents and format of the symbols help dialog,
2110                 - fix some compilation warnings.
2111
2112 2006-06-12 [wwp]        2.3.0cvs1
2113
2114         * manual/advanced.xml
2115         * manual/fr/advanced.xml
2116                 updates in the "templates" section of the manual (eng/fr):
2117                  - be more precise (both versions)
2118                  - completed to match the english reference (fr version)
2119                  - touchups (both versions)
2120
2121 2006-06-12 [paul]       2.3.0
2122
2123         2.3.0 released
2124
2125 2006-06-12 [paul]       2.2.3cvs14
2126
2127         * po/ca.po
2128         * po/cs.po
2129         * po/de.po
2130         * po/el.po
2131         * po/fr.po
2132         * po/it.po
2133         * po/pt_BR.po
2134         * po/sr.po
2135         * po/zh_CN.po
2136                 updated by Miquel Oliete, Tim, Stephan Sachse,
2137                 Stavros Giannouris, Fabien Vantard, Andrea
2138                 Spadaccini, Frederico Goncalves Guimaraes,
2139                 Aleksandar Urosevic, and Ralgh Young
2140
2141 2006-06-12 [colin]      2.2.3cvs13
2142
2143         * src/mbox.c
2144                 Add missing header
2145
2146 2006-06-11 [colin]      2.2.3cvs12
2147
2148         * src/msgcache.c
2149                 Verify that g_malloc() succeeded
2150
2151 2006-06-11 [colin]      2.2.3cvs11
2152
2153         * src/wizard.c
2154                 Add Face header to welcome mail
2155
2156 2006-06-10 [colin]      2.2.3cvs10
2157
2158         * src/textview.c
2159                 Revert previous (Forgot it changes the
2160                 margin on the whole mail)
2161
2162 2006-06-10 [colin]      2.2.3cvs9
2163
2164         * src/textview.c
2165                 Don't overlap long headers under (X-)Face
2166
2167 2006-06-10 [mones]      2.2.3cvs8
2168
2169         * manual/xml2pdf
2170                 allow generation of manual on systems lacking saxon binary
2171                 but with java and the saxon library installed
2172
2173         * po/es.po
2174                 updated for release
2175
2176 2006-06-09 [colin]      2.2.3cvs7
2177
2178         * src/summaryview.c
2179                 Fix leak when using Display Sender using Addressbook
2180
2181 2006-06-09 [colin]      2.2.3cvs6
2182
2183         * src/compose.c
2184         * src/folder.c
2185         * src/folderview.c
2186         * src/mimeview.c
2187         * src/summaryview.c
2188                 More leaks fixes
2189
2190 2006-06-09 [paul]       2.2.3cvs5
2191
2192         * AUTHORS
2193         * src/gtk/authors.h
2194         * tools/claws.i18n.status.pl
2195                 updated with new info
2196
2197 2006-06-09 [paul]       2.2.3cvs4
2198
2199         * README
2200                 updated
2201         * manual/ack.xml
2202                 add wwp to authors list
2203         * src/gtk/authors.h
2204                 update mine and Colin's addresses
2205
2206 2006-06-08 [colin]      2.2.3cvs3
2207
2208         * src/etpan/imap-thread.c
2209                 Fix leak on SSL cert check
2210
2211 2006-06-08 [colin]      2.2.3cvs2
2212
2213         * src/common/utils.c
2214                 Fix leak
2215
2216 2006-06-08 [paul]       2.2.3cvs1
2217
2218         * configure.ac
2219                 Update version number following
2220                 stable release
2221
2222 2006-06-07 [colin]      2.2.2cvs3
2223
2224         * src/msgcache.c
2225                 Fix catching cache read errors (guint instead of gint)
2226                 Prevent malloc'ing more than 8MB (means cache corruption)
2227
2228 2006-06-07 [paul]       2.2.2cvs2
2229
2230         * src/exporthtml.c
2231         * src/exportldif.c
2232         * src/mh.c
2233         * src/mutt.c
2234         * src/pine.c
2235         * src/common/utils.c
2236                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
2237                 obey $HOME'
2238                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
2239                 Thanks to Colin
2240
2241 2006-06-06 [paul]       2.2.2cvs1
2242
2243         * configure.ac
2244                 Update version number following
2245                 stable release
2246
2247 2006-06-06 [paul]       2.2.1cvs6
2248
2249         * src/matcher.c
2250                 fix  implicit declaration of
2251                 sylpheed_do_idle()
2252                 Patch by Fabien Vantard
2253
2254 2006-06-06 [paul]       2.2.1cvs5
2255
2256         * src/matcher.c
2257                 fix age_greater and age_lower so that they
2258                 mean what say and not '...or equal to'
2259                 Thanks to Colin
2260
2261 2006-06-06 [paul]       2.2.1cvs4
2262
2263         * src/textview.c
2264         * src/common/utils.c
2265                 fix URI check
2266                 Thanks to Colin
2267
2268 2006-06-05 [wwp]        2.2.1cvs3
2269
2270         * manual/fr/account.xml
2271                 minor language fixes (thanks to Fabien Vantard).
2272
2273 2006-06-05 [colin]      2.2.1cvs2
2274
2275         * src/prefs_folder_item.c
2276         * src/folderview.c
2277                 Allow recursive setting of properties 
2278                 for whole mailboxes
2279         * src/matcher.c
2280                 Don't freeze on 'test' filtering rule
2281
2282 2006-06-05 [colin]      2.2.1cvs1
2283
2284         * configure.ac
2285                 Update version number following
2286                 stable release
2287
2288 2006-06-04 [wwp]        2.2.0cvs82
2289
2290         * manual/glossary.xml
2291         * manual/account.xml
2292         * manual/fr/glossary.xml
2293         * manual/fr/account.xml
2294                 added glossary section and references/links related to the Face custom header.
2295
2296 2006-06-04 [colin]      2.2.0cvs81
2297
2298         * src/summaryview.c
2299                 Skip to next message on move with no
2300                 immediate execution
2301
2302 2006-06-04 [wwp]        2.2.0cvs80
2303
2304         * manual/xml2pdf
2305                 added sanity checks, exit when needed.
2306
2307 2006-06-03 [paul]       2.2.0cvs79
2308
2309         * src/prefs_receive.c
2310                 page name is now 'Receiving'
2311         * src/prefs_send.c
2312                 page name is now 'Sending'
2313
2314 2006-06-03 [colin]      2.2.0cvs78
2315
2316         * src/plugins/spamassassin/spamassassin_gtk.c
2317                 Autoswitch to Localhost if transport was previously
2318                 disabled. Else people had to check [] Enable, then
2319                 *reselect* transport.
2320
2321 2006-06-03 [colin]      2.2.0cvs77
2322
2323         * src/plugins/pgpinline/pgpinline.c
2324         * src/plugins/pgpmime/pgpmime.c
2325                 Check that gpg_data_release_and_get_mem 
2326                 didn't fail (now, why this happens...)
2327
2328 2006-06-03 [colin]      2.2.0cvs76
2329
2330         * src/mbox.c
2331                 Fix bug #962 (Manual and/or UI should 
2332                 warn about incompatible locking 
2333                 causing dataloss)
2334
2335 2006-06-02 [cleroy]     2.2.0cvs75
2336
2337         * src/filtering.c
2338         * src/folder.c
2339         * src/procmsg.c
2340         * src/summaryview.c
2341                 Fix a few leaks
2342
2343 2006-06-02 [colin]      2.2.0cvs74
2344
2345         * src/main.c
2346                 On exit, free caches after writing them
2347                 Shuts up some valgrind false positives
2348         * src/procmsg.c
2349         * src/send_message.c
2350                 Fix races when reusing existing SMTP connections
2351                 Fix inexistant session timeout
2352         * src/toolbar.c
2353                 Display alertpanel after all queues have
2354                 been processed, not after each
2355
2356 2006-06-02 [wwp]        2.2.0cvs73
2357
2358         * manual/fr/glossary.xml
2359         * manual/fr/ack.xml
2360         * manual/ack.xml
2361                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
2362
2363 2006-06-02 [wwp]        2.2.0cvs72
2364
2365         * manual/xml2pdf
2366         * manual/dist/pdf/Makefile.am
2367         * manual/dtd/manual.xsl
2368         * manual/fr/dist/pdf/Makefile.am
2369         * manual/pl/dist/pdf/Makefile.am
2370                 we changed the procedure to generate the .pdf version of the manual.
2371                 The procedure is more modern and the .pdf we get now has a valid index.
2372                 Here are the new pre-requisites:
2373
2374                 - JRE 1.x (1.4 here): there must be one from your distro
2375                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
2376                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
2377                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
2378
2379                 See my posts for further info about the installation of this toolchain:
2380
2381                 Date: Fri, 19 May 2006 19:40:06 +0200
2382                 From: wwp <subscript@free.fr>
2383                 To: sylpheed-claws-devel@lists.sourceforge.net
2384                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
2385
2386                 and
2387
2388                 Date: Wed, 24 May 2006 12:58:49 +0200
2389                 From: wwp <subscript@free.fr>
2390                 To: sylpheed-claws-devel@lists.sourceforge.net
2391                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
2392
2393 2006-06-01 [colin]      2.2.0cvs71
2394
2395         * src/compose.c
2396                 Better guards against IMAP races
2397         * src/main.c
2398         * src/prefs_common.c
2399         * src/prefs_common.h
2400         * src/common/ssl_certificate.c
2401         * src/etpan/imap-thread.c
2402         * src/etpan/imap-thread.h
2403         * src/gtk/sslcertwindow.c
2404                 New hidden option ssl_skip_cert_check to 
2405                 avoid dups of bug #959 (libetpan linked
2406                 against gnutls and gnutls buggy on 64bit)
2407                 Present expired warning only once per
2408                 session/server.
2409         * manual/advanced.xml
2410         * manual/fr/advanced.xml
2411                 Document new option
2412
2413 2006-06-01 [wwp]        2.2.0cvs70
2414
2415         * src/messageview.c
2416                 fix for bug #961 (return receipt dialog 
2417                 complains incorrectly about return-path 
2418                 email adress being different), thanks 
2419                 to Colin.
2420
2421 2006-05-31 [cleroy]     2.2.0cvs69
2422
2423         * src/common/ssl.c
2424                 Guard against NULLs, although this
2425                 should never be an issue
2426
2427 2006-05-31 [colin]      2.2.0cvs68
2428
2429         * src/filtering.c
2430                 Use g_slist_prepend
2431         * src/imap.c
2432                 Don't remove caches when destroying folder, it
2433                 could (should) be done at exit
2434         * src/inc.c
2435                 free processing cache after incorporation
2436         * src/etpan/imap-thread.c
2437                 Maybe fix bug #959 (Crash on moving to emails 
2438                 to a imap account per ssl with a expired 
2439                 certificate.)
2440
2441 2006-05-30 [colin]      2.2.0cvs67
2442
2443         * src/summaryview.c
2444                 Put back event flush when displaying message
2445                 It avoids reading a bunch of messages just
2446                 by hitting shift-n for too long ;)
2447
2448 2006-05-29 [colin]      2.2.0cvs66
2449
2450         * src/summaryview.c
2451                 Remove useless g_warnings
2452
2453 2006-05-29 [colin]      2.2.0cvs65
2454
2455         * src/imap.c
2456                 Fix g_slist_append()s for performance
2457
2458 2006-05-29 [colin]      2.2.0cvs64
2459
2460         * src/compose.c
2461         * src/common/utils.c
2462                 Fix extraneous tab at start of addresses
2463         * src/mainwindow.c
2464                 Fix warnings (thanks to Fabien)
2465                 Fix crash at exit when composing messages 
2466                 exist
2467         * src/pop.c
2468                 Fix progress bar when deleting expired mails
2469                 Thanks to Hiro
2470         * src/summaryview.c
2471         * src/gtk/gtksctree.c
2472                 Fix re-sorting slowness
2473
2474 2006-05-29 [paul]       2.2.0cvs63
2475
2476         * src/mh.c
2477                 fetch full message when moving mails
2478                 from another mailbox, (fixed data loss
2479                 when filtering from IMAP to MH, introduced
2480                 in 2.2.0cvs57).
2481                 Thanks to Colin
2482
2483 2006-05-29 [mones]      2.2.0cvs62
2484
2485         * src/gtk/gtksctree.c
2486                 Unselect faster (patch by Colin)        
2487
2488 2006-05-26 [colin]      2.2.0cvs61
2489
2490         * src/summaryview.c
2491                 Unplug MSGINFO_UPDATE callback on delete too.
2492
2493 2006-05-26 [colin]      2.2.0cvs60
2494
2495         * src/foldersel.c
2496                 Fix bold in folder selection window with glib2.10
2497                 thanks Hiro
2498
2499 2006-05-26 [colin]      2.2.0cvs59
2500
2501         * src/procheader.c
2502                 Convert date only if necessary (and don't
2503                 try to convert from utf8 to utf8, too)
2504         * src/summaryview.c
2505                 Only set column's text if the column's 
2506                 displayed
2507
2508 2006-05-26 [colin]      2.2.0cvs58
2509
2510         * src/summaryview.c
2511         * src/gtk/gtkutils.c
2512                 Fix useless warning
2513
2514 2006-05-26 [colin]      2.2.0cvs57
2515
2516         * src/mainwindow.c
2517                 Make summaryview selectable as long as 
2518                 no message has focus
2519         * src/mh.c
2520                 Faster deletion (by implementing mh_remove_msgs)
2521                 Faster copy (avoid using mh_fetch_msg just to get
2522                 the filename)
2523                 Faster move (using move_file instead of copy_file
2524                 if MSG_IS_MOVE)
2525                 No progressbar if total number of mails to cp/mv 
2526                 is less than 100
2527         * src/summaryview.c
2528                 Fix removal from subject_table when mail gets moved
2529                 Faster deletion (g_slist_prepend instead of append)
2530         * src/gtk/gtksctree.c
2531                 Remove useless code
2532
2533 2006-05-25 [colin]      2.2.0cvs56
2534
2535         * src/common/ssl_certificate.c
2536                 Fix leak in expired cert check
2537
2538 2006-05-25 [colin]      2.2.0cvs55
2539
2540         * src/mh.c
2541                 Disable flags syncing on .mh_sequences - it
2542                 is buggy and marks mails read under unknown
2543                 conditions.
2544
2545 2006-05-25 [paul]
2546
2547         * 2.3.0-rc4 released
2548
2549 2006-05-24 [colin]      2.2.0cvs54
2550
2551         attention cvs users: if you manage to crash
2552         Sylpheed-Claws while moving, copying or deleting
2553         mails, we *are* interested in stack traces and
2554         valgrind logs. It looks stable, but one never
2555         knows...
2556
2557         * src/folder.c
2558                 Add progressbar for cache updates
2559         * src/folderutils.c
2560                 Optimize Mark all read in the current
2561                 folder
2562         * src/mh.c
2563                 Add progressbar for copy/move
2564         * src/procmsg.c
2565                 Optimize O(n^2) in copy/move
2566         * src/summaryview.c
2567         * src/gtk/gtksctree.c
2568                 Optimize O(n^2) algos
2569         * src/common/timing.h
2570                 Display ms instead of us
2571
2572 2006-05-24 [wwp]        2.2.0cvs53
2573
2574         * manual/fr/advanced.xml
2575                 updates to the French manual.
2576
2577 2006-05-24 [wwp]        2.2.0cvs52
2578
2579         * src/common/utils.c
2580                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
2581
2582 2006-05-24 [wwp]        2.2.0cvs51
2583
2584         * src/folderutils.c
2585                 fixed "mark all read" in MH folders (thanks to Colin).
2586
2587 2006-05-24 [paul]       2.2.0cvs50
2588
2589         * doc/man/sylpheed-claws.1
2590                 updated the man page
2591
2592 2006-05-23 [colin]      2.2.0cvs49
2593
2594         * src/folderview.c
2595         * src/imap.c
2596         * src/inc.c
2597         * src/mbox.c
2598         * src/messageview.c
2599         * src/news.c
2600         * src/send_message.c
2601         * src/summaryview.c
2602         * src/gtk/sslcertwindow.c
2603                 alertpanel fixes, by Fabien
2604
2605 2006-05-23 [colin]      2.2.0cvs48
2606
2607         * src/folder.c
2608         * src/folderview.c
2609         * src/msgcache.c
2610         * src/summaryview.c
2611         * src/gtk/gtksctree.c
2612         * src/gtk/gtksctree.h
2613                 More timings
2614                 Fix slow loading problem, which was caused by the
2615                 use of some gtk_ctree funcs and their use of
2616                 g_list_position while gtk_ctree_(un)link'ing.
2617                 Reap more functions from gtkctree.c to be sure we
2618                 use our (fast) version instead of theirs.
2619         * src/mh.c
2620                 Fix copy of unread mails
2621
2622
2623 2006-05-22 [wwp]        2.2.0cvs47
2624
2625         * manual/fr/advanced.xml
2626                 updated.
2627
2628 2006-05-22 [colin]      2.2.0cvs46
2629
2630         * src/filtering.c
2631                 Fix possible infinite loop. 'copy' is not a 
2632                 final action, so when encountering a 'copy',
2633                 we have to check if a previous one was set
2634                 and do it. In the same way, if we encounter
2635                 a 'move' we have to perform a possibly 
2636                 pending 'copy'. This will slow down filtering
2637                 on IMAP if move+copy or multiple copy actions
2638                 are to be done, but handling it via the batch
2639                 would be really too convoluted.
2640
2641 2006-05-22 [wwp]        2.2.0cvs45
2642
2643         * manual/fr/advanced.xml
2644         * manual/fr/faq.xml
2645         * manual/fr/glossary.xml
2646         * manual/fr/handling.xml
2647         * manual/fr/intro.xml
2648         * manual/fr/plugins.xml
2649         * manual/fr/sylpheed-claws-manual.xml
2650                 sync w/ the english manual: updates URIs, documented mailing-list
2651                 support, better explanation about the enabled/disabled feature
2652                 in filtering/processing rules by Paul.
2653
2654 2006-05-21 [colin]      2.2.0cvs44
2655
2656         * src/summaryview.c
2657                 Don't expand after building threads, but during
2658
2659 2006-05-21 [colin]      2.2.0cvs43
2660
2661         * src/procmsg.c
2662         * src/summaryview.c
2663                 More timing possibilities... For next time I have 
2664                 to find out how the hell some 3GHz computer takes
2665                 one minute to open a 30k folder...
2666
2667 2006-05-21 [colin]      2.2.0cvs42
2668
2669         * manual/pl/advanced.xml
2670         * manual/pl/faq.xml
2671         * manual/pl/glossary.xml
2672         * manual/pl/handling.xml
2673         * manual/pl/intro.xml
2674         * manual/pl/plugins.xml
2675         * manual/pl/sylpheed-claws-manual.xml
2676                 Polish manual updated by Pawel
2677
2678 2006-05-20 [colin]
2679
2680         * 2.3.0-rc3 released
2681
2682 2006-05-20 [colin]      2.2.0cvs41
2683
2684         * src/imap.c
2685                 Fix -rc2 problems:
2686                 - remove cache of moved messages from original folder
2687                 - apply new flags to messages even if they aren't appliable
2688                   via IMAP.
2689
2690 2006-05-20 [colin]
2691
2692         * 2.3.0-rc2 released
2693
2694 2006-05-19 [colin]      2.2.0cvs40
2695
2696         * src/imap.c
2697                 Don't issue SELECT in imap_change_flags
2698                 before having checked that we indeed have
2699                 some flags to change. MSG_POSTFILTERED for
2700                 example can't be used on IMAP.
2701                 Fixes bug #955 (copying messages between 
2702                 imap folders is extremely slow), which was
2703                 a regression.
2704
2705 2006-05-19 [colin]      2.2.0cvs39
2706
2707         * src/folder.c
2708         * src/folder.h
2709         * src/folderview.c
2710                 Try to fix bug #830 (Some unread messages 
2711                 get marked read in IMAP inbox):
2712                 - Prevent scanning a folder if it's being 
2713                   opened via the GUI
2714                 - Postpone opening via the GUI of a folder
2715                   currently scanned.
2716
2717
2718 2006-05-19 [wwp]        2.2.0cvs38
2719
2720         * manual/advanced.xml
2721                 fix English+typo (thanks to Paul).
2722
2723 2006-05-19 [wwp]        2.2.0cvs37
2724
2725         * manual/advanced.xml
2726         * manual/fr/advanced.xml
2727         * src/gtk/logwindow.c
2728         * src/prefs_common.c
2729         * src/prefs_common.h
2730                 added hidden prefs to allow customization of colors used in
2731                 protocol log window (useful for dark gtk+ themes).
2732
2733 2006-05-19 [wwp]        2.2.0cvs36
2734
2735         * ChangeLog
2736                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
2737
2738 2006-05-19 [paul]       2.2.0cvs35
2739
2740         * src/textview.c
2741                 make Reply-To fully clickable
2742         * src/gtk/logwindow.c
2743                 more colouring (SMTP ESMTP)
2744         Both patches by Pawel Pekala
2745
2746 2006-05-19 [cleroy]     2.2.0cvs34
2747
2748         * src/mh.c
2749                 Don't update flags from current folder
2750                 Probably fixes bug #935 (Read Messages 
2751                 Revert to Being Marked as Unread)
2752
2753 2006-05-18 [colin]      2.2.0cvs33
2754
2755         * src/imap.c
2756                 Warning fix
2757         * src/compose.c
2758         * src/mainwindow.c
2759         * src/summaryview.c
2760         * src/toolbar.c
2761                 Allow replying to multiple emails
2762                 in multiple windows
2763         * src/mimeview.c
2764         * src/etpan/imap-thread.c
2765                 Leak fixes
2766
2767 2006-05-18 [paul]       2.2.0cvs32
2768
2769         * src/summaryview.c
2770                 keep Mailing-List menu refreshed
2771                 Thanks to Colin
2772
2773 2006-05-18 [paul]       2.2.0cvs31
2774
2775         * manual/advanced.xml
2776         * manual/faq.xml
2777         * manual/glossary.xml
2778         * manual/handling.xml
2779         * manual/intro.xml
2780         * manual/plugins.xml
2781         * manual/sylpheed-claws-manual.xml
2782                 update URLs
2783                 add info about mailing-list support
2784                 edit filtering info
2785         * src/wizard.c
2786         * src/common/defs.h
2787         * src/gtk/about.c
2788         * src/plugins/dillo_viewer/README
2789                 update URLs
2790
2791 2006-05-17 [wwp]        2.2.0cvs30
2792
2793         * manual/handling.xml
2794         * manual/fr/handling.xml
2795                 documented the ability to enabled/disable filtering/processing rules.
2796
2797 2006-05-17 [colin]      2.2.0cvs29
2798
2799         * src/main.c
2800                 Don't initialize g_thread subsystem if it's 
2801                 already done (thanks to Hiro)
2802         * src/mimeview.c
2803                 Fix saving of parts when there name can't be
2804                 converted from UTF-8.
2805
2806 2006-05-17 [paul]       2.2.0cvs28
2807
2808         * po/Makefile.in.in
2809                 fix config.status warning with autoconf 2.60
2810
2811 2006-05-17 [paul]       2.2.0cvs27
2812
2813         * po/POTFILES.in
2814                 add src/mbox.c
2815
2816 2006-05-17 [wwp]        2.2.0cvs26
2817
2818         * src/mainwindow.c
2819                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2820
2821 2006-05-17 [wwp]        2.2.0cvs25
2822
2823         * src/plugins/demo/demo.c
2824                 updated product name in plugin demo (many plugins need to be
2825                 sync'ed w/ that change).
2826
2827 2006-05-17 [colin]      2.2.0cvs24
2828
2829         * src/mh.c
2830                 Fix leak
2831
2832 2006-05-16 [colin]      2.2.0cvs23
2833
2834         * src/mainwindow.c
2835                 Stupid me hit again. Fix cvs22.
2836
2837 2006-05-16 [colin]      2.2.0cvs22
2838
2839         * src/mainwindow.c
2840                 Fix bug #922 (sylpheed-claws crashed after 
2841                 pushing on Inbox folder)
2842
2843 2006-05-16 [colin]      2.2.0cvs21
2844
2845         * src/compose.c
2846                 Make From header be copy/paste/select-able
2847
2848 2006-05-16 [wwp]        2.2.0cvs20
2849
2850         * src/export.c
2851         * src/matcher.c
2852         * src/summaryview.c
2853         * src/etpan/imap-thread.c
2854                 fix some compiler warnings (thanks to Colin).
2855
2856 2006-05-16 [wwp]        2.2.0cvs19
2857
2858         * src/action.c
2859         * src/gedit-print.c
2860         * src/inc.c
2861         * src/mainwindow.c
2862         * src/mh.c
2863         * src/statusbar.c
2864         * src/send_message.c
2865         * src/summaryview.c
2866                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2867
2868 2006-05-15 [colin]      2.2.0cvs18
2869
2870         * src/procmsg.c
2871                 Fix automatic rule creation with List-Post
2872
2873 2006-05-15 [paul]       2.2.0cvs17
2874
2875         * tools/filter_conv_new.pl
2876                 updated for rule enabling/disabling
2877                 claws version >= 2.3.x required
2878
2879 2006-05-15 [cleroy]     2.2.0cvs16
2880
2881         * src/main.c
2882                 Revert test
2883
2884 2006-05-15 [cleroy]     2.2.0cvs15
2885
2886         * src/main.c
2887                 test
2888
2889 2006-05-15 [wwp]        2.2.0cvs14
2890
2891         * manual/pl/.cvsignore
2892                 ignore generated files.
2893
2894 2006-05-14 [wwp]        2.3.0-rc1
2895
2896         * 2.3.0-rc1 released
2897
2898 2006-05-13 [wwp]        2.2.0cvs13
2899
2900         * src/filtering.c
2901         * src/filtering.h
2902         * src/matcher.c
2903         * src/matcher_parser_lex.l
2904         * src/matcher_parser_parse.y
2905         * src/prefs_filtering.c
2906                 new feature: provide the ability to disable filtering and processing
2907                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2908                 adaptations.
2909
2910 2006-05-13 [colin]      2.2.0cvs12
2911
2912         * src/compose.c
2913                 Remove useless if (a) b; else b;
2914                 Thanks to wwp
2915
2916 2006-05-13 [wwp]        2.2.0cvs11
2917
2918         * src/export.c
2919         * src/import.c
2920         * src/mainwindow.c
2921         * src/mbox.c
2922         * src/summaryview.c
2923         * src/summaryview.h
2924                 no more silent failures (or at least less ones) when importing
2925                 or exporting from/to mbox. Also start importing/exporting if
2926                 the necessary info is set.
2927
2928 2006-05-13 [wwp]        2.2.0cvs10
2929
2930         * RELEASE_NOTES
2931                 restored up-to-date release notes.
2932
2933 2006-05-13 [paul]       2.2.0cvs9
2934
2935         * po/nl.po
2936         * po/ru.po
2937                 updated by Tim Dijkstra and Pavlo Bohmat
2938
2939 2006-05-12 [colin]      2.2.0cvs8
2940
2941         * src/gtk/quicksearch.c
2942                 Add "k" as shortcut for "colorlabel". Patch
2943                 by ath42@users.sf.net.
2944
2945 2006-05-12 [paul]       2.2.0cvs7
2946
2947         * src/prefs_common.h
2948         * src/prefs_summaries.c
2949         * src/summaryview.c
2950                 when entering a folder also allow
2951                 going directly to first Marked message
2952
2953 2006-05-12 [paul]       2.2.0cvs6
2954
2955         * src/summaryview.c
2956                 always obey 'confirm before marking all
2957                 mails read' option
2958
2959 2006-05-12 [paul]       2.2.0cvs5
2960
2961         * src/textview.c
2962                 make Sender fully clickable
2963
2964 2006-05-12 [colin]      2.2.0cvs4
2965
2966         * src/compose.c
2967         * src/compose.h
2968                 Let From be editable
2969         * src/main.c
2970         * src/mh.c
2971                 Full support of .mh_sequences' Unseen seq
2972
2973 2006-05-12 [colin]      2.2.0cvs3
2974
2975         * src/folder.c
2976         * src/mainwindow.c
2977         * src/mainwindow.h
2978         * src/messageview.c
2979         * src/prefs_spelling.c
2980         * src/procheader.c
2981         * src/procmsg.c
2982         * src/procmsg.h
2983         * src/summaryview.c
2984         * src/toolbar.c
2985         * src/toolbar.h
2986                 Add contextual menu on Compose toolbar
2987                 button. Fixes bug #944 (Automatic
2988                 addresses not applied when changing account
2989                 from compose window)
2990                 add Mailing List support
2991                 based on the old 0.6.5claws25 patch by
2992                 Melvin Hadasht, with finishing touches
2993                 by Colin
2994                 Fix "ignore thread" when mails are threaded by
2995                 subject (and weren't ignored although appearing
2996                 in the thread).
2997                 GUI rework.
2998                 Both patches by Pawel.
2999
3000 2006-05-08 [paul]       2.2.0cvs2
3001
3002         * src/mainwindow.c
3003         * src/mainwindow.h
3004         * src/messageview.c
3005         * src/procheader.c
3006         * src/procmsg.c
3007         * src/procmsg.h
3008         * src/summaryview.c
3009                 add Mailing List support
3010                 based on the old 0.6.5claws25 patch by 
3011                 Melvin Hadasht, with finishing touches
3012                 by Colin
3013
3014 2006-05-08 [colin]      2.2.0cvs1
3015
3016         * src/mainwindow.c
3017         * src/toolbar.c
3018         * src/toolbar.h
3019                 Add contextual menu on Compose toolbar 
3020                 button. Fixes bug #944 (Automatic 
3021                 addresses not applied when changing account 
3022                 from compose window)
3023
3024 2006-05-08 [paul]       2.2.0
3025
3026         2.2.0 released
3027
3028 2006-05-08 [paul]       2.1.1cvs51
3029
3030         * po/cs.po
3031         * po/de.po
3032         * po/en_GB.po
3033         * po/fi.po
3034         * po/fr.po
3035         * po/pt_BR.po
3036         * po/sr.po
3037         * po/zh_CN.po
3038                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3039                 Fabien Vantard, Frederico Goncalves Guimaraes,
3040                 Aleksandar Urosevic, and Ralgh Young
3041
3042 2006-05-12 [colin]      2.1.1cvs50
3043
3044         * po/cs.po
3045         * po/de.po
3046         * po/en_GB.po
3047         * po/es.po
3048         * po/fi.po
3049         * po/fr.po
3050         * po/pt_BR.po
3051         * po/sr.po
3052         * po/zh_CN.po
3053                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3054                 Fabien Vantard, Frederico Goncalves Guimaraes,
3055                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
3056
3057 2006-05-05 [colin]      2.1.1cvs49
3058
3059         * manual/Makefile.am
3060         * manual/pl/Makefile.am
3061         * manual/pl/account.xml
3062         * manual/pl/ack.xml
3063         * manual/pl/addrbook.xml
3064         * manual/pl/advanced.xml
3065         * manual/pl/faq.xml
3066         * manual/pl/glossary.xml
3067         * manual/pl/gpl.xml
3068         * manual/pl/handling.xml
3069         * manual/pl/intro.xml
3070         * manual/pl/keyboard.xml
3071         * manual/pl/plugins.xml
3072         * manual/pl/starting.xml
3073         * manual/pl/sylpheed-claws-manual.xml
3074         * manual/pl/dist/.cvsignore
3075         * manual/pl/dist/Makefile.am
3076         * manual/pl/dist/html/.cvsignore
3077         * manual/pl/dist/html/Makefile.am
3078         * manual/pl/dist/pdf/.cvsignore
3079         * manual/pl/dist/pdf/Makefile.am
3080         * manual/pl/dist/ps/.cvsignore
3081         * manual/pl/dist/ps/Makefile.am
3082         * manual/pl/dist/txt/.cvsignore
3083         * manual/pl/dist/txt/Makefile.am
3084                 Add the polish translation of the manual,
3085                 Authored by Pawel Pekala.
3086
3087 2006-05-05 [cleroy]     2.1.1cvs48
3088
3089         * src/main.c
3090                 Re-read matcherrc after loading plugins 
3091                 if some of them add folders.
3092
3093 2006-05-03 [colin]      2.1.1cvs47
3094
3095         * src/imap.c
3096                 I'm idiot
3097
3098 2006-05-03 [colin]      2.1.1cvs46
3099
3100         * src/imap.c
3101                 Be sure to have a session when
3102                 getting separator
3103
3104 2006-05-03 [colin]      2.1.1cvs45
3105
3106         * src/imap.c
3107         * src/imap.h
3108         * src/imap_gtk.c
3109                 Fix preventing renaming with namespace 
3110                 separator.
3111
3112 2006-05-01 [colin]      2.1.1cvs44
3113
3114         * src/action.c
3115                 Don't reload messageview when result of
3116                 action is piped.
3117
3118 2006-04-29 [colin]      2.1.1cvs43
3119
3120         * src/prefs_receive.c
3121         * src/plugins/spamassassin/spamassassin_gtk.c
3122         * src/plugins/clamav/clamav_plugin_gtk.c
3123                 GUI fixes by Pawel
3124
3125 2006-04-29 [colin]      2.1.1cvs42
3126
3127         * src/prefs_compose_writing.c
3128         * src/prefs_quote.c
3129                 Cleanups. Patch by Pawel
3130
3131 2006-04-28 [paul]       2.1.1cvs41
3132
3133         * src/matcher.c
3134                 fix returned quick search results when search
3135                 term contains an underscore.
3136                 Thanks to Colin
3137
3138 2006-04-28 [paul]       2.1.1cvs40
3139
3140         * src/prefs_message.c
3141         * src/prefs_receive.c
3142                 GUI cleanups
3143                 Patches by Pawel Pekala
3144
3145 2006-04-27 [colin]      2.1.1cvs39
3146
3147         * src/wizard.c
3148                 Differentiate subject Welcome from
3149                 window's title Welcome
3150
3151 2006-04-27 [paul]
3152
3153         2.2.0-rc1 released
3154
3155 2006-04-27 [paul]       2.1.1cvs38
3156
3157         * manual/advanced.xml
3158         * manual/fr/advanced.xml
3159                 add info about compose_no_markup hidden pref
3160
3161 2006-04-27 [paul]       2.1.1cvs37
3162
3163         * src/prefs_account.c
3164                 improve privacy labels
3165         * src/prefs_msg_colors.c
3166                 change some strings for translators' convenience
3167         * src/gtk/gtkutils.c
3168                 don't underline the link button text
3169
3170 2006-04-25 [colin]      2.1.1cvs36
3171
3172         * src/folder.c
3173                 Complete 2.1.1cvs33 (once more ;)
3174
3175 2006-04-25 [colin]      2.1.1cvs35
3176
3177         * src/editldap.c
3178                 Fix tooltip
3179
3180 2006-04-25 [cleroy]     2.1.1cvs34
3181
3182         * src/compose.c
3183         * src/gtk/gtkaspell.c
3184                 Fix crash on redirect (related to the return 
3185                 of the aspell menu in compose's toolbar)
3186         * src/prefs_msg_colors.c
3187                 Fix sensitivity widgets
3188         * src/image_viewer.c
3189         * src/gtk/pluginwindow.c
3190         * src/gtk/prefswindow.c
3191                 Change released signals to clicked (Fabien)
3192         * po/POTFILES.in
3193         * src/common/socket.c
3194         * src/plugins/spamassassin/spamassassin.c
3195                 Translate strings (Fabien)
3196
3197 2006-04-25 [paul]       2.1.1cvs33
3198
3199         * src/folder.c
3200         * src/folder.h
3201         * src/folderview.c
3202                 complete the fix of bug #912
3203                 Thanks to Colin
3204
3205 2006-04-25 [colin]      2.1.1cvs32
3206
3207         * src/news.c
3208                 Better progress bar
3209         * src/mimeview.c
3210         * src/summaryview.c
3211         * src/summaryview.h
3212                 Fix focus chain
3213                 Patches by Pawel Pekala
3214
3215 2006-04-24 [colin]      2.1.1cvs31
3216
3217         * src/compose.c
3218                 Fix compilation warnings (Fabien)
3219
3220 2006-04-24 [colin]      2.1.1cvs30
3221
3222         * src/addrindex.c
3223         * src/editldap.c
3224         * src/editldap_basedn.c
3225         * src/editldap_basedn.h
3226         * src/ldapctrl.c
3227         * src/ldapctrl.h
3228         * src/ldapquery.c
3229         * src/ldaputil.c
3230         * src/ldaputil.h
3231                 Fix bug #901 (LDAPS support)
3232
3233 2006-04-24 [colin]      2.1.1cvs29
3234
3235         * src/compose.c
3236                 Fix logic on error with send dialog on
3237         * src/imap.c
3238                 Fix compilation without libetpan, thanks
3239                 to Fabien
3240         * src/summaryview.c
3241                 Fix 'context-menu' key
3242
3243 2006-04-23 [colin]      2.1.1cvs28
3244
3245         * src/folder.c
3246                 Never free current's cache to free up 
3247                 memory. Fixes bug #912 (new count 
3248                 randomly set to message count)
3249
3250 2006-04-23 [colin]      2.1.1cvs27
3251
3252         * src/gtk/quicksearch.c
3253                 And remove printf...
3254
3255 2006-04-23 [colin]      2.1.1cvs26
3256
3257         * src/gtk/quicksearch.c
3258                 Fix replacing in quicksearch, and fix inserting
3259                 in the middle of the string. (introduced at 2.1.0cvs22)
3260
3261 2006-04-23 [colin]      2.1.1cvs25
3262
3263         * src/imap.c
3264                 Make sure uidnext is initialized in get_num_list
3265                 (not for stable, related to 2.1.1cvs8 and friends)
3266
3267 2006-04-23 [colin]      2.1.1cvs24
3268
3269         * src/imap.c
3270                 Output something when login is successful
3271                 too
3272
3273 2006-04-23 [colin]      2.1.1cvs23
3274
3275         * src/etpan/imap-thread.c
3276                 Better logging (line-per-line, hide data in fetch)
3277                 Fix a const warning
3278         * src/gtk/logwindow.c
3279         * src/gtk/logwindow.h
3280                 Better logging (color for input/output)
3281
3282 2006-04-21 [colin]      2.1.1cvs22
3283
3284         * src/gtk/quicksearch.c
3285                 On gtk+-2.8, use stock buttons in quicksearch
3286                 Based on a patch by Fabien and a design by Paul
3287
3288 2006-04-21 [colin]      2.1.1cvs21
3289
3290         * src/folderview.c
3291         * src/mainwindow.c
3292                 Fix occasional flicker in folderview
3293         * src/common/utils.c
3294                 Fix bug #943 (Incorrectly parsed email address 
3295                 list in short headers on message view and in 
3296                 printouts)
3297
3298 2006-04-20 [colin]      2.1.1cvs20
3299
3300         * src/imap.c
3301         * src/imap.h
3302         * src/prefs_account.c
3303                 Add ANONYMOUS auth for IMAP
3304
3305 2006-04-20 [paul]       2.1.1cvs19
3306
3307         * src/main.c
3308                 proper fix for 2.1.1cvs18
3309                 Thanks to Colin
3310
3311 2006-04-20 [paul]       2.1.1cvs18
3312
3313         * src/main.c
3314                 fix build warnings
3315
3316 2006-04-20 [paul]       2.1.1cvs17
3317
3318         * src/gtk/quicksearch.c
3319                 fix standard, non-extended Quick search,
3320                 was broken in 2.1.1cvs15.
3321                 Thanks to Colin.
3322
3323 2006-04-20 [colin]      2.1.1cvs16
3324
3325         * src/prefs_matcher.c
3326                 Fix values when reselecting a ~test
3327                 rule
3328
3329 2006-04-19 [colin]      2.1.1cvs15
3330
3331         * src/compose.c
3332         * src/compose.h
3333         * src/gtk/gtkaspell.c
3334         * src/gtk/gtkaspell.h
3335                 Put back Options menu in Spelling/
3336         * src/gtk/quicksearch.c
3337                 Don't search, and show error, if the
3338                 advanced search has a syntax error
3339
3340 2006-04-18 [colin]      2.1.1cvs14
3341
3342         * src/textview.c
3343                 Fix gdk warnings on set_cursor when textview
3344                 isn't visible
3345
3346 2006-04-18 [colin]      2.1.1cvs13
3347
3348         * src/gtk/gtksctree.c
3349                 Remove seemingly useless refresh that causes
3350                 flicker - watch this commit in case of 
3351                 problems before planned backport to stable
3352
3353 2006-04-18 [colin]      2.1.1cvs12
3354
3355         * src/imap.c
3356                 Factorize get/set_xml code
3357         * src/compose.c
3358         * src/prefs_account.c
3359         * src/prefs_account.h
3360         * src/procmsg.c
3361                 Add Encrypt to self option
3362
3363 2006-04-17 [colin]      2.1.1cvs11
3364
3365         * configure.ac
3366                 Fix search on encrpyt function on dragonfly
3367                 Patch by Jonathan Buschmann <jonthn@agmact.com>
3368
3369 2006-04-17 [colin]      2.1.1cvs10
3370
3371         * src/prefs_account.c
3372                 Be safe by default: remove mails from POP3
3373                 after 7 days, not immediately
3374
3375 2006-04-17 [colin]      2.1.1cvs9
3376
3377         * src/etpan/imap-thread.c
3378                 Fix build on DragonFly - patch by 
3379                 Jonathan Buschmann <jonthn@agmact.com>
3380
3381 2006-04-17 [colin]      2.1.1cvs8
3382
3383         * src/imap.c
3384                 Save uidnext between sessions
3385
3386 2006-04-17 [colin]      2.1.1cvs7
3387
3388         * src/imap.c
3389                 scan is required when uid validity changes
3390
3391 2006-04-17 [colin]      2.1.1cvs6
3392
3393         * src/folderview.c
3394                 Don't scan if not necessary, apart in current
3395                 folder and INBOX to fetch flags.
3396         * src/imap.c
3397                 Scan is necessary if unread count changes
3398
3399 2006-04-17 [colin]      2.1.1cvs5
3400
3401         * src/imap.c
3402                 ...But always fetch ANSWERED and DELETED flags for
3403                 INBOX, as filtering can happen on these flags.
3404
3405 2006-04-17 [colin]      2.1.1cvs4
3406
3407         * src/imap.c
3408                 Don't fetch REPLIED and DELETED flags when synchronising
3409                 flags with a closed folder. We only need UNSEEN and FLAGGED
3410                 to update the folderview.
3411
3412 2006-04-17 [colin]      2.1.1cvs3
3413
3414         * src/imap.c
3415                 Faster flag search when there are new mails 
3416                 in a folder. We can do a full search if the 
3417                 folder contains less messages than the new
3418                 list.
3419
3420 2006-04-17 [colin]      2.1.1cvs2
3421
3422         * po/cs.po
3423         * po/de.po
3424         * po/fr.po
3425         * po/nl.po
3426         * po/pt_BR.po
3427                 Update translations from stable branch
3428
3429 2006-04-17 [colin]      2.1.1cvs1
3430
3431         * configure.ac
3432                 Bump version to follow stable release
3433
3434 2006-04-16 [mones]      2.1.0cvs50
3435
3436         * po/es.po
3437                 Updated for release
3438
3439 2006-04-16 [colin]      2.1.0cvs49
3440
3441         * src/textview.c
3442                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
3443                 with gtk < 2.8. Thanks to Fabien Vantard.
3444
3445 2006-04-15 [colin]      2.1.0cvs48
3446
3447         * src/etpan/imap-thread.c
3448                 Fix bug #919 (libetpan: SEGV when connecting 
3449                 using command)
3450
3451 2006-04-14 [colin]      2.1.0cvs47
3452
3453         * src/main.c
3454                 Fix race on --select (should be done better)
3455
3456 2006-04-14 [wwp]        2.1.0cvs46
3457
3458         * src/send_message.c
3459                 enforce a check for domain in account prefs (a sending
3460                 error could be faced if domain was checked but no value set),
3461                 thanks to Colin.
3462
3463 2006-04-14 [colin]      2.1.0cvs45
3464
3465         * src/codeconv.c
3466                 when converting from unknown to unknown, if the
3467                 string is UTF8, don't convert it to the locale
3468                 (which breaks it)
3469
3470 2006-04-14 [colin]      2.1.0cvs44
3471
3472         * src/compose.c
3473                 Don't try to use ASCII for converting headers
3474                 (as done in body)
3475
3476 2006-04-14 [paul]       2.1.0cvs43
3477
3478         * src/crash.c
3479                 add locale/charset info to crash report
3480         * src/gtk/about.c
3481                 add wwp to doc team
3482                 replace 'e-mail' with preferred 'email'
3483         * src/gtk/authors.h
3484                 ensure contributors list is in alphabetical
3485                 order
3486
3487 2006-04-13 [colin]      2.1.0cvs42
3488
3489         * src/textview.c
3490                 Prevent gdk warnings
3491
3492 2006-04-13 [colin]      2.1.0cvs41
3493
3494         * src/common/ssl_certificate.c
3495         * src/common/ssl_certificate.h
3496         * src/gtk/sslcertwindow.c
3497                 Warn on expired certs, and display the expiration date
3498
3499 2006-04-13 [colin]      2.1.0cvs40
3500
3501         * src/plugins/spamassassin/spamassassin_gtk.c
3502                 Fix missing set_text on unix socket
3503
3504 2006-04-13 [wwp]        2.1.0cvs39
3505
3506         * manual/fr/advanced.xml
3507         * manual/fr/glossary.xml
3508                 applied new spam/ham/email lexicon (pourriel, courriel)
3509
3510 2006-04-13 [paul]       2.1.0cvs38
3511
3512         * src/plugins/pgpmime/plugin.c
3513                 remove the mention of S/MIME from the
3514                 description. This is now handled by the
3515                 S/MIME plugin.
3516
3517 2006-04-13 [paul]       2.1.0cvs37
3518
3519         * src/prefs_msg_colors.c
3520                 rework dialog
3521         * src/prefs_folder_item.c
3522         * src/prefs_spelling.c
3523                 add a tooltip to the colour selector buttons
3524
3525 2006-04-13 [wwp]        2.1.0cvs36
3526
3527         * manual/advanced.xml
3528         * manual/glossary.xml
3529         * manual/handling.xml
3530         * manual/keyboard.xml
3531         * manual/plugins.xml
3532         * manual/starting.xml
3533         * manual/fr/account.xml
3534         * manual/fr/ack.xml
3535         * manual/fr/addrbook.xml
3536         * manual/fr/advanced.xml
3537         * manual/fr/faq.xml
3538         * manual/fr/glossary.xml
3539         * manual/fr/gpl.xml
3540         * manual/fr/handling.xml
3541         * manual/fr/intro.xml
3542         * manual/fr/keyboard.xml
3543         * manual/fr/plugins.xml
3544         * manual/fr/starting.xml
3545         * manual/fr/sylpheed-claws-manual.xml
3546                 fixes to the manuals:
3547                  - summaryview -> Message List (same in French)
3548                  - translate key names
3549                  - fix French punctuation, use non-breakable spaces when
3550                    necessary, don't use &thinsp; which is not portable
3551                  - tell what maildir and mbox formats we support
3552
3553 2006-04-12 [wwp]        2.1.0cvs35
3554
3555         * src/prefs_toolbar.c
3556                 unified a replace button more,
3557                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3558
3559 2006-04-12 [wwp]        2.1.0cvs34
3560
3561         * src/prefs_common.c
3562         * src/prefs_msg_colors.c
3563                 make default color labels translatable,
3564                 patch from Fabien Vantard <fzzzzz@gmail.com>,
3565                 thanks to Tim <timbrain@post.cz> for reporting.
3566
3567 2006-04-12 [wwp]        2.1.0cvs33
3568
3569         * manual/glossary.xml
3570         * manual/intro.xml
3571         * manual/plugins.xml
3572         * manual/starting.xml
3573         * manual/sylpheed-claws-manual.xml
3574         * manual/fr/.cvsignore
3575         * manual/fr/account.xml
3576         * manual/fr/ack.xml
3577         * manual/fr/addrbook.xml
3578         * manual/fr/advanced.xml
3579         * manual/fr/faq.xml
3580         * manual/fr/glossary.xml
3581         * manual/fr/handling.xml
3582         * manual/fr/intro.xml
3583         * manual/fr/keyboard.xml
3584         * manual/fr/plugins.xml
3585         * manual/fr/starting.xml
3586         * manual/fr/sylpheed-claws-manual.xml
3587                 various fixes: typos, missing .fr translations, punctuation,
3588                 capitalization, links, accents and some bad French more.
3589
3590 2006-04-12 [wwp]        2.1.0cvs32
3591
3592         * src/prefs_gtk.c
3593                 fix for bug #935: always store prefs files in UTF-8 (thanks
3594                 to Colin).
3595
3596 2006-04-11 [colin]      2.1.0cvs31
3597
3598         * src/compose.c
3599                 Fix inserting files not in utf8 when locale is utf8
3600
3601 2006-04-11 [colin]      2.1.0cvs30
3602
3603         * src/inc.c
3604                 Don't show error dialog when cancelling connection
3605                 Patch by Pawel
3606
3607 2006-04-11 [cleroy]     2.1.0cvs29
3608
3609         * src/compose.c
3610                 Implement multiple quote levels
3611         * src/prefs_common.c
3612                 Change a little bit the quote bgcolor for 2nd level
3613
3614 2006-04-11 [colin]      2.1.0cvs28
3615
3616         * src/gtk/about.c
3617                 Add locale and charset in the label
3618
3619 2006-04-10 [colin]      2.1.0cvs27
3620
3621         * src/compose.c
3622         * src/prefs_common.c
3623         * src/prefs_common.h
3624         * src/prefs_msg_colors.c
3625         * src/textview.c
3626                 Allow optional background color in quotes
3627                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
3628                 GTK+-2.8.x feature
3629
3630 2006-04-10 [colin]      2.1.0cvs26
3631
3632         * src/main.c
3633         * src/mainwindow.c
3634         * src/mainwindow.h
3635                 Implement --select
3636
3637 2006-04-10 [colin]      2.1.0cvs25
3638
3639         * manual/plugins.xml
3640         * manual/fr/plugins.xml
3641                 Document libcurl's proxy variables
3642
3643 2006-04-09 [colin]      2.1.0cvs24
3644
3645         * src/prefs_common.c
3646                 gettext() returns statically allocated stuff. We have
3647                 to strdup it in order to be able to free it.
3648
3649 2006-04-09 [colin]      2.1.0cvs23
3650
3651         * AUTHORS
3652         * src/gtk/authors.h
3653                 Add Alexei
3654
3655 2006-04-09 [colin]      2.1.0cvs22
3656
3657         * src/mainwindow.c
3658         * src/gtk/quicksearch.c
3659                 Fix bug #859 (problems with cyrilic input in 
3660                 search panel) - Patch by Alexey Illarionov 
3661                 <littlesavage@rambler.ru>
3662
3663 2006-04-09 [colin]      2.1.0cvs21
3664
3665         * src/prefs_customheader.c
3666                 I prefer removing then freeing rather than the contrary
3667                 (even if it doesn't change anything ;-)
3668         * src/prefs_account.c
3669                 Fix bug #933 (Crash re-entering the custom headers list 
3670                 dialog in accounts prefs)
3671                 The problem happened when cancelling the Account 
3672                 Preferences' dialogs - in which case we didn't do 
3673                 anything to the PrefsAccount * struct. In case of applying,
3674                 the old ac_prefs was replaced with the tmp_ac_prefs we were
3675                 working with in this dialog. The problem is that 
3676                 prefs_customheader.c, working on this tmp_ac_prefs, always
3677                 changes the ->customhdr_list pointer, even when cancelled. 
3678                 So in case of cancelling the prefs_account dialog, we still
3679                 have to update ->customhdr_list in the real account.
3680
3681 2006-04-08 [colin]      2.1.0cvs20
3682
3683         * manual/fr/glossary.xml
3684         * manual/fr/keyboard.xml
3685                 Forgot some headers :)
3686
3687 2006-04-08 [colin]      2.1.0cvs19
3688
3689         * manual/Makefile.am
3690         * manual/fr/Makefile.am
3691         * manual/fr/account.xml
3692         * manual/fr/ack.xml
3693         * manual/fr/addrbook.xml
3694         * manual/fr/advanced.xml
3695         * manual/fr/faq.xml
3696         * manual/fr/glossary.xml
3697         * manual/fr/gpl.xml
3698         * manual/fr/handling.xml
3699         * manual/fr/intro.xml
3700         * manual/fr/keyboard.xml
3701         * manual/fr/plugins.xml
3702         * manual/fr/starting.xml
3703         * manual/fr/sylpheed-claws-manual.xml
3704         * manual/fr/dist/.cvsignore
3705         * manual/fr/dist/Makefile.am
3706         * manual/fr/dist/html/.cvsignore
3707         * manual/fr/dist/html/Makefile.am
3708         * manual/fr/dist/pdf/.cvsignore
3709         * manual/fr/dist/pdf/Makefile.am
3710         * manual/fr/dist/ps/.cvsignore
3711         * manual/fr/dist/ps/Makefile.am
3712         * manual/fr/dist/txt/.cvsignore
3713         * manual/fr/dist/txt/Makefile.am
3714                 Add the french translation of the manual. Thanks to
3715                 Olivier Delhomme <olivier.delhomme@free.fr> for 
3716                 account.xml, ack.xml, addrbook.xml and advanced.xml
3717
3718 2006-04-08 [colin]      2.1.0cvs18
3719
3720         * manual/plugins.xml
3721         * manual/starting.xml
3722                 More fixes
3723
3724 2006-04-07 [colin]      2.1.0cvs17
3725
3726         * manual/faq.xml
3727         * manual/intro.xml
3728         * manual/keyboard.xml
3729                 Little fixes
3730
3731 2006-04-07 [colin]      2.1.0cvs16
3732
3733         * README
3734         * src/compose.c
3735         * src/prefs_common.c
3736         * src/prefs_common.h
3737                 Add hidden compose_no_markup pref
3738
3739 2006-04-07 [wwp]        2.1.0cvs15
3740
3741         * src/summary_search.c
3742         * .cvsignore
3743                 Bugfix: stop button was sticky when searching in an empty folder.
3744                 Applied curly brackets code style to the whole file (summary_search.c).
3745                 More files to ignore.
3746
3747 2006-04-07 [wwp]        2.1.0cvs14
3748
3749         * src/message_search.c
3750         * src/summary_search.c
3751                 changed default button when search bumps at file/folder
3752                 beginning or end, for convenience (thanks to Colin).
3753
3754 2006-04-07 [paul]       2.1.0cvs13
3755
3756         * src/plugins/dillo_viewer/dillo_prefs.c
3757                 avoid future potential for namespace collision
3758                 Patch by Colin
3759
3760 2006-04-06 [wwp]        2.1.0cvs12
3761
3762         * src/summary_search.c
3763                 Unify extended/advanced searches names (and thus factorize labels),
3764                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3765
3766 2006-04-06 [wwp]        2.1.0cvs11
3767
3768         * src/folderview.c
3769         * src/prefs_themes.c
3770         * src/summaryview.c
3771                 Fixed some compilation warnings.
3772
3773 2006-04-06 [colin]      2.1.0cvs10
3774
3775         * manual/advanced.xml
3776                 Document the wizard template and how to deploy
3777                 Sylpheed-Claws effectively
3778
3779 2006-04-06 [colin]      2.1.0cvs9
3780
3781         * src/folderview.c
3782                 gettext patch to tell translators about _("#"),
3783                 by Maxim Britov
3784
3785 2006-04-06 [colin]      2.1.0cvs8
3786
3787         * src/textview.c
3788                 Fix invalid GtkTextBIter after clicking "Display as text"
3789
3790 2006-04-06 [mones]      2.1.0cvs7
3791
3792         * src/addr_compl.c
3793         * src/addrindex.c
3794         * src/addritem.c
3795         * src/codeconv.c
3796         * src/compose.c
3797         * src/filtering.c
3798         * src/folder.c
3799         * src/folder_item_prefs.c
3800         * src/folderview.c
3801         * src/localfolder.c
3802         * src/matcher.c
3803         * src/mimeview.c
3804         * src/prefs_msg_colors.c
3805         * src/prefs_spelling.c
3806         * src/prefs_themes.c
3807         * src/procmime.c
3808         * src/procmsg.c
3809         * src/stock_pixmap.c
3810         * src/summaryview.c
3811         * src/textview.c
3812         * src/toolbar.c
3813         * src/common/mgutils.c
3814         * src/common/prefs.c
3815         * src/common/ssl_certificate.c
3816         * src/gtk/colorlabel.c
3817         * src/gtk/quicksearch.c
3818         * src/plugins/pgpmime/pgpmime.c
3819         * src/plugins/spamassassin/spamassassin.c
3820                 Removed redundant NULL checks for g_free() calls.
3821                 Patch by Pawel Pekala.
3822
3823 2006-04-06 [mones]      2.1.0cvs6
3824
3825         * src/prefs_actions.c
3826         * src/prefs_filtering.c
3827         * src/prefs_filtering_action.c
3828         * src/prefs_matcher.c
3829         * src/prefs_template.c
3830         * src/gtk/gtkutils.c
3831         * src/gtk/gtkutils.h
3832                 Have a nice replace button. Patch by Pawel Pekala
3833
3834 2006-04-06 [colin]      2.1.0cvs5
3835
3836         * src/addressbook.c
3837                 Fix crash with empty columns
3838
3839 2006-04-05 [colin]      2.1.0cvs4
3840
3841         * src/wizard.c
3842         * src/prefs_gtk.c
3843                 Allow wizard customization with pre-filled values
3844
3845 2006-04-05 [colin]      2.1.0cvs3
3846
3847         * src/textview.c
3848         * src/mimeview.c
3849         * src/mimeview.h
3850                 Nicer messages in mimeview
3851
3852 2006-04-05 [colin]      2.1.0cvs2
3853
3854         * src/addressbook.c
3855         * src/prefs_summaries.c
3856                 i18n fix
3857
3858 2006-04-05 [colin]      2.1.0cvs1
3859
3860         * src/plugins/pgpcore/plugin.c
3861         * src/plugins/pgpcore/select-keys.c
3862         * src/plugins/pgpcore/select-keys.h
3863         * src/plugins/pgpcore/sgpgme.c
3864         * src/plugins/pgpcore/sgpgme.h
3865         * src/plugins/pgpinline/pgpinline.c
3866         * src/plugins/pgpinline/plugin.c
3867         * src/plugins/pgpmime/pgpmime.c
3868         * src/plugins/pgpmime/plugin.c
3869                 Factorize and generalize a bit 
3870                 Drop S/MIME signature verification from PGP/MIME
3871                 (adding it as another, more complete plugin)
3872
3873 2006-04-05 [paul]       2.1.0
3874
3875         2.1.0 released
3876
3877 2006-04-05 [paul]       2.0.0cvs186
3878
3879         * manual/advanced.xml
3880                 add info on colour labels
3881
3882 2006-04-05 [paul]       2.0.0cvs185
3883
3884         * po/bg.po
3885         * po/cs.po
3886         * po/de.po
3887         * po/el.po
3888         * po/en_GB.po
3889         * po/fi.po
3890         * po/fr.po
3891         * po/it.po
3892         * po/nl.po
3893         * po/pl.po
3894         * po/pt_BR.po
3895         * po/sr.po
3896         * po/zh_CN.po
3897                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3898                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3899                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3900                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3901         * src/gtk/authors.h
3902         * tools/claws.i18n.status.pl
3903                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3904                 and new Czech translator, Tim <timbrain@post.cz>
3905
3906 2006-04-05 [mones]      2.0.0cvs184
3907
3908         * po/es.po
3909                 Updated translation
3910
3911 2006-04-05 [colin]      2.0.0cvs183
3912
3913         * src/gtk/quicksearch.c
3914                 Fix bug #929 (unnecessary reload in quick search bar)
3915
3916 2006-04-05 [colin]      2.0.0cvs182
3917
3918         * src/compose.c
3919                 Fix crash on Reply with no From:
3920                 Show signature and conversion error on queuing 
3921                 (but not sending)
3922         * src/mainwindow.c
3923         * src/summaryview.c
3924         * src/summaryview.h
3925                 Factorize threading code and make sure msginfo 
3926                 is not null when it comes from a GtkCTreeRow's 
3927                 data
3928         * src/gtk/gtkaspell.c
3929                 Check for necessary things
3930         * src/gtk/gtksctree.c
3931         * src/gtk/gtksctree.h
3932                 Reset anchor if necessary when removing node
3933
3934 2006-03-29 [colin]      2.0.0cvs181
3935
3936         * src/folderview.c
3937                 Warn for disabled IMAP accounts (due to lack of
3938                 libetpan). Breaks string-freeze - sorry - but it
3939                 is kind of important ;)
3940
3941 2006-03-28 [colin]      2.0.0cvs180
3942
3943         * src/gtk/gtkutils.c
3944         * src/gtk/gtkutils.h
3945                 Add a gtkut_get_link_btn() function that
3946                 creates a button which acts like an URI
3947         * src/prefs_themes.c
3948         * src/gtk/about.c
3949                 Use this function (factorizes codes)
3950         * src/common/defs.h
3951         * src/gtk/pluginwindow.c
3952                 Add a "Get more..." in the plugins window
3953
3954 2006-03-28 [colin]      2.0.0cvs179
3955
3956         * src/common/smtp.c
3957         * src/common/passcrypt.c
3958         * src/undo.c
3959                 Warning fixes. Patch by Pawel Pekala
3960
3961 2006-03-27 [colin]      2.0.0cvs178
3962
3963         * src/undo.c
3964                 Fix undoing by blocks with spaces
3965
3966 2006-03-27 [colin]      2.0.0cvs177
3967
3968         * src/textview.c
3969                 Set margin to 3px for headers
3970
3971 2006-03-27 [paul]
3972
3973         2.1.0-rc2 released
3974
3975 2006-03-27 [wwp]        2.0.0cvs176
3976
3977         * src/summaryview.c
3978                 don't reset quicksearch when updating the message list.
3979                 Thanks to Colin.
3980
3981 2006-03-26 [wwp]        2.0.0cvs175
3982
3983         * src/compose.c
3984                 use a unified border width ('other' tab in the compose window,
3985                 patch by Pawel Pekala).
3986
3987
3988 2006-03-26 [wwp]        2.0.0cvs174
3989
3990         * src/common/quoted-printable.c
3991         * src/addressbook.c
3992                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3993
3994 2006-03-26 [colin]      2.0.0cvs173
3995
3996         * src/quote_fmt_parse.y
3997                 Fix non-UTF8 date formats messing up the whole quote a 
3998                 little bit
3999
4000 2006-03-26 [colin]      2.0.0cvs172
4001
4002         * src/procheader.c
4003                 Make sure the date is UTF8 valid, or try to make it
4004                 so. IncrediMail is really IncrediStupid.
4005         * src/compose.c
4006                 Fix possible conversions. 
4007                 
4008
4009 2006-03-26 [colin]      2.0.0cvs171
4010
4011         * src/matcher.c
4012                 Fix corner cases in body search. This is still a
4013                 hack... It seems impossible to make it good and 
4014                 reasonably fast at the same time.
4015
4016 2006-03-26 [colin]      2.0.0cvs170
4017
4018         * src/summaryview.c
4019                 I think I killed the twilight zone bug!
4020                 summary_select_node() flushes GTK events in order
4021                 to be able to center the view. But this also 
4022                 flushes keypresses like Ctrl-Alt-U, so this can
4023                 call summary_show from summary_select_node (itself
4024                 called from summary_show, etc.). And the summaryview
4025                 has to be unlocked in this function. So just locking
4026                 while processing GTK events, and bailing if locked, 
4027                 should fix it.
4028                 Fixes bug #927 (SIGSEGV during Update Summary)
4029
4030 2006-03-25 [colin]      2.0.0cvs169
4031
4032         * src/matcher.c
4033                 Fix search in QP-encoded bodies
4034                 Fix utf-8 searches in bodies encoded in the
4035                 locale's encoding
4036         * src/common/quoted-printable.c
4037         * src/common/quoted-printable.h
4038                 Add a decode function that doesn't overwrite
4039                 the original pointer
4040                 
4041
4042 2006-03-24 [colin]      2.0.0cvs168
4043
4044         * src/action.c
4045         * src/summaryview.c
4046         * src/summaryview.h
4047                 Update message cache after action
4048                 Patch by H. Merijn Brand
4049         * src/prefs_msg_colors.c
4050                 Factorize label 
4051                 Patch by Fabien Vantard
4052         * src/plugins/spamassassin/spamassassin_gtk.c
4053                 Remove useless translation
4054                 Patch by Fabien Vantard
4055
4056 2006-03-23 [colin]      2.0.0cvs167
4057
4058         * src/common/ssl.c
4059                 Let 30 seconds to SSL_connect
4060
4061 2006-03-23 [wwp]        2.0.0cvs166
4062
4063         * src/summaryview.c
4064         * src/gtk/description_window.c
4065                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
4066                 and headers are translated; adjust description windows' width to fit their
4067                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
4068
4069 2006-03-23 [paul]       2.0.0cvs165
4070
4071         * src/common/utils.c
4072                 fix highlighting of URIs containing "()"
4073                 (2.0.0cvs164's reversal fixed)
4074                 Thanks to Colin.
4075
4076 2006-03-23 [paul]       2.0.0cvs164
4077
4078         * src/common/utils.c
4079                 revert patch, (postponing a fix), at 2.0.0cvs120
4080                 as it breaks more URIs than it fixes.
4081                 Allow '-' to be a terminating character in a URI
4082
4083 2006-03-22 [colin]      2.0.0cvs163
4084
4085         * configure.ac
4086                 Require libetpan 0.45
4087                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
4088
4089 2006-03-22 [paul]       2.0.0cvs162
4090
4091         * src/editgroup.c
4092                 replace '<-' and '->' buttons with GTK_STOCK graphical
4093                 buttons
4094         * src/summary_search.c
4095                 don't offer '...' for translation
4096                 add a tooltip to advanced search '...' button
4097         * src/gtk/quicksearch.c
4098                 don't offer '...' for translation
4099
4100 2006-03-21 [colin]      2.0.0cvs161
4101
4102         * src/compose.c
4103                 Fix middle-click pasting (insert at click
4104                 position instead of cursor position, don't
4105                 remove existing selection and allow pasting
4106                 our own selection)
4107         * src/addressbook.c
4108                 "LDAP Server" -> "LDAP servers"
4109
4110 2006-03-21 [wwp]        2.0.0cvs160
4111
4112         * src/etpan/imap-thread.c
4113                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
4114
4115 2006-03-20 [colin]      2.0.0cvs159
4116
4117         * src/summaryview.c
4118                 Don't reload summaryview after an execute with no
4119                 move action
4120
4121 2006-03-19 [colin]      2.0.0cvs158
4122
4123         * src/addressbook.c
4124                 and put groups at the top, always
4125
4126 2006-03-19 [colin]      2.0.0cvs157
4127
4128         * src/addressbook.c
4129                 Order groups before names, as previously
4130
4131 2006-03-19 [colin]      2.0.0cvs156
4132
4133         * src/addressbook.c
4134                 - Sort case-unsensitive
4135                 - Put the sort arrow at opening too
4136
4137 2006-03-19 [wwp]        2.0.0cvs155
4138
4139         * src/addressbook.c
4140                 allow sorting by name/email/remarks, ensure that right-pane's contents
4141                 matches the left-pane selection (cleared when appropriate).
4142                 Patch by Pawel Pekala <c0rn@o2.pl>.
4143
4144 2006-03-18 [colin]      2.0.0cvs154
4145
4146         * src/textview.c
4147                 Fix text cursor ;)
4148
4149 2006-03-18 [colin]      2.0.0cvs153
4150
4151         * src/gtk/filesel.c
4152                 Make sure we hide the preview if we didn't get
4153                 a filename
4154
4155 2006-03-18 [colin]      2.0.0cvs152
4156
4157         * src/summaryview.c
4158                 Set cursor to watch for execution (fixes lack
4159                 of watch-cursor when dnd'ing hundreds of mails)
4160         * src/gtk/filesel.c
4161                 Check that mime type is 'image/*' before updating
4162                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
4163
4164 2006-03-18 [colin]      2.0.0cvs151
4165
4166         * src/mainwindow.c
4167         * src/textview.c
4168         * src/textview.h
4169                 Put a watch cursor in textview too when the mainwindow's
4170                 cursor in a watch
4171
4172 2006-03-18 [colin]      2.0.0cvs150
4173
4174         * src/folder.c
4175                 Change wrong asserts to simple tests
4176
4177 2006-03-17 [colin]      2.0.0cvs149
4178
4179         * src/mainwindow.c
4180         * src/mainwindow.h
4181         * src/prefs_msg_colors.c
4182         * src/summaryview.c
4183         * src/summaryview.h
4184         * src/gtk/colorlabel.c
4185         * src/gtk/colorlabel.h
4186                 Add a color label menu in the main menubar
4187                 Add (fixed) accels Ctrl-{0-7} to change the color
4188                 They have to be fixed because the menu's dynamic,
4189                 the items are complex widgets, hence we can't use
4190                 a GtkItemFactory.
4191
4192
4193 2006-03-17 [wwp]        2.0.0cvs148
4194
4195         * src/compose.c
4196                 rollback few lines from my previous commit (those lines come from
4197                 a pending patch, accidentally commited, even if neutral as they are
4198                 commented out).
4199
4200 2006-03-17 [wwp]        2.0.0cvs147
4201
4202         * src/compose.c
4203                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
4204                 applied code style/indentation to the modified function.
4205
4206 2006-03-17 [wwp]        2.0.0cvs146
4207
4208         * src/procmsg.c
4209         * src/compose.c
4210                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
4211
4212 2006-03-17 [paul]
4213
4214         2.1.0-rc1 released
4215
4216 2006-03-17 [paul]       2.0.0cvs145
4217
4218         * src/main.c
4219                 addressbook_read_file() was called twice
4220         * src/textview.c
4221                 X-Mailer highlighting
4222
4223 2006-03-16 [colin]      2.0.0cvs144
4224
4225         * src/sourcewindow.c
4226         * src/sourcewindow.h
4227                 And the last one, in source window.
4228
4229 2006-03-16 [colin]      2.0.0cvs143
4230
4231         * src/compose.c
4232         * src/compose.h
4233                 Fix the same stuff in compose
4234
4235 2006-03-16 [colin]      2.0.0cvs142
4236
4237         * src/messageview.c
4238                 Complete the previous messageview crash fix
4239
4240 2006-03-16 [colin]      2.0.0cvs141
4241
4242         * src/procmsg.h
4243         * src/procmsg.c
4244         * src/folder.c
4245                 Fix POSTPROCESSING hook
4246                 Patch by H. Merijn Brand
4247
4248         * src/procmime.c
4249         * src/procmime.h
4250                 Parse Content-Location
4251
4252         * src/toolbar.c
4253         * src/messageview.c
4254         * src/messageview.h
4255                 Don't crash when a top-level MessageView has
4256                 been closed on us. Same problematic than
4257                 yesterday's quicksearch issue.
4258
4259 2006-03-15 [colin]      2.0.0cvs140
4260
4261         * src/gtk/quicksearch.c
4262                 Fix a bitchy race we didn't think about when we
4263                 added quicksearch cancellation:
4264                 If the search is not on cached fields, for example
4265                 body_part matchcase "stuff"
4266                 the matcher code has to get the whole message. If
4267                 we're on IMAP, that can be slow, and in order to
4268                 be non-blocking, the IMAP code idle loop processes
4269                 gtk events too. So it is possible to cancel a
4270                 quicksearch while the matcher is getting the mail's
4271                 body. After matcher got its body, it will start to
4272                 iterate over the matcher list that the Quicksearch's
4273                 clear_search_cb() just freed via prepare_matcher().
4274                 SIGSEGV ensues.
4275                 The fix consists of guarding the matcherlist_match()
4276                 call with a boolean 'matching'. If we reset the
4277                 quicksearch while matching is TRUE, we don't free
4278                 the matcherlist anymore like we did, but we set
4279                 another new flag, deferred_free, to TRUE. Then,
4280                 in quicksearch_match(), just after returning from
4281                 matcherlist_match() and unsetting the matching flag,
4282                 we check the deferred_free flag and do the
4283                 prepare_matcher() (which does the matcherlist_free)
4284                 for real, so we free the matcherlist once it's not
4285                 used anymore.
4286                 As all of this runs via the glib main loop, we
4287                 luckily don't need a mutex.
4288         * src/summaryview.c
4289                 Also, show progress while searching.
4290
4291
4292 2006-03-14 [colin]      2.0.0cvs139
4293
4294         * src/alertpanel.c
4295                 Make alertpanel_is_open non-static
4296
4297 2006-03-14 [colin]      2.0.0cvs138
4298
4299         * src/prefs_spelling.c
4300                 Cleanups - Fabien Vantard
4301
4302 2006-03-14 [wwp]        2.0.0cvs137
4303
4304         * src/main.c
4305                 code style normalization (curly braces, indentation).
4306
4307 2006-03-14 [wwp]        2.0.0cvs137
4308
4309         * src/main.c
4310                 code style (braces, indentation)
4311
4312 2006-03-12 [paul]       2.0.0cvs136
4313
4314         * src/prefs_common.c
4315                 trans_hdr defaults to FALSE to be RFC-savvy
4316         * src/prefs_summaries.c
4317                 add a tooltip to the trans_hdr option
4318                 
4319
4320 2006-03-12 [paul]       2.0.0cvs135
4321
4322         * src/prefs_matcher.c
4323                 give a little more width to the combos
4324         * src/prefs_display_header.c
4325         * src/textview.c
4326                 translate headers if prefs_common.trans_hdr
4327                 is TRUE
4328
4329         Patches by Pawel Pekala
4330
4331 2006-03-12 [paul]       2.0.0cvs134
4332
4333         * src/plugins/clamav/clamav_plugin.c
4334         * src/plugins/dillo_viewer/dillo_viewer.c
4335         * src/plugins/pgpcore/plugin.c
4336         * src/plugins/pgpinline/plugin.c
4337         * src/plugins/pgpmime/plugin.c
4338         * src/plugins/spamassassin/spamassassin.c
4339                 update/add to descriptions
4340         * src/plugins/spamassassin/spamassassin_gtk.c
4341                 fixes to the english, remove superfluous
4342                 tooltips, clean up a little
4343
4344 2006-03-12 [paul]       2.0.0cvs133
4345
4346         * src/compose.c
4347                 fix Bug 924, 'Account combo box shows up wrong 
4348                 if & is in account name'
4349
4350 2006-03-11 [colin]      2.0.0cvs132
4351
4352         * src/summaryview.c
4353                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
4354                 messed up shift-selection because is slows down
4355                 moving around summaryview. thanks -users
4356
4357 2006-03-10 [colin]      2.0.0cvs131
4358
4359         * src/plugins/spamassassin/spamassassin_gtk.c
4360                 Put back Paul's engrish fixes
4361
4362 2006-03-10 [colin]      2.0.0cvs130
4363
4364         * src/plugins/spamassassin/spamassassin.c
4365         * src/plugins/spamassassin/spamassassin.h
4366         * src/plugins/spamassassin/spamassassin_gtk.c
4367                 Cleanup SA prefs page (more)
4368                 Patch by Fabien Vantard
4369
4370 2006-03-10 [paul]       2.0.0cvs129
4371
4372         * src/prefs_msg_colors.c
4373         * src/prefs_spelling.c
4374                 widget sensitivity
4375
4376 2006-03-09 [mones]      2.0.0cvs128
4377
4378         * po/es.po
4379                 Update for next RC
4380
4381 2006-03-09 [wwp]        2.0.0cvs127
4382
4383         * configure.ac
4384                 revert accidental commit (requirement for libetpan 0.43), this time
4385                 not in HEAD.
4386
4387 2006-03-09 [wwp]        2.0.0cvs125
4388
4389         * configure.ac
4390                 revert accidental commit (requirement for libetpan 0.43)
4391
4392 2006-03-09 [paul]       2.0.0cvs126
4393
4394         * src/prefs_receive.c
4395                 remove useless frame
4396                 replace 'incorporation' with 'receiving'
4397         * src/plugins/clamav/clamav_plugin_gtk.c
4398         * src/plugins/spamassassin/spamassassin_gtk.c
4399                 improve widget sensitivity
4400                 fix a bit his engrish
4401
4402 2006-03-09 [wwp]        2.0.0cvs125
4403
4404         * src/addressadd.c
4405         * src/foldersel.c
4406         * src/prefs_common.c
4407         * src/prefs_common.h
4408                 remember some more windows' sizes (add to addressbook and
4409                 select folder).
4410
4411 2006-03-09 [paul]       2.0.0cvs124
4412
4413         * src/plugins/pgpcore/prefs_gpg.c
4414                 normalise construction of dialogue
4415
4416 2006-03-09 [paul]       2.0.0cvs123
4417
4418         * src/plugins/trayicon/Makefile.am
4419                 add missing slash
4420
4421 2006-03-08 [colin]      2.0.0cvs122
4422
4423         * src/plugins/trayicon/Makefile.am
4424                 Fix build in separate dir 
4425                 Patch by Bamanzi <bamanzi@gmail.com>
4426
4427 2006-03-08 [colin]      2.0.0cvs121
4428
4429         * src/procmsg.c
4430                 Batch move and copies from summaryview with delayed execution
4431                 too
4432
4433 2006-03-07 [paul]       2.0.0cvs120
4434
4435         * src/common/utils.c
4436                 fix highlighting of URIs containing "()"
4437                 Patch by Pawel Pekala
4438
4439 2006-03-07 [paul]       2.0.0cvs119
4440
4441         * src/folder.c
4442         * src/folder.h
4443         * src/folderview.c
4444                 immediately do alphabetical resort when
4445                 changing a folder's name
4446                 Patch by Pawel Pekala
4447
4448 2006-03-07 [paul]       2.0.0cvs118
4449
4450         * src/news.c
4451         * src/news_gtk.c
4452                 when unsubscribing a newsgroup, remove the
4453                 folder and msgs in .sylpheed-claws/newscache
4454                 Patch by Pawel Pekala <c0rn@gazeta.pl>
4455
4456 2006-03-07 [paul]       2.0.0cvs117
4457
4458         * src/textview.c
4459                 fix wrong Fake URL Warning
4460                 Thanks to Hiro
4461
4462 2006-03-07 [colin]      2.0.0cvs116
4463
4464         * src/imap.c
4465                 Return immediately when password dialog was
4466                 cancelled
4467         * src/gtk/inputdialog.c
4468                 Allow empty strings for passwords
4469
4470
4471 2006-03-06 [colin]      2.0.0cvs115
4472
4473         * src/imap.c
4474                 Prevent double-timeouts when connection fails
4475
4476 2006-03-06 [colin]
4477
4478         2.0.1-rc1 released
4479
4480 2006-03-06 [colin]      2.0.0cvs114
4481
4482         * src/imap.c
4483                 Refresh session during potentially long
4484                 operations
4485
4486 2006-03-06 [wwp]        2.0.0cvs113
4487
4488         * src/prefs_msg_colors.h
4489                 forgot that one (custom color labels).
4490
4491 2006-03-06 [wwp]        2.0.0cvs112
4492
4493         * src/prefs_common.c
4494         * src/prefs_common.h
4495         * src/prefs_msg_colors.c
4496         * src/summaryview.c
4497         * src/summaryview.h
4498         * src/gtk/colorlabel.c
4499         * src/gtk/colorlabel.h
4500                 colors in messages list are now customizable. Color values and names can
4501                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
4502                 Thanks to Paul and Colin for their help with this longstanding patch!
4503
4504 2006-03-06 [wwp]        2.0.0cvs111
4505
4506         * src/textview.c
4507                 don't crash if (x)face is bad.
4508
4509 2006-03-05 [paul]       2.0.0cvs110
4510
4511         * AUTHORS
4512         * configure.ac
4513         * src/Makefile.am
4514         * src/common/Makefile.am
4515         * src/common/utils.h
4516         * src/etpan/imap-thread.c
4517         * src/gtk/authors.h
4518         * src/plugins/clamav/Makefile.am
4519         * src/plugins/demo/Makefile.am
4520         * src/plugins/dillo_viewer/Makefile.am
4521         * src/plugins/pgpcore/Makefile.am
4522         * src/plugins/pgpcore/passphrase.c
4523         * src/plugins/pgpinline/Makefile.am
4524         * src/plugins/pgpmime/Makefile.am
4525         * src/plugins/spamassassin/Makefile.am
4526         * src/plugins/trayicon/Makefile.am
4527                 fix builiding on cygwin
4528                 Patch by Ralgh Young <bamanzi@gmail.com>
4529
4530 2006-03-04 [wwp]        2.0.0cvs109
4531
4532         * manual/keyboard.xml
4533                 fix mixed up/down keys.
4534
4535 2006-03-04 [wwp]        2.0.0cvs108
4536
4537         * README
4538         * INSTALL
4539                 updated links to SpamAssassin.
4540
4541 2006-03-04 [wwp]        2.0.0cvs107
4542
4543         * manual/plugins.xml
4544         * src/plugins/spamassassin/README
4545                 updated SpamAssassin plugin docs to reflect new functional additions
4546                 (also fix/update/documents few technical stuff more, see the README).
4547
4548 2006-03-04 [wwp]        2.0.0cvs106
4549
4550         * src/prefs_message.c
4551                 normalized capitalization of message-prefs paths.
4552
4553 2006-03-04 [wwp]        2.0.0cvs105
4554
4555         * manual/advanced.xml
4556                 typo.
4557
4558 2006-03-03 [colin]      2.0.0cvs104
4559
4560         * src/plugins/clamav/clamav_plugin_gtk.c
4561                 Rework prefs page, patch by Fabien 
4562
4563 2006-03-03 [colin]      2.0.0cvs103
4564
4565         * src/plugins/clamav/clamav_plugin.c
4566                 Set error on all errors
4567
4568 2006-03-03 [colin]      2.0.0cvs102
4569
4570         * src/common/plugin.c
4571                 Initialize error to avoid crashing when a plugin fails
4572                 without setting error
4573
4574 2006-03-02 [wwp]        2.0.0cvs101
4575
4576         * configure.ac
4577                 fixed linker flags for libetpan support on Cygwin
4578                 (thanks to H.Merijn Brand).
4579
4580 2006-03-02 [wwp]        2.0.0cvs100
4581
4582         * src/addressbook.c
4583                 fix some AB error messages: one for punctuation and
4584                 one wrongly duplicate (thanks, maxbritov).
4585
4586 2006-03-02 [wwp]        2.0.0cvs99
4587
4588         * src/plugins/spamassassin/spamassassin.c
4589                 make sync calls to sa-learn/spamc to prevent
4590                 system (whatever local or client/server) overload.
4591
4592 2006-03-02 [colin]      2.0.0cvs98
4593
4594         * src/summaryview.c
4595                 Put the spam icon in the status column instead of the
4596                 mark one
4597
4598 2006-03-01 [colin]      2.0.0cvs97
4599
4600         * src/plugins/spamassassin/spamassassin.c
4601                 Fix segfault (g_file_set_contents fails for some 
4602                 reason and err==0x2f. Can't find out why with
4603                 valgrind, using working function :-)
4604
4605 2006-03-01 [colin]      2.0.0cvs96
4606
4607         * src/inc.c
4608                 Offline overriding: let 'No' be cached only 3 seconds
4609
4610 2006-03-01 [colin]      2.0.0cvs95
4611
4612         * src/addr_compl.c
4613         * src/addrbook.c
4614         * src/addressbook.c
4615         * src/addrindex.c
4616         * src/folder_item_prefs.c
4617         * src/headerview.c
4618         * src/imap.c
4619         * src/inc.c
4620         * src/ldif.c
4621         * src/mainwindow.c
4622         * src/mh.c
4623         * src/msgcache.c
4624         * src/prefs_common.h
4625         * src/prefs_msg_colors.c
4626         * src/procheader.c
4627         * src/procheader.h
4628         * src/procmime.c
4629         * src/procmsg.c
4630         * src/procmsg.h
4631         * src/send_message.h
4632         * src/simple-gettext.c
4633         * src/summaryview.c
4634         * src/summaryview.h
4635         * src/syldap.c
4636         * src/textview.c
4637         * src/undo.c
4638         * src/common/ssl_certificate.c
4639         * src/common/utils.c
4640         * src/gtk/colorsel.c
4641         * src/gtk/gtksctree.c
4642         * src/gtk/gtkshruler.c
4643         * src/plugins/trayicon/trayicon.c
4644                 #if 0 goes to /dev/null
4645
4646 2006-03-01 [colin]      2.0.0cvs94
4647
4648         * src/compose.c
4649         * src/imap.c
4650         * src/inc.c
4651         * src/inc.h
4652         * src/messageview.c
4653         * src/news.c
4654         * src/plugins/spamassassin/spamassassin.c
4655                 Allow to add information in the "working offline"
4656                 window
4657
4658 2006-03-01 [wwp]        2.0.0cvs93
4659
4660         * src/plugins/spamassassin/spamassassin.c
4661                 fixed spamc invocation: use a tricky temporary mini shell wrapper
4662                 'cause it seems that calling `spamc ... < inputfile` with
4663                 g_spawn_(a)sync simply.. erm doesn't work :-).
4664
4665 2006-03-01 [wwp]        2.0.0cvs92
4666
4667         * src/toolbar.c
4668         * src/toolbar.h
4669                 simplify the adding of spam/ham button to the messageview toolbar
4670                 (it gets more clear now that the same button will be "Mark as spam"
4671                 or "Mark as ham" according to the current message status,
4672                 thanks to Colin).
4673
4674 2006-03-01 [wwp]        2.0.0cvs91
4675
4676         * src/messageview.c
4677         * src/procmsg.c
4678         * src/procmsg.h
4679         * src/summaryview.c
4680         * src/plugins/spamassassin/spamassassin.c
4681         * src/plugins/spamassassin/spamassassin.h
4682                 make learner callbacks return a status (0 for ok),
4683                 handle it in main code to avoid setting flags when learning failed,
4684                 don't learn on TCP if offline in spamassassin,
4685                 thanks to Colin.
4686
4687                 
4688
4689 2006-03-01 [wwp]        2.0.0cvs90
4690
4691         * src/compose.c
4692                 some work around the compose window's account menu,
4693                 patch by Fabien Vantard.
4694
4695 2006-03-01 [wwp]        2.0.0cvs89
4696
4697         * src/plugins/spamassassin/spamassassin.c
4698                 fixed bad logics, was using spamc in local mode and sa-learn
4699                 in remote mode (thanks, Colin).
4700
4701 2006-03-01 [wwp]        2.0.0cvs88
4702
4703         * src/plugins/spamassassin/spamassassin.c
4704         * src/plugins/spamassassin/spamassassin.h
4705         * src/plugins/spamassassin/spamassassin_gtk.c
4706                 made processing of emails w/ sa-plugin an option (default is TRUE),
4707                 fixed Engrish some tooltips, capitalization of some debug messages
4708                 and warnings. The spamassassin plugin now provides two separate
4709                 services: process emails upon incorporation and spamd training.
4710                 Both services (un)register independently but use some common
4711                 plugin settings (transport settings, spam storage location).
4712
4713 2006-02-28 [wwp]        2.0.0cvs87
4714
4715         * src/plugins/spamassassin/spamassassin.c
4716                 fix async flag to spamc cmdline execution (batch exec should
4717                 be asynchronous).
4718
4719 2006-02-27 [wwp]        2.0.0cvs86
4720
4721         * src/plugins/spamassassin/spamassassin.c
4722         * src/plugins/spamassassin/spamassassin.h
4723         * src/plugins/spamassassin/spamassassin_gtk.c
4724                 - added the ability to learn a remote spamassassin server (spamd),
4725                 using spamc.
4726                 - added the spamassassin option 'username', that applies to all
4727                 spamassassin operations (filtering, learning, local or remote).
4728                 The default username is the current unix user (if left blank
4729                 from gtk prefs or config file).
4730                 - commented out some unused code (notebook widget), removed unused
4731                 layout (hbox1).
4732                 - make more widgets sensitive to the transport type.
4733
4734 2006-02-27 [colin]      2.0.0cvs85
4735
4736         * src/plugins/spamassassin/spamassassin.c
4737                 Fix sa-learn call when offline
4738
4739 2006-02-27 [colin]      2.0.0cvs84
4740
4741         * configure.ac
4742         * src/Makefile.am
4743         * src/mainwindow.c
4744         * src/mainwindow.h
4745         * src/messageview.c
4746         * src/messageview.h
4747         * src/prefs_toolbar.c
4748         * src/procmsg.c
4749         * src/stock_pixmap.c
4750         * src/stock_pixmap.h
4751         * src/summaryview.c
4752         * src/toolbar.c
4753         * src/toolbar.h
4754         * src/pixmaps/ham_btn.xpm
4755         * src/pixmaps/spam.xpm
4756         * src/pixmaps/spam_btn.xpm
4757         * src/plugins/spamassassin/spamassassin.c
4758                 Add button in toolbar for spam learning
4759                 Fix a few bugs from the last related commit
4760                 Revert 1.9.6cvs23 which messed up shift-selection
4761
4762 2006-02-24 [colin]      2.0.0cvs83
4763
4764         * src/procmsg.c
4765         * src/summaryview.c
4766         * src/summaryview.h
4767         * src/plugins/spamassassin/spamassassin.c
4768         * src/plugins/spamassassin/spamassassin.h
4769         * src/plugins/spamassassin/spamassassin_gtk.c
4770                 Unregister learner when spamassassin is either
4771                 disabled or over tcp
4772
4773 2006-02-24 [colin]      2.0.0cvs82
4774
4775         * src/Makefile.am
4776         * src/mainwindow.c
4777         * src/mainwindow.h
4778         * src/procmsg.c
4779         * src/procmsg.h
4780         * src/stock_pixmap.c
4781         * src/stock_pixmap.h
4782         * src/summaryview.c
4783         * src/summaryview.h
4784         * src/gtk/icon_legend.c
4785         * src/pixmaps/spam.xpm  ** NEW FILE **
4786         * src/plugins/spamassassin/spamassassin.c
4787         * src/plugins/spamassassin/spamassassin_gtk.c
4788                 Add spam learning interface (Mark/Mark as 
4789                 (spam|ham) menus)
4790
4791 2006-02-24 [wwp]        2.0.0cvs81
4792
4793         * src/compose.c
4794         * src/compose.h
4795         * src/filtering.c
4796                 hide compose window when sending message in batch mode
4797                 (filtering: forward and redirect). Also fixed a wrong
4798                 value returned when sending failed, neutral anyway.
4799                 (Colin, me) 
4800
4801 2006-02-24 [wwp]        2.0.0cvs80
4802
4803         * src/mainwindow.c
4804                 use GTK+'s stock quit button. Patch by Fabien Vantard.
4805
4806 2006-02-24 [paul]       2.0.0cvs79
4807
4808         * src/news.c
4809         * src/news.h
4810         * src/news_gtk.c
4811                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
4812                 Thanks to Colin
4813
4814 2006-02-23 [colin]      2.0.0cvs78
4815
4816         * src/alertpanel.c
4817                 Change OK to Close in alertpanel with View log
4818                 button; add accel to View log. Patch by Fabien
4819                 Vantard
4820
4821 2006-02-23 [wwp]        2.0.0cvs77
4822
4823         * src/compose.c
4824                 silly me, there were much more tests to perform, since toolbars can
4825                 really have down to 1 element only.
4826
4827 2006-02-23 [wwp]        2.0.0cvs76
4828
4829         * commitHelper
4830                 fixed indentation from my previous commit. Fallback to VISUAL if
4831                 EDITOR is not set (and to vi, at last resort).
4832
4833 2006-02-23 [wwp]        2.0.0cvs75
4834
4835         * commitHelper
4836                 improved error detection (Colin, me).
4837
4838 2006-02-23 [wwp]        2.0.0cvs74
4839
4840         * src/prefs_toolbar.c
4841                 simplify and fix prefs/toolbars layouting. Combos' contents can
4842                 now be really displayed.
4843
4844 2006-02-23 [wwp]        2.0.0cvs73
4845         simplifies and fix prefs/toolbars layouting. Combos' contents can now
4846         be really displayed.
4847
4848 2006-02-22 [wwp]        2.0.0cvs72
4849
4850         * src/compose.c
4851                 fix a typo in my previous commit (sorry!).
4852
4853 2006-02-22 [wwp]        2.0.0cvs71
4854
4855         * src/prefs_toolbar.c
4856                 fix a crash when adding separators to toolbars,
4857                 also fix some separator item information.
4858
4859 2006-02-22 [wwp]        2.0.0cvs70
4860
4861         * src/compose.c
4862                 fix a crash when redirecting (for instance) when compose window's
4863                 toolbar contents has been customized (when some buttons have been
4864                 removed in fact).
4865
4866 2006-02-21 [wwp]        2.0.0cvs69
4867
4868         * src/summaryview.c
4869         * src/gtk/pluginwindow.c
4870         * src/plugins/pgpcore/prefs_gpg.c
4871                 fix some compilation warnings (feat. remains of removed code).
4872
4873 2006-02-21 [wwp]        2.0.0cvs68
4874
4875         * src/gtk/gtkutils.c
4876                 fix two compilation issues, thanks to Stephan Sachse.
4877
4878 2006-02-20 [colin]      2.0.0cvs67
4879
4880         * src/mainwindow.c
4881                 Don't reselect displayed mail on refocus
4882                 This fixes actions misbehaving 
4883
4884 2006-02-20 [wwp]        2.0.0cvs66
4885
4886         * src/summaryview.c
4887         * src/gtk/gtksctree.c
4888         * src/gtk/gtkshruler.c
4889                 changed more runtime typecast checks.
4890
4891 2006-02-20 [wwp]        2.0.0cvs65
4892
4893         * src/summary_search.c
4894                 find all - summaryview refresh issue fixed, thanks to Colin.
4895
4896 2006-02-20 [wwp]        2.0.0cvs64
4897
4898         * src/gtk/gtkutils.c
4899                 better runtime typecast checks.
4900
4901 2006-02-20 [wwp]        2.0.0cvs63
4902
4903         * src/summary_search.c
4904                 enhancements to the summary search:
4905                         - add the ability to stop the running search
4906                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4907                         - don't search if no criteria (From/To/Subject/Body) is set
4908                         - ensure that a busy mouse pointer is always shown when searching,
4909                           show it even a bit earlier
4910
4911 2006-02-19 [colin]      2.0.0cvs62
4912
4913         * src/compose.c
4914         * src/imap.c
4915         * src/etpan/imap-thread.c
4916         * src/etpan/imap-thread.h
4917                 (Future) IMAP speed improvement on sending
4918                 Will require a libetpan update
4919         * src/summaryview.c
4920         * src/gtk/quicksearch.c
4921                 Make quicksearch clearable while running.
4922
4923 2006-02-17 [colin]      2.0.0cvs61
4924
4925         * src/imap.c
4926         * src/etpan/imap-thread.c
4927         * src/etpan/imap-thread.h
4928                 Check for IMAP certificates
4929                 ** Requires libetpan-0.42-cvs4 
4930                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4931
4932 2006-02-17 [colin]      2.0.0cvs60
4933
4934         * src/messageview.c
4935         * src/prefs_common.c
4936         * src/prefs_common.h
4937         * src/prefs_message.c
4938                 Add pref to display HTML-only mails with plugin, 
4939                 if possible (defaulting to FALSE of course).
4940
4941 2006-02-16 [colin]      2.0.0cvs59
4942
4943         * src/main.c
4944         * src/common/plugin.c
4945         * src/common/plugin.h
4946         * src/gtk/pluginwindow.c
4947                 Keep track of requested (but unloaded) plugins
4948                 in some error cases.
4949
4950 2006-02-16 [wwp]        2.0.0cvs58
4951
4952         * src/gtk/gtkaspell.c
4953         * src/gtk/gtkaspell.h
4954         * src/prefs_spelling.c
4955         * src/compose.c
4956         * src/prefs_common.c
4957         * src/prefs_common.h
4958                 implemented new optional spellchecker behaviour: re-check message when
4959                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4960
4961 2006-02-16 [wwp]        2.0.0cvs57
4962
4963         * src/quote_fmt_parse.y
4964                 pclose popen'ed pipe.
4965
4966 2006-02-15 [colin]      2.0.0cvs56
4967
4968         * src/mimeview.c
4969         * src/mimeview.h
4970                 Let MimeViewers know which MimeView they
4971                 depend of.
4972         * src/summaryview.c
4973                 Swap From/To columns in Sent/Queue/Drafts
4974                 folders
4975         * src/etpan/imap-thread.c
4976                 Use mailstream_low_tls_open() for STARTTLS
4977                 instead of mailstream_low_ssl_open()
4978                 ** REQUIRES libetpan 0.42cvs3 **
4979
4980 2006-02-15 [wwp]        2.0.0cvs55
4981
4982         * src/compose.c
4983         * src/compose.h
4984         * src/message_search.c
4985         * src/message_search.h
4986         * src/textview.c
4987         * src/gtk/gtkutils.c
4988         * src/gtk/gtkutils.h
4989                 added the ability to Find text in the compose window (and a bit
4990                 of code factorization).
4991
4992 2006-02-15 [wwp]        2.0.0cvs54
4993
4994         * src/prefs_gtk.c
4995                 yet another one file was missing (fix for some widgets' sensitivity).
4996                 Thanks Colin!
4997
4998 2006-02-15 [wwp]        2.0.0cvs53
4999
5000         * src/prefs_gtk.h
5001                 oops forgot that file (fix for some widgets' sensitivity).
5002
5003 2006-02-15 [wwp]        2.0.0cvs52
5004
5005         * src/summary_search.c
5006                 implemented advanced summary search options (added the ability
5007                 to use matcher conditions in an advanced search mode).
5008
5009 2006-02-15 [wwp]        2.0.0cvs51
5010
5011         * src/plugins/pgpcore/prefs_gpg.c
5012         * src/prefs_account.c
5013                 fix some widget sensitivity, mostly around some labels in
5014                 account prefs.
5015
5016 2006-02-15 [paul]       2.0.0cvs50
5017
5018         * manual/advanced.xml
5019                 improve Templates info
5020                 written by wwp
5021
5022 2006-02-14 [colin]      2.0.0cvs49
5023
5024         * src/pixmaps/address_book.xpm
5025         * src/pixmaps/preferences.xpm
5026         * src/pixmaps/properties.xpm
5027                 Fix pixmap size - patch by Fabien Vantard
5028
5029 2006-02-13 [colin]      2.0.0cvs48
5030
5031         * src/procmime.c
5032                 Add missing fclose()s on error
5033         * src/textview.c
5034                 Remove unused code
5035         * src/common/utils.c
5036                 Fix temp files not being deleted on windows
5037         Patches by Thomas Gilgin
5038
5039 2006-02-13 [colin]      2.0.0cvs47
5040
5041         * src/mainwindow.c
5042                 Fix exit crash
5043
5044 2006-02-13 [wwp]        2.0.0cvs46
5045
5046         * src/plugins/pgpcore/prefs_gpg.c
5047                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
5048
5049 2006-02-12 [colin]      2.0.0cvs45
5050
5051         * src/folderview.c
5052         * src/main.c
5053         * src/mainwindow.c
5054                 Fix "stuff" when quitting
5055
5056 2006-02-12 [wwp]        2.0.0cvs44
5057
5058         * src/prefs_themes.c
5059                 fix typos in debug messages.
5060
5061 2006-02-11 [colin]      2.0.0cvs43
5062
5063         * src/summaryview.c
5064                 don't allow drag/drop from ourself
5065
5066 2006-02-10 [wwp]        2.0.0cvs42
5067
5068         * src/exporthtml.c
5069         * src/html.c
5070         * src/html.h
5071         * src/procmime.c
5072         * src/textview.c
5073                 renamed html_ prefixed functions and data structures to avoid
5074                 namespace clashes w/ other software (gtkhtml2 for instance).
5075                 Closes bug #907.
5076
5077
5078 2006-02-09 [colin]      2.0.0cvs41
5079
5080         * src/summaryview.c
5081                 Fix shitty logic messed up. Thanks Ticho for the hint!
5082
5083 2006-02-09 [wwp]        2.0.0cvs40
5084
5085         * src/gtk/about.c
5086         * src/compose.c
5087         * src/prefs_account.c
5088         * src/prefs_gtk.h
5089         * src/editaddress.c
5090                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
5091                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
5092                 Browse buttons in accounts prefs.
5093
5094 2006-02-09 [colin]      2.0.0cvs39
5095
5096         * src/matcher.c
5097                 Check for pointer before using its members
5098         * src/gtk/gtksourceprintjob.c
5099                 Fix a wrong warning
5100
5101 2006-02-09 [wwp]        2.0.0cvs38
5102
5103         * src/gtk/filesel.c
5104                 fix few compiler warnings (type mismatch).
5105
5106 2006-02-09 [paul]       2.0.0cvs37
5107
5108         * po/fr.po
5109                 updated by Fabien Vantard
5110
5111 2006-02-08 [colin]      2.0.0cvs36
5112
5113         * src/prefs_common.c
5114         * src/common/defs.h
5115         * src/common/plugin.c
5116                 allow windows and linux configurations to coexist
5117                 patch by Thomas Gilgin
5118
5119 2006-02-08 [colin]      2.0.0cvs35
5120
5121         * src/filtering.c
5122         * src/matcher.c
5123         * src/matcher.h
5124         * src/matcher_parser_parse.y
5125         * src/prefs_filtering_action.c
5126         * src/prefs_matcher.c
5127                 Add the "Ignore thread" filtering
5128                 action
5129
5130 2006-02-08 [colin]      2.0.0cvs34
5131
5132         * src/compose.c
5133         * src/procmime.c
5134         * src/procmime.h
5135                 Fix bug #905 (damaged attachment)
5136                 text files with raw \0's aren't really text files
5137         FOR_STABLE
5138
5139 2006-02-08 [colin]      2.0.0cvs33
5140
5141         * src/summaryview.c
5142                 Fix crasher introduced yesterday
5143
5144 2006-02-08 [wwp]        2.0.0cvs32
5145
5146         * src/compose.c
5147         * src/compose.h
5148                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
5149
5150 2006-02-08 [wwp]        2.0.0cvs31
5151
5152         * src/prefs_template.c
5153                 templates enhancement: allow address completion for Cc and Bcc fields
5154                 (it was currently possible for the To field only)
5155
5156 2006-02-08 [colin]      2.0.0cvs30
5157
5158         * src/compose.c
5159                 Don't unblock if not blocked
5160         FOR_STABLE
5161
5162 2006-02-07 [colin]      2.0.0cvs29
5163
5164         * src/action.c
5165                 Forgot to refresh summaryview
5166
5167 2006-02-07 [colin]      2.0.0cvs28
5168
5169         * src/action.c
5170                 Freeze/thaw message list and folder list while
5171                 processing %as{} actions 
5172         * src/compose.c
5173                 Fix auto-wrap disabling after a middle-click
5174                 paste - FOR_STABLE
5175
5176 2006-02-07 [paul]       2.0.0cvs27
5177
5178         * src/folder.c
5179                 fix freeing of uninitialised pointers
5180                 Thanks to Colin
5181
5182 2006-02-06 [colin]      2.0.0cvs26
5183
5184         * src/folder.c
5185                 Use g_slist_prepend in potentially big list
5186
5187 2006-02-06 [colin]      2.0.0cvs25
5188
5189         * src/folder.c
5190                 Completely skip processing if it doesn't 
5191                 exist (faster!)
5192
5193 2006-02-06 [colin]      2.0.0cvs24
5194
5195         * src/folder.c
5196         * src/summaryview.c
5197                 Batch filtering in summaryview (from Tools menu)
5198                 and pre/post//-processing too
5199
5200 2006-02-06 [colin]      2.0.0cvs23
5201
5202         * src/procmsg.h
5203         * src/filtering.c
5204                 Use a special field for batch filtering instead
5205                 of stepping on deferred execution's toes
5206
5207 2006-02-06 [colin]      2.0.0cvs22
5208
5209         * src/action.c
5210         * src/filtering.c
5211         * src/filtering.h
5212         * src/folder.c
5213         * src/summaryview.c
5214                 Fix filtering via menus and actions
5215
5216 2006-02-06 [colin]      2.0.0cvs21
5217
5218         * src/imap.c
5219                 Put the added file directly to cache if possible (will work
5220                 with next libetpan)
5221         * src/filtering.c
5222         * src/filtering.h
5223         * src/inc.c
5224         * src/folder.c
5225         * src/mbox.c
5226         * src/procmsg.h
5227                 Move and copy filtered messages by batches instead of one
5228                 by one - faster on IMAP
5229         * src/procmsg.c
5230                 Add a function that'll possibly be useful later
5231
5232 2006-02-06 [colin]      2.0.0cvs20
5233
5234         * src/addressbook.c
5235                 Use internal mime-type instead of text/plain for d'n'd
5236         * src/compose.c
5237                 Allow attaching files from mimeview's icon list via d'n'd
5238         * src/folderview.c
5239         * src/folderview.h
5240                 Use internal mime-type instead of text/plain for d'n'd
5241                 Don't try to selected opened folder if none is
5242                 Factorize d'n'd from other apps code
5243         * src/headerview.c
5244         * src/textview.c
5245         * src/gtk/gtkutils.c
5246         * src/gtk/gtkutils.h
5247                 Factorize Face/X-Face stuff
5248         * src/mimeview.c
5249                 Fix d'n'd to other apps
5250         * src/prefs_message.c
5251                 Let the XFace pref be usable without libcompface as it also
5252                 applies to Face
5253         * src/summaryview.c
5254                 Fix d'n'd to other apps
5255                 Factorize d'n'd from other apps code
5256
5257 2006-02-06 [wwp]        2.0.0cvs19
5258
5259         * po/it.po
5260                 Italian translation fixes by Andrea Spadaccini (no more confusion
5261                 between filtering and processing, and few changes in the About
5262                 dialog).
5263
5264
5265 2006-02-06 [mones]      2.0.0cvs18
5266
5267         * src/gtk/icon_legend.c
5268                 Improved descriptions allowing better translations
5269
5270 2006-02-05 [colin]      2.0.0cvs17
5271
5272         * src/imap.c
5273                 Add the f*cking missing expunge that caused imap_fetch_env
5274                 to fail after an add_msgs ! :-///
5275         * src/etpan/imap-thread.c
5276                 Add a bit of debug
5277         FOR_STABLE
5278
5279 2006-02-05 [colin]      2.0.0cvs16
5280
5281         * src/common/utils.c
5282                 Don't check for return-path (or we can't put
5283                 back non-sent mails)
5284
5285 2006-02-05 [colin]      2.0.0cvs15
5286
5287         * src/textview.c
5288                 Don't try to display Face header in textview
5289                 when teh headerview's active
5290
5291 2006-02-05 [colin]      2.0.0cvs14
5292
5293         * tools/tbird2syl.py
5294         * tools/Makefile.am
5295                 Add script to import Thunderbird mails
5296
5297 2006-02-05 [colin]      2.0.0cvs13
5298
5299         * src/headerview.c
5300         * src/procheader.c
5301         * src/procmsg.c
5302         * src/procmsg.h
5303         * src/textview.c
5304                 Show Face headers - patch partially by Klaus Flittner
5305
5306 2006-02-05 [colin]      2.0.0cvs12
5307
5308         * src/folderview.c
5309         * src/summaryview.c
5310         * src/common/utils.c
5311         * src/common/utils.h
5312                 Let dnd work from mime icons to summaryview
5313                 and to folderview too
5314                 Add a crude test to avoid trying to add files
5315                 drag'n'dropped when they're not mails
5316
5317 2006-02-04 [colin]      2.0.0cvs11
5318
5319         * src/summaryview.c
5320         * src/mimeview.c
5321                 Fix utf8 conversion
5322
5323 2006-02-04 [colin]      2.0.0cvs10
5324
5325         * src/compose.c
5326         * src/folderview.c
5327         * src/mimeview.c
5328         * src/summaryview.c
5329         * src/summaryview.h
5330                 Added various drag and drop capas:
5331                 From                    To
5332                 summaryview             other apps
5333                 mimeview icons          other apps
5334                 other apps              summaryview
5335                 other apps              folderview
5336
5337                 This shouldn't have broken the existing:
5338                 From                    To
5339                 summaryview             folderview
5340                 folderview              folderview
5341                 summaryview             compose's attachments
5342
5343         Tests welcomed.
5344
5345 2006-02-02 [paul]       2.0.0cvs9
5346
5347         * src/mainwindow.c
5348                 move global option 'Set displayed columns...' out
5349                 of folder option grouping.
5350                 fix sensitivity of 'harvest addresses'
5351         FOR_STABLE
5352
5353 2006-02-01 [colin]      2.0.0cvs8
5354
5355         * src/mimeview.c
5356                 Revert the alertpanel patch, it sucks (intrusive
5357                 and gets in the way of "open")
5358
5359 2006-02-01 [colin]      2.0.0cvs7
5360
5361         * src/compose.c
5362         * src/prefs_account.c
5363         * src/prefs_common.c
5364         * src/common/defs.h
5365         * src/common/utils.c
5366         * src/common/utils.h
5367                 Add ability to edit the signature file
5368                 from the account preferences, and use
5369                 a default for the text editor.
5370                 Patch by Fabien Vantard
5371
5372 2006-02-01 [colin]      2.0.0cvs6
5373
5374         * src/mimeview.c
5375                 Try to get mime type by extension if it is
5376                 application/octet-stream
5377                 Display a window with possible choices when
5378                 encountering unknown mime types
5379         * src/gtk/filesel.c
5380         * src/gtk/filesel.h
5381                 Add preview
5382                 Allow multiple selection in filtered filesel
5383                 (patch by Fabien Vantard)
5384         * src/gtk/pluginwindow.c
5385                 Use it (patch by Fabien Vantard)
5386
5387 2006-02-01 [paul]       2.0.0cvs5
5388
5389         * src/jpilot.c
5390                 fix crash on creating jpilot address book
5391                 Thanks to Colin - FOR_STABLE
5392         * src/prefs_summaries.c
5393         * src/prefs_wrapping.c
5394         * src/gtk/icon_legend.c
5395         * src/gtk/quicksearch.c
5396                 string fixes and additions
5397
5398 2006-02-01 [paul]       2.0.0cvs4
5399
5400         * src/compose.c
5401         * src/mainwindow.c
5402         * src/messageview.c
5403         * src/prefs_send.c
5404                 add Arabic encoding option
5405                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
5406
5407 2006-01-31 [colin]      2.0.0cvs3
5408
5409         * src/plugins/pgpcore/passphrase.c
5410                 Convert passphrase to locale encoding
5411         * src/compose.c
5412                 Fix drafting on IMAP. Crappy bug sneaked in
5413                 the release :-/
5414         FOR_STABLE
5415
5416 2006-01-30 [paul]       2.0.0cvs2
5417
5418         * src/gtk/icon_legend.c
5419                 show the new entries
5420
5421 2006-01-30 [colin]      2.0.0cvs1
5422
5423         * src/manual.c
5424                 Check for the file to be present before 
5425                 enabling the menu - FOR_STABLE
5426         * src/gtk/icon_legend.c
5427                 Add folders icons (not all of them, there
5428                 are too much, but the most intriguing ones)
5429
5430 2006-01-30 [paul]       2.0.0
5431
5432         version 2.0.0 released
5433
5434 2006-01-30 [paul]       1.9.100cvs200
5435
5436         * manual/faq.xml
5437         * manual/gpl.xml
5438         * manual/intro.xml
5439         * manual/starting.xml
5440         * manual/sylpheed-claws-manual.xml
5441                 fixes, additions
5442
5443 2006-01-29 [mones]      1.9.100cvs199
5444
5445         * manual/account.xml
5446         * manual/advanced.xml
5447         * manual/glossary.xml
5448                 Some typos fixed, added LDIF term to glossary
5449         * po/es.po
5450                 Fixed leading plus symbol
5451
5452 2006-01-29 [paul]       1.9.100cvs198
5453
5454         * po/fi.po
5455         * po/sk.po
5456                 updated by Tommi Pirinen and Andrej Kacian
5457
5458 2006-01-29 [paul]       1.9.100cvs197
5459
5460         * src/gtk/authors.h
5461                 remove duplicates
5462
5463 2006-01-29 [paul]       1.9.100cvs196
5464
5465         * AUTHORS
5466         * po/nl.po
5467         * src/gtk/authors.h
5468         * tools/claws.i18n.status.pl
5469                 nl translation updated by Tim Dijkstra
5470
5471 2006-01-29 [paul]       1.9.100cvs195
5472
5473         * po/sr.po
5474         * po/sv.po
5475                 updated by Aleksandar Urosevic and Anders Troback
5476
5477 2006-01-28 [colin]      1.9.100cvs194
5478
5479         * src/gtk/gtksourceprintjob.c
5480                 Don't fiddle with PangoLayout when we
5481                 have an image
5482
5483 2006-01-28 [paul]       1.9.100cvs193
5484
5485         * AUTHORS
5486         * po/el.po
5487         * po/zh_CN.po
5488         * src/gtk/authors.h
5489         * tools/claws.i18n.status.pl
5490                 updated translations submitted by Stavros Giannouris
5491                 and Ralgh Young
5492
5493 2006-01-27 [colin]      1.9.100cvs192
5494
5495         * src/summaryview.c
5496         * src/gtk/gtksourceprintjob.c
5497                 Add image printing 
5498                 (libgnomeprint only, of course)
5499
5500 2006-01-27 [paul]       1.9.100cvs191
5501
5502         * po/fr.po
5503         * po/it.po
5504                 updated by Fabien Vantard and Andrea Spadaccini
5505
5506 2006-01-26 [colin]      1.9.100cvs190
5507
5508         * manual/Makefile.am
5509         * configure.ac
5510                 Make building the manual optional 
5511                 (--disable-manual)
5512
5513 2006-01-26 [paul]       1.9.100cvs189
5514
5515         * manual/glossary.xml
5516         * manual/plugins.xml
5517                 edited
5518         * po/en_GB.po
5519                 updated
5520
5521 2006-01-26 [paul]       1.9.100cvs188
5522
5523         * src/prefs_display_header.c
5524         * src/prefs_folder_column.c
5525         * src/prefs_msg_colors.c
5526         * src/prefs_summaries.c
5527         * src/prefs_summary_column.c
5528                 HIGify
5529
5530 2006-01-25 [colin]      1.9.100cvs187
5531
5532         * src/imap.c
5533                 Don't allow moving/copying mails between
5534                 queue/drafts and non-queue/drafts folders
5535                 Fixes bug #897 (message header is resetted 
5536                 if one is copied to Drafts)
5537
5538 2006-01-25 [colin]      1.9.100cvs186
5539
5540         * src/folder.c
5541         * src/mainwindow.c
5542                 Fix subscribed folders not found
5543         * src/compose.c
5544                 Don't try to encode as original mail's charset
5545                 if it's ascii 
5546
5547 2006-01-25 [paul]       1.9.100cvs185
5548
5549         * AUTHORS
5550         * po/Makevars
5551                 updated
5552         * po/de.po
5553         * po/pl.po
5554         * po/pt_BR.po
5555         * po/sr.po
5556                 updates submitted by Stephan Sachse, Emilian Nowak
5557                 and Quar, Frederico Goncalves Guimaraes, and
5558                 Aleksandar Urosevic
5559                 Fix Bug 896, 'PT_BR locale broken'.
5560         * src/gtk/authors.h
5561                 updated
5562
5563 2006-01-24 [mones]      1.9.100cvs184
5564
5565         * manual/glossary.xml
5566                 All current terms finished. Reviewers welcome ;-)
5567         * manual/keyboard.xml
5568                 Fixed column width for pdf output.
5569         * po/es.po
5570                 Updated
5571
5572 2006-01-24 [paul]       1.9.100cvs183
5573
5574         * manual/glossary.xml
5575                 fix id name
5576         * manual/dist/html/Makefile.am
5577         * manual/dist/pdf/Makefile.am
5578         * manual/dist/ps/Makefile.am
5579         * manual/dist/txt/Makefile.am
5580                 fix make deps
5581                 Thanks to Colin
5582
5583 2006-01-24 [mones]      1.9.100cvs182
5584
5585         * manual/glossary.xml
5586                 Nearly finished, some terms missing.
5587
5588 2006-01-23 [paul]       1.9.100cvs181
5589
5590         * manual/dist/html/Makefile.am
5591         * manual/dist/pdf/Makefile.am
5592         * manual/dist/ps/Makefile.am
5593         * manual/dist/txt/Makefile.am
5594         * src/mainwindow.c
5595                 re-enable manual
5596                 Thanks to Colin
5597
5598 2006-01-22 [colin]      1.9.100cvs180
5599
5600         * src/compose.c
5601         * src/gtk/gtkaspell.c
5602                 Don't deselect stuff before right-clicking, with aspell.
5603                 (This prevented right-click Copy, for example).
5604                 Thanks to Clo!
5605
5606 2006-01-22 [paul]       1.9.100cvs179
5607
5608         * src/summary_search.c
5609                 don't fix the widget size as it causes problems
5610                 under localisation.
5611                 Thanks to Emilian Nowak
5612
5613 2006-01-21 [paul]       1.9.100cvs178
5614
5615         * src/prefs_themes.c
5616                 fix broken underlining of label text
5617                 with some translations
5618
5619 2006-01-21 [colin]      1.9.100cvs177
5620
5621         * po/fr.po
5622                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
5623
5624 2006-01-20 [colin]      1.9.100cvs176
5625
5626         * configure.ac
5627         * Makefile.am
5628         * manual/Makefile
5629         * manual/dist/html/.cvsignore
5630         * manual/dist/html/Makefile.am
5631         * manual/dist/pdf/.cvsignore
5632         * manual/dist/pdf/Makefile.am
5633         * manual/dist/ps/.cvsignore
5634         * manual/dist/ps/Makefile.am
5635         * manual/dist/txt/.cvsignore
5636         * manual/dist/txt/Makefile.am
5637                 Autotool-ize manual
5638
5639 2006-01-20 [paul]       1.9.100cvs175
5640
5641         * manual/handling.xml
5642                 make Filtering and Searching entries easier to find
5643         * manual/keyboard.xml
5644                 add the remaining default keybinds
5645         * src/prefs_summaries.c
5646                 update the default keybinds
5647
5648 2006-01-20 [paul]       1.9.100cvs174
5649
5650         * src/addressbook.c
5651         * src/addrgather.c
5652         * src/addrharvest.c
5653         * src/editaddress.c
5654         * src/editgroup.c
5655         * src/exphtmldlg.c
5656         * src/expldifdlg.c
5657         * src/exporthtml.c
5658         * src/exportldif.c
5659         * src/ldif.c
5660                 replace 'e-mail' with 'email'
5661         * src/summary_search.c
5662                 add mnemonic to "Find all" button
5663
5664 2006-01-20 [wwp]        1.9.100cvs173
5665
5666         * src/export.c
5667         * src/import.c
5668                 touched mbox import/export buttons for HIG-compliance
5669
5670 2006-01-19 [paul]       1.9.100cvs172
5671
5672         * manual/account.xml
5673         * manual/addrbook.xml
5674         * manual/advanced.xml
5675         * manual/faq.xml
5676         * manual/handling.xml
5677         * manual/intro.xml
5678         * manual/plugins.xml
5679         * manual/starting.xml
5680                 more editing
5681
5682 2006-01-19 [paul]       1.9.100cvs171
5683
5684         * src/toolbar.c
5685                 allow use of trash button while receiving
5686                 Thanks to Colin
5687
5688 2006-01-19 [wwp]        1.9.100cvs170
5689
5690         * src/gtk/quicksearch.c
5691         * src/compose.c
5692                 force text color to black when yellow background is set
5693
5694 2006-01-19 [colin]      1.9.100cvs169
5695
5696         * src/plugins/trayicon/trayicon.c
5697                 Gray out Get Mail when already getting mail
5698
5699 2006-01-18 [paul]       1.9.100cvs168
5700
5701         * src/compose.c
5702                 give widget yellow background was To is
5703                 set via folder prefs
5704         * src/gtk/quicksearch.c
5705                 give widget yellow background when quick
5706                 search is active.
5707                 Thanks to Colin
5708
5709 2006-01-18 [paul]       1.9.100cvs167
5710
5711         * doc/man/sylpheed-claws.1
5712                 add --subscribe option
5713
5714 2006-01-18 [paul]       1.9.100cvs166
5715
5716         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5717         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5718                 use %U instead of %F (%F is broken for user installed
5719                 files in kde 3.5)
5720
5721 2006-01-18 [colin]      1.9.100cvs165
5722
5723         * src/summaryview.c
5724                 Default to Yes in "No more * messages" dialogs
5725
5726 2006-01-17 [colin]      1.9.100cvs164
5727
5728         * src/compose.c
5729                 Possibly fix an invalid iterator causing
5730                 crash
5731
5732 2006-01-17 [colin]      1.9.100cvs163
5733
5734         * src/mimeview.c
5735                 Fix crash when the image disappears under the
5736                 image viewer
5737
5738 2006-01-16 [colin]      1.9.100cvs162
5739
5740         * src/compose.c
5741                 Fix reenabling autowrap
5742
5743 2006-01-16 [colin]      1.9.100cvs161
5744
5745         * src/compose.c
5746                 reset quote_len before getting quote_str
5747
5748 2006-01-16 [colin]      1.9.100cvs160
5749
5750         * src/account.c
5751         * src/account.h
5752         * src/folder.c
5753         * src/imap_gtk.c
5754         * src/mh_gtk.c
5755                 Fix bug #883 (default inbox does not track folder move)
5756
5757 2006-01-16 [colin]      1.9.100cvs159
5758
5759         * src/compose.c
5760         * src/plugins/pgpcore/passphrase.c
5761                 More buttons fixes
5762
5763 2006-01-16 [paul]       1.9.100cvs158
5764
5765         * src/prefs_actions.c
5766         * src/prefs_filtering_action.c
5767         * src/prefs_matcher.c
5768         * src/quote_fmt.c
5769         * src/gtk/description_window.c
5770         * src/gtk/description_window.h
5771         * src/gtk/quicksearch.c
5772                 description window cleanups
5773
5774 2006-01-15 [colin]      1.9.100cvs157
5775
5776         * src/addressbook.c
5777         * src/prefs_filtering.c
5778                 Same here
5779
5780 2006-01-15 [colin]      1.9.100cvs156
5781
5782         * src/folderview.c
5783         * src/mainwindow.c
5784                 Same for "Empty trash"
5785
5786 2006-01-15 [colin]      1.9.100cvs155
5787
5788         * src/inc.c
5789                 Override offline dialog had Yes by default
5790
5791 2006-01-15 [colin]      1.9.100cvs154
5792
5793         * src/summaryview.c
5794                 Delete selected messages? previously had Yes the default
5795
5796 2006-01-15 [colin]      1.9.100cvs153
5797
5798         * src/folder.c
5799         * src/folder.h
5800         * src/main.c
5801                 Check if a mailbox is loaded after all
5802                 plugins are loaded.
5803
5804 2006-01-15 [colin]      1.9.100cvs152
5805
5806         * src/folder.c
5807                 Don't start wizard when there are unloaded folders (will help
5808                 people with only mbox or maildir mailboxes)
5809
5810 2006-01-14 [colin]      1.9.100cvs151
5811
5812         * src/addressbook.c
5813         * src/expldifdlg.c
5814         * src/importldif.c
5815         * src/importmutt.c
5816         * src/importpine.c
5817         * src/mh_gtk.c
5818                 More HIG compliance and fixes
5819
5820 2006-01-14 [colin]      1.9.100cvs150
5821
5822         * src/prefs_filtering_action.c
5823         * src/foldersel.c
5824                 Two forgotten button order changes
5825
5826 2006-01-14 [colin]      1.9.100cvs149
5827
5828         * src/account.c
5829         * src/addressbook.c
5830         * src/compose.c
5831         * src/folderview.c
5832         * src/imap_gtk.c
5833         * src/mainwindow.c
5834         * src/mh_gtk.c
5835         * src/news_gtk.c
5836         * src/prefs_actions.c
5837         * src/prefs_customheader.c
5838         * src/prefs_filtering.c
5839         * src/prefs_matcher.c
5840         * src/prefs_template.c
5841         * src/ssl_manager.c
5842         * src/summaryview.c
5843         * src/textview.c
5844         * src/toolbar.c
5845                 All deletion confirmations are now "Cancel, Delete" 
5846                 instead of "No, Yes"
5847                 Clarified most of the other "No, Yes" to 
5848                 "Cancel, Descriptive_action"
5849                 Rechanged the "Entry not saved" alerts to have 
5850                 "Close, Continue editing"
5851
5852
5853 2006-01-14 [paul]
5854
5855         * 2.0.0-rc4 released
5856
5857 2006-01-14 [paul]       1.9.100cvs148
5858
5859         * src/account.c
5860         * src/addressadd.c
5861         * src/addressbook.c
5862         * src/compose.c
5863         * src/editaddress.c
5864         * src/editbook.c
5865         * src/editgroup.c
5866         * src/editjpilot.c
5867         * src/editldap.c
5868         * src/editvcard.c
5869         * src/exphtmldlg.c
5870         * src/expldifdlg.c
5871         * src/folderview.c
5872         * src/grouplistdialog.c
5873         * src/imap_gtk.c
5874         * src/importmutt.c
5875         * src/importpine.c
5876         * src/inc.c
5877         * src/main.c
5878         * src/mainwindow.c
5879         * src/message_search.c
5880         * src/messageview.c
5881         * src/mh_gtk.c
5882         * src/mimeview.c
5883         * src/news_gtk.c
5884         * src/prefs_actions.c
5885         * src/prefs_customheader.c
5886         * src/prefs_filtering.c
5887         * src/prefs_matcher.c
5888         * src/prefs_template.c
5889         * src/prefs_themes.c
5890         * src/ssl_manager.c
5891         * src/summary_search.c
5892         * src/summaryview.c
5893         * src/textview.c
5894         * src/toolbar.c
5895         * src/gtk/foldersort.c
5896         * src/gtk/gtkaspell.c
5897         * src/gtk/inputdialog.c
5898         * src/gtk/prefswindow.c
5899         * src/plugins/pgpcore/select-keys.c
5900         * src/plugins/trayicon/trayicon.c
5901                 HIG compliant button order
5902
5903 2006-01-14 [mones]      1.9.100cvs147
5904
5905         * po/es.po
5906                 Updated translation
5907
5908 2006-01-13 [paul]       1.9.100cvs146
5909
5910         * AUTHORS
5911         * ChangeLog
5912         * src/gtk/authors.h
5913                 add Joshua M. Kwan to contributors list
5914
5915 2006-01-13 [colin]      1.9.100cvs145
5916
5917         * src/gtk/quicksearch.c
5918                 Don't refocus quick search after executing (Esc or Enter)
5919                 Allows to '/'search something then move up/down in 
5920                 summaryview, and to Esc a search and be back in the 
5921                 summaryview
5922
5923 2006-01-13 [paul]       1.9.100cvs144
5924
5925         * src/plugins/pgpinline/pgpinline.c
5926                 support Content-Type 'application/pgp'
5927                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5928
5929 2006-01-13 [paul]       1.9.100cvs143
5930
5931         * manual/account.xml
5932                 make mention of partial retrieval
5933                 thanks to Colin
5934
5935 2006-01-13 [paul]       1.9.100cvs142
5936
5937         * src/account.c
5938         * src/account.h
5939         * src/action.c
5940         * src/action.h
5941         * src/adbookbase.h
5942         * src/addr_compl.c
5943         * src/addr_compl.h
5944         * src/addrbook.c
5945         * src/addrcache.c
5946         * src/addrcache.h
5947         * src/addrcindex.c
5948         * src/addrcindex.h
5949         * src/addrclip.c
5950         * src/addrclip.h
5951         * src/addrdefs.h
5952         * src/addressadd.c
5953         * src/addressadd.h
5954         * src/addressbook.c
5955         * src/addressbook.h
5956         * src/addrgather.c
5957         * src/addrgather.h
5958         * src/addrharvest.c
5959         * src/addrharvest.h
5960         * src/addrindex.c
5961         * src/addrindex.h
5962         * src/addritem.c
5963         * src/addritem.h
5964         * src/addrquery.c
5965         * src/addrquery.h
5966         * src/addrselect.c
5967         * src/addrselect.h
5968         * src/alertpanel.c
5969         * src/alertpanel.h
5970         * src/browseldap.c
5971         * src/browseldap.h
5972         * src/codeconv.c
5973         * src/codeconv.h
5974         * src/compose.c
5975         * src/compose.h
5976         * src/customheader.c
5977         * src/customheader.h
5978         * src/displayheader.c
5979         * src/displayheader.h
5980         * src/editaddress.c
5981         * src/editaddress.h
5982         * src/editbook.c
5983         * src/editbook.h
5984         * src/editgroup.c
5985         * src/editgroup.h
5986         * src/editjpilot.c
5987         * src/editjpilot.h
5988         * src/editldap.c
5989         * src/editldap.h
5990         * src/editldap_basedn.c
5991         * src/editldap_basedn.h
5992         * src/editvcard.c
5993         * src/editvcard.h
5994         * src/exphtmldlg.c
5995         * src/exphtmldlg.h
5996         * src/expldifdlg.c
5997         * src/expldifdlg.h
5998         * src/export.h
5999         * src/exporthtml.c
6000         * src/exporthtml.h
6001         * src/exportldif.c
6002         * src/exportldif.h
6003         * src/filtering.c
6004         * src/filtering.h
6005         * src/folder.c
6006         * src/folder.h
6007         * src/folder_item_prefs.c
6008         * src/folder_item_prefs.h
6009         * src/foldersel.c
6010         * src/foldersel.h
6011         * src/folderutils.c
6012         * src/folderutils.h
6013         * src/folderview.c
6014         * src/folderview.h
6015         * src/grouplistdialog.c
6016         * src/grouplistdialog.h
6017         * src/headerview.c
6018         * src/html.c
6019         * src/html.h
6020         * src/image_viewer.c
6021         * src/image_viewer.h
6022         * src/imap.c
6023         * src/imap.h
6024         * src/imap_gtk.c
6025         * src/imap_gtk.h
6026         * src/import.h
6027         * src/importldif.c
6028         * src/importldif.h
6029         * src/importmutt.c
6030         * src/importmutt.h
6031         * src/importpine.c
6032         * src/importpine.h
6033         * src/inc.c
6034         * src/inc.h
6035         * src/jpilot.c
6036         * src/jpilot.h
6037         * src/ldapctrl.c
6038         * src/ldapctrl.h
6039         * src/ldaplocate.c
6040         * src/ldaplocate.h
6041         * src/ldapquery.c
6042         * src/ldapquery.h
6043         * src/ldapserver.c
6044         * src/ldapserver.h
6045         * src/ldaputil.c
6046         * src/ldaputil.h
6047         * src/ldif.c
6048         * src/ldif.h
6049         * src/main.c
6050         * src/main.h
6051         * src/mainwindow.c
6052         * src/mainwindow.h
6053         * src/manual.c
6054         * src/manual.h
6055         * src/mbox.c
6056         * src/mbox.h
6057         * src/message_search.c
6058         * src/message_search.h
6059         * src/messageview.c
6060         * src/messageview.h
6061         * src/mh.c
6062         * src/mh.h
6063         * src/mh_gtk.c
6064         * src/mh_gtk.h
6065         * src/mimeview.c
6066         * src/mimeview.h
6067         * src/msgcache.c
6068         * src/msgcache.h
6069         * src/mutt.c
6070         * src/mutt.h
6071         * src/news.c
6072         * src/news.h
6073         * src/news_gtk.c
6074         * src/news_gtk.h
6075         * src/partial_download.c
6076         * src/partial_download.h
6077         * src/pine.c
6078         * src/pine.h
6079         * src/pop.c
6080         * src/pop.h
6081         * src/prefs_account.c
6082         * src/prefs_account.h
6083         * src/prefs_actions.c
6084         * src/prefs_actions.h
6085         * src/prefs_common.c
6086         * src/prefs_common.h
6087         * src/prefs_compose_writing.c
6088         * src/prefs_compose_writing.h
6089         * src/prefs_customheader.c
6090         * src/prefs_customheader.h
6091         * src/prefs_display_header.c
6092         * src/prefs_display_header.h
6093         * src/prefs_filtering.c
6094         * src/prefs_filtering.h
6095         * src/prefs_filtering_action.c
6096         * src/prefs_filtering_action.h
6097         * src/prefs_folder_column.c
6098         * src/prefs_folder_column.h
6099         * src/prefs_folder_item.c
6100         * src/prefs_folder_item.h
6101         * src/prefs_fonts.c
6102         * src/prefs_fonts.h
6103         * src/prefs_gtk.c
6104         * src/prefs_gtk.h
6105         * src/prefs_image_viewer.c
6106         * src/prefs_image_viewer.h
6107         * src/prefs_matcher.c
6108         * src/prefs_matcher.h
6109         * src/prefs_message.c
6110         * src/prefs_msg_colors.c
6111         * src/prefs_msg_colors.h
6112         * src/prefs_other.c
6113         * src/prefs_quote.c
6114         * src/prefs_receive.c
6115         * src/prefs_send.c
6116         * src/prefs_spelling.c
6117         * src/prefs_spelling.h
6118         * src/prefs_summaries.c
6119         * src/prefs_summaries.h
6120         * src/prefs_summary_column.c
6121         * src/prefs_summary_column.h
6122         * src/prefs_template.c
6123         * src/prefs_template.h
6124         * src/prefs_themes.c
6125         * src/prefs_themes.h
6126         * src/prefs_toolbar.c
6127         * src/prefs_toolbar.h
6128         * src/prefs_wrapping.c
6129         * src/prefs_wrapping.h
6130         * src/privacy.c
6131         * src/privacy.h
6132         * src/procheader.c
6133         * src/procheader.h
6134         * src/procmime.c
6135         * src/procmime.h
6136         * src/procmsg.c
6137         * src/procmsg.h
6138         * src/quote_fmt.c
6139         * src/quote_fmt_parse.y
6140         * src/recv.c
6141         * src/recv.h
6142         * src/remotefolder.c
6143         * src/remotefolder.h
6144         * src/send_message.c
6145         * src/send_message.h
6146         * src/setup.c
6147         * src/setup.h
6148         * src/sourcewindow.c
6149         * src/sourcewindow.h
6150         * src/ssl_manager.c
6151         * src/ssl_manager.h
6152         * src/statusbar.c
6153         * src/statusbar.h
6154         * src/stock_pixmap.c
6155         * src/stock_pixmap.h
6156         * src/summary_search.c
6157         * src/summary_search.h
6158         * src/summaryview.c
6159         * src/summaryview.h
6160         * src/syldap.c
6161         * src/syldap.h
6162         * src/textview.c
6163         * src/textview.h
6164         * src/toolbar.c
6165         * src/toolbar.h
6166         * src/undo.c
6167         * src/undo.h
6168         * src/unmime.c
6169         * src/unmime.h
6170         * src/vcard.c
6171         * src/vcard.h
6172         * src/wizard.c
6173         * src/wizard.h
6174         * src/common/base64.c
6175         * src/common/base64.h
6176         * src/common/defs.h
6177         * src/common/hooks.c
6178         * src/common/hooks.h
6179         * src/common/log.c
6180         * src/common/log.h
6181         * src/common/mgutils.c
6182         * src/common/mgutils.h
6183         * src/common/nntp.c
6184         * src/common/nntp.h
6185         * src/common/passcrypt.c
6186         * src/common/passcrypt.h.in
6187         * src/common/plugin.c
6188         * src/common/plugin.h
6189         * src/common/prefs.c
6190         * src/common/prefs.h
6191         * src/common/progressindicator.c
6192         * src/common/progressindicator.h
6193         * src/common/quoted-printable.c
6194         * src/common/quoted-printable.h
6195         * src/common/session.c
6196         * src/common/session.h
6197         * src/common/smtp.c
6198         * src/common/smtp.h
6199         * src/common/socket.c
6200         * src/common/socket.h
6201         * src/common/ssl.c
6202         * src/common/ssl.h
6203         * src/common/ssl_certificate.c
6204         * src/common/ssl_certificate.h
6205         * src/common/stringtable.c
6206         * src/common/stringtable.h
6207         * src/common/sylpheed.c
6208         * src/common/sylpheed.h
6209         * src/common/template.c
6210         * src/common/template.h
6211         * src/common/timing.h
6212         * src/common/utils.c
6213         * src/common/utils.h
6214         * src/common/version.h.in
6215         * src/common/xml.c
6216         * src/common/xml.h
6217         * src/common/xmlprops.c
6218         * src/common/xmlprops.h
6219         * src/gtk/colorlabel.c
6220         * src/gtk/colorsel.c
6221         * src/gtk/colorsel.h
6222         * src/gtk/description_window.c
6223         * src/gtk/description_window.h
6224         * src/gtk/filesel.c
6225         * src/gtk/filesel.h
6226         * src/gtk/foldersort.c
6227         * src/gtk/foldersort.h
6228         * src/gtk/gtkutils.c
6229         * src/gtk/gtkutils.h
6230         * src/gtk/inputdialog.c
6231         * src/gtk/inputdialog.h
6232         * src/gtk/logwindow.c
6233         * src/gtk/logwindow.h
6234         * src/gtk/manage_window.c
6235         * src/gtk/manage_window.h
6236         * src/gtk/menu.c
6237         * src/gtk/menu.h
6238         * src/gtk/pluginwindow.c
6239         * src/gtk/pluginwindow.h
6240         * src/gtk/prefswindow.c
6241         * src/gtk/prefswindow.h
6242         * src/gtk/progressdialog.c
6243         * src/gtk/progressdialog.h
6244         * src/gtk/sslcertwindow.c
6245         * src/gtk/sslcertwindow.h
6246         * src/plugins/clamav/clamav_plugin.c
6247         * src/plugins/clamav/clamav_plugin.h
6248         * src/plugins/clamav/clamav_plugin_gtk.c
6249         * src/plugins/demo/demo.c
6250         * src/plugins/dillo_viewer/dillo_prefs.c
6251         * src/plugins/dillo_viewer/dillo_prefs.h
6252         * src/plugins/dillo_viewer/dillo_viewer.c
6253         * src/plugins/pgpcore/passphrase.c
6254         * src/plugins/pgpcore/passphrase.h
6255         * src/plugins/pgpcore/plugin.c
6256         * src/plugins/pgpcore/select-keys.c
6257         * src/plugins/pgpcore/select-keys.h
6258         * src/plugins/pgpcore/sgpgme.c
6259         * src/plugins/pgpcore/sgpgme.h
6260         * src/plugins/pgpinline/pgpinline.c
6261         * src/plugins/pgpinline/pgpinline.h
6262         * src/plugins/pgpinline/plugin.c
6263         * src/plugins/pgpmime/pgpmime.c
6264         * src/plugins/pgpmime/pgpmime.h
6265         * src/plugins/pgpmime/plugin.c
6266         * src/plugins/spamassassin/spamassassin.c
6267         * src/plugins/spamassassin/spamassassin.h
6268         * src/plugins/spamassassin/spamassassin_gtk.c
6269         * src/plugins/trayicon/trayicon.c
6270                 update copyright header
6271
6272 2006-01-13 [paul]       1.9.100cvs141
6273
6274         * src/account.c
6275         * src/export.c
6276         * src/import.c
6277         * src/mainwindow.c
6278         * src/prefs_account.c
6279         * src/prefs_display_header.c
6280         * src/prefs_receive.c
6281         * src/prefs_send.c
6282         * src/prefs_summaries.c
6283         * src/prefs_themes.c
6284         * src/prefs_toolbar.c
6285         * src/gtk/about.c
6286                 various cleanups
6287
6288 2006-01-12 [colin]      1.9.100cvs140
6289
6290         * src/folder.c
6291         * src/folder.h
6292         * src/main.c
6293                 Add --subscribe option
6294                 Let sylpheed-claws email@domain.com equivalent to --compose
6295                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
6296
6297 2006-01-12 [paul]       1.9.100cvs139
6298
6299         * src/mainwindow.c
6300                 append 'Change folder order' label with '...'
6301         * src/prefs_actions.c
6302                 allow reordering of actions list by dnd
6303         * src/gtk/foldersort.c
6304                 make the dialog nicer
6305
6306 2006-01-11 [colin]      1.9.100cvs138
6307
6308         * src/compose.c
6309                 Allow templates without text
6310
6311 2006-01-11 [paul]       1.9.100cvs137
6312
6313         * tools/README
6314         * tools/filter_conv_new.pl
6315                 add info to README
6316                 also check .sylpheed for filter.xml
6317                 be a bit informative to the user
6318
6319 2006-01-11 [colin]      1.9.100cvs136
6320
6321         * src/textview.c
6322                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
6323
6324 2006-01-10 [paul]       1.9.100cvs135
6325
6326         * tools/Makefile.am
6327         * tools/filter_conv_new.pl
6328                 add script to convert new style Sylpheed
6329                 filter rules (Sylpheed >= 0.9.99) to
6330                 Claws filtering rules
6331
6332 2006-01-10 [colin]      1.9.100cvs134
6333
6334         * src/compose.c
6335                 Fix broken line joins in certain conditions
6336                 (between two quoted lines: <enter><enter><up>
6337                  <type a wrapped sentence><go in the first line>
6338                  <insert more text><watch as line joining failed>)
6339
6340 2006-01-10 [paul]       1.9.100cvs133
6341
6342         * src/compose.c
6343                 don't report success in error dialog
6344                 thanks to Colin
6345         * src/common/utils.c
6346                 include some trailing punctuations as URI
6347                 thanks to Hiro
6348
6349 2006-01-10 [paul]       1.9.100cvs132
6350
6351         * src/mimeview.c
6352                 fix incompatible pointer type
6353                 warning
6354
6355 2006-01-10 [paul]       1.9.100cvs131
6356
6357         * src/compose.c
6358                 change Subject in window title
6359                 instantaneously
6360
6361 2006-01-09 [colin]      1.9.100cvs130
6362
6363         * src/addressbook.c
6364         * src/headerview.c
6365         * src/mainwindow.c
6366         * src/messageview.c
6367         * src/mimeview.c
6368         * src/noticeview.c
6369         * src/summaryview.c
6370                 Fix possible crashes on exit and in addressbook
6371
6372 2006-01-09 [paul]       1.9.100cvs129
6373
6374         * src/prefs_msg_colors.c
6375                 some cleanups that I forgot last time
6376
6377 2006-01-09 [paul]       1.9.100cvs128
6378
6379         * README
6380         * src/folderview.c
6381         * src/prefs_msg_colors.c
6382                 add previously hidden option, color_new, to
6383                 the gui
6384                 move the page to Display/
6385                 rework the gui
6386
6387 2006-01-09 [wwp]        1.9.100cvs127
6388
6389         * src/prefs_themes.c
6390                 made the prefs/display/themes layouts spacing less condensed
6391                 (and so they match other prefs/pages' look).
6392
6393 2006-01-09 [paul]       1.9.100cvs126
6394
6395         * src/compose.c
6396         * src/prefs_common.c
6397         * src/prefs_common.h
6398         * src/prefs_wrapping.c
6399                 remove 'wrap at send' option
6400
6401 2006-01-06 [colin]      1.9.100cvs125
6402
6403         * src/compose.c
6404                 Just make completely sure we don't insert "manual line breaks" 
6405                 when wrapping... 
6406
6407 2006-01-04 [paul]
6408
6409         * 2.0.0-rc3 released
6410
6411 2006-01-04 [paul]       1.9.100cvs124
6412
6413         * src/folderview.c
6414                 fix bug 882, 'quick scroll in folder list
6415                 displays wrong folder contents'
6416
6417 2006-01-04 [paul]       1.9.100cvs123
6418
6419         * src/plugins/pgpmime/pgpmime.c
6420                 better debug information when signing
6421                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6422
6423 2006-01-03 [colin]      1.9.100cvs122
6424
6425         * configure.ac
6426                 We need to recheck for gpgme 1.0.0 after checking
6427                 for 1.1.1, because if 1.1.1 isn't available, 
6428                 GPGME_LIBS and friends are blanked out by the 
6429                 second check.
6430
6431 2006-01-03 [colin]      1.9.100cvs121
6432
6433         * src/common/prefs.c
6434                 Windows unlink-before rename fix
6435         * src/plugins/pgpcore/sgpgme.c
6436                 Add support for PKA info if available
6437                 Both patches by Werner Koch
6438
6439 2006-01-03 [paul]       1.9.100cvs120
6440
6441         * src/messageview.c
6442                 fix bug 884, 'Send receipt' button visible in queue
6443                 Thanks to Colin
6444
6445 2006-01-02 [colin]      1.9.100cvs119
6446
6447         * src/compose.c
6448         * src/imap.c
6449                 Fix autosave on IMAP and more generally try to
6450                 return the correct ID on a newly added IMAP message
6451
6452 2006-01-02 [paul]       1.9.100cvs118
6453
6454         * manual/keyboard.xml
6455                 edited
6456
6457 2006-01-01 [paul]       1.9.100cvs117
6458
6459         * src/gtk/authors.h
6460                 alphabetical order
6461
6462 2005-12-30 [colin]      1.9.100cvs116
6463
6464         * manual/advanced.xml
6465                 Explain Pre/Post-processing differences.
6466
6467 2005-12-30 [colin]      1.9.100cvs115
6468
6469         * src/mh.c
6470                 Implement copy_msgs for a little optimization
6471         * src/imap.c
6472                 Finish yesterday's fix
6473
6474 2005-12-29 [colin]      1.9.100cvs114
6475
6476         * src/imap.c
6477                 Fix occasional failure in fetching a mail over
6478                 IMAP
6479
6480 2005-12-29 [colin]      1.9.100cvs113
6481
6482         * src/compose.c
6483                 Don't remove a draft when sending it, if it is 
6484                 locked.
6485
6486 2005-12-28 [colin]      1.9.100cvs112
6487
6488         * src/summaryview.c
6489                 Fix leak for real
6490
6491 2005-12-28 [wwp]        1.9.100cvs111
6492
6493         * doc/faq/.cvsignore
6494         * doc/faq/de/.cvsignore
6495         * doc/faq/en/.cvsignore
6496         * doc/faq/es/.cvsignore
6497         * doc/faq/fr/.cvsignore
6498         * doc/faq/it/.cvsignore
6499         * doc/manual/.cvsignore
6500         * doc/manual/de/.cvsignore
6501         * doc/manual/en/.cvsignore
6502         * doc/manual/es/.cvsignore
6503         * doc/manual/fr/.cvsignore
6504         * doc/manual/ja/.cvsignore
6505         * src/plugins/mathml_viewer/.cvsignore
6506                 rollback revival of those files (my bad, sorry for the noise).
6507
6508 2005-12-28 [wwp]        1.9.100cvs110
6509
6510         * src/compose.c
6511                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
6512
6513 2005-12-28 [wwp]        1.9.100cvs109
6514
6515         * doc/faq/.cvsignore
6516         * doc/faq/de/.cvsignore
6517         * doc/faq/en/.cvsignore
6518         * doc/faq/es/.cvsignore
6519         * doc/faq/fr/.cvsignore
6520         * doc/faq/it/.cvsignore
6521         * doc/manual/.cvsignore
6522         * doc/manual/de/.cvsignore
6523         * doc/manual/en/.cvsignore
6524         * doc/manual/es/.cvsignore
6525         * doc/manual/fr/.cvsignore
6526         * doc/manual/ja/.cvsignore
6527         * src/plugins/mathml_viewer/.cvsignore
6528         * po/.cvsignore
6529                 more files to ignore.
6530
6531 2005-12-24 [colin]      1.9.100cvs108
6532
6533         * AUTHORS
6534         * src/gtk/authors.h
6535                 Update for Werner
6536
6537 2005-12-24 [colin]      1.9.100cvs107
6538
6539         * src/procmsg.c
6540                 Allow NULL src_msginfo in 
6541                 procmsg_msginfo_new_from_mimeinfo
6542
6543 2005-12-23 [paul]       1.9.100cvs106
6544
6545         * src/plugins/pgpinline/mypgpcore.def
6546                 add this forgotten file
6547
6548 2005-12-23 [colin]      1.9.100cvs105
6549
6550         * src/mainwindow.c
6551                 Fix missing break
6552
6553 2005-12-23 [colin]      1.9.100cvs104
6554
6555         * autogen.sh
6556         * src/folder.c
6557         * src/mh.c
6558         * src/common/plugin.c
6559         * src/common/socket.c
6560         * src/common/socket.h
6561         * src/common/utils.c
6562         * src/common/utils.h
6563         * src/gtk/pluginwindow.c
6564         * src/plugins/pgpcore/plugin.def
6565         * src/plugins/pgpcore/sylpheed.def
6566         * src/plugins/pgpinline/Makefile.am
6567         * src/plugins/pgpinline/plugin.def
6568         * src/plugins/pgpinline/sylpheed.def
6569         * src/plugins/pgpmime/plugin.def
6570         * src/plugins/pgpmime/sylpheed.def
6571                 Various w32 fixes by Werner Koch
6572
6573 2005-12-22 [paul]       1.9.100cvs103
6574
6575         * src/wizard.c
6576                 don't offer IMAP as 'server type' if
6577                 libetpan isn't built in
6578
6579 2005-12-22 [paul]       1.9.100cvs102
6580
6581         * AUTHORS
6582         * src/mainwindow.c
6583         * src/mainwindow.h
6584         * src/toolbar.c
6585         * src/gtk/authors.h
6586                 support GTK_TOOLBAR_BOTH_HORIZ (text
6587                 next to icon) Patch by Marien Zwart
6588                 marienz@users.sf.net
6589                 Also reword the text
6590
6591 2005-12-21 [colin]      1.9.100cvs101
6592
6593         * configure.ac
6594                 Fix DATADIRNAME
6595         * COPYING
6596                 Fix missing section and explicit the exception better
6597         * src/compose.c
6598                 Prevent mail from being lost without notice when an
6599                 SMTP error happens on trying to send an unmodified
6600                 drafted mail.
6601         * src/send_message.c
6602         * src/common/smtp.c
6603                 Fix password remembering when wrong, and add return
6604                 value checks where they should have been
6605         * src/plugins/pgpcore/sylpheed.def
6606         * src/plugins/pgpinline/sylpheed.def
6607         * src/plugins/pgpmime/sylpheed.def
6608                 Add a few symbols needed
6609
6610 2005-12-21 [paul]       1.9.100cvs100
6611
6612         * m4/codeset.m4
6613         * m4/glibc21.m4
6614         * m4/intdiv0.m4
6615         * m4/inttypes-pri.m4
6616         * m4/inttypes.m4
6617         * m4/inttypes_h.m4
6618         * m4/isc-posix.m4
6619         * m4/lcmessage.m4
6620         * m4/stdint_h.m4
6621         * m4/uintmax_t.m4
6622                 gettextization
6623                 thanks to Colin
6624
6625 2005-12-21 [paul]       1.9.100cvs99
6626
6627         * po/sv.po
6628                 fixed by Colin
6629
6630 2005-12-20 [paul]       1.9.100cvs98
6631
6632         * po/sv.po
6633                 updated by Anders Trobäck
6634
6635 2005-12-20 [colin]      1.9.100cvs97
6636
6637         * ABOUT-NLS
6638         * Makefile.am
6639         * autogen.sh
6640         * configure.ac
6641         * config/config.rpath
6642         * config/mkinstalldirs
6643         * m4/Makefile.am
6644         * m4/glibc2.m4
6645         * m4/gnupg.m4
6646         * m4/gpgme.m4
6647         * m4/intmax.m4
6648         * m4/longdouble.m4
6649         * m4/longlong.m4
6650         * m4/printf-posix.m4
6651         * m4/signed.m4
6652         * m4/size_max.m4
6653         * m4/ulonglong.m4
6654         * m4/wchar_t.m4
6655         * m4/wint_t.m4
6656         * m4/xsize.m4
6657         * po/Makefile.in.in
6658         * po/Makevars
6659         * po/bg.po
6660         * po/ca.po
6661         * po/cs.po
6662         * po/de.po
6663         * po/el.po
6664         * po/en_GB.po
6665         * po/es.po
6666         * po/fi.po
6667         * po/fr.po
6668         * po/hr.po
6669         * po/hu.po
6670         * po/it.po
6671         * po/ja.po
6672         * po/ko.po
6673         * po/nb.po
6674         * po/nl.po
6675         * po/pl.po
6676         * po/pt_BR.po
6677         * po/ru.po
6678         * po/sk.po
6679         * po/sr.po
6680         * po/stamp-po
6681         * po/sv.po
6682         * po/zh_CN.po
6683         * po/zh_TW.po
6684         * src/Makefile.am
6685         * src/codeconv.c
6686         * src/compose.c
6687         * src/exporthtml.c
6688         * src/exportldif.c
6689         * src/folder.c
6690         * src/main.c
6691         * src/manual.c
6692         * src/mh.c
6693         * src/mimeview.c
6694         * src/send_message.c
6695         * src/common/Makefile.am
6696         * src/common/fnmatch.c
6697         * src/common/fnmatch.h
6698         * src/common/fnmatch_loop.c
6699         * src/common/nntp.c
6700         * src/common/plugin.c
6701         * src/common/smtp.c
6702         * src/common/socket.c
6703         * src/common/string_match.c
6704         * src/common/sylpheed.c
6705         * src/common/utils.c
6706         * src/common/utils.h
6707         * src/common/w32_dirent.c
6708         * src/common/w32_reg.c
6709         * src/common/w32_signal.c
6710         * src/common/w32_stat.c
6711         * src/common/w32_stdio.c
6712         * src/common/w32_stdlib.c
6713         * src/common/w32_string.c
6714         * src/common/w32_time.c
6715         * src/common/w32_unistd.c
6716         * src/common/w32_wait.c
6717         * src/common/w32lib.h
6718         * src/etpan/Makefile.am
6719         * src/gtk/Makefile.am
6720         * src/plugins/clamav/Makefile.am
6721         * src/plugins/demo/Makefile.am
6722         * src/plugins/dillo_viewer/Makefile.am
6723         * src/plugins/pgpcore/Makefile.am
6724         * src/plugins/pgpcore/passphrase.c
6725         * src/plugins/pgpcore/plugin.def
6726         * src/plugins/pgpcore/sgpgme.c
6727         * src/plugins/pgpcore/sylpheed.def
6728         * src/plugins/pgpcore/version.rc
6729         * src/plugins/pgpinline/Makefile.am
6730         * src/plugins/pgpinline/plugin.def
6731         * src/plugins/pgpinline/sylpheed.def
6732         * src/plugins/pgpinline/version.rc
6733         * src/plugins/pgpmime/Makefile.am
6734         * src/plugins/pgpmime/mypgpcore.def
6735         * src/plugins/pgpmime/plugin.def
6736         * src/plugins/pgpmime/sylpheed.def
6737         * src/plugins/pgpmime/version.rc
6738         * src/plugins/spamassassin/Makefile.am
6739                 Very little ;-) patch from Werner Koch, providing
6740                 infrastructure for cross-compiling to Win32
6741
6742 2005-12-20 [paul]       1.9.100cvs96
6743
6744         * src/account.c
6745         * src/account.h
6746         * src/mainwindow.c
6747         * src/mainwindow.h
6748         * src/toolbar.c
6749         * src/toolbar.h
6750                 add a combo to the Get All button, allowing
6751                 quick retrieval from any account
6752                 Patch by Fabien Vantard, slightly modified
6753                 by Colin
6754         * src/gtk/about.c
6755                 i18n fix. Patch by Fabien Vantard
6756
6757 2005-12-19 [colin]      1.9.100cvs95
6758
6759         * src/compose.c
6760         * src/compose.h
6761                 Don't automatically join lines when they've 
6762                 been separated by the user and not automatically
6763
6764 2005-12-19 [paul]       1.9.100cvs94
6765
6766         * src/gtk/pluginwindow.c
6767                 i18n fix.
6768                 Patch by Fabien Vantard
6769
6770 2005-12-15 [paul]       1.9.100cvs93
6771
6772         * src/common/plugin.c
6773         * src/common/plugin.h
6774         * src/gtk/pluginwindow.c
6775         * src/plugins/clamav/clamav_plugin.c
6776         * src/plugins/demo/demo.c
6777         * src/plugins/dillo_viewer/dillo_viewer.c
6778         * src/plugins/pgpcore/plugin.c
6779         * src/plugins/pgpinline/plugin.c
6780         * src/plugins/pgpmime/plugin.c
6781         * src/plugins/spamassassin/spamassassin.c
6782         * src/plugins/trayicon/trayicon.c
6783                 add plugin_version()
6784
6785 2005-12-15 [colin]      1.9.100cvs92
6786
6787         * src/compose.c
6788                 Further fix bug #875
6789
6790 2005-12-15 [paul]       1.9.100cvs91
6791
6792         * src/gtk/filesel.c
6793                 fix attach_load_dir getting set to
6794                 PLUGINDIR on plugin load
6795
6796 2005-12-14 [mones]      1.9.100cvs90
6797
6798         * manual/ack.xml
6799         * manual/keyboard.xml
6800                 Initial draft and some shortcuts added
6801                 
6802         * po/es.po
6803                 Updated translation
6804
6805 2005-12-14 [colin]      1.9.100cvs89
6806
6807         * src/compose.c
6808         * src/imap.c
6809         * src/summaryview.c
6810         * src/gtk/gtkaspell.c
6811                 More leaks fixed
6812         * src/prefs_folder_item.c
6813                 Fix recursive prefs apply
6814
6815
6816 2005-12-14 [colin]      1.9.100cvs88
6817
6818         * src/compose.c
6819                 Fix bug #875 (Freeze On Inline Forward of 
6820                 Large Message)
6821
6822 2005-12-13 [colin]      1.9.100cvs87
6823
6824         * src/compose.c
6825                 Uniq-ify and sort the mimetypes list
6826                 Patch by Fabien Vantard
6827
6828 2005-12-13 [colin]      1.9.100cvs86
6829
6830         * src/imap.c
6831         * src/etpan/imap-thread.c
6832                 Fix leaks (patch by Hoa)
6833         * src/news.c
6834         * src/common/plugin.c
6835                 Fix leaks
6836
6837 2005-12-12 [colin]
6838
6839         * 2.0.0-rc2 released
6840
6841 2005-12-12 [colin]      1.9.100cvs85
6842
6843         * src/matcher.c
6844                 Fix a leak
6845
6846 2005-12-12 [wwp]        1.9.100cvs84
6847
6848         * src/gtk/icon_legend.c
6849                 fix misbehaviour and crash when closing the legend window
6850         using the Esc key (patch by Fabien Vantard).
6851
6852 2005-12-12 [paul]       1.9.100cvs83
6853
6854         * src/browseldap.c
6855         * src/foldersel.c
6856         * src/prefs_actions.c
6857         * src/prefs_filtering.c
6858         * src/prefs_matcher.c
6859         * src/prefs_spelling.glade      ** REMOVED **
6860         * src/prefs_template.c
6861         * src/gtk/foldersort.glade      ** REMOVED **
6862         * src/gtk/pluginwindow.c
6863         * src/gtk/pluginwindow.glade    ** REMOVED **
6864         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
6865                 cleanups
6866
6867 2005-12-11 [paul]       1.9.100cvs82
6868
6869         * src/gtk/filesel.c
6870                 fix attach_load_dir crasher (double free)
6871
6872 2005-12-09 [paul]       1.9.100cvs81
6873
6874         * po/POTFILES.in
6875         * src/mainwindow.c
6876         * src/gtk/Makefile.am
6877         * src/gtk/icon_legend.c
6878         * src/gtk/icon_legend.h
6879                 add icon legend
6880         * src/manual.c
6881                 cleanup
6882
6883 2005-12-09 [paul]       1.9.100cvs80
6884
6885         * src/plugins/pgpcore/passphrase.c
6886                 wrap the label in the dialog
6887
6888 2005-12-09 [colin]      1.9.100cvs79
6889
6890         * src/plugins/pgpcore/sgpgme.c
6891                 Display (untrusted) on not trusted signatures
6892                 Patch by Michal Èihaø <michal@cihar.com>
6893                 Closes bug #867 (Report also key trust)
6894
6895 2005-12-09 [colin]      1.9.100cvs78
6896
6897         * src/common/plugin.c
6898                 Update licence check, following Eben Moglen's advice
6899
6900 2005-12-08 [colin]      1.9.100cvs77
6901
6902         * src/folder.c
6903                 Fix the occasionnal item->cache != NULL 
6904                 assertion failure. 
6905
6906 2005-12-08 [colin]      1.9.100cvs76
6907
6908         * src/mimeview.c
6909         * src/plugins/pgpcore/sgpgme.c
6910                 Print key id when unable to check it
6911                 Closes bug #866 (Show key id when missing)
6912
6913 2005-12-08 [paul]       1.9.100cvs75
6914
6915         * src/prefs_common.c
6916         * src/prefs_common.h
6917         * src/gtk/filesel.c
6918                 remember load attachment dir
6919
6920 2005-12-07 [colin]      1.9.100cvs74
6921
6922         * src/prefs_toolbar.c
6923                 Gtk fixes, patch by Fabien Vantard
6924
6925 2005-12-07 [colin]      1.9.100cvs73
6926
6927         * src/action.c
6928         * src/compose.c
6929         * src/compose.h
6930                 Fix bug #839 (Quoted text isn't colored after 
6931                 executing an action)
6932         * src/common/plugin.c
6933                 Require plugins to declare their licence in plugin_licence()
6934                 Refuse to load non-GPL plugins as they'd be illegal (as 
6935                 derived works of Sylpheed-Claws, they must be GPL).
6936         * src/plugins/clamav/clamav_plugin.c
6937         * src/plugins/demo/demo.c
6938         * src/plugins/dillo_viewer/dillo_viewer.c
6939         * src/plugins/pgpcore/plugin.c
6940         * src/plugins/pgpinline/plugin.c
6941         * src/plugins/pgpmime/plugin.c
6942         * src/plugins/spamassassin/spamassassin.c
6943         * src/plugins/trayicon/trayicon.c
6944                 Add plugin_licence()
6945
6946 2005-12-07 [paul]       1.9.100cvs72
6947
6948         * configure.ac
6949         * src/mainwindow.c
6950         * src/manual.c
6951         * src/manual.h
6952         * src/common/defs.h
6953                 clean up after local FAQ removal and
6954                 temporary manual removal
6955
6956 2005-12-06 [colin]      1.9.100cvs71
6957
6958         * configure.ac
6959         * doc/Makefile.am
6960         * doc/faq/.cvsignore
6961         * doc/faq/Makefile.am
6962         * doc/faq/de/.cvsignore
6963         * doc/faq/de/Makefile.am
6964         * doc/faq/de/sylpheed-faq-1.html
6965         * doc/faq/de/sylpheed-faq-2.html
6966         * doc/faq/de/sylpheed-faq-3.html
6967         * doc/faq/de/sylpheed-faq.html
6968         * doc/faq/en/.cvsignore
6969         * doc/faq/en/Makefile.am
6970         * doc/faq/en/sylpheed-faq-1.html
6971         * doc/faq/en/sylpheed-faq-2.html
6972         * doc/faq/en/sylpheed-faq-3.html
6973         * doc/faq/en/sylpheed-faq-4.html
6974         * doc/faq/en/sylpheed-faq.html
6975         * doc/faq/es/.cvsignore
6976         * doc/faq/es/Makefile.am
6977         * doc/faq/es/sylpheed-faq-1.html
6978         * doc/faq/es/sylpheed-faq-2.html
6979         * doc/faq/es/sylpheed-faq-3.html
6980         * doc/faq/es/sylpheed-faq-4.html
6981         * doc/faq/es/sylpheed-faq.html
6982         * doc/faq/fr/.cvsignore
6983         * doc/faq/fr/Makefile.am
6984         * doc/faq/fr/sylpheed-faq-1.html
6985         * doc/faq/fr/sylpheed-faq-2.html
6986         * doc/faq/fr/sylpheed-faq-3.html
6987         * doc/faq/fr/sylpheed-faq.html
6988         * doc/faq/it/.cvsignore
6989         * doc/faq/it/Makefile.am
6990         * doc/faq/it/sylpheed-faq-1.html
6991         * doc/faq/it/sylpheed-faq-2.html
6992         * doc/faq/it/sylpheed-faq-3.html
6993         * doc/faq/it/sylpheed-faq.html
6994         * doc/manual/.cvsignore
6995         * doc/manual/Makefile.am
6996         * doc/manual/de/.cvsignore
6997         * doc/manual/de/Makefile.am
6998         * doc/manual/de/sylpheed-1.html
6999         * doc/manual/de/sylpheed-10.html
7000         * doc/manual/de/sylpheed-11.html
7001         * doc/manual/de/sylpheed-12.html
7002         * doc/manual/de/sylpheed-13.html
7003         * doc/manual/de/sylpheed-14.html
7004         * doc/manual/de/sylpheed-15.html
7005         * doc/manual/de/sylpheed-16.html
7006         * doc/manual/de/sylpheed-17.html
7007         * doc/manual/de/sylpheed-18.html
7008         * doc/manual/de/sylpheed-19.html
7009         * doc/manual/de/sylpheed-2.html
7010         * doc/manual/de/sylpheed-20.html
7011         * doc/manual/de/sylpheed-3.html
7012         * doc/manual/de/sylpheed-4.html
7013         * doc/manual/de/sylpheed-5.html
7014         * doc/manual/de/sylpheed-6.html
7015         * doc/manual/de/sylpheed-7.html
7016         * doc/manual/de/sylpheed-8.html
7017         * doc/manual/de/sylpheed-9.html
7018         * doc/manual/de/sylpheed.html
7019         * doc/manual/en/.cvsignore
7020         * doc/manual/en/Makefile.am
7021         * doc/manual/en/sylpheed-1.html
7022         * doc/manual/en/sylpheed-10.html
7023         * doc/manual/en/sylpheed-11.html
7024         * doc/manual/en/sylpheed-12.html
7025         * doc/manual/en/sylpheed-13.html
7026         * doc/manual/en/sylpheed-14.html
7027         * doc/manual/en/sylpheed-15.html
7028         * doc/manual/en/sylpheed-16.html
7029         * doc/manual/en/sylpheed-17.html
7030         * doc/manual/en/sylpheed-18.html
7031         * doc/manual/en/sylpheed-19.html
7032         * doc/manual/en/sylpheed-2.html
7033         * doc/manual/en/sylpheed-20.html
7034         * doc/manual/en/sylpheed-21.html
7035         * doc/manual/en/sylpheed-22.html
7036         * doc/manual/en/sylpheed-3.html
7037         * doc/manual/en/sylpheed-4.html
7038         * doc/manual/en/sylpheed-5.html
7039         * doc/manual/en/sylpheed-6.html
7040         * doc/manual/en/sylpheed-7.html
7041         * doc/manual/en/sylpheed-8.html
7042         * doc/manual/en/sylpheed-9.html
7043         * doc/manual/en/sylpheed.html
7044         * doc/manual/es/.cvsignore
7045         * doc/manual/es/Makefile.am
7046         * doc/manual/es/sylpheed-1.html
7047         * doc/manual/es/sylpheed-10.html
7048         * doc/manual/es/sylpheed-11.html
7049         * doc/manual/es/sylpheed-12.html
7050         * doc/manual/es/sylpheed-13.html
7051         * doc/manual/es/sylpheed-14.html
7052         * doc/manual/es/sylpheed-15.html
7053         * doc/manual/es/sylpheed-16.html
7054         * doc/manual/es/sylpheed-17.html
7055         * doc/manual/es/sylpheed-18.html
7056         * doc/manual/es/sylpheed-19.html
7057         * doc/manual/es/sylpheed-2.html
7058         * doc/manual/es/sylpheed-20.html
7059         * doc/manual/es/sylpheed-3.html
7060         * doc/manual/es/sylpheed-4.html
7061         * doc/manual/es/sylpheed-5.html
7062         * doc/manual/es/sylpheed-6.html
7063         * doc/manual/es/sylpheed-7.html
7064         * doc/manual/es/sylpheed-8.html
7065         * doc/manual/es/sylpheed-9.html
7066         * doc/manual/es/sylpheed.html
7067         * doc/manual/fr/.cvsignore
7068         * doc/manual/fr/Makefile.am
7069         * doc/manual/fr/sylpheed-1.html
7070         * doc/manual/fr/sylpheed-10.html
7071         * doc/manual/fr/sylpheed-11.html
7072         * doc/manual/fr/sylpheed-12.html
7073         * doc/manual/fr/sylpheed-13.html
7074         * doc/manual/fr/sylpheed-14.html
7075         * doc/manual/fr/sylpheed-15.html
7076         * doc/manual/fr/sylpheed-16.html
7077         * doc/manual/fr/sylpheed-17.html
7078         * doc/manual/fr/sylpheed-18.html
7079         * doc/manual/fr/sylpheed-19.html
7080         * doc/manual/fr/sylpheed-2.html
7081         * doc/manual/fr/sylpheed-20.html
7082         * doc/manual/fr/sylpheed-3.html
7083         * doc/manual/fr/sylpheed-4.html
7084         * doc/manual/fr/sylpheed-5.html
7085         * doc/manual/fr/sylpheed-6.html
7086         * doc/manual/fr/sylpheed-7.html
7087         * doc/manual/fr/sylpheed-8.html
7088         * doc/manual/fr/sylpheed-9.html
7089         * doc/manual/fr/sylpheed.html
7090         * doc/manual/ja/.cvsignore
7091         * doc/manual/ja/Makefile.am
7092         * doc/manual/ja/sylpheed-1.html
7093         * doc/manual/ja/sylpheed-10.html
7094         * doc/manual/ja/sylpheed-11.html
7095         * doc/manual/ja/sylpheed-12.html
7096         * doc/manual/ja/sylpheed-13.html
7097         * doc/manual/ja/sylpheed-14.html
7098         * doc/manual/ja/sylpheed-15.html
7099         * doc/manual/ja/sylpheed-16.html
7100         * doc/manual/ja/sylpheed-17.html
7101         * doc/manual/ja/sylpheed-18.html
7102         * doc/manual/ja/sylpheed-19.html
7103         * doc/manual/ja/sylpheed-2.html
7104         * doc/manual/ja/sylpheed-20.html
7105         * doc/manual/ja/sylpheed-3.html
7106         * doc/manual/ja/sylpheed-4.html
7107         * doc/manual/ja/sylpheed-5.html
7108         * doc/manual/ja/sylpheed-6.html
7109         * doc/manual/ja/sylpheed-7.html
7110         * doc/manual/ja/sylpheed-8.html
7111         * doc/manual/ja/sylpheed-9.html
7112         * doc/manual/ja/sylpheed.html
7113         * doc/manual/ja/sylpheed.sgml
7114         * src/mainwindow.c
7115                 Remove outdated manual and faq. Noisy, eh?
7116
7117 2005-12-06 [colin]      1.9.100cvs70
7118
7119         * src/compose.c
7120         * src/quote_fmt_parse.y
7121         * src/undo.c
7122         * src/undo.h
7123                 Allow %X to position cursor at 0 
7124                 (no %X = before signature)
7125                 Fix paste as quotation putting the cursor at 0
7126                 Fix undo offsets when pasting
7127                 Insert the quote_fmt at once instead of line 
7128                 by line
7129                 Fix [Edited] when starting to reply/forward
7130
7131 2005-12-06 [paul]       1.9.100cvs69
7132
7133         * src/plugins/clamav/clamav_plugin_gtk.c
7134                 add another tooltip
7135         * src/plugins/spamassassin/spamassassin_gtk.c
7136                 rework spamassassin_create_widget_func()
7137
7138 2005-12-05 [colin]      1.9.100cvs68
7139
7140         * po/POTFILES.in
7141                 Fix make release ;-)
7142
7143 2005-12-05 [colin]      1.9.100cvs67
7144
7145         * src/compose.c
7146         * src/compose.h
7147                 Fix cursor positioning (not obeying %X)
7148
7149 2005-12-05 [paul]       1.9.100cvs66
7150
7151         * src/plugins/dillo_viewer/dillo_prefs.c
7152                 fix compilation warning
7153
7154 2005-12-05 [paul]       1.9.100cvs65
7155
7156         * src/prefs_spelling.c
7157         * src/plugins/trayicon/trayicon.c
7158                 cleanups - remove unused stuff
7159
7160 2005-12-05 [paul]       1.9.100cvs64
7161
7162         * README
7163         * manual/plugins.xml
7164                 remove info about removed mathml_viewer plugin
7165
7166 2005-12-05 [paul]       1.9.100cvs63
7167
7168         * configure.ac
7169         * src/plugins/Makefile.am
7170         * src/plugins/mathml_viewer/.cvsignore
7171         * src/plugins/mathml_viewer/Makefile.am
7172         * src/plugins/mathml_viewer/mathml_viewer.c
7173                 remove unmaintained mathml_viewer plugin
7174
7175 2005-12-05 [paul]       1.9.100cvs62
7176
7177         * src/summaryview.c
7178                 obey prefs_common.always_show_msg when
7179                 moving a msg
7180                 Thanks to Colin
7181
7182 2005-12-05 [paul]       1.9.100cvs61
7183
7184         * src/compose.c
7185         * src/prefs_account.c
7186         * src/prefs_filtering.c
7187         * src/prefs_quote.c
7188         * src/prefs_spelling.c
7189         * src/prefs_toolbar.c
7190         * src/summaryview.c
7191         * src/gtk/gtkutils.c
7192         * src/gtk/quicksearch.c
7193         * src/plugins/dillo_viewer/dillo_prefs.c
7194                 dialog cleanups
7195
7196 2005-12-04 [paul]       1.9.100cvs60
7197
7198         * src/inc.c
7199         * src/prefs_account.c
7200         * src/prefs_account.h
7201                 allow a Local account to specify a
7202                 default inbox
7203                 (closes bug 843 'Inbox cannot be changed for local
7204                  mailboxes')
7205
7206 2005-12-04 [colin]      1.9.100cvs59
7207
7208         * src/plugins/trayicon/trayicon.c
7209                 Remove Get, rename Get All to Get Mail in order to
7210                 be consistent with the default main toolbar
7211
7212 2005-12-03 [colin]      1.9.100cvs58
7213
7214         * manual/gpl.xml
7215         * manual/sylpheed-claws-manual.xml
7216                 Add GPL appendix
7217
7218 2005-12-03 [paul]       1.9.100cvs57
7219
7220         * AUTHORS
7221         * po/sv.po
7222         * src/gtk/authors.h
7223                 new (partially complete) Swedish translation
7224                 by Anders Troback <sylpheed@troback.com>
7225
7226 2005-12-02 [paul]       1.9.100cvs56
7227
7228         * configure.ac
7229                 libetpan 0.41 required
7230
7231 2005-12-02 [paul]       1.9.100cvs55
7232
7233         * src/plugins/clamav/clamav_plugin.c
7234         * src/plugins/clamav/clamav_plugin.h
7235         * src/plugins/clamav/clamav_plugin_gtk.c
7236         * src/plugins/spamassassin/spamassassin.c
7237         * src/plugins/spamassassin/spamassassin.h
7238         * src/plugins/spamassassin/spamassassin_gtk.c
7239                 unregister prefs pages on unloading, thus
7240                 preventing a crash
7241                 (thanks to Colin for the hint)
7242
7243 2005-12-02 [wwp]        1.9.100cvs54
7244
7245         * src/quote_fmt.h
7246         * src/quote_fmt_parse.y
7247                 fix misuse of gboolean*, use gboolean instead
7248                 (thanks to Paul, Colin, for pointing out that scaring one)
7249
7250 2005-12-02 [paul]       1.9.100cvs53
7251
7252         * src/plugins/clamav/clamav_plugin.c
7253                 int no --> unsigned int no
7254         * src/plugins/clamav/clamav_plugin_gtk.c
7255                 rework config page
7256
7257 2005-12-02 [wwp]        1.9.100cvs52
7258
7259         * src/compose.c
7260         * src/prefs_template.c
7261         * src/quote_fmt.h
7262         * src/quote_fmt_parse.y
7263                 prevent from executing |f and |p templates commands when
7264                 adding or replacing templates in prefs (avoids annoying and
7265                 potentially dangerous behaviours)
7266
7267 2005-12-02 [paul]       1.9.100cvs51
7268
7269         * src/prefs_common.c
7270                 allow translation of some default values
7271                 Patch by Fabien Vantard
7272
7273 2005-12-02 [paul]       1.9.100cvs50
7274
7275         * src/codeconv.c
7276         * src/codeconv.h
7277         * src/prefs_common.c
7278         * src/prefs_common.h
7279         * src/prefs_message.c
7280         * src/textview.c
7281                 remove obsolete 'convert_mb_alnum' option
7282                 and related stuff
7283         * src/gtk/about.c
7284                 remove unused 'about_textview_visibility_notify'
7285
7286 2005-12-02 [paul]       1.9.100cvs49
7287
7288         * src/prefs_account.c
7289         * src/prefs_compose_writing.c
7290         * src/prefs_fonts.c
7291         * src/prefs_gtk.h
7292         * src/prefs_image_viewer.c
7293         * src/prefs_message.c
7294         * src/prefs_other.c
7295         * src/prefs_receive.c
7296         * src/prefs_send.c
7297         * src/prefs_spelling.c
7298         * src/prefs_summaries.c
7299         * src/prefs_wrapping.c
7300         * src/plugins/dillo_viewer/dillo_prefs.c
7301         * src/plugins/pgpcore/prefs_gpg.c
7302                 several cleanups to the prefs dialogs
7303                 (slightly modified) patch by Fabien Vantard
7304
7305 2005-12-02 [paul]       1.9.100cvs48
7306
7307         * src/main.c
7308                 --exit means exit
7309         * src/send_message.c
7310                 fix crash on send when connection fails
7311
7312         Thanks to Colin
7313
7314 2005-12-01 [colin]      1.9.100cvs47
7315
7316         * src/html.c
7317                 Translate &hellip; to "..."
7318
7319 2005-11-30 [colin]      1.9.100cvs46
7320
7321         * src/matcher.c
7322         * src/matcher.h
7323                 Optimize back yesterday's fix.
7324
7325 2005-11-30 [paul]       1.9.100cvs45
7326
7327         * manual/faq.xml
7328                 standardised
7329         * manual/intro.xml
7330                 written by Colin, edited by me
7331
7332 2005-11-29 [colin]      1.9.100cvs44
7333
7334         * src/matcher.c
7335                 Skip headers unconditionnaly in match_body if the
7336                 rule is not message or ~message
7337
7338 2005-11-29 [colin]      1.9.100cvs43
7339
7340         * src/matcher.c
7341                 Fix body_part and such, not skipping headers 
7342                 if the matchcriteria wasn't the first in the rule
7343
7344 2005-11-29 [colin]      1.9.100cvs42
7345
7346         * src/compose.c
7347                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
7348                 option missing from message view window)
7349                 Fix double text D'n'D with gtk-2.8
7350         * src/matcher.c
7351                 Fix ~message, ~headers_part, ~body_part rules
7352         * src/messageview.c
7353                 Add Windows-1252 (Closes bug #863)
7354                 Fix accels
7355         * src/gtk/gtkaspell.c
7356                 Properly destroy accels in all menus
7357
7358 2005-11-29 [mones]      1.9.100cvs41
7359
7360         * po/es.po
7361                 Updated.
7362
7363 2005-11-27 [colin]      1.9.100cvs40
7364
7365         * src/mh_gtk.c
7366                 "/Remove mailbox" -> "/Remove mailbox..."
7367
7368 2005-11-27 [paul]       1.9.100cvs39
7369
7370         * AUTHORS
7371         * po/de.po
7372         * src/gtk/authors.h
7373                 updated by new maintainer, Stephan Sachse
7374
7375 2005-11-27 [paul]       1.9.100cvs38
7376
7377         * manual/faq.xml
7378                 written by Colin, edited by me
7379
7380 2005-11-27 [paul]       1.9.100cvs37
7381
7382         * src/prefs_common.c
7383         * src/prefs_common.h
7384         * src/prefs_receive.c
7385         * src/prefs_summaries.c
7386                 move 'go to inbox after receiving new mail'
7387                 option from display/sumamaries to mail
7388                 handling/receive, and rework prefs_summaries
7389                 dialog a little
7390
7391 2005-11-25 [martin]     1.9.100cvs36
7392
7393         * po/de.po
7394             fixed windows-1252 translation;
7395             translated some new and fuzzy strings
7396
7397 2005-11-25 [paul]       1.9.100cvs35
7398
7399         * src/plugins/clamav/clamav_plugin.c
7400                 complete the update done in cvs34
7401
7402 2005-11-25 [paul]       1.9.100cvs34
7403
7404         * src/plugins/clamav/clamav_plugin.c
7405                 reflect upstream changes
7406
7407 2005-11-25 [paul]       1.9.100cvs33
7408
7409         * manual/ack.xml
7410         * manual/plugins.xml
7411         * manual/sylpheed-claws-manual.xml
7412                 written/updated by Colin, edited by me
7413         * tools/acroread2sylpheed.pl
7414                 update binary name
7415
7416 2005-11-24 [colin]      1.9.100cvs32
7417
7418         * src/compose.c
7419                 Fix bug #856 (reediting messages forgets Request
7420                 Return Receipt)
7421
7422 2005-11-24 [paul]       1.9.100cvs31
7423
7424         * manual/addrbook.xml
7425         * manual/starting.xml
7426                 written by Colin, proofread, edited, adapted by me
7427         * manual/advanced.xml
7428                 add some Actions examples
7429         * src/importldif.c
7430                 use a Save button instead of a Close button
7431         * src/wizard.c
7432                 indicate mandatory fields
7433                 fix page display
7434                 Thanks to Colin
7435
7436 2005-11-23 [colin]      1.9.100cvs30
7437
7438         * src/addressbook.c
7439                 Rename menu item, fix possible crash after
7440                 deletion of books
7441         * src/addrindex.c
7442                 Allow searching for '*' in ldap
7443         * src/browseldap.c
7444                 Fix "Browse Entry" (did anyone use it?)
7445         * src/wizard.c
7446                 Add guards for mandatory information
7447
7448 2005-11-23 [paul]       1.9.100cvs29
7449
7450         * manual/advanced.xml
7451                 corrections to the English
7452
7453 2005-11-23 [colin]      1.9.100cvs28
7454
7455         * src/mimeview.c
7456                 Fix possible crash at exit. After the call to
7457                 gtk_container_remove(), the Viewer's widget has no
7458                 more parent so gtk+ automatically frees it and its
7459                 sons. If destroy_viewer() then try to access it,
7460                 problems ensue.
7461
7462 2005-11-22 [colin]      1.9.100cvs27
7463
7464         * src/compose.c
7465         * src/gtk/gtkaspell.c
7466                 Fix right-clicking on a misspelled word
7467                 Fix More... in suggestions menu
7468
7469 2005-11-22 [wwp]        1.9.100cvs26
7470
7471         * src/prefs_template.c
7472                 templates works: re-sort templates list when adding or replacing,
7473                 prevent from adding or replacing when the template name is empty
7474
7475 2005-11-21 [colin]      1.9.100cvs25
7476
7477         * src/addressbook.c
7478                 Fix some addressbook suckage (dnd, select all)
7479         * src/compose.c
7480         * src/gtk/gtkaspell.c
7481         * src/gtk/gtkaspell.h
7482                 Make the spellchecker menu work with the 
7483                 GtkTextView one instead of overriding it
7484
7485 2005-11-20 [paul]       1.9.100cvs24
7486
7487         * manual/handling.xml
7488                 proofread and corrected
7489
7490 2005-11-20 [paul]       1.9.100cvs23
7491
7492         * manual/Makefile
7493                 generate html as one file
7494         * manual/advanced.xml
7495                 fix output generation
7496                 reformat hidden options list
7497         * manual/manual.xml     ** REMOVED **
7498         * manual/sylpheed-claws-manual.xml      ** ADDED **
7499                 renamed
7500
7501 2005-11-18 [colin]      1.9.100cvs22
7502
7503         * src/prefs_account.c
7504                 Fix layout in news and mbox accounts
7505         * manual/account.xml
7506         * manual/advanced.xml
7507                 New contents for Paul to check :)
7508
7509 2005-11-18 [wwp]        1.9.100cvs21
7510
7511         * src/gtk/quicksearch.c
7512                 don't update extended quicksearch buttons twice
7513
7514 2005-11-18 [paul]       1.9.100cvs20
7515
7516         * src/textview.c
7517                 complete 1.9.100cvs19
7518
7519 2005-11-18 [paul]       1.9.100cvs19
7520
7521         * src/compose.c
7522                 cosmetic improvements
7523         * src/textview.c
7524                 also list text/* attachments
7525
7526 2005-11-18 [colin]      1.9.100cvs18
7527
7528         * src/summaryview.c
7529                 Use column 0 instead of -1 in 
7530                 gtk_ctree_node_moveto, in a naive
7531                 hope it'll fix the gtk-related crashes
7532
7533 2005-11-18 [colin]      1.9.100cvs17
7534
7535         * src/gtk/inputdialog.c
7536                 Fix icon staying the first one
7537
7538 2005-11-17 [wwp]        1.9.100cvs16
7539                 fix possible problem showing some quicksearch buttons, and a bad
7540                 call to g_return_if_fail in a function that returns a value (both
7541                 fixes by Fabien Vantard)
7542
7543 2005-11-15 [wwp]        1.9.100cvs15
7544
7545         * src/gtk/quicksearch.c
7546                 added a tooltip to that obscure ... quicksearch button
7547
7548 2005-11-15 [wwp]        1.9.100cvs14
7549
7550         * src/gtk/quicksearch.c
7551                 add a quicksearch helper to filtering expression users: the ... button
7552                 raises the condition expr window. condition expressions set up w/ this
7553                 window are used by the quicksearch if the user closes it pressing OK.
7554
7555 2005-11-14 [paul]       1.9.100cvs13
7556
7557         * src/plugins/clamav/clamav_plugin.c
7558         * src/plugins/spamassassin/spamassassin.c
7559                 change plugin type following recent merging
7560
7561 2005-11-14 [wwp]        1.9.100cvs12
7562
7563         * src/folder.c
7564                 prevent from crashing when copying/moving message(s) from and
7565                 to the same folder
7566
7567 2005-11-14 [paul]       1.9.100cvs11
7568
7569         * src/plugins/clamav/Makefile.am
7570         * src/plugins/clamav/clamav_plugin.c
7571         * src/plugins/clamav/clamav_plugin.h
7572         * src/plugins/clamav/clamav_plugin_gtk.c
7573                 also merge clamav and clamav_gtk plugins
7574
7575 2005-11-13 [colin]      1.9.100cvs10
7576
7577         * configure.ac
7578         * src/plugins/spamassassin/Makefile.am
7579         * src/plugins/spamassassin/spamassassin.c
7580         * src/plugins/spamassassin/spamassassin.h
7581         * src/plugins/spamassassin/spamassassin_gtk.c
7582                 Merge spamassassin and spamassassin_gtk plugins,
7583                 and build it by default.
7584
7585 2005-11-12 [colin]      1.9.100cvs9
7586
7587         * src/etpan/imap-thread.c
7588                 Fix gcc warning
7589
7590 2005-11-12 [colin]      1.9.100cvs8
7591
7592         * src/procmime.c
7593                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
7594
7595 2005-11-10 [colin]      1.9.100cvs7
7596
7597         * src/main.c
7598                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
7599                 minimised state)
7600
7601 2005-11-10 [wwp]        1.9.100cvs6
7602
7603         * src/gtk/description_window.c
7604                 fix a crash when closing description windows using the WM's [X] button
7605
7606 2005-11-09 [colin]      1.9.100cvs5
7607
7608         * src/common/ssl.c
7609                 Update libetpan call to follow upstream
7610                 (yes, this requires libetpan-0.40cvs3)
7611
7612 2005-11-08 [colin]      1.9.100cvs4
7613
7614         * src/compose.c
7615         * src/textview.c
7616         * src/common/utils.c
7617         * src/common/utils.h
7618                 Enhance the email parser
7619
7620 2005-11-08 [colin]      1.9.100cvs3
7621
7622         * src/procmime.c
7623                 Fix what looks like an off-by-one (fixes 
7624                 attachments from the Bat)
7625
7626 2005-11-08 [wwp]        1.9.100cvs2
7627
7628         * src/main.c
7629                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
7630
7631 2005-11-08 [wwp]        1.9.100cvs1
7632
7633         * src/main.c
7634                 allow exiting Sylpheed-Claws from command-line
7635
7636 2005-11-08 [paul]       1.9.100
7637
7638         1.9.100 released
7639
7640 2005-11-07 [colin]      1.9.99cvs17
7641
7642         * src/addritem.c
7643         * src/ldif.c
7644                 Fix import of base-64 encoded items
7645
7646 2005-11-07 [colin]      1.9.99cvs16
7647
7648         * src/send_message.c
7649                 Fix bug #314 (Queue does not empty under certain 
7650                 circumstances)
7651
7652 2005-11-07 [paul]       1.9.99cvs15
7653
7654         * src/mutt.c
7655         * src/pine.c
7656                 fix buffer overflows
7657                 Thanks to Colin
7658
7659 2005-11-07 [paul]       1.9.99cvs14
7660
7661         * doc/man/Makefile.am
7662         * doc/man/sylpheed-claws.1      ** ADDED **
7663         * doc/man/sylpheed.1            ** DELETED **
7664                 rename and update the man file
7665
7666 2005-11-06 [colin]      1.9.99cvs13
7667
7668         * src/ldif.c
7669                 Fix ldif_get_line() that returned empty strings
7670                 (Didn't understand why). Also fix a possible
7671                 buffer overflow.
7672
7673 2005-11-06 [wwp]        1.9.99cvs12
7674
7675         * src/textview.c
7676         * src/gtk/about.c
7677         * src/gtk/gtkutils.c
7678         * src/gtk/gtkutils.h
7679                 fix a compilation warning,
7680                 make links sensitive in the about dialog
7681
7682 2005-11-04 [wwp]        1.9.99cvs11
7683
7684         * src/gtk/about.c
7685                 don't wrap or translate URIs, and a bit text format cleanup
7686
7687 2005-11-04 [wwp]        1.9.99cvs10
7688
7689         * src/gtk/about.c
7690                 better textview tagging implementation (no more use of marks for
7691                 postponed tagging)
7692
7693 2005-11-02 [colin]      1.9.99cvs9
7694
7695         * src/common/ssl.c
7696                 Forgot an ifdef
7697
7698 2005-11-02 [colin]      1.9.99cvs8
7699
7700         * configure.ac
7701                 Require libetpan-0.40 due to upstream fix
7702         * src/common/ssl.c
7703                 Tell libetpan not to call SSL_Library_Init,
7704                 as we do it ourselves.
7705
7706 2005-11-02 [colin]      1.9.99cvs7
7707
7708         * po/POTFILES.in
7709                 Add missing files (thanks to Fabien Vantard)
7710
7711 2005-11-02 [colin]      1.9.99cvs6
7712
7713         * src/summaryview.c
7714                 Fix totals when read messages are hidden or quicksearch
7715                 is on
7716         * src/ssl_manager.c
7717         * src/ssl_manager.h
7718         * src/common/ssl_certificate.c
7719         * src/common/ssl_certificate.h
7720         * src/gtk/sslcertwindow.c
7721         * src/gtk/sslcertwindow.h
7722                 Fix copyright on my stuff
7723
7724 2005-11-02 [wwp]        1.9.99cvs5
7725
7726         * src/prefs_themes.c
7727                 fix directory name checking (theme installation/removal),
7728                 made related error a bit more verbose
7729
7730 2005-11-02 [colin]      1.9.99cvs4
7731
7732         * src/summaryview.c
7733                 Fix typo (probably fixes bug #841 (Sort by the From 
7734                 field doesn't work)
7735
7736 2005-11-02 [paul]       1.9.99cvs3
7737
7738         * po/ko.po
7739         * po/nb.po
7740                 updated by SungHyun Nam, Geir Helland
7741         * src/wizard.c
7742                 fix typo in welcome message. spotted by
7743                 Andrea Spadaccini
7744
7745 2005-11-01 [colin]      1.9.99cvs2
7746
7747         * src/compose.c
7748                 Fix replying to ml wen confirming subscription
7749         * src/messageview.c
7750         * src/mimeview.c
7751         * src/mimeview.h
7752         * src/privacy.h
7753         * src/summaryview.c
7754                 Make key check non blocking
7755
7756 2005-10-31 [paul]       1.9.99cvs1
7757
7758         * tools/claws.i18n.status.pl
7759                 updated for ChangeLog
7760
7761 2005-10-31 [paul]       1.9.99
7762
7763         1.9.99 released
7764
7765 2005-10-31 [paul]       1.9.15cvs131
7766
7767         * .cvsignore
7768         * ChangeLog
7769         * ChangeLog.claws       ** REMOVED **
7770         * ChangeLog-gtk2.claws  ** REMOVED **
7771         * ChangeLog.gtk1        ** ADDED **
7772         * INSTALL
7773         * Makefile.am
7774         * NEWS
7775         * README
7776         * README.claws          ** REMOVED **
7777         * README.jp             ** REMOVED **
7778         * RELEASE_NOTES         ** ADDED **
7779         * RELEASE_NOTES.claws   ** REMOVED **
7780         * commitHelper
7781         * configure.ac
7782         * sylpheed.spec.in      ** REMOVED **
7783                 tidy up and update the default docs:
7784                 ChangeLog.claws is renamed ChangeLog.gtk1
7785                 ChangeLog-gtk2.claws is renamed ChangeLog
7786                 README.claws is renamed README
7787                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
7788
7789 2005-10-31 [paul]       1.9.15cvs130
7790
7791         * po/it.po
7792                 fix errors
7793
7794 2005-10-31 [paul]       1.9.15cvs129
7795
7796         * po/ca.po
7797         * po/de.po
7798         * po/en_GB.po
7799         * po/fr.po
7800         * po/it.po
7801         * po/pt_BR.po
7802         * po/sk.po
7803         * po/sr.po
7804         * po/zh_CN.po
7805                 updated by Miquel Oliete, Stephan Sachse and
7806                 Thomas Gilgin, me, Fabien Vantard, Andrea
7807                 Spadaccini, Frederico Goncalves Guimaraes,
7808                 Andrej Kacian, Aleksandar Urosevic, and
7809                 Ralgh Young.
7810
7811 2005-10-31 [mones]      1.9.15cvs128
7812
7813         * manual/faq.xml
7814                 More questions.
7815         
7816         * po/es.po
7817                 Updated for release.
7818
7819 2005-10-30 [colin]      1.9.15cvs127
7820
7821         * src/compose.c
7822                 Place cursor before rewrapping (fixes cursor
7823                 pos if quotation gets rewrapped)
7824
7825 2005-10-29 [paul]       1.9.15cvs126
7826
7827         * src/crash.c
7828         * src/foldersel.c
7829         * src/main.c
7830         * src/messageview.c
7831         * src/toolbar.c
7832         * src/gtk/authors.h
7833                 corrections to text items
7834
7835 2005-10-28 [colin]      1.9.15cvs125
7836
7837         * src/messageview.c
7838                 Make "hit 'C' to check sig" work from extern 
7839                 messageviews
7840
7841 2005-10-27 [colin]      1.9.15cvs124
7842
7843         * src/summaryview.c
7844                 Add a hack to avoid segfaulting when hammering 
7845                 on gtk's events
7846
7847 2005-10-27 [wwp]        1.9.15cvs123
7848
7849         * src/prefs_themes.c
7850                 sort list of themes names in themes prefs
7851
7852 2005-10-27 [paul]       1.9.15cvs122
7853
7854         * src/folder.c
7855         * src/prefs_account.c
7856                 fix building on Solaris
7857                 Patch by Alex Moore
7858
7859 2005-10-27 [wwp]        1.9.15cvs121
7860
7861         * src/summaryview.c
7862         * src/gtk/gtksctree.c
7863                 speed up unselecting messages in summary view (thanks to Colin)
7864
7865 2005-10-27 [paul]       1.9.15cvs120
7866
7867         * src/mainwindow.c
7868                 fix a compilation warning
7869         * src/summaryview.c
7870                 fix updating of 'n items selected' count
7871                 when deselecting
7872
7873 2005-10-27 [martin]     1.9.15cvs119
7874
7875         * src/action.c
7876                 ignore actions with a leading '/' in the action menu name
7877                 fixes a crash on menu creation
7878         * src/prefs_actions.c
7879                 do not allow a leading '/' in the action menu name
7880
7881 2005-10-27 [paul]       1.9.15cvs118
7882
7883         * src/main.c
7884                 fix compilation warning
7885
7886 2005-10-27 [paul]       1.9.15cvs117
7887
7888         * src/procmime.c
7889                 add #if HAVE_LOCALE_H
7890
7891 2005-10-27 [paul]       1.9.15cvs116
7892
7893         * src/plugins/clamav/clamav_plugin.c
7894         * src/plugins/dillo_viewer/dillo_viewer.c
7895         * src/plugins/mathml_viewer/mathml_viewer.c
7896         * src/plugins/pgpcore/plugin.c
7897         * src/plugins/pgpinline/plugin.c
7898         * src/plugins/pgpmime/plugin.c
7899         * src/plugins/spamassassin/spamassassin.c
7900         * src/plugins/trayicon/trayicon.c
7901                 plugin_init() : make error messages more
7902                 informative
7903
7904 2005-10-26 [wwp]        1.9.15cvs115
7905
7906         * src/prefs_matcher.c
7907                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7908
7909 2005-10-26 [wwp]        1.9.15cvs114
7910
7911         * src/procmime.c
7912         * src/gtk/gtksctree.c
7913         * src/plugins/spamassassin/libspamc.c
7914         * src/plugins/spamassassin/spamassassin.c
7915                 fix some compilation warnings more
7916
7917 2005-10-26 [mones]      1.9.15cvs113
7918
7919         * po/es.po
7920                 Updated translation
7921
7922 2005-10-26 [paul]       1.9.15cvs112
7923
7924         * src/prefs_message.c
7925                 give all display_xface stuff the
7926                 #if HAVE_LIBCOMPFACE treatment, thus
7927                 preventing a crash
7928                 (Thanks to Wolfgang Enderlein)
7929
7930 2005-10-26 [colin]      1.9.15cvs111
7931
7932         * src/gedit-print.c
7933                 Fix date format
7934         * src/imap_gtk.c
7935         * src/news_gtk.c
7936                 Remove context menu items that should not be there
7937         * src/jpilot.c
7938                 Fix encoding
7939         * src/main.c
7940         * src/mainwindow.c
7941                 Don't show the mainwindow too soon
7942
7943 2005-10-26 [wwp]        1.9.15cvs110
7944
7945         * src/folder.c
7946         * src/manual.c
7947         * src/summaryview.c
7948                 fix uninitialized pointers in the folder updating hook
7949                 (thanks to Colin)
7950
7951 2005-10-25 [mones]      1.9.15cvs109
7952
7953         * manual/faq.xml
7954                 General information subsection completed. 
7955                 Removed archaic references.
7956                 
7957         * manual/Makefile
7958         * manual/dtd/manual.dsl
7959                 Added customization stylesheet for getting paragraphs
7960                 fully justified in PDF output (as suggested by Colin).
7961
7962 2005-10-25 [colin]      1.9.15cvs108
7963
7964         * src/compose.c
7965                 Fix a second leak
7966
7967 2005-10-25 [colin]      1.9.15cvs107
7968
7969         * src/addrbook.c
7970         * src/addrindex.c
7971                 Fix leak (xml_get_element() allocates memory)
7972         * src/compose.c
7973                 Fix leak + dead code (shame!)
7974         * src/procmime.c
7975                 Fix leak
7976
7977 2005-10-25 [colin]      1.9.15cvs106
7978
7979         * src/mimeview.c
7980                 Fix encoding issue in Save all and in 
7981                 overwrite-confirmation alertpanel
7982
7983 2005-10-25 [colin]      1.9.15cvs105
7984
7985         * src/common/socket.c
7986                 Fix a leak - Thanks to Christopher Aillon
7987                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7988
7989 2005-10-25 [paul]       1.9.15cvs104
7990
7991         * src/wizard.c
7992                 Always guess servers from the right-hand
7993                 email part and guess username from the
7994                 left-hand part. (Thanks to Colin)
7995                 add an X-Face to the welcome message
7996
7997 2005-10-25 [paul]       1.9.15cvs103
7998
7999         * manual/handling.xml
8000                 written by Colin, edited by me
8001
8002 2005-10-25 [wwp]        1.9.15cvs102
8003
8004         * src/folderview.c
8005         * src/grouplistdialog.c
8006         * src/imap.c
8007         * src/noticeview.c
8008                 fix some compilation warnings
8009
8010 2005-10-24 [paul]
8011
8012         1.9.99-rc3 released
8013
8014 2005-10-24 [paul]       1.9.15cvs101
8015
8016         * src/gtk/about.c
8017                 fix window sizing
8018
8019 2005-10-24 [paul]       1.9.15cvs100
8020
8021         * src/pixmaps/offline.xpm
8022         * src/pixmaps/online.xpm
8023                 replace with last default versions
8024
8025 2005-10-24 [colin]      1.9.15cvs99
8026
8027         * src/imap.c
8028                 Fix bug when moving a folder
8029         * src/imap_gtk.c
8030         * src/mh_gtk.c
8031                 "Delete folder" pops up a window, so it 
8032                 should be suffixed with "..."
8033         * src/plugins/pgpcore/sgpgme.c
8034                 Include locale.h
8035
8036 2005-10-24 [mones]      1.9.15cvs98
8037
8038         * manual/Makefile
8039         * manual/account.xml
8040         * manual/ack.xml
8041         * manual/addrbook.xml
8042         * manual/advanced.xml
8043         * manual/faq.xml
8044         * manual/glossary.xml
8045         * manual/gpl.xml
8046         * manual/handling.xml
8047         * manual/intro.xml
8048         * manual/keyboard.xml
8049         * manual/manual.xml
8050         * manual/plugins.xml
8051         * manual/starting.xml
8052         * manual/dtd/sdocbook.dtd
8053                 Initial manual structure and some content.
8054
8055 2005-10-23 [wwp]        1.9.15cvs97
8056
8057         * src/gtk/about.c
8058                 fix a typo
8059
8060 2005-10-23 [wwp]        1.9.15cvs96
8061
8062         * src/gtk/about.c
8063         * src/gtk/authors.h
8064                 rework of the about window (main work by Paul), also featuring a few
8065                 fixes for typos and duplicate names
8066
8067 2005-10-23 [wwp]        1.9.15cvs95
8068
8069         * src/.cvsignore
8070                 Ignore the right binary name (sylpheed-claws now)
8071
8072 2005-10-23 [paul]       1.9.15cvs94
8073
8074         * src/compose.c
8075                 when using Folder Pref 'Default To for
8076                 replies' make the entry in the Compose
8077                 window bold
8078                 Patch by Fabien Vantard
8079
8080 2005-10-22 [colin]      1.9.15cvs93
8081
8082         * src/codeconv.c
8083                 Fix leak
8084
8085 2005-10-22 [colin]      1.9.15cvs92
8086
8087         * src/codeconv.c
8088                 try to convert using locale (apart utf8) if necessary
8089
8090 2005-10-22 [colin]      1.9.15cvs91
8091
8092         * src/pixmaps/new.xpm
8093         * src/pixmaps/unread.xpm
8094                 Make the unread envelope blue again and
8095                 saturate the new one a bit more.
8096
8097 2005-10-22 [colin]      1.9.15cvs90
8098
8099         * src/compose.c
8100                 When replying to a mail sent by one of our accounts,
8101                 use the original list of recipients. Let 'Reply All'
8102                 and 'Reply to sender' work like previously.
8103
8104 2005-10-21 [colin]      1.9.15cvs89
8105
8106         * src/prefs_filtering.c
8107                 Clear fields after add and replace
8108         * src/textview.c
8109                 Display xface differently (better)
8110         * src/plugins/pgpinline/pgpinline.c
8111                 Fix crappy encodings/recodings
8112
8113 2005-10-21 [paul]       1.9.15cvs88
8114
8115         * src/compose.c
8116         * src/prefs_folder_item.c
8117         * src/toolbar.c
8118                 fix news folder Folder Properties
8119                 (thanks to Colin)
8120         * src/folderview.c
8121                 update folderview after Themes change
8122                 keep selected folder selected
8123                 (thanks to Colin)
8124
8125 2005-10-21 [paul]       1.9.15cvs87
8126
8127         * tools/Makefile.am
8128         * tools/OOo2sylpheed.pl
8129         * tools/README
8130         * tools/README.sylprint
8131         * tools/asus_mailled.sh         ** REMOVED **
8132         * tools/filter_conv.pl
8133         * tools/freshmeat_search.pl
8134         * tools/google_search.pl
8135         * tools/gpg-sign-syl            ** REMOVED **
8136         * tools/kmail2sylpheed.pl
8137         * tools/kmail2sylpheed_v2.pl
8138         * tools/multiwebsearch.pl
8139         * tools/nautilus2sylpheed.sh
8140         * tools/newscache_clean.pl
8141         * tools/outlook2sylpheed.pl
8142         * tools/sylpheed-switcher       ** REMOVED **
8143         * tools/sylprint.pl
8144         * tools/sylprint.rc
8145         * tools/tb2sylpheed
8146         * tools/vcard2xml.py
8147         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8148                 update default config dir
8149                 update binary name (thanks to Fabien Vantard)
8150                 remove obsolete scripts
8151
8152 2005-10-21 [colin]      1.9.15cvs86
8153
8154         * src/inc.c
8155                 Fix possible leak and units. Based on a patch by
8156                 Fabien Vantard.
8157
8158 2005-10-20 [colin]      1.9.15cvs85
8159
8160         * src/textview.c
8161                 Clear xface when clearing textview
8162
8163 2005-10-20 [colin]      1.9.15cvs84
8164
8165         * configure.ac
8166         * src/folderview.c
8167         * src/headerview.c
8168         * src/main.c
8169         * src/prefs_common.c
8170         * src/prefs_common.h
8171         * src/prefs_message.c
8172         * src/textview.c
8173         * src/textview.h
8174         * src/common/defs.h
8175         * src/common/utils.c
8176         * src/common/utils.h
8177         * src/gtk/gtkutils.c
8178         * src/gtk/gtkutils.h
8179                 Migrate config to .sylpheed-claws (Automatically)
8180                 Add a way to get the Xface in the TextView
8181
8182 2005-10-20 [colin]      1.9.15cvs83
8183
8184         * src/gtk/Makefile.am
8185         * src/gtk/about.c
8186         * src/gtk/authors.h
8187                 Make the about dialog *grooovy*
8188
8189 2005-10-20 [colin]      1.9.15cvs82
8190
8191         * src/mimeview.c
8192                 Use "Open with" on double click if no command
8193                 was found
8194
8195 2005-10-20 [colin]      1.9.15cvs81
8196
8197         * src/imap.c
8198         * src/etpan/imap-thread.c
8199                 Fix possible crash.
8200
8201 2005-10-20 [paul]       1.9.15cvs80
8202
8203         * src/folder.c
8204                 don't show clipkey icon if the only
8205                 attachment is the signature
8206                 Patch by Colin
8207
8208 2005-10-20 [paul]       1.9.15cvs79
8209
8210         * AUTHORS
8211         * src/plugins/pgpmime/pgpmime.c
8212                 name the PGP/MIME signature 'signature.asc'
8213                 Patch by Andrew Nelson <freeandy@gmail.com>
8214
8215 2005-10-19 [colin]      1.9.15cvs78
8216
8217         * src/plugins/pgpmime/pgpmime.c
8218                 Oops, no need to double-check though
8219
8220 2005-10-19 [colin]      1.9.15cvs77
8221
8222         * src/plugins/pgpinline/pgpinline.c
8223         * src/plugins/pgpmime/pgpmime.c
8224                 Check that my_tmpfile() doesn't 
8225                 return NULL
8226
8227 2005-10-19 [colin]      1.9.15cvs76
8228
8229         * src/common/utils.c
8230                 Use shorter mime boundaries to avoid having
8231                 MTAs rewrapping our headers, breaking the
8232                 PGP signature in the process 
8233         * src/compose.c
8234         * src/plugins/pgpmime/pgpmime.c
8235                 Check for boundary uniqueness to be sure
8236                 it won't happen, instead of hoping for the
8237                 best
8238
8239 2005-10-19 [colin]      1.9.15cvs75
8240
8241         * sylpheed-claws.desktop
8242         * src/Makefile.am
8243         * src/main.c
8244                 Ship a sylpheed-claws binary instead
8245                 of a sylpheed one. Change the socket
8246                 name, too
8247         * src/folderview.c
8248                 Update folder only if it changed
8249         * src/wizard.c
8250                 Fix i18n in welcome mail, patch by
8251                 Fabien Vantard
8252
8253 2005-10-19 [paul]
8254
8255         1.9.99-rc2 released
8256
8257 2005-10-19 [paul]       1.9.15cvs74
8258
8259         * src/folder.c
8260         * src/folderview.c
8261                 fix summaryview update
8262                 Patch by Colin
8263
8264 2005-10-18 [colin]      1.9.15cvs73
8265
8266         * src/plugins/pgpcore/passphrase.c
8267                 Don't XGrabServer, and try a bit more to 
8268                 sync everything before grabbing mouse/keyboard
8269
8270 2005-10-18 [colin]      1.9.15cvs72
8271
8272         * src/Makefile.am
8273         * src/addressadd.c
8274         * src/addressbook.c
8275         * src/folderview.c
8276         * src/grouplistdialog.c
8277         * src/mimeview.c
8278         * src/stock_pixmap.c
8279         * src/stock_pixmap.h
8280         * src/summaryview.c
8281         * src/gtk/gtksctree.c
8282         * src/gtk/gtksctree.h
8283         * src/pixmaps/empty.xpm
8284                 Implement a wrapper call for gtk_ctree_set_node_info
8285                 and gtk_ctree_insert_node, that uses a 1x1 transparent
8286                 pixmap instead of a NULL one. This works around some
8287                 memory problems deep inside gtk, revealed by valgrind,
8288                 and fixes bug #834 (Pressing CTRl-D on a message marked 
8289                 as locked crashes sylpheed.), as well as, probably, 
8290                 wwp's 4th dimension problems that happen in gtk_ctree_*.
8291
8292 2005-10-17 [colin]      1.9.15cvs71
8293
8294         * src/mimeview.c
8295                 Provide visual feedback when checking
8296                 signature
8297
8298 2005-10-17 [colin]      1.9.15cvs70
8299
8300         * src/main.c
8301                 Keep the folder list frozen while checking caches...
8302
8303 2005-10-17 [colin]      1.9.15cvs69
8304
8305         * src/addr_compl.c
8306                 Fi bug #833 (Autocompleting from addressbook 
8307                 fails with extended chars)
8308         * src/imap.c
8309                 Fix 'adding messages' staying in statusbar
8310                 after an error
8311
8312 2005-10-17 [wwp]        1.9.15cvs68
8313
8314         * src/ssl_manager.c
8315                 Fix buttons' layout resizing when window size changes
8316
8317 2005-10-17 [wwp]        1.9.15cvs67
8318
8319         * src/account.c
8320         * src/prefs_account.c
8321         * src/prefs_common.c
8322         * src/prefs_common.h
8323         * src/prefs_folder_item.c
8324         * src/prefs_gtk.c
8325         * src/gtk/logwindow.c
8326         * src/gtk/pluginwindow.c
8327         * src/gtk/prefswindow.c
8328         * src/gtk/prefswindow.h
8329                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
8330
8331 2005-10-17 [paul]       1.9.15cvs66
8332
8333         * configure.ac
8334                 fix missing libetpan message
8335         * po/en_GB.po
8336                 updated
8337         * src/crash.c
8338         * src/manual.c
8339         * src/prefs_themes.c
8340         * src/common/defs.h
8341                 add some new URI defines, change some
8342                 others
8343         * src/wizard.c
8344                 make welcome message translatable
8345                 small improvements to english
8346                 other tweaks
8347         * src/gtk/menu.c
8348                 fix warnings
8349
8350 2005-10-17 [paul]       1.9.15cvs65
8351
8352         * src/summaryview.c
8353                 fix column titles
8354
8355 2005-10-16 [mones]      1.9.15cvs64
8356
8357         * po/es.po
8358                 Updated translation
8359
8360 2005-10-16 [colin]
8361
8362         1.9.99-rc1 released
8363
8364 2005-10-16 [colin]      1.9.15cvs63
8365
8366         * src/wizard.c
8367                 Fix whitespace
8368
8369 2005-10-16 [colin]      1.9.15cvs62
8370
8371         * src/toolbar.c
8372                 s/Get All/Get Mail/
8373         * src/wizard.c
8374                 Real welcome mail text, thanks Paul
8375
8376 2005-10-16 [colin]      1.9.15cvs61
8377
8378         * src/editldap.c
8379         * src/exporthtml.c
8380         * src/main.c
8381         * src/mainwindow.c
8382         * src/prefs_themes.c
8383         * src/prefs_toolbar.c
8384         * src/plugins/demo/demo.c
8385         * src/plugins/trayicon/trayicon.c
8386                 s/Sylpheed/Sylpheed-Claws/
8387
8388 2005-10-16 [colin]      1.9.15cvs60
8389
8390         * src/wizard.c
8391                 Add a welcome email in the first empty mailbox
8392         * src/prefs_common.c
8393                 Change one more default
8394
8395 2005-10-16 [colin]      1.9.15cvs59
8396
8397         * src/wizard.c
8398                 Remove printf
8399
8400 2005-10-16 [colin]      1.9.15cvs58
8401
8402         * src/toolbar.c
8403         * src/prefs_common.c
8404                 Change some defaults
8405
8406 2005-10-16 [colin]      1.9.15cvs57
8407
8408         * src/toolbar.c
8409         * src/prefs_common.c
8410                 Change some defaults
8411
8412 2005-10-16 [colin]      1.9.15cvs56
8413
8414         * src/wizard.c
8415                 By default, initialize fonts to have
8416                 the same size as normal GtkWidgets
8417
8418 2005-10-16 [colin]      1.9.15cvs55
8419
8420         * src/mimeview.c
8421                 Fix message a bit more
8422
8423 2005-10-16 [colin]      1.9.15cvs54
8424
8425         * src/addressbook.c
8426                 Second attempt at flicker fixing
8427
8428 2005-10-16 [colin]      1.9.15cvs53
8429
8430         * src/addressbook.c
8431                 Fix flicker
8432
8433 2005-10-16 [wwp]        1.9.15cvs52
8434
8435         * src/addressbook.c
8436         * src/editaddress.c
8437         * src/prefs_common.c
8438         * src/prefs_common.h
8439                 Remember window sizes (address book)
8440
8441 2005-10-16 [wwp]        1.9.15cvs51
8442
8443         * src/plugins/clamav/clamav_plugin_gtk.c
8444         * src/plugins/spamassassin/spamassassin_gtk.c
8445                 Fix compilation warnings (missing #include).
8446
8447 2005-10-16 [colin]      1.9.15cvs50
8448
8449         * src/mimeview.c
8450         * src/summaryview.c
8451         * src/textview.c
8452                 Make 'c' check signature, and forward
8453                 c, l, y, t from summaryview to mimeview
8454
8455 2005-10-16 [colin]      1.9.15cvs49
8456
8457         * src/addressbook.c
8458                 Put border around buttons
8459         * src/mainwindow.c
8460         * src/summaryview.c
8461                 Rework menus (Patch based on a patch
8462                 by Paul)
8463
8464 2005-10-15 [wwp]        1.9.15cvs48
8465
8466         * src/editjpilot.c
8467         * src/editldap.c
8468         * src/editvcard.c
8469         * src/exphtmldlg.c
8470         * src/expldifdlg.c
8471         * src/export.c
8472         * src/import.c
8473         * src/importldif.c
8474         * src/importmutt.c
8475         * src/importpine.c
8476         * src/prefs_account.c
8477         * src/prefs_spelling.c
8478         * src/gtk/gtkutils.c
8479         * src/gtk/gtkutils.h
8480         * src/plugins/clamav/clamav_plugin_gtk.c
8481         * src/plugins/spamassassin/spamassassin_gtk.c
8482                 use nicer browse-for-file/dir buttons than the "..." ones,
8483                 code factorizing more.
8484
8485 2005-10-14 [colin]      1.9.15cvs47
8486
8487         * src/mainwindow.c
8488                 set relief on the account switcher so that people see it
8489                 grey out Create processing rules when no message is selected
8490         * src/prefs_filtering.c
8491                 ask before closing if the rule has not been modified, even if
8492                 it's not valid
8493         * src/prefs_matcher.c
8494                 fix sensitivity when entering the dialog
8495         * src/gtk/inputdialog.c
8496                 display a better icon on password ask
8497         * src/plugins/pgpcore/passphrase.c
8498                 make the dialog look better
8499
8500 2005-10-14 [paul]       1.9.15cvs46
8501
8502         * src/folderview.c
8503                 indicate presense of marked msgs in
8504                 unexpanded subfolders
8505
8506 2005-10-14 [paul]       1.9.15cvs45
8507
8508         * src/prefs_actions.c
8509         * src/prefs_common.c
8510         * src/prefs_common.h
8511         * src/prefs_filtering_action.c
8512         * src/prefs_matcher.c
8513         * src/prefs_template.c
8514                 remember window sizes
8515                 fix Info button size
8516
8517         Patches by wwp
8518
8519 2005-10-13 [colin]      1.9.15cvs44
8520
8521         * src/mimeview.c
8522         * src/noticeview.c
8523         * src/noticeview.h
8524                 Add a tooltip on the icon (optional) 
8525                 Get rid of the signature buttons and only
8526                 use the icon+tooltip
8527
8528 2005-10-13 [colin]      1.9.15cvs43
8529
8530         * src/noticeview.c
8531         * src/noticeview.h
8532                 Add hand cursor for hovering over icon
8533
8534 2005-10-13 [colin]      1.9.15cvs42
8535
8536         * src/summaryview.c
8537                 Fix crash when quicksearch's hidden 
8538                 at startup
8539
8540 2005-10-13 [colin]      1.9.15cvs41
8541
8542         * src/compose.c
8543                 Set subject when forwarding multiple mails
8544                 Check that other recipient than the default Cc or Bcc
8545                 have been set before sending.
8546
8547 2005-10-13 [colin]      1.9.15cvs40
8548
8549         * src/imap.c
8550                 Batch per-folder
8551                 Introduce locking, but don't use it yet
8552
8553 2005-10-13 [colin]      1.9.15cvs39
8554
8555         * src/gtk/quicksearch.c
8556                 Reset quicksearch when hiding it
8557                 Make sticky a real pref
8558
8559 2005-10-13 [colin]      1.9.15cvs38
8560
8561         * src/summaryview.c
8562                 Faster prefs apply
8563
8564 2005-10-13 [colin]      1.9.15cvs37
8565
8566         * src/mimeview.c
8567         * src/noticeview.c
8568         * src/noticeview.h
8569         * src/plugins/pgpcore/sgpgme.c
8570                 Make privacy icon clickable
8571                 Move Trust field in Full info
8572                 When trust is less than full, don't display
8573                 a warning icon
8574
8575 2005-10-13 [colin]      1.9.15cvs36
8576
8577         * src/folder.c
8578                 Batch on flags sync
8579         * src/folderview.c
8580                 Revert speed hack which is dangerous in fact
8581                 Apply prefs faster
8582
8583 2005-10-13 [colin]      1.9.15cvs35
8584
8585         * src/folder_item_prefs.c
8586                 Fix pref corruption on folder move. Patch
8587                 by wwp
8588
8589 2005-10-13 [paul]       1.9.15cvs34
8590
8591         * src/export.c
8592         * src/import.c
8593                 fix typos in g_warnings
8594         * src/prefs_account.c
8595                 add a file selector for Signature file
8596
8597         Patches by wwp
8598
8599 2005-10-12 [colin]      1.9.15cvs33
8600
8601         * src/mimeview.c
8602                 Provide a quick way to go back from a
8603                 signature's full info to the email part
8604
8605 2005-10-12 [colin]      1.9.15cvs32
8606
8607         * src/compose.c
8608                 Remove old hack of encoding signed mails with base64.
8609                 QP works equally well.
8610
8611 2005-10-12 [colin]      1.9.15cvs31
8612
8613         * src/crash.c
8614                 Replace deprecated GtkText with GtkTextView
8615         * src/imap.c
8616                 Fix a logic bug about counts in imap_select
8617                 (previously un-triggered)
8618         * src/mainwindow.c
8619         * src/summaryview.c
8620         * src/news.c
8621                 Allow local deletion of news posts
8622         * src/mimeview.c
8623                 Show GPG noticeview on the message/rfc822 part
8624                 in addition to the text/plain one
8625         * src/prefs_image_viewer.c
8626           src/plugins/pgpcore/prefs_gpg.c
8627                 Polish (set the label as part of the checkbox)
8628         * src/wizard.c
8629                 Don't sit there doing nothing after destroying
8630                 the window - return err
8631
8632 2005-10-11 [colin]      1.9.15cvs30
8633
8634         * src/folderview.c
8635                 Apply processing rules before showing folders.
8636                 Early folder show (before flags sync) will only
8637                 be done when there are no processing rules (nor
8638                 pre- or post- ones)
8639         * src/imap.c
8640                 Fix stuff related to mail subdir, creation and 
8641                 deletion of folders 
8642         * src/imap_gtk.c
8643                 Don't allow creation of folders in NoInferior
8644                 folders, as it won't work
8645
8646 2005-10-10 [colin]      1.9.15cvs29
8647
8648         * src/compose.c
8649                 Reselect "None" Privacy system when selecting an
8650                 account with no privacy system defined
8651
8652 2005-10-10 [colin]      1.9.15cvs28
8653
8654         * src/mainwindow.c
8655                 Add Windows-1252 encoding
8656         * src/prefs_common.c
8657                 Rework some defaults:
8658                 - autosave to draft by default
8659                 - don't show header pane (it's already in the textview)
8660                 - Select first new or unread mail on entry
8661                 - Assume 'Yes' to change folder when there's no more
8662                   unread message
8663         * src/prefs_matcher.c
8664                 Fix a gtk assertion failure
8665         * src/gtk/colorlabel.c
8666                 Workaround bad repainting on selection
8667         * src/main.c
8668                 Freeze/thaw (a bit faster on ssh -X)
8669         * src/msgcache.c
8670                 Get rid of StrdupConverter that just adds an
8671                 extra strdup/free 
8672         * src/etpan/imap_thread.c
8673                 memset buf to 0
8674
8675 2005-10-10 [colin]      1.9.15cvs27
8676
8677         * src/export.c
8678         * src/import.c
8679                 Fix compile on gtk 2.4. Patch by wwp
8680
8681 2005-10-09 [colin]      1.9.15cvs26
8682
8683         * src/mainwindow.c
8684         * src/messageview.c
8685         * src/summaryview.c
8686                 Clarify forward menus. Patch by wwp
8687
8688 2005-10-09 [colin]      1.9.15cvs25
8689
8690         * src/compose.c
8691         * src/compose.h
8692                 Fix bug #829 (Non-working "Encrypt message by 
8693                 default when replying to an encrypted message")
8694
8695 2005-10-08 [colin]      1.9.15cvs24
8696
8697         * src/wizard.c
8698                 Fix bug #827 ("Welcome" setup wizard after a 
8699                 permission error gives up & forgets itself.)
8700
8701 2005-10-08 [colin]      1.9.15cvs23
8702
8703         * src/procmime.c
8704                 Fix bug #828 (Ignoring headers with spaces around = sign)
8705
8706 2005-10-08 [colin]      1.9.15cvs22
8707
8708         * src/export.c
8709                 Warning fix by wwp
8710
8711 2005-10-08 [colin]      1.9.15cvs21
8712
8713         * src/folder.c
8714         * src/folder.h
8715                 Add a processing_pending indicator, set on 
8716                 folder_item_open and cleared after 
8717                 folder_item_process_open
8718         * src/folderview.c
8719         * src/summaryview.c
8720                 wrap procmsg_msginfo_*_flags, and in the
8721                 wrapper check that there's no folder processing 
8722                 pending. If there is, defer the flags change until 
8723                 processing is done to avoid stepping over each
8724                 other's toes.
8725                 Freeze during processing, but not during scanning.
8726
8727 2005-10-07 [colin]      1.9.15cvs20
8728
8729         * src/plugins/pgpcore/passphrase.c
8730                 Fix bug #826 (X-Server hangs when 
8731                 right-clicking a PGP encrypted message)
8732
8733 2005-10-07 [paul]       1.9.15cvs19
8734
8735         * src/compose.c
8736                 fix compose_entries[]
8737                 patch by Fabien Vantard
8738
8739 2005-10-06 [colin]      1.9.15cvs18
8740
8741         * src/pixmaps/address.xpm
8742         * src/pixmaps/address_book.xpm
8743         * src/pixmaps/book.xpm
8744         * src/pixmaps/check_spelling.xpm
8745         * src/pixmaps/checkbox_off.xpm
8746         * src/pixmaps/checkbox_on.xpm
8747         * src/pixmaps/close.xpm
8748         * src/pixmaps/complete.xpm
8749         * src/pixmaps/continue.xpm
8750         * src/pixmaps/deleted.xpm
8751         * src/pixmaps/down_arrow.xpm
8752         * src/pixmaps/exec.xpm
8753         * src/pixmaps/forwarded.xpm
8754         * src/pixmaps/group.xpm
8755         * src/pixmaps/ignorethread.xpm
8756         * src/pixmaps/interface.xpm
8757         * src/pixmaps/jpilot.xpm
8758         * src/pixmaps/ldap.xpm
8759         * src/pixmaps/linewrap.xpm
8760         * src/pixmaps/linewrapcurrent.xpm
8761         * src/pixmaps/mail.xpm
8762         * src/pixmaps/mail_attach.xpm
8763         * src/pixmaps/mail_compose.xpm
8764         * src/pixmaps/mail_forward.xpm
8765         * src/pixmaps/mail_receive.xpm
8766         * src/pixmaps/mail_receive_all.xpm
8767         * src/pixmaps/mail_reply.xpm
8768         * src/pixmaps/mail_reply_to_all.xpm
8769         * src/pixmaps/mail_reply_to_author.xpm
8770         * src/pixmaps/mail_send.xpm
8771         * src/pixmaps/mail_send_queue.xpm
8772         * src/pixmaps/mime_application.xpm
8773         * src/pixmaps/mime_audio.xpm
8774         * src/pixmaps/mime_image.xpm
8775         * src/pixmaps/mime_message.xpm
8776         * src/pixmaps/mime_text_enriched.xpm
8777         * src/pixmaps/mime_text_html.xpm
8778         * src/pixmaps/mime_text_plain.xpm
8779         * src/pixmaps/mime_unknown.xpm
8780         * src/pixmaps/new.xpm
8781         * src/pixmaps/news_compose.xpm
8782         * src/pixmaps/offline.xpm
8783         * src/pixmaps/online.xpm
8784         * src/pixmaps/paste.xpm
8785         * src/pixmaps/preferences.xpm
8786         * src/pixmaps/privacy_emblem_encrypted.xpm
8787         * src/pixmaps/privacy_expired.xpm
8788         * src/pixmaps/privacy_failed.xpm
8789         * src/pixmaps/privacy_passed.xpm
8790         * src/pixmaps/privacy_signed.xpm
8791         * src/pixmaps/privacy_unknown.xpm
8792         * src/pixmaps/privacy_warn.xpm
8793         * src/pixmaps/properties.xpm
8794         * src/pixmaps/replied.xpm
8795         * src/pixmaps/search.xpm
8796         * src/pixmaps/unread.xpm
8797         * src/pixmaps/up_arrow.xpm
8798         * src/pixmaps/vcard.xpm
8799                 Modernize internal theme, with icons from the 
8800                 Gnomaws theme. Keep some of the old ones where
8801                 they were better.
8802
8803 2005-10-06 [colin]      1.9.15cvs17
8804
8805         * src/summaryview.c
8806                 Little optimisations + bugfix
8807         * src/toolbar.c
8808                 Remove default useless items - useless being defined
8809                 by the default relevant prefs
8810         * src/wizard.c
8811                 include config.h to make gettext work
8812         * src/prefs_themes.c
8813                 Fix selection of current theme in prefs
8814
8815 2005-10-06 [colin]      1.9.15cvs16
8816
8817         * src/prefs_common.c
8818         * src/prefs_common.h
8819         * src/prefs_summaries.c
8820         * src/folderview.c
8821                 Add a warning dialog on Mark all read 
8822                 (with pref to get rid of it)
8823
8824 2005-10-06 [paul]       1.9.15cvs15
8825
8826         * po/nb.po
8827         * po/pt_BR.po
8828                 updated by Geir Helland and Frederico
8829                 Goncalves Guimaraes
8830
8831 2005-10-05 [colin]      1.9.15cvs14
8832
8833         * src/folder.c
8834         * src/folder.h
8835         * src/folderview.c
8836         * src/folderview.h
8837         * src/imap_gtk.c
8838         * src/mh_gtk.c
8839         * src/mainwindow.c
8840         * src/setup.c
8841                 add a way to rescan without rebuilding
8842                 make moving a bit faster (less folders changes)
8843                 don't lock the tree on Get 
8844         * src/imap.c
8845                 Don't re-delete deleted messages before expunging
8846         * src/summaryview.c
8847                 Set batch mode when deleting mails
8848
8849 2005-10-05 [paul]       1.9.15cvs13
8850
8851         * src/mainwindow.c
8852         * src/mainwindow.h
8853                 fix disabled Execute menu item
8854         * src/toolbar.c
8855                 match the change in 1.9.15cvs10: use Compose
8856                 instead of News by default
8857
8858 2005-10-04 [colin]      1.9.15cvs12
8859
8860         * src/compose.c
8861                 When replying to an ML post with Reply-To set
8862                 to the poster's email, honor it (as before),
8863                 but also honor our user's request to reply to
8864                 the mailing list: set the ML address in the To
8865                 field and the Reply-To address in the Cc: 
8866                 field.
8867
8868 2005-10-04 [colin]      1.9.15cvs11
8869
8870         * src/plugins/trayicon/trayicon.c
8871                 Finish cosmetic change - thanks to wwp
8872
8873 2005-10-04 [colin]      1.9.15cvs10
8874
8875         * src/toolbar.c
8876                 Use Compose instead of Email by default.
8877                 Spotted by wwp.
8878
8879 2005-10-04 [colin]      1.9.15cvs9
8880
8881         * src/folder.c
8882         * src/folder.h
8883         * src/folderview.c
8884         * src/imap.c
8885         * src/etpan/imap-thread.c
8886         * src/etpan/imap-thread.h
8887                 Try to make IMAP faster, by simplifying SEARCH
8888                 commands, avoiding sending two STATUS in a row,
8889                 and deferring flags sync and processing just
8890                 after displaying the folder. 
8891                 This will update the SummaryView in certain
8892                 cases (new mails not already fetched, flags
8893                 changed from another client) but in a non-
8894                 blocking manner.
8895
8896 2005-10-04 [colin]      1.9.15cvs8
8897
8898         * src/plugins/trayicon/trayicon.c
8899                 Relabel "Offline" to "Work offline"
8900
8901 2005-10-04 [colin]      1.9.15cvs7
8902
8903         * src/export.c
8904         * src/import.c
8905         * src/mbox.c
8906                 Fix mbox import/export buglets
8907                 Patch by wwp
8908         * src/plugins/trayicon/trayicon.c
8909                 Add offline swithc
8910                 Patch by wwp
8911
8912 2005-10-04 [colin]      1.9.15cvs6
8913
8914         * src/folder.c
8915         * src/folderview.c
8916         * src/summaryview.c
8917                 Better fix (don't break mark all read) for cvs2
8918
8919 2005-10-03 [colin]      1.9.15cvs5
8920
8921         * src/folder.c
8922                 Use a sane sort by default
8923
8924 2005-10-03 [colin]      1.9.15cvs4
8925
8926         * src/inc.c
8927                 Add a 'Only once' button for overriding offline mode
8928         * src/prefs_account.c
8929         * src/wizard.c
8930                 Add Local mbox to the wizard
8931                 Add IMAP subdir to the wizard (or the wizard is useless
8932                 for such accounts, or even worse than useless)
8933                 Move IMAP subdir from Advanced to Receive tab, as it's
8934                 not that uncommon
8935
8936 2005-10-03 [colin]      1.9.15cvs3
8937
8938         * src/send_message.c
8939                 Forgot this one in cvs1
8940
8941 2005-10-03 [colin]      1.9.15cvs2
8942
8943         * src/folder.c
8944                 Faster close when leaving a folder with lots
8945                 of new mails. Idea by David Relson.
8946
8947 2005-10-03 [colin]      1.9.15cvs1
8948
8949         * src/compose.c
8950         * src/imap.c
8951         * src/inc.c
8952         * src/main.c
8953         * src/messageview.c
8954         * src/news.c
8955         * src/summaryview.c
8956         * src/gtk/sslcertwindow.c
8957         * src/plugins/trayicon/trayicon.c
8958                 Add accels to every AlertPanel. Patch by Fabien 
8959                 Vantard
8960
8961 2005-10-03 [paul]       1.9.15
8962
8963         1.9.15 released
8964
8965 2005-10-03 [paul]       1.9.14cvs68
8966
8967         * po/ca.po
8968         * po/de.po
8969         * po/es.po
8970         * po/fi.po
8971         * po/fr.po
8972         * po/sk.po
8973         * po/sr.po
8974         * po/zh_CN.po
8975                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8976                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8977                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8978
8979 2005-10-03 [paul]       1.9.14cvs67
8980
8981         * src/send_message.c
8982                 prevent hang on Cancel
8983                 patch by Colin
8984
8985 2005-10-03 [paul]       1.9.14cvs66
8986
8987         * src/main.c
8988                 fix crash in IMAP caused by discrepancy
8989                 between check_at_startup and offline mode
8990                 Patch by Colin
8991
8992 2005-10-01 [paul]       1.9.14cvs65
8993
8994         * src/inc.c
8995                 fix engrish
8996
8997 2005-10-01 [paul]       1.9.14cvs64
8998         * src/export.c
8999         * src/import.c
9000                 synchronise import_mbox() and export_mbox()
9001         * src/mbox.c
9002                 proc_mbox(): add alert if file cannot be opened
9003                 export_list_to_mbox(): test if dest file exists,
9004                 prompt user to overwrite if it does. add alert
9005                 if file cannot be created
9006                                                                 
9007         Patch by wwp
9008                                                                                                                 
9009
9010 2005-09-30 [paul]       1.9.14cvs63
9011
9012         * src/addressbook.c
9013                 Fix sensitivity of a menu
9014         * src/codeconv.c
9015                 Respect hidden pref for mails with no encoding
9016         * src/common/xml.c
9017                 Fix memory corruption
9018         * src/plugins/pgpcore/sgpgme.c
9019                 Fix segfault on incomplete sigs, and display
9020                 of S/Mime UIDs
9021
9022         Patches by Colin
9023
9024 2005-09-30 [colin]      1.9.14cvs62
9025
9026         * src/partial_download.c
9027                 Little logic fix in almost-dead code
9028         * src/pop.c
9029                 Fix partial download when there's no new mail
9030
9031 2005-09-29 [paul]       1.9.14cvs61
9032
9033         * src/plugins/pgpinline/pgpinline.c
9034                 fix bug 819, 'crash accessing sign message'
9035                 Patch by Colin
9036
9037 2005-09-28 [martin]     1.9.14cvs60
9038
9039         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9040                 fix bug #790 (Crash when restarting window manager (fluxbox))
9041
9042 2005-09-28 [paul]       1.9.14cvs59
9043
9044         * src/gtk/gtkaspell.c
9045                 fix off-by-one typo
9046
9047 2005-09-27 [colin]      1.9.14cvs58
9048
9049         * src/plugins/pgpcore/sgpgme.c
9050                 Report error when there's one, instead of
9051                 "Signature unchecked" 
9052
9053 2005-09-27 [colin]      1.9.14cvs57
9054
9055         * src/prefs_quote.c
9056                 Fix bug #816 (Weird quotation with spaces)
9057
9058 2005-09-27 [colin]      1.9.14cvs56
9059
9060         * src/codeconv.c
9061         * src/compose.c
9062         * src/compose.h
9063                 Put subject in compose's title
9064                 Fix Automatic encoding so that it's really automatic:
9065                 first try default locale's charset, then charset of the replied mail, 
9066                 then utf-8
9067                 Fix encoding of headers (must be in strict mode too)
9068
9069 2005-09-26 [colin]      1.9.14cvs55
9070
9071         * src/gtk/gtkaspell.c
9072                 Fix previous patch - don't color the space,
9073                 just uncolor it :)
9074
9075 2005-09-26 [colin]      1.9.14cvs54
9076
9077         * src/gtk/gtkaspell.c
9078                 Unmark space if possible
9079
9080 2005-09-26 [colin]      1.9.14cvs53
9081
9082         * src/imap.c
9083                 log_error instead of alertpanel according to the pref
9084         * src/etpan/imap-thread.c
9085                 Print connect status, copy only necessary size to 
9086                 logger
9087         * src/plugins/pgpmime/pgpmime.c
9088                 Handle S/Mime signatures (verification only). Patch based
9089                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
9090
9091 2005-09-26 [paul]       1.9.14cvs52
9092
9093         * src/common/passcrypt.c
9094                 this 'workaround' not necessary on NetBSD.
9095                 Thanks to Daniel Gustafson
9096
9097 2005-09-26 [paul]
9098
9099         1.9.15-rc4 released
9100
9101 2005-09-26 [paul]       1.9.14cvs51
9102
9103         * src/summaryview.c
9104                 Skip currently selected message when
9105                 looking for next new or unread message
9106                 in current folder. Patch by Colin
9107         * src/common/passcrypt.c
9108                 eliminate warnings on *BSD. Patch by
9109                 Daniel Gustafson
9110
9111 2005-09-26 [colin]      1.9.14cvs50
9112
9113         * src/procmsg.c
9114                 Call postfiltering hook anyway
9115
9116 2005-09-22 [colin]      1.9.14cvs49
9117
9118         * src/codeconv.c
9119         * src/codeconv.h
9120                 Add a strict mode that doesn't replace with _
9121         * src/compose.c
9122         * src/compose.h
9123                 Use strict conversion while sending
9124                 Fix race when drafting while sending (happens
9125                 on IMAP)
9126                 Fix d'n'd of messages from summaryview
9127         * src/prefs_common.c
9128         * src/prefs_common.h
9129                 add hidden utf8_instead_of_locale_for_broken_mail 
9130                 pref for people that preferred the default charset 
9131                 to be utf8 for broken mails
9132         * src/quote_fmt_parse.y
9133                 fix bug #815 (No quote insert if "From:" fied 
9134                 contained Russian letters)
9135         * src/summaryview.c
9136                 Fix d'n'd of messages to compose
9137
9138 2005-09-22 [paul]       1.9.14cvs48
9139
9140         * src/compose.c
9141                 fix bug where attachments Name entry
9142                 would display Path instead
9143
9144 2005-09-21 [paul]       1.9.14cvs47
9145
9146         * README
9147         * README.jp
9148         * configure.ac
9149         * config/config.rpath
9150         * doc/manual/en/sylpheed-20.html
9151         * doc/manual/es/sylpheed-20.html
9152         * po/bg.po
9153         * po/ca.po
9154         * po/de.po
9155         * po/es.po
9156         * po/fr.po
9157         * po/it.po
9158         * po/pt_BR.po
9159         * po/sk.po
9160         * po/zh_TW.po
9161         * src/account.c
9162         * src/account.h
9163         * src/action.c
9164         * src/action.h
9165         * src/adbookbase.h
9166         * src/addr_compl.c
9167         * src/addr_compl.h
9168         * src/addrbook.c
9169         * src/addrbook.h
9170         * src/addrcache.c
9171         * src/addrcache.h
9172         * src/addrcindex.c
9173         * src/addrcindex.h
9174         * src/addrclip.c
9175         * src/addrclip.h
9176         * src/addrdefs.h
9177         * src/addressadd.c
9178         * src/addressadd.h
9179         * src/addressbook.c
9180         * src/addressbook.h
9181         * src/addressitem.h
9182         * src/addrgather.c
9183         * src/addrgather.h
9184         * src/addrharvest.c
9185         * src/addrharvest.h
9186         * src/addrindex.c
9187         * src/addrindex.h
9188         * src/addritem.c
9189         * src/addritem.h
9190         * src/addrquery.c
9191         * src/addrquery.h
9192         * src/addrselect.c
9193         * src/addrselect.h
9194         * src/alertpanel.c
9195         * src/alertpanel.h
9196         * src/browseldap.c
9197         * src/browseldap.h
9198         * src/codeconv.c
9199         * src/codeconv.h
9200         * src/compose.c
9201         * src/compose.h
9202         * src/crash.c
9203         * src/crash.h
9204         * src/customheader.c
9205         * src/customheader.h
9206         * src/displayheader.c
9207         * src/displayheader.h
9208         * src/editaddress.c
9209         * src/editaddress.h
9210         * src/editbook.c
9211         * src/editbook.h
9212         * src/editgroup.c
9213         * src/editgroup.h
9214         * src/editjpilot.c
9215         * src/editjpilot.h
9216         * src/editldap.c
9217         * src/editldap.h
9218         * src/editldap_basedn.c
9219         * src/editldap_basedn.h
9220         * src/editvcard.c
9221         * src/editvcard.h
9222         * src/enriched.c
9223         * src/enriched.h
9224         * src/exphtmldlg.c
9225         * src/exphtmldlg.h
9226         * src/expldifdlg.c
9227         * src/expldifdlg.h
9228         * src/export.c
9229         * src/export.h
9230         * src/exporthtml.c
9231         * src/exporthtml.h
9232         * src/exportldif.c
9233         * src/exportldif.h
9234         * src/filtering.c
9235         * src/filtering.h
9236         * src/folder.c
9237         * src/folder.h
9238         * src/folder_item_prefs.c
9239         * src/folder_item_prefs.h
9240         * src/foldersel.c
9241         * src/foldersel.h
9242         * src/folderutils.c
9243         * src/folderutils.h
9244         * src/folderview.c
9245         * src/folderview.h
9246         * src/grouplistdialog.c
9247         * src/grouplistdialog.h
9248         * src/headerview.c
9249         * src/headerview.h
9250         * src/html.c
9251         * src/html.h
9252         * src/image_viewer.c
9253         * src/image_viewer.h
9254         * src/imap.c
9255         * src/imap.h
9256         * src/imap_gtk.c
9257         * src/imap_gtk.h
9258         * src/import.c
9259         * src/import.h
9260         * src/importldif.c
9261         * src/importldif.h
9262         * src/importmutt.c
9263         * src/importmutt.h
9264         * src/importpine.c
9265         * src/importpine.h
9266         * src/inc.c
9267         * src/inc.h
9268         * src/jpilot.c
9269         * src/jpilot.h
9270         * src/ldapctrl.c
9271         * src/ldapctrl.h
9272         * src/ldaplocate.c
9273         * src/ldaplocate.h
9274         * src/ldapquery.c
9275         * src/ldapquery.h
9276         * src/ldapserver.c
9277         * src/ldapserver.h
9278         * src/ldaputil.c
9279         * src/ldaputil.h
9280         * src/ldif.c
9281         * src/ldif.h
9282         * src/localfolder.c
9283         * src/localfolder.h
9284         * src/main.c
9285         * src/main.h
9286         * src/mainwindow.c
9287         * src/mainwindow.h
9288         * src/manual.c
9289         * src/manual.h
9290         * src/matcher.c
9291         * src/matcher.h
9292         * src/matcher_parser.h
9293         * src/matcher_parser_lex.l
9294         * src/matcher_parser_parse.y
9295         * src/mbox.c
9296         * src/mbox.h
9297         * src/message_search.c
9298         * src/message_search.h
9299         * src/messageview.c
9300         * src/messageview.h
9301         * src/mh.c
9302         * src/mh.h
9303         * src/mh_gtk.c
9304         * src/mh_gtk.h
9305         * src/mimeview.c
9306         * src/mimeview.h
9307         * src/msgcache.c
9308         * src/msgcache.h
9309         * src/mutt.c
9310         * src/mutt.h
9311         * src/news.c
9312         * src/news.h
9313         * src/news_gtk.c
9314         * src/news_gtk.h
9315         * src/noticeview.c
9316         * src/noticeview.h
9317         * src/partial_download.c
9318         * src/partial_download.h
9319         * src/pine.c
9320         * src/pine.h
9321         * src/pop.c
9322         * src/pop.h
9323         * src/prefs_account.c
9324         * src/prefs_account.h
9325         * src/prefs_actions.c
9326         * src/prefs_actions.h
9327         * src/prefs_common.c
9328         * src/prefs_common.h
9329         * src/prefs_compose_writing.c
9330         * src/prefs_compose_writing.h
9331         * src/prefs_customheader.c
9332         * src/prefs_customheader.h
9333         * src/prefs_display_header.c
9334         * src/prefs_display_header.h
9335         * src/prefs_ext_prog.c
9336         * src/prefs_ext_prog.h
9337         * src/prefs_filtering.c
9338         * src/prefs_filtering.h
9339         * src/prefs_filtering_action.c
9340         * src/prefs_filtering_action.h
9341         * src/prefs_folder_column.c
9342         * src/prefs_folder_column.h
9343         * src/prefs_folder_item.c
9344         * src/prefs_folder_item.h
9345         * src/prefs_fonts.c
9346         * src/prefs_fonts.h
9347         * src/prefs_gtk.c
9348         * src/prefs_gtk.h
9349         * src/prefs_image_viewer.c
9350         * src/prefs_image_viewer.h
9351         * src/prefs_matcher.c
9352         * src/prefs_matcher.h
9353         * src/prefs_message.c
9354         * src/prefs_message.h
9355         * src/prefs_msg_colors.c
9356         * src/prefs_msg_colors.h
9357         * src/prefs_other.c
9358         * src/prefs_other.h
9359         * src/prefs_quote.c
9360         * src/prefs_quote.h
9361         * src/prefs_receive.c
9362         * src/prefs_receive.h
9363         * src/prefs_send.c
9364         * src/prefs_send.h
9365         * src/prefs_spelling.c
9366         * src/prefs_spelling.h
9367         * src/prefs_summaries.c
9368         * src/prefs_summaries.h
9369         * src/prefs_summary_column.c
9370         * src/prefs_summary_column.h
9371         * src/prefs_template.c
9372         * src/prefs_template.h
9373         * src/prefs_themes.c
9374         * src/prefs_themes.h
9375         * src/prefs_toolbar.c
9376         * src/prefs_toolbar.h
9377         * src/prefs_wrapping.c
9378         * src/prefs_wrapping.h
9379         * src/privacy.c
9380         * src/privacy.h
9381         * src/procheader.c
9382         * src/procheader.h
9383         * src/procmime.c
9384         * src/procmime.h
9385         * src/procmsg.c
9386         * src/procmsg.h
9387         * src/quote_fmt.c
9388         * src/quote_fmt_parse.y
9389         * src/recv.c
9390         * src/recv.h
9391         * src/remotefolder.c
9392         * src/remotefolder.h
9393         * src/send_message.c
9394         * src/send_message.h
9395         * src/setup.c
9396         * src/setup.h
9397         * src/simple-gettext.c
9398         * src/sourcewindow.c
9399         * src/sourcewindow.h
9400         * src/ssl_manager.c
9401         * src/ssl_manager.h
9402         * src/statusbar.c
9403         * src/statusbar.h
9404         * src/stock_pixmap.c
9405         * src/stock_pixmap.h
9406         * src/summary_search.c
9407         * src/summary_search.h
9408         * src/summaryview.c
9409         * src/summaryview.h
9410         * src/syldap.c
9411         * src/syldap.h
9412         * src/textview.c
9413         * src/textview.h
9414         * src/toolbar.c
9415         * src/toolbar.h
9416         * src/undo.c
9417         * src/undo.h
9418         * src/unmime.c
9419         * src/unmime.h
9420         * src/vcard.c
9421         * src/vcard.h
9422         * src/wizard.c
9423         * src/wizard.h
9424         * src/common/base64.c
9425         * src/common/base64.h
9426         * src/common/defs.h
9427         * src/common/hooks.c
9428         * src/common/hooks.h
9429         * src/common/log.c
9430         * src/common/log.h
9431         * src/common/md5.c
9432         * src/common/md5.h
9433         * src/common/mgutils.c
9434         * src/common/mgutils.h
9435         * src/common/nntp.c
9436         * src/common/nntp.h
9437         * src/common/passcrypt.c
9438         * src/common/passcrypt.h.in
9439         * src/common/plugin.c
9440         * src/common/plugin.h
9441         * src/common/prefs.c
9442         * src/common/prefs.h
9443         * src/common/progressindicator.c
9444         * src/common/progressindicator.h
9445         * src/common/quoted-printable.c
9446         * src/common/quoted-printable.h
9447         * src/common/session.c
9448         * src/common/session.h
9449         * src/common/smtp.c
9450         * src/common/smtp.h
9451         * src/common/socket.c
9452         * src/common/socket.h
9453         * src/common/ssl.c
9454         * src/common/ssl.h
9455         * src/common/ssl_certificate.c
9456         * src/common/ssl_certificate.h
9457         * src/common/string_match.c
9458         * src/common/string_match.h
9459         * src/common/stringtable.c
9460         * src/common/sylpheed.c
9461         * src/common/sylpheed.h
9462         * src/common/template.c
9463         * src/common/template.h
9464         * src/common/timing.h
9465         * src/common/utils.c
9466         * src/common/utils.h
9467         * src/common/uuencode.c
9468         * src/common/uuencode.h
9469         * src/common/version.h.in
9470         * src/common/xml.c
9471         * src/common/xml.h
9472         * src/common/xmlprops.c
9473         * src/common/xmlprops.h
9474         * src/gtk/about.c
9475         * src/gtk/about.h
9476         * src/gtk/colorlabel.c
9477         * src/gtk/colorlabel.h
9478         * src/gtk/colorsel.c
9479         * src/gtk/colorsel.h
9480         * src/gtk/description_window.c
9481         * src/gtk/description_window.h
9482         * src/gtk/filesel.c
9483         * src/gtk/filesel.h
9484         * src/gtk/foldersort.c
9485         * src/gtk/foldersort.h
9486         * src/gtk/gtkutils.c
9487         * src/gtk/gtkutils.h
9488         * src/gtk/inputdialog.c
9489         * src/gtk/inputdialog.h
9490         * src/gtk/logwindow.c
9491         * src/gtk/logwindow.h
9492         * src/gtk/manage_window.c
9493         * src/gtk/manage_window.h
9494         * src/gtk/menu.c
9495         * src/gtk/menu.h
9496         * src/gtk/pluginwindow.c
9497         * src/gtk/pluginwindow.h
9498         * src/gtk/prefswindow.c
9499         * src/gtk/prefswindow.h
9500         * src/gtk/progressdialog.c
9501         * src/gtk/progressdialog.h
9502         * src/gtk/quicksearch.c
9503         * src/gtk/quicksearch.h
9504         * src/gtk/sslcertwindow.c
9505         * src/gtk/sslcertwindow.h
9506         * src/plugins/clamav/clamav_plugin.c
9507         * src/plugins/clamav/clamav_plugin.h
9508         * src/plugins/clamav/clamav_plugin_gtk.c
9509         * src/plugins/demo/demo.c
9510         * src/plugins/dillo_viewer/dillo_prefs.c
9511         * src/plugins/dillo_viewer/dillo_prefs.h
9512         * src/plugins/dillo_viewer/dillo_viewer.c
9513         * src/plugins/mathml_viewer/mathml_viewer.c
9514         * src/plugins/pgpcore/passphrase.c
9515         * src/plugins/pgpcore/passphrase.h
9516         * src/plugins/pgpcore/plugin.c
9517         * src/plugins/pgpcore/prefs_gpg.c
9518         * src/plugins/pgpcore/prefs_gpg.h
9519         * src/plugins/pgpcore/select-keys.c
9520         * src/plugins/pgpcore/select-keys.h
9521         * src/plugins/pgpcore/sgpgme.c
9522         * src/plugins/pgpcore/sgpgme.h
9523         * src/plugins/pgpinline/pgpinline.c
9524         * src/plugins/pgpinline/pgpinline.h
9525         * src/plugins/pgpinline/plugin.c
9526         * src/plugins/pgpmime/pgpmime.c
9527         * src/plugins/pgpmime/pgpmime.h
9528         * src/plugins/pgpmime/plugin.c
9529         * src/plugins/spamassassin/spamassassin.c
9530         * src/plugins/spamassassin/spamassassin.h
9531         * src/plugins/spamassassin/spamassassin_gtk.c
9532         * src/plugins/trayicon/trayicon.c
9533         * tools/OOo2sylpheed.pl
9534         * tools/acroread2sylpheed.pl
9535         * tools/asus_mailled.sh
9536         * tools/filter_conv.pl
9537         * tools/freshmeat_search.pl
9538         * tools/google_search.pl
9539         * tools/kmail2sylpheed.pl
9540         * tools/kmail2sylpheed_v2.pl
9541         * tools/maildir2sylpheed.pl
9542         * tools/multiwebsearch.pl
9543         * tools/newscache_clean.pl
9544         * tools/outlook2sylpheed.pl
9545         * tools/sylpheed-switcher
9546         * tools/update-po
9547         * tools/vcard2xml.py
9548         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9549                 update FSF address
9550
9551 2005-09-21 [colin]      1.9.14cvs46
9552
9553         * src/gedit-print.c
9554         * src/procmsg.c
9555         * src/procmsg.h
9556         * src/textview.c
9557         * src/summaryview.c
9558                 Remove some printing hacks (deselection/reselection),
9559                 which by the way fix printing the currently 
9560                 displayed mime part (still only text)
9561                 Plus a little optimisation of summary_show
9562
9563
9564 2005-09-20 [colin]      1.9.14cvs45
9565
9566         * src/mainwindow.c
9567         * src/messageview.c
9568                 GUI fixups: add accels, set message
9569                 view title to displayed mail's subject
9570         * src/prefs_spelling.c
9571         * src/gtk/gtkaspell.c
9572                 GUI fixups: allow underlining misspelled
9573                 words instead of coloring them (a11y!)
9574
9575 2005-09-19 [colin]
9576
9577         1.9.15rc3 released
9578
9579 2005-09-19 [colin]      1.9.14cvs44
9580
9581         * src/compose.c
9582                 Fix draft message
9583         * src/gtk/gtkaspell.c
9584                 Fix wrong test ;-)
9585
9586 2005-09-19 [colin]      1.9.14cvs43
9587
9588         * src/addressbook.c
9589                 Fix sensitivity of Delete button
9590         * src/compose.c
9591                 Warn if the requested Privacy system
9592                 is not available
9593         * src/exphtmldlg.c
9594         * src/expldifdlg.c
9595         * src/importldif.c
9596         * src/importmutt.c
9597         * src/importpine.c
9598                 Fix crappy UI
9599         * src/
9600         * src/ssl.h
9601         * src/prefs_account.h
9602         * src/prefs_account.c
9603                 Save SSL prefs even in builds that have
9604                 SSL support disable
9605         * src/imap.c
9606         * src/inc.c
9607         * src/news.c
9608         * src/send_message.c
9609                 Warn if connection should be secure, but
9610                 SSL support isn't compiled in
9611         * src/gtkaspell.c
9612                 Fix word separation on UTF-8 systems
9613                 Fixes bug #812 (Strange inline spellchecking)
9614         * src/compose.c
9615                 Warn if the requested Privacy system
9616                 is not available
9617                 Factorize offline warning
9618         * src/imap.c
9619         * src/imap_gtk.c
9620         * src/imap_gtk.h
9621         * src/inc.h
9622         * src/news_gtk.c
9623         * src/news_gtk.h
9624         * src/messageview.c
9625                 Factorize offline warning
9626
9627 2005-09-19 [paul]
9628
9629         1.9.15-rc2 released
9630
9631 2005-09-18 [colin]      1.9.14cvs42
9632
9633         * src/codeconv.c
9634         * src/codeconv.h
9635         * src/procmime.c
9636                 Add a way to get locale's charset ignoring utf-8,
9637                 and use that as default encoding for broken mails
9638
9639 2005-09-18 [colin]      1.9.14cvs41
9640
9641         * src/gtk/logwindow.c
9642                 Translate string. Patch by Fabien Vantard
9643
9644 2005-09-18 [colin]      1.9.14cvs40
9645
9646         * configure.ac
9647                 Fix bug #803 (IMAP/SSL support breaks with 
9648                 GnuTLS libetpan 0.38)
9649
9650 2005-09-18 [colin]      1.9.14cvs39
9651
9652         * src/codeconv.c
9653         * src/compose.c
9654         * src/procmime.c
9655                 More charsets fixes. Fixes bug #806 (non
9656                 ascii characters in subject line)
9657
9658 2005-09-17 [paul]       1.9.14cvs38
9659
9660         * src/folderview.c
9661         * src/mainwindow.c
9662                 fix gcc-2.95 issues
9663                 Patch by Pawel Pekala
9664
9665 2005-09-17 [colin]      1.9.14cvs37
9666
9667         * src/addrindex.c
9668                 bugfix for NO-USE LDAP compilation, patch 
9669                 by Fabien Vantard
9670
9671 2005-09-17 [colin]      1.9.14cvs36
9672
9673         * src/prefs_actions.c
9674         * src/prefs_customheader.c
9675         * src/prefs_display_header.c
9676         * src/prefs_filtering_action.c
9677         * src/prefs_matcher.c
9678         * src/prefs_toolbar.c
9679                 Fix strange casts (less elegant but
9680                 works better)
9681
9682 2005-09-16 [colin]      1.9.14cvs35
9683
9684         * src/jpilot.c
9685                 Missed that one
9686
9687 2005-09-16 [colin]      1.9.14cvs34
9688
9689         * configure.ac
9690         * src/Makefile.am
9691         * src/addr_compl.c
9692         * src/addrindex.c
9693         * src/browseldap.c
9694         * src/editldap.c
9695         * src/ldaplocate.c
9696         * src/ldapquery.c
9697         * src/ldapquery.h
9698         * src/ldapserver.c
9699         * src/ldapserver.h
9700         * src/main.c
9701         * src/matcher_parser_parse.y
9702         * src/prefs_themes.c
9703         * src/etpan/Makefile.am
9704         * src/gtk/description_window.c
9705         * src/plugins/clamav/Makefile.am
9706         * src/plugins/clamav/clamav_plugin.c
9707         * src/plugins/dillo_viewer/Makefile.am
9708         * src/plugins/pgpcore/Makefile.am
9709         * src/plugins/pgpinline/Makefile.am
9710         * src/plugins/pgpmime/Makefile.am
9711         * src/plugins/trayicon/Makefile.am
9712                 Fix 100% cpu usage in address completion list
9713                 Fix little bugs (return with no values etc)
9714                 Fix all warnings (with common CFLAGS)
9715
9716 2005-09-15 [colin]      1.9.14cvs33
9717
9718         * src/addressbook.c
9719                 Fix bug where sometimes a group's email list is empty,
9720                 force its refresh (probably fixes "Re: how to create a 
9721                 distribution list")
9722         * src/ldapquery.c
9723                 Don't return to the callback in the main thread from the
9724                 fetch thread (or face segs!)
9725
9726 2005-09-15 [paul]       1.9.14cvs32
9727
9728         * src/prefs_matcher.c
9729                 forgotten in last commit
9730
9731 2005-09-15 [paul]       1.9.14cvs31
9732
9733         * src/prefs_actions.c
9734         * src/prefs_filtering_action.c
9735         * src/prefs_quote.c
9736         * src/quote_fmt.c
9737         * src/summaryview.c
9738         * src/gtk/description_window.c
9739         * src/gtk/description_window.h
9740         * src/gtk/quicksearch.c
9741                 allow interaction with the called
9742                 description window
9743                 Patch by Anders Hammar
9744
9745 2005-09-14 [paul]       1.9.14cvs30
9746
9747         * src/compose.c
9748                 fix a little annoyance when pasting with 3rd button 
9749                 with wrap_pastes=0 and wrap_input=1
9750                 Patch by Colin
9751
9752 2005-09-14 [paul]       1.9.14cvs29
9753
9754         * src/prefs_account.c
9755                 disable 'Filter messages on receiving' for
9756                 SMTP-only accounts
9757                 Patch  by Anders Hammar
9758
9759 2005-09-14 [paul]       1.9.14cvs28
9760
9761         * po/sk.po
9762                 fix crash
9763                 updated by Andrej Kacian
9764
9765 2005-09-14 [paul]
9766
9767         1.9.15-rc1 released
9768
9769 2005-09-14 [paul]       1.9.14cvs27
9770
9771         * po/es.po
9772                 updated by Ricardo Mones Lastra
9773         * src/compose.c
9774         * src/compose.h
9775                 associate no_wrap_tags to Compose windows
9776                 instead of using a static one
9777                 Patch by Colin
9778         * src/mbox.c
9779                 fix proc_mbox()
9780                 Patch by wwp
9781         * src/textview.c
9782                 remove unneeded printf()
9783
9784 2005-09-14 [paul]       1.9.14cvs26
9785
9786         * src/addrcache.c
9787         * src/codeconv.h
9788         * src/folder.h
9789         * src/mainwindow.h
9790         * src/mh.c
9791         * src/mimeview.h
9792         * src/partial_download.c
9793         * src/pop.c
9794         * src/prefs_account.c
9795         * src/prefs_account.h
9796         * src/prefs_actions.c
9797         * src/prefs_customheader.c
9798         * src/prefs_display_header.c
9799         * src/prefs_filtering_action.c
9800         * src/prefs_matcher.c
9801         * src/prefs_toolbar.c
9802         * src/privacy.h
9803         * src/procmime.c
9804         * src/procmime.h
9805         * src/procmsg.h
9806         * src/textview.c
9807         * src/undo.h
9808         * src/common/plugin.c
9809         * src/common/session.h
9810         * src/common/socket.c
9811         * src/common/socket.h
9812         * src/common/template.c
9813         * src/gtk/gtkaspell.c
9814         * src/gtk/quicksearch.h
9815         * src/plugins/pgpcore/passphrase.c
9816         * src/plugins/pgpcore/prefs_gpg.h
9817         * src/plugins/pgpcore/select-keys.c
9818         * src/plugins/pgpcore/select-keys.h
9819         * src/plugins/pgpcore/sgpgme.c
9820         * src/plugins/pgpinline/pgpinline.c
9821         * src/plugins/pgpmime/pgpmime.c
9822         * src/plugins/trayicon/trayicon.c
9823                 fix compilation warnings
9824                 Patch by Daniel Gustafson
9825
9826 2005-09-14 [paul]       1.9.14cvs25
9827
9828         * src/addressbook.c
9829                 add missing column header, and other small
9830                 bug fixes
9831                 Patch by Anders Hammar
9832
9833 2005-09-13 [colin]      1.9.14cvs24
9834
9835         * src/gtk/gtkaspell.c
9836                 Fix non-utf8 in menu
9837                 Fix little leaks
9838                 Nullify struct members after free()s
9839
9840 2005-09-13 [colin]      1.9.14cvs23
9841
9842         * src/compose.c
9843                 Test utf8 compliance before inserting to 
9844                 buffer, and try to convert if necessary
9845         * src/procmime.c
9846                 If no charset is present, use the locale 
9847                 one instead of us-ascii
9848         * src/procmsg.c
9849                 Add Sender, List-Post and To in the checked 
9850                 headers for automatic rules creation 
9851                 (thanks to wwp)
9852         * src/prefs_themes.c
9853         * src/gtk/gtkaspell.c
9854                 Remove deprecated functions. 
9855                 patch by Daniel Gustafson
9856
9857 2005-09-12 [colin]      1.9.14cvs22
9858
9859         * src/compose.c
9860                 Fix bug #448 (Scrolling/Redraw issue with 
9861                 address-fields in Header)
9862         * src/mainwindow.c
9863         * src/summaryview.c
9864         * src/summaryview.h
9865                 Fix loss of MSG_MARKED on move/copy
9866                 Fix bug #804 (Quicksearch togglebutton doesn't 
9867                 get depressed after '/' key is pressed)
9868
9869 2005-09-12 [paul]       1.9.14cvs21
9870
9871         * AUTHORS
9872         * src/gtk/logwindow.c
9873                 add 'Clear Log' to popup menu
9874                 Patch by Anders Hammar <anders.hammar@telia.com>
9875
9876 2005-09-12 [paul]       1.9.14cvs20
9877
9878         * src/compose.c
9879                 set correct sensitivity on attachments
9880                 popup menu
9881         * src/folder.c
9882                 fix typo
9883         * src/prefs_spelling.c
9884                 fix crash when no LANG env is set
9885         * src/common/xml.c
9886                 fix crash in wizard
9887                 don't use memeory after free
9888
9889         All patches by Daniel Gustafson
9890
9891 2005-09-12 [paul]       1.9.14cvs19
9892
9893         * src/prefs_themes.c
9894                 make theme info selectable
9895         * src/gtk/description_window.c
9896                 make window non-modal
9897         * tools/README
9898                 add details of asus_mailed.sh
9899         * tools/claws.i18n.status.pl
9900                 update for new zh_TW translator
9901                 widen the output
9902                 create alternate coloured lines
9903                 improve readability
9904
9905 2005-09-10 [colin]      1.9.14cvs18
9906
9907         * src/plugins/pgpcore/select-keys.c
9908                 Better order for the buttons
9909
9910 2005-09-10 [colin]      1.9.14cvs17
9911
9912         * src/compose.c
9913         * src/plugins/pgpcore/select-keys.c
9914         * src/plugins/pgpcore/select-keys.h
9915         * src/plugins/pgpcore/sgpgme.c
9916                 Add a "Don't encrypt" button to the key
9917                 selection dialog. Fixes bug #177 (There should be a 
9918                 'Don't encrypt button in the Select Keys dialog)
9919
9920 2005-09-10 [colin]      1.9.14cvs16
9921
9922         * src/compose.c
9923                 Fix bug #572 (%X option does not work with templates)
9924
9925 2005-09-10 [colin]      1.9.14cvs15
9926
9927         * src/toolbar.c 
9928                 Remove g_print
9929
9930 2005-09-10 [colin]      1.9.14cvs14
9931
9932         * src/imap.c
9933                 Fix a possible crash
9934
9935 2005-09-09 [colin]      1.9.14cvs13
9936
9937         * src/imap.c
9938         * src/etpan/imap-thread.c
9939         * src/etpan/imap-thread.h
9940                 Fix moving from queue or drafts to normal folders
9941                 Fix bug #794 (No way to delete without expunging)
9942                 Take flags unset by other mailers into account
9943                 Take deleted flag set by other mailers into account
9944                 Fix unsetting REPLIED flag
9945                 Fix crash when capabilities can't be retrieved
9946         * src/mainwindow.c
9947         * src/mainwindow.h
9948                 Add M_DELAYED_FLAGS condition, and let the user use
9949                 Execute in order to be able to expunge deleted mails,
9950                 even if he's not in delayed execute mode
9951         * src/prefs_spelling.c
9952                 Use 'en' dictionary by default if LANG is POSIX or C
9953         * src/gtk/prefswindow.c
9954                 Fix bug #767 (Preferences windows expanding) by making
9955                 the window a bit larger when the resolution is greater
9956                 than 640x480, and by putting the prefs in a
9957                 GtkScrolledWindow.
9958
9959 2005-09-09 [paul]       1.9.14cvs12
9960
9961         * AUTHORS
9962         * configure.ac
9963         * po/zh_TW.Big5.po      ** REMOVED **
9964         * po/zh_TW.po           ** ADDED **
9965                 updated by Wei-Lun Chao
9966
9967 2005-09-09 [paul]       1.9.14cvs11
9968
9969         * src/mainwindow.c
9970                 fix asserts
9971         * src/common/xml.c
9972                 delay memory allocation until file is
9973                 opened successfully
9974                 Patch by Daniel Gustafson
9975
9976 2005-09-09 [colin]      1.9.14cvs10
9977
9978         * src/imap.c
9979                 Add guards
9980
9981 2005-09-08 [colin]      1.9.14cvs9
9982
9983         * src/compose.c
9984                 Alert when we can't save draft
9985                 Fix various wrap/color issues
9986                 Add mid-click pasting respecting wrap_paste option
9987         * src/folder.c
9988         * src/folder.h
9989         * src/folder_item_prefs.c
9990         * src/folder_item_prefs.h
9991         * src/imap.c
9992         * src/imap_gtk.c
9993         * src/imap_gtk.h
9994         * src/main.c
9995         * src/mainwindow.c
9996         * src/mainwindow.h
9997         * src/news.c
9998         * src/news_gtk.c
9999         * src/news_gtk.h
10000         * src/prefs_folder_item.c
10001                 Fix the impossibility to synchronise folders for
10002                 offline use (IMAP and NNTP are concerned)
10003
10004 2005-09-08 [colin]      1.9.14cvs8
10005
10006         * configure.ac
10007                 Build LDAP and JPilot by default if available
10008         * src/textview.c
10009                 Fix use after free
10010
10011 2005-09-08 [paul]       1.9.14cvs7
10012
10013         * doc/manual/en/sylpheed-1.html
10014         * doc/manual/en/sylpheed-18.html
10015         * doc/manual/en/sylpheed-19.html
10016         * doc/manual/en/sylpheed-4.html
10017         * doc/manual/en/sylpheed-6.html
10018         * doc/manual/en/sylpheed.html
10019                 a few minor updates, plus include some
10020                 details about plugins and their requirements
10021         * src/mainwindow.c
10022                 minor changes to English in /View/Sort
10023
10024 2005-09-07 [colin]      1.9.14cvs6
10025
10026         * doc/manual/en/sylpheed-1.html
10027         * doc/manual/en/sylpheed-10.html
10028         * doc/manual/en/sylpheed-11.html
10029         * doc/manual/en/sylpheed-12.html
10030         * doc/manual/en/sylpheed-13.html
10031         * doc/manual/en/sylpheed-14.html
10032         * doc/manual/en/sylpheed-15.html
10033         * doc/manual/en/sylpheed-16.html
10034         * doc/manual/en/sylpheed-17.html
10035         * doc/manual/en/sylpheed-18.html
10036         * doc/manual/en/sylpheed-19.html
10037         * doc/manual/en/sylpheed-2.html
10038         * doc/manual/en/sylpheed-20.html
10039         * doc/manual/en/sylpheed-21.html
10040         * doc/manual/en/sylpheed-22.html
10041         * doc/manual/en/sylpheed-3.html
10042         * doc/manual/en/sylpheed-4.html
10043         * doc/manual/en/sylpheed-5.html
10044         * doc/manual/en/sylpheed-6.html
10045         * doc/manual/en/sylpheed-7.html
10046         * doc/manual/en/sylpheed-8.html
10047         * doc/manual/en/sylpheed-9.html
10048         * doc/manual/en/sylpheed.html
10049                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
10050
10051 2005-09-07 [colin]      1.9.14cvs5
10052
10053         * src/mainwindow.c
10054                 Make labels more to-the-point
10055
10056 2005-09-07 [colin]      1.9.14cvs4
10057
10058         * doc/manual/en/sylpheed-1.html
10059         * doc/manual/en/sylpheed-12.html
10060         * doc/manual/en/sylpheed-13.html
10061         * doc/manual/en/sylpheed-14.html
10062         * doc/manual/en/sylpheed-15.html
10063         * doc/manual/en/sylpheed-16.html
10064         * doc/manual/en/sylpheed-17.html
10065         * doc/manual/en/sylpheed-18.html
10066         * doc/manual/en/sylpheed-19.html
10067         * doc/manual/en/sylpheed-2.html
10068         * doc/manual/en/sylpheed-20.html
10069         * doc/manual/en/sylpheed-21.html
10070         * doc/manual/en/sylpheed-22.html
10071         * doc/manual/en/sylpheed-4.html
10072         * doc/manual/en/sylpheed-5.html
10073         * doc/manual/en/sylpheed-6.html
10074         * doc/manual/en/sylpheed-7.html
10075         * doc/manual/en/sylpheed-8.html
10076         * doc/manual/en/sylpheed-9.html
10077         * doc/manual/en/sylpheed.html
10078                 Update manual
10079
10080 2005-09-07 [colin]      1.9.14cvs3
10081
10082         * doc/faq/en/sylpheed-faq-1.html
10083         * doc/faq/en/sylpheed-faq-2.html
10084         * doc/faq/en/sylpheed-faq-3.html
10085         * doc/faq/en/sylpheed-faq.html
10086                 Update FAQ
10087
10088 2005-09-07 [colin]      1.9.14cvs2
10089
10090         * src/folderview.c
10091         * src/procmsg.c
10092         * src/summaryview.c
10093         * src/toolbar.c
10094                 Fix special subfolders:
10095                 - Inherit parent's icon
10096                 - sent contents of queues subfolders
10097                 - empty subfolders of trashes
10098         * src/mainwindow.c
10099                 Remove outdated manual and faq entries
10100         * src/common/utils.c
10101                 Add quotes around %s coming from mailcap
10102
10103 2005-09-07 [colin]      1.9.14cvs1
10104
10105         * src/compose.c
10106                 After saving draft, set modified to FALSE
10107         * src/mimeview.c
10108         * src/common/utils.c
10109         * src/common/utils.h
10110                 Try to open mime parts using what is 
10111                 indicated in ~/.mailcap or /etc/mailcap,
10112                 if possible.
10113
10114 2005-09-05 [paul]       1.9.14
10115
10116         1.9.14 released
10117
10118         * po/sk.po
10119                 updated by Andrej Kacian
10120
10121 2005-09-05 [paul]       1.9.13cvs83
10122
10123         * po/de.po
10124         * po/es.po
10125         * po/fi.po
10126         * po/fr.po
10127         * po/nb.po
10128         * po/pt_BR.po
10129         * po/sr.po
10130                 updated translations by Thomas Gilgin, Ricardo Mones
10131                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
10132                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
10133
10134 2005-09-04 [paul]       1.9.13cvs82
10135
10136         * src/compose.c
10137                 only warn about exceeded line length limit
10138                 on send
10139
10140 2005-09-04 [paul]       1.9.13cvs81
10141
10142         * src/compose.c
10143                 fix crash in 'line length exceeded' dialogue
10144
10145 2005-09-02 [paul]       1.9.13cvs80
10146
10147         * src/imap.c
10148                 fix bug 795, 'Connection lost IMAP'
10149                 and add statusbar prints
10150                 Patch by Colin
10151
10152 2005-09-02 [paul]       1.9.13cvs79
10153
10154         * src/compose.c
10155                 compose_wrap_paragraph() becomes
10156                 compose_beautify_paragraph()
10157                 Patch by Colin
10158
10159 2005-09-02 [colin]      1.9.13cvs78
10160
10161         * src/folderview.c
10162                 Micro-fix
10163
10164 2005-09-01 [colin]      1.9.13cvs77
10165
10166         * src/imap.c
10167                 Maybe fix bug #795 (Connection lost IMAP)
10168                 Don't try to send logout when we're disconnected.
10169         * src/summaryview.c
10170                 Include locked and marked emails in HRM
10171                 view. Fixes bug #800 (Locked messages no longer 
10172                 show up when hide read messages is used)
10173
10174 2005-09-01 [paul]       1.9.13cvs76
10175
10176         * src/prefs_common.c
10177                 fix bad cutting
10178
10179 2005-08-31 [colin]      1.9.13cvs75
10180
10181         * src/folderview.c
10182         * src/folderview.h
10183         * src/prefs_summaries.c
10184         * src/summaryview.c
10185                 Fix "go to next new", fix preference
10186                 (Open unread/next swapped)
10187
10188 2005-08-31 [paul]       1.9.13cvs74
10189
10190         * src/compose.c
10191         * src/folderview.c
10192         * src/headerview.c
10193         * src/headerview.h
10194         * src/mainwindow.c
10195         * src/prefs_common.c
10196         * src/prefs_common.h
10197         * src/prefs_fonts.c
10198         * src/summaryview.c
10199         * src/textview.c
10200         * src/common/defs.h
10201                 remove obsolete BOLD_FONT setting
10202                 fix font update in headerview and textview
10203                 headers after prefs change
10204                 Patch By Colin
10205
10206 2005-08-31 [paul]
10207
10208         1.9.14-rc4 released
10209
10210 2005-08-30 [colin]      1.9.13cvs73
10211
10212         * src/summaryview.c
10213                 When Hide read messages is selected and we
10214                 refresh the summaryview, don't remove the 
10215                 currently displayed message. Fixes bug #797
10216                 (Summary view reloads when new mail is 
10217                 downloaded in 1.9.14 rc)
10218
10219 2005-08-30 [colin]      1.9.13cvs72
10220
10221         * src/folderview.c
10222                 Fix flickering
10223         * src/mainwindow.c
10224                 Remove useless callback
10225         * src/mimeview.c
10226         * src/gtk/filesel.c
10227         * src/gtk/filesel.h
10228                 Add a filesel_select_file_save_folder() - used by Save All
10229
10230 2005-08-29 [paul]       1.9.13cvs71
10231
10232         * AUTHORS
10233         * src/matcher_parser_parse.y
10234         * src/etpan/imap-thread.c
10235                 fix building on FreeBSD
10236                 Patch by Daniel Gustafson <daniel@hobbit.se>
10237
10238 2005-08-29 [paul]       1.9.13cvs70
10239
10240         * src/plugins/pgpinline/pgpinline.c
10241                 only initialise sig result if it's been handled
10242                 Patch by Colin
10243
10244 2005-08-29 [paul]       1.9.13cvs69
10245         
10246         Patches by Colin:
10247
10248         * src/imap.c
10249         * src/common.utils.c
10250         * src/common/utils.h
10251                 optimisation
10252         * src/stock_pixmap.h
10253                 fix wrong icon reference
10254         * src/pixmaps/trash_btn.xpm
10255                 replace with nicer image
10256
10257 2005-08-28 [colin]      1.9.13cvs68
10258
10259         * src/Makefile.am
10260         * src/stock_pixmap.c
10261         * src/stock_pixmap.h
10262         * src/toolbar.c
10263         * src/pixmaps/trash_btn.xpm
10264                 Add a specific trash xpm for the button
10265
10266 2005-08-28 [colin]      1.9.13cvs67
10267
10268         * src/imap.c
10269                 Fix leak
10270
10271 2005-08-27 [colin]      1.9.13cvs66
10272
10273         * src/imap.c
10274         * src/procmime.c
10275                 Correctly fix "Problem with replies", fixes
10276                 pgpmime encryption too. 
10277
10278 2005-08-27 [colin]      1.9.13cvs65
10279
10280         * src/folder.c
10281         * src/procmsg.c
10282         * src/procmsg.h
10283         * src/summaryview.c
10284                 Fix bug #517 (messages removed from summaryview 
10285                 when moving fails)
10286
10287 2005-08-27 [colin]      1.9.13cvs64
10288
10289         * tools/Makefile.am
10290         * tools/asus_mailled.sh
10291                 Add a script to blink ASUS laptops' mail LED where there
10292                 is unread mail.
10293
10294 2005-08-27 [colin]      1.9.13cvs63
10295
10296         * src/imap.c
10297         * src/etpan/imap-thread.c
10298         * src/etpan/imap-thread.h
10299                 Implement automatic choosing of login method
10300                 Fixes bug #791
10301         * src/gtk/.cvsignore
10302                 Add sylpheed-marshal.[ch]
10303
10304 2005-08-27 [colin]      1.9.13cvs62
10305
10306         * src/common/utils.c
10307                 Fix confusing perror
10308
10309 2005-08-27 [colin]      1.9.13cvs61
10310
10311         * src/toolbar.c
10312         * src/toolbar.h
10313                 Remove A_DELETE, replace it with 
10314                 A_TRASH and A_DELETE_REAL. Automatically
10315                 rewrite config files to replace A_DELETE
10316                 with A_TRASH (no functionality change).
10317                 Fixes half of #794
10318
10319 2005-08-26 [colin]      1.9.13cvs60
10320
10321         * src/procmime.c
10322                 Previous "Problem with replies" fix brought other
10323                 problems, fixing them
10324
10325 2005-08-26 [colin]      1.9.13cvs59
10326
10327         * src/procmime.c
10328                 Fix "Problem with replies". This happened only
10329                 on IMAP...
10330         * src/procmsg.c
10331                 Factorize code a bit
10332         * src/compose.c
10333                 Speed improvement on very long messages (wrapping)
10334                 Fix signature color on Reedit and Redirect
10335                 On Reedit, don't attach pgp-signatures parts, but
10336                 set signing to On.
10337
10338 2005-08-24 [paul]       1.9.13cvs58
10339
10340         * src/compose.c
10341                 don't claim success when clicking
10342                 Cancel on the passphrase box.
10343                 Patch by Colin
10344
10345 2005-08-24 [paul]       1.9.13cvs57
10346
10347         * src/main.c
10348                 fix misplaced sylpheed.log
10349         * src/common/defs.h
10350                 define UIDL_DIR
10351
10352 2005-08-24 [paul]       1.9.13cvs56
10353
10354         * src/imap.c
10355         * src/etpan/imap-thread.c
10356         * src/etpan/imap-thread.h
10357                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
10358                 Patch by Colin
10359         * src/gtk/sylpheed-marshal.c    ** REMOVED **
10360         * src/gtk/sylpheed-marshal.h    ** REMOVED **
10361                 remove autogenerated files
10362         * tools/kdeservicemenu/README
10363         * tools/kdeservicemenu/install.sh
10364         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10365         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10366                 use Claws icon, use 'Sylpheed-Claws' in menu,
10367                 use kdialog, and other cleanups
10368
10369 2005-08-23 [paul]       1.9.13cvs55
10370
10371         * src/compose.c
10372                 fix paste/wrap crash
10373                 Patch by Colin
10374
10375 2005-08-23 [paul]       1.9.13cvs54
10376
10377         * src/main.c
10378                 fix crash recovery
10379                 Patch by Colin
10380
10381 2005-08-23 [paul]       1.9.13cvs53
10382
10383         * src/addressbook.c
10384         * src/editaddress.c
10385                 view all data of LDAP contacts
10386                 Patch by Colin
10387
10388 2005-08-23 [paul]       1.9.13cvs52
10389
10390         * src/addressbook.c
10391                 fix issues with the Search field
10392                 Patch by Colin
10393
10394 2005-08-22 [paul]       1.9.13cvs51
10395
10396         * src/folderview.c
10397                 put name of folder in processing dialog
10398                 title
10399         * src/prefs_folder_item.c
10400                 improve english usage
10401
10402 2005-08-22 [paul]       1.9.13cvs50
10403
10404         * src/filtering.c
10405         * src/filtering.h
10406         * src/matcher.c
10407         * src/matcher_parser_lex.l
10408         * src/matcher_parser_parse.y
10409         * src/prefs_filtering.c
10410                 add Filtering/Processing rule names feature.
10411                 (the incompatible old matcherrc is saved as
10412                 matcherrc.pre_names).
10413                 Patch by Colin
10414
10415 2005-08-22 [paul]       1.9.13cvs49
10416
10417         * src/procmsg.c
10418                 fix colour labelling
10419                 Patch by Colin
10420
10421 2005-08-22 [paul]       1.9.13cvs48
10422
10423         * src/textview.c
10424                 fix open_image_cb()
10425
10426 2005-08-22 [paul]       1.9.13cvs47
10427
10428         * src/imap.c
10429                 fix bug 789, 'SC crashes with imap (CVS ver)'
10430                 Patch by Colin
10431
10432 2005-08-22 [paul]       1.9.13cvs46
10433
10434         * src/mimeview.c
10435         * src/prefs_common.c
10436         * src/common/defs.h
10437                 define reused defaults in defs.h
10438         * src/textview.c
10439                 add 'Open image' to image popup menu
10440
10441 2005-08-21 [colin]      1.9.13cvs45
10442
10443         * src/summaryview.c
10444                 Fix bug #788 (Bogus "From" address displayed)
10445
10446 2005-08-20 [colin]      1.9.13cvs44
10447
10448         * src/folder.c
10449                 Fix buf #787 (multilevel delete causes SIGSEGV)
10450
10451 2005-08-19 [colin]      1.9.13cvs43
10452
10453         * src/inc.c
10454         * src/prefs_common.c
10455         * src/prefs_common.h
10456                 Add an hidden pref to allow modifying the
10457                 update stepping in incorporation.
10458                 Patch by wwp.
10459
10460 2005-08-19 [colin]      1.9.13cvs42
10461
10462         * src/compose.c
10463         * src/procmime.c
10464                 Workaround for broken MUAs: encode 
10465                 Content-type: name: as ASCII and 
10466                 Content-Disposition: filename: as
10467                 per rfc2231
10468         * src/prefs_account.c
10469                 Fix invisible-ness of SMTP SSL prefs
10470                 in NNTP accounts
10471
10472 2005-08-19 [paul]       1.9.13cvs41
10473
10474         * src/compose.c
10475         * src/prefs_common.c
10476         * src/prefs_common.h
10477         * src/prefs_wrapping.c
10478                 paste with or without wrapping.
10479                 patch by Colin
10480
10481 2005-08-19 [paul]       1.9.13cvs40
10482
10483         * src/prefs_common.c
10484         * src/prefs_common.h
10485         * src/summaryview.c
10486                 reintroduce enable_swap_from as a
10487                 hidden pref. patch by Colin
10488         * src/quote_fmt_parse.y
10489         * src/plugins/clamav/clamav_plugin.c
10490         * src/plugins/dillo_viewer/dillo_viewer.c
10491         * src/plugins/mathml_viewer/mathml_viewer.c
10492         * src/plugins/pgpcore/sgpgme.c
10493         * src/plugins/pgpinline/pgpinline.c
10494         * src/plugins/pgpmime/pgpmime.c
10495                 tidy up. patch by Colin
10496
10497 2005-08-19 [paul]       1.9.13cvs39
10498
10499         * configure.ac
10500                 complete cvs38's sync
10501         * src/editaddress.c
10502         * src/gedit-print.c
10503         * src/mutt.c
10504         * src/etpan/etpan-log.c
10505         * src/etpan/imap-thread.c
10506         * src/gtk/gtksourceprintjob.c
10507                 fix compilation warnings
10508                 (patch by Colin)
10509
10510 2005-08-19 [paul]       1.9.13cvs38
10511
10512         sync with main:
10513
10514         * src/account.c
10515         * src/action.c
10516         * src/addrbook.c
10517         * src/addrcache.c
10518         * src/addrharvest.c
10519         * src/addrindex.c
10520         * src/codeconv.c
10521         * src/compose.c
10522         * src/crash.c
10523         * src/exporthtml.c
10524         * src/exportldif.c
10525         * src/folder.c
10526         * src/image_viewer.c
10527         * src/inc.c
10528         * src/inc.h
10529         * src/jpilot.c
10530         * src/ldif.c
10531         * src/main.c
10532         * src/matcher.c
10533         * src/mbox.c
10534         * src/messageview.c
10535         * src/mh.c
10536         * src/mimeview.c
10537         * src/msgcache.c
10538         * src/mutt.c
10539         * src/news.c
10540         * src/partial_download.c
10541         * src/pine.c
10542         * src/pop.c
10543         * src/prefs_actions.c
10544         * src/prefs_common.c
10545         * src/prefs_customheader.c
10546         * src/prefs_display_header.c
10547         * src/prefs_gtk.c
10548         * src/prefs_themes.c
10549         * src/procheader.c
10550         * src/procmime.c
10551         * src/procmsg.c
10552         * src/recv.c
10553         * src/send_message.c
10554         * src/simple-gettext.c
10555         * src/sourcewindow.c
10556         * src/textview.c
10557         * src/vcard.c
10558         * src/common/defs.h
10559         * src/common/log.c
10560         * src/common/plugin.c
10561         * src/common/prefs.c
10562         * src/common/session.c
10563         * src/common/session.h
10564         * src/common/socket.c
10565         * src/common/socket.h
10566         * src/common/ssl_certificate.c
10567         * src/common/template.c
10568         * src/common/utils.c
10569         * src/common/utils.h
10570         * src/common/xml.c
10571         * src/gtk/about.c
10572         added wrappers for C library function that
10573                 take pathname arguments.
10574                 enabled compilation with MinGW.
10575                 use GDir instead of directly using opendir().
10576                 added rename_force().
10577
10578 2005-08-19 [paul]       1.9.13cvs37
10579         
10580         patches by Colin:
10581         * src/compose.c
10582                 fix privacy settings on re-editing
10583                 a sent message
10584         * src/jpilot.c
10585                 fix encoding bug
10586         * src/folder.c
10587         * src/procmsg.c
10588         * src/procmsg.h
10589         * src/summaryview.c
10590                 flag changing optimisation
10591
10592 2005-08-18 [martin]     1.9.13cvs36
10593
10594         * commitHelper
10595             added my login
10596         * src/addrcache.c
10597         * src/addrharvest.c
10598         * src/addrindex.c
10599         * src/compose.c
10600         * src/grouplistdialog.c
10601         * src/main.c
10602         * src/mainwindow.c
10603         * src/msgcache.c
10604         * src/mutt.c
10605         * src/pine.c
10606         * src/prefs_account.c
10607         * src/prefs_themes.c
10608         * src/stock_pixmap.c
10609         * src/summaryview.c
10610         * src/gtk/about.c
10611         * src/gtk/logwindow.c
10612             removed deprecated glib and gdk stuff
10613         * src/plugins/pgpcore/select-keys.c
10614             convert attributes from locale to utf8
10615
10616 2005-08-17 [paul]       1.9.13cvs35
10617
10618         * src/account.c
10619         * src/addressbook.c
10620                 use new GTK_STOCK_ icons if available
10621         * src/summaryview.c
10622         * src/gtk/gtksctree.c
10623         * src/gtk/gtksctree.h
10624                 faster range select. patch by Colin
10625
10626 2005-08-17 [paul]       1.9.13cvs34
10627
10628         patches by colin:
10629         * src/addressbook.c
10630         * src/addressitem.h
10631                 Add an edit button for contacts, fix selections
10632                 of gtksctree items
10633         * src/editaddress.c
10634                 Change labels, let Save be always possible in the
10635                 email and user atributes tabs
10636         * src/folderview.c
10637                 fix sort issues
10638         * src/summaryview.c
10639                 select next item instead of the displayed one
10640                 after deletion
10641
10642         * src/gtk/progressdialog.c
10643                 use prefs_common.enable_rules_hint
10644
10645 2005-08-13 [hoa]        1.9.13cvs33
10646
10647         * src/etpan/imap-thread.c
10648                 fixed build on Solaris.
10649
10650 2005-08-10 [colin]      1.9.13cvs32
10651
10652         * src/procmsg.c
10653                 Fix cvs31 (missing fclose before reading
10654                 the file)
10655
10656 2005-08-10 [colin]      1.9.13cvs31
10657
10658         * src/procmsg.c
10659                 Fix procmsg_msginfo_new_from_mimeinfo() when
10660                 the MimeInfo isn't stored in memory. This fixes
10661                 replying to an attached message.
10662
10663 2005-08-10 [colin]      1.9.13cvs30
10664
10665         * src/mainwindow.c
10666                 Fix slowness in account changing
10667
10668 2005-08-10 [colin]      1.9.13cvs29
10669
10670         * src/folder.c
10671         * src/folderutils.c
10672         * src/folderview.c
10673         * src/imap_gtk.c
10674         * src/mainwindow.c
10675         * src/mh_gtk.c
10676         * src/procmsg.c
10677         * src/summaryview.c
10678                 Optimize folder_has_parent_of_type
10679                 Prevent moving special sub-folders from contextual menus
10680                 Rework message a bit ("Empty all messages" -> "Delete all
10681                 messages")
10682                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
10683                 and "Deleted Items" folders)
10684
10685 2005-08-08 [colin]      1.9.13cvs28
10686
10687         * src/summaryview.c
10688         * src/prefs_summaries.c
10689                 Make "Select first unread|new" more flexible
10690                 (just prioritize new or unread)
10691
10692 2005-08-08 [colin]      1.9.13cvs27
10693
10694         * src/summaryview.c
10695                 If "select first new" is selected and there only
10696                 are unread messages, fallback to "select first
10697                 unread".
10698
10699 2005-08-08 [colin]      1.9.13cvs26
10700
10701         * src/folder.c
10702                 Fix shameful bugs (and bug #779)
10703
10704 2005-08-08 [colin]      1.9.13cvs25
10705
10706         * src/folder.c
10707         * src/folder.h
10708                 Cache parents' type to make folder_has_parent_of_type
10709                 faster
10710         * src/folderview.c
10711                 Forbid DnD of special sub-folders
10712         * src/procmsg.c
10713         * src/procmsg.h
10714                 Add MAIL_POSTFILTERING_HOOK
10715         * src/summaryview.c
10716                 Revert over-zealous deletion of the use_addr_book 
10717                 code
10718
10719 2005-08-07 [colin]      1.9.13cvs24
10720
10721         * src/folder.c
10722                 Fix big mistake (passing MsgInfo instead 
10723                 of FolderItem)
10724
10725 2005-08-07 [colin]      1.9.13cvs23
10726
10727         * src/compose.c
10728         * src/folder.c
10729         * src/folder.h
10730         * src/foldersel.c
10731         * src/folderutils.c
10732         * src/folderview.c
10733         * src/imap.c
10734         * src/mainwindow.c
10735         * src/messageview.c
10736         * src/mh.c
10737         * src/msgcache.c
10738         * src/procmime.c
10739         * src/summaryview.c
10740                 Make subfolders of Drafts, Queue, Outbox, Trash
10741                 work like their parents. 
10742                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
10743
10744 2005-08-07 [colin]      1.9.13cvs22
10745
10746         * src/addressbook.c
10747                 Fix bug #771 (Dragged contacts not saved)
10748
10749 2005-08-07 [paul]       1.9.13cvs21
10750
10751         * src/summaryview.c
10752                 fix bug 32 'Search Doesn't display results
10753                 if "Hide Read Messages" is chosen'
10754                 be more literal in interpreting 'Hide read
10755                 messages'
10756
10757 2005-08-07 [colin]      1.9.13cvs20
10758
10759         * src/folderview.c
10760                 Add debug
10761         * src/summaryview.c
10762                 Faster 'unthread_for_execution'
10763
10764 2005-08-06 [paul]       1.9.13cvs19
10765
10766         * src/mainwindow.c
10767                 add mnemonics to Set displayed columns
10768                 fix bug where msgview_visible option was
10769                 overwritten as TRUE on startup
10770
10771 2005-08-06 [paul]       1.9.13cvs18
10772
10773         * src/mainwindow.c
10774                 refer to 'displayed columns in folder/message
10775                 list' not 'displayed items in summary/message view'
10776         * src/prefs_display_header.c
10777                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
10778                 be consistent with similar dialogues
10779         * src/prefs_folder_column.c
10780         * src/prefs_summary_column.c
10781                 'columns' not 'items', and folder and message lists,
10782                 instead of folder and summary views;
10783                 Use 'Hidden columns' as list heading not 'Available
10784                 items';
10785                 move the 'Remove' button to the right hand side;
10786                 top-align the buttons;
10787                 remove unneeded vbox
10788         * src/prefs_summaries.c
10789                 put the 2 column prefs buttons in a frame to reduce
10790                 overall width; refer to columns not items &c.
10791
10792 2005-08-05 [colin]      1.9.13cvs17
10793
10794         * src/prefs_common.c
10795         * src/prefs_common.h
10796         * src/mainwindow.c
10797         * src/compose.c
10798         * src/messageview.c
10799                 Add an hidden toolbar_detachable pref, so
10800                 that I can get rid of these painful handles
10801                 in the toolbars. Defaults to TRUE to avoid
10802                 changing the GUI on unsuspecting people...
10803
10804 2005-08-05 [colin]      1.9.13cvs16
10805
10806         * src/Makefile.am
10807         * src/prefs_folder_column.c
10808         * src/prefs_folder_column.h
10809                 Add prefs for folder columns
10810         * src/folderview.c
10811         * src/folderview.h
10812         * src/mainwindow.c
10813         * src/mainwindow.h
10814         * src/prefs_common.c
10815         * src/prefs_common.h
10816         * src/prefs_summaries.c
10817                 Use them
10818         * src/prefs_summary_column.c
10819         * src/summaryview.c
10820         * src/summaryview.h
10821                 Add a To column
10822         * src/textview.c
10823         * src/common/utils.c
10824         * src/common/utils.h
10825                 Move uri colourisation functions
10826                 to utils
10827         * src/compose.c
10828                 Colourise URIs
10829         * src/imap.c
10830                 Fix bug with LIST where we'd try
10831                 to get Folder//////[...]/// 
10832
10833 2005-08-05 [paul]       1.9.13cvs15
10834
10835         * src/prefs_summaries.c
10836                 improve the English usage
10837         * src/summaryview.c
10838                 set font on column change
10839                 thanks to Colin
10840
10841 2005-08-05 [paul]       1.9.13cvs14
10842
10843         * src/prefs_common.c
10844         * src/prefs_common.h
10845         * src/prefs_summaries.c
10846         * src/summaryview.c
10847                 replace 'open_unread_on_enter' option with
10848                 'select_on_entry' option. opening/not opening
10849                 is now exclusively controlled by 'always_show_msg'
10850
10851 2005-08-04 [colin]      1.9.13cvs13
10852
10853         * src/compose.c
10854                 Remove dead code
10855                 Add colourisation of quotes and signatures
10856         * src/folderview.c
10857                 Fix possible crashes
10858         * src/messageview.c
10859                 Change an assert that is no problem
10860         * src/news.c
10861         * src/news_gtk.c
10862         * src/news_gtk.h
10863                 Fix offline mode
10864         * src/gtk/quicksearch.c
10865                 Fix a possible crash
10866
10867 2005-08-03 [colin]      1.9.13cvs12
10868
10869         * src/prefs_account.c
10870                 Fix bug #777 (Sylpheed crash in account configuration)
10871
10872 2005-08-03 [colin]      1.9.13cvs11
10873
10874         * src/addressbook.c
10875         * src/editaddress.c
10876         * src/editgroup.c
10877                 Fixing addressbook, round 2
10878         * src/textview.c
10879                 Fix emphasis color on rechecking 'Colorize messages'
10880
10881 2005-08-03 [paul]       1.9.13cvs10
10882
10883         sync with main
10884
10885         * src/addr_compl.c
10886         * src/compose.c
10887         * src/main.c
10888         * src/pop.c
10889         * src/prefs_account.c
10890         * src/procmime.c
10891         * src/procmsg.c
10892         * src/quote_fmt_parse.y
10893         * src/textview.c
10894         * src/common/quoted-printable.c
10895         * src/common/utils.c
10896         * src/common/utils.h
10897         * src/common/xml.c
10898                 replaced incorrect locale-independent
10899                 ctype functions with GLib's. Corrected
10900                 signedness mismatch.
10901         * src/headerview.c
10902                 headerview_create(): added spacing for vbox.
10903         * src/gtk/about.c
10904                 set focus to the OK button.
10905
10906 2005-08-03 [colin]      1.9.13cvs9
10907
10908         * src/folderview.c
10909                 Fix possible crash
10910
10911 2005-08-02 [colin]      1.9.13cvs8
10912
10913         * src/mainwindow.c
10914                 Fix cast
10915         * src/addressbook.c
10916         * src/addressitem.h
10917                 Fix a cast and more generally, try to make the
10918                 GUI more intuitive and consistent (round 1)
10919
10920 2005-08-02 [paul]       1.9.13cvs7
10921
10922         * src/folder.h
10923                 missing in 1.9.13cvs6
10924
10925 2005-08-02 [colin]      1.9.13cvs6
10926
10927         * src/folder.c
10928                 Fix one more leak
10929
10930 2005-08-02 [colin]      1.9.13cvs5
10931
10932         * src/folder.c
10933         * src/folderview.c
10934         * src/imap.c
10935         * src/main.c
10936         * src/mbox.c
10937         * src/procmsg.c
10938         * src/summaryview.c
10939                 Fix a number of folder_item_get_msg_list()-related
10940                 leaks (missing procmsg_msginfo_free()s)
10941
10942 2005-08-01 [colin]      1.9.13cvs4
10943
10944         * src/folderview.c
10945         * src/folderview.h
10946         * src/mainwindow.c
10947         * src/prefs_fonts.c
10948         * src/prefs_summaries.c
10949         * src/prefs_themes.c
10950         * src/summaryview.c
10951         * src/summaryview.h
10952         * src/textview.c
10953         * src/textview.h
10954                 Fix instant-apply of summary and folderview-related prefs
10955                 Fix erroneous g_free and alertpanels in prefs_theme
10956                 Add instant-apply for fonts
10957                 Defer applying of prefs a little bit so it's done only
10958                 once even if requested by multiples prefs pages
10959
10960 2005-08-01 [paul]       1.9.13cvs3
10961
10962         * src/main.c
10963                 fix bug 776 'S.C. crashes on close'
10964                 thanks to Colin
10965         * src/etpan/etpan-thread-manager-types.h
10966                 add missing include
10967                 thanks to Hoa
10968
10969 2005-07-25 [paul]       1.9.13cvs2
10970
10971         * src/summaryview.c
10972                 fix typos. spotted by Fabien Vantard
10973
10974 2005-07-24 [paul]       1.9.13cvs1
10975
10976         * doc/man/sylpheed.1
10977                 update man page, incorporating fix of
10978                 bug 769 'Typo in manpage'
10979         * src/etpan/imap-thread.c
10980                 fix NetBSD openssl dependencies. patch by
10981                 George Michaelson <ggm@apnic.net>
10982         * po/pt_BR.po
10983                 updated by Frederico Goncalves Guimaraes
10984
10985 2005-07-22 [paul]       1.9.13
10986
10987         1.9.13 release
10988
10989 2005-07-22 [paul]       1.9.12cvs91
10990
10991         * AUTHORS
10992         * INSTALL
10993         * README.claws
10994         * RELEASE_NOTES.claws
10995                 updated for release
10996         * configure.ac
10997         * po/nb.po
10998         * tools/claws.i18n.status.pl
10999                 add Norwegian translation. submiited by
11000                 Geir Helland <pjallabais@users.sourceforge.net>
11001         * po/ca.po
11002         * po/de.po
11003         * po/es.po
11004         * po/fi.po
11005         * po/fr.po
11006         * po/it.po
11007         * po/sk.po
11008         * po/sr.po
11009         * po/zh_CN.po
11010                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11011                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
11012                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
11013                 Yang Guilong
11014         * src/plugins/clamav/clamav_plugin_gtk.c
11015         * src/plugins/spamassassin/spamassassin_gtk.c
11016                 replace outdated description strings
11017
11018 2005-07-21 [colin]      1.9.12cvs90
11019
11020         * src/folder.c
11021                 Set folder to batch mode when scanning it. Makes deletion
11022                 of unread mails on IMAP much faster (due to the UNREAD 
11023                 flag unsetting)
11024
11025 2005-07-21 [darko]      1.9.12cvs89
11026
11027         * configure.ac
11028                 link against libresolv if necessary (patch by Paul)
11029         * src/msgcache.c
11030                 use glib's portable macros to determine endianness
11031
11032 2005-07-21 [paul]       1.9.12cvs88
11033
11034         * src/crash.c
11035         * src/gtk/about.c
11036                 update compiled-in features list
11037
11038 2005-07-20 [colin]      1.9.12cvs87
11039
11040         * src/folder.c
11041         * src/textview.c
11042                 Gcc 2.9x compilation fixes, thanks to Darko
11043         * src/plugins/clamav/clamav_plugin.c
11044                 Little optimisation: load virus database only once
11045         * src/plugins/spamassassin/spamassassin.c
11046                 Big optimisation: filtering one mail took at least 1 second,
11047                 now it takes at least 50ms. Doesn't speed up spamassassin 
11048                 itself, but should already be much more tolerable.
11049
11050 2005-07-20 [colin]      1.9.12cvs86
11051
11052         * src/summaryview.c
11053                 Fix performance issue
11054
11055 2005-07-19 [colin]      1.9.12cvs85
11056
11057         * src/plugins/pgpinline/plugin.c
11058                 Fix warning
11059
11060 2005-07-19 [colin]      1.9.12cvs84
11061
11062         * configure.ac
11063         * src/plugins/Makefile.am
11064         * src/plugins/pgpinline/.cvsignore
11065         * src/plugins/pgpinline/Makefile.am
11066         * src/plugins/pgpinline/pgpinline.c
11067         * src/plugins/pgpinline/pgpinline.deps
11068         * src/plugins/pgpinline/pgpinline.h
11069         * src/plugins/pgpinline/plugin.c
11070                 Put pgpinline in the main tree
11071
11072 2005-07-19 [paul]       1.9.12cvs83
11073
11074         * src/prefs_actions.c
11075                 prevent '//' in menu names, which cause a crash
11076                 thanks to Colin
11077
11078 2005-07-19 [paul]       1.9.12cvs82
11079
11080         * configure.ac
11081                 be generally more informative in configure output.
11082                 OpenSSL: correction: '[ --enable-openssl ...' -> 
11083                 '[ --disable-openssl ...', as --enable-openssl is default
11084                 PGP/MIME: don't check for GPGME again, check for
11085                 pgpcore instead. Therefore prevent the possibility of
11086                 attempting to build pgpmime if pgpcore dependencies are
11087                 not met
11088                 ClamAV: use pkgconfig to check for lib
11089                 libgnomeprint: revert logic on inner test to match
11090                 everything else
11091         * src/plugins/pgpcore/sgpgme.c
11092                 add missing include
11093
11094 2005-07-19 [colin]      1.9.12cvs81
11095
11096         * src/summaryview.c
11097                 Fix slow thread rebuilding in particular
11098                 cases
11099
11100 2005-07-19 [paul]       1.9.12cvs80
11101
11102         * sylpheed-claws.desktop
11103                 fix typo, spotted by Stephan Sachse
11104         * src/account.c
11105                 replace GTK_STOCK_ADD with
11106                 GTK_STOCK_NEW button
11107
11108 2005-07-18 [colin]      1.9.12cvs79
11109
11110         * src/etpan/imap-thread.c
11111                 Fix return value (Thanks Hoa)
11112
11113 2005-07-18 [colin]      1.9.12cvs78
11114
11115         * src/imap.c
11116                 Allow empty passwords
11117                 Create drafts/queue/outbox if necessary
11118         * src/summaryview.c
11119                 Remove old code
11120         * src/etpan/imap-thread.c
11121                 Fix STARTTLS (Thanks to Hoa)
11122
11123 2005-07-18 [paul]       1.9.12cvs77
11124
11125         * ChangeLog-gtk2.jp
11126         * ChangeLog.jp
11127                 removed
11128         * Makefile.am
11129                 updated to reflect additions and removals
11130         * TODO
11131                 updated to be claws-specific
11132         * TODO-gtk2
11133         * TODO-gtk2.jp
11134         * TODO.jp
11135         * sylpheed-128x128.png
11136         * sylpheed-64x64.png
11137                 removed
11138         * sylpheed-claws-128x128.png
11139         * sylpheed-claws-64x64.png
11140         * sylpheed-claws.desktop
11141         * sylpheed-claws.png
11142                 added
11143         * sylpheed.desktop
11144         * sylpheed.png
11145                 removed
11146
11147 2005-07-17 [paul]       1.9.12cvs76
11148
11149         * src/account.c
11150         * src/addressbook.c
11151         * src/alertpanel.c
11152         * src/alertpanel.h
11153         * src/compose.c
11154         * src/exphtmldlg.c
11155         * src/expldifdlg.c
11156         * src/folderview.c
11157         * src/imap_gtk.c
11158         * src/inc.c
11159         * src/message_search.c
11160         * src/messageview.c
11161         * src/mh_gtk.c
11162         * src/news_gtk.c
11163         * src/prefs_actions.c
11164         * src/prefs_filtering.c
11165         * src/prefs_matcher.c
11166         * src/prefs_template.c
11167         * src/prefs_themes.c
11168         * src/ssl_manager.c
11169         * src/summary_search.c
11170         * src/textview.c
11171         * src/toolbar.c
11172         * src/gtk/sslcertwindow.c
11173         * src/plugins/pgpcore/sgpgme.c
11174                 rework alertpanels
11175
11176 2005-07-17 [colin]      1.9.12cvs75
11177
11178         * src/privacy.c
11179                 add a PrivacySystem accessor that checks that
11180                 the system cached in a MimeInfo's privacydata
11181                 is still registered. Use this accessor instead
11182                 of directly using data->system. Fixes crashes
11183                 after unloading pgp plugins.
11184
11185 2005-07-17 [colin]      1.9.12cvs74
11186
11187         * src/alertpanel.c
11188                 Change geometry hints to a simple default size.
11189                 Fixes the certs dialogs.
11190
11191 2005-07-17 [colin]      1.9.12cvs73
11192
11193         * src/gtk/sslcertwindow.c
11194                 Use a gtkExpander
11195
11196 2005-07-17 [colin]      1.9.12cvs72
11197
11198         * src/plugins/pgpcore/Makefile.am
11199         * src/plugins/pgpmime/Makefile.am
11200                 Add gpgme libs
11201
11202 2005-07-17 [paul]       1.9.12cvs71
11203
11204         * configure.ac
11205                 add --disable-gnomeprint option
11206                 modified version of patch by Marius Mauch
11207
11208 2005-07-17 [paul]       1.9.12cvs70
11209
11210         * src/common/defs.h
11211                 update urls
11212         * src/account.c
11213         * src/action.c
11214         * src/addressbook.c
11215         * src/compose.c
11216         * src/foldersel.c
11217         * src/folderview.c
11218         * src/html.c
11219         * src/imap_gtk.c
11220         * src/main.c
11221         * src/mainwindow.c
11222         * src/messageview.c
11223         * src/mh_gtk.c
11224         * src/mimeview.c
11225         * src/news_gtk.c
11226         * src/prefs_account.c
11227         * src/prefs_send.c
11228         * src/prefs_summaries.c
11229         * src/procmsg.c
11230         * src/summaryview.c
11231         * src/common/utils.c
11232         * src/common/xml.c
11233         * src/plugins/pgpcore/passphrase.c
11234         * src/plugins/pgpcore/select-keys.c
11235                 replace inappropriately used backticks
11236                 with single quotes
11237
11238 2005-07-16 [colin]      1.9.12cvs69
11239
11240         * src/image_viewer.c
11241                 Add extra paranoid checks
11242
11243 2005-07-16 [colin]      1.9.12cvs68
11244
11245         * src/plugins/pgpcore/prefs_gpg.c
11246                 Don't auto-check sigs by default, as it
11247                 can be really slow.
11248
11249 2005-07-16 [colin]      1.9.12cvs67
11250
11251         * src/plugins/pgpcore/sgpgme.c
11252                 Make messages a bit better.
11253
11254 2005-07-16 [colin]      1.9.12cvs66
11255
11256         * src/imap.c
11257                 Remove pseudo-log
11258         * src/etpan/imap-thread.c
11259                 Add real log
11260
11261 2005-07-16 [colin]      1.9.12cvs65
11262
11263         * src/main.c
11264         * src/prefs_other.c
11265                 And now, fix build with libetpan :-/
11266
11267 2005-07-15 [colin]      1.9.12cvs64
11268
11269         * src/prefs_other.c
11270                 Continue fixing build without libetpan.
11271
11272 2005-07-15 [colin]      1.9.12cvs63
11273
11274         * src/main.c
11275                 Fix build with --disable-libetpan
11276
11277 2005-07-15 [colin]      1.9.12cvs62
11278
11279         * configure.ac
11280                 Bump libetpan's version
11281
11282 2005-07-15 [colin]      1.9.12cvs61
11283
11284         * src/etpan/imap-thread.c
11285                 Actually stop logging :)
11286
11287 2005-07-15 [colin]      1.9.12cvs60
11288
11289         * src/addressbook.c
11290                 Fix dnd of multiple addresses.
11291
11292 2005-07-15 [hoa]        1.9.12cvs59
11293
11294         * src/etpan/imap-thread.c
11295             disable login of IMAP password in libetpan log file.
11296
11297 2005-07-15 [paul]       1.9.12cvs58
11298
11299         * src/account.c
11300                 don't automatically sort
11301                 do allow drag n drop
11302
11303 2005-07-15 [paul]       1.9.12cvs57
11304
11305         * src/account.c
11306         * src/ssl_manager.c
11307                 alphabetical listing
11308
11309 2005-07-15 [paul]       1.9.12cvs56
11310
11311         * src/gtk/pluginwindow.c
11312                 sort plugin list alphabetically
11313
11314 2005-07-15 [paul]       1.9.12cvs55
11315
11316         * src/prefs_spelling.c
11317         * src/prefs_wrapping.c
11318                 unify English usage
11319
11320 2005-07-15 [colin]      1.9.12cvs54
11321
11322         * src/wizard.c
11323                 Typo fix
11324
11325 2005-07-15 [paul]       1.9.12cvs53
11326
11327         * src/prefs_message.c
11328                 make 'show cursor' a hidden option
11329
11330 2005-07-14 [colin]      1.9.12cvs52
11331
11332         * src/plugins/spamassassin/Makefile.am
11333         * src/plugins/clamav/Makefile.am
11334                 Fix double EXTRA_DISTs
11335
11336 2005-07-14 [colin]      1.9.12cvs51
11337
11338         * src/plugins/clamav/Makefile.am
11339         * src/plugins/clamav/clamav_plugin_gtk.deps
11340         * src/plugins/spamassassin/Makefile.am
11341         * src/plugins/spamassassin/spamassassin_gtk.deps
11342                 Make $plugin_gtk depend on $plugin
11343
11344 2005-07-14 [hoa]        1.9.12cvs50
11345
11346         * src/etpan/imap-thread.c
11347                 enable debug log of libetpan when running with --debug
11348
11349 2005-07-14 [colin]      1.9.12cvs49
11350
11351         * configure.ac
11352         * src/common/Makefile.am
11353         * src/common/plugin.c
11354         * src/common/plugin.h
11355                 Add a little plugin dependancy system.
11356                 Plugins can ship a $plugin_name.deps file
11357                 (near them in PLUGINDIR) so that their
11358                 dependancies are loaded if possible.
11359         * src/plugins/Makefile.am
11360         * src/plugins/pgpcore/Makefile.am
11361         * src/plugins/pgpcore/passphrase.c
11362         * src/plugins/pgpcore/passphrase.h
11363         * src/plugins/pgpcore/plugin.c
11364         * src/plugins/pgpcore/prefs_gpg.c
11365         * src/plugins/pgpcore/prefs_gpg.h
11366         * src/plugins/pgpcore/select-keys.c
11367         * src/plugins/pgpcore/select-keys.h
11368         * src/plugins/pgpcore/sgpgme.c
11369         * src/plugins/pgpcore/sgpgme.h
11370                 Introduce pgpcore, used by pgpmime and
11371                 pgpinline
11372         * src/plugins/pgpmime/Makefile.am
11373         * src/plugins/pgpmime/passphrase.c
11374         * src/plugins/pgpmime/passphrase.h
11375         * src/plugins/pgpmime/pgpmime.c
11376         * src/plugins/pgpmime/pgpmime.deps
11377         * src/plugins/pgpmime/plugin.c
11378         * src/plugins/pgpmime/prefs_gpg.c
11379         * src/plugins/pgpmime/prefs_gpg.h
11380         * src/plugins/pgpmime/select-keys.c
11381         * src/plugins/pgpmime/select-keys.h
11382         * src/plugins/pgpmime/sgpgme.c
11383         * src/plugins/pgpmime/sgpgme.h
11384                 Remove the core from pgpmime and add the
11385                 dependancy to pgpcore.
11386
11387 2005-07-14 [paul]       1.9.12cvs48
11388
11389         * src/stock_pixmap.c
11390                 forgot this in last commit
11391
11392 2005-07-14 [paul]       1.9.12cvs47
11393
11394         * src/account.c
11395         * src/addressbook.c
11396                 add accelerators for the buttons (sync with main)
11397         * src/compose.c
11398         * src/compose.h
11399                 add accelerators for the buttons.
11400                 fix editing with external editor.
11401                 replace gdk_input_*() with GIOChannel;
11402                 (sync with main)
11403         * src/foldersel.c
11404                 display folder names with new/unread
11405                 representation (sync with main)
11406         * src/main.c
11407                 specify default window icon (sync with main)
11408         * src/prefs_common.c
11409                 use_addr_book default to FALSE
11410         * src/summaryview.c
11411         * src/textview.c
11412                 add accelerators for the buttons (sync with main)
11413         * src/gtk/menu.c
11414                 fix typos
11415         * src/pixmaps/sylpheed_icon.xpm
11416                 updated
11417
11418 2005-07-13 [paul]       1.9.12cvs46
11419
11420         * src/plugins/pgpmime/pgpmime.c
11421         * src/plugins/pgpmime/sgpgme.c
11422                 (temporarily) use deprecated gpgme_data_rewind()
11423                 while largefile support is not present
11424                 (as suggested by Colin)
11425
11426 2005-07-13 [paul]       1.9.12cvs45
11427
11428         * configure.ac
11429                 remove large file support (for now):
11430                 it breaks too many things
11431
11432 2005-07-13 [paul]       1.9.12cvs44
11433
11434         * configure.ac
11435                 add large file support
11436         * src/html.c
11437                 fix bug #763 where href attribute was not
11438                 the very first attribute of a link
11439                 patch by Thomas Gilgin
11440
11441 2005-07-13 [colin]      1.9.12cvs43
11442
11443         * src/gtk/pluginwindow.c
11444                 Little portability fix
11445
11446 2005-07-13 [colin]      1.9.12cvs42
11447
11448         * src/plugins/pgpmime/sgpgme.c
11449                 Fix crasher.
11450
11451 2005-07-13 [colin]      1.9.12cvs41
11452
11453         * src/plugins/pgpmime/pgpmime.c
11454         * src/plugins/pgpmime/sgpgme.c
11455                 Use gpgme_data_release_and_get_mem instead
11456                 of gpgme_data_read.
11457
11458 2005-07-13 [colin]      1.9.12cvs40
11459
11460         * configure.ac
11461         * src/plugins/pgpmime/passphrase.c
11462         * src/plugins/pgpmime/passphrase.h
11463         * src/plugins/pgpmime/pgpmime.c
11464         * src/plugins/pgpmime/plugin.c
11465         * src/plugins/pgpmime/select-keys.c
11466         * src/plugins/pgpmime/select-keys.h
11467         * src/plugins/pgpmime/sgpgme.c
11468         * src/plugins/pgpmime/sgpgme.h
11469                 Port pgpmime to gpgme-1.0.
11470
11471 2005-07-12 [paul]       1.9.12cvs39
11472
11473         * AUTHORS
11474         * src/toolbar.c
11475         * src/toolbar.h
11476                 add a 'Go to Prev' button to the toolbar.
11477                 correct tooltip text of go to buttons.
11478                 based on patch by Yang Guilong <bamanzi@gmail.com>
11479
11480 2005-07-12 [colin]      1.9.12cvs38
11481
11482         * src/statusbar.c
11483                 Fix progress bar showing stuff at startup.
11484
11485 2005-07-12 [paul]       1.9.12cvs37
11486
11487         * src/editjpilot.c
11488                 fix building with jpilot support
11489
11490 2005-07-11 [colin]      1.9.12cvs36
11491
11492         * src/inc.c
11493                 Add visual indication that filtering is running
11494         * src/textview.c
11495                 Make {}[] uri delimiters
11496         * src/summaryview.c
11497                 Remove useless (and slow) calls
11498
11499 2005-07-11 [paul]       1.9.12cvs35
11500
11501         * src/plugins/clamav/clamav_plugin_gtk.c
11502         * src/plugins/dillo_viewer/dillo_prefs.c
11503         * src/plugins/pgpmime/prefs_gpg.c
11504         * src/plugins/spamassassin/spamassassin_gtk.c
11505                 gather plugins prefs together under their
11506                 own 'Plugins' heading
11507
11508 2005-07-11 [paul]       1.9.12cvs34
11509
11510         sync with main
11511
11512         * src/account.c
11513                 account_delete(): modified alert dialog
11514         * src/editjpilot.c
11515         * src/editvcard.c
11516                 fixed a crash when cancelling file selection
11517                 dialog by Escape key. Made non-ascii filename
11518                 selectable.
11519         * src/prefs_template.c
11520                 prefs_template_window_create(): make scrolled
11521                 window policy AUTOMATIC
11522
11523 2005-07-10 [hoa]        1.9.12cvs33
11524
11525         * src/etpan/imap-thread.c
11526                 workaround for old Courier IMAP servers.
11527
11528 2005-07-10 [colin]      1.9.12cvs32
11529
11530         * src/folder.c
11531         * src/statusbar.c
11532         * src/statusbar.h
11533                 Add visual progress indicator on filtering/processing
11534                 Factorize the progress bar code
11535         * src/imap.c
11536         * src/imap.h
11537         * src/etpan/imap-thread.c
11538                 Add a reference counter to avoid destroying the Folder
11539                 while it's in use by another callback.
11540
11541 2005-07-09 [hoa]        1.9.12cvs31
11542
11543         * src/imap.c
11544         * src/etpan/imap-thread.c
11545                 fixed deadlock when removing IMAP account.
11546
11547 2005-07-08 [colin]      1.9.12cvs30
11548
11549         * src/textview.c
11550         * src/unmime.c
11551                 Fix again problems decoding broken headers
11552         * src/gtk/inputdialog.c
11553                 Fix local variable shadowing a global one
11554
11555 2005-07-08 [colin]      1.9.12cvs29
11556
11557         * src/msgcache.c
11558                 Make the cache/mark files platform-agnostic by writing
11559                 them in little-endian format. Reading them is also done
11560                 in little-endian format, of course; however, in order
11561                 to avoid trashing mark data on big-endian machines, the
11562                 files are, at first, read from the native format if the
11563                 little-endian one doesn't exist. This is easy to deter-
11564                 mine by trying to open a file with a swapped data_ver
11565                 and seeing if it's the wanted version.
11566                 Little-endian using users should see absolutely no
11567                 difference, Big-endian users may get a very little
11568                 performance drop due to byte-swapping.
11569                 Tested on i386 and ppc32. 
11570                 Fixes bug #159 (The index file, in the mailboxes, is 
11571                 hardware depending).
11572
11573                 To have the cache/mark files updated to the new little-
11574                 endian format, "Check for new messages" or even
11575                 "Rebuild folder tree" aren't enough. Files will be
11576                 updated as soon as a folder has been opened/closed.
11577                 To update everything, just select all folders by
11578                 selecting them one by one.
11579
11580 2005-07-07 [colin]      1.9.12cvs28
11581
11582         * src/imap.c
11583                 Remember the folder separator per IMAPFolder
11584                 instead of globally.
11585                 Revive the Session on noop; fixes bug #761
11586                 (mark a bunch of unread messages as read takes 
11587                 forever)
11588
11589 2005-07-07 [darko]      1.9.12cvs27
11590
11591         * src/common/template.c
11592                 Sort templates alphabetically
11593
11594 2005-07-06 [colin]      1.9.12cvs26
11595
11596         * src/imap.c
11597                 Try to use the correct separator in
11598                 most cases. Possibly fixes bug #759
11599                 (only creates the INBOX folder when 
11600                 setting up new IMAP account) and 
11601                 bug #760 (Can't retrieve messages)
11602
11603 2005-07-06 [colin]      1.9.12cvs25
11604
11605         * src/imap.c
11606                 Use real_path in status command. This will
11607                 help later, when namespaces will be used.
11608
11609 2005-07-06 [colin]      1.9.12cvs24
11610
11611         * configure.ac
11612         * src/account.c
11613         * src/folder.c
11614         * src/imap.c
11615         * src/etpan/etpan-log.c
11616         * src/etpan/etpan-thread-manager.c
11617         * src/etpan/imap-thread.c
11618                 Add a --disable-libetpan parameter. With this,
11619                 users that don't want IMAP4 support can avoid
11620                 the new dependancy (and have no IMAP support).
11621                 Users that have IMAP4 accounts and use this
11622                 parameter won't lose their configuration, their
11623                 IMAP accounts will just be invisible and not
11624                 used.
11625         * src/textview.c
11626                 Make the "Copy ..." contextual menu items 
11627                 copy to both the X clipboard and the gtk 
11628                 clipboard - as most other apps do.
11629         * src/gtk/about.c
11630                 Add a notice about OpenSSL usage, in order to
11631                 comply with OpenSSL's license (point 6):
11632                 http://www.openssl.org/source/license.html
11633
11634 2005-07-06 [colin]      1.9.12cvs23
11635
11636         * src/alertpanel.c
11637                 Fix a minimum size for alertpanels
11638         * src/compose.c
11639                 Show 'No space left on device' type errors
11640                 when queuing/sending
11641         * src/imap_gtk.c
11642         * src/mh_gtk.c
11643                 Rework folder's deletion message (remove 
11644                 extra \n)
11645
11646 2005-07-05 [colin]      1.9.12cvs22
11647
11648         * src/imap.c
11649                 Add an alertpanel on auth error
11650                 Add pseudo-log
11651                 Remove pthread-related stuff
11652
11653 2005-07-05 [colin]      1.9.12cvs21
11654
11655         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11656                 Fix crash on plugin reloading (with a hack)
11657
11658 2005-07-05 [colin]      1.9.12cvs20
11659
11660         * src/prefs_account.c
11661         * src/prefs_account.h
11662                 Fix typo
11663         * src/gtk/filesel.c
11664         * src/gtk/filesel.h
11665                 Add a way to filter the view
11666         * src/gtk/pluginwindow.c
11667                 Filter loadable stuff
11668         * src/plugins/pgpmime/prefs_gpg.c
11669                 Fix missing unregistration
11670         * .cvsignore
11671         * src/etpan/.cvsignore
11672         * src/plugins/spamassassin/.cvsignore
11673                 Add more stuff to cvs ignored files
11674
11675 2005-07-04 [colin]      1.9.12cvs19
11676
11677         * src/imap.c
11678                 Fix scan_required returning FALSE when it
11679                 shouldn't. Maybe fix #760 (Can't retrieve
11680                 messages)
11681
11682 2005-07-04 [colin]      1.9.12cvs18
11683
11684         * src/summaryview.c
11685                 Fix always_show_msg pref
11686
11687 2005-07-04 [paul]       1.9.12cvs17
11688
11689         sync with main (forgotten in last commit)
11690         
11691         * src/common/utils.c
11692         * src/common/utils.h
11693                 check_line_length(): new.
11694                 is_dir_exist()
11695                 is_file_entry_exist()
11696                 dirent_is_regular_file()
11697                 dirent_is_directory(): use g_file_test() instead of stat().
11698
11699 2005-07-04 [paul]       1.9.12cvs16
11700
11701         sync with main:
11702
11703         * src/compose.c
11704                 compose_write_to_file(): check for line
11705                 length limit and display warning if exceeds
11706         * src/jpilot.c
11707                 use get_home_dir() instead of g_get_home_dir()
11708         * src/procheader.c
11709                 removed warning about invalid date
11710         * src/vcard.c
11711                 use get_home_dir() instead of g_get_home_dir()
11712
11713 2005-07-04 [paul]       1.9.12cvs15
11714
11715         * src/stock_pixmap.c
11716                 fix new pixmap naming errors
11717                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
11718
11719 2005-07-04 [colin]      1.9.12cvs14
11720
11721         * src/imap.c
11722                 Fix debugging string with a warning
11723
11724 2005-07-04 [colin]      1.9.12cvs13
11725
11726         * configure.ac
11727                 Add a check for libetpan's version (>= 0.37)
11728
11729 2005-07-04 [hoa]        1.9.12cvs12
11730
11731         * commitHelper
11732         * src/imap.c
11733         * src/etpan/imap-thread.c
11734         * src/etpan/imap-thread.h
11735                 fixed IMAP implementation of check of mails.
11736
11737 2005-07-03 [hoa]        1.9.12cvs11
11738
11739         * src/etpan/Makefile.am
11740         * src/etpan/etpan-errors.h
11741         * src/etpan/etpan-log.[ch]
11742         * src/etpan/etpan-thread-manager-types.h
11743         * src/etpan/etpan-thread-manager.[ch]
11744         * src/etpan/imap-thread.[ch]
11745         * src/Makefile.am
11746         * src/imap.c
11747         * src/main.c
11748         * src/prefs_other.c
11749         * configure.ac
11750             merged imap branch.
11751             dependency on libetpan 0.37 is now added.
11752
11753 2005-07-01 [colin]      1.9.12cvs10
11754
11755         * src/Makefile.am
11756         * src/folder.c
11757         * src/folder.h
11758         * src/folderview.c
11759         * src/stock_pixmap.c
11760         * src/stock_pixmap.h
11761         * src/plugins/trayicon/trayicon.c
11762                 Add marked symbol on folders containing
11763                 marked messages
11764         * src/procmsg.c
11765         * src/procmsg.h
11766         * src/toolbar.c
11767         * src/prefs_common.c
11768         * src/prefs_common.h
11769         * src/prefs_send.c
11770                 Add an optional confirmation dialog on queue
11771                 sending. Patch by wwp.
11772         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
11773         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
11774         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
11775         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
11776         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
11777         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
11778         * src/pixmaps/inbox_mark.xpm            ** ADDED **
11779         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
11780         * src/pixmaps/outbox_mark.xpm           ** ADDED **
11781         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
11782         * src/pixmaps/trash_mark.xpm            ** ADDED **
11783                 New pixmaps
11784
11785 2005-07-01 [colin]      1.9.12cvs9
11786
11787         * src/summaryview.c
11788                 Fix a little threading bug
11789         * src/addrgather.c
11790         * src/mainwindow.c
11791                 A little bit of HIG normality never hurts
11792
11793 2005-07-01 [colin]      1.9.12cvs8
11794
11795         * src/compose.c
11796         * src/msgcache.c
11797         * src/pop.c
11798         * src/procmime.c
11799         * src/recv.c
11800         * src/common/log.c
11801         * src/common/template.c
11802         * src/common/utils.c
11803         * src/common/utils.h
11804                 Reverted the fwrite_atomic stuff. In fact
11805                 it is already atomic.
11806
11807 2005-06-30 [colin]      1.9.12cvs7
11808
11809         * src/common/utils.c
11810         * src/common/utils.h
11811                 Add an fwrite_atomic() function to make
11812                 sure we write everything: fwrite can make
11813                 short writes.
11814         * src/compose.c
11815         * src/msgcache.c
11816         * src/pop.c
11817         * src/procmime.c
11818         * src/recv.c
11819         * src/common/log.c
11820         * src/common/template.c
11821                 Use that (and fix swapping of size and nmemb).
11822                 Thanks to Rich Coe for the heads up.
11823
11824 2005-06-30 [colin]      1.9.12cvs6
11825
11826         * src/addressbook.c
11827                 Optimize addressbook opening 
11828
11829 2005-06-30 [colin]      1.9.12cvs5
11830
11831         * src/summaryview.c
11832                 Remove calls to summary_step after move/copy
11833
11834 2005-06-28 [paul]       1.9.12cvs4
11835
11836         * src/alertpanel.c
11837                 wrap and make the error msg selectable
11838
11839 2005-06-28 [paul]       1.9.12cvs3
11840
11841         * src/ssl_manager.c
11842                 replace the OK button with a Close button
11843         * src/gtk/foldersort.c
11844                 use GTK_STOCK_ icons/buttons
11845
11846 2005-06-28 [colin]      1.9.12cvs2
11847
11848         * src/gedit-print.c             ** ADDED **
11849         * src/gedit-print.h             ** ADDED **
11850         * src/gtk/gtksourceprintjob.c   ** ADDED **
11851         * src/gtk/gtksourceprintjob.h   ** ADDED **
11852                 I can't believe no one had enough time to tell
11853                 me I forgot the `cvs add`
11854
11855 2005-06-27 [colin]      1.9.12cvs1
11856
11857         * src/Makefile.am
11858         * src/gtk/Makefile.am
11859         * src/messageview.c
11860         * src/procmsg.c
11861         * src/summaryview.c
11862         * configure.ac
11863                 Add optional libgnomeprint-based printing
11864         * src/mainwindow.c
11865         * src/gtk/quicksearch.c
11866                 Add an Edit/Quick search menu item to show
11867                 and focus the quicksearch
11868
11869 2005-06-27 [paul]       1.9.12
11870
11871         1.9.12 release
11872
11873         * po/ca.po
11874         * po/de.po
11875         * po/es.po
11876         * po/fr.po
11877         * po/it.po
11878         * po/ko.po
11879         * po/pt_BR.po
11880         * po/sk.po
11881         * po/zh_CN.po
11882                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11883                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11884                 SungHyun Nam, Frederico Goncalves Guimaraes,
11885                 Andrej Kacian, and Yang Guilong
11886 2005-06-26 [colin]      1.9.11cvs106
11887
11888         * src/imap_gtk.c
11889                 Forgot one file for previous fix
11890
11891 2005-06-26 [colin]      1.9.11cvs105
11892
11893         * src/folder.c
11894         * src/imap.c
11895                 Fix problems with folder operations in no_select
11896                 imap folders. it applies only to mails, and 
11897                 creation/deletion/move/renaming of folders 
11898                 should be possible
11899
11900 2005-06-26 [paul]       1.9.11cvs104
11901
11902         * src/prefs_filtering.c
11903                 replace one more GTK_STOCK_REMOVE
11904                 with GTK_STOCK_DELETE
11905
11906 2005-06-25 [colin]      1.9.11cvs103
11907
11908         * src/imap.c
11909                 Optimize get_seq_set_from_seq_list
11910                 (Patch by Ricardo) 
11911
11912 2005-06-25 [colin]      1.9.11cvs102
11913
11914         * src/mh.c
11915                 If the directory exists, but not in the
11916                 correct encoding, rename it. This should
11917                 handle old-versions-induced bugs.
11918
11919 2005-06-25 [colin]      1.9.11cvs101
11920
11921         * src/mh.c
11922                 Fix path access with extended dir names
11923                 Fixes bug #589 (SC segfaults with wrong locale
11924                 settings)
11925
11926 2005-06-25 [colin]      1.9.11cvs100
11927
11928         * src/prefs_account.c
11929         * src/prefs_account.h
11930         * src/compose.c
11931                 Add an option to encrypt replies to
11932                 encrypted messages
11933
11934 2005-06-25 [colin]      1.9.11cvs99
11935
11936         * src/compose.c
11937         * src/quote_fmt_parse.y
11938                 ... And make it work with pgpinline.
11939
11940 2005-06-25 [colin]      1.9.11cvs98
11941
11942         * src/compose.c
11943         * src/procmime.c
11944         * src/procmime.h
11945         * src/quote_fmt_parse.y
11946                 o Make reedition of encrypted messages possible
11947                   (as long as it is encrypted to self too, no
11948                    magic there)
11949                 o Make replying with quote (and without selecting
11950                   text) possible for encrypted messages.
11951                 Closes bug #550 (Not possible to "reply with quote"
11952                 to gnupg encrypted messages)
11953
11954 2005-06-24 [paul]       1.9.11cvs97
11955
11956         * src/imap.c
11957                 add missing include
11958
11959 2005-06-24 [paul]       1.9.11cvs96
11960
11961         * src/editldap.c
11962                 made bind password entry invisible
11963                 (sync with main)
11964         * src/send_message.c
11965                 send_message_local(): check exit status
11966                 to detect errors (sync with main)
11967         * src/textview.c
11968                 use main's less ambiguous popup menu
11969                 wording
11970
11971 2005-06-24 [paul]       1.9.11cvs95
11972
11973         * src/prefs_actions.c
11974         * src/prefs_customheader.c
11975         * src/prefs_display_header.c
11976         * src/prefs_filtering_action.c
11977         * src/prefs_matcher.c
11978         * src/prefs_template.c
11979         * src/prefs_toolbar.c
11980                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11981         * src/gtk/description_window.c
11982                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11983
11984 2005-06-23 [colin]      1.9.11cvs94
11985
11986         * src/summaryview.c
11987                 Fix rough edges (be sure to call status_show whenever
11988                 necessary).
11989
11990 2005-06-23 [colin]      1.9.11cvs93
11991
11992         * src/summaryview.c
11993                 Optimize Select All
11994                 Before, in a 5K mails folder: 11s
11995                 After, in the same folder: 58000µs
11996                 The joys of locking... gtk_clist_select_all() fires a 
11997                 tree-select-row event for each selected row, which in 
11998                 summaryview, callbacks summary_selected which in turn,
11999                 calls summary_status_show, which walks the selected
12000                 rows. Hence, calling gtk_clist_select_all was 
12001                 exponential. Locking the summaryview makes 
12002                 summary_selected return early.
12003
12004 2005-06-23 [colin]      1.9.11cvs92
12005
12006         * src/imap.c
12007                 Move mutex at the important place to avoid
12008                 deadlocks
12009         * src/summaryview.c
12010                 Fix Del key deleting directly instead of
12011                 moving to trash
12012
12013 2005-06-22 [colin]      1.9.11cvs91
12014
12015         * src/plugins/spamassassin/libspamc.c
12016                 As we do spagetti code with assignations in multiple
12017                 places (see _message_read_raw where out = msg = raw),
12018                 let's be sure we don't free the same pointer twice.
12019                 Should fix bug #683 (Crash in libpam at 
12020                 message_cleanup).
12021
12022 2005-06-22 [colin]      1.9.11cvs90
12023
12024         * src/compose.c
12025         * src/messageview.c
12026         * src/toolbar.c
12027                 Make toolbar's delete use the move to trash stuff;
12028                 Add gtk_widget_realize to be sure pixmaps can get
12029                 created (that may fix an old worksforme bug which
12030                 I can't find back...)
12031
12032 2005-06-22 [colin]      1.9.11cvs89
12033
12034         * src/summaryview.c
12035         * src/summaryview.h
12036         * src/mainwindow.c
12037                 Rename "Message/Delete" to "Message/Move to trash"
12038                 Add "Message/Delete..." that directly destroys the
12039                 selected messages after asking for a confirmation.
12040
12041 2005-06-22 [colin]      1.9.11cvs88
12042
12043         * src/imap.c
12044                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
12045                 o Fix a deadlock (thanks Darko)
12046
12047 2005-06-22 [colin]      1.9.11cvs87
12048
12049         * src/gtk/foldersort.c
12050                 Add missing include for the i18n;
12051                 patch by Fabien Vantard
12052
12053 2005-06-21 [colin]      1.9.11cvs86
12054
12055         * src/folder.c
12056         * src/folderview.c
12057                 Respect the no_select flag
12058         * src/imap.c
12059                 Fix recursive deletion
12060         * src/imap_gtk.c
12061         * src/mh_gtk.c
12062                 Make the folder deletion's warning
12063                 more explicit
12064
12065 2005-06-21 [colin]      1.9.11cvs85
12066
12067         * src/textview.c
12068                 Prevent email addresses from spanning accross
12069                 lines - fixes bug # 646 (newline-chars in 
12070                 email addresses)
12071
12072 2005-06-20 [colin]      1.9.11cvs84
12073
12074         * src/folder.c
12075                 Be sure not to remove source if copy failed
12076
12077 2005-06-20 [colin]      1.9.11cvs83
12078
12079         * src/folderview.c
12080         * src/imap_gtk.c
12081                 remove summaryview's lock
12082         * src/imap.c
12083                 introduce threads to avoid problems when foreground tasks
12084                 interfere with background tasks
12085         * src/mh.c
12086                 prevent moving to drafts/queue
12087         * src/mimeview.c
12088                 fix leak
12089
12090 2005-06-19 [colin]      1.9.11cvs82
12091
12092         * src/imap_gtk.c
12093                 Remember that the user doesn't want to override
12094                 offline mode, for 3 seconds. It avoid presenting
12095                 him with N popups in a really short time.
12096
12097 2005-06-17 [colin]      1.9.11cvs81
12098
12099         * src/imap.c
12100                 Fix IMAP breaking on folders containing '('
12101                 (Probably won't be enough)
12102
12103 2005-06-17 [colin]      1.9.11cvs80
12104
12105         Forgotten files on 1.9.11cvs79
12106         * src/summaryview.c
12107                 Fix stepping when not immediately executing
12108         * src/imap.c
12109                 Really prevent UID FETCH 0
12110         * src/codeconv.c
12111                 Fix outgoing charset never set to utf-8
12112         * src/mh.c
12113                 Fix leak
12114
12115 2005-06-16 [colin]      1.9.11cvs79
12116
12117         * src/compose.c
12118                 Fix bug #707 (Dash splits rows)
12119                 Only wrap if we're on a line break position and
12120                 the previous one was a "white" (space) char.
12121                 Pango stuff is weird.
12122
12123 2005-06-16 [colin]      1.9.11cvs78
12124
12125         * src/imap_gtk.c
12126                 Lock summaryview while downloading messages
12127                 on user demand
12128         * src/procheader.c
12129         * src/unmime.c
12130         * src/common/utils.c
12131         * src/common/utils.h
12132                 Replace \r and \n with spaces in From and
12133                 Subject headers
12134
12135 2005-06-16 [paul]       1.9.11cvs77
12136
12137         * src/procmime.c
12138                 liberalise the mime parser
12139         * src/gtk/about.c
12140                 add text wrapping
12141
12142 2005-06-16 [paul]       1.9.11cvs76
12143
12144         * src/gtk/about.c
12145                 reworked
12146
12147 2005-06-15 [colin]      1.9.11cvs75
12148
12149         * src/compose.c
12150                 Finish header encoding fix
12151         * src/summaryview.c
12152                 Fix segfault
12153         * src/headerview.c
12154                 Fix compilation (Thanks Stephan
12155                 Sachse)
12156
12157 2005-06-15 [colin]      1.9.11cvs74
12158
12159         * Makefile.am
12160                 Install gnome2 stuff rather than gnome1, 
12161                 if both are present
12162         * src/codeconv.c
12163         * src/codeconv.h
12164         * src/compose.c
12165                 Fix headers encoding
12166         * src/folder.c
12167                 Visual progress when fetching all messages
12168         * src/folderview.c
12169         * src/summaryview.c
12170         * src/summaryview.h
12171                 Prevent changing current message while
12172                 incorporating
12173
12174 2005-06-15 [paul]       1.9.11cvs73
12175
12176         * src/gtk/gtkaspell.c
12177         * src/gtk/gtkaspell.h
12178                 fix build warnings
12179
12180 2005-06-15 [paul]       1.9.11cvs72
12181
12182         * src/prefs_filtering.c
12183                 allow reordering of filter rules by
12184                 drag n drop
12185
12186 2005-06-15 [paul]       1.9.11cvs71
12187
12188         * COPYING
12189                 updated
12190         * src/codeconv.c
12191                 replace deprecated function
12192         * src/inc.c
12193         * src/send_message.c
12194         * src/gtk/progressdialog.c
12195         * src/gtk/progressdialog.h
12196                 salvage and reuse parts of reverted sync
12197
12198 2005-06-15 [paul]       1.9.11cvs70
12199
12200         * src/inc.c
12201         * src/send_message.c
12202         * src/gtk/progressdialog.c
12203         * src/gtk/progressdialog.h
12204                 revert yesterday's sync with main
12205                 it contains deprecated functions
12206
12207 2005-06-15 [colin]      1.9.11cvs69
12208
12209         * src/headerview.c
12210                 Fix bug #670 (multi user to: will corrupt message 
12211                 headers display)
12212
12213 2005-06-15 [colin]      1.9.11cvs68
12214
12215         * src/compose.c
12216                 Fix bug #421 (Fix undo on wrapping)
12217
12218 2005-06-15 [colin]      1.9.11cvs67
12219
12220         * src/folder.c
12221                 Provide visual feedback while processing
12222                 folder's rules.
12223         * src/imap.c
12224                 Provide visual feedback while getting
12225                 short headers (for uncached messages)
12226
12227
12228 2005-06-14 [paul]       1.9.11cvs66
12229
12230         * src/account.c
12231                 change a couple stock icons
12232         * src/inc.c
12233         * src/send_message.c
12234         * src/gtk/progressdialog.c
12235         * src/gtk/progressdialog.h
12236                 sync main's GtkTreeView implementation
12237
12238 2005-06-14 [colin]      1.9.11cvs65
12239
12240         * src/imap.c
12241                 Various little fixes, mainly on error paths
12242
12243 2005-06-13 [colin]      1.9.11cvs64
12244
12245         * matcher.c
12246         * procmsg.c
12247         * procmsg.h
12248                 Add a way to fetch only headers. This speeds
12249                 up filtering on headers for IMAP. Fixes:
12250                 bug #481 extraneous imap commands slow down 
12251                         imap filtering
12252                 bug #522 Sylpheed downloads all messages 
12253                         when opening mailbox (IMAP)
12254                 bug #677 IMAP fetch is soooooooooooooo slow
12255         * src/folder.c
12256         * src/folder.h
12257                 Add a folder set_batch method so that
12258                 implementations can speed up flags changes
12259         * src/folderutils.c
12260         * src/summaryview.c
12261                 Use that in mark as (un)read and mark all read
12262                 Refix bug #679
12263         * src/imap.c
12264                 Implement set_batch - brings back deferred
12265                 flags in a less buggy manner. Fixes:
12266                 bug #729 IMAP immediate expunge of deleted messages
12267                 bug #191 remove list of messages with one command
12268                 Fix login with strange chars
12269                 Implement fetch_msg_full
12270                 Fix copy (wrong counts)
12271
12272 2005-06-12 [colin]      1.9.11cvs63
12273
12274         * src/folder.c
12275                 lock incorporation during long operations.
12276                 Avoids fucking up the IMAP socket.
12277
12278 2005-06-12 [colin]      1.9.11cvs62
12279
12280         * src/imap.c
12281                 Fix harmful typo
12282                 Factorize remove_all_msg
12283                 Thread-ize expunge
12284         * src/summaryview.c
12285                 Don't update partial-download status if unnecessary
12286         * src/folder.c
12287                 Use remove_msgs everywhere possible
12288
12289 2005-06-12 [colin]      1.9.11cvs61
12290
12291         * src/folder.c
12292         * src/folder.h
12293                 Add a remove_msgs function to remove a 
12294                 list of messages
12295         * src/imap.c
12296                 Implement that.
12297
12298 2005-06-12 [colin]      1.9.11cvs60
12299
12300         * src/imap.c
12301                 Remove flags-processing deferring... Too hard
12302                 to get it to work in all cases.
12303
12304 2005-06-11 [colin]      1.9.11cvs59
12305
12306         * src/imap.c
12307                 printf -> debug_print
12308
12309 2005-06-11 [colin]      1.9.11cvs58
12310
12311         * src/imap.c
12312                 o Fix build without USE_PTHREAD
12313                 o Factorize imap_open
12314                 o Alertpanel in case of impossible connection
12315                 o Alertpanel in case of impossible login
12316                 o Fix deferred flags processing to force a 
12317                   flush before adding some more flags to process,
12318                   but in another folder.
12319
12320 2005-06-10 [colin]      1.9.11cvs57
12321
12322         * src/imap.c
12323                 o Fix a format string error
12324                 o init ssl socket outside of the thread 
12325                   (it possibly invokes gtk calls)
12326         * src/procmime.c
12327                 o Put back the buffer to its necessary size
12328                 o Fix changing a file pointer without keeping
12329                   track of it (thanks Valgrind)
12330         * src/common/smtp.c
12331                 o Fix automatic STARTTLS if login should be done
12332                   and the server only allows it after starting TLS
12333         * src/gtk/gtkinputdialog.c
12334                 o Eat GDK_Return so that the combo popup doesn't 
12335                   appear when we press Enter to validate the combo
12336                   input dialog (as seen in the Open with... dialog)
12337
12338 2005-06-10 [colin]      1.9.11cvs56
12339
12340         * src/imap.c
12341                 o A bit less debug
12342                 o Fix a crash on deletion
12343                 o Threadize imap_select (it's called outside of 
12344                   threads)
12345                 o Defer treatment of DELETED flags
12346
12347
12348 2005-06-09 [colin]      1.9.11cvs55
12349
12350         * src/imap.c
12351                 Make sure we check imap_gtk_should_override(), which
12352                 potentially calls gtk stuff, before creating thread.
12353                 That way it should't be called via imap_get_session()
12354                 inside a thread.
12355
12356 2005-06-09 [colin]      1.9.11cvs54
12357
12358         * src/imap.c
12359                 o add a bit of status output
12360                 o remove some dead code
12361                 o threadize get_list_of_uids
12362                 o threadize imap_get_flags
12363                 o defer flag changing by 500ms so that they
12364                   can be batched
12365
12366
12367 2005-06-08 [colin]      1.9.11cvs53
12368
12369         * src/imap.c
12370                 Thread-ize imap_cmd_fetch
12371
12372 2005-06-08 [colin]      1.9.11cvs52
12373
12374         * src/main.c
12375                 Mmh, that broke POP3...
12376
12377 2005-06-08 [colin]      1.9.11cvs51
12378
12379         * src/main.c
12380                 Stabilize IMAP patch (thanks to Hoa)
12381
12382 2005-06-08 [colin]      1.9.11cvs50
12383
12384         * src/imap.c
12385                 Test patch to speed up imap. 
12386
12387 2005-06-08 [colin]      1.9.11cvs49
12388
12389         * src/imap_gtk.c
12390                 Warning fix
12391         * src/procmime.c
12392                 Apply patch from gentoo to use /usr/share/mime/globs if 
12393                 available, after un-breaking it
12394         * src/common/log.c
12395         * src/common/log.h
12396                 Use g_timeout for invoking hooks that possibly use gtk
12397                 calls. This should leave gtk calls in the main thread.
12398
12399 2005-06-08 [paul]       1.9.11cvs48
12400
12401         * src/codeconv.c
12402                 conv_get_outgoing_charset_str(): don't
12403                 use prefs_common setting
12404         * src/compose.c
12405         * src/compose.h
12406                 add /Options/Character encoding/... to
12407                 temporarily change the outgoing encoding
12408
12409         (belated sync with main)
12410
12411 2005-06-08 [paul]       1.9.11cvs47
12412
12413         * src/compose.c
12414                 correction to/completion of last
12415                 sync with main
12416
12417 2005-06-08 [paul]       1.9.11cvs46
12418
12419         sync with main:
12420         
12421         * src/codeconv.c
12422         * src/codeconv.h
12423                 always enabled Japanese auto-detection
12424                 if the first letters of locale string
12425                 is "ja"
12426         * src/compose.c
12427                 don't use "destroy" signal to destroy
12428                 Compose object (fix rare crashes on discard?)
12429         * src/mainwindow.c
12430         * src/messageview.c
12431         * src/prefs_send.c
12432                 added Hebrew encodings
12433         * src/sourcewindow.c
12434                 don't use "destroy" signal to destroy
12435                 objects
12436
12437 2005-06-07 [colin]      1.9.11cvs45
12438
12439         * src/summaryview.c
12440                 Add missing unlocks/locks
12441
12442 2005-06-07 [paul]       1.9.11cvs44
12443
12444         * src/summaryview.c
12445                 restore bug #749 fix
12446
12447 2005-06-06 [colin]      1.9.11cvs43
12448
12449         * src/summaryview.c
12450                 Fix selection bug when prefs_common.open_unread 
12451                 is FALSE
12452
12453 2005-06-06 [colin]      1.9.11cvs42
12454
12455         * src/common/md5.c
12456                 Fix a warning
12457         * src/summaryview.c
12458         * src/folderview.c
12459                 Factorize long operations beginning and end
12460                 (locking, freezing/thawing, cursor, ...)
12461                 Check selection->data member in selection-
12462                 related loops; this avoids dying an awful
12463                 death if the selection changes on us while
12464                 we're marking a whole IMAP folder unread, 
12465                 for example.
12466
12467 2005-06-06 [paul]       1.9.11cvs41
12468
12469         * src/textview.c
12470                 don't g_free() a static gchar buffer
12471
12472 2005-06-05 [colin]      1.9.11cvs40
12473
12474         * src/mainwindow.c
12475         * src/messageview.c
12476         * src/summaryview.c
12477                 Fix bug #749 (Show all headers should be
12478                 sticky as the GUI suggests)
12479
12480 2005-06-03 [paul]       1.9.11cvs39
12481
12482         * src/compose.c
12483                 don't allow editing of mail while sending.
12484                 patch by Colin
12485
12486 2005-06-03 [paul]       1.9.11cvs38
12487
12488         * src/folderview.c
12489                 add a freeze/thaw to speed up 'mark all read'
12490
12491 2005-06-03 [paul]       1.9.11cvs37
12492
12493         * src/prefs_message.c
12494                 reflect changes immediately
12495
12496 2005-06-02 [colin]      1.9.11cvs36
12497
12498         * po/POTFILES.in
12499                 Patch by Fabien Vantard.
12500
12501 2005-06-02 [colin]      1.9.11cvs35
12502
12503         * src/imap.c
12504                 Use a non-blocking imap_getline() if possible.
12505                 This should completely prevent the interface
12506                 from freezin on imap operations, although it
12507                 may do strange stuff in case of folder switching
12508                 while a big imap operation is taking place...
12509
12510                 In addition, fix a leak in the case thread
12511                 creation fails on connection.
12512
12513 2005-06-02 [colin]      1.9.11cvs34
12514
12515         * src/crash.c
12516         * src/prefs_common.h
12517                 Fix build (prefs_common_init() doesn't exist
12518                 anymore)
12519
12520 2005-06-02 [colin]      1.9.11cvs33
12521
12522         * src/prefs_account.c
12523                 Fix bug #245 (filtering rules broken when
12524                 renaming a remote account (imap4 or nntp)
12525
12526 2005-06-02 [colin]      1.9.11cvs32
12527
12528         * src/imap.c
12529                 Try to fix IMAP shortcomings: 
12530                 o Multithread imap_open()
12531                 o allow offline-mode overriding instead of
12532                   just returning NULL
12533         * src/imap_gtk.c
12534         * src/imap_gtk.h
12535                 Add a function to ask whether we want to
12536                 override offline-mode for 10 minutes (one-shot
12537                 asking was painful)
12538         * src/procheader.c
12539                 Fix segfault when imap parser isn't happy about
12540                 a missing {
12541
12542 2005-06-01 [colin]      1.9.11cvs31
12543
12544         * src/addrharvest.c
12545         * src/compose.c
12546         * src/mbox.c
12547         * src/mbox.h
12548         * src/mh.c
12549         * src/msgcache.c
12550         * src/send_message.c
12551         * src/setup.c
12552         * src/undo.c
12553         * src/common/hooks.c
12554         * src/common/prefs.c
12555         * src/common/template.c
12556         * src/common/utils.c
12557         * src/gtk/gtkutils.c
12558         * src/gtk/inputdialog.c
12559         * src/gtk/menu.c
12560         * src/gtk/pluginwindow.c
12561         * src/gtk/prefswindow.c
12562         * src/plugins/pgpmime/passphrase.c
12563         * src/plugins/pgpmime/prefs_gpg.c
12564                 More -Wall fixes
12565
12566         * src/common/Makefile.am
12567         * src/common/timing.h
12568                 Add basic timing code
12569
12570         * src/summaryview.c
12571                 Fix a bug with unread messages when 
12572                 re-sorting folders, and by the way
12573                 fix a big performance hit when 
12574                 re-sorting (10k mails: before 5s,
12575                 after .5s)
12576
12577         * src/prefs_compose_writing.c
12578         * src/prefs_compose_writing.h
12579         * src/prefs_message.c
12580         * src/prefs_message.h
12581         * src/prefs_other.c
12582         * src/prefs_other.h
12583         * src/prefs_quote.c
12584         * src/prefs_quote.h
12585         * src/prefs_receive.c
12586         * src/prefs_receive.h
12587         * src/prefs_send.c
12588         * src/prefs_send.h
12589         * src/prefs_summaries.c
12590         * src/prefs_summaries.h
12591                 Fix copyright banner
12592
12593 2005-06-01 [paul]       1.9.11cvs30
12594
12595         * po/fi.po
12596                 updated by Flammie Pirinen
12597         * src/procmime.c
12598                 fix 'Bad BASE64 content' output
12599
12600 2005-05-31 [colin]      1.9.11cvs29
12601
12602         * src/procmime.c
12603                 Oops, where did my hunk go.
12604
12605 2005-05-31 [colin]      1.9.11cvs28
12606
12607         * src/Makefile.am
12608         * src/account.c
12609         * src/action.c
12610         * src/addr_compl.c
12611         * src/addressbook.c
12612         * src/codeconv.c
12613         * src/compose.c
12614         * src/export.c
12615         * src/folder.c
12616         * src/folderview.c
12617         * src/image_viewer.c
12618         * src/main.c
12619         * src/mainwindow.c
12620         * src/messageview.c
12621         * src/mimeview.c
12622         * src/msgcache.c
12623         * src/prefs_account.c
12624         * src/prefs_actions.c
12625         * src/prefs_common.c
12626         * src/prefs_compose_writing.c
12627         * src/prefs_customheader.c
12628         * src/prefs_ext_prog.c
12629         * src/prefs_filtering.c
12630         * src/prefs_filtering_action.c
12631         * src/prefs_fonts.c
12632         * src/prefs_image_viewer.c
12633         * src/prefs_message.c
12634         * src/prefs_message.h
12635         * src/prefs_msg_colors.c
12636         * src/prefs_other.c
12637         * src/prefs_other.h
12638         * src/prefs_quote.c
12639         * src/prefs_receive.c
12640         * src/prefs_receive.h
12641         * src/prefs_send.c
12642         * src/prefs_send.h
12643         * src/prefs_spelling.c
12644         * src/prefs_summaries.c
12645         * src/prefs_summary_column.c
12646         * src/prefs_template.c
12647         * src/prefs_themes.c
12648         * src/prefs_toolbar.c
12649         * src/prefs_wrapping.c
12650         * src/procmime.c
12651         * src/procmsg.c
12652         * src/send_message.h
12653         * src/ssl_manager.c
12654         * src/summary_search.c
12655         * src/summaryview.c
12656         * src/textview.c
12657         * src/wizard.c
12658         * src/common/smtp.c
12659         * src/common/smtp.h
12660         * src/gtk/gtkutils.h
12661                 o Move the rest of Common prefs to new style
12662                 o Lots of -Wall warning fixes
12663                 o fix FIXME in cache memusage calculation
12664                 o Let return receipts be sent from any account
12665                 o Little cache optimisation (read)
12666                 o Fix bug #746 (don't treat commas as separators
12667                   when inside a quoted string)
12668
12669 2005-05-31 [paul]       1.9.11cvs27
12670
12671         * src/prefs_common.c
12672                 fix 'off-by-one' typo
12673
12674 2005-05-31 [paul]       1.9.11cvs26
12675
12676         * src/account.c
12677         * src/addr_compl.c
12678         * src/compose.c
12679         * src/foldersel.c
12680         * src/prefs_actions.c
12681         * src/prefs_common.c
12682         * src/prefs_common.h
12683         * src/prefs_customheader.c
12684         * src/prefs_display_header.c
12685         * src/prefs_filtering.c
12686         * src/prefs_filtering_action.c
12687         * src/prefs_matcher.c
12688         * src/prefs_summaries.c
12689         * src/prefs_summary_column.c
12690         * src/prefs_template.c
12691         * src/prefs_toolbar.c
12692         * src/ssl_manager.c
12693         * src/gtk/pluginwindow.c
12694         * src/gtk/prefswindow.c
12695         * src/gtk/progressdialog.c
12696                 add hidden prefs 'enable_rules_hint'
12697                 for gtk_tree_view_set_rules_hint()
12698                 (sync with main)
12699                 
12700
12701 2005-05-31 [colin]      1.9.11cvs25
12702
12703         * src/Makefile.am
12704         * src/main.c
12705         * src/prefs_common.c
12706         * src/prefs_summaries.c ** ADDED **
12707         * src/prefs_summaries.h ** ADDED **
12708                 Common/Display -> Display/Summaries
12709
12710 2005-05-31 [colin]      1.9.11cvs24
12711
12712         * src/Makefile.am
12713         * src/main.c
12714         * src/prefs_quote.c ** ADDED **
12715         * src/prefs_quote.h ** ADDED **
12716                 Move Common/Quote to Compose/Quoting
12717         * src/prefs_common.c
12718         * src/prefs_common.h
12719                 Remove old quote stuff, add
12720                 convenience functions for GtkTextView prefs
12721         * src/gtk/prefswindow.c
12722                 Set default height higher
12723
12724 2005-05-30 [colin]      1.9.11cvs23
12725
12726         * src/Makefile.am
12727         * src/main.c
12728         * src/prefs_common.c
12729         * src/prefs_compose_writing.c ** ADDED **
12730         * src/prefs_compose_writing.h ** ADDED **
12731                 Move Common/Compose prefs to Compose/Writing
12732
12733 2005-05-30 [colin]      1.9.11cvs22
12734
12735         * src/common/utils.c
12736                 Fix bug #651 (Confused Attract by Subject)
12737                 Patch by M. Benkmann <haferfrost@web.de>
12738         * AUTHORS
12739
12740 2005-05-30 [colin]      1.9.11cvs21
12741
12742         * src/compose.c
12743                 Fix concatenation of different headers of
12744                 the same type (bug #645)
12745         * src/prefs_folder_item.c
12746                 Fix bug #699 (setting color to black doesn't
12747                 work immediately)
12748         * src/procmime.c
12749                 Print out decoding error only once per
12750                 block
12751
12752 2005-05-30 [paul]       1.9.11cvs20
12753
12754         * src/common/template.c
12755                 fix Bcc
12756
12757 2005-05-30 [paul]       1.9.11cvs19
12758
12759         * doc/src/rfc2368.txt   **NEW FILE**
12760         * src/compose.c
12761                 compose_entries_set(): don't interpret Bcc
12762                 header field (conform to RFC 2368)
12763                 (sync with main)
12764
12765 2005-05-29 [colin]      1.9.11cvs18
12766
12767         * src/prefs_common.c
12768                 Let the default reply format respect
12769                 netiquette by cutting the signature.
12770
12771 2005-05-29 [colin]      1.9.11cvs17
12772
12773         * src/summaryview.c
12774                 Don't let always_show_msg override
12775                 open_unread_on_enter when opening a new
12776                 directory.
12777
12778 2005-05-27 [paul]       1.9.11cvs16
12779
12780         sync with main:
12781
12782         * src/main.c
12783                 app_will_exit(): cleanup tmp directory when exit
12784         * src/message_search.c
12785                 improved the interface and made code cleanup.
12786                 removed Clear button
12787         * src/send_message.c
12788                 send_message_local(): use GSpawn, and detect errors
12789         * src/summary_search.c
12790                 improved the interface and made code cleanup
12791         * src/textview.c
12792                 textview_write_link(): also skip non-ascii space
12793                  at the head of link strings (phishing check
12794                  didn't work at the case)
12795         * src/common/utils.c
12796                 get_command_output(): use g_spawn_command_line_sync()
12797                 instead of popen()
12798
12799 2005-05-26 [colin]      1.9.11cvs15
12800
12801         * src/folder.c
12802                 remove printf
12803
12804 2005-05-26 [colin]      1.9.11cvs14
12805
12806         * src/common/nntp.c
12807                 Fix nntp mode reader (bug #611)
12808                 Patch by Florian Mickler <florian@mickler.org>
12809
12810 2005-05-26 [colin]      1.9.11cvs13
12811
12812         * src/plugins/pgpmime/passphrase.c
12813                 Fix mouse grabbing (bug #557)
12814
12815 2005-05-26 [colin]      1.9.11cvs12
12816
12817         * src/prefs_themes.c
12818                 Fix g_warning (bug #541)
12819
12820 2005-05-26 [colin]      1.9.11cvs11
12821
12822         * src/prefs_actions.c
12823         * src/prefs_template.c
12824                 Fix bug #506 (no warning if action/template
12825                 is not saved)
12826         * src/common/template.c
12827                 Fix a possible crash
12828
12829 2005-05-26 [colin]      1.9.11cvs10
12830
12831         * src/folder.c
12832         * src/folderview.c
12833         * src/procmsg.c
12834         * src/summaryview.c
12835                 Forbid locked messages to be moved or
12836                 deleted. Locked messages in trashes 
12837                 still get deleted, for performance
12838                 reason (mh.c::mh_remove_all_msgs)
12839
12840 2005-05-25 [colin]      1.9.11cvs9
12841
12842         * src/procmime.c
12843                 Use correct encoding when sending mails
12844                 with attachments that have accentued 
12845                 chars in their name
12846
12847 2005-05-24 [colin]      1.9.11cvs8
12848
12849         * src/summaryview.c
12850                 Fix bug #688 f) read/unread marker not
12851                 changed on first click
12852                 Also, optimize summary_status_show()
12853                 calls
12854         * src/folder.c
12855         * src/inc.c
12856         * src/procmime.c
12857                 Fix bug #688 b) and c) wrt message
12858                 attachments and signature
12859         * src/stock_pixmap.c
12860         * src/stock_pixmap.h
12861         * src/stock_pixmap.c
12862         * src/stock_pixmap.h
12863         * src/Makefile.am
12864         * src/pixmaps/clip_gpg_signed.xpm
12865                 Add clip/signed icon
12866
12867 2005-05-24 [colin]      1.9.11cvs7
12868
12869         * src/folder_item_prefs.c
12870                 whitespace fix
12871
12872 2005-05-24 [colin]      1.9.11cvs6
12873
12874         * src/folderview.c
12875         * src/prefs_common.c
12876         * src/prefs_common.h
12877                 Add a confirmation to folder drag and drop
12878                 fixes bug #156
12879         * src/alertpanel.c
12880         * src/alertpanel.h
12881                 fix _with_disable parameters so that
12882                 the buttons labels are specifiable too
12883         * src/plugins/pgpmime/sgpgme.c
12884                 reflect said change
12885                 
12886
12887 2005-05-24 [colin]      1.9.11cvs5
12888
12889         * src/folderview.c
12890                 Uncollapse/collapse folders on double-click
12891                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12892                 closes bug #108
12893
12894 2005-05-23 [colin]      1.9.11cvs4
12895
12896         * src/common/socket.c
12897                 Check another special SSL_peek() error.
12898                 Should help wrt bug #728
12899
12900 2005-05-23 [colin]      1.9.11cvs3
12901
12902         * src/plugins/pgpmime/pgpmime.c
12903                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12904                 breaking menu accelerators and stuff. Users will have to
12905                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12906                 account's privacy preferences if needed.
12907
12908 2005-05-22 [paul]
12909
12910         * tools/kdeservicemenu/install.sh
12911                 use kdesu to prompt for root password if doing
12912                 global install/uninstall
12913
12914 2005-05-20 [colin]      1.9.11cvs2
12915
12916         * src/procmsg.c
12917                 Fix another compilation error with gcc-2.9x
12918                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12919         * src/send_message.c
12920                 Don't send QUIT if we aren't connected
12921
12922 2005-05-19 [colin]      1.9.11cvs1
12923
12924         * src/procmsg.c
12925                 Fix compilation with gcc 2.9x
12926
12927 2005-05-19 [paul]       1.9.11
12928
12929         1.9.11 released
12930
12931 2005-05-19 [paul]       1.9.9cvs14
12932
12933         * src/gtk/inputdialog.c
12934                 prevent gettext warning
12935
12936 2005-05-19 [paul]       1.9.9cvs13
12937
12938         * src/mainwindow.c
12939         * src/prefs_common.c
12940         * src/prefs_common.h
12941         * src/textview.c
12942         * src/textview.h
12943                 add an option to toggle cursor in message
12944                 view (sync with main)
12945
12946 2005-05-18 [colin]      1.9.9cvs12
12947
12948         * src/compose.c
12949                 Dereference freed pointer
12950         * src/gtk/gtkaspell.c
12951                 Fix duplication of dictionaries (is it an aspell issue?)
12952
12953 2005-05-18 [colin]      1.9.9cvs11
12954
12955         * src/gtk/inputdialog.c
12956         * src/gtk/gtkaspell.c
12957                 HIGuify dialogs
12958         * src/alertpanel.c
12959                 Remove a double call
12960
12961 2005-05-17 [colin]      1.9.9cvs10
12962
12963         * src/gtk/gtkaspell.c
12964                 Fix dialogs, Ctrl-Enter accel
12965
12966 2005-05-17 [colin]      1.9.9cvs9
12967
12968         * src/gtk/gtkaspell.c
12969                 Fix some accelerators, escape in replace-window
12970
12971 2005-05-16 [colin]      1.9.9cvs8
12972
12973         * src/gtk/gtkaspell.c
12974                 Revert last commit, it was a mistake.
12975
12976 2005-05-16 [colin]      1.9.9cvs7
12977
12978         * src/gtk/gtkaspell.c
12979                 Remove buggy code while we're at it. It's a 
12980                 dead code path anyway.
12981
12982 2005-05-16 [colin]      1.9.9cvs6
12983
12984         * src/gtk/gtkaspell.c
12985                 Missed some gtk_menu_popup where deactivate
12986                 signal should be handled. Should fix bug
12987                 #629 a bit more.
12988
12989 2005-05-16 [colin]      1.9.9cvs5
12990
12991         * src/gtk/gtkaspell.c
12992                 Remove debug printf()s
12993
12994 2005-05-16 [colin]      1.9.9cvs4
12995
12996         * src/gtk/gtkaspell.c
12997                 Fix a bit aspell problems
12998                 (see bug #629)
12999
13000 2005-05-13 [colin]      1.9.9cvs3
13001
13002         * src/folderview.c
13003                 Fix the + appearing even when no subfolders
13004                 have unread messages. Thanks to wwp for the
13005                 bug report.
13006
13007 2005-05-11 [paul]       1.9.9cvs2
13008
13009         * src/folderview.c
13010                 correction to 1.9.9cvs1, only colour folders that
13011                 have new msgs (not unread msgs)
13012
13013 2005-05-10 [colin]      1.9.9cvs1
13014
13015         * src/folderview.c
13016         * src/summaryview.c
13017                 Try to fix bolding bugs again.
13018
13019 2005-05-09 [paul]
13020
13021         * tools/claws.i18n.status.pl
13022                 add Ricardo Mones Lastra's script that has been providing
13023                 the i18n status page for many months
13024
13025 2005-05-09 [paul]       1.9.9
13026
13027         1.9.9 release
13028
13029 2005-05-09 [paul]       1.9.6cvs58
13030
13031         * AUTHORS
13032         * INSTALL
13033         * README.claws
13034                 updated
13035         * Makefile.am 
13036         * RELEASE_NOTES.claws
13037                 add release notes to cvs to simplify release
13038                 procedure
13039         * configure.ac
13040                 add ca and fi to ALL_LINGUAS
13041         * po/Makefile.in.in
13042                 workaround for missing Makevars
13043         * po/ca.po
13044         * po/fi.po
13045                 add new Catalan and Finnish translations
13046                 submitted by Miquel Oliete and Flammie Pirinen
13047         * po/de.po
13048         * po/es.po
13049         * po/fr.po
13050         * po/it.po
13051         * po/pl.po
13052         * po/ru.po
13053         * po/sk.po
13054         * po/sr.po
13055         * po/zh_CN.po
13056                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
13057                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
13058                 Urke MMI, and Hansom Young
13059         * src/main.c
13060                 Fix drafting when quitting. compose_draft() closes the
13061                 compose windows, which modifies the compose_list GSList.
13062                 We have to refresh this list after echo drafting to avoid a
13063                 segfault
13064         * src/partial_download.c
13065                 fix segfault on exit
13066
13067 2005-05-06 [paul]       1.9.6cvs57
13068
13069         * src/grouplistdialog.c
13070                 quick fix/workaround for unresizeable newsgroup
13071                 name column 
13072
13073 2005-05-06 [paul]       1.9.6cvs56
13074
13075         * src/inc.c
13076         * src/mainwindow.c
13077                 use gettext plural forms
13078         * src/imap_gtk.c
13079         * src/mh_gtk.c
13080         * src/toolbar.c
13081                 small improvement to english usage
13082
13083 2005-05-05 [thorsten]   1.9.6cvs55
13084
13085         * src/folder.c
13086                 fix possible crash
13087
13088 2005-05-05 [paul]       1.9.6cvs54
13089         
13090         sync with HEAD
13091
13092         * AUTHORS
13093         * src/compose.c
13094                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
13095                 patch by Tim Mann
13096
13097 2005-05-05 [paul]       1.9.6cvs53
13098
13099         * src/mainwindow.c
13100                 fix resizing of separate message and
13101                 folder views
13102
13103 2005-05-05 [paul]       1.9.6cvs52
13104
13105         * src/account.c
13106         * src/addrgather.c
13107         * src/browseldap.c
13108         * src/exphtmldlg.c
13109         * src/expldifdlg.c
13110         * src/importmutt.c
13111         * src/importpine.c
13112         * src/main.c
13113         * src/mainwindow.c
13114         * src/noticeview.c
13115         * src/prefs_filtering.c
13116         * src/prefs_filtering_action.c
13117         * src/prefs_matcher.c
13118         * src/prefs_spelling.c
13119         * src/prefs_toolbar.c
13120         * src/toolbar.c
13121         * src/wizard.c
13122         * src/gtk/description_window.c
13123         * src/gtk/gtkvscrollbutton.c
13124         * src/gtk/progressdialog.c
13125         * src/gtk/quicksearch.c
13126         * src/plugins/pgpmime/prefs_gpg.c
13127         * src/plugins/spamassassin/spamassassin_gtk.c
13128                 replace deprecated gtk_widget_set_usize
13129
13130 2005-05-04 [colin]      1.9.6cvs51
13131
13132         * src/common/utils.c
13133                 Fix crash when subst_for_filename is called
13134                 with a NULL parameter
13135
13136 2005-05-04 [colin]      1.9.6cvs50
13137
13138         * src/partial_download.c
13139         * src/pop.c
13140                 Escape login when writing uidl file
13141                 fixes bug #736
13142
13143 2005-05-03 [colin]      1.9.6cvs49
13144
13145         * src/procmime.c
13146                 Fix possible DOS in mime parser
13147                 (see bug #634)
13148
13149 2005-05-02 [colin]      1.9.6cvs48
13150
13151         * src/compose.c
13152                 Try to fix the copy/paste mess once again.
13153
13154
13155 2005-04-30 [colin]      1.9.6cvs47
13156
13157         * src/prefs_account.h
13158         * src/procmsg.c
13159         * src/send_message.c
13160         * src/common/smtp.c
13161         * src/common/smtp.h
13162                 Try to batch sending mails (per account) instead of
13163                 reconnecting to server every time.
13164
13165 2005-04-29 [colin]      1.9.6cvs46
13166
13167         * src/messageview.c
13168                 Fix window resizing that refused to size down
13169         * src/prefs_common.c
13170         * src/prefs_common.h
13171         * src/prefs_filtering.c
13172                 Save Filtering's window size
13173
13174 2005-04-21 [paul]       1.9.6cvs45
13175
13176         * ChangeLog-gtk2.claws
13177         * src/setup.c
13178                 correction to sync
13179
13180 2005-04-21 [paul]       1.9.6cvs44
13181
13182         sync with main:
13183
13184         * src/setup.c
13185         * src/statusbar.c
13186         * src/statusbar.h
13187                 use gtkut_widget_draw_now(). Improved performance
13188                 of the update of statusbar
13189         * src/textview.c
13190                 textview_smooth_scroll_do(): redraw it after scroll
13191                 is done (fixed incorrect display when a part of the
13192                 view is hidden).
13193         * src/gtk/gtkutils.c
13194         * src/gtk/gtkutils.h
13195                 gtkut_widget_draw_now(): use gdk_window_process_updates()
13196                 to force update of widgets.
13197                 Removed gtkut_widget_wait_for_draw() which had a big
13198                 overhead  because of waiting for all events processed 
13199
13200 2005-04-20 [paul]       1.9.6cvs43
13201
13202         * src/codeconv.c
13203                 complete 1.9.6cvs42's sync:
13204                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
13205
13206 2005-04-19 [paul]       1.9.6cvs42
13207
13208         sync with main:
13209
13210         * src/action.c
13211                 catch_output(): correctly select the insert text
13212                 (fix invalid iterator warnings).
13213         * src/codeconv.c
13214         * src/codeconv.h
13215         * src/mainwindow.c
13216         * src/messageview.c
13217         * src/prefs_common.c
13218                 support GBK encoding.
13219         * src/common/session.c
13220         * src/common/session.h
13221                 use separate buffer for large data to be sent,
13222                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
13223
13224 2005-04-18 [paul]       1.9.6cvs41
13225
13226         * src/jpilot.c
13227                 convert unsigned long into guint32
13228                 patch by Paul LeoNerd Evans 
13229
13230 2005-04-17 [colin]      1.9.6cvs40
13231
13232         * src/compose.c
13233                 Fix 'Request return receipt' from folder
13234                 properties (bug #708)
13235
13236 2005-04-17 [colin]      1.9.6cvs39
13237
13238         * src/mainwindow.c
13239                 Fix duplicate hotkeys in Mainwindow's menu
13240
13241 2005-04-17 [colin]      1.9.6cvs38
13242
13243         * src/folderview.c
13244                 Fix duplicate hotkeys in Folderview's contextual
13245                 menu
13246
13247 2005-04-15 [colin]      1.9.6cvs37
13248
13249         * src/summaryview.c
13250                 Fix 'Save as...' with non-ascii filenames
13251
13252 2005-04-15 [colin]      1.9.6cvs36
13253
13254         * src/plugins/pgpmime/pgpmime.c
13255                 Fix bus error on 64bit. Spotted by 
13256                 macallan1888@gmail.com
13257
13258 2005-04-15 [colin]      1.9.6cvs35
13259
13260         * src/prefs_account.c
13261                 Fix cvs34.
13262
13263 2005-04-12 [colin]      1.9.6cvs34
13264
13265         * src/prefs_account.c
13266                 Fix smtp auth type off-by-one. We forgot to
13267                 add PLAIN in the prefs-to-gui setter func and
13268                 as a result, the selected auth when opening
13269                 account prefs was not the correct one.
13270
13271 2005-04-12 [paul]       1.9.6cvs33
13272
13273         * src/inc.c
13274                 if the recv dialog is visible, Cancel only
13275                 cancels the current account
13276
13277
13278 2005-04-10 [colin]      1.9.6cvs32
13279
13280         * src/filtering.c
13281                 Copy score when copying FilteringActions
13282                 Fix bug #674
13283
13284 2005-04-10 [colin]      1.9.6cvs31
13285
13286         * src/inc.c
13287                 Make Message -> Receive -> Cancel cancel 
13288                 incorporation on all accounts. Fixes
13289                 bug #693
13290
13291 2005-04-10 [colin]      1.9.6cvs30
13292
13293         * src/prefs_account.c
13294                 Update Privacy checkbuttons status based
13295                 on the selected privacy system
13296         * src/compose.c
13297                 Always connect the "None" privacy system; the
13298                 static boolean was probably there to avoid
13299                 reconnecting twice in the same compose window,
13300                 but as the parent function is only called once
13301                 per compose, it's only a bug - as a static is
13302                 initialized once per application instance.
13303                 Also, don't uncheck Sign and Encrypt when
13304                 selecting None as privacy system; just ignore
13305                 them when sending/queuing.
13306                 Should fix bug #695
13307
13308 2005-04-08 [colin]      1.9.6cvs29
13309
13310         * src/account.c
13311         * src/prefs_account.c
13312         * src/prefs_account.h
13313                 Add account preference to queue message in a certain
13314                 folder.
13315
13316 2005-04-06 [colin]      1.9.6cvs28
13317
13318         * src/prefs_account.c
13319                 Update old inbox path syntax
13320
13321 2005-04-06 [paul]       1.9.6cvs27
13322
13323         sync with main:
13324
13325         * configure.ac
13326                 changed -traditional-cpp to -no-cpp-precomp for newer
13327                 Mac OS X support
13328         * src/foldersel.c
13329                 made column resize automatically
13330         * src/send_message.c
13331                 send_message_smtp(): consider EOF right after QUIT
13332                 successful (workaround for Gmail SMTP server)
13333         * src/common/socket.c
13334                 ssl_read(), ssl_peek(): check EOF which violates the
13335                 SSL protocol
13336         * src/gtk/colorlabel.c
13337                 removed warnings when displaying colorlabel menu
13338                 (don't use GtkAlignment)
13339
13340 2005-04-05 [paul]       1.9.6cvs26
13341
13342         * src/plugins/trayicon/trayicon.c
13343                 fix clipping of icon under KDE3 
13344
13345 2005-04-05 [paul]       1.9.6cvs25
13346
13347         * src/summaryview.c
13348                 hide display of threading
13349                 patch by Alfons
13350
13351 2005-04-04 [thorsten]   1.9.6cvs24
13352
13353         * src/mh.c
13354                 marks lost on filesystems with different stat() results on
13355                 summer-/wintertime
13356
13357 2005-04-03 [colin]      1.9.6cvs23
13358
13359         * src/summaryview.c
13360                 Don't handle up/down. Patch by Alfons
13361
13362 2005-04-02 [colin]      1.9.6cvs22
13363
13364         * src/summaryview.c
13365                 Make scrolling faster. Patch by Alfons.
13366
13367 2005-04-01 [colin]      1.9.6cvs21
13368
13369         * src/Makefile.am
13370         * src/stock_pixmap.c
13371         * src/pixmaps/dir-noselect.xpm ** REMOVED **
13372         * src/pixmaps/dir_noselect.xpm ** ADDED **
13373                 Fix pixmap name mismatch (Thanks Stephan Sachse)
13374
13375 2005-04-01 [colin]      1.9.6cvs20
13376
13377         * src/image_viewer.c
13378         * src/image_viewer.h
13379         * src/procmime.c
13380         * src/procmime.h
13381         * src/textview.c
13382         * src/textview.h
13383                 Implement inline image resizing and right-clicking
13384
13385 2005-04-01 [paul]       1.9.6cvs19
13386
13387         * AUTHORS
13388         * Makefile.am
13389         * configure.ac
13390                 check for gnome2
13391                 patch by Luca Cavalli <loopback<AT>slackit.org>
13392         * po/ru.po
13393                 updated by Pavlo Bohmat
13394
13395 2005-03-31 [colin]      1.9.6cvs18
13396
13397         * src/news.c
13398                 Fix parsing references
13399         * src/msgcache.c
13400                 don't put nulls in the references list
13401         * src/procheader.c
13402                 commit that forgotten file in 1.9.6cvs14
13403
13404 2005-03-31 [colin]      1.9.6cvs17
13405
13406         * src/compose.c
13407                 Fix joining of signature separator again. 
13408                 Maybe Hiro could put it in main too...
13409
13410 2005-03-31 [colin]      1.9.6cvs16
13411
13412         * src/Makefile.am
13413         * src/foldersel.c
13414         * src/stock_pixmap.c
13415         * src/stock_pixmap.h
13416         * src/pixmaps/dir-noselect.xpm
13417                 Update foldersel.c (sync from main, patch by Alfons)
13418
13419 2005-03-30 [colin]      1.9.6cvs15
13420
13421         * src/imap.c
13422                 Fix handling of imap folders containing [] in 
13423                 their name. Thanks to Nahuel Angelinetti for
13424                 the detailed bugreport.
13425
13426 2005-03-30 [colin]      1.9.6cvs14
13427
13428         * src/common/utils.h
13429         * src/common/utils.c
13430         * src/common/defs.h
13431         * src/matcher.c
13432         * src/msgcache.c
13433         * src/news.c
13434         * src/procmsg.c
13435         * src/procmsg.h
13436         * src/quote_fmt_parse.y
13437         * src/summaryview.c
13438                 Update references system. Patch by Alfons
13439
13440 2005-03-30 [colin]      1.9.6cvs13
13441
13442         * src/common/socket.c
13443                 Force the glibc to read resolv.conf again when 
13444                 it has changed. Should fix issues when changing
13445                 networks on a laptop and not restarting sylpheed. 
13446
13447 2005-03-30 [paul]       1.9.6cvs12
13448
13449         partial sync with main:
13450
13451         * src/action.c
13452                 create_io_dialog(): use user-defined text font
13453                 (thanks to Alfons), and modified its appearance.
13454         * src/addrgather.c
13455         * src/addrharvest.c
13456         * src/browseldap.c
13457                 replace old code
13458         * src/compose.c
13459                 don't join (presumably) itemized lines on line-wrapping
13460                 fixed wrapping of quote when auto-wrapping is enabled
13461                 compose_destroy(): destroy paned only if it's not
13462                 attached to window. Fixed memory leak of popup menu.
13463         * src/exphtmldlg.c
13464         * src/expldifdlg.c
13465                 replace old code
13466         * src/html.c
13467         * src/html.h
13468         * src/importmutt.c
13469         * src/importpine.c
13470                 replace old code
13471         * src/main.c
13472                 removed redundant code
13473         * src/mainwindow.c
13474                 changed 'Code set' (which is rather incorrect)
13475                 in the menu to 'Character encoding'
13476                 main_window_set_widgets(): request size first
13477                 to prevent window size becoming wrong
13478                 fixed remembering of the state of the visibility
13479                 of MessageView
13480         * src/messageview.c
13481                 changed 'Code set' (which is rather incorrect)
13482                 in the menu to 'Character encoding'
13483         * src/prefs_common.c
13484         * src/prefs_common.h
13485                 added an option whether to render HTML as text or not
13486                 added separators to outgoing encoding menu
13487         * src/procheader.c
13488                 procheader_scan_date_string(): support header
13489                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
13490         * src/summaryview.c
13491         * src/summaryview.h
13492                 minor code cleanup
13493         * src/textview.c
13494                 textview_show_html(): force output of newline
13495                 added an option whether to render HTML as text or not
13496         * src/common/utils.c
13497                 strncpy2(): optimized based on Alfons' code
13498         * src/gtk/gtkutils.c
13499         * src/gtk/gtkutils.h
13500                 removed non-used code
13501         * src/plugins/pgpmime/passphrase.c
13502                 partially fixed grab input of passphrase dialog
13503                 Confine pointer to window
13504
13505 2005-03-30 [colin]      1.9.6cvs11
13506
13507         * src/msgcache.c
13508         * src/msgcache.h
13509                 Read/write 32bit ints from cache & marks
13510                 From main.
13511
13512 2005-03-29 [paul]       1.9.6cvs10
13513
13514         * AUTHORS
13515         * ChangeLog.claws
13516         * src/compose.c
13517         * src/gtk/gtkaspell.c
13518                 sync with HEAD (don't pass NULL pointers) 
13519
13520 2005-03-24 [paul]
13521
13522         * tools/Makefile.am
13523         * tools/README
13524         * tools/acroread2sylpheed.pl
13525                 sync with HEAD (add script to send pdfs as
13526                 attachments from Adobe Reader 7)
13527
13528 2005-03-21 [paul]       1.9.6cvs9
13529
13530         * configure.ac
13531         * po/POTFILES.in
13532         * src/Makefile.am
13533         * src/crash.c
13534         * src/image_viewer.c ** ADDED **
13535         * src/image_viewer.h ** ADDED **
13536         * src/main.c
13537         * src/prefs_common.c
13538         * src/prefs_common.h
13539         * src/prefs_image_viewer.c ** ADDED **
13540         * src/prefs_image_viewer.h ** ADDED **
13541         * src/textview.c
13542         * src/gtk/about.c
13543         * src/pixmaps/sylpheed_logo.xpm
13544         * src/plugins/Makefile.am
13545         * src/plugins/image_viewer/.cvsignore ** REMOVED **
13546         * src/plugins/image_viewer/Makefile.am ** REMOVED **
13547         * src/plugins/image_viewer/plugin.c ** REMOVED **
13548         * src/plugins/image_viewer/viewer.c ** REMOVED **
13549         * src/plugins/image_viewer/viewer.glade ** REMOVED **
13550         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
13551         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
13552         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
13553         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
13554                 as gdk-pixbuf is now built-in
13555                 remove image_viewer plugin and put code back into
13556                 main codebase
13557                 implement inline image display (sync with main)
13558
13559                 replace logo with newer, nicer, larger version  
13560
13561 2005-03-21 [paul]       1.9.6cvs8
13562
13563         * src/gtk/about.c
13564                 cosmetic improvement
13565
13566 2005-03-21 [holger]     1.9.6cvs7
13567
13568         * src/plugins/spamassassin/spamassassin.c
13569                 Sync with HEAD
13570                 (unregister hook on failed plugin init)
13571
13572 2005-03-20 [colin]      1.9.6cvs6
13573
13574         * src/common/plugin.c
13575                 Check that plugin isn't already loaded
13576                 Patch by Alfons
13577
13578 2005-03-20 [thorsten]   1.9.6cvs5
13579
13580         * src/compose.c
13581                 use a more compatible syntax
13582
13583 2005-03-20 [thorsten]   1.9.6cvs4
13584
13585         * src/prefs_toolbar.c
13586                 fix crash when selecting toolbar item (uninitialized pointer)
13587
13588 2005-03-20 [thorsten]   1.9.6cvs3
13589
13590         * src/procmime.c
13591                 fix mimetype detection (referenced free()d string)
13592
13593 2005-03-20 [paul]       1.9.6cvs2
13594
13595         * src/compose.c
13596                 sync with HEAD (1.0.3cvs5)
13597                 neglect Reply-To header if empty
13598                 Patch by Alfons 
13599
13600 2005-03-19 [holger]     1.9.6cvs1
13601
13602         * src/summaryview.c
13603         * src/summaryview.h
13604                 Sync with HEAD
13605
13606 2005-03-18 [paul]       1.9.6
13607
13608         initial GTK2 release
13609
13610 2005-03-18 [paul]       1.0.3cvs3.1
13611
13612         * AUTHORS
13613         * ChangeLog.claws
13614         * configure.ac
13615         * src/gtk/about.c
13616         * src/pixmaps/sylpheed_logo.xpm
13617                 sync with HEAD
13618
13619 2005-03-18 [colin]      1.0.3cvs2.6
13620
13621         * src/summaryview.c
13622                 Remove call to summary_step in summary_copy_selected_to
13623                 Can't see its purpose, and this causes bug when copying
13624                 a message if the next one is unread: it reads it.
13625
13626 2005-03-18 [paul]       1.0.3cvs2.5
13627
13628         * src/foldersel.c
13629                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
13630
13631 2005-03-18 [paul]       1.0.3cvs2.4
13632
13633         * src/addrharvest.c
13634         * src/codeconv.c
13635         * src/codeconv.h
13636         * src/compose.c
13637         * src/news.c
13638         * src/procheader.c
13639         * src/procmime.c
13640         * src/unmime.c
13641         * src/unmime.h
13642                 fix buffer overflow, CAN-2005-0667, see
13643                 http://secunia.com/advisories/14491/
13644                 Patch by Alfons
13645
13646 2005-03-17 [colin]      1.0.3cvs2.3
13647
13648         * src/prefs_fonts.c
13649         * src/summaryview.c
13650                 Fix font bugs (both lists now officialy share 
13651                 the same font)
13652                 
13653
13654 2005-03-17 [paul]       1.0.3cvs2.2
13655
13656         * src/gtk/pluginwindow.c
13657                 make plugin descriptions uneditable
13658
13659 2005-03-11 [paul]       1.0.3cvs2.1
13660
13661         * ChangeLog.claws
13662         * configure.ac
13663         * po/POTFILES.in
13664         * src/plugins/trayicon/trayicon.c
13665                 sync with HEAD
13666                 add src/wizard.c to POTFILES.in
13667
13668 2005-03-11 [paul]       1.0.3cvs1.1
13669
13670         * ChangeLog
13671         * ChangeLog.claws
13672         * configure.ac
13673         * po/de.po
13674         * po/es.po
13675         * po/fr.po
13676         * po/it.po
13677         * po/pt_BR.po
13678         * po/ru.po
13679         * po/sk.po
13680         * po/sr.po
13681         * po/zh_CN.po
13682                 sync with HEAD
13683
13684 2005-03-04 [colin]      1.0.1cvs22.2
13685
13686         * src/compose.c
13687                 Fix signatures with accentued chars in it
13688
13689 2005-03-04 [colin]      1.0.1cvs22.1
13690
13691         * src/common/smtp.c
13692         * src/common/smtp.h
13693                 Don't use SIZE param in MAIL FROM: if server 
13694                 doesn't support it. Patch by Eugen Freiter
13695                 <eugen_f@users.sf.net>
13696
13697 2005-02-27 [paul]       1.0.1cvs20.1
13698
13699         * ChangeLog.claws
13700         * configure.ac
13701         * src/messageview.c
13702                 sync with HEAD
13703
13704 2005-02-27 [colin]      1.0.1cvs19.4
13705
13706         * src/procheader.c
13707         * src/procheader.h
13708                 Fix prototypes. Patch by Alfons
13709
13710 2005-02-27 [colin]      1.0.1cvs19.3
13711
13712         * src/compose.c
13713                 Don't auto-join the signature separator.
13714
13715 2005-02-26 [colin]      1.0.1cvs19.2
13716
13717         * src/summaryview.c
13718                 Fix 'mark all read' with collapsed threads.
13719                 Patch by Alfons.
13720
13721 2005-02-25 [paul]       1.0.1cvs19.1
13722
13723         * ChangeLog.claws
13724         * configure.ac
13725         * src/prefs_account.c
13726         * src/prefs_folder_item.c
13727         * src/gtk/prefswindow.c
13728         * src/gtk/prefswindow.h
13729                 sync with HEAD
13730
13731 2005-02-25 [paul]       1.0.1cvs15.12
13732
13733         * src/alertpanel.c
13734         * src/codeconv.c
13735         * src/compose.c
13736         * src/textview.c
13737         * src/gtk/gtkutils.c
13738         * src/gtk/gtkutils.h
13739         * src/gtk/logwindow.c
13740         * src/gtk/progressdialog.c
13741                 sync with main (revision 127)
13742                 and fix logwindow clipping
13743
13744 2005-02-24 [colin]      1.0.1cvs15.11
13745
13746         * src/plugins/pgpmime/passphrase.c
13747                 Disable input grabbing; it doesn't work yet.
13748
13749 2005-02-24 [colin]      1.0.1cvs15.10
13750
13751         * src/messageview.c
13752                 Don't send out receipts if offline. Ask.
13753
13754 2005-02-23 [colin]      1.0.1cvs15.9
13755
13756         * src/summaryview.c     
13757                 Fix expanding
13758
13759 2005-02-23 [colin]      1.0.1cvs15.8
13760
13761         * src/summaryview.c
13762                 Really fix Bug 568 by removing useless
13763                 calls. summary_thread_init() now called
13764                 in summary_sort(). This should please
13765                 Alfons as it should be faster than 
13766                 previously.
13767
13768 2005-02-23 [colin]      1.0.1cvs15.7
13769
13770         * src/compose.c
13771                 Encode parts as QP or B64 if signing
13772
13773 2005-02-23 [colin]      1.0.1cvs15.6
13774
13775         * src/compose.c
13776                 Fix Mimeinfo leakage (including tmp files)
13777         * src/procmsg.c
13778                 Fix tmp file leakage (spotted by Ivan Rayner)
13779
13780 2005-02-22 [colin]      1.0.1cvs15.5
13781
13782         * src/expldifdlg.c
13783                 Fix keyboard input. Patch by Alfons.
13784
13785 2005-02-21 [colin]      1.0.1cvs15.4
13786
13787         * src/compose.c
13788                 Fix Sign/Encrypt when unselecting privacy
13789                 system
13790         * src/prefs_common.c
13791                 Change default message font to Monospace
13792         * src/summaryview.c
13793                 More freezing during potentially large operations
13794
13795 2005-02-21 [paul]       1.0.1cvs15.3
13796
13797         * src/main.c
13798                 fix --help output
13799
13800 2005-02-21 [paul]       1.0.1cvs15.2
13801
13802         * po/Makefile.in.in
13803         * src/compose.c
13804         * src/summaryview.c
13805         * src/textview.c
13806         * src/common/utils.c
13807         * src/common/utils.h
13808                 sync with main (revision 117)
13809
13810 2005-02-20 [colin]      1.0.1cvs15.1
13811
13812         * src/common/defs.h
13813                 Change cache file to .sylpheed_claws_cache, as
13814                 suggested by Alfons. Allows people to switch
13815                 between Sylpheed and Sylpheed-Claws. it is
13816                 a good idea to "Check for new messages" at next
13817                 startup.
13818
13819
13820 2005-02-18 [colin]      1.0.1cvs14.1
13821
13822         * src/quote_fmt_lex.l
13823         * src/quote_fmt_parse.y
13824                 Fix parser initialisation. Patch by Ivan.
13825
13826 2005-02-18 [colin]      1.0.1cvs11.6
13827
13828         * src/folderview.c
13829                 Fix scrolldown (bug 662)
13830
13831 2005-02-17 [colin]      1.0.1cvs11.5
13832
13833         * src/codeconv.c
13834                 conv_filename_to_utf8: return clean 7bit instead
13835                 of broken utf8 if needed
13836         * src/mimeview.c
13837                 Fix display of parts with unclean 8bit names
13838
13839 2005-02-17 [paul]       1.0.1cvs11.4
13840
13841         * src/compose.c
13842         * src/exportldif.c
13843         * src/matcher_parser_parse.y
13844         * src/procmime.c
13845         * src/sourcewindow.c
13846         * src/common/Makefile.am
13847         * src/common/intl.h             ** REMOVED **
13848         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13849                 sync with main (revision 109)
13850                 and clean up
13851
13852 2005-02-16 [colin]      1.0.1cvs11.3
13853
13854         * src/summaryview.c
13855                 Fix collapsed thread not highlighting when new
13856                 messages in it (Bug 568) Patch by Stephan Sachse.
13857                 Fix messed up selection when reaching bounds (Bug 632)
13858         * src/prefs_themes.c
13859                 Fix theme installing (Bug 684)
13860
13861 2005-02-16 [colin]      1.0.1cvs11.2
13862
13863         * src/messageview.c
13864                 Fix messageview_select_all
13865
13866 2005-02-16 [colin]      1.0.1cvs11.1
13867
13868         * src/mh.c
13869                 Sync with HEAD (MH scan required function)
13870
13871 2005-02-15 [colin]      1.0.1cvs8.1
13872
13873         * src/mimeview.c
13874         * src/common/utils.c
13875                 Sync with HEAD (filename chars substitution)
13876
13877 2005-02-15 [colin]      1.0.1cvs7.3
13878
13879         * src/gtk/pluginwindow.c
13880                 Fix button spacing
13881
13882 2005-02-15 [colin]      1.0.1cvs7.2
13883
13884         * src/mimeview.c
13885                 Fix mime icons not reset across message when
13886                 scrolled down
13887
13888 2005-02-15 [colin]      1.0.1cvs7.1
13889
13890         * src/compose.c
13891         * src/procmime.c
13892                 Sync with HEAD (optimisation of cvs6)
13893
13894 2005-02-14 [colin]      1.0.1cvs6.1
13895
13896         * src/compose.c
13897         * src/procmime.c
13898                 Sync with HEAD (encode "From " at line beginning)
13899
13900 2005-02-14 [colin]      1.0.1cvs5.3
13901
13902         * src/compose.c
13903                 Fix wrapping with accentued chars.
13904
13905 2005-02-13 [colin]      1.0.1cvs5.2
13906
13907         * src/textview.c
13908                 Fix email informative part parsing with
13909                 accentued chars in it. ispunct() returns
13910                 true for them in utf8...
13911
13912 2005-02-12 [colin]      1.0.1cvs5.1
13913
13914         * src/filtering.c
13915                 Sync with HEAD (remove wrong use of compose after send)
13916
13917 2005-02-12 [paul]       1.0.1cvs4.5
13918
13919         * src/textview.c
13920                 remove unnecessary code (thanks to Alfons)
13921
13922 2005-02-12 [paul]       1.0.1cvs4.4
13923
13924         * src/textview.c
13925                 add 'Copy' to contextual menu on emails
13926
13927 2005-02-11 [colin]      1.0.1cvs4.3
13928
13929         * src/compose.c
13930                 revert 1.0.0cvs28.2, it doesn't work that well.
13931
13932 2005-02-11 [paul]       1.0.1cvs4.2
13933
13934         * po/Makefile.in.in
13935                 fix 'make release'
13936
13937 2005-02-10 [paul]       1.0.1cvs4.1
13938
13939         * ChangeLog
13940         * ChangeLog.claws
13941         * ChangeLog.jp
13942         * configure.ac
13943         * src/compose.c
13944                 sync with HEAD (sync with main)
13945
13946 2005-02-10 [paul]       1.0.1cvs3.2
13947
13948         * AUTHORS
13949         * Makefile.am
13950         * autogen.sh
13951         * configure.ac
13952         * config/mkinstalldirs
13953         * intl/.cvsignore
13954         * intl/ChangeLog
13955         * intl/VERSION
13956         * intl/bindtextdom.c
13957         * intl/config.charset
13958         * intl/dcgettext.c
13959         * intl/dcigettext.c
13960         * intl/dcngettext.c
13961         * intl/dgettext.c
13962         * intl/dngettext.c
13963         * intl/eval-plural.h
13964         * intl/explodename.c
13965         * intl/finddomain.c
13966         * intl/gettext.c
13967         * intl/gettextP.h
13968         * intl/gmo.h
13969         * intl/hash-string.h
13970         * intl/intl-compat.c
13971         * intl/l10nflist.c
13972         * intl/libgnuintl.h.in
13973         * intl/loadinfo.h
13974         * intl/loadmsgcat.c
13975         * intl/localcharset.c
13976         * intl/localcharset.h
13977         * intl/locale.alias
13978         * intl/localealias.c
13979         * intl/localename.c
13980         * intl/log.c
13981         * intl/ngettext.c
13982         * intl/os2compat.c
13983         * intl/os2compat.h
13984         * intl/osdep.c
13985         * intl/plural-exp.c
13986         * intl/plural-exp.h
13987         * intl/plural.c
13988         * intl/plural.y
13989         * intl/ref-add.sin
13990         * intl/ref-del.sin
13991         * intl/relocatable.c
13992         * intl/relocatable.h
13993         * intl/textdomain.c
13994         * m4/Makefile.am
13995         * po/Makefile.in.in
13996         * src/Makefile.am
13997         * src/account.c
13998         * src/action.c
13999         * src/addr_compl.c
14000         * src/addressadd.c
14001         * src/addressbook.c
14002         * src/addrgather.c
14003         * src/addrindex.c
14004         * src/alertpanel.c
14005         * src/browseldap.c
14006         * src/codeconv.c
14007         * src/codeconv.h
14008         * src/compose.c
14009         * src/compose.h
14010         * src/crash.c
14011         * src/editaddress.c
14012         * src/editbook.c
14013         * src/editgroup.c
14014         * src/editjpilot.c
14015         * src/editldap.c
14016         * src/editldap_basedn.c
14017         * src/editvcard.c
14018         * src/exphtmldlg.c
14019         * src/expldifdlg.c
14020         * src/export.c
14021         * src/exporthtml.c
14022         * src/filtering.c
14023         * src/folder.c
14024         * src/folder_item_prefs.c
14025         * src/foldersel.c
14026         * src/folderview.c
14027         * src/grouplistdialog.c
14028         * src/headerview.c
14029         * src/imap.c
14030         * src/imap_gtk.c
14031         * src/import.c
14032         * src/importldif.c
14033         * src/importmutt.c
14034         * src/importpine.c
14035         * src/inc.c
14036         * src/ldif.c
14037         * src/main.c
14038         * src/mainwindow.c
14039         * src/matcher.c
14040         * src/mbox.c
14041         * src/message_search.c
14042         * src/messageview.c
14043         * src/mh.c
14044         * src/mh_gtk.c
14045         * src/mimeview.c
14046         * src/msgcache.c
14047         * src/news.c
14048         * src/news_gtk.c
14049         * src/noticeview.c
14050         * src/partial_download.c
14051         * src/pop.c
14052         * src/prefs_account.c
14053         * src/prefs_actions.c
14054         * src/prefs_common.c
14055         * src/prefs_customheader.c
14056         * src/prefs_display_header.c
14057         * src/prefs_ext_prog.c
14058         * src/prefs_filtering.c
14059         * src/prefs_filtering_action.c
14060         * src/prefs_folder_item.c
14061         * src/prefs_fonts.c
14062         * src/prefs_gtk.c
14063         * src/prefs_matcher.c
14064         * src/prefs_msg_colors.c
14065         * src/prefs_spelling.c
14066         * src/prefs_summary_column.c
14067         * src/prefs_template.c
14068         * src/prefs_themes.c
14069         * src/prefs_toolbar.c
14070         * src/prefs_wrapping.c
14071         * src/privacy.c
14072         * src/procheader.c
14073         * src/procmime.c
14074         * src/procmsg.c
14075         * src/quote_fmt.c
14076         * src/recv.c
14077         * src/send_message.c
14078         * src/setup.c
14079         * src/sourcewindow.c
14080         * src/ssl_manager.c
14081         * src/statusbar.c
14082         * src/summary_search.c
14083         * src/summaryview.c
14084         * src/textview.c
14085         * src/toolbar.c
14086         * src/wizard.c
14087         * src/common/nntp.c
14088         * src/common/plugin.c
14089         * src/common/smtp.c
14090         * src/common/ssl.c
14091         * src/common/ssl_certificate.c
14092         * src/common/string_match.c
14093         * src/common/sylpheed.c
14094         * src/common/template.c
14095         * src/common/utils.c
14096         * src/gtk/about.c
14097         * src/gtk/colorlabel.c
14098         * src/gtk/description_window.c
14099         * src/gtk/filesel.c
14100         * src/gtk/foldersort.c
14101         * src/gtk/gtkaspell.c
14102         * src/gtk/gtkutils.c
14103         * src/gtk/inputdialog.c
14104         * src/gtk/logwindow.c
14105         * src/gtk/menu.c
14106         * src/gtk/pluginwindow.c
14107         * src/gtk/prefswindow.c
14108         * src/gtk/progressdialog.c
14109         * src/gtk/quicksearch.c
14110         * src/gtk/sslcertwindow.c
14111         * src/plugins/clamav/clamav_plugin.c
14112         * src/plugins/clamav/clamav_plugin_gtk.c
14113         * src/plugins/demo/demo.c
14114         * src/plugins/dillo_viewer/dillo_prefs.c
14115         * src/plugins/dillo_viewer/dillo_viewer.c
14116         * src/plugins/image_viewer/plugin.c
14117         * src/plugins/image_viewer/viewer.c
14118         * src/plugins/image_viewer/viewerprefs.c
14119         * src/plugins/mathml_viewer/mathml_viewer.c
14120         * src/plugins/pgpmime/passphrase.c
14121         * src/plugins/pgpmime/plugin.c
14122         * src/plugins/pgpmime/prefs_gpg.c
14123         * src/plugins/pgpmime/select-keys.c
14124         * src/plugins/pgpmime/sgpgme.c
14125         * src/plugins/spamassassin/spamassassin.c
14126         * src/plugins/spamassassin/spamassassin_gtk.c
14127         * src/plugins/trayicon/trayicon.c
14128                 sync with main (revision 104)
14129
14130 2005-02-10 [colin]      1.0.1cvs3.1
14131
14132         * src/mainwindow.c
14133                 Sync with HEAD (fix occasional crasher)
14134
14135 2005-02-10 [colin]      1.0.1cvs2.1
14136
14137         * src/messageview.c
14138                 Synw with HEAD (don't automatically display html)
14139
14140 2005-02-09 [colin]      1.0.1cvs1.3
14141
14142         * src/textview.c
14143         * src/textview.h
14144                 Add contextual menu on emails
14145
14146 2005-02-09 [colin]      1.0.1cvs1.2
14147
14148         * src/codeconv.c
14149                 Fix converting from broken headers and 
14150                 put back the _ in missing places
14151                 (feature broke with cvs24.2 sync, main 
14152                  possibly affected?)
14153
14154 2005-02-09 [colin]      1.0.1cvs1.1
14155
14156         * src/messageview.c
14157         * src/mimeview.c
14158         * src/mimeview.h
14159                 Sync with HEAD (display non text/plain mails with plugin)
14160
14161 2005-02-08 [colin]      1.0.1.1
14162
14163         * ChangeLog.claws
14164         * po/pt_BR.po
14165                 Sync with HEAD
14166         * configure.ac
14167                 Make default configuration directory 
14168                 be .sylpheed-gtk2
14169
14170 2005-02-08 [colin]      1.0.0cvs29.1
14171
14172         * po/de.po
14173         * po/es.po
14174         * po/fr.po
14175         * po/it.po
14176         * po/sk.po
14177         * po/sr.po
14178                 Sync translations with HEAD
14179
14180 2005-02-06 [colin]      1.0.0cvs28.3
14181
14182         * src/compose.c
14183                 Make compose a bit faster - patch by Alfons.
14184
14185 2005-02-06 [colin]      1.0.0cvs28.2
14186
14187         * src/compose.c
14188                 Make pasting via middle-click more reliable
14189
14190 2005-02-05 [paul]       1.0.0cvs28.1
14191
14192         * ChangeLog
14193         * ChangeLog.claws
14194         * ChangeLog.jp
14195         * configure.ac
14196         * src/compose.c
14197                 sync with HEAD
14198                 (fix bug 682 'redirect is broken'
14199
14200 2005-02-05 [torte]      1.0.0cvs27.1
14201
14202         * ChangeLog.claws
14203         * configure.ac
14204         * src/partial_download.c
14205                 Sync with HEAD (fix buf overflow)
14206
14207 2005-02-03 [colin]      1.0.0cvs26.1
14208
14209         * src/common/plugin.c
14210                 Sync with HEAD (avoid plugin mismatches)
14211
14212 2005-02-03 [paul]       1.0.0cvs25.3
14213
14214         * src/folderview.c
14215         * src/headerview.c
14216         * src/summaryview.c
14217         * src/textview.c
14218         * src/gtk/colorlabel.c
14219                 third and final part of initial sync with main-gtk2
14220
14221 2005-02-03 [paul]       1.0.0cvs25.2
14222
14223         * src/jpilot.c
14224                 fix building with jpilot support
14225
14226 2005-02-02 [colin]      1.0.0cvs25.1
14227
14228         * src/messageview.c
14229                 Sync with HEAD (fix dangerous typo)
14230
14231 2005-02-01 [colin]      1.0.0cvs24.3
14232
14233         * src/common/xml.c
14234                 Write file as advertised (UTF-8)
14235
14236 2005-02-01 [paul]       1.0.0cvs24.2
14237
14238         * src/addrbook.c
14239         * src/addrindex.c
14240         * src/alertpanel.h
14241         * src/codeconv.c
14242         * src/codeconv.h
14243         * src/compose.c
14244         * src/export.c
14245         * src/folder_item_prefs.c
14246         * src/html.c
14247         * src/imap.c
14248         * src/import.c
14249         * src/jpilot.c
14250         * src/mainwindow.c
14251         * src/matcher_parser_lex.l
14252         * src/messageview.c
14253         * src/mh.c
14254         * src/prefs_account.c
14255         * src/prefs_actions.c
14256         * src/prefs_common.c
14257         * src/prefs_gtk.c
14258         * src/prefs_gtk.h
14259         * src/prefs_themes.c
14260         * src/procheader.c
14261         * src/procmime.c
14262         * src/sourcewindow.c
14263         * src/statusbar.c
14264         * src/summaryview.c
14265         * src/textview.c
14266         * src/toolbar.c
14267         * src/unmime.c
14268         * src/common/template.c
14269         * src/common/utils.c
14270         * src/common/xml.c
14271         * src/common/xml.h
14272         * src/gtk/gtkaspell.c
14273         * src/plugins/clamav/clamav_plugin.c
14274         * src/plugins/dillo_viewer/dillo_prefs.c
14275         * src/plugins/image_viewer/viewerprefs.c
14276         * src/plugins/pgpmime/passphrase.c
14277         * src/plugins/pgpmime/prefs_gpg.c
14278         * src/plugins/pgpmime/select-keys.c
14279         * src/plugins/spamassassin/spamassassin.c
14280                 second part of initial sync with main-gtk2
14281                 (more to follow)
14282
14283 2005-01-31 [colin]      1.0.0cvs24.1
14284
14285         * src/compose.c
14286                 Sync with HEAD
14287
14288 2005-01-29 [paul]       1.0.0cvs23.2
14289
14290         * src/account.c
14291         * src/action.c
14292         * src/addressadd.c
14293         * src/addressbook.c
14294         * src/alertpanel.c
14295         * src/compose.c
14296         * src/editaddress.c
14297         * src/editbook.c
14298         * src/editgroup.c
14299         * src/editjpilot.c
14300         * src/editldap.c
14301         * src/editldap_basedn.c
14302         * src/editvcard.c
14303         * src/export.c
14304         * src/foldersel.c
14305         * src/grouplistdialog.c
14306         * src/import.c
14307         * src/importldif.c
14308         * src/inc.c
14309         * src/main.c
14310         * src/mainwindow.c
14311         * src/message_search.c
14312         * src/messageview.c
14313         * src/mimeview.c
14314         * src/prefs_actions.c
14315         * src/prefs_common.c
14316         * src/prefs_common.h
14317         * src/prefs_customheader.c
14318         * src/prefs_display_header.c
14319         * src/prefs_filtering.c
14320         * src/prefs_filtering_action.c
14321         * src/prefs_gtk.c
14322         * src/prefs_matcher.c
14323         * src/prefs_summary_column.c
14324         * src/prefs_template.c
14325         * src/sourcewindow.c
14326         * src/summary_search.c
14327         * src/summaryview.c
14328         * src/textview.c
14329         * src/gtk/about.c
14330         * src/gtk/description_window.c
14331         * src/gtk/gtkshruler.c
14332         * src/gtk/gtkutils.c
14333         * src/gtk/gtkutils.h
14334         * src/gtk/inputdialog.c
14335         * src/gtk/logwindow.c
14336         * src/gtk/prefswindow.c
14337         * src/gtk/progressdialog.c
14338         * src/gtk/progressdialog.h
14339                 first part of initial sync with main-gtk2
14340                 (more to follow)
14341
14342 2005-01-28 [colin]      1.0.0cvs23.1
14343
14344         * src/folderview.c
14345                 Sync with HEAD
14346
14347 2005-01-27 [colin]      1.0.0cvs21.1
14348
14349         * src/folder.c
14350         * src/folderview.c
14351                 Sync with HEAD
14352
14353 2005-01-27 [colin]      1.0.0cvs19.1
14354
14355         * src/procmime.c
14356                 Sync with HEAD
14357
14358 2005-01-27 [colin]      1.0.0cvs18.1
14359
14360         * src/messageview.c
14361         * src/summaryview.c
14362         * src/mainwindow.c
14363         * src/compose.c
14364         * src/compose.h
14365         * src/procmsg.c
14366         * src/procmsg.h
14367         * src/toolbar.c
14368                 Sync with HEAD
14369
14370 2005-01-26 [paul]       1.0.0cvs15.2
14371
14372         * src/compose.c
14373                 compose_entries_set(): convert subject and body to
14374                 utf8 if necessary. patch by Felix Eckhofer
14375
14376 2005-01-26 [paul]       1.0.0cvs15.1
14377
14378         * configure.ac
14379         * src/common/template.c
14380                 sync with HEAD (fix memory leak)
14381
14382 2005-01-25 [paul]       1.0.0cvs14.1
14383
14384         * configure.ac
14385         * src/compose.c
14386                 sync with HEAD
14387
14388 2005-01-24 [colin]      1.0.0cvs13.1
14389
14390         * src/summaryview.c
14391                 Sync with HEAD
14392
14393 2005-01-24 [paul]       1.0.0cvs12.1
14394
14395         * configure.ac
14396         * src/messageview.c
14397         * src/mh.c
14398         * src/common/utils.c
14399                 sync with HEAD
14400
14401 2005-01-24 [colin]      1.0.0cvs11.1
14402
14403         * src/procheader.c
14404                 Sync with HEAD
14405
14406 2005-01-24 [colin]      1.0.0cvs10.1
14407
14408         * src/folderview.c
14409                 Sync with HEAD
14410
14411 2005-01-23 [colin]      1.0.0cvs9.1
14412
14413         * src/crash.c
14414                 Sync with HEAD
14415
14416 2005-01-22 [colin]      1.0.0cvs8.1
14417
14418         * src/summaryview.c
14419         * src/gtk/quicksearch.c
14420                 Sync with HEAD
14421
14422 2005-01-21 [colin]      1.0.0cvs7.1
14423
14424         * src/summaryview.c
14425                 Sync with HEAD
14426
14427 2005-01-21 [colin]      1.0.0cvs6.1
14428
14429         * src/summaryview.c
14430                 Sync with HEAD
14431
14432 2005-01-21 [colin]      1.0.0cvs5.1
14433
14434         * src/gtk/quicksearch.c
14435         * src/prefs_common.c
14436         * src/prefs_common.h
14437                 Sync with HEAD (recurse option)
14438
14439 2005-01-21 [colin]      1.0.0cvs4.1
14440
14441         * src/folder.h
14442         * src/folderview.c
14443         * src/folderview.h
14444         * src/summaryview.c
14445         * src/gtk/quicksearch.c
14446         * src/gtk/quicksearch.h
14447                 Sync with HEAD (recursive quicksearch)
14448
14449 2005-01-20 [colin]      1.0.0cvs3.4
14450
14451         * src/ssl_manager.c
14452                 Remove useless code
14453
14454 2005-01-20 [colin]      1.0.0cvs3.3
14455
14456         * src/ssl_manager.c
14457                 Fix leak, thanks to Alfons.
14458
14459 2005-01-20 [colin]      1.0.0cvs3.2
14460
14461         * src/ssl_manager.c
14462                 Port SSL certificate window to GTK2.
14463
14464 2005-01-20 [paul]       1.0.0cvs3.1
14465
14466         * ChangeLog.claws
14467         * configure.ac
14468         * src/addrindex.c
14469         * src/addrindex.h
14470                 sync with HEAD
14471
14472 2005-01-19 [colin]      1.0.0cvs2.2
14473
14474         * src/plugins/trayicon/trayicon.c
14475                 Fix freeze with gtk-2.6, the easy way
14476                 (signal blocking helpless there...)
14477                 Closes bug #668.
14478
14479 2005-01-19 [colin]      1.0.0cvs2.1
14480
14481         * src/mbox.c
14482         * src/mbox.h
14483         * src/mainwindow.c
14484         * src/summaryview.c
14485         * src/summaryview.h
14486                 Sync with HEAD
14487
14488 2005-01-19 [paul]       1.0.0cvs1.1
14489
14490         * configure.ac
14491         * po/de.po
14492         * po/es.po
14493         * po/fr.po
14494         * po/hr.po
14495         * po/it.po
14496         * po/ja.po
14497         * po/ko.po
14498         * po/pt_BR.po
14499         * po/ru.po
14500         * po/sk.po
14501         * po/sr.po
14502                 sync with HEAD (update translations)
14503
14504 2005-01-18 [colin]      1.0.0cvs0.1
14505
14506         * src/foldersel.c
14507                 Specify search column - patch by Alfons
14508
14509 2005-01-18 [colin]      0.9.13cvs36.3
14510
14511         * src/prefs_toolbar.c
14512                 Change Delete to Remove
14513         * src/prefs_fonts.c
14514                 GTK2 version and leak fixes
14515         * src/prefs_actions.c
14516                 Add stock buttons.
14517                 All patches by Alfons
14518
14519 2005-01-17 [colin]      0.9.13cvs36.2
14520
14521         * src/compose.c
14522                 Fix DnD inserting twice. While at it,
14523                 add DnD support for text/plain in the
14524                 body, and add support in the headers.
14525
14526 2005-01-16 [colin]      0.9.13cvs36.1
14527
14528         * ChangeLog
14529         * ChangeLog.jp
14530         * ChangeLog.claws
14531                 Sync with HEAD (nothing applicable)
14532
14533 2005-01-16 [colin]      0.9.13cvs33.2
14534
14535         * src/prefs_toolbar.c
14536                 GTK2ize prefs_toolbar, by Alfons.
14537
14538 2005-01-14 [colin]      0.9.13cvs33.1
14539
14540         * src/html.c
14541         * src/msgcache.c
14542                 Sync with HEAD
14543
14544 2005-01-14 [colin]      0.9.13cvs32.1
14545
14546         * src/html.c
14547         * src/html.h
14548         * src/msgcache.c
14549         * AUTHORS
14550         * tools/calypso_convert.pl
14551                 Sync with HEAD
14552
14553 2005-01-08 [colin]      0.9.13cvs29.2
14554
14555         * src/prefs_filtering_action.c
14556         * src/prefs_filtering.c
14557                 2 more gtk2 patches by Alfons
14558
14559 2005-01-07 [paul]       0.9.13cvs29.1
14560
14561         * ChangeLog
14562         * ChangeLog.claws
14563         * ChangeLog.jp
14564         * configure.ac
14565         * src/pop.c
14566         * src/pop.h
14567                 sync with HEAD
14568
14569 2005-01-07 [colin]      0.9.13cvs28.3
14570
14571         * src/gtk/progressdialog.c
14572         * src/gtk/progressdialog.h
14573         * src/inc.c
14574         * src/send_message.c
14575                 GTK2 for the incorporation dialog. The CList isn't dead
14576                 yet, for a more smooth migration. Patch by Alfons.
14577
14578 2005-01-06 [colin]      0.9.13cvs28.2
14579
14580         * src/prefs_display_header.c
14581                 GTK2 conversion by Alfons
14582         * src/prefs_actions.c
14583         * src/prefs_matcher.c
14584                 Fix 2 leaks - patch by Alfons
14585
14586 2005-01-06 [colin]      0.9.13cvs28.1
14587
14588         * src/prefs_matcher.c
14589                 Sync with HEAD
14590
14591 2005-01-06 [colin]      0.9.13cvs27.4
14592
14593         * src/prefs_matcher.c
14594                 Fix double-free. Patch by Alfons
14595
14596 2005-01-06 [colin]      0.9.13cvs27.3
14597
14598         * src/prefs_matcher.c
14599                 GTK2 widgets + memleak
14600                 Patch by Alfons
14601
14602 2005-01-05 [colin]      0.9.13cvs27.2
14603
14604         * src/account.c
14605         * src/addr_compl.c
14606         * src/foldersel.c
14607         * src/stock_pixmap.c
14608         * src/stock_pixmap.h
14609                 3 more GTK2 patches by Alfons.
14610
14611 2005-01-04 [colin]      0.9.13cvs27.1
14612
14613         * src/folderview.c
14614         * src/imap_gtk.c
14615         * src/news_gtk.c
14616                 Sync with HEAD
14617
14618 2005-01-04 [colin]      0.9.13cvs25.9
14619
14620         * src/compose.c
14621                 Fix Show Ruler menuitem
14622         * src/prefs_template.c
14623                 Convert to GTK2
14624         * src/common/utils.c
14625                 Make auto pointer stuff handles NULLs
14626                 Patches by Alfons.
14627
14628 2005-01-04 [colin]      0.9.13cvs25.8
14629
14630         * src/compose.c
14631                 Move the attachment list to gtk2
14632                 Patch by Alfons.
14633
14634 2005-01-04 [colin]      0.9.13cvs25.7
14635
14636         * src/textview.c
14637                 Make some keys work again
14638                 Patch by SungHyun Nam <namsh@kldp.org>
14639
14640 2005-01-04 [colin]      0.9.13cvs25.6
14641
14642         * src/gtk/gtkshruler.c
14643                 Move the ruler to GTK2
14644                 Patch by Alfons
14645
14646 2005-01-03 [colin]      0.9.13cvs25.5
14647
14648         * src/compose.c
14649                 Fix my broken patch apply 
14650
14651 2005-01-03 [colin]      0.9.13cvs25.4
14652
14653         * src/common/utils.c
14654         * src/common/utils.h
14655         * src/gtk/prefswindow.c
14656                 Move auto pointer stuff to utils.c
14657                 Patch by Alfons again :)
14658
14659 2005-01-03 [colin]      0.9.13cvs25.3
14660
14661         * src/compose.c
14662         * src/prefs_gtk.c
14663         * src/prefs_template.c
14664         * src/textview.c
14665                 Empty text widgets with empty strings, not NULL char
14666                 Patch by SungHyun Nam <namsh@kldp_org>
14667
14668 2005-01-03 [colin]      0.9.13cvs25.2
14669
14670         * src/main.c
14671         * AUTHORS
14672                 Sync with HEAD
14673
14674 2005-01-03 [colin]      0.9.13cvs25.1
14675
14676         * src/pop.c
14677         * src/pop.h
14678                 Sync with HEAD
14679
14680 2005-01-03 [colin]      0.9.13cvs24.3
14681
14682         * src/account.c
14683                 Two patches from Alfons and Alex S Moore:
14684                 fix images, fix return value.
14685
14686 2005-01-01 [colin]      0.9.13cvs24.2
14687
14688         * src/prefs_actions.c
14689                 Fix over-zealous assertion. Patch by Alfons
14690
14691 2005-01-01 [colin]      0.9.13cvs24.1
14692
14693         * src/procmime.c
14694                 Sync with HEAD (leak fix)
14695
14696 2004-12-31 [colin]      0.9.13cvs23.2
14697
14698         * src/prefs_common.c
14699                 GTK2 widgets + stock buttons - patch by Alfons
14700
14701 2004-12-31 [paul]       0.9.13cvs23.1
14702
14703         * configure.ac
14704                 bump up EXTRA_VERSION to match (sync'ed) HEAD
14705         * src/gtk/pluginwindow.c
14706                 use GTK2 widgets and plug memory leaks,
14707                 patches by Alfons
14708
14709 2004-12-30 [colin]      0.9.13cvs22.4
14710
14711         * src/account.c
14712         * src/action.c
14713         * src/export.c
14714         * src/foldersel.c
14715         * src/import.c
14716         * src/message_search.c
14717         * src/prefs_actions.c
14718         * src/prefs_common.c
14719         * src/prefs_customheader.c
14720         * src/prefs_filtering.c
14721         * src/prefs_summary_column.c
14722         * src/summary_search.c
14723         * src/gtk/about.c
14724         * src/gtk/description_window.c
14725         * src/gtk/gtkutils.c
14726         * src/gtk/gtkutils.h
14727         * src/gtk/inputdialog.c
14728         * src/gtk/prefswindow.c
14729                 Use GTK2 stock buttons. Patches by Alfons.
14730
14731 2004-12-30 [colin]      0.9.13cvs22.3
14732
14733         * src/account.c
14734                 Sync with HEAD
14735         * src/prefs_actions.c
14736         * src/prefs_customheader.c
14737         * src/prefs_filtering.c
14738         * src/prefs_msg_colors.c
14739         * src/prefs_summary_column.c
14740         * src/gtk/prefswindow.c
14741                 Use GtkTreeView instead of deprecated 
14742                 widgets. Patches by Alfons.
14743
14744 2004-12-30 [paul]       0.9.13cvs22.2
14745
14746         * src/foldersel.c
14747                 use GTK 2 Tree View
14748                 patch by Alfons, with root folder sorting fix
14749                 by Stephan Sachse
14750
14751 2004-12-30 [paul]       0.9.13cvs22.1
14752
14753         * ChangeLog
14754         * ChangeLog.claws
14755         * ChangeLog.jp
14756         * NEWS
14757         * configure.ac
14758         * src/account.c
14759                 sync with HEAD
14760
14761 2004-12-22 [martin]     0.9.13cvs21.2
14762
14763         * src/action.c
14764                 free the command line after its use
14765
14766 2004-12-18 [paul]       0.9.13cvs21.1
14767
14768         * AUTHORS
14769         * ChangeLog
14770         * ChangeLog.claws
14771         * ChangeLog.jp
14772         * NEWS
14773         * configure.ac
14774         * src/action.c
14775         * src/compose.c
14776         * src/syldap.c
14777                 sync with HEAD
14778
14779 2004-12-17 [martin]     0.9.13cvs17.2
14780
14781         * src/action.c
14782                 convert actions input to locale
14783         * src/inc.c
14784                 convert notification command to locale
14785         * src/plugins/pgpmime/select-keys.c
14786                 convert attributes to utf8
14787
14788 2004-12-14 [colin]      0.9.13cvs17.1
14789
14790         * ChangeLog
14791         * ChangeLog.jp
14792         * ChangeLog.claws
14793         * src/action.c
14794         * src/common/utils.c
14795         * src/gtk/prefswindow.c
14796         * src/gtk/gtkutils.c
14797         * src/gtk/gtkutils.h
14798         * src/plugins/spamassassin/libspamc.c
14799                 Sync with HEAD
14800
14801 2004-12-13 [colin]      0.9.13cvs14.1
14802
14803         * src/quote_fmt_parse.y
14804                 Sync with HEAD
14805
14806 2004-12-10 [colin]      0.9.13cvs12.1
14807
14808         * src/prefs_themes.c
14809         * src/mainwindow.c
14810         * src/messageview.c
14811                 Sync with HEAD
14812
14813 2004-12-09 [colin]      0.9.13cvs10.1
14814
14815         * src/procmime.c
14816                 Sync with HEAD (fix B64 encoding from memory)
14817
14818 2004-12-08 [colin]      0.9.13cvs9.1
14819
14820         * src/gtk/colorlabel.c
14821                 Sync with HEAD
14822
14823 2004-12-08 [paul]       0.9.13cvs8.2
14824
14825         * src/gtk/pluginwindow.c
14826                 fix window resizing oddities
14827
14828 2004-12-08 [colin]      0.9.13cvs8.1
14829
14830         * src/quote_fmt_parse.y
14831                 Sync with HEAD
14832
14833 2004-12-08 [colin]      0.9.13cvs7.1
14834
14835         * src/matcher_parser_parse.y
14836         * src/msgcache.c
14837         * src/prefs_matcher.c
14838         * src/procheader.c
14839         * src/matcher.c
14840         * src/common/defs.h
14841         * po/sr.po
14842                 Sync with HEAD
14843
14844 2004-12-08 [colin]      0.9.13cvs6.1
14845
14846         * src/quote_fmt_parse.y
14847         * src/textview.c
14848                 Sync with HEAD
14849         * src/gtk/prefswindow.c
14850         * src/gtk/pluginwindow.c
14851                 Fix G_CALLBACKS protos (thanks to Alfons)
14852
14853 2004-12-07 [torte]      0.9.13cvs2.2
14854
14855         * src/procmime.c
14856                 [Bug 650] reply button causes crash
14857                 Thanks to David Relson and Christoph
14858
14859 2004-12-07 [colin]      0.9.13cvs2.1
14860
14861         * ChangeLog.claws
14862         * AUTHORS
14863         * po/sk.po
14864         * src/procmime.c
14865         * src/prefs_account.c
14866         * src/common/smtp.c
14867         * src/common/smtp.h
14868                 Sync with HEAD
14869
14870 2004-12-06 [colin]      0.9.12cvs187.1
14871
14872         * ChangeLog.claws
14873         * INSTALL
14874         * Makefile.am
14875         * README.claws
14876         * TODO.claws
14877         * configure.ac
14878         * po/bg.po
14879         * po/cs.po
14880         * po/el.po
14881         * po/en_GB.po
14882         * po/es.po
14883         * po/fr.po
14884         * po/hr.po
14885         * po/hu.po
14886         * po/it.po
14887         * po/ja.po
14888         * po/ko.po
14889         * po/nl.po
14890         * po/pl.po
14891         * po/pt_BR.po
14892         * po/ru.po
14893         * po/sk.po
14894         * po/sr.po
14895         * po/sv.po
14896         * po/zh_CN.po
14897         * po/zh_TW.Big5.po
14898         * src/compose.c
14899         * tools/Makefile.am
14900         * tools/README
14901         * tools/filter_conv.pl
14902         * tools/kdeservicemenu/README
14903         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14904         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14905                 Sync with HEAD
14906
14907 2004-12-04 [colin]      0.9.12cvs183.1
14908
14909         * src/compose.c
14910                 Sync with HEAD (compose window position saving)
14911
14912 2004-12-04 [paul]       0.9.12cvs182.3
14913
14914         * src/messageview.c
14915         * src/mimeview.c
14916         * src/prefs_customheader.c
14917         * src/gtk/quicksearch.c
14918                 replace some forgotten GTK_SIGNAL_FUNCs
14919
14920 2004-12-04 [paul]       0.9.12cvs182.2
14921
14922         * src/Makefile.am
14923                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14924                 committed in error      
14925
14926 2004-12-04 [paul]       0.9.12cvs182.1
14927
14928         * ChangeLog
14929         * ChangeLog.claws
14930         * ChangeLog.jp
14931         * INSTALL
14932         * NEWS
14933         * README
14934         * README.jp
14935         * configure.ac
14936         * doc/manual/ja/Makefile.am
14937         * doc/manual/ja/sylpheed-1.html
14938         * doc/manual/ja/sylpheed-10.html
14939         * doc/manual/ja/sylpheed-11.html
14940         * doc/manual/ja/sylpheed-12.html
14941         * doc/manual/ja/sylpheed-13.html
14942         * doc/manual/ja/sylpheed-14.html
14943         * doc/manual/ja/sylpheed-15.html
14944         * doc/manual/ja/sylpheed-16.html
14945         * doc/manual/ja/sylpheed-17.html
14946         * doc/manual/ja/sylpheed-18.html
14947         * doc/manual/ja/sylpheed-19.html
14948         * doc/manual/ja/sylpheed-2.html
14949         * doc/manual/ja/sylpheed-20.html
14950         * doc/manual/ja/sylpheed-3.html
14951         * doc/manual/ja/sylpheed-4.html
14952         * doc/manual/ja/sylpheed-5.html
14953         * doc/manual/ja/sylpheed-6.html
14954         * doc/manual/ja/sylpheed-7.html
14955         * doc/manual/ja/sylpheed-8.html
14956         * doc/manual/ja/sylpheed-9.html
14957         * doc/manual/ja/sylpheed.html
14958         * doc/manual/ja/sylpheed.sgml
14959         * po/de.po
14960         * src/Makefile.am
14961         * src/compose.c
14962         * src/procmime.c
14963         * src/pixmaps/regular.xpm **REMOVED**
14964         * src/plugins/pgpmime/pgpmime.c
14965         * src/plugins/pgpmime/plugin.c
14966         * src/plugins/pgpmime/prefs_gpg.c
14967                 sync with HEAD
14968
14969 2004-12-03 [paul]       0.9.12cvs180.1
14970
14971         * ChangeLog
14972         * ChangeLog.claws
14973         * ChangeLog.jp
14974         * configure.ac
14975         * src/Makefile.am
14976         * src/pop.c
14977         * src/common/utils.c
14978         * src/common/utils.h
14979         * src/pixmaps/continue.xpm
14980         * src/pixmaps/dir_close.xpm
14981         * src/pixmaps/dir_open.xpm
14982         * src/pixmaps/drafts_close.xpm
14983         * src/pixmaps/drafts_open.xpm
14984         * src/pixmaps/folder.xpm **REMOVED**
14985         * src/pixmaps/group.xpm
14986         * src/pixmaps/unread.xpm
14987                 sync with HEAD
14988
14989 2004-12-02 [colin]      0.9.12cvs179.1
14990
14991         * src/compose.c
14992                 Sync with HEAD (non-duplicated reedition)
14993
14994 2004-12-02 [colin]      0.9.12cvs178.1
14995
14996         * src/compose.c
14997                 Sync with HEAD (linewrap_quote fix)
14998
14999 2004-12-01 [colin]      0.9.12cvs177.3
15000
15001         * src/addrharvest.c
15002                 Replace sizeof with strlen
15003
15004 2004-12-01 [paul]       0.9.12cvs177.2
15005
15006         * src/addrharvest.c
15007                 fix 'harvest addresses'
15008
15009 2004-11-30 [colin]      0.9.12cvs177.1
15010
15011         * src/gtk/prefswindow.c
15012         * src/gtk/pluginwindow.c
15013                 Sync with HEAD
15014
15015 2004-11-29 [colin]      0.9.12cvs176.1
15016
15017         * src/folderview.c
15018                 sync with HEAD (Fix disappearing separators in folderview's popup)
15019
15020 2004-11-29 [colin]      0.9.12cvs175.1
15021
15022         * src/procmime.c
15023                 Sync with head (another format fix)
15024
15025 2004-11-29 [colin]      0.9.12cvs174.1
15026
15027         * src/pop.c
15028                 Sync with HEAD (format string fix)
15029
15030 2004-11-26 [colin]      0.9.12cvs173.1
15031
15032         * src/common/smtp.c
15033         * src/common/smtp.h
15034                 Sync with HEAD
15035
15036 2004-11-24 [colin]      0.9.12cvs172.1
15037
15038         * src/plugins/pgpmime/pgpmime.c
15039                 Sync with HEAD
15040
15041 2004-11-24 [colin]      0.9.12cvs171.1
15042
15043         * src/plugins/pgpmime/pgpmime.c
15044                 Sync with head (gpgmectx leaks)
15045
15046 2004-11-24 [colin]      0.9.12cvs169.1
15047
15048         * src/plugins/pgpmime/plugin.c
15049         * src/plugins/trayicon/Makefile.am
15050         * src/plugins/trayicon/newmarkedmail.xpm
15051         * src/plugins/trayicon/trayicon.c
15052         * src/plugins/trayicon/unreadmarkedmail.xpm
15053                 Sync with HEAD
15054
15055 2004-11-23 [colin]      0.9.12cvs168.1
15056
15057         * src/partial_download.c
15058         * src/partial_download.h
15059         * src/plugins/pgpmime/plugin.c
15060                 Sync with HEAD
15061
15062 2004-11-23 [colin]      0.9.12cvs166.1
15063
15064         * src/Makefile.am
15065         * src/codeconv.c
15066         * src/compose.c
15067         * src/folderview.c
15068         * src/main.c
15069         * src/partial_download.c
15070         * src/partial_download.h
15071         * src/prefs_account.c
15072         * src/prefs_account.h
15073         * src/privacy.c
15074         * src/privacy.h
15075         * src/procmime.c
15076         * src/common/Makefile.am
15077         * src/common/base64.h
15078         * src/common/partial_download.c
15079         * src/common/partial_download.h
15080         * src/gtk/prefswindow.c
15081         * src/gtk/prefswindow.h
15082         * src/plugins/pgpmime/pgpmime.c
15083         * src/plugins/pgpmime/prefs_gpg.c
15084         * src/plugins/pgpmime/prefs_gpg.h
15085         * src/plugins/pgpmime/sgpgme.c
15086         * src/plugins/pgpmime/sgpgme.h
15087                 Sync with HEAD
15088
15089 2004-11-23 [colin]      0.9.12cvs163.1
15090
15091         * src/main.c
15092                 Sync with HEAD (cursor optimization)
15093
15094 2004-11-23 [colin]      0.9.12cvs162.1
15095
15096         * src/prefs_common.c
15097         * src/prefs_themes.c
15098         * src/procmsg.c
15099                 Sync with HEAD
15100
15101 2004-11-23 [colin]      0.9.12cvs158.9
15102
15103         * src/compose.c
15104                 Fix double-free when forwarding
15105         * src/msgcache.c
15106                 Fix leak on error path
15107                 
15108
15109 2004-11-23 [colin]      0.9.12cvs158.8
15110
15111         * src/compose.c
15112                 Fix possible double-free
15113                 Spotted by Alfons
15114
15115 2004-11-23 [colin]      0.9.12cvs158.7
15116
15117         * src/compose.c
15118                 Fix some signal handlers' prototypes
15119                 Spotted by Alfons
15120
15121 2004-11-22 [colin]      0.9.12cvs158.6
15122
15123         * src/compose.c
15124                 Remove unneeded code and duplicated
15125                 wrapping - patch by Alfons
15126
15127 2004-11-22 [colin]      0.9.12cvs158.5
15128
15129         * src/prefs_themes.c
15130                 Fix oversized selector
15131
15132 2004-11-22 [colin]      0.9.12cvs158.4
15133
15134         * src/compose.c
15135                 fix dump_text()
15136                 patch by Alfons
15137
15138 2004-11-19 [colin]      0.9.12cvs158.3
15139
15140         * src/textview.c
15141                 Add a context menu on links (open, copy)
15142
15143 2004-11-18 [paul]       0.9.12cvs158.2
15144
15145         * src/addrgather.c
15146         * src/exphtmldlg.c
15147         * src/expldifdlg.c
15148         * src/mimeview.c
15149         * src/prefs_common.c
15150         * src/plugins/image_viewer/viewer.c
15151         * src/plugins/spamassassin/spamassassin_gtk.c
15152                 replace deprecated gtk_notebook_set_page
15153                 and gtk_notebook_current_page
15154
15155 2004-11-18 [paul]       0.9.12cvs158.1
15156
15157         * configure.ac
15158         * src/compose.c
15159         * src/mainwindow.c
15160         * src/messageview.c
15161         * src/prefs_common.c
15162         * src/common/utils.c
15163         * src/common/utils.h
15164                 sync with HEAD
15165
15166 2004-11-17 [colin]      0.9.12cvs156.1
15167
15168         * src/prefs_account.c
15169         * src/prefs_account.h
15170         * src/procmsg.c
15171                 Sync with HEAD (add pref to store encrypted mails encrypted)
15172
15173 2004-11-17 [paul]       0.9.12cvs155.1
15174
15175         * ChangeLog
15176         * ChangeLog.claws
15177         * ChangeLog.jp
15178         * NEWS
15179         * configure.ac
15180         * src/compose.c
15181         * src/jpilot.c
15182         * src/privacy.c
15183         * src/procmime.c
15184         * src/procmime.h
15185         * src/procmsg.c
15186         * src/toolbar.c
15187         * src/pixmaps/error.xpm
15188                 sync with HEAD
15189
15190 2004-11-17 [colin]      0.9.12cvs151.1
15191
15192         * src/plugins/pgpmime/pgpmime.c
15193                 Sync with HEAD (remove debug printf)
15194
15195 2004-11-17 [colin]      0.9.12cvs150.1
15196
15197         * src/plugins/pgpmime/pgpmime.c
15198                 Sync with HEAD (off-by-one fix)
15199
15200 2004-11-17 [colin]      0.9.12cvs149.1
15201
15202         * src/procmsg.c
15203                 Sync with HEAD (coding style fixes)
15204
15205 2004-11-16 [colin]      0.9.12cvs148.1
15206
15207         * src/procmsg.c
15208                 Sync with head (Fix the fix)
15209
15210 2004-11-16 [colin]      0.9.12cvs147.1
15211
15212         * src/procmsg.c
15213                 Sync with Main (leak fix)
15214
15215 2004-11-16 [colin]      0.9.12cvs146.14
15216
15217         * src/compose.c
15218                 Remove useless chunk of code
15219                 Patch by Alfons
15220
15221 2004-11-15 [colin]      0.9.12cvs146.13
15222
15223         * src/compose.c
15224                 Fix drafting after insertion
15225                 Patch by Alfons
15226
15227 2004-11-15 [colin]      0.9.12cvs146.12
15228
15229         * src/compose.c
15230         * src/prefs_filtering.c
15231         * src/prefs_filtering_action.c
15232         * src/prefs_toolbar.c
15233                 Fix some const-correctness
15234
15235 2004-11-15 [colin]      0.9.12cvs146.11
15236
15237         * src/summaryview.c
15238         * src/prefs_themes.c
15239         * src/messageview.c
15240                 Fix some leaks
15241
15242 2004-11-15 [colin]      0.9.12cvs146.10
15243
15244         * src/codeconv.c
15245                 More unreadable locale fixes
15246
15247 2004-11-14 [colin]      0.9.12cvs146.9
15248
15249         * src/textview.c
15250                 Fix uri_security_check
15251                 Patch by Alfons
15252
15253 2004-11-13 [paul]       0.9.12cvs146.8
15254
15255         * src/folder.c
15256         * src/procmime.c
15257                 fix 2 bugs introduced in last commit
15258
15259 2004-11-13 [paul]       0.9.12cvs146.7
15260
15261         * src/compose.c
15262         * src/exporthtml.c
15263         * src/exportldif.c
15264         * src/folder.c
15265         * src/imap.c
15266         * src/imap_gtk.c
15267         * src/main.c
15268         * src/mainwindow.c
15269         * src/messageview.c
15270         * src/mh_gtk.c
15271         * src/prefs_themes.c
15272         * src/procmime.c
15273         * src/setup.c
15274         * src/summaryview.c
15275                 replace deprecated g_basename
15276
15277 2004-11-13 [paul]       0.9.12cvs146.6
15278
15279         * src/compose.c
15280         * src/imap.c
15281         * src/matcher_parser.h
15282         * src/matcher_parser_parse.y
15283         * src/prefs_filtering.c
15284         * src/prefs_filtering_action.c
15285         * src/prefs_themes.c
15286         * src/prefs_toolbar.c
15287         * src/common/utils.c
15288                 various small fixes/cleanups
15289
15290 2004-11-12 [colin]      0.9.12cvs146.5
15291
15292         * src/textview.c
15293                 Validate event's origin on visibility notify
15294                 Patch by Alfons.
15295
15296 2004-11-12 [paul]       0.9.12cvs146.4
15297
15298         * src/exporthtml.c
15299         * src/exportldif.c
15300         * src/imap.c
15301         * src/mh.c
15302         * src/mimeview.c
15303         * src/prefs_spelling.c
15304         * src/prefs_themes.c
15305                 replace deprecated g_dirname    
15306
15307 2004-11-12 [colin]      0.9.12cvs146.3
15308
15309         * src/textview.c
15310                 Some coding style fixes
15311
15312 2004-11-12 [colin]      0.9.12cvs146.2
15313
15314         * src/codeconv.c
15315                 We want to replace _all_ extended chars in
15316                 conv_unreadable_*, because any string containing
15317                 extended chars not parsing as UTF8 is 
15318                 undisplayed on gtk2.
15319
15320 2004-11-12 [paul]       0.9.12cvs146.1
15321
15322         * ChangeLog
15323         * ChangeLog.claws
15324         * ChangeLog.jp
15325         * NEWS
15326         * configure.ac
15327         * src/account.c
15328         * src/folderview.c
15329         * src/folderview.h
15330         * src/imap.c
15331         * src/imap_gtk.c
15332         * src/inc.c
15333         * src/mainwindow.c
15334         * src/mh_gtk.c
15335         * src/news_gtk.c
15336         * src/pop.c
15337         * src/prefs_account.c
15338         * src/prefs_account.h
15339         * src/prefs_ext_prog.c
15340         * src/procmime.c
15341         * src/procmime.h
15342         * src/procmsg.c
15343         * src/procmsg.h
15344         * src/summary_search.c
15345         * src/summaryview.c
15346         * src/textview.c
15347         * src/common/defs.h
15348         * src/common/utils.c
15349         * src/common/utils.h
15350         * src/gtk/menu.c
15351         * src/gtk/menu.h
15352                 sync with HEAD
15353
15354 2004-11-11 [colin]      0.9.12cvs144.2
15355
15356         * src/textview.c
15357                 Fix URI range selection (patch by Alfons)
15358
15359 2004-11-09 [colin]      0.9.12cvs144.1
15360
15361         * ChangeLog.claws
15362         * src/compose.c
15363         * src/folder.c
15364         * src/folder_item_prefs.c
15365         * src/prefs_account.c
15366         * src/prefs_account.h
15367         * src/plugins/pgpmime/pgpmime.c
15368                 Sync with HEAD
15369
15370 2004-11-08 [colin]      0.9.12cvs143.1
15371
15372         * src/summaryview.c
15373                 Sync with HEAD (optimize quicksearch)
15374
15375 2004-11-08 [colin]      0.9.12cvs142.2
15376
15377         * src/compose.c
15378                 Don't wrap when Edit/Auto wrapping is disabled
15379
15380 2004-11-08 [colin]      0.9.12cvs142.1
15381
15382         * src/textview.c
15383                 Sync with HEAD
15384
15385 2004-11-08 [colin]      0.9.12cvs141.1
15386
15387         * src/textview.c
15388                 Sync with HEAD (fix some mail URIs)
15389
15390 2004-11-08 [colin]      0.9.12cvs140.3
15391
15392         * src/textview.c
15393                 o Use text cursor instead of arrow when
15394                   not on a link
15395                 o Fix handling of contiguous links (as in
15396                   "colin@colino.net" <colin@colino.net>)
15397                   This one unveils a bug in get_email_part()
15398
15399 2004-11-07 [colin]      0.9.12cvs140.2
15400
15401         * src/textview.c
15402                 Fix memleak. Patch by Alfons.
15403
15404 2004-11-06 [colin]      0.9.12cvs140.1
15405
15406         * src/compose.c
15407                 Sync with HEAD (don't ask passphrase
15408                 when drafting)
15409
15410 2004-11-06 [paul]       0.9.12cvs139.2
15411
15412         * AUTHORS
15413         * src/textview.c
15414         * src/textview.h
15415                 textview URI handling. hovering over a 
15416                 link displays it in the status bar,
15417                 and changes the mouse pointer to a hand 
15418                 cursor. a link is activated with a single 
15419                 click. (Modified from the) patch by Jean-Yves 
15420                 Lefort <jylefort@users.sourceforge.net>
15421                 
15422
15423 2004-11-05 [colin]      0.9.12cvs139.1
15424
15425         * src/compose.c
15426         * src/procmime.c
15427                 Sync with HEAD again ^^
15428
15429 2004-11-05 [colin]      0.9.12cvs139.1
15430
15431         * src/compose.c
15432         * src/procmime.c
15433                 Sync with HEAD
15434
15435 2004-11-03 [paul]       0.9.12cvs138.1
15436
15437         * ChangeLog.claws
15438         * configure.ac
15439         * po/POTFILES.in
15440         * src/prefs_ext_prog.c
15441         * src/procmime.c
15442         * tools/kdeservicemenu/README
15443         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15444         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15445                 sync with HEAD
15446
15447 2004-11-01 [christoph]  0.9.12cvs136.2
15448
15449         * src/procmime.c
15450                 convert MIME parameters to UTF-8
15451
15452 2004-10-29 [colin]      0.9.12cvs136.1
15453
15454         * src/common/utils.c
15455                 Sync with HEAD (don't use '=' in mime boundary)
15456
15457 2004-10-29 [paul]       0.9.12cvs135.1
15458
15459         * configure.ac
15460         * doc/src/rfc2231.txt
15461         * src/procmime.c
15462         * src/common/quoted-printable.c
15463         * src/common/utils.c
15464         * src/common/utils.h
15465                 sync with HEAD
15466
15467 2004-10-27 [paul]       0.9.12cvs134.1
15468
15469         * configure.ac
15470         * src/main.c
15471         * src/procmime.c
15472         * src/plugins/pgpmime/pgpmime.c
15473                 sync with HEAD
15474
15475 2004-10-26 [paul]       0.9.12cvs132.3
15476
15477         * src/account.c
15478         * src/addressbook.c
15479         * src/addrgather.c
15480         * src/addrharvest.c
15481         * src/codeconv.c
15482         * src/compose.c
15483         * src/customheader.c
15484         * src/editaddress.c
15485         * src/editgroup.c
15486         * src/enriched.c
15487         * src/expldifdlg.c
15488         * src/exporthtml.c
15489         * src/exportldif.c
15490         * src/folder.c
15491         * src/foldersel.c
15492         * src/folderview.c
15493         * src/grouplistdialog.c
15494         * src/html.c
15495         * src/imap.c
15496         * src/jpilot.c
15497         * src/ldapserver.c
15498         * src/ldif.c
15499         * src/mimeview.c
15500         * src/news.c
15501         * src/news_gtk.c
15502         * src/pop.c
15503         * src/prefs_display_header.c
15504         * src/prefs_gtk.c
15505         * src/prefs_msg_colors.c
15506         * src/prefs_toolbar.c
15507         * src/procheader.c
15508         * src/procmime.c
15509         * src/summaryview.c
15510         * src/textview.c
15511         * src/toolbar.c
15512         * src/vcard.c
15513         * src/common/mgutils.c
15514         * src/common/nntp.c
15515         * src/common/smtp.c
15516         * src/common/template.c
15517         * src/common/utils.c
15518         * src/common/xmlprops.c
15519         * src/plugins/pgpmime/pgpmime.c
15520         * src/plugins/pgpmime/select-keys.c
15521         * src/plugins/pgpmime/sgpgme.c
15522                 replace deprecated g_strcasecmp(), g_strncasecmp(),
15523                 g_string_sprintfa(), gtk_notebook_current_page()
15524
15525 2004-10-26 [colin]      0.9.12cvs132.2
15526
15527         * src/prefs_folder_item.c
15528                 Fix default-account selection
15529
15530 2004-10-21 [colin]      0.9.12cvs133
15531
15532         * src/compose.c
15533                 Sync with HEAD (Remove extra separator in compose's Options)
15534         * src/textview.c
15535                 Set wrapping to char
15536
15537 2004-10-21 [paul]       0.9.12cvs131.2
15538
15539         * src/compose.c
15540         * src/sourcewindow.c
15541                 fix wrapping
15542                 fix window shrinking 
15543
15544 2004-10-21 [colin]      0.9.12cvs131.1
15545
15546         * ChangeLog.claws
15547         * src/compose.c
15548                 Sync with HEAD
15549
15550 2004-10-21 [paul]       0.9.12cvs130.2
15551
15552         * src/prefs_folder_item.c
15553                 sync with HEAD (Apply to subfolders)
15554
15555 2004-10-19 [colin]      0.9.12cvs130.1
15556
15557         * ChangeLog.claws
15558         * src/compose.c
15559         * src/common/utils.c
15560         * src/gtk/menu.c
15561                 Sync with HEAD
15562
15563 2004-10-19 [colin]      0.9.12cvs128.1
15564
15565         * src/addrbook.c
15566         * src/addrcache.c
15567         * src/addressbook.c
15568         * src/codeconv.c
15569         * src/compose.c
15570         * src/customheader.c
15571         * src/editaddress.c
15572         * src/editgroup.c
15573         * src/exporthtml.c
15574         * src/folder.c
15575         * src/folderview.c
15576         * src/imap.c
15577         * src/jpilot.c
15578         * src/main.c
15579         * src/matcher_parser_parse.y
15580         * src/mbox.c
15581         * src/pop.c
15582         * src/prefs_account.c
15583         * src/prefs_gtk.c
15584         * src/prefs_msg_colors.c
15585         * src/procheader.c
15586         * src/procmime.c
15587         * src/procmime.h
15588         * src/procmsg.c
15589         * src/summaryview.c
15590         * src/textview.c
15591         * src/common/base64.c
15592         * src/common/partial_download.c
15593         * src/common/socket.c
15594         * src/common/sylpheed.c
15595         * src/common/utils.c
15596         * src/common/utils.h
15597         * src/gtk/pluginwindow.c
15598         * src/gtk/quicksearch.c
15599         * src/plugins/clamav/clamav_plugin.c
15600         * src/plugins/clamav/clamav_plugin.h
15601         * src/plugins/clamav/clamav_plugin_gtk.c
15602         * src/plugins/pgpmime/passphrase.c
15603         * src/plugins/pgpmime/pgpmime.c
15604         * src/plugins/pgpmime/plugin.c
15605         * src/plugins/pgpmime/prefs_gpg.c
15606         * src/plugins/pgpmime/prefs_gpg.h
15607         * src/plugins/pgpmime/select-keys.c
15608         * src/plugins/pgpmime/sgpgme.c
15609         * src/plugins/spamassassin/libspamc.c
15610         * src/plugins/spamassassin/spamassassin.c
15611         * src/plugins/spamassassin/spamassassin.h
15612         * src/plugins/spamassassin/spamassassin_gtk.c
15613         * src/plugins/trayicon/trayicon.c
15614         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
15615                 Sync with HEAD
15616
15617 2004-10-14 [colin]      0.9.12cvs126.2
15618
15619         * src/codeconv.c
15620         * src/textview.c
15621                 Fix conv_unreadable_locale
15622
15623 2004-10-13 [colin]      0.9.12cvs126.1
15624
15625         * src/compose.c
15626                 Sync with HEAD (don't convert charset for 
15627                 drafted messages, minor cleanup)
15628
15629 2004-10-13 [colin]      0.9.12cvs125.1
15630
15631         * po/POTFILES.in
15632                 Sync with HEAD (POTFILES fix)
15633
15634 2004-10-12 [colin]      0.9.12cvs124.3
15635
15636         * src/compose.c
15637                 Fix encoding bug from latest sync
15638
15639 2004-10-12 [paul]       0.9.12cvs124.2
15640
15641         * src/plugins/pgpmime/prefs_gpg.c
15642         * src/plugins/pgpmime/prefs_gpg.h
15643                 forgotten in last commit        
15644
15645 2004-10-12 [paul]       0.9.12cvs124.1
15646
15647         * ChangeLog.claws
15648         * configure.ac
15649         * m4/spamassassin.m4
15650         * src/Makefile.am
15651         * src/account.c
15652         * src/compose.c
15653         * src/compose.h
15654         * src/crash.c
15655         * src/main.c
15656         * src/mimeview.c
15657         * src/passphrase.c
15658         * src/passphrase.h
15659         * src/prefs_account.c
15660         * src/prefs_account.h
15661         * src/prefs_common.c
15662         * src/privacy.c
15663         * src/privacy.h
15664         * src/procmime.c
15665         * src/procmime.h
15666         * src/procmsg.c
15667         * src/rfc2015.c
15668         * src/rfc2015.h
15669         * src/select-keys.c
15670         * src/select-keys.h
15671         * src/textview.c
15672         * src/common/utils.c
15673         * src/common/utils.h
15674         * src/gtk/about.c
15675         * src/plugins/pgpmime/Makefile.am
15676         * src/plugins/pgpmime/passphrase.c
15677         * src/plugins/pgpmime/passphrase.h
15678         * src/plugins/pgpmime/pgpmime.c
15679         * src/plugins/pgpmime/plugin.c
15680         * src/plugins/pgpmime/select-keys.c
15681         * src/plugins/pgpmime/select-keys.h
15682         * src/plugins/pgpmime/sgpgme.c
15683         * src/plugins/pgpmime/sgpgme.h
15684                 sync with HEAD
15685
15686 2004-10-04 [colin]      0.9.12cvs122.1
15687
15688         * src/mainwindow.c
15689         * src/messageview.c
15690         * src/messageview.h
15691         * src/textview.c
15692                 Sync with HEAD
15693
15694 2004-10-04 [colin]      0.9.12cvs121.1
15695
15696         * src/summaryview.c
15697                 Sync with HEAD
15698
15699 2004-10-04 [paul]       0.9.12cvs120.1
15700
15701         * configure.ac
15702                 sync with HEAD [don't try to build 
15703                 pgpmime plugin when gpgme is disabled]
15704
15705 2004-10-03 [colin]      0.9.12cvs119.3
15706
15707         * src/gtk/gtksctree.c
15708                 Lots of side effects. Put back as before 117.2.
15709         * src/summaryview.c
15710                 Fix bug #602
15711
15712 2004-10-03 [colin]      0.9.12cvs119.2
15713
15714         * src/gtk/gtksctree.c
15715                 Revert 608 fix that doesn't work that good
15716
15717 2004-10-02 [colin]      0.9.12cvs119.1
15718
15719         * src/mainwindow.c
15720         * src/messageview.c
15721         * src/prefs_common.h
15722         * src/procmime.c
15723         * src/procmime.h
15724         * src/textview.c
15725                 Sync with HEAD
15726         * src/gtk/gtksctree.c
15727                 Close bug #608
15728
15729 2004-10-01 [colin]      0.9.12cvs118.1
15730
15731         * src/mimeview.c
15732                 Sync with HEAD (better Save All fix)
15733
15734 2004-10-01 [colin]      0.9.12cvs117.2
15735
15736         * src/gtk/gtksctree.c
15737                 Faster on selection
15738
15739 2004-10-01 [colin]      0.9.12cvs117.1
15740
15741         * src/mimeview.c
15742                 Sync with HEAD (Save All: only attachments)
15743
15744 2004-10-01 [paul]       0.9.12cvs116.1
15745
15746         * ChangeLog.claws
15747         * configure.ac
15748         * src/account.c
15749         * src/prefs_common.c
15750         * src/gtk/colorlabel.c
15751                 sync with HEAD
15752
15753 2004-09-30 [colin]      0.9.12cvs115.1
15754
15755         * src/stock_pixmap.c
15756         * src/stock_pixmap.h
15757         * src/folderview.c
15758         * src/Makefile.am
15759         * src/pixmaps/read.xpm
15760                 Sync with HEAD (new pixmap)
15761
15762 2004-09-29 [colin]      0.9.12cvs114.1
15763
15764         * src/compose.c
15765                 Sync with HEAD
15766                 Fix focus handling in headers
15767
15768 2004-09-29 [paul]       0.9.12cvs113.1
15769
15770         * src/quote_fmt_parse.y
15771                 sync with HEAD
15772  
15773
15774 2004-09-28 [colin]      0.9.12cvs112.1
15775
15776         * src/folderview.c
15777         * src/mainwindow.c
15778                 Sync with HEAD
15779
15780 2004-09-28 [colin]      0.9.12cvs110.1
15781
15782         * src/folderview.c
15783                 Sync with HEAD (Contextual Empty trash menu)
15784
15785 2004-09-28 [colin]      0.9.12cvs108.1
15786
15787         * src/addressbook.c
15788                 Sync with HEAD (addressbook edit on double-click)
15789
15790 2004-09-28 [colin]      0.9.12cvs106.1
15791
15792         * src/inc.c
15793                 Sync with HEAD (folder_item freeze on inc)
15794
15795 2004-09-27 [colin]      0.9.12cvs105.1
15796
15797         * src/folderview.c
15798                 Sync with HEAD (right-align new and unread column)
15799
15800 2004-09-27 [colin]      0.9.12cvs104.1
15801
15802         * src/main.c
15803                 Sync with HEAD (revert 0.9.12cvs101)
15804
15805 2004-09-24 [colin]      0.9.12cvs103.2
15806
15807         * src/wizard.c
15808                 Fix gtk warnings and use domain part of the email address 
15809                 when domain detection fails (no dot in domain name)
15810
15811 2004-09-23 [colin]      0.9.12cvs103.1
15812
15813         * src/plugins/spamassassin/libspamc.c
15814         * src/plugins/spamassassin/libspamc.h
15815         * src/plugins/spamassassin/utils.c
15816         * src/plugins/spamassassin/utils.h
15817                 Sync with HEAD (Update spamassassin to 3.0)
15818
15819 2004-09-21 [colin]      0.9.12cvs102.3
15820
15821         * src/action.c
15822                 Add horizontal scrollbar in action io dialog as needed
15823                 Patch by Alfons.
15824
15825 2004-09-20 [colin]      0.9.12cvs102.2
15826
15827         * src/plugins/image_viewer/viewer.c
15828                 Remove imlib stuff
15829                 use gtk_pixmap_set when clearing
15830                 (would be better to use gtkImages, but causes size-allocate 
15831                 signals storm)
15832
15833 2004-09-17 [paul]       0.9.12cvs102.1
15834
15835         * ChangeLog
15836         * ChangeLog.claws
15837         * ChangeLog.jp
15838         * configure.ac
15839         * src/inc.c
15840                 sync with HEAD
15841
15842
15843 2004-09-17 [colin]      0.9.12cvs101.1
15844
15845         * ChangeLog.claws
15846         * src/main.c
15847                 Sync with HEAD (fix segs at exit)
15848
15849 2004-09-14 [colin]      0.9.12cvs99.5
15850
15851         * src/common/socket.c
15852         * AUTHORS
15853                 Fix send error on 64bit platforms
15854                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
15855
15856 2004-09-14 [colin]      0.9.12cvs99.4
15857
15858         * src/action.c
15859                 Fix action output with utf8 
15860                 Patch by Alfons.
15861
15862 2004-09-14 [colin]      0.9.12cvs99.3
15863
15864         * ChangeLog.claws
15865         * src/folder.c
15866                 Sync with HEAD
15867
15868 2004-09-09 [colin]      0.9.12cvs99.2
15869
15870         * src/action.c
15871                 Fix progress bar (displaying "Completed %v/%u")
15872                 Patch by Alfons.
15873
15874 2004-09-08 [colin]      0.9.12cvs99.1
15875
15876         * src/account.c
15877         * src/folder.c
15878         * src/procmsg.c
15879         * src/procmsg.h
15880         * src/plugins/pgpmime/pgpmime.c
15881                 Sync with HEAD
15882
15883 2004-09-08 [colin]      0.9.12cvs97.2
15884
15885         * src/summaryview.c
15886                 Don't select mails in collapsed threads 
15887                 when navigating with up/down
15888
15889 2004-09-07 [colin]      0.9.12cvs97.1
15890
15891         * src/inc.c
15892                 Sync with HEAD (meaningful error messages)
15893
15894 2004-09-06 [colin]      0.9.12cvs96.1
15895
15896         * src/toolbar.c
15897                 Sync with HEAD (fix Redirect graying out)
15898
15899 2004-09-06 [colin]      0.9.12cvs95.1
15900
15901         * src/summaryview.c
15902         * src/mimeview.c
15903                 Sync with HEAD (fix dropped URIs)
15904
15905 2004-09-06 [colin]      0.9.12cvs94.1
15906
15907         * src/addressbook.c
15908         * src/addressitem.h
15909         * src/addritem.c
15910         * src/addritem.h
15911                 Sync with HEAD (addressbook DnD)
15912
15913 2004-09-03 [colin]      0.9.12cvs93.1
15914
15915         * src/summaryview.c
15916                 Sync with HEAD (next/prev unread)
15917
15918 2004-09-03 [colin]      0.9.12cvs92.1
15919
15920         * src/prefs_common.c
15921         * src/prefs_common.h
15922         * src/summaryview.c
15923                 Sync with HEAD ('mark_as_read_delay' pref)
15924
15925 2004-09-02 [colin]      0.9.12cvs91.2
15926
15927         * src/common/xml.c
15928                 Fix leak
15929
15930 2004-09-02 [colin]      0.9.12cvs91.1
15931
15932         * src/gtk/menu.c
15933                 Sync with HEAD (menu accel don't work, but whatever)
15934
15935 2004-09-02 [colin]      0.9.12cvs90.1
15936
15937         * src/account.c
15938                 Sync with HEAD (fix bug 582)
15939
15940 2004-09-02 [colin]      0.9.12cvs89.1
15941
15942         * src/addrindex.c
15943                 Sync with HEAD (free deleted queries)
15944
15945 2004-09-02 [colin]      0.9.12cvs88.1
15946
15947         * src/ldapquery.c
15948                 Sync with HEAD (fix LDAP freezes)
15949
15950 2004-09-02 [colin]      0.9.12cvs87.1
15951
15952         * src/prefs_spelling.c
15953                 Sync with HEAD (add default dictionary)
15954
15955 2004-09-01 [colin]      0.9.12cvs86.1
15956
15957         * src/filtering.c
15958         * src/folderview.c
15959         * src/imap.c
15960         * src/prefs_matcher.c
15961         * src/stock_pixmap.c
15962         * src/summary_search.c
15963         * src/summaryview.c
15964         * src/wizard.c
15965         * src/wizard.h
15966                 Sync with HEAD (uninitialized vars fixes)
15967                 + gtk2 specific warning fixes
15968
15969 2004-08-31 [colin]      0.9.12cvs85.1
15970
15971         * src/folder.c
15972                 Sync with HEAD (Fix memory corruption due to 
15973                 uninitialized var)
15974
15975 2004-08-31 [colin]      0.9.12cvs84.4
15976
15977         * src/summary_search.c
15978                 Fix segfaults when searching in folders with broken headers
15979
15980 2004-08-31 [colin]      0.9.12cvs84.3
15981
15982         * src/compose.c
15983         * src/textview.c
15984                 Fix some more encoding/decoding issues
15985
15986 2004-08-30 [colin]      0.9.12cvs84.2
15987
15988         * src/mimeview.c
15989         * src/prefs_themes.c
15990         * src/gtk/filesel.c
15991         * src/gtk/filesel.h
15992                 Add a folder-mode selection (fixes mimeview's "Save all")
15993
15994 2004-08-29 [colin]      0.9.12cvs84.1
15995
15996         * src/mimeview.c
15997                 Sync with HEAD (don't escape saved filenames)
15998
15999 2004-08-27 [colin]      0.9.12cvs83.1
16000
16001         * ChangeLog
16002         * ChangeLog.claws
16003         * ChangeLog.jp
16004         * src/mh.c
16005         * src/procheader.c
16006         * src/procmsg.c
16007         * src/procmsg.h
16008         * src/common/utils.c
16009         * src/gtk/menu.h
16010         * po/
16011                 Sync with HEAD 0.9.12cvs83 (sync with main)
16012
16013 2004-08-26 [colin]      0.9.12cvs82.4
16014
16015         * src/codeconv.c
16016                 Fix strange stack corruption
16017                 Convert to utf8 after unmime, not before
16018
16019 2004-08-26 [colin]      0.9.12cvs82.3
16020
16021         * src/main.c
16022         * src/wizard.c
16023                 Fix account folders duplication
16024
16025 2004-08-25 [colin]      0.9.12cvs82.2
16026
16027         * src/wizard.c
16028                 Remove ports
16029                 Add SSL selection
16030                 Use login@server as account name
16031
16032 2004-08-25 [colin]      0.9.12cvs82.1
16033
16034         * src/plugins/pgpmime/pgpmime.c
16035                 Sync with HEAD (leak fix).
16036
16037 2004-08-25 [colin]      0.9.12cvs81.1
16038
16039         * src/plugins/pgpmime/pgpmime.c
16040         * src/plugins/pgpmime/sgpgme.c
16041         * src/plugins/pgpmime/sgpgme.h
16042                 Sync with HEAD (Handle combined messages).
16043
16044 2004-08-24 [colin]      0.9.12cvs80.3
16045
16046         * src/wizard.c
16047                 Fix full name, ports, and imap
16048
16049 2004-08-24 [colin]      0.9.12cvs80.2
16050
16051         * src/Makefile.am
16052         * src/main.c
16053         * src/setup.c
16054         * src/setup.h
16055         * src/stock_pixmap.c
16056         * src/stock_pixmap.h
16057         * src/wizard.c ** ADDED **
16058         * src/wizard.h ** ADDED ** 
16059         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
16060                 Add a setup wizard 
16061
16062 2004-08-24 [colin]      0.9.12cvs80.1
16063
16064         * src/folder.c
16065                 Sync with HEAD (set mimeflags on all messages)
16066
16067 2004-08-24 [colin]      0.9.12cvs79.3
16068
16069         * src/matcher_parser_lex.l
16070                 Fix 8bits strings not in utf8
16071
16072 2004-08-24 [colin]      0.9.12cvs79.2
16073
16074         * src/compose.c
16075                 Check conversion result before replacing buffer
16076
16077 2004-08-23 [colin]      0.9.12cvs79.1
16078
16079         * src/compose.c
16080                 Sync with HEAD (create message header in memory)
16081
16082 2004-08-23 [colin]      0.9.12cvs78.1
16083
16084         * src/rfc2015.c
16085         * src/rfc2015.h
16086                 Sync with HEAD (fix bug 197 again)
16087
16088 2004-08-23 [colin]      0.9.12cvs77.3
16089
16090         * src/compose.c
16091                 Fix again inline gpg signing (which outputs utf8
16092                 in gtk2). Not syncing this fix to HEAD as this 
16093                 code is meant to die.
16094
16095 2004-08-23 [colin]      0.9.12cvs77.2
16096
16097         * src/prefs_account.h
16098                 Remove useless include
16099
16100 2004-08-23 [colin]      0.9.12cvs77.1
16101
16102         * src/imap.c
16103         * po/es.po
16104         * po/fr.po
16105         * po/it.po
16106         * po/pl.po
16107         * po/pt_BR.po
16108         * po/sk.po
16109         * po/sr.po
16110                 Sync with HEAD (fix bug 577)
16111
16112 2004-08-22 [colin]      0.9.12cvs76.1
16113
16114         * src/plugins/trayicon/trayicon.c
16115                 Sync with HEAD (fix formatting bug)
16116
16117 2004-08-21 [colin]      0.9.12cvs74.2
16118
16119         * src/gtk/colorsel.c
16120                 Fix bug 564 (Folder color selection window exits on any
16121                 keypress)
16122
16123 2004-08-21 [colin]      0.9.12cvs74.1
16124
16125         * ChangeLog.claws
16126         * src/compose.c
16127         * src/summaryview.c
16128         * src/toolbar.c
16129                 Sync with HEAD (fix bug 576)
16130
16131 2004-08-21 [colin]      0.9.12cvs70.1
16132
16133         * src/compose.c
16134         * src/mainwindow.c
16135                 Sync with HEAD
16136                 
16137
16138 2004-08-21 [paul]       0.9.12cvs66.4
16139
16140         * src/mainwindow.c
16141         * src/messageview.c
16142         * src/gtk/menu.c
16143         * src/plugins/spamassassin/spamassassin_gtk.c
16144                 remove some deprecated gtk1 functions
16145
16146
16147 2004-08-21 [colin]      0.9.12cvs66.3
16148
16149         * src/compose.c
16150         * src/codeconv.c
16151                 Fix warnings
16152                 Remove encoding hacks
16153                 Fix bug 575 (Strange character messes up message)
16154                 Don't display conversion error when drafting
16155
16156 2004-08-21 [paul]       0.9.12cvs66.2
16157
16158         * src/prefs_account.c
16159                 fix GnuPG mode bugs
16160
16161
16162 2004-08-20 [colin]      0.9.12cvs66.1
16163
16164         * src/codeconv.c
16165                 Sync with HEAD 0.9.12cvs66
16166
16167 2004-08-20 [paul]
16168
16169         * src/plugins/pgpmime/plugin.c
16170                 modify PGP/MIME plugin's description
16171
16172 2004-08-17 [colin]      0.9.12cvs65.1
16173
16174         * src/common/ssl.c
16175         * src/plugins/pgpmime/plugin.c
16176                 Sync with HEAD
16177
16178 2004-08-14 [colin]      0.9.12cvs60.3
16179
16180         * src/plugins/trayicon/trayicon.c
16181                 Put back resize callback, on size-request signal
16182                 rather than size-allocate to avoid infinite 
16183                 callback loop
16184
16185 2004-08-13 [colin]      0.9.12cvs60.2
16186
16187         * src/common/defs.h
16188                 Cache versions have been fixed
16189
16190 2004-08-13 [colin]      0.9.12cvs60.1
16191
16192         * src/folderutils.c
16193                 Sync with HEAD
16194
16195 2004-08-12 [colin]      0.9.12cvs59.1
16196
16197         * src/plugins/trayicon/trayicon.c
16198                 Sync with HEAD
16199
16200 2004-08-12 [colin]      0.9.12cvs57.5
16201
16202         * sylpheed.desktop
16203         * configure.ac
16204         * src/Makefile.am
16205         * src/main.c
16206                 Add support for Freedesktop.org's startup notification
16207
16208 2004-08-11 [colin]      0.9.12cvs57.4
16209
16210         * src/textview.c
16211                 Fix off-by-one
16212
16213 2004-08-11 [colin]      0.9.12cvs57.3
16214
16215         * src/message_search.c
16216         * src/summary_search.c
16217                 Make searches case insensitive by default
16218         * src/textview.c
16219                 Fix case-insensitive search in message
16220
16221 2004-08-11 [colin]      0.9.12cvs57.2
16222
16223         * src/summary_search.c
16224                 Let case-sensitive be specified
16225
16226 2004-08-10 [colin]      0.9.12cvs55.4
16227
16228         * src/common/socket.c
16229                 Fix the possible race condition
16230
16231 2004-08-09 [paul]       0.9.12cvs55.3
16232
16233         * configure.ac
16234         * src/Makefile.am
16235         * src/common/Makefile.am
16236                 sync with HEAD
16237
16238
16239 2004-08-09 [paul]       0.9.12cvs55.2
16240
16241         * autogen.sh
16242         * po/poconv.sh
16243                 remove unneeded script
16244
16245         * configure.ac
16246                 add forgotten USE_LDAP_TLS (sync with HEAD)
16247
16248
16249 2004-08-09 [colin]      0.9.12cvs55.1
16250
16251         * src/main.c
16252         * src/common/ssl.c
16253         * src/common/sylpheed.c
16254         * src/common/sylpheed.h
16255                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
16256
16257 2004-08-09 [paul]       0.9.12cvs54.1
16258
16259         * ChangeLog
16260         * ChangeLog.claws
16261         * ChangeLog.jp
16262         * configure.ac
16263         * po/POTFILES.in
16264         * src/Makefile.am
16265         * src/folderutils.c
16266         * src/main.c
16267         * src/pgpmime.c
16268         * src/pgpmime.h
16269         * src/sgpgme.c
16270         * src/sgpgme.h
16271         * src/plugins/Makefile.am
16272         * src/plugins/pgpmime/.cvsignore
16273         * src/plugins/pgpmime/Makefile.am
16274         * src/plugins/pgpmime/pgpmime.c
16275         * src/plugins/pgpmime/pgpmime.h
16276         * src/plugins/pgpmime/plugin.c
16277         * src/plugins/pgpmime/sgpgme.c
16278         * src/plugins/pgpmime/sgpgme.h
16279                 sync with HEAD
16280
16281 2004-08-08 [paul]       0.9.12cvs51.1
16282
16283         * configure.ac
16284         * src/folder.c
16285                 sync with HEAD
16286
16287 2004-08-07 [colin]      0.9.12cvs50.1
16288
16289         * src/pop.c
16290         * src/common/partial_download.c
16291                 fix warnings (sync from HEAD)
16292
16293 2004-08-07 [colin]      0.9.12cvs48.1
16294
16295         * src/prefs_folder_item.c
16296                 sync with HEAD 0.9.12cvs48
16297
16298 2004-08-06 [colin]      0.9.12cvs47.1
16299
16300         * src/compose.c
16301                 Sync with HEAD
16302
16303 2004-08-06 [christoph]  0.9.12cvs46.2
16304
16305         * src/main.c
16306         * src/plugins/clamav/clamav_plugin_gtk.c
16307         * src/plugins/dillo_viewer/dillo_viewer.c
16308         * src/plugins/image_viewer/plugin.c
16309         * src/plugins/mathml_viewer/mathml_viewer.c
16310         * src/plugins/spamassassin/spamassassin_gtk.c
16311         * src/plugins/trayicon/trayicon.c
16312                 don't mix GTK1.2 plugin with GTK2 plugins
16313
16314 2004-08-06 [colin]      0.9.12cvs46.1
16315
16316         * ChangeLog
16317         * ChangeLog.claws
16318         * ChangeLog.jp
16319         * configure.ac
16320         * sylpheed-claws.pc.in
16321         * src/folder.c
16322         * src/imap.c
16323         * src/localfolder.c
16324         * src/messageview.c
16325         * src/mimeview.c
16326         * src/mimeview.h
16327         * src/msgcache.c
16328         * src/news.c
16329         * src/prefs_ext_prog.c
16330         * src/prefs_folder_item.c
16331         * src/prefs_fonts.c
16332         * src/prefs_msg_colors.c
16333         * src/prefs_spelling.c
16334         * src/prefs_themes.c
16335         * src/prefs_toolbar.c
16336         * src/prefs_wrapping.c
16337         * src/procmime.h
16338         * src/common/defs.h
16339         * src/common/nntp.c
16340         * src/common/session.c
16341         * src/common/session.h
16342         * src/common/socket.c
16343         * src/common/utils.h
16344         * src/common/xml.c
16345         * src/common/xml.h
16346         * src/gtk/prefswindow.c
16347         * src/gtk/prefswindow.h
16348         * src/plugins/clamav/clamav_plugin_gtk.c
16349         * src/plugins/dillo_viewer/dillo_prefs.c
16350         * src/plugins/image_viewer/viewerprefs.c
16351         * src/plugins/spamassassin/spamassassin_gtk.c
16352         * m4/openssl.m4 *** REMOVED ***
16353                 Sync with HEAD 0.9.12cvs46
16354
16355 2004-08-03 [paul]       0.9.12cvs40.2
16356
16357         * src/action.c
16358         * src/addressadd.c
16359         * src/addressbook.c
16360         * src/addrgather.c
16361         * src/browseldap.c
16362         * src/compose.c
16363         * src/crash.c
16364         * src/editaddress.c
16365         * src/editgroup.c
16366         * src/editldap_basedn.c
16367         * src/foldersel.c
16368         * src/importldif.c
16369         * src/mimeview.c
16370         * src/prefs_common.c
16371         * src/prefs_template.c
16372         * src/sourcewindow.c
16373         * src/summaryview.c
16374         * src/gtk/about.c
16375         * src/gtk/foldersort.c
16376         * src/gtk/logwindow.c
16377         * src/gtk/pluginwindow.c
16378         * src/gtk/prefswindow.c
16379                 change all gtk_scrolled_window_set_policy from 
16380                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
16381
16382 2004-08-02 [paul]       0.9.12cvs40.1
16383
16384         * AUTHORS
16385                 update translation team section
16386         * po/pt_BR.po
16387                 updated by Frederico Goncalves Guimaraes
16388                 <fggdebian@yahoo.com.br>
16389
16390 2004-07-31 [colin]      0.9.12cvs39.9
16391
16392         * src/exphtmldlg.c
16393                 Fix compilation
16394
16395 2004-07-31 [colin]      0.9.12cvs39.8
16396
16397         * src/exphtmldlg.c
16398                 Fix an alertpanel type
16399
16400 2004-07-30 [colin]      0.9.12cvs39.7
16401
16402         * src/alertpanel.c
16403                 Fix alertpanel_error_log's icon
16404
16405 2004-07-30 [colin]      0.9.12cvs39.6
16406
16407         * src/pop.c
16408                 Two of them should still be warnings
16409
16410 2004-07-30 [colin]      0.9.12cvs39.5
16411
16412         * src/pop.c
16413                 More warning -> error
16414 2004-07-29 [colin]      0.9.12cvs39.4
16415
16416         * src/pop.c
16417                 Warning -> error
16418
16419 2004-07-29 [colin]      0.9.12cvs39.3
16420
16421         * src/prefs_matcher.c
16422                 Fix segfault
16423
16424 2004-07-29 [colin]      0.9.12cvs39.2
16425
16426         * src/alertpanel.c
16427                 More nice-looking alertpanels
16428
16429 2004-07-29 [colin]      0.9.12cvs39.1
16430
16431         * src/messageview.c
16432                 sync with head
16433                 (inform user when partial mail is deleted on server)
16434
16435 2004-07-29 [colin]      0.9.12cvs38.1
16436
16437         * src/messageview.c
16438                 sync with head
16439
16440 2004-07-28 [paul]       0.9.12cvs37.7
16441
16442         * src/mainwindow.c
16443                 complete the replacement of deprecated gtk_progress_*
16444
16445 2004-07-28 [paul]       0.9.12cvs37.6
16446
16447         * src/action.c
16448         * src/inc.c
16449         * src/mainwindow.c
16450         * src/send_message.c
16451         * src/gtk/progressdialog.c
16452         * src/gtk/progressdialog.h
16453                 replace deprecated gtk_progress_*
16454
16455 2004-07-28 [paul]       0.9.12cvs37.5
16456
16457         * src/gtk/filesel.c
16458                 remove gtk_window_set_wmclass()
16459 2004-07-28 [paul]       0.9.12cvs37.4
16460
16461         * src/addressbook.c
16462         * src/compose.c
16463         * src/foldersel.c
16464         * src/mainwindow.c
16465         * src/messageview.c
16466         * src/sourcewindow.c
16467         * src/gtk/logwindow.c
16468                 remove gtk_window_set_wmclass()
16469                 
16470         * src/prefs_filtering.c
16471         * src/prefs_filtering_action.c
16472         * src/prefs_fonts.c
16473         * src/prefs_gtk.c
16474         * src/prefs_matcher.c
16475         * src/ssl_manager.c
16476         * src/gtk/prefswindow.c
16477                 replace gtk_window_position()
16478
16479 2004-07-28 [colin]      0.9.12cvs37.3
16480
16481         * src/alertpanel.c
16482         * src/alertpanel.h
16483                 Add a way to specify panel type for specific
16484                 panels (alertpanel())
16485         * src/account.c
16486         * src/addressbook.c
16487         * src/compose.c
16488         * src/expldifdlg.c
16489         * src/main.c
16490         * src/messageview.c
16491         * src/summaryview.c
16492         * src/textview.c
16493         * src/gtk/sslcertwindow.c
16494                 Fix alertpanel()s so that their icon match
16495                 their real type
16496
16497 2004-07-28 [paul]       0.9.12cvs37.2
16498
16499         * src/addr_compl.c
16500         * src/addressbook.c
16501         * src/alertpanel.c
16502         * src/compose.c
16503         * src/export.c
16504         * src/foldersel.c
16505         * src/folderview.c
16506         * src/grouplistdialog.c
16507         * src/import.c
16508         * src/mainwindow.c
16509         * src/message_search.c
16510         * src/messageview.c
16511         * src/passphrase.c
16512         * src/prefs_actions.c
16513         * src/prefs_common.c
16514         * src/prefs_customheader.c
16515         * src/prefs_display_header.c
16516         * src/prefs_filtering.c
16517         * src/prefs_filtering_action.c
16518         * src/prefs_gtk.c
16519         * src/prefs_matcher.c
16520         * src/prefs_msg_colors.c
16521         * src/prefs_summary_column.c
16522         * src/prefs_template.c
16523         * src/sourcewindow.c
16524         * src/ssl_manager.c
16525         * src/summary_search.c
16526         * src/gtk/colorsel.c
16527         * src/gtk/description_window.c
16528         * src/gtk/gtkaspell.c
16529         * src/gtk/inputdialog.c
16530         * src/gtk/logwindow.c
16531         * src/gtk/prefswindow.c
16532         * src/gtk/progressdialog.c
16533                 replace deprecated gtk_window_set_policy
16534
16535 2004-07-27 [colin]      0.9.12cvs37.1
16536
16537         * src/msgcache.c
16538                 More fixes (synced for head again)
16539
16540 2004-07-27 [colin]      0.9.12cvs35.3
16541
16542         * src/msgcache.c
16543                 Fix wrong test
16544
16545 2004-07-27 [colin]      0.9.12cvs35.2
16546
16547         * src/mimeview.c
16548                 Fix width a bit (by Paul)
16549         * src/alertpanel.c
16550         * src/alertpanel.h
16551                 Specialize icons, make alertpanel_message()
16552                 private
16553         * src/message_search.c
16554         * src/sgpgme.c
16555         * src/summary_search.c
16556                 Suit alertpanel changes
16557
16558 2004-07-27 [colin]      0.9.12cvs35.1
16559
16560         * src/alertpanel.c
16561                 Add an icon
16562         * src/passphrase.c
16563                 Add debug output - maybe someone will
16564                 want to look at the problem with Grab
16565                 Input :)
16566         Bump version as we're synced with HEAD
16567
16568 2004-07-26 [colin]      0.9.12cvs33.26
16569
16570         * src/pop.c
16571                 Fix uidl-file parsing when not in new
16572                 format
16573
16574 2004-07-26 [colin]      0.9.12cvs33.25
16575
16576         * src/gtk/menu.c
16577                 Move popup menu up if necessary (fixes 
16578                 account selector)
16579         * src/mainwindow.c
16580                 Set account selector's button height to
16581                 minimum
16582
16583 2004-07-26 [colin]      0.9.12cvs33.24
16584
16585         * src/alertpanel.c
16586                 Maybe fix 551 (Truncated font in alert window)
16587
16588 2004-07-26 [colin]      0.9.12cvs33.23
16589
16590         * po/de.po
16591         * po/es.po
16592         * po/fr.po
16593         * po/it.po
16594         * po/ja.po
16595         * po/pl.po
16596         * po/ru.po
16597         * po/sk.po
16598         * po/sr.po
16599         * po/zh_CN.po
16600                 Sync po files with HEAD
16601
16602 2004-07-26 [paul]       0.9.12cvs33.22
16603
16604         * src/compose.c
16605                 fix Bug 556 'Organisation-header is sent even if empty'
16606
16607 2004-07-24 [colin]      0.9.12cvs33.21
16608
16609         * src/compose.c
16610         * src/gtk/gtkaspell.c
16611         * src/gtk/gtkaspell.h
16612                 Fix speller accelerators (require hack)
16613
16614 2004-07-24 [colin]      0.9.12cvs33.20
16615
16616         * src/gtk/gtkaspell.c
16617                 Fix over-eager code deletion breaking
16618                 Check while typing
16619
16620 2004-07-24 [colin]      0.9.12cvs33.19
16621
16622         * src/browseldap.c
16623         * src/ldapctrl.c
16624         * src/ldapctrl.h
16625         * src/ldapserver.h
16626                 Sync ldap with HEAD
16627         (Fixes 546 LDAP completely broken)
16628
16629 2004-07-24 [colin]      0.9.12cvs33.18
16630
16631         * src/prefs_msg_colors.c
16632                 Fix prototype mismatch
16633         (Fixes 547 void function cannot return value)
16634
16635 2004-07-24 [colin]      0.9.12cvs33.17
16636
16637         * src/mainwindow.c
16638                 Fix sort going back to previous sort key
16639                 when changing sort direction
16640
16641 2004-07-24 [colin]      0.9.12cvs33.16
16642
16643         * src/compose.c
16644                 Fix space insertion when re-wrapping at 
16645                 cursor point
16646
16647 2004-07-24 [colin]      0.9.12cvs33.15
16648
16649         * src/gtk/gtkaspell.c
16650                 Don't change cursor position in insert-text
16651                 callback
16652         (Fixes 539 Word wrapping on input transposes letters)
16653
16654 2004-07-24 [colin]      0.9.12cvs33.14
16655
16656         * src/gtk/gtkaspell.c
16657                 Reencode non-ascii chars to dictionary's
16658                 encoding
16659         (Fixes 544 Spell check broken non english locale)
16660
16661 2004-07-24 [colin]      0.9.12cvs33.13
16662
16663         * src/summaryview.c
16664                 Fix Shift+Down, add Home/End/PgUp/PgDown
16665
16666 2004-07-21 [colin]      0.9.12cvs33.12
16667
16668         * src/prefs_common.c
16669                 Fix a gtk warning (Patch by Andrej Kacian)
16670
16671 2004-07-21 [colin]      0.9.12cvs33.11
16672
16673         * src/gtk/filesel.c
16674                 More check
16675
16676 2004-07-21 [colin]      0.9.12cvs33.10
16677
16678         * src/compose.c
16679         * src/crash.c
16680         * src/export.c
16681         * src/import.c
16682         * src/messageview.c
16683         * src/mimeview.c
16684         * src/prefs_spelling.c
16685         * src/prefs_themes.c
16686         * src/summaryview.c
16687         * src/gtk/filesel.c
16688         * src/gtk/filesel.h
16689         * src/gtk/pluginwindow.c
16690                 Untwist open/save mode guessing logic, make
16691                 it explicit
16692
16693 2004-07-20 [colin]      0.9.12cvs33.9
16694
16695         * src/codeconv.c
16696                 conv_encode_header: src_charset is UTF-8 on
16697                 gtk2
16698         * src/compose.c
16699                 Remove double encoding of the headers
16700
16701 2004-07-20 [colin]      0.9.12cvs33.8
16702
16703         * src/codeconv.c
16704                 Fix typo
16705
16706 2004-07-20 [colin]      0.9.12cvs33.7
16707
16708         * src/mainwindow.c
16709                 Set the separated messageview to the saved
16710                 size of Claws' messageview (Patch by Alfons)
16711                 Fix a callback prototype (me)
16712
16713 2004-07-20 [colin]      0.9.12cvs33.6
16714
16715         * src/codeconv.h
16716                 Forgot one hunk in 0.9.12cvs33.4
16717
16718 2004-07-19 [colin]      0.9.12cvs33.5
16719
16720         * src/action.c
16721                 Action output fix
16722                 Patch by Alfons
16723
16724 2004-07-19 [colin]      0.9.12cvs33.4
16725
16726         * src/compose.c
16727                 Fix outgoing charset bug in headers
16728         * src/codeconv.c
16729                 Clean for glib2 - Patch by Alfons
16730
16731 2004-07-19 [colin]      0.9.12cvs33.3
16732
16733         * src/statusbar.c
16734                 Remove grip from the statusbar
16735                 Patch by Alfons
16736
16737 2004-07-19 [colin]      0.9.12cvs33.2
16738
16739         * src/messageview.c
16740         * src/textview.c
16741                 Fix messageview remembering the previous
16742                 scroll position when loading a new message
16743                 Patch by Alfons
16744
16745 2004-07-19 [colin]      0.9.12cvs33.1
16746
16747         * src/folder.h
16748         * src/folderview.c
16749         * src/summaryview.c
16750                 Sync with HEAD
16751
16752 2004-07-18 [colin]      0.9.12cvs32.7
16753
16754         * configure.ac
16755                 Remove useless check for XIM - noticed
16756                 by Alfons
16757
16758 2004-07-18 [colin]      0.9.12cvs32.6
16759
16760         * src/summaryview.c
16761                 Remove non-modified and shift-modified
16762                 accelerators in summaryview's popup
16763                 menu, as that doesn't get catched by
16764                 the accel-activate signal catcher...
16765
16766 2004-07-18 [colin]      0.9.12cvs32.5
16767
16768         * src/prefs_common.c
16769                 Define sensible default prefs for 
16770                 wrapping
16771
16772 2004-07-18 [colin]      0.9.12cvs32.4
16773
16774         * src/compose.c
16775         * src/prefs_common.c
16776         * src/prefs_common.h
16777         * src/prefs_wrapping.c
16778                 Remove Smart Wrapping pref, which does
16779                 nothing on gtk2 branch
16780
16781 2004-07-18 [colin]      0.9.12cvs32.3
16782
16783         * src/sourcewindow.c
16784                 Proper utf8
16785
16786 2004-07-18 [colin]      0.9.12cvs32.2
16787
16788         * src/compose.c
16789                 Save attachment status when drafting
16790
16791 2004-07-18 [colin]      0.9.12cvs32.1
16792
16793         * src/gtk/filesel.c
16794                 Fix erratic folder selection in open mode
16795
16796 2004-07-18 [colin]      0.9.12cvs31.11
16797
16798         * src/pop.c
16799                 Don't let partial messages get deleted
16800                 even with "dowload all"
16801                 (0.9.12cvs31.8 fix extension)
16802 2004-07-18 [colin]      0.9.12cvs31.10
16803
16804         * src/gtk/logwindow.c
16805                 Fix log scrolling
16806
16807 2004-07-18 [colin]      0.9.12cvs31.9
16808
16809         * src/common/utils.c
16810                 Fix non-utf8 strings coming from commands
16811                 and files
16812
16813 2004-07-18 [colin]      0.9.12cvs31.8
16814
16815         * src/pop.c
16816                 Fix partial download bug with Download all
16817                 messages option
16818
16819 2004-07-18 [colin]      0.9.12cvs31.7
16820
16821         * src/textview.c
16822                 Fix bug introduced in 0.9.12cvs31.2
16823                 (blocked in select mode after double click)
16824
16825 2004-07-18 [colin]      0.9.12cvs31.6
16826
16827         * src/compose.c
16828         * src/gtk/menu.c
16829                 More glib-warning fixes
16830
16831 2004-07-18 [colin]      0.9.12cvs31.5
16832
16833         * src/compose.c
16834                 Fix trashing the primary clipboard when moving 
16835                 around with tab
16836         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16837
16838 2004-07-18 [colin]      0.9.12cvs31.4
16839
16840         * src/codeconv.c
16841                 convert unencoded iso headers to utf8
16842         (Fix Bug 538 Unencoded local characters in subject make it 
16843          disappear)
16844
16845 2004-07-18 [colin]      0.9.12cvs31.3
16846
16847         * src/compose.c
16848                 Fix tab char handling in wrapping
16849         (Fix Bug 537 Line wrap problem - TAB character treated as 
16850          one character instead of 8)
16851
16852 2004-07-18 [colin]      0.9.12cvs31.2
16853
16854         * src/textview.c
16855                 return FALSE on GDK_MOTION_NOTIFY
16856         (Fix Bug 535 Hyperlinks/addresses are not selectable 
16857          (unable to highlight))
16858
16859 2004-07-18 [colin]      0.9.12cvs31.1
16860
16861         * src/folderview.c
16862                 Sync with 0.9.12cvs31
16863
16864 2004-07-18 [colin]      0.9.12cvs30.4
16865
16866         * src/compose.c
16867                 Also block text_inserted when inserting a file
16868
16869 2004-07-18 [colin]      0.9.12cvs30.3
16870
16871         * src/compose.c
16872                 Fix smart wrapping (block text_inserted handler
16873                 while putting quotation to avoid wrap on input,
16874                 don't join lines if next is sig separator)
16875
16876 2004-07-17 [colin]      0.9.12cvs30.2
16877
16878         * src/folderview.c
16879         * src/mainwindow.c
16880         * src/mimeview.c
16881         * src/summaryview.c
16882         * src/gtk/quicksearch.c
16883         * src/gtk/quicksearch.h
16884                 Block key events handlers *and* accels while
16885                 quicksearch is focused
16886         (Fixes Bug 534 quick-search bar not accepting certain letters)
16887
16888 2004-07-17 [colin]      0.9.12cvs30.1
16889
16890         * src/folder.h
16891         * src/folderview.c
16892         * src/summaryview.c
16893                 Sync with 0.9.12cvs30
16894
16895 2004-07-17 [colin]      0.9.12cvs28.2
16896
16897         * src/mimeview.c
16898         * src/procmime.c
16899         * src/summaryview.c
16900         * src/gtk/menu.c
16901                 Squash some compile and glib warnings
16902
16903 2004-07-17 [paul]       0.9.12cvs28.1
16904
16905         * src/mimeview.c
16906                 sync with 0.9.12cvs28 HEAD
16907
16908 2004-07-16 [paul]       0.9.12cvs26.1
16909         
16910         * src/gtk/quicksearch.c
16911         * src/account.c
16912         * src/account.h
16913         * src/compose.c
16914         * src/customheader.c
16915         * src/folder_item_prefs.c
16916         * src/main.c
16917         * src/mainwindow.c
16918         * src/messageview.c
16919         * src/mimeview.c
16920         * src/news.c
16921         * src/pgpmime.c
16922         * src/pop.c
16923         * src/pop.h
16924         * src/prefs_account.c
16925         * src/prefs_account.h
16926         * src/prefs_common.c
16927         * src/prefs_common.h
16928         * src/prefs_display_header.c
16929         * src/prefs_gtk.c
16930         * src/prefs_gtk.h
16931         * src/procheader.c
16932         * src/procmime.c
16933                 sync with 0.9.12cvs26 HEAD      
16934
16935 2004-07-15 [colin]      0.9.12cvs18.14
16936
16937         * src/folder.c
16938                 Disable GPG signature check during
16939                 folder move and scan
16940         (Closes Bug 521 Signature checking slows down Folder-Move)
16941
16942 2004-07-14 [colin]      0.9.12cvs18.13
16943
16944         * src/common/partial_download.c
16945                 update includes
16946
16947 2004-07-14 [colin]      0.9.12cvs18.12
16948
16949         * src/common/partial_download.c
16950         * src/common/partial_download.h
16951                 Move doc at top, add correct copyright
16952
16953 2004-07-14 [colin]      0.9.12cvs18.11
16954
16955         * src/folder.c
16956         * src/messageview.c
16957         * src/pop.c
16958         * src/pop.h
16959         * src/procmsg.c
16960         * src/summaryview.c
16961         * src/common/Makefile.am
16962         * src/common/partial_download.c ** NEW FILES **
16963         * src/common/partial_download.h ** NEW FILES **
16964                 Move partial-download related stuff to its
16965                 own file
16966
16967 2004-07-14 [colin]      0.9.12cvs18.10
16968
16969         * src/send_message.c
16970                 Fix smtp auth when user is null or empty
16971
16972 2004-07-13 [colin]      0.9.12cvs18.9
16973
16974         * src/gtk/quicksearch.c
16975                 Use alphabetic order
16976
16977 2004-07-13 [colin]      0.9.12cvs18.8
16978
16979         * src/pop.c
16980                 Be paranoid on the checks
16981
16982 2004-07-13 [colin]      0.9.12cvs18.7
16983
16984         * src/gtk/quicksearch.c
16985                 Fix Engrish once again
16986
16987 2004-07-13 [colin]      0.9.12cvs18.6
16988
16989         * src/procmsg.c
16990         * src/summaryview.c
16991                 Mark messages for deletion when they are about to
16992                 be removed from trash
16993
16994 2004-07-13 [colin]      0.9.12cvs18.5
16995
16996         * src/matcher.c
16997         * src/matcher.h
16998         * src/matcher_parser_parse.y
16999         * src/prefs_matcher.c
17000         * src/gtk/quicksearch.c
17001                 Add 'partial' ('p') match string to find partially
17002                 downloaded messages
17003
17004 2004-07-13 [colin]      0.9.12cvs18.4
17005
17006         * src/pop.c
17007                 Fix misplaced block
17008
17009 2004-07-13 [colin]      0.9.12cvs18.3
17010
17011         * src/pop.c
17012         * src/pop.h
17013         * src/messageview.c
17014                 Refactor API (to avoid passing 5+ params and code
17015                 duplication)
17016         * src/folder.c
17017         * src/msgcache.c
17018         * src/procheader.c
17019         * src/common/defs.h
17020                 Add planned_download to cache
17021                 Don't mess uidl file when moving partially downloaded
17022                 mails (they change folder, we should change it in the
17023                 uidl list too or we'll remove an incorrect message)
17024                 (this also helps removing hacks when changing 
17025                 planned_download in messageview.c)
17026
17027 2004-07-12 [colin]      0.9.12cvs18.2
17028
17029         * src/gtk/quicksearch.c
17030                 Fix missing status update in quicksearch
17031
17032 2004-07-12 [paul]       0.9.12cvs18.1
17033
17034         * po/POTFILES.in
17035         * src/Makefile.am
17036         * src/account.c
17037         * src/codeconv.c
17038         * src/compose.c
17039         * src/inc.c
17040         * src/main.c
17041         * src/prefs_common.c
17042         * src/procmsg.h
17043         * src/toolbar.c
17044         * src/prefs_msg_colors.[ch]     ** NEW FILES **
17045         * src/prefs_wrapping.[ch]       ** NEW FILES **
17046         * src/common/intl.h
17047         * src/common/utils.[ch]
17048         * src/gtk/quicksearch.[ch]
17049                 sync with 0.9.12cvs18 HEAD
17050
17051 2004-07-12 [colin]      0.9.11cvs17.25
17052
17053         * src/folder.c
17054         * src/folder.h
17055                 Remove unused function added by me in 0.9.11cvs17.10
17056
17057 2004-07-11 [colin]      0.9.11cvs17.24
17058
17059         * src/inc.c
17060         * src/messageview.c
17061         * src/pop.c
17062         * src/pop.h
17063                 Use folderitem and msgnum instead of filename to
17064                 know which mail to delete
17065                 Move old partial mail deletion to pop.c
17066
17067 2004-07-10 [colin]      0.9.11cvs17.23
17068
17069         * src/inc.c
17070                 Add debug
17071         * src/pop.c
17072         * src/pop.h
17073                 Don't re-use same enums for unrelated stuff: it's 
17074                 completely misleading !
17075                 Document a bit
17076
17077 2004-07-09 [colin]      0.9.11cvs17.22
17078
17079         * src/inc.c
17080                 Remove folder-type check and do
17081                 more tests to be sure everything's
17082                 ok
17083         * src/messageview.c
17084                 Punctuation update, remove useless
17085                 code, fix two warnings
17086         * src/noticeview.c
17087                 Layout cleaning, reset 2nd button
17088                 when specifying one
17089
17090 2004-07-09 [colin]      0.9.11cvs17.21
17091
17092         * src/messageview.c
17093         * src/pop.c
17094         * src/pop.h
17095                 Allow user to change his mind
17096                 and postpone decision (by
17097                 unmarking the mail)
17098
17099 2004-07-09 [colin]      0.9.11cvs17.20
17100
17101         * src/messageview.c
17102                 Fix bug with delete state
17103         * src/pop.c
17104         * src/pop.h
17105                 Fix buffer leak (fread doesn't 
17106                 terminate buffers with \0)
17107                 Refactoring (remove magic 
17108                 numbers)
17109
17110 2004-07-09 [colin]      0.9.11cvs17.19
17111
17112         * src/pop.c
17113                 Don't log "Skipping message" if 
17114                 we're going to TOP it two lines
17115                 later
17116
17117 2004-07-09 [colin]      0.9.11cvs17.18
17118
17119         * src/messageview.c
17120                 Fix Engrish
17121
17122 2004-07-09 [colin]      0.9.11cvs17.17
17123
17124         * src/pop.c
17125                 strlen checking...
17126         * src/messageview.c
17127                 refactoring a bit
17128
17129 2004-07-08 [colin]      0.9.11cvs17.16
17130
17131         * src/noticeview.c
17132         * src/noticeview.h
17133                 Add an optional second button
17134         * src/messageview.c
17135         * src/pop.c
17136         * src/pop.h
17137                 Don't delete partially received mails after a certain
17138                 time; rather, let the user decide.
17139
17140 2004-07-08 [colin]      0.9.11cvs17.15
17141
17142         * src/common/smtp.h
17143                 Sync with HEAD
17144
17145 2004-07-08 [colin]      0.9.11cvs17.14
17146
17147         * src/messageview.c
17148         * src/common/smtp.c
17149                 Use to_human_readable() for sizes
17150
17151 2004-07-08 [colin]      0.9.11cvs17.13
17152
17153         * src/inc.c
17154         * src/messageview.c
17155         * src/pop.c
17156         * src/pop.h
17157         * src/procmsg.c
17158                 Fix partial-downloading issues:
17159                         catch unsupported TOP
17160                         don't delete partially downloaded mails before 5 days
17161                         don't update existing with non-MH folders; that'll
17162                         make dups, but it's better than trashing the folder
17163                         free new msginfo parts
17164                 Fix indentation ;-)
17165
17166 2004-07-08 [colin]      0.9.11cvs17.12
17167
17168         * src/common/smtp.c
17169         * src/common/smtp.h
17170                 Sync smtp size verification with HEAD
17171
17172 2004-07-08 [colin]      0.9.11cvs17.11
17173
17174         * src/summaryview.c
17175         * src/prefs_common.c
17176         * src/prefs_common.h
17177         * src/gtk/quicksearch.c
17178         * src/gtk/quicksearch.h
17179                 Sync sticky pref with HEAD
17180
17181 2004-07-08 [colin]      0.9.11cvs17.10
17182
17183         * src/folder.c [1.213.2.6]
17184         * src/folder.h [1.87.2.6]
17185         * src/inc.c [1.149.2.7]
17186         * src/messageview.c [1.94.2.8]
17187         * src/procheader.c [1.47.2.6]
17188         * src/procmsg.c [1.150.2.4]
17189         * src/procmsg.h [1.60.2.5]
17190         * src/pop.c [1.56.2.4]
17191         * src/pop.h [1.17.2.3]
17192                 Let too big messages get downloaded, but truncated
17193                 Add a button to download them completely
17194                 
17195 2004-07-06 [colin]      0.9.11cvs17.9
17196
17197         * src/gtk/quicksearch.c [1.1.2.3]
17198                 Add a Clear button
17199         * commitHelper
17200         * PATCHSETS
17201                 Add a script to help with cvs
17202
17203 2004-07-03 [colin]      0.9.11cvs17.8
17204
17205         * src/plugins/imageviewer/viewer.c
17206                 fix imageviewer (which was staying on the first
17207                 displayed image)
17208
17209 2004-07-03 [colin]      0.9.11cvs17.7
17210
17211         Removed FIXME_GTK2 warnings
17212         * src/gtk/gtkutils.c
17213                 useless #warnings
17214         * src/gtk/menu.c
17215                 useless #warnings (no need to mess with menu rc)
17216         * src/gtk/menu.h
17217                 unused functions
17218         
17219
17220 2004-07-03 [colin]      0.9.11cvs17.6
17221
17222         Removed FIXME_GTK2 warnings
17223         * src/codeconv.c
17224                 useless #warnings (rewrite needed)
17225         * src/compose.c
17226                 useless #warnings (rewrite needed)
17227                 useless #warnings (gtk2 is like that)
17228                 useless #warnings (previously fixed)
17229         * src/main.c
17230                 useless #warnings (previously fixed)
17231         * src/message_search.c
17232                 useless #warnings (gtk2 is like that)
17233                 Made apparent that search is case-sensitive
17234         * src/mimeview.c
17235                 useless #warnings (rewrite needed)
17236                 useless #warnings (gtk2 is like that)
17237                 reimplemented real warnings
17238         * src/prefs_common.c
17239                 Removed block cursor option (not it gtk2)
17240         * src/prefs_gtk.c
17241                 useless #warnings (rewrite needed)
17242         * src/procheader.c
17243                 useless #warnings (rewrite needed)
17244         * src/sourcewindow.c
17245                 useless #warnings (incorrect placing)
17246         * src/summary_search.c
17247                 useless #warnings (gtk2 is like that)
17248                 Made apparent that search is case-sensitive
17249         * src/action.c
17250                 useless #warnings (gtk2 is like that)
17251         * src/textview.c
17252                 useless #warnings (rewrite needed)
17253         * src/toolbar.c
17254                 useless #warnings (rewrite needed)
17255
17256 2004-07-03 [colin]      0.9.11cvs17.5
17257
17258         * src/textview.c
17259                 Fix mismerge which broke URI opening
17260                 
17261 2004-07-01 [colin]      0.9.11cvs17.4
17262
17263         * src/gtk/filesel.c
17264                 Fill filename when saving
17265                 
17266 2004-06-27 [colin]      0.9.11cvs17.3
17267
17268         * src/gtk/filesel.[ch]
17269                 Use the new GTK file selector
17270                 Update prototype to match the reality: multiple file
17271                 selection is open-only          
17272         * src/compose.c
17273                 Match the new prototypes        
17274         * configure.ac
17275                 Match the new requirements (gtk 2.4.0)
17276                         
17277 2004-06-26 [colin]      0.9.11cvs17.2
17278
17279         * src/plugins/trayicon/trayicon.c
17280                 Remove useless signal handler on resize, which causes
17281                 an infinite "loop"
17282         
17283 2004-06-26 [colin]      0.9.11cvs17.1
17284         
17285         * tools/Makefile.am
17286                 remove launch_firebird and add nautilus2sylpheed.sh
17287         * src/quicksearch.c
17288           src/summaryview.c
17289                 Fix show/hide "Extended symbols" button problem
17290                 Fix apparition at startup
17291                 Fix const warnings
17292         * src/plugins/image_viewer/Makefile.am
17293                 Fix configure 
17294         * common/ssl.c
17295                 Re-enable certificate check, as it doesn't seem to
17296                 cause Xlib errors anymore
17297
17298 2004-06-25 [paul]       0.9.11cvs17
17299
17300         * sync with 0.9.11cvs17 HEAD
17301         
17302         NOTE: QuickSearch is broken
17303
17304 2004-06-07 [colin]      0.9.10claws67.10
17305         * src/plugins/trayicon/trayicon.c
17306           src/plugins/trayicon/libeggtrayicon/Makefile.am
17307           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17308                 Fix gettextization in trayicon plugin
17309
17310 2004-06-07 [colin]      0.9.10claws67.9
17311         
17312         * src/summaryview.c
17313           src/gtk/gtksctree.[ch]
17314                 Let Shift+{Up,Down} work in summaryview
17315                 (well, Down "works" and Up works)
17316                 Let the list scroll when using these keys
17317
17318 2004-06-06 [colin]      0.9.10claws67.8
17319
17320         * src/plugins/trayicon/trayicon.c
17321                 Fix pixmap update
17322
17323 2004-06-06 [colin]      0.9.10claws67.7
17324
17325         * src/addressbook.c
17326                 Fix signal handling causing system-wide focus grab
17327
17328 2004-05-25 [paul]       0.9.10claws67.6
17329
17330         * Makefile.am
17331           src/Makefile.am
17332                 clean up
17333
17334 2004-05-25 [paul]       0.9.10claws67.5
17335
17336         * replace deprecated gtk_signal... functions
17337
17338 2004-05-23 [colin]      0.9.10claws67.4
17339
17340         * src/compose.c
17341                 Fix wrapping
17342
17343 2004-05-22 [colin]      0.9.10claws67.3
17344
17345         * src/compose.c
17346                 Re-fix [Edited] in compose.c::compose_reedit()
17347
17348 2004-05-22 [colin]      0.9.10claws67.2
17349
17350         * src/procmime.c
17351                 Fix parsing of multiparts mails
17352
17353 2004-05-22 [colin]      0.9.10claws67.1
17354
17355         * src/summaryview.c
17356                 Fix quicksearch
17357
17358 2004-05-22 [paul]       0.9.10claws67
17359
17360         * sync with 0.9.10claws67 HEAD
17361
17362 2004-05-14 [alfons]
17363
17364         * src/procmime.h
17365                 add forgotton prototype
17366
17367 2004-05-10 [paul]       0.9.10claws57
17368
17369         * sync with 0.9.10claws57 HEAD
17370
17371 2004-05-05 [paul]       0.9.9.claws1
17372
17373         * ChangeLog-gtk2        ** REMOVED **
17374           ChangeLog-gtk2.claws  ** ADDED **
17375                 rename and adopt the normal claws format
17376                 
17377         * configure.ac
17378                 require gtkmathview >= 0.5
17379
17380         * ac/*                          ** REMOVED **
17381           ac/                           ** REMOVED **
17382           intl/Makefile.in              ** REMOVED **
17383           m4/                           ** ADDED **
17384           m4/missing                    ** ADDED **
17385           m4/missing/gdk-pixbuf.m4      ** ADDED **
17386           m4/missing/gettext.m4         ** ADDED **
17387           m4/missing/gpgme.m4           ** ADDED **
17388           m4/missing/imlib.m4           ** ADDED **
17389           m4/.cvsignore                 ** ADDED **
17390           m4/Makefile.am                ** ADDED **
17391           m4/README                     ** ADDED **
17392           m4/aclocal-include.m4         ** ADDED **
17393           m4/aspell.m4                  ** ADDED **
17394           m4/check-type.m4              ** ADDED **
17395           m4/gnupg-check-typedef.m4     ** ADDED **
17396           m4/openssl.m4                 ** ADDED **
17397           m4/spamassassin.m4            ** ADDED **
17398           po/ChangeLog                  ** REMOVED **
17399           po/Makefile.in.in             ** REMOVED **
17400           po/Rules-quot                 ** REMOVED **
17401           po/boldquot.sed               ** REMOVED **
17402           po/en@boldquot.header         ** REMOVED **
17403           po/en@quot.header             ** REMOVED **
17404           po/insert-header.sin          ** REMOVED **
17405           po/quot.sed                   ** REMOVED **
17406           po/remove-potcdate.sed        ** REMOVED **
17407           po/remove-potcdate.sin        ** REMOVED **
17408           po/stamp-po                   ** REMOVED **
17409           Makefile.am
17410           autogen.sh
17411           configure.ac
17412                 enable building with automake 1.8.x
17413                 add 'autopoint --force' to autogen.sh and remove all
17414                 auto-generated files, remove ac/ directory and use
17415                 m4/ directory instead
17416                 
17417         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17418                 fix gettextization
17419
17420 2004-02-28 Colin Leroy <colin@colino.net>
17421         * src/prefs_matcher.c
17422           src/prefs_filtering.c
17423           src/prefs_filtering_action.c
17424                 Fix non-editable GtkEntries
17425
17426 2004-02-22 Thorsten Maerz <torte@netztorte.de>
17427         * src/prefs_themes.c
17428                 utf8 conversion for theme info
17429
17430 2004-02-21 Thorsten Maerz <torte@netztorte.de>
17431         * sync 0.9.9claws
17432
17433 2004-02-14 Thorsten Maerz <torte@netztorte.de>
17434         * src/grouplistdialog.c
17435                 allow multiple selections without ctrl key
17436
17437 2004-02-09 Thorsten Maerz <torte@netztorte.de>
17438         * src/main.c
17439                 enable customizable accelerators
17440
17441 2004-02-08 Thorsten Maerz <torte@netztorte.de>
17442         * src/prefs_common.c
17443                 re-enable different font settings for gtk1/2
17444         * src/prefs_folder_item.c
17445                 fix folder prefs displayed wrong
17446         * src/textview.c
17447                 set 'sunken' shadow type
17448
17449 2004-02-07 Colin Leroy <colin@colino.net>
17450         * src/compose.c
17451                 Fix message being always [Edited]
17452                 Encode headers correctly (utf8 buf)
17453
17454 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17455         * src/socket.c
17456                 remove double g_source_attach()
17457                 (Thanks to Colin Leroy)
17458
17459 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17460         * src/gtk/gtksctree.c
17461                 Fix SSL certificate list not shown
17462         * src/mimeview.c
17463                 Fix clicks in mime tree
17464
17465 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17466         * src/common/socket.c
17467                 Fix SSL receive
17468         * src/compose.c
17469                 Fix clipboard menu hotkeys
17470
17471 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17472         * src/gtk/gtkaspell.[ch]
17473           src/compose.c
17474                 reimplement spellchecker
17475
17476 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17477         * src/gtk/filesel.c
17478                 crash when inserting file in compose window
17479                 (TODO: keep old selection on clicks)
17480         * src/main.c
17481                 use gtkrc-2.0 instead of gtkrc
17482
17483 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17484         * src/messageview.c
17485                 remove orphaned mimeview unref()
17486
17487 2004-01-20 Thorsten Maerz <torte@netztorte.de>
17488         * src/grouplistdialog.c
17489                 expand nodes containing subscribed groups
17490
17491 2004-01-19 Thorsten Maerz <torte@netztorte.de>
17492         * src/textview.c
17493                 textview: hide cursor, restore old click behaviour
17494
17495 2004-01-18 Thorsten Maerz <torte@netztorte.de>
17496         * src/textview.c
17497                 variable names messed up
17498
17499 2004-01-17 Colin Leroy <colin@colino.net>
17500         * src/addr_compl.c
17501                 Fix completion address too thin
17502         * src/compose.c
17503                 Fix tab-to-subject behaviour
17504         * src/summaryview.c
17505                 Implement key up & down in summaryview
17506
17507 2004-01-12 Thorsten Maerz <torte@netztorte.de>
17508
17509         * sync 098claws
17510
17511 2004-01-08 Thorsten Maerz <torte@netztorte.de>
17512         * configure.ac
17513           Makefile.am
17514           doc/.cvsignore
17515           doc/Makefile.am
17516                 faq, man, manual moved to doc/
17517         * ac/aspell.m4
17518           ac/check-type.m4
17519           ac/gnupg-check-typedef.m4
17520           ac/openssl.m4
17521           ac/spamassassin.m4
17522           ac/missing/gdk-pixbuf.m4
17523           ac/missing/gpgme.m4
17524           ac/missing/imlib.m4
17525                 fix automake warnings
17526
17527 2003-12-06 Colin Leroy <colin@colino.net>
17528         * src/summaryview.c
17529                 Fix quicksearch
17530
17531 2003-12-05 Colin Leroy <colin@colino.net>
17532         * src/summaryview.c
17533                 Fix going to next unread folder
17534
17535 2003-12-05 Colin Leroy <colin@colino.net>
17536         * src/crash.c
17537                 Fix gtk2 compilation
17538         * src/session.c
17539                 Remove iotag source handler at disconnection
17540         * src/socket.[ch] 
17541                 Remove source handler when closing socket 
17542                 (fixes another seg)
17543
17544 2003-12-04 Colin Leroy <colin@colino.net>
17545         * src/compose.c
17546           src/prefs_account.c
17547           src/prefs_common.c
17548                 Fix some dropdown menus
17549
17550 2003-12-04 Colin Leroy <colin@colino.net>
17551         * src/compose.c
17552                 Fix event handlers on header fields
17553         * src/common/socket.c
17554           src/common/session.c
17555                 Fix segfault with callback (SSL)
17556                 Fix end of session 
17557
17558 2003-10-06 Thorsten Maerz <torte@netztorte.de>
17559
17560         * Fix compile bug in src/compose.c
17561         * removed src/gtk/gtkstext.[ch]
17562
17563 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
17564
17565         * Convert character set and escape "text" attributes in toolbar setting
17566         files.
17567         * Fixed bug in button-press-event handling.
17568
17569 2003-09-16 Thorsten Maerz <torte@netztorte.de>
17570
17571         * Fixed bug in key-press-event handling.
17572
17573 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
17574
17575         * Enabled to compile tray-icon plugin (Ad-hoc).
17576         * Avoid hang up bug of icon list in mime view (Ad-hoc).
17577
17578 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
17579
17580         * Enabled to compile on sylpheed-claws.
17581         (tray-icon plugin still cannot compile yet.)
17582
17583 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
17584
17585         * Updated to 0.9.5.
17586
17587 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
17588
17589         * Updated to 0.9.4.
17590         * Ported monitoring SSL mechanism to GSource of GLib2
17591         (I don't confirm it)
17592         * Added _gtk2 suffix to key name of font preference to avoid
17593         ovverwriting preference of Gtk+-1.2 version.
17594
17595 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
17596
17597         * Updated to 0.9.2.
17598
17599 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
17600
17601         * Updated to 0.9.1.
17602         * Translate po files into UTF-8 when execute autogen.sh.
17603
17604 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
17605
17606         * Updated to 0.9.0.
17607
17608 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
17609
17610         * Plugged GError related memory leaks.
17611
17612 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
17613
17614         * Changed default size of fonts.
17615         * Enabled to set titile font size of warning dialog.
17616
17617 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
17618
17619         * Embed a sylpheed icon into executable binary on Windows.
17620
17621 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
17622
17623         * I forgot to traslate character set of element string in src/xml.c.
17624
17625 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
17626
17627         * Fixed detecting bind_textdomain_codeset in configure.in.
17628         * The bug in which "Example" of "Date fromat" preference isn't displayed
17629         correctly has been fixed.
17630
17631 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
17632
17633         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
17634           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
17635           glib-gettextize
17636           Removed intl directory.
17637           Translated po files into UTF-8.
17638           (Thanks! Ryuji Abe)
17639
17640 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
17641
17642         * The bug which doesn't unscape string in xml.c has been fixed.
17643
17644 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
17645
17646         * The bug which is failed to translate encoding of file name thorough
17647         file dialog has been fixed.
17648
17649 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
17650
17651         * Modified to translate file names which is used in inporting/expoting
17652         mbox feature and "Save as" feature into locale encoding.
17653         * Translate file names into locale encoding when "Attache file" and
17654         "Insert file".
17655         * Force set G_BROKEN_FILENAMES environment variable.
17656         * Other minor fixes.
17657
17658 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
17659
17660         * Modified to treat MH folder's name as locale encoding.
17661
17662 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
17663
17664         * The bug which clash on switching candidates of auto completion of
17665         addresses, cannot use auto completion in Japanesse is fixed
17666         (Thanks! Tokunaga-san)¡¥
17667
17668 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17669
17670         * The bug which cannot switch key accelerator preference has been fixed
17671         (Thanks! smbd-san)¡¥
17672
17673 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17674
17675         * version 0.8.11-gtk2-20030314
17676
17677 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17678
17679         * The bug in which character set conversion of filtering messages has
17680         been fixed.(Thanks! COCOA-san).
17681
17682 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
17683
17684         * Revived "Leave space on head" preference in "Message" category.
17685         * A bug which clash when put the cursor to end of buffer and execute
17686         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
17687
17688 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17689
17690         * version 0.8.11-gtk2-20030312
17691
17692 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17693
17694         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
17695         * Modified to use Pango's API directly for font preference.
17696         * Integrated GtkTextView of textview to one widget.
17697         * Set fonts of header title in textview by "header_title" tag.
17698         * Removed some deprecated codes.
17699
17700 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
17701
17702         * Updated to 0.8.11.
17703         * Merged cygwin patch(Thanks! Sakai-san).
17704
17705 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
17706
17707         * version 0.8.10-gtk2-20030309