18454beb0a9316473b1c849f9aa27d5af5450255
[claws.git] / ChangeLog
1 2006-09-03 [paul]       2.4.0cvs136
2
3         * src/prefs_other.c
4         * src/prefs_spelling.c
5                 unify the gui
6
7 2006-09-03 [paul]       2.4.0cvs135
8
9         * src/prefs_summaries.c
10                 correct menu item text in prefs_keybind_apply_clicked()
11
12 2006-09-03 [paul]       2.4.0cvs134
13
14         * manual/advanced.xml
15                 some improvements to the descriptions
16         * src/mainwindow.c
17         * src/messageview.c
18         * src/summaryview.c
19         * src/gtk/menu.c
20                 fix menu sensitivity issues
21         * src/prefs_message.c
22                 drop the useless word 'short'
23         * src/prefs_other.c
24                 add the word 'lines' indicating log length
25                 is a measure of lines
26         * src/textview.c
27                 fix compilation warnings
28
29 2006-09-02 [colin]      2.4.0cvs133
30
31         * src/messageview.c
32                 Display a special return-receipt message
33                 if the message is from the user
34         * src/summaryview.c
35                 Fix missing freeze of the list when marking
36                 all read and unthreading for exec. Thanks
37                 to Stephan Sachse.
38
39 2006-09-02 [paul]       2.4.0cvs132
40
41         * src/mainwindow.c
42         * src/prefs_message.c
43         * src/summaryview.c
44                 fix some english
45
46 2006-09-02 [wwp]        2.4.0cvs131
47
48         * src/prefs_filtering.c
49                 added an account name column to the filtering rules
50                 dialog.
51
52 2006-09-02 [colin]      2.4.0cvs130
53
54         * src/gtk/logwindow.c
55         * src/gtk/logwindow.h
56                 Block scrolling if we're not at the end
57                 of the log
58
59 2006-09-02 [colin]      2.4.0cvs129
60
61         * src/folder.c
62                 Make sure account-specific rules can't
63                 be used in {pre-,post-,}processing
64         * src/mainwindow.c
65         * src/gtk/logwindow.c
66         * src/gtk/logwindow.h
67                 Jump to last error when clicking on the
68                 warning icon
69
70 2006-09-02 [colin]      2.4.0cvs128
71
72         * src/imap.c
73         * src/import.c
74         * src/mainwindow.c
75         * src/mainwindow.h
76                 Fix warning icon
77         * src/inc.c
78         * src/mbox.c
79         * src/mbox.h
80                 Let proc_mbox know its account, for
81                 account-specific rules
82
83 2006-09-01 [colin]      2.4.0cvs127
84
85         * src/codeconv.c
86                 Don't uselessly use iconv to convert from
87                 us-ascii
88         * src/alertpanel.c
89         * src/mainwindow.c
90         * src/mainwindow.h
91         * src/inc.c
92                 Fix certain log cases, disable warning icon
93                 for now, the correct way to display it when
94                 necessary and only when necessary is probably
95                 to do it manually rather than use error logs
96         * src/etpan/imap-thread.c
97                 Clean up UID logging a bit
98         * src/gtk/logwindow.c
99         * src/gtk/logwindow.h
100                 Make logging faster when the window's closed
101
102 2006-09-01 [wwp]        2.4.0cvs126
103
104         * manual/fr/account.xml
105                 reflect changes to the ref. manual (parts of cvs72):
106                 fix tabnames and quotes.
107
108 2006-09-01 [wwp]        2.4.0cvs125
109
110         * manual/fr/plugins.xml
111                 reflect changes to the reference manual (cvs42):
112                 update IRC channel info.
113
114 2006-09-01 [wwp]        2.4.0cvs124
115
116         * commitHelper
117                 use CVSEDITOR env. var. if set, according to `man cvs`.
118
119 2006-09-01 [wwp]        2.4.0cvs123
120
121         * manual/advanced.xml
122                 better sentence again (thanks to Paul).
123
124 2006-09-01 [wwp]        2.4.0cvs122
125
126         * manual/advanced.xml
127         fix definition of toolbar_detachable and rework a bit the one of
128         enable_dotted_lines.
129
130 2006-09-01 [mones]      2.4.0cvs121
131
132         * manual/advanced.xml
133                 Document enable_dotted_lines
134
135 2006-09-01 [paul]       2.4.0cvs120
136
137         * src/folderview.c
138         * src/folderview.h
139         * src/imap.c
140         * src/mainwindow.c
141         * src/summaryview.c
142                 obey the 'When entering folder...' option
143                 when using the /View/Go to/... menu items
144                 Thanks to Colin
145
146 2006-08-31 [colin]      2.4.0cvs119
147
148         * src/folderview.c
149                 Revert 2.4.0cvs116, wrong fix.
150
151 2006-08-31 [colin]      2.4.0cvs118
152
153         * src/gtk/gtksctree.c
154                 Better state the various copyrights
155
156 2006-08-31 [colin]      2.4.0cvs117
157
158         * src/prefs_common.c
159                 fix enable_dotted_lines
160
161 2006-08-31 [colin]      2.4.0cvs116
162
163         * src/folderview.c
164                 Use pref "Always open on select" when going
165                 to next unread folder
166         * src/gtk/gtksctree.c
167                 Fix link failure to _gtk_clist_create_cell_layout
168                 on certain computers. (Why not mine, I wonder)
169
170 2006-08-31 [colin]      2.4.0cvs115
171
172         * src/procmsg.c
173         * src/textview.c
174         * src/plugins/bogofilter/bogofilter.c
175         * src/plugins/spamassassin/spamassassin.c
176                 Requalify some "errors" to warnings
177         * src/mainwindow.c
178         * src/mainwindow.h
179         * src/statusbar.c
180                 Add an icon in the statusbar to notify
181                 of errors
182         * src/gtk/gtksctree.c
183         * src/folderview.c
184         * src/summaryview.c
185                 Make the GtkSCTree look more modern by
186                 alternating background lines
187         * src/prefs_common.c
188         * src/prefs_common.h
189                 Add a pref to let people have the old
190                 way if they prefer
191
192
193 2006-08-30 [colin]      2.4.0cvs114
194
195         * src/procmsg.c
196         * src/procmsg.h
197                 Provide a way to filter a list of
198                 messages in an optimised manner, and
199                 add a list-filtering hook
200         * src/folder.c
201         * src/inc.c
202         * src/mbox.c
203                 Use the list filtering
204         * src/plugins/bogofilter/bogofilter.c
205                 Use the list-filtering hook
206                 Use -b (bulk) mode for more speed
207                 when learning and filtering
208         * src/etpan/imap-thread.c
209                 Make log output shorter in UID SEARCH
210
211
212 2006-08-30 [colin]      2.4.0cvs113
213
214         * src/plugins/bogofilter/bogofilter.c
215                 Really fast mass learning - thanks to David
216                 Relson for the options explanations :)
217
218 2006-08-30 [colin]      2.4.0cvs112
219
220         * src/msgcache.c
221                 Fix compilation on FreeBSD. Thanks
222                 to Michael Hugues
223
224 2006-08-29 [colin]      2.4.0cvs111
225
226         * src/folderview.c
227                 Handle "popup_menu" signal (for popping the 
228                 menu via the keyboard)
229         * src/mimeview.c
230         * src/mimeview.h
231         * src/summaryview.c
232         * src/textview.c
233         * src/gtk/gtkutils.c
234         * src/gtk/gtkutils.h
235                 Factorize scrolling code, and add an API 
236                 for MimeViewers to handle scroll orders
237
238 2006-08-29 [wwp]        2.4.0cvs110
239
240         * src/plugins//bogofilter/bogofilter.c
241         * src/plugins//spamassassin/spamassassin.c
242                 make the bogofilter/spamassassin filtering error dialogs at
243         incorporation obey to the "don't popup error dialog on
244         receive error" option. If disabled, feed the log window w/
245         the error message.
246
247 2006-08-29 [paul]
248
249         2.5.0-rc2 released
250
251 2006-08-29 [paul]       2.4.0cvs109
252
253         * Makefile.am
254                 remove 'make release', it's not needed
255                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
256
257 2006-08-29 [paul]       2.4.0cvs108
258
259         * src/foldersel.c
260         * src/summary_search.c
261         * src/gtk/progressdialog.c
262         * src/plugins/pgpcore/passphrase.c
263                 replace deprecated gtk_window_set_policy()
264
265 2006-08-29 [colin]      2.4.0cvs107
266
267         * src/folder.c
268                 Fix data loss when copy fails during a move:
269                 only use fast remove_msgs if everything was
270                 copied OK; else use slow remove_msg on the
271                 mails that got copied only.
272
273 2006-08-28 [paul]       2.4.0cvs106
274
275         * src/mh.c
276                 revert change in 2.4.0cvs104, it breaks
277                 stuff
278
279 2006-08-28 [paul]       2.4.0cvs105
280
281         * src/plugins/spamassassin/spamassassin.c
282                 english fix
283
284 2006-08-28 [paul]       2.4.0cvs104
285
286         * src/mh.c
287                 fix data loss when moving to another
288                 mailbox fails
289         * src/prefs_spelling.c
290                 improve the english
291         * src/gtk/pluginwindow.c
292                 improve the layout of the dialog text
293         All thanks to Colin
294
295 2006-08-28 [paul]       2.4.0cvs103
296
297         * src/plugins/bogofilter/bogofilter.c
298         * src/plugins/bogofilter/bogofilter_gtk.c
299                 fix english up a bit, innit
300
301 2006-08-28 [paul]       2.4.0cvs102
302
303         * configure.ac
304         * po/Makefile.in.in
305         * po/Makevars
306                 require autoconf 2.60, enabling building
307                 with gettext 0.15 (gettext 0.14.x build still
308                 possible). Replace Makefiles with versions
309                 from gettext 0.15.
310                 Remove configure options --with-localedir and
311                 --with-mandir. The options that are provided
312                 directly by autoconf 2.60 can be used instead:
313                 --mandir --localedir
314
315 2006-08-27 [colin]      2.4.0cvs101
316
317         * src/plugins/bogofilter/Makefile.am
318                 Fix make dist (no README)
319
320 2006-08-27 [colin]      2.4.0cvs100
321
322         * src/folder.c
323                 Don't use F_UNKNOWN folders for any default
324                 outbox/trash/etc
325         * src/plugins/bogofilter/bogofilter.c
326         * src/plugins/bogofilter/bogofilter.h
327         * src/plugins/bogofilter/bogofilter_gtk.c
328                 Add an option to specify the path to bogofilter
329                 Use single-quotes to be able to learn in folders
330                 with spaces in their names
331                 Verify learning status
332
333 2006-08-27 [colin]      2.4.0cvs99
334
335         * manual/faq.xml
336         * manual/plugins.xml
337                 Document Bogofilter plugin
338
339 2006-08-27 [colin]      2.4.0cvs98
340
341         * src/compose.c
342         * src/messageview.c
343         * src/procmsg.c
344         * src/procmsg.h
345                 When possible, copy the queued mail to sent folder
346                 instead of re-adding. Much faster on IMAP.
347
348 2006-08-27 [colin]      2.4.0cvs97
349
350         * src/msgcache.c
351                 Disable mmaped caches - huge metadata loss
352                 here after a power failure.
353         * src/summaryview.c
354                 Add quicksearch timing
355         * src/common/plugin.c
356         * src/common/plugin.h
357                 Implement an interface to tell what plugins
358                 provide. Prevent loading of similar plugins.
359         * src/plugins/clamav/clamav_plugin.c
360         * src/plugins/demo/demo.c
361         * src/plugins/dillo_viewer/dillo_viewer.c
362         * src/plugins/pgpcore/plugin.c
363         * src/plugins/pgpinline/pgpinline.c
364         * src/plugins/pgpmime/pgpmime.c
365         * src/plugins/spamassassin/spamassassin.c
366         * src/plugins/trayicon/trayicon.c
367                 Implement plugin_provides()
368
369 2006-08-27 [colin]      2.4.0cvs96
370
371         * configure.ac
372         * src/plugins/Makefile.am
373         * src/plugins/bogofilter/.cvsignore
374         * src/plugins/bogofilter/Makefile.am
375         * src/plugins/bogofilter/bogofilter.c
376         * src/plugins/bogofilter/bogofilter.h
377         * src/plugins/bogofilter/bogofilter_gtk.c
378                 New Bogofilter plugin, provides filtering and
379                 learning. Spamassassin will go to extra plugins.
380
381 2006-08-26 [mones]      2.4.0cvs95
382
383         * manual/handling.xml
384                 Fix subfolder path in the example (thanks to Paul) 
385
386 2006-08-26 [mones]      2.4.0cvs94
387
388         * manual/glossary.xml
389                 2.2. + add ISP to the glossary
390                 7.5. + Add UIDL to glossary
391                 7.7. + Add TCP to glossary
392         * manual/handling.xml
393                 7.1. + Mentions GNU/Linux distribution, what about the non...
394                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
395                 7.3. + Mentions .bashrc, what about the non-bash ones? 
396                 7.4. = Use appropriate quotation for commands
397                 7.6. = change "" to <quote></quote>
398         * manual/plugins.xml
399                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
400         * manual/starting.xml
401                 2.1. + local mbox file: some examples of mbox file locations...
402                 Also reformatted files requiring it
403
404 2006-08-26 [wwp]        2.4.0cvs93
405
406         * src/summary_search.c
407                 disable find buttons while summary search is running.
408
409 2006-08-25 [colin]      2.4.0cvs92
410
411         * src/folder.c
412         * src/folderutils.c
413         * src/mh.c
414         * src/procmsg.h
415         * src/summaryview.c
416                 Speed up MH moving, and add progressbar
417                 for MH deletion
418         * src/msgcache.c
419                 Write cache files using mmap() too
420
421 2006-08-25 [wwp]        2.4.0cvs91
422
423         * src/summaryview.c
424                 switch spam<->ham button when a message has been marked as spam or ham
425                 and is still selected. Thanks to Colin.
426
427 2006-08-25 [paul]       2.4.0cvs90
428
429         * src/Makefile.am
430         * src/stock_pixmap.c
431         * src/stock_pixmap.h
432         * src/summaryview.c
433         * src/gtk/icon_legend.c
434         * src/pixmaps/copied.xpm
435         * src/pixmaps/moved.xpm
436                 add icons for delayed execution marked for
437                 copying, marked for moving
438
439 2006-08-25 [mones]      2.4.0cvs89
440
441         * manual/glossary.xml
442                 Fix the other glossary items:
443                 5.1. = Inmmediate execution -> <quote>immediate execution...
444                 5.2. = Fix MBOX capitalization -> Mbox
445                 5.3. + Improve Plugins def. w/ tech. ref.
446                 5.4. = Quotation -> replace '>' by <quote>></quote>
447                 5.5. - SMTP Server. -> remove dot
448         * po/es.po
449                 Updated translation
450
451 2006-08-25 [mones]      2.4.0cvs88
452
453         * manual/ack.xml
454                 Reformatted, changed email address
455         * manual/glossary.xml
456                 Reformatted, fixed MANUAL-TODO items:
457                 8.2. + add ROT-13 to glossary
458                 8.4. + add URL to glossary
459         * manual/es/advanced.xml
460                 Fixed <literal>s
461
462 2006-08-25 [paul]       2.4.0cvs87
463
464         * src/gtk/icon_legend.c
465                 add 'marked for deletion' icon
466                 arrange icons by containing column
467                 wrap long label text
468
469 2006-08-25 [colin]      2.4.0cvs86
470
471         * src/common/utils.c
472         * src/common/utils.h
473                 Add the sc_g_*list_bigger functions in
474                 a place everyone can use it
475         * src/summaryview.c
476                 Only freeze/thaw the list when working
477                 on the selection, if it's bigger than 1
478         * src/gtk/gtksctree.c
479                 Only freeze/thaw the list when unselec-
480                 ting 'all' if ('all' != 1)
481                 This avoids some flickering
482
483 2006-08-24 [colin]      2.4.0cvs85
484
485         * src/addressbook.c
486                 Fix strange list selection
487                 Fix random seg (Invalid read of freed memory)
488
489 2006-08-24 [colin]      2.4.0cvs84
490
491         * src/alertpanel.c
492         * src/gtk/inputdialog.c
493         * src/plugins/pgpcore/passphrase.c
494                 Revert minimal width patch of 2.4.0cvs67,
495                 as it is also a maximal width. Use 
496                 gtk_window_set_default_size instead.
497
498 2006-08-24 [colin]      2.4.0cvs83
499
500         * src/msgcache.c
501                 Write cache/mark to temp files before
502                 overwriting old ones (avoids metadata
503                 loss if writing the new files fail).
504                 Use mmap() to read cache/mark file, as
505                 this makes cache reading faster. Dis-
506                 abled for big-endian machines until it
507                 can be tested. (Big-endian users: set
508                 msgcache_use_mmap = TRUE in the relevant
509                 #if).
510         * src/procmsg.h
511                 Move rarely used fields of MsgInfo in 
512                 another structure, which will only be
513                 allocated if needed. Face, X-Face,
514                 Return receipt headers and List-*
515                 headers are moved. Mails having none
516                 of these occupy 52 bytes less with
517                 this patch, which makes 2.5MB of RAM
518                 saved on a 50k folder).
519         * src/headerview.c
520         * src/mainwindow.c
521         * src/messageview.c
522         * src/partial_download.c
523         * src/procheader.c
524         * src/procmsg.c
525         * src/textview.c
526                 Follow this structure change.
527
528 2006-08-24 [wwp]        2.4.0cvs82
529
530         * manual/es/.cvsignore
531         * manual/es/dist/.cvsignore
532         * manual/es/dist/html/.cvsignore
533         * manual/es/dist/pdf/.cvsignore
534         * manual/es/dist/ps/.cvsignore
535         * manual/es/dist/txt/.cvsignore
536                 more (generated) files to ignore.
537
538 2006-08-24 [colin]      2.4.0cvs81
539
540         * src/folder.c
541         * src/mh.c
542                 Fix possible problems with local delivery. Check the folder doesn't
543                 need scan before setting its mtime when saving cache (which can be
544                 done long after the folder's been modified by an external process);
545                 Check that the stored item's mtime didn't change in mh functions.
546
547 2006-08-24 [mones]      2.4.0cvs80
548
549         * manual/advanced.xml
550                 Rewrapping, some fixes and MANUAL-TODO items:
551                 8.1. = change "" to <quote></quote>
552                 8.3. = quote menu items
553                 8.5. - deploying -> new user ... ideally a new user (redundant)
554
555 2006-08-23 [colin]      2.4.0cvs79
556
557         * src/gtk/gtksctree.c
558                 When selecting or deselecting range, only
559                 freeze/thaw when selection is bigger than 10
560
561 2006-08-23 [colin]      2.4.0cvs78
562
563         * src/messageview.c
564         * src/mimeview.c
565         * src/mimeview.h
566         * src/plugins/dillo_viewer/dillo_viewer.c
567                 Provide an API for MimeViewer plugins to
568                 return a text selection for replying
569
570 2006-08-23 [colin]      2.4.0cvs77
571
572         * src/image_viewer.c
573         * src/textview.c
574                 Use gtk_pixbuf_new_from_file_at_scale(), which
575                 is faster than getting the pixbuf then resizing
576                 it.
577
578 2006-08-23 [colin]      2.4.0cvs76
579
580         * src/procmime.c
581                 UTF-8 should be sent Quoted-printable
582
583 2006-08-22 [colin]      2.4.0cvs75
584
585         * src/mh.c
586                 Check if scan is required before touching
587                 the folder (or it'll be required every time)
588
589 2006-08-22 [colin]      2.4.0cvs74
590
591         * configure.ac
592                 Require libetpan 0.46 (crasher fix when built
593                 against gnutls)
594
595 2006-08-22 [colin]      2.4.0cvs73
596
597         * src/folder.c
598                 Set folder's mtime after writing its
599                 cache
600         * src/folderview.c
601                 Add some timing
602         * src/procmsg.c
603                 Don't do useless stuff if we don't 
604                 thread by subject
605         * src/summaryview.c
606                 Add some timing, don't deselect prior
607                 to selecting (gtksctree does it itself),
608                 remove crash avoidance hacks as it's been
609                 properly fixed since a while
610         * src/common/utils.c
611                 Optimize to_human_readable(): _() is slow,
612                 do it only once, and avoid %f format for KB
613                 (the most common in a summaryview)
614         * src/gtk/gtksctree.c
615                 Don't uselessly freeze/thaw (fixes flicker
616                 on next unread and friends), reduce number
617                 of g_list_nth/g_list_position where possible
618         * src/gtk/gtkutils.c
619         * src/gtk/gtkutils.h
620                 Reduce number of g_list_nth/g_list_position
621                 where possible.
622                 All of this makes loading as 70k folder 2.1
623                 seconds instead of 3.2 (with hot FS caches).
624                 (1.3 seconds without Date and Size columns...)
625
626 2006-08-22 [paul]       2.4.0cvs72
627
628         wrap documents and do some items from mones' MANUAL-TODO:
629
630         * manual/account.xml
631                 4.1. = fix tabname references to <quote>tabname</quote>
632                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
633         * manual/faq.xml
634                 1.1. = mentioned options don't match UI
635                 Add information about the 'Never send Return Receipts'
636                 option
637         * manual/handling.xml
638                 6.2. = Mentions Extended symbols button, but now is
639                 named Information
640                 6.3. = Mentions ... button, which is now Edit
641
642 2006-08-22 [colin]      2.4.0cvs71
643
644         * src/gtk/pluginwindow.c
645                 Fix layout in verbose translations (such
646                 as french)
647
648 2006-08-22 [paul]       2.4.0cvs70
649
650         * manual/Makefile.am
651                 build manuals in alphabetical order
652         * src/addressbook.c
653         * src/prefs_themes.c
654                 replace/remove deprecated symbols
655         * src/gtk/gtkutils.c
656                 fix a warning
657         * src/gtk/pluginwindow.c
658                 replace deprecated symbol
659                 replace label text and move it
660         * src/plugins/pgpcore/prefs_gpg.c
661                 move the 'Generate...' button out of the
662                 Sign Key frame, replace the English used
663         * src/plugins/pgpcore/sgpgme.c
664                 fixes to the English
665
666 2006-08-21 [colin]      2.4.0cvs69
667
668         * src/plugins/trayicon/trayicon.c
669                 Add more strings for translation; patch
670                 by Pawel
671
672 2006-08-21 [colin]      2.4.0cvs68
673
674         * src/compose.c
675                 fix replied flag not set after drafting
676         * src/matcher.c
677                 fix body quicksearch in non-encoded bodies
678                 containing '='
679         * src/msgcache.c
680                 Get rid of the g_malloc workaround for
681                 corrupted caches, use g_try_malloc
682
683 2006-08-21 [colin]      2.4.0cvs67
684
685         * src/alertpanel.c
686         * src/gtk/inputdialog.c
687         * src/plugins/pgpcore/passphrase.c
688                 Set minimal width to 375
689         * src/mainwindow.c
690                 Fix switching to offline, asking if it 
691                 should be overriden for synchronising
692         * src/mimeview.c
693                 Don't offer to remember command on Open 
694                 with for text parts, as the browser or 
695                 text editor command isn't changed from 
696                 there
697
698 2006-08-20 [paul]       2.4.0cvs66
699
700         * po/ko.po
701         * po/zh_CN.po
702                 fix plural form errors. revealed by stricter
703                 checking of gettext 0.15
704
705 2006-08-18 [paul]       2.4.0cvs65
706
707         * src/stock_pixmap.c
708                 fix the fix of 2.4.0cvs64
709                 Thanks to Colin
710
711 2006-08-18 [paul]       2.4.0cvs64
712
713         * src/stock_pixmap.c
714                 fix leaks
715                 Thanks to Colin
716
717 2006-08-18 [paul]       2.4.0cvs63
718
719         * src/compose.c
720         * src/procmsg.c
721                 fix occasional IMAP bug where large msgs
722                 were left in the queue folder after sending
723                 Thanks to Colin
724
725 2006-08-18 [paul]       2.4.0cvs62
726
727         * src/folderview.c
728                 freeze the summaryview while quicksearch results
729                 are displayed
730                 (fixes bug 456 'current message is hidden when the
731                 view is refreshed and extended search is "unread 
732                 messages"')
733                 Thanks to Colin
734         * src/textview.c
735                 add missing #include "inputdialog.h"
736         * src/common/utils.h
737                 add missing mailcap_update_default() and improve
738                 readability
739
740 2006-08-17 [colin]      2.4.0cvs61
741
742         * src/plugins/pgpcore/select-keys.c
743                 Fix warnings :)
744
745 2006-08-17 [colin]      2.4.0cvs60
746
747         * src/compose.c
748                 Don't continue queuing if Cancel is clicked
749                 in select-keys
750
751 2006-08-17 [colin]      2.4.0cvs59
752
753         * src/plugins/pgpcore/select-keys.c
754                 When encrypting, if only one key matches and it 
755                 matches exactly, automatically use it.
756
757 2006-08-17 [colin]      2.4.0cvs58
758
759         * src/mimeview.c
760         * src/prefs_common.c
761         * src/prefs_common.h
762         * src/prefs_ext_prog.c
763         * src/textview.c
764                 Fix issues with previous patch (text/html)
765                 Remove outdated prefs
766
767 2006-08-17 [colin]      2.4.0cvs57
768
769         * src/imap.c
770                 Add View Log button on auth error
771         * src/procmsg.c
772                 Fix encrypted mail marked as new when
773                 saved in normal folders
774         * src/plugins/pgpinline/pgpinline.c
775                 Fix encrypt bug on IMAP
776         * src/mimeview.c
777         * src/common/utils.c
778         * src/common/utils.h
779         * src/gtk/inputdialog.c
780         * src/gtk/inputdialog.h
781                 Get rid of metamail stuff, simplify
782                 opening, and allow remembering of user's
783                 choices (by updating ~/.mailcap). There's
784                 still to drop "Audio player" and "Image
785                 viewer" preferences.
786
787 2006-08-17 [mones]      2.4.0cvs56
788
789         * manual/es/sylpheed-claws-manual.xml
790                 fix DTD path
791
792 2006-08-17 [mones]      2.4.0cvs55
793
794         * configure.ac
795         * manual/Makefile.am
796         * manual/es/Makefile.am
797         * manual/es/account.xml
798         * manual/es/ack.xml
799         * manual/es/addrbook.xml
800         * manual/es/advanced.xml
801         * manual/es/faq.xml
802         * manual/es/glossary.xml
803         * manual/es/gpl.xml
804         * manual/es/handling.xml
805         * manual/es/intro.xml
806         * manual/es/keyboard.xml
807         * manual/es/plugins.xml
808         * manual/es/starting.xml
809         * manual/es/sylpheed-claws-manual.xml
810         * manual/es/dist/Makefile.am
811         * manual/es/dist/html/Makefile.am
812         * manual/es/dist/pdf/Makefile.am
813         * manual/es/dist/ps/Makefile.am
814         * manual/es/dist/txt/Makefile.am
815                 Spanish translation for the manual
816
817 2006-08-16 [colin]      2.4.0cvs54
818
819         * src/compose.c
820         * src/main.c
821         * src/mainwindow.c
822                 Fix send button sensitivity at startup
823                 Set send menu sensitivity (patch by Fabien)
824         * src/ssl_manager.c
825                 Enable closing with esc (patch by Fabien)
826         * src/gtk/foldersort.c
827                 Enable closing with esc (patch by Fabien)
828         * src/procmime.c
829                 Optimisation (no need to copy to tempfile to
830                 "decode" 7bit and 8bit)
831         * src/summaryview.c
832                 Fix cruft in swap_from case
833         * src/textview.c
834                 Fix missing last line in some mail cases 
835                 (Fixes debian #381872)
836         * src/plugins/pgpcore/prefs_gpg.c
837         * src/plugins/pgpcore/sgpgme.c
838         * src/plugins/pgpcore/sgpgme.h
839                 Don't show "no key found" when user explicitely
840                 wants to create a key
841
842 2006-08-16 [paul]       2.4.0cvs53
843
844         * configure.ac
845         * src/account.c
846         * src/addressbook.c
847         * src/headerview.c
848         * src/prefs_account.c
849         * src/prefs_message.c
850         * src/gtk/gtkutils.c
851                 bump up minimum required versions of GTK+ and
852                 GLIB to 2.6.0
853
854 2006-08-16 [paul]       2.4.0cvs52
855
856         * src/toolbar.c
857                 workaround GTK+ Bug 351600 - 'Can't re-click
858                 on button after sensitivity update'
859                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
860                 Thanks to Colin
861
862 2006-08-15 [colin]      2.4.0cvs51
863
864         * src/plugins/pgpcore/prefs_gpg.c
865                 Set options sensitivity according to
866                 key existence
867         * src/plugins/pgpcore/sgpgme.c
868                 Allow to create key with no passphrase
869
870 2006-08-14 [cleroy]     2.4.0cvs50
871
872         * src/gtk/pluginwindow.c
873                 New layout (maybe to be changed?)
874         * src/gtk/gtkutils.c
875                 Fix a bit label_window
876         * src/plugins/pgpcore/passphrase.c
877         * src/plugins/pgpcore/passphrase.h
878         * src/plugins/pgpcore/plugin.c
879         * src/plugins/pgpcore/prefs_gpg.c
880         * src/plugins/pgpcore/prefs_gpg.h
881         * src/plugins/pgpcore/sgpgme.c
882         * src/plugins/pgpcore/sgpgme.h
883                 Allow to create a PGP private key via the GUI
884
885 2006-08-14 [wwp]        2.4.0cvs49
886
887         * src/addressbook_foldersel.c
888                 fix strict ISO C90 compliance.
889
890 2006-08-14 [paul]       2.4.0cvs48
891
892         * src/gtk/prefswindow.c
893                 re-set scrolled window on opening
894                 Patch by Ticho
895
896 2006-08-14 [paul]
897
898         2.5.0-rc1 released
899
900 2006-08-14 [paul]       2.4.0cvs47
901
902         * src/prefs_display_header.c
903                 re-enable user-defined Displayed Headers
904
905 2006-08-14 [paul]       2.4.0cvs46
906
907         * src/prefs_account.c
908                 use GTK_STOCK_EDIT
909
910 2006-08-13 [colin]      2.4.0cvs45
911
912         * src/common/utils.c
913                 Fix "a" in quote when the original message is empty,
914                 by using \0 instead of 'a' to test writability of
915                 temp files.
916
917 2006-08-13 [wwp]        2.4.0cvs44
918
919         * src/plugins/spamassassin/spamassassin.c
920                 fix capitalization of "SpamAssassin" in some debug, log and
921                 dialog messages.
922
923 2006-08-13 [paul]       2.4.0cvs43
924
925         * src/editldap.c
926                 fix overlapping widgets
927         * src/prefs_account.c
928                 fix translation of protocol_names[]
929                 fix label disappearing off the edge of the
930                 visible area
931
932 2006-08-12 [paul]       2.4.0cvs42
933
934         * manual/plugins.xml
935                 update IRC channel info before it gets forgotten
936                 about
937
938 2006-08-11 [colin]      2.4.0cvs41
939
940         * src/compose.c
941         * src/mainwindow.c
942         * src/mainwindow.h
943         * src/procmsg.c
944         * src/procmsg.h
945         * src/summaryview.c
946         * src/toolbar.c
947                 Grey out the Send button if
948                 - Queue folders are empty, or
949                 - We're sending already
950
951 2006-08-11 [wwp]        2.4.0cvs40
952
953         * src/main.c
954                 fix a logic issue when quitting while a compose window is
955                 still open, thanks to Colin.
956
957 2006-08-10 [colin]      2.4.0cvs39
958
959         * src/main.c
960                 Fix default font size setting after wizard run
961         * src/imap.c
962         * src/etpan/imap-thread.c
963         * src/etpan/imap-thread.h
964                 Fix bug #999 (Timing out on TSL cert validation 
965                 dialog makes ugly things happen). Also, STARTTLS
966                 unconditionnaly if initial capabilities contain
967                 LOGINDISABLED and STARTTLS.
968
969 2006-08-09 [colin]      2.4.0cvs38
970
971         * src/mainwindow.c
972         * src/mainwindow.h
973                 Fix Tools/Actions sensitivity when there are
974                 no actions
975
976 2006-08-09 [colin]      2.4.0cvs37
977
978         * src/prefs_filtering.c
979                 Warning fix, patch by Paul
980         * src/messageview.c
981         * src/prefs_actions.c
982         * src/prefs_filtering_action.c
983         * src/prefs_matcher.c
984                 Uniformisation of "Info ..." to "Info..." (for
985                 old gtk), patch by Fabien
986         * src/plugins/clamav/clamav_plugin_gtk.c
987                 Sensitivity fix by Fabien
988
989 2006-08-09 [colin]      2.4.0cvs36
990
991         * src/main.c
992         * src/main.h
993                 Add a function to know whether we're exiting
994         * src/plugins/trayicon/trayicon.c
995                 If exiting, don't do anything. Faster, and
996                 avoids gtk_main_iteration reentracy causing
997                 segfaults at exit
998
999 2006-08-09 [colin]      2.4.0cvs35
1000
1001         * src/messageview.c
1002         * src/mimeview.c
1003         * src/mimeview.h
1004                 Fix lack of part selection when automatically 
1005                 jumping to a specific part
1006         * src/msgcache.c
1007                 Little optimisation in cache reading
1008
1009 2006-08-09 [colin]      2.4.0cvs34
1010
1011         * src/compose.c
1012                 Fix crash setting the priority on reedit
1013                 (Accessing compose before creating it!)
1014
1015 2006-08-08 [colin]      2.4.0cvs33
1016
1017         * src/procmime.c
1018                 Fix bug #998 (last attachment is not accessible)
1019                 Bad RFC interpretation on multipart close-delimiters
1020         * src/mimeview.c
1021         * src/mimeview.h
1022         * src/gtk/gtkvscrollbutton.c
1023         * src/gtk/gtkvscrollbutton.h
1024                 Make attachments list wheel-scrollable
1025
1026 2006-08-07 [colin]      2.4.0cvs32
1027
1028         * src/gtk/gtkaspell.c
1029                 Fix bug #973 (Unicode punctation characters 
1030                 are not recognized as separators by the
1031                 spell checker); fix unsigned stuff
1032
1033 2006-08-07 [colin]      2.4.0cvs31
1034
1035         * src/compose.c
1036                 Fix bug #956 (DnD text with accents in compose 
1037                 text entry); fix gccc's signed/unsigned fuss
1038
1039 2006-08-06 [colin]      2.4.0cvs30
1040
1041         * src/main.c
1042                 Fix bug #979 (Plugin crashes when exiting 
1043                 sylpheed-claws) : handle exit request only 
1044                 once
1045
1046 2006-08-05 [colin]      2.4.0cvs29
1047
1048         * src/news.c
1049                 Just make sure we have a msgid.
1050
1051 2006-08-05 [colin]      2.4.0cvs28
1052
1053         * src/news.c
1054         * src/summaryview.c
1055                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
1056                 by reimplementing it
1057         * src/textview.c
1058                 Fix bug when hiding quotes with level > 3 and quote
1059                 colors are recycled
1060
1061 2006-08-04 [colin]      2.4.0cvs27
1062
1063         * src/compose.c
1064         * src/undo.c
1065         * src/undo.h
1066                 Fix a bit replace-by-pasting undo
1067         * src/mainwindow.c
1068         * src/messageview.c
1069                 Fix Fold quotes menu synchro in
1070                 mainwindow when it changes in 
1071                 messageview
1072         * src/textview.c
1073                 Fix right-click on quotes blocks
1074         * src/common/utils.c
1075                 Verify that the file created by
1076                 my_tmpfile() is writable. Fixes
1077                 bug #988 (very specific filesystem
1078                 issue)
1079         * src/plugins/pgpcore/sgpgme.c
1080                 Fix file descriptor leak
1081         * src/plugins/spamassassin/spamassassin.c
1082                 Warn once if spamd isn't reachable
1083
1084 2006-08-04 [colin]      2.4.0cvs26
1085
1086         * src/toolbar.c
1087                 i18n context patch by Fabien
1088
1089 2006-08-03 [colin]      2.4.0cvs25
1090
1091         * src/mainwindow.c
1092         * src/messageview.c
1093                 Rename "Hide quotes" to "Fold quotes"
1094         * src/textview.c
1095                 Don't use hand cursor on quotes. "all 
1096                 the bonuses of the feature and none of 
1097                 unwelcome side-effects"
1098
1099 2006-08-03 [colin]      2.4.0cvs24
1100
1101         * AUTHORS
1102         * sylpheed-claws.desktop
1103         * src/gtk/authors.h
1104                 Bring the desktop file to XDG compliance
1105                 Patch by Charles A. Edwards
1106
1107 2006-08-03 [colin]      2.4.0cvs23
1108
1109         * src/textview.c
1110                 Fix links offset when they are preceded
1111                 by accentued chars (g_utf8_strlen!)
1112         * src/mainwindow.c
1113                 Fix wrong status when starting offline
1114
1115
1116 2006-08-03 [wwp]        2.4.0cvs22
1117
1118         * src/prefs_common.h
1119                 ask what to do w/ filtering rules that belong to an account when
1120                 applying filtering rules manually from the main window (skip,
1121                 apply regardless of the account, use current account). This dialog
1122                 can be skipped and the last reply used.
1123                 (forgot that file)
1124
1125 2006-08-03 [wwp]        2.4.0cvs21
1126
1127         * src/filtering.c
1128         * src/filtering.h
1129         * src/prefs_common.c
1130         * src/summaryview.c
1131         * src/alertpanel.c
1132         * src/alertpanel.h
1133         * src/messageview.c
1134                 ask what to do w/ filtering rules that belong to an account when
1135                 applying filtering rules manually from the main window (skip,
1136                 apply regardless of the account, use current account). This dialog
1137                 can be skipped and the last reply used.
1138
1139
1140 2006-08-03 [colin]      2.4.0cvs20
1141
1142         * src/textview.c
1143                 Optimize previous patch
1144
1145 2006-08-03 [cleroy]     2.4.0cvs19
1146
1147         * src/textview.c
1148                 Fix quotes getting toggled back when the
1149                 mail has an even number of text parts
1150
1151 2006-08-02 [colin]      2.4.0cvs18
1152
1153         * src/messageview.c
1154                 Add Hide quotes menu
1155
1156 2006-08-02 [colin]      2.4.0cvs17
1157
1158         * src/mainwindow.c
1159         * src/prefs_common.c
1160         * src/textview.c
1161         * src/textview.h
1162         * src/gtk/about.c
1163                 Allow per-level quote hiding,
1164                 Allow toggling quotes by double-clicking them
1165                 Rename RemoteURI to ClickableText to reflect
1166                 the fact it's used for a variety of things
1167
1168 2006-08-02 [wwp]        2.4.0cvs16
1169
1170         * src/mainwindow.c
1171                 fix "View/Hide quotes" menu item status initialization.
1172
1173 2006-08-02 [wwp]        2.4.0cvs15
1174
1175         * src/matcher_parser_parse.y
1176                 remove a debug trace.
1177
1178 2006-08-02 [paul]       2.4.0cvs14
1179
1180         * src/plugins/pgpcore/passphrase.c
1181                 don't set initial dialog size
1182                 make it resizable
1183
1184 2006-08-02 [paul]       2.4.0cvs13
1185
1186         * src/noticeview.c
1187                 remove the rogue '/' character
1188
1189 2006-08-02 [paul]       2.4.0cvs12
1190
1191         * src/noticeview.c
1192                 allow buttons to resize as necessary
1193
1194 2006-08-01 [wwp]        2.4.0cvs11
1195
1196         * src/mbox.c
1197                 fix strict ISO C90 compliance.
1198
1199 2006-08-01 [wwp]        2.4.0cvs10
1200
1201         * tools/update-po
1202                 updated update-po tool to work w/ context-dependent translations.
1203                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1204
1205 2006-08-01 [wwp]        2.4.0cvs9
1206
1207         * src/matcher.c
1208         * src/prefs_filtering.c
1209         * src/prefs_matcher.c
1210                 allow context-dependent translations for "All",
1211                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1212
1213 2006-07-31 [colin]      2.4.0cvs8
1214
1215         * AUTHORS
1216         * src/gtk/authors.h
1217                 Add Rafal to authors
1218
1219 2006-07-31 [colin]      2.4.0cvs7
1220
1221         * src/compose.c
1222         * src/mainwindow.c
1223         * src/messageview.h
1224         * src/prefs_common.c
1225         * src/prefs_common.h
1226         * src/textview.c
1227                 Add 'View/Hide quotes'. Patch based on a patch
1228                 by Rafal Weglarz
1229
1230 2006-07-31 [colin]      2.4.0cvs6
1231
1232         * src/action.c
1233                 Fix problem with "> stuff >" actions
1234
1235 2006-07-31 [paul]       2.4.0cvs5
1236
1237         * po/nb.po
1238                 updated by Geir Helland
1239
1240 2006-07-31 [wwp]        2.4.0cvs4
1241
1242         * src/mainwindow.c
1243         * src/summaryview.c
1244         * src/summaryview.h
1245                 add "View/Go to/Parent message" and "View/Go to/Last read message",
1246                 thanks to Colin.
1247
1248 2006-07-31 [wwp]        2.4.0cvs3
1249
1250         * src/Makefile.am
1251         * src/addr_compl.c
1252         * src/addr_compl.h
1253         * src/addressbook.c
1254         * src/addressbook.h
1255         * src/addressbook_foldersel.c
1256         * src/addressbook_foldersel.h
1257         * src/addrindex.c
1258         * src/addrindex.h
1259         * src/matcher.c
1260         * src/matcher.h
1261         * src/matcher_parser_lex.l
1262         * src/matcher_parser_parse.y
1263         * src/prefs_common.c
1264         * src/prefs_common.h
1265         * src/prefs_filtering.c
1266         * src/prefs_matcher.c
1267         * src/prefs_matcher.h
1268         * src/summaryview.c
1269                 introduce filtering against the address book. It's now possible to add
1270                 matched conditions to determine if any email address in a message matches
1271                 or doesn't match any or all books or folders in the address book.
1272
1273 2006-07-31 [wwp]        2.4.0cvs2
1274
1275         * src/account.c
1276         * src/filtering.c
1277         * src/filtering.h
1278         * src/folder.c
1279         * src/folderview.c
1280         * src/inc.c
1281         * src/mainwindow.c
1282         * src/matcher.c
1283         * src/matcher_parser_lex.l
1284         * src/matcher_parser_parse.y
1285         * src/mbox.c
1286         * src/prefs_filtering.c
1287         * src/prefs_filtering.h
1288         * src/procmsg.c
1289         * src/procmsg.h
1290         * src/summaryview.c
1291                 introduce per-account filtering rules. Each filtering rule can now be assigned
1292                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
1293                 when applying filtering rules manually, as all rules will apply - even the ones
1294                 assigned to an account. This issue will be addressed soon.
1295  
1296
1297
1298 2006-07-31 [wwp]        2.4.0cvs1
1299
1300         * src/quote_fmt.c
1301                 make more strings translatable.
1302
1303 2006-07-31 [paul]       2.4.0
1304
1305         2.4.0 released
1306
1307 2006-07-31 [paul]       2.3.1cvs91
1308
1309         * po/ca.po
1310                 updated by Miquel Oliete
1311
1312 2006-07-31 [paul]       2.3.1cvs90
1313
1314         * po/de.po
1315         * po/el.po
1316         * po/fr.po
1317         * po/it.po
1318         * po/pl.po
1319         * po/pt_BR.po
1320         * po/sr.po
1321         * po/zh_CN.po
1322                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
1323                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
1324                 Aleksandar Urosevic, and Ralgh Young
1325
1326 2006-07-31 [paul]       2.3.1cvs89
1327
1328         * src/account.c
1329         * src/main.c
1330         * src/mainwindow.c
1331         * src/mainwindow.h
1332                 Fix a race condition when, after an SC crash, rescanning
1333                 folders took more than 0.5 seconds
1334                 Thanks to Colin
1335
1336 2006-07-31 [paul]       2.3.1cvs88
1337
1338         * src/folderview.c
1339                 don't translate separator strings
1340
1341 2006-07-30 [mones]      2.3.1cvs87
1342
1343         * doc/man/sylpheed-claws.1
1344                 Fixed non-ASCII chars in Hoa's name
1345         * po/es.po
1346                 Updated for release
1347
1348 2006-07-27 [colin]      2.3.1cvs86
1349
1350         * src/textview.c
1351                 Don't include the leading \n in links
1352                 Patch by Fabien
1353
1354 2006-07-25 [colin]      2.3.1cvs85
1355
1356         * src/mainwindow.c
1357         * src/common/socket.h
1358         * src/etpan/imap-thread.c
1359                 Refresh resolvers before connecting
1360                 to IMAP servers, and after switching
1361                 to online. Thanks to Paul.
1362
1363 2006-07-18 [colin]
1364
1365         * 2.4.0-rc4 released
1366
1367 2006-07-17 [colin]      2.3.1cvs84
1368
1369         * src/inc.c
1370                 Show connection attempt in statusbar before
1371                 connecting (previously first message was
1372                 "Retrieving messages from ..." after the
1373                 connection succeeded.
1374
1375 2006-07-16 [wwp]        2.3.1cvs83
1376
1377         * sylpheed-claws.ico
1378                 Added .ico file (windows multi-size icon file, generated).
1379
1380 2006-07-12 [wwp]        2.3.1cvs82
1381
1382         * src/messageview.c
1383                 remove Message/Re-edit menu entry from messageview window,
1384                 as sent/draft/queued messages are opened in compose window when
1385                 re-edited and it's not possible to re-edit other msgs.
1386
1387 2006-07-12 [paul]       2.3.1cvs81
1388
1389         * AUTHORS
1390         * src/mainwindow.c
1391         * src/gtk/authors.h
1392                 check online state before resetting
1393                 mailcheck timer. Useful if some program
1394                 verifies connection state and updates
1395                 Claws.
1396                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
1397
1398 2006-07-12 [paul]       2.3.1cvs80
1399
1400         * sylpheed-claws-128x128.png
1401         * sylpheed-claws-64x64.png
1402         * sylpheed-claws.png
1403         * src/Makefile.am
1404         * src/main.c
1405         * src/prefs_toolbar.c
1406         * src/stock_pixmap.c
1407         * src/stock_pixmap.h
1408         * src/wizard.c
1409         * src/gtk/about.c
1410         * src/gtk/gtkutils.c
1411         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
1412         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
1413         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
1414         * src/pixmaps/sylpheed.xpm              ** REMOVED **
1415         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
1416         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
1417                 updated and renamed logo/icon files and related
1418                 logo by Jesper Schultz
1419
1420 2006-07-11 [paul]       2.3.1cvs79
1421
1422         * src/main.c
1423                 fix the labels a smidgin
1424
1425 2006-07-09 [colin]      2.3.1cvs78
1426
1427         * src/textview.c
1428                 Show errors in textviewer's command
1429                 Patch by H. Merijn Brand
1430
1431 2006-07-09 [colin]      2.3.1cvs77
1432
1433         * src/compose.c
1434                 Save FMID in drafts too
1435
1436 2006-07-08 [colin]      2.3.1cvs76
1437
1438         * src/compose.c
1439                 Svae RMID in drafted mails too
1440                 Save quote_fmt vars for whole mails,
1441                 don't reset at each quote_fmt_init:
1442                 allows to use the same |i{var} in
1443                 various template fields
1444         * src/prefs_template.c
1445         * src/quote_fmt.h
1446         * src/quote_fmt_parse.y
1447                 Same
1448
1449 2006-07-08 [colin]      2.3.1cvs75
1450
1451         * src/textview.c
1452                 Fix highlighting of attached parts URIs
1453
1454 2006-07-08 [colin]      2.3.1cvs74
1455
1456         * src/main.c
1457                 Prevent bug #981 (sc 2.3.1 segfaults with 
1458                 gtk+ 2.10) from being reported again:
1459                 if Sylpheed-Claws has been compiled against
1460                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
1461                 of if Sylpheed-Claws has been compiled against
1462                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
1463                 error out.
1464
1465 2006-07-07 [colin]      2.3.1cvs73
1466
1467         * src/prefs_actions.c
1468                 Fix label
1469
1470 2006-07-07 [colin]      2.3.1cvs72
1471
1472         * src/prefs_actions.c
1473                 Fix compile on gtk < 2.8. argh :)
1474
1475 2006-07-07 [paul]       2.3.1cvs71
1476
1477         * src/common/defs.h
1478                 update DONATE_URI
1479
1480 2006-07-07 [colin]      2.3.1cvs70
1481
1482         * po/POTFILES.in
1483         * src/quote_fmt.c
1484         * src/quote_fmt_lex.l
1485         * src/quote_fmt_parse.y
1486                 Add |i{var}, a way to insert user-entered
1487                 text in a template
1488
1489 2006-07-07 [colin]
1490
1491         * 2.4.0-rc3 released
1492
1493 2006-07-07 [colin]      2.3.1cvs69
1494
1495         * src/folder.c
1496                 Don't consider inboxes of UNKNOWN folder 
1497                 classes to be useable as default inboxes
1498
1499 2006-07-07 [paul]       2.3.1cvs68
1500
1501         * src/textview.c
1502                 add missing #include <errno.h>
1503                 Thanks to René J. Blokland
1504
1505 2006-07-07 [paul]       2.3.1cvs67
1506
1507         * src/action.c
1508                 Return now Closes dialog
1509         * src/mimeview.c
1510         * src/mimeview.h
1511         * src/textview.c
1512                 add contextual menu to mime parts listed
1513                 in the textview
1514                 Thanks to Colin
1515         * src/common/utils.c
1516                 reversal: ' is a valid character in URLs
1517
1518 2006-07-06 [colin]      2.3.1cvs66
1519
1520         * src/remotefolder.h
1521                 Forgotten in previous commit
1522
1523 2006-07-06 [colin]      2.3.1cvs65
1524
1525         * src/folder.c
1526                 Set summary update flag whenever
1527                 totals changed
1528         * src/imap.c
1529         * src/prefs_account.c
1530         * src/common/utils.h
1531         * src/etpan/imap-thread.c
1532                 Fix warnings, thanks to Fabien and
1533                 Ricardo
1534
1535 2006-07-06 [wwp]        2.3.1cvs64
1536
1537         * src/gtk/gtkutils.c
1538                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
1539
1540 2006-07-06 [wwp]        2.3.1cvs63
1541
1542         * src/account.c
1543         * src/addressbook.c
1544         * src/addressitem.h
1545         * src/folderview.c
1546         * src/mainwindow.c
1547         * src/manual.c
1548         * src/manual.h
1549         * src/message_search.c
1550         * src/prefs_actions.c
1551         * src/prefs_filtering.c
1552         * src/prefs_filtering.h
1553         * src/prefs_template.c
1554         * src/summary_search.c
1555         * src/summaryview.c
1556         * src/gtk/gtkutils.c
1557         * src/gtk/gtkutils.h
1558         * src/gtk/pluginwindow.c
1559                 add help buttons to some dialogs. Clicking such buttons opens a
1560                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
1561
1562 2006-07-06 [paul]       2.3.1cvs62
1563
1564         * src/textview.c
1565                 fix attachments contextual menu
1566                 Thanks to Colin
1567
1568 2006-07-05 [colin]      2.3.1cvs61
1569
1570         * src/textview.c
1571         * src/compose.c
1572                 Handle sftp:// links
1573
1574 2006-07-05 [paul]       2.3.1cvs60
1575
1576         * src/gtk/filesel.c
1577                 grab save button by default
1578                 Thanks to Colin
1579
1580 2006-07-05 [wwp]        2.3.1cvs59
1581
1582         * manual/xml2pdf
1583                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
1584
1585 2006-07-04 [colin]      2.3.1cvs58
1586
1587         * src/mimeview.c
1588         * src/textview.c
1589                 Use left click to select, middle click to open
1590                 on mimeparts links
1591         * src/common/utils.c
1592                 Fix segfault
1593
1594 2006-07-04 [colin]      2.3.1cvs57
1595
1596         * src/mainwindow.c
1597         * src/news.c
1598                 Warning fixes, thanks to Fabien
1599
1600 2006-07-04 [colin]      2.3.1cvs56
1601
1602         * src/mimeview.c
1603         * src/mimeview.h
1604         * src/textview.c
1605                 Allow parts to be selected via their text label
1606                 in textview
1607
1608 2006-07-04 [colin]      2.3.1cvs55
1609
1610         * src/folderview.c
1611                 Feedback when closing (for big folders)
1612         * src/prefs_actions.c
1613         * src/prefs_filtering.c
1614         * src/prefs_matcher.c
1615         * src/prefs_template.c
1616                 Fix default button when closing without
1617                 having saved
1618
1619 2006-07-04 [colin]      2.3.1cvs54
1620
1621         * src/news.c
1622                 Delete local file on deletion
1623
1624 2006-07-03 [colin]      2.3.1cvs53
1625
1626         * src/folderview.c
1627         * src/main.c
1628                 Don't freeze when rescanning after crash
1629
1630 2006-07-03 [wwp]        2.3.1cvs52
1631
1632         * src/compose.c
1633         * src/privacy.c
1634         * src/privacy.h
1635         * src/plugins/pgpinline/pgpinline.c
1636         * src/plugins/pgpmime/pgpmime.c
1637                 don't report an error when the user cancels the passphrase dialog.
1638
1639 2006-07-02 [colin]      2.3.1cvs51
1640
1641         * src/folderview.c
1642                 Open message when crossing folders with Space,
1643                 goto next unread and friends
1644
1645 2006-07-01 [colin]      2.3.1cvs50
1646
1647         * src/prefs_account.c
1648                 Typographic rules varying from language
1649                 to language (in french "Protocole :"),
1650                 we have to do that :)
1651
1652 2006-07-01 [ticho]      2.3.1cvs49
1653
1654         * src/prefs_account.c
1655                 Only use one temporary gchar* variable in
1656                 prefs_account_protocol_set_optmenu().
1657
1658 2006-07-01 [ticho]      2.3.1cvs48
1659
1660         * src/prefs_account.c
1661         * src/prefs_account.h
1662                 Use GtkLabel for existing account protocol name.
1663                 Created an array for protocol names and populate the
1664                 combobox from it in a for() cycle.
1665
1666 2006-06-30 [colin]      2.3.1cvs47
1667
1668         * src/compose.c
1669                 Block undo when changing signature (by changing
1670                 account)
1671
1672 2006-06-30 [paul]       2.3.1cvs46
1673
1674         * src/send_message.c
1675                 when editing From in the Compose window, use that address
1676                 in the Return-Path: header
1677                 Thanks to Colin
1678
1679 2006-06-30 [colin]      2.3.1cvs45
1680
1681         * src/compose.c
1682                 Fix signature replacement:
1683                 - when no newline before separator
1684                 - when reediting
1685
1686 2006-06-29 [colin]      2.3.1cvs44
1687
1688         * src/folderview.c
1689         * src/folderview.h
1690         * src/mainwindow.c
1691         * src/summaryview.c
1692                 Let 'View/Go to/Next marked' work like
1693                 Next new & Next unread: across folders
1694                 Change the select_on_entry pref to do
1695                 what we want when changing folder
1696         * src/common/utils.c
1697                 Fix single-quoted links 
1698
1699 2006-06-29 [colin]      2.3.1cvs43
1700
1701         * src/gtk/gtkaspell.c
1702                 "Sylpheed" and "Sylpheed-Claws" do exist !
1703
1704 2006-06-29 [colin]      2.3.1cvs42
1705
1706         * src/imap.c
1707                 Forgot to remove debug
1708
1709 2006-06-29 [colin]      2.3.1cvs41
1710
1711         * src/imap.c
1712         * src/imap.h
1713         * src/mainwindow.c
1714                 Disconnect from IMAP servers when going
1715                 offline. Fixes bug #978 (going to offline-mode 
1716                 won't close connections)
1717
1718 2006-06-29 [colin]      2.3.1cvs40
1719
1720         * src/main.c
1721                 Fix transient setting on failing plugins
1722                 Patch by Fabien
1723         * src/plugins/pgpcore/sgpgme.c
1724                 Only warn for OpenPGP. Most people don't
1725                 have CMS available.
1726
1727 2006-06-29 [colin]      2.3.1cvs39
1728
1729         * src/compose.c
1730                 Fix Spelling menu (discrepancy between context menu
1731                 and top menu when folder's dictionary isn't the 
1732                 default one)
1733         * src/plugins/pgpcore/sgpgme.c
1734                 More error reporting about why gpgme can fail
1735
1736 2006-06-29 [wwp]        2.3.1cvs38
1737
1738         * src/mainwindow.c
1739                 honor the display-header-pane setting even when the message view
1740                 is a separate window.
1741
1742 2006-06-29 [wwp]        2.3.1cvs37
1743
1744         * src/prefs_actions.c
1745                 forgot to commit that one (use of GTK_STOCK_INFO).
1746
1747 2006-06-29 [colin]      2.3.1cvs36
1748
1749         * src/imap.c
1750                 Better handling of login errors (ask the password
1751                 again once), alert in case of error. Fix three
1752                 signedness warnings.
1753
1754 2006-06-28 [wwp]        2.3.1cvs35
1755
1756         * src/prefs_template.c
1757         * src/prefs_matcher.c
1758         * src/prefs_filtering_action.c
1759         * src/prefs_quote.c
1760                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
1761                 patch by Fabien Vantard, slightly modified.
1762
1763 2006-06-28 [paul]
1764
1765         2.4.0-rc2 released
1766
1767 2006-06-28 [colin]      2.3.1cvs34
1768
1769         * src/prefs_account.c
1770                 Fix bug #977 (Can't add or edit imap accounts)
1771
1772 2006-06-28 [colin]      2.3.1cvs33
1773
1774         * src/mimeview.c
1775                 Fix previous
1776
1777 2006-06-28 [colin]      2.3.1cvs32
1778
1779         * src/mimeview.c
1780                 Save named inlined attachments with "Save all"
1781         * src/main.c
1782         * src/mbox.c
1783         * src/common/plugin.c
1784         * src/common/plugin.h
1785         * src/common/sylpheed.c
1786         * src/common/utils.c
1787         * src/plugins/pgpcore/sylpheed.def
1788         * src/plugins/pgpinline/sylpheed.def
1789         * src/plugins/pgpmime/sylpheed.def
1790                 Win32 compatibility patch, by
1791                 Werner Koch
1792
1793 2006-06-28 [wwp]        2.3.1cvs31
1794
1795         * src/imap.c
1796         * src/prefs_folder_item.c
1797                 less compilation warnings (thanks to Fabien Vantard), less typos.
1798
1799 2006-06-28 [paul]       2.3.1cvs30
1800
1801         * src/gtk/gtkutils.c
1802                 gtk_combo_box_set_focus_on_click() is only
1803                 available since gtk 2.6.0
1804
1805 2006-06-28 [paul]       2.3.1cvs29
1806
1807         * src/prefs_ext_prog.c
1808                 fix engrish and add a tooltip for the
1809                 'command for 'Display as text' option
1810
1811 2006-06-28 [paul]
1812
1813         2.4.0-rc1 released
1814
1815 2006-06-28 [paul]       2.3.1cvs28
1816
1817         * ChangeLog
1818         * tools/Makefile.am
1819                 include textviewer.pl in releases
1820
1821 2006-06-28 [paul]       2.3.1cvs27
1822
1823         * src/prefs_ext_prog.c
1824                 hide Print command option if libgnomeprint
1825                 support is present
1826
1827 2006-06-27 [colin]      2.3.1cvs26
1828
1829         * src/compose.c
1830                 Fix Esc handling in insert/attach dialog
1831                 Don't show this dialog if dragging something
1832                 else than text/uri-list
1833                 Thanks to Fabien Vantard
1834         * tools/textviewer.pl
1835                 Filter script to display stuff as text
1836                 by H. Merijn Brand
1837
1838 2006-06-27 [wwp]        2.3.1cvs25
1839
1840         * src/messageview.c
1841                 use the exact product name (message view title), patch
1842                 by Fabien Vantard.
1843
1844 2006-06-27 [ticho]      2.3.1cvs24
1845
1846         * src/prefs_account.c
1847         * src/prefs_common.c
1848         * src/prefs_common.h
1849         * src/prefs_ext_prog.c
1850         * src/textview.c
1851                 Add a preference (Preferences/External programs)
1852                 to allow "Display as text" to be done via a script
1853                 (patch by H.Merijn Brand).
1854                 Use GtkComboBox for protocol selection in account
1855                 preferences.
1856                 Only include current choice for existing accounts, and
1857                 insensitivize the combobox.
1858
1859 2006-06-27 [paul]       2.3.1cvs23
1860
1861         * src/mbox.c
1862                 fix crasher introduced in cvs21.
1863                 Thanks to Colin
1864
1865 2006-06-26 [colin]      2.3.1cvs22
1866
1867         * src/mbox.c
1868                 Fix double-frees when leaving folders
1869                 after exporting to mbox
1870
1871 2006-06-26 [colin]      2.3.1cvs21
1872
1873         * src/mbox.c
1874                 More feedback (and optimisation)
1875                 on import/export
1876         * src/common/utils.c
1877                 Fix case when looking for mail addresses
1878         * src/gtk/gtkutils.c
1879                 Extra check for (X-)Face
1880
1881 2006-06-25 [ticho]      2.3.1cvs20
1882
1883         * src/compose.c
1884         * src/exphtmldlg.c
1885         * src/gtk/gtkutils.c
1886         * src/gtk/gtkutils.h
1887                 Added second argument to gtkut_sc_combobox_create() to
1888                 control focus-on-click for the widget.
1889                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
1890
1891 2006-06-25 [ticho]      2.3.1cvs19
1892
1893         * src/compose.c
1894         * src/gtk/Makefile.am
1895         * src/gtk/combobox.c
1896         * src/gtk/combobox.h
1897         * src/gtk/gtkutils.c
1898         * src/gtk/gtkutils.h
1899                 Use GtkComboBox instead of deprecated GtkOptionMenu
1900                 for account selector in compose window and for encoding
1901                 selector in attachment properties.
1902                 Also factorise working with the new GtkComboBox somewhat.
1903
1904 2006-06-24 [paul]       2.3.1cvs18
1905
1906         * src/prefs_common.c
1907                 use the correct default value
1908
1909 2006-06-24 [paul]       2.3.1cvs17
1910
1911         * src/compose.c
1912         * src/prefs_common.c
1913         * src/prefs_common.h
1914         * src/prefs_compose_writing.c
1915                 enable setting of default action when
1916                 dnd'ing files in the compose window.
1917                 (Collaborative effort with wwp)
1918
1919 2006-06-23 [wwp]        2.3.1cvs16
1920
1921         * src/compose.c
1922                 i18n fix (thanks to Fabien Vantard)
1923
1924 2006-06-22 [colin]      2.3.1cvs15
1925
1926         * src/prefs_customheader.c
1927                 Don't use filters in custom headers' file 
1928                 selector. Remember, extensions mean nothing :)
1929
1930 2006-06-22 [paul]       2.3.1cvs14
1931
1932         * configure.ac
1933                 allow setting of man directory location
1934
1935 2006-06-22 [colin]      2.3.1cvs13
1936
1937         * src/mainwindow.c
1938                 Add 'View/Go to/Next unread folder'.
1939                 I missed that :)
1940
1941 2006-06-22 [colin]      2.3.1cvs12
1942
1943         * src/common/utils.c
1944                 Add some subject prefixes
1945                 Patch by Bjorn T Johansen <btj@havleik.no>
1946
1947 2006-06-22 [colin]      2.3.1cvs11
1948
1949         * manual/advanced.xml
1950                 Forgotten hidden pref
1951
1952 2006-06-21 [paul]       2.3.1cvs10
1953
1954         * src/prefs_account.c
1955                 complete the removal of 'Add date header' option
1956
1957 2006-06-21 [paul]       2.3.1cvs9
1958
1959         * src/account.c
1960         * src/compose.c
1961         * src/prefs_account.c
1962         * src/prefs_account.h
1963                 remove option to add date header - always
1964                 add date header
1965         * src/etpan/imap-thread.c
1966                 fix warnings (Thanks to Colin)
1967
1968 2006-06-21 [wwp]        2.3.1cvs8
1969
1970         * src/folder.c
1971                 set the attachment flag when inline text part are (file)named. This is more convenient
1972                 when receiving (for instance) inline source files or patches sent using thunderbird.
1973
1974 2006-06-21 [paul]       2.3.1cvs7
1975
1976         * src/inc.c
1977                 fix off-by-one count of current msg in
1978                 statusbar filtering progressbar
1979
1980 2006-06-21 [paul]       2.3.1cvs6
1981
1982         * src/folder.c
1983                 Show attachment icon even if the part is 'inline'
1984                 if the following conditions are met:
1985                 - content-type != 'text/plain'
1986                 - content-type != '*/pgp-signature'
1987                 - either 'name' or 'filename' parameter is not NULL
1988                 
1989                 Thanks to Colin
1990
1991 2006-06-21 [paul]       2.3.1cvs5
1992
1993         * src/messageview.c
1994         * src/prefs_common.c
1995         * src/prefs_common.h
1996         * src/prefs_other.c
1997                 add an option to 'Never send Return
1998                 Receipts'
1999                 Thanks to Colin
2000
2001 2006-06-20 [mones]      2.3.1cvs4
2002
2003         * po/es.po
2004                 updated
2005         * src/compose.c
2006                 typo fixed (space after comma)
2007         * tools/make.themes.project
2008                 remove exec mode from tarball files
2009
2010 2006-06-20 [colin]      2.3.1cvs3
2011
2012         * src/news.c
2013         * src/procheader.c
2014         * src/unmime.c
2015                 Better fix for \n's in headers (don't 
2016                 break Received: and others)
2017
2018 2006-06-20 [paul]       2.3.1cvs2
2019
2020         * src/alertpanel.c
2021         * src/textview.c
2022                 improve legibility of phishing attempt
2023                 dialog
2024
2025 2006-06-20 [paul]       2.3.1cvs1
2026
2027         * NEWS
2028         * README
2029         * configure.ac
2030                 Update version number following
2031                 stable release
2032
2033 2006-06-20 [colin]      2.3.0cvs26
2034
2035         * src/compose.c
2036                 When dragging a file to the text of the compose
2037                 window, ask whether we want to insert or attach
2038                 (I know lots of people who do that to attach)
2039
2040 2006-06-20 [colin]      2.3.0cvs25
2041
2042         * src/etpan/imap-thread.c
2043                 Fix threshold (the append command is often > 32 bytes)
2044
2045 2006-06-19 [colin]      2.3.0cvs24
2046
2047         * src/imap.c
2048         * src/etpan/imap-thread.c
2049                 Workaround Rockliffe IMAP server bug: replace
2050                 "x UID SEARCH (ANSWERED UID 1:*)" with
2051                 "x UID SEARCH ANSWERED"
2052                 (Rockliffe doesn't handle the parenthesis)
2053
2054 2006-06-19 [colin]      2.3.0cvs23
2055
2056         * src/compose.c
2057         * src/imap.c
2058         * src/etpan/imap-thread.c
2059                 Probably fix bug #972 (Freezes when adding 
2060                 an attachment to the message)
2061         * src/common/defs.h
2062                 Modernize Firefox cmd
2063
2064
2065 2006-06-18 [colin]      2.3.0cvs22
2066
2067         * src/prefs_customheader.c
2068                 Only allow correct filenames for various
2069                 custom headers
2070
2071 2006-06-18 [colin]      2.3.0cvs21
2072
2073         * src/prefs_customheader.c
2074                 Add a 'From File...' button in custom headers prefs, which
2075                 try to do the right thing: 
2076                 for normal headers, use file as plaintext,
2077                 for X-Face, calls compface,
2078                 for Face, encode to b64.
2079
2080 2006-06-17 [colin]      2.3.0cvs20
2081
2082         * src/mh.c
2083                 Warning fix
2084
2085 2006-06-16 [colin]      2.3.0cvs19
2086
2087         * src/summaryview.c
2088                 Recursive quicksearch: show message list
2089                 in current folder, *then* search children
2090                 in the background.
2091
2092 2006-06-16 [colin]      2.3.0cvs18
2093
2094         * src/main.c
2095                 Instead of ignoring SIGPIPE, save caches
2096                 when getting one. Will fix the fact that
2097                 hot caches are out-of-date when logging 
2098                 out of Xorg.
2099         * src/compose.c
2100         * src/prefs_compose_writing.c
2101                 Only save text (not attachments) when 
2102                 auto-saving to drafts
2103         * src/unmime.c
2104                 Always replace \n, \r and \t with spaces
2105                 in headers
2106         * manual/dist/html/Makefile.am
2107         * manual/dist/pdf/Makefile.am
2108         * manual/dist/ps/Makefile.am
2109         * manual/dist/txt/Makefile.am
2110         * manual/fr/dist/html/Makefile.am
2111         * manual/fr/dist/pdf/Makefile.am
2112         * manual/fr/dist/ps/Makefile.am
2113         * manual/fr/dist/txt/Makefile.am
2114         * manual/pl/dist/html/Makefile.am
2115         * manual/pl/dist/pdf/Makefile.am
2116         * manual/pl/dist/ps/Makefile.am
2117         * manual/pl/dist/txt/Makefile.am
2118                 Fix make clean removing pregenerated manuals
2119
2120
2121 2006-06-16 [colin]      2.3.0cvs17
2122
2123         * src/plugins/pgpcore/sgpgme.c
2124         * src/plugins/pgpmime/pgpmime.c
2125         * src/plugins/pgpinline/pgpinline.c
2126                 Better error reporting in setup_signers.
2127                 Don't fallback to default key if specified
2128                 key isn't found.
2129                 Don't allow signing if more than one secret
2130                 key matches the one specified in prefs.
2131
2132 2006-06-15 [colin]      2.3.0cvs16
2133
2134         * src/folderview.c
2135                 Add "Send queue" in the folder's contextual
2136                 menu
2137         * src/compose.c
2138         * src/messageview.c
2139         * src/privacy.c
2140         * src/privacy.h
2141         * src/procmime.c
2142         * src/procmsg.c
2143         * src/plugins/pgpcore/passphrase.c
2144         * src/plugins/pgpcore/sgpgme.c
2145         * src/plugins/pgpinline/pgpinline.c
2146         * src/plugins/pgpmime/pgpmime.c
2147                 Better error reporting
2148         * src/mbox.c
2149                 Probably fix bug #971 (2.2.3 cannot read mail 
2150                 from local mbox)
2151
2152
2153 2006-06-15 [mones]      2.3.0cvs15
2154
2155         * tools/make.themes.project
2156                 creates the themes project from the web page
2157
2158 2006-06-15 [colin]      2.3.0cvs14
2159
2160         * src/folder.c
2161                 Better fix (avoid losing the folder if scan_tree 
2162                 fails)
2163
2164 2006-06-15 [cleroy]     2.3.0cvs13
2165
2166         * src/folder.c
2167                 Probably fix Bug #969 (crash on rebuilding 
2168                 imap folder)
2169
2170 2006-06-14 [colin]      2.3.0cvs12
2171
2172         * manual/dtd/manual.xsl
2173         * manual/sylpheed-claws-manual.xml
2174         * manual/fr/sylpheed-claws-manual.xml
2175         * manual/pl/sylpheed-claws-manual.xml
2176                 Insert pagebreaks between sections
2177
2178 2006-06-14 [paul]       2.3.0cvs11
2179
2180         * configure.ac
2181                 better fix than 2.3.0cvs10
2182
2183 2006-06-14 [paul]       2.3.0cvs10
2184
2185         * configure.ac
2186                 fix setting of PACKAGE_DATA_DIR with newer autoconf
2187                 (backwards compatible)
2188
2189 2006-06-13 [colin]      2.3.0cvs9
2190
2191         * src/messageview.c
2192                 Fix sending of return receipt with the new queue folders
2193
2194 2006-06-13 [wwp]        2.3.0cvs8
2195
2196         * src/quote_fmt_lex.l
2197                 fix wrong tokens returned in quote_fmt lexer, query not().
2198
2199 2006-06-13 [wwp]        2.3.0cvs7
2200
2201         * src/folder.c
2202         * src/prefs_folder_item.c
2203                 allow changing folder type even when folder is not a top-level one,
2204                 thanks to Colin.
2205
2206 2006-06-12 [colin]      2.3.0cvs6
2207
2208         * src/folderview.c
2209                 Fix double-ask of "Do you want to mark all
2210                 as read"
2211
2212 2006-06-12 [colin]      2.3.0cvs5
2213
2214         * src/compose.c
2215         * src/compose.h
2216         * src/folder.c
2217         * src/folder.h
2218         * src/imap.c
2219         * src/inc.c
2220         * src/main.c
2221         * src/messageview.c
2222         * src/mh.c
2223         * src/prefs_folder_item.c
2224         * src/procheader.c
2225         * src/procmime.c
2226         * src/procmsg.c
2227         * src/procmsg.h
2228         * src/send_message.c
2229         * src/summaryview.c
2230         * src/toolbar.c
2231                 Apply bug #964's patch (Queue and drafts aren't normal)
2232                 The Drafts and Queue folder now contain RFC-822 files,
2233                 allowing to move and copy mails from and to these 
2234                 folders. Moving from Drafts to Queue will prepare the
2235                 mail for sending (PGP signature, encryption, etc).
2236                 This patch also rework sending errors handling to try
2237                 to be more helpful.
2238                 Also, allow redefining folder types via the GUI 
2239                 (Folder type in its Properties)
2240
2241 2006-06-12 [colin]      2.3.0cvs4
2242
2243         * src/summaryview.c
2244         * src/prefs_common.c
2245         * src/prefs_common.h
2246         * src/gedit-print.c
2247                 Allow to define a specific print font - patch
2248                 by Bernhard Walle <bernhard.walle@gmx.de>
2249         * src/prefs_fonts.c
2250         * manual/advanced.xml
2251         * manual/fr/advanced.xml
2252                 Add a hidden pref to allow deletion without
2253                 confirmation
2254
2255 2006-06-12 [wwp]        2.3.0cvs3
2256
2257         * .cvsignore
2258                 more files to ignore.
2259
2260 2006-06-12 [wwp]        2.3.0cvs2
2261
2262         * src/quote_fmt.c
2263         * src/quote_fmt_lex.l
2264         * src/quote_fmt_parse.y
2265                 extend the quote_fmt parser (templates and quotes):
2266                 - allow limited sub-expressions in |p{} and |f{} expressions,
2267                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
2268                 - implemented/fixed missing implementation of query_references and show_references,
2269                 - completed, fixed contents and format of the symbols help dialog,
2270                 - fix some compilation warnings.
2271
2272 2006-06-12 [wwp]        2.3.0cvs1
2273
2274         * manual/advanced.xml
2275         * manual/fr/advanced.xml
2276                 updates in the "templates" section of the manual (eng/fr):
2277                  - be more precise (both versions)
2278                  - completed to match the english reference (fr version)
2279                  - touchups (both versions)
2280
2281 2006-06-12 [paul]       2.3.0
2282
2283         2.3.0 released
2284
2285 2006-06-12 [paul]       2.2.3cvs14
2286
2287         * po/ca.po
2288         * po/cs.po
2289         * po/de.po
2290         * po/el.po
2291         * po/fr.po
2292         * po/it.po
2293         * po/pt_BR.po
2294         * po/sr.po
2295         * po/zh_CN.po
2296                 updated by Miquel Oliete, Tim, Stephan Sachse,
2297                 Stavros Giannouris, Fabien Vantard, Andrea
2298                 Spadaccini, Frederico Goncalves Guimaraes,
2299                 Aleksandar Urosevic, and Ralgh Young
2300
2301 2006-06-12 [colin]      2.2.3cvs13
2302
2303         * src/mbox.c
2304                 Add missing header
2305
2306 2006-06-11 [colin]      2.2.3cvs12
2307
2308         * src/msgcache.c
2309                 Verify that g_malloc() succeeded
2310
2311 2006-06-11 [colin]      2.2.3cvs11
2312
2313         * src/wizard.c
2314                 Add Face header to welcome mail
2315
2316 2006-06-10 [colin]      2.2.3cvs10
2317
2318         * src/textview.c
2319                 Revert previous (Forgot it changes the
2320                 margin on the whole mail)
2321
2322 2006-06-10 [colin]      2.2.3cvs9
2323
2324         * src/textview.c
2325                 Don't overlap long headers under (X-)Face
2326
2327 2006-06-10 [mones]      2.2.3cvs8
2328
2329         * manual/xml2pdf
2330                 allow generation of manual on systems lacking saxon binary
2331                 but with java and the saxon library installed
2332
2333         * po/es.po
2334                 updated for release
2335
2336 2006-06-09 [colin]      2.2.3cvs7
2337
2338         * src/summaryview.c
2339                 Fix leak when using Display Sender using Addressbook
2340
2341 2006-06-09 [colin]      2.2.3cvs6
2342
2343         * src/compose.c
2344         * src/folder.c
2345         * src/folderview.c
2346         * src/mimeview.c
2347         * src/summaryview.c
2348                 More leaks fixes
2349
2350 2006-06-09 [paul]       2.2.3cvs5
2351
2352         * AUTHORS
2353         * src/gtk/authors.h
2354         * tools/claws.i18n.status.pl
2355                 updated with new info
2356
2357 2006-06-09 [paul]       2.2.3cvs4
2358
2359         * README
2360                 updated
2361         * manual/ack.xml
2362                 add wwp to authors list
2363         * src/gtk/authors.h
2364                 update mine and Colin's addresses
2365
2366 2006-06-08 [colin]      2.2.3cvs3
2367
2368         * src/etpan/imap-thread.c
2369                 Fix leak on SSL cert check
2370
2371 2006-06-08 [colin]      2.2.3cvs2
2372
2373         * src/common/utils.c
2374                 Fix leak
2375
2376 2006-06-08 [paul]       2.2.3cvs1
2377
2378         * configure.ac
2379                 Update version number following
2380                 stable release
2381
2382 2006-06-07 [colin]      2.2.2cvs3
2383
2384         * src/msgcache.c
2385                 Fix catching cache read errors (guint instead of gint)
2386                 Prevent malloc'ing more than 8MB (means cache corruption)
2387
2388 2006-06-07 [paul]       2.2.2cvs2
2389
2390         * src/exporthtml.c
2391         * src/exportldif.c
2392         * src/mh.c
2393         * src/mutt.c
2394         * src/pine.c
2395         * src/common/utils.c
2396                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
2397                 obey $HOME'
2398                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
2399                 Thanks to Colin
2400
2401 2006-06-06 [paul]       2.2.2cvs1
2402
2403         * configure.ac
2404                 Update version number following
2405                 stable release
2406
2407 2006-06-06 [paul]       2.2.1cvs6
2408
2409         * src/matcher.c
2410                 fix  implicit declaration of
2411                 sylpheed_do_idle()
2412                 Patch by Fabien Vantard
2413
2414 2006-06-06 [paul]       2.2.1cvs5
2415
2416         * src/matcher.c
2417                 fix age_greater and age_lower so that they
2418                 mean what say and not '...or equal to'
2419                 Thanks to Colin
2420
2421 2006-06-06 [paul]       2.2.1cvs4
2422
2423         * src/textview.c
2424         * src/common/utils.c
2425                 fix URI check
2426                 Thanks to Colin
2427
2428 2006-06-05 [wwp]        2.2.1cvs3
2429
2430         * manual/fr/account.xml
2431                 minor language fixes (thanks to Fabien Vantard).
2432
2433 2006-06-05 [colin]      2.2.1cvs2
2434
2435         * src/prefs_folder_item.c
2436         * src/folderview.c
2437                 Allow recursive setting of properties 
2438                 for whole mailboxes
2439         * src/matcher.c
2440                 Don't freeze on 'test' filtering rule
2441
2442 2006-06-05 [colin]      2.2.1cvs1
2443
2444         * configure.ac
2445                 Update version number following
2446                 stable release
2447
2448 2006-06-04 [wwp]        2.2.0cvs82
2449
2450         * manual/glossary.xml
2451         * manual/account.xml
2452         * manual/fr/glossary.xml
2453         * manual/fr/account.xml
2454                 added glossary section and references/links related to the Face custom header.
2455
2456 2006-06-04 [colin]      2.2.0cvs81
2457
2458         * src/summaryview.c
2459                 Skip to next message on move with no
2460                 immediate execution
2461
2462 2006-06-04 [wwp]        2.2.0cvs80
2463
2464         * manual/xml2pdf
2465                 added sanity checks, exit when needed.
2466
2467 2006-06-03 [paul]       2.2.0cvs79
2468
2469         * src/prefs_receive.c
2470                 page name is now 'Receiving'
2471         * src/prefs_send.c
2472                 page name is now 'Sending'
2473
2474 2006-06-03 [colin]      2.2.0cvs78
2475
2476         * src/plugins/spamassassin/spamassassin_gtk.c
2477                 Autoswitch to Localhost if transport was previously
2478                 disabled. Else people had to check [] Enable, then
2479                 *reselect* transport.
2480
2481 2006-06-03 [colin]      2.2.0cvs77
2482
2483         * src/plugins/pgpinline/pgpinline.c
2484         * src/plugins/pgpmime/pgpmime.c
2485                 Check that gpg_data_release_and_get_mem 
2486                 didn't fail (now, why this happens...)
2487
2488 2006-06-03 [colin]      2.2.0cvs76
2489
2490         * src/mbox.c
2491                 Fix bug #962 (Manual and/or UI should 
2492                 warn about incompatible locking 
2493                 causing dataloss)
2494
2495 2006-06-02 [cleroy]     2.2.0cvs75
2496
2497         * src/filtering.c
2498         * src/folder.c
2499         * src/procmsg.c
2500         * src/summaryview.c
2501                 Fix a few leaks
2502
2503 2006-06-02 [colin]      2.2.0cvs74
2504
2505         * src/main.c
2506                 On exit, free caches after writing them
2507                 Shuts up some valgrind false positives
2508         * src/procmsg.c
2509         * src/send_message.c
2510                 Fix races when reusing existing SMTP connections
2511                 Fix inexistant session timeout
2512         * src/toolbar.c
2513                 Display alertpanel after all queues have
2514                 been processed, not after each
2515
2516 2006-06-02 [wwp]        2.2.0cvs73
2517
2518         * manual/fr/glossary.xml
2519         * manual/fr/ack.xml
2520         * manual/ack.xml
2521                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
2522
2523 2006-06-02 [wwp]        2.2.0cvs72
2524
2525         * manual/xml2pdf
2526         * manual/dist/pdf/Makefile.am
2527         * manual/dtd/manual.xsl
2528         * manual/fr/dist/pdf/Makefile.am
2529         * manual/pl/dist/pdf/Makefile.am
2530                 we changed the procedure to generate the .pdf version of the manual.
2531                 The procedure is more modern and the .pdf we get now has a valid index.
2532                 Here are the new pre-requisites:
2533
2534                 - JRE 1.x (1.4 here): there must be one from your distro
2535                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
2536                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
2537                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
2538
2539                 See my posts for further info about the installation of this toolchain:
2540
2541                 Date: Fri, 19 May 2006 19:40:06 +0200
2542                 From: wwp <subscript@free.fr>
2543                 To: sylpheed-claws-devel@lists.sourceforge.net
2544                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
2545
2546                 and
2547
2548                 Date: Wed, 24 May 2006 12:58:49 +0200
2549                 From: wwp <subscript@free.fr>
2550                 To: sylpheed-claws-devel@lists.sourceforge.net
2551                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
2552
2553 2006-06-01 [colin]      2.2.0cvs71
2554
2555         * src/compose.c
2556                 Better guards against IMAP races
2557         * src/main.c
2558         * src/prefs_common.c
2559         * src/prefs_common.h
2560         * src/common/ssl_certificate.c
2561         * src/etpan/imap-thread.c
2562         * src/etpan/imap-thread.h
2563         * src/gtk/sslcertwindow.c
2564                 New hidden option ssl_skip_cert_check to 
2565                 avoid dups of bug #959 (libetpan linked
2566                 against gnutls and gnutls buggy on 64bit)
2567                 Present expired warning only once per
2568                 session/server.
2569         * manual/advanced.xml
2570         * manual/fr/advanced.xml
2571                 Document new option
2572
2573 2006-06-01 [wwp]        2.2.0cvs70
2574
2575         * src/messageview.c
2576                 fix for bug #961 (return receipt dialog 
2577                 complains incorrectly about return-path 
2578                 email adress being different), thanks 
2579                 to Colin.
2580
2581 2006-05-31 [cleroy]     2.2.0cvs69
2582
2583         * src/common/ssl.c
2584                 Guard against NULLs, although this
2585                 should never be an issue
2586
2587 2006-05-31 [colin]      2.2.0cvs68
2588
2589         * src/filtering.c
2590                 Use g_slist_prepend
2591         * src/imap.c
2592                 Don't remove caches when destroying folder, it
2593                 could (should) be done at exit
2594         * src/inc.c
2595                 free processing cache after incorporation
2596         * src/etpan/imap-thread.c
2597                 Maybe fix bug #959 (Crash on moving to emails 
2598                 to a imap account per ssl with a expired 
2599                 certificate.)
2600
2601 2006-05-30 [colin]      2.2.0cvs67
2602
2603         * src/summaryview.c
2604                 Put back event flush when displaying message
2605                 It avoids reading a bunch of messages just
2606                 by hitting shift-n for too long ;)
2607
2608 2006-05-29 [colin]      2.2.0cvs66
2609
2610         * src/summaryview.c
2611                 Remove useless g_warnings
2612
2613 2006-05-29 [colin]      2.2.0cvs65
2614
2615         * src/imap.c
2616                 Fix g_slist_append()s for performance
2617
2618 2006-05-29 [colin]      2.2.0cvs64
2619
2620         * src/compose.c
2621         * src/common/utils.c
2622                 Fix extraneous tab at start of addresses
2623         * src/mainwindow.c
2624                 Fix warnings (thanks to Fabien)
2625                 Fix crash at exit when composing messages 
2626                 exist
2627         * src/pop.c
2628                 Fix progress bar when deleting expired mails
2629                 Thanks to Hiro
2630         * src/summaryview.c
2631         * src/gtk/gtksctree.c
2632                 Fix re-sorting slowness
2633
2634 2006-05-29 [paul]       2.2.0cvs63
2635
2636         * src/mh.c
2637                 fetch full message when moving mails
2638                 from another mailbox, (fixed data loss
2639                 when filtering from IMAP to MH, introduced
2640                 in 2.2.0cvs57).
2641                 Thanks to Colin
2642
2643 2006-05-29 [mones]      2.2.0cvs62
2644
2645         * src/gtk/gtksctree.c
2646                 Unselect faster (patch by Colin)        
2647
2648 2006-05-26 [colin]      2.2.0cvs61
2649
2650         * src/summaryview.c
2651                 Unplug MSGINFO_UPDATE callback on delete too.
2652
2653 2006-05-26 [colin]      2.2.0cvs60
2654
2655         * src/foldersel.c
2656                 Fix bold in folder selection window with glib2.10
2657                 thanks Hiro
2658
2659 2006-05-26 [colin]      2.2.0cvs59
2660
2661         * src/procheader.c
2662                 Convert date only if necessary (and don't
2663                 try to convert from utf8 to utf8, too)
2664         * src/summaryview.c
2665                 Only set column's text if the column's 
2666                 displayed
2667
2668 2006-05-26 [colin]      2.2.0cvs58
2669
2670         * src/summaryview.c
2671         * src/gtk/gtkutils.c
2672                 Fix useless warning
2673
2674 2006-05-26 [colin]      2.2.0cvs57
2675
2676         * src/mainwindow.c
2677                 Make summaryview selectable as long as 
2678                 no message has focus
2679         * src/mh.c
2680                 Faster deletion (by implementing mh_remove_msgs)
2681                 Faster copy (avoid using mh_fetch_msg just to get
2682                 the filename)
2683                 Faster move (using move_file instead of copy_file
2684                 if MSG_IS_MOVE)
2685                 No progressbar if total number of mails to cp/mv 
2686                 is less than 100
2687         * src/summaryview.c
2688                 Fix removal from subject_table when mail gets moved
2689                 Faster deletion (g_slist_prepend instead of append)
2690         * src/gtk/gtksctree.c
2691                 Remove useless code
2692
2693 2006-05-25 [colin]      2.2.0cvs56
2694
2695         * src/common/ssl_certificate.c
2696                 Fix leak in expired cert check
2697
2698 2006-05-25 [colin]      2.2.0cvs55
2699
2700         * src/mh.c
2701                 Disable flags syncing on .mh_sequences - it
2702                 is buggy and marks mails read under unknown
2703                 conditions.
2704
2705 2006-05-25 [paul]
2706
2707         * 2.3.0-rc4 released
2708
2709 2006-05-24 [colin]      2.2.0cvs54
2710
2711         attention cvs users: if you manage to crash
2712         Sylpheed-Claws while moving, copying or deleting
2713         mails, we *are* interested in stack traces and
2714         valgrind logs. It looks stable, but one never
2715         knows...
2716
2717         * src/folder.c
2718                 Add progressbar for cache updates
2719         * src/folderutils.c
2720                 Optimize Mark all read in the current
2721                 folder
2722         * src/mh.c
2723                 Add progressbar for copy/move
2724         * src/procmsg.c
2725                 Optimize O(n^2) in copy/move
2726         * src/summaryview.c
2727         * src/gtk/gtksctree.c
2728                 Optimize O(n^2) algos
2729         * src/common/timing.h
2730                 Display ms instead of us
2731
2732 2006-05-24 [wwp]        2.2.0cvs53
2733
2734         * manual/fr/advanced.xml
2735                 updates to the French manual.
2736
2737 2006-05-24 [wwp]        2.2.0cvs52
2738
2739         * src/common/utils.c
2740                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
2741
2742 2006-05-24 [wwp]        2.2.0cvs51
2743
2744         * src/folderutils.c
2745                 fixed "mark all read" in MH folders (thanks to Colin).
2746
2747 2006-05-24 [paul]       2.2.0cvs50
2748
2749         * doc/man/sylpheed-claws.1
2750                 updated the man page
2751
2752 2006-05-23 [colin]      2.2.0cvs49
2753
2754         * src/folderview.c
2755         * src/imap.c
2756         * src/inc.c
2757         * src/mbox.c
2758         * src/messageview.c
2759         * src/news.c
2760         * src/send_message.c
2761         * src/summaryview.c
2762         * src/gtk/sslcertwindow.c
2763                 alertpanel fixes, by Fabien
2764
2765 2006-05-23 [colin]      2.2.0cvs48
2766
2767         * src/folder.c
2768         * src/folderview.c
2769         * src/msgcache.c
2770         * src/summaryview.c
2771         * src/gtk/gtksctree.c
2772         * src/gtk/gtksctree.h
2773                 More timings
2774                 Fix slow loading problem, which was caused by the
2775                 use of some gtk_ctree funcs and their use of
2776                 g_list_position while gtk_ctree_(un)link'ing.
2777                 Reap more functions from gtkctree.c to be sure we
2778                 use our (fast) version instead of theirs.
2779         * src/mh.c
2780                 Fix copy of unread mails
2781
2782
2783 2006-05-22 [wwp]        2.2.0cvs47
2784
2785         * manual/fr/advanced.xml
2786                 updated.
2787
2788 2006-05-22 [colin]      2.2.0cvs46
2789
2790         * src/filtering.c
2791                 Fix possible infinite loop. 'copy' is not a 
2792                 final action, so when encountering a 'copy',
2793                 we have to check if a previous one was set
2794                 and do it. In the same way, if we encounter
2795                 a 'move' we have to perform a possibly 
2796                 pending 'copy'. This will slow down filtering
2797                 on IMAP if move+copy or multiple copy actions
2798                 are to be done, but handling it via the batch
2799                 would be really too convoluted.
2800
2801 2006-05-22 [wwp]        2.2.0cvs45
2802
2803         * manual/fr/advanced.xml
2804         * manual/fr/faq.xml
2805         * manual/fr/glossary.xml
2806         * manual/fr/handling.xml
2807         * manual/fr/intro.xml
2808         * manual/fr/plugins.xml
2809         * manual/fr/sylpheed-claws-manual.xml
2810                 sync w/ the english manual: updates URIs, documented mailing-list
2811                 support, better explanation about the enabled/disabled feature
2812                 in filtering/processing rules by Paul.
2813
2814 2006-05-21 [colin]      2.2.0cvs44
2815
2816         * src/summaryview.c
2817                 Don't expand after building threads, but during
2818
2819 2006-05-21 [colin]      2.2.0cvs43
2820
2821         * src/procmsg.c
2822         * src/summaryview.c
2823                 More timing possibilities... For next time I have 
2824                 to find out how the hell some 3GHz computer takes
2825                 one minute to open a 30k folder...
2826
2827 2006-05-21 [colin]      2.2.0cvs42
2828
2829         * manual/pl/advanced.xml
2830         * manual/pl/faq.xml
2831         * manual/pl/glossary.xml
2832         * manual/pl/handling.xml
2833         * manual/pl/intro.xml
2834         * manual/pl/plugins.xml
2835         * manual/pl/sylpheed-claws-manual.xml
2836                 Polish manual updated by Pawel
2837
2838 2006-05-20 [colin]
2839
2840         * 2.3.0-rc3 released
2841
2842 2006-05-20 [colin]      2.2.0cvs41
2843
2844         * src/imap.c
2845                 Fix -rc2 problems:
2846                 - remove cache of moved messages from original folder
2847                 - apply new flags to messages even if they aren't appliable
2848                   via IMAP.
2849
2850 2006-05-20 [colin]
2851
2852         * 2.3.0-rc2 released
2853
2854 2006-05-19 [colin]      2.2.0cvs40
2855
2856         * src/imap.c
2857                 Don't issue SELECT in imap_change_flags
2858                 before having checked that we indeed have
2859                 some flags to change. MSG_POSTFILTERED for
2860                 example can't be used on IMAP.
2861                 Fixes bug #955 (copying messages between 
2862                 imap folders is extremely slow), which was
2863                 a regression.
2864
2865 2006-05-19 [colin]      2.2.0cvs39
2866
2867         * src/folder.c
2868         * src/folder.h
2869         * src/folderview.c
2870                 Try to fix bug #830 (Some unread messages 
2871                 get marked read in IMAP inbox):
2872                 - Prevent scanning a folder if it's being 
2873                   opened via the GUI
2874                 - Postpone opening via the GUI of a folder
2875                   currently scanned.
2876
2877
2878 2006-05-19 [wwp]        2.2.0cvs38
2879
2880         * manual/advanced.xml
2881                 fix English+typo (thanks to Paul).
2882
2883 2006-05-19 [wwp]        2.2.0cvs37
2884
2885         * manual/advanced.xml
2886         * manual/fr/advanced.xml
2887         * src/gtk/logwindow.c
2888         * src/prefs_common.c
2889         * src/prefs_common.h
2890                 added hidden prefs to allow customization of colors used in
2891                 protocol log window (useful for dark gtk+ themes).
2892
2893 2006-05-19 [wwp]        2.2.0cvs36
2894
2895         * ChangeLog
2896                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
2897
2898 2006-05-19 [paul]       2.2.0cvs35
2899
2900         * src/textview.c
2901                 make Reply-To fully clickable
2902         * src/gtk/logwindow.c
2903                 more colouring (SMTP ESMTP)
2904         Both patches by Pawel Pekala
2905
2906 2006-05-19 [cleroy]     2.2.0cvs34
2907
2908         * src/mh.c
2909                 Don't update flags from current folder
2910                 Probably fixes bug #935 (Read Messages 
2911                 Revert to Being Marked as Unread)
2912
2913 2006-05-18 [colin]      2.2.0cvs33
2914
2915         * src/imap.c
2916                 Warning fix
2917         * src/compose.c
2918         * src/mainwindow.c
2919         * src/summaryview.c
2920         * src/toolbar.c
2921                 Allow replying to multiple emails
2922                 in multiple windows
2923         * src/mimeview.c
2924         * src/etpan/imap-thread.c
2925                 Leak fixes
2926
2927 2006-05-18 [paul]       2.2.0cvs32
2928
2929         * src/summaryview.c
2930                 keep Mailing-List menu refreshed
2931                 Thanks to Colin
2932
2933 2006-05-18 [paul]       2.2.0cvs31
2934
2935         * manual/advanced.xml
2936         * manual/faq.xml
2937         * manual/glossary.xml
2938         * manual/handling.xml
2939         * manual/intro.xml
2940         * manual/plugins.xml
2941         * manual/sylpheed-claws-manual.xml
2942                 update URLs
2943                 add info about mailing-list support
2944                 edit filtering info
2945         * src/wizard.c
2946         * src/common/defs.h
2947         * src/gtk/about.c
2948         * src/plugins/dillo_viewer/README
2949                 update URLs
2950
2951 2006-05-17 [wwp]        2.2.0cvs30
2952
2953         * manual/handling.xml
2954         * manual/fr/handling.xml
2955                 documented the ability to enabled/disable filtering/processing rules.
2956
2957 2006-05-17 [colin]      2.2.0cvs29
2958
2959         * src/main.c
2960                 Don't initialize g_thread subsystem if it's 
2961                 already done (thanks to Hiro)
2962         * src/mimeview.c
2963                 Fix saving of parts when there name can't be
2964                 converted from UTF-8.
2965
2966 2006-05-17 [paul]       2.2.0cvs28
2967
2968         * po/Makefile.in.in
2969                 fix config.status warning with autoconf 2.60
2970
2971 2006-05-17 [paul]       2.2.0cvs27
2972
2973         * po/POTFILES.in
2974                 add src/mbox.c
2975
2976 2006-05-17 [wwp]        2.2.0cvs26
2977
2978         * src/mainwindow.c
2979                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2980
2981 2006-05-17 [wwp]        2.2.0cvs25
2982
2983         * src/plugins/demo/demo.c
2984                 updated product name in plugin demo (many plugins need to be
2985                 sync'ed w/ that change).
2986
2987 2006-05-17 [colin]      2.2.0cvs24
2988
2989         * src/mh.c
2990                 Fix leak
2991
2992 2006-05-16 [colin]      2.2.0cvs23
2993
2994         * src/mainwindow.c
2995                 Stupid me hit again. Fix cvs22.
2996
2997 2006-05-16 [colin]      2.2.0cvs22
2998
2999         * src/mainwindow.c
3000                 Fix bug #922 (sylpheed-claws crashed after 
3001                 pushing on Inbox folder)
3002
3003 2006-05-16 [colin]      2.2.0cvs21
3004
3005         * src/compose.c
3006                 Make From header be copy/paste/select-able
3007
3008 2006-05-16 [wwp]        2.2.0cvs20
3009
3010         * src/export.c
3011         * src/matcher.c
3012         * src/summaryview.c
3013         * src/etpan/imap-thread.c
3014                 fix some compiler warnings (thanks to Colin).
3015
3016 2006-05-16 [wwp]        2.2.0cvs19
3017
3018         * src/action.c
3019         * src/gedit-print.c
3020         * src/inc.c
3021         * src/mainwindow.c
3022         * src/mh.c
3023         * src/statusbar.c
3024         * src/send_message.c
3025         * src/summaryview.c
3026                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
3027
3028 2006-05-15 [colin]      2.2.0cvs18
3029
3030         * src/procmsg.c
3031                 Fix automatic rule creation with List-Post
3032
3033 2006-05-15 [paul]       2.2.0cvs17
3034
3035         * tools/filter_conv_new.pl
3036                 updated for rule enabling/disabling
3037                 claws version >= 2.3.x required
3038
3039 2006-05-15 [cleroy]     2.2.0cvs16
3040
3041         * src/main.c
3042                 Revert test
3043
3044 2006-05-15 [cleroy]     2.2.0cvs15
3045
3046         * src/main.c
3047                 test
3048
3049 2006-05-15 [wwp]        2.2.0cvs14
3050
3051         * manual/pl/.cvsignore
3052                 ignore generated files.
3053
3054 2006-05-14 [wwp]        2.3.0-rc1
3055
3056         * 2.3.0-rc1 released
3057
3058 2006-05-13 [wwp]        2.2.0cvs13
3059
3060         * src/filtering.c
3061         * src/filtering.h
3062         * src/matcher.c
3063         * src/matcher_parser_lex.l
3064         * src/matcher_parser_parse.y
3065         * src/prefs_filtering.c
3066                 new feature: provide the ability to disable filtering and processing
3067                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
3068                 adaptations.
3069
3070 2006-05-13 [colin]      2.2.0cvs12
3071
3072         * src/compose.c
3073                 Remove useless if (a) b; else b;
3074                 Thanks to wwp
3075
3076 2006-05-13 [wwp]        2.2.0cvs11
3077
3078         * src/export.c
3079         * src/import.c
3080         * src/mainwindow.c
3081         * src/mbox.c
3082         * src/summaryview.c
3083         * src/summaryview.h
3084                 no more silent failures (or at least less ones) when importing
3085                 or exporting from/to mbox. Also start importing/exporting if
3086                 the necessary info is set.
3087
3088 2006-05-13 [wwp]        2.2.0cvs10
3089
3090         * RELEASE_NOTES
3091                 restored up-to-date release notes.
3092
3093 2006-05-13 [paul]       2.2.0cvs9
3094
3095         * po/nl.po
3096         * po/ru.po
3097                 updated by Tim Dijkstra and Pavlo Bohmat
3098
3099 2006-05-12 [colin]      2.2.0cvs8
3100
3101         * src/gtk/quicksearch.c
3102                 Add "k" as shortcut for "colorlabel". Patch
3103                 by ath42@users.sf.net.
3104
3105 2006-05-12 [paul]       2.2.0cvs7
3106
3107         * src/prefs_common.h
3108         * src/prefs_summaries.c
3109         * src/summaryview.c
3110                 when entering a folder also allow
3111                 going directly to first Marked message
3112
3113 2006-05-12 [paul]       2.2.0cvs6
3114
3115         * src/summaryview.c
3116                 always obey 'confirm before marking all
3117                 mails read' option
3118
3119 2006-05-12 [paul]       2.2.0cvs5
3120
3121         * src/textview.c
3122                 make Sender fully clickable
3123
3124 2006-05-12 [colin]      2.2.0cvs4
3125
3126         * src/compose.c
3127         * src/compose.h
3128                 Let From be editable
3129         * src/main.c
3130         * src/mh.c
3131                 Full support of .mh_sequences' Unseen seq
3132
3133 2006-05-12 [colin]      2.2.0cvs3
3134
3135         * src/folder.c
3136         * src/mainwindow.c
3137         * src/mainwindow.h
3138         * src/messageview.c
3139         * src/prefs_spelling.c
3140         * src/procheader.c
3141         * src/procmsg.c
3142         * src/procmsg.h
3143         * src/summaryview.c
3144         * src/toolbar.c
3145         * src/toolbar.h
3146                 Add contextual menu on Compose toolbar
3147                 button. Fixes bug #944 (Automatic
3148                 addresses not applied when changing account
3149                 from compose window)
3150                 add Mailing List support
3151                 based on the old 0.6.5claws25 patch by
3152                 Melvin Hadasht, with finishing touches
3153                 by Colin
3154                 Fix "ignore thread" when mails are threaded by
3155                 subject (and weren't ignored although appearing
3156                 in the thread).
3157                 GUI rework.
3158                 Both patches by Pawel.
3159
3160 2006-05-08 [paul]       2.2.0cvs2
3161
3162         * src/mainwindow.c
3163         * src/mainwindow.h
3164         * src/messageview.c
3165         * src/procheader.c
3166         * src/procmsg.c
3167         * src/procmsg.h
3168         * src/summaryview.c
3169                 add Mailing List support
3170                 based on the old 0.6.5claws25 patch by 
3171                 Melvin Hadasht, with finishing touches
3172                 by Colin
3173
3174 2006-05-08 [colin]      2.2.0cvs1
3175
3176         * src/mainwindow.c
3177         * src/toolbar.c
3178         * src/toolbar.h
3179                 Add contextual menu on Compose toolbar 
3180                 button. Fixes bug #944 (Automatic 
3181                 addresses not applied when changing account 
3182                 from compose window)
3183
3184 2006-05-08 [paul]       2.2.0
3185
3186         2.2.0 released
3187
3188 2006-05-08 [paul]       2.1.1cvs51
3189
3190         * po/cs.po
3191         * po/de.po
3192         * po/en_GB.po
3193         * po/fi.po
3194         * po/fr.po
3195         * po/pt_BR.po
3196         * po/sr.po
3197         * po/zh_CN.po
3198                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3199                 Fabien Vantard, Frederico Goncalves Guimaraes,
3200                 Aleksandar Urosevic, and Ralgh Young
3201
3202 2006-05-12 [colin]      2.1.1cvs50
3203
3204         * po/cs.po
3205         * po/de.po
3206         * po/en_GB.po
3207         * po/es.po
3208         * po/fi.po
3209         * po/fr.po
3210         * po/pt_BR.po
3211         * po/sr.po
3212         * po/zh_CN.po
3213                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3214                 Fabien Vantard, Frederico Goncalves Guimaraes,
3215                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
3216
3217 2006-05-05 [colin]      2.1.1cvs49
3218
3219         * manual/Makefile.am
3220         * manual/pl/Makefile.am
3221         * manual/pl/account.xml
3222         * manual/pl/ack.xml
3223         * manual/pl/addrbook.xml
3224         * manual/pl/advanced.xml
3225         * manual/pl/faq.xml
3226         * manual/pl/glossary.xml
3227         * manual/pl/gpl.xml
3228         * manual/pl/handling.xml
3229         * manual/pl/intro.xml
3230         * manual/pl/keyboard.xml
3231         * manual/pl/plugins.xml
3232         * manual/pl/starting.xml
3233         * manual/pl/sylpheed-claws-manual.xml
3234         * manual/pl/dist/.cvsignore
3235         * manual/pl/dist/Makefile.am
3236         * manual/pl/dist/html/.cvsignore
3237         * manual/pl/dist/html/Makefile.am
3238         * manual/pl/dist/pdf/.cvsignore
3239         * manual/pl/dist/pdf/Makefile.am
3240         * manual/pl/dist/ps/.cvsignore
3241         * manual/pl/dist/ps/Makefile.am
3242         * manual/pl/dist/txt/.cvsignore
3243         * manual/pl/dist/txt/Makefile.am
3244                 Add the polish translation of the manual,
3245                 Authored by Pawel Pekala.
3246
3247 2006-05-05 [cleroy]     2.1.1cvs48
3248
3249         * src/main.c
3250                 Re-read matcherrc after loading plugins 
3251                 if some of them add folders.
3252
3253 2006-05-03 [colin]      2.1.1cvs47
3254
3255         * src/imap.c
3256                 I'm idiot
3257
3258 2006-05-03 [colin]      2.1.1cvs46
3259
3260         * src/imap.c
3261                 Be sure to have a session when
3262                 getting separator
3263
3264 2006-05-03 [colin]      2.1.1cvs45
3265
3266         * src/imap.c
3267         * src/imap.h
3268         * src/imap_gtk.c
3269                 Fix preventing renaming with namespace 
3270                 separator.
3271
3272 2006-05-01 [colin]      2.1.1cvs44
3273
3274         * src/action.c
3275                 Don't reload messageview when result of
3276                 action is piped.
3277
3278 2006-04-29 [colin]      2.1.1cvs43
3279
3280         * src/prefs_receive.c
3281         * src/plugins/spamassassin/spamassassin_gtk.c
3282         * src/plugins/clamav/clamav_plugin_gtk.c
3283                 GUI fixes by Pawel
3284
3285 2006-04-29 [colin]      2.1.1cvs42
3286
3287         * src/prefs_compose_writing.c
3288         * src/prefs_quote.c
3289                 Cleanups. Patch by Pawel
3290
3291 2006-04-28 [paul]       2.1.1cvs41
3292
3293         * src/matcher.c
3294                 fix returned quick search results when search
3295                 term contains an underscore.
3296                 Thanks to Colin
3297
3298 2006-04-28 [paul]       2.1.1cvs40
3299
3300         * src/prefs_message.c
3301         * src/prefs_receive.c
3302                 GUI cleanups
3303                 Patches by Pawel Pekala
3304
3305 2006-04-27 [colin]      2.1.1cvs39
3306
3307         * src/wizard.c
3308                 Differentiate subject Welcome from
3309                 window's title Welcome
3310
3311 2006-04-27 [paul]
3312
3313         2.2.0-rc1 released
3314
3315 2006-04-27 [paul]       2.1.1cvs38
3316
3317         * manual/advanced.xml
3318         * manual/fr/advanced.xml
3319                 add info about compose_no_markup hidden pref
3320
3321 2006-04-27 [paul]       2.1.1cvs37
3322
3323         * src/prefs_account.c
3324                 improve privacy labels
3325         * src/prefs_msg_colors.c
3326                 change some strings for translators' convenience
3327         * src/gtk/gtkutils.c
3328                 don't underline the link button text
3329
3330 2006-04-25 [colin]      2.1.1cvs36
3331
3332         * src/folder.c
3333                 Complete 2.1.1cvs33 (once more ;)
3334
3335 2006-04-25 [colin]      2.1.1cvs35
3336
3337         * src/editldap.c
3338                 Fix tooltip
3339
3340 2006-04-25 [cleroy]     2.1.1cvs34
3341
3342         * src/compose.c
3343         * src/gtk/gtkaspell.c
3344                 Fix crash on redirect (related to the return 
3345                 of the aspell menu in compose's toolbar)
3346         * src/prefs_msg_colors.c
3347                 Fix sensitivity widgets
3348         * src/image_viewer.c
3349         * src/gtk/pluginwindow.c
3350         * src/gtk/prefswindow.c
3351                 Change released signals to clicked (Fabien)
3352         * po/POTFILES.in
3353         * src/common/socket.c
3354         * src/plugins/spamassassin/spamassassin.c
3355                 Translate strings (Fabien)
3356
3357 2006-04-25 [paul]       2.1.1cvs33
3358
3359         * src/folder.c
3360         * src/folder.h
3361         * src/folderview.c
3362                 complete the fix of bug #912
3363                 Thanks to Colin
3364
3365 2006-04-25 [colin]      2.1.1cvs32
3366
3367         * src/news.c
3368                 Better progress bar
3369         * src/mimeview.c
3370         * src/summaryview.c
3371         * src/summaryview.h
3372                 Fix focus chain
3373                 Patches by Pawel Pekala
3374
3375 2006-04-24 [colin]      2.1.1cvs31
3376
3377         * src/compose.c
3378                 Fix compilation warnings (Fabien)
3379
3380 2006-04-24 [colin]      2.1.1cvs30
3381
3382         * src/addrindex.c
3383         * src/editldap.c
3384         * src/editldap_basedn.c
3385         * src/editldap_basedn.h
3386         * src/ldapctrl.c
3387         * src/ldapctrl.h
3388         * src/ldapquery.c
3389         * src/ldaputil.c
3390         * src/ldaputil.h
3391                 Fix bug #901 (LDAPS support)
3392
3393 2006-04-24 [colin]      2.1.1cvs29
3394
3395         * src/compose.c
3396                 Fix logic on error with send dialog on
3397         * src/imap.c
3398                 Fix compilation without libetpan, thanks
3399                 to Fabien
3400         * src/summaryview.c
3401                 Fix 'context-menu' key
3402
3403 2006-04-23 [colin]      2.1.1cvs28
3404
3405         * src/folder.c
3406                 Never free current's cache to free up 
3407                 memory. Fixes bug #912 (new count 
3408                 randomly set to message count)
3409
3410 2006-04-23 [colin]      2.1.1cvs27
3411
3412         * src/gtk/quicksearch.c
3413                 And remove printf...
3414
3415 2006-04-23 [colin]      2.1.1cvs26
3416
3417         * src/gtk/quicksearch.c
3418                 Fix replacing in quicksearch, and fix inserting
3419                 in the middle of the string. (introduced at 2.1.0cvs22)
3420
3421 2006-04-23 [colin]      2.1.1cvs25
3422
3423         * src/imap.c
3424                 Make sure uidnext is initialized in get_num_list
3425                 (not for stable, related to 2.1.1cvs8 and friends)
3426
3427 2006-04-23 [colin]      2.1.1cvs24
3428
3429         * src/imap.c
3430                 Output something when login is successful
3431                 too
3432
3433 2006-04-23 [colin]      2.1.1cvs23
3434
3435         * src/etpan/imap-thread.c
3436                 Better logging (line-per-line, hide data in fetch)
3437                 Fix a const warning
3438         * src/gtk/logwindow.c
3439         * src/gtk/logwindow.h
3440                 Better logging (color for input/output)
3441
3442 2006-04-21 [colin]      2.1.1cvs22
3443
3444         * src/gtk/quicksearch.c
3445                 On gtk+-2.8, use stock buttons in quicksearch
3446                 Based on a patch by Fabien and a design by Paul
3447
3448 2006-04-21 [colin]      2.1.1cvs21
3449
3450         * src/folderview.c
3451         * src/mainwindow.c
3452                 Fix occasional flicker in folderview
3453         * src/common/utils.c
3454                 Fix bug #943 (Incorrectly parsed email address 
3455                 list in short headers on message view and in 
3456                 printouts)
3457
3458 2006-04-20 [colin]      2.1.1cvs20
3459
3460         * src/imap.c
3461         * src/imap.h
3462         * src/prefs_account.c
3463                 Add ANONYMOUS auth for IMAP
3464
3465 2006-04-20 [paul]       2.1.1cvs19
3466
3467         * src/main.c
3468                 proper fix for 2.1.1cvs18
3469                 Thanks to Colin
3470
3471 2006-04-20 [paul]       2.1.1cvs18
3472
3473         * src/main.c
3474                 fix build warnings
3475
3476 2006-04-20 [paul]       2.1.1cvs17
3477
3478         * src/gtk/quicksearch.c
3479                 fix standard, non-extended Quick search,
3480                 was broken in 2.1.1cvs15.
3481                 Thanks to Colin.
3482
3483 2006-04-20 [colin]      2.1.1cvs16
3484
3485         * src/prefs_matcher.c
3486                 Fix values when reselecting a ~test
3487                 rule
3488
3489 2006-04-19 [colin]      2.1.1cvs15
3490
3491         * src/compose.c
3492         * src/compose.h
3493         * src/gtk/gtkaspell.c
3494         * src/gtk/gtkaspell.h
3495                 Put back Options menu in Spelling/
3496         * src/gtk/quicksearch.c
3497                 Don't search, and show error, if the
3498                 advanced search has a syntax error
3499
3500 2006-04-18 [colin]      2.1.1cvs14
3501
3502         * src/textview.c
3503                 Fix gdk warnings on set_cursor when textview
3504                 isn't visible
3505
3506 2006-04-18 [colin]      2.1.1cvs13
3507
3508         * src/gtk/gtksctree.c
3509                 Remove seemingly useless refresh that causes
3510                 flicker - watch this commit in case of 
3511                 problems before planned backport to stable
3512
3513 2006-04-18 [colin]      2.1.1cvs12
3514
3515         * src/imap.c
3516                 Factorize get/set_xml code
3517         * src/compose.c
3518         * src/prefs_account.c
3519         * src/prefs_account.h
3520         * src/procmsg.c
3521                 Add Encrypt to self option
3522
3523 2006-04-17 [colin]      2.1.1cvs11
3524
3525         * configure.ac
3526                 Fix search on encrpyt function on dragonfly
3527                 Patch by Jonathan Buschmann <jonthn@agmact.com>
3528
3529 2006-04-17 [colin]      2.1.1cvs10
3530
3531         * src/prefs_account.c
3532                 Be safe by default: remove mails from POP3
3533                 after 7 days, not immediately
3534
3535 2006-04-17 [colin]      2.1.1cvs9
3536
3537         * src/etpan/imap-thread.c
3538                 Fix build on DragonFly - patch by 
3539                 Jonathan Buschmann <jonthn@agmact.com>
3540
3541 2006-04-17 [colin]      2.1.1cvs8
3542
3543         * src/imap.c
3544                 Save uidnext between sessions
3545
3546 2006-04-17 [colin]      2.1.1cvs7
3547
3548         * src/imap.c
3549                 scan is required when uid validity changes
3550
3551 2006-04-17 [colin]      2.1.1cvs6
3552
3553         * src/folderview.c
3554                 Don't scan if not necessary, apart in current
3555                 folder and INBOX to fetch flags.
3556         * src/imap.c
3557                 Scan is necessary if unread count changes
3558
3559 2006-04-17 [colin]      2.1.1cvs5
3560
3561         * src/imap.c
3562                 ...But always fetch ANSWERED and DELETED flags for
3563                 INBOX, as filtering can happen on these flags.
3564
3565 2006-04-17 [colin]      2.1.1cvs4
3566
3567         * src/imap.c
3568                 Don't fetch REPLIED and DELETED flags when synchronising
3569                 flags with a closed folder. We only need UNSEEN and FLAGGED
3570                 to update the folderview.
3571
3572 2006-04-17 [colin]      2.1.1cvs3
3573
3574         * src/imap.c
3575                 Faster flag search when there are new mails 
3576                 in a folder. We can do a full search if the 
3577                 folder contains less messages than the new
3578                 list.
3579
3580 2006-04-17 [colin]      2.1.1cvs2
3581
3582         * po/cs.po
3583         * po/de.po
3584         * po/fr.po
3585         * po/nl.po
3586         * po/pt_BR.po
3587                 Update translations from stable branch
3588
3589 2006-04-17 [colin]      2.1.1cvs1
3590
3591         * configure.ac
3592                 Bump version to follow stable release
3593
3594 2006-04-16 [mones]      2.1.0cvs50
3595
3596         * po/es.po
3597                 Updated for release
3598
3599 2006-04-16 [colin]      2.1.0cvs49
3600
3601         * src/textview.c
3602                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
3603                 with gtk < 2.8. Thanks to Fabien Vantard.
3604
3605 2006-04-15 [colin]      2.1.0cvs48
3606
3607         * src/etpan/imap-thread.c
3608                 Fix bug #919 (libetpan: SEGV when connecting 
3609                 using command)
3610
3611 2006-04-14 [colin]      2.1.0cvs47
3612
3613         * src/main.c
3614                 Fix race on --select (should be done better)
3615
3616 2006-04-14 [wwp]        2.1.0cvs46
3617
3618         * src/send_message.c
3619                 enforce a check for domain in account prefs (a sending
3620                 error could be faced if domain was checked but no value set),
3621                 thanks to Colin.
3622
3623 2006-04-14 [colin]      2.1.0cvs45
3624
3625         * src/codeconv.c
3626                 when converting from unknown to unknown, if the
3627                 string is UTF8, don't convert it to the locale
3628                 (which breaks it)
3629
3630 2006-04-14 [colin]      2.1.0cvs44
3631
3632         * src/compose.c
3633                 Don't try to use ASCII for converting headers
3634                 (as done in body)
3635
3636 2006-04-14 [paul]       2.1.0cvs43
3637
3638         * src/crash.c
3639                 add locale/charset info to crash report
3640         * src/gtk/about.c
3641                 add wwp to doc team
3642                 replace 'e-mail' with preferred 'email'
3643         * src/gtk/authors.h
3644                 ensure contributors list is in alphabetical
3645                 order
3646
3647 2006-04-13 [colin]      2.1.0cvs42
3648
3649         * src/textview.c
3650                 Prevent gdk warnings
3651
3652 2006-04-13 [colin]      2.1.0cvs41
3653
3654         * src/common/ssl_certificate.c
3655         * src/common/ssl_certificate.h
3656         * src/gtk/sslcertwindow.c
3657                 Warn on expired certs, and display the expiration date
3658
3659 2006-04-13 [colin]      2.1.0cvs40
3660
3661         * src/plugins/spamassassin/spamassassin_gtk.c
3662                 Fix missing set_text on unix socket
3663
3664 2006-04-13 [wwp]        2.1.0cvs39
3665
3666         * manual/fr/advanced.xml
3667         * manual/fr/glossary.xml
3668                 applied new spam/ham/email lexicon (pourriel, courriel)
3669
3670 2006-04-13 [paul]       2.1.0cvs38
3671
3672         * src/plugins/pgpmime/plugin.c
3673                 remove the mention of S/MIME from the
3674                 description. This is now handled by the
3675                 S/MIME plugin.
3676
3677 2006-04-13 [paul]       2.1.0cvs37
3678
3679         * src/prefs_msg_colors.c
3680                 rework dialog
3681         * src/prefs_folder_item.c
3682         * src/prefs_spelling.c
3683                 add a tooltip to the colour selector buttons
3684
3685 2006-04-13 [wwp]        2.1.0cvs36
3686
3687         * manual/advanced.xml
3688         * manual/glossary.xml
3689         * manual/handling.xml
3690         * manual/keyboard.xml
3691         * manual/plugins.xml
3692         * manual/starting.xml
3693         * manual/fr/account.xml
3694         * manual/fr/ack.xml
3695         * manual/fr/addrbook.xml
3696         * manual/fr/advanced.xml
3697         * manual/fr/faq.xml
3698         * manual/fr/glossary.xml
3699         * manual/fr/gpl.xml
3700         * manual/fr/handling.xml
3701         * manual/fr/intro.xml
3702         * manual/fr/keyboard.xml
3703         * manual/fr/plugins.xml
3704         * manual/fr/starting.xml
3705         * manual/fr/sylpheed-claws-manual.xml
3706                 fixes to the manuals:
3707                  - summaryview -> Message List (same in French)
3708                  - translate key names
3709                  - fix French punctuation, use non-breakable spaces when
3710                    necessary, don't use &thinsp; which is not portable
3711                  - tell what maildir and mbox formats we support
3712
3713 2006-04-12 [wwp]        2.1.0cvs35
3714
3715         * src/prefs_toolbar.c
3716                 unified a replace button more,
3717                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3718
3719 2006-04-12 [wwp]        2.1.0cvs34
3720
3721         * src/prefs_common.c
3722         * src/prefs_msg_colors.c
3723                 make default color labels translatable,
3724                 patch from Fabien Vantard <fzzzzz@gmail.com>,
3725                 thanks to Tim <timbrain@post.cz> for reporting.
3726
3727 2006-04-12 [wwp]        2.1.0cvs33
3728
3729         * manual/glossary.xml
3730         * manual/intro.xml
3731         * manual/plugins.xml
3732         * manual/starting.xml
3733         * manual/sylpheed-claws-manual.xml
3734         * manual/fr/.cvsignore
3735         * manual/fr/account.xml
3736         * manual/fr/ack.xml
3737         * manual/fr/addrbook.xml
3738         * manual/fr/advanced.xml
3739         * manual/fr/faq.xml
3740         * manual/fr/glossary.xml
3741         * manual/fr/handling.xml
3742         * manual/fr/intro.xml
3743         * manual/fr/keyboard.xml
3744         * manual/fr/plugins.xml
3745         * manual/fr/starting.xml
3746         * manual/fr/sylpheed-claws-manual.xml
3747                 various fixes: typos, missing .fr translations, punctuation,
3748                 capitalization, links, accents and some bad French more.
3749
3750 2006-04-12 [wwp]        2.1.0cvs32
3751
3752         * src/prefs_gtk.c
3753                 fix for bug #935: always store prefs files in UTF-8 (thanks
3754                 to Colin).
3755
3756 2006-04-11 [colin]      2.1.0cvs31
3757
3758         * src/compose.c
3759                 Fix inserting files not in utf8 when locale is utf8
3760
3761 2006-04-11 [colin]      2.1.0cvs30
3762
3763         * src/inc.c
3764                 Don't show error dialog when cancelling connection
3765                 Patch by Pawel
3766
3767 2006-04-11 [cleroy]     2.1.0cvs29
3768
3769         * src/compose.c
3770                 Implement multiple quote levels
3771         * src/prefs_common.c
3772                 Change a little bit the quote bgcolor for 2nd level
3773
3774 2006-04-11 [colin]      2.1.0cvs28
3775
3776         * src/gtk/about.c
3777                 Add locale and charset in the label
3778
3779 2006-04-10 [colin]      2.1.0cvs27
3780
3781         * src/compose.c
3782         * src/prefs_common.c
3783         * src/prefs_common.h
3784         * src/prefs_msg_colors.c
3785         * src/textview.c
3786                 Allow optional background color in quotes
3787                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
3788                 GTK+-2.8.x feature
3789
3790 2006-04-10 [colin]      2.1.0cvs26
3791
3792         * src/main.c
3793         * src/mainwindow.c
3794         * src/mainwindow.h
3795                 Implement --select
3796
3797 2006-04-10 [colin]      2.1.0cvs25
3798
3799         * manual/plugins.xml
3800         * manual/fr/plugins.xml
3801                 Document libcurl's proxy variables
3802
3803 2006-04-09 [colin]      2.1.0cvs24
3804
3805         * src/prefs_common.c
3806                 gettext() returns statically allocated stuff. We have
3807                 to strdup it in order to be able to free it.
3808
3809 2006-04-09 [colin]      2.1.0cvs23
3810
3811         * AUTHORS
3812         * src/gtk/authors.h
3813                 Add Alexei
3814
3815 2006-04-09 [colin]      2.1.0cvs22
3816
3817         * src/mainwindow.c
3818         * src/gtk/quicksearch.c
3819                 Fix bug #859 (problems with cyrilic input in 
3820                 search panel) - Patch by Alexey Illarionov 
3821                 <littlesavage@rambler.ru>
3822
3823 2006-04-09 [colin]      2.1.0cvs21
3824
3825         * src/prefs_customheader.c
3826                 I prefer removing then freeing rather than the contrary
3827                 (even if it doesn't change anything ;-)
3828         * src/prefs_account.c
3829                 Fix bug #933 (Crash re-entering the custom headers list 
3830                 dialog in accounts prefs)
3831                 The problem happened when cancelling the Account 
3832                 Preferences' dialogs - in which case we didn't do 
3833                 anything to the PrefsAccount * struct. In case of applying,
3834                 the old ac_prefs was replaced with the tmp_ac_prefs we were
3835                 working with in this dialog. The problem is that 
3836                 prefs_customheader.c, working on this tmp_ac_prefs, always
3837                 changes the ->customhdr_list pointer, even when cancelled. 
3838                 So in case of cancelling the prefs_account dialog, we still
3839                 have to update ->customhdr_list in the real account.
3840
3841 2006-04-08 [colin]      2.1.0cvs20
3842
3843         * manual/fr/glossary.xml
3844         * manual/fr/keyboard.xml
3845                 Forgot some headers :)
3846
3847 2006-04-08 [colin]      2.1.0cvs19
3848
3849         * manual/Makefile.am
3850         * manual/fr/Makefile.am
3851         * manual/fr/account.xml
3852         * manual/fr/ack.xml
3853         * manual/fr/addrbook.xml
3854         * manual/fr/advanced.xml
3855         * manual/fr/faq.xml
3856         * manual/fr/glossary.xml
3857         * manual/fr/gpl.xml
3858         * manual/fr/handling.xml
3859         * manual/fr/intro.xml
3860         * manual/fr/keyboard.xml
3861         * manual/fr/plugins.xml
3862         * manual/fr/starting.xml
3863         * manual/fr/sylpheed-claws-manual.xml
3864         * manual/fr/dist/.cvsignore
3865         * manual/fr/dist/Makefile.am
3866         * manual/fr/dist/html/.cvsignore
3867         * manual/fr/dist/html/Makefile.am
3868         * manual/fr/dist/pdf/.cvsignore
3869         * manual/fr/dist/pdf/Makefile.am
3870         * manual/fr/dist/ps/.cvsignore
3871         * manual/fr/dist/ps/Makefile.am
3872         * manual/fr/dist/txt/.cvsignore
3873         * manual/fr/dist/txt/Makefile.am
3874                 Add the french translation of the manual. Thanks to
3875                 Olivier Delhomme <olivier.delhomme@free.fr> for 
3876                 account.xml, ack.xml, addrbook.xml and advanced.xml
3877
3878 2006-04-08 [colin]      2.1.0cvs18
3879
3880         * manual/plugins.xml
3881         * manual/starting.xml
3882                 More fixes
3883
3884 2006-04-07 [colin]      2.1.0cvs17
3885
3886         * manual/faq.xml
3887         * manual/intro.xml
3888         * manual/keyboard.xml
3889                 Little fixes
3890
3891 2006-04-07 [colin]      2.1.0cvs16
3892
3893         * README
3894         * src/compose.c
3895         * src/prefs_common.c
3896         * src/prefs_common.h
3897                 Add hidden compose_no_markup pref
3898
3899 2006-04-07 [wwp]        2.1.0cvs15
3900
3901         * src/summary_search.c
3902         * .cvsignore
3903                 Bugfix: stop button was sticky when searching in an empty folder.
3904                 Applied curly brackets code style to the whole file (summary_search.c).
3905                 More files to ignore.
3906
3907 2006-04-07 [wwp]        2.1.0cvs14
3908
3909         * src/message_search.c
3910         * src/summary_search.c
3911                 changed default button when search bumps at file/folder
3912                 beginning or end, for convenience (thanks to Colin).
3913
3914 2006-04-07 [paul]       2.1.0cvs13
3915
3916         * src/plugins/dillo_viewer/dillo_prefs.c
3917                 avoid future potential for namespace collision
3918                 Patch by Colin
3919
3920 2006-04-06 [wwp]        2.1.0cvs12
3921
3922         * src/summary_search.c
3923                 Unify extended/advanced searches names (and thus factorize labels),
3924                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3925
3926 2006-04-06 [wwp]        2.1.0cvs11
3927
3928         * src/folderview.c
3929         * src/prefs_themes.c
3930         * src/summaryview.c
3931                 Fixed some compilation warnings.
3932
3933 2006-04-06 [colin]      2.1.0cvs10
3934
3935         * manual/advanced.xml
3936                 Document the wizard template and how to deploy
3937                 Sylpheed-Claws effectively
3938
3939 2006-04-06 [colin]      2.1.0cvs9
3940
3941         * src/folderview.c
3942                 gettext patch to tell translators about _("#"),
3943                 by Maxim Britov
3944
3945 2006-04-06 [colin]      2.1.0cvs8
3946
3947         * src/textview.c
3948                 Fix invalid GtkTextBIter after clicking "Display as text"
3949
3950 2006-04-06 [mones]      2.1.0cvs7
3951
3952         * src/addr_compl.c
3953         * src/addrindex.c
3954         * src/addritem.c
3955         * src/codeconv.c
3956         * src/compose.c
3957         * src/filtering.c
3958         * src/folder.c
3959         * src/folder_item_prefs.c
3960         * src/folderview.c
3961         * src/localfolder.c
3962         * src/matcher.c
3963         * src/mimeview.c
3964         * src/prefs_msg_colors.c
3965         * src/prefs_spelling.c
3966         * src/prefs_themes.c
3967         * src/procmime.c
3968         * src/procmsg.c
3969         * src/stock_pixmap.c
3970         * src/summaryview.c
3971         * src/textview.c
3972         * src/toolbar.c
3973         * src/common/mgutils.c
3974         * src/common/prefs.c
3975         * src/common/ssl_certificate.c
3976         * src/gtk/colorlabel.c
3977         * src/gtk/quicksearch.c
3978         * src/plugins/pgpmime/pgpmime.c
3979         * src/plugins/spamassassin/spamassassin.c
3980                 Removed redundant NULL checks for g_free() calls.
3981                 Patch by Pawel Pekala.
3982
3983 2006-04-06 [mones]      2.1.0cvs6
3984
3985         * src/prefs_actions.c
3986         * src/prefs_filtering.c
3987         * src/prefs_filtering_action.c
3988         * src/prefs_matcher.c
3989         * src/prefs_template.c
3990         * src/gtk/gtkutils.c
3991         * src/gtk/gtkutils.h
3992                 Have a nice replace button. Patch by Pawel Pekala
3993
3994 2006-04-06 [colin]      2.1.0cvs5
3995
3996         * src/addressbook.c
3997                 Fix crash with empty columns
3998
3999 2006-04-05 [colin]      2.1.0cvs4
4000
4001         * src/wizard.c
4002         * src/prefs_gtk.c
4003                 Allow wizard customization with pre-filled values
4004
4005 2006-04-05 [colin]      2.1.0cvs3
4006
4007         * src/textview.c
4008         * src/mimeview.c
4009         * src/mimeview.h
4010                 Nicer messages in mimeview
4011
4012 2006-04-05 [colin]      2.1.0cvs2
4013
4014         * src/addressbook.c
4015         * src/prefs_summaries.c
4016                 i18n fix
4017
4018 2006-04-05 [colin]      2.1.0cvs1
4019
4020         * src/plugins/pgpcore/plugin.c
4021         * src/plugins/pgpcore/select-keys.c
4022         * src/plugins/pgpcore/select-keys.h
4023         * src/plugins/pgpcore/sgpgme.c
4024         * src/plugins/pgpcore/sgpgme.h
4025         * src/plugins/pgpinline/pgpinline.c
4026         * src/plugins/pgpinline/plugin.c
4027         * src/plugins/pgpmime/pgpmime.c
4028         * src/plugins/pgpmime/plugin.c
4029                 Factorize and generalize a bit 
4030                 Drop S/MIME signature verification from PGP/MIME
4031                 (adding it as another, more complete plugin)
4032
4033 2006-04-05 [paul]       2.1.0
4034
4035         2.1.0 released
4036
4037 2006-04-05 [paul]       2.0.0cvs186
4038
4039         * manual/advanced.xml
4040                 add info on colour labels
4041
4042 2006-04-05 [paul]       2.0.0cvs185
4043
4044         * po/bg.po
4045         * po/cs.po
4046         * po/de.po
4047         * po/el.po
4048         * po/en_GB.po
4049         * po/fi.po
4050         * po/fr.po
4051         * po/it.po
4052         * po/nl.po
4053         * po/pl.po
4054         * po/pt_BR.po
4055         * po/sr.po
4056         * po/zh_CN.po
4057                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
4058                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
4059                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
4060                 Guimaraes, Aleksandar Urosevic, Ralgh Young
4061         * src/gtk/authors.h
4062         * tools/claws.i18n.status.pl
4063                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
4064                 and new Czech translator, Tim <timbrain@post.cz>
4065
4066 2006-04-05 [mones]      2.0.0cvs184
4067
4068         * po/es.po
4069                 Updated translation
4070
4071 2006-04-05 [colin]      2.0.0cvs183
4072
4073         * src/gtk/quicksearch.c
4074                 Fix bug #929 (unnecessary reload in quick search bar)
4075
4076 2006-04-05 [colin]      2.0.0cvs182
4077
4078         * src/compose.c
4079                 Fix crash on Reply with no From:
4080                 Show signature and conversion error on queuing 
4081                 (but not sending)
4082         * src/mainwindow.c
4083         * src/summaryview.c
4084         * src/summaryview.h
4085                 Factorize threading code and make sure msginfo 
4086                 is not null when it comes from a GtkCTreeRow's 
4087                 data
4088         * src/gtk/gtkaspell.c
4089                 Check for necessary things
4090         * src/gtk/gtksctree.c
4091         * src/gtk/gtksctree.h
4092                 Reset anchor if necessary when removing node
4093
4094 2006-03-29 [colin]      2.0.0cvs181
4095
4096         * src/folderview.c
4097                 Warn for disabled IMAP accounts (due to lack of
4098                 libetpan). Breaks string-freeze - sorry - but it
4099                 is kind of important ;)
4100
4101 2006-03-28 [colin]      2.0.0cvs180
4102
4103         * src/gtk/gtkutils.c
4104         * src/gtk/gtkutils.h
4105                 Add a gtkut_get_link_btn() function that
4106                 creates a button which acts like an URI
4107         * src/prefs_themes.c
4108         * src/gtk/about.c
4109                 Use this function (factorizes codes)
4110         * src/common/defs.h
4111         * src/gtk/pluginwindow.c
4112                 Add a "Get more..." in the plugins window
4113
4114 2006-03-28 [colin]      2.0.0cvs179
4115
4116         * src/common/smtp.c
4117         * src/common/passcrypt.c
4118         * src/undo.c
4119                 Warning fixes. Patch by Pawel Pekala
4120
4121 2006-03-27 [colin]      2.0.0cvs178
4122
4123         * src/undo.c
4124                 Fix undoing by blocks with spaces
4125
4126 2006-03-27 [colin]      2.0.0cvs177
4127
4128         * src/textview.c
4129                 Set margin to 3px for headers
4130
4131 2006-03-27 [paul]
4132
4133         2.1.0-rc2 released
4134
4135 2006-03-27 [wwp]        2.0.0cvs176
4136
4137         * src/summaryview.c
4138                 don't reset quicksearch when updating the message list.
4139                 Thanks to Colin.
4140
4141 2006-03-26 [wwp]        2.0.0cvs175
4142
4143         * src/compose.c
4144                 use a unified border width ('other' tab in the compose window,
4145                 patch by Pawel Pekala).
4146
4147
4148 2006-03-26 [wwp]        2.0.0cvs174
4149
4150         * src/common/quoted-printable.c
4151         * src/addressbook.c
4152                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
4153
4154 2006-03-26 [colin]      2.0.0cvs173
4155
4156         * src/quote_fmt_parse.y
4157                 Fix non-UTF8 date formats messing up the whole quote a 
4158                 little bit
4159
4160 2006-03-26 [colin]      2.0.0cvs172
4161
4162         * src/procheader.c
4163                 Make sure the date is UTF8 valid, or try to make it
4164                 so. IncrediMail is really IncrediStupid.
4165         * src/compose.c
4166                 Fix possible conversions. 
4167                 
4168
4169 2006-03-26 [colin]      2.0.0cvs171
4170
4171         * src/matcher.c
4172                 Fix corner cases in body search. This is still a
4173                 hack... It seems impossible to make it good and 
4174                 reasonably fast at the same time.
4175
4176 2006-03-26 [colin]      2.0.0cvs170
4177
4178         * src/summaryview.c
4179                 I think I killed the twilight zone bug!
4180                 summary_select_node() flushes GTK events in order
4181                 to be able to center the view. But this also 
4182                 flushes keypresses like Ctrl-Alt-U, so this can
4183                 call summary_show from summary_select_node (itself
4184                 called from summary_show, etc.). And the summaryview
4185                 has to be unlocked in this function. So just locking
4186                 while processing GTK events, and bailing if locked, 
4187                 should fix it.
4188                 Fixes bug #927 (SIGSEGV during Update Summary)
4189
4190 2006-03-25 [colin]      2.0.0cvs169
4191
4192         * src/matcher.c
4193                 Fix search in QP-encoded bodies
4194                 Fix utf-8 searches in bodies encoded in the
4195                 locale's encoding
4196         * src/common/quoted-printable.c
4197         * src/common/quoted-printable.h
4198                 Add a decode function that doesn't overwrite
4199                 the original pointer
4200                 
4201
4202 2006-03-24 [colin]      2.0.0cvs168
4203
4204         * src/action.c
4205         * src/summaryview.c
4206         * src/summaryview.h
4207                 Update message cache after action
4208                 Patch by H. Merijn Brand
4209         * src/prefs_msg_colors.c
4210                 Factorize label 
4211                 Patch by Fabien Vantard
4212         * src/plugins/spamassassin/spamassassin_gtk.c
4213                 Remove useless translation
4214                 Patch by Fabien Vantard
4215
4216 2006-03-23 [colin]      2.0.0cvs167
4217
4218         * src/common/ssl.c
4219                 Let 30 seconds to SSL_connect
4220
4221 2006-03-23 [wwp]        2.0.0cvs166
4222
4223         * src/summaryview.c
4224         * src/gtk/description_window.c
4225                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
4226                 and headers are translated; adjust description windows' width to fit their
4227                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
4228
4229 2006-03-23 [paul]       2.0.0cvs165
4230
4231         * src/common/utils.c
4232                 fix highlighting of URIs containing "()"
4233                 (2.0.0cvs164's reversal fixed)
4234                 Thanks to Colin.
4235
4236 2006-03-23 [paul]       2.0.0cvs164
4237
4238         * src/common/utils.c
4239                 revert patch, (postponing a fix), at 2.0.0cvs120
4240                 as it breaks more URIs than it fixes.
4241                 Allow '-' to be a terminating character in a URI
4242
4243 2006-03-22 [colin]      2.0.0cvs163
4244
4245         * configure.ac
4246                 Require libetpan 0.45
4247                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
4248
4249 2006-03-22 [paul]       2.0.0cvs162
4250
4251         * src/editgroup.c
4252                 replace '<-' and '->' buttons with GTK_STOCK graphical
4253                 buttons
4254         * src/summary_search.c
4255                 don't offer '...' for translation
4256                 add a tooltip to advanced search '...' button
4257         * src/gtk/quicksearch.c
4258                 don't offer '...' for translation
4259
4260 2006-03-21 [colin]      2.0.0cvs161
4261
4262         * src/compose.c
4263                 Fix middle-click pasting (insert at click
4264                 position instead of cursor position, don't
4265                 remove existing selection and allow pasting
4266                 our own selection)
4267         * src/addressbook.c
4268                 "LDAP Server" -> "LDAP servers"
4269
4270 2006-03-21 [wwp]        2.0.0cvs160
4271
4272         * src/etpan/imap-thread.c
4273                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
4274
4275 2006-03-20 [colin]      2.0.0cvs159
4276
4277         * src/summaryview.c
4278                 Don't reload summaryview after an execute with no
4279                 move action
4280
4281 2006-03-19 [colin]      2.0.0cvs158
4282
4283         * src/addressbook.c
4284                 and put groups at the top, always
4285
4286 2006-03-19 [colin]      2.0.0cvs157
4287
4288         * src/addressbook.c
4289                 Order groups before names, as previously
4290
4291 2006-03-19 [colin]      2.0.0cvs156
4292
4293         * src/addressbook.c
4294                 - Sort case-unsensitive
4295                 - Put the sort arrow at opening too
4296
4297 2006-03-19 [wwp]        2.0.0cvs155
4298
4299         * src/addressbook.c
4300                 allow sorting by name/email/remarks, ensure that right-pane's contents
4301                 matches the left-pane selection (cleared when appropriate).
4302                 Patch by Pawel Pekala <c0rn@o2.pl>.
4303
4304 2006-03-18 [colin]      2.0.0cvs154
4305
4306         * src/textview.c
4307                 Fix text cursor ;)
4308
4309 2006-03-18 [colin]      2.0.0cvs153
4310
4311         * src/gtk/filesel.c
4312                 Make sure we hide the preview if we didn't get
4313                 a filename
4314
4315 2006-03-18 [colin]      2.0.0cvs152
4316
4317         * src/summaryview.c
4318                 Set cursor to watch for execution (fixes lack
4319                 of watch-cursor when dnd'ing hundreds of mails)
4320         * src/gtk/filesel.c
4321                 Check that mime type is 'image/*' before updating
4322                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
4323
4324 2006-03-18 [colin]      2.0.0cvs151
4325
4326         * src/mainwindow.c
4327         * src/textview.c
4328         * src/textview.h
4329                 Put a watch cursor in textview too when the mainwindow's
4330                 cursor in a watch
4331
4332 2006-03-18 [colin]      2.0.0cvs150
4333
4334         * src/folder.c
4335                 Change wrong asserts to simple tests
4336
4337 2006-03-17 [colin]      2.0.0cvs149
4338
4339         * src/mainwindow.c
4340         * src/mainwindow.h
4341         * src/prefs_msg_colors.c
4342         * src/summaryview.c
4343         * src/summaryview.h
4344         * src/gtk/colorlabel.c
4345         * src/gtk/colorlabel.h
4346                 Add a color label menu in the main menubar
4347                 Add (fixed) accels Ctrl-{0-7} to change the color
4348                 They have to be fixed because the menu's dynamic,
4349                 the items are complex widgets, hence we can't use
4350                 a GtkItemFactory.
4351
4352
4353 2006-03-17 [wwp]        2.0.0cvs148
4354
4355         * src/compose.c
4356                 rollback few lines from my previous commit (those lines come from
4357                 a pending patch, accidentally commited, even if neutral as they are
4358                 commented out).
4359
4360 2006-03-17 [wwp]        2.0.0cvs147
4361
4362         * src/compose.c
4363                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
4364                 applied code style/indentation to the modified function.
4365
4366 2006-03-17 [wwp]        2.0.0cvs146
4367
4368         * src/procmsg.c
4369         * src/compose.c
4370                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
4371
4372 2006-03-17 [paul]
4373
4374         2.1.0-rc1 released
4375
4376 2006-03-17 [paul]       2.0.0cvs145
4377
4378         * src/main.c
4379                 addressbook_read_file() was called twice
4380         * src/textview.c
4381                 X-Mailer highlighting
4382
4383 2006-03-16 [colin]      2.0.0cvs144
4384
4385         * src/sourcewindow.c
4386         * src/sourcewindow.h
4387                 And the last one, in source window.
4388
4389 2006-03-16 [colin]      2.0.0cvs143
4390
4391         * src/compose.c
4392         * src/compose.h
4393                 Fix the same stuff in compose
4394
4395 2006-03-16 [colin]      2.0.0cvs142
4396
4397         * src/messageview.c
4398                 Complete the previous messageview crash fix
4399
4400 2006-03-16 [colin]      2.0.0cvs141
4401
4402         * src/procmsg.h
4403         * src/procmsg.c
4404         * src/folder.c
4405                 Fix POSTPROCESSING hook
4406                 Patch by H. Merijn Brand
4407
4408         * src/procmime.c
4409         * src/procmime.h
4410                 Parse Content-Location
4411
4412         * src/toolbar.c
4413         * src/messageview.c
4414         * src/messageview.h
4415                 Don't crash when a top-level MessageView has
4416                 been closed on us. Same problematic than
4417                 yesterday's quicksearch issue.
4418
4419 2006-03-15 [colin]      2.0.0cvs140
4420
4421         * src/gtk/quicksearch.c
4422                 Fix a bitchy race we didn't think about when we
4423                 added quicksearch cancellation:
4424                 If the search is not on cached fields, for example
4425                 body_part matchcase "stuff"
4426                 the matcher code has to get the whole message. If
4427                 we're on IMAP, that can be slow, and in order to
4428                 be non-blocking, the IMAP code idle loop processes
4429                 gtk events too. So it is possible to cancel a
4430                 quicksearch while the matcher is getting the mail's
4431                 body. After matcher got its body, it will start to
4432                 iterate over the matcher list that the Quicksearch's
4433                 clear_search_cb() just freed via prepare_matcher().
4434                 SIGSEGV ensues.
4435                 The fix consists of guarding the matcherlist_match()
4436                 call with a boolean 'matching'. If we reset the
4437                 quicksearch while matching is TRUE, we don't free
4438                 the matcherlist anymore like we did, but we set
4439                 another new flag, deferred_free, to TRUE. Then,
4440                 in quicksearch_match(), just after returning from
4441                 matcherlist_match() and unsetting the matching flag,
4442                 we check the deferred_free flag and do the
4443                 prepare_matcher() (which does the matcherlist_free)
4444                 for real, so we free the matcherlist once it's not
4445                 used anymore.
4446                 As all of this runs via the glib main loop, we
4447                 luckily don't need a mutex.
4448         * src/summaryview.c
4449                 Also, show progress while searching.
4450
4451
4452 2006-03-14 [colin]      2.0.0cvs139
4453
4454         * src/alertpanel.c
4455                 Make alertpanel_is_open non-static
4456
4457 2006-03-14 [colin]      2.0.0cvs138
4458
4459         * src/prefs_spelling.c
4460                 Cleanups - Fabien Vantard
4461
4462 2006-03-14 [wwp]        2.0.0cvs137
4463
4464         * src/main.c
4465                 code style normalization (curly braces, indentation).
4466
4467 2006-03-14 [wwp]        2.0.0cvs137
4468
4469         * src/main.c
4470                 code style (braces, indentation)
4471
4472 2006-03-12 [paul]       2.0.0cvs136
4473
4474         * src/prefs_common.c
4475                 trans_hdr defaults to FALSE to be RFC-savvy
4476         * src/prefs_summaries.c
4477                 add a tooltip to the trans_hdr option
4478                 
4479
4480 2006-03-12 [paul]       2.0.0cvs135
4481
4482         * src/prefs_matcher.c
4483                 give a little more width to the combos
4484         * src/prefs_display_header.c
4485         * src/textview.c
4486                 translate headers if prefs_common.trans_hdr
4487                 is TRUE
4488
4489         Patches by Pawel Pekala
4490
4491 2006-03-12 [paul]       2.0.0cvs134
4492
4493         * src/plugins/clamav/clamav_plugin.c
4494         * src/plugins/dillo_viewer/dillo_viewer.c
4495         * src/plugins/pgpcore/plugin.c
4496         * src/plugins/pgpinline/plugin.c
4497         * src/plugins/pgpmime/plugin.c
4498         * src/plugins/spamassassin/spamassassin.c
4499                 update/add to descriptions
4500         * src/plugins/spamassassin/spamassassin_gtk.c
4501                 fixes to the english, remove superfluous
4502                 tooltips, clean up a little
4503
4504 2006-03-12 [paul]       2.0.0cvs133
4505
4506         * src/compose.c
4507                 fix Bug 924, 'Account combo box shows up wrong 
4508                 if & is in account name'
4509
4510 2006-03-11 [colin]      2.0.0cvs132
4511
4512         * src/summaryview.c
4513                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
4514                 messed up shift-selection because is slows down
4515                 moving around summaryview. thanks -users
4516
4517 2006-03-10 [colin]      2.0.0cvs131
4518
4519         * src/plugins/spamassassin/spamassassin_gtk.c
4520                 Put back Paul's engrish fixes
4521
4522 2006-03-10 [colin]      2.0.0cvs130
4523
4524         * src/plugins/spamassassin/spamassassin.c
4525         * src/plugins/spamassassin/spamassassin.h
4526         * src/plugins/spamassassin/spamassassin_gtk.c
4527                 Cleanup SA prefs page (more)
4528                 Patch by Fabien Vantard
4529
4530 2006-03-10 [paul]       2.0.0cvs129
4531
4532         * src/prefs_msg_colors.c
4533         * src/prefs_spelling.c
4534                 widget sensitivity
4535
4536 2006-03-09 [mones]      2.0.0cvs128
4537
4538         * po/es.po
4539                 Update for next RC
4540
4541 2006-03-09 [wwp]        2.0.0cvs127
4542
4543         * configure.ac
4544                 revert accidental commit (requirement for libetpan 0.43), this time
4545                 not in HEAD.
4546
4547 2006-03-09 [wwp]        2.0.0cvs125
4548
4549         * configure.ac
4550                 revert accidental commit (requirement for libetpan 0.43)
4551
4552 2006-03-09 [paul]       2.0.0cvs126
4553
4554         * src/prefs_receive.c
4555                 remove useless frame
4556                 replace 'incorporation' with 'receiving'
4557         * src/plugins/clamav/clamav_plugin_gtk.c
4558         * src/plugins/spamassassin/spamassassin_gtk.c
4559                 improve widget sensitivity
4560                 fix a bit his engrish
4561
4562 2006-03-09 [wwp]        2.0.0cvs125
4563
4564         * src/addressadd.c
4565         * src/foldersel.c
4566         * src/prefs_common.c
4567         * src/prefs_common.h
4568                 remember some more windows' sizes (add to addressbook and
4569                 select folder).
4570
4571 2006-03-09 [paul]       2.0.0cvs124
4572
4573         * src/plugins/pgpcore/prefs_gpg.c
4574                 normalise construction of dialogue
4575
4576 2006-03-09 [paul]       2.0.0cvs123
4577
4578         * src/plugins/trayicon/Makefile.am
4579                 add missing slash
4580
4581 2006-03-08 [colin]      2.0.0cvs122
4582
4583         * src/plugins/trayicon/Makefile.am
4584                 Fix build in separate dir 
4585                 Patch by Bamanzi <bamanzi@gmail.com>
4586
4587 2006-03-08 [colin]      2.0.0cvs121
4588
4589         * src/procmsg.c
4590                 Batch move and copies from summaryview with delayed execution
4591                 too
4592
4593 2006-03-07 [paul]       2.0.0cvs120
4594
4595         * src/common/utils.c
4596                 fix highlighting of URIs containing "()"
4597                 Patch by Pawel Pekala
4598
4599 2006-03-07 [paul]       2.0.0cvs119
4600
4601         * src/folder.c
4602         * src/folder.h
4603         * src/folderview.c
4604                 immediately do alphabetical resort when
4605                 changing a folder's name
4606                 Patch by Pawel Pekala
4607
4608 2006-03-07 [paul]       2.0.0cvs118
4609
4610         * src/news.c
4611         * src/news_gtk.c
4612                 when unsubscribing a newsgroup, remove the
4613                 folder and msgs in .sylpheed-claws/newscache
4614                 Patch by Pawel Pekala <c0rn@gazeta.pl>
4615
4616 2006-03-07 [paul]       2.0.0cvs117
4617
4618         * src/textview.c
4619                 fix wrong Fake URL Warning
4620                 Thanks to Hiro
4621
4622 2006-03-07 [colin]      2.0.0cvs116
4623
4624         * src/imap.c
4625                 Return immediately when password dialog was
4626                 cancelled
4627         * src/gtk/inputdialog.c
4628                 Allow empty strings for passwords
4629
4630
4631 2006-03-06 [colin]      2.0.0cvs115
4632
4633         * src/imap.c
4634                 Prevent double-timeouts when connection fails
4635
4636 2006-03-06 [colin]
4637
4638         2.0.1-rc1 released
4639
4640 2006-03-06 [colin]      2.0.0cvs114
4641
4642         * src/imap.c
4643                 Refresh session during potentially long
4644                 operations
4645
4646 2006-03-06 [wwp]        2.0.0cvs113
4647
4648         * src/prefs_msg_colors.h
4649                 forgot that one (custom color labels).
4650
4651 2006-03-06 [wwp]        2.0.0cvs112
4652
4653         * src/prefs_common.c
4654         * src/prefs_common.h
4655         * src/prefs_msg_colors.c
4656         * src/summaryview.c
4657         * src/summaryview.h
4658         * src/gtk/colorlabel.c
4659         * src/gtk/colorlabel.h
4660                 colors in messages list are now customizable. Color values and names can
4661                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
4662                 Thanks to Paul and Colin for their help with this longstanding patch!
4663
4664 2006-03-06 [wwp]        2.0.0cvs111
4665
4666         * src/textview.c
4667                 don't crash if (x)face is bad.
4668
4669 2006-03-05 [paul]       2.0.0cvs110
4670
4671         * AUTHORS
4672         * configure.ac
4673         * src/Makefile.am
4674         * src/common/Makefile.am
4675         * src/common/utils.h
4676         * src/etpan/imap-thread.c
4677         * src/gtk/authors.h
4678         * src/plugins/clamav/Makefile.am
4679         * src/plugins/demo/Makefile.am
4680         * src/plugins/dillo_viewer/Makefile.am
4681         * src/plugins/pgpcore/Makefile.am
4682         * src/plugins/pgpcore/passphrase.c
4683         * src/plugins/pgpinline/Makefile.am
4684         * src/plugins/pgpmime/Makefile.am
4685         * src/plugins/spamassassin/Makefile.am
4686         * src/plugins/trayicon/Makefile.am
4687                 fix builiding on cygwin
4688                 Patch by Ralgh Young <bamanzi@gmail.com>
4689
4690 2006-03-04 [wwp]        2.0.0cvs109
4691
4692         * manual/keyboard.xml
4693                 fix mixed up/down keys.
4694
4695 2006-03-04 [wwp]        2.0.0cvs108
4696
4697         * README
4698         * INSTALL
4699                 updated links to SpamAssassin.
4700
4701 2006-03-04 [wwp]        2.0.0cvs107
4702
4703         * manual/plugins.xml
4704         * src/plugins/spamassassin/README
4705                 updated SpamAssassin plugin docs to reflect new functional additions
4706                 (also fix/update/documents few technical stuff more, see the README).
4707
4708 2006-03-04 [wwp]        2.0.0cvs106
4709
4710         * src/prefs_message.c
4711                 normalized capitalization of message-prefs paths.
4712
4713 2006-03-04 [wwp]        2.0.0cvs105
4714
4715         * manual/advanced.xml
4716                 typo.
4717
4718 2006-03-03 [colin]      2.0.0cvs104
4719
4720         * src/plugins/clamav/clamav_plugin_gtk.c
4721                 Rework prefs page, patch by Fabien 
4722
4723 2006-03-03 [colin]      2.0.0cvs103
4724
4725         * src/plugins/clamav/clamav_plugin.c
4726                 Set error on all errors
4727
4728 2006-03-03 [colin]      2.0.0cvs102
4729
4730         * src/common/plugin.c
4731                 Initialize error to avoid crashing when a plugin fails
4732                 without setting error
4733
4734 2006-03-02 [wwp]        2.0.0cvs101
4735
4736         * configure.ac
4737                 fixed linker flags for libetpan support on Cygwin
4738                 (thanks to H.Merijn Brand).
4739
4740 2006-03-02 [wwp]        2.0.0cvs100
4741
4742         * src/addressbook.c
4743                 fix some AB error messages: one for punctuation and
4744                 one wrongly duplicate (thanks, maxbritov).
4745
4746 2006-03-02 [wwp]        2.0.0cvs99
4747
4748         * src/plugins/spamassassin/spamassassin.c
4749                 make sync calls to sa-learn/spamc to prevent
4750                 system (whatever local or client/server) overload.
4751
4752 2006-03-02 [colin]      2.0.0cvs98
4753
4754         * src/summaryview.c
4755                 Put the spam icon in the status column instead of the
4756                 mark one
4757
4758 2006-03-01 [colin]      2.0.0cvs97
4759
4760         * src/plugins/spamassassin/spamassassin.c
4761                 Fix segfault (g_file_set_contents fails for some 
4762                 reason and err==0x2f. Can't find out why with
4763                 valgrind, using working function :-)
4764
4765 2006-03-01 [colin]      2.0.0cvs96
4766
4767         * src/inc.c
4768                 Offline overriding: let 'No' be cached only 3 seconds
4769
4770 2006-03-01 [colin]      2.0.0cvs95
4771
4772         * src/addr_compl.c
4773         * src/addrbook.c
4774         * src/addressbook.c
4775         * src/addrindex.c
4776         * src/folder_item_prefs.c
4777         * src/headerview.c
4778         * src/imap.c
4779         * src/inc.c
4780         * src/ldif.c
4781         * src/mainwindow.c
4782         * src/mh.c
4783         * src/msgcache.c
4784         * src/prefs_common.h
4785         * src/prefs_msg_colors.c
4786         * src/procheader.c
4787         * src/procheader.h
4788         * src/procmime.c
4789         * src/procmsg.c
4790         * src/procmsg.h
4791         * src/send_message.h
4792         * src/simple-gettext.c
4793         * src/summaryview.c
4794         * src/summaryview.h
4795         * src/syldap.c
4796         * src/textview.c
4797         * src/undo.c
4798         * src/common/ssl_certificate.c
4799         * src/common/utils.c
4800         * src/gtk/colorsel.c
4801         * src/gtk/gtksctree.c
4802         * src/gtk/gtkshruler.c
4803         * src/plugins/trayicon/trayicon.c
4804                 #if 0 goes to /dev/null
4805
4806 2006-03-01 [colin]      2.0.0cvs94
4807
4808         * src/compose.c
4809         * src/imap.c
4810         * src/inc.c
4811         * src/inc.h
4812         * src/messageview.c
4813         * src/news.c
4814         * src/plugins/spamassassin/spamassassin.c
4815                 Allow to add information in the "working offline"
4816                 window
4817
4818 2006-03-01 [wwp]        2.0.0cvs93
4819
4820         * src/plugins/spamassassin/spamassassin.c
4821                 fixed spamc invocation: use a tricky temporary mini shell wrapper
4822                 'cause it seems that calling `spamc ... < inputfile` with
4823                 g_spawn_(a)sync simply.. erm doesn't work :-).
4824
4825 2006-03-01 [wwp]        2.0.0cvs92
4826
4827         * src/toolbar.c
4828         * src/toolbar.h
4829                 simplify the adding of spam/ham button to the messageview toolbar
4830                 (it gets more clear now that the same button will be "Mark as spam"
4831                 or "Mark as ham" according to the current message status,
4832                 thanks to Colin).
4833
4834 2006-03-01 [wwp]        2.0.0cvs91
4835
4836         * src/messageview.c
4837         * src/procmsg.c
4838         * src/procmsg.h
4839         * src/summaryview.c
4840         * src/plugins/spamassassin/spamassassin.c
4841         * src/plugins/spamassassin/spamassassin.h
4842                 make learner callbacks return a status (0 for ok),
4843                 handle it in main code to avoid setting flags when learning failed,
4844                 don't learn on TCP if offline in spamassassin,
4845                 thanks to Colin.
4846
4847                 
4848
4849 2006-03-01 [wwp]        2.0.0cvs90
4850
4851         * src/compose.c
4852                 some work around the compose window's account menu,
4853                 patch by Fabien Vantard.
4854
4855 2006-03-01 [wwp]        2.0.0cvs89
4856
4857         * src/plugins/spamassassin/spamassassin.c
4858                 fixed bad logics, was using spamc in local mode and sa-learn
4859                 in remote mode (thanks, Colin).
4860
4861 2006-03-01 [wwp]        2.0.0cvs88
4862
4863         * src/plugins/spamassassin/spamassassin.c
4864         * src/plugins/spamassassin/spamassassin.h
4865         * src/plugins/spamassassin/spamassassin_gtk.c
4866                 made processing of emails w/ sa-plugin an option (default is TRUE),
4867                 fixed Engrish some tooltips, capitalization of some debug messages
4868                 and warnings. The spamassassin plugin now provides two separate
4869                 services: process emails upon incorporation and spamd training.
4870                 Both services (un)register independently but use some common
4871                 plugin settings (transport settings, spam storage location).
4872
4873 2006-02-28 [wwp]        2.0.0cvs87
4874
4875         * src/plugins/spamassassin/spamassassin.c
4876                 fix async flag to spamc cmdline execution (batch exec should
4877                 be asynchronous).
4878
4879 2006-02-27 [wwp]        2.0.0cvs86
4880
4881         * src/plugins/spamassassin/spamassassin.c
4882         * src/plugins/spamassassin/spamassassin.h
4883         * src/plugins/spamassassin/spamassassin_gtk.c
4884                 - added the ability to learn a remote spamassassin server (spamd),
4885                 using spamc.
4886                 - added the spamassassin option 'username', that applies to all
4887                 spamassassin operations (filtering, learning, local or remote).
4888                 The default username is the current unix user (if left blank
4889                 from gtk prefs or config file).
4890                 - commented out some unused code (notebook widget), removed unused
4891                 layout (hbox1).
4892                 - make more widgets sensitive to the transport type.
4893
4894 2006-02-27 [colin]      2.0.0cvs85
4895
4896         * src/plugins/spamassassin/spamassassin.c
4897                 Fix sa-learn call when offline
4898
4899 2006-02-27 [colin]      2.0.0cvs84
4900
4901         * configure.ac
4902         * src/Makefile.am
4903         * src/mainwindow.c
4904         * src/mainwindow.h
4905         * src/messageview.c
4906         * src/messageview.h
4907         * src/prefs_toolbar.c
4908         * src/procmsg.c
4909         * src/stock_pixmap.c
4910         * src/stock_pixmap.h
4911         * src/summaryview.c
4912         * src/toolbar.c
4913         * src/toolbar.h
4914         * src/pixmaps/ham_btn.xpm
4915         * src/pixmaps/spam.xpm
4916         * src/pixmaps/spam_btn.xpm
4917         * src/plugins/spamassassin/spamassassin.c
4918                 Add button in toolbar for spam learning
4919                 Fix a few bugs from the last related commit
4920                 Revert 1.9.6cvs23 which messed up shift-selection
4921
4922 2006-02-24 [colin]      2.0.0cvs83
4923
4924         * src/procmsg.c
4925         * src/summaryview.c
4926         * src/summaryview.h
4927         * src/plugins/spamassassin/spamassassin.c
4928         * src/plugins/spamassassin/spamassassin.h
4929         * src/plugins/spamassassin/spamassassin_gtk.c
4930                 Unregister learner when spamassassin is either
4931                 disabled or over tcp
4932
4933 2006-02-24 [colin]      2.0.0cvs82
4934
4935         * src/Makefile.am
4936         * src/mainwindow.c
4937         * src/mainwindow.h
4938         * src/procmsg.c
4939         * src/procmsg.h
4940         * src/stock_pixmap.c
4941         * src/stock_pixmap.h
4942         * src/summaryview.c
4943         * src/summaryview.h
4944         * src/gtk/icon_legend.c
4945         * src/pixmaps/spam.xpm  ** NEW FILE **
4946         * src/plugins/spamassassin/spamassassin.c
4947         * src/plugins/spamassassin/spamassassin_gtk.c
4948                 Add spam learning interface (Mark/Mark as 
4949                 (spam|ham) menus)
4950
4951 2006-02-24 [wwp]        2.0.0cvs81
4952
4953         * src/compose.c
4954         * src/compose.h
4955         * src/filtering.c
4956                 hide compose window when sending message in batch mode
4957                 (filtering: forward and redirect). Also fixed a wrong
4958                 value returned when sending failed, neutral anyway.
4959                 (Colin, me) 
4960
4961 2006-02-24 [wwp]        2.0.0cvs80
4962
4963         * src/mainwindow.c
4964                 use GTK+'s stock quit button. Patch by Fabien Vantard.
4965
4966 2006-02-24 [paul]       2.0.0cvs79
4967
4968         * src/news.c
4969         * src/news.h
4970         * src/news_gtk.c
4971                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
4972                 Thanks to Colin
4973
4974 2006-02-23 [colin]      2.0.0cvs78
4975
4976         * src/alertpanel.c
4977                 Change OK to Close in alertpanel with View log
4978                 button; add accel to View log. Patch by Fabien
4979                 Vantard
4980
4981 2006-02-23 [wwp]        2.0.0cvs77
4982
4983         * src/compose.c
4984                 silly me, there were much more tests to perform, since toolbars can
4985                 really have down to 1 element only.
4986
4987 2006-02-23 [wwp]        2.0.0cvs76
4988
4989         * commitHelper
4990                 fixed indentation from my previous commit. Fallback to VISUAL if
4991                 EDITOR is not set (and to vi, at last resort).
4992
4993 2006-02-23 [wwp]        2.0.0cvs75
4994
4995         * commitHelper
4996                 improved error detection (Colin, me).
4997
4998 2006-02-23 [wwp]        2.0.0cvs74
4999
5000         * src/prefs_toolbar.c
5001                 simplify and fix prefs/toolbars layouting. Combos' contents can
5002                 now be really displayed.
5003
5004 2006-02-23 [wwp]        2.0.0cvs73
5005         simplifies and fix prefs/toolbars layouting. Combos' contents can now
5006         be really displayed.
5007
5008 2006-02-22 [wwp]        2.0.0cvs72
5009
5010         * src/compose.c
5011                 fix a typo in my previous commit (sorry!).
5012
5013 2006-02-22 [wwp]        2.0.0cvs71
5014
5015         * src/prefs_toolbar.c
5016                 fix a crash when adding separators to toolbars,
5017                 also fix some separator item information.
5018
5019 2006-02-22 [wwp]        2.0.0cvs70
5020
5021         * src/compose.c
5022                 fix a crash when redirecting (for instance) when compose window's
5023                 toolbar contents has been customized (when some buttons have been
5024                 removed in fact).
5025
5026 2006-02-21 [wwp]        2.0.0cvs69
5027
5028         * src/summaryview.c
5029         * src/gtk/pluginwindow.c
5030         * src/plugins/pgpcore/prefs_gpg.c
5031                 fix some compilation warnings (feat. remains of removed code).
5032
5033 2006-02-21 [wwp]        2.0.0cvs68
5034
5035         * src/gtk/gtkutils.c
5036                 fix two compilation issues, thanks to Stephan Sachse.
5037
5038 2006-02-20 [colin]      2.0.0cvs67
5039
5040         * src/mainwindow.c
5041                 Don't reselect displayed mail on refocus
5042                 This fixes actions misbehaving 
5043
5044 2006-02-20 [wwp]        2.0.0cvs66
5045
5046         * src/summaryview.c
5047         * src/gtk/gtksctree.c
5048         * src/gtk/gtkshruler.c
5049                 changed more runtime typecast checks.
5050
5051 2006-02-20 [wwp]        2.0.0cvs65
5052
5053         * src/summary_search.c
5054                 find all - summaryview refresh issue fixed, thanks to Colin.
5055
5056 2006-02-20 [wwp]        2.0.0cvs64
5057
5058         * src/gtk/gtkutils.c
5059                 better runtime typecast checks.
5060
5061 2006-02-20 [wwp]        2.0.0cvs63
5062
5063         * src/summary_search.c
5064                 enhancements to the summary search:
5065                         - add the ability to stop the running search
5066                           (upon ESC-key press, new Stop button or when Clear button is pressed)
5067                         - don't search if no criteria (From/To/Subject/Body) is set
5068                         - ensure that a busy mouse pointer is always shown when searching,
5069                           show it even a bit earlier
5070
5071 2006-02-19 [colin]      2.0.0cvs62
5072
5073         * src/compose.c
5074         * src/imap.c
5075         * src/etpan/imap-thread.c
5076         * src/etpan/imap-thread.h
5077                 (Future) IMAP speed improvement on sending
5078                 Will require a libetpan update
5079         * src/summaryview.c
5080         * src/gtk/quicksearch.c
5081                 Make quicksearch clearable while running.
5082
5083 2006-02-17 [colin]      2.0.0cvs61
5084
5085         * src/imap.c
5086         * src/etpan/imap-thread.c
5087         * src/etpan/imap-thread.h
5088                 Check for IMAP certificates
5089                 ** Requires libetpan-0.42-cvs4 
5090                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
5091
5092 2006-02-17 [colin]      2.0.0cvs60
5093
5094         * src/messageview.c
5095         * src/prefs_common.c
5096         * src/prefs_common.h
5097         * src/prefs_message.c
5098                 Add pref to display HTML-only mails with plugin, 
5099                 if possible (defaulting to FALSE of course).
5100
5101 2006-02-16 [colin]      2.0.0cvs59
5102
5103         * src/main.c
5104         * src/common/plugin.c
5105         * src/common/plugin.h
5106         * src/gtk/pluginwindow.c
5107                 Keep track of requested (but unloaded) plugins
5108                 in some error cases.
5109
5110 2006-02-16 [wwp]        2.0.0cvs58
5111
5112         * src/gtk/gtkaspell.c
5113         * src/gtk/gtkaspell.h
5114         * src/prefs_spelling.c
5115         * src/compose.c
5116         * src/prefs_common.c
5117         * src/prefs_common.h
5118                 implemented new optional spellchecker behaviour: re-check message when
5119                 dictionary got changed (from compose-window/context-menu/Change dictionary).
5120
5121 2006-02-16 [wwp]        2.0.0cvs57
5122
5123         * src/quote_fmt_parse.y
5124                 pclose popen'ed pipe.
5125
5126 2006-02-15 [colin]      2.0.0cvs56
5127
5128         * src/mimeview.c
5129         * src/mimeview.h
5130                 Let MimeViewers know which MimeView they
5131                 depend of.
5132         * src/summaryview.c
5133                 Swap From/To columns in Sent/Queue/Drafts
5134                 folders
5135         * src/etpan/imap-thread.c
5136                 Use mailstream_low_tls_open() for STARTTLS
5137                 instead of mailstream_low_ssl_open()
5138                 ** REQUIRES libetpan 0.42cvs3 **
5139
5140 2006-02-15 [wwp]        2.0.0cvs55
5141
5142         * src/compose.c
5143         * src/compose.h
5144         * src/message_search.c
5145         * src/message_search.h
5146         * src/textview.c
5147         * src/gtk/gtkutils.c
5148         * src/gtk/gtkutils.h
5149                 added the ability to Find text in the compose window (and a bit
5150                 of code factorization).
5151
5152 2006-02-15 [wwp]        2.0.0cvs54
5153
5154         * src/prefs_gtk.c
5155                 yet another one file was missing (fix for some widgets' sensitivity).
5156                 Thanks Colin!
5157
5158 2006-02-15 [wwp]        2.0.0cvs53
5159
5160         * src/prefs_gtk.h
5161                 oops forgot that file (fix for some widgets' sensitivity).
5162
5163 2006-02-15 [wwp]        2.0.0cvs52
5164
5165         * src/summary_search.c
5166                 implemented advanced summary search options (added the ability
5167                 to use matcher conditions in an advanced search mode).
5168
5169 2006-02-15 [wwp]        2.0.0cvs51
5170
5171         * src/plugins/pgpcore/prefs_gpg.c
5172         * src/prefs_account.c
5173                 fix some widget sensitivity, mostly around some labels in
5174                 account prefs.
5175
5176 2006-02-15 [paul]       2.0.0cvs50
5177
5178         * manual/advanced.xml
5179                 improve Templates info
5180                 written by wwp
5181
5182 2006-02-14 [colin]      2.0.0cvs49
5183
5184         * src/pixmaps/address_book.xpm
5185         * src/pixmaps/preferences.xpm
5186         * src/pixmaps/properties.xpm
5187                 Fix pixmap size - patch by Fabien Vantard
5188
5189 2006-02-13 [colin]      2.0.0cvs48
5190
5191         * src/procmime.c
5192                 Add missing fclose()s on error
5193         * src/textview.c
5194                 Remove unused code
5195         * src/common/utils.c
5196                 Fix temp files not being deleted on windows
5197         Patches by Thomas Gilgin
5198
5199 2006-02-13 [colin]      2.0.0cvs47
5200
5201         * src/mainwindow.c
5202                 Fix exit crash
5203
5204 2006-02-13 [wwp]        2.0.0cvs46
5205
5206         * src/plugins/pgpcore/prefs_gpg.c
5207                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
5208
5209 2006-02-12 [colin]      2.0.0cvs45
5210
5211         * src/folderview.c
5212         * src/main.c
5213         * src/mainwindow.c
5214                 Fix "stuff" when quitting
5215
5216 2006-02-12 [wwp]        2.0.0cvs44
5217
5218         * src/prefs_themes.c
5219                 fix typos in debug messages.
5220
5221 2006-02-11 [colin]      2.0.0cvs43
5222
5223         * src/summaryview.c
5224                 don't allow drag/drop from ourself
5225
5226 2006-02-10 [wwp]        2.0.0cvs42
5227
5228         * src/exporthtml.c
5229         * src/html.c
5230         * src/html.h
5231         * src/procmime.c
5232         * src/textview.c
5233                 renamed html_ prefixed functions and data structures to avoid
5234                 namespace clashes w/ other software (gtkhtml2 for instance).
5235                 Closes bug #907.
5236
5237
5238 2006-02-09 [colin]      2.0.0cvs41
5239
5240         * src/summaryview.c
5241                 Fix shitty logic messed up. Thanks Ticho for the hint!
5242
5243 2006-02-09 [wwp]        2.0.0cvs40
5244
5245         * src/gtk/about.c
5246         * src/compose.c
5247         * src/prefs_account.c
5248         * src/prefs_gtk.h
5249         * src/editaddress.c
5250                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
5251                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
5252                 Browse buttons in accounts prefs.
5253
5254 2006-02-09 [colin]      2.0.0cvs39
5255
5256         * src/matcher.c
5257                 Check for pointer before using its members
5258         * src/gtk/gtksourceprintjob.c
5259                 Fix a wrong warning
5260
5261 2006-02-09 [wwp]        2.0.0cvs38
5262
5263         * src/gtk/filesel.c
5264                 fix few compiler warnings (type mismatch).
5265
5266 2006-02-09 [paul]       2.0.0cvs37
5267
5268         * po/fr.po
5269                 updated by Fabien Vantard
5270
5271 2006-02-08 [colin]      2.0.0cvs36
5272
5273         * src/prefs_common.c
5274         * src/common/defs.h
5275         * src/common/plugin.c
5276                 allow windows and linux configurations to coexist
5277                 patch by Thomas Gilgin
5278
5279 2006-02-08 [colin]      2.0.0cvs35
5280
5281         * src/filtering.c
5282         * src/matcher.c
5283         * src/matcher.h
5284         * src/matcher_parser_parse.y
5285         * src/prefs_filtering_action.c
5286         * src/prefs_matcher.c
5287                 Add the "Ignore thread" filtering
5288                 action
5289
5290 2006-02-08 [colin]      2.0.0cvs34
5291
5292         * src/compose.c
5293         * src/procmime.c
5294         * src/procmime.h
5295                 Fix bug #905 (damaged attachment)
5296                 text files with raw \0's aren't really text files
5297         FOR_STABLE
5298
5299 2006-02-08 [colin]      2.0.0cvs33
5300
5301         * src/summaryview.c
5302                 Fix crasher introduced yesterday
5303
5304 2006-02-08 [wwp]        2.0.0cvs32
5305
5306         * src/compose.c
5307         * src/compose.h
5308                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
5309
5310 2006-02-08 [wwp]        2.0.0cvs31
5311
5312         * src/prefs_template.c
5313                 templates enhancement: allow address completion for Cc and Bcc fields
5314                 (it was currently possible for the To field only)
5315
5316 2006-02-08 [colin]      2.0.0cvs30
5317
5318         * src/compose.c
5319                 Don't unblock if not blocked
5320         FOR_STABLE
5321
5322 2006-02-07 [colin]      2.0.0cvs29
5323
5324         * src/action.c
5325                 Forgot to refresh summaryview
5326
5327 2006-02-07 [colin]      2.0.0cvs28
5328
5329         * src/action.c
5330                 Freeze/thaw message list and folder list while
5331                 processing %as{} actions 
5332         * src/compose.c
5333                 Fix auto-wrap disabling after a middle-click
5334                 paste - FOR_STABLE
5335
5336 2006-02-07 [paul]       2.0.0cvs27
5337
5338         * src/folder.c
5339                 fix freeing of uninitialised pointers
5340                 Thanks to Colin
5341
5342 2006-02-06 [colin]      2.0.0cvs26
5343
5344         * src/folder.c
5345                 Use g_slist_prepend in potentially big list
5346
5347 2006-02-06 [colin]      2.0.0cvs25
5348
5349         * src/folder.c
5350                 Completely skip processing if it doesn't 
5351                 exist (faster!)
5352
5353 2006-02-06 [colin]      2.0.0cvs24
5354
5355         * src/folder.c
5356         * src/summaryview.c
5357                 Batch filtering in summaryview (from Tools menu)
5358                 and pre/post//-processing too
5359
5360 2006-02-06 [colin]      2.0.0cvs23
5361
5362         * src/procmsg.h
5363         * src/filtering.c
5364                 Use a special field for batch filtering instead
5365                 of stepping on deferred execution's toes
5366
5367 2006-02-06 [colin]      2.0.0cvs22
5368
5369         * src/action.c
5370         * src/filtering.c
5371         * src/filtering.h
5372         * src/folder.c
5373         * src/summaryview.c
5374                 Fix filtering via menus and actions
5375
5376 2006-02-06 [colin]      2.0.0cvs21
5377
5378         * src/imap.c
5379                 Put the added file directly to cache if possible (will work
5380                 with next libetpan)
5381         * src/filtering.c
5382         * src/filtering.h
5383         * src/inc.c
5384         * src/folder.c
5385         * src/mbox.c
5386         * src/procmsg.h
5387                 Move and copy filtered messages by batches instead of one
5388                 by one - faster on IMAP
5389         * src/procmsg.c
5390                 Add a function that'll possibly be useful later
5391
5392 2006-02-06 [colin]      2.0.0cvs20
5393
5394         * src/addressbook.c
5395                 Use internal mime-type instead of text/plain for d'n'd
5396         * src/compose.c
5397                 Allow attaching files from mimeview's icon list via d'n'd
5398         * src/folderview.c
5399         * src/folderview.h
5400                 Use internal mime-type instead of text/plain for d'n'd
5401                 Don't try to selected opened folder if none is
5402                 Factorize d'n'd from other apps code
5403         * src/headerview.c
5404         * src/textview.c
5405         * src/gtk/gtkutils.c
5406         * src/gtk/gtkutils.h
5407                 Factorize Face/X-Face stuff
5408         * src/mimeview.c
5409                 Fix d'n'd to other apps
5410         * src/prefs_message.c
5411                 Let the XFace pref be usable without libcompface as it also
5412                 applies to Face
5413         * src/summaryview.c
5414                 Fix d'n'd to other apps
5415                 Factorize d'n'd from other apps code
5416
5417 2006-02-06 [wwp]        2.0.0cvs19
5418
5419         * po/it.po
5420                 Italian translation fixes by Andrea Spadaccini (no more confusion
5421                 between filtering and processing, and few changes in the About
5422                 dialog).
5423
5424
5425 2006-02-06 [mones]      2.0.0cvs18
5426
5427         * src/gtk/icon_legend.c
5428                 Improved descriptions allowing better translations
5429
5430 2006-02-05 [colin]      2.0.0cvs17
5431
5432         * src/imap.c
5433                 Add the f*cking missing expunge that caused imap_fetch_env
5434                 to fail after an add_msgs ! :-///
5435         * src/etpan/imap-thread.c
5436                 Add a bit of debug
5437         FOR_STABLE
5438
5439 2006-02-05 [colin]      2.0.0cvs16
5440
5441         * src/common/utils.c
5442                 Don't check for return-path (or we can't put
5443                 back non-sent mails)
5444
5445 2006-02-05 [colin]      2.0.0cvs15
5446
5447         * src/textview.c
5448                 Don't try to display Face header in textview
5449                 when teh headerview's active
5450
5451 2006-02-05 [colin]      2.0.0cvs14
5452
5453         * tools/tbird2syl.py
5454         * tools/Makefile.am
5455                 Add script to import Thunderbird mails
5456
5457 2006-02-05 [colin]      2.0.0cvs13
5458
5459         * src/headerview.c
5460         * src/procheader.c
5461         * src/procmsg.c
5462         * src/procmsg.h
5463         * src/textview.c
5464                 Show Face headers - patch partially by Klaus Flittner
5465
5466 2006-02-05 [colin]      2.0.0cvs12
5467
5468         * src/folderview.c
5469         * src/summaryview.c
5470         * src/common/utils.c
5471         * src/common/utils.h
5472                 Let dnd work from mime icons to summaryview
5473                 and to folderview too
5474                 Add a crude test to avoid trying to add files
5475                 drag'n'dropped when they're not mails
5476
5477 2006-02-04 [colin]      2.0.0cvs11
5478
5479         * src/summaryview.c
5480         * src/mimeview.c
5481                 Fix utf8 conversion
5482
5483 2006-02-04 [colin]      2.0.0cvs10
5484
5485         * src/compose.c
5486         * src/folderview.c
5487         * src/mimeview.c
5488         * src/summaryview.c
5489         * src/summaryview.h
5490                 Added various drag and drop capas:
5491                 From                    To
5492                 summaryview             other apps
5493                 mimeview icons          other apps
5494                 other apps              summaryview
5495                 other apps              folderview
5496
5497                 This shouldn't have broken the existing:
5498                 From                    To
5499                 summaryview             folderview
5500                 folderview              folderview
5501                 summaryview             compose's attachments
5502
5503         Tests welcomed.
5504
5505 2006-02-02 [paul]       2.0.0cvs9
5506
5507         * src/mainwindow.c
5508                 move global option 'Set displayed columns...' out
5509                 of folder option grouping.
5510                 fix sensitivity of 'harvest addresses'
5511         FOR_STABLE
5512
5513 2006-02-01 [colin]      2.0.0cvs8
5514
5515         * src/mimeview.c
5516                 Revert the alertpanel patch, it sucks (intrusive
5517                 and gets in the way of "open")
5518
5519 2006-02-01 [colin]      2.0.0cvs7
5520
5521         * src/compose.c
5522         * src/prefs_account.c
5523         * src/prefs_common.c
5524         * src/common/defs.h
5525         * src/common/utils.c
5526         * src/common/utils.h
5527                 Add ability to edit the signature file
5528                 from the account preferences, and use
5529                 a default for the text editor.
5530                 Patch by Fabien Vantard
5531
5532 2006-02-01 [colin]      2.0.0cvs6
5533
5534         * src/mimeview.c
5535                 Try to get mime type by extension if it is
5536                 application/octet-stream
5537                 Display a window with possible choices when
5538                 encountering unknown mime types
5539         * src/gtk/filesel.c
5540         * src/gtk/filesel.h
5541                 Add preview
5542                 Allow multiple selection in filtered filesel
5543                 (patch by Fabien Vantard)
5544         * src/gtk/pluginwindow.c
5545                 Use it (patch by Fabien Vantard)
5546
5547 2006-02-01 [paul]       2.0.0cvs5
5548
5549         * src/jpilot.c
5550                 fix crash on creating jpilot address book
5551                 Thanks to Colin - FOR_STABLE
5552         * src/prefs_summaries.c
5553         * src/prefs_wrapping.c
5554         * src/gtk/icon_legend.c
5555         * src/gtk/quicksearch.c
5556                 string fixes and additions
5557
5558 2006-02-01 [paul]       2.0.0cvs4
5559
5560         * src/compose.c
5561         * src/mainwindow.c
5562         * src/messageview.c
5563         * src/prefs_send.c
5564                 add Arabic encoding option
5565                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
5566
5567 2006-01-31 [colin]      2.0.0cvs3
5568
5569         * src/plugins/pgpcore/passphrase.c
5570                 Convert passphrase to locale encoding
5571         * src/compose.c
5572                 Fix drafting on IMAP. Crappy bug sneaked in
5573                 the release :-/
5574         FOR_STABLE
5575
5576 2006-01-30 [paul]       2.0.0cvs2
5577
5578         * src/gtk/icon_legend.c
5579                 show the new entries
5580
5581 2006-01-30 [colin]      2.0.0cvs1
5582
5583         * src/manual.c
5584                 Check for the file to be present before 
5585                 enabling the menu - FOR_STABLE
5586         * src/gtk/icon_legend.c
5587                 Add folders icons (not all of them, there
5588                 are too much, but the most intriguing ones)
5589
5590 2006-01-30 [paul]       2.0.0
5591
5592         version 2.0.0 released
5593
5594 2006-01-30 [paul]       1.9.100cvs200
5595
5596         * manual/faq.xml
5597         * manual/gpl.xml
5598         * manual/intro.xml
5599         * manual/starting.xml
5600         * manual/sylpheed-claws-manual.xml
5601                 fixes, additions
5602
5603 2006-01-29 [mones]      1.9.100cvs199
5604
5605         * manual/account.xml
5606         * manual/advanced.xml
5607         * manual/glossary.xml
5608                 Some typos fixed, added LDIF term to glossary
5609         * po/es.po
5610                 Fixed leading plus symbol
5611
5612 2006-01-29 [paul]       1.9.100cvs198
5613
5614         * po/fi.po
5615         * po/sk.po
5616                 updated by Tommi Pirinen and Andrej Kacian
5617
5618 2006-01-29 [paul]       1.9.100cvs197
5619
5620         * src/gtk/authors.h
5621                 remove duplicates
5622
5623 2006-01-29 [paul]       1.9.100cvs196
5624
5625         * AUTHORS
5626         * po/nl.po
5627         * src/gtk/authors.h
5628         * tools/claws.i18n.status.pl
5629                 nl translation updated by Tim Dijkstra
5630
5631 2006-01-29 [paul]       1.9.100cvs195
5632
5633         * po/sr.po
5634         * po/sv.po
5635                 updated by Aleksandar Urosevic and Anders Troback
5636
5637 2006-01-28 [colin]      1.9.100cvs194
5638
5639         * src/gtk/gtksourceprintjob.c
5640                 Don't fiddle with PangoLayout when we
5641                 have an image
5642
5643 2006-01-28 [paul]       1.9.100cvs193
5644
5645         * AUTHORS
5646         * po/el.po
5647         * po/zh_CN.po
5648         * src/gtk/authors.h
5649         * tools/claws.i18n.status.pl
5650                 updated translations submitted by Stavros Giannouris
5651                 and Ralgh Young
5652
5653 2006-01-27 [colin]      1.9.100cvs192
5654
5655         * src/summaryview.c
5656         * src/gtk/gtksourceprintjob.c
5657                 Add image printing 
5658                 (libgnomeprint only, of course)
5659
5660 2006-01-27 [paul]       1.9.100cvs191
5661
5662         * po/fr.po
5663         * po/it.po
5664                 updated by Fabien Vantard and Andrea Spadaccini
5665
5666 2006-01-26 [colin]      1.9.100cvs190
5667
5668         * manual/Makefile.am
5669         * configure.ac
5670                 Make building the manual optional 
5671                 (--disable-manual)
5672
5673 2006-01-26 [paul]       1.9.100cvs189
5674
5675         * manual/glossary.xml
5676         * manual/plugins.xml
5677                 edited
5678         * po/en_GB.po
5679                 updated
5680
5681 2006-01-26 [paul]       1.9.100cvs188
5682
5683         * src/prefs_display_header.c
5684         * src/prefs_folder_column.c
5685         * src/prefs_msg_colors.c
5686         * src/prefs_summaries.c
5687         * src/prefs_summary_column.c
5688                 HIGify
5689
5690 2006-01-25 [colin]      1.9.100cvs187
5691
5692         * src/imap.c
5693                 Don't allow moving/copying mails between
5694                 queue/drafts and non-queue/drafts folders
5695                 Fixes bug #897 (message header is resetted 
5696                 if one is copied to Drafts)
5697
5698 2006-01-25 [colin]      1.9.100cvs186
5699
5700         * src/folder.c
5701         * src/mainwindow.c
5702                 Fix subscribed folders not found
5703         * src/compose.c
5704                 Don't try to encode as original mail's charset
5705                 if it's ascii 
5706
5707 2006-01-25 [paul]       1.9.100cvs185
5708
5709         * AUTHORS
5710         * po/Makevars
5711                 updated
5712         * po/de.po
5713         * po/pl.po
5714         * po/pt_BR.po
5715         * po/sr.po
5716                 updates submitted by Stephan Sachse, Emilian Nowak
5717                 and Quar, Frederico Goncalves Guimaraes, and
5718                 Aleksandar Urosevic
5719                 Fix Bug 896, 'PT_BR locale broken'.
5720         * src/gtk/authors.h
5721                 updated
5722
5723 2006-01-24 [mones]      1.9.100cvs184
5724
5725         * manual/glossary.xml
5726                 All current terms finished. Reviewers welcome ;-)
5727         * manual/keyboard.xml
5728                 Fixed column width for pdf output.
5729         * po/es.po
5730                 Updated
5731
5732 2006-01-24 [paul]       1.9.100cvs183
5733
5734         * manual/glossary.xml
5735                 fix id name
5736         * manual/dist/html/Makefile.am
5737         * manual/dist/pdf/Makefile.am
5738         * manual/dist/ps/Makefile.am
5739         * manual/dist/txt/Makefile.am
5740                 fix make deps
5741                 Thanks to Colin
5742
5743 2006-01-24 [mones]      1.9.100cvs182
5744
5745         * manual/glossary.xml
5746                 Nearly finished, some terms missing.
5747
5748 2006-01-23 [paul]       1.9.100cvs181
5749
5750         * manual/dist/html/Makefile.am
5751         * manual/dist/pdf/Makefile.am
5752         * manual/dist/ps/Makefile.am
5753         * manual/dist/txt/Makefile.am
5754         * src/mainwindow.c
5755                 re-enable manual
5756                 Thanks to Colin
5757
5758 2006-01-22 [colin]      1.9.100cvs180
5759
5760         * src/compose.c
5761         * src/gtk/gtkaspell.c
5762                 Don't deselect stuff before right-clicking, with aspell.
5763                 (This prevented right-click Copy, for example).
5764                 Thanks to Clo!
5765
5766 2006-01-22 [paul]       1.9.100cvs179
5767
5768         * src/summary_search.c
5769                 don't fix the widget size as it causes problems
5770                 under localisation.
5771                 Thanks to Emilian Nowak
5772
5773 2006-01-21 [paul]       1.9.100cvs178
5774
5775         * src/prefs_themes.c
5776                 fix broken underlining of label text
5777                 with some translations
5778
5779 2006-01-21 [colin]      1.9.100cvs177
5780
5781         * po/fr.po
5782                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
5783
5784 2006-01-20 [colin]      1.9.100cvs176
5785
5786         * configure.ac
5787         * Makefile.am
5788         * manual/Makefile
5789         * manual/dist/html/.cvsignore
5790         * manual/dist/html/Makefile.am
5791         * manual/dist/pdf/.cvsignore
5792         * manual/dist/pdf/Makefile.am
5793         * manual/dist/ps/.cvsignore
5794         * manual/dist/ps/Makefile.am
5795         * manual/dist/txt/.cvsignore
5796         * manual/dist/txt/Makefile.am
5797                 Autotool-ize manual
5798
5799 2006-01-20 [paul]       1.9.100cvs175
5800
5801         * manual/handling.xml
5802                 make Filtering and Searching entries easier to find
5803         * manual/keyboard.xml
5804                 add the remaining default keybinds
5805         * src/prefs_summaries.c
5806                 update the default keybinds
5807
5808 2006-01-20 [paul]       1.9.100cvs174
5809
5810         * src/addressbook.c
5811         * src/addrgather.c
5812         * src/addrharvest.c
5813         * src/editaddress.c
5814         * src/editgroup.c
5815         * src/exphtmldlg.c
5816         * src/expldifdlg.c
5817         * src/exporthtml.c
5818         * src/exportldif.c
5819         * src/ldif.c
5820                 replace 'e-mail' with 'email'
5821         * src/summary_search.c
5822                 add mnemonic to "Find all" button
5823
5824 2006-01-20 [wwp]        1.9.100cvs173
5825
5826         * src/export.c
5827         * src/import.c
5828                 touched mbox import/export buttons for HIG-compliance
5829
5830 2006-01-19 [paul]       1.9.100cvs172
5831
5832         * manual/account.xml
5833         * manual/addrbook.xml
5834         * manual/advanced.xml
5835         * manual/faq.xml
5836         * manual/handling.xml
5837         * manual/intro.xml
5838         * manual/plugins.xml
5839         * manual/starting.xml
5840                 more editing
5841
5842 2006-01-19 [paul]       1.9.100cvs171
5843
5844         * src/toolbar.c
5845                 allow use of trash button while receiving
5846                 Thanks to Colin
5847
5848 2006-01-19 [wwp]        1.9.100cvs170
5849
5850         * src/gtk/quicksearch.c
5851         * src/compose.c
5852                 force text color to black when yellow background is set
5853
5854 2006-01-19 [colin]      1.9.100cvs169
5855
5856         * src/plugins/trayicon/trayicon.c
5857                 Gray out Get Mail when already getting mail
5858
5859 2006-01-18 [paul]       1.9.100cvs168
5860
5861         * src/compose.c
5862                 give widget yellow background was To is
5863                 set via folder prefs
5864         * src/gtk/quicksearch.c
5865                 give widget yellow background when quick
5866                 search is active.
5867                 Thanks to Colin
5868
5869 2006-01-18 [paul]       1.9.100cvs167
5870
5871         * doc/man/sylpheed-claws.1
5872                 add --subscribe option
5873
5874 2006-01-18 [paul]       1.9.100cvs166
5875
5876         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5877         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5878                 use %U instead of %F (%F is broken for user installed
5879                 files in kde 3.5)
5880
5881 2006-01-18 [colin]      1.9.100cvs165
5882
5883         * src/summaryview.c
5884                 Default to Yes in "No more * messages" dialogs
5885
5886 2006-01-17 [colin]      1.9.100cvs164
5887
5888         * src/compose.c
5889                 Possibly fix an invalid iterator causing
5890                 crash
5891
5892 2006-01-17 [colin]      1.9.100cvs163
5893
5894         * src/mimeview.c
5895                 Fix crash when the image disappears under the
5896                 image viewer
5897
5898 2006-01-16 [colin]      1.9.100cvs162
5899
5900         * src/compose.c
5901                 Fix reenabling autowrap
5902
5903 2006-01-16 [colin]      1.9.100cvs161
5904
5905         * src/compose.c
5906                 reset quote_len before getting quote_str
5907
5908 2006-01-16 [colin]      1.9.100cvs160
5909
5910         * src/account.c
5911         * src/account.h
5912         * src/folder.c
5913         * src/imap_gtk.c
5914         * src/mh_gtk.c
5915                 Fix bug #883 (default inbox does not track folder move)
5916
5917 2006-01-16 [colin]      1.9.100cvs159
5918
5919         * src/compose.c
5920         * src/plugins/pgpcore/passphrase.c
5921                 More buttons fixes
5922
5923 2006-01-16 [paul]       1.9.100cvs158
5924
5925         * src/prefs_actions.c
5926         * src/prefs_filtering_action.c
5927         * src/prefs_matcher.c
5928         * src/quote_fmt.c
5929         * src/gtk/description_window.c
5930         * src/gtk/description_window.h
5931         * src/gtk/quicksearch.c
5932                 description window cleanups
5933
5934 2006-01-15 [colin]      1.9.100cvs157
5935
5936         * src/addressbook.c
5937         * src/prefs_filtering.c
5938                 Same here
5939
5940 2006-01-15 [colin]      1.9.100cvs156
5941
5942         * src/folderview.c
5943         * src/mainwindow.c
5944                 Same for "Empty trash"
5945
5946 2006-01-15 [colin]      1.9.100cvs155
5947
5948         * src/inc.c
5949                 Override offline dialog had Yes by default
5950
5951 2006-01-15 [colin]      1.9.100cvs154
5952
5953         * src/summaryview.c
5954                 Delete selected messages? previously had Yes the default
5955
5956 2006-01-15 [colin]      1.9.100cvs153
5957
5958         * src/folder.c
5959         * src/folder.h
5960         * src/main.c
5961                 Check if a mailbox is loaded after all
5962                 plugins are loaded.
5963
5964 2006-01-15 [colin]      1.9.100cvs152
5965
5966         * src/folder.c
5967                 Don't start wizard when there are unloaded folders (will help
5968                 people with only mbox or maildir mailboxes)
5969
5970 2006-01-14 [colin]      1.9.100cvs151
5971
5972         * src/addressbook.c
5973         * src/expldifdlg.c
5974         * src/importldif.c
5975         * src/importmutt.c
5976         * src/importpine.c
5977         * src/mh_gtk.c
5978                 More HIG compliance and fixes
5979
5980 2006-01-14 [colin]      1.9.100cvs150
5981
5982         * src/prefs_filtering_action.c
5983         * src/foldersel.c
5984                 Two forgotten button order changes
5985
5986 2006-01-14 [colin]      1.9.100cvs149
5987
5988         * src/account.c
5989         * src/addressbook.c
5990         * src/compose.c
5991         * src/folderview.c
5992         * src/imap_gtk.c
5993         * src/mainwindow.c
5994         * src/mh_gtk.c
5995         * src/news_gtk.c
5996         * src/prefs_actions.c
5997         * src/prefs_customheader.c
5998         * src/prefs_filtering.c
5999         * src/prefs_matcher.c
6000         * src/prefs_template.c
6001         * src/ssl_manager.c
6002         * src/summaryview.c
6003         * src/textview.c
6004         * src/toolbar.c
6005                 All deletion confirmations are now "Cancel, Delete" 
6006                 instead of "No, Yes"
6007                 Clarified most of the other "No, Yes" to 
6008                 "Cancel, Descriptive_action"
6009                 Rechanged the "Entry not saved" alerts to have 
6010                 "Close, Continue editing"
6011
6012
6013 2006-01-14 [paul]
6014
6015         * 2.0.0-rc4 released
6016
6017 2006-01-14 [paul]       1.9.100cvs148
6018
6019         * src/account.c
6020         * src/addressadd.c
6021         * src/addressbook.c
6022         * src/compose.c
6023         * src/editaddress.c
6024         * src/editbook.c
6025         * src/editgroup.c
6026         * src/editjpilot.c
6027         * src/editldap.c
6028         * src/editvcard.c
6029         * src/exphtmldlg.c
6030         * src/expldifdlg.c
6031         * src/folderview.c
6032         * src/grouplistdialog.c
6033         * src/imap_gtk.c
6034         * src/importmutt.c
6035         * src/importpine.c
6036         * src/inc.c
6037         * src/main.c
6038         * src/mainwindow.c
6039         * src/message_search.c
6040         * src/messageview.c
6041         * src/mh_gtk.c
6042         * src/mimeview.c
6043         * src/news_gtk.c
6044         * src/prefs_actions.c
6045         * src/prefs_customheader.c
6046         * src/prefs_filtering.c
6047         * src/prefs_matcher.c
6048         * src/prefs_template.c
6049         * src/prefs_themes.c
6050         * src/ssl_manager.c
6051         * src/summary_search.c
6052         * src/summaryview.c
6053         * src/textview.c
6054         * src/toolbar.c
6055         * src/gtk/foldersort.c
6056         * src/gtk/gtkaspell.c
6057         * src/gtk/inputdialog.c
6058         * src/gtk/prefswindow.c
6059         * src/plugins/pgpcore/select-keys.c
6060         * src/plugins/trayicon/trayicon.c
6061                 HIG compliant button order
6062
6063 2006-01-14 [mones]      1.9.100cvs147
6064
6065         * po/es.po
6066                 Updated translation
6067
6068 2006-01-13 [paul]       1.9.100cvs146
6069
6070         * AUTHORS
6071         * ChangeLog
6072         * src/gtk/authors.h
6073                 add Joshua M. Kwan to contributors list
6074
6075 2006-01-13 [colin]      1.9.100cvs145
6076
6077         * src/gtk/quicksearch.c
6078                 Don't refocus quick search after executing (Esc or Enter)
6079                 Allows to '/'search something then move up/down in 
6080                 summaryview, and to Esc a search and be back in the 
6081                 summaryview
6082
6083 2006-01-13 [paul]       1.9.100cvs144
6084
6085         * src/plugins/pgpinline/pgpinline.c
6086                 support Content-Type 'application/pgp'
6087                 patch by Joshua M. Kwan <joshuak@users.sf.net>
6088
6089 2006-01-13 [paul]       1.9.100cvs143
6090
6091         * manual/account.xml
6092                 make mention of partial retrieval
6093                 thanks to Colin
6094
6095 2006-01-13 [paul]       1.9.100cvs142
6096
6097         * src/account.c
6098         * src/account.h
6099         * src/action.c
6100         * src/action.h
6101         * src/adbookbase.h
6102         * src/addr_compl.c
6103         * src/addr_compl.h
6104         * src/addrbook.c
6105         * src/addrcache.c
6106         * src/addrcache.h
6107         * src/addrcindex.c
6108         * src/addrcindex.h
6109         * src/addrclip.c
6110         * src/addrclip.h
6111         * src/addrdefs.h
6112         * src/addressadd.c
6113         * src/addressadd.h
6114         * src/addressbook.c
6115         * src/addressbook.h
6116         * src/addrgather.c
6117         * src/addrgather.h
6118         * src/addrharvest.c
6119         * src/addrharvest.h
6120         * src/addrindex.c
6121         * src/addrindex.h
6122         * src/addritem.c
6123         * src/addritem.h
6124         * src/addrquery.c
6125         * src/addrquery.h
6126         * src/addrselect.c
6127         * src/addrselect.h
6128         * src/alertpanel.c
6129         * src/alertpanel.h
6130         * src/browseldap.c
6131         * src/browseldap.h
6132         * src/codeconv.c
6133         * src/codeconv.h
6134         * src/compose.c
6135         * src/compose.h
6136         * src/customheader.c
6137         * src/customheader.h
6138         * src/displayheader.c
6139         * src/displayheader.h
6140         * src/editaddress.c
6141         * src/editaddress.h
6142         * src/editbook.c
6143         * src/editbook.h
6144         * src/editgroup.c
6145         * src/editgroup.h
6146         * src/editjpilot.c
6147         * src/editjpilot.h
6148         * src/editldap.c
6149         * src/editldap.h
6150         * src/editldap_basedn.c
6151         * src/editldap_basedn.h
6152         * src/editvcard.c
6153         * src/editvcard.h
6154         * src/exphtmldlg.c
6155         * src/exphtmldlg.h
6156         * src/expldifdlg.c
6157         * src/expldifdlg.h
6158         * src/export.h
6159         * src/exporthtml.c
6160         * src/exporthtml.h
6161         * src/exportldif.c
6162         * src/exportldif.h
6163         * src/filtering.c
6164         * src/filtering.h
6165         * src/folder.c
6166         * src/folder.h
6167         * src/folder_item_prefs.c
6168         * src/folder_item_prefs.h
6169         * src/foldersel.c
6170         * src/foldersel.h
6171         * src/folderutils.c
6172         * src/folderutils.h
6173         * src/folderview.c
6174         * src/folderview.h
6175         * src/grouplistdialog.c
6176         * src/grouplistdialog.h
6177         * src/headerview.c
6178         * src/html.c
6179         * src/html.h
6180         * src/image_viewer.c
6181         * src/image_viewer.h
6182         * src/imap.c
6183         * src/imap.h
6184         * src/imap_gtk.c
6185         * src/imap_gtk.h
6186         * src/import.h
6187         * src/importldif.c
6188         * src/importldif.h
6189         * src/importmutt.c
6190         * src/importmutt.h
6191         * src/importpine.c
6192         * src/importpine.h
6193         * src/inc.c
6194         * src/inc.h
6195         * src/jpilot.c
6196         * src/jpilot.h
6197         * src/ldapctrl.c
6198         * src/ldapctrl.h
6199         * src/ldaplocate.c
6200         * src/ldaplocate.h
6201         * src/ldapquery.c
6202         * src/ldapquery.h
6203         * src/ldapserver.c
6204         * src/ldapserver.h
6205         * src/ldaputil.c
6206         * src/ldaputil.h
6207         * src/ldif.c
6208         * src/ldif.h
6209         * src/main.c
6210         * src/main.h
6211         * src/mainwindow.c
6212         * src/mainwindow.h
6213         * src/manual.c
6214         * src/manual.h
6215         * src/mbox.c
6216         * src/mbox.h
6217         * src/message_search.c
6218         * src/message_search.h
6219         * src/messageview.c
6220         * src/messageview.h
6221         * src/mh.c
6222         * src/mh.h
6223         * src/mh_gtk.c
6224         * src/mh_gtk.h
6225         * src/mimeview.c
6226         * src/mimeview.h
6227         * src/msgcache.c
6228         * src/msgcache.h
6229         * src/mutt.c
6230         * src/mutt.h
6231         * src/news.c
6232         * src/news.h
6233         * src/news_gtk.c
6234         * src/news_gtk.h
6235         * src/partial_download.c
6236         * src/partial_download.h
6237         * src/pine.c
6238         * src/pine.h
6239         * src/pop.c
6240         * src/pop.h
6241         * src/prefs_account.c
6242         * src/prefs_account.h
6243         * src/prefs_actions.c
6244         * src/prefs_actions.h
6245         * src/prefs_common.c
6246         * src/prefs_common.h
6247         * src/prefs_compose_writing.c
6248         * src/prefs_compose_writing.h
6249         * src/prefs_customheader.c
6250         * src/prefs_customheader.h
6251         * src/prefs_display_header.c
6252         * src/prefs_display_header.h
6253         * src/prefs_filtering.c
6254         * src/prefs_filtering.h
6255         * src/prefs_filtering_action.c
6256         * src/prefs_filtering_action.h
6257         * src/prefs_folder_column.c
6258         * src/prefs_folder_column.h
6259         * src/prefs_folder_item.c
6260         * src/prefs_folder_item.h
6261         * src/prefs_fonts.c
6262         * src/prefs_fonts.h
6263         * src/prefs_gtk.c
6264         * src/prefs_gtk.h
6265         * src/prefs_image_viewer.c
6266         * src/prefs_image_viewer.h
6267         * src/prefs_matcher.c
6268         * src/prefs_matcher.h
6269         * src/prefs_message.c
6270         * src/prefs_msg_colors.c
6271         * src/prefs_msg_colors.h
6272         * src/prefs_other.c
6273         * src/prefs_quote.c
6274         * src/prefs_receive.c
6275         * src/prefs_send.c
6276         * src/prefs_spelling.c
6277         * src/prefs_spelling.h
6278         * src/prefs_summaries.c
6279         * src/prefs_summaries.h
6280         * src/prefs_summary_column.c
6281         * src/prefs_summary_column.h
6282         * src/prefs_template.c
6283         * src/prefs_template.h
6284         * src/prefs_themes.c
6285         * src/prefs_themes.h
6286         * src/prefs_toolbar.c
6287         * src/prefs_toolbar.h
6288         * src/prefs_wrapping.c
6289         * src/prefs_wrapping.h
6290         * src/privacy.c
6291         * src/privacy.h
6292         * src/procheader.c
6293         * src/procheader.h
6294         * src/procmime.c
6295         * src/procmime.h
6296         * src/procmsg.c
6297         * src/procmsg.h
6298         * src/quote_fmt.c
6299         * src/quote_fmt_parse.y
6300         * src/recv.c
6301         * src/recv.h
6302         * src/remotefolder.c
6303         * src/remotefolder.h
6304         * src/send_message.c
6305         * src/send_message.h
6306         * src/setup.c
6307         * src/setup.h
6308         * src/sourcewindow.c
6309         * src/sourcewindow.h
6310         * src/ssl_manager.c
6311         * src/ssl_manager.h
6312         * src/statusbar.c
6313         * src/statusbar.h
6314         * src/stock_pixmap.c
6315         * src/stock_pixmap.h
6316         * src/summary_search.c
6317         * src/summary_search.h
6318         * src/summaryview.c
6319         * src/summaryview.h
6320         * src/syldap.c
6321         * src/syldap.h
6322         * src/textview.c
6323         * src/textview.h
6324         * src/toolbar.c
6325         * src/toolbar.h
6326         * src/undo.c
6327         * src/undo.h
6328         * src/unmime.c
6329         * src/unmime.h
6330         * src/vcard.c
6331         * src/vcard.h
6332         * src/wizard.c
6333         * src/wizard.h
6334         * src/common/base64.c
6335         * src/common/base64.h
6336         * src/common/defs.h
6337         * src/common/hooks.c
6338         * src/common/hooks.h
6339         * src/common/log.c
6340         * src/common/log.h
6341         * src/common/mgutils.c
6342         * src/common/mgutils.h
6343         * src/common/nntp.c
6344         * src/common/nntp.h
6345         * src/common/passcrypt.c
6346         * src/common/passcrypt.h.in
6347         * src/common/plugin.c
6348         * src/common/plugin.h
6349         * src/common/prefs.c
6350         * src/common/prefs.h
6351         * src/common/progressindicator.c
6352         * src/common/progressindicator.h
6353         * src/common/quoted-printable.c
6354         * src/common/quoted-printable.h
6355         * src/common/session.c
6356         * src/common/session.h
6357         * src/common/smtp.c
6358         * src/common/smtp.h
6359         * src/common/socket.c
6360         * src/common/socket.h
6361         * src/common/ssl.c
6362         * src/common/ssl.h
6363         * src/common/ssl_certificate.c
6364         * src/common/ssl_certificate.h
6365         * src/common/stringtable.c
6366         * src/common/stringtable.h
6367         * src/common/sylpheed.c
6368         * src/common/sylpheed.h
6369         * src/common/template.c
6370         * src/common/template.h
6371         * src/common/timing.h
6372         * src/common/utils.c
6373         * src/common/utils.h
6374         * src/common/version.h.in
6375         * src/common/xml.c
6376         * src/common/xml.h
6377         * src/common/xmlprops.c
6378         * src/common/xmlprops.h
6379         * src/gtk/colorlabel.c
6380         * src/gtk/colorsel.c
6381         * src/gtk/colorsel.h
6382         * src/gtk/description_window.c
6383         * src/gtk/description_window.h
6384         * src/gtk/filesel.c
6385         * src/gtk/filesel.h
6386         * src/gtk/foldersort.c
6387         * src/gtk/foldersort.h
6388         * src/gtk/gtkutils.c
6389         * src/gtk/gtkutils.h
6390         * src/gtk/inputdialog.c
6391         * src/gtk/inputdialog.h
6392         * src/gtk/logwindow.c
6393         * src/gtk/logwindow.h
6394         * src/gtk/manage_window.c
6395         * src/gtk/manage_window.h
6396         * src/gtk/menu.c
6397         * src/gtk/menu.h
6398         * src/gtk/pluginwindow.c
6399         * src/gtk/pluginwindow.h
6400         * src/gtk/prefswindow.c
6401         * src/gtk/prefswindow.h
6402         * src/gtk/progressdialog.c
6403         * src/gtk/progressdialog.h
6404         * src/gtk/sslcertwindow.c
6405         * src/gtk/sslcertwindow.h
6406         * src/plugins/clamav/clamav_plugin.c
6407         * src/plugins/clamav/clamav_plugin.h
6408         * src/plugins/clamav/clamav_plugin_gtk.c
6409         * src/plugins/demo/demo.c
6410         * src/plugins/dillo_viewer/dillo_prefs.c
6411         * src/plugins/dillo_viewer/dillo_prefs.h
6412         * src/plugins/dillo_viewer/dillo_viewer.c
6413         * src/plugins/pgpcore/passphrase.c
6414         * src/plugins/pgpcore/passphrase.h
6415         * src/plugins/pgpcore/plugin.c
6416         * src/plugins/pgpcore/select-keys.c
6417         * src/plugins/pgpcore/select-keys.h
6418         * src/plugins/pgpcore/sgpgme.c
6419         * src/plugins/pgpcore/sgpgme.h
6420         * src/plugins/pgpinline/pgpinline.c
6421         * src/plugins/pgpinline/pgpinline.h
6422         * src/plugins/pgpinline/plugin.c
6423         * src/plugins/pgpmime/pgpmime.c
6424         * src/plugins/pgpmime/pgpmime.h
6425         * src/plugins/pgpmime/plugin.c
6426         * src/plugins/spamassassin/spamassassin.c
6427         * src/plugins/spamassassin/spamassassin.h
6428         * src/plugins/spamassassin/spamassassin_gtk.c
6429         * src/plugins/trayicon/trayicon.c
6430                 update copyright header
6431
6432 2006-01-13 [paul]       1.9.100cvs141
6433
6434         * src/account.c
6435         * src/export.c
6436         * src/import.c
6437         * src/mainwindow.c
6438         * src/prefs_account.c
6439         * src/prefs_display_header.c
6440         * src/prefs_receive.c
6441         * src/prefs_send.c
6442         * src/prefs_summaries.c
6443         * src/prefs_themes.c
6444         * src/prefs_toolbar.c
6445         * src/gtk/about.c
6446                 various cleanups
6447
6448 2006-01-12 [colin]      1.9.100cvs140
6449
6450         * src/folder.c
6451         * src/folder.h
6452         * src/main.c
6453                 Add --subscribe option
6454                 Let sylpheed-claws email@domain.com equivalent to --compose
6455                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
6456
6457 2006-01-12 [paul]       1.9.100cvs139
6458
6459         * src/mainwindow.c
6460                 append 'Change folder order' label with '...'
6461         * src/prefs_actions.c
6462                 allow reordering of actions list by dnd
6463         * src/gtk/foldersort.c
6464                 make the dialog nicer
6465
6466 2006-01-11 [colin]      1.9.100cvs138
6467
6468         * src/compose.c
6469                 Allow templates without text
6470
6471 2006-01-11 [paul]       1.9.100cvs137
6472
6473         * tools/README
6474         * tools/filter_conv_new.pl
6475                 add info to README
6476                 also check .sylpheed for filter.xml
6477                 be a bit informative to the user
6478
6479 2006-01-11 [colin]      1.9.100cvs136
6480
6481         * src/textview.c
6482                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
6483
6484 2006-01-10 [paul]       1.9.100cvs135
6485
6486         * tools/Makefile.am
6487         * tools/filter_conv_new.pl
6488                 add script to convert new style Sylpheed
6489                 filter rules (Sylpheed >= 0.9.99) to
6490                 Claws filtering rules
6491
6492 2006-01-10 [colin]      1.9.100cvs134
6493
6494         * src/compose.c
6495                 Fix broken line joins in certain conditions
6496                 (between two quoted lines: <enter><enter><up>
6497                  <type a wrapped sentence><go in the first line>
6498                  <insert more text><watch as line joining failed>)
6499
6500 2006-01-10 [paul]       1.9.100cvs133
6501
6502         * src/compose.c
6503                 don't report success in error dialog
6504                 thanks to Colin
6505         * src/common/utils.c
6506                 include some trailing punctuations as URI
6507                 thanks to Hiro
6508
6509 2006-01-10 [paul]       1.9.100cvs132
6510
6511         * src/mimeview.c
6512                 fix incompatible pointer type
6513                 warning
6514
6515 2006-01-10 [paul]       1.9.100cvs131
6516
6517         * src/compose.c
6518                 change Subject in window title
6519                 instantaneously
6520
6521 2006-01-09 [colin]      1.9.100cvs130
6522
6523         * src/addressbook.c
6524         * src/headerview.c
6525         * src/mainwindow.c
6526         * src/messageview.c
6527         * src/mimeview.c
6528         * src/noticeview.c
6529         * src/summaryview.c
6530                 Fix possible crashes on exit and in addressbook
6531
6532 2006-01-09 [paul]       1.9.100cvs129
6533
6534         * src/prefs_msg_colors.c
6535                 some cleanups that I forgot last time
6536
6537 2006-01-09 [paul]       1.9.100cvs128
6538
6539         * README
6540         * src/folderview.c
6541         * src/prefs_msg_colors.c
6542                 add previously hidden option, color_new, to
6543                 the gui
6544                 move the page to Display/
6545                 rework the gui
6546
6547 2006-01-09 [wwp]        1.9.100cvs127
6548
6549         * src/prefs_themes.c
6550                 made the prefs/display/themes layouts spacing less condensed
6551                 (and so they match other prefs/pages' look).
6552
6553 2006-01-09 [paul]       1.9.100cvs126
6554
6555         * src/compose.c
6556         * src/prefs_common.c
6557         * src/prefs_common.h
6558         * src/prefs_wrapping.c
6559                 remove 'wrap at send' option
6560
6561 2006-01-06 [colin]      1.9.100cvs125
6562
6563         * src/compose.c
6564                 Just make completely sure we don't insert "manual line breaks" 
6565                 when wrapping... 
6566
6567 2006-01-04 [paul]
6568
6569         * 2.0.0-rc3 released
6570
6571 2006-01-04 [paul]       1.9.100cvs124
6572
6573         * src/folderview.c
6574                 fix bug 882, 'quick scroll in folder list
6575                 displays wrong folder contents'
6576
6577 2006-01-04 [paul]       1.9.100cvs123
6578
6579         * src/plugins/pgpmime/pgpmime.c
6580                 better debug information when signing
6581                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6582
6583 2006-01-03 [colin]      1.9.100cvs122
6584
6585         * configure.ac
6586                 We need to recheck for gpgme 1.0.0 after checking
6587                 for 1.1.1, because if 1.1.1 isn't available, 
6588                 GPGME_LIBS and friends are blanked out by the 
6589                 second check.
6590
6591 2006-01-03 [colin]      1.9.100cvs121
6592
6593         * src/common/prefs.c
6594                 Windows unlink-before rename fix
6595         * src/plugins/pgpcore/sgpgme.c
6596                 Add support for PKA info if available
6597                 Both patches by Werner Koch
6598
6599 2006-01-03 [paul]       1.9.100cvs120
6600
6601         * src/messageview.c
6602                 fix bug 884, 'Send receipt' button visible in queue
6603                 Thanks to Colin
6604
6605 2006-01-02 [colin]      1.9.100cvs119
6606
6607         * src/compose.c
6608         * src/imap.c
6609                 Fix autosave on IMAP and more generally try to
6610                 return the correct ID on a newly added IMAP message
6611
6612 2006-01-02 [paul]       1.9.100cvs118
6613
6614         * manual/keyboard.xml
6615                 edited
6616
6617 2006-01-01 [paul]       1.9.100cvs117
6618
6619         * src/gtk/authors.h
6620                 alphabetical order
6621
6622 2005-12-30 [colin]      1.9.100cvs116
6623
6624         * manual/advanced.xml
6625                 Explain Pre/Post-processing differences.
6626
6627 2005-12-30 [colin]      1.9.100cvs115
6628
6629         * src/mh.c
6630                 Implement copy_msgs for a little optimization
6631         * src/imap.c
6632                 Finish yesterday's fix
6633
6634 2005-12-29 [colin]      1.9.100cvs114
6635
6636         * src/imap.c
6637                 Fix occasional failure in fetching a mail over
6638                 IMAP
6639
6640 2005-12-29 [colin]      1.9.100cvs113
6641
6642         * src/compose.c
6643                 Don't remove a draft when sending it, if it is 
6644                 locked.
6645
6646 2005-12-28 [colin]      1.9.100cvs112
6647
6648         * src/summaryview.c
6649                 Fix leak for real
6650
6651 2005-12-28 [wwp]        1.9.100cvs111
6652
6653         * doc/faq/.cvsignore
6654         * doc/faq/de/.cvsignore
6655         * doc/faq/en/.cvsignore
6656         * doc/faq/es/.cvsignore
6657         * doc/faq/fr/.cvsignore
6658         * doc/faq/it/.cvsignore
6659         * doc/manual/.cvsignore
6660         * doc/manual/de/.cvsignore
6661         * doc/manual/en/.cvsignore
6662         * doc/manual/es/.cvsignore
6663         * doc/manual/fr/.cvsignore
6664         * doc/manual/ja/.cvsignore
6665         * src/plugins/mathml_viewer/.cvsignore
6666                 rollback revival of those files (my bad, sorry for the noise).
6667
6668 2005-12-28 [wwp]        1.9.100cvs110
6669
6670         * src/compose.c
6671                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
6672
6673 2005-12-28 [wwp]        1.9.100cvs109
6674
6675         * doc/faq/.cvsignore
6676         * doc/faq/de/.cvsignore
6677         * doc/faq/en/.cvsignore
6678         * doc/faq/es/.cvsignore
6679         * doc/faq/fr/.cvsignore
6680         * doc/faq/it/.cvsignore
6681         * doc/manual/.cvsignore
6682         * doc/manual/de/.cvsignore
6683         * doc/manual/en/.cvsignore
6684         * doc/manual/es/.cvsignore
6685         * doc/manual/fr/.cvsignore
6686         * doc/manual/ja/.cvsignore
6687         * src/plugins/mathml_viewer/.cvsignore
6688         * po/.cvsignore
6689                 more files to ignore.
6690
6691 2005-12-24 [colin]      1.9.100cvs108
6692
6693         * AUTHORS
6694         * src/gtk/authors.h
6695                 Update for Werner
6696
6697 2005-12-24 [colin]      1.9.100cvs107
6698
6699         * src/procmsg.c
6700                 Allow NULL src_msginfo in 
6701                 procmsg_msginfo_new_from_mimeinfo
6702
6703 2005-12-23 [paul]       1.9.100cvs106
6704
6705         * src/plugins/pgpinline/mypgpcore.def
6706                 add this forgotten file
6707
6708 2005-12-23 [colin]      1.9.100cvs105
6709
6710         * src/mainwindow.c
6711                 Fix missing break
6712
6713 2005-12-23 [colin]      1.9.100cvs104
6714
6715         * autogen.sh
6716         * src/folder.c
6717         * src/mh.c
6718         * src/common/plugin.c
6719         * src/common/socket.c
6720         * src/common/socket.h
6721         * src/common/utils.c
6722         * src/common/utils.h
6723         * src/gtk/pluginwindow.c
6724         * src/plugins/pgpcore/plugin.def
6725         * src/plugins/pgpcore/sylpheed.def
6726         * src/plugins/pgpinline/Makefile.am
6727         * src/plugins/pgpinline/plugin.def
6728         * src/plugins/pgpinline/sylpheed.def
6729         * src/plugins/pgpmime/plugin.def
6730         * src/plugins/pgpmime/sylpheed.def
6731                 Various w32 fixes by Werner Koch
6732
6733 2005-12-22 [paul]       1.9.100cvs103
6734
6735         * src/wizard.c
6736                 don't offer IMAP as 'server type' if
6737                 libetpan isn't built in
6738
6739 2005-12-22 [paul]       1.9.100cvs102
6740
6741         * AUTHORS
6742         * src/mainwindow.c
6743         * src/mainwindow.h
6744         * src/toolbar.c
6745         * src/gtk/authors.h
6746                 support GTK_TOOLBAR_BOTH_HORIZ (text
6747                 next to icon) Patch by Marien Zwart
6748                 marienz@users.sf.net
6749                 Also reword the text
6750
6751 2005-12-21 [colin]      1.9.100cvs101
6752
6753         * configure.ac
6754                 Fix DATADIRNAME
6755         * COPYING
6756                 Fix missing section and explicit the exception better
6757         * src/compose.c
6758                 Prevent mail from being lost without notice when an
6759                 SMTP error happens on trying to send an unmodified
6760                 drafted mail.
6761         * src/send_message.c
6762         * src/common/smtp.c
6763                 Fix password remembering when wrong, and add return
6764                 value checks where they should have been
6765         * src/plugins/pgpcore/sylpheed.def
6766         * src/plugins/pgpinline/sylpheed.def
6767         * src/plugins/pgpmime/sylpheed.def
6768                 Add a few symbols needed
6769
6770 2005-12-21 [paul]       1.9.100cvs100
6771
6772         * m4/codeset.m4
6773         * m4/glibc21.m4
6774         * m4/intdiv0.m4
6775         * m4/inttypes-pri.m4
6776         * m4/inttypes.m4
6777         * m4/inttypes_h.m4
6778         * m4/isc-posix.m4
6779         * m4/lcmessage.m4
6780         * m4/stdint_h.m4
6781         * m4/uintmax_t.m4
6782                 gettextization
6783                 thanks to Colin
6784
6785 2005-12-21 [paul]       1.9.100cvs99
6786
6787         * po/sv.po
6788                 fixed by Colin
6789
6790 2005-12-20 [paul]       1.9.100cvs98
6791
6792         * po/sv.po
6793                 updated by Anders Trobäck
6794
6795 2005-12-20 [colin]      1.9.100cvs97
6796
6797         * ABOUT-NLS
6798         * Makefile.am
6799         * autogen.sh
6800         * configure.ac
6801         * config/config.rpath
6802         * config/mkinstalldirs
6803         * m4/Makefile.am
6804         * m4/glibc2.m4
6805         * m4/gnupg.m4
6806         * m4/gpgme.m4
6807         * m4/intmax.m4
6808         * m4/longdouble.m4
6809         * m4/longlong.m4
6810         * m4/printf-posix.m4
6811         * m4/signed.m4
6812         * m4/size_max.m4
6813         * m4/ulonglong.m4
6814         * m4/wchar_t.m4
6815         * m4/wint_t.m4
6816         * m4/xsize.m4
6817         * po/Makefile.in.in
6818         * po/Makevars
6819         * po/bg.po
6820         * po/ca.po
6821         * po/cs.po
6822         * po/de.po
6823         * po/el.po
6824         * po/en_GB.po
6825         * po/es.po
6826         * po/fi.po
6827         * po/fr.po
6828         * po/hr.po
6829         * po/hu.po
6830         * po/it.po
6831         * po/ja.po
6832         * po/ko.po
6833         * po/nb.po
6834         * po/nl.po
6835         * po/pl.po
6836         * po/pt_BR.po
6837         * po/ru.po
6838         * po/sk.po
6839         * po/sr.po
6840         * po/stamp-po
6841         * po/sv.po
6842         * po/zh_CN.po
6843         * po/zh_TW.po
6844         * src/Makefile.am
6845         * src/codeconv.c
6846         * src/compose.c
6847         * src/exporthtml.c
6848         * src/exportldif.c
6849         * src/folder.c
6850         * src/main.c
6851         * src/manual.c
6852         * src/mh.c
6853         * src/mimeview.c
6854         * src/send_message.c
6855         * src/common/Makefile.am
6856         * src/common/fnmatch.c
6857         * src/common/fnmatch.h
6858         * src/common/fnmatch_loop.c
6859         * src/common/nntp.c
6860         * src/common/plugin.c
6861         * src/common/smtp.c
6862         * src/common/socket.c
6863         * src/common/string_match.c
6864         * src/common/sylpheed.c
6865         * src/common/utils.c
6866         * src/common/utils.h
6867         * src/common/w32_dirent.c
6868         * src/common/w32_reg.c
6869         * src/common/w32_signal.c
6870         * src/common/w32_stat.c
6871         * src/common/w32_stdio.c
6872         * src/common/w32_stdlib.c
6873         * src/common/w32_string.c
6874         * src/common/w32_time.c
6875         * src/common/w32_unistd.c
6876         * src/common/w32_wait.c
6877         * src/common/w32lib.h
6878         * src/etpan/Makefile.am
6879         * src/gtk/Makefile.am
6880         * src/plugins/clamav/Makefile.am
6881         * src/plugins/demo/Makefile.am
6882         * src/plugins/dillo_viewer/Makefile.am
6883         * src/plugins/pgpcore/Makefile.am
6884         * src/plugins/pgpcore/passphrase.c
6885         * src/plugins/pgpcore/plugin.def
6886         * src/plugins/pgpcore/sgpgme.c
6887         * src/plugins/pgpcore/sylpheed.def
6888         * src/plugins/pgpcore/version.rc
6889         * src/plugins/pgpinline/Makefile.am
6890         * src/plugins/pgpinline/plugin.def
6891         * src/plugins/pgpinline/sylpheed.def
6892         * src/plugins/pgpinline/version.rc
6893         * src/plugins/pgpmime/Makefile.am
6894         * src/plugins/pgpmime/mypgpcore.def
6895         * src/plugins/pgpmime/plugin.def
6896         * src/plugins/pgpmime/sylpheed.def
6897         * src/plugins/pgpmime/version.rc
6898         * src/plugins/spamassassin/Makefile.am
6899                 Very little ;-) patch from Werner Koch, providing
6900                 infrastructure for cross-compiling to Win32
6901
6902 2005-12-20 [paul]       1.9.100cvs96
6903
6904         * src/account.c
6905         * src/account.h
6906         * src/mainwindow.c
6907         * src/mainwindow.h
6908         * src/toolbar.c
6909         * src/toolbar.h
6910                 add a combo to the Get All button, allowing
6911                 quick retrieval from any account
6912                 Patch by Fabien Vantard, slightly modified
6913                 by Colin
6914         * src/gtk/about.c
6915                 i18n fix. Patch by Fabien Vantard
6916
6917 2005-12-19 [colin]      1.9.100cvs95
6918
6919         * src/compose.c
6920         * src/compose.h
6921                 Don't automatically join lines when they've 
6922                 been separated by the user and not automatically
6923
6924 2005-12-19 [paul]       1.9.100cvs94
6925
6926         * src/gtk/pluginwindow.c
6927                 i18n fix.
6928                 Patch by Fabien Vantard
6929
6930 2005-12-15 [paul]       1.9.100cvs93
6931
6932         * src/common/plugin.c
6933         * src/common/plugin.h
6934         * src/gtk/pluginwindow.c
6935         * src/plugins/clamav/clamav_plugin.c
6936         * src/plugins/demo/demo.c
6937         * src/plugins/dillo_viewer/dillo_viewer.c
6938         * src/plugins/pgpcore/plugin.c
6939         * src/plugins/pgpinline/plugin.c
6940         * src/plugins/pgpmime/plugin.c
6941         * src/plugins/spamassassin/spamassassin.c
6942         * src/plugins/trayicon/trayicon.c
6943                 add plugin_version()
6944
6945 2005-12-15 [colin]      1.9.100cvs92
6946
6947         * src/compose.c
6948                 Further fix bug #875
6949
6950 2005-12-15 [paul]       1.9.100cvs91
6951
6952         * src/gtk/filesel.c
6953                 fix attach_load_dir getting set to
6954                 PLUGINDIR on plugin load
6955
6956 2005-12-14 [mones]      1.9.100cvs90
6957
6958         * manual/ack.xml
6959         * manual/keyboard.xml
6960                 Initial draft and some shortcuts added
6961                 
6962         * po/es.po
6963                 Updated translation
6964
6965 2005-12-14 [colin]      1.9.100cvs89
6966
6967         * src/compose.c
6968         * src/imap.c
6969         * src/summaryview.c
6970         * src/gtk/gtkaspell.c
6971                 More leaks fixed
6972         * src/prefs_folder_item.c
6973                 Fix recursive prefs apply
6974
6975
6976 2005-12-14 [colin]      1.9.100cvs88
6977
6978         * src/compose.c
6979                 Fix bug #875 (Freeze On Inline Forward of 
6980                 Large Message)
6981
6982 2005-12-13 [colin]      1.9.100cvs87
6983
6984         * src/compose.c
6985                 Uniq-ify and sort the mimetypes list
6986                 Patch by Fabien Vantard
6987
6988 2005-12-13 [colin]      1.9.100cvs86
6989
6990         * src/imap.c
6991         * src/etpan/imap-thread.c
6992                 Fix leaks (patch by Hoa)
6993         * src/news.c
6994         * src/common/plugin.c
6995                 Fix leaks
6996
6997 2005-12-12 [colin]
6998
6999         * 2.0.0-rc2 released
7000
7001 2005-12-12 [colin]      1.9.100cvs85
7002
7003         * src/matcher.c
7004                 Fix a leak
7005
7006 2005-12-12 [wwp]        1.9.100cvs84
7007
7008         * src/gtk/icon_legend.c
7009                 fix misbehaviour and crash when closing the legend window
7010         using the Esc key (patch by Fabien Vantard).
7011
7012 2005-12-12 [paul]       1.9.100cvs83
7013
7014         * src/browseldap.c
7015         * src/foldersel.c
7016         * src/prefs_actions.c
7017         * src/prefs_filtering.c
7018         * src/prefs_matcher.c
7019         * src/prefs_spelling.glade      ** REMOVED **
7020         * src/prefs_template.c
7021         * src/gtk/foldersort.glade      ** REMOVED **
7022         * src/gtk/pluginwindow.c
7023         * src/gtk/pluginwindow.glade    ** REMOVED **
7024         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
7025                 cleanups
7026
7027 2005-12-11 [paul]       1.9.100cvs82
7028
7029         * src/gtk/filesel.c
7030                 fix attach_load_dir crasher (double free)
7031
7032 2005-12-09 [paul]       1.9.100cvs81
7033
7034         * po/POTFILES.in
7035         * src/mainwindow.c
7036         * src/gtk/Makefile.am
7037         * src/gtk/icon_legend.c
7038         * src/gtk/icon_legend.h
7039                 add icon legend
7040         * src/manual.c
7041                 cleanup
7042
7043 2005-12-09 [paul]       1.9.100cvs80
7044
7045         * src/plugins/pgpcore/passphrase.c
7046                 wrap the label in the dialog
7047
7048 2005-12-09 [colin]      1.9.100cvs79
7049
7050         * src/plugins/pgpcore/sgpgme.c
7051                 Display (untrusted) on not trusted signatures
7052                 Patch by Michal Èihaø <michal@cihar.com>
7053                 Closes bug #867 (Report also key trust)
7054
7055 2005-12-09 [colin]      1.9.100cvs78
7056
7057         * src/common/plugin.c
7058                 Update licence check, following Eben Moglen's advice
7059
7060 2005-12-08 [colin]      1.9.100cvs77
7061
7062         * src/folder.c
7063                 Fix the occasionnal item->cache != NULL 
7064                 assertion failure. 
7065
7066 2005-12-08 [colin]      1.9.100cvs76
7067
7068         * src/mimeview.c
7069         * src/plugins/pgpcore/sgpgme.c
7070                 Print key id when unable to check it
7071                 Closes bug #866 (Show key id when missing)
7072
7073 2005-12-08 [paul]       1.9.100cvs75
7074
7075         * src/prefs_common.c
7076         * src/prefs_common.h
7077         * src/gtk/filesel.c
7078                 remember load attachment dir
7079
7080 2005-12-07 [colin]      1.9.100cvs74
7081
7082         * src/prefs_toolbar.c
7083                 Gtk fixes, patch by Fabien Vantard
7084
7085 2005-12-07 [colin]      1.9.100cvs73
7086
7087         * src/action.c
7088         * src/compose.c
7089         * src/compose.h
7090                 Fix bug #839 (Quoted text isn't colored after 
7091                 executing an action)
7092         * src/common/plugin.c
7093                 Require plugins to declare their licence in plugin_licence()
7094                 Refuse to load non-GPL plugins as they'd be illegal (as 
7095                 derived works of Sylpheed-Claws, they must be GPL).
7096         * src/plugins/clamav/clamav_plugin.c
7097         * src/plugins/demo/demo.c
7098         * src/plugins/dillo_viewer/dillo_viewer.c
7099         * src/plugins/pgpcore/plugin.c
7100         * src/plugins/pgpinline/plugin.c
7101         * src/plugins/pgpmime/plugin.c
7102         * src/plugins/spamassassin/spamassassin.c
7103         * src/plugins/trayicon/trayicon.c
7104                 Add plugin_licence()
7105
7106 2005-12-07 [paul]       1.9.100cvs72
7107
7108         * configure.ac
7109         * src/mainwindow.c
7110         * src/manual.c
7111         * src/manual.h
7112         * src/common/defs.h
7113                 clean up after local FAQ removal and
7114                 temporary manual removal
7115
7116 2005-12-06 [colin]      1.9.100cvs71
7117
7118         * configure.ac
7119         * doc/Makefile.am
7120         * doc/faq/.cvsignore
7121         * doc/faq/Makefile.am
7122         * doc/faq/de/.cvsignore
7123         * doc/faq/de/Makefile.am
7124         * doc/faq/de/sylpheed-faq-1.html
7125         * doc/faq/de/sylpheed-faq-2.html
7126         * doc/faq/de/sylpheed-faq-3.html
7127         * doc/faq/de/sylpheed-faq.html
7128         * doc/faq/en/.cvsignore
7129         * doc/faq/en/Makefile.am
7130         * doc/faq/en/sylpheed-faq-1.html
7131         * doc/faq/en/sylpheed-faq-2.html
7132         * doc/faq/en/sylpheed-faq-3.html
7133         * doc/faq/en/sylpheed-faq-4.html
7134         * doc/faq/en/sylpheed-faq.html
7135         * doc/faq/es/.cvsignore
7136         * doc/faq/es/Makefile.am
7137         * doc/faq/es/sylpheed-faq-1.html
7138         * doc/faq/es/sylpheed-faq-2.html
7139         * doc/faq/es/sylpheed-faq-3.html
7140         * doc/faq/es/sylpheed-faq-4.html
7141         * doc/faq/es/sylpheed-faq.html
7142         * doc/faq/fr/.cvsignore
7143         * doc/faq/fr/Makefile.am
7144         * doc/faq/fr/sylpheed-faq-1.html
7145         * doc/faq/fr/sylpheed-faq-2.html
7146         * doc/faq/fr/sylpheed-faq-3.html
7147         * doc/faq/fr/sylpheed-faq.html
7148         * doc/faq/it/.cvsignore
7149         * doc/faq/it/Makefile.am
7150         * doc/faq/it/sylpheed-faq-1.html
7151         * doc/faq/it/sylpheed-faq-2.html
7152         * doc/faq/it/sylpheed-faq-3.html
7153         * doc/faq/it/sylpheed-faq.html
7154         * doc/manual/.cvsignore
7155         * doc/manual/Makefile.am
7156         * doc/manual/de/.cvsignore
7157         * doc/manual/de/Makefile.am
7158         * doc/manual/de/sylpheed-1.html
7159         * doc/manual/de/sylpheed-10.html
7160         * doc/manual/de/sylpheed-11.html
7161         * doc/manual/de/sylpheed-12.html
7162         * doc/manual/de/sylpheed-13.html
7163         * doc/manual/de/sylpheed-14.html
7164         * doc/manual/de/sylpheed-15.html
7165         * doc/manual/de/sylpheed-16.html
7166         * doc/manual/de/sylpheed-17.html
7167         * doc/manual/de/sylpheed-18.html
7168         * doc/manual/de/sylpheed-19.html
7169         * doc/manual/de/sylpheed-2.html
7170         * doc/manual/de/sylpheed-20.html
7171         * doc/manual/de/sylpheed-3.html
7172         * doc/manual/de/sylpheed-4.html
7173         * doc/manual/de/sylpheed-5.html
7174         * doc/manual/de/sylpheed-6.html
7175         * doc/manual/de/sylpheed-7.html
7176         * doc/manual/de/sylpheed-8.html
7177         * doc/manual/de/sylpheed-9.html
7178         * doc/manual/de/sylpheed.html
7179         * doc/manual/en/.cvsignore
7180         * doc/manual/en/Makefile.am
7181         * doc/manual/en/sylpheed-1.html
7182         * doc/manual/en/sylpheed-10.html
7183         * doc/manual/en/sylpheed-11.html
7184         * doc/manual/en/sylpheed-12.html
7185         * doc/manual/en/sylpheed-13.html
7186         * doc/manual/en/sylpheed-14.html
7187         * doc/manual/en/sylpheed-15.html
7188         * doc/manual/en/sylpheed-16.html
7189         * doc/manual/en/sylpheed-17.html
7190         * doc/manual/en/sylpheed-18.html
7191         * doc/manual/en/sylpheed-19.html
7192         * doc/manual/en/sylpheed-2.html
7193         * doc/manual/en/sylpheed-20.html
7194         * doc/manual/en/sylpheed-21.html
7195         * doc/manual/en/sylpheed-22.html
7196         * doc/manual/en/sylpheed-3.html
7197         * doc/manual/en/sylpheed-4.html
7198         * doc/manual/en/sylpheed-5.html
7199         * doc/manual/en/sylpheed-6.html
7200         * doc/manual/en/sylpheed-7.html
7201         * doc/manual/en/sylpheed-8.html
7202         * doc/manual/en/sylpheed-9.html
7203         * doc/manual/en/sylpheed.html
7204         * doc/manual/es/.cvsignore
7205         * doc/manual/es/Makefile.am
7206         * doc/manual/es/sylpheed-1.html
7207         * doc/manual/es/sylpheed-10.html
7208         * doc/manual/es/sylpheed-11.html
7209         * doc/manual/es/sylpheed-12.html
7210         * doc/manual/es/sylpheed-13.html
7211         * doc/manual/es/sylpheed-14.html
7212         * doc/manual/es/sylpheed-15.html
7213         * doc/manual/es/sylpheed-16.html
7214         * doc/manual/es/sylpheed-17.html
7215         * doc/manual/es/sylpheed-18.html
7216         * doc/manual/es/sylpheed-19.html
7217         * doc/manual/es/sylpheed-2.html
7218         * doc/manual/es/sylpheed-20.html
7219         * doc/manual/es/sylpheed-3.html
7220         * doc/manual/es/sylpheed-4.html
7221         * doc/manual/es/sylpheed-5.html
7222         * doc/manual/es/sylpheed-6.html
7223         * doc/manual/es/sylpheed-7.html
7224         * doc/manual/es/sylpheed-8.html
7225         * doc/manual/es/sylpheed-9.html
7226         * doc/manual/es/sylpheed.html
7227         * doc/manual/fr/.cvsignore
7228         * doc/manual/fr/Makefile.am
7229         * doc/manual/fr/sylpheed-1.html
7230         * doc/manual/fr/sylpheed-10.html
7231         * doc/manual/fr/sylpheed-11.html
7232         * doc/manual/fr/sylpheed-12.html
7233         * doc/manual/fr/sylpheed-13.html
7234         * doc/manual/fr/sylpheed-14.html
7235         * doc/manual/fr/sylpheed-15.html
7236         * doc/manual/fr/sylpheed-16.html
7237         * doc/manual/fr/sylpheed-17.html
7238         * doc/manual/fr/sylpheed-18.html
7239         * doc/manual/fr/sylpheed-19.html
7240         * doc/manual/fr/sylpheed-2.html
7241         * doc/manual/fr/sylpheed-20.html
7242         * doc/manual/fr/sylpheed-3.html
7243         * doc/manual/fr/sylpheed-4.html
7244         * doc/manual/fr/sylpheed-5.html
7245         * doc/manual/fr/sylpheed-6.html
7246         * doc/manual/fr/sylpheed-7.html
7247         * doc/manual/fr/sylpheed-8.html
7248         * doc/manual/fr/sylpheed-9.html
7249         * doc/manual/fr/sylpheed.html
7250         * doc/manual/ja/.cvsignore
7251         * doc/manual/ja/Makefile.am
7252         * doc/manual/ja/sylpheed-1.html
7253         * doc/manual/ja/sylpheed-10.html
7254         * doc/manual/ja/sylpheed-11.html
7255         * doc/manual/ja/sylpheed-12.html
7256         * doc/manual/ja/sylpheed-13.html
7257         * doc/manual/ja/sylpheed-14.html
7258         * doc/manual/ja/sylpheed-15.html
7259         * doc/manual/ja/sylpheed-16.html
7260         * doc/manual/ja/sylpheed-17.html
7261         * doc/manual/ja/sylpheed-18.html
7262         * doc/manual/ja/sylpheed-19.html
7263         * doc/manual/ja/sylpheed-2.html
7264         * doc/manual/ja/sylpheed-20.html
7265         * doc/manual/ja/sylpheed-3.html
7266         * doc/manual/ja/sylpheed-4.html
7267         * doc/manual/ja/sylpheed-5.html
7268         * doc/manual/ja/sylpheed-6.html
7269         * doc/manual/ja/sylpheed-7.html
7270         * doc/manual/ja/sylpheed-8.html
7271         * doc/manual/ja/sylpheed-9.html
7272         * doc/manual/ja/sylpheed.html
7273         * doc/manual/ja/sylpheed.sgml
7274         * src/mainwindow.c
7275                 Remove outdated manual and faq. Noisy, eh?
7276
7277 2005-12-06 [colin]      1.9.100cvs70
7278
7279         * src/compose.c
7280         * src/quote_fmt_parse.y
7281         * src/undo.c
7282         * src/undo.h
7283                 Allow %X to position cursor at 0 
7284                 (no %X = before signature)
7285                 Fix paste as quotation putting the cursor at 0
7286                 Fix undo offsets when pasting
7287                 Insert the quote_fmt at once instead of line 
7288                 by line
7289                 Fix [Edited] when starting to reply/forward
7290
7291 2005-12-06 [paul]       1.9.100cvs69
7292
7293         * src/plugins/clamav/clamav_plugin_gtk.c
7294                 add another tooltip
7295         * src/plugins/spamassassin/spamassassin_gtk.c
7296                 rework spamassassin_create_widget_func()
7297
7298 2005-12-05 [colin]      1.9.100cvs68
7299
7300         * po/POTFILES.in
7301                 Fix make release ;-)
7302
7303 2005-12-05 [colin]      1.9.100cvs67
7304
7305         * src/compose.c
7306         * src/compose.h
7307                 Fix cursor positioning (not obeying %X)
7308
7309 2005-12-05 [paul]       1.9.100cvs66
7310
7311         * src/plugins/dillo_viewer/dillo_prefs.c
7312                 fix compilation warning
7313
7314 2005-12-05 [paul]       1.9.100cvs65
7315
7316         * src/prefs_spelling.c
7317         * src/plugins/trayicon/trayicon.c
7318                 cleanups - remove unused stuff
7319
7320 2005-12-05 [paul]       1.9.100cvs64
7321
7322         * README
7323         * manual/plugins.xml
7324                 remove info about removed mathml_viewer plugin
7325
7326 2005-12-05 [paul]       1.9.100cvs63
7327
7328         * configure.ac
7329         * src/plugins/Makefile.am
7330         * src/plugins/mathml_viewer/.cvsignore
7331         * src/plugins/mathml_viewer/Makefile.am
7332         * src/plugins/mathml_viewer/mathml_viewer.c
7333                 remove unmaintained mathml_viewer plugin
7334
7335 2005-12-05 [paul]       1.9.100cvs62
7336
7337         * src/summaryview.c
7338                 obey prefs_common.always_show_msg when
7339                 moving a msg
7340                 Thanks to Colin
7341
7342 2005-12-05 [paul]       1.9.100cvs61
7343
7344         * src/compose.c
7345         * src/prefs_account.c
7346         * src/prefs_filtering.c
7347         * src/prefs_quote.c
7348         * src/prefs_spelling.c
7349         * src/prefs_toolbar.c
7350         * src/summaryview.c
7351         * src/gtk/gtkutils.c
7352         * src/gtk/quicksearch.c
7353         * src/plugins/dillo_viewer/dillo_prefs.c
7354                 dialog cleanups
7355
7356 2005-12-04 [paul]       1.9.100cvs60
7357
7358         * src/inc.c
7359         * src/prefs_account.c
7360         * src/prefs_account.h
7361                 allow a Local account to specify a
7362                 default inbox
7363                 (closes bug 843 'Inbox cannot be changed for local
7364                  mailboxes')
7365
7366 2005-12-04 [colin]      1.9.100cvs59
7367
7368         * src/plugins/trayicon/trayicon.c
7369                 Remove Get, rename Get All to Get Mail in order to
7370                 be consistent with the default main toolbar
7371
7372 2005-12-03 [colin]      1.9.100cvs58
7373
7374         * manual/gpl.xml
7375         * manual/sylpheed-claws-manual.xml
7376                 Add GPL appendix
7377
7378 2005-12-03 [paul]       1.9.100cvs57
7379
7380         * AUTHORS
7381         * po/sv.po
7382         * src/gtk/authors.h
7383                 new (partially complete) Swedish translation
7384                 by Anders Troback <sylpheed@troback.com>
7385
7386 2005-12-02 [paul]       1.9.100cvs56
7387
7388         * configure.ac
7389                 libetpan 0.41 required
7390
7391 2005-12-02 [paul]       1.9.100cvs55
7392
7393         * src/plugins/clamav/clamav_plugin.c
7394         * src/plugins/clamav/clamav_plugin.h
7395         * src/plugins/clamav/clamav_plugin_gtk.c
7396         * src/plugins/spamassassin/spamassassin.c
7397         * src/plugins/spamassassin/spamassassin.h
7398         * src/plugins/spamassassin/spamassassin_gtk.c
7399                 unregister prefs pages on unloading, thus
7400                 preventing a crash
7401                 (thanks to Colin for the hint)
7402
7403 2005-12-02 [wwp]        1.9.100cvs54
7404
7405         * src/quote_fmt.h
7406         * src/quote_fmt_parse.y
7407                 fix misuse of gboolean*, use gboolean instead
7408                 (thanks to Paul, Colin, for pointing out that scaring one)
7409
7410 2005-12-02 [paul]       1.9.100cvs53
7411
7412         * src/plugins/clamav/clamav_plugin.c
7413                 int no --> unsigned int no
7414         * src/plugins/clamav/clamav_plugin_gtk.c
7415                 rework config page
7416
7417 2005-12-02 [wwp]        1.9.100cvs52
7418
7419         * src/compose.c
7420         * src/prefs_template.c
7421         * src/quote_fmt.h
7422         * src/quote_fmt_parse.y
7423                 prevent from executing |f and |p templates commands when
7424                 adding or replacing templates in prefs (avoids annoying and
7425                 potentially dangerous behaviours)
7426
7427 2005-12-02 [paul]       1.9.100cvs51
7428
7429         * src/prefs_common.c
7430                 allow translation of some default values
7431                 Patch by Fabien Vantard
7432
7433 2005-12-02 [paul]       1.9.100cvs50
7434
7435         * src/codeconv.c
7436         * src/codeconv.h
7437         * src/prefs_common.c
7438         * src/prefs_common.h
7439         * src/prefs_message.c
7440         * src/textview.c
7441                 remove obsolete 'convert_mb_alnum' option
7442                 and related stuff
7443         * src/gtk/about.c
7444                 remove unused 'about_textview_visibility_notify'
7445
7446 2005-12-02 [paul]       1.9.100cvs49
7447
7448         * src/prefs_account.c
7449         * src/prefs_compose_writing.c
7450         * src/prefs_fonts.c
7451         * src/prefs_gtk.h
7452         * src/prefs_image_viewer.c
7453         * src/prefs_message.c
7454         * src/prefs_other.c
7455         * src/prefs_receive.c
7456         * src/prefs_send.c
7457         * src/prefs_spelling.c
7458         * src/prefs_summaries.c
7459         * src/prefs_wrapping.c
7460         * src/plugins/dillo_viewer/dillo_prefs.c
7461         * src/plugins/pgpcore/prefs_gpg.c
7462                 several cleanups to the prefs dialogs
7463                 (slightly modified) patch by Fabien Vantard
7464
7465 2005-12-02 [paul]       1.9.100cvs48
7466
7467         * src/main.c
7468                 --exit means exit
7469         * src/send_message.c
7470                 fix crash on send when connection fails
7471
7472         Thanks to Colin
7473
7474 2005-12-01 [colin]      1.9.100cvs47
7475
7476         * src/html.c
7477                 Translate &hellip; to "..."
7478
7479 2005-11-30 [colin]      1.9.100cvs46
7480
7481         * src/matcher.c
7482         * src/matcher.h
7483                 Optimize back yesterday's fix.
7484
7485 2005-11-30 [paul]       1.9.100cvs45
7486
7487         * manual/faq.xml
7488                 standardised
7489         * manual/intro.xml
7490                 written by Colin, edited by me
7491
7492 2005-11-29 [colin]      1.9.100cvs44
7493
7494         * src/matcher.c
7495                 Skip headers unconditionnaly in match_body if the
7496                 rule is not message or ~message
7497
7498 2005-11-29 [colin]      1.9.100cvs43
7499
7500         * src/matcher.c
7501                 Fix body_part and such, not skipping headers 
7502                 if the matchcriteria wasn't the first in the rule
7503
7504 2005-11-29 [colin]      1.9.100cvs42
7505
7506         * src/compose.c
7507                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
7508                 option missing from message view window)
7509                 Fix double text D'n'D with gtk-2.8
7510         * src/matcher.c
7511                 Fix ~message, ~headers_part, ~body_part rules
7512         * src/messageview.c
7513                 Add Windows-1252 (Closes bug #863)
7514                 Fix accels
7515         * src/gtk/gtkaspell.c
7516                 Properly destroy accels in all menus
7517
7518 2005-11-29 [mones]      1.9.100cvs41
7519
7520         * po/es.po
7521                 Updated.
7522
7523 2005-11-27 [colin]      1.9.100cvs40
7524
7525         * src/mh_gtk.c
7526                 "/Remove mailbox" -> "/Remove mailbox..."
7527
7528 2005-11-27 [paul]       1.9.100cvs39
7529
7530         * AUTHORS
7531         * po/de.po
7532         * src/gtk/authors.h
7533                 updated by new maintainer, Stephan Sachse
7534
7535 2005-11-27 [paul]       1.9.100cvs38
7536
7537         * manual/faq.xml
7538                 written by Colin, edited by me
7539
7540 2005-11-27 [paul]       1.9.100cvs37
7541
7542         * src/prefs_common.c
7543         * src/prefs_common.h
7544         * src/prefs_receive.c
7545         * src/prefs_summaries.c
7546                 move 'go to inbox after receiving new mail'
7547                 option from display/sumamaries to mail
7548                 handling/receive, and rework prefs_summaries
7549                 dialog a little
7550
7551 2005-11-25 [martin]     1.9.100cvs36
7552
7553         * po/de.po
7554             fixed windows-1252 translation;
7555             translated some new and fuzzy strings
7556
7557 2005-11-25 [paul]       1.9.100cvs35
7558
7559         * src/plugins/clamav/clamav_plugin.c
7560                 complete the update done in cvs34
7561
7562 2005-11-25 [paul]       1.9.100cvs34
7563
7564         * src/plugins/clamav/clamav_plugin.c
7565                 reflect upstream changes
7566
7567 2005-11-25 [paul]       1.9.100cvs33
7568
7569         * manual/ack.xml
7570         * manual/plugins.xml
7571         * manual/sylpheed-claws-manual.xml
7572                 written/updated by Colin, edited by me
7573         * tools/acroread2sylpheed.pl
7574                 update binary name
7575
7576 2005-11-24 [colin]      1.9.100cvs32
7577
7578         * src/compose.c
7579                 Fix bug #856 (reediting messages forgets Request
7580                 Return Receipt)
7581
7582 2005-11-24 [paul]       1.9.100cvs31
7583
7584         * manual/addrbook.xml
7585         * manual/starting.xml
7586                 written by Colin, proofread, edited, adapted by me
7587         * manual/advanced.xml
7588                 add some Actions examples
7589         * src/importldif.c
7590                 use a Save button instead of a Close button
7591         * src/wizard.c
7592                 indicate mandatory fields
7593                 fix page display
7594                 Thanks to Colin
7595
7596 2005-11-23 [colin]      1.9.100cvs30
7597
7598         * src/addressbook.c
7599                 Rename menu item, fix possible crash after
7600                 deletion of books
7601         * src/addrindex.c
7602                 Allow searching for '*' in ldap
7603         * src/browseldap.c
7604                 Fix "Browse Entry" (did anyone use it?)
7605         * src/wizard.c
7606                 Add guards for mandatory information
7607
7608 2005-11-23 [paul]       1.9.100cvs29
7609
7610         * manual/advanced.xml
7611                 corrections to the English
7612
7613 2005-11-23 [colin]      1.9.100cvs28
7614
7615         * src/mimeview.c
7616                 Fix possible crash at exit. After the call to
7617                 gtk_container_remove(), the Viewer's widget has no
7618                 more parent so gtk+ automatically frees it and its
7619                 sons. If destroy_viewer() then try to access it,
7620                 problems ensue.
7621
7622 2005-11-22 [colin]      1.9.100cvs27
7623
7624         * src/compose.c
7625         * src/gtk/gtkaspell.c
7626                 Fix right-clicking on a misspelled word
7627                 Fix More... in suggestions menu
7628
7629 2005-11-22 [wwp]        1.9.100cvs26
7630
7631         * src/prefs_template.c
7632                 templates works: re-sort templates list when adding or replacing,
7633                 prevent from adding or replacing when the template name is empty
7634
7635 2005-11-21 [colin]      1.9.100cvs25
7636
7637         * src/addressbook.c
7638                 Fix some addressbook suckage (dnd, select all)
7639         * src/compose.c
7640         * src/gtk/gtkaspell.c
7641         * src/gtk/gtkaspell.h
7642                 Make the spellchecker menu work with the 
7643                 GtkTextView one instead of overriding it
7644
7645 2005-11-20 [paul]       1.9.100cvs24
7646
7647         * manual/handling.xml
7648                 proofread and corrected
7649
7650 2005-11-20 [paul]       1.9.100cvs23
7651
7652         * manual/Makefile
7653                 generate html as one file
7654         * manual/advanced.xml
7655                 fix output generation
7656                 reformat hidden options list
7657         * manual/manual.xml     ** REMOVED **
7658         * manual/sylpheed-claws-manual.xml      ** ADDED **
7659                 renamed
7660
7661 2005-11-18 [colin]      1.9.100cvs22
7662
7663         * src/prefs_account.c
7664                 Fix layout in news and mbox accounts
7665         * manual/account.xml
7666         * manual/advanced.xml
7667                 New contents for Paul to check :)
7668
7669 2005-11-18 [wwp]        1.9.100cvs21
7670
7671         * src/gtk/quicksearch.c
7672                 don't update extended quicksearch buttons twice
7673
7674 2005-11-18 [paul]       1.9.100cvs20
7675
7676         * src/textview.c
7677                 complete 1.9.100cvs19
7678
7679 2005-11-18 [paul]       1.9.100cvs19
7680
7681         * src/compose.c
7682                 cosmetic improvements
7683         * src/textview.c
7684                 also list text/* attachments
7685
7686 2005-11-18 [colin]      1.9.100cvs18
7687
7688         * src/summaryview.c
7689                 Use column 0 instead of -1 in 
7690                 gtk_ctree_node_moveto, in a naive
7691                 hope it'll fix the gtk-related crashes
7692
7693 2005-11-18 [colin]      1.9.100cvs17
7694
7695         * src/gtk/inputdialog.c
7696                 Fix icon staying the first one
7697
7698 2005-11-17 [wwp]        1.9.100cvs16
7699                 fix possible problem showing some quicksearch buttons, and a bad
7700                 call to g_return_if_fail in a function that returns a value (both
7701                 fixes by Fabien Vantard)
7702
7703 2005-11-15 [wwp]        1.9.100cvs15
7704
7705         * src/gtk/quicksearch.c
7706                 added a tooltip to that obscure ... quicksearch button
7707
7708 2005-11-15 [wwp]        1.9.100cvs14
7709
7710         * src/gtk/quicksearch.c
7711                 add a quicksearch helper to filtering expression users: the ... button
7712                 raises the condition expr window. condition expressions set up w/ this
7713                 window are used by the quicksearch if the user closes it pressing OK.
7714
7715 2005-11-14 [paul]       1.9.100cvs13
7716
7717         * src/plugins/clamav/clamav_plugin.c
7718         * src/plugins/spamassassin/spamassassin.c
7719                 change plugin type following recent merging
7720
7721 2005-11-14 [wwp]        1.9.100cvs12
7722
7723         * src/folder.c
7724                 prevent from crashing when copying/moving message(s) from and
7725                 to the same folder
7726
7727 2005-11-14 [paul]       1.9.100cvs11
7728
7729         * src/plugins/clamav/Makefile.am
7730         * src/plugins/clamav/clamav_plugin.c
7731         * src/plugins/clamav/clamav_plugin.h
7732         * src/plugins/clamav/clamav_plugin_gtk.c
7733                 also merge clamav and clamav_gtk plugins
7734
7735 2005-11-13 [colin]      1.9.100cvs10
7736
7737         * configure.ac
7738         * src/plugins/spamassassin/Makefile.am
7739         * src/plugins/spamassassin/spamassassin.c
7740         * src/plugins/spamassassin/spamassassin.h
7741         * src/plugins/spamassassin/spamassassin_gtk.c
7742                 Merge spamassassin and spamassassin_gtk plugins,
7743                 and build it by default.
7744
7745 2005-11-12 [colin]      1.9.100cvs9
7746
7747         * src/etpan/imap-thread.c
7748                 Fix gcc warning
7749
7750 2005-11-12 [colin]      1.9.100cvs8
7751
7752         * src/procmime.c
7753                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
7754
7755 2005-11-10 [colin]      1.9.100cvs7
7756
7757         * src/main.c
7758                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
7759                 minimised state)
7760
7761 2005-11-10 [wwp]        1.9.100cvs6
7762
7763         * src/gtk/description_window.c
7764                 fix a crash when closing description windows using the WM's [X] button
7765
7766 2005-11-09 [colin]      1.9.100cvs5
7767
7768         * src/common/ssl.c
7769                 Update libetpan call to follow upstream
7770                 (yes, this requires libetpan-0.40cvs3)
7771
7772 2005-11-08 [colin]      1.9.100cvs4
7773
7774         * src/compose.c
7775         * src/textview.c
7776         * src/common/utils.c
7777         * src/common/utils.h
7778                 Enhance the email parser
7779
7780 2005-11-08 [colin]      1.9.100cvs3
7781
7782         * src/procmime.c
7783                 Fix what looks like an off-by-one (fixes 
7784                 attachments from the Bat)
7785
7786 2005-11-08 [wwp]        1.9.100cvs2
7787
7788         * src/main.c
7789                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
7790
7791 2005-11-08 [wwp]        1.9.100cvs1
7792
7793         * src/main.c
7794                 allow exiting Sylpheed-Claws from command-line
7795
7796 2005-11-08 [paul]       1.9.100
7797
7798         1.9.100 released
7799
7800 2005-11-07 [colin]      1.9.99cvs17
7801
7802         * src/addritem.c
7803         * src/ldif.c
7804                 Fix import of base-64 encoded items
7805
7806 2005-11-07 [colin]      1.9.99cvs16
7807
7808         * src/send_message.c
7809                 Fix bug #314 (Queue does not empty under certain 
7810                 circumstances)
7811
7812 2005-11-07 [paul]       1.9.99cvs15
7813
7814         * src/mutt.c
7815         * src/pine.c
7816                 fix buffer overflows
7817                 Thanks to Colin
7818
7819 2005-11-07 [paul]       1.9.99cvs14
7820
7821         * doc/man/Makefile.am
7822         * doc/man/sylpheed-claws.1      ** ADDED **
7823         * doc/man/sylpheed.1            ** DELETED **
7824                 rename and update the man file
7825
7826 2005-11-06 [colin]      1.9.99cvs13
7827
7828         * src/ldif.c
7829                 Fix ldif_get_line() that returned empty strings
7830                 (Didn't understand why). Also fix a possible
7831                 buffer overflow.
7832
7833 2005-11-06 [wwp]        1.9.99cvs12
7834
7835         * src/textview.c
7836         * src/gtk/about.c
7837         * src/gtk/gtkutils.c
7838         * src/gtk/gtkutils.h
7839                 fix a compilation warning,
7840                 make links sensitive in the about dialog
7841
7842 2005-11-04 [wwp]        1.9.99cvs11
7843
7844         * src/gtk/about.c
7845                 don't wrap or translate URIs, and a bit text format cleanup
7846
7847 2005-11-04 [wwp]        1.9.99cvs10
7848
7849         * src/gtk/about.c
7850                 better textview tagging implementation (no more use of marks for
7851                 postponed tagging)
7852
7853 2005-11-02 [colin]      1.9.99cvs9
7854
7855         * src/common/ssl.c
7856                 Forgot an ifdef
7857
7858 2005-11-02 [colin]      1.9.99cvs8
7859
7860         * configure.ac
7861                 Require libetpan-0.40 due to upstream fix
7862         * src/common/ssl.c
7863                 Tell libetpan not to call SSL_Library_Init,
7864                 as we do it ourselves.
7865
7866 2005-11-02 [colin]      1.9.99cvs7
7867
7868         * po/POTFILES.in
7869                 Add missing files (thanks to Fabien Vantard)
7870
7871 2005-11-02 [colin]      1.9.99cvs6
7872
7873         * src/summaryview.c
7874                 Fix totals when read messages are hidden or quicksearch
7875                 is on
7876         * src/ssl_manager.c
7877         * src/ssl_manager.h
7878         * src/common/ssl_certificate.c
7879         * src/common/ssl_certificate.h
7880         * src/gtk/sslcertwindow.c
7881         * src/gtk/sslcertwindow.h
7882                 Fix copyright on my stuff
7883
7884 2005-11-02 [wwp]        1.9.99cvs5
7885
7886         * src/prefs_themes.c
7887                 fix directory name checking (theme installation/removal),
7888                 made related error a bit more verbose
7889
7890 2005-11-02 [colin]      1.9.99cvs4
7891
7892         * src/summaryview.c
7893                 Fix typo (probably fixes bug #841 (Sort by the From 
7894                 field doesn't work)
7895
7896 2005-11-02 [paul]       1.9.99cvs3
7897
7898         * po/ko.po
7899         * po/nb.po
7900                 updated by SungHyun Nam, Geir Helland
7901         * src/wizard.c
7902                 fix typo in welcome message. spotted by
7903                 Andrea Spadaccini
7904
7905 2005-11-01 [colin]      1.9.99cvs2
7906
7907         * src/compose.c
7908                 Fix replying to ml wen confirming subscription
7909         * src/messageview.c
7910         * src/mimeview.c
7911         * src/mimeview.h
7912         * src/privacy.h
7913         * src/summaryview.c
7914                 Make key check non blocking
7915
7916 2005-10-31 [paul]       1.9.99cvs1
7917
7918         * tools/claws.i18n.status.pl
7919                 updated for ChangeLog
7920
7921 2005-10-31 [paul]       1.9.99
7922
7923         1.9.99 released
7924
7925 2005-10-31 [paul]       1.9.15cvs131
7926
7927         * .cvsignore
7928         * ChangeLog
7929         * ChangeLog.claws       ** REMOVED **
7930         * ChangeLog-gtk2.claws  ** REMOVED **
7931         * ChangeLog.gtk1        ** ADDED **
7932         * INSTALL
7933         * Makefile.am
7934         * NEWS
7935         * README
7936         * README.claws          ** REMOVED **
7937         * README.jp             ** REMOVED **
7938         * RELEASE_NOTES         ** ADDED **
7939         * RELEASE_NOTES.claws   ** REMOVED **
7940         * commitHelper
7941         * configure.ac
7942         * sylpheed.spec.in      ** REMOVED **
7943                 tidy up and update the default docs:
7944                 ChangeLog.claws is renamed ChangeLog.gtk1
7945                 ChangeLog-gtk2.claws is renamed ChangeLog
7946                 README.claws is renamed README
7947                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
7948
7949 2005-10-31 [paul]       1.9.15cvs130
7950
7951         * po/it.po
7952                 fix errors
7953
7954 2005-10-31 [paul]       1.9.15cvs129
7955
7956         * po/ca.po
7957         * po/de.po
7958         * po/en_GB.po
7959         * po/fr.po
7960         * po/it.po
7961         * po/pt_BR.po
7962         * po/sk.po
7963         * po/sr.po
7964         * po/zh_CN.po
7965                 updated by Miquel Oliete, Stephan Sachse and
7966                 Thomas Gilgin, me, Fabien Vantard, Andrea
7967                 Spadaccini, Frederico Goncalves Guimaraes,
7968                 Andrej Kacian, Aleksandar Urosevic, and
7969                 Ralgh Young.
7970
7971 2005-10-31 [mones]      1.9.15cvs128
7972
7973         * manual/faq.xml
7974                 More questions.
7975         
7976         * po/es.po
7977                 Updated for release.
7978
7979 2005-10-30 [colin]      1.9.15cvs127
7980
7981         * src/compose.c
7982                 Place cursor before rewrapping (fixes cursor
7983                 pos if quotation gets rewrapped)
7984
7985 2005-10-29 [paul]       1.9.15cvs126
7986
7987         * src/crash.c
7988         * src/foldersel.c
7989         * src/main.c
7990         * src/messageview.c
7991         * src/toolbar.c
7992         * src/gtk/authors.h
7993                 corrections to text items
7994
7995 2005-10-28 [colin]      1.9.15cvs125
7996
7997         * src/messageview.c
7998                 Make "hit 'C' to check sig" work from extern 
7999                 messageviews
8000
8001 2005-10-27 [colin]      1.9.15cvs124
8002
8003         * src/summaryview.c
8004                 Add a hack to avoid segfaulting when hammering 
8005                 on gtk's events
8006
8007 2005-10-27 [wwp]        1.9.15cvs123
8008
8009         * src/prefs_themes.c
8010                 sort list of themes names in themes prefs
8011
8012 2005-10-27 [paul]       1.9.15cvs122
8013
8014         * src/folder.c
8015         * src/prefs_account.c
8016                 fix building on Solaris
8017                 Patch by Alex Moore
8018
8019 2005-10-27 [wwp]        1.9.15cvs121
8020
8021         * src/summaryview.c
8022         * src/gtk/gtksctree.c
8023                 speed up unselecting messages in summary view (thanks to Colin)
8024
8025 2005-10-27 [paul]       1.9.15cvs120
8026
8027         * src/mainwindow.c
8028                 fix a compilation warning
8029         * src/summaryview.c
8030                 fix updating of 'n items selected' count
8031                 when deselecting
8032
8033 2005-10-27 [martin]     1.9.15cvs119
8034
8035         * src/action.c
8036                 ignore actions with a leading '/' in the action menu name
8037                 fixes a crash on menu creation
8038         * src/prefs_actions.c
8039                 do not allow a leading '/' in the action menu name
8040
8041 2005-10-27 [paul]       1.9.15cvs118
8042
8043         * src/main.c
8044                 fix compilation warning
8045
8046 2005-10-27 [paul]       1.9.15cvs117
8047
8048         * src/procmime.c
8049                 add #if HAVE_LOCALE_H
8050
8051 2005-10-27 [paul]       1.9.15cvs116
8052
8053         * src/plugins/clamav/clamav_plugin.c
8054         * src/plugins/dillo_viewer/dillo_viewer.c
8055         * src/plugins/mathml_viewer/mathml_viewer.c
8056         * src/plugins/pgpcore/plugin.c
8057         * src/plugins/pgpinline/plugin.c
8058         * src/plugins/pgpmime/plugin.c
8059         * src/plugins/spamassassin/spamassassin.c
8060         * src/plugins/trayicon/trayicon.c
8061                 plugin_init() : make error messages more
8062                 informative
8063
8064 2005-10-26 [wwp]        1.9.15cvs115
8065
8066         * src/prefs_matcher.c
8067                 enlarge boolean op widget width a bit (wasn't always showing text contents)
8068
8069 2005-10-26 [wwp]        1.9.15cvs114
8070
8071         * src/procmime.c
8072         * src/gtk/gtksctree.c
8073         * src/plugins/spamassassin/libspamc.c
8074         * src/plugins/spamassassin/spamassassin.c
8075                 fix some compilation warnings more
8076
8077 2005-10-26 [mones]      1.9.15cvs113
8078
8079         * po/es.po
8080                 Updated translation
8081
8082 2005-10-26 [paul]       1.9.15cvs112
8083
8084         * src/prefs_message.c
8085                 give all display_xface stuff the
8086                 #if HAVE_LIBCOMPFACE treatment, thus
8087                 preventing a crash
8088                 (Thanks to Wolfgang Enderlein)
8089
8090 2005-10-26 [colin]      1.9.15cvs111
8091
8092         * src/gedit-print.c
8093                 Fix date format
8094         * src/imap_gtk.c
8095         * src/news_gtk.c
8096                 Remove context menu items that should not be there
8097         * src/jpilot.c
8098                 Fix encoding
8099         * src/main.c
8100         * src/mainwindow.c
8101                 Don't show the mainwindow too soon
8102
8103 2005-10-26 [wwp]        1.9.15cvs110
8104
8105         * src/folder.c
8106         * src/manual.c
8107         * src/summaryview.c
8108                 fix uninitialized pointers in the folder updating hook
8109                 (thanks to Colin)
8110
8111 2005-10-25 [mones]      1.9.15cvs109
8112
8113         * manual/faq.xml
8114                 General information subsection completed. 
8115                 Removed archaic references.
8116                 
8117         * manual/Makefile
8118         * manual/dtd/manual.dsl
8119                 Added customization stylesheet for getting paragraphs
8120                 fully justified in PDF output (as suggested by Colin).
8121
8122 2005-10-25 [colin]      1.9.15cvs108
8123
8124         * src/compose.c
8125                 Fix a second leak
8126
8127 2005-10-25 [colin]      1.9.15cvs107
8128
8129         * src/addrbook.c
8130         * src/addrindex.c
8131                 Fix leak (xml_get_element() allocates memory)
8132         * src/compose.c
8133                 Fix leak + dead code (shame!)
8134         * src/procmime.c
8135                 Fix leak
8136
8137 2005-10-25 [colin]      1.9.15cvs106
8138
8139         * src/mimeview.c
8140                 Fix encoding issue in Save all and in 
8141                 overwrite-confirmation alertpanel
8142
8143 2005-10-25 [colin]      1.9.15cvs105
8144
8145         * src/common/socket.c
8146                 Fix a leak - Thanks to Christopher Aillon
8147                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
8148
8149 2005-10-25 [paul]       1.9.15cvs104
8150
8151         * src/wizard.c
8152                 Always guess servers from the right-hand
8153                 email part and guess username from the
8154                 left-hand part. (Thanks to Colin)
8155                 add an X-Face to the welcome message
8156
8157 2005-10-25 [paul]       1.9.15cvs103
8158
8159         * manual/handling.xml
8160                 written by Colin, edited by me
8161
8162 2005-10-25 [wwp]        1.9.15cvs102
8163
8164         * src/folderview.c
8165         * src/grouplistdialog.c
8166         * src/imap.c
8167         * src/noticeview.c
8168                 fix some compilation warnings
8169
8170 2005-10-24 [paul]
8171
8172         1.9.99-rc3 released
8173
8174 2005-10-24 [paul]       1.9.15cvs101
8175
8176         * src/gtk/about.c
8177                 fix window sizing
8178
8179 2005-10-24 [paul]       1.9.15cvs100
8180
8181         * src/pixmaps/offline.xpm
8182         * src/pixmaps/online.xpm
8183                 replace with last default versions
8184
8185 2005-10-24 [colin]      1.9.15cvs99
8186
8187         * src/imap.c
8188                 Fix bug when moving a folder
8189         * src/imap_gtk.c
8190         * src/mh_gtk.c
8191                 "Delete folder" pops up a window, so it 
8192                 should be suffixed with "..."
8193         * src/plugins/pgpcore/sgpgme.c
8194                 Include locale.h
8195
8196 2005-10-24 [mones]      1.9.15cvs98
8197
8198         * manual/Makefile
8199         * manual/account.xml
8200         * manual/ack.xml
8201         * manual/addrbook.xml
8202         * manual/advanced.xml
8203         * manual/faq.xml
8204         * manual/glossary.xml
8205         * manual/gpl.xml
8206         * manual/handling.xml
8207         * manual/intro.xml
8208         * manual/keyboard.xml
8209         * manual/manual.xml
8210         * manual/plugins.xml
8211         * manual/starting.xml
8212         * manual/dtd/sdocbook.dtd
8213                 Initial manual structure and some content.
8214
8215 2005-10-23 [wwp]        1.9.15cvs97
8216
8217         * src/gtk/about.c
8218                 fix a typo
8219
8220 2005-10-23 [wwp]        1.9.15cvs96
8221
8222         * src/gtk/about.c
8223         * src/gtk/authors.h
8224                 rework of the about window (main work by Paul), also featuring a few
8225                 fixes for typos and duplicate names
8226
8227 2005-10-23 [wwp]        1.9.15cvs95
8228
8229         * src/.cvsignore
8230                 Ignore the right binary name (sylpheed-claws now)
8231
8232 2005-10-23 [paul]       1.9.15cvs94
8233
8234         * src/compose.c
8235                 when using Folder Pref 'Default To for
8236                 replies' make the entry in the Compose
8237                 window bold
8238                 Patch by Fabien Vantard
8239
8240 2005-10-22 [colin]      1.9.15cvs93
8241
8242         * src/codeconv.c
8243                 Fix leak
8244
8245 2005-10-22 [colin]      1.9.15cvs92
8246
8247         * src/codeconv.c
8248                 try to convert using locale (apart utf8) if necessary
8249
8250 2005-10-22 [colin]      1.9.15cvs91
8251
8252         * src/pixmaps/new.xpm
8253         * src/pixmaps/unread.xpm
8254                 Make the unread envelope blue again and
8255                 saturate the new one a bit more.
8256
8257 2005-10-22 [colin]      1.9.15cvs90
8258
8259         * src/compose.c
8260                 When replying to a mail sent by one of our accounts,
8261                 use the original list of recipients. Let 'Reply All'
8262                 and 'Reply to sender' work like previously.
8263
8264 2005-10-21 [colin]      1.9.15cvs89
8265
8266         * src/prefs_filtering.c
8267                 Clear fields after add and replace
8268         * src/textview.c
8269                 Display xface differently (better)
8270         * src/plugins/pgpinline/pgpinline.c
8271                 Fix crappy encodings/recodings
8272
8273 2005-10-21 [paul]       1.9.15cvs88
8274
8275         * src/compose.c
8276         * src/prefs_folder_item.c
8277         * src/toolbar.c
8278                 fix news folder Folder Properties
8279                 (thanks to Colin)
8280         * src/folderview.c
8281                 update folderview after Themes change
8282                 keep selected folder selected
8283                 (thanks to Colin)
8284
8285 2005-10-21 [paul]       1.9.15cvs87
8286
8287         * tools/Makefile.am
8288         * tools/OOo2sylpheed.pl
8289         * tools/README
8290         * tools/README.sylprint
8291         * tools/asus_mailled.sh         ** REMOVED **
8292         * tools/filter_conv.pl
8293         * tools/freshmeat_search.pl
8294         * tools/google_search.pl
8295         * tools/gpg-sign-syl            ** REMOVED **
8296         * tools/kmail2sylpheed.pl
8297         * tools/kmail2sylpheed_v2.pl
8298         * tools/multiwebsearch.pl
8299         * tools/nautilus2sylpheed.sh
8300         * tools/newscache_clean.pl
8301         * tools/outlook2sylpheed.pl
8302         * tools/sylpheed-switcher       ** REMOVED **
8303         * tools/sylprint.pl
8304         * tools/sylprint.rc
8305         * tools/tb2sylpheed
8306         * tools/vcard2xml.py
8307         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8308                 update default config dir
8309                 update binary name (thanks to Fabien Vantard)
8310                 remove obsolete scripts
8311
8312 2005-10-21 [colin]      1.9.15cvs86
8313
8314         * src/inc.c
8315                 Fix possible leak and units. Based on a patch by
8316                 Fabien Vantard.
8317
8318 2005-10-20 [colin]      1.9.15cvs85
8319
8320         * src/textview.c
8321                 Clear xface when clearing textview
8322
8323 2005-10-20 [colin]      1.9.15cvs84
8324
8325         * configure.ac
8326         * src/folderview.c
8327         * src/headerview.c
8328         * src/main.c
8329         * src/prefs_common.c
8330         * src/prefs_common.h
8331         * src/prefs_message.c
8332         * src/textview.c
8333         * src/textview.h
8334         * src/common/defs.h
8335         * src/common/utils.c
8336         * src/common/utils.h
8337         * src/gtk/gtkutils.c
8338         * src/gtk/gtkutils.h
8339                 Migrate config to .sylpheed-claws (Automatically)
8340                 Add a way to get the Xface in the TextView
8341
8342 2005-10-20 [colin]      1.9.15cvs83
8343
8344         * src/gtk/Makefile.am
8345         * src/gtk/about.c
8346         * src/gtk/authors.h
8347                 Make the about dialog *grooovy*
8348
8349 2005-10-20 [colin]      1.9.15cvs82
8350
8351         * src/mimeview.c
8352                 Use "Open with" on double click if no command
8353                 was found
8354
8355 2005-10-20 [colin]      1.9.15cvs81
8356
8357         * src/imap.c
8358         * src/etpan/imap-thread.c
8359                 Fix possible crash.
8360
8361 2005-10-20 [paul]       1.9.15cvs80
8362
8363         * src/folder.c
8364                 don't show clipkey icon if the only
8365                 attachment is the signature
8366                 Patch by Colin
8367
8368 2005-10-20 [paul]       1.9.15cvs79
8369
8370         * AUTHORS
8371         * src/plugins/pgpmime/pgpmime.c
8372                 name the PGP/MIME signature 'signature.asc'
8373                 Patch by Andrew Nelson <freeandy@gmail.com>
8374
8375 2005-10-19 [colin]      1.9.15cvs78
8376
8377         * src/plugins/pgpmime/pgpmime.c
8378                 Oops, no need to double-check though
8379
8380 2005-10-19 [colin]      1.9.15cvs77
8381
8382         * src/plugins/pgpinline/pgpinline.c
8383         * src/plugins/pgpmime/pgpmime.c
8384                 Check that my_tmpfile() doesn't 
8385                 return NULL
8386
8387 2005-10-19 [colin]      1.9.15cvs76
8388
8389         * src/common/utils.c
8390                 Use shorter mime boundaries to avoid having
8391                 MTAs rewrapping our headers, breaking the
8392                 PGP signature in the process 
8393         * src/compose.c
8394         * src/plugins/pgpmime/pgpmime.c
8395                 Check for boundary uniqueness to be sure
8396                 it won't happen, instead of hoping for the
8397                 best
8398
8399 2005-10-19 [colin]      1.9.15cvs75
8400
8401         * sylpheed-claws.desktop
8402         * src/Makefile.am
8403         * src/main.c
8404                 Ship a sylpheed-claws binary instead
8405                 of a sylpheed one. Change the socket
8406                 name, too
8407         * src/folderview.c
8408                 Update folder only if it changed
8409         * src/wizard.c
8410                 Fix i18n in welcome mail, patch by
8411                 Fabien Vantard
8412
8413 2005-10-19 [paul]
8414
8415         1.9.99-rc2 released
8416
8417 2005-10-19 [paul]       1.9.15cvs74
8418
8419         * src/folder.c
8420         * src/folderview.c
8421                 fix summaryview update
8422                 Patch by Colin
8423
8424 2005-10-18 [colin]      1.9.15cvs73
8425
8426         * src/plugins/pgpcore/passphrase.c
8427                 Don't XGrabServer, and try a bit more to 
8428                 sync everything before grabbing mouse/keyboard
8429
8430 2005-10-18 [colin]      1.9.15cvs72
8431
8432         * src/Makefile.am
8433         * src/addressadd.c
8434         * src/addressbook.c
8435         * src/folderview.c
8436         * src/grouplistdialog.c
8437         * src/mimeview.c
8438         * src/stock_pixmap.c
8439         * src/stock_pixmap.h
8440         * src/summaryview.c
8441         * src/gtk/gtksctree.c
8442         * src/gtk/gtksctree.h
8443         * src/pixmaps/empty.xpm
8444                 Implement a wrapper call for gtk_ctree_set_node_info
8445                 and gtk_ctree_insert_node, that uses a 1x1 transparent
8446                 pixmap instead of a NULL one. This works around some
8447                 memory problems deep inside gtk, revealed by valgrind,
8448                 and fixes bug #834 (Pressing CTRl-D on a message marked 
8449                 as locked crashes sylpheed.), as well as, probably, 
8450                 wwp's 4th dimension problems that happen in gtk_ctree_*.
8451
8452 2005-10-17 [colin]      1.9.15cvs71
8453
8454         * src/mimeview.c
8455                 Provide visual feedback when checking
8456                 signature
8457
8458 2005-10-17 [colin]      1.9.15cvs70
8459
8460         * src/main.c
8461                 Keep the folder list frozen while checking caches...
8462
8463 2005-10-17 [colin]      1.9.15cvs69
8464
8465         * src/addr_compl.c
8466                 Fi bug #833 (Autocompleting from addressbook 
8467                 fails with extended chars)
8468         * src/imap.c
8469                 Fix 'adding messages' staying in statusbar
8470                 after an error
8471
8472 2005-10-17 [wwp]        1.9.15cvs68
8473
8474         * src/ssl_manager.c
8475                 Fix buttons' layout resizing when window size changes
8476
8477 2005-10-17 [wwp]        1.9.15cvs67
8478
8479         * src/account.c
8480         * src/prefs_account.c
8481         * src/prefs_common.c
8482         * src/prefs_common.h
8483         * src/prefs_folder_item.c
8484         * src/prefs_gtk.c
8485         * src/gtk/logwindow.c
8486         * src/gtk/pluginwindow.c
8487         * src/gtk/prefswindow.c
8488         * src/gtk/prefswindow.h
8489                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
8490
8491 2005-10-17 [paul]       1.9.15cvs66
8492
8493         * configure.ac
8494                 fix missing libetpan message
8495         * po/en_GB.po
8496                 updated
8497         * src/crash.c
8498         * src/manual.c
8499         * src/prefs_themes.c
8500         * src/common/defs.h
8501                 add some new URI defines, change some
8502                 others
8503         * src/wizard.c
8504                 make welcome message translatable
8505                 small improvements to english
8506                 other tweaks
8507         * src/gtk/menu.c
8508                 fix warnings
8509
8510 2005-10-17 [paul]       1.9.15cvs65
8511
8512         * src/summaryview.c
8513                 fix column titles
8514
8515 2005-10-16 [mones]      1.9.15cvs64
8516
8517         * po/es.po
8518                 Updated translation
8519
8520 2005-10-16 [colin]
8521
8522         1.9.99-rc1 released
8523
8524 2005-10-16 [colin]      1.9.15cvs63
8525
8526         * src/wizard.c
8527                 Fix whitespace
8528
8529 2005-10-16 [colin]      1.9.15cvs62
8530
8531         * src/toolbar.c
8532                 s/Get All/Get Mail/
8533         * src/wizard.c
8534                 Real welcome mail text, thanks Paul
8535
8536 2005-10-16 [colin]      1.9.15cvs61
8537
8538         * src/editldap.c
8539         * src/exporthtml.c
8540         * src/main.c
8541         * src/mainwindow.c
8542         * src/prefs_themes.c
8543         * src/prefs_toolbar.c
8544         * src/plugins/demo/demo.c
8545         * src/plugins/trayicon/trayicon.c
8546                 s/Sylpheed/Sylpheed-Claws/
8547
8548 2005-10-16 [colin]      1.9.15cvs60
8549
8550         * src/wizard.c
8551                 Add a welcome email in the first empty mailbox
8552         * src/prefs_common.c
8553                 Change one more default
8554
8555 2005-10-16 [colin]      1.9.15cvs59
8556
8557         * src/wizard.c
8558                 Remove printf
8559
8560 2005-10-16 [colin]      1.9.15cvs58
8561
8562         * src/toolbar.c
8563         * src/prefs_common.c
8564                 Change some defaults
8565
8566 2005-10-16 [colin]      1.9.15cvs57
8567
8568         * src/toolbar.c
8569         * src/prefs_common.c
8570                 Change some defaults
8571
8572 2005-10-16 [colin]      1.9.15cvs56
8573
8574         * src/wizard.c
8575                 By default, initialize fonts to have
8576                 the same size as normal GtkWidgets
8577
8578 2005-10-16 [colin]      1.9.15cvs55
8579
8580         * src/mimeview.c
8581                 Fix message a bit more
8582
8583 2005-10-16 [colin]      1.9.15cvs54
8584
8585         * src/addressbook.c
8586                 Second attempt at flicker fixing
8587
8588 2005-10-16 [colin]      1.9.15cvs53
8589
8590         * src/addressbook.c
8591                 Fix flicker
8592
8593 2005-10-16 [wwp]        1.9.15cvs52
8594
8595         * src/addressbook.c
8596         * src/editaddress.c
8597         * src/prefs_common.c
8598         * src/prefs_common.h
8599                 Remember window sizes (address book)
8600
8601 2005-10-16 [wwp]        1.9.15cvs51
8602
8603         * src/plugins/clamav/clamav_plugin_gtk.c
8604         * src/plugins/spamassassin/spamassassin_gtk.c
8605                 Fix compilation warnings (missing #include).
8606
8607 2005-10-16 [colin]      1.9.15cvs50
8608
8609         * src/mimeview.c
8610         * src/summaryview.c
8611         * src/textview.c
8612                 Make 'c' check signature, and forward
8613                 c, l, y, t from summaryview to mimeview
8614
8615 2005-10-16 [colin]      1.9.15cvs49
8616
8617         * src/addressbook.c
8618                 Put border around buttons
8619         * src/mainwindow.c
8620         * src/summaryview.c
8621                 Rework menus (Patch based on a patch
8622                 by Paul)
8623
8624 2005-10-15 [wwp]        1.9.15cvs48
8625
8626         * src/editjpilot.c
8627         * src/editldap.c
8628         * src/editvcard.c
8629         * src/exphtmldlg.c
8630         * src/expldifdlg.c
8631         * src/export.c
8632         * src/import.c
8633         * src/importldif.c
8634         * src/importmutt.c
8635         * src/importpine.c
8636         * src/prefs_account.c
8637         * src/prefs_spelling.c
8638         * src/gtk/gtkutils.c
8639         * src/gtk/gtkutils.h
8640         * src/plugins/clamav/clamav_plugin_gtk.c
8641         * src/plugins/spamassassin/spamassassin_gtk.c
8642                 use nicer browse-for-file/dir buttons than the "..." ones,
8643                 code factorizing more.
8644
8645 2005-10-14 [colin]      1.9.15cvs47
8646
8647         * src/mainwindow.c
8648                 set relief on the account switcher so that people see it
8649                 grey out Create processing rules when no message is selected
8650         * src/prefs_filtering.c
8651                 ask before closing if the rule has not been modified, even if
8652                 it's not valid
8653         * src/prefs_matcher.c
8654                 fix sensitivity when entering the dialog
8655         * src/gtk/inputdialog.c
8656                 display a better icon on password ask
8657         * src/plugins/pgpcore/passphrase.c
8658                 make the dialog look better
8659
8660 2005-10-14 [paul]       1.9.15cvs46
8661
8662         * src/folderview.c
8663                 indicate presense of marked msgs in
8664                 unexpanded subfolders
8665
8666 2005-10-14 [paul]       1.9.15cvs45
8667
8668         * src/prefs_actions.c
8669         * src/prefs_common.c
8670         * src/prefs_common.h
8671         * src/prefs_filtering_action.c
8672         * src/prefs_matcher.c
8673         * src/prefs_template.c
8674                 remember window sizes
8675                 fix Info button size
8676
8677         Patches by wwp
8678
8679 2005-10-13 [colin]      1.9.15cvs44
8680
8681         * src/mimeview.c
8682         * src/noticeview.c
8683         * src/noticeview.h
8684                 Add a tooltip on the icon (optional) 
8685                 Get rid of the signature buttons and only
8686                 use the icon+tooltip
8687
8688 2005-10-13 [colin]      1.9.15cvs43
8689
8690         * src/noticeview.c
8691         * src/noticeview.h
8692                 Add hand cursor for hovering over icon
8693
8694 2005-10-13 [colin]      1.9.15cvs42
8695
8696         * src/summaryview.c
8697                 Fix crash when quicksearch's hidden 
8698                 at startup
8699
8700 2005-10-13 [colin]      1.9.15cvs41
8701
8702         * src/compose.c
8703                 Set subject when forwarding multiple mails
8704                 Check that other recipient than the default Cc or Bcc
8705                 have been set before sending.
8706
8707 2005-10-13 [colin]      1.9.15cvs40
8708
8709         * src/imap.c
8710                 Batch per-folder
8711                 Introduce locking, but don't use it yet
8712
8713 2005-10-13 [colin]      1.9.15cvs39
8714
8715         * src/gtk/quicksearch.c
8716                 Reset quicksearch when hiding it
8717                 Make sticky a real pref
8718
8719 2005-10-13 [colin]      1.9.15cvs38
8720
8721         * src/summaryview.c
8722                 Faster prefs apply
8723
8724 2005-10-13 [colin]      1.9.15cvs37
8725
8726         * src/mimeview.c
8727         * src/noticeview.c
8728         * src/noticeview.h
8729         * src/plugins/pgpcore/sgpgme.c
8730                 Make privacy icon clickable
8731                 Move Trust field in Full info
8732                 When trust is less than full, don't display
8733                 a warning icon
8734
8735 2005-10-13 [colin]      1.9.15cvs36
8736
8737         * src/folder.c
8738                 Batch on flags sync
8739         * src/folderview.c
8740                 Revert speed hack which is dangerous in fact
8741                 Apply prefs faster
8742
8743 2005-10-13 [colin]      1.9.15cvs35
8744
8745         * src/folder_item_prefs.c
8746                 Fix pref corruption on folder move. Patch
8747                 by wwp
8748
8749 2005-10-13 [paul]       1.9.15cvs34
8750
8751         * src/export.c
8752         * src/import.c
8753                 fix typos in g_warnings
8754         * src/prefs_account.c
8755                 add a file selector for Signature file
8756
8757         Patches by wwp
8758
8759 2005-10-12 [colin]      1.9.15cvs33
8760
8761         * src/mimeview.c
8762                 Provide a quick way to go back from a
8763                 signature's full info to the email part
8764
8765 2005-10-12 [colin]      1.9.15cvs32
8766
8767         * src/compose.c
8768                 Remove old hack of encoding signed mails with base64.
8769                 QP works equally well.
8770
8771 2005-10-12 [colin]      1.9.15cvs31
8772
8773         * src/crash.c
8774                 Replace deprecated GtkText with GtkTextView
8775         * src/imap.c
8776                 Fix a logic bug about counts in imap_select
8777                 (previously un-triggered)
8778         * src/mainwindow.c
8779         * src/summaryview.c
8780         * src/news.c
8781                 Allow local deletion of news posts
8782         * src/mimeview.c
8783                 Show GPG noticeview on the message/rfc822 part
8784                 in addition to the text/plain one
8785         * src/prefs_image_viewer.c
8786           src/plugins/pgpcore/prefs_gpg.c
8787                 Polish (set the label as part of the checkbox)
8788         * src/wizard.c
8789                 Don't sit there doing nothing after destroying
8790                 the window - return err
8791
8792 2005-10-11 [colin]      1.9.15cvs30
8793
8794         * src/folderview.c
8795                 Apply processing rules before showing folders.
8796                 Early folder show (before flags sync) will only
8797                 be done when there are no processing rules (nor
8798                 pre- or post- ones)
8799         * src/imap.c
8800                 Fix stuff related to mail subdir, creation and 
8801                 deletion of folders 
8802         * src/imap_gtk.c
8803                 Don't allow creation of folders in NoInferior
8804                 folders, as it won't work
8805
8806 2005-10-10 [colin]      1.9.15cvs29
8807
8808         * src/compose.c
8809                 Reselect "None" Privacy system when selecting an
8810                 account with no privacy system defined
8811
8812 2005-10-10 [colin]      1.9.15cvs28
8813
8814         * src/mainwindow.c
8815                 Add Windows-1252 encoding
8816         * src/prefs_common.c
8817                 Rework some defaults:
8818                 - autosave to draft by default
8819                 - don't show header pane (it's already in the textview)
8820                 - Select first new or unread mail on entry
8821                 - Assume 'Yes' to change folder when there's no more
8822                   unread message
8823         * src/prefs_matcher.c
8824                 Fix a gtk assertion failure
8825         * src/gtk/colorlabel.c
8826                 Workaround bad repainting on selection
8827         * src/main.c
8828                 Freeze/thaw (a bit faster on ssh -X)
8829         * src/msgcache.c
8830                 Get rid of StrdupConverter that just adds an
8831                 extra strdup/free 
8832         * src/etpan/imap_thread.c
8833                 memset buf to 0
8834
8835 2005-10-10 [colin]      1.9.15cvs27
8836
8837         * src/export.c
8838         * src/import.c
8839                 Fix compile on gtk 2.4. Patch by wwp
8840
8841 2005-10-09 [colin]      1.9.15cvs26
8842
8843         * src/mainwindow.c
8844         * src/messageview.c
8845         * src/summaryview.c
8846                 Clarify forward menus. Patch by wwp
8847
8848 2005-10-09 [colin]      1.9.15cvs25
8849
8850         * src/compose.c
8851         * src/compose.h
8852                 Fix bug #829 (Non-working "Encrypt message by 
8853                 default when replying to an encrypted message")
8854
8855 2005-10-08 [colin]      1.9.15cvs24
8856
8857         * src/wizard.c
8858                 Fix bug #827 ("Welcome" setup wizard after a 
8859                 permission error gives up & forgets itself.)
8860
8861 2005-10-08 [colin]      1.9.15cvs23
8862
8863         * src/procmime.c
8864                 Fix bug #828 (Ignoring headers with spaces around = sign)
8865
8866 2005-10-08 [colin]      1.9.15cvs22
8867
8868         * src/export.c
8869                 Warning fix by wwp
8870
8871 2005-10-08 [colin]      1.9.15cvs21
8872
8873         * src/folder.c
8874         * src/folder.h
8875                 Add a processing_pending indicator, set on 
8876                 folder_item_open and cleared after 
8877                 folder_item_process_open
8878         * src/folderview.c
8879         * src/summaryview.c
8880                 wrap procmsg_msginfo_*_flags, and in the
8881                 wrapper check that there's no folder processing 
8882                 pending. If there is, defer the flags change until 
8883                 processing is done to avoid stepping over each
8884                 other's toes.
8885                 Freeze during processing, but not during scanning.
8886
8887 2005-10-07 [colin]      1.9.15cvs20
8888
8889         * src/plugins/pgpcore/passphrase.c
8890                 Fix bug #826 (X-Server hangs when 
8891                 right-clicking a PGP encrypted message)
8892
8893 2005-10-07 [paul]       1.9.15cvs19
8894
8895         * src/compose.c
8896                 fix compose_entries[]
8897                 patch by Fabien Vantard
8898
8899 2005-10-06 [colin]      1.9.15cvs18
8900
8901         * src/pixmaps/address.xpm
8902         * src/pixmaps/address_book.xpm
8903         * src/pixmaps/book.xpm
8904         * src/pixmaps/check_spelling.xpm
8905         * src/pixmaps/checkbox_off.xpm
8906         * src/pixmaps/checkbox_on.xpm
8907         * src/pixmaps/close.xpm
8908         * src/pixmaps/complete.xpm
8909         * src/pixmaps/continue.xpm
8910         * src/pixmaps/deleted.xpm
8911         * src/pixmaps/down_arrow.xpm
8912         * src/pixmaps/exec.xpm
8913         * src/pixmaps/forwarded.xpm
8914         * src/pixmaps/group.xpm
8915         * src/pixmaps/ignorethread.xpm
8916         * src/pixmaps/interface.xpm
8917         * src/pixmaps/jpilot.xpm
8918         * src/pixmaps/ldap.xpm
8919         * src/pixmaps/linewrap.xpm
8920         * src/pixmaps/linewrapcurrent.xpm
8921         * src/pixmaps/mail.xpm
8922         * src/pixmaps/mail_attach.xpm
8923         * src/pixmaps/mail_compose.xpm
8924         * src/pixmaps/mail_forward.xpm
8925         * src/pixmaps/mail_receive.xpm
8926         * src/pixmaps/mail_receive_all.xpm
8927         * src/pixmaps/mail_reply.xpm
8928         * src/pixmaps/mail_reply_to_all.xpm
8929         * src/pixmaps/mail_reply_to_author.xpm
8930         * src/pixmaps/mail_send.xpm
8931         * src/pixmaps/mail_send_queue.xpm
8932         * src/pixmaps/mime_application.xpm
8933         * src/pixmaps/mime_audio.xpm
8934         * src/pixmaps/mime_image.xpm
8935         * src/pixmaps/mime_message.xpm
8936         * src/pixmaps/mime_text_enriched.xpm
8937         * src/pixmaps/mime_text_html.xpm
8938         * src/pixmaps/mime_text_plain.xpm
8939         * src/pixmaps/mime_unknown.xpm
8940         * src/pixmaps/new.xpm
8941         * src/pixmaps/news_compose.xpm
8942         * src/pixmaps/offline.xpm
8943         * src/pixmaps/online.xpm
8944         * src/pixmaps/paste.xpm
8945         * src/pixmaps/preferences.xpm
8946         * src/pixmaps/privacy_emblem_encrypted.xpm
8947         * src/pixmaps/privacy_expired.xpm
8948         * src/pixmaps/privacy_failed.xpm
8949         * src/pixmaps/privacy_passed.xpm
8950         * src/pixmaps/privacy_signed.xpm
8951         * src/pixmaps/privacy_unknown.xpm
8952         * src/pixmaps/privacy_warn.xpm
8953         * src/pixmaps/properties.xpm
8954         * src/pixmaps/replied.xpm
8955         * src/pixmaps/search.xpm
8956         * src/pixmaps/unread.xpm
8957         * src/pixmaps/up_arrow.xpm
8958         * src/pixmaps/vcard.xpm
8959                 Modernize internal theme, with icons from the 
8960                 Gnomaws theme. Keep some of the old ones where
8961                 they were better.
8962
8963 2005-10-06 [colin]      1.9.15cvs17
8964
8965         * src/summaryview.c
8966                 Little optimisations + bugfix
8967         * src/toolbar.c
8968                 Remove default useless items - useless being defined
8969                 by the default relevant prefs
8970         * src/wizard.c
8971                 include config.h to make gettext work
8972         * src/prefs_themes.c
8973                 Fix selection of current theme in prefs
8974
8975 2005-10-06 [colin]      1.9.15cvs16
8976
8977         * src/prefs_common.c
8978         * src/prefs_common.h
8979         * src/prefs_summaries.c
8980         * src/folderview.c
8981                 Add a warning dialog on Mark all read 
8982                 (with pref to get rid of it)
8983
8984 2005-10-06 [paul]       1.9.15cvs15
8985
8986         * po/nb.po
8987         * po/pt_BR.po
8988                 updated by Geir Helland and Frederico
8989                 Goncalves Guimaraes
8990
8991 2005-10-05 [colin]      1.9.15cvs14
8992
8993         * src/folder.c
8994         * src/folder.h
8995         * src/folderview.c
8996         * src/folderview.h
8997         * src/imap_gtk.c
8998         * src/mh_gtk.c
8999         * src/mainwindow.c
9000         * src/setup.c
9001                 add a way to rescan without rebuilding
9002                 make moving a bit faster (less folders changes)
9003                 don't lock the tree on Get 
9004         * src/imap.c
9005                 Don't re-delete deleted messages before expunging
9006         * src/summaryview.c
9007                 Set batch mode when deleting mails
9008
9009 2005-10-05 [paul]       1.9.15cvs13
9010
9011         * src/mainwindow.c
9012         * src/mainwindow.h
9013                 fix disabled Execute menu item
9014         * src/toolbar.c
9015                 match the change in 1.9.15cvs10: use Compose
9016                 instead of News by default
9017
9018 2005-10-04 [colin]      1.9.15cvs12
9019
9020         * src/compose.c
9021                 When replying to an ML post with Reply-To set
9022                 to the poster's email, honor it (as before),
9023                 but also honor our user's request to reply to
9024                 the mailing list: set the ML address in the To
9025                 field and the Reply-To address in the Cc: 
9026                 field.
9027
9028 2005-10-04 [colin]      1.9.15cvs11
9029
9030         * src/plugins/trayicon/trayicon.c
9031                 Finish cosmetic change - thanks to wwp
9032
9033 2005-10-04 [colin]      1.9.15cvs10
9034
9035         * src/toolbar.c
9036                 Use Compose instead of Email by default.
9037                 Spotted by wwp.
9038
9039 2005-10-04 [colin]      1.9.15cvs9
9040
9041         * src/folder.c
9042         * src/folder.h
9043         * src/folderview.c
9044         * src/imap.c
9045         * src/etpan/imap-thread.c
9046         * src/etpan/imap-thread.h
9047                 Try to make IMAP faster, by simplifying SEARCH
9048                 commands, avoiding sending two STATUS in a row,
9049                 and deferring flags sync and processing just
9050                 after displaying the folder. 
9051                 This will update the SummaryView in certain
9052                 cases (new mails not already fetched, flags
9053                 changed from another client) but in a non-
9054                 blocking manner.
9055
9056 2005-10-04 [colin]      1.9.15cvs8
9057
9058         * src/plugins/trayicon/trayicon.c
9059                 Relabel "Offline" to "Work offline"
9060
9061 2005-10-04 [colin]      1.9.15cvs7
9062
9063         * src/export.c
9064         * src/import.c
9065         * src/mbox.c
9066                 Fix mbox import/export buglets
9067                 Patch by wwp
9068         * src/plugins/trayicon/trayicon.c
9069                 Add offline swithc
9070                 Patch by wwp
9071
9072 2005-10-04 [colin]      1.9.15cvs6
9073
9074         * src/folder.c
9075         * src/folderview.c
9076         * src/summaryview.c
9077                 Better fix (don't break mark all read) for cvs2
9078
9079 2005-10-03 [colin]      1.9.15cvs5
9080
9081         * src/folder.c
9082                 Use a sane sort by default
9083
9084 2005-10-03 [colin]      1.9.15cvs4
9085
9086         * src/inc.c
9087                 Add a 'Only once' button for overriding offline mode
9088         * src/prefs_account.c
9089         * src/wizard.c
9090                 Add Local mbox to the wizard
9091                 Add IMAP subdir to the wizard (or the wizard is useless
9092                 for such accounts, or even worse than useless)
9093                 Move IMAP subdir from Advanced to Receive tab, as it's
9094                 not that uncommon
9095
9096 2005-10-03 [colin]      1.9.15cvs3
9097
9098         * src/send_message.c
9099                 Forgot this one in cvs1
9100
9101 2005-10-03 [colin]      1.9.15cvs2
9102
9103         * src/folder.c
9104                 Faster close when leaving a folder with lots
9105                 of new mails. Idea by David Relson.
9106
9107 2005-10-03 [colin]      1.9.15cvs1
9108
9109         * src/compose.c
9110         * src/imap.c
9111         * src/inc.c
9112         * src/main.c
9113         * src/messageview.c
9114         * src/news.c
9115         * src/summaryview.c
9116         * src/gtk/sslcertwindow.c
9117         * src/plugins/trayicon/trayicon.c
9118                 Add accels to every AlertPanel. Patch by Fabien 
9119                 Vantard
9120
9121 2005-10-03 [paul]       1.9.15
9122
9123         1.9.15 released
9124
9125 2005-10-03 [paul]       1.9.14cvs68
9126
9127         * po/ca.po
9128         * po/de.po
9129         * po/es.po
9130         * po/fi.po
9131         * po/fr.po
9132         * po/sk.po
9133         * po/sr.po
9134         * po/zh_CN.po
9135                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9136                 Mones Lastra, Tommi Pirinen, Fabien vantard,
9137                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
9138
9139 2005-10-03 [paul]       1.9.14cvs67
9140
9141         * src/send_message.c
9142                 prevent hang on Cancel
9143                 patch by Colin
9144
9145 2005-10-03 [paul]       1.9.14cvs66
9146
9147         * src/main.c
9148                 fix crash in IMAP caused by discrepancy
9149                 between check_at_startup and offline mode
9150                 Patch by Colin
9151
9152 2005-10-01 [paul]       1.9.14cvs65
9153
9154         * src/inc.c
9155                 fix engrish
9156
9157 2005-10-01 [paul]       1.9.14cvs64
9158         * src/export.c
9159         * src/import.c
9160                 synchronise import_mbox() and export_mbox()
9161         * src/mbox.c
9162                 proc_mbox(): add alert if file cannot be opened
9163                 export_list_to_mbox(): test if dest file exists,
9164                 prompt user to overwrite if it does. add alert
9165                 if file cannot be created
9166                                                                 
9167         Patch by wwp
9168                                                                                                                 
9169
9170 2005-09-30 [paul]       1.9.14cvs63
9171
9172         * src/addressbook.c
9173                 Fix sensitivity of a menu
9174         * src/codeconv.c
9175                 Respect hidden pref for mails with no encoding
9176         * src/common/xml.c
9177                 Fix memory corruption
9178         * src/plugins/pgpcore/sgpgme.c
9179                 Fix segfault on incomplete sigs, and display
9180                 of S/Mime UIDs
9181
9182         Patches by Colin
9183
9184 2005-09-30 [colin]      1.9.14cvs62
9185
9186         * src/partial_download.c
9187                 Little logic fix in almost-dead code
9188         * src/pop.c
9189                 Fix partial download when there's no new mail
9190
9191 2005-09-29 [paul]       1.9.14cvs61
9192
9193         * src/plugins/pgpinline/pgpinline.c
9194                 fix bug 819, 'crash accessing sign message'
9195                 Patch by Colin
9196
9197 2005-09-28 [martin]     1.9.14cvs60
9198
9199         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9200                 fix bug #790 (Crash when restarting window manager (fluxbox))
9201
9202 2005-09-28 [paul]       1.9.14cvs59
9203
9204         * src/gtk/gtkaspell.c
9205                 fix off-by-one typo
9206
9207 2005-09-27 [colin]      1.9.14cvs58
9208
9209         * src/plugins/pgpcore/sgpgme.c
9210                 Report error when there's one, instead of
9211                 "Signature unchecked" 
9212
9213 2005-09-27 [colin]      1.9.14cvs57
9214
9215         * src/prefs_quote.c
9216                 Fix bug #816 (Weird quotation with spaces)
9217
9218 2005-09-27 [colin]      1.9.14cvs56
9219
9220         * src/codeconv.c
9221         * src/compose.c
9222         * src/compose.h
9223                 Put subject in compose's title
9224                 Fix Automatic encoding so that it's really automatic:
9225                 first try default locale's charset, then charset of the replied mail, 
9226                 then utf-8
9227                 Fix encoding of headers (must be in strict mode too)
9228
9229 2005-09-26 [colin]      1.9.14cvs55
9230
9231         * src/gtk/gtkaspell.c
9232                 Fix previous patch - don't color the space,
9233                 just uncolor it :)
9234
9235 2005-09-26 [colin]      1.9.14cvs54
9236
9237         * src/gtk/gtkaspell.c
9238                 Unmark space if possible
9239
9240 2005-09-26 [colin]      1.9.14cvs53
9241
9242         * src/imap.c
9243                 log_error instead of alertpanel according to the pref
9244         * src/etpan/imap-thread.c
9245                 Print connect status, copy only necessary size to 
9246                 logger
9247         * src/plugins/pgpmime/pgpmime.c
9248                 Handle S/Mime signatures (verification only). Patch based
9249                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
9250
9251 2005-09-26 [paul]       1.9.14cvs52
9252
9253         * src/common/passcrypt.c
9254                 this 'workaround' not necessary on NetBSD.
9255                 Thanks to Daniel Gustafson
9256
9257 2005-09-26 [paul]
9258
9259         1.9.15-rc4 released
9260
9261 2005-09-26 [paul]       1.9.14cvs51
9262
9263         * src/summaryview.c
9264                 Skip currently selected message when
9265                 looking for next new or unread message
9266                 in current folder. Patch by Colin
9267         * src/common/passcrypt.c
9268                 eliminate warnings on *BSD. Patch by
9269                 Daniel Gustafson
9270
9271 2005-09-26 [colin]      1.9.14cvs50
9272
9273         * src/procmsg.c
9274                 Call postfiltering hook anyway
9275
9276 2005-09-22 [colin]      1.9.14cvs49
9277
9278         * src/codeconv.c
9279         * src/codeconv.h
9280                 Add a strict mode that doesn't replace with _
9281         * src/compose.c
9282         * src/compose.h
9283                 Use strict conversion while sending
9284                 Fix race when drafting while sending (happens
9285                 on IMAP)
9286                 Fix d'n'd of messages from summaryview
9287         * src/prefs_common.c
9288         * src/prefs_common.h
9289                 add hidden utf8_instead_of_locale_for_broken_mail 
9290                 pref for people that preferred the default charset 
9291                 to be utf8 for broken mails
9292         * src/quote_fmt_parse.y
9293                 fix bug #815 (No quote insert if "From:" fied 
9294                 contained Russian letters)
9295         * src/summaryview.c
9296                 Fix d'n'd of messages to compose
9297
9298 2005-09-22 [paul]       1.9.14cvs48
9299
9300         * src/compose.c
9301                 fix bug where attachments Name entry
9302                 would display Path instead
9303
9304 2005-09-21 [paul]       1.9.14cvs47
9305
9306         * README
9307         * README.jp
9308         * configure.ac
9309         * config/config.rpath
9310         * doc/manual/en/sylpheed-20.html
9311         * doc/manual/es/sylpheed-20.html
9312         * po/bg.po
9313         * po/ca.po
9314         * po/de.po
9315         * po/es.po
9316         * po/fr.po
9317         * po/it.po
9318         * po/pt_BR.po
9319         * po/sk.po
9320         * po/zh_TW.po
9321         * src/account.c
9322         * src/account.h
9323         * src/action.c
9324         * src/action.h
9325         * src/adbookbase.h
9326         * src/addr_compl.c
9327         * src/addr_compl.h
9328         * src/addrbook.c
9329         * src/addrbook.h
9330         * src/addrcache.c
9331         * src/addrcache.h
9332         * src/addrcindex.c
9333         * src/addrcindex.h
9334         * src/addrclip.c
9335         * src/addrclip.h
9336         * src/addrdefs.h
9337         * src/addressadd.c
9338         * src/addressadd.h
9339         * src/addressbook.c
9340         * src/addressbook.h
9341         * src/addressitem.h
9342         * src/addrgather.c
9343         * src/addrgather.h
9344         * src/addrharvest.c
9345         * src/addrharvest.h
9346         * src/addrindex.c
9347         * src/addrindex.h
9348         * src/addritem.c
9349         * src/addritem.h
9350         * src/addrquery.c
9351         * src/addrquery.h
9352         * src/addrselect.c
9353         * src/addrselect.h
9354         * src/alertpanel.c
9355         * src/alertpanel.h
9356         * src/browseldap.c
9357         * src/browseldap.h
9358         * src/codeconv.c
9359         * src/codeconv.h
9360         * src/compose.c
9361         * src/compose.h
9362         * src/crash.c
9363         * src/crash.h
9364         * src/customheader.c
9365         * src/customheader.h
9366         * src/displayheader.c
9367         * src/displayheader.h
9368         * src/editaddress.c
9369         * src/editaddress.h
9370         * src/editbook.c
9371         * src/editbook.h
9372         * src/editgroup.c
9373         * src/editgroup.h
9374         * src/editjpilot.c
9375         * src/editjpilot.h
9376         * src/editldap.c
9377         * src/editldap.h
9378         * src/editldap_basedn.c
9379         * src/editldap_basedn.h
9380         * src/editvcard.c
9381         * src/editvcard.h
9382         * src/enriched.c
9383         * src/enriched.h
9384         * src/exphtmldlg.c
9385         * src/exphtmldlg.h
9386         * src/expldifdlg.c
9387         * src/expldifdlg.h
9388         * src/export.c
9389         * src/export.h
9390         * src/exporthtml.c
9391         * src/exporthtml.h
9392         * src/exportldif.c
9393         * src/exportldif.h
9394         * src/filtering.c
9395         * src/filtering.h
9396         * src/folder.c
9397         * src/folder.h
9398         * src/folder_item_prefs.c
9399         * src/folder_item_prefs.h
9400         * src/foldersel.c
9401         * src/foldersel.h
9402         * src/folderutils.c
9403         * src/folderutils.h
9404         * src/folderview.c
9405         * src/folderview.h
9406         * src/grouplistdialog.c
9407         * src/grouplistdialog.h
9408         * src/headerview.c
9409         * src/headerview.h
9410         * src/html.c
9411         * src/html.h
9412         * src/image_viewer.c
9413         * src/image_viewer.h
9414         * src/imap.c
9415         * src/imap.h
9416         * src/imap_gtk.c
9417         * src/imap_gtk.h
9418         * src/import.c
9419         * src/import.h
9420         * src/importldif.c
9421         * src/importldif.h
9422         * src/importmutt.c
9423         * src/importmutt.h
9424         * src/importpine.c
9425         * src/importpine.h
9426         * src/inc.c
9427         * src/inc.h
9428         * src/jpilot.c
9429         * src/jpilot.h
9430         * src/ldapctrl.c
9431         * src/ldapctrl.h
9432         * src/ldaplocate.c
9433         * src/ldaplocate.h
9434         * src/ldapquery.c
9435         * src/ldapquery.h
9436         * src/ldapserver.c
9437         * src/ldapserver.h
9438         * src/ldaputil.c
9439         * src/ldaputil.h
9440         * src/ldif.c
9441         * src/ldif.h
9442         * src/localfolder.c
9443         * src/localfolder.h
9444         * src/main.c
9445         * src/main.h
9446         * src/mainwindow.c
9447         * src/mainwindow.h
9448         * src/manual.c
9449         * src/manual.h
9450         * src/matcher.c
9451         * src/matcher.h
9452         * src/matcher_parser.h
9453         * src/matcher_parser_lex.l
9454         * src/matcher_parser_parse.y
9455         * src/mbox.c
9456         * src/mbox.h
9457         * src/message_search.c
9458         * src/message_search.h
9459         * src/messageview.c
9460         * src/messageview.h
9461         * src/mh.c
9462         * src/mh.h
9463         * src/mh_gtk.c
9464         * src/mh_gtk.h
9465         * src/mimeview.c
9466         * src/mimeview.h
9467         * src/msgcache.c
9468         * src/msgcache.h
9469         * src/mutt.c
9470         * src/mutt.h
9471         * src/news.c
9472         * src/news.h
9473         * src/news_gtk.c
9474         * src/news_gtk.h
9475         * src/noticeview.c
9476         * src/noticeview.h
9477         * src/partial_download.c
9478         * src/partial_download.h
9479         * src/pine.c
9480         * src/pine.h
9481         * src/pop.c
9482         * src/pop.h
9483         * src/prefs_account.c
9484         * src/prefs_account.h
9485         * src/prefs_actions.c
9486         * src/prefs_actions.h
9487         * src/prefs_common.c
9488         * src/prefs_common.h
9489         * src/prefs_compose_writing.c
9490         * src/prefs_compose_writing.h
9491         * src/prefs_customheader.c
9492         * src/prefs_customheader.h
9493         * src/prefs_display_header.c
9494         * src/prefs_display_header.h
9495         * src/prefs_ext_prog.c
9496         * src/prefs_ext_prog.h
9497         * src/prefs_filtering.c
9498         * src/prefs_filtering.h
9499         * src/prefs_filtering_action.c
9500         * src/prefs_filtering_action.h
9501         * src/prefs_folder_column.c
9502         * src/prefs_folder_column.h
9503         * src/prefs_folder_item.c
9504         * src/prefs_folder_item.h
9505         * src/prefs_fonts.c
9506         * src/prefs_fonts.h
9507         * src/prefs_gtk.c
9508         * src/prefs_gtk.h
9509         * src/prefs_image_viewer.c
9510         * src/prefs_image_viewer.h
9511         * src/prefs_matcher.c
9512         * src/prefs_matcher.h
9513         * src/prefs_message.c
9514         * src/prefs_message.h
9515         * src/prefs_msg_colors.c
9516         * src/prefs_msg_colors.h
9517         * src/prefs_other.c
9518         * src/prefs_other.h
9519         * src/prefs_quote.c
9520         * src/prefs_quote.h
9521         * src/prefs_receive.c
9522         * src/prefs_receive.h
9523         * src/prefs_send.c
9524         * src/prefs_send.h
9525         * src/prefs_spelling.c
9526         * src/prefs_spelling.h
9527         * src/prefs_summaries.c
9528         * src/prefs_summaries.h
9529         * src/prefs_summary_column.c
9530         * src/prefs_summary_column.h
9531         * src/prefs_template.c
9532         * src/prefs_template.h
9533         * src/prefs_themes.c
9534         * src/prefs_themes.h
9535         * src/prefs_toolbar.c
9536         * src/prefs_toolbar.h
9537         * src/prefs_wrapping.c
9538         * src/prefs_wrapping.h
9539         * src/privacy.c
9540         * src/privacy.h
9541         * src/procheader.c
9542         * src/procheader.h
9543         * src/procmime.c
9544         * src/procmime.h
9545         * src/procmsg.c
9546         * src/procmsg.h
9547         * src/quote_fmt.c
9548         * src/quote_fmt_parse.y
9549         * src/recv.c
9550         * src/recv.h
9551         * src/remotefolder.c
9552         * src/remotefolder.h
9553         * src/send_message.c
9554         * src/send_message.h
9555         * src/setup.c
9556         * src/setup.h
9557         * src/simple-gettext.c
9558         * src/sourcewindow.c
9559         * src/sourcewindow.h
9560         * src/ssl_manager.c
9561         * src/ssl_manager.h
9562         * src/statusbar.c
9563         * src/statusbar.h
9564         * src/stock_pixmap.c
9565         * src/stock_pixmap.h
9566         * src/summary_search.c
9567         * src/summary_search.h
9568         * src/summaryview.c
9569         * src/summaryview.h
9570         * src/syldap.c
9571         * src/syldap.h
9572         * src/textview.c
9573         * src/textview.h
9574         * src/toolbar.c
9575         * src/toolbar.h
9576         * src/undo.c
9577         * src/undo.h
9578         * src/unmime.c
9579         * src/unmime.h
9580         * src/vcard.c
9581         * src/vcard.h
9582         * src/wizard.c
9583         * src/wizard.h
9584         * src/common/base64.c
9585         * src/common/base64.h
9586         * src/common/defs.h
9587         * src/common/hooks.c
9588         * src/common/hooks.h
9589         * src/common/log.c
9590         * src/common/log.h
9591         * src/common/md5.c
9592         * src/common/md5.h
9593         * src/common/mgutils.c
9594         * src/common/mgutils.h
9595         * src/common/nntp.c
9596         * src/common/nntp.h
9597         * src/common/passcrypt.c
9598         * src/common/passcrypt.h.in
9599         * src/common/plugin.c
9600         * src/common/plugin.h
9601         * src/common/prefs.c
9602         * src/common/prefs.h
9603         * src/common/progressindicator.c
9604         * src/common/progressindicator.h
9605         * src/common/quoted-printable.c
9606         * src/common/quoted-printable.h
9607         * src/common/session.c
9608         * src/common/session.h
9609         * src/common/smtp.c
9610         * src/common/smtp.h
9611         * src/common/socket.c
9612         * src/common/socket.h
9613         * src/common/ssl.c
9614         * src/common/ssl.h
9615         * src/common/ssl_certificate.c
9616         * src/common/ssl_certificate.h
9617         * src/common/string_match.c
9618         * src/common/string_match.h
9619         * src/common/stringtable.c
9620         * src/common/sylpheed.c
9621         * src/common/sylpheed.h
9622         * src/common/template.c
9623         * src/common/template.h
9624         * src/common/timing.h
9625         * src/common/utils.c
9626         * src/common/utils.h
9627         * src/common/uuencode.c
9628         * src/common/uuencode.h
9629         * src/common/version.h.in
9630         * src/common/xml.c
9631         * src/common/xml.h
9632         * src/common/xmlprops.c
9633         * src/common/xmlprops.h
9634         * src/gtk/about.c
9635         * src/gtk/about.h
9636         * src/gtk/colorlabel.c
9637         * src/gtk/colorlabel.h
9638         * src/gtk/colorsel.c
9639         * src/gtk/colorsel.h
9640         * src/gtk/description_window.c
9641         * src/gtk/description_window.h
9642         * src/gtk/filesel.c
9643         * src/gtk/filesel.h
9644         * src/gtk/foldersort.c
9645         * src/gtk/foldersort.h
9646         * src/gtk/gtkutils.c
9647         * src/gtk/gtkutils.h
9648         * src/gtk/inputdialog.c
9649         * src/gtk/inputdialog.h
9650         * src/gtk/logwindow.c
9651         * src/gtk/logwindow.h
9652         * src/gtk/manage_window.c
9653         * src/gtk/manage_window.h
9654         * src/gtk/menu.c
9655         * src/gtk/menu.h
9656         * src/gtk/pluginwindow.c
9657         * src/gtk/pluginwindow.h
9658         * src/gtk/prefswindow.c
9659         * src/gtk/prefswindow.h
9660         * src/gtk/progressdialog.c
9661         * src/gtk/progressdialog.h
9662         * src/gtk/quicksearch.c
9663         * src/gtk/quicksearch.h
9664         * src/gtk/sslcertwindow.c
9665         * src/gtk/sslcertwindow.h
9666         * src/plugins/clamav/clamav_plugin.c
9667         * src/plugins/clamav/clamav_plugin.h
9668         * src/plugins/clamav/clamav_plugin_gtk.c
9669         * src/plugins/demo/demo.c
9670         * src/plugins/dillo_viewer/dillo_prefs.c
9671         * src/plugins/dillo_viewer/dillo_prefs.h
9672         * src/plugins/dillo_viewer/dillo_viewer.c
9673         * src/plugins/mathml_viewer/mathml_viewer.c
9674         * src/plugins/pgpcore/passphrase.c
9675         * src/plugins/pgpcore/passphrase.h
9676         * src/plugins/pgpcore/plugin.c
9677         * src/plugins/pgpcore/prefs_gpg.c
9678         * src/plugins/pgpcore/prefs_gpg.h
9679         * src/plugins/pgpcore/select-keys.c
9680         * src/plugins/pgpcore/select-keys.h
9681         * src/plugins/pgpcore/sgpgme.c
9682         * src/plugins/pgpcore/sgpgme.h
9683         * src/plugins/pgpinline/pgpinline.c
9684         * src/plugins/pgpinline/pgpinline.h
9685         * src/plugins/pgpinline/plugin.c
9686         * src/plugins/pgpmime/pgpmime.c
9687         * src/plugins/pgpmime/pgpmime.h
9688         * src/plugins/pgpmime/plugin.c
9689         * src/plugins/spamassassin/spamassassin.c
9690         * src/plugins/spamassassin/spamassassin.h
9691         * src/plugins/spamassassin/spamassassin_gtk.c
9692         * src/plugins/trayicon/trayicon.c
9693         * tools/OOo2sylpheed.pl
9694         * tools/acroread2sylpheed.pl
9695         * tools/asus_mailled.sh
9696         * tools/filter_conv.pl
9697         * tools/freshmeat_search.pl
9698         * tools/google_search.pl
9699         * tools/kmail2sylpheed.pl
9700         * tools/kmail2sylpheed_v2.pl
9701         * tools/maildir2sylpheed.pl
9702         * tools/multiwebsearch.pl
9703         * tools/newscache_clean.pl
9704         * tools/outlook2sylpheed.pl
9705         * tools/sylpheed-switcher
9706         * tools/update-po
9707         * tools/vcard2xml.py
9708         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9709                 update FSF address
9710
9711 2005-09-21 [colin]      1.9.14cvs46
9712
9713         * src/gedit-print.c
9714         * src/procmsg.c
9715         * src/procmsg.h
9716         * src/textview.c
9717         * src/summaryview.c
9718                 Remove some printing hacks (deselection/reselection),
9719                 which by the way fix printing the currently 
9720                 displayed mime part (still only text)
9721                 Plus a little optimisation of summary_show
9722
9723
9724 2005-09-20 [colin]      1.9.14cvs45
9725
9726         * src/mainwindow.c
9727         * src/messageview.c
9728                 GUI fixups: add accels, set message
9729                 view title to displayed mail's subject
9730         * src/prefs_spelling.c
9731         * src/gtk/gtkaspell.c
9732                 GUI fixups: allow underlining misspelled
9733                 words instead of coloring them (a11y!)
9734
9735 2005-09-19 [colin]
9736
9737         1.9.15rc3 released
9738
9739 2005-09-19 [colin]      1.9.14cvs44
9740
9741         * src/compose.c
9742                 Fix draft message
9743         * src/gtk/gtkaspell.c
9744                 Fix wrong test ;-)
9745
9746 2005-09-19 [colin]      1.9.14cvs43
9747
9748         * src/addressbook.c
9749                 Fix sensitivity of Delete button
9750         * src/compose.c
9751                 Warn if the requested Privacy system
9752                 is not available
9753         * src/exphtmldlg.c
9754         * src/expldifdlg.c
9755         * src/importldif.c
9756         * src/importmutt.c
9757         * src/importpine.c
9758                 Fix crappy UI
9759         * src/
9760         * src/ssl.h
9761         * src/prefs_account.h
9762         * src/prefs_account.c
9763                 Save SSL prefs even in builds that have
9764                 SSL support disable
9765         * src/imap.c
9766         * src/inc.c
9767         * src/news.c
9768         * src/send_message.c
9769                 Warn if connection should be secure, but
9770                 SSL support isn't compiled in
9771         * src/gtkaspell.c
9772                 Fix word separation on UTF-8 systems
9773                 Fixes bug #812 (Strange inline spellchecking)
9774         * src/compose.c
9775                 Warn if the requested Privacy system
9776                 is not available
9777                 Factorize offline warning
9778         * src/imap.c
9779         * src/imap_gtk.c
9780         * src/imap_gtk.h
9781         * src/inc.h
9782         * src/news_gtk.c
9783         * src/news_gtk.h
9784         * src/messageview.c
9785                 Factorize offline warning
9786
9787 2005-09-19 [paul]
9788
9789         1.9.15-rc2 released
9790
9791 2005-09-18 [colin]      1.9.14cvs42
9792
9793         * src/codeconv.c
9794         * src/codeconv.h
9795         * src/procmime.c
9796                 Add a way to get locale's charset ignoring utf-8,
9797                 and use that as default encoding for broken mails
9798
9799 2005-09-18 [colin]      1.9.14cvs41
9800
9801         * src/gtk/logwindow.c
9802                 Translate string. Patch by Fabien Vantard
9803
9804 2005-09-18 [colin]      1.9.14cvs40
9805
9806         * configure.ac
9807                 Fix bug #803 (IMAP/SSL support breaks with 
9808                 GnuTLS libetpan 0.38)
9809
9810 2005-09-18 [colin]      1.9.14cvs39
9811
9812         * src/codeconv.c
9813         * src/compose.c
9814         * src/procmime.c
9815                 More charsets fixes. Fixes bug #806 (non
9816                 ascii characters in subject line)
9817
9818 2005-09-17 [paul]       1.9.14cvs38
9819
9820         * src/folderview.c
9821         * src/mainwindow.c
9822                 fix gcc-2.95 issues
9823                 Patch by Pawel Pekala
9824
9825 2005-09-17 [colin]      1.9.14cvs37
9826
9827         * src/addrindex.c
9828                 bugfix for NO-USE LDAP compilation, patch 
9829                 by Fabien Vantard
9830
9831 2005-09-17 [colin]      1.9.14cvs36
9832
9833         * src/prefs_actions.c
9834         * src/prefs_customheader.c
9835         * src/prefs_display_header.c
9836         * src/prefs_filtering_action.c
9837         * src/prefs_matcher.c
9838         * src/prefs_toolbar.c
9839                 Fix strange casts (less elegant but
9840                 works better)
9841
9842 2005-09-16 [colin]      1.9.14cvs35
9843
9844         * src/jpilot.c
9845                 Missed that one
9846
9847 2005-09-16 [colin]      1.9.14cvs34
9848
9849         * configure.ac
9850         * src/Makefile.am
9851         * src/addr_compl.c
9852         * src/addrindex.c
9853         * src/browseldap.c
9854         * src/editldap.c
9855         * src/ldaplocate.c
9856         * src/ldapquery.c
9857         * src/ldapquery.h
9858         * src/ldapserver.c
9859         * src/ldapserver.h
9860         * src/main.c
9861         * src/matcher_parser_parse.y
9862         * src/prefs_themes.c
9863         * src/etpan/Makefile.am
9864         * src/gtk/description_window.c
9865         * src/plugins/clamav/Makefile.am
9866         * src/plugins/clamav/clamav_plugin.c
9867         * src/plugins/dillo_viewer/Makefile.am
9868         * src/plugins/pgpcore/Makefile.am
9869         * src/plugins/pgpinline/Makefile.am
9870         * src/plugins/pgpmime/Makefile.am
9871         * src/plugins/trayicon/Makefile.am
9872                 Fix 100% cpu usage in address completion list
9873                 Fix little bugs (return with no values etc)
9874                 Fix all warnings (with common CFLAGS)
9875
9876 2005-09-15 [colin]      1.9.14cvs33
9877
9878         * src/addressbook.c
9879                 Fix bug where sometimes a group's email list is empty,
9880                 force its refresh (probably fixes "Re: how to create a 
9881                 distribution list")
9882         * src/ldapquery.c
9883                 Don't return to the callback in the main thread from the
9884                 fetch thread (or face segs!)
9885
9886 2005-09-15 [paul]       1.9.14cvs32
9887
9888         * src/prefs_matcher.c
9889                 forgotten in last commit
9890
9891 2005-09-15 [paul]       1.9.14cvs31
9892
9893         * src/prefs_actions.c
9894         * src/prefs_filtering_action.c
9895         * src/prefs_quote.c
9896         * src/quote_fmt.c
9897         * src/summaryview.c
9898         * src/gtk/description_window.c
9899         * src/gtk/description_window.h
9900         * src/gtk/quicksearch.c
9901                 allow interaction with the called
9902                 description window
9903                 Patch by Anders Hammar
9904
9905 2005-09-14 [paul]       1.9.14cvs30
9906
9907         * src/compose.c
9908                 fix a little annoyance when pasting with 3rd button 
9909                 with wrap_pastes=0 and wrap_input=1
9910                 Patch by Colin
9911
9912 2005-09-14 [paul]       1.9.14cvs29
9913
9914         * src/prefs_account.c
9915                 disable 'Filter messages on receiving' for
9916                 SMTP-only accounts
9917                 Patch  by Anders Hammar
9918
9919 2005-09-14 [paul]       1.9.14cvs28
9920
9921         * po/sk.po
9922                 fix crash
9923                 updated by Andrej Kacian
9924
9925 2005-09-14 [paul]
9926
9927         1.9.15-rc1 released
9928
9929 2005-09-14 [paul]       1.9.14cvs27
9930
9931         * po/es.po
9932                 updated by Ricardo Mones Lastra
9933         * src/compose.c
9934         * src/compose.h
9935                 associate no_wrap_tags to Compose windows
9936                 instead of using a static one
9937                 Patch by Colin
9938         * src/mbox.c
9939                 fix proc_mbox()
9940                 Patch by wwp
9941         * src/textview.c
9942                 remove unneeded printf()
9943
9944 2005-09-14 [paul]       1.9.14cvs26
9945
9946         * src/addrcache.c
9947         * src/codeconv.h
9948         * src/folder.h
9949         * src/mainwindow.h
9950         * src/mh.c
9951         * src/mimeview.h
9952         * src/partial_download.c
9953         * src/pop.c
9954         * src/prefs_account.c
9955         * src/prefs_account.h
9956         * src/prefs_actions.c
9957         * src/prefs_customheader.c
9958         * src/prefs_display_header.c
9959         * src/prefs_filtering_action.c
9960         * src/prefs_matcher.c
9961         * src/prefs_toolbar.c
9962         * src/privacy.h
9963         * src/procmime.c
9964         * src/procmime.h
9965         * src/procmsg.h
9966         * src/textview.c
9967         * src/undo.h
9968         * src/common/plugin.c
9969         * src/common/session.h
9970         * src/common/socket.c
9971         * src/common/socket.h
9972         * src/common/template.c
9973         * src/gtk/gtkaspell.c
9974         * src/gtk/quicksearch.h
9975         * src/plugins/pgpcore/passphrase.c
9976         * src/plugins/pgpcore/prefs_gpg.h
9977         * src/plugins/pgpcore/select-keys.c
9978         * src/plugins/pgpcore/select-keys.h
9979         * src/plugins/pgpcore/sgpgme.c
9980         * src/plugins/pgpinline/pgpinline.c
9981         * src/plugins/pgpmime/pgpmime.c
9982         * src/plugins/trayicon/trayicon.c
9983                 fix compilation warnings
9984                 Patch by Daniel Gustafson
9985
9986 2005-09-14 [paul]       1.9.14cvs25
9987
9988         * src/addressbook.c
9989                 add missing column header, and other small
9990                 bug fixes
9991                 Patch by Anders Hammar
9992
9993 2005-09-13 [colin]      1.9.14cvs24
9994
9995         * src/gtk/gtkaspell.c
9996                 Fix non-utf8 in menu
9997                 Fix little leaks
9998                 Nullify struct members after free()s
9999
10000 2005-09-13 [colin]      1.9.14cvs23
10001
10002         * src/compose.c
10003                 Test utf8 compliance before inserting to 
10004                 buffer, and try to convert if necessary
10005         * src/procmime.c
10006                 If no charset is present, use the locale 
10007                 one instead of us-ascii
10008         * src/procmsg.c
10009                 Add Sender, List-Post and To in the checked 
10010                 headers for automatic rules creation 
10011                 (thanks to wwp)
10012         * src/prefs_themes.c
10013         * src/gtk/gtkaspell.c
10014                 Remove deprecated functions. 
10015                 patch by Daniel Gustafson
10016
10017 2005-09-12 [colin]      1.9.14cvs22
10018
10019         * src/compose.c
10020                 Fix bug #448 (Scrolling/Redraw issue with 
10021                 address-fields in Header)
10022         * src/mainwindow.c
10023         * src/summaryview.c
10024         * src/summaryview.h
10025                 Fix loss of MSG_MARKED on move/copy
10026                 Fix bug #804 (Quicksearch togglebutton doesn't 
10027                 get depressed after '/' key is pressed)
10028
10029 2005-09-12 [paul]       1.9.14cvs21
10030
10031         * AUTHORS
10032         * src/gtk/logwindow.c
10033                 add 'Clear Log' to popup menu
10034                 Patch by Anders Hammar <anders.hammar@telia.com>
10035
10036 2005-09-12 [paul]       1.9.14cvs20
10037
10038         * src/compose.c
10039                 set correct sensitivity on attachments
10040                 popup menu
10041         * src/folder.c
10042                 fix typo
10043         * src/prefs_spelling.c
10044                 fix crash when no LANG env is set
10045         * src/common/xml.c
10046                 fix crash in wizard
10047                 don't use memeory after free
10048
10049         All patches by Daniel Gustafson
10050
10051 2005-09-12 [paul]       1.9.14cvs19
10052
10053         * src/prefs_themes.c
10054                 make theme info selectable
10055         * src/gtk/description_window.c
10056                 make window non-modal
10057         * tools/README
10058                 add details of asus_mailed.sh
10059         * tools/claws.i18n.status.pl
10060                 update for new zh_TW translator
10061                 widen the output
10062                 create alternate coloured lines
10063                 improve readability
10064
10065 2005-09-10 [colin]      1.9.14cvs18
10066
10067         * src/plugins/pgpcore/select-keys.c
10068                 Better order for the buttons
10069
10070 2005-09-10 [colin]      1.9.14cvs17
10071
10072         * src/compose.c
10073         * src/plugins/pgpcore/select-keys.c
10074         * src/plugins/pgpcore/select-keys.h
10075         * src/plugins/pgpcore/sgpgme.c
10076                 Add a "Don't encrypt" button to the key
10077                 selection dialog. Fixes bug #177 (There should be a 
10078                 'Don't encrypt button in the Select Keys dialog)
10079
10080 2005-09-10 [colin]      1.9.14cvs16
10081
10082         * src/compose.c
10083                 Fix bug #572 (%X option does not work with templates)
10084
10085 2005-09-10 [colin]      1.9.14cvs15
10086
10087         * src/toolbar.c 
10088                 Remove g_print
10089
10090 2005-09-10 [colin]      1.9.14cvs14
10091
10092         * src/imap.c
10093                 Fix a possible crash
10094
10095 2005-09-09 [colin]      1.9.14cvs13
10096
10097         * src/imap.c
10098         * src/etpan/imap-thread.c
10099         * src/etpan/imap-thread.h
10100                 Fix moving from queue or drafts to normal folders
10101                 Fix bug #794 (No way to delete without expunging)
10102                 Take flags unset by other mailers into account
10103                 Take deleted flag set by other mailers into account
10104                 Fix unsetting REPLIED flag
10105                 Fix crash when capabilities can't be retrieved
10106         * src/mainwindow.c
10107         * src/mainwindow.h
10108                 Add M_DELAYED_FLAGS condition, and let the user use
10109                 Execute in order to be able to expunge deleted mails,
10110                 even if he's not in delayed execute mode
10111         * src/prefs_spelling.c
10112                 Use 'en' dictionary by default if LANG is POSIX or C
10113         * src/gtk/prefswindow.c
10114                 Fix bug #767 (Preferences windows expanding) by making
10115                 the window a bit larger when the resolution is greater
10116                 than 640x480, and by putting the prefs in a
10117                 GtkScrolledWindow.
10118
10119 2005-09-09 [paul]       1.9.14cvs12
10120
10121         * AUTHORS
10122         * configure.ac
10123         * po/zh_TW.Big5.po      ** REMOVED **
10124         * po/zh_TW.po           ** ADDED **
10125                 updated by Wei-Lun Chao
10126
10127 2005-09-09 [paul]       1.9.14cvs11
10128
10129         * src/mainwindow.c
10130                 fix asserts
10131         * src/common/xml.c
10132                 delay memory allocation until file is
10133                 opened successfully
10134                 Patch by Daniel Gustafson
10135
10136 2005-09-09 [colin]      1.9.14cvs10
10137
10138         * src/imap.c
10139                 Add guards
10140
10141 2005-09-08 [colin]      1.9.14cvs9
10142
10143         * src/compose.c
10144                 Alert when we can't save draft
10145                 Fix various wrap/color issues
10146                 Add mid-click pasting respecting wrap_paste option
10147         * src/folder.c
10148         * src/folder.h
10149         * src/folder_item_prefs.c
10150         * src/folder_item_prefs.h
10151         * src/imap.c
10152         * src/imap_gtk.c
10153         * src/imap_gtk.h
10154         * src/main.c
10155         * src/mainwindow.c
10156         * src/mainwindow.h
10157         * src/news.c
10158         * src/news_gtk.c
10159         * src/news_gtk.h
10160         * src/prefs_folder_item.c
10161                 Fix the impossibility to synchronise folders for
10162                 offline use (IMAP and NNTP are concerned)
10163
10164 2005-09-08 [colin]      1.9.14cvs8
10165
10166         * configure.ac
10167                 Build LDAP and JPilot by default if available
10168         * src/textview.c
10169                 Fix use after free
10170
10171 2005-09-08 [paul]       1.9.14cvs7
10172
10173         * doc/manual/en/sylpheed-1.html
10174         * doc/manual/en/sylpheed-18.html
10175         * doc/manual/en/sylpheed-19.html
10176         * doc/manual/en/sylpheed-4.html
10177         * doc/manual/en/sylpheed-6.html
10178         * doc/manual/en/sylpheed.html
10179                 a few minor updates, plus include some
10180                 details about plugins and their requirements
10181         * src/mainwindow.c
10182                 minor changes to English in /View/Sort
10183
10184 2005-09-07 [colin]      1.9.14cvs6
10185
10186         * doc/manual/en/sylpheed-1.html
10187         * doc/manual/en/sylpheed-10.html
10188         * doc/manual/en/sylpheed-11.html
10189         * doc/manual/en/sylpheed-12.html
10190         * doc/manual/en/sylpheed-13.html
10191         * doc/manual/en/sylpheed-14.html
10192         * doc/manual/en/sylpheed-15.html
10193         * doc/manual/en/sylpheed-16.html
10194         * doc/manual/en/sylpheed-17.html
10195         * doc/manual/en/sylpheed-18.html
10196         * doc/manual/en/sylpheed-19.html
10197         * doc/manual/en/sylpheed-2.html
10198         * doc/manual/en/sylpheed-20.html
10199         * doc/manual/en/sylpheed-21.html
10200         * doc/manual/en/sylpheed-22.html
10201         * doc/manual/en/sylpheed-3.html
10202         * doc/manual/en/sylpheed-4.html
10203         * doc/manual/en/sylpheed-5.html
10204         * doc/manual/en/sylpheed-6.html
10205         * doc/manual/en/sylpheed-7.html
10206         * doc/manual/en/sylpheed-8.html
10207         * doc/manual/en/sylpheed-9.html
10208         * doc/manual/en/sylpheed.html
10209                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
10210
10211 2005-09-07 [colin]      1.9.14cvs5
10212
10213         * src/mainwindow.c
10214                 Make labels more to-the-point
10215
10216 2005-09-07 [colin]      1.9.14cvs4
10217
10218         * doc/manual/en/sylpheed-1.html
10219         * doc/manual/en/sylpheed-12.html
10220         * doc/manual/en/sylpheed-13.html
10221         * doc/manual/en/sylpheed-14.html
10222         * doc/manual/en/sylpheed-15.html
10223         * doc/manual/en/sylpheed-16.html
10224         * doc/manual/en/sylpheed-17.html
10225         * doc/manual/en/sylpheed-18.html
10226         * doc/manual/en/sylpheed-19.html
10227         * doc/manual/en/sylpheed-2.html
10228         * doc/manual/en/sylpheed-20.html
10229         * doc/manual/en/sylpheed-21.html
10230         * doc/manual/en/sylpheed-22.html
10231         * doc/manual/en/sylpheed-4.html
10232         * doc/manual/en/sylpheed-5.html
10233         * doc/manual/en/sylpheed-6.html
10234         * doc/manual/en/sylpheed-7.html
10235         * doc/manual/en/sylpheed-8.html
10236         * doc/manual/en/sylpheed-9.html
10237         * doc/manual/en/sylpheed.html
10238                 Update manual
10239
10240 2005-09-07 [colin]      1.9.14cvs3
10241
10242         * doc/faq/en/sylpheed-faq-1.html
10243         * doc/faq/en/sylpheed-faq-2.html
10244         * doc/faq/en/sylpheed-faq-3.html
10245         * doc/faq/en/sylpheed-faq.html
10246                 Update FAQ
10247
10248 2005-09-07 [colin]      1.9.14cvs2
10249
10250         * src/folderview.c
10251         * src/procmsg.c
10252         * src/summaryview.c
10253         * src/toolbar.c
10254                 Fix special subfolders:
10255                 - Inherit parent's icon
10256                 - sent contents of queues subfolders
10257                 - empty subfolders of trashes
10258         * src/mainwindow.c
10259                 Remove outdated manual and faq entries
10260         * src/common/utils.c
10261                 Add quotes around %s coming from mailcap
10262
10263 2005-09-07 [colin]      1.9.14cvs1
10264
10265         * src/compose.c
10266                 After saving draft, set modified to FALSE
10267         * src/mimeview.c
10268         * src/common/utils.c
10269         * src/common/utils.h
10270                 Try to open mime parts using what is 
10271                 indicated in ~/.mailcap or /etc/mailcap,
10272                 if possible.
10273
10274 2005-09-05 [paul]       1.9.14
10275
10276         1.9.14 released
10277
10278         * po/sk.po
10279                 updated by Andrej Kacian
10280
10281 2005-09-05 [paul]       1.9.13cvs83
10282
10283         * po/de.po
10284         * po/es.po
10285         * po/fi.po
10286         * po/fr.po
10287         * po/nb.po
10288         * po/pt_BR.po
10289         * po/sr.po
10290                 updated translations by Thomas Gilgin, Ricardo Mones
10291                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
10292                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
10293
10294 2005-09-04 [paul]       1.9.13cvs82
10295
10296         * src/compose.c
10297                 only warn about exceeded line length limit
10298                 on send
10299
10300 2005-09-04 [paul]       1.9.13cvs81
10301
10302         * src/compose.c
10303                 fix crash in 'line length exceeded' dialogue
10304
10305 2005-09-02 [paul]       1.9.13cvs80
10306
10307         * src/imap.c
10308                 fix bug 795, 'Connection lost IMAP'
10309                 and add statusbar prints
10310                 Patch by Colin
10311
10312 2005-09-02 [paul]       1.9.13cvs79
10313
10314         * src/compose.c
10315                 compose_wrap_paragraph() becomes
10316                 compose_beautify_paragraph()
10317                 Patch by Colin
10318
10319 2005-09-02 [colin]      1.9.13cvs78
10320
10321         * src/folderview.c
10322                 Micro-fix
10323
10324 2005-09-01 [colin]      1.9.13cvs77
10325
10326         * src/imap.c
10327                 Maybe fix bug #795 (Connection lost IMAP)
10328                 Don't try to send logout when we're disconnected.
10329         * src/summaryview.c
10330                 Include locked and marked emails in HRM
10331                 view. Fixes bug #800 (Locked messages no longer 
10332                 show up when hide read messages is used)
10333
10334 2005-09-01 [paul]       1.9.13cvs76
10335
10336         * src/prefs_common.c
10337                 fix bad cutting
10338
10339 2005-08-31 [colin]      1.9.13cvs75
10340
10341         * src/folderview.c
10342         * src/folderview.h
10343         * src/prefs_summaries.c
10344         * src/summaryview.c
10345                 Fix "go to next new", fix preference
10346                 (Open unread/next swapped)
10347
10348 2005-08-31 [paul]       1.9.13cvs74
10349
10350         * src/compose.c
10351         * src/folderview.c
10352         * src/headerview.c
10353         * src/headerview.h
10354         * src/mainwindow.c
10355         * src/prefs_common.c
10356         * src/prefs_common.h
10357         * src/prefs_fonts.c
10358         * src/summaryview.c
10359         * src/textview.c
10360         * src/common/defs.h
10361                 remove obsolete BOLD_FONT setting
10362                 fix font update in headerview and textview
10363                 headers after prefs change
10364                 Patch By Colin
10365
10366 2005-08-31 [paul]
10367
10368         1.9.14-rc4 released
10369
10370 2005-08-30 [colin]      1.9.13cvs73
10371
10372         * src/summaryview.c
10373                 When Hide read messages is selected and we
10374                 refresh the summaryview, don't remove the 
10375                 currently displayed message. Fixes bug #797
10376                 (Summary view reloads when new mail is 
10377                 downloaded in 1.9.14 rc)
10378
10379 2005-08-30 [colin]      1.9.13cvs72
10380
10381         * src/folderview.c
10382                 Fix flickering
10383         * src/mainwindow.c
10384                 Remove useless callback
10385         * src/mimeview.c
10386         * src/gtk/filesel.c
10387         * src/gtk/filesel.h
10388                 Add a filesel_select_file_save_folder() - used by Save All
10389
10390 2005-08-29 [paul]       1.9.13cvs71
10391
10392         * AUTHORS
10393         * src/matcher_parser_parse.y
10394         * src/etpan/imap-thread.c
10395                 fix building on FreeBSD
10396                 Patch by Daniel Gustafson <daniel@hobbit.se>
10397
10398 2005-08-29 [paul]       1.9.13cvs70
10399
10400         * src/plugins/pgpinline/pgpinline.c
10401                 only initialise sig result if it's been handled
10402                 Patch by Colin
10403
10404 2005-08-29 [paul]       1.9.13cvs69
10405         
10406         Patches by Colin:
10407
10408         * src/imap.c
10409         * src/common.utils.c
10410         * src/common/utils.h
10411                 optimisation
10412         * src/stock_pixmap.h
10413                 fix wrong icon reference
10414         * src/pixmaps/trash_btn.xpm
10415                 replace with nicer image
10416
10417 2005-08-28 [colin]      1.9.13cvs68
10418
10419         * src/Makefile.am
10420         * src/stock_pixmap.c
10421         * src/stock_pixmap.h
10422         * src/toolbar.c
10423         * src/pixmaps/trash_btn.xpm
10424                 Add a specific trash xpm for the button
10425
10426 2005-08-28 [colin]      1.9.13cvs67
10427
10428         * src/imap.c
10429                 Fix leak
10430
10431 2005-08-27 [colin]      1.9.13cvs66
10432
10433         * src/imap.c
10434         * src/procmime.c
10435                 Correctly fix "Problem with replies", fixes
10436                 pgpmime encryption too. 
10437
10438 2005-08-27 [colin]      1.9.13cvs65
10439
10440         * src/folder.c
10441         * src/procmsg.c
10442         * src/procmsg.h
10443         * src/summaryview.c
10444                 Fix bug #517 (messages removed from summaryview 
10445                 when moving fails)
10446
10447 2005-08-27 [colin]      1.9.13cvs64
10448
10449         * tools/Makefile.am
10450         * tools/asus_mailled.sh
10451                 Add a script to blink ASUS laptops' mail LED where there
10452                 is unread mail.
10453
10454 2005-08-27 [colin]      1.9.13cvs63
10455
10456         * src/imap.c
10457         * src/etpan/imap-thread.c
10458         * src/etpan/imap-thread.h
10459                 Implement automatic choosing of login method
10460                 Fixes bug #791
10461         * src/gtk/.cvsignore
10462                 Add sylpheed-marshal.[ch]
10463
10464 2005-08-27 [colin]      1.9.13cvs62
10465
10466         * src/common/utils.c
10467                 Fix confusing perror
10468
10469 2005-08-27 [colin]      1.9.13cvs61
10470
10471         * src/toolbar.c
10472         * src/toolbar.h
10473                 Remove A_DELETE, replace it with 
10474                 A_TRASH and A_DELETE_REAL. Automatically
10475                 rewrite config files to replace A_DELETE
10476                 with A_TRASH (no functionality change).
10477                 Fixes half of #794
10478
10479 2005-08-26 [colin]      1.9.13cvs60
10480
10481         * src/procmime.c
10482                 Previous "Problem with replies" fix brought other
10483                 problems, fixing them
10484
10485 2005-08-26 [colin]      1.9.13cvs59
10486
10487         * src/procmime.c
10488                 Fix "Problem with replies". This happened only
10489                 on IMAP...
10490         * src/procmsg.c
10491                 Factorize code a bit
10492         * src/compose.c
10493                 Speed improvement on very long messages (wrapping)
10494                 Fix signature color on Reedit and Redirect
10495                 On Reedit, don't attach pgp-signatures parts, but
10496                 set signing to On.
10497
10498 2005-08-24 [paul]       1.9.13cvs58
10499
10500         * src/compose.c
10501                 don't claim success when clicking
10502                 Cancel on the passphrase box.
10503                 Patch by Colin
10504
10505 2005-08-24 [paul]       1.9.13cvs57
10506
10507         * src/main.c
10508                 fix misplaced sylpheed.log
10509         * src/common/defs.h
10510                 define UIDL_DIR
10511
10512 2005-08-24 [paul]       1.9.13cvs56
10513
10514         * src/imap.c
10515         * src/etpan/imap-thread.c
10516         * src/etpan/imap-thread.h
10517                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
10518                 Patch by Colin
10519         * src/gtk/sylpheed-marshal.c    ** REMOVED **
10520         * src/gtk/sylpheed-marshal.h    ** REMOVED **
10521                 remove autogenerated files
10522         * tools/kdeservicemenu/README
10523         * tools/kdeservicemenu/install.sh
10524         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10525         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10526                 use Claws icon, use 'Sylpheed-Claws' in menu,
10527                 use kdialog, and other cleanups
10528
10529 2005-08-23 [paul]       1.9.13cvs55
10530
10531         * src/compose.c
10532                 fix paste/wrap crash
10533                 Patch by Colin
10534
10535 2005-08-23 [paul]       1.9.13cvs54
10536
10537         * src/main.c
10538                 fix crash recovery
10539                 Patch by Colin
10540
10541 2005-08-23 [paul]       1.9.13cvs53
10542
10543         * src/addressbook.c
10544         * src/editaddress.c
10545                 view all data of LDAP contacts
10546                 Patch by Colin
10547
10548 2005-08-23 [paul]       1.9.13cvs52
10549
10550         * src/addressbook.c
10551                 fix issues with the Search field
10552                 Patch by Colin
10553
10554 2005-08-22 [paul]       1.9.13cvs51
10555
10556         * src/folderview.c
10557                 put name of folder in processing dialog
10558                 title
10559         * src/prefs_folder_item.c
10560                 improve english usage
10561
10562 2005-08-22 [paul]       1.9.13cvs50
10563
10564         * src/filtering.c
10565         * src/filtering.h
10566         * src/matcher.c
10567         * src/matcher_parser_lex.l
10568         * src/matcher_parser_parse.y
10569         * src/prefs_filtering.c
10570                 add Filtering/Processing rule names feature.
10571                 (the incompatible old matcherrc is saved as
10572                 matcherrc.pre_names).
10573                 Patch by Colin
10574
10575 2005-08-22 [paul]       1.9.13cvs49
10576
10577         * src/procmsg.c
10578                 fix colour labelling
10579                 Patch by Colin
10580
10581 2005-08-22 [paul]       1.9.13cvs48
10582
10583         * src/textview.c
10584                 fix open_image_cb()
10585
10586 2005-08-22 [paul]       1.9.13cvs47
10587
10588         * src/imap.c
10589                 fix bug 789, 'SC crashes with imap (CVS ver)'
10590                 Patch by Colin
10591
10592 2005-08-22 [paul]       1.9.13cvs46
10593
10594         * src/mimeview.c
10595         * src/prefs_common.c
10596         * src/common/defs.h
10597                 define reused defaults in defs.h
10598         * src/textview.c
10599                 add 'Open image' to image popup menu
10600
10601 2005-08-21 [colin]      1.9.13cvs45
10602
10603         * src/summaryview.c
10604                 Fix bug #788 (Bogus "From" address displayed)
10605
10606 2005-08-20 [colin]      1.9.13cvs44
10607
10608         * src/folder.c
10609                 Fix buf #787 (multilevel delete causes SIGSEGV)
10610
10611 2005-08-19 [colin]      1.9.13cvs43
10612
10613         * src/inc.c
10614         * src/prefs_common.c
10615         * src/prefs_common.h
10616                 Add an hidden pref to allow modifying the
10617                 update stepping in incorporation.
10618                 Patch by wwp.
10619
10620 2005-08-19 [colin]      1.9.13cvs42
10621
10622         * src/compose.c
10623         * src/procmime.c
10624                 Workaround for broken MUAs: encode 
10625                 Content-type: name: as ASCII and 
10626                 Content-Disposition: filename: as
10627                 per rfc2231
10628         * src/prefs_account.c
10629                 Fix invisible-ness of SMTP SSL prefs
10630                 in NNTP accounts
10631
10632 2005-08-19 [paul]       1.9.13cvs41
10633
10634         * src/compose.c
10635         * src/prefs_common.c
10636         * src/prefs_common.h
10637         * src/prefs_wrapping.c
10638                 paste with or without wrapping.
10639                 patch by Colin
10640
10641 2005-08-19 [paul]       1.9.13cvs40
10642
10643         * src/prefs_common.c
10644         * src/prefs_common.h
10645         * src/summaryview.c
10646                 reintroduce enable_swap_from as a
10647                 hidden pref. patch by Colin
10648         * src/quote_fmt_parse.y
10649         * src/plugins/clamav/clamav_plugin.c
10650         * src/plugins/dillo_viewer/dillo_viewer.c
10651         * src/plugins/mathml_viewer/mathml_viewer.c
10652         * src/plugins/pgpcore/sgpgme.c
10653         * src/plugins/pgpinline/pgpinline.c
10654         * src/plugins/pgpmime/pgpmime.c
10655                 tidy up. patch by Colin
10656
10657 2005-08-19 [paul]       1.9.13cvs39
10658
10659         * configure.ac
10660                 complete cvs38's sync
10661         * src/editaddress.c
10662         * src/gedit-print.c
10663         * src/mutt.c
10664         * src/etpan/etpan-log.c
10665         * src/etpan/imap-thread.c
10666         * src/gtk/gtksourceprintjob.c
10667                 fix compilation warnings
10668                 (patch by Colin)
10669
10670 2005-08-19 [paul]       1.9.13cvs38
10671
10672         sync with main:
10673
10674         * src/account.c
10675         * src/action.c
10676         * src/addrbook.c
10677         * src/addrcache.c
10678         * src/addrharvest.c
10679         * src/addrindex.c
10680         * src/codeconv.c
10681         * src/compose.c
10682         * src/crash.c
10683         * src/exporthtml.c
10684         * src/exportldif.c
10685         * src/folder.c
10686         * src/image_viewer.c
10687         * src/inc.c
10688         * src/inc.h
10689         * src/jpilot.c
10690         * src/ldif.c
10691         * src/main.c
10692         * src/matcher.c
10693         * src/mbox.c
10694         * src/messageview.c
10695         * src/mh.c
10696         * src/mimeview.c
10697         * src/msgcache.c
10698         * src/mutt.c
10699         * src/news.c
10700         * src/partial_download.c
10701         * src/pine.c
10702         * src/pop.c
10703         * src/prefs_actions.c
10704         * src/prefs_common.c
10705         * src/prefs_customheader.c
10706         * src/prefs_display_header.c
10707         * src/prefs_gtk.c
10708         * src/prefs_themes.c
10709         * src/procheader.c
10710         * src/procmime.c
10711         * src/procmsg.c
10712         * src/recv.c
10713         * src/send_message.c
10714         * src/simple-gettext.c
10715         * src/sourcewindow.c
10716         * src/textview.c
10717         * src/vcard.c
10718         * src/common/defs.h
10719         * src/common/log.c
10720         * src/common/plugin.c
10721         * src/common/prefs.c
10722         * src/common/session.c
10723         * src/common/session.h
10724         * src/common/socket.c
10725         * src/common/socket.h
10726         * src/common/ssl_certificate.c
10727         * src/common/template.c
10728         * src/common/utils.c
10729         * src/common/utils.h
10730         * src/common/xml.c
10731         * src/gtk/about.c
10732         added wrappers for C library function that
10733                 take pathname arguments.
10734                 enabled compilation with MinGW.
10735                 use GDir instead of directly using opendir().
10736                 added rename_force().
10737
10738 2005-08-19 [paul]       1.9.13cvs37
10739         
10740         patches by Colin:
10741         * src/compose.c
10742                 fix privacy settings on re-editing
10743                 a sent message
10744         * src/jpilot.c
10745                 fix encoding bug
10746         * src/folder.c
10747         * src/procmsg.c
10748         * src/procmsg.h
10749         * src/summaryview.c
10750                 flag changing optimisation
10751
10752 2005-08-18 [martin]     1.9.13cvs36
10753
10754         * commitHelper
10755             added my login
10756         * src/addrcache.c
10757         * src/addrharvest.c
10758         * src/addrindex.c
10759         * src/compose.c
10760         * src/grouplistdialog.c
10761         * src/main.c
10762         * src/mainwindow.c
10763         * src/msgcache.c
10764         * src/mutt.c
10765         * src/pine.c
10766         * src/prefs_account.c
10767         * src/prefs_themes.c
10768         * src/stock_pixmap.c
10769         * src/summaryview.c
10770         * src/gtk/about.c
10771         * src/gtk/logwindow.c
10772             removed deprecated glib and gdk stuff
10773         * src/plugins/pgpcore/select-keys.c
10774             convert attributes from locale to utf8
10775
10776 2005-08-17 [paul]       1.9.13cvs35
10777
10778         * src/account.c
10779         * src/addressbook.c
10780                 use new GTK_STOCK_ icons if available
10781         * src/summaryview.c
10782         * src/gtk/gtksctree.c
10783         * src/gtk/gtksctree.h
10784                 faster range select. patch by Colin
10785
10786 2005-08-17 [paul]       1.9.13cvs34
10787
10788         patches by colin:
10789         * src/addressbook.c
10790         * src/addressitem.h
10791                 Add an edit button for contacts, fix selections
10792                 of gtksctree items
10793         * src/editaddress.c
10794                 Change labels, let Save be always possible in the
10795                 email and user atributes tabs
10796         * src/folderview.c
10797                 fix sort issues
10798         * src/summaryview.c
10799                 select next item instead of the displayed one
10800                 after deletion
10801
10802         * src/gtk/progressdialog.c
10803                 use prefs_common.enable_rules_hint
10804
10805 2005-08-13 [hoa]        1.9.13cvs33
10806
10807         * src/etpan/imap-thread.c
10808                 fixed build on Solaris.
10809
10810 2005-08-10 [colin]      1.9.13cvs32
10811
10812         * src/procmsg.c
10813                 Fix cvs31 (missing fclose before reading
10814                 the file)
10815
10816 2005-08-10 [colin]      1.9.13cvs31
10817
10818         * src/procmsg.c
10819                 Fix procmsg_msginfo_new_from_mimeinfo() when
10820                 the MimeInfo isn't stored in memory. This fixes
10821                 replying to an attached message.
10822
10823 2005-08-10 [colin]      1.9.13cvs30
10824
10825         * src/mainwindow.c
10826                 Fix slowness in account changing
10827
10828 2005-08-10 [colin]      1.9.13cvs29
10829
10830         * src/folder.c
10831         * src/folderutils.c
10832         * src/folderview.c
10833         * src/imap_gtk.c
10834         * src/mainwindow.c
10835         * src/mh_gtk.c
10836         * src/procmsg.c
10837         * src/summaryview.c
10838                 Optimize folder_has_parent_of_type
10839                 Prevent moving special sub-folders from contextual menus
10840                 Rework message a bit ("Empty all messages" -> "Delete all
10841                 messages")
10842                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
10843                 and "Deleted Items" folders)
10844
10845 2005-08-08 [colin]      1.9.13cvs28
10846
10847         * src/summaryview.c
10848         * src/prefs_summaries.c
10849                 Make "Select first unread|new" more flexible
10850                 (just prioritize new or unread)
10851
10852 2005-08-08 [colin]      1.9.13cvs27
10853
10854         * src/summaryview.c
10855                 If "select first new" is selected and there only
10856                 are unread messages, fallback to "select first
10857                 unread".
10858
10859 2005-08-08 [colin]      1.9.13cvs26
10860
10861         * src/folder.c
10862                 Fix shameful bugs (and bug #779)
10863
10864 2005-08-08 [colin]      1.9.13cvs25
10865
10866         * src/folder.c
10867         * src/folder.h
10868                 Cache parents' type to make folder_has_parent_of_type
10869                 faster
10870         * src/folderview.c
10871                 Forbid DnD of special sub-folders
10872         * src/procmsg.c
10873         * src/procmsg.h
10874                 Add MAIL_POSTFILTERING_HOOK
10875         * src/summaryview.c
10876                 Revert over-zealous deletion of the use_addr_book 
10877                 code
10878
10879 2005-08-07 [colin]      1.9.13cvs24
10880
10881         * src/folder.c
10882                 Fix big mistake (passing MsgInfo instead 
10883                 of FolderItem)
10884
10885 2005-08-07 [colin]      1.9.13cvs23
10886
10887         * src/compose.c
10888         * src/folder.c
10889         * src/folder.h
10890         * src/foldersel.c
10891         * src/folderutils.c
10892         * src/folderview.c
10893         * src/imap.c
10894         * src/mainwindow.c
10895         * src/messageview.c
10896         * src/mh.c
10897         * src/msgcache.c
10898         * src/procmime.c
10899         * src/summaryview.c
10900                 Make subfolders of Drafts, Queue, Outbox, Trash
10901                 work like their parents. 
10902                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
10903
10904 2005-08-07 [colin]      1.9.13cvs22
10905
10906         * src/addressbook.c
10907                 Fix bug #771 (Dragged contacts not saved)
10908
10909 2005-08-07 [paul]       1.9.13cvs21
10910
10911         * src/summaryview.c
10912                 fix bug 32 'Search Doesn't display results
10913                 if "Hide Read Messages" is chosen'
10914                 be more literal in interpreting 'Hide read
10915                 messages'
10916
10917 2005-08-07 [colin]      1.9.13cvs20
10918
10919         * src/folderview.c
10920                 Add debug
10921         * src/summaryview.c
10922                 Faster 'unthread_for_execution'
10923
10924 2005-08-06 [paul]       1.9.13cvs19
10925
10926         * src/mainwindow.c
10927                 add mnemonics to Set displayed columns
10928                 fix bug where msgview_visible option was
10929                 overwritten as TRUE on startup
10930
10931 2005-08-06 [paul]       1.9.13cvs18
10932
10933         * src/mainwindow.c
10934                 refer to 'displayed columns in folder/message
10935                 list' not 'displayed items in summary/message view'
10936         * src/prefs_display_header.c
10937                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
10938                 be consistent with similar dialogues
10939         * src/prefs_folder_column.c
10940         * src/prefs_summary_column.c
10941                 'columns' not 'items', and folder and message lists,
10942                 instead of folder and summary views;
10943                 Use 'Hidden columns' as list heading not 'Available
10944                 items';
10945                 move the 'Remove' button to the right hand side;
10946                 top-align the buttons;
10947                 remove unneeded vbox
10948         * src/prefs_summaries.c
10949                 put the 2 column prefs buttons in a frame to reduce
10950                 overall width; refer to columns not items &c.
10951
10952 2005-08-05 [colin]      1.9.13cvs17
10953
10954         * src/prefs_common.c
10955         * src/prefs_common.h
10956         * src/mainwindow.c
10957         * src/compose.c
10958         * src/messageview.c
10959                 Add an hidden toolbar_detachable pref, so
10960                 that I can get rid of these painful handles
10961                 in the toolbars. Defaults to TRUE to avoid
10962                 changing the GUI on unsuspecting people...
10963
10964 2005-08-05 [colin]      1.9.13cvs16
10965
10966         * src/Makefile.am
10967         * src/prefs_folder_column.c
10968         * src/prefs_folder_column.h
10969                 Add prefs for folder columns
10970         * src/folderview.c
10971         * src/folderview.h
10972         * src/mainwindow.c
10973         * src/mainwindow.h
10974         * src/prefs_common.c
10975         * src/prefs_common.h
10976         * src/prefs_summaries.c
10977                 Use them
10978         * src/prefs_summary_column.c
10979         * src/summaryview.c
10980         * src/summaryview.h
10981                 Add a To column
10982         * src/textview.c
10983         * src/common/utils.c
10984         * src/common/utils.h
10985                 Move uri colourisation functions
10986                 to utils
10987         * src/compose.c
10988                 Colourise URIs
10989         * src/imap.c
10990                 Fix bug with LIST where we'd try
10991                 to get Folder//////[...]/// 
10992
10993 2005-08-05 [paul]       1.9.13cvs15
10994
10995         * src/prefs_summaries.c
10996                 improve the English usage
10997         * src/summaryview.c
10998                 set font on column change
10999                 thanks to Colin
11000
11001 2005-08-05 [paul]       1.9.13cvs14
11002
11003         * src/prefs_common.c
11004         * src/prefs_common.h
11005         * src/prefs_summaries.c
11006         * src/summaryview.c
11007                 replace 'open_unread_on_enter' option with
11008                 'select_on_entry' option. opening/not opening
11009                 is now exclusively controlled by 'always_show_msg'
11010
11011 2005-08-04 [colin]      1.9.13cvs13
11012
11013         * src/compose.c
11014                 Remove dead code
11015                 Add colourisation of quotes and signatures
11016         * src/folderview.c
11017                 Fix possible crashes
11018         * src/messageview.c
11019                 Change an assert that is no problem
11020         * src/news.c
11021         * src/news_gtk.c
11022         * src/news_gtk.h
11023                 Fix offline mode
11024         * src/gtk/quicksearch.c
11025                 Fix a possible crash
11026
11027 2005-08-03 [colin]      1.9.13cvs12
11028
11029         * src/prefs_account.c
11030                 Fix bug #777 (Sylpheed crash in account configuration)
11031
11032 2005-08-03 [colin]      1.9.13cvs11
11033
11034         * src/addressbook.c
11035         * src/editaddress.c
11036         * src/editgroup.c
11037                 Fixing addressbook, round 2
11038         * src/textview.c
11039                 Fix emphasis color on rechecking 'Colorize messages'
11040
11041 2005-08-03 [paul]       1.9.13cvs10
11042
11043         sync with main
11044
11045         * src/addr_compl.c
11046         * src/compose.c
11047         * src/main.c
11048         * src/pop.c
11049         * src/prefs_account.c
11050         * src/procmime.c
11051         * src/procmsg.c
11052         * src/quote_fmt_parse.y
11053         * src/textview.c
11054         * src/common/quoted-printable.c
11055         * src/common/utils.c
11056         * src/common/utils.h
11057         * src/common/xml.c
11058                 replaced incorrect locale-independent
11059                 ctype functions with GLib's. Corrected
11060                 signedness mismatch.
11061         * src/headerview.c
11062                 headerview_create(): added spacing for vbox.
11063         * src/gtk/about.c
11064                 set focus to the OK button.
11065
11066 2005-08-03 [colin]      1.9.13cvs9
11067
11068         * src/folderview.c
11069                 Fix possible crash
11070
11071 2005-08-02 [colin]      1.9.13cvs8
11072
11073         * src/mainwindow.c
11074                 Fix cast
11075         * src/addressbook.c
11076         * src/addressitem.h
11077                 Fix a cast and more generally, try to make the
11078                 GUI more intuitive and consistent (round 1)
11079
11080 2005-08-02 [paul]       1.9.13cvs7
11081
11082         * src/folder.h
11083                 missing in 1.9.13cvs6
11084
11085 2005-08-02 [colin]      1.9.13cvs6
11086
11087         * src/folder.c
11088                 Fix one more leak
11089
11090 2005-08-02 [colin]      1.9.13cvs5
11091
11092         * src/folder.c
11093         * src/folderview.c
11094         * src/imap.c
11095         * src/main.c
11096         * src/mbox.c
11097         * src/procmsg.c
11098         * src/summaryview.c
11099                 Fix a number of folder_item_get_msg_list()-related
11100                 leaks (missing procmsg_msginfo_free()s)
11101
11102 2005-08-01 [colin]      1.9.13cvs4
11103
11104         * src/folderview.c
11105         * src/folderview.h
11106         * src/mainwindow.c
11107         * src/prefs_fonts.c
11108         * src/prefs_summaries.c
11109         * src/prefs_themes.c
11110         * src/summaryview.c
11111         * src/summaryview.h
11112         * src/textview.c
11113         * src/textview.h
11114                 Fix instant-apply of summary and folderview-related prefs
11115                 Fix erroneous g_free and alertpanels in prefs_theme
11116                 Add instant-apply for fonts
11117                 Defer applying of prefs a little bit so it's done only
11118                 once even if requested by multiples prefs pages
11119
11120 2005-08-01 [paul]       1.9.13cvs3
11121
11122         * src/main.c
11123                 fix bug 776 'S.C. crashes on close'
11124                 thanks to Colin
11125         * src/etpan/etpan-thread-manager-types.h
11126                 add missing include
11127                 thanks to Hoa
11128
11129 2005-07-25 [paul]       1.9.13cvs2
11130
11131         * src/summaryview.c
11132                 fix typos. spotted by Fabien Vantard
11133
11134 2005-07-24 [paul]       1.9.13cvs1
11135
11136         * doc/man/sylpheed.1
11137                 update man page, incorporating fix of
11138                 bug 769 'Typo in manpage'
11139         * src/etpan/imap-thread.c
11140                 fix NetBSD openssl dependencies. patch by
11141                 George Michaelson <ggm@apnic.net>
11142         * po/pt_BR.po
11143                 updated by Frederico Goncalves Guimaraes
11144
11145 2005-07-22 [paul]       1.9.13
11146
11147         1.9.13 release
11148
11149 2005-07-22 [paul]       1.9.12cvs91
11150
11151         * AUTHORS
11152         * INSTALL
11153         * README.claws
11154         * RELEASE_NOTES.claws
11155                 updated for release
11156         * configure.ac
11157         * po/nb.po
11158         * tools/claws.i18n.status.pl
11159                 add Norwegian translation. submiited by
11160                 Geir Helland <pjallabais@users.sourceforge.net>
11161         * po/ca.po
11162         * po/de.po
11163         * po/es.po
11164         * po/fi.po
11165         * po/fr.po
11166         * po/it.po
11167         * po/sk.po
11168         * po/sr.po
11169         * po/zh_CN.po
11170                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11171                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
11172                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
11173                 Yang Guilong
11174         * src/plugins/clamav/clamav_plugin_gtk.c
11175         * src/plugins/spamassassin/spamassassin_gtk.c
11176                 replace outdated description strings
11177
11178 2005-07-21 [colin]      1.9.12cvs90
11179
11180         * src/folder.c
11181                 Set folder to batch mode when scanning it. Makes deletion
11182                 of unread mails on IMAP much faster (due to the UNREAD 
11183                 flag unsetting)
11184
11185 2005-07-21 [darko]      1.9.12cvs89
11186
11187         * configure.ac
11188                 link against libresolv if necessary (patch by Paul)
11189         * src/msgcache.c
11190                 use glib's portable macros to determine endianness
11191
11192 2005-07-21 [paul]       1.9.12cvs88
11193
11194         * src/crash.c
11195         * src/gtk/about.c
11196                 update compiled-in features list
11197
11198 2005-07-20 [colin]      1.9.12cvs87
11199
11200         * src/folder.c
11201         * src/textview.c
11202                 Gcc 2.9x compilation fixes, thanks to Darko
11203         * src/plugins/clamav/clamav_plugin.c
11204                 Little optimisation: load virus database only once
11205         * src/plugins/spamassassin/spamassassin.c
11206                 Big optimisation: filtering one mail took at least 1 second,
11207                 now it takes at least 50ms. Doesn't speed up spamassassin 
11208                 itself, but should already be much more tolerable.
11209
11210 2005-07-20 [colin]      1.9.12cvs86
11211
11212         * src/summaryview.c
11213                 Fix performance issue
11214
11215 2005-07-19 [colin]      1.9.12cvs85
11216
11217         * src/plugins/pgpinline/plugin.c
11218                 Fix warning
11219
11220 2005-07-19 [colin]      1.9.12cvs84
11221
11222         * configure.ac
11223         * src/plugins/Makefile.am
11224         * src/plugins/pgpinline/.cvsignore
11225         * src/plugins/pgpinline/Makefile.am
11226         * src/plugins/pgpinline/pgpinline.c
11227         * src/plugins/pgpinline/pgpinline.deps
11228         * src/plugins/pgpinline/pgpinline.h
11229         * src/plugins/pgpinline/plugin.c
11230                 Put pgpinline in the main tree
11231
11232 2005-07-19 [paul]       1.9.12cvs83
11233
11234         * src/prefs_actions.c
11235                 prevent '//' in menu names, which cause a crash
11236                 thanks to Colin
11237
11238 2005-07-19 [paul]       1.9.12cvs82
11239
11240         * configure.ac
11241                 be generally more informative in configure output.
11242                 OpenSSL: correction: '[ --enable-openssl ...' -> 
11243                 '[ --disable-openssl ...', as --enable-openssl is default
11244                 PGP/MIME: don't check for GPGME again, check for
11245                 pgpcore instead. Therefore prevent the possibility of
11246                 attempting to build pgpmime if pgpcore dependencies are
11247                 not met
11248                 ClamAV: use pkgconfig to check for lib
11249                 libgnomeprint: revert logic on inner test to match
11250                 everything else
11251         * src/plugins/pgpcore/sgpgme.c
11252                 add missing include
11253
11254 2005-07-19 [colin]      1.9.12cvs81
11255
11256         * src/summaryview.c
11257                 Fix slow thread rebuilding in particular
11258                 cases
11259
11260 2005-07-19 [paul]       1.9.12cvs80
11261
11262         * sylpheed-claws.desktop
11263                 fix typo, spotted by Stephan Sachse
11264         * src/account.c
11265                 replace GTK_STOCK_ADD with
11266                 GTK_STOCK_NEW button
11267
11268 2005-07-18 [colin]      1.9.12cvs79
11269
11270         * src/etpan/imap-thread.c
11271                 Fix return value (Thanks Hoa)
11272
11273 2005-07-18 [colin]      1.9.12cvs78
11274
11275         * src/imap.c
11276                 Allow empty passwords
11277                 Create drafts/queue/outbox if necessary
11278         * src/summaryview.c
11279                 Remove old code
11280         * src/etpan/imap-thread.c
11281                 Fix STARTTLS (Thanks to Hoa)
11282
11283 2005-07-18 [paul]       1.9.12cvs77
11284
11285         * ChangeLog-gtk2.jp
11286         * ChangeLog.jp
11287                 removed
11288         * Makefile.am
11289                 updated to reflect additions and removals
11290         * TODO
11291                 updated to be claws-specific
11292         * TODO-gtk2
11293         * TODO-gtk2.jp
11294         * TODO.jp
11295         * sylpheed-128x128.png
11296         * sylpheed-64x64.png
11297                 removed
11298         * sylpheed-claws-128x128.png
11299         * sylpheed-claws-64x64.png
11300         * sylpheed-claws.desktop
11301         * sylpheed-claws.png
11302                 added
11303         * sylpheed.desktop
11304         * sylpheed.png
11305                 removed
11306
11307 2005-07-17 [paul]       1.9.12cvs76
11308
11309         * src/account.c
11310         * src/addressbook.c
11311         * src/alertpanel.c
11312         * src/alertpanel.h
11313         * src/compose.c
11314         * src/exphtmldlg.c
11315         * src/expldifdlg.c
11316         * src/folderview.c
11317         * src/imap_gtk.c
11318         * src/inc.c
11319         * src/message_search.c
11320         * src/messageview.c
11321         * src/mh_gtk.c
11322         * src/news_gtk.c
11323         * src/prefs_actions.c
11324         * src/prefs_filtering.c
11325         * src/prefs_matcher.c
11326         * src/prefs_template.c
11327         * src/prefs_themes.c
11328         * src/ssl_manager.c
11329         * src/summary_search.c
11330         * src/textview.c
11331         * src/toolbar.c
11332         * src/gtk/sslcertwindow.c
11333         * src/plugins/pgpcore/sgpgme.c
11334                 rework alertpanels
11335
11336 2005-07-17 [colin]      1.9.12cvs75
11337
11338         * src/privacy.c
11339                 add a PrivacySystem accessor that checks that
11340                 the system cached in a MimeInfo's privacydata
11341                 is still registered. Use this accessor instead
11342                 of directly using data->system. Fixes crashes
11343                 after unloading pgp plugins.
11344
11345 2005-07-17 [colin]      1.9.12cvs74
11346
11347         * src/alertpanel.c
11348                 Change geometry hints to a simple default size.
11349                 Fixes the certs dialogs.
11350
11351 2005-07-17 [colin]      1.9.12cvs73
11352
11353         * src/gtk/sslcertwindow.c
11354                 Use a gtkExpander
11355
11356 2005-07-17 [colin]      1.9.12cvs72
11357
11358         * src/plugins/pgpcore/Makefile.am
11359         * src/plugins/pgpmime/Makefile.am
11360                 Add gpgme libs
11361
11362 2005-07-17 [paul]       1.9.12cvs71
11363
11364         * configure.ac
11365                 add --disable-gnomeprint option
11366                 modified version of patch by Marius Mauch
11367
11368 2005-07-17 [paul]       1.9.12cvs70
11369
11370         * src/common/defs.h
11371                 update urls
11372         * src/account.c
11373         * src/action.c
11374         * src/addressbook.c
11375         * src/compose.c
11376         * src/foldersel.c
11377         * src/folderview.c
11378         * src/html.c
11379         * src/imap_gtk.c
11380         * src/main.c
11381         * src/mainwindow.c
11382         * src/messageview.c
11383         * src/mh_gtk.c
11384         * src/mimeview.c
11385         * src/news_gtk.c
11386         * src/prefs_account.c
11387         * src/prefs_send.c
11388         * src/prefs_summaries.c
11389         * src/procmsg.c
11390         * src/summaryview.c
11391         * src/common/utils.c
11392         * src/common/xml.c
11393         * src/plugins/pgpcore/passphrase.c
11394         * src/plugins/pgpcore/select-keys.c
11395                 replace inappropriately used backticks
11396                 with single quotes
11397
11398 2005-07-16 [colin]      1.9.12cvs69
11399
11400         * src/image_viewer.c
11401                 Add extra paranoid checks
11402
11403 2005-07-16 [colin]      1.9.12cvs68
11404
11405         * src/plugins/pgpcore/prefs_gpg.c
11406                 Don't auto-check sigs by default, as it
11407                 can be really slow.
11408
11409 2005-07-16 [colin]      1.9.12cvs67
11410
11411         * src/plugins/pgpcore/sgpgme.c
11412                 Make messages a bit better.
11413
11414 2005-07-16 [colin]      1.9.12cvs66
11415
11416         * src/imap.c
11417                 Remove pseudo-log
11418         * src/etpan/imap-thread.c
11419                 Add real log
11420
11421 2005-07-16 [colin]      1.9.12cvs65
11422
11423         * src/main.c
11424         * src/prefs_other.c
11425                 And now, fix build with libetpan :-/
11426
11427 2005-07-15 [colin]      1.9.12cvs64
11428
11429         * src/prefs_other.c
11430                 Continue fixing build without libetpan.
11431
11432 2005-07-15 [colin]      1.9.12cvs63
11433
11434         * src/main.c
11435                 Fix build with --disable-libetpan
11436
11437 2005-07-15 [colin]      1.9.12cvs62
11438
11439         * configure.ac
11440                 Bump libetpan's version
11441
11442 2005-07-15 [colin]      1.9.12cvs61
11443
11444         * src/etpan/imap-thread.c
11445                 Actually stop logging :)
11446
11447 2005-07-15 [colin]      1.9.12cvs60
11448
11449         * src/addressbook.c
11450                 Fix dnd of multiple addresses.
11451
11452 2005-07-15 [hoa]        1.9.12cvs59
11453
11454         * src/etpan/imap-thread.c
11455             disable login of IMAP password in libetpan log file.
11456
11457 2005-07-15 [paul]       1.9.12cvs58
11458
11459         * src/account.c
11460                 don't automatically sort
11461                 do allow drag n drop
11462
11463 2005-07-15 [paul]       1.9.12cvs57
11464
11465         * src/account.c
11466         * src/ssl_manager.c
11467                 alphabetical listing
11468
11469 2005-07-15 [paul]       1.9.12cvs56
11470
11471         * src/gtk/pluginwindow.c
11472                 sort plugin list alphabetically
11473
11474 2005-07-15 [paul]       1.9.12cvs55
11475
11476         * src/prefs_spelling.c
11477         * src/prefs_wrapping.c
11478                 unify English usage
11479
11480 2005-07-15 [colin]      1.9.12cvs54
11481
11482         * src/wizard.c
11483                 Typo fix
11484
11485 2005-07-15 [paul]       1.9.12cvs53
11486
11487         * src/prefs_message.c
11488                 make 'show cursor' a hidden option
11489
11490 2005-07-14 [colin]      1.9.12cvs52
11491
11492         * src/plugins/spamassassin/Makefile.am
11493         * src/plugins/clamav/Makefile.am
11494                 Fix double EXTRA_DISTs
11495
11496 2005-07-14 [colin]      1.9.12cvs51
11497
11498         * src/plugins/clamav/Makefile.am
11499         * src/plugins/clamav/clamav_plugin_gtk.deps
11500         * src/plugins/spamassassin/Makefile.am
11501         * src/plugins/spamassassin/spamassassin_gtk.deps
11502                 Make $plugin_gtk depend on $plugin
11503
11504 2005-07-14 [hoa]        1.9.12cvs50
11505
11506         * src/etpan/imap-thread.c
11507                 enable debug log of libetpan when running with --debug
11508
11509 2005-07-14 [colin]      1.9.12cvs49
11510
11511         * configure.ac
11512         * src/common/Makefile.am
11513         * src/common/plugin.c
11514         * src/common/plugin.h
11515                 Add a little plugin dependancy system.
11516                 Plugins can ship a $plugin_name.deps file
11517                 (near them in PLUGINDIR) so that their
11518                 dependancies are loaded if possible.
11519         * src/plugins/Makefile.am
11520         * src/plugins/pgpcore/Makefile.am
11521         * src/plugins/pgpcore/passphrase.c
11522         * src/plugins/pgpcore/passphrase.h
11523         * src/plugins/pgpcore/plugin.c
11524         * src/plugins/pgpcore/prefs_gpg.c
11525         * src/plugins/pgpcore/prefs_gpg.h
11526         * src/plugins/pgpcore/select-keys.c
11527         * src/plugins/pgpcore/select-keys.h
11528         * src/plugins/pgpcore/sgpgme.c
11529         * src/plugins/pgpcore/sgpgme.h
11530                 Introduce pgpcore, used by pgpmime and
11531                 pgpinline
11532         * src/plugins/pgpmime/Makefile.am
11533         * src/plugins/pgpmime/passphrase.c
11534         * src/plugins/pgpmime/passphrase.h
11535         * src/plugins/pgpmime/pgpmime.c
11536         * src/plugins/pgpmime/pgpmime.deps
11537         * src/plugins/pgpmime/plugin.c
11538         * src/plugins/pgpmime/prefs_gpg.c
11539         * src/plugins/pgpmime/prefs_gpg.h
11540         * src/plugins/pgpmime/select-keys.c
11541         * src/plugins/pgpmime/select-keys.h
11542         * src/plugins/pgpmime/sgpgme.c
11543         * src/plugins/pgpmime/sgpgme.h
11544                 Remove the core from pgpmime and add the
11545                 dependancy to pgpcore.
11546
11547 2005-07-14 [paul]       1.9.12cvs48
11548
11549         * src/stock_pixmap.c
11550                 forgot this in last commit
11551
11552 2005-07-14 [paul]       1.9.12cvs47
11553
11554         * src/account.c
11555         * src/addressbook.c
11556                 add accelerators for the buttons (sync with main)
11557         * src/compose.c
11558         * src/compose.h
11559                 add accelerators for the buttons.
11560                 fix editing with external editor.
11561                 replace gdk_input_*() with GIOChannel;
11562                 (sync with main)
11563         * src/foldersel.c
11564                 display folder names with new/unread
11565                 representation (sync with main)
11566         * src/main.c
11567                 specify default window icon (sync with main)
11568         * src/prefs_common.c
11569                 use_addr_book default to FALSE
11570         * src/summaryview.c
11571         * src/textview.c
11572                 add accelerators for the buttons (sync with main)
11573         * src/gtk/menu.c
11574                 fix typos
11575         * src/pixmaps/sylpheed_icon.xpm
11576                 updated
11577
11578 2005-07-13 [paul]       1.9.12cvs46
11579
11580         * src/plugins/pgpmime/pgpmime.c
11581         * src/plugins/pgpmime/sgpgme.c
11582                 (temporarily) use deprecated gpgme_data_rewind()
11583                 while largefile support is not present
11584                 (as suggested by Colin)
11585
11586 2005-07-13 [paul]       1.9.12cvs45
11587
11588         * configure.ac
11589                 remove large file support (for now):
11590                 it breaks too many things
11591
11592 2005-07-13 [paul]       1.9.12cvs44
11593
11594         * configure.ac
11595                 add large file support
11596         * src/html.c
11597                 fix bug #763 where href attribute was not
11598                 the very first attribute of a link
11599                 patch by Thomas Gilgin
11600
11601 2005-07-13 [colin]      1.9.12cvs43
11602
11603         * src/gtk/pluginwindow.c
11604                 Little portability fix
11605
11606 2005-07-13 [colin]      1.9.12cvs42
11607
11608         * src/plugins/pgpmime/sgpgme.c
11609                 Fix crasher.
11610
11611 2005-07-13 [colin]      1.9.12cvs41
11612
11613         * src/plugins/pgpmime/pgpmime.c
11614         * src/plugins/pgpmime/sgpgme.c
11615                 Use gpgme_data_release_and_get_mem instead
11616                 of gpgme_data_read.
11617
11618 2005-07-13 [colin]      1.9.12cvs40
11619
11620         * configure.ac
11621         * src/plugins/pgpmime/passphrase.c
11622         * src/plugins/pgpmime/passphrase.h
11623         * src/plugins/pgpmime/pgpmime.c
11624         * src/plugins/pgpmime/plugin.c
11625         * src/plugins/pgpmime/select-keys.c
11626         * src/plugins/pgpmime/select-keys.h
11627         * src/plugins/pgpmime/sgpgme.c
11628         * src/plugins/pgpmime/sgpgme.h
11629                 Port pgpmime to gpgme-1.0.
11630
11631 2005-07-12 [paul]       1.9.12cvs39
11632
11633         * AUTHORS
11634         * src/toolbar.c
11635         * src/toolbar.h
11636                 add a 'Go to Prev' button to the toolbar.
11637                 correct tooltip text of go to buttons.
11638                 based on patch by Yang Guilong <bamanzi@gmail.com>
11639
11640 2005-07-12 [colin]      1.9.12cvs38
11641
11642         * src/statusbar.c
11643                 Fix progress bar showing stuff at startup.
11644
11645 2005-07-12 [paul]       1.9.12cvs37
11646
11647         * src/editjpilot.c
11648                 fix building with jpilot support
11649
11650 2005-07-11 [colin]      1.9.12cvs36
11651
11652         * src/inc.c
11653                 Add visual indication that filtering is running
11654         * src/textview.c
11655                 Make {}[] uri delimiters
11656         * src/summaryview.c
11657                 Remove useless (and slow) calls
11658
11659 2005-07-11 [paul]       1.9.12cvs35
11660
11661         * src/plugins/clamav/clamav_plugin_gtk.c
11662         * src/plugins/dillo_viewer/dillo_prefs.c
11663         * src/plugins/pgpmime/prefs_gpg.c
11664         * src/plugins/spamassassin/spamassassin_gtk.c
11665                 gather plugins prefs together under their
11666                 own 'Plugins' heading
11667
11668 2005-07-11 [paul]       1.9.12cvs34
11669
11670         sync with main
11671
11672         * src/account.c
11673                 account_delete(): modified alert dialog
11674         * src/editjpilot.c
11675         * src/editvcard.c
11676                 fixed a crash when cancelling file selection
11677                 dialog by Escape key. Made non-ascii filename
11678                 selectable.
11679         * src/prefs_template.c
11680                 prefs_template_window_create(): make scrolled
11681                 window policy AUTOMATIC
11682
11683 2005-07-10 [hoa]        1.9.12cvs33
11684
11685         * src/etpan/imap-thread.c
11686                 workaround for old Courier IMAP servers.
11687
11688 2005-07-10 [colin]      1.9.12cvs32
11689
11690         * src/folder.c
11691         * src/statusbar.c
11692         * src/statusbar.h
11693                 Add visual progress indicator on filtering/processing
11694                 Factorize the progress bar code
11695         * src/imap.c
11696         * src/imap.h
11697         * src/etpan/imap-thread.c
11698                 Add a reference counter to avoid destroying the Folder
11699                 while it's in use by another callback.
11700
11701 2005-07-09 [hoa]        1.9.12cvs31
11702
11703         * src/imap.c
11704         * src/etpan/imap-thread.c
11705                 fixed deadlock when removing IMAP account.
11706
11707 2005-07-08 [colin]      1.9.12cvs30
11708
11709         * src/textview.c
11710         * src/unmime.c
11711                 Fix again problems decoding broken headers
11712         * src/gtk/inputdialog.c
11713                 Fix local variable shadowing a global one
11714
11715 2005-07-08 [colin]      1.9.12cvs29
11716
11717         * src/msgcache.c
11718                 Make the cache/mark files platform-agnostic by writing
11719                 them in little-endian format. Reading them is also done
11720                 in little-endian format, of course; however, in order
11721                 to avoid trashing mark data on big-endian machines, the
11722                 files are, at first, read from the native format if the
11723                 little-endian one doesn't exist. This is easy to deter-
11724                 mine by trying to open a file with a swapped data_ver
11725                 and seeing if it's the wanted version.
11726                 Little-endian using users should see absolutely no
11727                 difference, Big-endian users may get a very little
11728                 performance drop due to byte-swapping.
11729                 Tested on i386 and ppc32. 
11730                 Fixes bug #159 (The index file, in the mailboxes, is 
11731                 hardware depending).
11732
11733                 To have the cache/mark files updated to the new little-
11734                 endian format, "Check for new messages" or even
11735                 "Rebuild folder tree" aren't enough. Files will be
11736                 updated as soon as a folder has been opened/closed.
11737                 To update everything, just select all folders by
11738                 selecting them one by one.
11739
11740 2005-07-07 [colin]      1.9.12cvs28
11741
11742         * src/imap.c
11743                 Remember the folder separator per IMAPFolder
11744                 instead of globally.
11745                 Revive the Session on noop; fixes bug #761
11746                 (mark a bunch of unread messages as read takes 
11747                 forever)
11748
11749 2005-07-07 [darko]      1.9.12cvs27
11750
11751         * src/common/template.c
11752                 Sort templates alphabetically
11753
11754 2005-07-06 [colin]      1.9.12cvs26
11755
11756         * src/imap.c
11757                 Try to use the correct separator in
11758                 most cases. Possibly fixes bug #759
11759                 (only creates the INBOX folder when 
11760                 setting up new IMAP account) and 
11761                 bug #760 (Can't retrieve messages)
11762
11763 2005-07-06 [colin]      1.9.12cvs25
11764
11765         * src/imap.c
11766                 Use real_path in status command. This will
11767                 help later, when namespaces will be used.
11768
11769 2005-07-06 [colin]      1.9.12cvs24
11770
11771         * configure.ac
11772         * src/account.c
11773         * src/folder.c
11774         * src/imap.c
11775         * src/etpan/etpan-log.c
11776         * src/etpan/etpan-thread-manager.c
11777         * src/etpan/imap-thread.c
11778                 Add a --disable-libetpan parameter. With this,
11779                 users that don't want IMAP4 support can avoid
11780                 the new dependancy (and have no IMAP support).
11781                 Users that have IMAP4 accounts and use this
11782                 parameter won't lose their configuration, their
11783                 IMAP accounts will just be invisible and not
11784                 used.
11785         * src/textview.c
11786                 Make the "Copy ..." contextual menu items 
11787                 copy to both the X clipboard and the gtk 
11788                 clipboard - as most other apps do.
11789         * src/gtk/about.c
11790                 Add a notice about OpenSSL usage, in order to
11791                 comply with OpenSSL's license (point 6):
11792                 http://www.openssl.org/source/license.html
11793
11794 2005-07-06 [colin]      1.9.12cvs23
11795
11796         * src/alertpanel.c
11797                 Fix a minimum size for alertpanels
11798         * src/compose.c
11799                 Show 'No space left on device' type errors
11800                 when queuing/sending
11801         * src/imap_gtk.c
11802         * src/mh_gtk.c
11803                 Rework folder's deletion message (remove 
11804                 extra \n)
11805
11806 2005-07-05 [colin]      1.9.12cvs22
11807
11808         * src/imap.c
11809                 Add an alertpanel on auth error
11810                 Add pseudo-log
11811                 Remove pthread-related stuff
11812
11813 2005-07-05 [colin]      1.9.12cvs21
11814
11815         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11816                 Fix crash on plugin reloading (with a hack)
11817
11818 2005-07-05 [colin]      1.9.12cvs20
11819
11820         * src/prefs_account.c
11821         * src/prefs_account.h
11822                 Fix typo
11823         * src/gtk/filesel.c
11824         * src/gtk/filesel.h
11825                 Add a way to filter the view
11826         * src/gtk/pluginwindow.c
11827                 Filter loadable stuff
11828         * src/plugins/pgpmime/prefs_gpg.c
11829                 Fix missing unregistration
11830         * .cvsignore
11831         * src/etpan/.cvsignore
11832         * src/plugins/spamassassin/.cvsignore
11833                 Add more stuff to cvs ignored files
11834
11835 2005-07-04 [colin]      1.9.12cvs19
11836
11837         * src/imap.c
11838                 Fix scan_required returning FALSE when it
11839                 shouldn't. Maybe fix #760 (Can't retrieve
11840                 messages)
11841
11842 2005-07-04 [colin]      1.9.12cvs18
11843
11844         * src/summaryview.c
11845                 Fix always_show_msg pref
11846
11847 2005-07-04 [paul]       1.9.12cvs17
11848
11849         sync with main (forgotten in last commit)
11850         
11851         * src/common/utils.c
11852         * src/common/utils.h
11853                 check_line_length(): new.
11854                 is_dir_exist()
11855                 is_file_entry_exist()
11856                 dirent_is_regular_file()
11857                 dirent_is_directory(): use g_file_test() instead of stat().
11858
11859 2005-07-04 [paul]       1.9.12cvs16
11860
11861         sync with main:
11862
11863         * src/compose.c
11864                 compose_write_to_file(): check for line
11865                 length limit and display warning if exceeds
11866         * src/jpilot.c
11867                 use get_home_dir() instead of g_get_home_dir()
11868         * src/procheader.c
11869                 removed warning about invalid date
11870         * src/vcard.c
11871                 use get_home_dir() instead of g_get_home_dir()
11872
11873 2005-07-04 [paul]       1.9.12cvs15
11874
11875         * src/stock_pixmap.c
11876                 fix new pixmap naming errors
11877                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
11878
11879 2005-07-04 [colin]      1.9.12cvs14
11880
11881         * src/imap.c
11882                 Fix debugging string with a warning
11883
11884 2005-07-04 [colin]      1.9.12cvs13
11885
11886         * configure.ac
11887                 Add a check for libetpan's version (>= 0.37)
11888
11889 2005-07-04 [hoa]        1.9.12cvs12
11890
11891         * commitHelper
11892         * src/imap.c
11893         * src/etpan/imap-thread.c
11894         * src/etpan/imap-thread.h
11895                 fixed IMAP implementation of check of mails.
11896
11897 2005-07-03 [hoa]        1.9.12cvs11
11898
11899         * src/etpan/Makefile.am
11900         * src/etpan/etpan-errors.h
11901         * src/etpan/etpan-log.[ch]
11902         * src/etpan/etpan-thread-manager-types.h
11903         * src/etpan/etpan-thread-manager.[ch]
11904         * src/etpan/imap-thread.[ch]
11905         * src/Makefile.am
11906         * src/imap.c
11907         * src/main.c
11908         * src/prefs_other.c
11909         * configure.ac
11910             merged imap branch.
11911             dependency on libetpan 0.37 is now added.
11912
11913 2005-07-01 [colin]      1.9.12cvs10
11914
11915         * src/Makefile.am
11916         * src/folder.c
11917         * src/folder.h
11918         * src/folderview.c
11919         * src/stock_pixmap.c
11920         * src/stock_pixmap.h
11921         * src/plugins/trayicon/trayicon.c
11922                 Add marked symbol on folders containing
11923                 marked messages
11924         * src/procmsg.c
11925         * src/procmsg.h
11926         * src/toolbar.c
11927         * src/prefs_common.c
11928         * src/prefs_common.h
11929         * src/prefs_send.c
11930                 Add an optional confirmation dialog on queue
11931                 sending. Patch by wwp.
11932         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
11933         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
11934         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
11935         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
11936         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
11937         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
11938         * src/pixmaps/inbox_mark.xpm            ** ADDED **
11939         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
11940         * src/pixmaps/outbox_mark.xpm           ** ADDED **
11941         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
11942         * src/pixmaps/trash_mark.xpm            ** ADDED **
11943                 New pixmaps
11944
11945 2005-07-01 [colin]      1.9.12cvs9
11946
11947         * src/summaryview.c
11948                 Fix a little threading bug
11949         * src/addrgather.c
11950         * src/mainwindow.c
11951                 A little bit of HIG normality never hurts
11952
11953 2005-07-01 [colin]      1.9.12cvs8
11954
11955         * src/compose.c
11956         * src/msgcache.c
11957         * src/pop.c
11958         * src/procmime.c
11959         * src/recv.c
11960         * src/common/log.c
11961         * src/common/template.c
11962         * src/common/utils.c
11963         * src/common/utils.h
11964                 Reverted the fwrite_atomic stuff. In fact
11965                 it is already atomic.
11966
11967 2005-06-30 [colin]      1.9.12cvs7
11968
11969         * src/common/utils.c
11970         * src/common/utils.h
11971                 Add an fwrite_atomic() function to make
11972                 sure we write everything: fwrite can make
11973                 short writes.
11974         * src/compose.c
11975         * src/msgcache.c
11976         * src/pop.c
11977         * src/procmime.c
11978         * src/recv.c
11979         * src/common/log.c
11980         * src/common/template.c
11981                 Use that (and fix swapping of size and nmemb).
11982                 Thanks to Rich Coe for the heads up.
11983
11984 2005-06-30 [colin]      1.9.12cvs6
11985
11986         * src/addressbook.c
11987                 Optimize addressbook opening 
11988
11989 2005-06-30 [colin]      1.9.12cvs5
11990
11991         * src/summaryview.c
11992                 Remove calls to summary_step after move/copy
11993
11994 2005-06-28 [paul]       1.9.12cvs4
11995
11996         * src/alertpanel.c
11997                 wrap and make the error msg selectable
11998
11999 2005-06-28 [paul]       1.9.12cvs3
12000
12001         * src/ssl_manager.c
12002                 replace the OK button with a Close button
12003         * src/gtk/foldersort.c
12004                 use GTK_STOCK_ icons/buttons
12005
12006 2005-06-28 [colin]      1.9.12cvs2
12007
12008         * src/gedit-print.c             ** ADDED **
12009         * src/gedit-print.h             ** ADDED **
12010         * src/gtk/gtksourceprintjob.c   ** ADDED **
12011         * src/gtk/gtksourceprintjob.h   ** ADDED **
12012                 I can't believe no one had enough time to tell
12013                 me I forgot the `cvs add`
12014
12015 2005-06-27 [colin]      1.9.12cvs1
12016
12017         * src/Makefile.am
12018         * src/gtk/Makefile.am
12019         * src/messageview.c
12020         * src/procmsg.c
12021         * src/summaryview.c
12022         * configure.ac
12023                 Add optional libgnomeprint-based printing
12024         * src/mainwindow.c
12025         * src/gtk/quicksearch.c
12026                 Add an Edit/Quick search menu item to show
12027                 and focus the quicksearch
12028
12029 2005-06-27 [paul]       1.9.12
12030
12031         1.9.12 release
12032
12033         * po/ca.po
12034         * po/de.po
12035         * po/es.po
12036         * po/fr.po
12037         * po/it.po
12038         * po/ko.po
12039         * po/pt_BR.po
12040         * po/sk.po
12041         * po/zh_CN.po
12042                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12043                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
12044                 SungHyun Nam, Frederico Goncalves Guimaraes,
12045                 Andrej Kacian, and Yang Guilong
12046 2005-06-26 [colin]      1.9.11cvs106
12047
12048         * src/imap_gtk.c
12049                 Forgot one file for previous fix
12050
12051 2005-06-26 [colin]      1.9.11cvs105
12052
12053         * src/folder.c
12054         * src/imap.c
12055                 Fix problems with folder operations in no_select
12056                 imap folders. it applies only to mails, and 
12057                 creation/deletion/move/renaming of folders 
12058                 should be possible
12059
12060 2005-06-26 [paul]       1.9.11cvs104
12061
12062         * src/prefs_filtering.c
12063                 replace one more GTK_STOCK_REMOVE
12064                 with GTK_STOCK_DELETE
12065
12066 2005-06-25 [colin]      1.9.11cvs103
12067
12068         * src/imap.c
12069                 Optimize get_seq_set_from_seq_list
12070                 (Patch by Ricardo) 
12071
12072 2005-06-25 [colin]      1.9.11cvs102
12073
12074         * src/mh.c
12075                 If the directory exists, but not in the
12076                 correct encoding, rename it. This should
12077                 handle old-versions-induced bugs.
12078
12079 2005-06-25 [colin]      1.9.11cvs101
12080
12081         * src/mh.c
12082                 Fix path access with extended dir names
12083                 Fixes bug #589 (SC segfaults with wrong locale
12084                 settings)
12085
12086 2005-06-25 [colin]      1.9.11cvs100
12087
12088         * src/prefs_account.c
12089         * src/prefs_account.h
12090         * src/compose.c
12091                 Add an option to encrypt replies to
12092                 encrypted messages
12093
12094 2005-06-25 [colin]      1.9.11cvs99
12095
12096         * src/compose.c
12097         * src/quote_fmt_parse.y
12098                 ... And make it work with pgpinline.
12099
12100 2005-06-25 [colin]      1.9.11cvs98
12101
12102         * src/compose.c
12103         * src/procmime.c
12104         * src/procmime.h
12105         * src/quote_fmt_parse.y
12106                 o Make reedition of encrypted messages possible
12107                   (as long as it is encrypted to self too, no
12108                    magic there)
12109                 o Make replying with quote (and without selecting
12110                   text) possible for encrypted messages.
12111                 Closes bug #550 (Not possible to "reply with quote"
12112                 to gnupg encrypted messages)
12113
12114 2005-06-24 [paul]       1.9.11cvs97
12115
12116         * src/imap.c
12117                 add missing include
12118
12119 2005-06-24 [paul]       1.9.11cvs96
12120
12121         * src/editldap.c
12122                 made bind password entry invisible
12123                 (sync with main)
12124         * src/send_message.c
12125                 send_message_local(): check exit status
12126                 to detect errors (sync with main)
12127         * src/textview.c
12128                 use main's less ambiguous popup menu
12129                 wording
12130
12131 2005-06-24 [paul]       1.9.11cvs95
12132
12133         * src/prefs_actions.c
12134         * src/prefs_customheader.c
12135         * src/prefs_display_header.c
12136         * src/prefs_filtering_action.c
12137         * src/prefs_matcher.c
12138         * src/prefs_template.c
12139         * src/prefs_toolbar.c
12140                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
12141         * src/gtk/description_window.c
12142                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
12143
12144 2005-06-23 [colin]      1.9.11cvs94
12145
12146         * src/summaryview.c
12147                 Fix rough edges (be sure to call status_show whenever
12148                 necessary).
12149
12150 2005-06-23 [colin]      1.9.11cvs93
12151
12152         * src/summaryview.c
12153                 Optimize Select All
12154                 Before, in a 5K mails folder: 11s
12155                 After, in the same folder: 58000µs
12156                 The joys of locking... gtk_clist_select_all() fires a 
12157                 tree-select-row event for each selected row, which in 
12158                 summaryview, callbacks summary_selected which in turn,
12159                 calls summary_status_show, which walks the selected
12160                 rows. Hence, calling gtk_clist_select_all was 
12161                 exponential. Locking the summaryview makes 
12162                 summary_selected return early.
12163
12164 2005-06-23 [colin]      1.9.11cvs92
12165
12166         * src/imap.c
12167                 Move mutex at the important place to avoid
12168                 deadlocks
12169         * src/summaryview.c
12170                 Fix Del key deleting directly instead of
12171                 moving to trash
12172
12173 2005-06-22 [colin]      1.9.11cvs91
12174
12175         * src/plugins/spamassassin/libspamc.c
12176                 As we do spagetti code with assignations in multiple
12177                 places (see _message_read_raw where out = msg = raw),
12178                 let's be sure we don't free the same pointer twice.
12179                 Should fix bug #683 (Crash in libpam at 
12180                 message_cleanup).
12181
12182 2005-06-22 [colin]      1.9.11cvs90
12183
12184         * src/compose.c
12185         * src/messageview.c
12186         * src/toolbar.c
12187                 Make toolbar's delete use the move to trash stuff;
12188                 Add gtk_widget_realize to be sure pixmaps can get
12189                 created (that may fix an old worksforme bug which
12190                 I can't find back...)
12191
12192 2005-06-22 [colin]      1.9.11cvs89
12193
12194         * src/summaryview.c
12195         * src/summaryview.h
12196         * src/mainwindow.c
12197                 Rename "Message/Delete" to "Message/Move to trash"
12198                 Add "Message/Delete..." that directly destroys the
12199                 selected messages after asking for a confirmation.
12200
12201 2005-06-22 [colin]      1.9.11cvs88
12202
12203         * src/imap.c
12204                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
12205                 o Fix a deadlock (thanks Darko)
12206
12207 2005-06-22 [colin]      1.9.11cvs87
12208
12209         * src/gtk/foldersort.c
12210                 Add missing include for the i18n;
12211                 patch by Fabien Vantard
12212
12213 2005-06-21 [colin]      1.9.11cvs86
12214
12215         * src/folder.c
12216         * src/folderview.c
12217                 Respect the no_select flag
12218         * src/imap.c
12219                 Fix recursive deletion
12220         * src/imap_gtk.c
12221         * src/mh_gtk.c
12222                 Make the folder deletion's warning
12223                 more explicit
12224
12225 2005-06-21 [colin]      1.9.11cvs85
12226
12227         * src/textview.c
12228                 Prevent email addresses from spanning accross
12229                 lines - fixes bug # 646 (newline-chars in 
12230                 email addresses)
12231
12232 2005-06-20 [colin]      1.9.11cvs84
12233
12234         * src/folder.c
12235                 Be sure not to remove source if copy failed
12236
12237 2005-06-20 [colin]      1.9.11cvs83
12238
12239         * src/folderview.c
12240         * src/imap_gtk.c
12241                 remove summaryview's lock
12242         * src/imap.c
12243                 introduce threads to avoid problems when foreground tasks
12244                 interfere with background tasks
12245         * src/mh.c
12246                 prevent moving to drafts/queue
12247         * src/mimeview.c
12248                 fix leak
12249
12250 2005-06-19 [colin]      1.9.11cvs82
12251
12252         * src/imap_gtk.c
12253                 Remember that the user doesn't want to override
12254                 offline mode, for 3 seconds. It avoid presenting
12255                 him with N popups in a really short time.
12256
12257 2005-06-17 [colin]      1.9.11cvs81
12258
12259         * src/imap.c
12260                 Fix IMAP breaking on folders containing '('
12261                 (Probably won't be enough)
12262
12263 2005-06-17 [colin]      1.9.11cvs80
12264
12265         Forgotten files on 1.9.11cvs79
12266         * src/summaryview.c
12267                 Fix stepping when not immediately executing
12268         * src/imap.c
12269                 Really prevent UID FETCH 0
12270         * src/codeconv.c
12271                 Fix outgoing charset never set to utf-8
12272         * src/mh.c
12273                 Fix leak
12274
12275 2005-06-16 [colin]      1.9.11cvs79
12276
12277         * src/compose.c
12278                 Fix bug #707 (Dash splits rows)
12279                 Only wrap if we're on a line break position and
12280                 the previous one was a "white" (space) char.
12281                 Pango stuff is weird.
12282
12283 2005-06-16 [colin]      1.9.11cvs78
12284
12285         * src/imap_gtk.c
12286                 Lock summaryview while downloading messages
12287                 on user demand
12288         * src/procheader.c
12289         * src/unmime.c
12290         * src/common/utils.c
12291         * src/common/utils.h
12292                 Replace \r and \n with spaces in From and
12293                 Subject headers
12294
12295 2005-06-16 [paul]       1.9.11cvs77
12296
12297         * src/procmime.c
12298                 liberalise the mime parser
12299         * src/gtk/about.c
12300                 add text wrapping
12301
12302 2005-06-16 [paul]       1.9.11cvs76
12303
12304         * src/gtk/about.c
12305                 reworked
12306
12307 2005-06-15 [colin]      1.9.11cvs75
12308
12309         * src/compose.c
12310                 Finish header encoding fix
12311         * src/summaryview.c
12312                 Fix segfault
12313         * src/headerview.c
12314                 Fix compilation (Thanks Stephan
12315                 Sachse)
12316
12317 2005-06-15 [colin]      1.9.11cvs74
12318
12319         * Makefile.am
12320                 Install gnome2 stuff rather than gnome1, 
12321                 if both are present
12322         * src/codeconv.c
12323         * src/codeconv.h
12324         * src/compose.c
12325                 Fix headers encoding
12326         * src/folder.c
12327                 Visual progress when fetching all messages
12328         * src/folderview.c
12329         * src/summaryview.c
12330         * src/summaryview.h
12331                 Prevent changing current message while
12332                 incorporating
12333
12334 2005-06-15 [paul]       1.9.11cvs73
12335
12336         * src/gtk/gtkaspell.c
12337         * src/gtk/gtkaspell.h
12338                 fix build warnings
12339
12340 2005-06-15 [paul]       1.9.11cvs72
12341
12342         * src/prefs_filtering.c
12343                 allow reordering of filter rules by
12344                 drag n drop
12345
12346 2005-06-15 [paul]       1.9.11cvs71
12347
12348         * COPYING
12349                 updated
12350         * src/codeconv.c
12351                 replace deprecated function
12352         * src/inc.c
12353         * src/send_message.c
12354         * src/gtk/progressdialog.c
12355         * src/gtk/progressdialog.h
12356                 salvage and reuse parts of reverted sync
12357
12358 2005-06-15 [paul]       1.9.11cvs70
12359
12360         * src/inc.c
12361         * src/send_message.c
12362         * src/gtk/progressdialog.c
12363         * src/gtk/progressdialog.h
12364                 revert yesterday's sync with main
12365                 it contains deprecated functions
12366
12367 2005-06-15 [colin]      1.9.11cvs69
12368
12369         * src/headerview.c
12370                 Fix bug #670 (multi user to: will corrupt message 
12371                 headers display)
12372
12373 2005-06-15 [colin]      1.9.11cvs68
12374
12375         * src/compose.c
12376                 Fix bug #421 (Fix undo on wrapping)
12377
12378 2005-06-15 [colin]      1.9.11cvs67
12379
12380         * src/folder.c
12381                 Provide visual feedback while processing
12382                 folder's rules.
12383         * src/imap.c
12384                 Provide visual feedback while getting
12385                 short headers (for uncached messages)
12386
12387
12388 2005-06-14 [paul]       1.9.11cvs66
12389
12390         * src/account.c
12391                 change a couple stock icons
12392         * src/inc.c
12393         * src/send_message.c
12394         * src/gtk/progressdialog.c
12395         * src/gtk/progressdialog.h
12396                 sync main's GtkTreeView implementation
12397
12398 2005-06-14 [colin]      1.9.11cvs65
12399
12400         * src/imap.c
12401                 Various little fixes, mainly on error paths
12402
12403 2005-06-13 [colin]      1.9.11cvs64
12404
12405         * matcher.c
12406         * procmsg.c
12407         * procmsg.h
12408                 Add a way to fetch only headers. This speeds
12409                 up filtering on headers for IMAP. Fixes:
12410                 bug #481 extraneous imap commands slow down 
12411                         imap filtering
12412                 bug #522 Sylpheed downloads all messages 
12413                         when opening mailbox (IMAP)
12414                 bug #677 IMAP fetch is soooooooooooooo slow
12415         * src/folder.c
12416         * src/folder.h
12417                 Add a folder set_batch method so that
12418                 implementations can speed up flags changes
12419         * src/folderutils.c
12420         * src/summaryview.c
12421                 Use that in mark as (un)read and mark all read
12422                 Refix bug #679
12423         * src/imap.c
12424                 Implement set_batch - brings back deferred
12425                 flags in a less buggy manner. Fixes:
12426                 bug #729 IMAP immediate expunge of deleted messages
12427                 bug #191 remove list of messages with one command
12428                 Fix login with strange chars
12429                 Implement fetch_msg_full
12430                 Fix copy (wrong counts)
12431
12432 2005-06-12 [colin]      1.9.11cvs63
12433
12434         * src/folder.c
12435                 lock incorporation during long operations.
12436                 Avoids fucking up the IMAP socket.
12437
12438 2005-06-12 [colin]      1.9.11cvs62
12439
12440         * src/imap.c
12441                 Fix harmful typo
12442                 Factorize remove_all_msg
12443                 Thread-ize expunge
12444         * src/summaryview.c
12445                 Don't update partial-download status if unnecessary
12446         * src/folder.c
12447                 Use remove_msgs everywhere possible
12448
12449 2005-06-12 [colin]      1.9.11cvs61
12450
12451         * src/folder.c
12452         * src/folder.h
12453                 Add a remove_msgs function to remove a 
12454                 list of messages
12455         * src/imap.c
12456                 Implement that.
12457
12458 2005-06-12 [colin]      1.9.11cvs60
12459
12460         * src/imap.c
12461                 Remove flags-processing deferring... Too hard
12462                 to get it to work in all cases.
12463
12464 2005-06-11 [colin]      1.9.11cvs59
12465
12466         * src/imap.c
12467                 printf -> debug_print
12468
12469 2005-06-11 [colin]      1.9.11cvs58
12470
12471         * src/imap.c
12472                 o Fix build without USE_PTHREAD
12473                 o Factorize imap_open
12474                 o Alertpanel in case of impossible connection
12475                 o Alertpanel in case of impossible login
12476                 o Fix deferred flags processing to force a 
12477                   flush before adding some more flags to process,
12478                   but in another folder.
12479
12480 2005-06-10 [colin]      1.9.11cvs57
12481
12482         * src/imap.c
12483                 o Fix a format string error
12484                 o init ssl socket outside of the thread 
12485                   (it possibly invokes gtk calls)
12486         * src/procmime.c
12487                 o Put back the buffer to its necessary size
12488                 o Fix changing a file pointer without keeping
12489                   track of it (thanks Valgrind)
12490         * src/common/smtp.c
12491                 o Fix automatic STARTTLS if login should be done
12492                   and the server only allows it after starting TLS
12493         * src/gtk/gtkinputdialog.c
12494                 o Eat GDK_Return so that the combo popup doesn't 
12495                   appear when we press Enter to validate the combo
12496                   input dialog (as seen in the Open with... dialog)
12497
12498 2005-06-10 [colin]      1.9.11cvs56
12499
12500         * src/imap.c
12501                 o A bit less debug
12502                 o Fix a crash on deletion
12503                 o Threadize imap_select (it's called outside of 
12504                   threads)
12505                 o Defer treatment of DELETED flags
12506
12507
12508 2005-06-09 [colin]      1.9.11cvs55
12509
12510         * src/imap.c
12511                 Make sure we check imap_gtk_should_override(), which
12512                 potentially calls gtk stuff, before creating thread.
12513                 That way it should't be called via imap_get_session()
12514                 inside a thread.
12515
12516 2005-06-09 [colin]      1.9.11cvs54
12517
12518         * src/imap.c
12519                 o add a bit of status output
12520                 o remove some dead code
12521                 o threadize get_list_of_uids
12522                 o threadize imap_get_flags
12523                 o defer flag changing by 500ms so that they
12524                   can be batched
12525
12526
12527 2005-06-08 [colin]      1.9.11cvs53
12528
12529         * src/imap.c
12530                 Thread-ize imap_cmd_fetch
12531
12532 2005-06-08 [colin]      1.9.11cvs52
12533
12534         * src/main.c
12535                 Mmh, that broke POP3...
12536
12537 2005-06-08 [colin]      1.9.11cvs51
12538
12539         * src/main.c
12540                 Stabilize IMAP patch (thanks to Hoa)
12541
12542 2005-06-08 [colin]      1.9.11cvs50
12543
12544         * src/imap.c
12545                 Test patch to speed up imap. 
12546
12547 2005-06-08 [colin]      1.9.11cvs49
12548
12549         * src/imap_gtk.c
12550                 Warning fix
12551         * src/procmime.c
12552                 Apply patch from gentoo to use /usr/share/mime/globs if 
12553                 available, after un-breaking it
12554         * src/common/log.c
12555         * src/common/log.h
12556                 Use g_timeout for invoking hooks that possibly use gtk
12557                 calls. This should leave gtk calls in the main thread.
12558
12559 2005-06-08 [paul]       1.9.11cvs48
12560
12561         * src/codeconv.c
12562                 conv_get_outgoing_charset_str(): don't
12563                 use prefs_common setting
12564         * src/compose.c
12565         * src/compose.h
12566                 add /Options/Character encoding/... to
12567                 temporarily change the outgoing encoding
12568
12569         (belated sync with main)
12570
12571 2005-06-08 [paul]       1.9.11cvs47
12572
12573         * src/compose.c
12574                 correction to/completion of last
12575                 sync with main
12576
12577 2005-06-08 [paul]       1.9.11cvs46
12578
12579         sync with main:
12580         
12581         * src/codeconv.c
12582         * src/codeconv.h
12583                 always enabled Japanese auto-detection
12584                 if the first letters of locale string
12585                 is "ja"
12586         * src/compose.c
12587                 don't use "destroy" signal to destroy
12588                 Compose object (fix rare crashes on discard?)
12589         * src/mainwindow.c
12590         * src/messageview.c
12591         * src/prefs_send.c
12592                 added Hebrew encodings
12593         * src/sourcewindow.c
12594                 don't use "destroy" signal to destroy
12595                 objects
12596
12597 2005-06-07 [colin]      1.9.11cvs45
12598
12599         * src/summaryview.c
12600                 Add missing unlocks/locks
12601
12602 2005-06-07 [paul]       1.9.11cvs44
12603
12604         * src/summaryview.c
12605                 restore bug #749 fix
12606
12607 2005-06-06 [colin]      1.9.11cvs43
12608
12609         * src/summaryview.c
12610                 Fix selection bug when prefs_common.open_unread 
12611                 is FALSE
12612
12613 2005-06-06 [colin]      1.9.11cvs42
12614
12615         * src/common/md5.c
12616                 Fix a warning
12617         * src/summaryview.c
12618         * src/folderview.c
12619                 Factorize long operations beginning and end
12620                 (locking, freezing/thawing, cursor, ...)
12621                 Check selection->data member in selection-
12622                 related loops; this avoids dying an awful
12623                 death if the selection changes on us while
12624                 we're marking a whole IMAP folder unread, 
12625                 for example.
12626
12627 2005-06-06 [paul]       1.9.11cvs41
12628
12629         * src/textview.c
12630                 don't g_free() a static gchar buffer
12631
12632 2005-06-05 [colin]      1.9.11cvs40
12633
12634         * src/mainwindow.c
12635         * src/messageview.c
12636         * src/summaryview.c
12637                 Fix bug #749 (Show all headers should be
12638                 sticky as the GUI suggests)
12639
12640 2005-06-03 [paul]       1.9.11cvs39
12641
12642         * src/compose.c
12643                 don't allow editing of mail while sending.
12644                 patch by Colin
12645
12646 2005-06-03 [paul]       1.9.11cvs38
12647
12648         * src/folderview.c
12649                 add a freeze/thaw to speed up 'mark all read'
12650
12651 2005-06-03 [paul]       1.9.11cvs37
12652
12653         * src/prefs_message.c
12654                 reflect changes immediately
12655
12656 2005-06-02 [colin]      1.9.11cvs36
12657
12658         * po/POTFILES.in
12659                 Patch by Fabien Vantard.
12660
12661 2005-06-02 [colin]      1.9.11cvs35
12662
12663         * src/imap.c
12664                 Use a non-blocking imap_getline() if possible.
12665                 This should completely prevent the interface
12666                 from freezin on imap operations, although it
12667                 may do strange stuff in case of folder switching
12668                 while a big imap operation is taking place...
12669
12670                 In addition, fix a leak in the case thread
12671                 creation fails on connection.
12672
12673 2005-06-02 [colin]      1.9.11cvs34
12674
12675         * src/crash.c
12676         * src/prefs_common.h
12677                 Fix build (prefs_common_init() doesn't exist
12678                 anymore)
12679
12680 2005-06-02 [colin]      1.9.11cvs33
12681
12682         * src/prefs_account.c
12683                 Fix bug #245 (filtering rules broken when
12684                 renaming a remote account (imap4 or nntp)
12685
12686 2005-06-02 [colin]      1.9.11cvs32
12687
12688         * src/imap.c
12689                 Try to fix IMAP shortcomings: 
12690                 o Multithread imap_open()
12691                 o allow offline-mode overriding instead of
12692                   just returning NULL
12693         * src/imap_gtk.c
12694         * src/imap_gtk.h
12695                 Add a function to ask whether we want to
12696                 override offline-mode for 10 minutes (one-shot
12697                 asking was painful)
12698         * src/procheader.c
12699                 Fix segfault when imap parser isn't happy about
12700                 a missing {
12701
12702 2005-06-01 [colin]      1.9.11cvs31
12703
12704         * src/addrharvest.c
12705         * src/compose.c
12706         * src/mbox.c
12707         * src/mbox.h
12708         * src/mh.c
12709         * src/msgcache.c
12710         * src/send_message.c
12711         * src/setup.c
12712         * src/undo.c
12713         * src/common/hooks.c
12714         * src/common/prefs.c
12715         * src/common/template.c
12716         * src/common/utils.c
12717         * src/gtk/gtkutils.c
12718         * src/gtk/inputdialog.c
12719         * src/gtk/menu.c
12720         * src/gtk/pluginwindow.c
12721         * src/gtk/prefswindow.c
12722         * src/plugins/pgpmime/passphrase.c
12723         * src/plugins/pgpmime/prefs_gpg.c
12724                 More -Wall fixes
12725
12726         * src/common/Makefile.am
12727         * src/common/timing.h
12728                 Add basic timing code
12729
12730         * src/summaryview.c
12731                 Fix a bug with unread messages when 
12732                 re-sorting folders, and by the way
12733                 fix a big performance hit when 
12734                 re-sorting (10k mails: before 5s,
12735                 after .5s)
12736
12737         * src/prefs_compose_writing.c
12738         * src/prefs_compose_writing.h
12739         * src/prefs_message.c
12740         * src/prefs_message.h
12741         * src/prefs_other.c
12742         * src/prefs_other.h
12743         * src/prefs_quote.c
12744         * src/prefs_quote.h
12745         * src/prefs_receive.c
12746         * src/prefs_receive.h
12747         * src/prefs_send.c
12748         * src/prefs_send.h
12749         * src/prefs_summaries.c
12750         * src/prefs_summaries.h
12751                 Fix copyright banner
12752
12753 2005-06-01 [paul]       1.9.11cvs30
12754
12755         * po/fi.po
12756                 updated by Flammie Pirinen
12757         * src/procmime.c
12758                 fix 'Bad BASE64 content' output
12759
12760 2005-05-31 [colin]      1.9.11cvs29
12761
12762         * src/procmime.c
12763                 Oops, where did my hunk go.
12764
12765 2005-05-31 [colin]      1.9.11cvs28
12766
12767         * src/Makefile.am
12768         * src/account.c
12769         * src/action.c
12770         * src/addr_compl.c
12771         * src/addressbook.c
12772         * src/codeconv.c
12773         * src/compose.c
12774         * src/export.c
12775         * src/folder.c
12776         * src/folderview.c
12777         * src/image_viewer.c
12778         * src/main.c
12779         * src/mainwindow.c
12780         * src/messageview.c
12781         * src/mimeview.c
12782         * src/msgcache.c
12783         * src/prefs_account.c
12784         * src/prefs_actions.c
12785         * src/prefs_common.c
12786         * src/prefs_compose_writing.c
12787         * src/prefs_customheader.c
12788         * src/prefs_ext_prog.c
12789         * src/prefs_filtering.c
12790         * src/prefs_filtering_action.c
12791         * src/prefs_fonts.c
12792         * src/prefs_image_viewer.c
12793         * src/prefs_message.c
12794         * src/prefs_message.h
12795         * src/prefs_msg_colors.c
12796         * src/prefs_other.c
12797         * src/prefs_other.h
12798         * src/prefs_quote.c
12799         * src/prefs_receive.c
12800         * src/prefs_receive.h
12801         * src/prefs_send.c
12802         * src/prefs_send.h
12803         * src/prefs_spelling.c
12804         * src/prefs_summaries.c
12805         * src/prefs_summary_column.c
12806         * src/prefs_template.c
12807         * src/prefs_themes.c
12808         * src/prefs_toolbar.c
12809         * src/prefs_wrapping.c
12810         * src/procmime.c
12811         * src/procmsg.c
12812         * src/send_message.h
12813         * src/ssl_manager.c
12814         * src/summary_search.c
12815         * src/summaryview.c
12816         * src/textview.c
12817         * src/wizard.c
12818         * src/common/smtp.c
12819         * src/common/smtp.h
12820         * src/gtk/gtkutils.h
12821                 o Move the rest of Common prefs to new style
12822                 o Lots of -Wall warning fixes
12823                 o fix FIXME in cache memusage calculation
12824                 o Let return receipts be sent from any account
12825                 o Little cache optimisation (read)
12826                 o Fix bug #746 (don't treat commas as separators
12827                   when inside a quoted string)
12828
12829 2005-05-31 [paul]       1.9.11cvs27
12830
12831         * src/prefs_common.c
12832                 fix 'off-by-one' typo
12833
12834 2005-05-31 [paul]       1.9.11cvs26
12835
12836         * src/account.c
12837         * src/addr_compl.c
12838         * src/compose.c
12839         * src/foldersel.c
12840         * src/prefs_actions.c
12841         * src/prefs_common.c
12842         * src/prefs_common.h
12843         * src/prefs_customheader.c
12844         * src/prefs_display_header.c
12845         * src/prefs_filtering.c
12846         * src/prefs_filtering_action.c
12847         * src/prefs_matcher.c
12848         * src/prefs_summaries.c
12849         * src/prefs_summary_column.c
12850         * src/prefs_template.c
12851         * src/prefs_toolbar.c
12852         * src/ssl_manager.c
12853         * src/gtk/pluginwindow.c
12854         * src/gtk/prefswindow.c
12855         * src/gtk/progressdialog.c
12856                 add hidden prefs 'enable_rules_hint'
12857                 for gtk_tree_view_set_rules_hint()
12858                 (sync with main)
12859                 
12860
12861 2005-05-31 [colin]      1.9.11cvs25
12862
12863         * src/Makefile.am
12864         * src/main.c
12865         * src/prefs_common.c
12866         * src/prefs_summaries.c ** ADDED **
12867         * src/prefs_summaries.h ** ADDED **
12868                 Common/Display -> Display/Summaries
12869
12870 2005-05-31 [colin]      1.9.11cvs24
12871
12872         * src/Makefile.am
12873         * src/main.c
12874         * src/prefs_quote.c ** ADDED **
12875         * src/prefs_quote.h ** ADDED **
12876                 Move Common/Quote to Compose/Quoting
12877         * src/prefs_common.c
12878         * src/prefs_common.h
12879                 Remove old quote stuff, add
12880                 convenience functions for GtkTextView prefs
12881         * src/gtk/prefswindow.c
12882                 Set default height higher
12883
12884 2005-05-30 [colin]      1.9.11cvs23
12885
12886         * src/Makefile.am
12887         * src/main.c
12888         * src/prefs_common.c
12889         * src/prefs_compose_writing.c ** ADDED **
12890         * src/prefs_compose_writing.h ** ADDED **
12891                 Move Common/Compose prefs to Compose/Writing
12892
12893 2005-05-30 [colin]      1.9.11cvs22
12894
12895         * src/common/utils.c
12896                 Fix bug #651 (Confused Attract by Subject)
12897                 Patch by M. Benkmann <haferfrost@web.de>
12898         * AUTHORS
12899
12900 2005-05-30 [colin]      1.9.11cvs21
12901
12902         * src/compose.c
12903                 Fix concatenation of different headers of
12904                 the same type (bug #645)
12905         * src/prefs_folder_item.c
12906                 Fix bug #699 (setting color to black doesn't
12907                 work immediately)
12908         * src/procmime.c
12909                 Print out decoding error only once per
12910                 block
12911
12912 2005-05-30 [paul]       1.9.11cvs20
12913
12914         * src/common/template.c
12915                 fix Bcc
12916
12917 2005-05-30 [paul]       1.9.11cvs19
12918
12919         * doc/src/rfc2368.txt   **NEW FILE**
12920         * src/compose.c
12921                 compose_entries_set(): don't interpret Bcc
12922                 header field (conform to RFC 2368)
12923                 (sync with main)
12924
12925 2005-05-29 [colin]      1.9.11cvs18
12926
12927         * src/prefs_common.c
12928                 Let the default reply format respect
12929                 netiquette by cutting the signature.
12930
12931 2005-05-29 [colin]      1.9.11cvs17
12932
12933         * src/summaryview.c
12934                 Don't let always_show_msg override
12935                 open_unread_on_enter when opening a new
12936                 directory.
12937
12938 2005-05-27 [paul]       1.9.11cvs16
12939
12940         sync with main:
12941
12942         * src/main.c
12943                 app_will_exit(): cleanup tmp directory when exit
12944         * src/message_search.c
12945                 improved the interface and made code cleanup.
12946                 removed Clear button
12947         * src/send_message.c
12948                 send_message_local(): use GSpawn, and detect errors
12949         * src/summary_search.c
12950                 improved the interface and made code cleanup
12951         * src/textview.c
12952                 textview_write_link(): also skip non-ascii space
12953                  at the head of link strings (phishing check
12954                  didn't work at the case)
12955         * src/common/utils.c
12956                 get_command_output(): use g_spawn_command_line_sync()
12957                 instead of popen()
12958
12959 2005-05-26 [colin]      1.9.11cvs15
12960
12961         * src/folder.c
12962                 remove printf
12963
12964 2005-05-26 [colin]      1.9.11cvs14
12965
12966         * src/common/nntp.c
12967                 Fix nntp mode reader (bug #611)
12968                 Patch by Florian Mickler <florian@mickler.org>
12969
12970 2005-05-26 [colin]      1.9.11cvs13
12971
12972         * src/plugins/pgpmime/passphrase.c
12973                 Fix mouse grabbing (bug #557)
12974
12975 2005-05-26 [colin]      1.9.11cvs12
12976
12977         * src/prefs_themes.c
12978                 Fix g_warning (bug #541)
12979
12980 2005-05-26 [colin]      1.9.11cvs11
12981
12982         * src/prefs_actions.c
12983         * src/prefs_template.c
12984                 Fix bug #506 (no warning if action/template
12985                 is not saved)
12986         * src/common/template.c
12987                 Fix a possible crash
12988
12989 2005-05-26 [colin]      1.9.11cvs10
12990
12991         * src/folder.c
12992         * src/folderview.c
12993         * src/procmsg.c
12994         * src/summaryview.c
12995                 Forbid locked messages to be moved or
12996                 deleted. Locked messages in trashes 
12997                 still get deleted, for performance
12998                 reason (mh.c::mh_remove_all_msgs)
12999
13000 2005-05-25 [colin]      1.9.11cvs9
13001
13002         * src/procmime.c
13003                 Use correct encoding when sending mails
13004                 with attachments that have accentued 
13005                 chars in their name
13006
13007 2005-05-24 [colin]      1.9.11cvs8
13008
13009         * src/summaryview.c
13010                 Fix bug #688 f) read/unread marker not
13011                 changed on first click
13012                 Also, optimize summary_status_show()
13013                 calls
13014         * src/folder.c
13015         * src/inc.c
13016         * src/procmime.c
13017                 Fix bug #688 b) and c) wrt message
13018                 attachments and signature
13019         * src/stock_pixmap.c
13020         * src/stock_pixmap.h
13021         * src/stock_pixmap.c
13022         * src/stock_pixmap.h
13023         * src/Makefile.am
13024         * src/pixmaps/clip_gpg_signed.xpm
13025                 Add clip/signed icon
13026
13027 2005-05-24 [colin]      1.9.11cvs7
13028
13029         * src/folder_item_prefs.c
13030                 whitespace fix
13031
13032 2005-05-24 [colin]      1.9.11cvs6
13033
13034         * src/folderview.c
13035         * src/prefs_common.c
13036         * src/prefs_common.h
13037                 Add a confirmation to folder drag and drop
13038                 fixes bug #156
13039         * src/alertpanel.c
13040         * src/alertpanel.h
13041                 fix _with_disable parameters so that
13042                 the buttons labels are specifiable too
13043         * src/plugins/pgpmime/sgpgme.c
13044                 reflect said change
13045                 
13046
13047 2005-05-24 [colin]      1.9.11cvs5
13048
13049         * src/folderview.c
13050                 Uncollapse/collapse folders on double-click
13051                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
13052                 closes bug #108
13053
13054 2005-05-23 [colin]      1.9.11cvs4
13055
13056         * src/common/socket.c
13057                 Check another special SSL_peek() error.
13058                 Should help wrt bug #728
13059
13060 2005-05-23 [colin]      1.9.11cvs3
13061
13062         * src/plugins/pgpmime/pgpmime.c
13063                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
13064                 breaking menu accelerators and stuff. Users will have to
13065                 reselect "PGP MIME" instead of "PGP/MIME" in their 
13066                 account's privacy preferences if needed.
13067
13068 2005-05-22 [paul]
13069
13070         * tools/kdeservicemenu/install.sh
13071                 use kdesu to prompt for root password if doing
13072                 global install/uninstall
13073
13074 2005-05-20 [colin]      1.9.11cvs2
13075
13076         * src/procmsg.c
13077                 Fix another compilation error with gcc-2.9x
13078                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
13079         * src/send_message.c
13080                 Don't send QUIT if we aren't connected
13081
13082 2005-05-19 [colin]      1.9.11cvs1
13083
13084         * src/procmsg.c
13085                 Fix compilation with gcc 2.9x
13086
13087 2005-05-19 [paul]       1.9.11
13088
13089         1.9.11 released
13090
13091 2005-05-19 [paul]       1.9.9cvs14
13092
13093         * src/gtk/inputdialog.c
13094                 prevent gettext warning
13095
13096 2005-05-19 [paul]       1.9.9cvs13
13097
13098         * src/mainwindow.c
13099         * src/prefs_common.c
13100         * src/prefs_common.h
13101         * src/textview.c
13102         * src/textview.h
13103                 add an option to toggle cursor in message
13104                 view (sync with main)
13105
13106 2005-05-18 [colin]      1.9.9cvs12
13107
13108         * src/compose.c
13109                 Dereference freed pointer
13110         * src/gtk/gtkaspell.c
13111                 Fix duplication of dictionaries (is it an aspell issue?)
13112
13113 2005-05-18 [colin]      1.9.9cvs11
13114
13115         * src/gtk/inputdialog.c
13116         * src/gtk/gtkaspell.c
13117                 HIGuify dialogs
13118         * src/alertpanel.c
13119                 Remove a double call
13120
13121 2005-05-17 [colin]      1.9.9cvs10
13122
13123         * src/gtk/gtkaspell.c
13124                 Fix dialogs, Ctrl-Enter accel
13125
13126 2005-05-17 [colin]      1.9.9cvs9
13127
13128         * src/gtk/gtkaspell.c
13129                 Fix some accelerators, escape in replace-window
13130
13131 2005-05-16 [colin]      1.9.9cvs8
13132
13133         * src/gtk/gtkaspell.c
13134                 Revert last commit, it was a mistake.
13135
13136 2005-05-16 [colin]      1.9.9cvs7
13137
13138         * src/gtk/gtkaspell.c
13139                 Remove buggy code while we're at it. It's a 
13140                 dead code path anyway.
13141
13142 2005-05-16 [colin]      1.9.9cvs6
13143
13144         * src/gtk/gtkaspell.c
13145                 Missed some gtk_menu_popup where deactivate
13146                 signal should be handled. Should fix bug
13147                 #629 a bit more.
13148
13149 2005-05-16 [colin]      1.9.9cvs5
13150
13151         * src/gtk/gtkaspell.c
13152                 Remove debug printf()s
13153
13154 2005-05-16 [colin]      1.9.9cvs4
13155
13156         * src/gtk/gtkaspell.c
13157                 Fix a bit aspell problems
13158                 (see bug #629)
13159
13160 2005-05-13 [colin]      1.9.9cvs3
13161
13162         * src/folderview.c
13163                 Fix the + appearing even when no subfolders
13164                 have unread messages. Thanks to wwp for the
13165                 bug report.
13166
13167 2005-05-11 [paul]       1.9.9cvs2
13168
13169         * src/folderview.c
13170                 correction to 1.9.9cvs1, only colour folders that
13171                 have new msgs (not unread msgs)
13172
13173 2005-05-10 [colin]      1.9.9cvs1
13174
13175         * src/folderview.c
13176         * src/summaryview.c
13177                 Try to fix bolding bugs again.
13178
13179 2005-05-09 [paul]
13180
13181         * tools/claws.i18n.status.pl
13182                 add Ricardo Mones Lastra's script that has been providing
13183                 the i18n status page for many months
13184
13185 2005-05-09 [paul]       1.9.9
13186
13187         1.9.9 release
13188
13189 2005-05-09 [paul]       1.9.6cvs58
13190
13191         * AUTHORS
13192         * INSTALL
13193         * README.claws
13194                 updated
13195         * Makefile.am 
13196         * RELEASE_NOTES.claws
13197                 add release notes to cvs to simplify release
13198                 procedure
13199         * configure.ac
13200                 add ca and fi to ALL_LINGUAS
13201         * po/Makefile.in.in
13202                 workaround for missing Makevars
13203         * po/ca.po
13204         * po/fi.po
13205                 add new Catalan and Finnish translations
13206                 submitted by Miquel Oliete and Flammie Pirinen
13207         * po/de.po
13208         * po/es.po
13209         * po/fr.po
13210         * po/it.po
13211         * po/pl.po
13212         * po/ru.po
13213         * po/sk.po
13214         * po/sr.po
13215         * po/zh_CN.po
13216                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
13217                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
13218                 Urke MMI, and Hansom Young
13219         * src/main.c
13220                 Fix drafting when quitting. compose_draft() closes the
13221                 compose windows, which modifies the compose_list GSList.
13222                 We have to refresh this list after echo drafting to avoid a
13223                 segfault
13224         * src/partial_download.c
13225                 fix segfault on exit
13226
13227 2005-05-06 [paul]       1.9.6cvs57
13228
13229         * src/grouplistdialog.c
13230                 quick fix/workaround for unresizeable newsgroup
13231                 name column 
13232
13233 2005-05-06 [paul]       1.9.6cvs56
13234
13235         * src/inc.c
13236         * src/mainwindow.c
13237                 use gettext plural forms
13238         * src/imap_gtk.c
13239         * src/mh_gtk.c
13240         * src/toolbar.c
13241                 small improvement to english usage
13242
13243 2005-05-05 [thorsten]   1.9.6cvs55
13244
13245         * src/folder.c
13246                 fix possible crash
13247
13248 2005-05-05 [paul]       1.9.6cvs54
13249         
13250         sync with HEAD
13251
13252         * AUTHORS
13253         * src/compose.c
13254                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
13255                 patch by Tim Mann
13256
13257 2005-05-05 [paul]       1.9.6cvs53
13258
13259         * src/mainwindow.c
13260                 fix resizing of separate message and
13261                 folder views
13262
13263 2005-05-05 [paul]       1.9.6cvs52
13264
13265         * src/account.c
13266         * src/addrgather.c
13267         * src/browseldap.c
13268         * src/exphtmldlg.c
13269         * src/expldifdlg.c
13270         * src/importmutt.c
13271         * src/importpine.c
13272         * src/main.c
13273         * src/mainwindow.c
13274         * src/noticeview.c
13275         * src/prefs_filtering.c
13276         * src/prefs_filtering_action.c
13277         * src/prefs_matcher.c
13278         * src/prefs_spelling.c
13279         * src/prefs_toolbar.c
13280         * src/toolbar.c
13281         * src/wizard.c
13282         * src/gtk/description_window.c
13283         * src/gtk/gtkvscrollbutton.c
13284         * src/gtk/progressdialog.c
13285         * src/gtk/quicksearch.c
13286         * src/plugins/pgpmime/prefs_gpg.c
13287         * src/plugins/spamassassin/spamassassin_gtk.c
13288                 replace deprecated gtk_widget_set_usize
13289
13290 2005-05-04 [colin]      1.9.6cvs51
13291
13292         * src/common/utils.c
13293                 Fix crash when subst_for_filename is called
13294                 with a NULL parameter
13295
13296 2005-05-04 [colin]      1.9.6cvs50
13297
13298         * src/partial_download.c
13299         * src/pop.c
13300                 Escape login when writing uidl file
13301                 fixes bug #736
13302
13303 2005-05-03 [colin]      1.9.6cvs49
13304
13305         * src/procmime.c
13306                 Fix possible DOS in mime parser
13307                 (see bug #634)
13308
13309 2005-05-02 [colin]      1.9.6cvs48
13310
13311         * src/compose.c
13312                 Try to fix the copy/paste mess once again.
13313
13314
13315 2005-04-30 [colin]      1.9.6cvs47
13316
13317         * src/prefs_account.h
13318         * src/procmsg.c
13319         * src/send_message.c
13320         * src/common/smtp.c
13321         * src/common/smtp.h
13322                 Try to batch sending mails (per account) instead of
13323                 reconnecting to server every time.
13324
13325 2005-04-29 [colin]      1.9.6cvs46
13326
13327         * src/messageview.c
13328                 Fix window resizing that refused to size down
13329         * src/prefs_common.c
13330         * src/prefs_common.h
13331         * src/prefs_filtering.c
13332                 Save Filtering's window size
13333
13334 2005-04-21 [paul]       1.9.6cvs45
13335
13336         * ChangeLog-gtk2.claws
13337         * src/setup.c
13338                 correction to sync
13339
13340 2005-04-21 [paul]       1.9.6cvs44
13341
13342         sync with main:
13343
13344         * src/setup.c
13345         * src/statusbar.c
13346         * src/statusbar.h
13347                 use gtkut_widget_draw_now(). Improved performance
13348                 of the update of statusbar
13349         * src/textview.c
13350                 textview_smooth_scroll_do(): redraw it after scroll
13351                 is done (fixed incorrect display when a part of the
13352                 view is hidden).
13353         * src/gtk/gtkutils.c
13354         * src/gtk/gtkutils.h
13355                 gtkut_widget_draw_now(): use gdk_window_process_updates()
13356                 to force update of widgets.
13357                 Removed gtkut_widget_wait_for_draw() which had a big
13358                 overhead  because of waiting for all events processed 
13359
13360 2005-04-20 [paul]       1.9.6cvs43
13361
13362         * src/codeconv.c
13363                 complete 1.9.6cvs42's sync:
13364                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
13365
13366 2005-04-19 [paul]       1.9.6cvs42
13367
13368         sync with main:
13369
13370         * src/action.c
13371                 catch_output(): correctly select the insert text
13372                 (fix invalid iterator warnings).
13373         * src/codeconv.c
13374         * src/codeconv.h
13375         * src/mainwindow.c
13376         * src/messageview.c
13377         * src/prefs_common.c
13378                 support GBK encoding.
13379         * src/common/session.c
13380         * src/common/session.h
13381                 use separate buffer for large data to be sent,
13382                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
13383
13384 2005-04-18 [paul]       1.9.6cvs41
13385
13386         * src/jpilot.c
13387                 convert unsigned long into guint32
13388                 patch by Paul LeoNerd Evans 
13389
13390 2005-04-17 [colin]      1.9.6cvs40
13391
13392         * src/compose.c
13393                 Fix 'Request return receipt' from folder
13394                 properties (bug #708)
13395
13396 2005-04-17 [colin]      1.9.6cvs39
13397
13398         * src/mainwindow.c
13399                 Fix duplicate hotkeys in Mainwindow's menu
13400
13401 2005-04-17 [colin]      1.9.6cvs38
13402
13403         * src/folderview.c
13404                 Fix duplicate hotkeys in Folderview's contextual
13405                 menu
13406
13407 2005-04-15 [colin]      1.9.6cvs37
13408
13409         * src/summaryview.c
13410                 Fix 'Save as...' with non-ascii filenames
13411
13412 2005-04-15 [colin]      1.9.6cvs36
13413
13414         * src/plugins/pgpmime/pgpmime.c
13415                 Fix bus error on 64bit. Spotted by 
13416                 macallan1888@gmail.com
13417
13418 2005-04-15 [colin]      1.9.6cvs35
13419
13420         * src/prefs_account.c
13421                 Fix cvs34.
13422
13423 2005-04-12 [colin]      1.9.6cvs34
13424
13425         * src/prefs_account.c
13426                 Fix smtp auth type off-by-one. We forgot to
13427                 add PLAIN in the prefs-to-gui setter func and
13428                 as a result, the selected auth when opening
13429                 account prefs was not the correct one.
13430
13431 2005-04-12 [paul]       1.9.6cvs33
13432
13433         * src/inc.c
13434                 if the recv dialog is visible, Cancel only
13435                 cancels the current account
13436
13437
13438 2005-04-10 [colin]      1.9.6cvs32
13439
13440         * src/filtering.c
13441                 Copy score when copying FilteringActions
13442                 Fix bug #674
13443
13444 2005-04-10 [colin]      1.9.6cvs31
13445
13446         * src/inc.c
13447                 Make Message -> Receive -> Cancel cancel 
13448                 incorporation on all accounts. Fixes
13449                 bug #693
13450
13451 2005-04-10 [colin]      1.9.6cvs30
13452
13453         * src/prefs_account.c
13454                 Update Privacy checkbuttons status based
13455                 on the selected privacy system
13456         * src/compose.c
13457                 Always connect the "None" privacy system; the
13458                 static boolean was probably there to avoid
13459                 reconnecting twice in the same compose window,
13460                 but as the parent function is only called once
13461                 per compose, it's only a bug - as a static is
13462                 initialized once per application instance.
13463                 Also, don't uncheck Sign and Encrypt when
13464                 selecting None as privacy system; just ignore
13465                 them when sending/queuing.
13466                 Should fix bug #695
13467
13468 2005-04-08 [colin]      1.9.6cvs29
13469
13470         * src/account.c
13471         * src/prefs_account.c
13472         * src/prefs_account.h
13473                 Add account preference to queue message in a certain
13474                 folder.
13475
13476 2005-04-06 [colin]      1.9.6cvs28
13477
13478         * src/prefs_account.c
13479                 Update old inbox path syntax
13480
13481 2005-04-06 [paul]       1.9.6cvs27
13482
13483         sync with main:
13484
13485         * configure.ac
13486                 changed -traditional-cpp to -no-cpp-precomp for newer
13487                 Mac OS X support
13488         * src/foldersel.c
13489                 made column resize automatically
13490         * src/send_message.c
13491                 send_message_smtp(): consider EOF right after QUIT
13492                 successful (workaround for Gmail SMTP server)
13493         * src/common/socket.c
13494                 ssl_read(), ssl_peek(): check EOF which violates the
13495                 SSL protocol
13496         * src/gtk/colorlabel.c
13497                 removed warnings when displaying colorlabel menu
13498                 (don't use GtkAlignment)
13499
13500 2005-04-05 [paul]       1.9.6cvs26
13501
13502         * src/plugins/trayicon/trayicon.c
13503                 fix clipping of icon under KDE3 
13504
13505 2005-04-05 [paul]       1.9.6cvs25
13506
13507         * src/summaryview.c
13508                 hide display of threading
13509                 patch by Alfons
13510
13511 2005-04-04 [thorsten]   1.9.6cvs24
13512
13513         * src/mh.c
13514                 marks lost on filesystems with different stat() results on
13515                 summer-/wintertime
13516
13517 2005-04-03 [colin]      1.9.6cvs23
13518
13519         * src/summaryview.c
13520                 Don't handle up/down. Patch by Alfons
13521
13522 2005-04-02 [colin]      1.9.6cvs22
13523
13524         * src/summaryview.c
13525                 Make scrolling faster. Patch by Alfons.
13526
13527 2005-04-01 [colin]      1.9.6cvs21
13528
13529         * src/Makefile.am
13530         * src/stock_pixmap.c
13531         * src/pixmaps/dir-noselect.xpm ** REMOVED **
13532         * src/pixmaps/dir_noselect.xpm ** ADDED **
13533                 Fix pixmap name mismatch (Thanks Stephan Sachse)
13534
13535 2005-04-01 [colin]      1.9.6cvs20
13536
13537         * src/image_viewer.c
13538         * src/image_viewer.h
13539         * src/procmime.c
13540         * src/procmime.h
13541         * src/textview.c
13542         * src/textview.h
13543                 Implement inline image resizing and right-clicking
13544
13545 2005-04-01 [paul]       1.9.6cvs19
13546
13547         * AUTHORS
13548         * Makefile.am
13549         * configure.ac
13550                 check for gnome2
13551                 patch by Luca Cavalli <loopback<AT>slackit.org>
13552         * po/ru.po
13553                 updated by Pavlo Bohmat
13554
13555 2005-03-31 [colin]      1.9.6cvs18
13556
13557         * src/news.c
13558                 Fix parsing references
13559         * src/msgcache.c
13560                 don't put nulls in the references list
13561         * src/procheader.c
13562                 commit that forgotten file in 1.9.6cvs14
13563
13564 2005-03-31 [colin]      1.9.6cvs17
13565
13566         * src/compose.c
13567                 Fix joining of signature separator again. 
13568                 Maybe Hiro could put it in main too...
13569
13570 2005-03-31 [colin]      1.9.6cvs16
13571
13572         * src/Makefile.am
13573         * src/foldersel.c
13574         * src/stock_pixmap.c
13575         * src/stock_pixmap.h
13576         * src/pixmaps/dir-noselect.xpm
13577                 Update foldersel.c (sync from main, patch by Alfons)
13578
13579 2005-03-30 [colin]      1.9.6cvs15
13580
13581         * src/imap.c
13582                 Fix handling of imap folders containing [] in 
13583                 their name. Thanks to Nahuel Angelinetti for
13584                 the detailed bugreport.
13585
13586 2005-03-30 [colin]      1.9.6cvs14
13587
13588         * src/common/utils.h
13589         * src/common/utils.c
13590         * src/common/defs.h
13591         * src/matcher.c
13592         * src/msgcache.c
13593         * src/news.c
13594         * src/procmsg.c
13595         * src/procmsg.h
13596         * src/quote_fmt_parse.y
13597         * src/summaryview.c
13598                 Update references system. Patch by Alfons
13599
13600 2005-03-30 [colin]      1.9.6cvs13
13601
13602         * src/common/socket.c
13603                 Force the glibc to read resolv.conf again when 
13604                 it has changed. Should fix issues when changing
13605                 networks on a laptop and not restarting sylpheed. 
13606
13607 2005-03-30 [paul]       1.9.6cvs12
13608
13609         partial sync with main:
13610
13611         * src/action.c
13612                 create_io_dialog(): use user-defined text font
13613                 (thanks to Alfons), and modified its appearance.
13614         * src/addrgather.c
13615         * src/addrharvest.c
13616         * src/browseldap.c
13617                 replace old code
13618         * src/compose.c
13619                 don't join (presumably) itemized lines on line-wrapping
13620                 fixed wrapping of quote when auto-wrapping is enabled
13621                 compose_destroy(): destroy paned only if it's not
13622                 attached to window. Fixed memory leak of popup menu.
13623         * src/exphtmldlg.c
13624         * src/expldifdlg.c
13625                 replace old code
13626         * src/html.c
13627         * src/html.h
13628         * src/importmutt.c
13629         * src/importpine.c
13630                 replace old code
13631         * src/main.c
13632                 removed redundant code
13633         * src/mainwindow.c
13634                 changed 'Code set' (which is rather incorrect)
13635                 in the menu to 'Character encoding'
13636                 main_window_set_widgets(): request size first
13637                 to prevent window size becoming wrong
13638                 fixed remembering of the state of the visibility
13639                 of MessageView
13640         * src/messageview.c
13641                 changed 'Code set' (which is rather incorrect)
13642                 in the menu to 'Character encoding'
13643         * src/prefs_common.c
13644         * src/prefs_common.h
13645                 added an option whether to render HTML as text or not
13646                 added separators to outgoing encoding menu
13647         * src/procheader.c
13648                 procheader_scan_date_string(): support header
13649                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
13650         * src/summaryview.c
13651         * src/summaryview.h
13652                 minor code cleanup
13653         * src/textview.c
13654                 textview_show_html(): force output of newline
13655                 added an option whether to render HTML as text or not
13656         * src/common/utils.c
13657                 strncpy2(): optimized based on Alfons' code
13658         * src/gtk/gtkutils.c
13659         * src/gtk/gtkutils.h
13660                 removed non-used code
13661         * src/plugins/pgpmime/passphrase.c
13662                 partially fixed grab input of passphrase dialog
13663                 Confine pointer to window
13664
13665 2005-03-30 [colin]      1.9.6cvs11
13666
13667         * src/msgcache.c
13668         * src/msgcache.h
13669                 Read/write 32bit ints from cache & marks
13670                 From main.
13671
13672 2005-03-29 [paul]       1.9.6cvs10
13673
13674         * AUTHORS
13675         * ChangeLog.claws
13676         * src/compose.c
13677         * src/gtk/gtkaspell.c
13678                 sync with HEAD (don't pass NULL pointers) 
13679
13680 2005-03-24 [paul]
13681
13682         * tools/Makefile.am
13683         * tools/README
13684         * tools/acroread2sylpheed.pl
13685                 sync with HEAD (add script to send pdfs as
13686                 attachments from Adobe Reader 7)
13687
13688 2005-03-21 [paul]       1.9.6cvs9
13689
13690         * configure.ac
13691         * po/POTFILES.in
13692         * src/Makefile.am
13693         * src/crash.c
13694         * src/image_viewer.c ** ADDED **
13695         * src/image_viewer.h ** ADDED **
13696         * src/main.c
13697         * src/prefs_common.c
13698         * src/prefs_common.h
13699         * src/prefs_image_viewer.c ** ADDED **
13700         * src/prefs_image_viewer.h ** ADDED **
13701         * src/textview.c
13702         * src/gtk/about.c
13703         * src/pixmaps/sylpheed_logo.xpm
13704         * src/plugins/Makefile.am
13705         * src/plugins/image_viewer/.cvsignore ** REMOVED **
13706         * src/plugins/image_viewer/Makefile.am ** REMOVED **
13707         * src/plugins/image_viewer/plugin.c ** REMOVED **
13708         * src/plugins/image_viewer/viewer.c ** REMOVED **
13709         * src/plugins/image_viewer/viewer.glade ** REMOVED **
13710         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
13711         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
13712         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
13713         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
13714                 as gdk-pixbuf is now built-in
13715                 remove image_viewer plugin and put code back into
13716                 main codebase
13717                 implement inline image display (sync with main)
13718
13719                 replace logo with newer, nicer, larger version  
13720
13721 2005-03-21 [paul]       1.9.6cvs8
13722
13723         * src/gtk/about.c
13724                 cosmetic improvement
13725
13726 2005-03-21 [holger]     1.9.6cvs7
13727
13728         * src/plugins/spamassassin/spamassassin.c
13729                 Sync with HEAD
13730                 (unregister hook on failed plugin init)
13731
13732 2005-03-20 [colin]      1.9.6cvs6
13733
13734         * src/common/plugin.c
13735                 Check that plugin isn't already loaded
13736                 Patch by Alfons
13737
13738 2005-03-20 [thorsten]   1.9.6cvs5
13739
13740         * src/compose.c
13741                 use a more compatible syntax
13742
13743 2005-03-20 [thorsten]   1.9.6cvs4
13744
13745         * src/prefs_toolbar.c
13746                 fix crash when selecting toolbar item (uninitialized pointer)
13747
13748 2005-03-20 [thorsten]   1.9.6cvs3
13749
13750         * src/procmime.c
13751                 fix mimetype detection (referenced free()d string)
13752
13753 2005-03-20 [paul]       1.9.6cvs2
13754
13755         * src/compose.c
13756                 sync with HEAD (1.0.3cvs5)
13757                 neglect Reply-To header if empty
13758                 Patch by Alfons 
13759
13760 2005-03-19 [holger]     1.9.6cvs1
13761
13762         * src/summaryview.c
13763         * src/summaryview.h
13764                 Sync with HEAD
13765
13766 2005-03-18 [paul]       1.9.6
13767
13768         initial GTK2 release
13769
13770 2005-03-18 [paul]       1.0.3cvs3.1
13771
13772         * AUTHORS
13773         * ChangeLog.claws
13774         * configure.ac
13775         * src/gtk/about.c
13776         * src/pixmaps/sylpheed_logo.xpm
13777                 sync with HEAD
13778
13779 2005-03-18 [colin]      1.0.3cvs2.6
13780
13781         * src/summaryview.c
13782                 Remove call to summary_step in summary_copy_selected_to
13783                 Can't see its purpose, and this causes bug when copying
13784                 a message if the next one is unread: it reads it.
13785
13786 2005-03-18 [paul]       1.0.3cvs2.5
13787
13788         * src/foldersel.c
13789                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
13790
13791 2005-03-18 [paul]       1.0.3cvs2.4
13792
13793         * src/addrharvest.c
13794         * src/codeconv.c
13795         * src/codeconv.h
13796         * src/compose.c
13797         * src/news.c
13798         * src/procheader.c
13799         * src/procmime.c
13800         * src/unmime.c
13801         * src/unmime.h
13802                 fix buffer overflow, CAN-2005-0667, see
13803                 http://secunia.com/advisories/14491/
13804                 Patch by Alfons
13805
13806 2005-03-17 [colin]      1.0.3cvs2.3
13807
13808         * src/prefs_fonts.c
13809         * src/summaryview.c
13810                 Fix font bugs (both lists now officialy share 
13811                 the same font)
13812                 
13813
13814 2005-03-17 [paul]       1.0.3cvs2.2
13815
13816         * src/gtk/pluginwindow.c
13817                 make plugin descriptions uneditable
13818
13819 2005-03-11 [paul]       1.0.3cvs2.1
13820
13821         * ChangeLog.claws
13822         * configure.ac
13823         * po/POTFILES.in
13824         * src/plugins/trayicon/trayicon.c
13825                 sync with HEAD
13826                 add src/wizard.c to POTFILES.in
13827
13828 2005-03-11 [paul]       1.0.3cvs1.1
13829
13830         * ChangeLog
13831         * ChangeLog.claws
13832         * configure.ac
13833         * po/de.po
13834         * po/es.po
13835         * po/fr.po
13836         * po/it.po
13837         * po/pt_BR.po
13838         * po/ru.po
13839         * po/sk.po
13840         * po/sr.po
13841         * po/zh_CN.po
13842                 sync with HEAD
13843
13844 2005-03-04 [colin]      1.0.1cvs22.2
13845
13846         * src/compose.c
13847                 Fix signatures with accentued chars in it
13848
13849 2005-03-04 [colin]      1.0.1cvs22.1
13850
13851         * src/common/smtp.c
13852         * src/common/smtp.h
13853                 Don't use SIZE param in MAIL FROM: if server 
13854                 doesn't support it. Patch by Eugen Freiter
13855                 <eugen_f@users.sf.net>
13856
13857 2005-02-27 [paul]       1.0.1cvs20.1
13858
13859         * ChangeLog.claws
13860         * configure.ac
13861         * src/messageview.c
13862                 sync with HEAD
13863
13864 2005-02-27 [colin]      1.0.1cvs19.4
13865
13866         * src/procheader.c
13867         * src/procheader.h
13868                 Fix prototypes. Patch by Alfons
13869
13870 2005-02-27 [colin]      1.0.1cvs19.3
13871
13872         * src/compose.c
13873                 Don't auto-join the signature separator.
13874
13875 2005-02-26 [colin]      1.0.1cvs19.2
13876
13877         * src/summaryview.c
13878                 Fix 'mark all read' with collapsed threads.
13879                 Patch by Alfons.
13880
13881 2005-02-25 [paul]       1.0.1cvs19.1
13882
13883         * ChangeLog.claws
13884         * configure.ac
13885         * src/prefs_account.c
13886         * src/prefs_folder_item.c
13887         * src/gtk/prefswindow.c
13888         * src/gtk/prefswindow.h
13889                 sync with HEAD
13890
13891 2005-02-25 [paul]       1.0.1cvs15.12
13892
13893         * src/alertpanel.c
13894         * src/codeconv.c
13895         * src/compose.c
13896         * src/textview.c
13897         * src/gtk/gtkutils.c
13898         * src/gtk/gtkutils.h
13899         * src/gtk/logwindow.c
13900         * src/gtk/progressdialog.c
13901                 sync with main (revision 127)
13902                 and fix logwindow clipping
13903
13904 2005-02-24 [colin]      1.0.1cvs15.11
13905
13906         * src/plugins/pgpmime/passphrase.c
13907                 Disable input grabbing; it doesn't work yet.
13908
13909 2005-02-24 [colin]      1.0.1cvs15.10
13910
13911         * src/messageview.c
13912                 Don't send out receipts if offline. Ask.
13913
13914 2005-02-23 [colin]      1.0.1cvs15.9
13915
13916         * src/summaryview.c     
13917                 Fix expanding
13918
13919 2005-02-23 [colin]      1.0.1cvs15.8
13920
13921         * src/summaryview.c
13922                 Really fix Bug 568 by removing useless
13923                 calls. summary_thread_init() now called
13924                 in summary_sort(). This should please
13925                 Alfons as it should be faster than 
13926                 previously.
13927
13928 2005-02-23 [colin]      1.0.1cvs15.7
13929
13930         * src/compose.c
13931                 Encode parts as QP or B64 if signing
13932
13933 2005-02-23 [colin]      1.0.1cvs15.6
13934
13935         * src/compose.c
13936                 Fix Mimeinfo leakage (including tmp files)
13937         * src/procmsg.c
13938                 Fix tmp file leakage (spotted by Ivan Rayner)
13939
13940 2005-02-22 [colin]      1.0.1cvs15.5
13941
13942         * src/expldifdlg.c
13943                 Fix keyboard input. Patch by Alfons.
13944
13945 2005-02-21 [colin]      1.0.1cvs15.4
13946
13947         * src/compose.c
13948                 Fix Sign/Encrypt when unselecting privacy
13949                 system
13950         * src/prefs_common.c
13951                 Change default message font to Monospace
13952         * src/summaryview.c
13953                 More freezing during potentially large operations
13954
13955 2005-02-21 [paul]       1.0.1cvs15.3
13956
13957         * src/main.c
13958                 fix --help output
13959
13960 2005-02-21 [paul]       1.0.1cvs15.2
13961
13962         * po/Makefile.in.in
13963         * src/compose.c
13964         * src/summaryview.c
13965         * src/textview.c
13966         * src/common/utils.c
13967         * src/common/utils.h
13968                 sync with main (revision 117)
13969
13970 2005-02-20 [colin]      1.0.1cvs15.1
13971
13972         * src/common/defs.h
13973                 Change cache file to .sylpheed_claws_cache, as
13974                 suggested by Alfons. Allows people to switch
13975                 between Sylpheed and Sylpheed-Claws. it is
13976                 a good idea to "Check for new messages" at next
13977                 startup.
13978
13979
13980 2005-02-18 [colin]      1.0.1cvs14.1
13981
13982         * src/quote_fmt_lex.l
13983         * src/quote_fmt_parse.y
13984                 Fix parser initialisation. Patch by Ivan.
13985
13986 2005-02-18 [colin]      1.0.1cvs11.6
13987
13988         * src/folderview.c
13989                 Fix scrolldown (bug 662)
13990
13991 2005-02-17 [colin]      1.0.1cvs11.5
13992
13993         * src/codeconv.c
13994                 conv_filename_to_utf8: return clean 7bit instead
13995                 of broken utf8 if needed
13996         * src/mimeview.c
13997                 Fix display of parts with unclean 8bit names
13998
13999 2005-02-17 [paul]       1.0.1cvs11.4
14000
14001         * src/compose.c
14002         * src/exportldif.c
14003         * src/matcher_parser_parse.y
14004         * src/procmime.c
14005         * src/sourcewindow.c
14006         * src/common/Makefile.am
14007         * src/common/intl.h             ** REMOVED **
14008         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14009                 sync with main (revision 109)
14010                 and clean up
14011
14012 2005-02-16 [colin]      1.0.1cvs11.3
14013
14014         * src/summaryview.c
14015                 Fix collapsed thread not highlighting when new
14016                 messages in it (Bug 568) Patch by Stephan Sachse.
14017                 Fix messed up selection when reaching bounds (Bug 632)
14018         * src/prefs_themes.c
14019                 Fix theme installing (Bug 684)
14020
14021 2005-02-16 [colin]      1.0.1cvs11.2
14022
14023         * src/messageview.c
14024                 Fix messageview_select_all
14025
14026 2005-02-16 [colin]      1.0.1cvs11.1
14027
14028         * src/mh.c
14029                 Sync with HEAD (MH scan required function)
14030
14031 2005-02-15 [colin]      1.0.1cvs8.1
14032
14033         * src/mimeview.c
14034         * src/common/utils.c
14035                 Sync with HEAD (filename chars substitution)
14036
14037 2005-02-15 [colin]      1.0.1cvs7.3
14038
14039         * src/gtk/pluginwindow.c
14040                 Fix button spacing
14041
14042 2005-02-15 [colin]      1.0.1cvs7.2
14043
14044         * src/mimeview.c
14045                 Fix mime icons not reset across message when
14046                 scrolled down
14047
14048 2005-02-15 [colin]      1.0.1cvs7.1
14049
14050         * src/compose.c
14051         * src/procmime.c
14052                 Sync with HEAD (optimisation of cvs6)
14053
14054 2005-02-14 [colin]      1.0.1cvs6.1
14055
14056         * src/compose.c
14057         * src/procmime.c
14058                 Sync with HEAD (encode "From " at line beginning)
14059
14060 2005-02-14 [colin]      1.0.1cvs5.3
14061
14062         * src/compose.c
14063                 Fix wrapping with accentued chars.
14064
14065 2005-02-13 [colin]      1.0.1cvs5.2
14066
14067         * src/textview.c
14068                 Fix email informative part parsing with
14069                 accentued chars in it. ispunct() returns
14070                 true for them in utf8...
14071
14072 2005-02-12 [colin]      1.0.1cvs5.1
14073
14074         * src/filtering.c
14075                 Sync with HEAD (remove wrong use of compose after send)
14076
14077 2005-02-12 [paul]       1.0.1cvs4.5
14078
14079         * src/textview.c
14080                 remove unnecessary code (thanks to Alfons)
14081
14082 2005-02-12 [paul]       1.0.1cvs4.4
14083
14084         * src/textview.c
14085                 add 'Copy' to contextual menu on emails
14086
14087 2005-02-11 [colin]      1.0.1cvs4.3
14088
14089         * src/compose.c
14090                 revert 1.0.0cvs28.2, it doesn't work that well.
14091
14092 2005-02-11 [paul]       1.0.1cvs4.2
14093
14094         * po/Makefile.in.in
14095                 fix 'make release'
14096
14097 2005-02-10 [paul]       1.0.1cvs4.1
14098
14099         * ChangeLog
14100         * ChangeLog.claws
14101         * ChangeLog.jp
14102         * configure.ac
14103         * src/compose.c
14104                 sync with HEAD (sync with main)
14105
14106 2005-02-10 [paul]       1.0.1cvs3.2
14107
14108         * AUTHORS
14109         * Makefile.am
14110         * autogen.sh
14111         * configure.ac
14112         * config/mkinstalldirs
14113         * intl/.cvsignore
14114         * intl/ChangeLog
14115         * intl/VERSION
14116         * intl/bindtextdom.c
14117         * intl/config.charset
14118         * intl/dcgettext.c
14119         * intl/dcigettext.c
14120         * intl/dcngettext.c
14121         * intl/dgettext.c
14122         * intl/dngettext.c
14123         * intl/eval-plural.h
14124         * intl/explodename.c
14125         * intl/finddomain.c
14126         * intl/gettext.c
14127         * intl/gettextP.h
14128         * intl/gmo.h
14129         * intl/hash-string.h
14130         * intl/intl-compat.c
14131         * intl/l10nflist.c
14132         * intl/libgnuintl.h.in
14133         * intl/loadinfo.h
14134         * intl/loadmsgcat.c
14135         * intl/localcharset.c
14136         * intl/localcharset.h
14137         * intl/locale.alias
14138         * intl/localealias.c
14139         * intl/localename.c
14140         * intl/log.c
14141         * intl/ngettext.c
14142         * intl/os2compat.c
14143         * intl/os2compat.h
14144         * intl/osdep.c
14145         * intl/plural-exp.c
14146         * intl/plural-exp.h
14147         * intl/plural.c
14148         * intl/plural.y
14149         * intl/ref-add.sin
14150         * intl/ref-del.sin
14151         * intl/relocatable.c
14152         * intl/relocatable.h
14153         * intl/textdomain.c
14154         * m4/Makefile.am
14155         * po/Makefile.in.in
14156         * src/Makefile.am
14157         * src/account.c
14158         * src/action.c
14159         * src/addr_compl.c
14160         * src/addressadd.c
14161         * src/addressbook.c
14162         * src/addrgather.c
14163         * src/addrindex.c
14164         * src/alertpanel.c
14165         * src/browseldap.c
14166         * src/codeconv.c
14167         * src/codeconv.h
14168         * src/compose.c
14169         * src/compose.h
14170         * src/crash.c
14171         * src/editaddress.c
14172         * src/editbook.c
14173         * src/editgroup.c
14174         * src/editjpilot.c
14175         * src/editldap.c
14176         * src/editldap_basedn.c
14177         * src/editvcard.c
14178         * src/exphtmldlg.c
14179         * src/expldifdlg.c
14180         * src/export.c
14181         * src/exporthtml.c
14182         * src/filtering.c
14183         * src/folder.c
14184         * src/folder_item_prefs.c
14185         * src/foldersel.c
14186         * src/folderview.c
14187         * src/grouplistdialog.c
14188         * src/headerview.c
14189         * src/imap.c
14190         * src/imap_gtk.c
14191         * src/import.c
14192         * src/importldif.c
14193         * src/importmutt.c
14194         * src/importpine.c
14195         * src/inc.c
14196         * src/ldif.c
14197         * src/main.c
14198         * src/mainwindow.c
14199         * src/matcher.c
14200         * src/mbox.c
14201         * src/message_search.c
14202         * src/messageview.c
14203         * src/mh.c
14204         * src/mh_gtk.c
14205         * src/mimeview.c
14206         * src/msgcache.c
14207         * src/news.c
14208         * src/news_gtk.c
14209         * src/noticeview.c
14210         * src/partial_download.c
14211         * src/pop.c
14212         * src/prefs_account.c
14213         * src/prefs_actions.c
14214         * src/prefs_common.c
14215         * src/prefs_customheader.c
14216         * src/prefs_display_header.c
14217         * src/prefs_ext_prog.c
14218         * src/prefs_filtering.c
14219         * src/prefs_filtering_action.c
14220         * src/prefs_folder_item.c
14221         * src/prefs_fonts.c
14222         * src/prefs_gtk.c
14223         * src/prefs_matcher.c
14224         * src/prefs_msg_colors.c
14225         * src/prefs_spelling.c
14226         * src/prefs_summary_column.c
14227         * src/prefs_template.c
14228         * src/prefs_themes.c
14229         * src/prefs_toolbar.c
14230         * src/prefs_wrapping.c
14231         * src/privacy.c
14232         * src/procheader.c
14233         * src/procmime.c
14234         * src/procmsg.c
14235         * src/quote_fmt.c
14236         * src/recv.c
14237         * src/send_message.c
14238         * src/setup.c
14239         * src/sourcewindow.c
14240         * src/ssl_manager.c
14241         * src/statusbar.c
14242         * src/summary_search.c
14243         * src/summaryview.c
14244         * src/textview.c
14245         * src/toolbar.c
14246         * src/wizard.c
14247         * src/common/nntp.c
14248         * src/common/plugin.c
14249         * src/common/smtp.c
14250         * src/common/ssl.c
14251         * src/common/ssl_certificate.c
14252         * src/common/string_match.c
14253         * src/common/sylpheed.c
14254         * src/common/template.c
14255         * src/common/utils.c
14256         * src/gtk/about.c
14257         * src/gtk/colorlabel.c
14258         * src/gtk/description_window.c
14259         * src/gtk/filesel.c
14260         * src/gtk/foldersort.c
14261         * src/gtk/gtkaspell.c
14262         * src/gtk/gtkutils.c
14263         * src/gtk/inputdialog.c
14264         * src/gtk/logwindow.c
14265         * src/gtk/menu.c
14266         * src/gtk/pluginwindow.c
14267         * src/gtk/prefswindow.c
14268         * src/gtk/progressdialog.c
14269         * src/gtk/quicksearch.c
14270         * src/gtk/sslcertwindow.c
14271         * src/plugins/clamav/clamav_plugin.c
14272         * src/plugins/clamav/clamav_plugin_gtk.c
14273         * src/plugins/demo/demo.c
14274         * src/plugins/dillo_viewer/dillo_prefs.c
14275         * src/plugins/dillo_viewer/dillo_viewer.c
14276         * src/plugins/image_viewer/plugin.c
14277         * src/plugins/image_viewer/viewer.c
14278         * src/plugins/image_viewer/viewerprefs.c
14279         * src/plugins/mathml_viewer/mathml_viewer.c
14280         * src/plugins/pgpmime/passphrase.c
14281         * src/plugins/pgpmime/plugin.c
14282         * src/plugins/pgpmime/prefs_gpg.c
14283         * src/plugins/pgpmime/select-keys.c
14284         * src/plugins/pgpmime/sgpgme.c
14285         * src/plugins/spamassassin/spamassassin.c
14286         * src/plugins/spamassassin/spamassassin_gtk.c
14287         * src/plugins/trayicon/trayicon.c
14288                 sync with main (revision 104)
14289
14290 2005-02-10 [colin]      1.0.1cvs3.1
14291
14292         * src/mainwindow.c
14293                 Sync with HEAD (fix occasional crasher)
14294
14295 2005-02-10 [colin]      1.0.1cvs2.1
14296
14297         * src/messageview.c
14298                 Synw with HEAD (don't automatically display html)
14299
14300 2005-02-09 [colin]      1.0.1cvs1.3
14301
14302         * src/textview.c
14303         * src/textview.h
14304                 Add contextual menu on emails
14305
14306 2005-02-09 [colin]      1.0.1cvs1.2
14307
14308         * src/codeconv.c
14309                 Fix converting from broken headers and 
14310                 put back the _ in missing places
14311                 (feature broke with cvs24.2 sync, main 
14312                  possibly affected?)
14313
14314 2005-02-09 [colin]      1.0.1cvs1.1
14315
14316         * src/messageview.c
14317         * src/mimeview.c
14318         * src/mimeview.h
14319                 Sync with HEAD (display non text/plain mails with plugin)
14320
14321 2005-02-08 [colin]      1.0.1.1
14322
14323         * ChangeLog.claws
14324         * po/pt_BR.po
14325                 Sync with HEAD
14326         * configure.ac
14327                 Make default configuration directory 
14328                 be .sylpheed-gtk2
14329
14330 2005-02-08 [colin]      1.0.0cvs29.1
14331
14332         * po/de.po
14333         * po/es.po
14334         * po/fr.po
14335         * po/it.po
14336         * po/sk.po
14337         * po/sr.po
14338                 Sync translations with HEAD
14339
14340 2005-02-06 [colin]      1.0.0cvs28.3
14341
14342         * src/compose.c
14343                 Make compose a bit faster - patch by Alfons.
14344
14345 2005-02-06 [colin]      1.0.0cvs28.2
14346
14347         * src/compose.c
14348                 Make pasting via middle-click more reliable
14349
14350 2005-02-05 [paul]       1.0.0cvs28.1
14351
14352         * ChangeLog
14353         * ChangeLog.claws
14354         * ChangeLog.jp
14355         * configure.ac
14356         * src/compose.c
14357                 sync with HEAD
14358                 (fix bug 682 'redirect is broken'
14359
14360 2005-02-05 [torte]      1.0.0cvs27.1
14361
14362         * ChangeLog.claws
14363         * configure.ac
14364         * src/partial_download.c
14365                 Sync with HEAD (fix buf overflow)
14366
14367 2005-02-03 [colin]      1.0.0cvs26.1
14368
14369         * src/common/plugin.c
14370                 Sync with HEAD (avoid plugin mismatches)
14371
14372 2005-02-03 [paul]       1.0.0cvs25.3
14373
14374         * src/folderview.c
14375         * src/headerview.c
14376         * src/summaryview.c
14377         * src/textview.c
14378         * src/gtk/colorlabel.c
14379                 third and final part of initial sync with main-gtk2
14380
14381 2005-02-03 [paul]       1.0.0cvs25.2
14382
14383         * src/jpilot.c
14384                 fix building with jpilot support
14385
14386 2005-02-02 [colin]      1.0.0cvs25.1
14387
14388         * src/messageview.c
14389                 Sync with HEAD (fix dangerous typo)
14390
14391 2005-02-01 [colin]      1.0.0cvs24.3
14392
14393         * src/common/xml.c
14394                 Write file as advertised (UTF-8)
14395
14396 2005-02-01 [paul]       1.0.0cvs24.2
14397
14398         * src/addrbook.c
14399         * src/addrindex.c
14400         * src/alertpanel.h
14401         * src/codeconv.c
14402         * src/codeconv.h
14403         * src/compose.c
14404         * src/export.c
14405         * src/folder_item_prefs.c
14406         * src/html.c
14407         * src/imap.c
14408         * src/import.c
14409         * src/jpilot.c
14410         * src/mainwindow.c
14411         * src/matcher_parser_lex.l
14412         * src/messageview.c
14413         * src/mh.c
14414         * src/prefs_account.c
14415         * src/prefs_actions.c
14416         * src/prefs_common.c
14417         * src/prefs_gtk.c
14418         * src/prefs_gtk.h
14419         * src/prefs_themes.c
14420         * src/procheader.c
14421         * src/procmime.c
14422         * src/sourcewindow.c
14423         * src/statusbar.c
14424         * src/summaryview.c
14425         * src/textview.c
14426         * src/toolbar.c
14427         * src/unmime.c
14428         * src/common/template.c
14429         * src/common/utils.c
14430         * src/common/xml.c
14431         * src/common/xml.h
14432         * src/gtk/gtkaspell.c
14433         * src/plugins/clamav/clamav_plugin.c
14434         * src/plugins/dillo_viewer/dillo_prefs.c
14435         * src/plugins/image_viewer/viewerprefs.c
14436         * src/plugins/pgpmime/passphrase.c
14437         * src/plugins/pgpmime/prefs_gpg.c
14438         * src/plugins/pgpmime/select-keys.c
14439         * src/plugins/spamassassin/spamassassin.c
14440                 second part of initial sync with main-gtk2
14441                 (more to follow)
14442
14443 2005-01-31 [colin]      1.0.0cvs24.1
14444
14445         * src/compose.c
14446                 Sync with HEAD
14447
14448 2005-01-29 [paul]       1.0.0cvs23.2
14449
14450         * src/account.c
14451         * src/action.c
14452         * src/addressadd.c
14453         * src/addressbook.c
14454         * src/alertpanel.c
14455         * src/compose.c
14456         * src/editaddress.c
14457         * src/editbook.c
14458         * src/editgroup.c
14459         * src/editjpilot.c
14460         * src/editldap.c
14461         * src/editldap_basedn.c
14462         * src/editvcard.c
14463         * src/export.c
14464         * src/foldersel.c
14465         * src/grouplistdialog.c
14466         * src/import.c
14467         * src/importldif.c
14468         * src/inc.c
14469         * src/main.c
14470         * src/mainwindow.c
14471         * src/message_search.c
14472         * src/messageview.c
14473         * src/mimeview.c
14474         * src/prefs_actions.c
14475         * src/prefs_common.c
14476         * src/prefs_common.h
14477         * src/prefs_customheader.c
14478         * src/prefs_display_header.c
14479         * src/prefs_filtering.c
14480         * src/prefs_filtering_action.c
14481         * src/prefs_gtk.c
14482         * src/prefs_matcher.c
14483         * src/prefs_summary_column.c
14484         * src/prefs_template.c
14485         * src/sourcewindow.c
14486         * src/summary_search.c
14487         * src/summaryview.c
14488         * src/textview.c
14489         * src/gtk/about.c
14490         * src/gtk/description_window.c
14491         * src/gtk/gtkshruler.c
14492         * src/gtk/gtkutils.c
14493         * src/gtk/gtkutils.h
14494         * src/gtk/inputdialog.c
14495         * src/gtk/logwindow.c
14496         * src/gtk/prefswindow.c
14497         * src/gtk/progressdialog.c
14498         * src/gtk/progressdialog.h
14499                 first part of initial sync with main-gtk2
14500                 (more to follow)
14501
14502 2005-01-28 [colin]      1.0.0cvs23.1
14503
14504         * src/folderview.c
14505                 Sync with HEAD
14506
14507 2005-01-27 [colin]      1.0.0cvs21.1
14508
14509         * src/folder.c
14510         * src/folderview.c
14511                 Sync with HEAD
14512
14513 2005-01-27 [colin]      1.0.0cvs19.1
14514
14515         * src/procmime.c
14516                 Sync with HEAD
14517
14518 2005-01-27 [colin]      1.0.0cvs18.1
14519
14520         * src/messageview.c
14521         * src/summaryview.c
14522         * src/mainwindow.c
14523         * src/compose.c
14524         * src/compose.h
14525         * src/procmsg.c
14526         * src/procmsg.h
14527         * src/toolbar.c
14528                 Sync with HEAD
14529
14530 2005-01-26 [paul]       1.0.0cvs15.2
14531
14532         * src/compose.c
14533                 compose_entries_set(): convert subject and body to
14534                 utf8 if necessary. patch by Felix Eckhofer
14535
14536 2005-01-26 [paul]       1.0.0cvs15.1
14537
14538         * configure.ac
14539         * src/common/template.c
14540                 sync with HEAD (fix memory leak)
14541
14542 2005-01-25 [paul]       1.0.0cvs14.1
14543
14544         * configure.ac
14545         * src/compose.c
14546                 sync with HEAD
14547
14548 2005-01-24 [colin]      1.0.0cvs13.1
14549
14550         * src/summaryview.c
14551                 Sync with HEAD
14552
14553 2005-01-24 [paul]       1.0.0cvs12.1
14554
14555         * configure.ac
14556         * src/messageview.c
14557         * src/mh.c
14558         * src/common/utils.c
14559                 sync with HEAD
14560
14561 2005-01-24 [colin]      1.0.0cvs11.1
14562
14563         * src/procheader.c
14564                 Sync with HEAD
14565
14566 2005-01-24 [colin]      1.0.0cvs10.1
14567
14568         * src/folderview.c
14569                 Sync with HEAD
14570
14571 2005-01-23 [colin]      1.0.0cvs9.1
14572
14573         * src/crash.c
14574                 Sync with HEAD
14575
14576 2005-01-22 [colin]      1.0.0cvs8.1
14577
14578         * src/summaryview.c
14579         * src/gtk/quicksearch.c
14580                 Sync with HEAD
14581
14582 2005-01-21 [colin]      1.0.0cvs7.1
14583
14584         * src/summaryview.c
14585                 Sync with HEAD
14586
14587 2005-01-21 [colin]      1.0.0cvs6.1
14588
14589         * src/summaryview.c
14590                 Sync with HEAD
14591
14592 2005-01-21 [colin]      1.0.0cvs5.1
14593
14594         * src/gtk/quicksearch.c
14595         * src/prefs_common.c
14596         * src/prefs_common.h
14597                 Sync with HEAD (recurse option)
14598
14599 2005-01-21 [colin]      1.0.0cvs4.1
14600
14601         * src/folder.h
14602         * src/folderview.c
14603         * src/folderview.h
14604         * src/summaryview.c
14605         * src/gtk/quicksearch.c
14606         * src/gtk/quicksearch.h
14607                 Sync with HEAD (recursive quicksearch)
14608
14609 2005-01-20 [colin]      1.0.0cvs3.4
14610
14611         * src/ssl_manager.c
14612                 Remove useless code
14613
14614 2005-01-20 [colin]      1.0.0cvs3.3
14615
14616         * src/ssl_manager.c
14617                 Fix leak, thanks to Alfons.
14618
14619 2005-01-20 [colin]      1.0.0cvs3.2
14620
14621         * src/ssl_manager.c
14622                 Port SSL certificate window to GTK2.
14623
14624 2005-01-20 [paul]       1.0.0cvs3.1
14625
14626         * ChangeLog.claws
14627         * configure.ac
14628         * src/addrindex.c
14629         * src/addrindex.h
14630                 sync with HEAD
14631
14632 2005-01-19 [colin]      1.0.0cvs2.2
14633
14634         * src/plugins/trayicon/trayicon.c
14635                 Fix freeze with gtk-2.6, the easy way
14636                 (signal blocking helpless there...)
14637                 Closes bug #668.
14638
14639 2005-01-19 [colin]      1.0.0cvs2.1
14640
14641         * src/mbox.c
14642         * src/mbox.h
14643         * src/mainwindow.c
14644         * src/summaryview.c
14645         * src/summaryview.h
14646                 Sync with HEAD
14647
14648 2005-01-19 [paul]       1.0.0cvs1.1
14649
14650         * configure.ac
14651         * po/de.po
14652         * po/es.po
14653         * po/fr.po
14654         * po/hr.po
14655         * po/it.po
14656         * po/ja.po
14657         * po/ko.po
14658         * po/pt_BR.po
14659         * po/ru.po
14660         * po/sk.po
14661         * po/sr.po
14662                 sync with HEAD (update translations)
14663
14664 2005-01-18 [colin]      1.0.0cvs0.1
14665
14666         * src/foldersel.c
14667                 Specify search column - patch by Alfons
14668
14669 2005-01-18 [colin]      0.9.13cvs36.3
14670
14671         * src/prefs_toolbar.c
14672                 Change Delete to Remove
14673         * src/prefs_fonts.c
14674                 GTK2 version and leak fixes
14675         * src/prefs_actions.c
14676                 Add stock buttons.
14677                 All patches by Alfons
14678
14679 2005-01-17 [colin]      0.9.13cvs36.2
14680
14681         * src/compose.c
14682                 Fix DnD inserting twice. While at it,
14683                 add DnD support for text/plain in the
14684                 body, and add support in the headers.
14685
14686 2005-01-16 [colin]      0.9.13cvs36.1
14687
14688         * ChangeLog
14689         * ChangeLog.jp
14690         * ChangeLog.claws
14691                 Sync with HEAD (nothing applicable)
14692
14693 2005-01-16 [colin]      0.9.13cvs33.2
14694
14695         * src/prefs_toolbar.c
14696                 GTK2ize prefs_toolbar, by Alfons.
14697
14698 2005-01-14 [colin]      0.9.13cvs33.1
14699
14700         * src/html.c
14701         * src/msgcache.c
14702                 Sync with HEAD
14703
14704 2005-01-14 [colin]      0.9.13cvs32.1
14705
14706         * src/html.c
14707         * src/html.h
14708         * src/msgcache.c
14709         * AUTHORS
14710         * tools/calypso_convert.pl
14711                 Sync with HEAD
14712
14713 2005-01-08 [colin]      0.9.13cvs29.2
14714
14715         * src/prefs_filtering_action.c
14716         * src/prefs_filtering.c
14717                 2 more gtk2 patches by Alfons
14718
14719 2005-01-07 [paul]       0.9.13cvs29.1
14720
14721         * ChangeLog
14722         * ChangeLog.claws
14723         * ChangeLog.jp
14724         * configure.ac
14725         * src/pop.c
14726         * src/pop.h
14727                 sync with HEAD
14728
14729 2005-01-07 [colin]      0.9.13cvs28.3
14730
14731         * src/gtk/progressdialog.c
14732         * src/gtk/progressdialog.h
14733         * src/inc.c
14734         * src/send_message.c
14735                 GTK2 for the incorporation dialog. The CList isn't dead
14736                 yet, for a more smooth migration. Patch by Alfons.
14737
14738 2005-01-06 [colin]      0.9.13cvs28.2
14739
14740         * src/prefs_display_header.c
14741                 GTK2 conversion by Alfons
14742         * src/prefs_actions.c
14743         * src/prefs_matcher.c
14744                 Fix 2 leaks - patch by Alfons
14745
14746 2005-01-06 [colin]      0.9.13cvs28.1
14747
14748         * src/prefs_matcher.c
14749                 Sync with HEAD
14750
14751 2005-01-06 [colin]      0.9.13cvs27.4
14752
14753         * src/prefs_matcher.c
14754                 Fix double-free. Patch by Alfons
14755
14756 2005-01-06 [colin]      0.9.13cvs27.3
14757
14758         * src/prefs_matcher.c
14759                 GTK2 widgets + memleak
14760                 Patch by Alfons
14761
14762 2005-01-05 [colin]      0.9.13cvs27.2
14763
14764         * src/account.c
14765         * src/addr_compl.c
14766         * src/foldersel.c
14767         * src/stock_pixmap.c
14768         * src/stock_pixmap.h
14769                 3 more GTK2 patches by Alfons.
14770
14771 2005-01-04 [colin]      0.9.13cvs27.1
14772
14773         * src/folderview.c
14774         * src/imap_gtk.c
14775         * src/news_gtk.c
14776                 Sync with HEAD
14777
14778 2005-01-04 [colin]      0.9.13cvs25.9
14779
14780         * src/compose.c
14781                 Fix Show Ruler menuitem
14782         * src/prefs_template.c
14783                 Convert to GTK2
14784         * src/common/utils.c
14785                 Make auto pointer stuff handles NULLs
14786                 Patches by Alfons.
14787
14788 2005-01-04 [colin]      0.9.13cvs25.8
14789
14790         * src/compose.c
14791                 Move the attachment list to gtk2
14792                 Patch by Alfons.
14793
14794 2005-01-04 [colin]      0.9.13cvs25.7
14795
14796         * src/textview.c
14797                 Make some keys work again
14798                 Patch by SungHyun Nam <namsh@kldp.org>
14799
14800 2005-01-04 [colin]      0.9.13cvs25.6
14801
14802         * src/gtk/gtkshruler.c
14803                 Move the ruler to GTK2
14804                 Patch by Alfons
14805
14806 2005-01-03 [colin]      0.9.13cvs25.5
14807
14808         * src/compose.c
14809                 Fix my broken patch apply 
14810
14811 2005-01-03 [colin]      0.9.13cvs25.4
14812
14813         * src/common/utils.c
14814         * src/common/utils.h
14815         * src/gtk/prefswindow.c
14816                 Move auto pointer stuff to utils.c
14817                 Patch by Alfons again :)
14818
14819 2005-01-03 [colin]      0.9.13cvs25.3
14820
14821         * src/compose.c
14822         * src/prefs_gtk.c
14823         * src/prefs_template.c
14824         * src/textview.c
14825                 Empty text widgets with empty strings, not NULL char
14826                 Patch by SungHyun Nam <namsh@kldp_org>
14827
14828 2005-01-03 [colin]      0.9.13cvs25.2
14829
14830         * src/main.c
14831         * AUTHORS
14832                 Sync with HEAD
14833
14834 2005-01-03 [colin]      0.9.13cvs25.1
14835
14836         * src/pop.c
14837         * src/pop.h
14838                 Sync with HEAD
14839
14840 2005-01-03 [colin]      0.9.13cvs24.3
14841
14842         * src/account.c
14843                 Two patches from Alfons and Alex S Moore:
14844                 fix images, fix return value.
14845
14846 2005-01-01 [colin]      0.9.13cvs24.2
14847
14848         * src/prefs_actions.c
14849                 Fix over-zealous assertion. Patch by Alfons
14850
14851 2005-01-01 [colin]      0.9.13cvs24.1
14852
14853         * src/procmime.c
14854                 Sync with HEAD (leak fix)
14855
14856 2004-12-31 [colin]      0.9.13cvs23.2
14857
14858         * src/prefs_common.c
14859                 GTK2 widgets + stock buttons - patch by Alfons
14860
14861 2004-12-31 [paul]       0.9.13cvs23.1
14862
14863         * configure.ac
14864                 bump up EXTRA_VERSION to match (sync'ed) HEAD
14865         * src/gtk/pluginwindow.c
14866                 use GTK2 widgets and plug memory leaks,
14867                 patches by Alfons
14868
14869 2004-12-30 [colin]      0.9.13cvs22.4
14870
14871         * src/account.c
14872         * src/action.c
14873         * src/export.c
14874         * src/foldersel.c
14875         * src/import.c
14876         * src/message_search.c
14877         * src/prefs_actions.c
14878         * src/prefs_common.c
14879         * src/prefs_customheader.c
14880         * src/prefs_filtering.c
14881         * src/prefs_summary_column.c
14882         * src/summary_search.c
14883         * src/gtk/about.c
14884         * src/gtk/description_window.c
14885         * src/gtk/gtkutils.c
14886         * src/gtk/gtkutils.h
14887         * src/gtk/inputdialog.c
14888         * src/gtk/prefswindow.c
14889                 Use GTK2 stock buttons. Patches by Alfons.
14890
14891 2004-12-30 [colin]      0.9.13cvs22.3
14892
14893         * src/account.c
14894                 Sync with HEAD
14895         * src/prefs_actions.c
14896         * src/prefs_customheader.c
14897         * src/prefs_filtering.c
14898         * src/prefs_msg_colors.c
14899         * src/prefs_summary_column.c
14900         * src/gtk/prefswindow.c
14901                 Use GtkTreeView instead of deprecated 
14902                 widgets. Patches by Alfons.
14903
14904 2004-12-30 [paul]       0.9.13cvs22.2
14905
14906         * src/foldersel.c
14907                 use GTK 2 Tree View
14908                 patch by Alfons, with root folder sorting fix
14909                 by Stephan Sachse
14910
14911 2004-12-30 [paul]       0.9.13cvs22.1
14912
14913         * ChangeLog
14914         * ChangeLog.claws
14915         * ChangeLog.jp
14916         * NEWS
14917         * configure.ac
14918         * src/account.c
14919                 sync with HEAD
14920
14921 2004-12-22 [martin]     0.9.13cvs21.2
14922
14923         * src/action.c
14924                 free the command line after its use
14925
14926 2004-12-18 [paul]       0.9.13cvs21.1
14927
14928         * AUTHORS
14929         * ChangeLog
14930         * ChangeLog.claws
14931         * ChangeLog.jp
14932         * NEWS
14933         * configure.ac
14934         * src/action.c
14935         * src/compose.c
14936         * src/syldap.c
14937                 sync with HEAD
14938
14939 2004-12-17 [martin]     0.9.13cvs17.2
14940
14941         * src/action.c
14942                 convert actions input to locale
14943         * src/inc.c
14944                 convert notification command to locale
14945         * src/plugins/pgpmime/select-keys.c
14946                 convert attributes to utf8
14947
14948 2004-12-14 [colin]      0.9.13cvs17.1
14949
14950         * ChangeLog
14951         * ChangeLog.jp
14952         * ChangeLog.claws
14953         * src/action.c
14954         * src/common/utils.c
14955         * src/gtk/prefswindow.c
14956         * src/gtk/gtkutils.c
14957         * src/gtk/gtkutils.h
14958         * src/plugins/spamassassin/libspamc.c
14959                 Sync with HEAD
14960
14961 2004-12-13 [colin]      0.9.13cvs14.1
14962
14963         * src/quote_fmt_parse.y
14964                 Sync with HEAD
14965
14966 2004-12-10 [colin]      0.9.13cvs12.1
14967
14968         * src/prefs_themes.c
14969         * src/mainwindow.c
14970         * src/messageview.c
14971                 Sync with HEAD
14972
14973 2004-12-09 [colin]      0.9.13cvs10.1
14974
14975         * src/procmime.c
14976                 Sync with HEAD (fix B64 encoding from memory)
14977
14978 2004-12-08 [colin]      0.9.13cvs9.1
14979
14980         * src/gtk/colorlabel.c
14981                 Sync with HEAD
14982
14983 2004-12-08 [paul]       0.9.13cvs8.2
14984
14985         * src/gtk/pluginwindow.c
14986                 fix window resizing oddities
14987
14988 2004-12-08 [colin]      0.9.13cvs8.1
14989
14990         * src/quote_fmt_parse.y
14991                 Sync with HEAD
14992
14993 2004-12-08 [colin]      0.9.13cvs7.1
14994
14995         * src/matcher_parser_parse.y
14996         * src/msgcache.c
14997         * src/prefs_matcher.c
14998         * src/procheader.c
14999         * src/matcher.c
15000         * src/common/defs.h
15001         * po/sr.po
15002                 Sync with HEAD
15003
15004 2004-12-08 [colin]      0.9.13cvs6.1
15005
15006         * src/quote_fmt_parse.y
15007         * src/textview.c
15008                 Sync with HEAD
15009         * src/gtk/prefswindow.c
15010         * src/gtk/pluginwindow.c
15011                 Fix G_CALLBACKS protos (thanks to Alfons)
15012
15013 2004-12-07 [torte]      0.9.13cvs2.2
15014
15015         * src/procmime.c
15016                 [Bug 650] reply button causes crash
15017                 Thanks to David Relson and Christoph
15018
15019 2004-12-07 [colin]      0.9.13cvs2.1
15020
15021         * ChangeLog.claws
15022         * AUTHORS
15023         * po/sk.po
15024         * src/procmime.c
15025         * src/prefs_account.c
15026         * src/common/smtp.c
15027         * src/common/smtp.h
15028                 Sync with HEAD
15029
15030 2004-12-06 [colin]      0.9.12cvs187.1
15031
15032         * ChangeLog.claws
15033         * INSTALL
15034         * Makefile.am
15035         * README.claws
15036         * TODO.claws
15037         * configure.ac
15038         * po/bg.po
15039         * po/cs.po
15040         * po/el.po
15041         * po/en_GB.po
15042         * po/es.po
15043         * po/fr.po
15044         * po/hr.po
15045         * po/hu.po
15046         * po/it.po
15047         * po/ja.po
15048         * po/ko.po
15049         * po/nl.po
15050         * po/pl.po
15051         * po/pt_BR.po
15052         * po/ru.po
15053         * po/sk.po
15054         * po/sr.po
15055         * po/sv.po
15056         * po/zh_CN.po
15057         * po/zh_TW.Big5.po
15058         * src/compose.c
15059         * tools/Makefile.am
15060         * tools/README
15061         * tools/filter_conv.pl
15062         * tools/kdeservicemenu/README
15063         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15064         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15065                 Sync with HEAD
15066
15067 2004-12-04 [colin]      0.9.12cvs183.1
15068
15069         * src/compose.c
15070                 Sync with HEAD (compose window position saving)
15071
15072 2004-12-04 [paul]       0.9.12cvs182.3
15073
15074         * src/messageview.c
15075         * src/mimeview.c
15076         * src/prefs_customheader.c
15077         * src/gtk/quicksearch.c
15078                 replace some forgotten GTK_SIGNAL_FUNCs
15079
15080 2004-12-04 [paul]       0.9.12cvs182.2
15081
15082         * src/Makefile.am
15083                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
15084                 committed in error      
15085
15086 2004-12-04 [paul]       0.9.12cvs182.1
15087
15088         * ChangeLog
15089         * ChangeLog.claws
15090         * ChangeLog.jp
15091         * INSTALL
15092         * NEWS
15093         * README
15094         * README.jp
15095         * configure.ac
15096         * doc/manual/ja/Makefile.am
15097         * doc/manual/ja/sylpheed-1.html
15098         * doc/manual/ja/sylpheed-10.html
15099         * doc/manual/ja/sylpheed-11.html
15100         * doc/manual/ja/sylpheed-12.html
15101         * doc/manual/ja/sylpheed-13.html
15102         * doc/manual/ja/sylpheed-14.html
15103         * doc/manual/ja/sylpheed-15.html
15104         * doc/manual/ja/sylpheed-16.html
15105         * doc/manual/ja/sylpheed-17.html
15106         * doc/manual/ja/sylpheed-18.html
15107         * doc/manual/ja/sylpheed-19.html
15108         * doc/manual/ja/sylpheed-2.html
15109         * doc/manual/ja/sylpheed-20.html
15110         * doc/manual/ja/sylpheed-3.html
15111         * doc/manual/ja/sylpheed-4.html
15112         * doc/manual/ja/sylpheed-5.html
15113         * doc/manual/ja/sylpheed-6.html
15114         * doc/manual/ja/sylpheed-7.html
15115         * doc/manual/ja/sylpheed-8.html
15116         * doc/manual/ja/sylpheed-9.html
15117         * doc/manual/ja/sylpheed.html
15118         * doc/manual/ja/sylpheed.sgml
15119         * po/de.po
15120         * src/Makefile.am
15121         * src/compose.c
15122         * src/procmime.c
15123         * src/pixmaps/regular.xpm **REMOVED**
15124         * src/plugins/pgpmime/pgpmime.c
15125         * src/plugins/pgpmime/plugin.c
15126         * src/plugins/pgpmime/prefs_gpg.c
15127                 sync with HEAD
15128
15129 2004-12-03 [paul]       0.9.12cvs180.1
15130
15131         * ChangeLog
15132         * ChangeLog.claws
15133         * ChangeLog.jp
15134         * configure.ac
15135         * src/Makefile.am
15136         * src/pop.c
15137         * src/common/utils.c
15138         * src/common/utils.h
15139         * src/pixmaps/continue.xpm
15140         * src/pixmaps/dir_close.xpm
15141         * src/pixmaps/dir_open.xpm
15142         * src/pixmaps/drafts_close.xpm
15143         * src/pixmaps/drafts_open.xpm
15144         * src/pixmaps/folder.xpm **REMOVED**
15145         * src/pixmaps/group.xpm
15146         * src/pixmaps/unread.xpm
15147                 sync with HEAD
15148
15149 2004-12-02 [colin]      0.9.12cvs179.1
15150
15151         * src/compose.c
15152                 Sync with HEAD (non-duplicated reedition)
15153
15154 2004-12-02 [colin]      0.9.12cvs178.1
15155
15156         * src/compose.c
15157                 Sync with HEAD (linewrap_quote fix)
15158
15159 2004-12-01 [colin]      0.9.12cvs177.3
15160
15161         * src/addrharvest.c
15162                 Replace sizeof with strlen
15163
15164 2004-12-01 [paul]       0.9.12cvs177.2
15165
15166         * src/addrharvest.c
15167                 fix 'harvest addresses'
15168
15169 2004-11-30 [colin]      0.9.12cvs177.1
15170
15171         * src/gtk/prefswindow.c
15172         * src/gtk/pluginwindow.c
15173                 Sync with HEAD
15174
15175 2004-11-29 [colin]      0.9.12cvs176.1
15176
15177         * src/folderview.c
15178                 sync with HEAD (Fix disappearing separators in folderview's popup)
15179
15180 2004-11-29 [colin]      0.9.12cvs175.1
15181
15182         * src/procmime.c
15183                 Sync with head (another format fix)
15184
15185 2004-11-29 [colin]      0.9.12cvs174.1
15186
15187         * src/pop.c
15188                 Sync with HEAD (format string fix)
15189
15190 2004-11-26 [colin]      0.9.12cvs173.1
15191
15192         * src/common/smtp.c
15193         * src/common/smtp.h
15194                 Sync with HEAD
15195
15196 2004-11-24 [colin]      0.9.12cvs172.1
15197
15198         * src/plugins/pgpmime/pgpmime.c
15199                 Sync with HEAD
15200
15201 2004-11-24 [colin]      0.9.12cvs171.1
15202
15203         * src/plugins/pgpmime/pgpmime.c
15204                 Sync with head (gpgmectx leaks)
15205
15206 2004-11-24 [colin]      0.9.12cvs169.1
15207
15208         * src/plugins/pgpmime/plugin.c
15209         * src/plugins/trayicon/Makefile.am
15210         * src/plugins/trayicon/newmarkedmail.xpm
15211         * src/plugins/trayicon/trayicon.c
15212         * src/plugins/trayicon/unreadmarkedmail.xpm
15213                 Sync with HEAD
15214
15215 2004-11-23 [colin]      0.9.12cvs168.1
15216
15217         * src/partial_download.c
15218         * src/partial_download.h
15219         * src/plugins/pgpmime/plugin.c
15220                 Sync with HEAD
15221
15222 2004-11-23 [colin]      0.9.12cvs166.1
15223
15224         * src/Makefile.am
15225         * src/codeconv.c
15226         * src/compose.c
15227         * src/folderview.c
15228         * src/main.c
15229         * src/partial_download.c
15230         * src/partial_download.h
15231         * src/prefs_account.c
15232         * src/prefs_account.h
15233         * src/privacy.c
15234         * src/privacy.h
15235         * src/procmime.c
15236         * src/common/Makefile.am
15237         * src/common/base64.h
15238         * src/common/partial_download.c
15239         * src/common/partial_download.h
15240         * src/gtk/prefswindow.c
15241         * src/gtk/prefswindow.h
15242         * src/plugins/pgpmime/pgpmime.c
15243         * src/plugins/pgpmime/prefs_gpg.c
15244         * src/plugins/pgpmime/prefs_gpg.h
15245         * src/plugins/pgpmime/sgpgme.c
15246         * src/plugins/pgpmime/sgpgme.h
15247                 Sync with HEAD
15248
15249 2004-11-23 [colin]      0.9.12cvs163.1
15250
15251         * src/main.c
15252                 Sync with HEAD (cursor optimization)
15253
15254 2004-11-23 [colin]      0.9.12cvs162.1
15255
15256         * src/prefs_common.c
15257         * src/prefs_themes.c
15258         * src/procmsg.c
15259                 Sync with HEAD
15260
15261 2004-11-23 [colin]      0.9.12cvs158.9
15262
15263         * src/compose.c
15264                 Fix double-free when forwarding
15265         * src/msgcache.c
15266                 Fix leak on error path
15267                 
15268
15269 2004-11-23 [colin]      0.9.12cvs158.8
15270
15271         * src/compose.c
15272                 Fix possible double-free
15273                 Spotted by Alfons
15274
15275 2004-11-23 [colin]      0.9.12cvs158.7
15276
15277         * src/compose.c
15278                 Fix some signal handlers' prototypes
15279                 Spotted by Alfons
15280
15281 2004-11-22 [colin]      0.9.12cvs158.6
15282
15283         * src/compose.c
15284                 Remove unneeded code and duplicated
15285                 wrapping - patch by Alfons
15286
15287 2004-11-22 [colin]      0.9.12cvs158.5
15288
15289         * src/prefs_themes.c
15290                 Fix oversized selector
15291
15292 2004-11-22 [colin]      0.9.12cvs158.4
15293
15294         * src/compose.c
15295                 fix dump_text()
15296                 patch by Alfons
15297
15298 2004-11-19 [colin]      0.9.12cvs158.3
15299
15300         * src/textview.c
15301                 Add a context menu on links (open, copy)
15302
15303 2004-11-18 [paul]       0.9.12cvs158.2
15304
15305         * src/addrgather.c
15306         * src/exphtmldlg.c
15307         * src/expldifdlg.c
15308         * src/mimeview.c
15309         * src/prefs_common.c
15310         * src/plugins/image_viewer/viewer.c
15311         * src/plugins/spamassassin/spamassassin_gtk.c
15312                 replace deprecated gtk_notebook_set_page
15313                 and gtk_notebook_current_page
15314
15315 2004-11-18 [paul]       0.9.12cvs158.1
15316
15317         * configure.ac
15318         * src/compose.c
15319         * src/mainwindow.c
15320         * src/messageview.c
15321         * src/prefs_common.c
15322         * src/common/utils.c
15323         * src/common/utils.h
15324                 sync with HEAD
15325
15326 2004-11-17 [colin]      0.9.12cvs156.1
15327
15328         * src/prefs_account.c
15329         * src/prefs_account.h
15330         * src/procmsg.c
15331                 Sync with HEAD (add pref to store encrypted mails encrypted)
15332
15333 2004-11-17 [paul]       0.9.12cvs155.1
15334
15335         * ChangeLog
15336         * ChangeLog.claws
15337         * ChangeLog.jp
15338         * NEWS
15339         * configure.ac
15340         * src/compose.c
15341         * src/jpilot.c
15342         * src/privacy.c
15343         * src/procmime.c
15344         * src/procmime.h
15345         * src/procmsg.c
15346         * src/toolbar.c
15347         * src/pixmaps/error.xpm
15348                 sync with HEAD
15349
15350 2004-11-17 [colin]      0.9.12cvs151.1
15351
15352         * src/plugins/pgpmime/pgpmime.c
15353                 Sync with HEAD (remove debug printf)
15354
15355 2004-11-17 [colin]      0.9.12cvs150.1
15356
15357         * src/plugins/pgpmime/pgpmime.c
15358                 Sync with HEAD (off-by-one fix)
15359
15360 2004-11-17 [colin]      0.9.12cvs149.1
15361
15362         * src/procmsg.c
15363                 Sync with HEAD (coding style fixes)
15364
15365 2004-11-16 [colin]      0.9.12cvs148.1
15366
15367         * src/procmsg.c
15368                 Sync with head (Fix the fix)
15369
15370 2004-11-16 [colin]      0.9.12cvs147.1
15371
15372         * src/procmsg.c
15373                 Sync with Main (leak fix)
15374
15375 2004-11-16 [colin]      0.9.12cvs146.14
15376
15377         * src/compose.c
15378                 Remove useless chunk of code
15379                 Patch by Alfons
15380
15381 2004-11-15 [colin]      0.9.12cvs146.13
15382
15383         * src/compose.c
15384                 Fix drafting after insertion
15385                 Patch by Alfons
15386
15387 2004-11-15 [colin]      0.9.12cvs146.12
15388
15389         * src/compose.c
15390         * src/prefs_filtering.c
15391         * src/prefs_filtering_action.c
15392         * src/prefs_toolbar.c
15393                 Fix some const-correctness
15394
15395 2004-11-15 [colin]      0.9.12cvs146.11
15396
15397         * src/summaryview.c
15398         * src/prefs_themes.c
15399         * src/messageview.c
15400                 Fix some leaks
15401
15402 2004-11-15 [colin]      0.9.12cvs146.10
15403
15404         * src/codeconv.c
15405                 More unreadable locale fixes
15406
15407 2004-11-14 [colin]      0.9.12cvs146.9
15408
15409         * src/textview.c
15410                 Fix uri_security_check
15411                 Patch by Alfons
15412
15413 2004-11-13 [paul]       0.9.12cvs146.8
15414
15415         * src/folder.c
15416         * src/procmime.c
15417                 fix 2 bugs introduced in last commit
15418
15419 2004-11-13 [paul]       0.9.12cvs146.7
15420
15421         * src/compose.c
15422         * src/exporthtml.c
15423         * src/exportldif.c
15424         * src/folder.c
15425         * src/imap.c
15426         * src/imap_gtk.c
15427         * src/main.c
15428         * src/mainwindow.c
15429         * src/messageview.c
15430         * src/mh_gtk.c
15431         * src/prefs_themes.c
15432         * src/procmime.c
15433         * src/setup.c
15434         * src/summaryview.c
15435                 replace deprecated g_basename
15436
15437 2004-11-13 [paul]       0.9.12cvs146.6
15438
15439         * src/compose.c
15440         * src/imap.c
15441         * src/matcher_parser.h
15442         * src/matcher_parser_parse.y
15443         * src/prefs_filtering.c
15444         * src/prefs_filtering_action.c
15445         * src/prefs_themes.c
15446         * src/prefs_toolbar.c
15447         * src/common/utils.c
15448                 various small fixes/cleanups
15449
15450 2004-11-12 [colin]      0.9.12cvs146.5
15451
15452         * src/textview.c
15453                 Validate event's origin on visibility notify
15454                 Patch by Alfons.
15455
15456 2004-11-12 [paul]       0.9.12cvs146.4
15457
15458         * src/exporthtml.c
15459         * src/exportldif.c
15460         * src/imap.c
15461         * src/mh.c
15462         * src/mimeview.c
15463         * src/prefs_spelling.c
15464         * src/prefs_themes.c
15465                 replace deprecated g_dirname    
15466
15467 2004-11-12 [colin]      0.9.12cvs146.3
15468
15469         * src/textview.c
15470                 Some coding style fixes
15471
15472 2004-11-12 [colin]      0.9.12cvs146.2
15473
15474         * src/codeconv.c
15475                 We want to replace _all_ extended chars in
15476                 conv_unreadable_*, because any string containing
15477                 extended chars not parsing as UTF8 is 
15478                 undisplayed on gtk2.
15479
15480 2004-11-12 [paul]       0.9.12cvs146.1
15481
15482         * ChangeLog
15483         * ChangeLog.claws
15484         * ChangeLog.jp
15485         * NEWS
15486         * configure.ac
15487         * src/account.c
15488         * src/folderview.c
15489         * src/folderview.h
15490         * src/imap.c
15491         * src/imap_gtk.c
15492         * src/inc.c
15493         * src/mainwindow.c
15494         * src/mh_gtk.c
15495         * src/news_gtk.c
15496         * src/pop.c
15497         * src/prefs_account.c
15498         * src/prefs_account.h
15499         * src/prefs_ext_prog.c
15500         * src/procmime.c
15501         * src/procmime.h
15502         * src/procmsg.c
15503         * src/procmsg.h
15504         * src/summary_search.c
15505         * src/summaryview.c
15506         * src/textview.c
15507         * src/common/defs.h
15508         * src/common/utils.c
15509         * src/common/utils.h
15510         * src/gtk/menu.c
15511         * src/gtk/menu.h
15512                 sync with HEAD
15513
15514 2004-11-11 [colin]      0.9.12cvs144.2
15515
15516         * src/textview.c
15517                 Fix URI range selection (patch by Alfons)
15518
15519 2004-11-09 [colin]      0.9.12cvs144.1
15520
15521         * ChangeLog.claws
15522         * src/compose.c
15523         * src/folder.c
15524         * src/folder_item_prefs.c
15525         * src/prefs_account.c
15526         * src/prefs_account.h
15527         * src/plugins/pgpmime/pgpmime.c
15528                 Sync with HEAD
15529
15530 2004-11-08 [colin]      0.9.12cvs143.1
15531
15532         * src/summaryview.c
15533                 Sync with HEAD (optimize quicksearch)
15534
15535 2004-11-08 [colin]      0.9.12cvs142.2
15536
15537         * src/compose.c
15538                 Don't wrap when Edit/Auto wrapping is disabled
15539
15540 2004-11-08 [colin]      0.9.12cvs142.1
15541
15542         * src/textview.c
15543                 Sync with HEAD
15544
15545 2004-11-08 [colin]      0.9.12cvs141.1
15546
15547         * src/textview.c
15548                 Sync with HEAD (fix some mail URIs)
15549
15550 2004-11-08 [colin]      0.9.12cvs140.3
15551
15552         * src/textview.c
15553                 o Use text cursor instead of arrow when
15554                   not on a link
15555                 o Fix handling of contiguous links (as in
15556                   "colin@colino.net" <colin@colino.net>)
15557                   This one unveils a bug in get_email_part()
15558
15559 2004-11-07 [colin]      0.9.12cvs140.2
15560
15561         * src/textview.c
15562                 Fix memleak. Patch by Alfons.
15563
15564 2004-11-06 [colin]      0.9.12cvs140.1
15565
15566         * src/compose.c
15567                 Sync with HEAD (don't ask passphrase
15568                 when drafting)
15569
15570 2004-11-06 [paul]       0.9.12cvs139.2
15571
15572         * AUTHORS
15573         * src/textview.c
15574         * src/textview.h
15575                 textview URI handling. hovering over a 
15576                 link displays it in the status bar,
15577                 and changes the mouse pointer to a hand 
15578                 cursor. a link is activated with a single 
15579                 click. (Modified from the) patch by Jean-Yves 
15580                 Lefort <jylefort@users.sourceforge.net>
15581                 
15582
15583 2004-11-05 [colin]      0.9.12cvs139.1
15584
15585         * src/compose.c
15586         * src/procmime.c
15587                 Sync with HEAD again ^^
15588
15589 2004-11-05 [colin]      0.9.12cvs139.1
15590
15591         * src/compose.c
15592         * src/procmime.c
15593                 Sync with HEAD
15594
15595 2004-11-03 [paul]       0.9.12cvs138.1
15596
15597         * ChangeLog.claws
15598         * configure.ac
15599         * po/POTFILES.in
15600         * src/prefs_ext_prog.c
15601         * src/procmime.c
15602         * tools/kdeservicemenu/README
15603         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15604         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15605                 sync with HEAD
15606
15607 2004-11-01 [christoph]  0.9.12cvs136.2
15608
15609         * src/procmime.c
15610                 convert MIME parameters to UTF-8
15611
15612 2004-10-29 [colin]      0.9.12cvs136.1
15613
15614         * src/common/utils.c
15615                 Sync with HEAD (don't use '=' in mime boundary)
15616
15617 2004-10-29 [paul]       0.9.12cvs135.1
15618
15619         * configure.ac
15620         * doc/src/rfc2231.txt
15621         * src/procmime.c
15622         * src/common/quoted-printable.c
15623         * src/common/utils.c
15624         * src/common/utils.h
15625                 sync with HEAD
15626
15627 2004-10-27 [paul]       0.9.12cvs134.1
15628
15629         * configure.ac
15630         * src/main.c
15631         * src/procmime.c
15632         * src/plugins/pgpmime/pgpmime.c
15633                 sync with HEAD
15634
15635 2004-10-26 [paul]       0.9.12cvs132.3
15636
15637         * src/account.c
15638         * src/addressbook.c
15639         * src/addrgather.c
15640         * src/addrharvest.c
15641         * src/codeconv.c
15642         * src/compose.c
15643         * src/customheader.c
15644         * src/editaddress.c
15645         * src/editgroup.c
15646         * src/enriched.c
15647         * src/expldifdlg.c
15648         * src/exporthtml.c
15649         * src/exportldif.c
15650         * src/folder.c
15651         * src/foldersel.c
15652         * src/folderview.c
15653         * src/grouplistdialog.c
15654         * src/html.c
15655         * src/imap.c
15656         * src/jpilot.c
15657         * src/ldapserver.c
15658         * src/ldif.c
15659         * src/mimeview.c
15660         * src/news.c
15661         * src/news_gtk.c
15662         * src/pop.c
15663         * src/prefs_display_header.c
15664         * src/prefs_gtk.c
15665         * src/prefs_msg_colors.c
15666         * src/prefs_toolbar.c
15667         * src/procheader.c
15668         * src/procmime.c
15669         * src/summaryview.c
15670         * src/textview.c
15671         * src/toolbar.c
15672         * src/vcard.c
15673         * src/common/mgutils.c
15674         * src/common/nntp.c
15675         * src/common/smtp.c
15676         * src/common/template.c
15677         * src/common/utils.c
15678         * src/common/xmlprops.c
15679         * src/plugins/pgpmime/pgpmime.c
15680         * src/plugins/pgpmime/select-keys.c
15681         * src/plugins/pgpmime/sgpgme.c
15682                 replace deprecated g_strcasecmp(), g_strncasecmp(),
15683                 g_string_sprintfa(), gtk_notebook_current_page()
15684
15685 2004-10-26 [colin]      0.9.12cvs132.2
15686
15687         * src/prefs_folder_item.c
15688                 Fix default-account selection
15689
15690 2004-10-21 [colin]      0.9.12cvs133
15691
15692         * src/compose.c
15693                 Sync with HEAD (Remove extra separator in compose's Options)
15694         * src/textview.c
15695                 Set wrapping to char
15696
15697 2004-10-21 [paul]       0.9.12cvs131.2
15698
15699         * src/compose.c
15700         * src/sourcewindow.c
15701                 fix wrapping
15702                 fix window shrinking 
15703
15704 2004-10-21 [colin]      0.9.12cvs131.1
15705
15706         * ChangeLog.claws
15707         * src/compose.c
15708                 Sync with HEAD
15709
15710 2004-10-21 [paul]       0.9.12cvs130.2
15711
15712         * src/prefs_folder_item.c
15713                 sync with HEAD (Apply to subfolders)
15714
15715 2004-10-19 [colin]      0.9.12cvs130.1
15716
15717         * ChangeLog.claws
15718         * src/compose.c
15719         * src/common/utils.c
15720         * src/gtk/menu.c
15721                 Sync with HEAD
15722
15723 2004-10-19 [colin]      0.9.12cvs128.1
15724
15725         * src/addrbook.c
15726         * src/addrcache.c
15727         * src/addressbook.c
15728         * src/codeconv.c
15729         * src/compose.c
15730         * src/customheader.c
15731         * src/editaddress.c
15732         * src/editgroup.c
15733         * src/exporthtml.c
15734         * src/folder.c
15735         * src/folderview.c
15736         * src/imap.c
15737         * src/jpilot.c
15738         * src/main.c
15739         * src/matcher_parser_parse.y
15740         * src/mbox.c
15741         * src/pop.c
15742         * src/prefs_account.c
15743         * src/prefs_gtk.c
15744         * src/prefs_msg_colors.c
15745         * src/procheader.c
15746         * src/procmime.c
15747         * src/procmime.h
15748         * src/procmsg.c
15749         * src/summaryview.c
15750         * src/textview.c
15751         * src/common/base64.c
15752         * src/common/partial_download.c
15753         * src/common/socket.c
15754         * src/common/sylpheed.c
15755         * src/common/utils.c
15756         * src/common/utils.h
15757         * src/gtk/pluginwindow.c
15758         * src/gtk/quicksearch.c
15759         * src/plugins/clamav/clamav_plugin.c
15760         * src/plugins/clamav/clamav_plugin.h
15761         * src/plugins/clamav/clamav_plugin_gtk.c
15762         * src/plugins/pgpmime/passphrase.c
15763         * src/plugins/pgpmime/pgpmime.c
15764         * src/plugins/pgpmime/plugin.c
15765         * src/plugins/pgpmime/prefs_gpg.c
15766         * src/plugins/pgpmime/prefs_gpg.h
15767         * src/plugins/pgpmime/select-keys.c
15768         * src/plugins/pgpmime/sgpgme.c
15769         * src/plugins/spamassassin/libspamc.c
15770         * src/plugins/spamassassin/spamassassin.c
15771         * src/plugins/spamassassin/spamassassin.h
15772         * src/plugins/spamassassin/spamassassin_gtk.c
15773         * src/plugins/trayicon/trayicon.c
15774         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
15775                 Sync with HEAD
15776
15777 2004-10-14 [colin]      0.9.12cvs126.2
15778
15779         * src/codeconv.c
15780         * src/textview.c
15781                 Fix conv_unreadable_locale
15782
15783 2004-10-13 [colin]      0.9.12cvs126.1
15784
15785         * src/compose.c
15786                 Sync with HEAD (don't convert charset for 
15787                 drafted messages, minor cleanup)
15788
15789 2004-10-13 [colin]      0.9.12cvs125.1
15790
15791         * po/POTFILES.in
15792                 Sync with HEAD (POTFILES fix)
15793
15794 2004-10-12 [colin]      0.9.12cvs124.3
15795
15796         * src/compose.c
15797                 Fix encoding bug from latest sync
15798
15799 2004-10-12 [paul]       0.9.12cvs124.2
15800
15801         * src/plugins/pgpmime/prefs_gpg.c
15802         * src/plugins/pgpmime/prefs_gpg.h
15803                 forgotten in last commit        
15804
15805 2004-10-12 [paul]       0.9.12cvs124.1
15806
15807         * ChangeLog.claws
15808         * configure.ac
15809         * m4/spamassassin.m4
15810         * src/Makefile.am
15811         * src/account.c
15812         * src/compose.c
15813         * src/compose.h
15814         * src/crash.c
15815         * src/main.c
15816         * src/mimeview.c
15817         * src/passphrase.c
15818         * src/passphrase.h
15819         * src/prefs_account.c
15820         * src/prefs_account.h
15821         * src/prefs_common.c
15822         * src/privacy.c
15823         * src/privacy.h
15824         * src/procmime.c
15825         * src/procmime.h
15826         * src/procmsg.c
15827         * src/rfc2015.c
15828         * src/rfc2015.h
15829         * src/select-keys.c
15830         * src/select-keys.h
15831         * src/textview.c
15832         * src/common/utils.c
15833         * src/common/utils.h
15834         * src/gtk/about.c
15835         * src/plugins/pgpmime/Makefile.am
15836         * src/plugins/pgpmime/passphrase.c
15837         * src/plugins/pgpmime/passphrase.h
15838         * src/plugins/pgpmime/pgpmime.c
15839         * src/plugins/pgpmime/plugin.c
15840         * src/plugins/pgpmime/select-keys.c
15841         * src/plugins/pgpmime/select-keys.h
15842         * src/plugins/pgpmime/sgpgme.c
15843         * src/plugins/pgpmime/sgpgme.h
15844                 sync with HEAD
15845
15846 2004-10-04 [colin]      0.9.12cvs122.1
15847
15848         * src/mainwindow.c
15849         * src/messageview.c
15850         * src/messageview.h
15851         * src/textview.c
15852                 Sync with HEAD
15853
15854 2004-10-04 [colin]      0.9.12cvs121.1
15855
15856         * src/summaryview.c
15857                 Sync with HEAD
15858
15859 2004-10-04 [paul]       0.9.12cvs120.1
15860
15861         * configure.ac
15862                 sync with HEAD [don't try to build 
15863                 pgpmime plugin when gpgme is disabled]
15864
15865 2004-10-03 [colin]      0.9.12cvs119.3
15866
15867         * src/gtk/gtksctree.c
15868                 Lots of side effects. Put back as before 117.2.
15869         * src/summaryview.c
15870                 Fix bug #602
15871
15872 2004-10-03 [colin]      0.9.12cvs119.2
15873
15874         * src/gtk/gtksctree.c
15875                 Revert 608 fix that doesn't work that good
15876
15877 2004-10-02 [colin]      0.9.12cvs119.1
15878
15879         * src/mainwindow.c
15880         * src/messageview.c
15881         * src/prefs_common.h
15882         * src/procmime.c
15883         * src/procmime.h
15884         * src/textview.c
15885                 Sync with HEAD
15886         * src/gtk/gtksctree.c
15887                 Close bug #608
15888
15889 2004-10-01 [colin]      0.9.12cvs118.1
15890
15891         * src/mimeview.c
15892                 Sync with HEAD (better Save All fix)
15893
15894 2004-10-01 [colin]      0.9.12cvs117.2
15895
15896         * src/gtk/gtksctree.c
15897                 Faster on selection
15898
15899 2004-10-01 [colin]      0.9.12cvs117.1
15900
15901         * src/mimeview.c
15902                 Sync with HEAD (Save All: only attachments)
15903
15904 2004-10-01 [paul]       0.9.12cvs116.1
15905
15906         * ChangeLog.claws
15907         * configure.ac
15908         * src/account.c
15909         * src/prefs_common.c
15910         * src/gtk/colorlabel.c
15911                 sync with HEAD
15912
15913 2004-09-30 [colin]      0.9.12cvs115.1
15914
15915         * src/stock_pixmap.c
15916         * src/stock_pixmap.h
15917         * src/folderview.c
15918         * src/Makefile.am
15919         * src/pixmaps/read.xpm
15920                 Sync with HEAD (new pixmap)
15921
15922 2004-09-29 [colin]      0.9.12cvs114.1
15923
15924         * src/compose.c
15925                 Sync with HEAD
15926                 Fix focus handling in headers
15927
15928 2004-09-29 [paul]       0.9.12cvs113.1
15929
15930         * src/quote_fmt_parse.y
15931                 sync with HEAD
15932  
15933
15934 2004-09-28 [colin]      0.9.12cvs112.1
15935
15936         * src/folderview.c
15937         * src/mainwindow.c
15938                 Sync with HEAD
15939
15940 2004-09-28 [colin]      0.9.12cvs110.1
15941
15942         * src/folderview.c
15943                 Sync with HEAD (Contextual Empty trash menu)
15944
15945 2004-09-28 [colin]      0.9.12cvs108.1
15946
15947         * src/addressbook.c
15948                 Sync with HEAD (addressbook edit on double-click)
15949
15950 2004-09-28 [colin]      0.9.12cvs106.1
15951
15952         * src/inc.c
15953                 Sync with HEAD (folder_item freeze on inc)
15954
15955 2004-09-27 [colin]      0.9.12cvs105.1
15956
15957         * src/folderview.c
15958                 Sync with HEAD (right-align new and unread column)
15959
15960 2004-09-27 [colin]      0.9.12cvs104.1
15961
15962         * src/main.c
15963                 Sync with HEAD (revert 0.9.12cvs101)
15964
15965 2004-09-24 [colin]      0.9.12cvs103.2
15966
15967         * src/wizard.c
15968                 Fix gtk warnings and use domain part of the email address 
15969                 when domain detection fails (no dot in domain name)
15970
15971 2004-09-23 [colin]      0.9.12cvs103.1
15972
15973         * src/plugins/spamassassin/libspamc.c
15974         * src/plugins/spamassassin/libspamc.h
15975         * src/plugins/spamassassin/utils.c
15976         * src/plugins/spamassassin/utils.h
15977                 Sync with HEAD (Update spamassassin to 3.0)
15978
15979 2004-09-21 [colin]      0.9.12cvs102.3
15980
15981         * src/action.c
15982                 Add horizontal scrollbar in action io dialog as needed
15983                 Patch by Alfons.
15984
15985 2004-09-20 [colin]      0.9.12cvs102.2
15986
15987         * src/plugins/image_viewer/viewer.c
15988                 Remove imlib stuff
15989                 use gtk_pixmap_set when clearing
15990                 (would be better to use gtkImages, but causes size-allocate 
15991                 signals storm)
15992
15993 2004-09-17 [paul]       0.9.12cvs102.1
15994
15995         * ChangeLog
15996         * ChangeLog.claws
15997         * ChangeLog.jp
15998         * configure.ac
15999         * src/inc.c
16000                 sync with HEAD
16001
16002
16003 2004-09-17 [colin]      0.9.12cvs101.1
16004
16005         * ChangeLog.claws
16006         * src/main.c
16007                 Sync with HEAD (fix segs at exit)
16008
16009 2004-09-14 [colin]      0.9.12cvs99.5
16010
16011         * src/common/socket.c
16012         * AUTHORS
16013                 Fix send error on 64bit platforms
16014                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
16015
16016 2004-09-14 [colin]      0.9.12cvs99.4
16017
16018         * src/action.c
16019                 Fix action output with utf8 
16020                 Patch by Alfons.
16021
16022 2004-09-14 [colin]      0.9.12cvs99.3
16023
16024         * ChangeLog.claws
16025         * src/folder.c
16026                 Sync with HEAD
16027
16028 2004-09-09 [colin]      0.9.12cvs99.2
16029
16030         * src/action.c
16031                 Fix progress bar (displaying "Completed %v/%u")
16032                 Patch by Alfons.
16033
16034 2004-09-08 [colin]      0.9.12cvs99.1
16035
16036         * src/account.c
16037         * src/folder.c
16038         * src/procmsg.c
16039         * src/procmsg.h
16040         * src/plugins/pgpmime/pgpmime.c
16041                 Sync with HEAD
16042
16043 2004-09-08 [colin]      0.9.12cvs97.2
16044
16045         * src/summaryview.c
16046                 Don't select mails in collapsed threads 
16047                 when navigating with up/down
16048
16049 2004-09-07 [colin]      0.9.12cvs97.1
16050
16051         * src/inc.c
16052                 Sync with HEAD (meaningful error messages)
16053
16054 2004-09-06 [colin]      0.9.12cvs96.1
16055
16056         * src/toolbar.c
16057                 Sync with HEAD (fix Redirect graying out)
16058
16059 2004-09-06 [colin]      0.9.12cvs95.1
16060
16061         * src/summaryview.c
16062         * src/mimeview.c
16063                 Sync with HEAD (fix dropped URIs)
16064
16065 2004-09-06 [colin]      0.9.12cvs94.1
16066
16067         * src/addressbook.c
16068         * src/addressitem.h
16069         * src/addritem.c
16070         * src/addritem.h
16071                 Sync with HEAD (addressbook DnD)
16072
16073 2004-09-03 [colin]      0.9.12cvs93.1
16074
16075         * src/summaryview.c
16076                 Sync with HEAD (next/prev unread)
16077
16078 2004-09-03 [colin]      0.9.12cvs92.1
16079
16080         * src/prefs_common.c
16081         * src/prefs_common.h
16082         * src/summaryview.c
16083                 Sync with HEAD ('mark_as_read_delay' pref)
16084
16085 2004-09-02 [colin]      0.9.12cvs91.2
16086
16087         * src/common/xml.c
16088                 Fix leak
16089
16090 2004-09-02 [colin]      0.9.12cvs91.1
16091
16092         * src/gtk/menu.c
16093                 Sync with HEAD (menu accel don't work, but whatever)
16094
16095 2004-09-02 [colin]      0.9.12cvs90.1
16096
16097         * src/account.c
16098                 Sync with HEAD (fix bug 582)
16099
16100 2004-09-02 [colin]      0.9.12cvs89.1
16101
16102         * src/addrindex.c
16103                 Sync with HEAD (free deleted queries)
16104
16105 2004-09-02 [colin]      0.9.12cvs88.1
16106
16107         * src/ldapquery.c
16108                 Sync with HEAD (fix LDAP freezes)
16109
16110 2004-09-02 [colin]      0.9.12cvs87.1
16111
16112         * src/prefs_spelling.c
16113                 Sync with HEAD (add default dictionary)
16114
16115 2004-09-01 [colin]      0.9.12cvs86.1
16116
16117         * src/filtering.c
16118         * src/folderview.c
16119         * src/imap.c
16120         * src/prefs_matcher.c
16121         * src/stock_pixmap.c
16122         * src/summary_search.c
16123         * src/summaryview.c
16124         * src/wizard.c
16125         * src/wizard.h
16126                 Sync with HEAD (uninitialized vars fixes)
16127                 + gtk2 specific warning fixes
16128
16129 2004-08-31 [colin]      0.9.12cvs85.1
16130
16131         * src/folder.c
16132                 Sync with HEAD (Fix memory corruption due to 
16133                 uninitialized var)
16134
16135 2004-08-31 [colin]      0.9.12cvs84.4
16136
16137         * src/summary_search.c
16138                 Fix segfaults when searching in folders with broken headers
16139
16140 2004-08-31 [colin]      0.9.12cvs84.3
16141
16142         * src/compose.c
16143         * src/textview.c
16144                 Fix some more encoding/decoding issues
16145
16146 2004-08-30 [colin]      0.9.12cvs84.2
16147
16148         * src/mimeview.c
16149         * src/prefs_themes.c
16150         * src/gtk/filesel.c
16151         * src/gtk/filesel.h
16152                 Add a folder-mode selection (fixes mimeview's "Save all")
16153
16154 2004-08-29 [colin]      0.9.12cvs84.1
16155
16156         * src/mimeview.c
16157                 Sync with HEAD (don't escape saved filenames)
16158
16159 2004-08-27 [colin]      0.9.12cvs83.1
16160
16161         * ChangeLog
16162         * ChangeLog.claws
16163         * ChangeLog.jp
16164         * src/mh.c
16165         * src/procheader.c
16166         * src/procmsg.c
16167         * src/procmsg.h
16168         * src/common/utils.c
16169         * src/gtk/menu.h
16170         * po/
16171                 Sync with HEAD 0.9.12cvs83 (sync with main)
16172
16173 2004-08-26 [colin]      0.9.12cvs82.4
16174
16175         * src/codeconv.c
16176                 Fix strange stack corruption
16177                 Convert to utf8 after unmime, not before
16178
16179 2004-08-26 [colin]      0.9.12cvs82.3
16180
16181         * src/main.c
16182         * src/wizard.c
16183                 Fix account folders duplication
16184
16185 2004-08-25 [colin]      0.9.12cvs82.2
16186
16187         * src/wizard.c
16188                 Remove ports
16189                 Add SSL selection
16190                 Use login@server as account name
16191
16192 2004-08-25 [colin]      0.9.12cvs82.1
16193
16194         * src/plugins/pgpmime/pgpmime.c
16195                 Sync with HEAD (leak fix).
16196
16197 2004-08-25 [colin]      0.9.12cvs81.1
16198
16199         * src/plugins/pgpmime/pgpmime.c
16200         * src/plugins/pgpmime/sgpgme.c
16201         * src/plugins/pgpmime/sgpgme.h
16202                 Sync with HEAD (Handle combined messages).
16203
16204 2004-08-24 [colin]      0.9.12cvs80.3
16205
16206         * src/wizard.c
16207                 Fix full name, ports, and imap
16208
16209 2004-08-24 [colin]      0.9.12cvs80.2
16210
16211         * src/Makefile.am
16212         * src/main.c
16213         * src/setup.c
16214         * src/setup.h
16215         * src/stock_pixmap.c
16216         * src/stock_pixmap.h
16217         * src/wizard.c ** ADDED **
16218         * src/wizard.h ** ADDED ** 
16219         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
16220                 Add a setup wizard 
16221
16222 2004-08-24 [colin]      0.9.12cvs80.1
16223
16224         * src/folder.c
16225                 Sync with HEAD (set mimeflags on all messages)
16226
16227 2004-08-24 [colin]      0.9.12cvs79.3
16228
16229         * src/matcher_parser_lex.l
16230                 Fix 8bits strings not in utf8
16231
16232 2004-08-24 [colin]      0.9.12cvs79.2
16233
16234         * src/compose.c
16235                 Check conversion result before replacing buffer
16236
16237 2004-08-23 [colin]      0.9.12cvs79.1
16238
16239         * src/compose.c
16240                 Sync with HEAD (create message header in memory)
16241
16242 2004-08-23 [colin]      0.9.12cvs78.1
16243
16244         * src/rfc2015.c
16245         * src/rfc2015.h
16246                 Sync with HEAD (fix bug 197 again)
16247
16248 2004-08-23 [colin]      0.9.12cvs77.3
16249
16250         * src/compose.c
16251                 Fix again inline gpg signing (which outputs utf8
16252                 in gtk2). Not syncing this fix to HEAD as this 
16253                 code is meant to die.
16254
16255 2004-08-23 [colin]      0.9.12cvs77.2
16256
16257         * src/prefs_account.h
16258                 Remove useless include
16259
16260 2004-08-23 [colin]      0.9.12cvs77.1
16261
16262         * src/imap.c
16263         * po/es.po
16264         * po/fr.po
16265         * po/it.po
16266         * po/pl.po
16267         * po/pt_BR.po
16268         * po/sk.po
16269         * po/sr.po
16270                 Sync with HEAD (fix bug 577)
16271
16272 2004-08-22 [colin]      0.9.12cvs76.1
16273
16274         * src/plugins/trayicon/trayicon.c
16275                 Sync with HEAD (fix formatting bug)
16276
16277 2004-08-21 [colin]      0.9.12cvs74.2
16278
16279         * src/gtk/colorsel.c
16280                 Fix bug 564 (Folder color selection window exits on any
16281                 keypress)
16282
16283 2004-08-21 [colin]      0.9.12cvs74.1
16284
16285         * ChangeLog.claws
16286         * src/compose.c
16287         * src/summaryview.c
16288         * src/toolbar.c
16289                 Sync with HEAD (fix bug 576)
16290
16291 2004-08-21 [colin]      0.9.12cvs70.1
16292
16293         * src/compose.c
16294         * src/mainwindow.c
16295                 Sync with HEAD
16296                 
16297
16298 2004-08-21 [paul]       0.9.12cvs66.4
16299
16300         * src/mainwindow.c
16301         * src/messageview.c
16302         * src/gtk/menu.c
16303         * src/plugins/spamassassin/spamassassin_gtk.c
16304                 remove some deprecated gtk1 functions
16305
16306
16307 2004-08-21 [colin]      0.9.12cvs66.3
16308
16309         * src/compose.c
16310         * src/codeconv.c
16311                 Fix warnings
16312                 Remove encoding hacks
16313                 Fix bug 575 (Strange character messes up message)
16314                 Don't display conversion error when drafting
16315
16316 2004-08-21 [paul]       0.9.12cvs66.2
16317
16318         * src/prefs_account.c
16319                 fix GnuPG mode bugs
16320
16321
16322 2004-08-20 [colin]      0.9.12cvs66.1
16323
16324         * src/codeconv.c
16325                 Sync with HEAD 0.9.12cvs66
16326
16327 2004-08-20 [paul]
16328
16329         * src/plugins/pgpmime/plugin.c
16330                 modify PGP/MIME plugin's description
16331
16332 2004-08-17 [colin]      0.9.12cvs65.1
16333
16334         * src/common/ssl.c
16335         * src/plugins/pgpmime/plugin.c
16336                 Sync with HEAD
16337
16338 2004-08-14 [colin]      0.9.12cvs60.3
16339
16340         * src/plugins/trayicon/trayicon.c
16341                 Put back resize callback, on size-request signal
16342                 rather than size-allocate to avoid infinite 
16343                 callback loop
16344
16345 2004-08-13 [colin]      0.9.12cvs60.2
16346
16347         * src/common/defs.h
16348                 Cache versions have been fixed
16349
16350 2004-08-13 [colin]      0.9.12cvs60.1
16351
16352         * src/folderutils.c
16353                 Sync with HEAD
16354
16355 2004-08-12 [colin]      0.9.12cvs59.1
16356
16357         * src/plugins/trayicon/trayicon.c
16358                 Sync with HEAD
16359
16360 2004-08-12 [colin]      0.9.12cvs57.5
16361
16362         * sylpheed.desktop
16363         * configure.ac
16364         * src/Makefile.am
16365         * src/main.c
16366                 Add support for Freedesktop.org's startup notification
16367
16368 2004-08-11 [colin]      0.9.12cvs57.4
16369
16370         * src/textview.c
16371                 Fix off-by-one
16372
16373 2004-08-11 [colin]      0.9.12cvs57.3
16374
16375         * src/message_search.c
16376         * src/summary_search.c
16377                 Make searches case insensitive by default
16378         * src/textview.c
16379                 Fix case-insensitive search in message
16380
16381 2004-08-11 [colin]      0.9.12cvs57.2
16382
16383         * src/summary_search.c
16384                 Let case-sensitive be specified
16385
16386 2004-08-10 [colin]      0.9.12cvs55.4
16387
16388         * src/common/socket.c
16389                 Fix the possible race condition
16390
16391 2004-08-09 [paul]       0.9.12cvs55.3
16392
16393         * configure.ac
16394         * src/Makefile.am
16395         * src/common/Makefile.am
16396                 sync with HEAD
16397
16398
16399 2004-08-09 [paul]       0.9.12cvs55.2
16400
16401         * autogen.sh
16402         * po/poconv.sh
16403                 remove unneeded script
16404
16405         * configure.ac
16406                 add forgotten USE_LDAP_TLS (sync with HEAD)
16407
16408
16409 2004-08-09 [colin]      0.9.12cvs55.1
16410
16411         * src/main.c
16412         * src/common/ssl.c
16413         * src/common/sylpheed.c
16414         * src/common/sylpheed.h
16415                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
16416
16417 2004-08-09 [paul]       0.9.12cvs54.1
16418
16419         * ChangeLog
16420         * ChangeLog.claws
16421         * ChangeLog.jp
16422         * configure.ac
16423         * po/POTFILES.in
16424         * src/Makefile.am
16425         * src/folderutils.c
16426         * src/main.c
16427         * src/pgpmime.c
16428         * src/pgpmime.h
16429         * src/sgpgme.c
16430         * src/sgpgme.h
16431         * src/plugins/Makefile.am
16432         * src/plugins/pgpmime/.cvsignore
16433         * src/plugins/pgpmime/Makefile.am
16434         * src/plugins/pgpmime/pgpmime.c
16435         * src/plugins/pgpmime/pgpmime.h
16436         * src/plugins/pgpmime/plugin.c
16437         * src/plugins/pgpmime/sgpgme.c
16438         * src/plugins/pgpmime/sgpgme.h
16439                 sync with HEAD
16440
16441 2004-08-08 [paul]       0.9.12cvs51.1
16442
16443         * configure.ac
16444         * src/folder.c
16445                 sync with HEAD
16446
16447 2004-08-07 [colin]      0.9.12cvs50.1
16448
16449         * src/pop.c
16450         * src/common/partial_download.c
16451                 fix warnings (sync from HEAD)
16452
16453 2004-08-07 [colin]      0.9.12cvs48.1
16454
16455         * src/prefs_folder_item.c
16456                 sync with HEAD 0.9.12cvs48
16457
16458 2004-08-06 [colin]      0.9.12cvs47.1
16459
16460         * src/compose.c
16461                 Sync with HEAD
16462
16463 2004-08-06 [christoph]  0.9.12cvs46.2
16464
16465         * src/main.c
16466         * src/plugins/clamav/clamav_plugin_gtk.c
16467         * src/plugins/dillo_viewer/dillo_viewer.c
16468         * src/plugins/image_viewer/plugin.c
16469         * src/plugins/mathml_viewer/mathml_viewer.c
16470         * src/plugins/spamassassin/spamassassin_gtk.c
16471         * src/plugins/trayicon/trayicon.c
16472                 don't mix GTK1.2 plugin with GTK2 plugins
16473
16474 2004-08-06 [colin]      0.9.12cvs46.1
16475
16476         * ChangeLog
16477         * ChangeLog.claws
16478         * ChangeLog.jp
16479         * configure.ac
16480         * sylpheed-claws.pc.in
16481         * src/folder.c
16482         * src/imap.c
16483         * src/localfolder.c
16484         * src/messageview.c
16485         * src/mimeview.c
16486         * src/mimeview.h
16487         * src/msgcache.c
16488         * src/news.c
16489         * src/prefs_ext_prog.c
16490         * src/prefs_folder_item.c
16491         * src/prefs_fonts.c
16492         * src/prefs_msg_colors.c
16493         * src/prefs_spelling.c
16494         * src/prefs_themes.c
16495         * src/prefs_toolbar.c
16496         * src/prefs_wrapping.c
16497         * src/procmime.h
16498         * src/common/defs.h
16499         * src/common/nntp.c
16500         * src/common/session.c
16501         * src/common/session.h
16502         * src/common/socket.c
16503         * src/common/utils.h
16504         * src/common/xml.c
16505         * src/common/xml.h
16506         * src/gtk/prefswindow.c
16507         * src/gtk/prefswindow.h
16508         * src/plugins/clamav/clamav_plugin_gtk.c
16509         * src/plugins/dillo_viewer/dillo_prefs.c
16510         * src/plugins/image_viewer/viewerprefs.c
16511         * src/plugins/spamassassin/spamassassin_gtk.c
16512         * m4/openssl.m4 *** REMOVED ***
16513                 Sync with HEAD 0.9.12cvs46
16514
16515 2004-08-03 [paul]       0.9.12cvs40.2
16516
16517         * src/action.c
16518         * src/addressadd.c
16519         * src/addressbook.c
16520         * src/addrgather.c
16521         * src/browseldap.c
16522         * src/compose.c
16523         * src/crash.c
16524         * src/editaddress.c
16525         * src/editgroup.c
16526         * src/editldap_basedn.c
16527         * src/foldersel.c
16528         * src/importldif.c
16529         * src/mimeview.c
16530         * src/prefs_common.c
16531         * src/prefs_template.c
16532         * src/sourcewindow.c
16533         * src/summaryview.c
16534         * src/gtk/about.c
16535         * src/gtk/foldersort.c
16536         * src/gtk/logwindow.c
16537         * src/gtk/pluginwindow.c
16538         * src/gtk/prefswindow.c
16539                 change all gtk_scrolled_window_set_policy from 
16540                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
16541
16542 2004-08-02 [paul]       0.9.12cvs40.1
16543
16544         * AUTHORS
16545                 update translation team section
16546         * po/pt_BR.po
16547                 updated by Frederico Goncalves Guimaraes
16548                 <fggdebian@yahoo.com.br>
16549
16550 2004-07-31 [colin]      0.9.12cvs39.9
16551
16552         * src/exphtmldlg.c
16553                 Fix compilation
16554
16555 2004-07-31 [colin]      0.9.12cvs39.8
16556
16557         * src/exphtmldlg.c
16558                 Fix an alertpanel type
16559
16560 2004-07-30 [colin]      0.9.12cvs39.7
16561
16562         * src/alertpanel.c
16563                 Fix alertpanel_error_log's icon
16564
16565 2004-07-30 [colin]      0.9.12cvs39.6
16566
16567         * src/pop.c
16568                 Two of them should still be warnings
16569
16570 2004-07-30 [colin]      0.9.12cvs39.5
16571
16572         * src/pop.c
16573                 More warning -> error
16574 2004-07-29 [colin]      0.9.12cvs39.4
16575
16576         * src/pop.c
16577                 Warning -> error
16578
16579 2004-07-29 [colin]      0.9.12cvs39.3
16580
16581         * src/prefs_matcher.c
16582                 Fix segfault
16583
16584 2004-07-29 [colin]      0.9.12cvs39.2
16585
16586         * src/alertpanel.c
16587                 More nice-looking alertpanels
16588
16589 2004-07-29 [colin]      0.9.12cvs39.1
16590
16591         * src/messageview.c
16592                 sync with head
16593                 (inform user when partial mail is deleted on server)
16594
16595 2004-07-29 [colin]      0.9.12cvs38.1
16596
16597         * src/messageview.c
16598                 sync with head
16599
16600 2004-07-28 [paul]       0.9.12cvs37.7
16601
16602         * src/mainwindow.c
16603                 complete the replacement of deprecated gtk_progress_*
16604
16605 2004-07-28 [paul]       0.9.12cvs37.6
16606
16607         * src/action.c
16608         * src/inc.c
16609         * src/mainwindow.c
16610         * src/send_message.c
16611         * src/gtk/progressdialog.c
16612         * src/gtk/progressdialog.h
16613                 replace deprecated gtk_progress_*
16614
16615 2004-07-28 [paul]       0.9.12cvs37.5
16616
16617         * src/gtk/filesel.c
16618                 remove gtk_window_set_wmclass()
16619 2004-07-28 [paul]       0.9.12cvs37.4
16620
16621         * src/addressbook.c
16622         * src/compose.c
16623         * src/foldersel.c
16624         * src/mainwindow.c
16625         * src/messageview.c
16626         * src/sourcewindow.c
16627         * src/gtk/logwindow.c
16628                 remove gtk_window_set_wmclass()
16629                 
16630         * src/prefs_filtering.c
16631         * src/prefs_filtering_action.c
16632         * src/prefs_fonts.c
16633         * src/prefs_gtk.c
16634         * src/prefs_matcher.c
16635         * src/ssl_manager.c
16636         * src/gtk/prefswindow.c
16637                 replace gtk_window_position()
16638
16639 2004-07-28 [colin]      0.9.12cvs37.3
16640
16641         * src/alertpanel.c
16642         * src/alertpanel.h
16643                 Add a way to specify panel type for specific
16644                 panels (alertpanel())
16645         * src/account.c
16646         * src/addressbook.c
16647         * src/compose.c
16648         * src/expldifdlg.c
16649         * src/main.c
16650         * src/messageview.c
16651         * src/summaryview.c
16652         * src/textview.c
16653         * src/gtk/sslcertwindow.c
16654                 Fix alertpanel()s so that their icon match
16655                 their real type
16656
16657 2004-07-28 [paul]       0.9.12cvs37.2
16658
16659         * src/addr_compl.c
16660         * src/addressbook.c
16661         * src/alertpanel.c
16662         * src/compose.c
16663         * src/export.c
16664         * src/foldersel.c
16665         * src/folderview.c
16666         * src/grouplistdialog.c
16667         * src/import.c
16668         * src/mainwindow.c
16669         * src/message_search.c
16670         * src/messageview.c
16671         * src/passphrase.c
16672         * src/prefs_actions.c
16673         * src/prefs_common.c
16674         * src/prefs_customheader.c
16675         * src/prefs_display_header.c
16676         * src/prefs_filtering.c
16677         * src/prefs_filtering_action.c
16678         * src/prefs_gtk.c
16679         * src/prefs_matcher.c
16680         * src/prefs_msg_colors.c
16681         * src/prefs_summary_column.c
16682         * src/prefs_template.c
16683         * src/sourcewindow.c
16684         * src/ssl_manager.c
16685         * src/summary_search.c
16686         * src/gtk/colorsel.c
16687         * src/gtk/description_window.c
16688         * src/gtk/gtkaspell.c
16689         * src/gtk/inputdialog.c
16690         * src/gtk/logwindow.c
16691         * src/gtk/prefswindow.c
16692         * src/gtk/progressdialog.c
16693                 replace deprecated gtk_window_set_policy
16694
16695 2004-07-27 [colin]      0.9.12cvs37.1
16696
16697         * src/msgcache.c
16698                 More fixes (synced for head again)
16699
16700 2004-07-27 [colin]      0.9.12cvs35.3
16701
16702         * src/msgcache.c
16703                 Fix wrong test
16704
16705 2004-07-27 [colin]      0.9.12cvs35.2
16706
16707         * src/mimeview.c
16708                 Fix width a bit (by Paul)
16709         * src/alertpanel.c
16710         * src/alertpanel.h
16711                 Specialize icons, make alertpanel_message()
16712                 private
16713         * src/message_search.c
16714         * src/sgpgme.c
16715         * src/summary_search.c
16716                 Suit alertpanel changes
16717
16718 2004-07-27 [colin]      0.9.12cvs35.1
16719
16720         * src/alertpanel.c
16721                 Add an icon
16722         * src/passphrase.c
16723                 Add debug output - maybe someone will
16724                 want to look at the problem with Grab
16725                 Input :)
16726         Bump version as we're synced with HEAD
16727
16728 2004-07-26 [colin]      0.9.12cvs33.26
16729
16730         * src/pop.c
16731                 Fix uidl-file parsing when not in new
16732                 format
16733
16734 2004-07-26 [colin]      0.9.12cvs33.25
16735
16736         * src/gtk/menu.c
16737                 Move popup menu up if necessary (fixes 
16738                 account selector)
16739         * src/mainwindow.c
16740                 Set account selector's button height to
16741                 minimum
16742
16743 2004-07-26 [colin]      0.9.12cvs33.24
16744
16745         * src/alertpanel.c
16746                 Maybe fix 551 (Truncated font in alert window)
16747
16748 2004-07-26 [colin]      0.9.12cvs33.23
16749
16750         * po/de.po
16751         * po/es.po
16752         * po/fr.po
16753         * po/it.po
16754         * po/ja.po
16755         * po/pl.po
16756         * po/ru.po
16757         * po/sk.po
16758         * po/sr.po
16759         * po/zh_CN.po
16760                 Sync po files with HEAD
16761
16762 2004-07-26 [paul]       0.9.12cvs33.22
16763
16764         * src/compose.c
16765                 fix Bug 556 'Organisation-header is sent even if empty'
16766
16767 2004-07-24 [colin]      0.9.12cvs33.21
16768
16769         * src/compose.c
16770         * src/gtk/gtkaspell.c
16771         * src/gtk/gtkaspell.h
16772                 Fix speller accelerators (require hack)
16773
16774 2004-07-24 [colin]      0.9.12cvs33.20
16775
16776         * src/gtk/gtkaspell.c
16777                 Fix over-eager code deletion breaking
16778                 Check while typing
16779
16780 2004-07-24 [colin]      0.9.12cvs33.19
16781
16782         * src/browseldap.c
16783         * src/ldapctrl.c
16784         * src/ldapctrl.h
16785         * src/ldapserver.h
16786                 Sync ldap with HEAD
16787         (Fixes 546 LDAP completely broken)
16788
16789 2004-07-24 [colin]      0.9.12cvs33.18
16790
16791         * src/prefs_msg_colors.c
16792                 Fix prototype mismatch
16793         (Fixes 547 void function cannot return value)
16794
16795 2004-07-24 [colin]      0.9.12cvs33.17
16796
16797         * src/mainwindow.c
16798                 Fix sort going back to previous sort key
16799                 when changing sort direction
16800
16801 2004-07-24 [colin]      0.9.12cvs33.16
16802
16803         * src/compose.c
16804                 Fix space insertion when re-wrapping at 
16805                 cursor point
16806
16807 2004-07-24 [colin]      0.9.12cvs33.15
16808
16809         * src/gtk/gtkaspell.c
16810                 Don't change cursor position in insert-text
16811                 callback
16812         (Fixes 539 Word wrapping on input transposes letters)
16813
16814 2004-07-24 [colin]      0.9.12cvs33.14
16815
16816         * src/gtk/gtkaspell.c
16817                 Reencode non-ascii chars to dictionary's
16818                 encoding
16819         (Fixes 544 Spell check broken non english locale)
16820
16821 2004-07-24 [colin]      0.9.12cvs33.13
16822
16823         * src/summaryview.c
16824                 Fix Shift+Down, add Home/End/PgUp/PgDown
16825
16826 2004-07-21 [colin]      0.9.12cvs33.12
16827
16828         * src/prefs_common.c
16829                 Fix a gtk warning (Patch by Andrej Kacian)
16830
16831 2004-07-21 [colin]      0.9.12cvs33.11
16832
16833         * src/gtk/filesel.c
16834                 More check
16835
16836 2004-07-21 [colin]      0.9.12cvs33.10
16837
16838         * src/compose.c
16839         * src/crash.c
16840         * src/export.c
16841         * src/import.c
16842         * src/messageview.c
16843         * src/mimeview.c
16844         * src/prefs_spelling.c
16845         * src/prefs_themes.c
16846         * src/summaryview.c
16847         * src/gtk/filesel.c
16848         * src/gtk/filesel.h
16849         * src/gtk/pluginwindow.c
16850                 Untwist open/save mode guessing logic, make
16851                 it explicit
16852
16853 2004-07-20 [colin]      0.9.12cvs33.9
16854
16855         * src/codeconv.c
16856                 conv_encode_header: src_charset is UTF-8 on
16857                 gtk2
16858         * src/compose.c
16859                 Remove double encoding of the headers
16860
16861 2004-07-20 [colin]      0.9.12cvs33.8
16862
16863         * src/codeconv.c
16864                 Fix typo
16865
16866 2004-07-20 [colin]      0.9.12cvs33.7
16867
16868         * src/mainwindow.c
16869                 Set the separated messageview to the saved
16870                 size of Claws' messageview (Patch by Alfons)
16871                 Fix a callback prototype (me)
16872
16873 2004-07-20 [colin]      0.9.12cvs33.6
16874
16875         * src/codeconv.h
16876                 Forgot one hunk in 0.9.12cvs33.4
16877
16878 2004-07-19 [colin]      0.9.12cvs33.5
16879
16880         * src/action.c
16881                 Action output fix
16882                 Patch by Alfons
16883
16884 2004-07-19 [colin]      0.9.12cvs33.4
16885
16886         * src/compose.c
16887                 Fix outgoing charset bug in headers
16888         * src/codeconv.c
16889                 Clean for glib2 - Patch by Alfons
16890
16891 2004-07-19 [colin]      0.9.12cvs33.3
16892
16893         * src/statusbar.c
16894                 Remove grip from the statusbar
16895                 Patch by Alfons
16896
16897 2004-07-19 [colin]      0.9.12cvs33.2
16898
16899         * src/messageview.c
16900         * src/textview.c
16901                 Fix messageview remembering the previous
16902                 scroll position when loading a new message
16903                 Patch by Alfons
16904
16905 2004-07-19 [colin]      0.9.12cvs33.1
16906
16907         * src/folder.h
16908         * src/folderview.c
16909         * src/summaryview.c
16910                 Sync with HEAD
16911
16912 2004-07-18 [colin]      0.9.12cvs32.7
16913
16914         * configure.ac
16915                 Remove useless check for XIM - noticed
16916                 by Alfons
16917
16918 2004-07-18 [colin]      0.9.12cvs32.6
16919
16920         * src/summaryview.c
16921                 Remove non-modified and shift-modified
16922                 accelerators in summaryview's popup
16923                 menu, as that doesn't get catched by
16924                 the accel-activate signal catcher...
16925
16926 2004-07-18 [colin]      0.9.12cvs32.5
16927
16928         * src/prefs_common.c
16929                 Define sensible default prefs for 
16930                 wrapping
16931
16932 2004-07-18 [colin]      0.9.12cvs32.4
16933
16934         * src/compose.c
16935         * src/prefs_common.c
16936         * src/prefs_common.h
16937         * src/prefs_wrapping.c
16938                 Remove Smart Wrapping pref, which does
16939                 nothing on gtk2 branch
16940
16941 2004-07-18 [colin]      0.9.12cvs32.3
16942
16943         * src/sourcewindow.c
16944                 Proper utf8
16945
16946 2004-07-18 [colin]      0.9.12cvs32.2
16947
16948         * src/compose.c
16949                 Save attachment status when drafting
16950
16951 2004-07-18 [colin]      0.9.12cvs32.1
16952
16953         * src/gtk/filesel.c
16954                 Fix erratic folder selection in open mode
16955
16956 2004-07-18 [colin]      0.9.12cvs31.11
16957
16958         * src/pop.c
16959                 Don't let partial messages get deleted
16960                 even with "dowload all"
16961                 (0.9.12cvs31.8 fix extension)
16962 2004-07-18 [colin]      0.9.12cvs31.10
16963
16964         * src/gtk/logwindow.c
16965                 Fix log scrolling
16966
16967 2004-07-18 [colin]      0.9.12cvs31.9
16968
16969         * src/common/utils.c
16970                 Fix non-utf8 strings coming from commands
16971                 and files
16972
16973 2004-07-18 [colin]      0.9.12cvs31.8
16974
16975         * src/pop.c
16976                 Fix partial download bug with Download all
16977                 messages option
16978
16979 2004-07-18 [colin]      0.9.12cvs31.7
16980
16981         * src/textview.c
16982                 Fix bug introduced in 0.9.12cvs31.2
16983                 (blocked in select mode after double click)
16984
16985 2004-07-18 [colin]      0.9.12cvs31.6
16986
16987         * src/compose.c
16988         * src/gtk/menu.c
16989                 More glib-warning fixes
16990
16991 2004-07-18 [colin]      0.9.12cvs31.5
16992
16993         * src/compose.c
16994                 Fix trashing the primary clipboard when moving 
16995                 around with tab
16996         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16997
16998 2004-07-18 [colin]      0.9.12cvs31.4
16999
17000         * src/codeconv.c
17001                 convert unencoded iso headers to utf8
17002         (Fix Bug 538 Unencoded local characters in subject make it 
17003          disappear)
17004
17005 2004-07-18 [colin]      0.9.12cvs31.3
17006
17007         * src/compose.c
17008                 Fix tab char handling in wrapping
17009         (Fix Bug 537 Line wrap problem - TAB character treated as 
17010          one character instead of 8)
17011
17012 2004-07-18 [colin]      0.9.12cvs31.2
17013
17014         * src/textview.c
17015                 return FALSE on GDK_MOTION_NOTIFY
17016         (Fix Bug 535 Hyperlinks/addresses are not selectable 
17017          (unable to highlight))
17018
17019 2004-07-18 [colin]      0.9.12cvs31.1
17020
17021         * src/folderview.c
17022                 Sync with 0.9.12cvs31
17023
17024 2004-07-18 [colin]      0.9.12cvs30.4
17025
17026         * src/compose.c
17027                 Also block text_inserted when inserting a file
17028
17029 2004-07-18 [colin]      0.9.12cvs30.3
17030
17031         * src/compose.c
17032                 Fix smart wrapping (block text_inserted handler
17033                 while putting quotation to avoid wrap on input,
17034                 don't join lines if next is sig separator)
17035
17036 2004-07-17 [colin]      0.9.12cvs30.2
17037
17038         * src/folderview.c
17039         * src/mainwindow.c
17040         * src/mimeview.c
17041         * src/summaryview.c
17042         * src/gtk/quicksearch.c
17043         * src/gtk/quicksearch.h
17044                 Block key events handlers *and* accels while
17045                 quicksearch is focused
17046         (Fixes Bug 534 quick-search bar not accepting certain letters)
17047
17048 2004-07-17 [colin]      0.9.12cvs30.1
17049
17050         * src/folder.h
17051         * src/folderview.c
17052         * src/summaryview.c
17053                 Sync with 0.9.12cvs30
17054
17055 2004-07-17 [colin]      0.9.12cvs28.2
17056
17057         * src/mimeview.c
17058         * src/procmime.c
17059         * src/summaryview.c
17060         * src/gtk/menu.c
17061                 Squash some compile and glib warnings
17062
17063 2004-07-17 [paul]       0.9.12cvs28.1
17064
17065         * src/mimeview.c
17066                 sync with 0.9.12cvs28 HEAD
17067
17068 2004-07-16 [paul]       0.9.12cvs26.1
17069         
17070         * src/gtk/quicksearch.c
17071         * src/account.c
17072         * src/account.h
17073         * src/compose.c
17074         * src/customheader.c
17075         * src/folder_item_prefs.c
17076         * src/main.c
17077         * src/mainwindow.c
17078         * src/messageview.c
17079         * src/mimeview.c
17080         * src/news.c
17081         * src/pgpmime.c
17082         * src/pop.c
17083         * src/pop.h
17084         * src/prefs_account.c
17085         * src/prefs_account.h
17086         * src/prefs_common.c
17087         * src/prefs_common.h
17088         * src/prefs_display_header.c
17089         * src/prefs_gtk.c
17090         * src/prefs_gtk.h
17091         * src/procheader.c
17092         * src/procmime.c
17093                 sync with 0.9.12cvs26 HEAD      
17094
17095 2004-07-15 [colin]      0.9.12cvs18.14
17096
17097         * src/folder.c
17098                 Disable GPG signature check during
17099                 folder move and scan
17100         (Closes Bug 521 Signature checking slows down Folder-Move)
17101
17102 2004-07-14 [colin]      0.9.12cvs18.13
17103
17104         * src/common/partial_download.c
17105                 update includes
17106
17107 2004-07-14 [colin]      0.9.12cvs18.12
17108
17109         * src/common/partial_download.c
17110         * src/common/partial_download.h
17111                 Move doc at top, add correct copyright
17112
17113 2004-07-14 [colin]      0.9.12cvs18.11
17114
17115         * src/folder.c
17116         * src/messageview.c
17117         * src/pop.c
17118         * src/pop.h
17119         * src/procmsg.c
17120         * src/summaryview.c
17121         * src/common/Makefile.am
17122         * src/common/partial_download.c ** NEW FILES **
17123         * src/common/partial_download.h ** NEW FILES **
17124                 Move partial-download related stuff to its
17125                 own file
17126
17127 2004-07-14 [colin]      0.9.12cvs18.10
17128
17129         * src/send_message.c
17130                 Fix smtp auth when user is null or empty
17131
17132 2004-07-13 [colin]      0.9.12cvs18.9
17133
17134         * src/gtk/quicksearch.c
17135                 Use alphabetic order
17136
17137 2004-07-13 [colin]      0.9.12cvs18.8
17138
17139         * src/pop.c
17140                 Be paranoid on the checks
17141
17142 2004-07-13 [colin]      0.9.12cvs18.7
17143
17144         * src/gtk/quicksearch.c
17145                 Fix Engrish once again
17146
17147 2004-07-13 [colin]      0.9.12cvs18.6
17148
17149         * src/procmsg.c
17150         * src/summaryview.c
17151                 Mark messages for deletion when they are about to
17152                 be removed from trash
17153
17154 2004-07-13 [colin]      0.9.12cvs18.5
17155
17156         * src/matcher.c
17157         * src/matcher.h
17158         * src/matcher_parser_parse.y
17159         * src/prefs_matcher.c
17160         * src/gtk/quicksearch.c
17161                 Add 'partial' ('p') match string to find partially
17162                 downloaded messages
17163
17164 2004-07-13 [colin]      0.9.12cvs18.4
17165
17166         * src/pop.c
17167                 Fix misplaced block
17168
17169 2004-07-13 [colin]      0.9.12cvs18.3
17170
17171         * src/pop.c
17172         * src/pop.h
17173         * src/messageview.c
17174                 Refactor API (to avoid passing 5+ params and code
17175                 duplication)
17176         * src/folder.c
17177         * src/msgcache.c
17178         * src/procheader.c
17179         * src/common/defs.h
17180                 Add planned_download to cache
17181                 Don't mess uidl file when moving partially downloaded
17182                 mails (they change folder, we should change it in the
17183                 uidl list too or we'll remove an incorrect message)
17184                 (this also helps removing hacks when changing 
17185                 planned_download in messageview.c)
17186
17187 2004-07-12 [colin]      0.9.12cvs18.2
17188
17189         * src/gtk/quicksearch.c
17190                 Fix missing status update in quicksearch
17191
17192 2004-07-12 [paul]       0.9.12cvs18.1
17193
17194         * po/POTFILES.in
17195         * src/Makefile.am
17196         * src/account.c
17197         * src/codeconv.c
17198         * src/compose.c
17199         * src/inc.c
17200         * src/main.c
17201         * src/prefs_common.c
17202         * src/procmsg.h
17203         * src/toolbar.c
17204         * src/prefs_msg_colors.[ch]     ** NEW FILES **
17205         * src/prefs_wrapping.[ch]       ** NEW FILES **
17206         * src/common/intl.h
17207         * src/common/utils.[ch]
17208         * src/gtk/quicksearch.[ch]
17209                 sync with 0.9.12cvs18 HEAD
17210
17211 2004-07-12 [colin]      0.9.11cvs17.25
17212
17213         * src/folder.c
17214         * src/folder.h
17215                 Remove unused function added by me in 0.9.11cvs17.10
17216
17217 2004-07-11 [colin]      0.9.11cvs17.24
17218
17219         * src/inc.c
17220         * src/messageview.c
17221         * src/pop.c
17222         * src/pop.h
17223                 Use folderitem and msgnum instead of filename to
17224                 know which mail to delete
17225                 Move old partial mail deletion to pop.c
17226
17227 2004-07-10 [colin]      0.9.11cvs17.23
17228
17229         * src/inc.c
17230                 Add debug
17231         * src/pop.c
17232         * src/pop.h
17233                 Don't re-use same enums for unrelated stuff: it's 
17234                 completely misleading !
17235                 Document a bit
17236
17237 2004-07-09 [colin]      0.9.11cvs17.22
17238
17239         * src/inc.c
17240                 Remove folder-type check and do
17241                 more tests to be sure everything's
17242                 ok
17243         * src/messageview.c
17244                 Punctuation update, remove useless
17245                 code, fix two warnings
17246         * src/noticeview.c
17247                 Layout cleaning, reset 2nd button
17248                 when specifying one
17249
17250 2004-07-09 [colin]      0.9.11cvs17.21
17251
17252         * src/messageview.c
17253         * src/pop.c
17254         * src/pop.h
17255                 Allow user to change his mind
17256                 and postpone decision (by
17257                 unmarking the mail)
17258
17259 2004-07-09 [colin]      0.9.11cvs17.20
17260
17261         * src/messageview.c
17262                 Fix bug with delete state
17263         * src/pop.c
17264         * src/pop.h
17265                 Fix buffer leak (fread doesn't 
17266                 terminate buffers with \0)
17267                 Refactoring (remove magic 
17268                 numbers)
17269
17270 2004-07-09 [colin]      0.9.11cvs17.19
17271
17272         * src/pop.c
17273                 Don't log "Skipping message" if 
17274                 we're going to TOP it two lines
17275                 later
17276
17277 2004-07-09 [colin]      0.9.11cvs17.18
17278
17279         * src/messageview.c
17280                 Fix Engrish
17281
17282 2004-07-09 [colin]      0.9.11cvs17.17
17283
17284         * src/pop.c
17285                 strlen checking...
17286         * src/messageview.c
17287                 refactoring a bit
17288
17289 2004-07-08 [colin]      0.9.11cvs17.16
17290
17291         * src/noticeview.c
17292         * src/noticeview.h
17293                 Add an optional second button
17294         * src/messageview.c
17295         * src/pop.c
17296         * src/pop.h
17297                 Don't delete partially received mails after a certain
17298                 time; rather, let the user decide.
17299
17300 2004-07-08 [colin]      0.9.11cvs17.15
17301
17302         * src/common/smtp.h
17303                 Sync with HEAD
17304
17305 2004-07-08 [colin]      0.9.11cvs17.14
17306
17307         * src/messageview.c
17308         * src/common/smtp.c
17309                 Use to_human_readable() for sizes
17310
17311 2004-07-08 [colin]      0.9.11cvs17.13
17312
17313         * src/inc.c
17314         * src/messageview.c
17315         * src/pop.c
17316         * src/pop.h
17317         * src/procmsg.c
17318                 Fix partial-downloading issues:
17319                         catch unsupported TOP
17320                         don't delete partially downloaded mails before 5 days
17321                         don't update existing with non-MH folders; that'll
17322                         make dups, but it's better than trashing the folder
17323                         free new msginfo parts
17324                 Fix indentation ;-)
17325
17326 2004-07-08 [colin]      0.9.11cvs17.12
17327
17328         * src/common/smtp.c
17329         * src/common/smtp.h
17330                 Sync smtp size verification with HEAD
17331
17332 2004-07-08 [colin]      0.9.11cvs17.11
17333
17334         * src/summaryview.c
17335         * src/prefs_common.c
17336         * src/prefs_common.h
17337         * src/gtk/quicksearch.c
17338         * src/gtk/quicksearch.h
17339                 Sync sticky pref with HEAD
17340
17341 2004-07-08 [colin]      0.9.11cvs17.10
17342
17343         * src/folder.c [1.213.2.6]
17344         * src/folder.h [1.87.2.6]
17345         * src/inc.c [1.149.2.7]
17346         * src/messageview.c [1.94.2.8]
17347         * src/procheader.c [1.47.2.6]
17348         * src/procmsg.c [1.150.2.4]
17349         * src/procmsg.h [1.60.2.5]
17350         * src/pop.c [1.56.2.4]
17351         * src/pop.h [1.17.2.3]
17352                 Let too big messages get downloaded, but truncated
17353                 Add a button to download them completely
17354                 
17355 2004-07-06 [colin]      0.9.11cvs17.9
17356
17357         * src/gtk/quicksearch.c [1.1.2.3]
17358                 Add a Clear button
17359         * commitHelper
17360         * PATCHSETS
17361                 Add a script to help with cvs
17362
17363 2004-07-03 [colin]      0.9.11cvs17.8
17364
17365         * src/plugins/imageviewer/viewer.c
17366                 fix imageviewer (which was staying on the first
17367                 displayed image)
17368
17369 2004-07-03 [colin]      0.9.11cvs17.7
17370
17371         Removed FIXME_GTK2 warnings
17372         * src/gtk/gtkutils.c
17373                 useless #warnings
17374         * src/gtk/menu.c
17375                 useless #warnings (no need to mess with menu rc)
17376         * src/gtk/menu.h
17377                 unused functions
17378         
17379
17380 2004-07-03 [colin]      0.9.11cvs17.6
17381
17382         Removed FIXME_GTK2 warnings
17383         * src/codeconv.c
17384                 useless #warnings (rewrite needed)
17385         * src/compose.c
17386                 useless #warnings (rewrite needed)
17387                 useless #warnings (gtk2 is like that)
17388                 useless #warnings (previously fixed)
17389         * src/main.c
17390                 useless #warnings (previously fixed)
17391         * src/message_search.c
17392                 useless #warnings (gtk2 is like that)
17393                 Made apparent that search is case-sensitive
17394         * src/mimeview.c
17395                 useless #warnings (rewrite needed)
17396                 useless #warnings (gtk2 is like that)
17397                 reimplemented real warnings
17398         * src/prefs_common.c
17399                 Removed block cursor option (not it gtk2)
17400         * src/prefs_gtk.c
17401                 useless #warnings (rewrite needed)
17402         * src/procheader.c
17403                 useless #warnings (rewrite needed)
17404         * src/sourcewindow.c
17405                 useless #warnings (incorrect placing)
17406         * src/summary_search.c
17407                 useless #warnings (gtk2 is like that)
17408                 Made apparent that search is case-sensitive
17409         * src/action.c
17410                 useless #warnings (gtk2 is like that)
17411         * src/textview.c
17412                 useless #warnings (rewrite needed)
17413         * src/toolbar.c
17414                 useless #warnings (rewrite needed)
17415
17416 2004-07-03 [colin]      0.9.11cvs17.5
17417
17418         * src/textview.c
17419                 Fix mismerge which broke URI opening
17420                 
17421 2004-07-01 [colin]      0.9.11cvs17.4
17422
17423         * src/gtk/filesel.c
17424                 Fill filename when saving
17425                 
17426 2004-06-27 [colin]      0.9.11cvs17.3
17427
17428         * src/gtk/filesel.[ch]
17429                 Use the new GTK file selector
17430                 Update prototype to match the reality: multiple file
17431                 selection is open-only          
17432         * src/compose.c
17433                 Match the new prototypes        
17434         * configure.ac
17435                 Match the new requirements (gtk 2.4.0)
17436                         
17437 2004-06-26 [colin]      0.9.11cvs17.2
17438
17439         * src/plugins/trayicon/trayicon.c
17440                 Remove useless signal handler on resize, which causes
17441                 an infinite "loop"
17442         
17443 2004-06-26 [colin]      0.9.11cvs17.1
17444         
17445         * tools/Makefile.am
17446                 remove launch_firebird and add nautilus2sylpheed.sh
17447         * src/quicksearch.c
17448           src/summaryview.c
17449                 Fix show/hide "Extended symbols" button problem
17450                 Fix apparition at startup
17451                 Fix const warnings
17452         * src/plugins/image_viewer/Makefile.am
17453                 Fix configure 
17454         * common/ssl.c
17455                 Re-enable certificate check, as it doesn't seem to
17456                 cause Xlib errors anymore
17457
17458 2004-06-25 [paul]       0.9.11cvs17
17459
17460         * sync with 0.9.11cvs17 HEAD
17461         
17462         NOTE: QuickSearch is broken
17463
17464 2004-06-07 [colin]      0.9.10claws67.10
17465         * src/plugins/trayicon/trayicon.c
17466           src/plugins/trayicon/libeggtrayicon/Makefile.am
17467           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17468                 Fix gettextization in trayicon plugin
17469
17470 2004-06-07 [colin]      0.9.10claws67.9
17471         
17472         * src/summaryview.c
17473           src/gtk/gtksctree.[ch]
17474                 Let Shift+{Up,Down} work in summaryview
17475                 (well, Down "works" and Up works)
17476                 Let the list scroll when using these keys
17477
17478 2004-06-06 [colin]      0.9.10claws67.8
17479
17480         * src/plugins/trayicon/trayicon.c
17481                 Fix pixmap update
17482
17483 2004-06-06 [colin]      0.9.10claws67.7
17484
17485         * src/addressbook.c
17486                 Fix signal handling causing system-wide focus grab
17487
17488 2004-05-25 [paul]       0.9.10claws67.6
17489
17490         * Makefile.am
17491           src/Makefile.am
17492                 clean up
17493
17494 2004-05-25 [paul]       0.9.10claws67.5
17495
17496         * replace deprecated gtk_signal... functions
17497
17498 2004-05-23 [colin]      0.9.10claws67.4
17499
17500         * src/compose.c
17501                 Fix wrapping
17502
17503 2004-05-22 [colin]      0.9.10claws67.3
17504
17505         * src/compose.c
17506                 Re-fix [Edited] in compose.c::compose_reedit()
17507
17508 2004-05-22 [colin]      0.9.10claws67.2
17509
17510         * src/procmime.c
17511                 Fix parsing of multiparts mails
17512
17513 2004-05-22 [colin]      0.9.10claws67.1
17514
17515         * src/summaryview.c
17516                 Fix quicksearch
17517
17518 2004-05-22 [paul]       0.9.10claws67
17519
17520         * sync with 0.9.10claws67 HEAD
17521
17522 2004-05-14 [alfons]
17523
17524         * src/procmime.h
17525                 add forgotton prototype
17526
17527 2004-05-10 [paul]       0.9.10claws57
17528
17529         * sync with 0.9.10claws57 HEAD
17530
17531 2004-05-05 [paul]       0.9.9.claws1
17532
17533         * ChangeLog-gtk2        ** REMOVED **
17534           ChangeLog-gtk2.claws  ** ADDED **
17535                 rename and adopt the normal claws format
17536                 
17537         * configure.ac
17538                 require gtkmathview >= 0.5
17539
17540         * ac/*                          ** REMOVED **
17541           ac/                           ** REMOVED **
17542           intl/Makefile.in              ** REMOVED **
17543           m4/                           ** ADDED **
17544           m4/missing                    ** ADDED **
17545           m4/missing/gdk-pixbuf.m4      ** ADDED **
17546           m4/missing/gettext.m4         ** ADDED **
17547           m4/missing/gpgme.m4           ** ADDED **
17548           m4/missing/imlib.m4           ** ADDED **
17549           m4/.cvsignore                 ** ADDED **
17550           m4/Makefile.am                ** ADDED **
17551           m4/README                     ** ADDED **
17552           m4/aclocal-include.m4         ** ADDED **
17553           m4/aspell.m4                  ** ADDED **
17554           m4/check-type.m4              ** ADDED **
17555           m4/gnupg-check-typedef.m4     ** ADDED **
17556           m4/openssl.m4                 ** ADDED **
17557           m4/spamassassin.m4            ** ADDED **
17558           po/ChangeLog                  ** REMOVED **
17559           po/Makefile.in.in             ** REMOVED **
17560           po/Rules-quot                 ** REMOVED **
17561           po/boldquot.sed               ** REMOVED **
17562           po/en@boldquot.header         ** REMOVED **
17563           po/en@quot.header             ** REMOVED **
17564           po/insert-header.sin          ** REMOVED **
17565           po/quot.sed                   ** REMOVED **
17566           po/remove-potcdate.sed        ** REMOVED **
17567           po/remove-potcdate.sin        ** REMOVED **
17568           po/stamp-po                   ** REMOVED **
17569           Makefile.am
17570           autogen.sh
17571           configure.ac
17572                 enable building with automake 1.8.x
17573                 add 'autopoint --force' to autogen.sh and remove all
17574                 auto-generated files, remove ac/ directory and use
17575                 m4/ directory instead
17576                 
17577         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17578                 fix gettextization
17579
17580 2004-02-28 Colin Leroy <colin@colino.net>
17581         * src/prefs_matcher.c
17582           src/prefs_filtering.c
17583           src/prefs_filtering_action.c
17584                 Fix non-editable GtkEntries
17585
17586 2004-02-22 Thorsten Maerz <torte@netztorte.de>
17587         * src/prefs_themes.c
17588                 utf8 conversion for theme info
17589
17590 2004-02-21 Thorsten Maerz <torte@netztorte.de>
17591         * sync 0.9.9claws
17592
17593 2004-02-14 Thorsten Maerz <torte@netztorte.de>
17594         * src/grouplistdialog.c
17595                 allow multiple selections without ctrl key
17596
17597 2004-02-09 Thorsten Maerz <torte@netztorte.de>
17598         * src/main.c
17599                 enable customizable accelerators
17600
17601 2004-02-08 Thorsten Maerz <torte@netztorte.de>
17602         * src/prefs_common.c
17603                 re-enable different font settings for gtk1/2
17604         * src/prefs_folder_item.c
17605                 fix folder prefs displayed wrong
17606         * src/textview.c
17607                 set 'sunken' shadow type
17608
17609 2004-02-07 Colin Leroy <colin@colino.net>
17610         * src/compose.c
17611                 Fix message being always [Edited]
17612                 Encode headers correctly (utf8 buf)
17613
17614 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17615         * src/socket.c
17616                 remove double g_source_attach()
17617                 (Thanks to Colin Leroy)
17618
17619 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17620         * src/gtk/gtksctree.c
17621                 Fix SSL certificate list not shown
17622         * src/mimeview.c
17623                 Fix clicks in mime tree
17624
17625 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17626         * src/common/socket.c
17627                 Fix SSL receive
17628         * src/compose.c
17629                 Fix clipboard menu hotkeys
17630
17631 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17632         * src/gtk/gtkaspell.[ch]
17633           src/compose.c
17634                 reimplement spellchecker
17635
17636 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17637         * src/gtk/filesel.c
17638                 crash when inserting file in compose window
17639                 (TODO: keep old selection on clicks)
17640         * src/main.c
17641                 use gtkrc-2.0 instead of gtkrc
17642
17643 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17644         * src/messageview.c
17645                 remove orphaned mimeview unref()
17646
17647 2004-01-20 Thorsten Maerz <torte@netztorte.de>
17648         * src/grouplistdialog.c
17649                 expand nodes containing subscribed groups
17650
17651 2004-01-19 Thorsten Maerz <torte@netztorte.de>
17652         * src/textview.c
17653                 textview: hide cursor, restore old click behaviour
17654
17655 2004-01-18 Thorsten Maerz <torte@netztorte.de>
17656         * src/textview.c
17657                 variable names messed up
17658
17659 2004-01-17 Colin Leroy <colin@colino.net>
17660         * src/addr_compl.c
17661                 Fix completion address too thin
17662         * src/compose.c
17663                 Fix tab-to-subject behaviour
17664         * src/summaryview.c
17665                 Implement key up & down in summaryview
17666
17667 2004-01-12 Thorsten Maerz <torte@netztorte.de>
17668
17669         * sync 098claws
17670
17671 2004-01-08 Thorsten Maerz <torte@netztorte.de>
17672         * configure.ac
17673           Makefile.am
17674           doc/.cvsignore
17675           doc/Makefile.am
17676                 faq, man, manual moved to doc/
17677         * ac/aspell.m4
17678           ac/check-type.m4
17679           ac/gnupg-check-typedef.m4
17680           ac/openssl.m4
17681           ac/spamassassin.m4
17682           ac/missing/gdk-pixbuf.m4
17683           ac/missing/gpgme.m4
17684           ac/missing/imlib.m4
17685                 fix automake warnings
17686
17687 2003-12-06 Colin Leroy <colin@colino.net>
17688         * src/summaryview.c
17689                 Fix quicksearch
17690
17691 2003-12-05 Colin Leroy <colin@colino.net>
17692         * src/summaryview.c
17693                 Fix going to next unread folder
17694
17695 2003-12-05 Colin Leroy <colin@colino.net>
17696         * src/crash.c
17697                 Fix gtk2 compilation
17698         * src/session.c
17699                 Remove iotag source handler at disconnection
17700         * src/socket.[ch] 
17701                 Remove source handler when closing socket 
17702                 (fixes another seg)
17703
17704 2003-12-04 Colin Leroy <colin@colino.net>
17705         * src/compose.c
17706           src/prefs_account.c
17707           src/prefs_common.c
17708                 Fix some dropdown menus
17709
17710 2003-12-04 Colin Leroy <colin@colino.net>
17711         * src/compose.c
17712                 Fix event handlers on header fields
17713         * src/common/socket.c
17714           src/common/session.c
17715                 Fix segfault with callback (SSL)
17716                 Fix end of session 
17717
17718 2003-10-06 Thorsten Maerz <torte@netztorte.de>
17719
17720         * Fix compile bug in src/compose.c
17721         * removed src/gtk/gtkstext.[ch]
17722
17723 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
17724
17725         * Convert character set and escape "text" attributes in toolbar setting
17726         files.
17727         * Fixed bug in button-press-event handling.
17728
17729 2003-09-16 Thorsten Maerz <torte@netztorte.de>
17730
17731         * Fixed bug in key-press-event handling.
17732
17733 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
17734
17735         * Enabled to compile tray-icon plugin (Ad-hoc).
17736         * Avoid hang up bug of icon list in mime view (Ad-hoc).
17737
17738 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
17739
17740         * Enabled to compile on sylpheed-claws.
17741         (tray-icon plugin still cannot compile yet.)
17742
17743 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
17744
17745         * Updated to 0.9.5.
17746
17747 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
17748
17749         * Updated to 0.9.4.
17750         * Ported monitoring SSL mechanism to GSource of GLib2
17751         (I don't confirm it)
17752         * Added _gtk2 suffix to key name of font preference to avoid
17753         ovverwriting preference of Gtk+-1.2 version.
17754
17755 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
17756
17757         * Updated to 0.9.2.
17758
17759 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
17760
17761         * Updated to 0.9.1.
17762         * Translate po files into UTF-8 when execute autogen.sh.
17763
17764 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
17765
17766         * Updated to 0.9.0.
17767
17768 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
17769
17770         * Plugged GError related memory leaks.
17771
17772 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
17773
17774         * Changed default size of fonts.
17775         * Enabled to set titile font size of warning dialog.
17776
17777 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
17778
17779         * Embed a sylpheed icon into executable binary on Windows.
17780
17781 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
17782
17783         * I forgot to traslate character set of element string in src/xml.c.
17784
17785 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
17786
17787         * Fixed detecting bind_textdomain_codeset in configure.in.
17788         * The bug in which "Example" of "Date fromat" preference isn't displayed
17789         correctly has been fixed.
17790
17791 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
17792
17793         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
17794           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
17795           glib-gettextize
17796           Removed intl directory.
17797           Translated po files into UTF-8.
17798           (Thanks! Ryuji Abe)
17799
17800 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
17801
17802         * The bug which doesn't unscape string in xml.c has been fixed.
17803
17804 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
17805
17806         * The bug which is failed to translate encoding of file name thorough
17807         file dialog has been fixed.
17808
17809 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
17810
17811         * Modified to translate file names which is used in inporting/expoting
17812         mbox feature and "Save as" feature into locale encoding.
17813         * Translate file names into locale encoding when "Attache file" and
17814         "Insert file".
17815         * Force set G_BROKEN_FILENAMES environment variable.
17816         * Other minor fixes.
17817
17818 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
17819
17820         * Modified to treat MH folder's name as locale encoding.
17821
17822 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
17823
17824         * The bug which clash on switching candidates of auto completion of
17825         addresses, cannot use auto completion in Japanesse is fixed
17826         (Thanks! Tokunaga-san)¡¥
17827
17828 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17829
17830         * The bug which cannot switch key accelerator preference has been fixed
17831         (Thanks! smbd-san)¡¥
17832
17833 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17834
17835         * version 0.8.11-gtk2-20030314
17836
17837 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17838
17839         * The bug in which character set conversion of filtering messages has
17840         been fixed.(Thanks! COCOA-san).
17841
17842 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
17843
17844         * Revived "Leave space on head" preference in "Message" category.
17845         * A bug which clash when put the cursor to end of buffer and execute
17846         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
17847
17848 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17849
17850         * version 0.8.11-gtk2-20030312
17851
17852 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17853
17854         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
17855         * Modified to use Pango's API directly for font preference.
17856         * Integrated GtkTextView of textview to one widget.
17857         * Set fonts of header title in textview by "header_title" tag.
17858         * Removed some deprecated codes.
17859
17860 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
17861
17862         * Updated to 0.8.11.
17863         * Merged cygwin patch(Thanks! Sakai-san).
17864
17865 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
17866
17867         * version 0.8.10-gtk2-20030309