2ebe8fefcd83cd9786ddbb3f107379e426f7f95e
[claws.git] / ChangeLog
1 2006-09-06 [wwp]        2.4.0cvs156
2
3         * src/mainwindow.c
4                 fix an dup launch issue when iconified, thanks to Colin.
5
6 2006-09-06 [wwp]        2.4.0cvs155
7
8         * src/gtk//gtksctree.h
9                 oops, forgot that one!
10
11 2006-09-06 [wwp]        2.4.0cvs154
12
13         * manual/pl/advanced.xml
14         * manual/advanced.xml
15         * manual/es/advanced.xml
16         * manual/fr/advanced.xml
17         * src/prefs_customheader.c
18         * src/prefs_filtering_action.c
19         * src/foldersel.c
20         * src/prefs_summaries.c
21         * src/prefs_filtering.c
22         * src/account.c
23         * src/compose.c
24         * src/prefs_summary_column.c
25         * src/addr_compl.c
26         * src/prefs_actions.c
27         * src/prefs_folder_column.c
28         * src/ssl_manager.c
29         * src/prefs_template.c
30         * src/prefs_display_header.c
31         * src/prefs_common.h
32         * src/prefs_matcher.c
33         * src/prefs_common.c
34         * src/prefs_toolbar.c
35         * src/summaryview.c
36         * src/folderview.c
37         * src/gtk/gtksctree.c
38         * src/gtk/pluginwindow.c
39         * src/gtk/progressdialog.c
40         * src/gtk/prefswindow.c
41                 renamed hidden option enable_rules_hint to use_stripes_everywhere
42                 to make its meaning more obvious (all versions of the manual reflect
43                 the change).
44                 added an extra hidden option use_stripes_in_summary to allow
45                 discarding these stripes in mainwindow's folder and message lists;
46                 en and fr manuals only are OK towards this.
47
48 2006-09-06 [colin]      2.4.0cvs153
49
50         * src/textview.c
51                 Hide Sylpheed-Claws' internal queue headers
52                 when showing all headers. They'll be present
53                 only in Source window.
54
55 2006-09-05 [colin]      2.4.0cvs152
56
57         * src/plugins/trayicon/trayicon.c
58                 Fix crash at exit - we have to disconnect
59                 our handlers
60         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
61                 Update eggtrayicon - patch adapted from a
62                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
63                 on Sylpheed's ML
64
65 2006-09-05 [colin]      2.4.0cvs151
66
67         * src/mainwindow.c
68         * src/gtk/logwindow.c
69                 Fix race condition when something writes
70                 to the log too soon during init. Thanks
71                 to Fabien Vantard
72
73 2006-09-05 [colin]      2.4.0cvs150
74
75         * src/mimeview.c
76                 Don't select part on right-click either
77
78 2006-09-05 [paul]       2.4.0cvs149
79
80         * src/mimeview.c
81                 completion of previous commit
82                 Thanks to Colin
83
84 2006-09-05 [colin]      2.4.0cvs148
85
86         * src/mimeview.c
87                 Don't force selection on middle-click, just open
88
89 2006-09-04 [colin]      2.4.0cvs147
90
91         * src/mimeview.c
92                 Looks like gtk_notebook_set_current_page()
93                 sometimes steals focus, and this annoys us
94                 in MimeViewers as it renders navigation
95                 keys useless. Take back focus after switching
96                 pages.
97
98 2006-09-04 [colin]      2.4.0cvs146
99
100         * src/messageview.c
101                 Set stop_loading when clicking on Next
102                 during load. Don't add a callback to 
103                 avoid over-complicating things.
104
105 2006-09-04 [colin]      2.4.0cvs145
106
107         * src/mimeview.c
108         * src/messageview.c
109                 Fix multiple loads in separate messageview
110
111 2006-09-04 [colin]      2.4.0cvs144
112
113         * src/summaryview.c
114                 Let navigation keys be handled during 
115                 load
116
117 2006-09-04 [colin]      2.4.0cvs143
118
119         * src/messageview.c
120         * src/summaryview.c
121         * src/textview.c
122         * src/textview.h
123                 Make loading of huge mails (lots of text and/or
124                 images) cancellable, so the GUI doesn't block 
125
126 2006-09-04 [colin]      2.4.0cvs142
127
128         * src/plugins/trayicon/trayicon.c
129                 Fix annoyance when removing a folder with 
130                 unread mails: trayicon didn't update
131
132 2006-09-04 [paul]       2.4.0cvs141
133
134         * src/gtk/icon_legend.c
135                 straighten up columns
136                 Patch by Fabien Vantard
137
138 2006-09-04 [wwp]        2.4.0cvs140
139
140         * src/prefs_filtering.c
141                 fix new line's account name in filtering prefs:
142                 was "All", is now "(New)".
143
144 2006-09-04 [paul]       2.4.0cvs139
145
146         * tools/make.themes.project
147                 use "AUTOMAKE_OPTIONS = dist-bzip2"
148                 instead of homebrewed "make release"
149
150 2006-09-03 [colin]      2.4.0cvs138
151
152         * src/folderview.c
153                 Fix bug #1007 (Wrong folder highlighted)
154
155 2006-09-03 [colin]      2.4.0cvs137
156
157         * src/compose.c
158                 Don't set Newsgroup: header to a mail folder
159                 path
160
161 2006-09-03 [paul]       2.4.0cvs136
162
163         * src/prefs_other.c
164         * src/prefs_spelling.c
165                 unify the gui
166
167 2006-09-03 [paul]       2.4.0cvs135
168
169         * src/prefs_summaries.c
170                 correct menu item text in prefs_keybind_apply_clicked()
171
172 2006-09-03 [paul]       2.4.0cvs134
173
174         * manual/advanced.xml
175                 some improvements to the descriptions
176         * src/mainwindow.c
177         * src/messageview.c
178         * src/summaryview.c
179         * src/gtk/menu.c
180                 fix menu sensitivity issues
181         * src/prefs_message.c
182                 drop the useless word 'short'
183         * src/prefs_other.c
184                 add the word 'lines' indicating log length
185                 is a measure of lines
186         * src/textview.c
187                 fix compilation warnings
188
189 2006-09-02 [colin]      2.4.0cvs133
190
191         * src/messageview.c
192                 Display a special return-receipt message
193                 if the message is from the user
194         * src/summaryview.c
195                 Fix missing freeze of the list when marking
196                 all read and unthreading for exec. Thanks
197                 to Stephan Sachse.
198
199 2006-09-02 [paul]       2.4.0cvs132
200
201         * src/mainwindow.c
202         * src/prefs_message.c
203         * src/summaryview.c
204                 fix some english
205
206 2006-09-02 [wwp]        2.4.0cvs131
207
208         * src/prefs_filtering.c
209                 added an account name column to the filtering rules
210                 dialog.
211
212 2006-09-02 [colin]      2.4.0cvs130
213
214         * src/gtk/logwindow.c
215         * src/gtk/logwindow.h
216                 Block scrolling if we're not at the end
217                 of the log
218
219 2006-09-02 [colin]      2.4.0cvs129
220
221         * src/folder.c
222                 Make sure account-specific rules can't
223                 be used in {pre-,post-,}processing
224         * src/mainwindow.c
225         * src/gtk/logwindow.c
226         * src/gtk/logwindow.h
227                 Jump to last error when clicking on the
228                 warning icon
229
230 2006-09-02 [colin]      2.4.0cvs128
231
232         * src/imap.c
233         * src/import.c
234         * src/mainwindow.c
235         * src/mainwindow.h
236                 Fix warning icon
237         * src/inc.c
238         * src/mbox.c
239         * src/mbox.h
240                 Let proc_mbox know its account, for
241                 account-specific rules
242
243 2006-09-01 [colin]      2.4.0cvs127
244
245         * src/codeconv.c
246                 Don't uselessly use iconv to convert from
247                 us-ascii
248         * src/alertpanel.c
249         * src/mainwindow.c
250         * src/mainwindow.h
251         * src/inc.c
252                 Fix certain log cases, disable warning icon
253                 for now, the correct way to display it when
254                 necessary and only when necessary is probably
255                 to do it manually rather than use error logs
256         * src/etpan/imap-thread.c
257                 Clean up UID logging a bit
258         * src/gtk/logwindow.c
259         * src/gtk/logwindow.h
260                 Make logging faster when the window's closed
261
262 2006-09-01 [wwp]        2.4.0cvs126
263
264         * manual/fr/account.xml
265                 reflect changes to the ref. manual (parts of cvs72):
266                 fix tabnames and quotes.
267
268 2006-09-01 [wwp]        2.4.0cvs125
269
270         * manual/fr/plugins.xml
271                 reflect changes to the reference manual (cvs42):
272                 update IRC channel info.
273
274 2006-09-01 [wwp]        2.4.0cvs124
275
276         * commitHelper
277                 use CVSEDITOR env. var. if set, according to `man cvs`.
278
279 2006-09-01 [wwp]        2.4.0cvs123
280
281         * manual/advanced.xml
282                 better sentence again (thanks to Paul).
283
284 2006-09-01 [wwp]        2.4.0cvs122
285
286         * manual/advanced.xml
287         fix definition of toolbar_detachable and rework a bit the one of
288         enable_dotted_lines.
289
290 2006-09-01 [mones]      2.4.0cvs121
291
292         * manual/advanced.xml
293                 Document enable_dotted_lines
294
295 2006-09-01 [paul]       2.4.0cvs120
296
297         * src/folderview.c
298         * src/folderview.h
299         * src/imap.c
300         * src/mainwindow.c
301         * src/summaryview.c
302                 obey the 'When entering folder...' option
303                 when using the /View/Go to/... menu items
304                 Thanks to Colin
305
306 2006-08-31 [colin]      2.4.0cvs119
307
308         * src/folderview.c
309                 Revert 2.4.0cvs116, wrong fix.
310
311 2006-08-31 [colin]      2.4.0cvs118
312
313         * src/gtk/gtksctree.c
314                 Better state the various copyrights
315
316 2006-08-31 [colin]      2.4.0cvs117
317
318         * src/prefs_common.c
319                 fix enable_dotted_lines
320
321 2006-08-31 [colin]      2.4.0cvs116
322
323         * src/folderview.c
324                 Use pref "Always open on select" when going
325                 to next unread folder
326         * src/gtk/gtksctree.c
327                 Fix link failure to _gtk_clist_create_cell_layout
328                 on certain computers. (Why not mine, I wonder)
329
330 2006-08-31 [colin]      2.4.0cvs115
331
332         * src/procmsg.c
333         * src/textview.c
334         * src/plugins/bogofilter/bogofilter.c
335         * src/plugins/spamassassin/spamassassin.c
336                 Requalify some "errors" to warnings
337         * src/mainwindow.c
338         * src/mainwindow.h
339         * src/statusbar.c
340                 Add an icon in the statusbar to notify
341                 of errors
342         * src/gtk/gtksctree.c
343         * src/folderview.c
344         * src/summaryview.c
345                 Make the GtkSCTree look more modern by
346                 alternating background lines
347         * src/prefs_common.c
348         * src/prefs_common.h
349                 Add a pref to let people have the old
350                 way if they prefer
351
352
353 2006-08-30 [colin]      2.4.0cvs114
354
355         * src/procmsg.c
356         * src/procmsg.h
357                 Provide a way to filter a list of
358                 messages in an optimised manner, and
359                 add a list-filtering hook
360         * src/folder.c
361         * src/inc.c
362         * src/mbox.c
363                 Use the list filtering
364         * src/plugins/bogofilter/bogofilter.c
365                 Use the list-filtering hook
366                 Use -b (bulk) mode for more speed
367                 when learning and filtering
368         * src/etpan/imap-thread.c
369                 Make log output shorter in UID SEARCH
370
371
372 2006-08-30 [colin]      2.4.0cvs113
373
374         * src/plugins/bogofilter/bogofilter.c
375                 Really fast mass learning - thanks to David
376                 Relson for the options explanations :)
377
378 2006-08-30 [colin]      2.4.0cvs112
379
380         * src/msgcache.c
381                 Fix compilation on FreeBSD. Thanks
382                 to Michael Hugues
383
384 2006-08-29 [colin]      2.4.0cvs111
385
386         * src/folderview.c
387                 Handle "popup_menu" signal (for popping the 
388                 menu via the keyboard)
389         * src/mimeview.c
390         * src/mimeview.h
391         * src/summaryview.c
392         * src/textview.c
393         * src/gtk/gtkutils.c
394         * src/gtk/gtkutils.h
395                 Factorize scrolling code, and add an API 
396                 for MimeViewers to handle scroll orders
397
398 2006-08-29 [wwp]        2.4.0cvs110
399
400         * src/plugins//bogofilter/bogofilter.c
401         * src/plugins//spamassassin/spamassassin.c
402                 make the bogofilter/spamassassin filtering error dialogs at
403         incorporation obey to the "don't popup error dialog on
404         receive error" option. If disabled, feed the log window w/
405         the error message.
406
407 2006-08-29 [paul]
408
409         2.5.0-rc2 released
410
411 2006-08-29 [paul]       2.4.0cvs109
412
413         * Makefile.am
414                 remove 'make release', it's not needed
415                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
416
417 2006-08-29 [paul]       2.4.0cvs108
418
419         * src/foldersel.c
420         * src/summary_search.c
421         * src/gtk/progressdialog.c
422         * src/plugins/pgpcore/passphrase.c
423                 replace deprecated gtk_window_set_policy()
424
425 2006-08-29 [colin]      2.4.0cvs107
426
427         * src/folder.c
428                 Fix data loss when copy fails during a move:
429                 only use fast remove_msgs if everything was
430                 copied OK; else use slow remove_msg on the
431                 mails that got copied only.
432
433 2006-08-28 [paul]       2.4.0cvs106
434
435         * src/mh.c
436                 revert change in 2.4.0cvs104, it breaks
437                 stuff
438
439 2006-08-28 [paul]       2.4.0cvs105
440
441         * src/plugins/spamassassin/spamassassin.c
442                 english fix
443
444 2006-08-28 [paul]       2.4.0cvs104
445
446         * src/mh.c
447                 fix data loss when moving to another
448                 mailbox fails
449         * src/prefs_spelling.c
450                 improve the english
451         * src/gtk/pluginwindow.c
452                 improve the layout of the dialog text
453         All thanks to Colin
454
455 2006-08-28 [paul]       2.4.0cvs103
456
457         * src/plugins/bogofilter/bogofilter.c
458         * src/plugins/bogofilter/bogofilter_gtk.c
459                 fix english up a bit, innit
460
461 2006-08-28 [paul]       2.4.0cvs102
462
463         * configure.ac
464         * po/Makefile.in.in
465         * po/Makevars
466                 require autoconf 2.60, enabling building
467                 with gettext 0.15 (gettext 0.14.x build still
468                 possible). Replace Makefiles with versions
469                 from gettext 0.15.
470                 Remove configure options --with-localedir and
471                 --with-mandir. The options that are provided
472                 directly by autoconf 2.60 can be used instead:
473                 --mandir --localedir
474
475 2006-08-27 [colin]      2.4.0cvs101
476
477         * src/plugins/bogofilter/Makefile.am
478                 Fix make dist (no README)
479
480 2006-08-27 [colin]      2.4.0cvs100
481
482         * src/folder.c
483                 Don't use F_UNKNOWN folders for any default
484                 outbox/trash/etc
485         * src/plugins/bogofilter/bogofilter.c
486         * src/plugins/bogofilter/bogofilter.h
487         * src/plugins/bogofilter/bogofilter_gtk.c
488                 Add an option to specify the path to bogofilter
489                 Use single-quotes to be able to learn in folders
490                 with spaces in their names
491                 Verify learning status
492
493 2006-08-27 [colin]      2.4.0cvs99
494
495         * manual/faq.xml
496         * manual/plugins.xml
497                 Document Bogofilter plugin
498
499 2006-08-27 [colin]      2.4.0cvs98
500
501         * src/compose.c
502         * src/messageview.c
503         * src/procmsg.c
504         * src/procmsg.h
505                 When possible, copy the queued mail to sent folder
506                 instead of re-adding. Much faster on IMAP.
507
508 2006-08-27 [colin]      2.4.0cvs97
509
510         * src/msgcache.c
511                 Disable mmaped caches - huge metadata loss
512                 here after a power failure.
513         * src/summaryview.c
514                 Add quicksearch timing
515         * src/common/plugin.c
516         * src/common/plugin.h
517                 Implement an interface to tell what plugins
518                 provide. Prevent loading of similar plugins.
519         * src/plugins/clamav/clamav_plugin.c
520         * src/plugins/demo/demo.c
521         * src/plugins/dillo_viewer/dillo_viewer.c
522         * src/plugins/pgpcore/plugin.c
523         * src/plugins/pgpinline/pgpinline.c
524         * src/plugins/pgpmime/pgpmime.c
525         * src/plugins/spamassassin/spamassassin.c
526         * src/plugins/trayicon/trayicon.c
527                 Implement plugin_provides()
528
529 2006-08-27 [colin]      2.4.0cvs96
530
531         * configure.ac
532         * src/plugins/Makefile.am
533         * src/plugins/bogofilter/.cvsignore
534         * src/plugins/bogofilter/Makefile.am
535         * src/plugins/bogofilter/bogofilter.c
536         * src/plugins/bogofilter/bogofilter.h
537         * src/plugins/bogofilter/bogofilter_gtk.c
538                 New Bogofilter plugin, provides filtering and
539                 learning. Spamassassin will go to extra plugins.
540
541 2006-08-26 [mones]      2.4.0cvs95
542
543         * manual/handling.xml
544                 Fix subfolder path in the example (thanks to Paul) 
545
546 2006-08-26 [mones]      2.4.0cvs94
547
548         * manual/glossary.xml
549                 2.2. + add ISP to the glossary
550                 7.5. + Add UIDL to glossary
551                 7.7. + Add TCP to glossary
552         * manual/handling.xml
553                 7.1. + Mentions GNU/Linux distribution, what about the non...
554                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
555                 7.3. + Mentions .bashrc, what about the non-bash ones? 
556                 7.4. = Use appropriate quotation for commands
557                 7.6. = change "" to <quote></quote>
558         * manual/plugins.xml
559                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
560         * manual/starting.xml
561                 2.1. + local mbox file: some examples of mbox file locations...
562                 Also reformatted files requiring it
563
564 2006-08-26 [wwp]        2.4.0cvs93
565
566         * src/summary_search.c
567                 disable find buttons while summary search is running.
568
569 2006-08-25 [colin]      2.4.0cvs92
570
571         * src/folder.c
572         * src/folderutils.c
573         * src/mh.c
574         * src/procmsg.h
575         * src/summaryview.c
576                 Speed up MH moving, and add progressbar
577                 for MH deletion
578         * src/msgcache.c
579                 Write cache files using mmap() too
580
581 2006-08-25 [wwp]        2.4.0cvs91
582
583         * src/summaryview.c
584                 switch spam<->ham button when a message has been marked as spam or ham
585                 and is still selected. Thanks to Colin.
586
587 2006-08-25 [paul]       2.4.0cvs90
588
589         * src/Makefile.am
590         * src/stock_pixmap.c
591         * src/stock_pixmap.h
592         * src/summaryview.c
593         * src/gtk/icon_legend.c
594         * src/pixmaps/copied.xpm
595         * src/pixmaps/moved.xpm
596                 add icons for delayed execution marked for
597                 copying, marked for moving
598
599 2006-08-25 [mones]      2.4.0cvs89
600
601         * manual/glossary.xml
602                 Fix the other glossary items:
603                 5.1. = Inmmediate execution -> <quote>immediate execution...
604                 5.2. = Fix MBOX capitalization -> Mbox
605                 5.3. + Improve Plugins def. w/ tech. ref.
606                 5.4. = Quotation -> replace '>' by <quote>></quote>
607                 5.5. - SMTP Server. -> remove dot
608         * po/es.po
609                 Updated translation
610
611 2006-08-25 [mones]      2.4.0cvs88
612
613         * manual/ack.xml
614                 Reformatted, changed email address
615         * manual/glossary.xml
616                 Reformatted, fixed MANUAL-TODO items:
617                 8.2. + add ROT-13 to glossary
618                 8.4. + add URL to glossary
619         * manual/es/advanced.xml
620                 Fixed <literal>s
621
622 2006-08-25 [paul]       2.4.0cvs87
623
624         * src/gtk/icon_legend.c
625                 add 'marked for deletion' icon
626                 arrange icons by containing column
627                 wrap long label text
628
629 2006-08-25 [colin]      2.4.0cvs86
630
631         * src/common/utils.c
632         * src/common/utils.h
633                 Add the sc_g_*list_bigger functions in
634                 a place everyone can use it
635         * src/summaryview.c
636                 Only freeze/thaw the list when working
637                 on the selection, if it's bigger than 1
638         * src/gtk/gtksctree.c
639                 Only freeze/thaw the list when unselec-
640                 ting 'all' if ('all' != 1)
641                 This avoids some flickering
642
643 2006-08-24 [colin]      2.4.0cvs85
644
645         * src/addressbook.c
646                 Fix strange list selection
647                 Fix random seg (Invalid read of freed memory)
648
649 2006-08-24 [colin]      2.4.0cvs84
650
651         * src/alertpanel.c
652         * src/gtk/inputdialog.c
653         * src/plugins/pgpcore/passphrase.c
654                 Revert minimal width patch of 2.4.0cvs67,
655                 as it is also a maximal width. Use 
656                 gtk_window_set_default_size instead.
657
658 2006-08-24 [colin]      2.4.0cvs83
659
660         * src/msgcache.c
661                 Write cache/mark to temp files before
662                 overwriting old ones (avoids metadata
663                 loss if writing the new files fail).
664                 Use mmap() to read cache/mark file, as
665                 this makes cache reading faster. Dis-
666                 abled for big-endian machines until it
667                 can be tested. (Big-endian users: set
668                 msgcache_use_mmap = TRUE in the relevant
669                 #if).
670         * src/procmsg.h
671                 Move rarely used fields of MsgInfo in 
672                 another structure, which will only be
673                 allocated if needed. Face, X-Face,
674                 Return receipt headers and List-*
675                 headers are moved. Mails having none
676                 of these occupy 52 bytes less with
677                 this patch, which makes 2.5MB of RAM
678                 saved on a 50k folder).
679         * src/headerview.c
680         * src/mainwindow.c
681         * src/messageview.c
682         * src/partial_download.c
683         * src/procheader.c
684         * src/procmsg.c
685         * src/textview.c
686                 Follow this structure change.
687
688 2006-08-24 [wwp]        2.4.0cvs82
689
690         * manual/es/.cvsignore
691         * manual/es/dist/.cvsignore
692         * manual/es/dist/html/.cvsignore
693         * manual/es/dist/pdf/.cvsignore
694         * manual/es/dist/ps/.cvsignore
695         * manual/es/dist/txt/.cvsignore
696                 more (generated) files to ignore.
697
698 2006-08-24 [colin]      2.4.0cvs81
699
700         * src/folder.c
701         * src/mh.c
702                 Fix possible problems with local delivery. Check the folder doesn't
703                 need scan before setting its mtime when saving cache (which can be
704                 done long after the folder's been modified by an external process);
705                 Check that the stored item's mtime didn't change in mh functions.
706
707 2006-08-24 [mones]      2.4.0cvs80
708
709         * manual/advanced.xml
710                 Rewrapping, some fixes and MANUAL-TODO items:
711                 8.1. = change "" to <quote></quote>
712                 8.3. = quote menu items
713                 8.5. - deploying -> new user ... ideally a new user (redundant)
714
715 2006-08-23 [colin]      2.4.0cvs79
716
717         * src/gtk/gtksctree.c
718                 When selecting or deselecting range, only
719                 freeze/thaw when selection is bigger than 10
720
721 2006-08-23 [colin]      2.4.0cvs78
722
723         * src/messageview.c
724         * src/mimeview.c
725         * src/mimeview.h
726         * src/plugins/dillo_viewer/dillo_viewer.c
727                 Provide an API for MimeViewer plugins to
728                 return a text selection for replying
729
730 2006-08-23 [colin]      2.4.0cvs77
731
732         * src/image_viewer.c
733         * src/textview.c
734                 Use gtk_pixbuf_new_from_file_at_scale(), which
735                 is faster than getting the pixbuf then resizing
736                 it.
737
738 2006-08-23 [colin]      2.4.0cvs76
739
740         * src/procmime.c
741                 UTF-8 should be sent Quoted-printable
742
743 2006-08-22 [colin]      2.4.0cvs75
744
745         * src/mh.c
746                 Check if scan is required before touching
747                 the folder (or it'll be required every time)
748
749 2006-08-22 [colin]      2.4.0cvs74
750
751         * configure.ac
752                 Require libetpan 0.46 (crasher fix when built
753                 against gnutls)
754
755 2006-08-22 [colin]      2.4.0cvs73
756
757         * src/folder.c
758                 Set folder's mtime after writing its
759                 cache
760         * src/folderview.c
761                 Add some timing
762         * src/procmsg.c
763                 Don't do useless stuff if we don't 
764                 thread by subject
765         * src/summaryview.c
766                 Add some timing, don't deselect prior
767                 to selecting (gtksctree does it itself),
768                 remove crash avoidance hacks as it's been
769                 properly fixed since a while
770         * src/common/utils.c
771                 Optimize to_human_readable(): _() is slow,
772                 do it only once, and avoid %f format for KB
773                 (the most common in a summaryview)
774         * src/gtk/gtksctree.c
775                 Don't uselessly freeze/thaw (fixes flicker
776                 on next unread and friends), reduce number
777                 of g_list_nth/g_list_position where possible
778         * src/gtk/gtkutils.c
779         * src/gtk/gtkutils.h
780                 Reduce number of g_list_nth/g_list_position
781                 where possible.
782                 All of this makes loading as 70k folder 2.1
783                 seconds instead of 3.2 (with hot FS caches).
784                 (1.3 seconds without Date and Size columns...)
785
786 2006-08-22 [paul]       2.4.0cvs72
787
788         wrap documents and do some items from mones' MANUAL-TODO:
789
790         * manual/account.xml
791                 4.1. = fix tabname references to <quote>tabname</quote>
792                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
793         * manual/faq.xml
794                 1.1. = mentioned options don't match UI
795                 Add information about the 'Never send Return Receipts'
796                 option
797         * manual/handling.xml
798                 6.2. = Mentions Extended symbols button, but now is
799                 named Information
800                 6.3. = Mentions ... button, which is now Edit
801
802 2006-08-22 [colin]      2.4.0cvs71
803
804         * src/gtk/pluginwindow.c
805                 Fix layout in verbose translations (such
806                 as french)
807
808 2006-08-22 [paul]       2.4.0cvs70
809
810         * manual/Makefile.am
811                 build manuals in alphabetical order
812         * src/addressbook.c
813         * src/prefs_themes.c
814                 replace/remove deprecated symbols
815         * src/gtk/gtkutils.c
816                 fix a warning
817         * src/gtk/pluginwindow.c
818                 replace deprecated symbol
819                 replace label text and move it
820         * src/plugins/pgpcore/prefs_gpg.c
821                 move the 'Generate...' button out of the
822                 Sign Key frame, replace the English used
823         * src/plugins/pgpcore/sgpgme.c
824                 fixes to the English
825
826 2006-08-21 [colin]      2.4.0cvs69
827
828         * src/plugins/trayicon/trayicon.c
829                 Add more strings for translation; patch
830                 by Pawel
831
832 2006-08-21 [colin]      2.4.0cvs68
833
834         * src/compose.c
835                 fix replied flag not set after drafting
836         * src/matcher.c
837                 fix body quicksearch in non-encoded bodies
838                 containing '='
839         * src/msgcache.c
840                 Get rid of the g_malloc workaround for
841                 corrupted caches, use g_try_malloc
842
843 2006-08-21 [colin]      2.4.0cvs67
844
845         * src/alertpanel.c
846         * src/gtk/inputdialog.c
847         * src/plugins/pgpcore/passphrase.c
848                 Set minimal width to 375
849         * src/mainwindow.c
850                 Fix switching to offline, asking if it 
851                 should be overriden for synchronising
852         * src/mimeview.c
853                 Don't offer to remember command on Open 
854                 with for text parts, as the browser or 
855                 text editor command isn't changed from 
856                 there
857
858 2006-08-20 [paul]       2.4.0cvs66
859
860         * po/ko.po
861         * po/zh_CN.po
862                 fix plural form errors. revealed by stricter
863                 checking of gettext 0.15
864
865 2006-08-18 [paul]       2.4.0cvs65
866
867         * src/stock_pixmap.c
868                 fix the fix of 2.4.0cvs64
869                 Thanks to Colin
870
871 2006-08-18 [paul]       2.4.0cvs64
872
873         * src/stock_pixmap.c
874                 fix leaks
875                 Thanks to Colin
876
877 2006-08-18 [paul]       2.4.0cvs63
878
879         * src/compose.c
880         * src/procmsg.c
881                 fix occasional IMAP bug where large msgs
882                 were left in the queue folder after sending
883                 Thanks to Colin
884
885 2006-08-18 [paul]       2.4.0cvs62
886
887         * src/folderview.c
888                 freeze the summaryview while quicksearch results
889                 are displayed
890                 (fixes bug 456 'current message is hidden when the
891                 view is refreshed and extended search is "unread 
892                 messages"')
893                 Thanks to Colin
894         * src/textview.c
895                 add missing #include "inputdialog.h"
896         * src/common/utils.h
897                 add missing mailcap_update_default() and improve
898                 readability
899
900 2006-08-17 [colin]      2.4.0cvs61
901
902         * src/plugins/pgpcore/select-keys.c
903                 Fix warnings :)
904
905 2006-08-17 [colin]      2.4.0cvs60
906
907         * src/compose.c
908                 Don't continue queuing if Cancel is clicked
909                 in select-keys
910
911 2006-08-17 [colin]      2.4.0cvs59
912
913         * src/plugins/pgpcore/select-keys.c
914                 When encrypting, if only one key matches and it 
915                 matches exactly, automatically use it.
916
917 2006-08-17 [colin]      2.4.0cvs58
918
919         * src/mimeview.c
920         * src/prefs_common.c
921         * src/prefs_common.h
922         * src/prefs_ext_prog.c
923         * src/textview.c
924                 Fix issues with previous patch (text/html)
925                 Remove outdated prefs
926
927 2006-08-17 [colin]      2.4.0cvs57
928
929         * src/imap.c
930                 Add View Log button on auth error
931         * src/procmsg.c
932                 Fix encrypted mail marked as new when
933                 saved in normal folders
934         * src/plugins/pgpinline/pgpinline.c
935                 Fix encrypt bug on IMAP
936         * src/mimeview.c
937         * src/common/utils.c
938         * src/common/utils.h
939         * src/gtk/inputdialog.c
940         * src/gtk/inputdialog.h
941                 Get rid of metamail stuff, simplify
942                 opening, and allow remembering of user's
943                 choices (by updating ~/.mailcap). There's
944                 still to drop "Audio player" and "Image
945                 viewer" preferences.
946
947 2006-08-17 [mones]      2.4.0cvs56
948
949         * manual/es/sylpheed-claws-manual.xml
950                 fix DTD path
951
952 2006-08-17 [mones]      2.4.0cvs55
953
954         * configure.ac
955         * manual/Makefile.am
956         * manual/es/Makefile.am
957         * manual/es/account.xml
958         * manual/es/ack.xml
959         * manual/es/addrbook.xml
960         * manual/es/advanced.xml
961         * manual/es/faq.xml
962         * manual/es/glossary.xml
963         * manual/es/gpl.xml
964         * manual/es/handling.xml
965         * manual/es/intro.xml
966         * manual/es/keyboard.xml
967         * manual/es/plugins.xml
968         * manual/es/starting.xml
969         * manual/es/sylpheed-claws-manual.xml
970         * manual/es/dist/Makefile.am
971         * manual/es/dist/html/Makefile.am
972         * manual/es/dist/pdf/Makefile.am
973         * manual/es/dist/ps/Makefile.am
974         * manual/es/dist/txt/Makefile.am
975                 Spanish translation for the manual
976
977 2006-08-16 [colin]      2.4.0cvs54
978
979         * src/compose.c
980         * src/main.c
981         * src/mainwindow.c
982                 Fix send button sensitivity at startup
983                 Set send menu sensitivity (patch by Fabien)
984         * src/ssl_manager.c
985                 Enable closing with esc (patch by Fabien)
986         * src/gtk/foldersort.c
987                 Enable closing with esc (patch by Fabien)
988         * src/procmime.c
989                 Optimisation (no need to copy to tempfile to
990                 "decode" 7bit and 8bit)
991         * src/summaryview.c
992                 Fix cruft in swap_from case
993         * src/textview.c
994                 Fix missing last line in some mail cases 
995                 (Fixes debian #381872)
996         * src/plugins/pgpcore/prefs_gpg.c
997         * src/plugins/pgpcore/sgpgme.c
998         * src/plugins/pgpcore/sgpgme.h
999                 Don't show "no key found" when user explicitely
1000                 wants to create a key
1001
1002 2006-08-16 [paul]       2.4.0cvs53
1003
1004         * configure.ac
1005         * src/account.c
1006         * src/addressbook.c
1007         * src/headerview.c
1008         * src/prefs_account.c
1009         * src/prefs_message.c
1010         * src/gtk/gtkutils.c
1011                 bump up minimum required versions of GTK+ and
1012                 GLIB to 2.6.0
1013
1014 2006-08-16 [paul]       2.4.0cvs52
1015
1016         * src/toolbar.c
1017                 workaround GTK+ Bug 351600 - 'Can't re-click
1018                 on button after sensitivity update'
1019                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
1020                 Thanks to Colin
1021
1022 2006-08-15 [colin]      2.4.0cvs51
1023
1024         * src/plugins/pgpcore/prefs_gpg.c
1025                 Set options sensitivity according to
1026                 key existence
1027         * src/plugins/pgpcore/sgpgme.c
1028                 Allow to create key with no passphrase
1029
1030 2006-08-14 [cleroy]     2.4.0cvs50
1031
1032         * src/gtk/pluginwindow.c
1033                 New layout (maybe to be changed?)
1034         * src/gtk/gtkutils.c
1035                 Fix a bit label_window
1036         * src/plugins/pgpcore/passphrase.c
1037         * src/plugins/pgpcore/passphrase.h
1038         * src/plugins/pgpcore/plugin.c
1039         * src/plugins/pgpcore/prefs_gpg.c
1040         * src/plugins/pgpcore/prefs_gpg.h
1041         * src/plugins/pgpcore/sgpgme.c
1042         * src/plugins/pgpcore/sgpgme.h
1043                 Allow to create a PGP private key via the GUI
1044
1045 2006-08-14 [wwp]        2.4.0cvs49
1046
1047         * src/addressbook_foldersel.c
1048                 fix strict ISO C90 compliance.
1049
1050 2006-08-14 [paul]       2.4.0cvs48
1051
1052         * src/gtk/prefswindow.c
1053                 re-set scrolled window on opening
1054                 Patch by Ticho
1055
1056 2006-08-14 [paul]
1057
1058         2.5.0-rc1 released
1059
1060 2006-08-14 [paul]       2.4.0cvs47
1061
1062         * src/prefs_display_header.c
1063                 re-enable user-defined Displayed Headers
1064
1065 2006-08-14 [paul]       2.4.0cvs46
1066
1067         * src/prefs_account.c
1068                 use GTK_STOCK_EDIT
1069
1070 2006-08-13 [colin]      2.4.0cvs45
1071
1072         * src/common/utils.c
1073                 Fix "a" in quote when the original message is empty,
1074                 by using \0 instead of 'a' to test writability of
1075                 temp files.
1076
1077 2006-08-13 [wwp]        2.4.0cvs44
1078
1079         * src/plugins/spamassassin/spamassassin.c
1080                 fix capitalization of "SpamAssassin" in some debug, log and
1081                 dialog messages.
1082
1083 2006-08-13 [paul]       2.4.0cvs43
1084
1085         * src/editldap.c
1086                 fix overlapping widgets
1087         * src/prefs_account.c
1088                 fix translation of protocol_names[]
1089                 fix label disappearing off the edge of the
1090                 visible area
1091
1092 2006-08-12 [paul]       2.4.0cvs42
1093
1094         * manual/plugins.xml
1095                 update IRC channel info before it gets forgotten
1096                 about
1097
1098 2006-08-11 [colin]      2.4.0cvs41
1099
1100         * src/compose.c
1101         * src/mainwindow.c
1102         * src/mainwindow.h
1103         * src/procmsg.c
1104         * src/procmsg.h
1105         * src/summaryview.c
1106         * src/toolbar.c
1107                 Grey out the Send button if
1108                 - Queue folders are empty, or
1109                 - We're sending already
1110
1111 2006-08-11 [wwp]        2.4.0cvs40
1112
1113         * src/main.c
1114                 fix a logic issue when quitting while a compose window is
1115                 still open, thanks to Colin.
1116
1117 2006-08-10 [colin]      2.4.0cvs39
1118
1119         * src/main.c
1120                 Fix default font size setting after wizard run
1121         * src/imap.c
1122         * src/etpan/imap-thread.c
1123         * src/etpan/imap-thread.h
1124                 Fix bug #999 (Timing out on TSL cert validation 
1125                 dialog makes ugly things happen). Also, STARTTLS
1126                 unconditionnaly if initial capabilities contain
1127                 LOGINDISABLED and STARTTLS.
1128
1129 2006-08-09 [colin]      2.4.0cvs38
1130
1131         * src/mainwindow.c
1132         * src/mainwindow.h
1133                 Fix Tools/Actions sensitivity when there are
1134                 no actions
1135
1136 2006-08-09 [colin]      2.4.0cvs37
1137
1138         * src/prefs_filtering.c
1139                 Warning fix, patch by Paul
1140         * src/messageview.c
1141         * src/prefs_actions.c
1142         * src/prefs_filtering_action.c
1143         * src/prefs_matcher.c
1144                 Uniformisation of "Info ..." to "Info..." (for
1145                 old gtk), patch by Fabien
1146         * src/plugins/clamav/clamav_plugin_gtk.c
1147                 Sensitivity fix by Fabien
1148
1149 2006-08-09 [colin]      2.4.0cvs36
1150
1151         * src/main.c
1152         * src/main.h
1153                 Add a function to know whether we're exiting
1154         * src/plugins/trayicon/trayicon.c
1155                 If exiting, don't do anything. Faster, and
1156                 avoids gtk_main_iteration reentracy causing
1157                 segfaults at exit
1158
1159 2006-08-09 [colin]      2.4.0cvs35
1160
1161         * src/messageview.c
1162         * src/mimeview.c
1163         * src/mimeview.h
1164                 Fix lack of part selection when automatically 
1165                 jumping to a specific part
1166         * src/msgcache.c
1167                 Little optimisation in cache reading
1168
1169 2006-08-09 [colin]      2.4.0cvs34
1170
1171         * src/compose.c
1172                 Fix crash setting the priority on reedit
1173                 (Accessing compose before creating it!)
1174
1175 2006-08-08 [colin]      2.4.0cvs33
1176
1177         * src/procmime.c
1178                 Fix bug #998 (last attachment is not accessible)
1179                 Bad RFC interpretation on multipart close-delimiters
1180         * src/mimeview.c
1181         * src/mimeview.h
1182         * src/gtk/gtkvscrollbutton.c
1183         * src/gtk/gtkvscrollbutton.h
1184                 Make attachments list wheel-scrollable
1185
1186 2006-08-07 [colin]      2.4.0cvs32
1187
1188         * src/gtk/gtkaspell.c
1189                 Fix bug #973 (Unicode punctation characters 
1190                 are not recognized as separators by the
1191                 spell checker); fix unsigned stuff
1192
1193 2006-08-07 [colin]      2.4.0cvs31
1194
1195         * src/compose.c
1196                 Fix bug #956 (DnD text with accents in compose 
1197                 text entry); fix gccc's signed/unsigned fuss
1198
1199 2006-08-06 [colin]      2.4.0cvs30
1200
1201         * src/main.c
1202                 Fix bug #979 (Plugin crashes when exiting 
1203                 sylpheed-claws) : handle exit request only 
1204                 once
1205
1206 2006-08-05 [colin]      2.4.0cvs29
1207
1208         * src/news.c
1209                 Just make sure we have a msgid.
1210
1211 2006-08-05 [colin]      2.4.0cvs28
1212
1213         * src/news.c
1214         * src/summaryview.c
1215                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
1216                 by reimplementing it
1217         * src/textview.c
1218                 Fix bug when hiding quotes with level > 3 and quote
1219                 colors are recycled
1220
1221 2006-08-04 [colin]      2.4.0cvs27
1222
1223         * src/compose.c
1224         * src/undo.c
1225         * src/undo.h
1226                 Fix a bit replace-by-pasting undo
1227         * src/mainwindow.c
1228         * src/messageview.c
1229                 Fix Fold quotes menu synchro in
1230                 mainwindow when it changes in 
1231                 messageview
1232         * src/textview.c
1233                 Fix right-click on quotes blocks
1234         * src/common/utils.c
1235                 Verify that the file created by
1236                 my_tmpfile() is writable. Fixes
1237                 bug #988 (very specific filesystem
1238                 issue)
1239         * src/plugins/pgpcore/sgpgme.c
1240                 Fix file descriptor leak
1241         * src/plugins/spamassassin/spamassassin.c
1242                 Warn once if spamd isn't reachable
1243
1244 2006-08-04 [colin]      2.4.0cvs26
1245
1246         * src/toolbar.c
1247                 i18n context patch by Fabien
1248
1249 2006-08-03 [colin]      2.4.0cvs25
1250
1251         * src/mainwindow.c
1252         * src/messageview.c
1253                 Rename "Hide quotes" to "Fold quotes"
1254         * src/textview.c
1255                 Don't use hand cursor on quotes. "all 
1256                 the bonuses of the feature and none of 
1257                 unwelcome side-effects"
1258
1259 2006-08-03 [colin]      2.4.0cvs24
1260
1261         * AUTHORS
1262         * sylpheed-claws.desktop
1263         * src/gtk/authors.h
1264                 Bring the desktop file to XDG compliance
1265                 Patch by Charles A. Edwards
1266
1267 2006-08-03 [colin]      2.4.0cvs23
1268
1269         * src/textview.c
1270                 Fix links offset when they are preceded
1271                 by accentued chars (g_utf8_strlen!)
1272         * src/mainwindow.c
1273                 Fix wrong status when starting offline
1274
1275
1276 2006-08-03 [wwp]        2.4.0cvs22
1277
1278         * src/prefs_common.h
1279                 ask what to do w/ filtering rules that belong to an account when
1280                 applying filtering rules manually from the main window (skip,
1281                 apply regardless of the account, use current account). This dialog
1282                 can be skipped and the last reply used.
1283                 (forgot that file)
1284
1285 2006-08-03 [wwp]        2.4.0cvs21
1286
1287         * src/filtering.c
1288         * src/filtering.h
1289         * src/prefs_common.c
1290         * src/summaryview.c
1291         * src/alertpanel.c
1292         * src/alertpanel.h
1293         * src/messageview.c
1294                 ask what to do w/ filtering rules that belong to an account when
1295                 applying filtering rules manually from the main window (skip,
1296                 apply regardless of the account, use current account). This dialog
1297                 can be skipped and the last reply used.
1298
1299
1300 2006-08-03 [colin]      2.4.0cvs20
1301
1302         * src/textview.c
1303                 Optimize previous patch
1304
1305 2006-08-03 [cleroy]     2.4.0cvs19
1306
1307         * src/textview.c
1308                 Fix quotes getting toggled back when the
1309                 mail has an even number of text parts
1310
1311 2006-08-02 [colin]      2.4.0cvs18
1312
1313         * src/messageview.c
1314                 Add Hide quotes menu
1315
1316 2006-08-02 [colin]      2.4.0cvs17
1317
1318         * src/mainwindow.c
1319         * src/prefs_common.c
1320         * src/textview.c
1321         * src/textview.h
1322         * src/gtk/about.c
1323                 Allow per-level quote hiding,
1324                 Allow toggling quotes by double-clicking them
1325                 Rename RemoteURI to ClickableText to reflect
1326                 the fact it's used for a variety of things
1327
1328 2006-08-02 [wwp]        2.4.0cvs16
1329
1330         * src/mainwindow.c
1331                 fix "View/Hide quotes" menu item status initialization.
1332
1333 2006-08-02 [wwp]        2.4.0cvs15
1334
1335         * src/matcher_parser_parse.y
1336                 remove a debug trace.
1337
1338 2006-08-02 [paul]       2.4.0cvs14
1339
1340         * src/plugins/pgpcore/passphrase.c
1341                 don't set initial dialog size
1342                 make it resizable
1343
1344 2006-08-02 [paul]       2.4.0cvs13
1345
1346         * src/noticeview.c
1347                 remove the rogue '/' character
1348
1349 2006-08-02 [paul]       2.4.0cvs12
1350
1351         * src/noticeview.c
1352                 allow buttons to resize as necessary
1353
1354 2006-08-01 [wwp]        2.4.0cvs11
1355
1356         * src/mbox.c
1357                 fix strict ISO C90 compliance.
1358
1359 2006-08-01 [wwp]        2.4.0cvs10
1360
1361         * tools/update-po
1362                 updated update-po tool to work w/ context-dependent translations.
1363                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1364
1365 2006-08-01 [wwp]        2.4.0cvs9
1366
1367         * src/matcher.c
1368         * src/prefs_filtering.c
1369         * src/prefs_matcher.c
1370                 allow context-dependent translations for "All",
1371                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1372
1373 2006-07-31 [colin]      2.4.0cvs8
1374
1375         * AUTHORS
1376         * src/gtk/authors.h
1377                 Add Rafal to authors
1378
1379 2006-07-31 [colin]      2.4.0cvs7
1380
1381         * src/compose.c
1382         * src/mainwindow.c
1383         * src/messageview.h
1384         * src/prefs_common.c
1385         * src/prefs_common.h
1386         * src/textview.c
1387                 Add 'View/Hide quotes'. Patch based on a patch
1388                 by Rafal Weglarz
1389
1390 2006-07-31 [colin]      2.4.0cvs6
1391
1392         * src/action.c
1393                 Fix problem with "> stuff >" actions
1394
1395 2006-07-31 [paul]       2.4.0cvs5
1396
1397         * po/nb.po
1398                 updated by Geir Helland
1399
1400 2006-07-31 [wwp]        2.4.0cvs4
1401
1402         * src/mainwindow.c
1403         * src/summaryview.c
1404         * src/summaryview.h
1405                 add "View/Go to/Parent message" and "View/Go to/Last read message",
1406                 thanks to Colin.
1407
1408 2006-07-31 [wwp]        2.4.0cvs3
1409
1410         * src/Makefile.am
1411         * src/addr_compl.c
1412         * src/addr_compl.h
1413         * src/addressbook.c
1414         * src/addressbook.h
1415         * src/addressbook_foldersel.c
1416         * src/addressbook_foldersel.h
1417         * src/addrindex.c
1418         * src/addrindex.h
1419         * src/matcher.c
1420         * src/matcher.h
1421         * src/matcher_parser_lex.l
1422         * src/matcher_parser_parse.y
1423         * src/prefs_common.c
1424         * src/prefs_common.h
1425         * src/prefs_filtering.c
1426         * src/prefs_matcher.c
1427         * src/prefs_matcher.h
1428         * src/summaryview.c
1429                 introduce filtering against the address book. It's now possible to add
1430                 matched conditions to determine if any email address in a message matches
1431                 or doesn't match any or all books or folders in the address book.
1432
1433 2006-07-31 [wwp]        2.4.0cvs2
1434
1435         * src/account.c
1436         * src/filtering.c
1437         * src/filtering.h
1438         * src/folder.c
1439         * src/folderview.c
1440         * src/inc.c
1441         * src/mainwindow.c
1442         * src/matcher.c
1443         * src/matcher_parser_lex.l
1444         * src/matcher_parser_parse.y
1445         * src/mbox.c
1446         * src/prefs_filtering.c
1447         * src/prefs_filtering.h
1448         * src/procmsg.c
1449         * src/procmsg.h
1450         * src/summaryview.c
1451                 introduce per-account filtering rules. Each filtering rule can now be assigned
1452                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
1453                 when applying filtering rules manually, as all rules will apply - even the ones
1454                 assigned to an account. This issue will be addressed soon.
1455  
1456
1457
1458 2006-07-31 [wwp]        2.4.0cvs1
1459
1460         * src/quote_fmt.c
1461                 make more strings translatable.
1462
1463 2006-07-31 [paul]       2.4.0
1464
1465         2.4.0 released
1466
1467 2006-07-31 [paul]       2.3.1cvs91
1468
1469         * po/ca.po
1470                 updated by Miquel Oliete
1471
1472 2006-07-31 [paul]       2.3.1cvs90
1473
1474         * po/de.po
1475         * po/el.po
1476         * po/fr.po
1477         * po/it.po
1478         * po/pl.po
1479         * po/pt_BR.po
1480         * po/sr.po
1481         * po/zh_CN.po
1482                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
1483                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
1484                 Aleksandar Urosevic, and Ralgh Young
1485
1486 2006-07-31 [paul]       2.3.1cvs89
1487
1488         * src/account.c
1489         * src/main.c
1490         * src/mainwindow.c
1491         * src/mainwindow.h
1492                 Fix a race condition when, after an SC crash, rescanning
1493                 folders took more than 0.5 seconds
1494                 Thanks to Colin
1495
1496 2006-07-31 [paul]       2.3.1cvs88
1497
1498         * src/folderview.c
1499                 don't translate separator strings
1500
1501 2006-07-30 [mones]      2.3.1cvs87
1502
1503         * doc/man/sylpheed-claws.1
1504                 Fixed non-ASCII chars in Hoa's name
1505         * po/es.po
1506                 Updated for release
1507
1508 2006-07-27 [colin]      2.3.1cvs86
1509
1510         * src/textview.c
1511                 Don't include the leading \n in links
1512                 Patch by Fabien
1513
1514 2006-07-25 [colin]      2.3.1cvs85
1515
1516         * src/mainwindow.c
1517         * src/common/socket.h
1518         * src/etpan/imap-thread.c
1519                 Refresh resolvers before connecting
1520                 to IMAP servers, and after switching
1521                 to online. Thanks to Paul.
1522
1523 2006-07-18 [colin]
1524
1525         * 2.4.0-rc4 released
1526
1527 2006-07-17 [colin]      2.3.1cvs84
1528
1529         * src/inc.c
1530                 Show connection attempt in statusbar before
1531                 connecting (previously first message was
1532                 "Retrieving messages from ..." after the
1533                 connection succeeded.
1534
1535 2006-07-16 [wwp]        2.3.1cvs83
1536
1537         * sylpheed-claws.ico
1538                 Added .ico file (windows multi-size icon file, generated).
1539
1540 2006-07-12 [wwp]        2.3.1cvs82
1541
1542         * src/messageview.c
1543                 remove Message/Re-edit menu entry from messageview window,
1544                 as sent/draft/queued messages are opened in compose window when
1545                 re-edited and it's not possible to re-edit other msgs.
1546
1547 2006-07-12 [paul]       2.3.1cvs81
1548
1549         * AUTHORS
1550         * src/mainwindow.c
1551         * src/gtk/authors.h
1552                 check online state before resetting
1553                 mailcheck timer. Useful if some program
1554                 verifies connection state and updates
1555                 Claws.
1556                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
1557
1558 2006-07-12 [paul]       2.3.1cvs80
1559
1560         * sylpheed-claws-128x128.png
1561         * sylpheed-claws-64x64.png
1562         * sylpheed-claws.png
1563         * src/Makefile.am
1564         * src/main.c
1565         * src/prefs_toolbar.c
1566         * src/stock_pixmap.c
1567         * src/stock_pixmap.h
1568         * src/wizard.c
1569         * src/gtk/about.c
1570         * src/gtk/gtkutils.c
1571         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
1572         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
1573         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
1574         * src/pixmaps/sylpheed.xpm              ** REMOVED **
1575         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
1576         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
1577                 updated and renamed logo/icon files and related
1578                 logo by Jesper Schultz
1579
1580 2006-07-11 [paul]       2.3.1cvs79
1581
1582         * src/main.c
1583                 fix the labels a smidgin
1584
1585 2006-07-09 [colin]      2.3.1cvs78
1586
1587         * src/textview.c
1588                 Show errors in textviewer's command
1589                 Patch by H. Merijn Brand
1590
1591 2006-07-09 [colin]      2.3.1cvs77
1592
1593         * src/compose.c
1594                 Save FMID in drafts too
1595
1596 2006-07-08 [colin]      2.3.1cvs76
1597
1598         * src/compose.c
1599                 Svae RMID in drafted mails too
1600                 Save quote_fmt vars for whole mails,
1601                 don't reset at each quote_fmt_init:
1602                 allows to use the same |i{var} in
1603                 various template fields
1604         * src/prefs_template.c
1605         * src/quote_fmt.h
1606         * src/quote_fmt_parse.y
1607                 Same
1608
1609 2006-07-08 [colin]      2.3.1cvs75
1610
1611         * src/textview.c
1612                 Fix highlighting of attached parts URIs
1613
1614 2006-07-08 [colin]      2.3.1cvs74
1615
1616         * src/main.c
1617                 Prevent bug #981 (sc 2.3.1 segfaults with 
1618                 gtk+ 2.10) from being reported again:
1619                 if Sylpheed-Claws has been compiled against
1620                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
1621                 of if Sylpheed-Claws has been compiled against
1622                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
1623                 error out.
1624
1625 2006-07-07 [colin]      2.3.1cvs73
1626
1627         * src/prefs_actions.c
1628                 Fix label
1629
1630 2006-07-07 [colin]      2.3.1cvs72
1631
1632         * src/prefs_actions.c
1633                 Fix compile on gtk < 2.8. argh :)
1634
1635 2006-07-07 [paul]       2.3.1cvs71
1636
1637         * src/common/defs.h
1638                 update DONATE_URI
1639
1640 2006-07-07 [colin]      2.3.1cvs70
1641
1642         * po/POTFILES.in
1643         * src/quote_fmt.c
1644         * src/quote_fmt_lex.l
1645         * src/quote_fmt_parse.y
1646                 Add |i{var}, a way to insert user-entered
1647                 text in a template
1648
1649 2006-07-07 [colin]
1650
1651         * 2.4.0-rc3 released
1652
1653 2006-07-07 [colin]      2.3.1cvs69
1654
1655         * src/folder.c
1656                 Don't consider inboxes of UNKNOWN folder 
1657                 classes to be useable as default inboxes
1658
1659 2006-07-07 [paul]       2.3.1cvs68
1660
1661         * src/textview.c
1662                 add missing #include <errno.h>
1663                 Thanks to René J. Blokland
1664
1665 2006-07-07 [paul]       2.3.1cvs67
1666
1667         * src/action.c
1668                 Return now Closes dialog
1669         * src/mimeview.c
1670         * src/mimeview.h
1671         * src/textview.c
1672                 add contextual menu to mime parts listed
1673                 in the textview
1674                 Thanks to Colin
1675         * src/common/utils.c
1676                 reversal: ' is a valid character in URLs
1677
1678 2006-07-06 [colin]      2.3.1cvs66
1679
1680         * src/remotefolder.h
1681                 Forgotten in previous commit
1682
1683 2006-07-06 [colin]      2.3.1cvs65
1684
1685         * src/folder.c
1686                 Set summary update flag whenever
1687                 totals changed
1688         * src/imap.c
1689         * src/prefs_account.c
1690         * src/common/utils.h
1691         * src/etpan/imap-thread.c
1692                 Fix warnings, thanks to Fabien and
1693                 Ricardo
1694
1695 2006-07-06 [wwp]        2.3.1cvs64
1696
1697         * src/gtk/gtkutils.c
1698                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
1699
1700 2006-07-06 [wwp]        2.3.1cvs63
1701
1702         * src/account.c
1703         * src/addressbook.c
1704         * src/addressitem.h
1705         * src/folderview.c
1706         * src/mainwindow.c
1707         * src/manual.c
1708         * src/manual.h
1709         * src/message_search.c
1710         * src/prefs_actions.c
1711         * src/prefs_filtering.c
1712         * src/prefs_filtering.h
1713         * src/prefs_template.c
1714         * src/summary_search.c
1715         * src/summaryview.c
1716         * src/gtk/gtkutils.c
1717         * src/gtk/gtkutils.h
1718         * src/gtk/pluginwindow.c
1719                 add help buttons to some dialogs. Clicking such buttons opens a
1720                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
1721
1722 2006-07-06 [paul]       2.3.1cvs62
1723
1724         * src/textview.c
1725                 fix attachments contextual menu
1726                 Thanks to Colin
1727
1728 2006-07-05 [colin]      2.3.1cvs61
1729
1730         * src/textview.c
1731         * src/compose.c
1732                 Handle sftp:// links
1733
1734 2006-07-05 [paul]       2.3.1cvs60
1735
1736         * src/gtk/filesel.c
1737                 grab save button by default
1738                 Thanks to Colin
1739
1740 2006-07-05 [wwp]        2.3.1cvs59
1741
1742         * manual/xml2pdf
1743                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
1744
1745 2006-07-04 [colin]      2.3.1cvs58
1746
1747         * src/mimeview.c
1748         * src/textview.c
1749                 Use left click to select, middle click to open
1750                 on mimeparts links
1751         * src/common/utils.c
1752                 Fix segfault
1753
1754 2006-07-04 [colin]      2.3.1cvs57
1755
1756         * src/mainwindow.c
1757         * src/news.c
1758                 Warning fixes, thanks to Fabien
1759
1760 2006-07-04 [colin]      2.3.1cvs56
1761
1762         * src/mimeview.c
1763         * src/mimeview.h
1764         * src/textview.c
1765                 Allow parts to be selected via their text label
1766                 in textview
1767
1768 2006-07-04 [colin]      2.3.1cvs55
1769
1770         * src/folderview.c
1771                 Feedback when closing (for big folders)
1772         * src/prefs_actions.c
1773         * src/prefs_filtering.c
1774         * src/prefs_matcher.c
1775         * src/prefs_template.c
1776                 Fix default button when closing without
1777                 having saved
1778
1779 2006-07-04 [colin]      2.3.1cvs54
1780
1781         * src/news.c
1782                 Delete local file on deletion
1783
1784 2006-07-03 [colin]      2.3.1cvs53
1785
1786         * src/folderview.c
1787         * src/main.c
1788                 Don't freeze when rescanning after crash
1789
1790 2006-07-03 [wwp]        2.3.1cvs52
1791
1792         * src/compose.c
1793         * src/privacy.c
1794         * src/privacy.h
1795         * src/plugins/pgpinline/pgpinline.c
1796         * src/plugins/pgpmime/pgpmime.c
1797                 don't report an error when the user cancels the passphrase dialog.
1798
1799 2006-07-02 [colin]      2.3.1cvs51
1800
1801         * src/folderview.c
1802                 Open message when crossing folders with Space,
1803                 goto next unread and friends
1804
1805 2006-07-01 [colin]      2.3.1cvs50
1806
1807         * src/prefs_account.c
1808                 Typographic rules varying from language
1809                 to language (in french "Protocole :"),
1810                 we have to do that :)
1811
1812 2006-07-01 [ticho]      2.3.1cvs49
1813
1814         * src/prefs_account.c
1815                 Only use one temporary gchar* variable in
1816                 prefs_account_protocol_set_optmenu().
1817
1818 2006-07-01 [ticho]      2.3.1cvs48
1819
1820         * src/prefs_account.c
1821         * src/prefs_account.h
1822                 Use GtkLabel for existing account protocol name.
1823                 Created an array for protocol names and populate the
1824                 combobox from it in a for() cycle.
1825
1826 2006-06-30 [colin]      2.3.1cvs47
1827
1828         * src/compose.c
1829                 Block undo when changing signature (by changing
1830                 account)
1831
1832 2006-06-30 [paul]       2.3.1cvs46
1833
1834         * src/send_message.c
1835                 when editing From in the Compose window, use that address
1836                 in the Return-Path: header
1837                 Thanks to Colin
1838
1839 2006-06-30 [colin]      2.3.1cvs45
1840
1841         * src/compose.c
1842                 Fix signature replacement:
1843                 - when no newline before separator
1844                 - when reediting
1845
1846 2006-06-29 [colin]      2.3.1cvs44
1847
1848         * src/folderview.c
1849         * src/folderview.h
1850         * src/mainwindow.c
1851         * src/summaryview.c
1852                 Let 'View/Go to/Next marked' work like
1853                 Next new & Next unread: across folders
1854                 Change the select_on_entry pref to do
1855                 what we want when changing folder
1856         * src/common/utils.c
1857                 Fix single-quoted links 
1858
1859 2006-06-29 [colin]      2.3.1cvs43
1860
1861         * src/gtk/gtkaspell.c
1862                 "Sylpheed" and "Sylpheed-Claws" do exist !
1863
1864 2006-06-29 [colin]      2.3.1cvs42
1865
1866         * src/imap.c
1867                 Forgot to remove debug
1868
1869 2006-06-29 [colin]      2.3.1cvs41
1870
1871         * src/imap.c
1872         * src/imap.h
1873         * src/mainwindow.c
1874                 Disconnect from IMAP servers when going
1875                 offline. Fixes bug #978 (going to offline-mode 
1876                 won't close connections)
1877
1878 2006-06-29 [colin]      2.3.1cvs40
1879
1880         * src/main.c
1881                 Fix transient setting on failing plugins
1882                 Patch by Fabien
1883         * src/plugins/pgpcore/sgpgme.c
1884                 Only warn for OpenPGP. Most people don't
1885                 have CMS available.
1886
1887 2006-06-29 [colin]      2.3.1cvs39
1888
1889         * src/compose.c
1890                 Fix Spelling menu (discrepancy between context menu
1891                 and top menu when folder's dictionary isn't the 
1892                 default one)
1893         * src/plugins/pgpcore/sgpgme.c
1894                 More error reporting about why gpgme can fail
1895
1896 2006-06-29 [wwp]        2.3.1cvs38
1897
1898         * src/mainwindow.c
1899                 honor the display-header-pane setting even when the message view
1900                 is a separate window.
1901
1902 2006-06-29 [wwp]        2.3.1cvs37
1903
1904         * src/prefs_actions.c
1905                 forgot to commit that one (use of GTK_STOCK_INFO).
1906
1907 2006-06-29 [colin]      2.3.1cvs36
1908
1909         * src/imap.c
1910                 Better handling of login errors (ask the password
1911                 again once), alert in case of error. Fix three
1912                 signedness warnings.
1913
1914 2006-06-28 [wwp]        2.3.1cvs35
1915
1916         * src/prefs_template.c
1917         * src/prefs_matcher.c
1918         * src/prefs_filtering_action.c
1919         * src/prefs_quote.c
1920                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
1921                 patch by Fabien Vantard, slightly modified.
1922
1923 2006-06-28 [paul]
1924
1925         2.4.0-rc2 released
1926
1927 2006-06-28 [colin]      2.3.1cvs34
1928
1929         * src/prefs_account.c
1930                 Fix bug #977 (Can't add or edit imap accounts)
1931
1932 2006-06-28 [colin]      2.3.1cvs33
1933
1934         * src/mimeview.c
1935                 Fix previous
1936
1937 2006-06-28 [colin]      2.3.1cvs32
1938
1939         * src/mimeview.c
1940                 Save named inlined attachments with "Save all"
1941         * src/main.c
1942         * src/mbox.c
1943         * src/common/plugin.c
1944         * src/common/plugin.h
1945         * src/common/sylpheed.c
1946         * src/common/utils.c
1947         * src/plugins/pgpcore/sylpheed.def
1948         * src/plugins/pgpinline/sylpheed.def
1949         * src/plugins/pgpmime/sylpheed.def
1950                 Win32 compatibility patch, by
1951                 Werner Koch
1952
1953 2006-06-28 [wwp]        2.3.1cvs31
1954
1955         * src/imap.c
1956         * src/prefs_folder_item.c
1957                 less compilation warnings (thanks to Fabien Vantard), less typos.
1958
1959 2006-06-28 [paul]       2.3.1cvs30
1960
1961         * src/gtk/gtkutils.c
1962                 gtk_combo_box_set_focus_on_click() is only
1963                 available since gtk 2.6.0
1964
1965 2006-06-28 [paul]       2.3.1cvs29
1966
1967         * src/prefs_ext_prog.c
1968                 fix engrish and add a tooltip for the
1969                 'command for 'Display as text' option
1970
1971 2006-06-28 [paul]
1972
1973         2.4.0-rc1 released
1974
1975 2006-06-28 [paul]       2.3.1cvs28
1976
1977         * ChangeLog
1978         * tools/Makefile.am
1979                 include textviewer.pl in releases
1980
1981 2006-06-28 [paul]       2.3.1cvs27
1982
1983         * src/prefs_ext_prog.c
1984                 hide Print command option if libgnomeprint
1985                 support is present
1986
1987 2006-06-27 [colin]      2.3.1cvs26
1988
1989         * src/compose.c
1990                 Fix Esc handling in insert/attach dialog
1991                 Don't show this dialog if dragging something
1992                 else than text/uri-list
1993                 Thanks to Fabien Vantard
1994         * tools/textviewer.pl
1995                 Filter script to display stuff as text
1996                 by H. Merijn Brand
1997
1998 2006-06-27 [wwp]        2.3.1cvs25
1999
2000         * src/messageview.c
2001                 use the exact product name (message view title), patch
2002                 by Fabien Vantard.
2003
2004 2006-06-27 [ticho]      2.3.1cvs24
2005
2006         * src/prefs_account.c
2007         * src/prefs_common.c
2008         * src/prefs_common.h
2009         * src/prefs_ext_prog.c
2010         * src/textview.c
2011                 Add a preference (Preferences/External programs)
2012                 to allow "Display as text" to be done via a script
2013                 (patch by H.Merijn Brand).
2014                 Use GtkComboBox for protocol selection in account
2015                 preferences.
2016                 Only include current choice for existing accounts, and
2017                 insensitivize the combobox.
2018
2019 2006-06-27 [paul]       2.3.1cvs23
2020
2021         * src/mbox.c
2022                 fix crasher introduced in cvs21.
2023                 Thanks to Colin
2024
2025 2006-06-26 [colin]      2.3.1cvs22
2026
2027         * src/mbox.c
2028                 Fix double-frees when leaving folders
2029                 after exporting to mbox
2030
2031 2006-06-26 [colin]      2.3.1cvs21
2032
2033         * src/mbox.c
2034                 More feedback (and optimisation)
2035                 on import/export
2036         * src/common/utils.c
2037                 Fix case when looking for mail addresses
2038         * src/gtk/gtkutils.c
2039                 Extra check for (X-)Face
2040
2041 2006-06-25 [ticho]      2.3.1cvs20
2042
2043         * src/compose.c
2044         * src/exphtmldlg.c
2045         * src/gtk/gtkutils.c
2046         * src/gtk/gtkutils.h
2047                 Added second argument to gtkut_sc_combobox_create() to
2048                 control focus-on-click for the widget.
2049                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2050
2051 2006-06-25 [ticho]      2.3.1cvs19
2052
2053         * src/compose.c
2054         * src/gtk/Makefile.am
2055         * src/gtk/combobox.c
2056         * src/gtk/combobox.h
2057         * src/gtk/gtkutils.c
2058         * src/gtk/gtkutils.h
2059                 Use GtkComboBox instead of deprecated GtkOptionMenu
2060                 for account selector in compose window and for encoding
2061                 selector in attachment properties.
2062                 Also factorise working with the new GtkComboBox somewhat.
2063
2064 2006-06-24 [paul]       2.3.1cvs18
2065
2066         * src/prefs_common.c
2067                 use the correct default value
2068
2069 2006-06-24 [paul]       2.3.1cvs17
2070
2071         * src/compose.c
2072         * src/prefs_common.c
2073         * src/prefs_common.h
2074         * src/prefs_compose_writing.c
2075                 enable setting of default action when
2076                 dnd'ing files in the compose window.
2077                 (Collaborative effort with wwp)
2078
2079 2006-06-23 [wwp]        2.3.1cvs16
2080
2081         * src/compose.c
2082                 i18n fix (thanks to Fabien Vantard)
2083
2084 2006-06-22 [colin]      2.3.1cvs15
2085
2086         * src/prefs_customheader.c
2087                 Don't use filters in custom headers' file 
2088                 selector. Remember, extensions mean nothing :)
2089
2090 2006-06-22 [paul]       2.3.1cvs14
2091
2092         * configure.ac
2093                 allow setting of man directory location
2094
2095 2006-06-22 [colin]      2.3.1cvs13
2096
2097         * src/mainwindow.c
2098                 Add 'View/Go to/Next unread folder'.
2099                 I missed that :)
2100
2101 2006-06-22 [colin]      2.3.1cvs12
2102
2103         * src/common/utils.c
2104                 Add some subject prefixes
2105                 Patch by Bjorn T Johansen <btj@havleik.no>
2106
2107 2006-06-22 [colin]      2.3.1cvs11
2108
2109         * manual/advanced.xml
2110                 Forgotten hidden pref
2111
2112 2006-06-21 [paul]       2.3.1cvs10
2113
2114         * src/prefs_account.c
2115                 complete the removal of 'Add date header' option
2116
2117 2006-06-21 [paul]       2.3.1cvs9
2118
2119         * src/account.c
2120         * src/compose.c
2121         * src/prefs_account.c
2122         * src/prefs_account.h
2123                 remove option to add date header - always
2124                 add date header
2125         * src/etpan/imap-thread.c
2126                 fix warnings (Thanks to Colin)
2127
2128 2006-06-21 [wwp]        2.3.1cvs8
2129
2130         * src/folder.c
2131                 set the attachment flag when inline text part are (file)named. This is more convenient
2132                 when receiving (for instance) inline source files or patches sent using thunderbird.
2133
2134 2006-06-21 [paul]       2.3.1cvs7
2135
2136         * src/inc.c
2137                 fix off-by-one count of current msg in
2138                 statusbar filtering progressbar
2139
2140 2006-06-21 [paul]       2.3.1cvs6
2141
2142         * src/folder.c
2143                 Show attachment icon even if the part is 'inline'
2144                 if the following conditions are met:
2145                 - content-type != 'text/plain'
2146                 - content-type != '*/pgp-signature'
2147                 - either 'name' or 'filename' parameter is not NULL
2148                 
2149                 Thanks to Colin
2150
2151 2006-06-21 [paul]       2.3.1cvs5
2152
2153         * src/messageview.c
2154         * src/prefs_common.c
2155         * src/prefs_common.h
2156         * src/prefs_other.c
2157                 add an option to 'Never send Return
2158                 Receipts'
2159                 Thanks to Colin
2160
2161 2006-06-20 [mones]      2.3.1cvs4
2162
2163         * po/es.po
2164                 updated
2165         * src/compose.c
2166                 typo fixed (space after comma)
2167         * tools/make.themes.project
2168                 remove exec mode from tarball files
2169
2170 2006-06-20 [colin]      2.3.1cvs3
2171
2172         * src/news.c
2173         * src/procheader.c
2174         * src/unmime.c
2175                 Better fix for \n's in headers (don't 
2176                 break Received: and others)
2177
2178 2006-06-20 [paul]       2.3.1cvs2
2179
2180         * src/alertpanel.c
2181         * src/textview.c
2182                 improve legibility of phishing attempt
2183                 dialog
2184
2185 2006-06-20 [paul]       2.3.1cvs1
2186
2187         * NEWS
2188         * README
2189         * configure.ac
2190                 Update version number following
2191                 stable release
2192
2193 2006-06-20 [colin]      2.3.0cvs26
2194
2195         * src/compose.c
2196                 When dragging a file to the text of the compose
2197                 window, ask whether we want to insert or attach
2198                 (I know lots of people who do that to attach)
2199
2200 2006-06-20 [colin]      2.3.0cvs25
2201
2202         * src/etpan/imap-thread.c
2203                 Fix threshold (the append command is often > 32 bytes)
2204
2205 2006-06-19 [colin]      2.3.0cvs24
2206
2207         * src/imap.c
2208         * src/etpan/imap-thread.c
2209                 Workaround Rockliffe IMAP server bug: replace
2210                 "x UID SEARCH (ANSWERED UID 1:*)" with
2211                 "x UID SEARCH ANSWERED"
2212                 (Rockliffe doesn't handle the parenthesis)
2213
2214 2006-06-19 [colin]      2.3.0cvs23
2215
2216         * src/compose.c
2217         * src/imap.c
2218         * src/etpan/imap-thread.c
2219                 Probably fix bug #972 (Freezes when adding 
2220                 an attachment to the message)
2221         * src/common/defs.h
2222                 Modernize Firefox cmd
2223
2224
2225 2006-06-18 [colin]      2.3.0cvs22
2226
2227         * src/prefs_customheader.c
2228                 Only allow correct filenames for various
2229                 custom headers
2230
2231 2006-06-18 [colin]      2.3.0cvs21
2232
2233         * src/prefs_customheader.c
2234                 Add a 'From File...' button in custom headers prefs, which
2235                 try to do the right thing: 
2236                 for normal headers, use file as plaintext,
2237                 for X-Face, calls compface,
2238                 for Face, encode to b64.
2239
2240 2006-06-17 [colin]      2.3.0cvs20
2241
2242         * src/mh.c
2243                 Warning fix
2244
2245 2006-06-16 [colin]      2.3.0cvs19
2246
2247         * src/summaryview.c
2248                 Recursive quicksearch: show message list
2249                 in current folder, *then* search children
2250                 in the background.
2251
2252 2006-06-16 [colin]      2.3.0cvs18
2253
2254         * src/main.c
2255                 Instead of ignoring SIGPIPE, save caches
2256                 when getting one. Will fix the fact that
2257                 hot caches are out-of-date when logging 
2258                 out of Xorg.
2259         * src/compose.c
2260         * src/prefs_compose_writing.c
2261                 Only save text (not attachments) when 
2262                 auto-saving to drafts
2263         * src/unmime.c
2264                 Always replace \n, \r and \t with spaces
2265                 in headers
2266         * manual/dist/html/Makefile.am
2267         * manual/dist/pdf/Makefile.am
2268         * manual/dist/ps/Makefile.am
2269         * manual/dist/txt/Makefile.am
2270         * manual/fr/dist/html/Makefile.am
2271         * manual/fr/dist/pdf/Makefile.am
2272         * manual/fr/dist/ps/Makefile.am
2273         * manual/fr/dist/txt/Makefile.am
2274         * manual/pl/dist/html/Makefile.am
2275         * manual/pl/dist/pdf/Makefile.am
2276         * manual/pl/dist/ps/Makefile.am
2277         * manual/pl/dist/txt/Makefile.am
2278                 Fix make clean removing pregenerated manuals
2279
2280
2281 2006-06-16 [colin]      2.3.0cvs17
2282
2283         * src/plugins/pgpcore/sgpgme.c
2284         * src/plugins/pgpmime/pgpmime.c
2285         * src/plugins/pgpinline/pgpinline.c
2286                 Better error reporting in setup_signers.
2287                 Don't fallback to default key if specified
2288                 key isn't found.
2289                 Don't allow signing if more than one secret
2290                 key matches the one specified in prefs.
2291
2292 2006-06-15 [colin]      2.3.0cvs16
2293
2294         * src/folderview.c
2295                 Add "Send queue" in the folder's contextual
2296                 menu
2297         * src/compose.c
2298         * src/messageview.c
2299         * src/privacy.c
2300         * src/privacy.h
2301         * src/procmime.c
2302         * src/procmsg.c
2303         * src/plugins/pgpcore/passphrase.c
2304         * src/plugins/pgpcore/sgpgme.c
2305         * src/plugins/pgpinline/pgpinline.c
2306         * src/plugins/pgpmime/pgpmime.c
2307                 Better error reporting
2308         * src/mbox.c
2309                 Probably fix bug #971 (2.2.3 cannot read mail 
2310                 from local mbox)
2311
2312
2313 2006-06-15 [mones]      2.3.0cvs15
2314
2315         * tools/make.themes.project
2316                 creates the themes project from the web page
2317
2318 2006-06-15 [colin]      2.3.0cvs14
2319
2320         * src/folder.c
2321                 Better fix (avoid losing the folder if scan_tree 
2322                 fails)
2323
2324 2006-06-15 [cleroy]     2.3.0cvs13
2325
2326         * src/folder.c
2327                 Probably fix Bug #969 (crash on rebuilding 
2328                 imap folder)
2329
2330 2006-06-14 [colin]      2.3.0cvs12
2331
2332         * manual/dtd/manual.xsl
2333         * manual/sylpheed-claws-manual.xml
2334         * manual/fr/sylpheed-claws-manual.xml
2335         * manual/pl/sylpheed-claws-manual.xml
2336                 Insert pagebreaks between sections
2337
2338 2006-06-14 [paul]       2.3.0cvs11
2339
2340         * configure.ac
2341                 better fix than 2.3.0cvs10
2342
2343 2006-06-14 [paul]       2.3.0cvs10
2344
2345         * configure.ac
2346                 fix setting of PACKAGE_DATA_DIR with newer autoconf
2347                 (backwards compatible)
2348
2349 2006-06-13 [colin]      2.3.0cvs9
2350
2351         * src/messageview.c
2352                 Fix sending of return receipt with the new queue folders
2353
2354 2006-06-13 [wwp]        2.3.0cvs8
2355
2356         * src/quote_fmt_lex.l
2357                 fix wrong tokens returned in quote_fmt lexer, query not().
2358
2359 2006-06-13 [wwp]        2.3.0cvs7
2360
2361         * src/folder.c
2362         * src/prefs_folder_item.c
2363                 allow changing folder type even when folder is not a top-level one,
2364                 thanks to Colin.
2365
2366 2006-06-12 [colin]      2.3.0cvs6
2367
2368         * src/folderview.c
2369                 Fix double-ask of "Do you want to mark all
2370                 as read"
2371
2372 2006-06-12 [colin]      2.3.0cvs5
2373
2374         * src/compose.c
2375         * src/compose.h
2376         * src/folder.c
2377         * src/folder.h
2378         * src/imap.c
2379         * src/inc.c
2380         * src/main.c
2381         * src/messageview.c
2382         * src/mh.c
2383         * src/prefs_folder_item.c
2384         * src/procheader.c
2385         * src/procmime.c
2386         * src/procmsg.c
2387         * src/procmsg.h
2388         * src/send_message.c
2389         * src/summaryview.c
2390         * src/toolbar.c
2391                 Apply bug #964's patch (Queue and drafts aren't normal)
2392                 The Drafts and Queue folder now contain RFC-822 files,
2393                 allowing to move and copy mails from and to these 
2394                 folders. Moving from Drafts to Queue will prepare the
2395                 mail for sending (PGP signature, encryption, etc).
2396                 This patch also rework sending errors handling to try
2397                 to be more helpful.
2398                 Also, allow redefining folder types via the GUI 
2399                 (Folder type in its Properties)
2400
2401 2006-06-12 [colin]      2.3.0cvs4
2402
2403         * src/summaryview.c
2404         * src/prefs_common.c
2405         * src/prefs_common.h
2406         * src/gedit-print.c
2407                 Allow to define a specific print font - patch
2408                 by Bernhard Walle <bernhard.walle@gmx.de>
2409         * src/prefs_fonts.c
2410         * manual/advanced.xml
2411         * manual/fr/advanced.xml
2412                 Add a hidden pref to allow deletion without
2413                 confirmation
2414
2415 2006-06-12 [wwp]        2.3.0cvs3
2416
2417         * .cvsignore
2418                 more files to ignore.
2419
2420 2006-06-12 [wwp]        2.3.0cvs2
2421
2422         * src/quote_fmt.c
2423         * src/quote_fmt_lex.l
2424         * src/quote_fmt_parse.y
2425                 extend the quote_fmt parser (templates and quotes):
2426                 - allow limited sub-expressions in |p{} and |f{} expressions,
2427                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
2428                 - implemented/fixed missing implementation of query_references and show_references,
2429                 - completed, fixed contents and format of the symbols help dialog,
2430                 - fix some compilation warnings.
2431
2432 2006-06-12 [wwp]        2.3.0cvs1
2433
2434         * manual/advanced.xml
2435         * manual/fr/advanced.xml
2436                 updates in the "templates" section of the manual (eng/fr):
2437                  - be more precise (both versions)
2438                  - completed to match the english reference (fr version)
2439                  - touchups (both versions)
2440
2441 2006-06-12 [paul]       2.3.0
2442
2443         2.3.0 released
2444
2445 2006-06-12 [paul]       2.2.3cvs14
2446
2447         * po/ca.po
2448         * po/cs.po
2449         * po/de.po
2450         * po/el.po
2451         * po/fr.po
2452         * po/it.po
2453         * po/pt_BR.po
2454         * po/sr.po
2455         * po/zh_CN.po
2456                 updated by Miquel Oliete, Tim, Stephan Sachse,
2457                 Stavros Giannouris, Fabien Vantard, Andrea
2458                 Spadaccini, Frederico Goncalves Guimaraes,
2459                 Aleksandar Urosevic, and Ralgh Young
2460
2461 2006-06-12 [colin]      2.2.3cvs13
2462
2463         * src/mbox.c
2464                 Add missing header
2465
2466 2006-06-11 [colin]      2.2.3cvs12
2467
2468         * src/msgcache.c
2469                 Verify that g_malloc() succeeded
2470
2471 2006-06-11 [colin]      2.2.3cvs11
2472
2473         * src/wizard.c
2474                 Add Face header to welcome mail
2475
2476 2006-06-10 [colin]      2.2.3cvs10
2477
2478         * src/textview.c
2479                 Revert previous (Forgot it changes the
2480                 margin on the whole mail)
2481
2482 2006-06-10 [colin]      2.2.3cvs9
2483
2484         * src/textview.c
2485                 Don't overlap long headers under (X-)Face
2486
2487 2006-06-10 [mones]      2.2.3cvs8
2488
2489         * manual/xml2pdf
2490                 allow generation of manual on systems lacking saxon binary
2491                 but with java and the saxon library installed
2492
2493         * po/es.po
2494                 updated for release
2495
2496 2006-06-09 [colin]      2.2.3cvs7
2497
2498         * src/summaryview.c
2499                 Fix leak when using Display Sender using Addressbook
2500
2501 2006-06-09 [colin]      2.2.3cvs6
2502
2503         * src/compose.c
2504         * src/folder.c
2505         * src/folderview.c
2506         * src/mimeview.c
2507         * src/summaryview.c
2508                 More leaks fixes
2509
2510 2006-06-09 [paul]       2.2.3cvs5
2511
2512         * AUTHORS
2513         * src/gtk/authors.h
2514         * tools/claws.i18n.status.pl
2515                 updated with new info
2516
2517 2006-06-09 [paul]       2.2.3cvs4
2518
2519         * README
2520                 updated
2521         * manual/ack.xml
2522                 add wwp to authors list
2523         * src/gtk/authors.h
2524                 update mine and Colin's addresses
2525
2526 2006-06-08 [colin]      2.2.3cvs3
2527
2528         * src/etpan/imap-thread.c
2529                 Fix leak on SSL cert check
2530
2531 2006-06-08 [colin]      2.2.3cvs2
2532
2533         * src/common/utils.c
2534                 Fix leak
2535
2536 2006-06-08 [paul]       2.2.3cvs1
2537
2538         * configure.ac
2539                 Update version number following
2540                 stable release
2541
2542 2006-06-07 [colin]      2.2.2cvs3
2543
2544         * src/msgcache.c
2545                 Fix catching cache read errors (guint instead of gint)
2546                 Prevent malloc'ing more than 8MB (means cache corruption)
2547
2548 2006-06-07 [paul]       2.2.2cvs2
2549
2550         * src/exporthtml.c
2551         * src/exportldif.c
2552         * src/mh.c
2553         * src/mutt.c
2554         * src/pine.c
2555         * src/common/utils.c
2556                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
2557                 obey $HOME'
2558                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
2559                 Thanks to Colin
2560
2561 2006-06-06 [paul]       2.2.2cvs1
2562
2563         * configure.ac
2564                 Update version number following
2565                 stable release
2566
2567 2006-06-06 [paul]       2.2.1cvs6
2568
2569         * src/matcher.c
2570                 fix  implicit declaration of
2571                 sylpheed_do_idle()
2572                 Patch by Fabien Vantard
2573
2574 2006-06-06 [paul]       2.2.1cvs5
2575
2576         * src/matcher.c
2577                 fix age_greater and age_lower so that they
2578                 mean what say and not '...or equal to'
2579                 Thanks to Colin
2580
2581 2006-06-06 [paul]       2.2.1cvs4
2582
2583         * src/textview.c
2584         * src/common/utils.c
2585                 fix URI check
2586                 Thanks to Colin
2587
2588 2006-06-05 [wwp]        2.2.1cvs3
2589
2590         * manual/fr/account.xml
2591                 minor language fixes (thanks to Fabien Vantard).
2592
2593 2006-06-05 [colin]      2.2.1cvs2
2594
2595         * src/prefs_folder_item.c
2596         * src/folderview.c
2597                 Allow recursive setting of properties 
2598                 for whole mailboxes
2599         * src/matcher.c
2600                 Don't freeze on 'test' filtering rule
2601
2602 2006-06-05 [colin]      2.2.1cvs1
2603
2604         * configure.ac
2605                 Update version number following
2606                 stable release
2607
2608 2006-06-04 [wwp]        2.2.0cvs82
2609
2610         * manual/glossary.xml
2611         * manual/account.xml
2612         * manual/fr/glossary.xml
2613         * manual/fr/account.xml
2614                 added glossary section and references/links related to the Face custom header.
2615
2616 2006-06-04 [colin]      2.2.0cvs81
2617
2618         * src/summaryview.c
2619                 Skip to next message on move with no
2620                 immediate execution
2621
2622 2006-06-04 [wwp]        2.2.0cvs80
2623
2624         * manual/xml2pdf
2625                 added sanity checks, exit when needed.
2626
2627 2006-06-03 [paul]       2.2.0cvs79
2628
2629         * src/prefs_receive.c
2630                 page name is now 'Receiving'
2631         * src/prefs_send.c
2632                 page name is now 'Sending'
2633
2634 2006-06-03 [colin]      2.2.0cvs78
2635
2636         * src/plugins/spamassassin/spamassassin_gtk.c
2637                 Autoswitch to Localhost if transport was previously
2638                 disabled. Else people had to check [] Enable, then
2639                 *reselect* transport.
2640
2641 2006-06-03 [colin]      2.2.0cvs77
2642
2643         * src/plugins/pgpinline/pgpinline.c
2644         * src/plugins/pgpmime/pgpmime.c
2645                 Check that gpg_data_release_and_get_mem 
2646                 didn't fail (now, why this happens...)
2647
2648 2006-06-03 [colin]      2.2.0cvs76
2649
2650         * src/mbox.c
2651                 Fix bug #962 (Manual and/or UI should 
2652                 warn about incompatible locking 
2653                 causing dataloss)
2654
2655 2006-06-02 [cleroy]     2.2.0cvs75
2656
2657         * src/filtering.c
2658         * src/folder.c
2659         * src/procmsg.c
2660         * src/summaryview.c
2661                 Fix a few leaks
2662
2663 2006-06-02 [colin]      2.2.0cvs74
2664
2665         * src/main.c
2666                 On exit, free caches after writing them
2667                 Shuts up some valgrind false positives
2668         * src/procmsg.c
2669         * src/send_message.c
2670                 Fix races when reusing existing SMTP connections
2671                 Fix inexistant session timeout
2672         * src/toolbar.c
2673                 Display alertpanel after all queues have
2674                 been processed, not after each
2675
2676 2006-06-02 [wwp]        2.2.0cvs73
2677
2678         * manual/fr/glossary.xml
2679         * manual/fr/ack.xml
2680         * manual/ack.xml
2681                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
2682
2683 2006-06-02 [wwp]        2.2.0cvs72
2684
2685         * manual/xml2pdf
2686         * manual/dist/pdf/Makefile.am
2687         * manual/dtd/manual.xsl
2688         * manual/fr/dist/pdf/Makefile.am
2689         * manual/pl/dist/pdf/Makefile.am
2690                 we changed the procedure to generate the .pdf version of the manual.
2691                 The procedure is more modern and the .pdf we get now has a valid index.
2692                 Here are the new pre-requisites:
2693
2694                 - JRE 1.x (1.4 here): there must be one from your distro
2695                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
2696                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
2697                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
2698
2699                 See my posts for further info about the installation of this toolchain:
2700
2701                 Date: Fri, 19 May 2006 19:40:06 +0200
2702                 From: wwp <subscript@free.fr>
2703                 To: sylpheed-claws-devel@lists.sourceforge.net
2704                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
2705
2706                 and
2707
2708                 Date: Wed, 24 May 2006 12:58:49 +0200
2709                 From: wwp <subscript@free.fr>
2710                 To: sylpheed-claws-devel@lists.sourceforge.net
2711                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
2712
2713 2006-06-01 [colin]      2.2.0cvs71
2714
2715         * src/compose.c
2716                 Better guards against IMAP races
2717         * src/main.c
2718         * src/prefs_common.c
2719         * src/prefs_common.h
2720         * src/common/ssl_certificate.c
2721         * src/etpan/imap-thread.c
2722         * src/etpan/imap-thread.h
2723         * src/gtk/sslcertwindow.c
2724                 New hidden option ssl_skip_cert_check to 
2725                 avoid dups of bug #959 (libetpan linked
2726                 against gnutls and gnutls buggy on 64bit)
2727                 Present expired warning only once per
2728                 session/server.
2729         * manual/advanced.xml
2730         * manual/fr/advanced.xml
2731                 Document new option
2732
2733 2006-06-01 [wwp]        2.2.0cvs70
2734
2735         * src/messageview.c
2736                 fix for bug #961 (return receipt dialog 
2737                 complains incorrectly about return-path 
2738                 email adress being different), thanks 
2739                 to Colin.
2740
2741 2006-05-31 [cleroy]     2.2.0cvs69
2742
2743         * src/common/ssl.c
2744                 Guard against NULLs, although this
2745                 should never be an issue
2746
2747 2006-05-31 [colin]      2.2.0cvs68
2748
2749         * src/filtering.c
2750                 Use g_slist_prepend
2751         * src/imap.c
2752                 Don't remove caches when destroying folder, it
2753                 could (should) be done at exit
2754         * src/inc.c
2755                 free processing cache after incorporation
2756         * src/etpan/imap-thread.c
2757                 Maybe fix bug #959 (Crash on moving to emails 
2758                 to a imap account per ssl with a expired 
2759                 certificate.)
2760
2761 2006-05-30 [colin]      2.2.0cvs67
2762
2763         * src/summaryview.c
2764                 Put back event flush when displaying message
2765                 It avoids reading a bunch of messages just
2766                 by hitting shift-n for too long ;)
2767
2768 2006-05-29 [colin]      2.2.0cvs66
2769
2770         * src/summaryview.c
2771                 Remove useless g_warnings
2772
2773 2006-05-29 [colin]      2.2.0cvs65
2774
2775         * src/imap.c
2776                 Fix g_slist_append()s for performance
2777
2778 2006-05-29 [colin]      2.2.0cvs64
2779
2780         * src/compose.c
2781         * src/common/utils.c
2782                 Fix extraneous tab at start of addresses
2783         * src/mainwindow.c
2784                 Fix warnings (thanks to Fabien)
2785                 Fix crash at exit when composing messages 
2786                 exist
2787         * src/pop.c
2788                 Fix progress bar when deleting expired mails
2789                 Thanks to Hiro
2790         * src/summaryview.c
2791         * src/gtk/gtksctree.c
2792                 Fix re-sorting slowness
2793
2794 2006-05-29 [paul]       2.2.0cvs63
2795
2796         * src/mh.c
2797                 fetch full message when moving mails
2798                 from another mailbox, (fixed data loss
2799                 when filtering from IMAP to MH, introduced
2800                 in 2.2.0cvs57).
2801                 Thanks to Colin
2802
2803 2006-05-29 [mones]      2.2.0cvs62
2804
2805         * src/gtk/gtksctree.c
2806                 Unselect faster (patch by Colin)        
2807
2808 2006-05-26 [colin]      2.2.0cvs61
2809
2810         * src/summaryview.c
2811                 Unplug MSGINFO_UPDATE callback on delete too.
2812
2813 2006-05-26 [colin]      2.2.0cvs60
2814
2815         * src/foldersel.c
2816                 Fix bold in folder selection window with glib2.10
2817                 thanks Hiro
2818
2819 2006-05-26 [colin]      2.2.0cvs59
2820
2821         * src/procheader.c
2822                 Convert date only if necessary (and don't
2823                 try to convert from utf8 to utf8, too)
2824         * src/summaryview.c
2825                 Only set column's text if the column's 
2826                 displayed
2827
2828 2006-05-26 [colin]      2.2.0cvs58
2829
2830         * src/summaryview.c
2831         * src/gtk/gtkutils.c
2832                 Fix useless warning
2833
2834 2006-05-26 [colin]      2.2.0cvs57
2835
2836         * src/mainwindow.c
2837                 Make summaryview selectable as long as 
2838                 no message has focus
2839         * src/mh.c
2840                 Faster deletion (by implementing mh_remove_msgs)
2841                 Faster copy (avoid using mh_fetch_msg just to get
2842                 the filename)
2843                 Faster move (using move_file instead of copy_file
2844                 if MSG_IS_MOVE)
2845                 No progressbar if total number of mails to cp/mv 
2846                 is less than 100
2847         * src/summaryview.c
2848                 Fix removal from subject_table when mail gets moved
2849                 Faster deletion (g_slist_prepend instead of append)
2850         * src/gtk/gtksctree.c
2851                 Remove useless code
2852
2853 2006-05-25 [colin]      2.2.0cvs56
2854
2855         * src/common/ssl_certificate.c
2856                 Fix leak in expired cert check
2857
2858 2006-05-25 [colin]      2.2.0cvs55
2859
2860         * src/mh.c
2861                 Disable flags syncing on .mh_sequences - it
2862                 is buggy and marks mails read under unknown
2863                 conditions.
2864
2865 2006-05-25 [paul]
2866
2867         * 2.3.0-rc4 released
2868
2869 2006-05-24 [colin]      2.2.0cvs54
2870
2871         attention cvs users: if you manage to crash
2872         Sylpheed-Claws while moving, copying or deleting
2873         mails, we *are* interested in stack traces and
2874         valgrind logs. It looks stable, but one never
2875         knows...
2876
2877         * src/folder.c
2878                 Add progressbar for cache updates
2879         * src/folderutils.c
2880                 Optimize Mark all read in the current
2881                 folder
2882         * src/mh.c
2883                 Add progressbar for copy/move
2884         * src/procmsg.c
2885                 Optimize O(n^2) in copy/move
2886         * src/summaryview.c
2887         * src/gtk/gtksctree.c
2888                 Optimize O(n^2) algos
2889         * src/common/timing.h
2890                 Display ms instead of us
2891
2892 2006-05-24 [wwp]        2.2.0cvs53
2893
2894         * manual/fr/advanced.xml
2895                 updates to the French manual.
2896
2897 2006-05-24 [wwp]        2.2.0cvs52
2898
2899         * src/common/utils.c
2900                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
2901
2902 2006-05-24 [wwp]        2.2.0cvs51
2903
2904         * src/folderutils.c
2905                 fixed "mark all read" in MH folders (thanks to Colin).
2906
2907 2006-05-24 [paul]       2.2.0cvs50
2908
2909         * doc/man/sylpheed-claws.1
2910                 updated the man page
2911
2912 2006-05-23 [colin]      2.2.0cvs49
2913
2914         * src/folderview.c
2915         * src/imap.c
2916         * src/inc.c
2917         * src/mbox.c
2918         * src/messageview.c
2919         * src/news.c
2920         * src/send_message.c
2921         * src/summaryview.c
2922         * src/gtk/sslcertwindow.c
2923                 alertpanel fixes, by Fabien
2924
2925 2006-05-23 [colin]      2.2.0cvs48
2926
2927         * src/folder.c
2928         * src/folderview.c
2929         * src/msgcache.c
2930         * src/summaryview.c
2931         * src/gtk/gtksctree.c
2932         * src/gtk/gtksctree.h
2933                 More timings
2934                 Fix slow loading problem, which was caused by the
2935                 use of some gtk_ctree funcs and their use of
2936                 g_list_position while gtk_ctree_(un)link'ing.
2937                 Reap more functions from gtkctree.c to be sure we
2938                 use our (fast) version instead of theirs.
2939         * src/mh.c
2940                 Fix copy of unread mails
2941
2942
2943 2006-05-22 [wwp]        2.2.0cvs47
2944
2945         * manual/fr/advanced.xml
2946                 updated.
2947
2948 2006-05-22 [colin]      2.2.0cvs46
2949
2950         * src/filtering.c
2951                 Fix possible infinite loop. 'copy' is not a 
2952                 final action, so when encountering a 'copy',
2953                 we have to check if a previous one was set
2954                 and do it. In the same way, if we encounter
2955                 a 'move' we have to perform a possibly 
2956                 pending 'copy'. This will slow down filtering
2957                 on IMAP if move+copy or multiple copy actions
2958                 are to be done, but handling it via the batch
2959                 would be really too convoluted.
2960
2961 2006-05-22 [wwp]        2.2.0cvs45
2962
2963         * manual/fr/advanced.xml
2964         * manual/fr/faq.xml
2965         * manual/fr/glossary.xml
2966         * manual/fr/handling.xml
2967         * manual/fr/intro.xml
2968         * manual/fr/plugins.xml
2969         * manual/fr/sylpheed-claws-manual.xml
2970                 sync w/ the english manual: updates URIs, documented mailing-list
2971                 support, better explanation about the enabled/disabled feature
2972                 in filtering/processing rules by Paul.
2973
2974 2006-05-21 [colin]      2.2.0cvs44
2975
2976         * src/summaryview.c
2977                 Don't expand after building threads, but during
2978
2979 2006-05-21 [colin]      2.2.0cvs43
2980
2981         * src/procmsg.c
2982         * src/summaryview.c
2983                 More timing possibilities... For next time I have 
2984                 to find out how the hell some 3GHz computer takes
2985                 one minute to open a 30k folder...
2986
2987 2006-05-21 [colin]      2.2.0cvs42
2988
2989         * manual/pl/advanced.xml
2990         * manual/pl/faq.xml
2991         * manual/pl/glossary.xml
2992         * manual/pl/handling.xml
2993         * manual/pl/intro.xml
2994         * manual/pl/plugins.xml
2995         * manual/pl/sylpheed-claws-manual.xml
2996                 Polish manual updated by Pawel
2997
2998 2006-05-20 [colin]
2999
3000         * 2.3.0-rc3 released
3001
3002 2006-05-20 [colin]      2.2.0cvs41
3003
3004         * src/imap.c
3005                 Fix -rc2 problems:
3006                 - remove cache of moved messages from original folder
3007                 - apply new flags to messages even if they aren't appliable
3008                   via IMAP.
3009
3010 2006-05-20 [colin]
3011
3012         * 2.3.0-rc2 released
3013
3014 2006-05-19 [colin]      2.2.0cvs40
3015
3016         * src/imap.c
3017                 Don't issue SELECT in imap_change_flags
3018                 before having checked that we indeed have
3019                 some flags to change. MSG_POSTFILTERED for
3020                 example can't be used on IMAP.
3021                 Fixes bug #955 (copying messages between 
3022                 imap folders is extremely slow), which was
3023                 a regression.
3024
3025 2006-05-19 [colin]      2.2.0cvs39
3026
3027         * src/folder.c
3028         * src/folder.h
3029         * src/folderview.c
3030                 Try to fix bug #830 (Some unread messages 
3031                 get marked read in IMAP inbox):
3032                 - Prevent scanning a folder if it's being 
3033                   opened via the GUI
3034                 - Postpone opening via the GUI of a folder
3035                   currently scanned.
3036
3037
3038 2006-05-19 [wwp]        2.2.0cvs38
3039
3040         * manual/advanced.xml
3041                 fix English+typo (thanks to Paul).
3042
3043 2006-05-19 [wwp]        2.2.0cvs37
3044
3045         * manual/advanced.xml
3046         * manual/fr/advanced.xml
3047         * src/gtk/logwindow.c
3048         * src/prefs_common.c
3049         * src/prefs_common.h
3050                 added hidden prefs to allow customization of colors used in
3051                 protocol log window (useful for dark gtk+ themes).
3052
3053 2006-05-19 [wwp]        2.2.0cvs36
3054
3055         * ChangeLog
3056                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
3057
3058 2006-05-19 [paul]       2.2.0cvs35
3059
3060         * src/textview.c
3061                 make Reply-To fully clickable
3062         * src/gtk/logwindow.c
3063                 more colouring (SMTP ESMTP)
3064         Both patches by Pawel Pekala
3065
3066 2006-05-19 [cleroy]     2.2.0cvs34
3067
3068         * src/mh.c
3069                 Don't update flags from current folder
3070                 Probably fixes bug #935 (Read Messages 
3071                 Revert to Being Marked as Unread)
3072
3073 2006-05-18 [colin]      2.2.0cvs33
3074
3075         * src/imap.c
3076                 Warning fix
3077         * src/compose.c
3078         * src/mainwindow.c
3079         * src/summaryview.c
3080         * src/toolbar.c
3081                 Allow replying to multiple emails
3082                 in multiple windows
3083         * src/mimeview.c
3084         * src/etpan/imap-thread.c
3085                 Leak fixes
3086
3087 2006-05-18 [paul]       2.2.0cvs32
3088
3089         * src/summaryview.c
3090                 keep Mailing-List menu refreshed
3091                 Thanks to Colin
3092
3093 2006-05-18 [paul]       2.2.0cvs31
3094
3095         * manual/advanced.xml
3096         * manual/faq.xml
3097         * manual/glossary.xml
3098         * manual/handling.xml
3099         * manual/intro.xml
3100         * manual/plugins.xml
3101         * manual/sylpheed-claws-manual.xml
3102                 update URLs
3103                 add info about mailing-list support
3104                 edit filtering info
3105         * src/wizard.c
3106         * src/common/defs.h
3107         * src/gtk/about.c
3108         * src/plugins/dillo_viewer/README
3109                 update URLs
3110
3111 2006-05-17 [wwp]        2.2.0cvs30
3112
3113         * manual/handling.xml
3114         * manual/fr/handling.xml
3115                 documented the ability to enabled/disable filtering/processing rules.
3116
3117 2006-05-17 [colin]      2.2.0cvs29
3118
3119         * src/main.c
3120                 Don't initialize g_thread subsystem if it's 
3121                 already done (thanks to Hiro)
3122         * src/mimeview.c
3123                 Fix saving of parts when there name can't be
3124                 converted from UTF-8.
3125
3126 2006-05-17 [paul]       2.2.0cvs28
3127
3128         * po/Makefile.in.in
3129                 fix config.status warning with autoconf 2.60
3130
3131 2006-05-17 [paul]       2.2.0cvs27
3132
3133         * po/POTFILES.in
3134                 add src/mbox.c
3135
3136 2006-05-17 [wwp]        2.2.0cvs26
3137
3138         * src/mainwindow.c
3139                 fix useless and potentially dangerous buffer walking (thanks to Colin).
3140
3141 2006-05-17 [wwp]        2.2.0cvs25
3142
3143         * src/plugins/demo/demo.c
3144                 updated product name in plugin demo (many plugins need to be
3145                 sync'ed w/ that change).
3146
3147 2006-05-17 [colin]      2.2.0cvs24
3148
3149         * src/mh.c
3150                 Fix leak
3151
3152 2006-05-16 [colin]      2.2.0cvs23
3153
3154         * src/mainwindow.c
3155                 Stupid me hit again. Fix cvs22.
3156
3157 2006-05-16 [colin]      2.2.0cvs22
3158
3159         * src/mainwindow.c
3160                 Fix bug #922 (sylpheed-claws crashed after 
3161                 pushing on Inbox folder)
3162
3163 2006-05-16 [colin]      2.2.0cvs21
3164
3165         * src/compose.c
3166                 Make From header be copy/paste/select-able
3167
3168 2006-05-16 [wwp]        2.2.0cvs20
3169
3170         * src/export.c
3171         * src/matcher.c
3172         * src/summaryview.c
3173         * src/etpan/imap-thread.c
3174                 fix some compiler warnings (thanks to Colin).
3175
3176 2006-05-16 [wwp]        2.2.0cvs19
3177
3178         * src/action.c
3179         * src/gedit-print.c
3180         * src/inc.c
3181         * src/mainwindow.c
3182         * src/mh.c
3183         * src/statusbar.c
3184         * src/send_message.c
3185         * src/summaryview.c
3186                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
3187
3188 2006-05-15 [colin]      2.2.0cvs18
3189
3190         * src/procmsg.c
3191                 Fix automatic rule creation with List-Post
3192
3193 2006-05-15 [paul]       2.2.0cvs17
3194
3195         * tools/filter_conv_new.pl
3196                 updated for rule enabling/disabling
3197                 claws version >= 2.3.x required
3198
3199 2006-05-15 [cleroy]     2.2.0cvs16
3200
3201         * src/main.c
3202                 Revert test
3203
3204 2006-05-15 [cleroy]     2.2.0cvs15
3205
3206         * src/main.c
3207                 test
3208
3209 2006-05-15 [wwp]        2.2.0cvs14
3210
3211         * manual/pl/.cvsignore
3212                 ignore generated files.
3213
3214 2006-05-14 [wwp]        2.3.0-rc1
3215
3216         * 2.3.0-rc1 released
3217
3218 2006-05-13 [wwp]        2.2.0cvs13
3219
3220         * src/filtering.c
3221         * src/filtering.h
3222         * src/matcher.c
3223         * src/matcher_parser_lex.l
3224         * src/matcher_parser_parse.y
3225         * src/prefs_filtering.c
3226                 new feature: provide the ability to disable filtering and processing
3227                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
3228                 adaptations.
3229
3230 2006-05-13 [colin]      2.2.0cvs12
3231
3232         * src/compose.c
3233                 Remove useless if (a) b; else b;
3234                 Thanks to wwp
3235
3236 2006-05-13 [wwp]        2.2.0cvs11
3237
3238         * src/export.c
3239         * src/import.c
3240         * src/mainwindow.c
3241         * src/mbox.c
3242         * src/summaryview.c
3243         * src/summaryview.h
3244                 no more silent failures (or at least less ones) when importing
3245                 or exporting from/to mbox. Also start importing/exporting if
3246                 the necessary info is set.
3247
3248 2006-05-13 [wwp]        2.2.0cvs10
3249
3250         * RELEASE_NOTES
3251                 restored up-to-date release notes.
3252
3253 2006-05-13 [paul]       2.2.0cvs9
3254
3255         * po/nl.po
3256         * po/ru.po
3257                 updated by Tim Dijkstra and Pavlo Bohmat
3258
3259 2006-05-12 [colin]      2.2.0cvs8
3260
3261         * src/gtk/quicksearch.c
3262                 Add "k" as shortcut for "colorlabel". Patch
3263                 by ath42@users.sf.net.
3264
3265 2006-05-12 [paul]       2.2.0cvs7
3266
3267         * src/prefs_common.h
3268         * src/prefs_summaries.c
3269         * src/summaryview.c
3270                 when entering a folder also allow
3271                 going directly to first Marked message
3272
3273 2006-05-12 [paul]       2.2.0cvs6
3274
3275         * src/summaryview.c
3276                 always obey 'confirm before marking all
3277                 mails read' option
3278
3279 2006-05-12 [paul]       2.2.0cvs5
3280
3281         * src/textview.c
3282                 make Sender fully clickable
3283
3284 2006-05-12 [colin]      2.2.0cvs4
3285
3286         * src/compose.c
3287         * src/compose.h
3288                 Let From be editable
3289         * src/main.c
3290         * src/mh.c
3291                 Full support of .mh_sequences' Unseen seq
3292
3293 2006-05-12 [colin]      2.2.0cvs3
3294
3295         * src/folder.c
3296         * src/mainwindow.c
3297         * src/mainwindow.h
3298         * src/messageview.c
3299         * src/prefs_spelling.c
3300         * src/procheader.c
3301         * src/procmsg.c
3302         * src/procmsg.h
3303         * src/summaryview.c
3304         * src/toolbar.c
3305         * src/toolbar.h
3306                 Add contextual menu on Compose toolbar
3307                 button. Fixes bug #944 (Automatic
3308                 addresses not applied when changing account
3309                 from compose window)
3310                 add Mailing List support
3311                 based on the old 0.6.5claws25 patch by
3312                 Melvin Hadasht, with finishing touches
3313                 by Colin
3314                 Fix "ignore thread" when mails are threaded by
3315                 subject (and weren't ignored although appearing
3316                 in the thread).
3317                 GUI rework.
3318                 Both patches by Pawel.
3319
3320 2006-05-08 [paul]       2.2.0cvs2
3321
3322         * src/mainwindow.c
3323         * src/mainwindow.h
3324         * src/messageview.c
3325         * src/procheader.c
3326         * src/procmsg.c
3327         * src/procmsg.h
3328         * src/summaryview.c
3329                 add Mailing List support
3330                 based on the old 0.6.5claws25 patch by 
3331                 Melvin Hadasht, with finishing touches
3332                 by Colin
3333
3334 2006-05-08 [colin]      2.2.0cvs1
3335
3336         * src/mainwindow.c
3337         * src/toolbar.c
3338         * src/toolbar.h
3339                 Add contextual menu on Compose toolbar 
3340                 button. Fixes bug #944 (Automatic 
3341                 addresses not applied when changing account 
3342                 from compose window)
3343
3344 2006-05-08 [paul]       2.2.0
3345
3346         2.2.0 released
3347
3348 2006-05-08 [paul]       2.1.1cvs51
3349
3350         * po/cs.po
3351         * po/de.po
3352         * po/en_GB.po
3353         * po/fi.po
3354         * po/fr.po
3355         * po/pt_BR.po
3356         * po/sr.po
3357         * po/zh_CN.po
3358                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3359                 Fabien Vantard, Frederico Goncalves Guimaraes,
3360                 Aleksandar Urosevic, and Ralgh Young
3361
3362 2006-05-12 [colin]      2.1.1cvs50
3363
3364         * po/cs.po
3365         * po/de.po
3366         * po/en_GB.po
3367         * po/es.po
3368         * po/fi.po
3369         * po/fr.po
3370         * po/pt_BR.po
3371         * po/sr.po
3372         * po/zh_CN.po
3373                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3374                 Fabien Vantard, Frederico Goncalves Guimaraes,
3375                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
3376
3377 2006-05-05 [colin]      2.1.1cvs49
3378
3379         * manual/Makefile.am
3380         * manual/pl/Makefile.am
3381         * manual/pl/account.xml
3382         * manual/pl/ack.xml
3383         * manual/pl/addrbook.xml
3384         * manual/pl/advanced.xml
3385         * manual/pl/faq.xml
3386         * manual/pl/glossary.xml
3387         * manual/pl/gpl.xml
3388         * manual/pl/handling.xml
3389         * manual/pl/intro.xml
3390         * manual/pl/keyboard.xml
3391         * manual/pl/plugins.xml
3392         * manual/pl/starting.xml
3393         * manual/pl/sylpheed-claws-manual.xml
3394         * manual/pl/dist/.cvsignore
3395         * manual/pl/dist/Makefile.am
3396         * manual/pl/dist/html/.cvsignore
3397         * manual/pl/dist/html/Makefile.am
3398         * manual/pl/dist/pdf/.cvsignore
3399         * manual/pl/dist/pdf/Makefile.am
3400         * manual/pl/dist/ps/.cvsignore
3401         * manual/pl/dist/ps/Makefile.am
3402         * manual/pl/dist/txt/.cvsignore
3403         * manual/pl/dist/txt/Makefile.am
3404                 Add the polish translation of the manual,
3405                 Authored by Pawel Pekala.
3406
3407 2006-05-05 [cleroy]     2.1.1cvs48
3408
3409         * src/main.c
3410                 Re-read matcherrc after loading plugins 
3411                 if some of them add folders.
3412
3413 2006-05-03 [colin]      2.1.1cvs47
3414
3415         * src/imap.c
3416                 I'm idiot
3417
3418 2006-05-03 [colin]      2.1.1cvs46
3419
3420         * src/imap.c
3421                 Be sure to have a session when
3422                 getting separator
3423
3424 2006-05-03 [colin]      2.1.1cvs45
3425
3426         * src/imap.c
3427         * src/imap.h
3428         * src/imap_gtk.c
3429                 Fix preventing renaming with namespace 
3430                 separator.
3431
3432 2006-05-01 [colin]      2.1.1cvs44
3433
3434         * src/action.c
3435                 Don't reload messageview when result of
3436                 action is piped.
3437
3438 2006-04-29 [colin]      2.1.1cvs43
3439
3440         * src/prefs_receive.c
3441         * src/plugins/spamassassin/spamassassin_gtk.c
3442         * src/plugins/clamav/clamav_plugin_gtk.c
3443                 GUI fixes by Pawel
3444
3445 2006-04-29 [colin]      2.1.1cvs42
3446
3447         * src/prefs_compose_writing.c
3448         * src/prefs_quote.c
3449                 Cleanups. Patch by Pawel
3450
3451 2006-04-28 [paul]       2.1.1cvs41
3452
3453         * src/matcher.c
3454                 fix returned quick search results when search
3455                 term contains an underscore.
3456                 Thanks to Colin
3457
3458 2006-04-28 [paul]       2.1.1cvs40
3459
3460         * src/prefs_message.c
3461         * src/prefs_receive.c
3462                 GUI cleanups
3463                 Patches by Pawel Pekala
3464
3465 2006-04-27 [colin]      2.1.1cvs39
3466
3467         * src/wizard.c
3468                 Differentiate subject Welcome from
3469                 window's title Welcome
3470
3471 2006-04-27 [paul]
3472
3473         2.2.0-rc1 released
3474
3475 2006-04-27 [paul]       2.1.1cvs38
3476
3477         * manual/advanced.xml
3478         * manual/fr/advanced.xml
3479                 add info about compose_no_markup hidden pref
3480
3481 2006-04-27 [paul]       2.1.1cvs37
3482
3483         * src/prefs_account.c
3484                 improve privacy labels
3485         * src/prefs_msg_colors.c
3486                 change some strings for translators' convenience
3487         * src/gtk/gtkutils.c
3488                 don't underline the link button text
3489
3490 2006-04-25 [colin]      2.1.1cvs36
3491
3492         * src/folder.c
3493                 Complete 2.1.1cvs33 (once more ;)
3494
3495 2006-04-25 [colin]      2.1.1cvs35
3496
3497         * src/editldap.c
3498                 Fix tooltip
3499
3500 2006-04-25 [cleroy]     2.1.1cvs34
3501
3502         * src/compose.c
3503         * src/gtk/gtkaspell.c
3504                 Fix crash on redirect (related to the return 
3505                 of the aspell menu in compose's toolbar)
3506         * src/prefs_msg_colors.c
3507                 Fix sensitivity widgets
3508         * src/image_viewer.c
3509         * src/gtk/pluginwindow.c
3510         * src/gtk/prefswindow.c
3511                 Change released signals to clicked (Fabien)
3512         * po/POTFILES.in
3513         * src/common/socket.c
3514         * src/plugins/spamassassin/spamassassin.c
3515                 Translate strings (Fabien)
3516
3517 2006-04-25 [paul]       2.1.1cvs33
3518
3519         * src/folder.c
3520         * src/folder.h
3521         * src/folderview.c
3522                 complete the fix of bug #912
3523                 Thanks to Colin
3524
3525 2006-04-25 [colin]      2.1.1cvs32
3526
3527         * src/news.c
3528                 Better progress bar
3529         * src/mimeview.c
3530         * src/summaryview.c
3531         * src/summaryview.h
3532                 Fix focus chain
3533                 Patches by Pawel Pekala
3534
3535 2006-04-24 [colin]      2.1.1cvs31
3536
3537         * src/compose.c
3538                 Fix compilation warnings (Fabien)
3539
3540 2006-04-24 [colin]      2.1.1cvs30
3541
3542         * src/addrindex.c
3543         * src/editldap.c
3544         * src/editldap_basedn.c
3545         * src/editldap_basedn.h
3546         * src/ldapctrl.c
3547         * src/ldapctrl.h
3548         * src/ldapquery.c
3549         * src/ldaputil.c
3550         * src/ldaputil.h
3551                 Fix bug #901 (LDAPS support)
3552
3553 2006-04-24 [colin]      2.1.1cvs29
3554
3555         * src/compose.c
3556                 Fix logic on error with send dialog on
3557         * src/imap.c
3558                 Fix compilation without libetpan, thanks
3559                 to Fabien
3560         * src/summaryview.c
3561                 Fix 'context-menu' key
3562
3563 2006-04-23 [colin]      2.1.1cvs28
3564
3565         * src/folder.c
3566                 Never free current's cache to free up 
3567                 memory. Fixes bug #912 (new count 
3568                 randomly set to message count)
3569
3570 2006-04-23 [colin]      2.1.1cvs27
3571
3572         * src/gtk/quicksearch.c
3573                 And remove printf...
3574
3575 2006-04-23 [colin]      2.1.1cvs26
3576
3577         * src/gtk/quicksearch.c
3578                 Fix replacing in quicksearch, and fix inserting
3579                 in the middle of the string. (introduced at 2.1.0cvs22)
3580
3581 2006-04-23 [colin]      2.1.1cvs25
3582
3583         * src/imap.c
3584                 Make sure uidnext is initialized in get_num_list
3585                 (not for stable, related to 2.1.1cvs8 and friends)
3586
3587 2006-04-23 [colin]      2.1.1cvs24
3588
3589         * src/imap.c
3590                 Output something when login is successful
3591                 too
3592
3593 2006-04-23 [colin]      2.1.1cvs23
3594
3595         * src/etpan/imap-thread.c
3596                 Better logging (line-per-line, hide data in fetch)
3597                 Fix a const warning
3598         * src/gtk/logwindow.c
3599         * src/gtk/logwindow.h
3600                 Better logging (color for input/output)
3601
3602 2006-04-21 [colin]      2.1.1cvs22
3603
3604         * src/gtk/quicksearch.c
3605                 On gtk+-2.8, use stock buttons in quicksearch
3606                 Based on a patch by Fabien and a design by Paul
3607
3608 2006-04-21 [colin]      2.1.1cvs21
3609
3610         * src/folderview.c
3611         * src/mainwindow.c
3612                 Fix occasional flicker in folderview
3613         * src/common/utils.c
3614                 Fix bug #943 (Incorrectly parsed email address 
3615                 list in short headers on message view and in 
3616                 printouts)
3617
3618 2006-04-20 [colin]      2.1.1cvs20
3619
3620         * src/imap.c
3621         * src/imap.h
3622         * src/prefs_account.c
3623                 Add ANONYMOUS auth for IMAP
3624
3625 2006-04-20 [paul]       2.1.1cvs19
3626
3627         * src/main.c
3628                 proper fix for 2.1.1cvs18
3629                 Thanks to Colin
3630
3631 2006-04-20 [paul]       2.1.1cvs18
3632
3633         * src/main.c
3634                 fix build warnings
3635
3636 2006-04-20 [paul]       2.1.1cvs17
3637
3638         * src/gtk/quicksearch.c
3639                 fix standard, non-extended Quick search,
3640                 was broken in 2.1.1cvs15.
3641                 Thanks to Colin.
3642
3643 2006-04-20 [colin]      2.1.1cvs16
3644
3645         * src/prefs_matcher.c
3646                 Fix values when reselecting a ~test
3647                 rule
3648
3649 2006-04-19 [colin]      2.1.1cvs15
3650
3651         * src/compose.c
3652         * src/compose.h
3653         * src/gtk/gtkaspell.c
3654         * src/gtk/gtkaspell.h
3655                 Put back Options menu in Spelling/
3656         * src/gtk/quicksearch.c
3657                 Don't search, and show error, if the
3658                 advanced search has a syntax error
3659
3660 2006-04-18 [colin]      2.1.1cvs14
3661
3662         * src/textview.c
3663                 Fix gdk warnings on set_cursor when textview
3664                 isn't visible
3665
3666 2006-04-18 [colin]      2.1.1cvs13
3667
3668         * src/gtk/gtksctree.c
3669                 Remove seemingly useless refresh that causes
3670                 flicker - watch this commit in case of 
3671                 problems before planned backport to stable
3672
3673 2006-04-18 [colin]      2.1.1cvs12
3674
3675         * src/imap.c
3676                 Factorize get/set_xml code
3677         * src/compose.c
3678         * src/prefs_account.c
3679         * src/prefs_account.h
3680         * src/procmsg.c
3681                 Add Encrypt to self option
3682
3683 2006-04-17 [colin]      2.1.1cvs11
3684
3685         * configure.ac
3686                 Fix search on encrpyt function on dragonfly
3687                 Patch by Jonathan Buschmann <jonthn@agmact.com>
3688
3689 2006-04-17 [colin]      2.1.1cvs10
3690
3691         * src/prefs_account.c
3692                 Be safe by default: remove mails from POP3
3693                 after 7 days, not immediately
3694
3695 2006-04-17 [colin]      2.1.1cvs9
3696
3697         * src/etpan/imap-thread.c
3698                 Fix build on DragonFly - patch by 
3699                 Jonathan Buschmann <jonthn@agmact.com>
3700
3701 2006-04-17 [colin]      2.1.1cvs8
3702
3703         * src/imap.c
3704                 Save uidnext between sessions
3705
3706 2006-04-17 [colin]      2.1.1cvs7
3707
3708         * src/imap.c
3709                 scan is required when uid validity changes
3710
3711 2006-04-17 [colin]      2.1.1cvs6
3712
3713         * src/folderview.c
3714                 Don't scan if not necessary, apart in current
3715                 folder and INBOX to fetch flags.
3716         * src/imap.c
3717                 Scan is necessary if unread count changes
3718
3719 2006-04-17 [colin]      2.1.1cvs5
3720
3721         * src/imap.c
3722                 ...But always fetch ANSWERED and DELETED flags for
3723                 INBOX, as filtering can happen on these flags.
3724
3725 2006-04-17 [colin]      2.1.1cvs4
3726
3727         * src/imap.c
3728                 Don't fetch REPLIED and DELETED flags when synchronising
3729                 flags with a closed folder. We only need UNSEEN and FLAGGED
3730                 to update the folderview.
3731
3732 2006-04-17 [colin]      2.1.1cvs3
3733
3734         * src/imap.c
3735                 Faster flag search when there are new mails 
3736                 in a folder. We can do a full search if the 
3737                 folder contains less messages than the new
3738                 list.
3739
3740 2006-04-17 [colin]      2.1.1cvs2
3741
3742         * po/cs.po
3743         * po/de.po
3744         * po/fr.po
3745         * po/nl.po
3746         * po/pt_BR.po
3747                 Update translations from stable branch
3748
3749 2006-04-17 [colin]      2.1.1cvs1
3750
3751         * configure.ac
3752                 Bump version to follow stable release
3753
3754 2006-04-16 [mones]      2.1.0cvs50
3755
3756         * po/es.po
3757                 Updated for release
3758
3759 2006-04-16 [colin]      2.1.0cvs49
3760
3761         * src/textview.c
3762                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
3763                 with gtk < 2.8. Thanks to Fabien Vantard.
3764
3765 2006-04-15 [colin]      2.1.0cvs48
3766
3767         * src/etpan/imap-thread.c
3768                 Fix bug #919 (libetpan: SEGV when connecting 
3769                 using command)
3770
3771 2006-04-14 [colin]      2.1.0cvs47
3772
3773         * src/main.c
3774                 Fix race on --select (should be done better)
3775
3776 2006-04-14 [wwp]        2.1.0cvs46
3777
3778         * src/send_message.c
3779                 enforce a check for domain in account prefs (a sending
3780                 error could be faced if domain was checked but no value set),
3781                 thanks to Colin.
3782
3783 2006-04-14 [colin]      2.1.0cvs45
3784
3785         * src/codeconv.c
3786                 when converting from unknown to unknown, if the
3787                 string is UTF8, don't convert it to the locale
3788                 (which breaks it)
3789
3790 2006-04-14 [colin]      2.1.0cvs44
3791
3792         * src/compose.c
3793                 Don't try to use ASCII for converting headers
3794                 (as done in body)
3795
3796 2006-04-14 [paul]       2.1.0cvs43
3797
3798         * src/crash.c
3799                 add locale/charset info to crash report
3800         * src/gtk/about.c
3801                 add wwp to doc team
3802                 replace 'e-mail' with preferred 'email'
3803         * src/gtk/authors.h
3804                 ensure contributors list is in alphabetical
3805                 order
3806
3807 2006-04-13 [colin]      2.1.0cvs42
3808
3809         * src/textview.c
3810                 Prevent gdk warnings
3811
3812 2006-04-13 [colin]      2.1.0cvs41
3813
3814         * src/common/ssl_certificate.c
3815         * src/common/ssl_certificate.h
3816         * src/gtk/sslcertwindow.c
3817                 Warn on expired certs, and display the expiration date
3818
3819 2006-04-13 [colin]      2.1.0cvs40
3820
3821         * src/plugins/spamassassin/spamassassin_gtk.c
3822                 Fix missing set_text on unix socket
3823
3824 2006-04-13 [wwp]        2.1.0cvs39
3825
3826         * manual/fr/advanced.xml
3827         * manual/fr/glossary.xml
3828                 applied new spam/ham/email lexicon (pourriel, courriel)
3829
3830 2006-04-13 [paul]       2.1.0cvs38
3831
3832         * src/plugins/pgpmime/plugin.c
3833                 remove the mention of S/MIME from the
3834                 description. This is now handled by the
3835                 S/MIME plugin.
3836
3837 2006-04-13 [paul]       2.1.0cvs37
3838
3839         * src/prefs_msg_colors.c
3840                 rework dialog
3841         * src/prefs_folder_item.c
3842         * src/prefs_spelling.c
3843                 add a tooltip to the colour selector buttons
3844
3845 2006-04-13 [wwp]        2.1.0cvs36
3846
3847         * manual/advanced.xml
3848         * manual/glossary.xml
3849         * manual/handling.xml
3850         * manual/keyboard.xml
3851         * manual/plugins.xml
3852         * manual/starting.xml
3853         * manual/fr/account.xml
3854         * manual/fr/ack.xml
3855         * manual/fr/addrbook.xml
3856         * manual/fr/advanced.xml
3857         * manual/fr/faq.xml
3858         * manual/fr/glossary.xml
3859         * manual/fr/gpl.xml
3860         * manual/fr/handling.xml
3861         * manual/fr/intro.xml
3862         * manual/fr/keyboard.xml
3863         * manual/fr/plugins.xml
3864         * manual/fr/starting.xml
3865         * manual/fr/sylpheed-claws-manual.xml
3866                 fixes to the manuals:
3867                  - summaryview -> Message List (same in French)
3868                  - translate key names
3869                  - fix French punctuation, use non-breakable spaces when
3870                    necessary, don't use &thinsp; which is not portable
3871                  - tell what maildir and mbox formats we support
3872
3873 2006-04-12 [wwp]        2.1.0cvs35
3874
3875         * src/prefs_toolbar.c
3876                 unified a replace button more,
3877                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3878
3879 2006-04-12 [wwp]        2.1.0cvs34
3880
3881         * src/prefs_common.c
3882         * src/prefs_msg_colors.c
3883                 make default color labels translatable,
3884                 patch from Fabien Vantard <fzzzzz@gmail.com>,
3885                 thanks to Tim <timbrain@post.cz> for reporting.
3886
3887 2006-04-12 [wwp]        2.1.0cvs33
3888
3889         * manual/glossary.xml
3890         * manual/intro.xml
3891         * manual/plugins.xml
3892         * manual/starting.xml
3893         * manual/sylpheed-claws-manual.xml
3894         * manual/fr/.cvsignore
3895         * manual/fr/account.xml
3896         * manual/fr/ack.xml
3897         * manual/fr/addrbook.xml
3898         * manual/fr/advanced.xml
3899         * manual/fr/faq.xml
3900         * manual/fr/glossary.xml
3901         * manual/fr/handling.xml
3902         * manual/fr/intro.xml
3903         * manual/fr/keyboard.xml
3904         * manual/fr/plugins.xml
3905         * manual/fr/starting.xml
3906         * manual/fr/sylpheed-claws-manual.xml
3907                 various fixes: typos, missing .fr translations, punctuation,
3908                 capitalization, links, accents and some bad French more.
3909
3910 2006-04-12 [wwp]        2.1.0cvs32
3911
3912         * src/prefs_gtk.c
3913                 fix for bug #935: always store prefs files in UTF-8 (thanks
3914                 to Colin).
3915
3916 2006-04-11 [colin]      2.1.0cvs31
3917
3918         * src/compose.c
3919                 Fix inserting files not in utf8 when locale is utf8
3920
3921 2006-04-11 [colin]      2.1.0cvs30
3922
3923         * src/inc.c
3924                 Don't show error dialog when cancelling connection
3925                 Patch by Pawel
3926
3927 2006-04-11 [cleroy]     2.1.0cvs29
3928
3929         * src/compose.c
3930                 Implement multiple quote levels
3931         * src/prefs_common.c
3932                 Change a little bit the quote bgcolor for 2nd level
3933
3934 2006-04-11 [colin]      2.1.0cvs28
3935
3936         * src/gtk/about.c
3937                 Add locale and charset in the label
3938
3939 2006-04-10 [colin]      2.1.0cvs27
3940
3941         * src/compose.c
3942         * src/prefs_common.c
3943         * src/prefs_common.h
3944         * src/prefs_msg_colors.c
3945         * src/textview.c
3946                 Allow optional background color in quotes
3947                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
3948                 GTK+-2.8.x feature
3949
3950 2006-04-10 [colin]      2.1.0cvs26
3951
3952         * src/main.c
3953         * src/mainwindow.c
3954         * src/mainwindow.h
3955                 Implement --select
3956
3957 2006-04-10 [colin]      2.1.0cvs25
3958
3959         * manual/plugins.xml
3960         * manual/fr/plugins.xml
3961                 Document libcurl's proxy variables
3962
3963 2006-04-09 [colin]      2.1.0cvs24
3964
3965         * src/prefs_common.c
3966                 gettext() returns statically allocated stuff. We have
3967                 to strdup it in order to be able to free it.
3968
3969 2006-04-09 [colin]      2.1.0cvs23
3970
3971         * AUTHORS
3972         * src/gtk/authors.h
3973                 Add Alexei
3974
3975 2006-04-09 [colin]      2.1.0cvs22
3976
3977         * src/mainwindow.c
3978         * src/gtk/quicksearch.c
3979                 Fix bug #859 (problems with cyrilic input in 
3980                 search panel) - Patch by Alexey Illarionov 
3981                 <littlesavage@rambler.ru>
3982
3983 2006-04-09 [colin]      2.1.0cvs21
3984
3985         * src/prefs_customheader.c
3986                 I prefer removing then freeing rather than the contrary
3987                 (even if it doesn't change anything ;-)
3988         * src/prefs_account.c
3989                 Fix bug #933 (Crash re-entering the custom headers list 
3990                 dialog in accounts prefs)
3991                 The problem happened when cancelling the Account 
3992                 Preferences' dialogs - in which case we didn't do 
3993                 anything to the PrefsAccount * struct. In case of applying,
3994                 the old ac_prefs was replaced with the tmp_ac_prefs we were
3995                 working with in this dialog. The problem is that 
3996                 prefs_customheader.c, working on this tmp_ac_prefs, always
3997                 changes the ->customhdr_list pointer, even when cancelled. 
3998                 So in case of cancelling the prefs_account dialog, we still
3999                 have to update ->customhdr_list in the real account.
4000
4001 2006-04-08 [colin]      2.1.0cvs20
4002
4003         * manual/fr/glossary.xml
4004         * manual/fr/keyboard.xml
4005                 Forgot some headers :)
4006
4007 2006-04-08 [colin]      2.1.0cvs19
4008
4009         * manual/Makefile.am
4010         * manual/fr/Makefile.am
4011         * manual/fr/account.xml
4012         * manual/fr/ack.xml
4013         * manual/fr/addrbook.xml
4014         * manual/fr/advanced.xml
4015         * manual/fr/faq.xml
4016         * manual/fr/glossary.xml
4017         * manual/fr/gpl.xml
4018         * manual/fr/handling.xml
4019         * manual/fr/intro.xml
4020         * manual/fr/keyboard.xml
4021         * manual/fr/plugins.xml
4022         * manual/fr/starting.xml
4023         * manual/fr/sylpheed-claws-manual.xml
4024         * manual/fr/dist/.cvsignore
4025         * manual/fr/dist/Makefile.am
4026         * manual/fr/dist/html/.cvsignore
4027         * manual/fr/dist/html/Makefile.am
4028         * manual/fr/dist/pdf/.cvsignore
4029         * manual/fr/dist/pdf/Makefile.am
4030         * manual/fr/dist/ps/.cvsignore
4031         * manual/fr/dist/ps/Makefile.am
4032         * manual/fr/dist/txt/.cvsignore
4033         * manual/fr/dist/txt/Makefile.am
4034                 Add the french translation of the manual. Thanks to
4035                 Olivier Delhomme <olivier.delhomme@free.fr> for 
4036                 account.xml, ack.xml, addrbook.xml and advanced.xml
4037
4038 2006-04-08 [colin]      2.1.0cvs18
4039
4040         * manual/plugins.xml
4041         * manual/starting.xml
4042                 More fixes
4043
4044 2006-04-07 [colin]      2.1.0cvs17
4045
4046         * manual/faq.xml
4047         * manual/intro.xml
4048         * manual/keyboard.xml
4049                 Little fixes
4050
4051 2006-04-07 [colin]      2.1.0cvs16
4052
4053         * README
4054         * src/compose.c
4055         * src/prefs_common.c
4056         * src/prefs_common.h
4057                 Add hidden compose_no_markup pref
4058
4059 2006-04-07 [wwp]        2.1.0cvs15
4060
4061         * src/summary_search.c
4062         * .cvsignore
4063                 Bugfix: stop button was sticky when searching in an empty folder.
4064                 Applied curly brackets code style to the whole file (summary_search.c).
4065                 More files to ignore.
4066
4067 2006-04-07 [wwp]        2.1.0cvs14
4068
4069         * src/message_search.c
4070         * src/summary_search.c
4071                 changed default button when search bumps at file/folder
4072                 beginning or end, for convenience (thanks to Colin).
4073
4074 2006-04-07 [paul]       2.1.0cvs13
4075
4076         * src/plugins/dillo_viewer/dillo_prefs.c
4077                 avoid future potential for namespace collision
4078                 Patch by Colin
4079
4080 2006-04-06 [wwp]        2.1.0cvs12
4081
4082         * src/summary_search.c
4083                 Unify extended/advanced searches names (and thus factorize labels),
4084                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4085
4086 2006-04-06 [wwp]        2.1.0cvs11
4087
4088         * src/folderview.c
4089         * src/prefs_themes.c
4090         * src/summaryview.c
4091                 Fixed some compilation warnings.
4092
4093 2006-04-06 [colin]      2.1.0cvs10
4094
4095         * manual/advanced.xml
4096                 Document the wizard template and how to deploy
4097                 Sylpheed-Claws effectively
4098
4099 2006-04-06 [colin]      2.1.0cvs9
4100
4101         * src/folderview.c
4102                 gettext patch to tell translators about _("#"),
4103                 by Maxim Britov
4104
4105 2006-04-06 [colin]      2.1.0cvs8
4106
4107         * src/textview.c
4108                 Fix invalid GtkTextBIter after clicking "Display as text"
4109
4110 2006-04-06 [mones]      2.1.0cvs7
4111
4112         * src/addr_compl.c
4113         * src/addrindex.c
4114         * src/addritem.c
4115         * src/codeconv.c
4116         * src/compose.c
4117         * src/filtering.c
4118         * src/folder.c
4119         * src/folder_item_prefs.c
4120         * src/folderview.c
4121         * src/localfolder.c
4122         * src/matcher.c
4123         * src/mimeview.c
4124         * src/prefs_msg_colors.c
4125         * src/prefs_spelling.c
4126         * src/prefs_themes.c
4127         * src/procmime.c
4128         * src/procmsg.c
4129         * src/stock_pixmap.c
4130         * src/summaryview.c
4131         * src/textview.c
4132         * src/toolbar.c
4133         * src/common/mgutils.c
4134         * src/common/prefs.c
4135         * src/common/ssl_certificate.c
4136         * src/gtk/colorlabel.c
4137         * src/gtk/quicksearch.c
4138         * src/plugins/pgpmime/pgpmime.c
4139         * src/plugins/spamassassin/spamassassin.c
4140                 Removed redundant NULL checks for g_free() calls.
4141                 Patch by Pawel Pekala.
4142
4143 2006-04-06 [mones]      2.1.0cvs6
4144
4145         * src/prefs_actions.c
4146         * src/prefs_filtering.c
4147         * src/prefs_filtering_action.c
4148         * src/prefs_matcher.c
4149         * src/prefs_template.c
4150         * src/gtk/gtkutils.c
4151         * src/gtk/gtkutils.h
4152                 Have a nice replace button. Patch by Pawel Pekala
4153
4154 2006-04-06 [colin]      2.1.0cvs5
4155
4156         * src/addressbook.c
4157                 Fix crash with empty columns
4158
4159 2006-04-05 [colin]      2.1.0cvs4
4160
4161         * src/wizard.c
4162         * src/prefs_gtk.c
4163                 Allow wizard customization with pre-filled values
4164
4165 2006-04-05 [colin]      2.1.0cvs3
4166
4167         * src/textview.c
4168         * src/mimeview.c
4169         * src/mimeview.h
4170                 Nicer messages in mimeview
4171
4172 2006-04-05 [colin]      2.1.0cvs2
4173
4174         * src/addressbook.c
4175         * src/prefs_summaries.c
4176                 i18n fix
4177
4178 2006-04-05 [colin]      2.1.0cvs1
4179
4180         * src/plugins/pgpcore/plugin.c
4181         * src/plugins/pgpcore/select-keys.c
4182         * src/plugins/pgpcore/select-keys.h
4183         * src/plugins/pgpcore/sgpgme.c
4184         * src/plugins/pgpcore/sgpgme.h
4185         * src/plugins/pgpinline/pgpinline.c
4186         * src/plugins/pgpinline/plugin.c
4187         * src/plugins/pgpmime/pgpmime.c
4188         * src/plugins/pgpmime/plugin.c
4189                 Factorize and generalize a bit 
4190                 Drop S/MIME signature verification from PGP/MIME
4191                 (adding it as another, more complete plugin)
4192
4193 2006-04-05 [paul]       2.1.0
4194
4195         2.1.0 released
4196
4197 2006-04-05 [paul]       2.0.0cvs186
4198
4199         * manual/advanced.xml
4200                 add info on colour labels
4201
4202 2006-04-05 [paul]       2.0.0cvs185
4203
4204         * po/bg.po
4205         * po/cs.po
4206         * po/de.po
4207         * po/el.po
4208         * po/en_GB.po
4209         * po/fi.po
4210         * po/fr.po
4211         * po/it.po
4212         * po/nl.po
4213         * po/pl.po
4214         * po/pt_BR.po
4215         * po/sr.po
4216         * po/zh_CN.po
4217                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
4218                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
4219                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
4220                 Guimaraes, Aleksandar Urosevic, Ralgh Young
4221         * src/gtk/authors.h
4222         * tools/claws.i18n.status.pl
4223                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
4224                 and new Czech translator, Tim <timbrain@post.cz>
4225
4226 2006-04-05 [mones]      2.0.0cvs184
4227
4228         * po/es.po
4229                 Updated translation
4230
4231 2006-04-05 [colin]      2.0.0cvs183
4232
4233         * src/gtk/quicksearch.c
4234                 Fix bug #929 (unnecessary reload in quick search bar)
4235
4236 2006-04-05 [colin]      2.0.0cvs182
4237
4238         * src/compose.c
4239                 Fix crash on Reply with no From:
4240                 Show signature and conversion error on queuing 
4241                 (but not sending)
4242         * src/mainwindow.c
4243         * src/summaryview.c
4244         * src/summaryview.h
4245                 Factorize threading code and make sure msginfo 
4246                 is not null when it comes from a GtkCTreeRow's 
4247                 data
4248         * src/gtk/gtkaspell.c
4249                 Check for necessary things
4250         * src/gtk/gtksctree.c
4251         * src/gtk/gtksctree.h
4252                 Reset anchor if necessary when removing node
4253
4254 2006-03-29 [colin]      2.0.0cvs181
4255
4256         * src/folderview.c
4257                 Warn for disabled IMAP accounts (due to lack of
4258                 libetpan). Breaks string-freeze - sorry - but it
4259                 is kind of important ;)
4260
4261 2006-03-28 [colin]      2.0.0cvs180
4262
4263         * src/gtk/gtkutils.c
4264         * src/gtk/gtkutils.h
4265                 Add a gtkut_get_link_btn() function that
4266                 creates a button which acts like an URI
4267         * src/prefs_themes.c
4268         * src/gtk/about.c
4269                 Use this function (factorizes codes)
4270         * src/common/defs.h
4271         * src/gtk/pluginwindow.c
4272                 Add a "Get more..." in the plugins window
4273
4274 2006-03-28 [colin]      2.0.0cvs179
4275
4276         * src/common/smtp.c
4277         * src/common/passcrypt.c
4278         * src/undo.c
4279                 Warning fixes. Patch by Pawel Pekala
4280
4281 2006-03-27 [colin]      2.0.0cvs178
4282
4283         * src/undo.c
4284                 Fix undoing by blocks with spaces
4285
4286 2006-03-27 [colin]      2.0.0cvs177
4287
4288         * src/textview.c
4289                 Set margin to 3px for headers
4290
4291 2006-03-27 [paul]
4292
4293         2.1.0-rc2 released
4294
4295 2006-03-27 [wwp]        2.0.0cvs176
4296
4297         * src/summaryview.c
4298                 don't reset quicksearch when updating the message list.
4299                 Thanks to Colin.
4300
4301 2006-03-26 [wwp]        2.0.0cvs175
4302
4303         * src/compose.c
4304                 use a unified border width ('other' tab in the compose window,
4305                 patch by Pawel Pekala).
4306
4307
4308 2006-03-26 [wwp]        2.0.0cvs174
4309
4310         * src/common/quoted-printable.c
4311         * src/addressbook.c
4312                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
4313
4314 2006-03-26 [colin]      2.0.0cvs173
4315
4316         * src/quote_fmt_parse.y
4317                 Fix non-UTF8 date formats messing up the whole quote a 
4318                 little bit
4319
4320 2006-03-26 [colin]      2.0.0cvs172
4321
4322         * src/procheader.c
4323                 Make sure the date is UTF8 valid, or try to make it
4324                 so. IncrediMail is really IncrediStupid.
4325         * src/compose.c
4326                 Fix possible conversions. 
4327                 
4328
4329 2006-03-26 [colin]      2.0.0cvs171
4330
4331         * src/matcher.c
4332                 Fix corner cases in body search. This is still a
4333                 hack... It seems impossible to make it good and 
4334                 reasonably fast at the same time.
4335
4336 2006-03-26 [colin]      2.0.0cvs170
4337
4338         * src/summaryview.c
4339                 I think I killed the twilight zone bug!
4340                 summary_select_node() flushes GTK events in order
4341                 to be able to center the view. But this also 
4342                 flushes keypresses like Ctrl-Alt-U, so this can
4343                 call summary_show from summary_select_node (itself
4344                 called from summary_show, etc.). And the summaryview
4345                 has to be unlocked in this function. So just locking
4346                 while processing GTK events, and bailing if locked, 
4347                 should fix it.
4348                 Fixes bug #927 (SIGSEGV during Update Summary)
4349
4350 2006-03-25 [colin]      2.0.0cvs169
4351
4352         * src/matcher.c
4353                 Fix search in QP-encoded bodies
4354                 Fix utf-8 searches in bodies encoded in the
4355                 locale's encoding
4356         * src/common/quoted-printable.c
4357         * src/common/quoted-printable.h
4358                 Add a decode function that doesn't overwrite
4359                 the original pointer
4360                 
4361
4362 2006-03-24 [colin]      2.0.0cvs168
4363
4364         * src/action.c
4365         * src/summaryview.c
4366         * src/summaryview.h
4367                 Update message cache after action
4368                 Patch by H. Merijn Brand
4369         * src/prefs_msg_colors.c
4370                 Factorize label 
4371                 Patch by Fabien Vantard
4372         * src/plugins/spamassassin/spamassassin_gtk.c
4373                 Remove useless translation
4374                 Patch by Fabien Vantard
4375
4376 2006-03-23 [colin]      2.0.0cvs167
4377
4378         * src/common/ssl.c
4379                 Let 30 seconds to SSL_connect
4380
4381 2006-03-23 [wwp]        2.0.0cvs166
4382
4383         * src/summaryview.c
4384         * src/gtk/description_window.c
4385                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
4386                 and headers are translated; adjust description windows' width to fit their
4387                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
4388
4389 2006-03-23 [paul]       2.0.0cvs165
4390
4391         * src/common/utils.c
4392                 fix highlighting of URIs containing "()"
4393                 (2.0.0cvs164's reversal fixed)
4394                 Thanks to Colin.
4395
4396 2006-03-23 [paul]       2.0.0cvs164
4397
4398         * src/common/utils.c
4399                 revert patch, (postponing a fix), at 2.0.0cvs120
4400                 as it breaks more URIs than it fixes.
4401                 Allow '-' to be a terminating character in a URI
4402
4403 2006-03-22 [colin]      2.0.0cvs163
4404
4405         * configure.ac
4406                 Require libetpan 0.45
4407                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
4408
4409 2006-03-22 [paul]       2.0.0cvs162
4410
4411         * src/editgroup.c
4412                 replace '<-' and '->' buttons with GTK_STOCK graphical
4413                 buttons
4414         * src/summary_search.c
4415                 don't offer '...' for translation
4416                 add a tooltip to advanced search '...' button
4417         * src/gtk/quicksearch.c
4418                 don't offer '...' for translation
4419
4420 2006-03-21 [colin]      2.0.0cvs161
4421
4422         * src/compose.c
4423                 Fix middle-click pasting (insert at click
4424                 position instead of cursor position, don't
4425                 remove existing selection and allow pasting
4426                 our own selection)
4427         * src/addressbook.c
4428                 "LDAP Server" -> "LDAP servers"
4429
4430 2006-03-21 [wwp]        2.0.0cvs160
4431
4432         * src/etpan/imap-thread.c
4433                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
4434
4435 2006-03-20 [colin]      2.0.0cvs159
4436
4437         * src/summaryview.c
4438                 Don't reload summaryview after an execute with no
4439                 move action
4440
4441 2006-03-19 [colin]      2.0.0cvs158
4442
4443         * src/addressbook.c
4444                 and put groups at the top, always
4445
4446 2006-03-19 [colin]      2.0.0cvs157
4447
4448         * src/addressbook.c
4449                 Order groups before names, as previously
4450
4451 2006-03-19 [colin]      2.0.0cvs156
4452
4453         * src/addressbook.c
4454                 - Sort case-unsensitive
4455                 - Put the sort arrow at opening too
4456
4457 2006-03-19 [wwp]        2.0.0cvs155
4458
4459         * src/addressbook.c
4460                 allow sorting by name/email/remarks, ensure that right-pane's contents
4461                 matches the left-pane selection (cleared when appropriate).
4462                 Patch by Pawel Pekala <c0rn@o2.pl>.
4463
4464 2006-03-18 [colin]      2.0.0cvs154
4465
4466         * src/textview.c
4467                 Fix text cursor ;)
4468
4469 2006-03-18 [colin]      2.0.0cvs153
4470
4471         * src/gtk/filesel.c
4472                 Make sure we hide the preview if we didn't get
4473                 a filename
4474
4475 2006-03-18 [colin]      2.0.0cvs152
4476
4477         * src/summaryview.c
4478                 Set cursor to watch for execution (fixes lack
4479                 of watch-cursor when dnd'ing hundreds of mails)
4480         * src/gtk/filesel.c
4481                 Check that mime type is 'image/*' before updating
4482                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
4483
4484 2006-03-18 [colin]      2.0.0cvs151
4485
4486         * src/mainwindow.c
4487         * src/textview.c
4488         * src/textview.h
4489                 Put a watch cursor in textview too when the mainwindow's
4490                 cursor in a watch
4491
4492 2006-03-18 [colin]      2.0.0cvs150
4493
4494         * src/folder.c
4495                 Change wrong asserts to simple tests
4496
4497 2006-03-17 [colin]      2.0.0cvs149
4498
4499         * src/mainwindow.c
4500         * src/mainwindow.h
4501         * src/prefs_msg_colors.c
4502         * src/summaryview.c
4503         * src/summaryview.h
4504         * src/gtk/colorlabel.c
4505         * src/gtk/colorlabel.h
4506                 Add a color label menu in the main menubar
4507                 Add (fixed) accels Ctrl-{0-7} to change the color
4508                 They have to be fixed because the menu's dynamic,
4509                 the items are complex widgets, hence we can't use
4510                 a GtkItemFactory.
4511
4512
4513 2006-03-17 [wwp]        2.0.0cvs148
4514
4515         * src/compose.c
4516                 rollback few lines from my previous commit (those lines come from
4517                 a pending patch, accidentally commited, even if neutral as they are
4518                 commented out).
4519
4520 2006-03-17 [wwp]        2.0.0cvs147
4521
4522         * src/compose.c
4523                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
4524                 applied code style/indentation to the modified function.
4525
4526 2006-03-17 [wwp]        2.0.0cvs146
4527
4528         * src/procmsg.c
4529         * src/compose.c
4530                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
4531
4532 2006-03-17 [paul]
4533
4534         2.1.0-rc1 released
4535
4536 2006-03-17 [paul]       2.0.0cvs145
4537
4538         * src/main.c
4539                 addressbook_read_file() was called twice
4540         * src/textview.c
4541                 X-Mailer highlighting
4542
4543 2006-03-16 [colin]      2.0.0cvs144
4544
4545         * src/sourcewindow.c
4546         * src/sourcewindow.h
4547                 And the last one, in source window.
4548
4549 2006-03-16 [colin]      2.0.0cvs143
4550
4551         * src/compose.c
4552         * src/compose.h
4553                 Fix the same stuff in compose
4554
4555 2006-03-16 [colin]      2.0.0cvs142
4556
4557         * src/messageview.c
4558                 Complete the previous messageview crash fix
4559
4560 2006-03-16 [colin]      2.0.0cvs141
4561
4562         * src/procmsg.h
4563         * src/procmsg.c
4564         * src/folder.c
4565                 Fix POSTPROCESSING hook
4566                 Patch by H. Merijn Brand
4567
4568         * src/procmime.c
4569         * src/procmime.h
4570                 Parse Content-Location
4571
4572         * src/toolbar.c
4573         * src/messageview.c
4574         * src/messageview.h
4575                 Don't crash when a top-level MessageView has
4576                 been closed on us. Same problematic than
4577                 yesterday's quicksearch issue.
4578
4579 2006-03-15 [colin]      2.0.0cvs140
4580
4581         * src/gtk/quicksearch.c
4582                 Fix a bitchy race we didn't think about when we
4583                 added quicksearch cancellation:
4584                 If the search is not on cached fields, for example
4585                 body_part matchcase "stuff"
4586                 the matcher code has to get the whole message. If
4587                 we're on IMAP, that can be slow, and in order to
4588                 be non-blocking, the IMAP code idle loop processes
4589                 gtk events too. So it is possible to cancel a
4590                 quicksearch while the matcher is getting the mail's
4591                 body. After matcher got its body, it will start to
4592                 iterate over the matcher list that the Quicksearch's
4593                 clear_search_cb() just freed via prepare_matcher().
4594                 SIGSEGV ensues.
4595                 The fix consists of guarding the matcherlist_match()
4596                 call with a boolean 'matching'. If we reset the
4597                 quicksearch while matching is TRUE, we don't free
4598                 the matcherlist anymore like we did, but we set
4599                 another new flag, deferred_free, to TRUE. Then,
4600                 in quicksearch_match(), just after returning from
4601                 matcherlist_match() and unsetting the matching flag,
4602                 we check the deferred_free flag and do the
4603                 prepare_matcher() (which does the matcherlist_free)
4604                 for real, so we free the matcherlist once it's not
4605                 used anymore.
4606                 As all of this runs via the glib main loop, we
4607                 luckily don't need a mutex.
4608         * src/summaryview.c
4609                 Also, show progress while searching.
4610
4611
4612 2006-03-14 [colin]      2.0.0cvs139
4613
4614         * src/alertpanel.c
4615                 Make alertpanel_is_open non-static
4616
4617 2006-03-14 [colin]      2.0.0cvs138
4618
4619         * src/prefs_spelling.c
4620                 Cleanups - Fabien Vantard
4621
4622 2006-03-14 [wwp]        2.0.0cvs137
4623
4624         * src/main.c
4625                 code style normalization (curly braces, indentation).
4626
4627 2006-03-14 [wwp]        2.0.0cvs137
4628
4629         * src/main.c
4630                 code style (braces, indentation)
4631
4632 2006-03-12 [paul]       2.0.0cvs136
4633
4634         * src/prefs_common.c
4635                 trans_hdr defaults to FALSE to be RFC-savvy
4636         * src/prefs_summaries.c
4637                 add a tooltip to the trans_hdr option
4638                 
4639
4640 2006-03-12 [paul]       2.0.0cvs135
4641
4642         * src/prefs_matcher.c
4643                 give a little more width to the combos
4644         * src/prefs_display_header.c
4645         * src/textview.c
4646                 translate headers if prefs_common.trans_hdr
4647                 is TRUE
4648
4649         Patches by Pawel Pekala
4650
4651 2006-03-12 [paul]       2.0.0cvs134
4652
4653         * src/plugins/clamav/clamav_plugin.c
4654         * src/plugins/dillo_viewer/dillo_viewer.c
4655         * src/plugins/pgpcore/plugin.c
4656         * src/plugins/pgpinline/plugin.c
4657         * src/plugins/pgpmime/plugin.c
4658         * src/plugins/spamassassin/spamassassin.c
4659                 update/add to descriptions
4660         * src/plugins/spamassassin/spamassassin_gtk.c
4661                 fixes to the english, remove superfluous
4662                 tooltips, clean up a little
4663
4664 2006-03-12 [paul]       2.0.0cvs133
4665
4666         * src/compose.c
4667                 fix Bug 924, 'Account combo box shows up wrong 
4668                 if & is in account name'
4669
4670 2006-03-11 [colin]      2.0.0cvs132
4671
4672         * src/summaryview.c
4673                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
4674                 messed up shift-selection because is slows down
4675                 moving around summaryview. thanks -users
4676
4677 2006-03-10 [colin]      2.0.0cvs131
4678
4679         * src/plugins/spamassassin/spamassassin_gtk.c
4680                 Put back Paul's engrish fixes
4681
4682 2006-03-10 [colin]      2.0.0cvs130
4683
4684         * src/plugins/spamassassin/spamassassin.c
4685         * src/plugins/spamassassin/spamassassin.h
4686         * src/plugins/spamassassin/spamassassin_gtk.c
4687                 Cleanup SA prefs page (more)
4688                 Patch by Fabien Vantard
4689
4690 2006-03-10 [paul]       2.0.0cvs129
4691
4692         * src/prefs_msg_colors.c
4693         * src/prefs_spelling.c
4694                 widget sensitivity
4695
4696 2006-03-09 [mones]      2.0.0cvs128
4697
4698         * po/es.po
4699                 Update for next RC
4700
4701 2006-03-09 [wwp]        2.0.0cvs127
4702
4703         * configure.ac
4704                 revert accidental commit (requirement for libetpan 0.43), this time
4705                 not in HEAD.
4706
4707 2006-03-09 [wwp]        2.0.0cvs125
4708
4709         * configure.ac
4710                 revert accidental commit (requirement for libetpan 0.43)
4711
4712 2006-03-09 [paul]       2.0.0cvs126
4713
4714         * src/prefs_receive.c
4715                 remove useless frame
4716                 replace 'incorporation' with 'receiving'
4717         * src/plugins/clamav/clamav_plugin_gtk.c
4718         * src/plugins/spamassassin/spamassassin_gtk.c
4719                 improve widget sensitivity
4720                 fix a bit his engrish
4721
4722 2006-03-09 [wwp]        2.0.0cvs125
4723
4724         * src/addressadd.c
4725         * src/foldersel.c
4726         * src/prefs_common.c
4727         * src/prefs_common.h
4728                 remember some more windows' sizes (add to addressbook and
4729                 select folder).
4730
4731 2006-03-09 [paul]       2.0.0cvs124
4732
4733         * src/plugins/pgpcore/prefs_gpg.c
4734                 normalise construction of dialogue
4735
4736 2006-03-09 [paul]       2.0.0cvs123
4737
4738         * src/plugins/trayicon/Makefile.am
4739                 add missing slash
4740
4741 2006-03-08 [colin]      2.0.0cvs122
4742
4743         * src/plugins/trayicon/Makefile.am
4744                 Fix build in separate dir 
4745                 Patch by Bamanzi <bamanzi@gmail.com>
4746
4747 2006-03-08 [colin]      2.0.0cvs121
4748
4749         * src/procmsg.c
4750                 Batch move and copies from summaryview with delayed execution
4751                 too
4752
4753 2006-03-07 [paul]       2.0.0cvs120
4754
4755         * src/common/utils.c
4756                 fix highlighting of URIs containing "()"
4757                 Patch by Pawel Pekala
4758
4759 2006-03-07 [paul]       2.0.0cvs119
4760
4761         * src/folder.c
4762         * src/folder.h
4763         * src/folderview.c
4764                 immediately do alphabetical resort when
4765                 changing a folder's name
4766                 Patch by Pawel Pekala
4767
4768 2006-03-07 [paul]       2.0.0cvs118
4769
4770         * src/news.c
4771         * src/news_gtk.c
4772                 when unsubscribing a newsgroup, remove the
4773                 folder and msgs in .sylpheed-claws/newscache
4774                 Patch by Pawel Pekala <c0rn@gazeta.pl>
4775
4776 2006-03-07 [paul]       2.0.0cvs117
4777
4778         * src/textview.c
4779                 fix wrong Fake URL Warning
4780                 Thanks to Hiro
4781
4782 2006-03-07 [colin]      2.0.0cvs116
4783
4784         * src/imap.c
4785                 Return immediately when password dialog was
4786                 cancelled
4787         * src/gtk/inputdialog.c
4788                 Allow empty strings for passwords
4789
4790
4791 2006-03-06 [colin]      2.0.0cvs115
4792
4793         * src/imap.c
4794                 Prevent double-timeouts when connection fails
4795
4796 2006-03-06 [colin]
4797
4798         2.0.1-rc1 released
4799
4800 2006-03-06 [colin]      2.0.0cvs114
4801
4802         * src/imap.c
4803                 Refresh session during potentially long
4804                 operations
4805
4806 2006-03-06 [wwp]        2.0.0cvs113
4807
4808         * src/prefs_msg_colors.h
4809                 forgot that one (custom color labels).
4810
4811 2006-03-06 [wwp]        2.0.0cvs112
4812
4813         * src/prefs_common.c
4814         * src/prefs_common.h
4815         * src/prefs_msg_colors.c
4816         * src/summaryview.c
4817         * src/summaryview.h
4818         * src/gtk/colorlabel.c
4819         * src/gtk/colorlabel.h
4820                 colors in messages list are now customizable. Color values and names can
4821                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
4822                 Thanks to Paul and Colin for their help with this longstanding patch!
4823
4824 2006-03-06 [wwp]        2.0.0cvs111
4825
4826         * src/textview.c
4827                 don't crash if (x)face is bad.
4828
4829 2006-03-05 [paul]       2.0.0cvs110
4830
4831         * AUTHORS
4832         * configure.ac
4833         * src/Makefile.am
4834         * src/common/Makefile.am
4835         * src/common/utils.h
4836         * src/etpan/imap-thread.c
4837         * src/gtk/authors.h
4838         * src/plugins/clamav/Makefile.am
4839         * src/plugins/demo/Makefile.am
4840         * src/plugins/dillo_viewer/Makefile.am
4841         * src/plugins/pgpcore/Makefile.am
4842         * src/plugins/pgpcore/passphrase.c
4843         * src/plugins/pgpinline/Makefile.am
4844         * src/plugins/pgpmime/Makefile.am
4845         * src/plugins/spamassassin/Makefile.am
4846         * src/plugins/trayicon/Makefile.am
4847                 fix builiding on cygwin
4848                 Patch by Ralgh Young <bamanzi@gmail.com>
4849
4850 2006-03-04 [wwp]        2.0.0cvs109
4851
4852         * manual/keyboard.xml
4853                 fix mixed up/down keys.
4854
4855 2006-03-04 [wwp]        2.0.0cvs108
4856
4857         * README
4858         * INSTALL
4859                 updated links to SpamAssassin.
4860
4861 2006-03-04 [wwp]        2.0.0cvs107
4862
4863         * manual/plugins.xml
4864         * src/plugins/spamassassin/README
4865                 updated SpamAssassin plugin docs to reflect new functional additions
4866                 (also fix/update/documents few technical stuff more, see the README).
4867
4868 2006-03-04 [wwp]        2.0.0cvs106
4869
4870         * src/prefs_message.c
4871                 normalized capitalization of message-prefs paths.
4872
4873 2006-03-04 [wwp]        2.0.0cvs105
4874
4875         * manual/advanced.xml
4876                 typo.
4877
4878 2006-03-03 [colin]      2.0.0cvs104
4879
4880         * src/plugins/clamav/clamav_plugin_gtk.c
4881                 Rework prefs page, patch by Fabien 
4882
4883 2006-03-03 [colin]      2.0.0cvs103
4884
4885         * src/plugins/clamav/clamav_plugin.c
4886                 Set error on all errors
4887
4888 2006-03-03 [colin]      2.0.0cvs102
4889
4890         * src/common/plugin.c
4891                 Initialize error to avoid crashing when a plugin fails
4892                 without setting error
4893
4894 2006-03-02 [wwp]        2.0.0cvs101
4895
4896         * configure.ac
4897                 fixed linker flags for libetpan support on Cygwin
4898                 (thanks to H.Merijn Brand).
4899
4900 2006-03-02 [wwp]        2.0.0cvs100
4901
4902         * src/addressbook.c
4903                 fix some AB error messages: one for punctuation and
4904                 one wrongly duplicate (thanks, maxbritov).
4905
4906 2006-03-02 [wwp]        2.0.0cvs99
4907
4908         * src/plugins/spamassassin/spamassassin.c
4909                 make sync calls to sa-learn/spamc to prevent
4910                 system (whatever local or client/server) overload.
4911
4912 2006-03-02 [colin]      2.0.0cvs98
4913
4914         * src/summaryview.c
4915                 Put the spam icon in the status column instead of the
4916                 mark one
4917
4918 2006-03-01 [colin]      2.0.0cvs97
4919
4920         * src/plugins/spamassassin/spamassassin.c
4921                 Fix segfault (g_file_set_contents fails for some 
4922                 reason and err==0x2f. Can't find out why with
4923                 valgrind, using working function :-)
4924
4925 2006-03-01 [colin]      2.0.0cvs96
4926
4927         * src/inc.c
4928                 Offline overriding: let 'No' be cached only 3 seconds
4929
4930 2006-03-01 [colin]      2.0.0cvs95
4931
4932         * src/addr_compl.c
4933         * src/addrbook.c
4934         * src/addressbook.c
4935         * src/addrindex.c
4936         * src/folder_item_prefs.c
4937         * src/headerview.c
4938         * src/imap.c
4939         * src/inc.c
4940         * src/ldif.c
4941         * src/mainwindow.c
4942         * src/mh.c
4943         * src/msgcache.c
4944         * src/prefs_common.h
4945         * src/prefs_msg_colors.c
4946         * src/procheader.c
4947         * src/procheader.h
4948         * src/procmime.c
4949         * src/procmsg.c
4950         * src/procmsg.h
4951         * src/send_message.h
4952         * src/simple-gettext.c
4953         * src/summaryview.c
4954         * src/summaryview.h
4955         * src/syldap.c
4956         * src/textview.c
4957         * src/undo.c
4958         * src/common/ssl_certificate.c
4959         * src/common/utils.c
4960         * src/gtk/colorsel.c
4961         * src/gtk/gtksctree.c
4962         * src/gtk/gtkshruler.c
4963         * src/plugins/trayicon/trayicon.c
4964                 #if 0 goes to /dev/null
4965
4966 2006-03-01 [colin]      2.0.0cvs94
4967
4968         * src/compose.c
4969         * src/imap.c
4970         * src/inc.c
4971         * src/inc.h
4972         * src/messageview.c
4973         * src/news.c
4974         * src/plugins/spamassassin/spamassassin.c
4975                 Allow to add information in the "working offline"
4976                 window
4977
4978 2006-03-01 [wwp]        2.0.0cvs93
4979
4980         * src/plugins/spamassassin/spamassassin.c
4981                 fixed spamc invocation: use a tricky temporary mini shell wrapper
4982                 'cause it seems that calling `spamc ... < inputfile` with
4983                 g_spawn_(a)sync simply.. erm doesn't work :-).
4984
4985 2006-03-01 [wwp]        2.0.0cvs92
4986
4987         * src/toolbar.c
4988         * src/toolbar.h
4989                 simplify the adding of spam/ham button to the messageview toolbar
4990                 (it gets more clear now that the same button will be "Mark as spam"
4991                 or "Mark as ham" according to the current message status,
4992                 thanks to Colin).
4993
4994 2006-03-01 [wwp]        2.0.0cvs91
4995
4996         * src/messageview.c
4997         * src/procmsg.c
4998         * src/procmsg.h
4999         * src/summaryview.c
5000         * src/plugins/spamassassin/spamassassin.c
5001         * src/plugins/spamassassin/spamassassin.h
5002                 make learner callbacks return a status (0 for ok),
5003                 handle it in main code to avoid setting flags when learning failed,
5004                 don't learn on TCP if offline in spamassassin,
5005                 thanks to Colin.
5006
5007                 
5008
5009 2006-03-01 [wwp]        2.0.0cvs90
5010
5011         * src/compose.c
5012                 some work around the compose window's account menu,
5013                 patch by Fabien Vantard.
5014
5015 2006-03-01 [wwp]        2.0.0cvs89
5016
5017         * src/plugins/spamassassin/spamassassin.c
5018                 fixed bad logics, was using spamc in local mode and sa-learn
5019                 in remote mode (thanks, Colin).
5020
5021 2006-03-01 [wwp]        2.0.0cvs88
5022
5023         * src/plugins/spamassassin/spamassassin.c
5024         * src/plugins/spamassassin/spamassassin.h
5025         * src/plugins/spamassassin/spamassassin_gtk.c
5026                 made processing of emails w/ sa-plugin an option (default is TRUE),
5027                 fixed Engrish some tooltips, capitalization of some debug messages
5028                 and warnings. The spamassassin plugin now provides two separate
5029                 services: process emails upon incorporation and spamd training.
5030                 Both services (un)register independently but use some common
5031                 plugin settings (transport settings, spam storage location).
5032
5033 2006-02-28 [wwp]        2.0.0cvs87
5034
5035         * src/plugins/spamassassin/spamassassin.c
5036                 fix async flag to spamc cmdline execution (batch exec should
5037                 be asynchronous).
5038
5039 2006-02-27 [wwp]        2.0.0cvs86
5040
5041         * src/plugins/spamassassin/spamassassin.c
5042         * src/plugins/spamassassin/spamassassin.h
5043         * src/plugins/spamassassin/spamassassin_gtk.c
5044                 - added the ability to learn a remote spamassassin server (spamd),
5045                 using spamc.
5046                 - added the spamassassin option 'username', that applies to all
5047                 spamassassin operations (filtering, learning, local or remote).
5048                 The default username is the current unix user (if left blank
5049                 from gtk prefs or config file).
5050                 - commented out some unused code (notebook widget), removed unused
5051                 layout (hbox1).
5052                 - make more widgets sensitive to the transport type.
5053
5054 2006-02-27 [colin]      2.0.0cvs85
5055
5056         * src/plugins/spamassassin/spamassassin.c
5057                 Fix sa-learn call when offline
5058
5059 2006-02-27 [colin]      2.0.0cvs84
5060
5061         * configure.ac
5062         * src/Makefile.am
5063         * src/mainwindow.c
5064         * src/mainwindow.h
5065         * src/messageview.c
5066         * src/messageview.h
5067         * src/prefs_toolbar.c
5068         * src/procmsg.c
5069         * src/stock_pixmap.c
5070         * src/stock_pixmap.h
5071         * src/summaryview.c
5072         * src/toolbar.c
5073         * src/toolbar.h
5074         * src/pixmaps/ham_btn.xpm
5075         * src/pixmaps/spam.xpm
5076         * src/pixmaps/spam_btn.xpm
5077         * src/plugins/spamassassin/spamassassin.c
5078                 Add button in toolbar for spam learning
5079                 Fix a few bugs from the last related commit
5080                 Revert 1.9.6cvs23 which messed up shift-selection
5081
5082 2006-02-24 [colin]      2.0.0cvs83
5083
5084         * src/procmsg.c
5085         * src/summaryview.c
5086         * src/summaryview.h
5087         * src/plugins/spamassassin/spamassassin.c
5088         * src/plugins/spamassassin/spamassassin.h
5089         * src/plugins/spamassassin/spamassassin_gtk.c
5090                 Unregister learner when spamassassin is either
5091                 disabled or over tcp
5092
5093 2006-02-24 [colin]      2.0.0cvs82
5094
5095         * src/Makefile.am
5096         * src/mainwindow.c
5097         * src/mainwindow.h
5098         * src/procmsg.c
5099         * src/procmsg.h
5100         * src/stock_pixmap.c
5101         * src/stock_pixmap.h
5102         * src/summaryview.c
5103         * src/summaryview.h
5104         * src/gtk/icon_legend.c
5105         * src/pixmaps/spam.xpm  ** NEW FILE **
5106         * src/plugins/spamassassin/spamassassin.c
5107         * src/plugins/spamassassin/spamassassin_gtk.c
5108                 Add spam learning interface (Mark/Mark as 
5109                 (spam|ham) menus)
5110
5111 2006-02-24 [wwp]        2.0.0cvs81
5112
5113         * src/compose.c
5114         * src/compose.h
5115         * src/filtering.c
5116                 hide compose window when sending message in batch mode
5117                 (filtering: forward and redirect). Also fixed a wrong
5118                 value returned when sending failed, neutral anyway.
5119                 (Colin, me) 
5120
5121 2006-02-24 [wwp]        2.0.0cvs80
5122
5123         * src/mainwindow.c
5124                 use GTK+'s stock quit button. Patch by Fabien Vantard.
5125
5126 2006-02-24 [paul]       2.0.0cvs79
5127
5128         * src/news.c
5129         * src/news.h
5130         * src/news_gtk.c
5131                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
5132                 Thanks to Colin
5133
5134 2006-02-23 [colin]      2.0.0cvs78
5135
5136         * src/alertpanel.c
5137                 Change OK to Close in alertpanel with View log
5138                 button; add accel to View log. Patch by Fabien
5139                 Vantard
5140
5141 2006-02-23 [wwp]        2.0.0cvs77
5142
5143         * src/compose.c
5144                 silly me, there were much more tests to perform, since toolbars can
5145                 really have down to 1 element only.
5146
5147 2006-02-23 [wwp]        2.0.0cvs76
5148
5149         * commitHelper
5150                 fixed indentation from my previous commit. Fallback to VISUAL if
5151                 EDITOR is not set (and to vi, at last resort).
5152
5153 2006-02-23 [wwp]        2.0.0cvs75
5154
5155         * commitHelper
5156                 improved error detection (Colin, me).
5157
5158 2006-02-23 [wwp]        2.0.0cvs74
5159
5160         * src/prefs_toolbar.c
5161                 simplify and fix prefs/toolbars layouting. Combos' contents can
5162                 now be really displayed.
5163
5164 2006-02-23 [wwp]        2.0.0cvs73
5165         simplifies and fix prefs/toolbars layouting. Combos' contents can now
5166         be really displayed.
5167
5168 2006-02-22 [wwp]        2.0.0cvs72
5169
5170         * src/compose.c
5171                 fix a typo in my previous commit (sorry!).
5172
5173 2006-02-22 [wwp]        2.0.0cvs71
5174
5175         * src/prefs_toolbar.c
5176                 fix a crash when adding separators to toolbars,
5177                 also fix some separator item information.
5178
5179 2006-02-22 [wwp]        2.0.0cvs70
5180
5181         * src/compose.c
5182                 fix a crash when redirecting (for instance) when compose window's
5183                 toolbar contents has been customized (when some buttons have been
5184                 removed in fact).
5185
5186 2006-02-21 [wwp]        2.0.0cvs69
5187
5188         * src/summaryview.c
5189         * src/gtk/pluginwindow.c
5190         * src/plugins/pgpcore/prefs_gpg.c
5191                 fix some compilation warnings (feat. remains of removed code).
5192
5193 2006-02-21 [wwp]        2.0.0cvs68
5194
5195         * src/gtk/gtkutils.c
5196                 fix two compilation issues, thanks to Stephan Sachse.
5197
5198 2006-02-20 [colin]      2.0.0cvs67
5199
5200         * src/mainwindow.c
5201                 Don't reselect displayed mail on refocus
5202                 This fixes actions misbehaving 
5203
5204 2006-02-20 [wwp]        2.0.0cvs66
5205
5206         * src/summaryview.c
5207         * src/gtk/gtksctree.c
5208         * src/gtk/gtkshruler.c
5209                 changed more runtime typecast checks.
5210
5211 2006-02-20 [wwp]        2.0.0cvs65
5212
5213         * src/summary_search.c
5214                 find all - summaryview refresh issue fixed, thanks to Colin.
5215
5216 2006-02-20 [wwp]        2.0.0cvs64
5217
5218         * src/gtk/gtkutils.c
5219                 better runtime typecast checks.
5220
5221 2006-02-20 [wwp]        2.0.0cvs63
5222
5223         * src/summary_search.c
5224                 enhancements to the summary search:
5225                         - add the ability to stop the running search
5226                           (upon ESC-key press, new Stop button or when Clear button is pressed)
5227                         - don't search if no criteria (From/To/Subject/Body) is set
5228                         - ensure that a busy mouse pointer is always shown when searching,
5229                           show it even a bit earlier
5230
5231 2006-02-19 [colin]      2.0.0cvs62
5232
5233         * src/compose.c
5234         * src/imap.c
5235         * src/etpan/imap-thread.c
5236         * src/etpan/imap-thread.h
5237                 (Future) IMAP speed improvement on sending
5238                 Will require a libetpan update
5239         * src/summaryview.c
5240         * src/gtk/quicksearch.c
5241                 Make quicksearch clearable while running.
5242
5243 2006-02-17 [colin]      2.0.0cvs61
5244
5245         * src/imap.c
5246         * src/etpan/imap-thread.c
5247         * src/etpan/imap-thread.h
5248                 Check for IMAP certificates
5249                 ** Requires libetpan-0.42-cvs4 
5250                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
5251
5252 2006-02-17 [colin]      2.0.0cvs60
5253
5254         * src/messageview.c
5255         * src/prefs_common.c
5256         * src/prefs_common.h
5257         * src/prefs_message.c
5258                 Add pref to display HTML-only mails with plugin, 
5259                 if possible (defaulting to FALSE of course).
5260
5261 2006-02-16 [colin]      2.0.0cvs59
5262
5263         * src/main.c
5264         * src/common/plugin.c
5265         * src/common/plugin.h
5266         * src/gtk/pluginwindow.c
5267                 Keep track of requested (but unloaded) plugins
5268                 in some error cases.
5269
5270 2006-02-16 [wwp]        2.0.0cvs58
5271
5272         * src/gtk/gtkaspell.c
5273         * src/gtk/gtkaspell.h
5274         * src/prefs_spelling.c
5275         * src/compose.c
5276         * src/prefs_common.c
5277         * src/prefs_common.h
5278                 implemented new optional spellchecker behaviour: re-check message when
5279                 dictionary got changed (from compose-window/context-menu/Change dictionary).
5280
5281 2006-02-16 [wwp]        2.0.0cvs57
5282
5283         * src/quote_fmt_parse.y
5284                 pclose popen'ed pipe.
5285
5286 2006-02-15 [colin]      2.0.0cvs56
5287
5288         * src/mimeview.c
5289         * src/mimeview.h
5290                 Let MimeViewers know which MimeView they
5291                 depend of.
5292         * src/summaryview.c
5293                 Swap From/To columns in Sent/Queue/Drafts
5294                 folders
5295         * src/etpan/imap-thread.c
5296                 Use mailstream_low_tls_open() for STARTTLS
5297                 instead of mailstream_low_ssl_open()
5298                 ** REQUIRES libetpan 0.42cvs3 **
5299
5300 2006-02-15 [wwp]        2.0.0cvs55
5301
5302         * src/compose.c
5303         * src/compose.h
5304         * src/message_search.c
5305         * src/message_search.h
5306         * src/textview.c
5307         * src/gtk/gtkutils.c
5308         * src/gtk/gtkutils.h
5309                 added the ability to Find text in the compose window (and a bit
5310                 of code factorization).
5311
5312 2006-02-15 [wwp]        2.0.0cvs54
5313
5314         * src/prefs_gtk.c
5315                 yet another one file was missing (fix for some widgets' sensitivity).
5316                 Thanks Colin!
5317
5318 2006-02-15 [wwp]        2.0.0cvs53
5319
5320         * src/prefs_gtk.h
5321                 oops forgot that file (fix for some widgets' sensitivity).
5322
5323 2006-02-15 [wwp]        2.0.0cvs52
5324
5325         * src/summary_search.c
5326                 implemented advanced summary search options (added the ability
5327                 to use matcher conditions in an advanced search mode).
5328
5329 2006-02-15 [wwp]        2.0.0cvs51
5330
5331         * src/plugins/pgpcore/prefs_gpg.c
5332         * src/prefs_account.c
5333                 fix some widget sensitivity, mostly around some labels in
5334                 account prefs.
5335
5336 2006-02-15 [paul]       2.0.0cvs50
5337
5338         * manual/advanced.xml
5339                 improve Templates info
5340                 written by wwp
5341
5342 2006-02-14 [colin]      2.0.0cvs49
5343
5344         * src/pixmaps/address_book.xpm
5345         * src/pixmaps/preferences.xpm
5346         * src/pixmaps/properties.xpm
5347                 Fix pixmap size - patch by Fabien Vantard
5348
5349 2006-02-13 [colin]      2.0.0cvs48
5350
5351         * src/procmime.c
5352                 Add missing fclose()s on error
5353         * src/textview.c
5354                 Remove unused code
5355         * src/common/utils.c
5356                 Fix temp files not being deleted on windows
5357         Patches by Thomas Gilgin
5358
5359 2006-02-13 [colin]      2.0.0cvs47
5360
5361         * src/mainwindow.c
5362                 Fix exit crash
5363
5364 2006-02-13 [wwp]        2.0.0cvs46
5365
5366         * src/plugins/pgpcore/prefs_gpg.c
5367                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
5368
5369 2006-02-12 [colin]      2.0.0cvs45
5370
5371         * src/folderview.c
5372         * src/main.c
5373         * src/mainwindow.c
5374                 Fix "stuff" when quitting
5375
5376 2006-02-12 [wwp]        2.0.0cvs44
5377
5378         * src/prefs_themes.c
5379                 fix typos in debug messages.
5380
5381 2006-02-11 [colin]      2.0.0cvs43
5382
5383         * src/summaryview.c
5384                 don't allow drag/drop from ourself
5385
5386 2006-02-10 [wwp]        2.0.0cvs42
5387
5388         * src/exporthtml.c
5389         * src/html.c
5390         * src/html.h
5391         * src/procmime.c
5392         * src/textview.c
5393                 renamed html_ prefixed functions and data structures to avoid
5394                 namespace clashes w/ other software (gtkhtml2 for instance).
5395                 Closes bug #907.
5396
5397
5398 2006-02-09 [colin]      2.0.0cvs41
5399
5400         * src/summaryview.c
5401                 Fix shitty logic messed up. Thanks Ticho for the hint!
5402
5403 2006-02-09 [wwp]        2.0.0cvs40
5404
5405         * src/gtk/about.c
5406         * src/compose.c
5407         * src/prefs_account.c
5408         * src/prefs_gtk.h
5409         * src/editaddress.c
5410                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
5411                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
5412                 Browse buttons in accounts prefs.
5413
5414 2006-02-09 [colin]      2.0.0cvs39
5415
5416         * src/matcher.c
5417                 Check for pointer before using its members
5418         * src/gtk/gtksourceprintjob.c
5419                 Fix a wrong warning
5420
5421 2006-02-09 [wwp]        2.0.0cvs38
5422
5423         * src/gtk/filesel.c
5424                 fix few compiler warnings (type mismatch).
5425
5426 2006-02-09 [paul]       2.0.0cvs37
5427
5428         * po/fr.po
5429                 updated by Fabien Vantard
5430
5431 2006-02-08 [colin]      2.0.0cvs36
5432
5433         * src/prefs_common.c
5434         * src/common/defs.h
5435         * src/common/plugin.c
5436                 allow windows and linux configurations to coexist
5437                 patch by Thomas Gilgin
5438
5439 2006-02-08 [colin]      2.0.0cvs35
5440
5441         * src/filtering.c
5442         * src/matcher.c
5443         * src/matcher.h
5444         * src/matcher_parser_parse.y
5445         * src/prefs_filtering_action.c
5446         * src/prefs_matcher.c
5447                 Add the "Ignore thread" filtering
5448                 action
5449
5450 2006-02-08 [colin]      2.0.0cvs34
5451
5452         * src/compose.c
5453         * src/procmime.c
5454         * src/procmime.h
5455                 Fix bug #905 (damaged attachment)
5456                 text files with raw \0's aren't really text files
5457         FOR_STABLE
5458
5459 2006-02-08 [colin]      2.0.0cvs33
5460
5461         * src/summaryview.c
5462                 Fix crasher introduced yesterday
5463
5464 2006-02-08 [wwp]        2.0.0cvs32
5465
5466         * src/compose.c
5467         * src/compose.h
5468                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
5469
5470 2006-02-08 [wwp]        2.0.0cvs31
5471
5472         * src/prefs_template.c
5473                 templates enhancement: allow address completion for Cc and Bcc fields
5474                 (it was currently possible for the To field only)
5475
5476 2006-02-08 [colin]      2.0.0cvs30
5477
5478         * src/compose.c
5479                 Don't unblock if not blocked
5480         FOR_STABLE
5481
5482 2006-02-07 [colin]      2.0.0cvs29
5483
5484         * src/action.c
5485                 Forgot to refresh summaryview
5486
5487 2006-02-07 [colin]      2.0.0cvs28
5488
5489         * src/action.c
5490                 Freeze/thaw message list and folder list while
5491                 processing %as{} actions 
5492         * src/compose.c
5493                 Fix auto-wrap disabling after a middle-click
5494                 paste - FOR_STABLE
5495
5496 2006-02-07 [paul]       2.0.0cvs27
5497
5498         * src/folder.c
5499                 fix freeing of uninitialised pointers
5500                 Thanks to Colin
5501
5502 2006-02-06 [colin]      2.0.0cvs26
5503
5504         * src/folder.c
5505                 Use g_slist_prepend in potentially big list
5506
5507 2006-02-06 [colin]      2.0.0cvs25
5508
5509         * src/folder.c
5510                 Completely skip processing if it doesn't 
5511                 exist (faster!)
5512
5513 2006-02-06 [colin]      2.0.0cvs24
5514
5515         * src/folder.c
5516         * src/summaryview.c
5517                 Batch filtering in summaryview (from Tools menu)
5518                 and pre/post//-processing too
5519
5520 2006-02-06 [colin]      2.0.0cvs23
5521
5522         * src/procmsg.h
5523         * src/filtering.c
5524                 Use a special field for batch filtering instead
5525                 of stepping on deferred execution's toes
5526
5527 2006-02-06 [colin]      2.0.0cvs22
5528
5529         * src/action.c
5530         * src/filtering.c
5531         * src/filtering.h
5532         * src/folder.c
5533         * src/summaryview.c
5534                 Fix filtering via menus and actions
5535
5536 2006-02-06 [colin]      2.0.0cvs21
5537
5538         * src/imap.c
5539                 Put the added file directly to cache if possible (will work
5540                 with next libetpan)
5541         * src/filtering.c
5542         * src/filtering.h
5543         * src/inc.c
5544         * src/folder.c
5545         * src/mbox.c
5546         * src/procmsg.h
5547                 Move and copy filtered messages by batches instead of one
5548                 by one - faster on IMAP
5549         * src/procmsg.c
5550                 Add a function that'll possibly be useful later
5551
5552 2006-02-06 [colin]      2.0.0cvs20
5553
5554         * src/addressbook.c
5555                 Use internal mime-type instead of text/plain for d'n'd
5556         * src/compose.c
5557                 Allow attaching files from mimeview's icon list via d'n'd
5558         * src/folderview.c
5559         * src/folderview.h
5560                 Use internal mime-type instead of text/plain for d'n'd
5561                 Don't try to selected opened folder if none is
5562                 Factorize d'n'd from other apps code
5563         * src/headerview.c
5564         * src/textview.c
5565         * src/gtk/gtkutils.c
5566         * src/gtk/gtkutils.h
5567                 Factorize Face/X-Face stuff
5568         * src/mimeview.c
5569                 Fix d'n'd to other apps
5570         * src/prefs_message.c
5571                 Let the XFace pref be usable without libcompface as it also
5572                 applies to Face
5573         * src/summaryview.c
5574                 Fix d'n'd to other apps
5575                 Factorize d'n'd from other apps code
5576
5577 2006-02-06 [wwp]        2.0.0cvs19
5578
5579         * po/it.po
5580                 Italian translation fixes by Andrea Spadaccini (no more confusion
5581                 between filtering and processing, and few changes in the About
5582                 dialog).
5583
5584
5585 2006-02-06 [mones]      2.0.0cvs18
5586
5587         * src/gtk/icon_legend.c
5588                 Improved descriptions allowing better translations
5589
5590 2006-02-05 [colin]      2.0.0cvs17
5591
5592         * src/imap.c
5593                 Add the f*cking missing expunge that caused imap_fetch_env
5594                 to fail after an add_msgs ! :-///
5595         * src/etpan/imap-thread.c
5596                 Add a bit of debug
5597         FOR_STABLE
5598
5599 2006-02-05 [colin]      2.0.0cvs16
5600
5601         * src/common/utils.c
5602                 Don't check for return-path (or we can't put
5603                 back non-sent mails)
5604
5605 2006-02-05 [colin]      2.0.0cvs15
5606
5607         * src/textview.c
5608                 Don't try to display Face header in textview
5609                 when teh headerview's active
5610
5611 2006-02-05 [colin]      2.0.0cvs14
5612
5613         * tools/tbird2syl.py
5614         * tools/Makefile.am
5615                 Add script to import Thunderbird mails
5616
5617 2006-02-05 [colin]      2.0.0cvs13
5618
5619         * src/headerview.c
5620         * src/procheader.c
5621         * src/procmsg.c
5622         * src/procmsg.h
5623         * src/textview.c
5624                 Show Face headers - patch partially by Klaus Flittner
5625
5626 2006-02-05 [colin]      2.0.0cvs12
5627
5628         * src/folderview.c
5629         * src/summaryview.c
5630         * src/common/utils.c
5631         * src/common/utils.h
5632                 Let dnd work from mime icons to summaryview
5633                 and to folderview too
5634                 Add a crude test to avoid trying to add files
5635                 drag'n'dropped when they're not mails
5636
5637 2006-02-04 [colin]      2.0.0cvs11
5638
5639         * src/summaryview.c
5640         * src/mimeview.c
5641                 Fix utf8 conversion
5642
5643 2006-02-04 [colin]      2.0.0cvs10
5644
5645         * src/compose.c
5646         * src/folderview.c
5647         * src/mimeview.c
5648         * src/summaryview.c
5649         * src/summaryview.h
5650                 Added various drag and drop capas:
5651                 From                    To
5652                 summaryview             other apps
5653                 mimeview icons          other apps
5654                 other apps              summaryview
5655                 other apps              folderview
5656
5657                 This shouldn't have broken the existing:
5658                 From                    To
5659                 summaryview             folderview
5660                 folderview              folderview
5661                 summaryview             compose's attachments
5662
5663         Tests welcomed.
5664
5665 2006-02-02 [paul]       2.0.0cvs9
5666
5667         * src/mainwindow.c
5668                 move global option 'Set displayed columns...' out
5669                 of folder option grouping.
5670                 fix sensitivity of 'harvest addresses'
5671         FOR_STABLE
5672
5673 2006-02-01 [colin]      2.0.0cvs8
5674
5675         * src/mimeview.c
5676                 Revert the alertpanel patch, it sucks (intrusive
5677                 and gets in the way of "open")
5678
5679 2006-02-01 [colin]      2.0.0cvs7
5680
5681         * src/compose.c
5682         * src/prefs_account.c
5683         * src/prefs_common.c
5684         * src/common/defs.h
5685         * src/common/utils.c
5686         * src/common/utils.h
5687                 Add ability to edit the signature file
5688                 from the account preferences, and use
5689                 a default for the text editor.
5690                 Patch by Fabien Vantard
5691
5692 2006-02-01 [colin]      2.0.0cvs6
5693
5694         * src/mimeview.c
5695                 Try to get mime type by extension if it is
5696                 application/octet-stream
5697                 Display a window with possible choices when
5698                 encountering unknown mime types
5699         * src/gtk/filesel.c
5700         * src/gtk/filesel.h
5701                 Add preview
5702                 Allow multiple selection in filtered filesel
5703                 (patch by Fabien Vantard)
5704         * src/gtk/pluginwindow.c
5705                 Use it (patch by Fabien Vantard)
5706
5707 2006-02-01 [paul]       2.0.0cvs5
5708
5709         * src/jpilot.c
5710                 fix crash on creating jpilot address book
5711                 Thanks to Colin - FOR_STABLE
5712         * src/prefs_summaries.c
5713         * src/prefs_wrapping.c
5714         * src/gtk/icon_legend.c
5715         * src/gtk/quicksearch.c
5716                 string fixes and additions
5717
5718 2006-02-01 [paul]       2.0.0cvs4
5719
5720         * src/compose.c
5721         * src/mainwindow.c
5722         * src/messageview.c
5723         * src/prefs_send.c
5724                 add Arabic encoding option
5725                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
5726
5727 2006-01-31 [colin]      2.0.0cvs3
5728
5729         * src/plugins/pgpcore/passphrase.c
5730                 Convert passphrase to locale encoding
5731         * src/compose.c
5732                 Fix drafting on IMAP. Crappy bug sneaked in
5733                 the release :-/
5734         FOR_STABLE
5735
5736 2006-01-30 [paul]       2.0.0cvs2
5737
5738         * src/gtk/icon_legend.c
5739                 show the new entries
5740
5741 2006-01-30 [colin]      2.0.0cvs1
5742
5743         * src/manual.c
5744                 Check for the file to be present before 
5745                 enabling the menu - FOR_STABLE
5746         * src/gtk/icon_legend.c
5747                 Add folders icons (not all of them, there
5748                 are too much, but the most intriguing ones)
5749
5750 2006-01-30 [paul]       2.0.0
5751
5752         version 2.0.0 released
5753
5754 2006-01-30 [paul]       1.9.100cvs200
5755
5756         * manual/faq.xml
5757         * manual/gpl.xml
5758         * manual/intro.xml
5759         * manual/starting.xml
5760         * manual/sylpheed-claws-manual.xml
5761                 fixes, additions
5762
5763 2006-01-29 [mones]      1.9.100cvs199
5764
5765         * manual/account.xml
5766         * manual/advanced.xml
5767         * manual/glossary.xml
5768                 Some typos fixed, added LDIF term to glossary
5769         * po/es.po
5770                 Fixed leading plus symbol
5771
5772 2006-01-29 [paul]       1.9.100cvs198
5773
5774         * po/fi.po
5775         * po/sk.po
5776                 updated by Tommi Pirinen and Andrej Kacian
5777
5778 2006-01-29 [paul]       1.9.100cvs197
5779
5780         * src/gtk/authors.h
5781                 remove duplicates
5782
5783 2006-01-29 [paul]       1.9.100cvs196
5784
5785         * AUTHORS
5786         * po/nl.po
5787         * src/gtk/authors.h
5788         * tools/claws.i18n.status.pl
5789                 nl translation updated by Tim Dijkstra
5790
5791 2006-01-29 [paul]       1.9.100cvs195
5792
5793         * po/sr.po
5794         * po/sv.po
5795                 updated by Aleksandar Urosevic and Anders Troback
5796
5797 2006-01-28 [colin]      1.9.100cvs194
5798
5799         * src/gtk/gtksourceprintjob.c
5800                 Don't fiddle with PangoLayout when we
5801                 have an image
5802
5803 2006-01-28 [paul]       1.9.100cvs193
5804
5805         * AUTHORS
5806         * po/el.po
5807         * po/zh_CN.po
5808         * src/gtk/authors.h
5809         * tools/claws.i18n.status.pl
5810                 updated translations submitted by Stavros Giannouris
5811                 and Ralgh Young
5812
5813 2006-01-27 [colin]      1.9.100cvs192
5814
5815         * src/summaryview.c
5816         * src/gtk/gtksourceprintjob.c
5817                 Add image printing 
5818                 (libgnomeprint only, of course)
5819
5820 2006-01-27 [paul]       1.9.100cvs191
5821
5822         * po/fr.po
5823         * po/it.po
5824                 updated by Fabien Vantard and Andrea Spadaccini
5825
5826 2006-01-26 [colin]      1.9.100cvs190
5827
5828         * manual/Makefile.am
5829         * configure.ac
5830                 Make building the manual optional 
5831                 (--disable-manual)
5832
5833 2006-01-26 [paul]       1.9.100cvs189
5834
5835         * manual/glossary.xml
5836         * manual/plugins.xml
5837                 edited
5838         * po/en_GB.po
5839                 updated
5840
5841 2006-01-26 [paul]       1.9.100cvs188
5842
5843         * src/prefs_display_header.c
5844         * src/prefs_folder_column.c
5845         * src/prefs_msg_colors.c
5846         * src/prefs_summaries.c
5847         * src/prefs_summary_column.c
5848                 HIGify
5849
5850 2006-01-25 [colin]      1.9.100cvs187
5851
5852         * src/imap.c
5853                 Don't allow moving/copying mails between
5854                 queue/drafts and non-queue/drafts folders
5855                 Fixes bug #897 (message header is resetted 
5856                 if one is copied to Drafts)
5857
5858 2006-01-25 [colin]      1.9.100cvs186
5859
5860         * src/folder.c
5861         * src/mainwindow.c
5862                 Fix subscribed folders not found
5863         * src/compose.c
5864                 Don't try to encode as original mail's charset
5865                 if it's ascii 
5866
5867 2006-01-25 [paul]       1.9.100cvs185
5868
5869         * AUTHORS
5870         * po/Makevars
5871                 updated
5872         * po/de.po
5873         * po/pl.po
5874         * po/pt_BR.po
5875         * po/sr.po
5876                 updates submitted by Stephan Sachse, Emilian Nowak
5877                 and Quar, Frederico Goncalves Guimaraes, and
5878                 Aleksandar Urosevic
5879                 Fix Bug 896, 'PT_BR locale broken'.
5880         * src/gtk/authors.h
5881                 updated
5882
5883 2006-01-24 [mones]      1.9.100cvs184
5884
5885         * manual/glossary.xml
5886                 All current terms finished. Reviewers welcome ;-)
5887         * manual/keyboard.xml
5888                 Fixed column width for pdf output.
5889         * po/es.po
5890                 Updated
5891
5892 2006-01-24 [paul]       1.9.100cvs183
5893
5894         * manual/glossary.xml
5895                 fix id name
5896         * manual/dist/html/Makefile.am
5897         * manual/dist/pdf/Makefile.am
5898         * manual/dist/ps/Makefile.am
5899         * manual/dist/txt/Makefile.am
5900                 fix make deps
5901                 Thanks to Colin
5902
5903 2006-01-24 [mones]      1.9.100cvs182
5904
5905         * manual/glossary.xml
5906                 Nearly finished, some terms missing.
5907
5908 2006-01-23 [paul]       1.9.100cvs181
5909
5910         * manual/dist/html/Makefile.am
5911         * manual/dist/pdf/Makefile.am
5912         * manual/dist/ps/Makefile.am
5913         * manual/dist/txt/Makefile.am
5914         * src/mainwindow.c
5915                 re-enable manual
5916                 Thanks to Colin
5917
5918 2006-01-22 [colin]      1.9.100cvs180
5919
5920         * src/compose.c
5921         * src/gtk/gtkaspell.c
5922                 Don't deselect stuff before right-clicking, with aspell.
5923                 (This prevented right-click Copy, for example).
5924                 Thanks to Clo!
5925
5926 2006-01-22 [paul]       1.9.100cvs179
5927
5928         * src/summary_search.c
5929                 don't fix the widget size as it causes problems
5930                 under localisation.
5931                 Thanks to Emilian Nowak
5932
5933 2006-01-21 [paul]       1.9.100cvs178
5934
5935         * src/prefs_themes.c
5936                 fix broken underlining of label text
5937                 with some translations
5938
5939 2006-01-21 [colin]      1.9.100cvs177
5940
5941         * po/fr.po
5942                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
5943
5944 2006-01-20 [colin]      1.9.100cvs176
5945
5946         * configure.ac
5947         * Makefile.am
5948         * manual/Makefile
5949         * manual/dist/html/.cvsignore
5950         * manual/dist/html/Makefile.am
5951         * manual/dist/pdf/.cvsignore
5952         * manual/dist/pdf/Makefile.am
5953         * manual/dist/ps/.cvsignore
5954         * manual/dist/ps/Makefile.am
5955         * manual/dist/txt/.cvsignore
5956         * manual/dist/txt/Makefile.am
5957                 Autotool-ize manual
5958
5959 2006-01-20 [paul]       1.9.100cvs175
5960
5961         * manual/handling.xml
5962                 make Filtering and Searching entries easier to find
5963         * manual/keyboard.xml
5964                 add the remaining default keybinds
5965         * src/prefs_summaries.c
5966                 update the default keybinds
5967
5968 2006-01-20 [paul]       1.9.100cvs174
5969
5970         * src/addressbook.c
5971         * src/addrgather.c
5972         * src/addrharvest.c
5973         * src/editaddress.c
5974         * src/editgroup.c
5975         * src/exphtmldlg.c
5976         * src/expldifdlg.c
5977         * src/exporthtml.c
5978         * src/exportldif.c
5979         * src/ldif.c
5980                 replace 'e-mail' with 'email'
5981         * src/summary_search.c
5982                 add mnemonic to "Find all" button
5983
5984 2006-01-20 [wwp]        1.9.100cvs173
5985
5986         * src/export.c
5987         * src/import.c
5988                 touched mbox import/export buttons for HIG-compliance
5989
5990 2006-01-19 [paul]       1.9.100cvs172
5991
5992         * manual/account.xml
5993         * manual/addrbook.xml
5994         * manual/advanced.xml
5995         * manual/faq.xml
5996         * manual/handling.xml
5997         * manual/intro.xml
5998         * manual/plugins.xml
5999         * manual/starting.xml
6000                 more editing
6001
6002 2006-01-19 [paul]       1.9.100cvs171
6003
6004         * src/toolbar.c
6005                 allow use of trash button while receiving
6006                 Thanks to Colin
6007
6008 2006-01-19 [wwp]        1.9.100cvs170
6009
6010         * src/gtk/quicksearch.c
6011         * src/compose.c
6012                 force text color to black when yellow background is set
6013
6014 2006-01-19 [colin]      1.9.100cvs169
6015
6016         * src/plugins/trayicon/trayicon.c
6017                 Gray out Get Mail when already getting mail
6018
6019 2006-01-18 [paul]       1.9.100cvs168
6020
6021         * src/compose.c
6022                 give widget yellow background was To is
6023                 set via folder prefs
6024         * src/gtk/quicksearch.c
6025                 give widget yellow background when quick
6026                 search is active.
6027                 Thanks to Colin
6028
6029 2006-01-18 [paul]       1.9.100cvs167
6030
6031         * doc/man/sylpheed-claws.1
6032                 add --subscribe option
6033
6034 2006-01-18 [paul]       1.9.100cvs166
6035
6036         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6037         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6038                 use %U instead of %F (%F is broken for user installed
6039                 files in kde 3.5)
6040
6041 2006-01-18 [colin]      1.9.100cvs165
6042
6043         * src/summaryview.c
6044                 Default to Yes in "No more * messages" dialogs
6045
6046 2006-01-17 [colin]      1.9.100cvs164
6047
6048         * src/compose.c
6049                 Possibly fix an invalid iterator causing
6050                 crash
6051
6052 2006-01-17 [colin]      1.9.100cvs163
6053
6054         * src/mimeview.c
6055                 Fix crash when the image disappears under the
6056                 image viewer
6057
6058 2006-01-16 [colin]      1.9.100cvs162
6059
6060         * src/compose.c
6061                 Fix reenabling autowrap
6062
6063 2006-01-16 [colin]      1.9.100cvs161
6064
6065         * src/compose.c
6066                 reset quote_len before getting quote_str
6067
6068 2006-01-16 [colin]      1.9.100cvs160
6069
6070         * src/account.c
6071         * src/account.h
6072         * src/folder.c
6073         * src/imap_gtk.c
6074         * src/mh_gtk.c
6075                 Fix bug #883 (default inbox does not track folder move)
6076
6077 2006-01-16 [colin]      1.9.100cvs159
6078
6079         * src/compose.c
6080         * src/plugins/pgpcore/passphrase.c
6081                 More buttons fixes
6082
6083 2006-01-16 [paul]       1.9.100cvs158
6084
6085         * src/prefs_actions.c
6086         * src/prefs_filtering_action.c
6087         * src/prefs_matcher.c
6088         * src/quote_fmt.c
6089         * src/gtk/description_window.c
6090         * src/gtk/description_window.h
6091         * src/gtk/quicksearch.c
6092                 description window cleanups
6093
6094 2006-01-15 [colin]      1.9.100cvs157
6095
6096         * src/addressbook.c
6097         * src/prefs_filtering.c
6098                 Same here
6099
6100 2006-01-15 [colin]      1.9.100cvs156
6101
6102         * src/folderview.c
6103         * src/mainwindow.c
6104                 Same for "Empty trash"
6105
6106 2006-01-15 [colin]      1.9.100cvs155
6107
6108         * src/inc.c
6109                 Override offline dialog had Yes by default
6110
6111 2006-01-15 [colin]      1.9.100cvs154
6112
6113         * src/summaryview.c
6114                 Delete selected messages? previously had Yes the default
6115
6116 2006-01-15 [colin]      1.9.100cvs153
6117
6118         * src/folder.c
6119         * src/folder.h
6120         * src/main.c
6121                 Check if a mailbox is loaded after all
6122                 plugins are loaded.
6123
6124 2006-01-15 [colin]      1.9.100cvs152
6125
6126         * src/folder.c
6127                 Don't start wizard when there are unloaded folders (will help
6128                 people with only mbox or maildir mailboxes)
6129
6130 2006-01-14 [colin]      1.9.100cvs151
6131
6132         * src/addressbook.c
6133         * src/expldifdlg.c
6134         * src/importldif.c
6135         * src/importmutt.c
6136         * src/importpine.c
6137         * src/mh_gtk.c
6138                 More HIG compliance and fixes
6139
6140 2006-01-14 [colin]      1.9.100cvs150
6141
6142         * src/prefs_filtering_action.c
6143         * src/foldersel.c
6144                 Two forgotten button order changes
6145
6146 2006-01-14 [colin]      1.9.100cvs149
6147
6148         * src/account.c
6149         * src/addressbook.c
6150         * src/compose.c
6151         * src/folderview.c
6152         * src/imap_gtk.c
6153         * src/mainwindow.c
6154         * src/mh_gtk.c
6155         * src/news_gtk.c
6156         * src/prefs_actions.c
6157         * src/prefs_customheader.c
6158         * src/prefs_filtering.c
6159         * src/prefs_matcher.c
6160         * src/prefs_template.c
6161         * src/ssl_manager.c
6162         * src/summaryview.c
6163         * src/textview.c
6164         * src/toolbar.c
6165                 All deletion confirmations are now "Cancel, Delete" 
6166                 instead of "No, Yes"
6167                 Clarified most of the other "No, Yes" to 
6168                 "Cancel, Descriptive_action"
6169                 Rechanged the "Entry not saved" alerts to have 
6170                 "Close, Continue editing"
6171
6172
6173 2006-01-14 [paul]
6174
6175         * 2.0.0-rc4 released
6176
6177 2006-01-14 [paul]       1.9.100cvs148
6178
6179         * src/account.c
6180         * src/addressadd.c
6181         * src/addressbook.c
6182         * src/compose.c
6183         * src/editaddress.c
6184         * src/editbook.c
6185         * src/editgroup.c
6186         * src/editjpilot.c
6187         * src/editldap.c
6188         * src/editvcard.c
6189         * src/exphtmldlg.c
6190         * src/expldifdlg.c
6191         * src/folderview.c
6192         * src/grouplistdialog.c
6193         * src/imap_gtk.c
6194         * src/importmutt.c
6195         * src/importpine.c
6196         * src/inc.c
6197         * src/main.c
6198         * src/mainwindow.c
6199         * src/message_search.c
6200         * src/messageview.c
6201         * src/mh_gtk.c
6202         * src/mimeview.c
6203         * src/news_gtk.c
6204         * src/prefs_actions.c
6205         * src/prefs_customheader.c
6206         * src/prefs_filtering.c
6207         * src/prefs_matcher.c
6208         * src/prefs_template.c
6209         * src/prefs_themes.c
6210         * src/ssl_manager.c
6211         * src/summary_search.c
6212         * src/summaryview.c
6213         * src/textview.c
6214         * src/toolbar.c
6215         * src/gtk/foldersort.c
6216         * src/gtk/gtkaspell.c
6217         * src/gtk/inputdialog.c
6218         * src/gtk/prefswindow.c
6219         * src/plugins/pgpcore/select-keys.c
6220         * src/plugins/trayicon/trayicon.c
6221                 HIG compliant button order
6222
6223 2006-01-14 [mones]      1.9.100cvs147
6224
6225         * po/es.po
6226                 Updated translation
6227
6228 2006-01-13 [paul]       1.9.100cvs146
6229
6230         * AUTHORS
6231         * ChangeLog
6232         * src/gtk/authors.h
6233                 add Joshua M. Kwan to contributors list
6234
6235 2006-01-13 [colin]      1.9.100cvs145
6236
6237         * src/gtk/quicksearch.c
6238                 Don't refocus quick search after executing (Esc or Enter)
6239                 Allows to '/'search something then move up/down in 
6240                 summaryview, and to Esc a search and be back in the 
6241                 summaryview
6242
6243 2006-01-13 [paul]       1.9.100cvs144
6244
6245         * src/plugins/pgpinline/pgpinline.c
6246                 support Content-Type 'application/pgp'
6247                 patch by Joshua M. Kwan <joshuak@users.sf.net>
6248
6249 2006-01-13 [paul]       1.9.100cvs143
6250
6251         * manual/account.xml
6252                 make mention of partial retrieval
6253                 thanks to Colin
6254
6255 2006-01-13 [paul]       1.9.100cvs142
6256
6257         * src/account.c
6258         * src/account.h
6259         * src/action.c
6260         * src/action.h
6261         * src/adbookbase.h
6262         * src/addr_compl.c
6263         * src/addr_compl.h
6264         * src/addrbook.c
6265         * src/addrcache.c
6266         * src/addrcache.h
6267         * src/addrcindex.c
6268         * src/addrcindex.h
6269         * src/addrclip.c
6270         * src/addrclip.h
6271         * src/addrdefs.h
6272         * src/addressadd.c
6273         * src/addressadd.h
6274         * src/addressbook.c
6275         * src/addressbook.h
6276         * src/addrgather.c
6277         * src/addrgather.h
6278         * src/addrharvest.c
6279         * src/addrharvest.h
6280         * src/addrindex.c
6281         * src/addrindex.h
6282         * src/addritem.c
6283         * src/addritem.h
6284         * src/addrquery.c
6285         * src/addrquery.h
6286         * src/addrselect.c
6287         * src/addrselect.h
6288         * src/alertpanel.c
6289         * src/alertpanel.h
6290         * src/browseldap.c
6291         * src/browseldap.h
6292         * src/codeconv.c
6293         * src/codeconv.h
6294         * src/compose.c
6295         * src/compose.h
6296         * src/customheader.c
6297         * src/customheader.h
6298         * src/displayheader.c
6299         * src/displayheader.h
6300         * src/editaddress.c
6301         * src/editaddress.h
6302         * src/editbook.c
6303         * src/editbook.h
6304         * src/editgroup.c
6305         * src/editgroup.h
6306         * src/editjpilot.c
6307         * src/editjpilot.h
6308         * src/editldap.c
6309         * src/editldap.h
6310         * src/editldap_basedn.c
6311         * src/editldap_basedn.h
6312         * src/editvcard.c
6313         * src/editvcard.h
6314         * src/exphtmldlg.c
6315         * src/exphtmldlg.h
6316         * src/expldifdlg.c
6317         * src/expldifdlg.h
6318         * src/export.h
6319         * src/exporthtml.c
6320         * src/exporthtml.h
6321         * src/exportldif.c
6322         * src/exportldif.h
6323         * src/filtering.c
6324         * src/filtering.h
6325         * src/folder.c
6326         * src/folder.h
6327         * src/folder_item_prefs.c
6328         * src/folder_item_prefs.h
6329         * src/foldersel.c
6330         * src/foldersel.h
6331         * src/folderutils.c
6332         * src/folderutils.h
6333         * src/folderview.c
6334         * src/folderview.h
6335         * src/grouplistdialog.c
6336         * src/grouplistdialog.h
6337         * src/headerview.c
6338         * src/html.c
6339         * src/html.h
6340         * src/image_viewer.c
6341         * src/image_viewer.h
6342         * src/imap.c
6343         * src/imap.h
6344         * src/imap_gtk.c
6345         * src/imap_gtk.h
6346         * src/import.h
6347         * src/importldif.c
6348         * src/importldif.h
6349         * src/importmutt.c
6350         * src/importmutt.h
6351         * src/importpine.c
6352         * src/importpine.h
6353         * src/inc.c
6354         * src/inc.h
6355         * src/jpilot.c
6356         * src/jpilot.h
6357         * src/ldapctrl.c
6358         * src/ldapctrl.h
6359         * src/ldaplocate.c
6360         * src/ldaplocate.h
6361         * src/ldapquery.c
6362         * src/ldapquery.h
6363         * src/ldapserver.c
6364         * src/ldapserver.h
6365         * src/ldaputil.c
6366         * src/ldaputil.h
6367         * src/ldif.c
6368         * src/ldif.h
6369         * src/main.c
6370         * src/main.h
6371         * src/mainwindow.c
6372         * src/mainwindow.h
6373         * src/manual.c
6374         * src/manual.h
6375         * src/mbox.c
6376         * src/mbox.h
6377         * src/message_search.c
6378         * src/message_search.h
6379         * src/messageview.c
6380         * src/messageview.h
6381         * src/mh.c
6382         * src/mh.h
6383         * src/mh_gtk.c
6384         * src/mh_gtk.h
6385         * src/mimeview.c
6386         * src/mimeview.h
6387         * src/msgcache.c
6388         * src/msgcache.h
6389         * src/mutt.c
6390         * src/mutt.h
6391         * src/news.c
6392         * src/news.h
6393         * src/news_gtk.c
6394         * src/news_gtk.h
6395         * src/partial_download.c
6396         * src/partial_download.h
6397         * src/pine.c
6398         * src/pine.h
6399         * src/pop.c
6400         * src/pop.h
6401         * src/prefs_account.c
6402         * src/prefs_account.h
6403         * src/prefs_actions.c
6404         * src/prefs_actions.h
6405         * src/prefs_common.c
6406         * src/prefs_common.h
6407         * src/prefs_compose_writing.c
6408         * src/prefs_compose_writing.h
6409         * src/prefs_customheader.c
6410         * src/prefs_customheader.h
6411         * src/prefs_display_header.c
6412         * src/prefs_display_header.h
6413         * src/prefs_filtering.c
6414         * src/prefs_filtering.h
6415         * src/prefs_filtering_action.c
6416         * src/prefs_filtering_action.h
6417         * src/prefs_folder_column.c
6418         * src/prefs_folder_column.h
6419         * src/prefs_folder_item.c
6420         * src/prefs_folder_item.h
6421         * src/prefs_fonts.c
6422         * src/prefs_fonts.h
6423         * src/prefs_gtk.c
6424         * src/prefs_gtk.h
6425         * src/prefs_image_viewer.c
6426         * src/prefs_image_viewer.h
6427         * src/prefs_matcher.c
6428         * src/prefs_matcher.h
6429         * src/prefs_message.c
6430         * src/prefs_msg_colors.c
6431         * src/prefs_msg_colors.h
6432         * src/prefs_other.c
6433         * src/prefs_quote.c
6434         * src/prefs_receive.c
6435         * src/prefs_send.c
6436         * src/prefs_spelling.c
6437         * src/prefs_spelling.h
6438         * src/prefs_summaries.c
6439         * src/prefs_summaries.h
6440         * src/prefs_summary_column.c
6441         * src/prefs_summary_column.h
6442         * src/prefs_template.c
6443         * src/prefs_template.h
6444         * src/prefs_themes.c
6445         * src/prefs_themes.h
6446         * src/prefs_toolbar.c
6447         * src/prefs_toolbar.h
6448         * src/prefs_wrapping.c
6449         * src/prefs_wrapping.h
6450         * src/privacy.c
6451         * src/privacy.h
6452         * src/procheader.c
6453         * src/procheader.h
6454         * src/procmime.c
6455         * src/procmime.h
6456         * src/procmsg.c
6457         * src/procmsg.h
6458         * src/quote_fmt.c
6459         * src/quote_fmt_parse.y
6460         * src/recv.c
6461         * src/recv.h
6462         * src/remotefolder.c
6463         * src/remotefolder.h
6464         * src/send_message.c
6465         * src/send_message.h
6466         * src/setup.c
6467         * src/setup.h
6468         * src/sourcewindow.c
6469         * src/sourcewindow.h
6470         * src/ssl_manager.c
6471         * src/ssl_manager.h
6472         * src/statusbar.c
6473         * src/statusbar.h
6474         * src/stock_pixmap.c
6475         * src/stock_pixmap.h
6476         * src/summary_search.c
6477         * src/summary_search.h
6478         * src/summaryview.c
6479         * src/summaryview.h
6480         * src/syldap.c
6481         * src/syldap.h
6482         * src/textview.c
6483         * src/textview.h
6484         * src/toolbar.c
6485         * src/toolbar.h
6486         * src/undo.c
6487         * src/undo.h
6488         * src/unmime.c
6489         * src/unmime.h
6490         * src/vcard.c
6491         * src/vcard.h
6492         * src/wizard.c
6493         * src/wizard.h
6494         * src/common/base64.c
6495         * src/common/base64.h
6496         * src/common/defs.h
6497         * src/common/hooks.c
6498         * src/common/hooks.h
6499         * src/common/log.c
6500         * src/common/log.h
6501         * src/common/mgutils.c
6502         * src/common/mgutils.h
6503         * src/common/nntp.c
6504         * src/common/nntp.h
6505         * src/common/passcrypt.c
6506         * src/common/passcrypt.h.in
6507         * src/common/plugin.c
6508         * src/common/plugin.h
6509         * src/common/prefs.c
6510         * src/common/prefs.h
6511         * src/common/progressindicator.c
6512         * src/common/progressindicator.h
6513         * src/common/quoted-printable.c
6514         * src/common/quoted-printable.h
6515         * src/common/session.c
6516         * src/common/session.h
6517         * src/common/smtp.c
6518         * src/common/smtp.h
6519         * src/common/socket.c
6520         * src/common/socket.h
6521         * src/common/ssl.c
6522         * src/common/ssl.h
6523         * src/common/ssl_certificate.c
6524         * src/common/ssl_certificate.h
6525         * src/common/stringtable.c
6526         * src/common/stringtable.h
6527         * src/common/sylpheed.c
6528         * src/common/sylpheed.h
6529         * src/common/template.c
6530         * src/common/template.h
6531         * src/common/timing.h
6532         * src/common/utils.c
6533         * src/common/utils.h
6534         * src/common/version.h.in
6535         * src/common/xml.c
6536         * src/common/xml.h
6537         * src/common/xmlprops.c
6538         * src/common/xmlprops.h
6539         * src/gtk/colorlabel.c
6540         * src/gtk/colorsel.c
6541         * src/gtk/colorsel.h
6542         * src/gtk/description_window.c
6543         * src/gtk/description_window.h
6544         * src/gtk/filesel.c
6545         * src/gtk/filesel.h
6546         * src/gtk/foldersort.c
6547         * src/gtk/foldersort.h
6548         * src/gtk/gtkutils.c
6549         * src/gtk/gtkutils.h
6550         * src/gtk/inputdialog.c
6551         * src/gtk/inputdialog.h
6552         * src/gtk/logwindow.c
6553         * src/gtk/logwindow.h
6554         * src/gtk/manage_window.c
6555         * src/gtk/manage_window.h
6556         * src/gtk/menu.c
6557         * src/gtk/menu.h
6558         * src/gtk/pluginwindow.c
6559         * src/gtk/pluginwindow.h
6560         * src/gtk/prefswindow.c
6561         * src/gtk/prefswindow.h
6562         * src/gtk/progressdialog.c
6563         * src/gtk/progressdialog.h
6564         * src/gtk/sslcertwindow.c
6565         * src/gtk/sslcertwindow.h
6566         * src/plugins/clamav/clamav_plugin.c
6567         * src/plugins/clamav/clamav_plugin.h
6568         * src/plugins/clamav/clamav_plugin_gtk.c
6569         * src/plugins/demo/demo.c
6570         * src/plugins/dillo_viewer/dillo_prefs.c
6571         * src/plugins/dillo_viewer/dillo_prefs.h
6572         * src/plugins/dillo_viewer/dillo_viewer.c
6573         * src/plugins/pgpcore/passphrase.c
6574         * src/plugins/pgpcore/passphrase.h
6575         * src/plugins/pgpcore/plugin.c
6576         * src/plugins/pgpcore/select-keys.c
6577         * src/plugins/pgpcore/select-keys.h
6578         * src/plugins/pgpcore/sgpgme.c
6579         * src/plugins/pgpcore/sgpgme.h
6580         * src/plugins/pgpinline/pgpinline.c
6581         * src/plugins/pgpinline/pgpinline.h
6582         * src/plugins/pgpinline/plugin.c
6583         * src/plugins/pgpmime/pgpmime.c
6584         * src/plugins/pgpmime/pgpmime.h
6585         * src/plugins/pgpmime/plugin.c
6586         * src/plugins/spamassassin/spamassassin.c
6587         * src/plugins/spamassassin/spamassassin.h
6588         * src/plugins/spamassassin/spamassassin_gtk.c
6589         * src/plugins/trayicon/trayicon.c
6590                 update copyright header
6591
6592 2006-01-13 [paul]       1.9.100cvs141
6593
6594         * src/account.c
6595         * src/export.c
6596         * src/import.c
6597         * src/mainwindow.c
6598         * src/prefs_account.c
6599         * src/prefs_display_header.c
6600         * src/prefs_receive.c
6601         * src/prefs_send.c
6602         * src/prefs_summaries.c
6603         * src/prefs_themes.c
6604         * src/prefs_toolbar.c
6605         * src/gtk/about.c
6606                 various cleanups
6607
6608 2006-01-12 [colin]      1.9.100cvs140
6609
6610         * src/folder.c
6611         * src/folder.h
6612         * src/main.c
6613                 Add --subscribe option
6614                 Let sylpheed-claws email@domain.com equivalent to --compose
6615                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
6616
6617 2006-01-12 [paul]       1.9.100cvs139
6618
6619         * src/mainwindow.c
6620                 append 'Change folder order' label with '...'
6621         * src/prefs_actions.c
6622                 allow reordering of actions list by dnd
6623         * src/gtk/foldersort.c
6624                 make the dialog nicer
6625
6626 2006-01-11 [colin]      1.9.100cvs138
6627
6628         * src/compose.c
6629                 Allow templates without text
6630
6631 2006-01-11 [paul]       1.9.100cvs137
6632
6633         * tools/README
6634         * tools/filter_conv_new.pl
6635                 add info to README
6636                 also check .sylpheed for filter.xml
6637                 be a bit informative to the user
6638
6639 2006-01-11 [colin]      1.9.100cvs136
6640
6641         * src/textview.c
6642                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
6643
6644 2006-01-10 [paul]       1.9.100cvs135
6645
6646         * tools/Makefile.am
6647         * tools/filter_conv_new.pl
6648                 add script to convert new style Sylpheed
6649                 filter rules (Sylpheed >= 0.9.99) to
6650                 Claws filtering rules
6651
6652 2006-01-10 [colin]      1.9.100cvs134
6653
6654         * src/compose.c
6655                 Fix broken line joins in certain conditions
6656                 (between two quoted lines: <enter><enter><up>
6657                  <type a wrapped sentence><go in the first line>
6658                  <insert more text><watch as line joining failed>)
6659
6660 2006-01-10 [paul]       1.9.100cvs133
6661
6662         * src/compose.c
6663                 don't report success in error dialog
6664                 thanks to Colin
6665         * src/common/utils.c
6666                 include some trailing punctuations as URI
6667                 thanks to Hiro
6668
6669 2006-01-10 [paul]       1.9.100cvs132
6670
6671         * src/mimeview.c
6672                 fix incompatible pointer type
6673                 warning
6674
6675 2006-01-10 [paul]       1.9.100cvs131
6676
6677         * src/compose.c
6678                 change Subject in window title
6679                 instantaneously
6680
6681 2006-01-09 [colin]      1.9.100cvs130
6682
6683         * src/addressbook.c
6684         * src/headerview.c
6685         * src/mainwindow.c
6686         * src/messageview.c
6687         * src/mimeview.c
6688         * src/noticeview.c
6689         * src/summaryview.c
6690                 Fix possible crashes on exit and in addressbook
6691
6692 2006-01-09 [paul]       1.9.100cvs129
6693
6694         * src/prefs_msg_colors.c
6695                 some cleanups that I forgot last time
6696
6697 2006-01-09 [paul]       1.9.100cvs128
6698
6699         * README
6700         * src/folderview.c
6701         * src/prefs_msg_colors.c
6702                 add previously hidden option, color_new, to
6703                 the gui
6704                 move the page to Display/
6705                 rework the gui
6706
6707 2006-01-09 [wwp]        1.9.100cvs127
6708
6709         * src/prefs_themes.c
6710                 made the prefs/display/themes layouts spacing less condensed
6711                 (and so they match other prefs/pages' look).
6712
6713 2006-01-09 [paul]       1.9.100cvs126
6714
6715         * src/compose.c
6716         * src/prefs_common.c
6717         * src/prefs_common.h
6718         * src/prefs_wrapping.c
6719                 remove 'wrap at send' option
6720
6721 2006-01-06 [colin]      1.9.100cvs125
6722
6723         * src/compose.c
6724                 Just make completely sure we don't insert "manual line breaks" 
6725                 when wrapping... 
6726
6727 2006-01-04 [paul]
6728
6729         * 2.0.0-rc3 released
6730
6731 2006-01-04 [paul]       1.9.100cvs124
6732
6733         * src/folderview.c
6734                 fix bug 882, 'quick scroll in folder list
6735                 displays wrong folder contents'
6736
6737 2006-01-04 [paul]       1.9.100cvs123
6738
6739         * src/plugins/pgpmime/pgpmime.c
6740                 better debug information when signing
6741                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6742
6743 2006-01-03 [colin]      1.9.100cvs122
6744
6745         * configure.ac
6746                 We need to recheck for gpgme 1.0.0 after checking
6747                 for 1.1.1, because if 1.1.1 isn't available, 
6748                 GPGME_LIBS and friends are blanked out by the 
6749                 second check.
6750
6751 2006-01-03 [colin]      1.9.100cvs121
6752
6753         * src/common/prefs.c
6754                 Windows unlink-before rename fix
6755         * src/plugins/pgpcore/sgpgme.c
6756                 Add support for PKA info if available
6757                 Both patches by Werner Koch
6758
6759 2006-01-03 [paul]       1.9.100cvs120
6760
6761         * src/messageview.c
6762                 fix bug 884, 'Send receipt' button visible in queue
6763                 Thanks to Colin
6764
6765 2006-01-02 [colin]      1.9.100cvs119
6766
6767         * src/compose.c
6768         * src/imap.c
6769                 Fix autosave on IMAP and more generally try to
6770                 return the correct ID on a newly added IMAP message
6771
6772 2006-01-02 [paul]       1.9.100cvs118
6773
6774         * manual/keyboard.xml
6775                 edited
6776
6777 2006-01-01 [paul]       1.9.100cvs117
6778
6779         * src/gtk/authors.h
6780                 alphabetical order
6781
6782 2005-12-30 [colin]      1.9.100cvs116
6783
6784         * manual/advanced.xml
6785                 Explain Pre/Post-processing differences.
6786
6787 2005-12-30 [colin]      1.9.100cvs115
6788
6789         * src/mh.c
6790                 Implement copy_msgs for a little optimization
6791         * src/imap.c
6792                 Finish yesterday's fix
6793
6794 2005-12-29 [colin]      1.9.100cvs114
6795
6796         * src/imap.c
6797                 Fix occasional failure in fetching a mail over
6798                 IMAP
6799
6800 2005-12-29 [colin]      1.9.100cvs113
6801
6802         * src/compose.c
6803                 Don't remove a draft when sending it, if it is 
6804                 locked.
6805
6806 2005-12-28 [colin]      1.9.100cvs112
6807
6808         * src/summaryview.c
6809                 Fix leak for real
6810
6811 2005-12-28 [wwp]        1.9.100cvs111
6812
6813         * doc/faq/.cvsignore
6814         * doc/faq/de/.cvsignore
6815         * doc/faq/en/.cvsignore
6816         * doc/faq/es/.cvsignore
6817         * doc/faq/fr/.cvsignore
6818         * doc/faq/it/.cvsignore
6819         * doc/manual/.cvsignore
6820         * doc/manual/de/.cvsignore
6821         * doc/manual/en/.cvsignore
6822         * doc/manual/es/.cvsignore
6823         * doc/manual/fr/.cvsignore
6824         * doc/manual/ja/.cvsignore
6825         * src/plugins/mathml_viewer/.cvsignore
6826                 rollback revival of those files (my bad, sorry for the noise).
6827
6828 2005-12-28 [wwp]        1.9.100cvs110
6829
6830         * src/compose.c
6831                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
6832
6833 2005-12-28 [wwp]        1.9.100cvs109
6834
6835         * doc/faq/.cvsignore
6836         * doc/faq/de/.cvsignore
6837         * doc/faq/en/.cvsignore
6838         * doc/faq/es/.cvsignore
6839         * doc/faq/fr/.cvsignore
6840         * doc/faq/it/.cvsignore
6841         * doc/manual/.cvsignore
6842         * doc/manual/de/.cvsignore
6843         * doc/manual/en/.cvsignore
6844         * doc/manual/es/.cvsignore
6845         * doc/manual/fr/.cvsignore
6846         * doc/manual/ja/.cvsignore
6847         * src/plugins/mathml_viewer/.cvsignore
6848         * po/.cvsignore
6849                 more files to ignore.
6850
6851 2005-12-24 [colin]      1.9.100cvs108
6852
6853         * AUTHORS
6854         * src/gtk/authors.h
6855                 Update for Werner
6856
6857 2005-12-24 [colin]      1.9.100cvs107
6858
6859         * src/procmsg.c
6860                 Allow NULL src_msginfo in 
6861                 procmsg_msginfo_new_from_mimeinfo
6862
6863 2005-12-23 [paul]       1.9.100cvs106
6864
6865         * src/plugins/pgpinline/mypgpcore.def
6866                 add this forgotten file
6867
6868 2005-12-23 [colin]      1.9.100cvs105
6869
6870         * src/mainwindow.c
6871                 Fix missing break
6872
6873 2005-12-23 [colin]      1.9.100cvs104
6874
6875         * autogen.sh
6876         * src/folder.c
6877         * src/mh.c
6878         * src/common/plugin.c
6879         * src/common/socket.c
6880         * src/common/socket.h
6881         * src/common/utils.c
6882         * src/common/utils.h
6883         * src/gtk/pluginwindow.c
6884         * src/plugins/pgpcore/plugin.def
6885         * src/plugins/pgpcore/sylpheed.def
6886         * src/plugins/pgpinline/Makefile.am
6887         * src/plugins/pgpinline/plugin.def
6888         * src/plugins/pgpinline/sylpheed.def
6889         * src/plugins/pgpmime/plugin.def
6890         * src/plugins/pgpmime/sylpheed.def
6891                 Various w32 fixes by Werner Koch
6892
6893 2005-12-22 [paul]       1.9.100cvs103
6894
6895         * src/wizard.c
6896                 don't offer IMAP as 'server type' if
6897                 libetpan isn't built in
6898
6899 2005-12-22 [paul]       1.9.100cvs102
6900
6901         * AUTHORS
6902         * src/mainwindow.c
6903         * src/mainwindow.h
6904         * src/toolbar.c
6905         * src/gtk/authors.h
6906                 support GTK_TOOLBAR_BOTH_HORIZ (text
6907                 next to icon) Patch by Marien Zwart
6908                 marienz@users.sf.net
6909                 Also reword the text
6910
6911 2005-12-21 [colin]      1.9.100cvs101
6912
6913         * configure.ac
6914                 Fix DATADIRNAME
6915         * COPYING
6916                 Fix missing section and explicit the exception better
6917         * src/compose.c
6918                 Prevent mail from being lost without notice when an
6919                 SMTP error happens on trying to send an unmodified
6920                 drafted mail.
6921         * src/send_message.c
6922         * src/common/smtp.c
6923                 Fix password remembering when wrong, and add return
6924                 value checks where they should have been
6925         * src/plugins/pgpcore/sylpheed.def
6926         * src/plugins/pgpinline/sylpheed.def
6927         * src/plugins/pgpmime/sylpheed.def
6928                 Add a few symbols needed
6929
6930 2005-12-21 [paul]       1.9.100cvs100
6931
6932         * m4/codeset.m4
6933         * m4/glibc21.m4
6934         * m4/intdiv0.m4
6935         * m4/inttypes-pri.m4
6936         * m4/inttypes.m4
6937         * m4/inttypes_h.m4
6938         * m4/isc-posix.m4
6939         * m4/lcmessage.m4
6940         * m4/stdint_h.m4
6941         * m4/uintmax_t.m4
6942                 gettextization
6943                 thanks to Colin
6944
6945 2005-12-21 [paul]       1.9.100cvs99
6946
6947         * po/sv.po
6948                 fixed by Colin
6949
6950 2005-12-20 [paul]       1.9.100cvs98
6951
6952         * po/sv.po
6953                 updated by Anders Trobäck
6954
6955 2005-12-20 [colin]      1.9.100cvs97
6956
6957         * ABOUT-NLS
6958         * Makefile.am
6959         * autogen.sh
6960         * configure.ac
6961         * config/config.rpath
6962         * config/mkinstalldirs
6963         * m4/Makefile.am
6964         * m4/glibc2.m4
6965         * m4/gnupg.m4
6966         * m4/gpgme.m4
6967         * m4/intmax.m4
6968         * m4/longdouble.m4
6969         * m4/longlong.m4
6970         * m4/printf-posix.m4
6971         * m4/signed.m4
6972         * m4/size_max.m4
6973         * m4/ulonglong.m4
6974         * m4/wchar_t.m4
6975         * m4/wint_t.m4
6976         * m4/xsize.m4
6977         * po/Makefile.in.in
6978         * po/Makevars
6979         * po/bg.po
6980         * po/ca.po
6981         * po/cs.po
6982         * po/de.po
6983         * po/el.po
6984         * po/en_GB.po
6985         * po/es.po
6986         * po/fi.po
6987         * po/fr.po
6988         * po/hr.po
6989         * po/hu.po
6990         * po/it.po
6991         * po/ja.po
6992         * po/ko.po
6993         * po/nb.po
6994         * po/nl.po
6995         * po/pl.po
6996         * po/pt_BR.po
6997         * po/ru.po
6998         * po/sk.po
6999         * po/sr.po
7000         * po/stamp-po
7001         * po/sv.po
7002         * po/zh_CN.po
7003         * po/zh_TW.po
7004         * src/Makefile.am
7005         * src/codeconv.c
7006         * src/compose.c
7007         * src/exporthtml.c
7008         * src/exportldif.c
7009         * src/folder.c
7010         * src/main.c
7011         * src/manual.c
7012         * src/mh.c
7013         * src/mimeview.c
7014         * src/send_message.c
7015         * src/common/Makefile.am
7016         * src/common/fnmatch.c
7017         * src/common/fnmatch.h
7018         * src/common/fnmatch_loop.c
7019         * src/common/nntp.c
7020         * src/common/plugin.c
7021         * src/common/smtp.c
7022         * src/common/socket.c
7023         * src/common/string_match.c
7024         * src/common/sylpheed.c
7025         * src/common/utils.c
7026         * src/common/utils.h
7027         * src/common/w32_dirent.c
7028         * src/common/w32_reg.c
7029         * src/common/w32_signal.c
7030         * src/common/w32_stat.c
7031         * src/common/w32_stdio.c
7032         * src/common/w32_stdlib.c
7033         * src/common/w32_string.c
7034         * src/common/w32_time.c
7035         * src/common/w32_unistd.c
7036         * src/common/w32_wait.c
7037         * src/common/w32lib.h
7038         * src/etpan/Makefile.am
7039         * src/gtk/Makefile.am
7040         * src/plugins/clamav/Makefile.am
7041         * src/plugins/demo/Makefile.am
7042         * src/plugins/dillo_viewer/Makefile.am
7043         * src/plugins/pgpcore/Makefile.am
7044         * src/plugins/pgpcore/passphrase.c
7045         * src/plugins/pgpcore/plugin.def
7046         * src/plugins/pgpcore/sgpgme.c
7047         * src/plugins/pgpcore/sylpheed.def
7048         * src/plugins/pgpcore/version.rc
7049         * src/plugins/pgpinline/Makefile.am
7050         * src/plugins/pgpinline/plugin.def
7051         * src/plugins/pgpinline/sylpheed.def
7052         * src/plugins/pgpinline/version.rc
7053         * src/plugins/pgpmime/Makefile.am
7054         * src/plugins/pgpmime/mypgpcore.def
7055         * src/plugins/pgpmime/plugin.def
7056         * src/plugins/pgpmime/sylpheed.def
7057         * src/plugins/pgpmime/version.rc
7058         * src/plugins/spamassassin/Makefile.am
7059                 Very little ;-) patch from Werner Koch, providing
7060                 infrastructure for cross-compiling to Win32
7061
7062 2005-12-20 [paul]       1.9.100cvs96
7063
7064         * src/account.c
7065         * src/account.h
7066         * src/mainwindow.c
7067         * src/mainwindow.h
7068         * src/toolbar.c
7069         * src/toolbar.h
7070                 add a combo to the Get All button, allowing
7071                 quick retrieval from any account
7072                 Patch by Fabien Vantard, slightly modified
7073                 by Colin
7074         * src/gtk/about.c
7075                 i18n fix. Patch by Fabien Vantard
7076
7077 2005-12-19 [colin]      1.9.100cvs95
7078
7079         * src/compose.c
7080         * src/compose.h
7081                 Don't automatically join lines when they've 
7082                 been separated by the user and not automatically
7083
7084 2005-12-19 [paul]       1.9.100cvs94
7085
7086         * src/gtk/pluginwindow.c
7087                 i18n fix.
7088                 Patch by Fabien Vantard
7089
7090 2005-12-15 [paul]       1.9.100cvs93
7091
7092         * src/common/plugin.c
7093         * src/common/plugin.h
7094         * src/gtk/pluginwindow.c
7095         * src/plugins/clamav/clamav_plugin.c
7096         * src/plugins/demo/demo.c
7097         * src/plugins/dillo_viewer/dillo_viewer.c
7098         * src/plugins/pgpcore/plugin.c
7099         * src/plugins/pgpinline/plugin.c
7100         * src/plugins/pgpmime/plugin.c
7101         * src/plugins/spamassassin/spamassassin.c
7102         * src/plugins/trayicon/trayicon.c
7103                 add plugin_version()
7104
7105 2005-12-15 [colin]      1.9.100cvs92
7106
7107         * src/compose.c
7108                 Further fix bug #875
7109
7110 2005-12-15 [paul]       1.9.100cvs91
7111
7112         * src/gtk/filesel.c
7113                 fix attach_load_dir getting set to
7114                 PLUGINDIR on plugin load
7115
7116 2005-12-14 [mones]      1.9.100cvs90
7117
7118         * manual/ack.xml
7119         * manual/keyboard.xml
7120                 Initial draft and some shortcuts added
7121                 
7122         * po/es.po
7123                 Updated translation
7124
7125 2005-12-14 [colin]      1.9.100cvs89
7126
7127         * src/compose.c
7128         * src/imap.c
7129         * src/summaryview.c
7130         * src/gtk/gtkaspell.c
7131                 More leaks fixed
7132         * src/prefs_folder_item.c
7133                 Fix recursive prefs apply
7134
7135
7136 2005-12-14 [colin]      1.9.100cvs88
7137
7138         * src/compose.c
7139                 Fix bug #875 (Freeze On Inline Forward of 
7140                 Large Message)
7141
7142 2005-12-13 [colin]      1.9.100cvs87
7143
7144         * src/compose.c
7145                 Uniq-ify and sort the mimetypes list
7146                 Patch by Fabien Vantard
7147
7148 2005-12-13 [colin]      1.9.100cvs86
7149
7150         * src/imap.c
7151         * src/etpan/imap-thread.c
7152                 Fix leaks (patch by Hoa)
7153         * src/news.c
7154         * src/common/plugin.c
7155                 Fix leaks
7156
7157 2005-12-12 [colin]
7158
7159         * 2.0.0-rc2 released
7160
7161 2005-12-12 [colin]      1.9.100cvs85
7162
7163         * src/matcher.c
7164                 Fix a leak
7165
7166 2005-12-12 [wwp]        1.9.100cvs84
7167
7168         * src/gtk/icon_legend.c
7169                 fix misbehaviour and crash when closing the legend window
7170         using the Esc key (patch by Fabien Vantard).
7171
7172 2005-12-12 [paul]       1.9.100cvs83
7173
7174         * src/browseldap.c
7175         * src/foldersel.c
7176         * src/prefs_actions.c
7177         * src/prefs_filtering.c
7178         * src/prefs_matcher.c
7179         * src/prefs_spelling.glade      ** REMOVED **
7180         * src/prefs_template.c
7181         * src/gtk/foldersort.glade      ** REMOVED **
7182         * src/gtk/pluginwindow.c
7183         * src/gtk/pluginwindow.glade    ** REMOVED **
7184         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
7185                 cleanups
7186
7187 2005-12-11 [paul]       1.9.100cvs82
7188
7189         * src/gtk/filesel.c
7190                 fix attach_load_dir crasher (double free)
7191
7192 2005-12-09 [paul]       1.9.100cvs81
7193
7194         * po/POTFILES.in
7195         * src/mainwindow.c
7196         * src/gtk/Makefile.am
7197         * src/gtk/icon_legend.c
7198         * src/gtk/icon_legend.h
7199                 add icon legend
7200         * src/manual.c
7201                 cleanup
7202
7203 2005-12-09 [paul]       1.9.100cvs80
7204
7205         * src/plugins/pgpcore/passphrase.c
7206                 wrap the label in the dialog
7207
7208 2005-12-09 [colin]      1.9.100cvs79
7209
7210         * src/plugins/pgpcore/sgpgme.c
7211                 Display (untrusted) on not trusted signatures
7212                 Patch by Michal Èihaø <michal@cihar.com>
7213                 Closes bug #867 (Report also key trust)
7214
7215 2005-12-09 [colin]      1.9.100cvs78
7216
7217         * src/common/plugin.c
7218                 Update licence check, following Eben Moglen's advice
7219
7220 2005-12-08 [colin]      1.9.100cvs77
7221
7222         * src/folder.c
7223                 Fix the occasionnal item->cache != NULL 
7224                 assertion failure. 
7225
7226 2005-12-08 [colin]      1.9.100cvs76
7227
7228         * src/mimeview.c
7229         * src/plugins/pgpcore/sgpgme.c
7230                 Print key id when unable to check it
7231                 Closes bug #866 (Show key id when missing)
7232
7233 2005-12-08 [paul]       1.9.100cvs75
7234
7235         * src/prefs_common.c
7236         * src/prefs_common.h
7237         * src/gtk/filesel.c
7238                 remember load attachment dir
7239
7240 2005-12-07 [colin]      1.9.100cvs74
7241
7242         * src/prefs_toolbar.c
7243                 Gtk fixes, patch by Fabien Vantard
7244
7245 2005-12-07 [colin]      1.9.100cvs73
7246
7247         * src/action.c
7248         * src/compose.c
7249         * src/compose.h
7250                 Fix bug #839 (Quoted text isn't colored after 
7251                 executing an action)
7252         * src/common/plugin.c
7253                 Require plugins to declare their licence in plugin_licence()
7254                 Refuse to load non-GPL plugins as they'd be illegal (as 
7255                 derived works of Sylpheed-Claws, they must be GPL).
7256         * src/plugins/clamav/clamav_plugin.c
7257         * src/plugins/demo/demo.c
7258         * src/plugins/dillo_viewer/dillo_viewer.c
7259         * src/plugins/pgpcore/plugin.c
7260         * src/plugins/pgpinline/plugin.c
7261         * src/plugins/pgpmime/plugin.c
7262         * src/plugins/spamassassin/spamassassin.c
7263         * src/plugins/trayicon/trayicon.c
7264                 Add plugin_licence()
7265
7266 2005-12-07 [paul]       1.9.100cvs72
7267
7268         * configure.ac
7269         * src/mainwindow.c
7270         * src/manual.c
7271         * src/manual.h
7272         * src/common/defs.h
7273                 clean up after local FAQ removal and
7274                 temporary manual removal
7275
7276 2005-12-06 [colin]      1.9.100cvs71
7277
7278         * configure.ac
7279         * doc/Makefile.am
7280         * doc/faq/.cvsignore
7281         * doc/faq/Makefile.am
7282         * doc/faq/de/.cvsignore
7283         * doc/faq/de/Makefile.am
7284         * doc/faq/de/sylpheed-faq-1.html
7285         * doc/faq/de/sylpheed-faq-2.html
7286         * doc/faq/de/sylpheed-faq-3.html
7287         * doc/faq/de/sylpheed-faq.html
7288         * doc/faq/en/.cvsignore
7289         * doc/faq/en/Makefile.am
7290         * doc/faq/en/sylpheed-faq-1.html
7291         * doc/faq/en/sylpheed-faq-2.html
7292         * doc/faq/en/sylpheed-faq-3.html
7293         * doc/faq/en/sylpheed-faq-4.html
7294         * doc/faq/en/sylpheed-faq.html
7295         * doc/faq/es/.cvsignore
7296         * doc/faq/es/Makefile.am
7297         * doc/faq/es/sylpheed-faq-1.html
7298         * doc/faq/es/sylpheed-faq-2.html
7299         * doc/faq/es/sylpheed-faq-3.html
7300         * doc/faq/es/sylpheed-faq-4.html
7301         * doc/faq/es/sylpheed-faq.html
7302         * doc/faq/fr/.cvsignore
7303         * doc/faq/fr/Makefile.am
7304         * doc/faq/fr/sylpheed-faq-1.html
7305         * doc/faq/fr/sylpheed-faq-2.html
7306         * doc/faq/fr/sylpheed-faq-3.html
7307         * doc/faq/fr/sylpheed-faq.html
7308         * doc/faq/it/.cvsignore
7309         * doc/faq/it/Makefile.am
7310         * doc/faq/it/sylpheed-faq-1.html
7311         * doc/faq/it/sylpheed-faq-2.html
7312         * doc/faq/it/sylpheed-faq-3.html
7313         * doc/faq/it/sylpheed-faq.html
7314         * doc/manual/.cvsignore
7315         * doc/manual/Makefile.am
7316         * doc/manual/de/.cvsignore
7317         * doc/manual/de/Makefile.am
7318         * doc/manual/de/sylpheed-1.html
7319         * doc/manual/de/sylpheed-10.html
7320         * doc/manual/de/sylpheed-11.html
7321         * doc/manual/de/sylpheed-12.html
7322         * doc/manual/de/sylpheed-13.html
7323         * doc/manual/de/sylpheed-14.html
7324         * doc/manual/de/sylpheed-15.html
7325         * doc/manual/de/sylpheed-16.html
7326         * doc/manual/de/sylpheed-17.html
7327         * doc/manual/de/sylpheed-18.html
7328         * doc/manual/de/sylpheed-19.html
7329         * doc/manual/de/sylpheed-2.html
7330         * doc/manual/de/sylpheed-20.html
7331         * doc/manual/de/sylpheed-3.html
7332         * doc/manual/de/sylpheed-4.html
7333         * doc/manual/de/sylpheed-5.html
7334         * doc/manual/de/sylpheed-6.html
7335         * doc/manual/de/sylpheed-7.html
7336         * doc/manual/de/sylpheed-8.html
7337         * doc/manual/de/sylpheed-9.html
7338         * doc/manual/de/sylpheed.html
7339         * doc/manual/en/.cvsignore
7340         * doc/manual/en/Makefile.am
7341         * doc/manual/en/sylpheed-1.html
7342         * doc/manual/en/sylpheed-10.html
7343         * doc/manual/en/sylpheed-11.html
7344         * doc/manual/en/sylpheed-12.html
7345         * doc/manual/en/sylpheed-13.html
7346         * doc/manual/en/sylpheed-14.html
7347         * doc/manual/en/sylpheed-15.html
7348         * doc/manual/en/sylpheed-16.html
7349         * doc/manual/en/sylpheed-17.html
7350         * doc/manual/en/sylpheed-18.html
7351         * doc/manual/en/sylpheed-19.html
7352         * doc/manual/en/sylpheed-2.html
7353         * doc/manual/en/sylpheed-20.html
7354         * doc/manual/en/sylpheed-21.html
7355         * doc/manual/en/sylpheed-22.html
7356         * doc/manual/en/sylpheed-3.html
7357         * doc/manual/en/sylpheed-4.html
7358         * doc/manual/en/sylpheed-5.html
7359         * doc/manual/en/sylpheed-6.html
7360         * doc/manual/en/sylpheed-7.html
7361         * doc/manual/en/sylpheed-8.html
7362         * doc/manual/en/sylpheed-9.html
7363         * doc/manual/en/sylpheed.html
7364         * doc/manual/es/.cvsignore
7365         * doc/manual/es/Makefile.am
7366         * doc/manual/es/sylpheed-1.html
7367         * doc/manual/es/sylpheed-10.html
7368         * doc/manual/es/sylpheed-11.html
7369         * doc/manual/es/sylpheed-12.html
7370         * doc/manual/es/sylpheed-13.html
7371         * doc/manual/es/sylpheed-14.html
7372         * doc/manual/es/sylpheed-15.html
7373         * doc/manual/es/sylpheed-16.html
7374         * doc/manual/es/sylpheed-17.html
7375         * doc/manual/es/sylpheed-18.html
7376         * doc/manual/es/sylpheed-19.html
7377         * doc/manual/es/sylpheed-2.html
7378         * doc/manual/es/sylpheed-20.html
7379         * doc/manual/es/sylpheed-3.html
7380         * doc/manual/es/sylpheed-4.html
7381         * doc/manual/es/sylpheed-5.html
7382         * doc/manual/es/sylpheed-6.html
7383         * doc/manual/es/sylpheed-7.html
7384         * doc/manual/es/sylpheed-8.html
7385         * doc/manual/es/sylpheed-9.html
7386         * doc/manual/es/sylpheed.html
7387         * doc/manual/fr/.cvsignore
7388         * doc/manual/fr/Makefile.am
7389         * doc/manual/fr/sylpheed-1.html
7390         * doc/manual/fr/sylpheed-10.html
7391         * doc/manual/fr/sylpheed-11.html
7392         * doc/manual/fr/sylpheed-12.html
7393         * doc/manual/fr/sylpheed-13.html
7394         * doc/manual/fr/sylpheed-14.html
7395         * doc/manual/fr/sylpheed-15.html
7396         * doc/manual/fr/sylpheed-16.html
7397         * doc/manual/fr/sylpheed-17.html
7398         * doc/manual/fr/sylpheed-18.html
7399         * doc/manual/fr/sylpheed-19.html
7400         * doc/manual/fr/sylpheed-2.html
7401         * doc/manual/fr/sylpheed-20.html
7402         * doc/manual/fr/sylpheed-3.html
7403         * doc/manual/fr/sylpheed-4.html
7404         * doc/manual/fr/sylpheed-5.html
7405         * doc/manual/fr/sylpheed-6.html
7406         * doc/manual/fr/sylpheed-7.html
7407         * doc/manual/fr/sylpheed-8.html
7408         * doc/manual/fr/sylpheed-9.html
7409         * doc/manual/fr/sylpheed.html
7410         * doc/manual/ja/.cvsignore
7411         * doc/manual/ja/Makefile.am
7412         * doc/manual/ja/sylpheed-1.html
7413         * doc/manual/ja/sylpheed-10.html
7414         * doc/manual/ja/sylpheed-11.html
7415         * doc/manual/ja/sylpheed-12.html
7416         * doc/manual/ja/sylpheed-13.html
7417         * doc/manual/ja/sylpheed-14.html
7418         * doc/manual/ja/sylpheed-15.html
7419         * doc/manual/ja/sylpheed-16.html
7420         * doc/manual/ja/sylpheed-17.html
7421         * doc/manual/ja/sylpheed-18.html
7422         * doc/manual/ja/sylpheed-19.html
7423         * doc/manual/ja/sylpheed-2.html
7424         * doc/manual/ja/sylpheed-20.html
7425         * doc/manual/ja/sylpheed-3.html
7426         * doc/manual/ja/sylpheed-4.html
7427         * doc/manual/ja/sylpheed-5.html
7428         * doc/manual/ja/sylpheed-6.html
7429         * doc/manual/ja/sylpheed-7.html
7430         * doc/manual/ja/sylpheed-8.html
7431         * doc/manual/ja/sylpheed-9.html
7432         * doc/manual/ja/sylpheed.html
7433         * doc/manual/ja/sylpheed.sgml
7434         * src/mainwindow.c
7435                 Remove outdated manual and faq. Noisy, eh?
7436
7437 2005-12-06 [colin]      1.9.100cvs70
7438
7439         * src/compose.c
7440         * src/quote_fmt_parse.y
7441         * src/undo.c
7442         * src/undo.h
7443                 Allow %X to position cursor at 0 
7444                 (no %X = before signature)
7445                 Fix paste as quotation putting the cursor at 0
7446                 Fix undo offsets when pasting
7447                 Insert the quote_fmt at once instead of line 
7448                 by line
7449                 Fix [Edited] when starting to reply/forward
7450
7451 2005-12-06 [paul]       1.9.100cvs69
7452
7453         * src/plugins/clamav/clamav_plugin_gtk.c
7454                 add another tooltip
7455         * src/plugins/spamassassin/spamassassin_gtk.c
7456                 rework spamassassin_create_widget_func()
7457
7458 2005-12-05 [colin]      1.9.100cvs68
7459
7460         * po/POTFILES.in
7461                 Fix make release ;-)
7462
7463 2005-12-05 [colin]      1.9.100cvs67
7464
7465         * src/compose.c
7466         * src/compose.h
7467                 Fix cursor positioning (not obeying %X)
7468
7469 2005-12-05 [paul]       1.9.100cvs66
7470
7471         * src/plugins/dillo_viewer/dillo_prefs.c
7472                 fix compilation warning
7473
7474 2005-12-05 [paul]       1.9.100cvs65
7475
7476         * src/prefs_spelling.c
7477         * src/plugins/trayicon/trayicon.c
7478                 cleanups - remove unused stuff
7479
7480 2005-12-05 [paul]       1.9.100cvs64
7481
7482         * README
7483         * manual/plugins.xml
7484                 remove info about removed mathml_viewer plugin
7485
7486 2005-12-05 [paul]       1.9.100cvs63
7487
7488         * configure.ac
7489         * src/plugins/Makefile.am
7490         * src/plugins/mathml_viewer/.cvsignore
7491         * src/plugins/mathml_viewer/Makefile.am
7492         * src/plugins/mathml_viewer/mathml_viewer.c
7493                 remove unmaintained mathml_viewer plugin
7494
7495 2005-12-05 [paul]       1.9.100cvs62
7496
7497         * src/summaryview.c
7498                 obey prefs_common.always_show_msg when
7499                 moving a msg
7500                 Thanks to Colin
7501
7502 2005-12-05 [paul]       1.9.100cvs61
7503
7504         * src/compose.c
7505         * src/prefs_account.c
7506         * src/prefs_filtering.c
7507         * src/prefs_quote.c
7508         * src/prefs_spelling.c
7509         * src/prefs_toolbar.c
7510         * src/summaryview.c
7511         * src/gtk/gtkutils.c
7512         * src/gtk/quicksearch.c
7513         * src/plugins/dillo_viewer/dillo_prefs.c
7514                 dialog cleanups
7515
7516 2005-12-04 [paul]       1.9.100cvs60
7517
7518         * src/inc.c
7519         * src/prefs_account.c
7520         * src/prefs_account.h
7521                 allow a Local account to specify a
7522                 default inbox
7523                 (closes bug 843 'Inbox cannot be changed for local
7524                  mailboxes')
7525
7526 2005-12-04 [colin]      1.9.100cvs59
7527
7528         * src/plugins/trayicon/trayicon.c
7529                 Remove Get, rename Get All to Get Mail in order to
7530                 be consistent with the default main toolbar
7531
7532 2005-12-03 [colin]      1.9.100cvs58
7533
7534         * manual/gpl.xml
7535         * manual/sylpheed-claws-manual.xml
7536                 Add GPL appendix
7537
7538 2005-12-03 [paul]       1.9.100cvs57
7539
7540         * AUTHORS
7541         * po/sv.po
7542         * src/gtk/authors.h
7543                 new (partially complete) Swedish translation
7544                 by Anders Troback <sylpheed@troback.com>
7545
7546 2005-12-02 [paul]       1.9.100cvs56
7547
7548         * configure.ac
7549                 libetpan 0.41 required
7550
7551 2005-12-02 [paul]       1.9.100cvs55
7552
7553         * src/plugins/clamav/clamav_plugin.c
7554         * src/plugins/clamav/clamav_plugin.h
7555         * src/plugins/clamav/clamav_plugin_gtk.c
7556         * src/plugins/spamassassin/spamassassin.c
7557         * src/plugins/spamassassin/spamassassin.h
7558         * src/plugins/spamassassin/spamassassin_gtk.c
7559                 unregister prefs pages on unloading, thus
7560                 preventing a crash
7561                 (thanks to Colin for the hint)
7562
7563 2005-12-02 [wwp]        1.9.100cvs54
7564
7565         * src/quote_fmt.h
7566         * src/quote_fmt_parse.y
7567                 fix misuse of gboolean*, use gboolean instead
7568                 (thanks to Paul, Colin, for pointing out that scaring one)
7569
7570 2005-12-02 [paul]       1.9.100cvs53
7571
7572         * src/plugins/clamav/clamav_plugin.c
7573                 int no --> unsigned int no
7574         * src/plugins/clamav/clamav_plugin_gtk.c
7575                 rework config page
7576
7577 2005-12-02 [wwp]        1.9.100cvs52
7578
7579         * src/compose.c
7580         * src/prefs_template.c
7581         * src/quote_fmt.h
7582         * src/quote_fmt_parse.y
7583                 prevent from executing |f and |p templates commands when
7584                 adding or replacing templates in prefs (avoids annoying and
7585                 potentially dangerous behaviours)
7586
7587 2005-12-02 [paul]       1.9.100cvs51
7588
7589         * src/prefs_common.c
7590                 allow translation of some default values
7591                 Patch by Fabien Vantard
7592
7593 2005-12-02 [paul]       1.9.100cvs50
7594
7595         * src/codeconv.c
7596         * src/codeconv.h
7597         * src/prefs_common.c
7598         * src/prefs_common.h
7599         * src/prefs_message.c
7600         * src/textview.c
7601                 remove obsolete 'convert_mb_alnum' option
7602                 and related stuff
7603         * src/gtk/about.c
7604                 remove unused 'about_textview_visibility_notify'
7605
7606 2005-12-02 [paul]       1.9.100cvs49
7607
7608         * src/prefs_account.c
7609         * src/prefs_compose_writing.c
7610         * src/prefs_fonts.c
7611         * src/prefs_gtk.h
7612         * src/prefs_image_viewer.c
7613         * src/prefs_message.c
7614         * src/prefs_other.c
7615         * src/prefs_receive.c
7616         * src/prefs_send.c
7617         * src/prefs_spelling.c
7618         * src/prefs_summaries.c
7619         * src/prefs_wrapping.c
7620         * src/plugins/dillo_viewer/dillo_prefs.c
7621         * src/plugins/pgpcore/prefs_gpg.c
7622                 several cleanups to the prefs dialogs
7623                 (slightly modified) patch by Fabien Vantard
7624
7625 2005-12-02 [paul]       1.9.100cvs48
7626
7627         * src/main.c
7628                 --exit means exit
7629         * src/send_message.c
7630                 fix crash on send when connection fails
7631
7632         Thanks to Colin
7633
7634 2005-12-01 [colin]      1.9.100cvs47
7635
7636         * src/html.c
7637                 Translate &hellip; to "..."
7638
7639 2005-11-30 [colin]      1.9.100cvs46
7640
7641         * src/matcher.c
7642         * src/matcher.h
7643                 Optimize back yesterday's fix.
7644
7645 2005-11-30 [paul]       1.9.100cvs45
7646
7647         * manual/faq.xml
7648                 standardised
7649         * manual/intro.xml
7650                 written by Colin, edited by me
7651
7652 2005-11-29 [colin]      1.9.100cvs44
7653
7654         * src/matcher.c
7655                 Skip headers unconditionnaly in match_body if the
7656                 rule is not message or ~message
7657
7658 2005-11-29 [colin]      1.9.100cvs43
7659
7660         * src/matcher.c
7661                 Fix body_part and such, not skipping headers 
7662                 if the matchcriteria wasn't the first in the rule
7663
7664 2005-11-29 [colin]      1.9.100cvs42
7665
7666         * src/compose.c
7667                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
7668                 option missing from message view window)
7669                 Fix double text D'n'D with gtk-2.8
7670         * src/matcher.c
7671                 Fix ~message, ~headers_part, ~body_part rules
7672         * src/messageview.c
7673                 Add Windows-1252 (Closes bug #863)
7674                 Fix accels
7675         * src/gtk/gtkaspell.c
7676                 Properly destroy accels in all menus
7677
7678 2005-11-29 [mones]      1.9.100cvs41
7679
7680         * po/es.po
7681                 Updated.
7682
7683 2005-11-27 [colin]      1.9.100cvs40
7684
7685         * src/mh_gtk.c
7686                 "/Remove mailbox" -> "/Remove mailbox..."
7687
7688 2005-11-27 [paul]       1.9.100cvs39
7689
7690         * AUTHORS
7691         * po/de.po
7692         * src/gtk/authors.h
7693                 updated by new maintainer, Stephan Sachse
7694
7695 2005-11-27 [paul]       1.9.100cvs38
7696
7697         * manual/faq.xml
7698                 written by Colin, edited by me
7699
7700 2005-11-27 [paul]       1.9.100cvs37
7701
7702         * src/prefs_common.c
7703         * src/prefs_common.h
7704         * src/prefs_receive.c
7705         * src/prefs_summaries.c
7706                 move 'go to inbox after receiving new mail'
7707                 option from display/sumamaries to mail
7708                 handling/receive, and rework prefs_summaries
7709                 dialog a little
7710
7711 2005-11-25 [martin]     1.9.100cvs36
7712
7713         * po/de.po
7714             fixed windows-1252 translation;
7715             translated some new and fuzzy strings
7716
7717 2005-11-25 [paul]       1.9.100cvs35
7718
7719         * src/plugins/clamav/clamav_plugin.c
7720                 complete the update done in cvs34
7721
7722 2005-11-25 [paul]       1.9.100cvs34
7723
7724         * src/plugins/clamav/clamav_plugin.c
7725                 reflect upstream changes
7726
7727 2005-11-25 [paul]       1.9.100cvs33
7728
7729         * manual/ack.xml
7730         * manual/plugins.xml
7731         * manual/sylpheed-claws-manual.xml
7732                 written/updated by Colin, edited by me
7733         * tools/acroread2sylpheed.pl
7734                 update binary name
7735
7736 2005-11-24 [colin]      1.9.100cvs32
7737
7738         * src/compose.c
7739                 Fix bug #856 (reediting messages forgets Request
7740                 Return Receipt)
7741
7742 2005-11-24 [paul]       1.9.100cvs31
7743
7744         * manual/addrbook.xml
7745         * manual/starting.xml
7746                 written by Colin, proofread, edited, adapted by me
7747         * manual/advanced.xml
7748                 add some Actions examples
7749         * src/importldif.c
7750                 use a Save button instead of a Close button
7751         * src/wizard.c
7752                 indicate mandatory fields
7753                 fix page display
7754                 Thanks to Colin
7755
7756 2005-11-23 [colin]      1.9.100cvs30
7757
7758         * src/addressbook.c
7759                 Rename menu item, fix possible crash after
7760                 deletion of books
7761         * src/addrindex.c
7762                 Allow searching for '*' in ldap
7763         * src/browseldap.c
7764                 Fix "Browse Entry" (did anyone use it?)
7765         * src/wizard.c
7766                 Add guards for mandatory information
7767
7768 2005-11-23 [paul]       1.9.100cvs29
7769
7770         * manual/advanced.xml
7771                 corrections to the English
7772
7773 2005-11-23 [colin]      1.9.100cvs28
7774
7775         * src/mimeview.c
7776                 Fix possible crash at exit. After the call to
7777                 gtk_container_remove(), the Viewer's widget has no
7778                 more parent so gtk+ automatically frees it and its
7779                 sons. If destroy_viewer() then try to access it,
7780                 problems ensue.
7781
7782 2005-11-22 [colin]      1.9.100cvs27
7783
7784         * src/compose.c
7785         * src/gtk/gtkaspell.c
7786                 Fix right-clicking on a misspelled word
7787                 Fix More... in suggestions menu
7788
7789 2005-11-22 [wwp]        1.9.100cvs26
7790
7791         * src/prefs_template.c
7792                 templates works: re-sort templates list when adding or replacing,
7793                 prevent from adding or replacing when the template name is empty
7794
7795 2005-11-21 [colin]      1.9.100cvs25
7796
7797         * src/addressbook.c
7798                 Fix some addressbook suckage (dnd, select all)
7799         * src/compose.c
7800         * src/gtk/gtkaspell.c
7801         * src/gtk/gtkaspell.h
7802                 Make the spellchecker menu work with the 
7803                 GtkTextView one instead of overriding it
7804
7805 2005-11-20 [paul]       1.9.100cvs24
7806
7807         * manual/handling.xml
7808                 proofread and corrected
7809
7810 2005-11-20 [paul]       1.9.100cvs23
7811
7812         * manual/Makefile
7813                 generate html as one file
7814         * manual/advanced.xml
7815                 fix output generation
7816                 reformat hidden options list
7817         * manual/manual.xml     ** REMOVED **
7818         * manual/sylpheed-claws-manual.xml      ** ADDED **
7819                 renamed
7820
7821 2005-11-18 [colin]      1.9.100cvs22
7822
7823         * src/prefs_account.c
7824                 Fix layout in news and mbox accounts
7825         * manual/account.xml
7826         * manual/advanced.xml
7827                 New contents for Paul to check :)
7828
7829 2005-11-18 [wwp]        1.9.100cvs21
7830
7831         * src/gtk/quicksearch.c
7832                 don't update extended quicksearch buttons twice
7833
7834 2005-11-18 [paul]       1.9.100cvs20
7835
7836         * src/textview.c
7837                 complete 1.9.100cvs19
7838
7839 2005-11-18 [paul]       1.9.100cvs19
7840
7841         * src/compose.c
7842                 cosmetic improvements
7843         * src/textview.c
7844                 also list text/* attachments
7845
7846 2005-11-18 [colin]      1.9.100cvs18
7847
7848         * src/summaryview.c
7849                 Use column 0 instead of -1 in 
7850                 gtk_ctree_node_moveto, in a naive
7851                 hope it'll fix the gtk-related crashes
7852
7853 2005-11-18 [colin]      1.9.100cvs17
7854
7855         * src/gtk/inputdialog.c
7856                 Fix icon staying the first one
7857
7858 2005-11-17 [wwp]        1.9.100cvs16
7859                 fix possible problem showing some quicksearch buttons, and a bad
7860                 call to g_return_if_fail in a function that returns a value (both
7861                 fixes by Fabien Vantard)
7862
7863 2005-11-15 [wwp]        1.9.100cvs15
7864
7865         * src/gtk/quicksearch.c
7866                 added a tooltip to that obscure ... quicksearch button
7867
7868 2005-11-15 [wwp]        1.9.100cvs14
7869
7870         * src/gtk/quicksearch.c
7871                 add a quicksearch helper to filtering expression users: the ... button
7872                 raises the condition expr window. condition expressions set up w/ this
7873                 window are used by the quicksearch if the user closes it pressing OK.
7874
7875 2005-11-14 [paul]       1.9.100cvs13
7876
7877         * src/plugins/clamav/clamav_plugin.c
7878         * src/plugins/spamassassin/spamassassin.c
7879                 change plugin type following recent merging
7880
7881 2005-11-14 [wwp]        1.9.100cvs12
7882
7883         * src/folder.c
7884                 prevent from crashing when copying/moving message(s) from and
7885                 to the same folder
7886
7887 2005-11-14 [paul]       1.9.100cvs11
7888
7889         * src/plugins/clamav/Makefile.am
7890         * src/plugins/clamav/clamav_plugin.c
7891         * src/plugins/clamav/clamav_plugin.h
7892         * src/plugins/clamav/clamav_plugin_gtk.c
7893                 also merge clamav and clamav_gtk plugins
7894
7895 2005-11-13 [colin]      1.9.100cvs10
7896
7897         * configure.ac
7898         * src/plugins/spamassassin/Makefile.am
7899         * src/plugins/spamassassin/spamassassin.c
7900         * src/plugins/spamassassin/spamassassin.h
7901         * src/plugins/spamassassin/spamassassin_gtk.c
7902                 Merge spamassassin and spamassassin_gtk plugins,
7903                 and build it by default.
7904
7905 2005-11-12 [colin]      1.9.100cvs9
7906
7907         * src/etpan/imap-thread.c
7908                 Fix gcc warning
7909
7910 2005-11-12 [colin]      1.9.100cvs8
7911
7912         * src/procmime.c
7913                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
7914
7915 2005-11-10 [colin]      1.9.100cvs7
7916
7917         * src/main.c
7918                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
7919                 minimised state)
7920
7921 2005-11-10 [wwp]        1.9.100cvs6
7922
7923         * src/gtk/description_window.c
7924                 fix a crash when closing description windows using the WM's [X] button
7925
7926 2005-11-09 [colin]      1.9.100cvs5
7927
7928         * src/common/ssl.c
7929                 Update libetpan call to follow upstream
7930                 (yes, this requires libetpan-0.40cvs3)
7931
7932 2005-11-08 [colin]      1.9.100cvs4
7933
7934         * src/compose.c
7935         * src/textview.c
7936         * src/common/utils.c
7937         * src/common/utils.h
7938                 Enhance the email parser
7939
7940 2005-11-08 [colin]      1.9.100cvs3
7941
7942         * src/procmime.c
7943                 Fix what looks like an off-by-one (fixes 
7944                 attachments from the Bat)
7945
7946 2005-11-08 [wwp]        1.9.100cvs2
7947
7948         * src/main.c
7949                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
7950
7951 2005-11-08 [wwp]        1.9.100cvs1
7952
7953         * src/main.c
7954                 allow exiting Sylpheed-Claws from command-line
7955
7956 2005-11-08 [paul]       1.9.100
7957
7958         1.9.100 released
7959
7960 2005-11-07 [colin]      1.9.99cvs17
7961
7962         * src/addritem.c
7963         * src/ldif.c
7964                 Fix import of base-64 encoded items
7965
7966 2005-11-07 [colin]      1.9.99cvs16
7967
7968         * src/send_message.c
7969                 Fix bug #314 (Queue does not empty under certain 
7970                 circumstances)
7971
7972 2005-11-07 [paul]       1.9.99cvs15
7973
7974         * src/mutt.c
7975         * src/pine.c
7976                 fix buffer overflows
7977                 Thanks to Colin
7978
7979 2005-11-07 [paul]       1.9.99cvs14
7980
7981         * doc/man/Makefile.am
7982         * doc/man/sylpheed-claws.1      ** ADDED **
7983         * doc/man/sylpheed.1            ** DELETED **
7984                 rename and update the man file
7985
7986 2005-11-06 [colin]      1.9.99cvs13
7987
7988         * src/ldif.c
7989                 Fix ldif_get_line() that returned empty strings
7990                 (Didn't understand why). Also fix a possible
7991                 buffer overflow.
7992
7993 2005-11-06 [wwp]        1.9.99cvs12
7994
7995         * src/textview.c
7996         * src/gtk/about.c
7997         * src/gtk/gtkutils.c
7998         * src/gtk/gtkutils.h
7999                 fix a compilation warning,
8000                 make links sensitive in the about dialog
8001
8002 2005-11-04 [wwp]        1.9.99cvs11
8003
8004         * src/gtk/about.c
8005                 don't wrap or translate URIs, and a bit text format cleanup
8006
8007 2005-11-04 [wwp]        1.9.99cvs10
8008
8009         * src/gtk/about.c
8010                 better textview tagging implementation (no more use of marks for
8011                 postponed tagging)
8012
8013 2005-11-02 [colin]      1.9.99cvs9
8014
8015         * src/common/ssl.c
8016                 Forgot an ifdef
8017
8018 2005-11-02 [colin]      1.9.99cvs8
8019
8020         * configure.ac
8021                 Require libetpan-0.40 due to upstream fix
8022         * src/common/ssl.c
8023                 Tell libetpan not to call SSL_Library_Init,
8024                 as we do it ourselves.
8025
8026 2005-11-02 [colin]      1.9.99cvs7
8027
8028         * po/POTFILES.in
8029                 Add missing files (thanks to Fabien Vantard)
8030
8031 2005-11-02 [colin]      1.9.99cvs6
8032
8033         * src/summaryview.c
8034                 Fix totals when read messages are hidden or quicksearch
8035                 is on
8036         * src/ssl_manager.c
8037         * src/ssl_manager.h
8038         * src/common/ssl_certificate.c
8039         * src/common/ssl_certificate.h
8040         * src/gtk/sslcertwindow.c
8041         * src/gtk/sslcertwindow.h
8042                 Fix copyright on my stuff
8043
8044 2005-11-02 [wwp]        1.9.99cvs5
8045
8046         * src/prefs_themes.c
8047                 fix directory name checking (theme installation/removal),
8048                 made related error a bit more verbose
8049
8050 2005-11-02 [colin]      1.9.99cvs4
8051
8052         * src/summaryview.c
8053                 Fix typo (probably fixes bug #841 (Sort by the From 
8054                 field doesn't work)
8055
8056 2005-11-02 [paul]       1.9.99cvs3
8057
8058         * po/ko.po
8059         * po/nb.po
8060                 updated by SungHyun Nam, Geir Helland
8061         * src/wizard.c
8062                 fix typo in welcome message. spotted by
8063                 Andrea Spadaccini
8064
8065 2005-11-01 [colin]      1.9.99cvs2
8066
8067         * src/compose.c
8068                 Fix replying to ml wen confirming subscription
8069         * src/messageview.c
8070         * src/mimeview.c
8071         * src/mimeview.h
8072         * src/privacy.h
8073         * src/summaryview.c
8074                 Make key check non blocking
8075
8076 2005-10-31 [paul]       1.9.99cvs1
8077
8078         * tools/claws.i18n.status.pl
8079                 updated for ChangeLog
8080
8081 2005-10-31 [paul]       1.9.99
8082
8083         1.9.99 released
8084
8085 2005-10-31 [paul]       1.9.15cvs131
8086
8087         * .cvsignore
8088         * ChangeLog
8089         * ChangeLog.claws       ** REMOVED **
8090         * ChangeLog-gtk2.claws  ** REMOVED **
8091         * ChangeLog.gtk1        ** ADDED **
8092         * INSTALL
8093         * Makefile.am
8094         * NEWS
8095         * README
8096         * README.claws          ** REMOVED **
8097         * README.jp             ** REMOVED **
8098         * RELEASE_NOTES         ** ADDED **
8099         * RELEASE_NOTES.claws   ** REMOVED **
8100         * commitHelper
8101         * configure.ac
8102         * sylpheed.spec.in      ** REMOVED **
8103                 tidy up and update the default docs:
8104                 ChangeLog.claws is renamed ChangeLog.gtk1
8105                 ChangeLog-gtk2.claws is renamed ChangeLog
8106                 README.claws is renamed README
8107                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
8108
8109 2005-10-31 [paul]       1.9.15cvs130
8110
8111         * po/it.po
8112                 fix errors
8113
8114 2005-10-31 [paul]       1.9.15cvs129
8115
8116         * po/ca.po
8117         * po/de.po
8118         * po/en_GB.po
8119         * po/fr.po
8120         * po/it.po
8121         * po/pt_BR.po
8122         * po/sk.po
8123         * po/sr.po
8124         * po/zh_CN.po
8125                 updated by Miquel Oliete, Stephan Sachse and
8126                 Thomas Gilgin, me, Fabien Vantard, Andrea
8127                 Spadaccini, Frederico Goncalves Guimaraes,
8128                 Andrej Kacian, Aleksandar Urosevic, and
8129                 Ralgh Young.
8130
8131 2005-10-31 [mones]      1.9.15cvs128
8132
8133         * manual/faq.xml
8134                 More questions.
8135         
8136         * po/es.po
8137                 Updated for release.
8138
8139 2005-10-30 [colin]      1.9.15cvs127
8140
8141         * src/compose.c
8142                 Place cursor before rewrapping (fixes cursor
8143                 pos if quotation gets rewrapped)
8144
8145 2005-10-29 [paul]       1.9.15cvs126
8146
8147         * src/crash.c
8148         * src/foldersel.c
8149         * src/main.c
8150         * src/messageview.c
8151         * src/toolbar.c
8152         * src/gtk/authors.h
8153                 corrections to text items
8154
8155 2005-10-28 [colin]      1.9.15cvs125
8156
8157         * src/messageview.c
8158                 Make "hit 'C' to check sig" work from extern 
8159                 messageviews
8160
8161 2005-10-27 [colin]      1.9.15cvs124
8162
8163         * src/summaryview.c
8164                 Add a hack to avoid segfaulting when hammering 
8165                 on gtk's events
8166
8167 2005-10-27 [wwp]        1.9.15cvs123
8168
8169         * src/prefs_themes.c
8170                 sort list of themes names in themes prefs
8171
8172 2005-10-27 [paul]       1.9.15cvs122
8173
8174         * src/folder.c
8175         * src/prefs_account.c
8176                 fix building on Solaris
8177                 Patch by Alex Moore
8178
8179 2005-10-27 [wwp]        1.9.15cvs121
8180
8181         * src/summaryview.c
8182         * src/gtk/gtksctree.c
8183                 speed up unselecting messages in summary view (thanks to Colin)
8184
8185 2005-10-27 [paul]       1.9.15cvs120
8186
8187         * src/mainwindow.c
8188                 fix a compilation warning
8189         * src/summaryview.c
8190                 fix updating of 'n items selected' count
8191                 when deselecting
8192
8193 2005-10-27 [martin]     1.9.15cvs119
8194
8195         * src/action.c
8196                 ignore actions with a leading '/' in the action menu name
8197                 fixes a crash on menu creation
8198         * src/prefs_actions.c
8199                 do not allow a leading '/' in the action menu name
8200
8201 2005-10-27 [paul]       1.9.15cvs118
8202
8203         * src/main.c
8204                 fix compilation warning
8205
8206 2005-10-27 [paul]       1.9.15cvs117
8207
8208         * src/procmime.c
8209                 add #if HAVE_LOCALE_H
8210
8211 2005-10-27 [paul]       1.9.15cvs116
8212
8213         * src/plugins/clamav/clamav_plugin.c
8214         * src/plugins/dillo_viewer/dillo_viewer.c
8215         * src/plugins/mathml_viewer/mathml_viewer.c
8216         * src/plugins/pgpcore/plugin.c
8217         * src/plugins/pgpinline/plugin.c
8218         * src/plugins/pgpmime/plugin.c
8219         * src/plugins/spamassassin/spamassassin.c
8220         * src/plugins/trayicon/trayicon.c
8221                 plugin_init() : make error messages more
8222                 informative
8223
8224 2005-10-26 [wwp]        1.9.15cvs115
8225
8226         * src/prefs_matcher.c
8227                 enlarge boolean op widget width a bit (wasn't always showing text contents)
8228
8229 2005-10-26 [wwp]        1.9.15cvs114
8230
8231         * src/procmime.c
8232         * src/gtk/gtksctree.c
8233         * src/plugins/spamassassin/libspamc.c
8234         * src/plugins/spamassassin/spamassassin.c
8235                 fix some compilation warnings more
8236
8237 2005-10-26 [mones]      1.9.15cvs113
8238
8239         * po/es.po
8240                 Updated translation
8241
8242 2005-10-26 [paul]       1.9.15cvs112
8243
8244         * src/prefs_message.c
8245                 give all display_xface stuff the
8246                 #if HAVE_LIBCOMPFACE treatment, thus
8247                 preventing a crash
8248                 (Thanks to Wolfgang Enderlein)
8249
8250 2005-10-26 [colin]      1.9.15cvs111
8251
8252         * src/gedit-print.c
8253                 Fix date format
8254         * src/imap_gtk.c
8255         * src/news_gtk.c
8256                 Remove context menu items that should not be there
8257         * src/jpilot.c
8258                 Fix encoding
8259         * src/main.c
8260         * src/mainwindow.c
8261                 Don't show the mainwindow too soon
8262
8263 2005-10-26 [wwp]        1.9.15cvs110
8264
8265         * src/folder.c
8266         * src/manual.c
8267         * src/summaryview.c
8268                 fix uninitialized pointers in the folder updating hook
8269                 (thanks to Colin)
8270
8271 2005-10-25 [mones]      1.9.15cvs109
8272
8273         * manual/faq.xml
8274                 General information subsection completed. 
8275                 Removed archaic references.
8276                 
8277         * manual/Makefile
8278         * manual/dtd/manual.dsl
8279                 Added customization stylesheet for getting paragraphs
8280                 fully justified in PDF output (as suggested by Colin).
8281
8282 2005-10-25 [colin]      1.9.15cvs108
8283
8284         * src/compose.c
8285                 Fix a second leak
8286
8287 2005-10-25 [colin]      1.9.15cvs107
8288
8289         * src/addrbook.c
8290         * src/addrindex.c
8291                 Fix leak (xml_get_element() allocates memory)
8292         * src/compose.c
8293                 Fix leak + dead code (shame!)
8294         * src/procmime.c
8295                 Fix leak
8296
8297 2005-10-25 [colin]      1.9.15cvs106
8298
8299         * src/mimeview.c
8300                 Fix encoding issue in Save all and in 
8301                 overwrite-confirmation alertpanel
8302
8303 2005-10-25 [colin]      1.9.15cvs105
8304
8305         * src/common/socket.c
8306                 Fix a leak - Thanks to Christopher Aillon
8307                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
8308
8309 2005-10-25 [paul]       1.9.15cvs104
8310
8311         * src/wizard.c
8312                 Always guess servers from the right-hand
8313                 email part and guess username from the
8314                 left-hand part. (Thanks to Colin)
8315                 add an X-Face to the welcome message
8316
8317 2005-10-25 [paul]       1.9.15cvs103
8318
8319         * manual/handling.xml
8320                 written by Colin, edited by me
8321
8322 2005-10-25 [wwp]        1.9.15cvs102
8323
8324         * src/folderview.c
8325         * src/grouplistdialog.c
8326         * src/imap.c
8327         * src/noticeview.c
8328                 fix some compilation warnings
8329
8330 2005-10-24 [paul]
8331
8332         1.9.99-rc3 released
8333
8334 2005-10-24 [paul]       1.9.15cvs101
8335
8336         * src/gtk/about.c
8337                 fix window sizing
8338
8339 2005-10-24 [paul]       1.9.15cvs100
8340
8341         * src/pixmaps/offline.xpm
8342         * src/pixmaps/online.xpm
8343                 replace with last default versions
8344
8345 2005-10-24 [colin]      1.9.15cvs99
8346
8347         * src/imap.c
8348                 Fix bug when moving a folder
8349         * src/imap_gtk.c
8350         * src/mh_gtk.c
8351                 "Delete folder" pops up a window, so it 
8352                 should be suffixed with "..."
8353         * src/plugins/pgpcore/sgpgme.c
8354                 Include locale.h
8355
8356 2005-10-24 [mones]      1.9.15cvs98
8357
8358         * manual/Makefile
8359         * manual/account.xml
8360         * manual/ack.xml
8361         * manual/addrbook.xml
8362         * manual/advanced.xml
8363         * manual/faq.xml
8364         * manual/glossary.xml
8365         * manual/gpl.xml
8366         * manual/handling.xml
8367         * manual/intro.xml
8368         * manual/keyboard.xml
8369         * manual/manual.xml
8370         * manual/plugins.xml
8371         * manual/starting.xml
8372         * manual/dtd/sdocbook.dtd
8373                 Initial manual structure and some content.
8374
8375 2005-10-23 [wwp]        1.9.15cvs97
8376
8377         * src/gtk/about.c
8378                 fix a typo
8379
8380 2005-10-23 [wwp]        1.9.15cvs96
8381
8382         * src/gtk/about.c
8383         * src/gtk/authors.h
8384                 rework of the about window (main work by Paul), also featuring a few
8385                 fixes for typos and duplicate names
8386
8387 2005-10-23 [wwp]        1.9.15cvs95
8388
8389         * src/.cvsignore
8390                 Ignore the right binary name (sylpheed-claws now)
8391
8392 2005-10-23 [paul]       1.9.15cvs94
8393
8394         * src/compose.c
8395                 when using Folder Pref 'Default To for
8396                 replies' make the entry in the Compose
8397                 window bold
8398                 Patch by Fabien Vantard
8399
8400 2005-10-22 [colin]      1.9.15cvs93
8401
8402         * src/codeconv.c
8403                 Fix leak
8404
8405 2005-10-22 [colin]      1.9.15cvs92
8406
8407         * src/codeconv.c
8408                 try to convert using locale (apart utf8) if necessary
8409
8410 2005-10-22 [colin]      1.9.15cvs91
8411
8412         * src/pixmaps/new.xpm
8413         * src/pixmaps/unread.xpm
8414                 Make the unread envelope blue again and
8415                 saturate the new one a bit more.
8416
8417 2005-10-22 [colin]      1.9.15cvs90
8418
8419         * src/compose.c
8420                 When replying to a mail sent by one of our accounts,
8421                 use the original list of recipients. Let 'Reply All'
8422                 and 'Reply to sender' work like previously.
8423
8424 2005-10-21 [colin]      1.9.15cvs89
8425
8426         * src/prefs_filtering.c
8427                 Clear fields after add and replace
8428         * src/textview.c
8429                 Display xface differently (better)
8430         * src/plugins/pgpinline/pgpinline.c
8431                 Fix crappy encodings/recodings
8432
8433 2005-10-21 [paul]       1.9.15cvs88
8434
8435         * src/compose.c
8436         * src/prefs_folder_item.c
8437         * src/toolbar.c
8438                 fix news folder Folder Properties
8439                 (thanks to Colin)
8440         * src/folderview.c
8441                 update folderview after Themes change
8442                 keep selected folder selected
8443                 (thanks to Colin)
8444
8445 2005-10-21 [paul]       1.9.15cvs87
8446
8447         * tools/Makefile.am
8448         * tools/OOo2sylpheed.pl
8449         * tools/README
8450         * tools/README.sylprint
8451         * tools/asus_mailled.sh         ** REMOVED **
8452         * tools/filter_conv.pl
8453         * tools/freshmeat_search.pl
8454         * tools/google_search.pl
8455         * tools/gpg-sign-syl            ** REMOVED **
8456         * tools/kmail2sylpheed.pl
8457         * tools/kmail2sylpheed_v2.pl
8458         * tools/multiwebsearch.pl
8459         * tools/nautilus2sylpheed.sh
8460         * tools/newscache_clean.pl
8461         * tools/outlook2sylpheed.pl
8462         * tools/sylpheed-switcher       ** REMOVED **
8463         * tools/sylprint.pl
8464         * tools/sylprint.rc
8465         * tools/tb2sylpheed
8466         * tools/vcard2xml.py
8467         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8468                 update default config dir
8469                 update binary name (thanks to Fabien Vantard)
8470                 remove obsolete scripts
8471
8472 2005-10-21 [colin]      1.9.15cvs86
8473
8474         * src/inc.c
8475                 Fix possible leak and units. Based on a patch by
8476                 Fabien Vantard.
8477
8478 2005-10-20 [colin]      1.9.15cvs85
8479
8480         * src/textview.c
8481                 Clear xface when clearing textview
8482
8483 2005-10-20 [colin]      1.9.15cvs84
8484
8485         * configure.ac
8486         * src/folderview.c
8487         * src/headerview.c
8488         * src/main.c
8489         * src/prefs_common.c
8490         * src/prefs_common.h
8491         * src/prefs_message.c
8492         * src/textview.c
8493         * src/textview.h
8494         * src/common/defs.h
8495         * src/common/utils.c
8496         * src/common/utils.h
8497         * src/gtk/gtkutils.c
8498         * src/gtk/gtkutils.h
8499                 Migrate config to .sylpheed-claws (Automatically)
8500                 Add a way to get the Xface in the TextView
8501
8502 2005-10-20 [colin]      1.9.15cvs83
8503
8504         * src/gtk/Makefile.am
8505         * src/gtk/about.c
8506         * src/gtk/authors.h
8507                 Make the about dialog *grooovy*
8508
8509 2005-10-20 [colin]      1.9.15cvs82
8510
8511         * src/mimeview.c
8512                 Use "Open with" on double click if no command
8513                 was found
8514
8515 2005-10-20 [colin]      1.9.15cvs81
8516
8517         * src/imap.c
8518         * src/etpan/imap-thread.c
8519                 Fix possible crash.
8520
8521 2005-10-20 [paul]       1.9.15cvs80
8522
8523         * src/folder.c
8524                 don't show clipkey icon if the only
8525                 attachment is the signature
8526                 Patch by Colin
8527
8528 2005-10-20 [paul]       1.9.15cvs79
8529
8530         * AUTHORS
8531         * src/plugins/pgpmime/pgpmime.c
8532                 name the PGP/MIME signature 'signature.asc'
8533                 Patch by Andrew Nelson <freeandy@gmail.com>
8534
8535 2005-10-19 [colin]      1.9.15cvs78
8536
8537         * src/plugins/pgpmime/pgpmime.c
8538                 Oops, no need to double-check though
8539
8540 2005-10-19 [colin]      1.9.15cvs77
8541
8542         * src/plugins/pgpinline/pgpinline.c
8543         * src/plugins/pgpmime/pgpmime.c
8544                 Check that my_tmpfile() doesn't 
8545                 return NULL
8546
8547 2005-10-19 [colin]      1.9.15cvs76
8548
8549         * src/common/utils.c
8550                 Use shorter mime boundaries to avoid having
8551                 MTAs rewrapping our headers, breaking the
8552                 PGP signature in the process 
8553         * src/compose.c
8554         * src/plugins/pgpmime/pgpmime.c
8555                 Check for boundary uniqueness to be sure
8556                 it won't happen, instead of hoping for the
8557                 best
8558
8559 2005-10-19 [colin]      1.9.15cvs75
8560
8561         * sylpheed-claws.desktop
8562         * src/Makefile.am
8563         * src/main.c
8564                 Ship a sylpheed-claws binary instead
8565                 of a sylpheed one. Change the socket
8566                 name, too
8567         * src/folderview.c
8568                 Update folder only if it changed
8569         * src/wizard.c
8570                 Fix i18n in welcome mail, patch by
8571                 Fabien Vantard
8572
8573 2005-10-19 [paul]
8574
8575         1.9.99-rc2 released
8576
8577 2005-10-19 [paul]       1.9.15cvs74
8578
8579         * src/folder.c
8580         * src/folderview.c
8581                 fix summaryview update
8582                 Patch by Colin
8583
8584 2005-10-18 [colin]      1.9.15cvs73
8585
8586         * src/plugins/pgpcore/passphrase.c
8587                 Don't XGrabServer, and try a bit more to 
8588                 sync everything before grabbing mouse/keyboard
8589
8590 2005-10-18 [colin]      1.9.15cvs72
8591
8592         * src/Makefile.am
8593         * src/addressadd.c
8594         * src/addressbook.c
8595         * src/folderview.c
8596         * src/grouplistdialog.c
8597         * src/mimeview.c
8598         * src/stock_pixmap.c
8599         * src/stock_pixmap.h
8600         * src/summaryview.c
8601         * src/gtk/gtksctree.c
8602         * src/gtk/gtksctree.h
8603         * src/pixmaps/empty.xpm
8604                 Implement a wrapper call for gtk_ctree_set_node_info
8605                 and gtk_ctree_insert_node, that uses a 1x1 transparent
8606                 pixmap instead of a NULL one. This works around some
8607                 memory problems deep inside gtk, revealed by valgrind,
8608                 and fixes bug #834 (Pressing CTRl-D on a message marked 
8609                 as locked crashes sylpheed.), as well as, probably, 
8610                 wwp's 4th dimension problems that happen in gtk_ctree_*.
8611
8612 2005-10-17 [colin]      1.9.15cvs71
8613
8614         * src/mimeview.c
8615                 Provide visual feedback when checking
8616                 signature
8617
8618 2005-10-17 [colin]      1.9.15cvs70
8619
8620         * src/main.c
8621                 Keep the folder list frozen while checking caches...
8622
8623 2005-10-17 [colin]      1.9.15cvs69
8624
8625         * src/addr_compl.c
8626                 Fi bug #833 (Autocompleting from addressbook 
8627                 fails with extended chars)
8628         * src/imap.c
8629                 Fix 'adding messages' staying in statusbar
8630                 after an error
8631
8632 2005-10-17 [wwp]        1.9.15cvs68
8633
8634         * src/ssl_manager.c
8635                 Fix buttons' layout resizing when window size changes
8636
8637 2005-10-17 [wwp]        1.9.15cvs67
8638
8639         * src/account.c
8640         * src/prefs_account.c
8641         * src/prefs_common.c
8642         * src/prefs_common.h
8643         * src/prefs_folder_item.c
8644         * src/prefs_gtk.c
8645         * src/gtk/logwindow.c
8646         * src/gtk/pluginwindow.c
8647         * src/gtk/prefswindow.c
8648         * src/gtk/prefswindow.h
8649                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
8650
8651 2005-10-17 [paul]       1.9.15cvs66
8652
8653         * configure.ac
8654                 fix missing libetpan message
8655         * po/en_GB.po
8656                 updated
8657         * src/crash.c
8658         * src/manual.c
8659         * src/prefs_themes.c
8660         * src/common/defs.h
8661                 add some new URI defines, change some
8662                 others
8663         * src/wizard.c
8664                 make welcome message translatable
8665                 small improvements to english
8666                 other tweaks
8667         * src/gtk/menu.c
8668                 fix warnings
8669
8670 2005-10-17 [paul]       1.9.15cvs65
8671
8672         * src/summaryview.c
8673                 fix column titles
8674
8675 2005-10-16 [mones]      1.9.15cvs64
8676
8677         * po/es.po
8678                 Updated translation
8679
8680 2005-10-16 [colin]
8681
8682         1.9.99-rc1 released
8683
8684 2005-10-16 [colin]      1.9.15cvs63
8685
8686         * src/wizard.c
8687                 Fix whitespace
8688
8689 2005-10-16 [colin]      1.9.15cvs62
8690
8691         * src/toolbar.c
8692                 s/Get All/Get Mail/
8693         * src/wizard.c
8694                 Real welcome mail text, thanks Paul
8695
8696 2005-10-16 [colin]      1.9.15cvs61
8697
8698         * src/editldap.c
8699         * src/exporthtml.c
8700         * src/main.c
8701         * src/mainwindow.c
8702         * src/prefs_themes.c
8703         * src/prefs_toolbar.c
8704         * src/plugins/demo/demo.c
8705         * src/plugins/trayicon/trayicon.c
8706                 s/Sylpheed/Sylpheed-Claws/
8707
8708 2005-10-16 [colin]      1.9.15cvs60
8709
8710         * src/wizard.c
8711                 Add a welcome email in the first empty mailbox
8712         * src/prefs_common.c
8713                 Change one more default
8714
8715 2005-10-16 [colin]      1.9.15cvs59
8716
8717         * src/wizard.c
8718                 Remove printf
8719
8720 2005-10-16 [colin]      1.9.15cvs58
8721
8722         * src/toolbar.c
8723         * src/prefs_common.c
8724                 Change some defaults
8725
8726 2005-10-16 [colin]      1.9.15cvs57
8727
8728         * src/toolbar.c
8729         * src/prefs_common.c
8730                 Change some defaults
8731
8732 2005-10-16 [colin]      1.9.15cvs56
8733
8734         * src/wizard.c
8735                 By default, initialize fonts to have
8736                 the same size as normal GtkWidgets
8737
8738 2005-10-16 [colin]      1.9.15cvs55
8739
8740         * src/mimeview.c
8741                 Fix message a bit more
8742
8743 2005-10-16 [colin]      1.9.15cvs54
8744
8745         * src/addressbook.c
8746                 Second attempt at flicker fixing
8747
8748 2005-10-16 [colin]      1.9.15cvs53
8749
8750         * src/addressbook.c
8751                 Fix flicker
8752
8753 2005-10-16 [wwp]        1.9.15cvs52
8754
8755         * src/addressbook.c
8756         * src/editaddress.c
8757         * src/prefs_common.c
8758         * src/prefs_common.h
8759                 Remember window sizes (address book)
8760
8761 2005-10-16 [wwp]        1.9.15cvs51
8762
8763         * src/plugins/clamav/clamav_plugin_gtk.c
8764         * src/plugins/spamassassin/spamassassin_gtk.c
8765                 Fix compilation warnings (missing #include).
8766
8767 2005-10-16 [colin]      1.9.15cvs50
8768
8769         * src/mimeview.c
8770         * src/summaryview.c
8771         * src/textview.c
8772                 Make 'c' check signature, and forward
8773                 c, l, y, t from summaryview to mimeview
8774
8775 2005-10-16 [colin]      1.9.15cvs49
8776
8777         * src/addressbook.c
8778                 Put border around buttons
8779         * src/mainwindow.c
8780         * src/summaryview.c
8781                 Rework menus (Patch based on a patch
8782                 by Paul)
8783
8784 2005-10-15 [wwp]        1.9.15cvs48
8785
8786         * src/editjpilot.c
8787         * src/editldap.c
8788         * src/editvcard.c
8789         * src/exphtmldlg.c
8790         * src/expldifdlg.c
8791         * src/export.c
8792         * src/import.c
8793         * src/importldif.c
8794         * src/importmutt.c
8795         * src/importpine.c
8796         * src/prefs_account.c
8797         * src/prefs_spelling.c
8798         * src/gtk/gtkutils.c
8799         * src/gtk/gtkutils.h
8800         * src/plugins/clamav/clamav_plugin_gtk.c
8801         * src/plugins/spamassassin/spamassassin_gtk.c
8802                 use nicer browse-for-file/dir buttons than the "..." ones,
8803                 code factorizing more.
8804
8805 2005-10-14 [colin]      1.9.15cvs47
8806
8807         * src/mainwindow.c
8808                 set relief on the account switcher so that people see it
8809                 grey out Create processing rules when no message is selected
8810         * src/prefs_filtering.c
8811                 ask before closing if the rule has not been modified, even if
8812                 it's not valid
8813         * src/prefs_matcher.c
8814                 fix sensitivity when entering the dialog
8815         * src/gtk/inputdialog.c
8816                 display a better icon on password ask
8817         * src/plugins/pgpcore/passphrase.c
8818                 make the dialog look better
8819
8820 2005-10-14 [paul]       1.9.15cvs46
8821
8822         * src/folderview.c
8823                 indicate presense of marked msgs in
8824                 unexpanded subfolders
8825
8826 2005-10-14 [paul]       1.9.15cvs45
8827
8828         * src/prefs_actions.c
8829         * src/prefs_common.c
8830         * src/prefs_common.h
8831         * src/prefs_filtering_action.c
8832         * src/prefs_matcher.c
8833         * src/prefs_template.c
8834                 remember window sizes
8835                 fix Info button size
8836
8837         Patches by wwp
8838
8839 2005-10-13 [colin]      1.9.15cvs44
8840
8841         * src/mimeview.c
8842         * src/noticeview.c
8843         * src/noticeview.h
8844                 Add a tooltip on the icon (optional) 
8845                 Get rid of the signature buttons and only
8846                 use the icon+tooltip
8847
8848 2005-10-13 [colin]      1.9.15cvs43
8849
8850         * src/noticeview.c
8851         * src/noticeview.h
8852                 Add hand cursor for hovering over icon
8853
8854 2005-10-13 [colin]      1.9.15cvs42
8855
8856         * src/summaryview.c
8857                 Fix crash when quicksearch's hidden 
8858                 at startup
8859
8860 2005-10-13 [colin]      1.9.15cvs41
8861
8862         * src/compose.c
8863                 Set subject when forwarding multiple mails
8864                 Check that other recipient than the default Cc or Bcc
8865                 have been set before sending.
8866
8867 2005-10-13 [colin]      1.9.15cvs40
8868
8869         * src/imap.c
8870                 Batch per-folder
8871                 Introduce locking, but don't use it yet
8872
8873 2005-10-13 [colin]      1.9.15cvs39
8874
8875         * src/gtk/quicksearch.c
8876                 Reset quicksearch when hiding it
8877                 Make sticky a real pref
8878
8879 2005-10-13 [colin]      1.9.15cvs38
8880
8881         * src/summaryview.c
8882                 Faster prefs apply
8883
8884 2005-10-13 [colin]      1.9.15cvs37
8885
8886         * src/mimeview.c
8887         * src/noticeview.c
8888         * src/noticeview.h
8889         * src/plugins/pgpcore/sgpgme.c
8890                 Make privacy icon clickable
8891                 Move Trust field in Full info
8892                 When trust is less than full, don't display
8893                 a warning icon
8894
8895 2005-10-13 [colin]      1.9.15cvs36
8896
8897         * src/folder.c
8898                 Batch on flags sync
8899         * src/folderview.c
8900                 Revert speed hack which is dangerous in fact
8901                 Apply prefs faster
8902
8903 2005-10-13 [colin]      1.9.15cvs35
8904
8905         * src/folder_item_prefs.c
8906                 Fix pref corruption on folder move. Patch
8907                 by wwp
8908
8909 2005-10-13 [paul]       1.9.15cvs34
8910
8911         * src/export.c
8912         * src/import.c
8913                 fix typos in g_warnings
8914         * src/prefs_account.c
8915                 add a file selector for Signature file
8916
8917         Patches by wwp
8918
8919 2005-10-12 [colin]      1.9.15cvs33
8920
8921         * src/mimeview.c
8922                 Provide a quick way to go back from a
8923                 signature's full info to the email part
8924
8925 2005-10-12 [colin]      1.9.15cvs32
8926
8927         * src/compose.c
8928                 Remove old hack of encoding signed mails with base64.
8929                 QP works equally well.
8930
8931 2005-10-12 [colin]      1.9.15cvs31
8932
8933         * src/crash.c
8934                 Replace deprecated GtkText with GtkTextView
8935         * src/imap.c
8936                 Fix a logic bug about counts in imap_select
8937                 (previously un-triggered)
8938         * src/mainwindow.c
8939         * src/summaryview.c
8940         * src/news.c
8941                 Allow local deletion of news posts
8942         * src/mimeview.c
8943                 Show GPG noticeview on the message/rfc822 part
8944                 in addition to the text/plain one
8945         * src/prefs_image_viewer.c
8946           src/plugins/pgpcore/prefs_gpg.c
8947                 Polish (set the label as part of the checkbox)
8948         * src/wizard.c
8949                 Don't sit there doing nothing after destroying
8950                 the window - return err
8951
8952 2005-10-11 [colin]      1.9.15cvs30
8953
8954         * src/folderview.c
8955                 Apply processing rules before showing folders.
8956                 Early folder show (before flags sync) will only
8957                 be done when there are no processing rules (nor
8958                 pre- or post- ones)
8959         * src/imap.c
8960                 Fix stuff related to mail subdir, creation and 
8961                 deletion of folders 
8962         * src/imap_gtk.c
8963                 Don't allow creation of folders in NoInferior
8964                 folders, as it won't work
8965
8966 2005-10-10 [colin]      1.9.15cvs29
8967
8968         * src/compose.c
8969                 Reselect "None" Privacy system when selecting an
8970                 account with no privacy system defined
8971
8972 2005-10-10 [colin]      1.9.15cvs28
8973
8974         * src/mainwindow.c
8975                 Add Windows-1252 encoding
8976         * src/prefs_common.c
8977                 Rework some defaults:
8978                 - autosave to draft by default
8979                 - don't show header pane (it's already in the textview)
8980                 - Select first new or unread mail on entry
8981                 - Assume 'Yes' to change folder when there's no more
8982                   unread message
8983         * src/prefs_matcher.c
8984                 Fix a gtk assertion failure
8985         * src/gtk/colorlabel.c
8986                 Workaround bad repainting on selection
8987         * src/main.c
8988                 Freeze/thaw (a bit faster on ssh -X)
8989         * src/msgcache.c
8990                 Get rid of StrdupConverter that just adds an
8991                 extra strdup/free 
8992         * src/etpan/imap_thread.c
8993                 memset buf to 0
8994
8995 2005-10-10 [colin]      1.9.15cvs27
8996
8997         * src/export.c
8998         * src/import.c
8999                 Fix compile on gtk 2.4. Patch by wwp
9000
9001 2005-10-09 [colin]      1.9.15cvs26
9002
9003         * src/mainwindow.c
9004         * src/messageview.c
9005         * src/summaryview.c
9006                 Clarify forward menus. Patch by wwp
9007
9008 2005-10-09 [colin]      1.9.15cvs25
9009
9010         * src/compose.c
9011         * src/compose.h
9012                 Fix bug #829 (Non-working "Encrypt message by 
9013                 default when replying to an encrypted message")
9014
9015 2005-10-08 [colin]      1.9.15cvs24
9016
9017         * src/wizard.c
9018                 Fix bug #827 ("Welcome" setup wizard after a 
9019                 permission error gives up & forgets itself.)
9020
9021 2005-10-08 [colin]      1.9.15cvs23
9022
9023         * src/procmime.c
9024                 Fix bug #828 (Ignoring headers with spaces around = sign)
9025
9026 2005-10-08 [colin]      1.9.15cvs22
9027
9028         * src/export.c
9029                 Warning fix by wwp
9030
9031 2005-10-08 [colin]      1.9.15cvs21
9032
9033         * src/folder.c
9034         * src/folder.h
9035                 Add a processing_pending indicator, set on 
9036                 folder_item_open and cleared after 
9037                 folder_item_process_open
9038         * src/folderview.c
9039         * src/summaryview.c
9040                 wrap procmsg_msginfo_*_flags, and in the
9041                 wrapper check that there's no folder processing 
9042                 pending. If there is, defer the flags change until 
9043                 processing is done to avoid stepping over each
9044                 other's toes.
9045                 Freeze during processing, but not during scanning.
9046
9047 2005-10-07 [colin]      1.9.15cvs20
9048
9049         * src/plugins/pgpcore/passphrase.c
9050                 Fix bug #826 (X-Server hangs when 
9051                 right-clicking a PGP encrypted message)
9052
9053 2005-10-07 [paul]       1.9.15cvs19
9054
9055         * src/compose.c
9056                 fix compose_entries[]
9057                 patch by Fabien Vantard
9058
9059 2005-10-06 [colin]      1.9.15cvs18
9060
9061         * src/pixmaps/address.xpm
9062         * src/pixmaps/address_book.xpm
9063         * src/pixmaps/book.xpm
9064         * src/pixmaps/check_spelling.xpm
9065         * src/pixmaps/checkbox_off.xpm
9066         * src/pixmaps/checkbox_on.xpm
9067         * src/pixmaps/close.xpm
9068         * src/pixmaps/complete.xpm
9069         * src/pixmaps/continue.xpm
9070         * src/pixmaps/deleted.xpm
9071         * src/pixmaps/down_arrow.xpm
9072         * src/pixmaps/exec.xpm
9073         * src/pixmaps/forwarded.xpm
9074         * src/pixmaps/group.xpm
9075         * src/pixmaps/ignorethread.xpm
9076         * src/pixmaps/interface.xpm
9077         * src/pixmaps/jpilot.xpm
9078         * src/pixmaps/ldap.xpm
9079         * src/pixmaps/linewrap.xpm
9080         * src/pixmaps/linewrapcurrent.xpm
9081         * src/pixmaps/mail.xpm
9082         * src/pixmaps/mail_attach.xpm
9083         * src/pixmaps/mail_compose.xpm
9084         * src/pixmaps/mail_forward.xpm
9085         * src/pixmaps/mail_receive.xpm
9086         * src/pixmaps/mail_receive_all.xpm
9087         * src/pixmaps/mail_reply.xpm
9088         * src/pixmaps/mail_reply_to_all.xpm
9089         * src/pixmaps/mail_reply_to_author.xpm
9090         * src/pixmaps/mail_send.xpm
9091         * src/pixmaps/mail_send_queue.xpm
9092         * src/pixmaps/mime_application.xpm
9093         * src/pixmaps/mime_audio.xpm
9094         * src/pixmaps/mime_image.xpm
9095         * src/pixmaps/mime_message.xpm
9096         * src/pixmaps/mime_text_enriched.xpm
9097         * src/pixmaps/mime_text_html.xpm
9098         * src/pixmaps/mime_text_plain.xpm
9099         * src/pixmaps/mime_unknown.xpm
9100         * src/pixmaps/new.xpm
9101         * src/pixmaps/news_compose.xpm
9102         * src/pixmaps/offline.xpm
9103         * src/pixmaps/online.xpm
9104         * src/pixmaps/paste.xpm
9105         * src/pixmaps/preferences.xpm
9106         * src/pixmaps/privacy_emblem_encrypted.xpm
9107         * src/pixmaps/privacy_expired.xpm
9108         * src/pixmaps/privacy_failed.xpm
9109         * src/pixmaps/privacy_passed.xpm
9110         * src/pixmaps/privacy_signed.xpm
9111         * src/pixmaps/privacy_unknown.xpm
9112         * src/pixmaps/privacy_warn.xpm
9113         * src/pixmaps/properties.xpm
9114         * src/pixmaps/replied.xpm
9115         * src/pixmaps/search.xpm
9116         * src/pixmaps/unread.xpm
9117         * src/pixmaps/up_arrow.xpm
9118         * src/pixmaps/vcard.xpm
9119                 Modernize internal theme, with icons from the 
9120                 Gnomaws theme. Keep some of the old ones where
9121                 they were better.
9122
9123 2005-10-06 [colin]      1.9.15cvs17
9124
9125         * src/summaryview.c
9126                 Little optimisations + bugfix
9127         * src/toolbar.c
9128                 Remove default useless items - useless being defined
9129                 by the default relevant prefs
9130         * src/wizard.c
9131                 include config.h to make gettext work
9132         * src/prefs_themes.c
9133                 Fix selection of current theme in prefs
9134
9135 2005-10-06 [colin]      1.9.15cvs16
9136
9137         * src/prefs_common.c
9138         * src/prefs_common.h
9139         * src/prefs_summaries.c
9140         * src/folderview.c
9141                 Add a warning dialog on Mark all read 
9142                 (with pref to get rid of it)
9143
9144 2005-10-06 [paul]       1.9.15cvs15
9145
9146         * po/nb.po
9147         * po/pt_BR.po
9148                 updated by Geir Helland and Frederico
9149                 Goncalves Guimaraes
9150
9151 2005-10-05 [colin]      1.9.15cvs14
9152
9153         * src/folder.c
9154         * src/folder.h
9155         * src/folderview.c
9156         * src/folderview.h
9157         * src/imap_gtk.c
9158         * src/mh_gtk.c
9159         * src/mainwindow.c
9160         * src/setup.c
9161                 add a way to rescan without rebuilding
9162                 make moving a bit faster (less folders changes)
9163                 don't lock the tree on Get 
9164         * src/imap.c
9165                 Don't re-delete deleted messages before expunging
9166         * src/summaryview.c
9167                 Set batch mode when deleting mails
9168
9169 2005-10-05 [paul]       1.9.15cvs13
9170
9171         * src/mainwindow.c
9172         * src/mainwindow.h
9173                 fix disabled Execute menu item
9174         * src/toolbar.c
9175                 match the change in 1.9.15cvs10: use Compose
9176                 instead of News by default
9177
9178 2005-10-04 [colin]      1.9.15cvs12
9179
9180         * src/compose.c
9181                 When replying to an ML post with Reply-To set
9182                 to the poster's email, honor it (as before),
9183                 but also honor our user's request to reply to
9184                 the mailing list: set the ML address in the To
9185                 field and the Reply-To address in the Cc: 
9186                 field.
9187
9188 2005-10-04 [colin]      1.9.15cvs11
9189
9190         * src/plugins/trayicon/trayicon.c
9191                 Finish cosmetic change - thanks to wwp
9192
9193 2005-10-04 [colin]      1.9.15cvs10
9194
9195         * src/toolbar.c
9196                 Use Compose instead of Email by default.
9197                 Spotted by wwp.
9198
9199 2005-10-04 [colin]      1.9.15cvs9
9200
9201         * src/folder.c
9202         * src/folder.h
9203         * src/folderview.c
9204         * src/imap.c
9205         * src/etpan/imap-thread.c
9206         * src/etpan/imap-thread.h
9207                 Try to make IMAP faster, by simplifying SEARCH
9208                 commands, avoiding sending two STATUS in a row,
9209                 and deferring flags sync and processing just
9210                 after displaying the folder. 
9211                 This will update the SummaryView in certain
9212                 cases (new mails not already fetched, flags
9213                 changed from another client) but in a non-
9214                 blocking manner.
9215
9216 2005-10-04 [colin]      1.9.15cvs8
9217
9218         * src/plugins/trayicon/trayicon.c
9219                 Relabel "Offline" to "Work offline"
9220
9221 2005-10-04 [colin]      1.9.15cvs7
9222
9223         * src/export.c
9224         * src/import.c
9225         * src/mbox.c
9226                 Fix mbox import/export buglets
9227                 Patch by wwp
9228         * src/plugins/trayicon/trayicon.c
9229                 Add offline swithc
9230                 Patch by wwp
9231
9232 2005-10-04 [colin]      1.9.15cvs6
9233
9234         * src/folder.c
9235         * src/folderview.c
9236         * src/summaryview.c
9237                 Better fix (don't break mark all read) for cvs2
9238
9239 2005-10-03 [colin]      1.9.15cvs5
9240
9241         * src/folder.c
9242                 Use a sane sort by default
9243
9244 2005-10-03 [colin]      1.9.15cvs4
9245
9246         * src/inc.c
9247                 Add a 'Only once' button for overriding offline mode
9248         * src/prefs_account.c
9249         * src/wizard.c
9250                 Add Local mbox to the wizard
9251                 Add IMAP subdir to the wizard (or the wizard is useless
9252                 for such accounts, or even worse than useless)
9253                 Move IMAP subdir from Advanced to Receive tab, as it's
9254                 not that uncommon
9255
9256 2005-10-03 [colin]      1.9.15cvs3
9257
9258         * src/send_message.c
9259                 Forgot this one in cvs1
9260
9261 2005-10-03 [colin]      1.9.15cvs2
9262
9263         * src/folder.c
9264                 Faster close when leaving a folder with lots
9265                 of new mails. Idea by David Relson.
9266
9267 2005-10-03 [colin]      1.9.15cvs1
9268
9269         * src/compose.c
9270         * src/imap.c
9271         * src/inc.c
9272         * src/main.c
9273         * src/messageview.c
9274         * src/news.c
9275         * src/summaryview.c
9276         * src/gtk/sslcertwindow.c
9277         * src/plugins/trayicon/trayicon.c
9278                 Add accels to every AlertPanel. Patch by Fabien 
9279                 Vantard
9280
9281 2005-10-03 [paul]       1.9.15
9282
9283         1.9.15 released
9284
9285 2005-10-03 [paul]       1.9.14cvs68
9286
9287         * po/ca.po
9288         * po/de.po
9289         * po/es.po
9290         * po/fi.po
9291         * po/fr.po
9292         * po/sk.po
9293         * po/sr.po
9294         * po/zh_CN.po
9295                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9296                 Mones Lastra, Tommi Pirinen, Fabien vantard,
9297                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
9298
9299 2005-10-03 [paul]       1.9.14cvs67
9300
9301         * src/send_message.c
9302                 prevent hang on Cancel
9303                 patch by Colin
9304
9305 2005-10-03 [paul]       1.9.14cvs66
9306
9307         * src/main.c
9308                 fix crash in IMAP caused by discrepancy
9309                 between check_at_startup and offline mode
9310                 Patch by Colin
9311
9312 2005-10-01 [paul]       1.9.14cvs65
9313
9314         * src/inc.c
9315                 fix engrish
9316
9317 2005-10-01 [paul]       1.9.14cvs64
9318         * src/export.c
9319         * src/import.c
9320                 synchronise import_mbox() and export_mbox()
9321         * src/mbox.c
9322                 proc_mbox(): add alert if file cannot be opened
9323                 export_list_to_mbox(): test if dest file exists,
9324                 prompt user to overwrite if it does. add alert
9325                 if file cannot be created
9326                                                                 
9327         Patch by wwp
9328                                                                                                                 
9329
9330 2005-09-30 [paul]       1.9.14cvs63
9331
9332         * src/addressbook.c
9333                 Fix sensitivity of a menu
9334         * src/codeconv.c
9335                 Respect hidden pref for mails with no encoding
9336         * src/common/xml.c
9337                 Fix memory corruption
9338         * src/plugins/pgpcore/sgpgme.c
9339                 Fix segfault on incomplete sigs, and display
9340                 of S/Mime UIDs
9341
9342         Patches by Colin
9343
9344 2005-09-30 [colin]      1.9.14cvs62
9345
9346         * src/partial_download.c
9347                 Little logic fix in almost-dead code
9348         * src/pop.c
9349                 Fix partial download when there's no new mail
9350
9351 2005-09-29 [paul]       1.9.14cvs61
9352
9353         * src/plugins/pgpinline/pgpinline.c
9354                 fix bug 819, 'crash accessing sign message'
9355                 Patch by Colin
9356
9357 2005-09-28 [martin]     1.9.14cvs60
9358
9359         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9360                 fix bug #790 (Crash when restarting window manager (fluxbox))
9361
9362 2005-09-28 [paul]       1.9.14cvs59
9363
9364         * src/gtk/gtkaspell.c
9365                 fix off-by-one typo
9366
9367 2005-09-27 [colin]      1.9.14cvs58
9368
9369         * src/plugins/pgpcore/sgpgme.c
9370                 Report error when there's one, instead of
9371                 "Signature unchecked" 
9372
9373 2005-09-27 [colin]      1.9.14cvs57
9374
9375         * src/prefs_quote.c
9376                 Fix bug #816 (Weird quotation with spaces)
9377
9378 2005-09-27 [colin]      1.9.14cvs56
9379
9380         * src/codeconv.c
9381         * src/compose.c
9382         * src/compose.h
9383                 Put subject in compose's title
9384                 Fix Automatic encoding so that it's really automatic:
9385                 first try default locale's charset, then charset of the replied mail, 
9386                 then utf-8
9387                 Fix encoding of headers (must be in strict mode too)
9388
9389 2005-09-26 [colin]      1.9.14cvs55
9390
9391         * src/gtk/gtkaspell.c
9392                 Fix previous patch - don't color the space,
9393                 just uncolor it :)
9394
9395 2005-09-26 [colin]      1.9.14cvs54
9396
9397         * src/gtk/gtkaspell.c
9398                 Unmark space if possible
9399
9400 2005-09-26 [colin]      1.9.14cvs53
9401
9402         * src/imap.c
9403                 log_error instead of alertpanel according to the pref
9404         * src/etpan/imap-thread.c
9405                 Print connect status, copy only necessary size to 
9406                 logger
9407         * src/plugins/pgpmime/pgpmime.c
9408                 Handle S/Mime signatures (verification only). Patch based
9409                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
9410
9411 2005-09-26 [paul]       1.9.14cvs52
9412
9413         * src/common/passcrypt.c
9414                 this 'workaround' not necessary on NetBSD.
9415                 Thanks to Daniel Gustafson
9416
9417 2005-09-26 [paul]
9418
9419         1.9.15-rc4 released
9420
9421 2005-09-26 [paul]       1.9.14cvs51
9422
9423         * src/summaryview.c
9424                 Skip currently selected message when
9425                 looking for next new or unread message
9426                 in current folder. Patch by Colin
9427         * src/common/passcrypt.c
9428                 eliminate warnings on *BSD. Patch by
9429                 Daniel Gustafson
9430
9431 2005-09-26 [colin]      1.9.14cvs50
9432
9433         * src/procmsg.c
9434                 Call postfiltering hook anyway
9435
9436 2005-09-22 [colin]      1.9.14cvs49
9437
9438         * src/codeconv.c
9439         * src/codeconv.h
9440                 Add a strict mode that doesn't replace with _
9441         * src/compose.c
9442         * src/compose.h
9443                 Use strict conversion while sending
9444                 Fix race when drafting while sending (happens
9445                 on IMAP)
9446                 Fix d'n'd of messages from summaryview
9447         * src/prefs_common.c
9448         * src/prefs_common.h
9449                 add hidden utf8_instead_of_locale_for_broken_mail 
9450                 pref for people that preferred the default charset 
9451                 to be utf8 for broken mails
9452         * src/quote_fmt_parse.y
9453                 fix bug #815 (No quote insert if "From:" fied 
9454                 contained Russian letters)
9455         * src/summaryview.c
9456                 Fix d'n'd of messages to compose
9457
9458 2005-09-22 [paul]       1.9.14cvs48
9459
9460         * src/compose.c
9461                 fix bug where attachments Name entry
9462                 would display Path instead
9463
9464 2005-09-21 [paul]       1.9.14cvs47
9465
9466         * README
9467         * README.jp
9468         * configure.ac
9469         * config/config.rpath
9470         * doc/manual/en/sylpheed-20.html
9471         * doc/manual/es/sylpheed-20.html
9472         * po/bg.po
9473         * po/ca.po
9474         * po/de.po
9475         * po/es.po
9476         * po/fr.po
9477         * po/it.po
9478         * po/pt_BR.po
9479         * po/sk.po
9480         * po/zh_TW.po
9481         * src/account.c
9482         * src/account.h
9483         * src/action.c
9484         * src/action.h
9485         * src/adbookbase.h
9486         * src/addr_compl.c
9487         * src/addr_compl.h
9488         * src/addrbook.c
9489         * src/addrbook.h
9490         * src/addrcache.c
9491         * src/addrcache.h
9492         * src/addrcindex.c
9493         * src/addrcindex.h
9494         * src/addrclip.c
9495         * src/addrclip.h
9496         * src/addrdefs.h
9497         * src/addressadd.c
9498         * src/addressadd.h
9499         * src/addressbook.c
9500         * src/addressbook.h
9501         * src/addressitem.h
9502         * src/addrgather.c
9503         * src/addrgather.h
9504         * src/addrharvest.c
9505         * src/addrharvest.h
9506         * src/addrindex.c
9507         * src/addrindex.h
9508         * src/addritem.c
9509         * src/addritem.h
9510         * src/addrquery.c
9511         * src/addrquery.h
9512         * src/addrselect.c
9513         * src/addrselect.h
9514         * src/alertpanel.c
9515         * src/alertpanel.h
9516         * src/browseldap.c
9517         * src/browseldap.h
9518         * src/codeconv.c
9519         * src/codeconv.h
9520         * src/compose.c
9521         * src/compose.h
9522         * src/crash.c
9523         * src/crash.h
9524         * src/customheader.c
9525         * src/customheader.h
9526         * src/displayheader.c
9527         * src/displayheader.h
9528         * src/editaddress.c
9529         * src/editaddress.h
9530         * src/editbook.c
9531         * src/editbook.h
9532         * src/editgroup.c
9533         * src/editgroup.h
9534         * src/editjpilot.c
9535         * src/editjpilot.h
9536         * src/editldap.c
9537         * src/editldap.h
9538         * src/editldap_basedn.c
9539         * src/editldap_basedn.h
9540         * src/editvcard.c
9541         * src/editvcard.h
9542         * src/enriched.c
9543         * src/enriched.h
9544         * src/exphtmldlg.c
9545         * src/exphtmldlg.h
9546         * src/expldifdlg.c
9547         * src/expldifdlg.h
9548         * src/export.c
9549         * src/export.h
9550         * src/exporthtml.c
9551         * src/exporthtml.h
9552         * src/exportldif.c
9553         * src/exportldif.h
9554         * src/filtering.c
9555         * src/filtering.h
9556         * src/folder.c
9557         * src/folder.h
9558         * src/folder_item_prefs.c
9559         * src/folder_item_prefs.h
9560         * src/foldersel.c
9561         * src/foldersel.h
9562         * src/folderutils.c
9563         * src/folderutils.h
9564         * src/folderview.c
9565         * src/folderview.h
9566         * src/grouplistdialog.c
9567         * src/grouplistdialog.h
9568         * src/headerview.c
9569         * src/headerview.h
9570         * src/html.c
9571         * src/html.h
9572         * src/image_viewer.c
9573         * src/image_viewer.h
9574         * src/imap.c
9575         * src/imap.h
9576         * src/imap_gtk.c
9577         * src/imap_gtk.h
9578         * src/import.c
9579         * src/import.h
9580         * src/importldif.c
9581         * src/importldif.h
9582         * src/importmutt.c
9583         * src/importmutt.h
9584         * src/importpine.c
9585         * src/importpine.h
9586         * src/inc.c
9587         * src/inc.h
9588         * src/jpilot.c
9589         * src/jpilot.h
9590         * src/ldapctrl.c
9591         * src/ldapctrl.h
9592         * src/ldaplocate.c
9593         * src/ldaplocate.h
9594         * src/ldapquery.c
9595         * src/ldapquery.h
9596         * src/ldapserver.c
9597         * src/ldapserver.h
9598         * src/ldaputil.c
9599         * src/ldaputil.h
9600         * src/ldif.c
9601         * src/ldif.h
9602         * src/localfolder.c
9603         * src/localfolder.h
9604         * src/main.c
9605         * src/main.h
9606         * src/mainwindow.c
9607         * src/mainwindow.h
9608         * src/manual.c
9609         * src/manual.h
9610         * src/matcher.c
9611         * src/matcher.h
9612         * src/matcher_parser.h
9613         * src/matcher_parser_lex.l
9614         * src/matcher_parser_parse.y
9615         * src/mbox.c
9616         * src/mbox.h
9617         * src/message_search.c
9618         * src/message_search.h
9619         * src/messageview.c
9620         * src/messageview.h
9621         * src/mh.c
9622         * src/mh.h
9623         * src/mh_gtk.c
9624         * src/mh_gtk.h
9625         * src/mimeview.c
9626         * src/mimeview.h
9627         * src/msgcache.c
9628         * src/msgcache.h
9629         * src/mutt.c
9630         * src/mutt.h
9631         * src/news.c
9632         * src/news.h
9633         * src/news_gtk.c
9634         * src/news_gtk.h
9635         * src/noticeview.c
9636         * src/noticeview.h
9637         * src/partial_download.c
9638         * src/partial_download.h
9639         * src/pine.c
9640         * src/pine.h
9641         * src/pop.c
9642         * src/pop.h
9643         * src/prefs_account.c
9644         * src/prefs_account.h
9645         * src/prefs_actions.c
9646         * src/prefs_actions.h
9647         * src/prefs_common.c
9648         * src/prefs_common.h
9649         * src/prefs_compose_writing.c
9650         * src/prefs_compose_writing.h
9651         * src/prefs_customheader.c
9652         * src/prefs_customheader.h
9653         * src/prefs_display_header.c
9654         * src/prefs_display_header.h
9655         * src/prefs_ext_prog.c
9656         * src/prefs_ext_prog.h
9657         * src/prefs_filtering.c
9658         * src/prefs_filtering.h
9659         * src/prefs_filtering_action.c
9660         * src/prefs_filtering_action.h
9661         * src/prefs_folder_column.c
9662         * src/prefs_folder_column.h
9663         * src/prefs_folder_item.c
9664         * src/prefs_folder_item.h
9665         * src/prefs_fonts.c
9666         * src/prefs_fonts.h
9667         * src/prefs_gtk.c
9668         * src/prefs_gtk.h
9669         * src/prefs_image_viewer.c
9670         * src/prefs_image_viewer.h
9671         * src/prefs_matcher.c
9672         * src/prefs_matcher.h
9673         * src/prefs_message.c
9674         * src/prefs_message.h
9675         * src/prefs_msg_colors.c
9676         * src/prefs_msg_colors.h
9677         * src/prefs_other.c
9678         * src/prefs_other.h
9679         * src/prefs_quote.c
9680         * src/prefs_quote.h
9681         * src/prefs_receive.c
9682         * src/prefs_receive.h
9683         * src/prefs_send.c
9684         * src/prefs_send.h
9685         * src/prefs_spelling.c
9686         * src/prefs_spelling.h
9687         * src/prefs_summaries.c
9688         * src/prefs_summaries.h
9689         * src/prefs_summary_column.c
9690         * src/prefs_summary_column.h
9691         * src/prefs_template.c
9692         * src/prefs_template.h
9693         * src/prefs_themes.c
9694         * src/prefs_themes.h
9695         * src/prefs_toolbar.c
9696         * src/prefs_toolbar.h
9697         * src/prefs_wrapping.c
9698         * src/prefs_wrapping.h
9699         * src/privacy.c
9700         * src/privacy.h
9701         * src/procheader.c
9702         * src/procheader.h
9703         * src/procmime.c
9704         * src/procmime.h
9705         * src/procmsg.c
9706         * src/procmsg.h
9707         * src/quote_fmt.c
9708         * src/quote_fmt_parse.y
9709         * src/recv.c
9710         * src/recv.h
9711         * src/remotefolder.c
9712         * src/remotefolder.h
9713         * src/send_message.c
9714         * src/send_message.h
9715         * src/setup.c
9716         * src/setup.h
9717         * src/simple-gettext.c
9718         * src/sourcewindow.c
9719         * src/sourcewindow.h
9720         * src/ssl_manager.c
9721         * src/ssl_manager.h
9722         * src/statusbar.c
9723         * src/statusbar.h
9724         * src/stock_pixmap.c
9725         * src/stock_pixmap.h
9726         * src/summary_search.c
9727         * src/summary_search.h
9728         * src/summaryview.c
9729         * src/summaryview.h
9730         * src/syldap.c
9731         * src/syldap.h
9732         * src/textview.c
9733         * src/textview.h
9734         * src/toolbar.c
9735         * src/toolbar.h
9736         * src/undo.c
9737         * src/undo.h
9738         * src/unmime.c
9739         * src/unmime.h
9740         * src/vcard.c
9741         * src/vcard.h
9742         * src/wizard.c
9743         * src/wizard.h
9744         * src/common/base64.c
9745         * src/common/base64.h
9746         * src/common/defs.h
9747         * src/common/hooks.c
9748         * src/common/hooks.h
9749         * src/common/log.c
9750         * src/common/log.h
9751         * src/common/md5.c
9752         * src/common/md5.h
9753         * src/common/mgutils.c
9754         * src/common/mgutils.h
9755         * src/common/nntp.c
9756         * src/common/nntp.h
9757         * src/common/passcrypt.c
9758         * src/common/passcrypt.h.in
9759         * src/common/plugin.c
9760         * src/common/plugin.h
9761         * src/common/prefs.c
9762         * src/common/prefs.h
9763         * src/common/progressindicator.c
9764         * src/common/progressindicator.h
9765         * src/common/quoted-printable.c
9766         * src/common/quoted-printable.h
9767         * src/common/session.c
9768         * src/common/session.h
9769         * src/common/smtp.c
9770         * src/common/smtp.h
9771         * src/common/socket.c
9772         * src/common/socket.h
9773         * src/common/ssl.c
9774         * src/common/ssl.h
9775         * src/common/ssl_certificate.c
9776         * src/common/ssl_certificate.h
9777         * src/common/string_match.c
9778         * src/common/string_match.h
9779         * src/common/stringtable.c
9780         * src/common/sylpheed.c
9781         * src/common/sylpheed.h
9782         * src/common/template.c
9783         * src/common/template.h
9784         * src/common/timing.h
9785         * src/common/utils.c
9786         * src/common/utils.h
9787         * src/common/uuencode.c
9788         * src/common/uuencode.h
9789         * src/common/version.h.in
9790         * src/common/xml.c
9791         * src/common/xml.h
9792         * src/common/xmlprops.c
9793         * src/common/xmlprops.h
9794         * src/gtk/about.c
9795         * src/gtk/about.h
9796         * src/gtk/colorlabel.c
9797         * src/gtk/colorlabel.h
9798         * src/gtk/colorsel.c
9799         * src/gtk/colorsel.h
9800         * src/gtk/description_window.c
9801         * src/gtk/description_window.h
9802         * src/gtk/filesel.c
9803         * src/gtk/filesel.h
9804         * src/gtk/foldersort.c
9805         * src/gtk/foldersort.h
9806         * src/gtk/gtkutils.c
9807         * src/gtk/gtkutils.h
9808         * src/gtk/inputdialog.c
9809         * src/gtk/inputdialog.h
9810         * src/gtk/logwindow.c
9811         * src/gtk/logwindow.h
9812         * src/gtk/manage_window.c
9813         * src/gtk/manage_window.h
9814         * src/gtk/menu.c
9815         * src/gtk/menu.h
9816         * src/gtk/pluginwindow.c
9817         * src/gtk/pluginwindow.h
9818         * src/gtk/prefswindow.c
9819         * src/gtk/prefswindow.h
9820         * src/gtk/progressdialog.c
9821         * src/gtk/progressdialog.h
9822         * src/gtk/quicksearch.c
9823         * src/gtk/quicksearch.h
9824         * src/gtk/sslcertwindow.c
9825         * src/gtk/sslcertwindow.h
9826         * src/plugins/clamav/clamav_plugin.c
9827         * src/plugins/clamav/clamav_plugin.h
9828         * src/plugins/clamav/clamav_plugin_gtk.c
9829         * src/plugins/demo/demo.c
9830         * src/plugins/dillo_viewer/dillo_prefs.c
9831         * src/plugins/dillo_viewer/dillo_prefs.h
9832         * src/plugins/dillo_viewer/dillo_viewer.c
9833         * src/plugins/mathml_viewer/mathml_viewer.c
9834         * src/plugins/pgpcore/passphrase.c
9835         * src/plugins/pgpcore/passphrase.h
9836         * src/plugins/pgpcore/plugin.c
9837         * src/plugins/pgpcore/prefs_gpg.c
9838         * src/plugins/pgpcore/prefs_gpg.h
9839         * src/plugins/pgpcore/select-keys.c
9840         * src/plugins/pgpcore/select-keys.h
9841         * src/plugins/pgpcore/sgpgme.c
9842         * src/plugins/pgpcore/sgpgme.h
9843         * src/plugins/pgpinline/pgpinline.c
9844         * src/plugins/pgpinline/pgpinline.h
9845         * src/plugins/pgpinline/plugin.c
9846         * src/plugins/pgpmime/pgpmime.c
9847         * src/plugins/pgpmime/pgpmime.h
9848         * src/plugins/pgpmime/plugin.c
9849         * src/plugins/spamassassin/spamassassin.c
9850         * src/plugins/spamassassin/spamassassin.h
9851         * src/plugins/spamassassin/spamassassin_gtk.c
9852         * src/plugins/trayicon/trayicon.c
9853         * tools/OOo2sylpheed.pl
9854         * tools/acroread2sylpheed.pl
9855         * tools/asus_mailled.sh
9856         * tools/filter_conv.pl
9857         * tools/freshmeat_search.pl
9858         * tools/google_search.pl
9859         * tools/kmail2sylpheed.pl
9860         * tools/kmail2sylpheed_v2.pl
9861         * tools/maildir2sylpheed.pl
9862         * tools/multiwebsearch.pl
9863         * tools/newscache_clean.pl
9864         * tools/outlook2sylpheed.pl
9865         * tools/sylpheed-switcher
9866         * tools/update-po
9867         * tools/vcard2xml.py
9868         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9869                 update FSF address
9870
9871 2005-09-21 [colin]      1.9.14cvs46
9872
9873         * src/gedit-print.c
9874         * src/procmsg.c
9875         * src/procmsg.h
9876         * src/textview.c
9877         * src/summaryview.c
9878                 Remove some printing hacks (deselection/reselection),
9879                 which by the way fix printing the currently 
9880                 displayed mime part (still only text)
9881                 Plus a little optimisation of summary_show
9882
9883
9884 2005-09-20 [colin]      1.9.14cvs45
9885
9886         * src/mainwindow.c
9887         * src/messageview.c
9888                 GUI fixups: add accels, set message
9889                 view title to displayed mail's subject
9890         * src/prefs_spelling.c
9891         * src/gtk/gtkaspell.c
9892                 GUI fixups: allow underlining misspelled
9893                 words instead of coloring them (a11y!)
9894
9895 2005-09-19 [colin]
9896
9897         1.9.15rc3 released
9898
9899 2005-09-19 [colin]      1.9.14cvs44
9900
9901         * src/compose.c
9902                 Fix draft message
9903         * src/gtk/gtkaspell.c
9904                 Fix wrong test ;-)
9905
9906 2005-09-19 [colin]      1.9.14cvs43
9907
9908         * src/addressbook.c
9909                 Fix sensitivity of Delete button
9910         * src/compose.c
9911                 Warn if the requested Privacy system
9912                 is not available
9913         * src/exphtmldlg.c
9914         * src/expldifdlg.c
9915         * src/importldif.c
9916         * src/importmutt.c
9917         * src/importpine.c
9918                 Fix crappy UI
9919         * src/
9920         * src/ssl.h
9921         * src/prefs_account.h
9922         * src/prefs_account.c
9923                 Save SSL prefs even in builds that have
9924                 SSL support disable
9925         * src/imap.c
9926         * src/inc.c
9927         * src/news.c
9928         * src/send_message.c
9929                 Warn if connection should be secure, but
9930                 SSL support isn't compiled in
9931         * src/gtkaspell.c
9932                 Fix word separation on UTF-8 systems
9933                 Fixes bug #812 (Strange inline spellchecking)
9934         * src/compose.c
9935                 Warn if the requested Privacy system
9936                 is not available
9937                 Factorize offline warning
9938         * src/imap.c
9939         * src/imap_gtk.c
9940         * src/imap_gtk.h
9941         * src/inc.h
9942         * src/news_gtk.c
9943         * src/news_gtk.h
9944         * src/messageview.c
9945                 Factorize offline warning
9946
9947 2005-09-19 [paul]
9948
9949         1.9.15-rc2 released
9950
9951 2005-09-18 [colin]      1.9.14cvs42
9952
9953         * src/codeconv.c
9954         * src/codeconv.h
9955         * src/procmime.c
9956                 Add a way to get locale's charset ignoring utf-8,
9957                 and use that as default encoding for broken mails
9958
9959 2005-09-18 [colin]      1.9.14cvs41
9960
9961         * src/gtk/logwindow.c
9962                 Translate string. Patch by Fabien Vantard
9963
9964 2005-09-18 [colin]      1.9.14cvs40
9965
9966         * configure.ac
9967                 Fix bug #803 (IMAP/SSL support breaks with 
9968                 GnuTLS libetpan 0.38)
9969
9970 2005-09-18 [colin]      1.9.14cvs39
9971
9972         * src/codeconv.c
9973         * src/compose.c
9974         * src/procmime.c
9975                 More charsets fixes. Fixes bug #806 (non
9976                 ascii characters in subject line)
9977
9978 2005-09-17 [paul]       1.9.14cvs38
9979
9980         * src/folderview.c
9981         * src/mainwindow.c
9982                 fix gcc-2.95 issues
9983                 Patch by Pawel Pekala
9984
9985 2005-09-17 [colin]      1.9.14cvs37
9986
9987         * src/addrindex.c
9988                 bugfix for NO-USE LDAP compilation, patch 
9989                 by Fabien Vantard
9990
9991 2005-09-17 [colin]      1.9.14cvs36
9992
9993         * src/prefs_actions.c
9994         * src/prefs_customheader.c
9995         * src/prefs_display_header.c
9996         * src/prefs_filtering_action.c
9997         * src/prefs_matcher.c
9998         * src/prefs_toolbar.c
9999                 Fix strange casts (less elegant but
10000                 works better)
10001
10002 2005-09-16 [colin]      1.9.14cvs35
10003
10004         * src/jpilot.c
10005                 Missed that one
10006
10007 2005-09-16 [colin]      1.9.14cvs34
10008
10009         * configure.ac
10010         * src/Makefile.am
10011         * src/addr_compl.c
10012         * src/addrindex.c
10013         * src/browseldap.c
10014         * src/editldap.c
10015         * src/ldaplocate.c
10016         * src/ldapquery.c
10017         * src/ldapquery.h
10018         * src/ldapserver.c
10019         * src/ldapserver.h
10020         * src/main.c
10021         * src/matcher_parser_parse.y
10022         * src/prefs_themes.c
10023         * src/etpan/Makefile.am
10024         * src/gtk/description_window.c
10025         * src/plugins/clamav/Makefile.am
10026         * src/plugins/clamav/clamav_plugin.c
10027         * src/plugins/dillo_viewer/Makefile.am
10028         * src/plugins/pgpcore/Makefile.am
10029         * src/plugins/pgpinline/Makefile.am
10030         * src/plugins/pgpmime/Makefile.am
10031         * src/plugins/trayicon/Makefile.am
10032                 Fix 100% cpu usage in address completion list
10033                 Fix little bugs (return with no values etc)
10034                 Fix all warnings (with common CFLAGS)
10035
10036 2005-09-15 [colin]      1.9.14cvs33
10037
10038         * src/addressbook.c
10039                 Fix bug where sometimes a group's email list is empty,
10040                 force its refresh (probably fixes "Re: how to create a 
10041                 distribution list")
10042         * src/ldapquery.c
10043                 Don't return to the callback in the main thread from the
10044                 fetch thread (or face segs!)
10045
10046 2005-09-15 [paul]       1.9.14cvs32
10047
10048         * src/prefs_matcher.c
10049                 forgotten in last commit
10050
10051 2005-09-15 [paul]       1.9.14cvs31
10052
10053         * src/prefs_actions.c
10054         * src/prefs_filtering_action.c
10055         * src/prefs_quote.c
10056         * src/quote_fmt.c
10057         * src/summaryview.c
10058         * src/gtk/description_window.c
10059         * src/gtk/description_window.h
10060         * src/gtk/quicksearch.c
10061                 allow interaction with the called
10062                 description window
10063                 Patch by Anders Hammar
10064
10065 2005-09-14 [paul]       1.9.14cvs30
10066
10067         * src/compose.c
10068                 fix a little annoyance when pasting with 3rd button 
10069                 with wrap_pastes=0 and wrap_input=1
10070                 Patch by Colin
10071
10072 2005-09-14 [paul]       1.9.14cvs29
10073
10074         * src/prefs_account.c
10075                 disable 'Filter messages on receiving' for
10076                 SMTP-only accounts
10077                 Patch  by Anders Hammar
10078
10079 2005-09-14 [paul]       1.9.14cvs28
10080
10081         * po/sk.po
10082                 fix crash
10083                 updated by Andrej Kacian
10084
10085 2005-09-14 [paul]
10086
10087         1.9.15-rc1 released
10088
10089 2005-09-14 [paul]       1.9.14cvs27
10090
10091         * po/es.po
10092                 updated by Ricardo Mones Lastra
10093         * src/compose.c
10094         * src/compose.h
10095                 associate no_wrap_tags to Compose windows
10096                 instead of using a static one
10097                 Patch by Colin
10098         * src/mbox.c
10099                 fix proc_mbox()
10100                 Patch by wwp
10101         * src/textview.c
10102                 remove unneeded printf()
10103
10104 2005-09-14 [paul]       1.9.14cvs26
10105
10106         * src/addrcache.c
10107         * src/codeconv.h
10108         * src/folder.h
10109         * src/mainwindow.h
10110         * src/mh.c
10111         * src/mimeview.h
10112         * src/partial_download.c
10113         * src/pop.c
10114         * src/prefs_account.c
10115         * src/prefs_account.h
10116         * src/prefs_actions.c
10117         * src/prefs_customheader.c
10118         * src/prefs_display_header.c
10119         * src/prefs_filtering_action.c
10120         * src/prefs_matcher.c
10121         * src/prefs_toolbar.c
10122         * src/privacy.h
10123         * src/procmime.c
10124         * src/procmime.h
10125         * src/procmsg.h
10126         * src/textview.c
10127         * src/undo.h
10128         * src/common/plugin.c
10129         * src/common/session.h
10130         * src/common/socket.c
10131         * src/common/socket.h
10132         * src/common/template.c
10133         * src/gtk/gtkaspell.c
10134         * src/gtk/quicksearch.h
10135         * src/plugins/pgpcore/passphrase.c
10136         * src/plugins/pgpcore/prefs_gpg.h
10137         * src/plugins/pgpcore/select-keys.c
10138         * src/plugins/pgpcore/select-keys.h
10139         * src/plugins/pgpcore/sgpgme.c
10140         * src/plugins/pgpinline/pgpinline.c
10141         * src/plugins/pgpmime/pgpmime.c
10142         * src/plugins/trayicon/trayicon.c
10143                 fix compilation warnings
10144                 Patch by Daniel Gustafson
10145
10146 2005-09-14 [paul]       1.9.14cvs25
10147
10148         * src/addressbook.c
10149                 add missing column header, and other small
10150                 bug fixes
10151                 Patch by Anders Hammar
10152
10153 2005-09-13 [colin]      1.9.14cvs24
10154
10155         * src/gtk/gtkaspell.c
10156                 Fix non-utf8 in menu
10157                 Fix little leaks
10158                 Nullify struct members after free()s
10159
10160 2005-09-13 [colin]      1.9.14cvs23
10161
10162         * src/compose.c
10163                 Test utf8 compliance before inserting to 
10164                 buffer, and try to convert if necessary
10165         * src/procmime.c
10166                 If no charset is present, use the locale 
10167                 one instead of us-ascii
10168         * src/procmsg.c
10169                 Add Sender, List-Post and To in the checked 
10170                 headers for automatic rules creation 
10171                 (thanks to wwp)
10172         * src/prefs_themes.c
10173         * src/gtk/gtkaspell.c
10174                 Remove deprecated functions. 
10175                 patch by Daniel Gustafson
10176
10177 2005-09-12 [colin]      1.9.14cvs22
10178
10179         * src/compose.c
10180                 Fix bug #448 (Scrolling/Redraw issue with 
10181                 address-fields in Header)
10182         * src/mainwindow.c
10183         * src/summaryview.c
10184         * src/summaryview.h
10185                 Fix loss of MSG_MARKED on move/copy
10186                 Fix bug #804 (Quicksearch togglebutton doesn't 
10187                 get depressed after '/' key is pressed)
10188
10189 2005-09-12 [paul]       1.9.14cvs21
10190
10191         * AUTHORS
10192         * src/gtk/logwindow.c
10193                 add 'Clear Log' to popup menu
10194                 Patch by Anders Hammar <anders.hammar@telia.com>
10195
10196 2005-09-12 [paul]       1.9.14cvs20
10197
10198         * src/compose.c
10199                 set correct sensitivity on attachments
10200                 popup menu
10201         * src/folder.c
10202                 fix typo
10203         * src/prefs_spelling.c
10204                 fix crash when no LANG env is set
10205         * src/common/xml.c
10206                 fix crash in wizard
10207                 don't use memeory after free
10208
10209         All patches by Daniel Gustafson
10210
10211 2005-09-12 [paul]       1.9.14cvs19
10212
10213         * src/prefs_themes.c
10214                 make theme info selectable
10215         * src/gtk/description_window.c
10216                 make window non-modal
10217         * tools/README
10218                 add details of asus_mailed.sh
10219         * tools/claws.i18n.status.pl
10220                 update for new zh_TW translator
10221                 widen the output
10222                 create alternate coloured lines
10223                 improve readability
10224
10225 2005-09-10 [colin]      1.9.14cvs18
10226
10227         * src/plugins/pgpcore/select-keys.c
10228                 Better order for the buttons
10229
10230 2005-09-10 [colin]      1.9.14cvs17
10231
10232         * src/compose.c
10233         * src/plugins/pgpcore/select-keys.c
10234         * src/plugins/pgpcore/select-keys.h
10235         * src/plugins/pgpcore/sgpgme.c
10236                 Add a "Don't encrypt" button to the key
10237                 selection dialog. Fixes bug #177 (There should be a 
10238                 'Don't encrypt button in the Select Keys dialog)
10239
10240 2005-09-10 [colin]      1.9.14cvs16
10241
10242         * src/compose.c
10243                 Fix bug #572 (%X option does not work with templates)
10244
10245 2005-09-10 [colin]      1.9.14cvs15
10246
10247         * src/toolbar.c 
10248                 Remove g_print
10249
10250 2005-09-10 [colin]      1.9.14cvs14
10251
10252         * src/imap.c
10253                 Fix a possible crash
10254
10255 2005-09-09 [colin]      1.9.14cvs13
10256
10257         * src/imap.c
10258         * src/etpan/imap-thread.c
10259         * src/etpan/imap-thread.h
10260                 Fix moving from queue or drafts to normal folders
10261                 Fix bug #794 (No way to delete without expunging)
10262                 Take flags unset by other mailers into account
10263                 Take deleted flag set by other mailers into account
10264                 Fix unsetting REPLIED flag
10265                 Fix crash when capabilities can't be retrieved
10266         * src/mainwindow.c
10267         * src/mainwindow.h
10268                 Add M_DELAYED_FLAGS condition, and let the user use
10269                 Execute in order to be able to expunge deleted mails,
10270                 even if he's not in delayed execute mode
10271         * src/prefs_spelling.c
10272                 Use 'en' dictionary by default if LANG is POSIX or C
10273         * src/gtk/prefswindow.c
10274                 Fix bug #767 (Preferences windows expanding) by making
10275                 the window a bit larger when the resolution is greater
10276                 than 640x480, and by putting the prefs in a
10277                 GtkScrolledWindow.
10278
10279 2005-09-09 [paul]       1.9.14cvs12
10280
10281         * AUTHORS
10282         * configure.ac
10283         * po/zh_TW.Big5.po      ** REMOVED **
10284         * po/zh_TW.po           ** ADDED **
10285                 updated by Wei-Lun Chao
10286
10287 2005-09-09 [paul]       1.9.14cvs11
10288
10289         * src/mainwindow.c
10290                 fix asserts
10291         * src/common/xml.c
10292                 delay memory allocation until file is
10293                 opened successfully
10294                 Patch by Daniel Gustafson
10295
10296 2005-09-09 [colin]      1.9.14cvs10
10297
10298         * src/imap.c
10299                 Add guards
10300
10301 2005-09-08 [colin]      1.9.14cvs9
10302
10303         * src/compose.c
10304                 Alert when we can't save draft
10305                 Fix various wrap/color issues
10306                 Add mid-click pasting respecting wrap_paste option
10307         * src/folder.c
10308         * src/folder.h
10309         * src/folder_item_prefs.c
10310         * src/folder_item_prefs.h
10311         * src/imap.c
10312         * src/imap_gtk.c
10313         * src/imap_gtk.h
10314         * src/main.c
10315         * src/mainwindow.c
10316         * src/mainwindow.h
10317         * src/news.c
10318         * src/news_gtk.c
10319         * src/news_gtk.h
10320         * src/prefs_folder_item.c
10321                 Fix the impossibility to synchronise folders for
10322                 offline use (IMAP and NNTP are concerned)
10323
10324 2005-09-08 [colin]      1.9.14cvs8
10325
10326         * configure.ac
10327                 Build LDAP and JPilot by default if available
10328         * src/textview.c
10329                 Fix use after free
10330
10331 2005-09-08 [paul]       1.9.14cvs7
10332
10333         * doc/manual/en/sylpheed-1.html
10334         * doc/manual/en/sylpheed-18.html
10335         * doc/manual/en/sylpheed-19.html
10336         * doc/manual/en/sylpheed-4.html
10337         * doc/manual/en/sylpheed-6.html
10338         * doc/manual/en/sylpheed.html
10339                 a few minor updates, plus include some
10340                 details about plugins and their requirements
10341         * src/mainwindow.c
10342                 minor changes to English in /View/Sort
10343
10344 2005-09-07 [colin]      1.9.14cvs6
10345
10346         * doc/manual/en/sylpheed-1.html
10347         * doc/manual/en/sylpheed-10.html
10348         * doc/manual/en/sylpheed-11.html
10349         * doc/manual/en/sylpheed-12.html
10350         * doc/manual/en/sylpheed-13.html
10351         * doc/manual/en/sylpheed-14.html
10352         * doc/manual/en/sylpheed-15.html
10353         * doc/manual/en/sylpheed-16.html
10354         * doc/manual/en/sylpheed-17.html
10355         * doc/manual/en/sylpheed-18.html
10356         * doc/manual/en/sylpheed-19.html
10357         * doc/manual/en/sylpheed-2.html
10358         * doc/manual/en/sylpheed-20.html
10359         * doc/manual/en/sylpheed-21.html
10360         * doc/manual/en/sylpheed-22.html
10361         * doc/manual/en/sylpheed-3.html
10362         * doc/manual/en/sylpheed-4.html
10363         * doc/manual/en/sylpheed-5.html
10364         * doc/manual/en/sylpheed-6.html
10365         * doc/manual/en/sylpheed-7.html
10366         * doc/manual/en/sylpheed-8.html
10367         * doc/manual/en/sylpheed-9.html
10368         * doc/manual/en/sylpheed.html
10369                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
10370
10371 2005-09-07 [colin]      1.9.14cvs5
10372
10373         * src/mainwindow.c
10374                 Make labels more to-the-point
10375
10376 2005-09-07 [colin]      1.9.14cvs4
10377
10378         * doc/manual/en/sylpheed-1.html
10379         * doc/manual/en/sylpheed-12.html
10380         * doc/manual/en/sylpheed-13.html
10381         * doc/manual/en/sylpheed-14.html
10382         * doc/manual/en/sylpheed-15.html
10383         * doc/manual/en/sylpheed-16.html
10384         * doc/manual/en/sylpheed-17.html
10385         * doc/manual/en/sylpheed-18.html
10386         * doc/manual/en/sylpheed-19.html
10387         * doc/manual/en/sylpheed-2.html
10388         * doc/manual/en/sylpheed-20.html
10389         * doc/manual/en/sylpheed-21.html
10390         * doc/manual/en/sylpheed-22.html
10391         * doc/manual/en/sylpheed-4.html
10392         * doc/manual/en/sylpheed-5.html
10393         * doc/manual/en/sylpheed-6.html
10394         * doc/manual/en/sylpheed-7.html
10395         * doc/manual/en/sylpheed-8.html
10396         * doc/manual/en/sylpheed-9.html
10397         * doc/manual/en/sylpheed.html
10398                 Update manual
10399
10400 2005-09-07 [colin]      1.9.14cvs3
10401
10402         * doc/faq/en/sylpheed-faq-1.html
10403         * doc/faq/en/sylpheed-faq-2.html
10404         * doc/faq/en/sylpheed-faq-3.html
10405         * doc/faq/en/sylpheed-faq.html
10406                 Update FAQ
10407
10408 2005-09-07 [colin]      1.9.14cvs2
10409
10410         * src/folderview.c
10411         * src/procmsg.c
10412         * src/summaryview.c
10413         * src/toolbar.c
10414                 Fix special subfolders:
10415                 - Inherit parent's icon
10416                 - sent contents of queues subfolders
10417                 - empty subfolders of trashes
10418         * src/mainwindow.c
10419                 Remove outdated manual and faq entries
10420         * src/common/utils.c
10421                 Add quotes around %s coming from mailcap
10422
10423 2005-09-07 [colin]      1.9.14cvs1
10424
10425         * src/compose.c
10426                 After saving draft, set modified to FALSE
10427         * src/mimeview.c
10428         * src/common/utils.c
10429         * src/common/utils.h
10430                 Try to open mime parts using what is 
10431                 indicated in ~/.mailcap or /etc/mailcap,
10432                 if possible.
10433
10434 2005-09-05 [paul]       1.9.14
10435
10436         1.9.14 released
10437
10438         * po/sk.po
10439                 updated by Andrej Kacian
10440
10441 2005-09-05 [paul]       1.9.13cvs83
10442
10443         * po/de.po
10444         * po/es.po
10445         * po/fi.po
10446         * po/fr.po
10447         * po/nb.po
10448         * po/pt_BR.po
10449         * po/sr.po
10450                 updated translations by Thomas Gilgin, Ricardo Mones
10451                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
10452                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
10453
10454 2005-09-04 [paul]       1.9.13cvs82
10455
10456         * src/compose.c
10457                 only warn about exceeded line length limit
10458                 on send
10459
10460 2005-09-04 [paul]       1.9.13cvs81
10461
10462         * src/compose.c
10463                 fix crash in 'line length exceeded' dialogue
10464
10465 2005-09-02 [paul]       1.9.13cvs80
10466
10467         * src/imap.c
10468                 fix bug 795, 'Connection lost IMAP'
10469                 and add statusbar prints
10470                 Patch by Colin
10471
10472 2005-09-02 [paul]       1.9.13cvs79
10473
10474         * src/compose.c
10475                 compose_wrap_paragraph() becomes
10476                 compose_beautify_paragraph()
10477                 Patch by Colin
10478
10479 2005-09-02 [colin]      1.9.13cvs78
10480
10481         * src/folderview.c
10482                 Micro-fix
10483
10484 2005-09-01 [colin]      1.9.13cvs77
10485
10486         * src/imap.c
10487                 Maybe fix bug #795 (Connection lost IMAP)
10488                 Don't try to send logout when we're disconnected.
10489         * src/summaryview.c
10490                 Include locked and marked emails in HRM
10491                 view. Fixes bug #800 (Locked messages no longer 
10492                 show up when hide read messages is used)
10493
10494 2005-09-01 [paul]       1.9.13cvs76
10495
10496         * src/prefs_common.c
10497                 fix bad cutting
10498
10499 2005-08-31 [colin]      1.9.13cvs75
10500
10501         * src/folderview.c
10502         * src/folderview.h
10503         * src/prefs_summaries.c
10504         * src/summaryview.c
10505                 Fix "go to next new", fix preference
10506                 (Open unread/next swapped)
10507
10508 2005-08-31 [paul]       1.9.13cvs74
10509
10510         * src/compose.c
10511         * src/folderview.c
10512         * src/headerview.c
10513         * src/headerview.h
10514         * src/mainwindow.c
10515         * src/prefs_common.c
10516         * src/prefs_common.h
10517         * src/prefs_fonts.c
10518         * src/summaryview.c
10519         * src/textview.c
10520         * src/common/defs.h
10521                 remove obsolete BOLD_FONT setting
10522                 fix font update in headerview and textview
10523                 headers after prefs change
10524                 Patch By Colin
10525
10526 2005-08-31 [paul]
10527
10528         1.9.14-rc4 released
10529
10530 2005-08-30 [colin]      1.9.13cvs73
10531
10532         * src/summaryview.c
10533                 When Hide read messages is selected and we
10534                 refresh the summaryview, don't remove the 
10535                 currently displayed message. Fixes bug #797
10536                 (Summary view reloads when new mail is 
10537                 downloaded in 1.9.14 rc)
10538
10539 2005-08-30 [colin]      1.9.13cvs72
10540
10541         * src/folderview.c
10542                 Fix flickering
10543         * src/mainwindow.c
10544                 Remove useless callback
10545         * src/mimeview.c
10546         * src/gtk/filesel.c
10547         * src/gtk/filesel.h
10548                 Add a filesel_select_file_save_folder() - used by Save All
10549
10550 2005-08-29 [paul]       1.9.13cvs71
10551
10552         * AUTHORS
10553         * src/matcher_parser_parse.y
10554         * src/etpan/imap-thread.c
10555                 fix building on FreeBSD
10556                 Patch by Daniel Gustafson <daniel@hobbit.se>
10557
10558 2005-08-29 [paul]       1.9.13cvs70
10559
10560         * src/plugins/pgpinline/pgpinline.c
10561                 only initialise sig result if it's been handled
10562                 Patch by Colin
10563
10564 2005-08-29 [paul]       1.9.13cvs69
10565         
10566         Patches by Colin:
10567
10568         * src/imap.c
10569         * src/common.utils.c
10570         * src/common/utils.h
10571                 optimisation
10572         * src/stock_pixmap.h
10573                 fix wrong icon reference
10574         * src/pixmaps/trash_btn.xpm
10575                 replace with nicer image
10576
10577 2005-08-28 [colin]      1.9.13cvs68
10578
10579         * src/Makefile.am
10580         * src/stock_pixmap.c
10581         * src/stock_pixmap.h
10582         * src/toolbar.c
10583         * src/pixmaps/trash_btn.xpm
10584                 Add a specific trash xpm for the button
10585
10586 2005-08-28 [colin]      1.9.13cvs67
10587
10588         * src/imap.c
10589                 Fix leak
10590
10591 2005-08-27 [colin]      1.9.13cvs66
10592
10593         * src/imap.c
10594         * src/procmime.c
10595                 Correctly fix "Problem with replies", fixes
10596                 pgpmime encryption too. 
10597
10598 2005-08-27 [colin]      1.9.13cvs65
10599
10600         * src/folder.c
10601         * src/procmsg.c
10602         * src/procmsg.h
10603         * src/summaryview.c
10604                 Fix bug #517 (messages removed from summaryview 
10605                 when moving fails)
10606
10607 2005-08-27 [colin]      1.9.13cvs64
10608
10609         * tools/Makefile.am
10610         * tools/asus_mailled.sh
10611                 Add a script to blink ASUS laptops' mail LED where there
10612                 is unread mail.
10613
10614 2005-08-27 [colin]      1.9.13cvs63
10615
10616         * src/imap.c
10617         * src/etpan/imap-thread.c
10618         * src/etpan/imap-thread.h
10619                 Implement automatic choosing of login method
10620                 Fixes bug #791
10621         * src/gtk/.cvsignore
10622                 Add sylpheed-marshal.[ch]
10623
10624 2005-08-27 [colin]      1.9.13cvs62
10625
10626         * src/common/utils.c
10627                 Fix confusing perror
10628
10629 2005-08-27 [colin]      1.9.13cvs61
10630
10631         * src/toolbar.c
10632         * src/toolbar.h
10633                 Remove A_DELETE, replace it with 
10634                 A_TRASH and A_DELETE_REAL. Automatically
10635                 rewrite config files to replace A_DELETE
10636                 with A_TRASH (no functionality change).
10637                 Fixes half of #794
10638
10639 2005-08-26 [colin]      1.9.13cvs60
10640
10641         * src/procmime.c
10642                 Previous "Problem with replies" fix brought other
10643                 problems, fixing them
10644
10645 2005-08-26 [colin]      1.9.13cvs59
10646
10647         * src/procmime.c
10648                 Fix "Problem with replies". This happened only
10649                 on IMAP...
10650         * src/procmsg.c
10651                 Factorize code a bit
10652         * src/compose.c
10653                 Speed improvement on very long messages (wrapping)
10654                 Fix signature color on Reedit and Redirect
10655                 On Reedit, don't attach pgp-signatures parts, but
10656                 set signing to On.
10657
10658 2005-08-24 [paul]       1.9.13cvs58
10659
10660         * src/compose.c
10661                 don't claim success when clicking
10662                 Cancel on the passphrase box.
10663                 Patch by Colin
10664
10665 2005-08-24 [paul]       1.9.13cvs57
10666
10667         * src/main.c
10668                 fix misplaced sylpheed.log
10669         * src/common/defs.h
10670                 define UIDL_DIR
10671
10672 2005-08-24 [paul]       1.9.13cvs56
10673
10674         * src/imap.c
10675         * src/etpan/imap-thread.c
10676         * src/etpan/imap-thread.h
10677                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
10678                 Patch by Colin
10679         * src/gtk/sylpheed-marshal.c    ** REMOVED **
10680         * src/gtk/sylpheed-marshal.h    ** REMOVED **
10681                 remove autogenerated files
10682         * tools/kdeservicemenu/README
10683         * tools/kdeservicemenu/install.sh
10684         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10685         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10686                 use Claws icon, use 'Sylpheed-Claws' in menu,
10687                 use kdialog, and other cleanups
10688
10689 2005-08-23 [paul]       1.9.13cvs55
10690
10691         * src/compose.c
10692                 fix paste/wrap crash
10693                 Patch by Colin
10694
10695 2005-08-23 [paul]       1.9.13cvs54
10696
10697         * src/main.c
10698                 fix crash recovery
10699                 Patch by Colin
10700
10701 2005-08-23 [paul]       1.9.13cvs53
10702
10703         * src/addressbook.c
10704         * src/editaddress.c
10705                 view all data of LDAP contacts
10706                 Patch by Colin
10707
10708 2005-08-23 [paul]       1.9.13cvs52
10709
10710         * src/addressbook.c
10711                 fix issues with the Search field
10712                 Patch by Colin
10713
10714 2005-08-22 [paul]       1.9.13cvs51
10715
10716         * src/folderview.c
10717                 put name of folder in processing dialog
10718                 title
10719         * src/prefs_folder_item.c
10720                 improve english usage
10721
10722 2005-08-22 [paul]       1.9.13cvs50
10723
10724         * src/filtering.c
10725         * src/filtering.h
10726         * src/matcher.c
10727         * src/matcher_parser_lex.l
10728         * src/matcher_parser_parse.y
10729         * src/prefs_filtering.c
10730                 add Filtering/Processing rule names feature.
10731                 (the incompatible old matcherrc is saved as
10732                 matcherrc.pre_names).
10733                 Patch by Colin
10734
10735 2005-08-22 [paul]       1.9.13cvs49
10736
10737         * src/procmsg.c
10738                 fix colour labelling
10739                 Patch by Colin
10740
10741 2005-08-22 [paul]       1.9.13cvs48
10742
10743         * src/textview.c
10744                 fix open_image_cb()
10745
10746 2005-08-22 [paul]       1.9.13cvs47
10747
10748         * src/imap.c
10749                 fix bug 789, 'SC crashes with imap (CVS ver)'
10750                 Patch by Colin
10751
10752 2005-08-22 [paul]       1.9.13cvs46
10753
10754         * src/mimeview.c
10755         * src/prefs_common.c
10756         * src/common/defs.h
10757                 define reused defaults in defs.h
10758         * src/textview.c
10759                 add 'Open image' to image popup menu
10760
10761 2005-08-21 [colin]      1.9.13cvs45
10762
10763         * src/summaryview.c
10764                 Fix bug #788 (Bogus "From" address displayed)
10765
10766 2005-08-20 [colin]      1.9.13cvs44
10767
10768         * src/folder.c
10769                 Fix buf #787 (multilevel delete causes SIGSEGV)
10770
10771 2005-08-19 [colin]      1.9.13cvs43
10772
10773         * src/inc.c
10774         * src/prefs_common.c
10775         * src/prefs_common.h
10776                 Add an hidden pref to allow modifying the
10777                 update stepping in incorporation.
10778                 Patch by wwp.
10779
10780 2005-08-19 [colin]      1.9.13cvs42
10781
10782         * src/compose.c
10783         * src/procmime.c
10784                 Workaround for broken MUAs: encode 
10785                 Content-type: name: as ASCII and 
10786                 Content-Disposition: filename: as
10787                 per rfc2231
10788         * src/prefs_account.c
10789                 Fix invisible-ness of SMTP SSL prefs
10790                 in NNTP accounts
10791
10792 2005-08-19 [paul]       1.9.13cvs41
10793
10794         * src/compose.c
10795         * src/prefs_common.c
10796         * src/prefs_common.h
10797         * src/prefs_wrapping.c
10798                 paste with or without wrapping.
10799                 patch by Colin
10800
10801 2005-08-19 [paul]       1.9.13cvs40
10802
10803         * src/prefs_common.c
10804         * src/prefs_common.h
10805         * src/summaryview.c
10806                 reintroduce enable_swap_from as a
10807                 hidden pref. patch by Colin
10808         * src/quote_fmt_parse.y
10809         * src/plugins/clamav/clamav_plugin.c
10810         * src/plugins/dillo_viewer/dillo_viewer.c
10811         * src/plugins/mathml_viewer/mathml_viewer.c
10812         * src/plugins/pgpcore/sgpgme.c
10813         * src/plugins/pgpinline/pgpinline.c
10814         * src/plugins/pgpmime/pgpmime.c
10815                 tidy up. patch by Colin
10816
10817 2005-08-19 [paul]       1.9.13cvs39
10818
10819         * configure.ac
10820                 complete cvs38's sync
10821         * src/editaddress.c
10822         * src/gedit-print.c
10823         * src/mutt.c
10824         * src/etpan/etpan-log.c
10825         * src/etpan/imap-thread.c
10826         * src/gtk/gtksourceprintjob.c
10827                 fix compilation warnings
10828                 (patch by Colin)
10829
10830 2005-08-19 [paul]       1.9.13cvs38
10831
10832         sync with main:
10833
10834         * src/account.c
10835         * src/action.c
10836         * src/addrbook.c
10837         * src/addrcache.c
10838         * src/addrharvest.c
10839         * src/addrindex.c
10840         * src/codeconv.c
10841         * src/compose.c
10842         * src/crash.c
10843         * src/exporthtml.c
10844         * src/exportldif.c
10845         * src/folder.c
10846         * src/image_viewer.c
10847         * src/inc.c
10848         * src/inc.h
10849         * src/jpilot.c
10850         * src/ldif.c
10851         * src/main.c
10852         * src/matcher.c
10853         * src/mbox.c
10854         * src/messageview.c
10855         * src/mh.c
10856         * src/mimeview.c
10857         * src/msgcache.c
10858         * src/mutt.c
10859         * src/news.c
10860         * src/partial_download.c
10861         * src/pine.c
10862         * src/pop.c
10863         * src/prefs_actions.c
10864         * src/prefs_common.c
10865         * src/prefs_customheader.c
10866         * src/prefs_display_header.c
10867         * src/prefs_gtk.c
10868         * src/prefs_themes.c
10869         * src/procheader.c
10870         * src/procmime.c
10871         * src/procmsg.c
10872         * src/recv.c
10873         * src/send_message.c
10874         * src/simple-gettext.c
10875         * src/sourcewindow.c
10876         * src/textview.c
10877         * src/vcard.c
10878         * src/common/defs.h
10879         * src/common/log.c
10880         * src/common/plugin.c
10881         * src/common/prefs.c
10882         * src/common/session.c
10883         * src/common/session.h
10884         * src/common/socket.c
10885         * src/common/socket.h
10886         * src/common/ssl_certificate.c
10887         * src/common/template.c
10888         * src/common/utils.c
10889         * src/common/utils.h
10890         * src/common/xml.c
10891         * src/gtk/about.c
10892         added wrappers for C library function that
10893                 take pathname arguments.
10894                 enabled compilation with MinGW.
10895                 use GDir instead of directly using opendir().
10896                 added rename_force().
10897
10898 2005-08-19 [paul]       1.9.13cvs37
10899         
10900         patches by Colin:
10901         * src/compose.c
10902                 fix privacy settings on re-editing
10903                 a sent message
10904         * src/jpilot.c
10905                 fix encoding bug
10906         * src/folder.c
10907         * src/procmsg.c
10908         * src/procmsg.h
10909         * src/summaryview.c
10910                 flag changing optimisation
10911
10912 2005-08-18 [martin]     1.9.13cvs36
10913
10914         * commitHelper
10915             added my login
10916         * src/addrcache.c
10917         * src/addrharvest.c
10918         * src/addrindex.c
10919         * src/compose.c
10920         * src/grouplistdialog.c
10921         * src/main.c
10922         * src/mainwindow.c
10923         * src/msgcache.c
10924         * src/mutt.c
10925         * src/pine.c
10926         * src/prefs_account.c
10927         * src/prefs_themes.c
10928         * src/stock_pixmap.c
10929         * src/summaryview.c
10930         * src/gtk/about.c
10931         * src/gtk/logwindow.c
10932             removed deprecated glib and gdk stuff
10933         * src/plugins/pgpcore/select-keys.c
10934             convert attributes from locale to utf8
10935
10936 2005-08-17 [paul]       1.9.13cvs35
10937
10938         * src/account.c
10939         * src/addressbook.c
10940                 use new GTK_STOCK_ icons if available
10941         * src/summaryview.c
10942         * src/gtk/gtksctree.c
10943         * src/gtk/gtksctree.h
10944                 faster range select. patch by Colin
10945
10946 2005-08-17 [paul]       1.9.13cvs34
10947
10948         patches by colin:
10949         * src/addressbook.c
10950         * src/addressitem.h
10951                 Add an edit button for contacts, fix selections
10952                 of gtksctree items
10953         * src/editaddress.c
10954                 Change labels, let Save be always possible in the
10955                 email and user atributes tabs
10956         * src/folderview.c
10957                 fix sort issues
10958         * src/summaryview.c
10959                 select next item instead of the displayed one
10960                 after deletion
10961
10962         * src/gtk/progressdialog.c
10963                 use prefs_common.enable_rules_hint
10964
10965 2005-08-13 [hoa]        1.9.13cvs33
10966
10967         * src/etpan/imap-thread.c
10968                 fixed build on Solaris.
10969
10970 2005-08-10 [colin]      1.9.13cvs32
10971
10972         * src/procmsg.c
10973                 Fix cvs31 (missing fclose before reading
10974                 the file)
10975
10976 2005-08-10 [colin]      1.9.13cvs31
10977
10978         * src/procmsg.c
10979                 Fix procmsg_msginfo_new_from_mimeinfo() when
10980                 the MimeInfo isn't stored in memory. This fixes
10981                 replying to an attached message.
10982
10983 2005-08-10 [colin]      1.9.13cvs30
10984
10985         * src/mainwindow.c
10986                 Fix slowness in account changing
10987
10988 2005-08-10 [colin]      1.9.13cvs29
10989
10990         * src/folder.c
10991         * src/folderutils.c
10992         * src/folderview.c
10993         * src/imap_gtk.c
10994         * src/mainwindow.c
10995         * src/mh_gtk.c
10996         * src/procmsg.c
10997         * src/summaryview.c
10998                 Optimize folder_has_parent_of_type
10999                 Prevent moving special sub-folders from contextual menus
11000                 Rework message a bit ("Empty all messages" -> "Delete all
11001                 messages")
11002                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
11003                 and "Deleted Items" folders)
11004
11005 2005-08-08 [colin]      1.9.13cvs28
11006
11007         * src/summaryview.c
11008         * src/prefs_summaries.c
11009                 Make "Select first unread|new" more flexible
11010                 (just prioritize new or unread)
11011
11012 2005-08-08 [colin]      1.9.13cvs27
11013
11014         * src/summaryview.c
11015                 If "select first new" is selected and there only
11016                 are unread messages, fallback to "select first
11017                 unread".
11018
11019 2005-08-08 [colin]      1.9.13cvs26
11020
11021         * src/folder.c
11022                 Fix shameful bugs (and bug #779)
11023
11024 2005-08-08 [colin]      1.9.13cvs25
11025
11026         * src/folder.c
11027         * src/folder.h
11028                 Cache parents' type to make folder_has_parent_of_type
11029                 faster
11030         * src/folderview.c
11031                 Forbid DnD of special sub-folders
11032         * src/procmsg.c
11033         * src/procmsg.h
11034                 Add MAIL_POSTFILTERING_HOOK
11035         * src/summaryview.c
11036                 Revert over-zealous deletion of the use_addr_book 
11037                 code
11038
11039 2005-08-07 [colin]      1.9.13cvs24
11040
11041         * src/folder.c
11042                 Fix big mistake (passing MsgInfo instead 
11043                 of FolderItem)
11044
11045 2005-08-07 [colin]      1.9.13cvs23
11046
11047         * src/compose.c
11048         * src/folder.c
11049         * src/folder.h
11050         * src/foldersel.c
11051         * src/folderutils.c
11052         * src/folderview.c
11053         * src/imap.c
11054         * src/mainwindow.c
11055         * src/messageview.c
11056         * src/mh.c
11057         * src/msgcache.c
11058         * src/procmime.c
11059         * src/summaryview.c
11060                 Make subfolders of Drafts, Queue, Outbox, Trash
11061                 work like their parents. 
11062                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
11063
11064 2005-08-07 [colin]      1.9.13cvs22
11065
11066         * src/addressbook.c
11067                 Fix bug #771 (Dragged contacts not saved)
11068
11069 2005-08-07 [paul]       1.9.13cvs21
11070
11071         * src/summaryview.c
11072                 fix bug 32 'Search Doesn't display results
11073                 if "Hide Read Messages" is chosen'
11074                 be more literal in interpreting 'Hide read
11075                 messages'
11076
11077 2005-08-07 [colin]      1.9.13cvs20
11078
11079         * src/folderview.c
11080                 Add debug
11081         * src/summaryview.c
11082                 Faster 'unthread_for_execution'
11083
11084 2005-08-06 [paul]       1.9.13cvs19
11085
11086         * src/mainwindow.c
11087                 add mnemonics to Set displayed columns
11088                 fix bug where msgview_visible option was
11089                 overwritten as TRUE on startup
11090
11091 2005-08-06 [paul]       1.9.13cvs18
11092
11093         * src/mainwindow.c
11094                 refer to 'displayed columns in folder/message
11095                 list' not 'displayed items in summary/message view'
11096         * src/prefs_display_header.c
11097                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
11098                 be consistent with similar dialogues
11099         * src/prefs_folder_column.c
11100         * src/prefs_summary_column.c
11101                 'columns' not 'items', and folder and message lists,
11102                 instead of folder and summary views;
11103                 Use 'Hidden columns' as list heading not 'Available
11104                 items';
11105                 move the 'Remove' button to the right hand side;
11106                 top-align the buttons;
11107                 remove unneeded vbox
11108         * src/prefs_summaries.c
11109                 put the 2 column prefs buttons in a frame to reduce
11110                 overall width; refer to columns not items &c.
11111
11112 2005-08-05 [colin]      1.9.13cvs17
11113
11114         * src/prefs_common.c
11115         * src/prefs_common.h
11116         * src/mainwindow.c
11117         * src/compose.c
11118         * src/messageview.c
11119                 Add an hidden toolbar_detachable pref, so
11120                 that I can get rid of these painful handles
11121                 in the toolbars. Defaults to TRUE to avoid
11122                 changing the GUI on unsuspecting people...
11123
11124 2005-08-05 [colin]      1.9.13cvs16
11125
11126         * src/Makefile.am
11127         * src/prefs_folder_column.c
11128         * src/prefs_folder_column.h
11129                 Add prefs for folder columns
11130         * src/folderview.c
11131         * src/folderview.h
11132         * src/mainwindow.c
11133         * src/mainwindow.h
11134         * src/prefs_common.c
11135         * src/prefs_common.h
11136         * src/prefs_summaries.c
11137                 Use them
11138         * src/prefs_summary_column.c
11139         * src/summaryview.c
11140         * src/summaryview.h
11141                 Add a To column
11142         * src/textview.c
11143         * src/common/utils.c
11144         * src/common/utils.h
11145                 Move uri colourisation functions
11146                 to utils
11147         * src/compose.c
11148                 Colourise URIs
11149         * src/imap.c
11150                 Fix bug with LIST where we'd try
11151                 to get Folder//////[...]/// 
11152
11153 2005-08-05 [paul]       1.9.13cvs15
11154
11155         * src/prefs_summaries.c
11156                 improve the English usage
11157         * src/summaryview.c
11158                 set font on column change
11159                 thanks to Colin
11160
11161 2005-08-05 [paul]       1.9.13cvs14
11162
11163         * src/prefs_common.c
11164         * src/prefs_common.h
11165         * src/prefs_summaries.c
11166         * src/summaryview.c
11167                 replace 'open_unread_on_enter' option with
11168                 'select_on_entry' option. opening/not opening
11169                 is now exclusively controlled by 'always_show_msg'
11170
11171 2005-08-04 [colin]      1.9.13cvs13
11172
11173         * src/compose.c
11174                 Remove dead code
11175                 Add colourisation of quotes and signatures
11176         * src/folderview.c
11177                 Fix possible crashes
11178         * src/messageview.c
11179                 Change an assert that is no problem
11180         * src/news.c
11181         * src/news_gtk.c
11182         * src/news_gtk.h
11183                 Fix offline mode
11184         * src/gtk/quicksearch.c
11185                 Fix a possible crash
11186
11187 2005-08-03 [colin]      1.9.13cvs12
11188
11189         * src/prefs_account.c
11190                 Fix bug #777 (Sylpheed crash in account configuration)
11191
11192 2005-08-03 [colin]      1.9.13cvs11
11193
11194         * src/addressbook.c
11195         * src/editaddress.c
11196         * src/editgroup.c
11197                 Fixing addressbook, round 2
11198         * src/textview.c
11199                 Fix emphasis color on rechecking 'Colorize messages'
11200
11201 2005-08-03 [paul]       1.9.13cvs10
11202
11203         sync with main
11204
11205         * src/addr_compl.c
11206         * src/compose.c
11207         * src/main.c
11208         * src/pop.c
11209         * src/prefs_account.c
11210         * src/procmime.c
11211         * src/procmsg.c
11212         * src/quote_fmt_parse.y
11213         * src/textview.c
11214         * src/common/quoted-printable.c
11215         * src/common/utils.c
11216         * src/common/utils.h
11217         * src/common/xml.c
11218                 replaced incorrect locale-independent
11219                 ctype functions with GLib's. Corrected
11220                 signedness mismatch.
11221         * src/headerview.c
11222                 headerview_create(): added spacing for vbox.
11223         * src/gtk/about.c
11224                 set focus to the OK button.
11225
11226 2005-08-03 [colin]      1.9.13cvs9
11227
11228         * src/folderview.c
11229                 Fix possible crash
11230
11231 2005-08-02 [colin]      1.9.13cvs8
11232
11233         * src/mainwindow.c
11234                 Fix cast
11235         * src/addressbook.c
11236         * src/addressitem.h
11237                 Fix a cast and more generally, try to make the
11238                 GUI more intuitive and consistent (round 1)
11239
11240 2005-08-02 [paul]       1.9.13cvs7
11241
11242         * src/folder.h
11243                 missing in 1.9.13cvs6
11244
11245 2005-08-02 [colin]      1.9.13cvs6
11246
11247         * src/folder.c
11248                 Fix one more leak
11249
11250 2005-08-02 [colin]      1.9.13cvs5
11251
11252         * src/folder.c
11253         * src/folderview.c
11254         * src/imap.c
11255         * src/main.c
11256         * src/mbox.c
11257         * src/procmsg.c
11258         * src/summaryview.c
11259                 Fix a number of folder_item_get_msg_list()-related
11260                 leaks (missing procmsg_msginfo_free()s)
11261
11262 2005-08-01 [colin]      1.9.13cvs4
11263
11264         * src/folderview.c
11265         * src/folderview.h
11266         * src/mainwindow.c
11267         * src/prefs_fonts.c
11268         * src/prefs_summaries.c
11269         * src/prefs_themes.c
11270         * src/summaryview.c
11271         * src/summaryview.h
11272         * src/textview.c
11273         * src/textview.h
11274                 Fix instant-apply of summary and folderview-related prefs
11275                 Fix erroneous g_free and alertpanels in prefs_theme
11276                 Add instant-apply for fonts
11277                 Defer applying of prefs a little bit so it's done only
11278                 once even if requested by multiples prefs pages
11279
11280 2005-08-01 [paul]       1.9.13cvs3
11281
11282         * src/main.c
11283                 fix bug 776 'S.C. crashes on close'
11284                 thanks to Colin
11285         * src/etpan/etpan-thread-manager-types.h
11286                 add missing include
11287                 thanks to Hoa
11288
11289 2005-07-25 [paul]       1.9.13cvs2
11290
11291         * src/summaryview.c
11292                 fix typos. spotted by Fabien Vantard
11293
11294 2005-07-24 [paul]       1.9.13cvs1
11295
11296         * doc/man/sylpheed.1
11297                 update man page, incorporating fix of
11298                 bug 769 'Typo in manpage'
11299         * src/etpan/imap-thread.c
11300                 fix NetBSD openssl dependencies. patch by
11301                 George Michaelson <ggm@apnic.net>
11302         * po/pt_BR.po
11303                 updated by Frederico Goncalves Guimaraes
11304
11305 2005-07-22 [paul]       1.9.13
11306
11307         1.9.13 release
11308
11309 2005-07-22 [paul]       1.9.12cvs91
11310
11311         * AUTHORS
11312         * INSTALL
11313         * README.claws
11314         * RELEASE_NOTES.claws
11315                 updated for release
11316         * configure.ac
11317         * po/nb.po
11318         * tools/claws.i18n.status.pl
11319                 add Norwegian translation. submiited by
11320                 Geir Helland <pjallabais@users.sourceforge.net>
11321         * po/ca.po
11322         * po/de.po
11323         * po/es.po
11324         * po/fi.po
11325         * po/fr.po
11326         * po/it.po
11327         * po/sk.po
11328         * po/sr.po
11329         * po/zh_CN.po
11330                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11331                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
11332                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
11333                 Yang Guilong
11334         * src/plugins/clamav/clamav_plugin_gtk.c
11335         * src/plugins/spamassassin/spamassassin_gtk.c
11336                 replace outdated description strings
11337
11338 2005-07-21 [colin]      1.9.12cvs90
11339
11340         * src/folder.c
11341                 Set folder to batch mode when scanning it. Makes deletion
11342                 of unread mails on IMAP much faster (due to the UNREAD 
11343                 flag unsetting)
11344
11345 2005-07-21 [darko]      1.9.12cvs89
11346
11347         * configure.ac
11348                 link against libresolv if necessary (patch by Paul)
11349         * src/msgcache.c
11350                 use glib's portable macros to determine endianness
11351
11352 2005-07-21 [paul]       1.9.12cvs88
11353
11354         * src/crash.c
11355         * src/gtk/about.c
11356                 update compiled-in features list
11357
11358 2005-07-20 [colin]      1.9.12cvs87
11359
11360         * src/folder.c
11361         * src/textview.c
11362                 Gcc 2.9x compilation fixes, thanks to Darko
11363         * src/plugins/clamav/clamav_plugin.c
11364                 Little optimisation: load virus database only once
11365         * src/plugins/spamassassin/spamassassin.c
11366                 Big optimisation: filtering one mail took at least 1 second,
11367                 now it takes at least 50ms. Doesn't speed up spamassassin 
11368                 itself, but should already be much more tolerable.
11369
11370 2005-07-20 [colin]      1.9.12cvs86
11371
11372         * src/summaryview.c
11373                 Fix performance issue
11374
11375 2005-07-19 [colin]      1.9.12cvs85
11376
11377         * src/plugins/pgpinline/plugin.c
11378                 Fix warning
11379
11380 2005-07-19 [colin]      1.9.12cvs84
11381
11382         * configure.ac
11383         * src/plugins/Makefile.am
11384         * src/plugins/pgpinline/.cvsignore
11385         * src/plugins/pgpinline/Makefile.am
11386         * src/plugins/pgpinline/pgpinline.c
11387         * src/plugins/pgpinline/pgpinline.deps
11388         * src/plugins/pgpinline/pgpinline.h
11389         * src/plugins/pgpinline/plugin.c
11390                 Put pgpinline in the main tree
11391
11392 2005-07-19 [paul]       1.9.12cvs83
11393
11394         * src/prefs_actions.c
11395                 prevent '//' in menu names, which cause a crash
11396                 thanks to Colin
11397
11398 2005-07-19 [paul]       1.9.12cvs82
11399
11400         * configure.ac
11401                 be generally more informative in configure output.
11402                 OpenSSL: correction: '[ --enable-openssl ...' -> 
11403                 '[ --disable-openssl ...', as --enable-openssl is default
11404                 PGP/MIME: don't check for GPGME again, check for
11405                 pgpcore instead. Therefore prevent the possibility of
11406                 attempting to build pgpmime if pgpcore dependencies are
11407                 not met
11408                 ClamAV: use pkgconfig to check for lib
11409                 libgnomeprint: revert logic on inner test to match
11410                 everything else
11411         * src/plugins/pgpcore/sgpgme.c
11412                 add missing include
11413
11414 2005-07-19 [colin]      1.9.12cvs81
11415
11416         * src/summaryview.c
11417                 Fix slow thread rebuilding in particular
11418                 cases
11419
11420 2005-07-19 [paul]       1.9.12cvs80
11421
11422         * sylpheed-claws.desktop
11423                 fix typo, spotted by Stephan Sachse
11424         * src/account.c
11425                 replace GTK_STOCK_ADD with
11426                 GTK_STOCK_NEW button
11427
11428 2005-07-18 [colin]      1.9.12cvs79
11429
11430         * src/etpan/imap-thread.c
11431                 Fix return value (Thanks Hoa)
11432
11433 2005-07-18 [colin]      1.9.12cvs78
11434
11435         * src/imap.c
11436                 Allow empty passwords
11437                 Create drafts/queue/outbox if necessary
11438         * src/summaryview.c
11439                 Remove old code
11440         * src/etpan/imap-thread.c
11441                 Fix STARTTLS (Thanks to Hoa)
11442
11443 2005-07-18 [paul]       1.9.12cvs77
11444
11445         * ChangeLog-gtk2.jp
11446         * ChangeLog.jp
11447                 removed
11448         * Makefile.am
11449                 updated to reflect additions and removals
11450         * TODO
11451                 updated to be claws-specific
11452         * TODO-gtk2
11453         * TODO-gtk2.jp
11454         * TODO.jp
11455         * sylpheed-128x128.png
11456         * sylpheed-64x64.png
11457                 removed
11458         * sylpheed-claws-128x128.png
11459         * sylpheed-claws-64x64.png
11460         * sylpheed-claws.desktop
11461         * sylpheed-claws.png
11462                 added
11463         * sylpheed.desktop
11464         * sylpheed.png
11465                 removed
11466
11467 2005-07-17 [paul]       1.9.12cvs76
11468
11469         * src/account.c
11470         * src/addressbook.c
11471         * src/alertpanel.c
11472         * src/alertpanel.h
11473         * src/compose.c
11474         * src/exphtmldlg.c
11475         * src/expldifdlg.c
11476         * src/folderview.c
11477         * src/imap_gtk.c
11478         * src/inc.c
11479         * src/message_search.c
11480         * src/messageview.c
11481         * src/mh_gtk.c
11482         * src/news_gtk.c
11483         * src/prefs_actions.c
11484         * src/prefs_filtering.c
11485         * src/prefs_matcher.c
11486         * src/prefs_template.c
11487         * src/prefs_themes.c
11488         * src/ssl_manager.c
11489         * src/summary_search.c
11490         * src/textview.c
11491         * src/toolbar.c
11492         * src/gtk/sslcertwindow.c
11493         * src/plugins/pgpcore/sgpgme.c
11494                 rework alertpanels
11495
11496 2005-07-17 [colin]      1.9.12cvs75
11497
11498         * src/privacy.c
11499                 add a PrivacySystem accessor that checks that
11500                 the system cached in a MimeInfo's privacydata
11501                 is still registered. Use this accessor instead
11502                 of directly using data->system. Fixes crashes
11503                 after unloading pgp plugins.
11504
11505 2005-07-17 [colin]      1.9.12cvs74
11506
11507         * src/alertpanel.c
11508                 Change geometry hints to a simple default size.
11509                 Fixes the certs dialogs.
11510
11511 2005-07-17 [colin]      1.9.12cvs73
11512
11513         * src/gtk/sslcertwindow.c
11514                 Use a gtkExpander
11515
11516 2005-07-17 [colin]      1.9.12cvs72
11517
11518         * src/plugins/pgpcore/Makefile.am
11519         * src/plugins/pgpmime/Makefile.am
11520                 Add gpgme libs
11521
11522 2005-07-17 [paul]       1.9.12cvs71
11523
11524         * configure.ac
11525                 add --disable-gnomeprint option
11526                 modified version of patch by Marius Mauch
11527
11528 2005-07-17 [paul]       1.9.12cvs70
11529
11530         * src/common/defs.h
11531                 update urls
11532         * src/account.c
11533         * src/action.c
11534         * src/addressbook.c
11535         * src/compose.c
11536         * src/foldersel.c
11537         * src/folderview.c
11538         * src/html.c
11539         * src/imap_gtk.c
11540         * src/main.c
11541         * src/mainwindow.c
11542         * src/messageview.c
11543         * src/mh_gtk.c
11544         * src/mimeview.c
11545         * src/news_gtk.c
11546         * src/prefs_account.c
11547         * src/prefs_send.c
11548         * src/prefs_summaries.c
11549         * src/procmsg.c
11550         * src/summaryview.c
11551         * src/common/utils.c
11552         * src/common/xml.c
11553         * src/plugins/pgpcore/passphrase.c
11554         * src/plugins/pgpcore/select-keys.c
11555                 replace inappropriately used backticks
11556                 with single quotes
11557
11558 2005-07-16 [colin]      1.9.12cvs69
11559
11560         * src/image_viewer.c
11561                 Add extra paranoid checks
11562
11563 2005-07-16 [colin]      1.9.12cvs68
11564
11565         * src/plugins/pgpcore/prefs_gpg.c
11566                 Don't auto-check sigs by default, as it
11567                 can be really slow.
11568
11569 2005-07-16 [colin]      1.9.12cvs67
11570
11571         * src/plugins/pgpcore/sgpgme.c
11572                 Make messages a bit better.
11573
11574 2005-07-16 [colin]      1.9.12cvs66
11575
11576         * src/imap.c
11577                 Remove pseudo-log
11578         * src/etpan/imap-thread.c
11579                 Add real log
11580
11581 2005-07-16 [colin]      1.9.12cvs65
11582
11583         * src/main.c
11584         * src/prefs_other.c
11585                 And now, fix build with libetpan :-/
11586
11587 2005-07-15 [colin]      1.9.12cvs64
11588
11589         * src/prefs_other.c
11590                 Continue fixing build without libetpan.
11591
11592 2005-07-15 [colin]      1.9.12cvs63
11593
11594         * src/main.c
11595                 Fix build with --disable-libetpan
11596
11597 2005-07-15 [colin]      1.9.12cvs62
11598
11599         * configure.ac
11600                 Bump libetpan's version
11601
11602 2005-07-15 [colin]      1.9.12cvs61
11603
11604         * src/etpan/imap-thread.c
11605                 Actually stop logging :)
11606
11607 2005-07-15 [colin]      1.9.12cvs60
11608
11609         * src/addressbook.c
11610                 Fix dnd of multiple addresses.
11611
11612 2005-07-15 [hoa]        1.9.12cvs59
11613
11614         * src/etpan/imap-thread.c
11615             disable login of IMAP password in libetpan log file.
11616
11617 2005-07-15 [paul]       1.9.12cvs58
11618
11619         * src/account.c
11620                 don't automatically sort
11621                 do allow drag n drop
11622
11623 2005-07-15 [paul]       1.9.12cvs57
11624
11625         * src/account.c
11626         * src/ssl_manager.c
11627                 alphabetical listing
11628
11629 2005-07-15 [paul]       1.9.12cvs56
11630
11631         * src/gtk/pluginwindow.c
11632                 sort plugin list alphabetically
11633
11634 2005-07-15 [paul]       1.9.12cvs55
11635
11636         * src/prefs_spelling.c
11637         * src/prefs_wrapping.c
11638                 unify English usage
11639
11640 2005-07-15 [colin]      1.9.12cvs54
11641
11642         * src/wizard.c
11643                 Typo fix
11644
11645 2005-07-15 [paul]       1.9.12cvs53
11646
11647         * src/prefs_message.c
11648                 make 'show cursor' a hidden option
11649
11650 2005-07-14 [colin]      1.9.12cvs52
11651
11652         * src/plugins/spamassassin/Makefile.am
11653         * src/plugins/clamav/Makefile.am
11654                 Fix double EXTRA_DISTs
11655
11656 2005-07-14 [colin]      1.9.12cvs51
11657
11658         * src/plugins/clamav/Makefile.am
11659         * src/plugins/clamav/clamav_plugin_gtk.deps
11660         * src/plugins/spamassassin/Makefile.am
11661         * src/plugins/spamassassin/spamassassin_gtk.deps
11662                 Make $plugin_gtk depend on $plugin
11663
11664 2005-07-14 [hoa]        1.9.12cvs50
11665
11666         * src/etpan/imap-thread.c
11667                 enable debug log of libetpan when running with --debug
11668
11669 2005-07-14 [colin]      1.9.12cvs49
11670
11671         * configure.ac
11672         * src/common/Makefile.am
11673         * src/common/plugin.c
11674         * src/common/plugin.h
11675                 Add a little plugin dependancy system.
11676                 Plugins can ship a $plugin_name.deps file
11677                 (near them in PLUGINDIR) so that their
11678                 dependancies are loaded if possible.
11679         * src/plugins/Makefile.am
11680         * src/plugins/pgpcore/Makefile.am
11681         * src/plugins/pgpcore/passphrase.c
11682         * src/plugins/pgpcore/passphrase.h
11683         * src/plugins/pgpcore/plugin.c
11684         * src/plugins/pgpcore/prefs_gpg.c
11685         * src/plugins/pgpcore/prefs_gpg.h
11686         * src/plugins/pgpcore/select-keys.c
11687         * src/plugins/pgpcore/select-keys.h
11688         * src/plugins/pgpcore/sgpgme.c
11689         * src/plugins/pgpcore/sgpgme.h
11690                 Introduce pgpcore, used by pgpmime and
11691                 pgpinline
11692         * src/plugins/pgpmime/Makefile.am
11693         * src/plugins/pgpmime/passphrase.c
11694         * src/plugins/pgpmime/passphrase.h
11695         * src/plugins/pgpmime/pgpmime.c
11696         * src/plugins/pgpmime/pgpmime.deps
11697         * src/plugins/pgpmime/plugin.c
11698         * src/plugins/pgpmime/prefs_gpg.c
11699         * src/plugins/pgpmime/prefs_gpg.h
11700         * src/plugins/pgpmime/select-keys.c
11701         * src/plugins/pgpmime/select-keys.h
11702         * src/plugins/pgpmime/sgpgme.c
11703         * src/plugins/pgpmime/sgpgme.h
11704                 Remove the core from pgpmime and add the
11705                 dependancy to pgpcore.
11706
11707 2005-07-14 [paul]       1.9.12cvs48
11708
11709         * src/stock_pixmap.c
11710                 forgot this in last commit
11711
11712 2005-07-14 [paul]       1.9.12cvs47
11713
11714         * src/account.c
11715         * src/addressbook.c
11716                 add accelerators for the buttons (sync with main)
11717         * src/compose.c
11718         * src/compose.h
11719                 add accelerators for the buttons.
11720                 fix editing with external editor.
11721                 replace gdk_input_*() with GIOChannel;
11722                 (sync with main)
11723         * src/foldersel.c
11724                 display folder names with new/unread
11725                 representation (sync with main)
11726         * src/main.c
11727                 specify default window icon (sync with main)
11728         * src/prefs_common.c
11729                 use_addr_book default to FALSE
11730         * src/summaryview.c
11731         * src/textview.c
11732                 add accelerators for the buttons (sync with main)
11733         * src/gtk/menu.c
11734                 fix typos
11735         * src/pixmaps/sylpheed_icon.xpm
11736                 updated
11737
11738 2005-07-13 [paul]       1.9.12cvs46
11739
11740         * src/plugins/pgpmime/pgpmime.c
11741         * src/plugins/pgpmime/sgpgme.c
11742                 (temporarily) use deprecated gpgme_data_rewind()
11743                 while largefile support is not present
11744                 (as suggested by Colin)
11745
11746 2005-07-13 [paul]       1.9.12cvs45
11747
11748         * configure.ac
11749                 remove large file support (for now):
11750                 it breaks too many things
11751
11752 2005-07-13 [paul]       1.9.12cvs44
11753
11754         * configure.ac
11755                 add large file support
11756         * src/html.c
11757                 fix bug #763 where href attribute was not
11758                 the very first attribute of a link
11759                 patch by Thomas Gilgin
11760
11761 2005-07-13 [colin]      1.9.12cvs43
11762
11763         * src/gtk/pluginwindow.c
11764                 Little portability fix
11765
11766 2005-07-13 [colin]      1.9.12cvs42
11767
11768         * src/plugins/pgpmime/sgpgme.c
11769                 Fix crasher.
11770
11771 2005-07-13 [colin]      1.9.12cvs41
11772
11773         * src/plugins/pgpmime/pgpmime.c
11774         * src/plugins/pgpmime/sgpgme.c
11775                 Use gpgme_data_release_and_get_mem instead
11776                 of gpgme_data_read.
11777
11778 2005-07-13 [colin]      1.9.12cvs40
11779
11780         * configure.ac
11781         * src/plugins/pgpmime/passphrase.c
11782         * src/plugins/pgpmime/passphrase.h
11783         * src/plugins/pgpmime/pgpmime.c
11784         * src/plugins/pgpmime/plugin.c
11785         * src/plugins/pgpmime/select-keys.c
11786         * src/plugins/pgpmime/select-keys.h
11787         * src/plugins/pgpmime/sgpgme.c
11788         * src/plugins/pgpmime/sgpgme.h
11789                 Port pgpmime to gpgme-1.0.
11790
11791 2005-07-12 [paul]       1.9.12cvs39
11792
11793         * AUTHORS
11794         * src/toolbar.c
11795         * src/toolbar.h
11796                 add a 'Go to Prev' button to the toolbar.
11797                 correct tooltip text of go to buttons.
11798                 based on patch by Yang Guilong <bamanzi@gmail.com>
11799
11800 2005-07-12 [colin]      1.9.12cvs38
11801
11802         * src/statusbar.c
11803                 Fix progress bar showing stuff at startup.
11804
11805 2005-07-12 [paul]       1.9.12cvs37
11806
11807         * src/editjpilot.c
11808                 fix building with jpilot support
11809
11810 2005-07-11 [colin]      1.9.12cvs36
11811
11812         * src/inc.c
11813                 Add visual indication that filtering is running
11814         * src/textview.c
11815                 Make {}[] uri delimiters
11816         * src/summaryview.c
11817                 Remove useless (and slow) calls
11818
11819 2005-07-11 [paul]       1.9.12cvs35
11820
11821         * src/plugins/clamav/clamav_plugin_gtk.c
11822         * src/plugins/dillo_viewer/dillo_prefs.c
11823         * src/plugins/pgpmime/prefs_gpg.c
11824         * src/plugins/spamassassin/spamassassin_gtk.c
11825                 gather plugins prefs together under their
11826                 own 'Plugins' heading
11827
11828 2005-07-11 [paul]       1.9.12cvs34
11829
11830         sync with main
11831
11832         * src/account.c
11833                 account_delete(): modified alert dialog
11834         * src/editjpilot.c
11835         * src/editvcard.c
11836                 fixed a crash when cancelling file selection
11837                 dialog by Escape key. Made non-ascii filename
11838                 selectable.
11839         * src/prefs_template.c
11840                 prefs_template_window_create(): make scrolled
11841                 window policy AUTOMATIC
11842
11843 2005-07-10 [hoa]        1.9.12cvs33
11844
11845         * src/etpan/imap-thread.c
11846                 workaround for old Courier IMAP servers.
11847
11848 2005-07-10 [colin]      1.9.12cvs32
11849
11850         * src/folder.c
11851         * src/statusbar.c
11852         * src/statusbar.h
11853                 Add visual progress indicator on filtering/processing
11854                 Factorize the progress bar code
11855         * src/imap.c
11856         * src/imap.h
11857         * src/etpan/imap-thread.c
11858                 Add a reference counter to avoid destroying the Folder
11859                 while it's in use by another callback.
11860
11861 2005-07-09 [hoa]        1.9.12cvs31
11862
11863         * src/imap.c
11864         * src/etpan/imap-thread.c
11865                 fixed deadlock when removing IMAP account.
11866
11867 2005-07-08 [colin]      1.9.12cvs30
11868
11869         * src/textview.c
11870         * src/unmime.c
11871                 Fix again problems decoding broken headers
11872         * src/gtk/inputdialog.c
11873                 Fix local variable shadowing a global one
11874
11875 2005-07-08 [colin]      1.9.12cvs29
11876
11877         * src/msgcache.c
11878                 Make the cache/mark files platform-agnostic by writing
11879                 them in little-endian format. Reading them is also done
11880                 in little-endian format, of course; however, in order
11881                 to avoid trashing mark data on big-endian machines, the
11882                 files are, at first, read from the native format if the
11883                 little-endian one doesn't exist. This is easy to deter-
11884                 mine by trying to open a file with a swapped data_ver
11885                 and seeing if it's the wanted version.
11886                 Little-endian using users should see absolutely no
11887                 difference, Big-endian users may get a very little
11888                 performance drop due to byte-swapping.
11889                 Tested on i386 and ppc32. 
11890                 Fixes bug #159 (The index file, in the mailboxes, is 
11891                 hardware depending).
11892
11893                 To have the cache/mark files updated to the new little-
11894                 endian format, "Check for new messages" or even
11895                 "Rebuild folder tree" aren't enough. Files will be
11896                 updated as soon as a folder has been opened/closed.
11897                 To update everything, just select all folders by
11898                 selecting them one by one.
11899
11900 2005-07-07 [colin]      1.9.12cvs28
11901
11902         * src/imap.c
11903                 Remember the folder separator per IMAPFolder
11904                 instead of globally.
11905                 Revive the Session on noop; fixes bug #761
11906                 (mark a bunch of unread messages as read takes 
11907                 forever)
11908
11909 2005-07-07 [darko]      1.9.12cvs27
11910
11911         * src/common/template.c
11912                 Sort templates alphabetically
11913
11914 2005-07-06 [colin]      1.9.12cvs26
11915
11916         * src/imap.c
11917                 Try to use the correct separator in
11918                 most cases. Possibly fixes bug #759
11919                 (only creates the INBOX folder when 
11920                 setting up new IMAP account) and 
11921                 bug #760 (Can't retrieve messages)
11922
11923 2005-07-06 [colin]      1.9.12cvs25
11924
11925         * src/imap.c
11926                 Use real_path in status command. This will
11927                 help later, when namespaces will be used.
11928
11929 2005-07-06 [colin]      1.9.12cvs24
11930
11931         * configure.ac
11932         * src/account.c
11933         * src/folder.c
11934         * src/imap.c
11935         * src/etpan/etpan-log.c
11936         * src/etpan/etpan-thread-manager.c
11937         * src/etpan/imap-thread.c
11938                 Add a --disable-libetpan parameter. With this,
11939                 users that don't want IMAP4 support can avoid
11940                 the new dependancy (and have no IMAP support).
11941                 Users that have IMAP4 accounts and use this
11942                 parameter won't lose their configuration, their
11943                 IMAP accounts will just be invisible and not
11944                 used.
11945         * src/textview.c
11946                 Make the "Copy ..." contextual menu items 
11947                 copy to both the X clipboard and the gtk 
11948                 clipboard - as most other apps do.
11949         * src/gtk/about.c
11950                 Add a notice about OpenSSL usage, in order to
11951                 comply with OpenSSL's license (point 6):
11952                 http://www.openssl.org/source/license.html
11953
11954 2005-07-06 [colin]      1.9.12cvs23
11955
11956         * src/alertpanel.c
11957                 Fix a minimum size for alertpanels
11958         * src/compose.c
11959                 Show 'No space left on device' type errors
11960                 when queuing/sending
11961         * src/imap_gtk.c
11962         * src/mh_gtk.c
11963                 Rework folder's deletion message (remove 
11964                 extra \n)
11965
11966 2005-07-05 [colin]      1.9.12cvs22
11967
11968         * src/imap.c
11969                 Add an alertpanel on auth error
11970                 Add pseudo-log
11971                 Remove pthread-related stuff
11972
11973 2005-07-05 [colin]      1.9.12cvs21
11974
11975         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11976                 Fix crash on plugin reloading (with a hack)
11977
11978 2005-07-05 [colin]      1.9.12cvs20
11979
11980         * src/prefs_account.c
11981         * src/prefs_account.h
11982                 Fix typo
11983         * src/gtk/filesel.c
11984         * src/gtk/filesel.h
11985                 Add a way to filter the view
11986         * src/gtk/pluginwindow.c
11987                 Filter loadable stuff
11988         * src/plugins/pgpmime/prefs_gpg.c
11989                 Fix missing unregistration
11990         * .cvsignore
11991         * src/etpan/.cvsignore
11992         * src/plugins/spamassassin/.cvsignore
11993                 Add more stuff to cvs ignored files
11994
11995 2005-07-04 [colin]      1.9.12cvs19
11996
11997         * src/imap.c
11998                 Fix scan_required returning FALSE when it
11999                 shouldn't. Maybe fix #760 (Can't retrieve
12000                 messages)
12001
12002 2005-07-04 [colin]      1.9.12cvs18
12003
12004         * src/summaryview.c
12005                 Fix always_show_msg pref
12006
12007 2005-07-04 [paul]       1.9.12cvs17
12008
12009         sync with main (forgotten in last commit)
12010         
12011         * src/common/utils.c
12012         * src/common/utils.h
12013                 check_line_length(): new.
12014                 is_dir_exist()
12015                 is_file_entry_exist()
12016                 dirent_is_regular_file()
12017                 dirent_is_directory(): use g_file_test() instead of stat().
12018
12019 2005-07-04 [paul]       1.9.12cvs16
12020
12021         sync with main:
12022
12023         * src/compose.c
12024                 compose_write_to_file(): check for line
12025                 length limit and display warning if exceeds
12026         * src/jpilot.c
12027                 use get_home_dir() instead of g_get_home_dir()
12028         * src/procheader.c
12029                 removed warning about invalid date
12030         * src/vcard.c
12031                 use get_home_dir() instead of g_get_home_dir()
12032
12033 2005-07-04 [paul]       1.9.12cvs15
12034
12035         * src/stock_pixmap.c
12036                 fix new pixmap naming errors
12037                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
12038
12039 2005-07-04 [colin]      1.9.12cvs14
12040
12041         * src/imap.c
12042                 Fix debugging string with a warning
12043
12044 2005-07-04 [colin]      1.9.12cvs13
12045
12046         * configure.ac
12047                 Add a check for libetpan's version (>= 0.37)
12048
12049 2005-07-04 [hoa]        1.9.12cvs12
12050
12051         * commitHelper
12052         * src/imap.c
12053         * src/etpan/imap-thread.c
12054         * src/etpan/imap-thread.h
12055                 fixed IMAP implementation of check of mails.
12056
12057 2005-07-03 [hoa]        1.9.12cvs11
12058
12059         * src/etpan/Makefile.am
12060         * src/etpan/etpan-errors.h
12061         * src/etpan/etpan-log.[ch]
12062         * src/etpan/etpan-thread-manager-types.h
12063         * src/etpan/etpan-thread-manager.[ch]
12064         * src/etpan/imap-thread.[ch]
12065         * src/Makefile.am
12066         * src/imap.c
12067         * src/main.c
12068         * src/prefs_other.c
12069         * configure.ac
12070             merged imap branch.
12071             dependency on libetpan 0.37 is now added.
12072
12073 2005-07-01 [colin]      1.9.12cvs10
12074
12075         * src/Makefile.am
12076         * src/folder.c
12077         * src/folder.h
12078         * src/folderview.c
12079         * src/stock_pixmap.c
12080         * src/stock_pixmap.h
12081         * src/plugins/trayicon/trayicon.c
12082                 Add marked symbol on folders containing
12083                 marked messages
12084         * src/procmsg.c
12085         * src/procmsg.h
12086         * src/toolbar.c
12087         * src/prefs_common.c
12088         * src/prefs_common.h
12089         * src/prefs_send.c
12090                 Add an optional confirmation dialog on queue
12091                 sending. Patch by wwp.
12092         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
12093         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
12094         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
12095         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
12096         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
12097         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
12098         * src/pixmaps/inbox_mark.xpm            ** ADDED **
12099         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
12100         * src/pixmaps/outbox_mark.xpm           ** ADDED **
12101         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
12102         * src/pixmaps/trash_mark.xpm            ** ADDED **
12103                 New pixmaps
12104
12105 2005-07-01 [colin]      1.9.12cvs9
12106
12107         * src/summaryview.c
12108                 Fix a little threading bug
12109         * src/addrgather.c
12110         * src/mainwindow.c
12111                 A little bit of HIG normality never hurts
12112
12113 2005-07-01 [colin]      1.9.12cvs8
12114
12115         * src/compose.c
12116         * src/msgcache.c
12117         * src/pop.c
12118         * src/procmime.c
12119         * src/recv.c
12120         * src/common/log.c
12121         * src/common/template.c
12122         * src/common/utils.c
12123         * src/common/utils.h
12124                 Reverted the fwrite_atomic stuff. In fact
12125                 it is already atomic.
12126
12127 2005-06-30 [colin]      1.9.12cvs7
12128
12129         * src/common/utils.c
12130         * src/common/utils.h
12131                 Add an fwrite_atomic() function to make
12132                 sure we write everything: fwrite can make
12133                 short writes.
12134         * src/compose.c
12135         * src/msgcache.c
12136         * src/pop.c
12137         * src/procmime.c
12138         * src/recv.c
12139         * src/common/log.c
12140         * src/common/template.c
12141                 Use that (and fix swapping of size and nmemb).
12142                 Thanks to Rich Coe for the heads up.
12143
12144 2005-06-30 [colin]      1.9.12cvs6
12145
12146         * src/addressbook.c
12147                 Optimize addressbook opening 
12148
12149 2005-06-30 [colin]      1.9.12cvs5
12150
12151         * src/summaryview.c
12152                 Remove calls to summary_step after move/copy
12153
12154 2005-06-28 [paul]       1.9.12cvs4
12155
12156         * src/alertpanel.c
12157                 wrap and make the error msg selectable
12158
12159 2005-06-28 [paul]       1.9.12cvs3
12160
12161         * src/ssl_manager.c
12162                 replace the OK button with a Close button
12163         * src/gtk/foldersort.c
12164                 use GTK_STOCK_ icons/buttons
12165
12166 2005-06-28 [colin]      1.9.12cvs2
12167
12168         * src/gedit-print.c             ** ADDED **
12169         * src/gedit-print.h             ** ADDED **
12170         * src/gtk/gtksourceprintjob.c   ** ADDED **
12171         * src/gtk/gtksourceprintjob.h   ** ADDED **
12172                 I can't believe no one had enough time to tell
12173                 me I forgot the `cvs add`
12174
12175 2005-06-27 [colin]      1.9.12cvs1
12176
12177         * src/Makefile.am
12178         * src/gtk/Makefile.am
12179         * src/messageview.c
12180         * src/procmsg.c
12181         * src/summaryview.c
12182         * configure.ac
12183                 Add optional libgnomeprint-based printing
12184         * src/mainwindow.c
12185         * src/gtk/quicksearch.c
12186                 Add an Edit/Quick search menu item to show
12187                 and focus the quicksearch
12188
12189 2005-06-27 [paul]       1.9.12
12190
12191         1.9.12 release
12192
12193         * po/ca.po
12194         * po/de.po
12195         * po/es.po
12196         * po/fr.po
12197         * po/it.po
12198         * po/ko.po
12199         * po/pt_BR.po
12200         * po/sk.po
12201         * po/zh_CN.po
12202                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12203                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
12204                 SungHyun Nam, Frederico Goncalves Guimaraes,
12205                 Andrej Kacian, and Yang Guilong
12206 2005-06-26 [colin]      1.9.11cvs106
12207
12208         * src/imap_gtk.c
12209                 Forgot one file for previous fix
12210
12211 2005-06-26 [colin]      1.9.11cvs105
12212
12213         * src/folder.c
12214         * src/imap.c
12215                 Fix problems with folder operations in no_select
12216                 imap folders. it applies only to mails, and 
12217                 creation/deletion/move/renaming of folders 
12218                 should be possible
12219
12220 2005-06-26 [paul]       1.9.11cvs104
12221
12222         * src/prefs_filtering.c
12223                 replace one more GTK_STOCK_REMOVE
12224                 with GTK_STOCK_DELETE
12225
12226 2005-06-25 [colin]      1.9.11cvs103
12227
12228         * src/imap.c
12229                 Optimize get_seq_set_from_seq_list
12230                 (Patch by Ricardo) 
12231
12232 2005-06-25 [colin]      1.9.11cvs102
12233
12234         * src/mh.c
12235                 If the directory exists, but not in the
12236                 correct encoding, rename it. This should
12237                 handle old-versions-induced bugs.
12238
12239 2005-06-25 [colin]      1.9.11cvs101
12240
12241         * src/mh.c
12242                 Fix path access with extended dir names
12243                 Fixes bug #589 (SC segfaults with wrong locale
12244                 settings)
12245
12246 2005-06-25 [colin]      1.9.11cvs100
12247
12248         * src/prefs_account.c
12249         * src/prefs_account.h
12250         * src/compose.c
12251                 Add an option to encrypt replies to
12252                 encrypted messages
12253
12254 2005-06-25 [colin]      1.9.11cvs99
12255
12256         * src/compose.c
12257         * src/quote_fmt_parse.y
12258                 ... And make it work with pgpinline.
12259
12260 2005-06-25 [colin]      1.9.11cvs98
12261
12262         * src/compose.c
12263         * src/procmime.c
12264         * src/procmime.h
12265         * src/quote_fmt_parse.y
12266                 o Make reedition of encrypted messages possible
12267                   (as long as it is encrypted to self too, no
12268                    magic there)
12269                 o Make replying with quote (and without selecting
12270                   text) possible for encrypted messages.
12271                 Closes bug #550 (Not possible to "reply with quote"
12272                 to gnupg encrypted messages)
12273
12274 2005-06-24 [paul]       1.9.11cvs97
12275
12276         * src/imap.c
12277                 add missing include
12278
12279 2005-06-24 [paul]       1.9.11cvs96
12280
12281         * src/editldap.c
12282                 made bind password entry invisible
12283                 (sync with main)
12284         * src/send_message.c
12285                 send_message_local(): check exit status
12286                 to detect errors (sync with main)
12287         * src/textview.c
12288                 use main's less ambiguous popup menu
12289                 wording
12290
12291 2005-06-24 [paul]       1.9.11cvs95
12292
12293         * src/prefs_actions.c
12294         * src/prefs_customheader.c
12295         * src/prefs_display_header.c
12296         * src/prefs_filtering_action.c
12297         * src/prefs_matcher.c
12298         * src/prefs_template.c
12299         * src/prefs_toolbar.c
12300                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
12301         * src/gtk/description_window.c
12302                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
12303
12304 2005-06-23 [colin]      1.9.11cvs94
12305
12306         * src/summaryview.c
12307                 Fix rough edges (be sure to call status_show whenever
12308                 necessary).
12309
12310 2005-06-23 [colin]      1.9.11cvs93
12311
12312         * src/summaryview.c
12313                 Optimize Select All
12314                 Before, in a 5K mails folder: 11s
12315                 After, in the same folder: 58000µs
12316                 The joys of locking... gtk_clist_select_all() fires a 
12317                 tree-select-row event for each selected row, which in 
12318                 summaryview, callbacks summary_selected which in turn,
12319                 calls summary_status_show, which walks the selected
12320                 rows. Hence, calling gtk_clist_select_all was 
12321                 exponential. Locking the summaryview makes 
12322                 summary_selected return early.
12323
12324 2005-06-23 [colin]      1.9.11cvs92
12325
12326         * src/imap.c
12327                 Move mutex at the important place to avoid
12328                 deadlocks
12329         * src/summaryview.c
12330                 Fix Del key deleting directly instead of
12331                 moving to trash
12332
12333 2005-06-22 [colin]      1.9.11cvs91
12334
12335         * src/plugins/spamassassin/libspamc.c
12336                 As we do spagetti code with assignations in multiple
12337                 places (see _message_read_raw where out = msg = raw),
12338                 let's be sure we don't free the same pointer twice.
12339                 Should fix bug #683 (Crash in libpam at 
12340                 message_cleanup).
12341
12342 2005-06-22 [colin]      1.9.11cvs90
12343
12344         * src/compose.c
12345         * src/messageview.c
12346         * src/toolbar.c
12347                 Make toolbar's delete use the move to trash stuff;
12348                 Add gtk_widget_realize to be sure pixmaps can get
12349                 created (that may fix an old worksforme bug which
12350                 I can't find back...)
12351
12352 2005-06-22 [colin]      1.9.11cvs89
12353
12354         * src/summaryview.c
12355         * src/summaryview.h
12356         * src/mainwindow.c
12357                 Rename "Message/Delete" to "Message/Move to trash"
12358                 Add "Message/Delete..." that directly destroys the
12359                 selected messages after asking for a confirmation.
12360
12361 2005-06-22 [colin]      1.9.11cvs88
12362
12363         * src/imap.c
12364                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
12365                 o Fix a deadlock (thanks Darko)
12366
12367 2005-06-22 [colin]      1.9.11cvs87
12368
12369         * src/gtk/foldersort.c
12370                 Add missing include for the i18n;
12371                 patch by Fabien Vantard
12372
12373 2005-06-21 [colin]      1.9.11cvs86
12374
12375         * src/folder.c
12376         * src/folderview.c
12377                 Respect the no_select flag
12378         * src/imap.c
12379                 Fix recursive deletion
12380         * src/imap_gtk.c
12381         * src/mh_gtk.c
12382                 Make the folder deletion's warning
12383                 more explicit
12384
12385 2005-06-21 [colin]      1.9.11cvs85
12386
12387         * src/textview.c
12388                 Prevent email addresses from spanning accross
12389                 lines - fixes bug # 646 (newline-chars in 
12390                 email addresses)
12391
12392 2005-06-20 [colin]      1.9.11cvs84
12393
12394         * src/folder.c
12395                 Be sure not to remove source if copy failed
12396
12397 2005-06-20 [colin]      1.9.11cvs83
12398
12399         * src/folderview.c
12400         * src/imap_gtk.c
12401                 remove summaryview's lock
12402         * src/imap.c
12403                 introduce threads to avoid problems when foreground tasks
12404                 interfere with background tasks
12405         * src/mh.c
12406                 prevent moving to drafts/queue
12407         * src/mimeview.c
12408                 fix leak
12409
12410 2005-06-19 [colin]      1.9.11cvs82
12411
12412         * src/imap_gtk.c
12413                 Remember that the user doesn't want to override
12414                 offline mode, for 3 seconds. It avoid presenting
12415                 him with N popups in a really short time.
12416
12417 2005-06-17 [colin]      1.9.11cvs81
12418
12419         * src/imap.c
12420                 Fix IMAP breaking on folders containing '('
12421                 (Probably won't be enough)
12422
12423 2005-06-17 [colin]      1.9.11cvs80
12424
12425         Forgotten files on 1.9.11cvs79
12426         * src/summaryview.c
12427                 Fix stepping when not immediately executing
12428         * src/imap.c
12429                 Really prevent UID FETCH 0
12430         * src/codeconv.c
12431                 Fix outgoing charset never set to utf-8
12432         * src/mh.c
12433                 Fix leak
12434
12435 2005-06-16 [colin]      1.9.11cvs79
12436
12437         * src/compose.c
12438                 Fix bug #707 (Dash splits rows)
12439                 Only wrap if we're on a line break position and
12440                 the previous one was a "white" (space) char.
12441                 Pango stuff is weird.
12442
12443 2005-06-16 [colin]      1.9.11cvs78
12444
12445         * src/imap_gtk.c
12446                 Lock summaryview while downloading messages
12447                 on user demand
12448         * src/procheader.c
12449         * src/unmime.c
12450         * src/common/utils.c
12451         * src/common/utils.h
12452                 Replace \r and \n with spaces in From and
12453                 Subject headers
12454
12455 2005-06-16 [paul]       1.9.11cvs77
12456
12457         * src/procmime.c
12458                 liberalise the mime parser
12459         * src/gtk/about.c
12460                 add text wrapping
12461
12462 2005-06-16 [paul]       1.9.11cvs76
12463
12464         * src/gtk/about.c
12465                 reworked
12466
12467 2005-06-15 [colin]      1.9.11cvs75
12468
12469         * src/compose.c
12470                 Finish header encoding fix
12471         * src/summaryview.c
12472                 Fix segfault
12473         * src/headerview.c
12474                 Fix compilation (Thanks Stephan
12475                 Sachse)
12476
12477 2005-06-15 [colin]      1.9.11cvs74
12478
12479         * Makefile.am
12480                 Install gnome2 stuff rather than gnome1, 
12481                 if both are present
12482         * src/codeconv.c
12483         * src/codeconv.h
12484         * src/compose.c
12485                 Fix headers encoding
12486         * src/folder.c
12487                 Visual progress when fetching all messages
12488         * src/folderview.c
12489         * src/summaryview.c
12490         * src/summaryview.h
12491                 Prevent changing current message while
12492                 incorporating
12493
12494 2005-06-15 [paul]       1.9.11cvs73
12495
12496         * src/gtk/gtkaspell.c
12497         * src/gtk/gtkaspell.h
12498                 fix build warnings
12499
12500 2005-06-15 [paul]       1.9.11cvs72
12501
12502         * src/prefs_filtering.c
12503                 allow reordering of filter rules by
12504                 drag n drop
12505
12506 2005-06-15 [paul]       1.9.11cvs71
12507
12508         * COPYING
12509                 updated
12510         * src/codeconv.c
12511                 replace deprecated function
12512         * src/inc.c
12513         * src/send_message.c
12514         * src/gtk/progressdialog.c
12515         * src/gtk/progressdialog.h
12516                 salvage and reuse parts of reverted sync
12517
12518 2005-06-15 [paul]       1.9.11cvs70
12519
12520         * src/inc.c
12521         * src/send_message.c
12522         * src/gtk/progressdialog.c
12523         * src/gtk/progressdialog.h
12524                 revert yesterday's sync with main
12525                 it contains deprecated functions
12526
12527 2005-06-15 [colin]      1.9.11cvs69
12528
12529         * src/headerview.c
12530                 Fix bug #670 (multi user to: will corrupt message 
12531                 headers display)
12532
12533 2005-06-15 [colin]      1.9.11cvs68
12534
12535         * src/compose.c
12536                 Fix bug #421 (Fix undo on wrapping)
12537
12538 2005-06-15 [colin]      1.9.11cvs67
12539
12540         * src/folder.c
12541                 Provide visual feedback while processing
12542                 folder's rules.
12543         * src/imap.c
12544                 Provide visual feedback while getting
12545                 short headers (for uncached messages)
12546
12547
12548 2005-06-14 [paul]       1.9.11cvs66
12549
12550         * src/account.c
12551                 change a couple stock icons
12552         * src/inc.c
12553         * src/send_message.c
12554         * src/gtk/progressdialog.c
12555         * src/gtk/progressdialog.h
12556                 sync main's GtkTreeView implementation
12557
12558 2005-06-14 [colin]      1.9.11cvs65
12559
12560         * src/imap.c
12561                 Various little fixes, mainly on error paths
12562
12563 2005-06-13 [colin]      1.9.11cvs64
12564
12565         * matcher.c
12566         * procmsg.c
12567         * procmsg.h
12568                 Add a way to fetch only headers. This speeds
12569                 up filtering on headers for IMAP. Fixes:
12570                 bug #481 extraneous imap commands slow down 
12571                         imap filtering
12572                 bug #522 Sylpheed downloads all messages 
12573                         when opening mailbox (IMAP)
12574                 bug #677 IMAP fetch is soooooooooooooo slow
12575         * src/folder.c
12576         * src/folder.h
12577                 Add a folder set_batch method so that
12578                 implementations can speed up flags changes
12579         * src/folderutils.c
12580         * src/summaryview.c
12581                 Use that in mark as (un)read and mark all read
12582                 Refix bug #679
12583         * src/imap.c
12584                 Implement set_batch - brings back deferred
12585                 flags in a less buggy manner. Fixes:
12586                 bug #729 IMAP immediate expunge of deleted messages
12587                 bug #191 remove list of messages with one command
12588                 Fix login with strange chars
12589                 Implement fetch_msg_full
12590                 Fix copy (wrong counts)
12591
12592 2005-06-12 [colin]      1.9.11cvs63
12593
12594         * src/folder.c
12595                 lock incorporation during long operations.
12596                 Avoids fucking up the IMAP socket.
12597
12598 2005-06-12 [colin]      1.9.11cvs62
12599
12600         * src/imap.c
12601                 Fix harmful typo
12602                 Factorize remove_all_msg
12603                 Thread-ize expunge
12604         * src/summaryview.c
12605                 Don't update partial-download status if unnecessary
12606         * src/folder.c
12607                 Use remove_msgs everywhere possible
12608
12609 2005-06-12 [colin]      1.9.11cvs61
12610
12611         * src/folder.c
12612         * src/folder.h
12613                 Add a remove_msgs function to remove a 
12614                 list of messages
12615         * src/imap.c
12616                 Implement that.
12617
12618 2005-06-12 [colin]      1.9.11cvs60
12619
12620         * src/imap.c
12621                 Remove flags-processing deferring... Too hard
12622                 to get it to work in all cases.
12623
12624 2005-06-11 [colin]      1.9.11cvs59
12625
12626         * src/imap.c
12627                 printf -> debug_print
12628
12629 2005-06-11 [colin]      1.9.11cvs58
12630
12631         * src/imap.c
12632                 o Fix build without USE_PTHREAD
12633                 o Factorize imap_open
12634                 o Alertpanel in case of impossible connection
12635                 o Alertpanel in case of impossible login
12636                 o Fix deferred flags processing to force a 
12637                   flush before adding some more flags to process,
12638                   but in another folder.
12639
12640 2005-06-10 [colin]      1.9.11cvs57
12641
12642         * src/imap.c
12643                 o Fix a format string error
12644                 o init ssl socket outside of the thread 
12645                   (it possibly invokes gtk calls)
12646         * src/procmime.c
12647                 o Put back the buffer to its necessary size
12648                 o Fix changing a file pointer without keeping
12649                   track of it (thanks Valgrind)
12650         * src/common/smtp.c
12651                 o Fix automatic STARTTLS if login should be done
12652                   and the server only allows it after starting TLS
12653         * src/gtk/gtkinputdialog.c
12654                 o Eat GDK_Return so that the combo popup doesn't 
12655                   appear when we press Enter to validate the combo
12656                   input dialog (as seen in the Open with... dialog)
12657
12658 2005-06-10 [colin]      1.9.11cvs56
12659
12660         * src/imap.c
12661                 o A bit less debug
12662                 o Fix a crash on deletion
12663                 o Threadize imap_select (it's called outside of 
12664                   threads)
12665                 o Defer treatment of DELETED flags
12666
12667
12668 2005-06-09 [colin]      1.9.11cvs55
12669
12670         * src/imap.c
12671                 Make sure we check imap_gtk_should_override(), which
12672                 potentially calls gtk stuff, before creating thread.
12673                 That way it should't be called via imap_get_session()
12674                 inside a thread.
12675
12676 2005-06-09 [colin]      1.9.11cvs54
12677
12678         * src/imap.c
12679                 o add a bit of status output
12680                 o remove some dead code
12681                 o threadize get_list_of_uids
12682                 o threadize imap_get_flags
12683                 o defer flag changing by 500ms so that they
12684                   can be batched
12685
12686
12687 2005-06-08 [colin]      1.9.11cvs53
12688
12689         * src/imap.c
12690                 Thread-ize imap_cmd_fetch
12691
12692 2005-06-08 [colin]      1.9.11cvs52
12693
12694         * src/main.c
12695                 Mmh, that broke POP3...
12696
12697 2005-06-08 [colin]      1.9.11cvs51
12698
12699         * src/main.c
12700                 Stabilize IMAP patch (thanks to Hoa)
12701
12702 2005-06-08 [colin]      1.9.11cvs50
12703
12704         * src/imap.c
12705                 Test patch to speed up imap. 
12706
12707 2005-06-08 [colin]      1.9.11cvs49
12708
12709         * src/imap_gtk.c
12710                 Warning fix
12711         * src/procmime.c
12712                 Apply patch from gentoo to use /usr/share/mime/globs if 
12713                 available, after un-breaking it
12714         * src/common/log.c
12715         * src/common/log.h
12716                 Use g_timeout for invoking hooks that possibly use gtk
12717                 calls. This should leave gtk calls in the main thread.
12718
12719 2005-06-08 [paul]       1.9.11cvs48
12720
12721         * src/codeconv.c
12722                 conv_get_outgoing_charset_str(): don't
12723                 use prefs_common setting
12724         * src/compose.c
12725         * src/compose.h
12726                 add /Options/Character encoding/... to
12727                 temporarily change the outgoing encoding
12728
12729         (belated sync with main)
12730
12731 2005-06-08 [paul]       1.9.11cvs47
12732
12733         * src/compose.c
12734                 correction to/completion of last
12735                 sync with main
12736
12737 2005-06-08 [paul]       1.9.11cvs46
12738
12739         sync with main:
12740         
12741         * src/codeconv.c
12742         * src/codeconv.h
12743                 always enabled Japanese auto-detection
12744                 if the first letters of locale string
12745                 is "ja"
12746         * src/compose.c
12747                 don't use "destroy" signal to destroy
12748                 Compose object (fix rare crashes on discard?)
12749         * src/mainwindow.c
12750         * src/messageview.c
12751         * src/prefs_send.c
12752                 added Hebrew encodings
12753         * src/sourcewindow.c
12754                 don't use "destroy" signal to destroy
12755                 objects
12756
12757 2005-06-07 [colin]      1.9.11cvs45
12758
12759         * src/summaryview.c
12760                 Add missing unlocks/locks
12761
12762 2005-06-07 [paul]       1.9.11cvs44
12763
12764         * src/summaryview.c
12765                 restore bug #749 fix
12766
12767 2005-06-06 [colin]      1.9.11cvs43
12768
12769         * src/summaryview.c
12770                 Fix selection bug when prefs_common.open_unread 
12771                 is FALSE
12772
12773 2005-06-06 [colin]      1.9.11cvs42
12774
12775         * src/common/md5.c
12776                 Fix a warning
12777         * src/summaryview.c
12778         * src/folderview.c
12779                 Factorize long operations beginning and end
12780                 (locking, freezing/thawing, cursor, ...)
12781                 Check selection->data member in selection-
12782                 related loops; this avoids dying an awful
12783                 death if the selection changes on us while
12784                 we're marking a whole IMAP folder unread, 
12785                 for example.
12786
12787 2005-06-06 [paul]       1.9.11cvs41
12788
12789         * src/textview.c
12790                 don't g_free() a static gchar buffer
12791
12792 2005-06-05 [colin]      1.9.11cvs40
12793
12794         * src/mainwindow.c
12795         * src/messageview.c
12796         * src/summaryview.c
12797                 Fix bug #749 (Show all headers should be
12798                 sticky as the GUI suggests)
12799
12800 2005-06-03 [paul]       1.9.11cvs39
12801
12802         * src/compose.c
12803                 don't allow editing of mail while sending.
12804                 patch by Colin
12805
12806 2005-06-03 [paul]       1.9.11cvs38
12807
12808         * src/folderview.c
12809                 add a freeze/thaw to speed up 'mark all read'
12810
12811 2005-06-03 [paul]       1.9.11cvs37
12812
12813         * src/prefs_message.c
12814                 reflect changes immediately
12815
12816 2005-06-02 [colin]      1.9.11cvs36
12817
12818         * po/POTFILES.in
12819                 Patch by Fabien Vantard.
12820
12821 2005-06-02 [colin]      1.9.11cvs35
12822
12823         * src/imap.c
12824                 Use a non-blocking imap_getline() if possible.
12825                 This should completely prevent the interface
12826                 from freezin on imap operations, although it
12827                 may do strange stuff in case of folder switching
12828                 while a big imap operation is taking place...
12829
12830                 In addition, fix a leak in the case thread
12831                 creation fails on connection.
12832
12833 2005-06-02 [colin]      1.9.11cvs34
12834
12835         * src/crash.c
12836         * src/prefs_common.h
12837                 Fix build (prefs_common_init() doesn't exist
12838                 anymore)
12839
12840 2005-06-02 [colin]      1.9.11cvs33
12841
12842         * src/prefs_account.c
12843                 Fix bug #245 (filtering rules broken when
12844                 renaming a remote account (imap4 or nntp)
12845
12846 2005-06-02 [colin]      1.9.11cvs32
12847
12848         * src/imap.c
12849                 Try to fix IMAP shortcomings: 
12850                 o Multithread imap_open()
12851                 o allow offline-mode overriding instead of
12852                   just returning NULL
12853         * src/imap_gtk.c
12854         * src/imap_gtk.h
12855                 Add a function to ask whether we want to
12856                 override offline-mode for 10 minutes (one-shot
12857                 asking was painful)
12858         * src/procheader.c
12859                 Fix segfault when imap parser isn't happy about
12860                 a missing {
12861
12862 2005-06-01 [colin]      1.9.11cvs31
12863
12864         * src/addrharvest.c
12865         * src/compose.c
12866         * src/mbox.c
12867         * src/mbox.h
12868         * src/mh.c
12869         * src/msgcache.c
12870         * src/send_message.c
12871         * src/setup.c
12872         * src/undo.c
12873         * src/common/hooks.c
12874         * src/common/prefs.c
12875         * src/common/template.c
12876         * src/common/utils.c
12877         * src/gtk/gtkutils.c
12878         * src/gtk/inputdialog.c
12879         * src/gtk/menu.c
12880         * src/gtk/pluginwindow.c
12881         * src/gtk/prefswindow.c
12882         * src/plugins/pgpmime/passphrase.c
12883         * src/plugins/pgpmime/prefs_gpg.c
12884                 More -Wall fixes
12885
12886         * src/common/Makefile.am
12887         * src/common/timing.h
12888                 Add basic timing code
12889
12890         * src/summaryview.c
12891                 Fix a bug with unread messages when 
12892                 re-sorting folders, and by the way
12893                 fix a big performance hit when 
12894                 re-sorting (10k mails: before 5s,
12895                 after .5s)
12896
12897         * src/prefs_compose_writing.c
12898         * src/prefs_compose_writing.h
12899         * src/prefs_message.c
12900         * src/prefs_message.h
12901         * src/prefs_other.c
12902         * src/prefs_other.h
12903         * src/prefs_quote.c
12904         * src/prefs_quote.h
12905         * src/prefs_receive.c
12906         * src/prefs_receive.h
12907         * src/prefs_send.c
12908         * src/prefs_send.h
12909         * src/prefs_summaries.c
12910         * src/prefs_summaries.h
12911                 Fix copyright banner
12912
12913 2005-06-01 [paul]       1.9.11cvs30
12914
12915         * po/fi.po
12916                 updated by Flammie Pirinen
12917         * src/procmime.c
12918                 fix 'Bad BASE64 content' output
12919
12920 2005-05-31 [colin]      1.9.11cvs29
12921
12922         * src/procmime.c
12923                 Oops, where did my hunk go.
12924
12925 2005-05-31 [colin]      1.9.11cvs28
12926
12927         * src/Makefile.am
12928         * src/account.c
12929         * src/action.c
12930         * src/addr_compl.c
12931         * src/addressbook.c
12932         * src/codeconv.c
12933         * src/compose.c
12934         * src/export.c
12935         * src/folder.c
12936         * src/folderview.c
12937         * src/image_viewer.c
12938         * src/main.c
12939         * src/mainwindow.c
12940         * src/messageview.c
12941         * src/mimeview.c
12942         * src/msgcache.c
12943         * src/prefs_account.c
12944         * src/prefs_actions.c
12945         * src/prefs_common.c
12946         * src/prefs_compose_writing.c
12947         * src/prefs_customheader.c
12948         * src/prefs_ext_prog.c
12949         * src/prefs_filtering.c
12950         * src/prefs_filtering_action.c
12951         * src/prefs_fonts.c
12952         * src/prefs_image_viewer.c
12953         * src/prefs_message.c
12954         * src/prefs_message.h
12955         * src/prefs_msg_colors.c
12956         * src/prefs_other.c
12957         * src/prefs_other.h
12958         * src/prefs_quote.c
12959         * src/prefs_receive.c
12960         * src/prefs_receive.h
12961         * src/prefs_send.c
12962         * src/prefs_send.h
12963         * src/prefs_spelling.c
12964         * src/prefs_summaries.c
12965         * src/prefs_summary_column.c
12966         * src/prefs_template.c
12967         * src/prefs_themes.c
12968         * src/prefs_toolbar.c
12969         * src/prefs_wrapping.c
12970         * src/procmime.c
12971         * src/procmsg.c
12972         * src/send_message.h
12973         * src/ssl_manager.c
12974         * src/summary_search.c
12975         * src/summaryview.c
12976         * src/textview.c
12977         * src/wizard.c
12978         * src/common/smtp.c
12979         * src/common/smtp.h
12980         * src/gtk/gtkutils.h
12981                 o Move the rest of Common prefs to new style
12982                 o Lots of -Wall warning fixes
12983                 o fix FIXME in cache memusage calculation
12984                 o Let return receipts be sent from any account
12985                 o Little cache optimisation (read)
12986                 o Fix bug #746 (don't treat commas as separators
12987                   when inside a quoted string)
12988
12989 2005-05-31 [paul]       1.9.11cvs27
12990
12991         * src/prefs_common.c
12992                 fix 'off-by-one' typo
12993
12994 2005-05-31 [paul]       1.9.11cvs26
12995
12996         * src/account.c
12997         * src/addr_compl.c
12998         * src/compose.c
12999         * src/foldersel.c
13000         * src/prefs_actions.c
13001         * src/prefs_common.c
13002         * src/prefs_common.h
13003         * src/prefs_customheader.c
13004         * src/prefs_display_header.c
13005         * src/prefs_filtering.c
13006         * src/prefs_filtering_action.c
13007         * src/prefs_matcher.c
13008         * src/prefs_summaries.c
13009         * src/prefs_summary_column.c
13010         * src/prefs_template.c
13011         * src/prefs_toolbar.c
13012         * src/ssl_manager.c
13013         * src/gtk/pluginwindow.c
13014         * src/gtk/prefswindow.c
13015         * src/gtk/progressdialog.c
13016                 add hidden prefs 'enable_rules_hint'
13017                 for gtk_tree_view_set_rules_hint()
13018                 (sync with main)
13019                 
13020
13021 2005-05-31 [colin]      1.9.11cvs25
13022
13023         * src/Makefile.am
13024         * src/main.c
13025         * src/prefs_common.c
13026         * src/prefs_summaries.c ** ADDED **
13027         * src/prefs_summaries.h ** ADDED **
13028                 Common/Display -> Display/Summaries
13029
13030 2005-05-31 [colin]      1.9.11cvs24
13031
13032         * src/Makefile.am
13033         * src/main.c
13034         * src/prefs_quote.c ** ADDED **
13035         * src/prefs_quote.h ** ADDED **
13036                 Move Common/Quote to Compose/Quoting
13037         * src/prefs_common.c
13038         * src/prefs_common.h
13039                 Remove old quote stuff, add
13040                 convenience functions for GtkTextView prefs
13041         * src/gtk/prefswindow.c
13042                 Set default height higher
13043
13044 2005-05-30 [colin]      1.9.11cvs23
13045
13046         * src/Makefile.am
13047         * src/main.c
13048         * src/prefs_common.c
13049         * src/prefs_compose_writing.c ** ADDED **
13050         * src/prefs_compose_writing.h ** ADDED **
13051                 Move Common/Compose prefs to Compose/Writing
13052
13053 2005-05-30 [colin]      1.9.11cvs22
13054
13055         * src/common/utils.c
13056                 Fix bug #651 (Confused Attract by Subject)
13057                 Patch by M. Benkmann <haferfrost@web.de>
13058         * AUTHORS
13059
13060 2005-05-30 [colin]      1.9.11cvs21
13061
13062         * src/compose.c
13063                 Fix concatenation of different headers of
13064                 the same type (bug #645)
13065         * src/prefs_folder_item.c
13066                 Fix bug #699 (setting color to black doesn't
13067                 work immediately)
13068         * src/procmime.c
13069                 Print out decoding error only once per
13070                 block
13071
13072 2005-05-30 [paul]       1.9.11cvs20
13073
13074         * src/common/template.c
13075                 fix Bcc
13076
13077 2005-05-30 [paul]       1.9.11cvs19
13078
13079         * doc/src/rfc2368.txt   **NEW FILE**
13080         * src/compose.c
13081                 compose_entries_set(): don't interpret Bcc
13082                 header field (conform to RFC 2368)
13083                 (sync with main)
13084
13085 2005-05-29 [colin]      1.9.11cvs18
13086
13087         * src/prefs_common.c
13088                 Let the default reply format respect
13089                 netiquette by cutting the signature.
13090
13091 2005-05-29 [colin]      1.9.11cvs17
13092
13093         * src/summaryview.c
13094                 Don't let always_show_msg override
13095                 open_unread_on_enter when opening a new
13096                 directory.
13097
13098 2005-05-27 [paul]       1.9.11cvs16
13099
13100         sync with main:
13101
13102         * src/main.c
13103                 app_will_exit(): cleanup tmp directory when exit
13104         * src/message_search.c
13105                 improved the interface and made code cleanup.
13106                 removed Clear button
13107         * src/send_message.c
13108                 send_message_local(): use GSpawn, and detect errors
13109         * src/summary_search.c
13110                 improved the interface and made code cleanup
13111         * src/textview.c
13112                 textview_write_link(): also skip non-ascii space
13113                  at the head of link strings (phishing check
13114                  didn't work at the case)
13115         * src/common/utils.c
13116                 get_command_output(): use g_spawn_command_line_sync()
13117                 instead of popen()
13118
13119 2005-05-26 [colin]      1.9.11cvs15
13120
13121         * src/folder.c
13122                 remove printf
13123
13124 2005-05-26 [colin]      1.9.11cvs14
13125
13126         * src/common/nntp.c
13127                 Fix nntp mode reader (bug #611)
13128                 Patch by Florian Mickler <florian@mickler.org>
13129
13130 2005-05-26 [colin]      1.9.11cvs13
13131
13132         * src/plugins/pgpmime/passphrase.c
13133                 Fix mouse grabbing (bug #557)
13134
13135 2005-05-26 [colin]      1.9.11cvs12
13136
13137         * src/prefs_themes.c
13138                 Fix g_warning (bug #541)
13139
13140 2005-05-26 [colin]      1.9.11cvs11
13141
13142         * src/prefs_actions.c
13143         * src/prefs_template.c
13144                 Fix bug #506 (no warning if action/template
13145                 is not saved)
13146         * src/common/template.c
13147                 Fix a possible crash
13148
13149 2005-05-26 [colin]      1.9.11cvs10
13150
13151         * src/folder.c
13152         * src/folderview.c
13153         * src/procmsg.c
13154         * src/summaryview.c
13155                 Forbid locked messages to be moved or
13156                 deleted. Locked messages in trashes 
13157                 still get deleted, for performance
13158                 reason (mh.c::mh_remove_all_msgs)
13159
13160 2005-05-25 [colin]      1.9.11cvs9
13161
13162         * src/procmime.c
13163                 Use correct encoding when sending mails
13164                 with attachments that have accentued 
13165                 chars in their name
13166
13167 2005-05-24 [colin]      1.9.11cvs8
13168
13169         * src/summaryview.c
13170                 Fix bug #688 f) read/unread marker not
13171                 changed on first click
13172                 Also, optimize summary_status_show()
13173                 calls
13174         * src/folder.c
13175         * src/inc.c
13176         * src/procmime.c
13177                 Fix bug #688 b) and c) wrt message
13178                 attachments and signature
13179         * src/stock_pixmap.c
13180         * src/stock_pixmap.h
13181         * src/stock_pixmap.c
13182         * src/stock_pixmap.h
13183         * src/Makefile.am
13184         * src/pixmaps/clip_gpg_signed.xpm
13185                 Add clip/signed icon
13186
13187 2005-05-24 [colin]      1.9.11cvs7
13188
13189         * src/folder_item_prefs.c
13190                 whitespace fix
13191
13192 2005-05-24 [colin]      1.9.11cvs6
13193
13194         * src/folderview.c
13195         * src/prefs_common.c
13196         * src/prefs_common.h
13197                 Add a confirmation to folder drag and drop
13198                 fixes bug #156
13199         * src/alertpanel.c
13200         * src/alertpanel.h
13201                 fix _with_disable parameters so that
13202                 the buttons labels are specifiable too
13203         * src/plugins/pgpmime/sgpgme.c
13204                 reflect said change
13205                 
13206
13207 2005-05-24 [colin]      1.9.11cvs5
13208
13209         * src/folderview.c
13210                 Uncollapse/collapse folders on double-click
13211                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
13212                 closes bug #108
13213
13214 2005-05-23 [colin]      1.9.11cvs4
13215
13216         * src/common/socket.c
13217                 Check another special SSL_peek() error.
13218                 Should help wrt bug #728
13219
13220 2005-05-23 [colin]      1.9.11cvs3
13221
13222         * src/plugins/pgpmime/pgpmime.c
13223                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
13224                 breaking menu accelerators and stuff. Users will have to
13225                 reselect "PGP MIME" instead of "PGP/MIME" in their 
13226                 account's privacy preferences if needed.
13227
13228 2005-05-22 [paul]
13229
13230         * tools/kdeservicemenu/install.sh
13231                 use kdesu to prompt for root password if doing
13232                 global install/uninstall
13233
13234 2005-05-20 [colin]      1.9.11cvs2
13235
13236         * src/procmsg.c
13237                 Fix another compilation error with gcc-2.9x
13238                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
13239         * src/send_message.c
13240                 Don't send QUIT if we aren't connected
13241
13242 2005-05-19 [colin]      1.9.11cvs1
13243
13244         * src/procmsg.c
13245                 Fix compilation with gcc 2.9x
13246
13247 2005-05-19 [paul]       1.9.11
13248
13249         1.9.11 released
13250
13251 2005-05-19 [paul]       1.9.9cvs14
13252
13253         * src/gtk/inputdialog.c
13254                 prevent gettext warning
13255
13256 2005-05-19 [paul]       1.9.9cvs13
13257
13258         * src/mainwindow.c
13259         * src/prefs_common.c
13260         * src/prefs_common.h
13261         * src/textview.c
13262         * src/textview.h
13263                 add an option to toggle cursor in message
13264                 view (sync with main)
13265
13266 2005-05-18 [colin]      1.9.9cvs12
13267
13268         * src/compose.c
13269                 Dereference freed pointer
13270         * src/gtk/gtkaspell.c
13271                 Fix duplication of dictionaries (is it an aspell issue?)
13272
13273 2005-05-18 [colin]      1.9.9cvs11
13274
13275         * src/gtk/inputdialog.c
13276         * src/gtk/gtkaspell.c
13277                 HIGuify dialogs
13278         * src/alertpanel.c
13279                 Remove a double call
13280
13281 2005-05-17 [colin]      1.9.9cvs10
13282
13283         * src/gtk/gtkaspell.c
13284                 Fix dialogs, Ctrl-Enter accel
13285
13286 2005-05-17 [colin]      1.9.9cvs9
13287
13288         * src/gtk/gtkaspell.c
13289                 Fix some accelerators, escape in replace-window
13290
13291 2005-05-16 [colin]      1.9.9cvs8
13292
13293         * src/gtk/gtkaspell.c
13294                 Revert last commit, it was a mistake.
13295
13296 2005-05-16 [colin]      1.9.9cvs7
13297
13298         * src/gtk/gtkaspell.c
13299                 Remove buggy code while we're at it. It's a 
13300                 dead code path anyway.
13301
13302 2005-05-16 [colin]      1.9.9cvs6
13303
13304         * src/gtk/gtkaspell.c
13305                 Missed some gtk_menu_popup where deactivate
13306                 signal should be handled. Should fix bug
13307                 #629 a bit more.
13308
13309 2005-05-16 [colin]      1.9.9cvs5
13310
13311         * src/gtk/gtkaspell.c
13312                 Remove debug printf()s
13313
13314 2005-05-16 [colin]      1.9.9cvs4
13315
13316         * src/gtk/gtkaspell.c
13317                 Fix a bit aspell problems
13318                 (see bug #629)
13319
13320 2005-05-13 [colin]      1.9.9cvs3
13321
13322         * src/folderview.c
13323                 Fix the + appearing even when no subfolders
13324                 have unread messages. Thanks to wwp for the
13325                 bug report.
13326
13327 2005-05-11 [paul]       1.9.9cvs2
13328
13329         * src/folderview.c
13330                 correction to 1.9.9cvs1, only colour folders that
13331                 have new msgs (not unread msgs)
13332
13333 2005-05-10 [colin]      1.9.9cvs1
13334
13335         * src/folderview.c
13336         * src/summaryview.c
13337                 Try to fix bolding bugs again.
13338
13339 2005-05-09 [paul]
13340
13341         * tools/claws.i18n.status.pl
13342                 add Ricardo Mones Lastra's script that has been providing
13343                 the i18n status page for many months
13344
13345 2005-05-09 [paul]       1.9.9
13346
13347         1.9.9 release
13348
13349 2005-05-09 [paul]       1.9.6cvs58
13350
13351         * AUTHORS
13352         * INSTALL
13353         * README.claws
13354                 updated
13355         * Makefile.am 
13356         * RELEASE_NOTES.claws
13357                 add release notes to cvs to simplify release
13358                 procedure
13359         * configure.ac
13360                 add ca and fi to ALL_LINGUAS
13361         * po/Makefile.in.in
13362                 workaround for missing Makevars
13363         * po/ca.po
13364         * po/fi.po
13365                 add new Catalan and Finnish translations
13366                 submitted by Miquel Oliete and Flammie Pirinen
13367         * po/de.po
13368         * po/es.po
13369         * po/fr.po
13370         * po/it.po
13371         * po/pl.po
13372         * po/ru.po
13373         * po/sk.po
13374         * po/sr.po
13375         * po/zh_CN.po
13376                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
13377                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
13378                 Urke MMI, and Hansom Young
13379         * src/main.c
13380                 Fix drafting when quitting. compose_draft() closes the
13381                 compose windows, which modifies the compose_list GSList.
13382                 We have to refresh this list after echo drafting to avoid a
13383                 segfault
13384         * src/partial_download.c
13385                 fix segfault on exit
13386
13387 2005-05-06 [paul]       1.9.6cvs57
13388
13389         * src/grouplistdialog.c
13390                 quick fix/workaround for unresizeable newsgroup
13391                 name column 
13392
13393 2005-05-06 [paul]       1.9.6cvs56
13394
13395         * src/inc.c
13396         * src/mainwindow.c
13397                 use gettext plural forms
13398         * src/imap_gtk.c
13399         * src/mh_gtk.c
13400         * src/toolbar.c
13401                 small improvement to english usage
13402
13403 2005-05-05 [thorsten]   1.9.6cvs55
13404
13405         * src/folder.c
13406                 fix possible crash
13407
13408 2005-05-05 [paul]       1.9.6cvs54
13409         
13410         sync with HEAD
13411
13412         * AUTHORS
13413         * src/compose.c
13414                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
13415                 patch by Tim Mann
13416
13417 2005-05-05 [paul]       1.9.6cvs53
13418
13419         * src/mainwindow.c
13420                 fix resizing of separate message and
13421                 folder views
13422
13423 2005-05-05 [paul]       1.9.6cvs52
13424
13425         * src/account.c
13426         * src/addrgather.c
13427         * src/browseldap.c
13428         * src/exphtmldlg.c
13429         * src/expldifdlg.c
13430         * src/importmutt.c
13431         * src/importpine.c
13432         * src/main.c
13433         * src/mainwindow.c
13434         * src/noticeview.c
13435         * src/prefs_filtering.c
13436         * src/prefs_filtering_action.c
13437         * src/prefs_matcher.c
13438         * src/prefs_spelling.c
13439         * src/prefs_toolbar.c
13440         * src/toolbar.c
13441         * src/wizard.c
13442         * src/gtk/description_window.c
13443         * src/gtk/gtkvscrollbutton.c
13444         * src/gtk/progressdialog.c
13445         * src/gtk/quicksearch.c
13446         * src/plugins/pgpmime/prefs_gpg.c
13447         * src/plugins/spamassassin/spamassassin_gtk.c
13448                 replace deprecated gtk_widget_set_usize
13449
13450 2005-05-04 [colin]      1.9.6cvs51
13451
13452         * src/common/utils.c
13453                 Fix crash when subst_for_filename is called
13454                 with a NULL parameter
13455
13456 2005-05-04 [colin]      1.9.6cvs50
13457
13458         * src/partial_download.c
13459         * src/pop.c
13460                 Escape login when writing uidl file
13461                 fixes bug #736
13462
13463 2005-05-03 [colin]      1.9.6cvs49
13464
13465         * src/procmime.c
13466                 Fix possible DOS in mime parser
13467                 (see bug #634)
13468
13469 2005-05-02 [colin]      1.9.6cvs48
13470
13471         * src/compose.c
13472                 Try to fix the copy/paste mess once again.
13473
13474
13475 2005-04-30 [colin]      1.9.6cvs47
13476
13477         * src/prefs_account.h
13478         * src/procmsg.c
13479         * src/send_message.c
13480         * src/common/smtp.c
13481         * src/common/smtp.h
13482                 Try to batch sending mails (per account) instead of
13483                 reconnecting to server every time.
13484
13485 2005-04-29 [colin]      1.9.6cvs46
13486
13487         * src/messageview.c
13488                 Fix window resizing that refused to size down
13489         * src/prefs_common.c
13490         * src/prefs_common.h
13491         * src/prefs_filtering.c
13492                 Save Filtering's window size
13493
13494 2005-04-21 [paul]       1.9.6cvs45
13495
13496         * ChangeLog-gtk2.claws
13497         * src/setup.c
13498                 correction to sync
13499
13500 2005-04-21 [paul]       1.9.6cvs44
13501
13502         sync with main:
13503
13504         * src/setup.c
13505         * src/statusbar.c
13506         * src/statusbar.h
13507                 use gtkut_widget_draw_now(). Improved performance
13508                 of the update of statusbar
13509         * src/textview.c
13510                 textview_smooth_scroll_do(): redraw it after scroll
13511                 is done (fixed incorrect display when a part of the
13512                 view is hidden).
13513         * src/gtk/gtkutils.c
13514         * src/gtk/gtkutils.h
13515                 gtkut_widget_draw_now(): use gdk_window_process_updates()
13516                 to force update of widgets.
13517                 Removed gtkut_widget_wait_for_draw() which had a big
13518                 overhead  because of waiting for all events processed 
13519
13520 2005-04-20 [paul]       1.9.6cvs43
13521
13522         * src/codeconv.c
13523                 complete 1.9.6cvs42's sync:
13524                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
13525
13526 2005-04-19 [paul]       1.9.6cvs42
13527
13528         sync with main:
13529
13530         * src/action.c
13531                 catch_output(): correctly select the insert text
13532                 (fix invalid iterator warnings).
13533         * src/codeconv.c
13534         * src/codeconv.h
13535         * src/mainwindow.c
13536         * src/messageview.c
13537         * src/prefs_common.c
13538                 support GBK encoding.
13539         * src/common/session.c
13540         * src/common/session.h
13541                 use separate buffer for large data to be sent,
13542                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
13543
13544 2005-04-18 [paul]       1.9.6cvs41
13545
13546         * src/jpilot.c
13547                 convert unsigned long into guint32
13548                 patch by Paul LeoNerd Evans 
13549
13550 2005-04-17 [colin]      1.9.6cvs40
13551
13552         * src/compose.c
13553                 Fix 'Request return receipt' from folder
13554                 properties (bug #708)
13555
13556 2005-04-17 [colin]      1.9.6cvs39
13557
13558         * src/mainwindow.c
13559                 Fix duplicate hotkeys in Mainwindow's menu
13560
13561 2005-04-17 [colin]      1.9.6cvs38
13562
13563         * src/folderview.c
13564                 Fix duplicate hotkeys in Folderview's contextual
13565                 menu
13566
13567 2005-04-15 [colin]      1.9.6cvs37
13568
13569         * src/summaryview.c
13570                 Fix 'Save as...' with non-ascii filenames
13571
13572 2005-04-15 [colin]      1.9.6cvs36
13573
13574         * src/plugins/pgpmime/pgpmime.c
13575                 Fix bus error on 64bit. Spotted by 
13576                 macallan1888@gmail.com
13577
13578 2005-04-15 [colin]      1.9.6cvs35
13579
13580         * src/prefs_account.c
13581                 Fix cvs34.
13582
13583 2005-04-12 [colin]      1.9.6cvs34
13584
13585         * src/prefs_account.c
13586                 Fix smtp auth type off-by-one. We forgot to
13587                 add PLAIN in the prefs-to-gui setter func and
13588                 as a result, the selected auth when opening
13589                 account prefs was not the correct one.
13590
13591 2005-04-12 [paul]       1.9.6cvs33
13592
13593         * src/inc.c
13594                 if the recv dialog is visible, Cancel only
13595                 cancels the current account
13596
13597
13598 2005-04-10 [colin]      1.9.6cvs32
13599
13600         * src/filtering.c
13601                 Copy score when copying FilteringActions
13602                 Fix bug #674
13603
13604 2005-04-10 [colin]      1.9.6cvs31
13605
13606         * src/inc.c
13607                 Make Message -> Receive -> Cancel cancel 
13608                 incorporation on all accounts. Fixes
13609                 bug #693
13610
13611 2005-04-10 [colin]      1.9.6cvs30
13612
13613         * src/prefs_account.c
13614                 Update Privacy checkbuttons status based
13615                 on the selected privacy system
13616         * src/compose.c
13617                 Always connect the "None" privacy system; the
13618                 static boolean was probably there to avoid
13619                 reconnecting twice in the same compose window,
13620                 but as the parent function is only called once
13621                 per compose, it's only a bug - as a static is
13622                 initialized once per application instance.
13623                 Also, don't uncheck Sign and Encrypt when
13624                 selecting None as privacy system; just ignore
13625                 them when sending/queuing.
13626                 Should fix bug #695
13627
13628 2005-04-08 [colin]      1.9.6cvs29
13629
13630         * src/account.c
13631         * src/prefs_account.c
13632         * src/prefs_account.h
13633                 Add account preference to queue message in a certain
13634                 folder.
13635
13636 2005-04-06 [colin]      1.9.6cvs28
13637
13638         * src/prefs_account.c
13639                 Update old inbox path syntax
13640
13641 2005-04-06 [paul]       1.9.6cvs27
13642
13643         sync with main:
13644
13645         * configure.ac
13646                 changed -traditional-cpp to -no-cpp-precomp for newer
13647                 Mac OS X support
13648         * src/foldersel.c
13649                 made column resize automatically
13650         * src/send_message.c
13651                 send_message_smtp(): consider EOF right after QUIT
13652                 successful (workaround for Gmail SMTP server)
13653         * src/common/socket.c
13654                 ssl_read(), ssl_peek(): check EOF which violates the
13655                 SSL protocol
13656         * src/gtk/colorlabel.c
13657                 removed warnings when displaying colorlabel menu
13658                 (don't use GtkAlignment)
13659
13660 2005-04-05 [paul]       1.9.6cvs26
13661
13662         * src/plugins/trayicon/trayicon.c
13663                 fix clipping of icon under KDE3 
13664
13665 2005-04-05 [paul]       1.9.6cvs25
13666
13667         * src/summaryview.c
13668                 hide display of threading
13669                 patch by Alfons
13670
13671 2005-04-04 [thorsten]   1.9.6cvs24
13672
13673         * src/mh.c
13674                 marks lost on filesystems with different stat() results on
13675                 summer-/wintertime
13676
13677 2005-04-03 [colin]      1.9.6cvs23
13678
13679         * src/summaryview.c
13680                 Don't handle up/down. Patch by Alfons
13681
13682 2005-04-02 [colin]      1.9.6cvs22
13683
13684         * src/summaryview.c
13685                 Make scrolling faster. Patch by Alfons.
13686
13687 2005-04-01 [colin]      1.9.6cvs21
13688
13689         * src/Makefile.am
13690         * src/stock_pixmap.c
13691         * src/pixmaps/dir-noselect.xpm ** REMOVED **
13692         * src/pixmaps/dir_noselect.xpm ** ADDED **
13693                 Fix pixmap name mismatch (Thanks Stephan Sachse)
13694
13695 2005-04-01 [colin]      1.9.6cvs20
13696
13697         * src/image_viewer.c
13698         * src/image_viewer.h
13699         * src/procmime.c
13700         * src/procmime.h
13701         * src/textview.c
13702         * src/textview.h
13703                 Implement inline image resizing and right-clicking
13704
13705 2005-04-01 [paul]       1.9.6cvs19
13706
13707         * AUTHORS
13708         * Makefile.am
13709         * configure.ac
13710                 check for gnome2
13711                 patch by Luca Cavalli <loopback<AT>slackit.org>
13712         * po/ru.po
13713                 updated by Pavlo Bohmat
13714
13715 2005-03-31 [colin]      1.9.6cvs18
13716
13717         * src/news.c
13718                 Fix parsing references
13719         * src/msgcache.c
13720                 don't put nulls in the references list
13721         * src/procheader.c
13722                 commit that forgotten file in 1.9.6cvs14
13723
13724 2005-03-31 [colin]      1.9.6cvs17
13725
13726         * src/compose.c
13727                 Fix joining of signature separator again. 
13728                 Maybe Hiro could put it in main too...
13729
13730 2005-03-31 [colin]      1.9.6cvs16
13731
13732         * src/Makefile.am
13733         * src/foldersel.c
13734         * src/stock_pixmap.c
13735         * src/stock_pixmap.h
13736         * src/pixmaps/dir-noselect.xpm
13737                 Update foldersel.c (sync from main, patch by Alfons)
13738
13739 2005-03-30 [colin]      1.9.6cvs15
13740
13741         * src/imap.c
13742                 Fix handling of imap folders containing [] in 
13743                 their name. Thanks to Nahuel Angelinetti for
13744                 the detailed bugreport.
13745
13746 2005-03-30 [colin]      1.9.6cvs14
13747
13748         * src/common/utils.h
13749         * src/common/utils.c
13750         * src/common/defs.h
13751         * src/matcher.c
13752         * src/msgcache.c
13753         * src/news.c
13754         * src/procmsg.c
13755         * src/procmsg.h
13756         * src/quote_fmt_parse.y
13757         * src/summaryview.c
13758                 Update references system. Patch by Alfons
13759
13760 2005-03-30 [colin]      1.9.6cvs13
13761
13762         * src/common/socket.c
13763                 Force the glibc to read resolv.conf again when 
13764                 it has changed. Should fix issues when changing
13765                 networks on a laptop and not restarting sylpheed. 
13766
13767 2005-03-30 [paul]       1.9.6cvs12
13768
13769         partial sync with main:
13770
13771         * src/action.c
13772                 create_io_dialog(): use user-defined text font
13773                 (thanks to Alfons), and modified its appearance.
13774         * src/addrgather.c
13775         * src/addrharvest.c
13776         * src/browseldap.c
13777                 replace old code
13778         * src/compose.c
13779                 don't join (presumably) itemized lines on line-wrapping
13780                 fixed wrapping of quote when auto-wrapping is enabled
13781                 compose_destroy(): destroy paned only if it's not
13782                 attached to window. Fixed memory leak of popup menu.
13783         * src/exphtmldlg.c
13784         * src/expldifdlg.c
13785                 replace old code
13786         * src/html.c
13787         * src/html.h
13788         * src/importmutt.c
13789         * src/importpine.c
13790                 replace old code
13791         * src/main.c
13792                 removed redundant code
13793         * src/mainwindow.c
13794                 changed 'Code set' (which is rather incorrect)
13795                 in the menu to 'Character encoding'
13796                 main_window_set_widgets(): request size first
13797                 to prevent window size becoming wrong
13798                 fixed remembering of the state of the visibility
13799                 of MessageView
13800         * src/messageview.c
13801                 changed 'Code set' (which is rather incorrect)
13802                 in the menu to 'Character encoding'
13803         * src/prefs_common.c
13804         * src/prefs_common.h
13805                 added an option whether to render HTML as text or not
13806                 added separators to outgoing encoding menu
13807         * src/procheader.c
13808                 procheader_scan_date_string(): support header
13809                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
13810         * src/summaryview.c
13811         * src/summaryview.h
13812                 minor code cleanup
13813         * src/textview.c
13814                 textview_show_html(): force output of newline
13815                 added an option whether to render HTML as text or not
13816         * src/common/utils.c
13817                 strncpy2(): optimized based on Alfons' code
13818         * src/gtk/gtkutils.c
13819         * src/gtk/gtkutils.h
13820                 removed non-used code
13821         * src/plugins/pgpmime/passphrase.c
13822                 partially fixed grab input of passphrase dialog
13823                 Confine pointer to window
13824
13825 2005-03-30 [colin]      1.9.6cvs11
13826
13827         * src/msgcache.c
13828         * src/msgcache.h
13829                 Read/write 32bit ints from cache & marks
13830                 From main.
13831
13832 2005-03-29 [paul]       1.9.6cvs10
13833
13834         * AUTHORS
13835         * ChangeLog.claws
13836         * src/compose.c
13837         * src/gtk/gtkaspell.c
13838                 sync with HEAD (don't pass NULL pointers) 
13839
13840 2005-03-24 [paul]
13841
13842         * tools/Makefile.am
13843         * tools/README
13844         * tools/acroread2sylpheed.pl
13845                 sync with HEAD (add script to send pdfs as
13846                 attachments from Adobe Reader 7)
13847
13848 2005-03-21 [paul]       1.9.6cvs9
13849
13850         * configure.ac
13851         * po/POTFILES.in
13852         * src/Makefile.am
13853         * src/crash.c
13854         * src/image_viewer.c ** ADDED **
13855         * src/image_viewer.h ** ADDED **
13856         * src/main.c
13857         * src/prefs_common.c
13858         * src/prefs_common.h
13859         * src/prefs_image_viewer.c ** ADDED **
13860         * src/prefs_image_viewer.h ** ADDED **
13861         * src/textview.c
13862         * src/gtk/about.c
13863         * src/pixmaps/sylpheed_logo.xpm
13864         * src/plugins/Makefile.am
13865         * src/plugins/image_viewer/.cvsignore ** REMOVED **
13866         * src/plugins/image_viewer/Makefile.am ** REMOVED **
13867         * src/plugins/image_viewer/plugin.c ** REMOVED **
13868         * src/plugins/image_viewer/viewer.c ** REMOVED **
13869         * src/plugins/image_viewer/viewer.glade ** REMOVED **
13870         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
13871         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
13872         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
13873         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
13874                 as gdk-pixbuf is now built-in
13875                 remove image_viewer plugin and put code back into
13876                 main codebase
13877                 implement inline image display (sync with main)
13878
13879                 replace logo with newer, nicer, larger version  
13880
13881 2005-03-21 [paul]       1.9.6cvs8
13882
13883         * src/gtk/about.c
13884                 cosmetic improvement
13885
13886 2005-03-21 [holger]     1.9.6cvs7
13887
13888         * src/plugins/spamassassin/spamassassin.c
13889                 Sync with HEAD
13890                 (unregister hook on failed plugin init)
13891
13892 2005-03-20 [colin]      1.9.6cvs6
13893
13894         * src/common/plugin.c
13895                 Check that plugin isn't already loaded
13896                 Patch by Alfons
13897
13898 2005-03-20 [thorsten]   1.9.6cvs5
13899
13900         * src/compose.c
13901                 use a more compatible syntax
13902
13903 2005-03-20 [thorsten]   1.9.6cvs4
13904
13905         * src/prefs_toolbar.c
13906                 fix crash when selecting toolbar item (uninitialized pointer)
13907
13908 2005-03-20 [thorsten]   1.9.6cvs3
13909
13910         * src/procmime.c
13911                 fix mimetype detection (referenced free()d string)
13912
13913 2005-03-20 [paul]       1.9.6cvs2
13914
13915         * src/compose.c
13916                 sync with HEAD (1.0.3cvs5)
13917                 neglect Reply-To header if empty
13918                 Patch by Alfons 
13919
13920 2005-03-19 [holger]     1.9.6cvs1
13921
13922         * src/summaryview.c
13923         * src/summaryview.h
13924                 Sync with HEAD
13925
13926 2005-03-18 [paul]       1.9.6
13927
13928         initial GTK2 release
13929
13930 2005-03-18 [paul]       1.0.3cvs3.1
13931
13932         * AUTHORS
13933         * ChangeLog.claws
13934         * configure.ac
13935         * src/gtk/about.c
13936         * src/pixmaps/sylpheed_logo.xpm
13937                 sync with HEAD
13938
13939 2005-03-18 [colin]      1.0.3cvs2.6
13940
13941         * src/summaryview.c
13942                 Remove call to summary_step in summary_copy_selected_to
13943                 Can't see its purpose, and this causes bug when copying
13944                 a message if the next one is unread: it reads it.
13945
13946 2005-03-18 [paul]       1.0.3cvs2.5
13947
13948         * src/foldersel.c
13949                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
13950
13951 2005-03-18 [paul]       1.0.3cvs2.4
13952
13953         * src/addrharvest.c
13954         * src/codeconv.c
13955         * src/codeconv.h
13956         * src/compose.c
13957         * src/news.c
13958         * src/procheader.c
13959         * src/procmime.c
13960         * src/unmime.c
13961         * src/unmime.h
13962                 fix buffer overflow, CAN-2005-0667, see
13963                 http://secunia.com/advisories/14491/
13964                 Patch by Alfons
13965
13966 2005-03-17 [colin]      1.0.3cvs2.3
13967
13968         * src/prefs_fonts.c
13969         * src/summaryview.c
13970                 Fix font bugs (both lists now officialy share 
13971                 the same font)
13972                 
13973
13974 2005-03-17 [paul]       1.0.3cvs2.2
13975
13976         * src/gtk/pluginwindow.c
13977                 make plugin descriptions uneditable
13978
13979 2005-03-11 [paul]       1.0.3cvs2.1
13980
13981         * ChangeLog.claws
13982         * configure.ac
13983         * po/POTFILES.in
13984         * src/plugins/trayicon/trayicon.c
13985                 sync with HEAD
13986                 add src/wizard.c to POTFILES.in
13987
13988 2005-03-11 [paul]       1.0.3cvs1.1
13989
13990         * ChangeLog
13991         * ChangeLog.claws
13992         * configure.ac
13993         * po/de.po
13994         * po/es.po
13995         * po/fr.po
13996         * po/it.po
13997         * po/pt_BR.po
13998         * po/ru.po
13999         * po/sk.po
14000         * po/sr.po
14001         * po/zh_CN.po
14002                 sync with HEAD
14003
14004 2005-03-04 [colin]      1.0.1cvs22.2
14005
14006         * src/compose.c
14007                 Fix signatures with accentued chars in it
14008
14009 2005-03-04 [colin]      1.0.1cvs22.1
14010
14011         * src/common/smtp.c
14012         * src/common/smtp.h
14013                 Don't use SIZE param in MAIL FROM: if server 
14014                 doesn't support it. Patch by Eugen Freiter
14015                 <eugen_f@users.sf.net>
14016
14017 2005-02-27 [paul]       1.0.1cvs20.1
14018
14019         * ChangeLog.claws
14020         * configure.ac
14021         * src/messageview.c
14022                 sync with HEAD
14023
14024 2005-02-27 [colin]      1.0.1cvs19.4
14025
14026         * src/procheader.c
14027         * src/procheader.h
14028                 Fix prototypes. Patch by Alfons
14029
14030 2005-02-27 [colin]      1.0.1cvs19.3
14031
14032         * src/compose.c
14033                 Don't auto-join the signature separator.
14034
14035 2005-02-26 [colin]      1.0.1cvs19.2
14036
14037         * src/summaryview.c
14038                 Fix 'mark all read' with collapsed threads.
14039                 Patch by Alfons.
14040
14041 2005-02-25 [paul]       1.0.1cvs19.1
14042
14043         * ChangeLog.claws
14044         * configure.ac
14045         * src/prefs_account.c
14046         * src/prefs_folder_item.c
14047         * src/gtk/prefswindow.c
14048         * src/gtk/prefswindow.h
14049                 sync with HEAD
14050
14051 2005-02-25 [paul]       1.0.1cvs15.12
14052
14053         * src/alertpanel.c
14054         * src/codeconv.c
14055         * src/compose.c
14056         * src/textview.c
14057         * src/gtk/gtkutils.c
14058         * src/gtk/gtkutils.h
14059         * src/gtk/logwindow.c
14060         * src/gtk/progressdialog.c
14061                 sync with main (revision 127)
14062                 and fix logwindow clipping
14063
14064 2005-02-24 [colin]      1.0.1cvs15.11
14065
14066         * src/plugins/pgpmime/passphrase.c
14067                 Disable input grabbing; it doesn't work yet.
14068
14069 2005-02-24 [colin]      1.0.1cvs15.10
14070
14071         * src/messageview.c
14072                 Don't send out receipts if offline. Ask.
14073
14074 2005-02-23 [colin]      1.0.1cvs15.9
14075
14076         * src/summaryview.c     
14077                 Fix expanding
14078
14079 2005-02-23 [colin]      1.0.1cvs15.8
14080
14081         * src/summaryview.c
14082                 Really fix Bug 568 by removing useless
14083                 calls. summary_thread_init() now called
14084                 in summary_sort(). This should please
14085                 Alfons as it should be faster than 
14086                 previously.
14087
14088 2005-02-23 [colin]      1.0.1cvs15.7
14089
14090         * src/compose.c
14091                 Encode parts as QP or B64 if signing
14092
14093 2005-02-23 [colin]      1.0.1cvs15.6
14094
14095         * src/compose.c
14096                 Fix Mimeinfo leakage (including tmp files)
14097         * src/procmsg.c
14098                 Fix tmp file leakage (spotted by Ivan Rayner)
14099
14100 2005-02-22 [colin]      1.0.1cvs15.5
14101
14102         * src/expldifdlg.c
14103                 Fix keyboard input. Patch by Alfons.
14104
14105 2005-02-21 [colin]      1.0.1cvs15.4
14106
14107         * src/compose.c
14108                 Fix Sign/Encrypt when unselecting privacy
14109                 system
14110         * src/prefs_common.c
14111                 Change default message font to Monospace
14112         * src/summaryview.c
14113                 More freezing during potentially large operations
14114
14115 2005-02-21 [paul]       1.0.1cvs15.3
14116
14117         * src/main.c
14118                 fix --help output
14119
14120 2005-02-21 [paul]       1.0.1cvs15.2
14121
14122         * po/Makefile.in.in
14123         * src/compose.c
14124         * src/summaryview.c
14125         * src/textview.c
14126         * src/common/utils.c
14127         * src/common/utils.h
14128                 sync with main (revision 117)
14129
14130 2005-02-20 [colin]      1.0.1cvs15.1
14131
14132         * src/common/defs.h
14133                 Change cache file to .sylpheed_claws_cache, as
14134                 suggested by Alfons. Allows people to switch
14135                 between Sylpheed and Sylpheed-Claws. it is
14136                 a good idea to "Check for new messages" at next
14137                 startup.
14138
14139
14140 2005-02-18 [colin]      1.0.1cvs14.1
14141
14142         * src/quote_fmt_lex.l
14143         * src/quote_fmt_parse.y
14144                 Fix parser initialisation. Patch by Ivan.
14145
14146 2005-02-18 [colin]      1.0.1cvs11.6
14147
14148         * src/folderview.c
14149                 Fix scrolldown (bug 662)
14150
14151 2005-02-17 [colin]      1.0.1cvs11.5
14152
14153         * src/codeconv.c
14154                 conv_filename_to_utf8: return clean 7bit instead
14155                 of broken utf8 if needed
14156         * src/mimeview.c
14157                 Fix display of parts with unclean 8bit names
14158
14159 2005-02-17 [paul]       1.0.1cvs11.4
14160
14161         * src/compose.c
14162         * src/exportldif.c
14163         * src/matcher_parser_parse.y
14164         * src/procmime.c
14165         * src/sourcewindow.c
14166         * src/common/Makefile.am
14167         * src/common/intl.h             ** REMOVED **
14168         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14169                 sync with main (revision 109)
14170                 and clean up
14171
14172 2005-02-16 [colin]      1.0.1cvs11.3
14173
14174         * src/summaryview.c
14175                 Fix collapsed thread not highlighting when new
14176                 messages in it (Bug 568) Patch by Stephan Sachse.
14177                 Fix messed up selection when reaching bounds (Bug 632)
14178         * src/prefs_themes.c
14179                 Fix theme installing (Bug 684)
14180
14181 2005-02-16 [colin]      1.0.1cvs11.2
14182
14183         * src/messageview.c
14184                 Fix messageview_select_all
14185
14186 2005-02-16 [colin]      1.0.1cvs11.1
14187
14188         * src/mh.c
14189                 Sync with HEAD (MH scan required function)
14190
14191 2005-02-15 [colin]      1.0.1cvs8.1
14192
14193         * src/mimeview.c
14194         * src/common/utils.c
14195                 Sync with HEAD (filename chars substitution)
14196
14197 2005-02-15 [colin]      1.0.1cvs7.3
14198
14199         * src/gtk/pluginwindow.c
14200                 Fix button spacing
14201
14202 2005-02-15 [colin]      1.0.1cvs7.2
14203
14204         * src/mimeview.c
14205                 Fix mime icons not reset across message when
14206                 scrolled down
14207
14208 2005-02-15 [colin]      1.0.1cvs7.1
14209
14210         * src/compose.c
14211         * src/procmime.c
14212                 Sync with HEAD (optimisation of cvs6)
14213
14214 2005-02-14 [colin]      1.0.1cvs6.1
14215
14216         * src/compose.c
14217         * src/procmime.c
14218                 Sync with HEAD (encode "From " at line beginning)
14219
14220 2005-02-14 [colin]      1.0.1cvs5.3
14221
14222         * src/compose.c
14223                 Fix wrapping with accentued chars.
14224
14225 2005-02-13 [colin]      1.0.1cvs5.2
14226
14227         * src/textview.c
14228                 Fix email informative part parsing with
14229                 accentued chars in it. ispunct() returns
14230                 true for them in utf8...
14231
14232 2005-02-12 [colin]      1.0.1cvs5.1
14233
14234         * src/filtering.c
14235                 Sync with HEAD (remove wrong use of compose after send)
14236
14237 2005-02-12 [paul]       1.0.1cvs4.5
14238
14239         * src/textview.c
14240                 remove unnecessary code (thanks to Alfons)
14241
14242 2005-02-12 [paul]       1.0.1cvs4.4
14243
14244         * src/textview.c
14245                 add 'Copy' to contextual menu on emails
14246
14247 2005-02-11 [colin]      1.0.1cvs4.3
14248
14249         * src/compose.c
14250                 revert 1.0.0cvs28.2, it doesn't work that well.
14251
14252 2005-02-11 [paul]       1.0.1cvs4.2
14253
14254         * po/Makefile.in.in
14255                 fix 'make release'
14256
14257 2005-02-10 [paul]       1.0.1cvs4.1
14258
14259         * ChangeLog
14260         * ChangeLog.claws
14261         * ChangeLog.jp
14262         * configure.ac
14263         * src/compose.c
14264                 sync with HEAD (sync with main)
14265
14266 2005-02-10 [paul]       1.0.1cvs3.2
14267
14268         * AUTHORS
14269         * Makefile.am
14270         * autogen.sh
14271         * configure.ac
14272         * config/mkinstalldirs
14273         * intl/.cvsignore
14274         * intl/ChangeLog
14275         * intl/VERSION
14276         * intl/bindtextdom.c
14277         * intl/config.charset
14278         * intl/dcgettext.c
14279         * intl/dcigettext.c
14280         * intl/dcngettext.c
14281         * intl/dgettext.c
14282         * intl/dngettext.c
14283         * intl/eval-plural.h
14284         * intl/explodename.c
14285         * intl/finddomain.c
14286         * intl/gettext.c
14287         * intl/gettextP.h
14288         * intl/gmo.h
14289         * intl/hash-string.h
14290         * intl/intl-compat.c
14291         * intl/l10nflist.c
14292         * intl/libgnuintl.h.in
14293         * intl/loadinfo.h
14294         * intl/loadmsgcat.c
14295         * intl/localcharset.c
14296         * intl/localcharset.h
14297         * intl/locale.alias
14298         * intl/localealias.c
14299         * intl/localename.c
14300         * intl/log.c
14301         * intl/ngettext.c
14302         * intl/os2compat.c
14303         * intl/os2compat.h
14304         * intl/osdep.c
14305         * intl/plural-exp.c
14306         * intl/plural-exp.h
14307         * intl/plural.c
14308         * intl/plural.y
14309         * intl/ref-add.sin
14310         * intl/ref-del.sin
14311         * intl/relocatable.c
14312         * intl/relocatable.h
14313         * intl/textdomain.c
14314         * m4/Makefile.am
14315         * po/Makefile.in.in
14316         * src/Makefile.am
14317         * src/account.c
14318         * src/action.c
14319         * src/addr_compl.c
14320         * src/addressadd.c
14321         * src/addressbook.c
14322         * src/addrgather.c
14323         * src/addrindex.c
14324         * src/alertpanel.c
14325         * src/browseldap.c
14326         * src/codeconv.c
14327         * src/codeconv.h
14328         * src/compose.c
14329         * src/compose.h
14330         * src/crash.c
14331         * src/editaddress.c
14332         * src/editbook.c
14333         * src/editgroup.c
14334         * src/editjpilot.c
14335         * src/editldap.c
14336         * src/editldap_basedn.c
14337         * src/editvcard.c
14338         * src/exphtmldlg.c
14339         * src/expldifdlg.c
14340         * src/export.c
14341         * src/exporthtml.c
14342         * src/filtering.c
14343         * src/folder.c
14344         * src/folder_item_prefs.c
14345         * src/foldersel.c
14346         * src/folderview.c
14347         * src/grouplistdialog.c
14348         * src/headerview.c
14349         * src/imap.c
14350         * src/imap_gtk.c
14351         * src/import.c
14352         * src/importldif.c
14353         * src/importmutt.c
14354         * src/importpine.c
14355         * src/inc.c
14356         * src/ldif.c
14357         * src/main.c
14358         * src/mainwindow.c
14359         * src/matcher.c
14360         * src/mbox.c
14361         * src/message_search.c
14362         * src/messageview.c
14363         * src/mh.c
14364         * src/mh_gtk.c
14365         * src/mimeview.c
14366         * src/msgcache.c
14367         * src/news.c
14368         * src/news_gtk.c
14369         * src/noticeview.c
14370         * src/partial_download.c
14371         * src/pop.c
14372         * src/prefs_account.c
14373         * src/prefs_actions.c
14374         * src/prefs_common.c
14375         * src/prefs_customheader.c
14376         * src/prefs_display_header.c
14377         * src/prefs_ext_prog.c
14378         * src/prefs_filtering.c
14379         * src/prefs_filtering_action.c
14380         * src/prefs_folder_item.c
14381         * src/prefs_fonts.c
14382         * src/prefs_gtk.c
14383         * src/prefs_matcher.c
14384         * src/prefs_msg_colors.c
14385         * src/prefs_spelling.c
14386         * src/prefs_summary_column.c
14387         * src/prefs_template.c
14388         * src/prefs_themes.c
14389         * src/prefs_toolbar.c
14390         * src/prefs_wrapping.c
14391         * src/privacy.c
14392         * src/procheader.c
14393         * src/procmime.c
14394         * src/procmsg.c
14395         * src/quote_fmt.c
14396         * src/recv.c
14397         * src/send_message.c
14398         * src/setup.c
14399         * src/sourcewindow.c
14400         * src/ssl_manager.c
14401         * src/statusbar.c
14402         * src/summary_search.c
14403         * src/summaryview.c
14404         * src/textview.c
14405         * src/toolbar.c
14406         * src/wizard.c
14407         * src/common/nntp.c
14408         * src/common/plugin.c
14409         * src/common/smtp.c
14410         * src/common/ssl.c
14411         * src/common/ssl_certificate.c
14412         * src/common/string_match.c
14413         * src/common/sylpheed.c
14414         * src/common/template.c
14415         * src/common/utils.c
14416         * src/gtk/about.c
14417         * src/gtk/colorlabel.c
14418         * src/gtk/description_window.c
14419         * src/gtk/filesel.c
14420         * src/gtk/foldersort.c
14421         * src/gtk/gtkaspell.c
14422         * src/gtk/gtkutils.c
14423         * src/gtk/inputdialog.c
14424         * src/gtk/logwindow.c
14425         * src/gtk/menu.c
14426         * src/gtk/pluginwindow.c
14427         * src/gtk/prefswindow.c
14428         * src/gtk/progressdialog.c
14429         * src/gtk/quicksearch.c
14430         * src/gtk/sslcertwindow.c
14431         * src/plugins/clamav/clamav_plugin.c
14432         * src/plugins/clamav/clamav_plugin_gtk.c
14433         * src/plugins/demo/demo.c
14434         * src/plugins/dillo_viewer/dillo_prefs.c
14435         * src/plugins/dillo_viewer/dillo_viewer.c
14436         * src/plugins/image_viewer/plugin.c
14437         * src/plugins/image_viewer/viewer.c
14438         * src/plugins/image_viewer/viewerprefs.c
14439         * src/plugins/mathml_viewer/mathml_viewer.c
14440         * src/plugins/pgpmime/passphrase.c
14441         * src/plugins/pgpmime/plugin.c
14442         * src/plugins/pgpmime/prefs_gpg.c
14443         * src/plugins/pgpmime/select-keys.c
14444         * src/plugins/pgpmime/sgpgme.c
14445         * src/plugins/spamassassin/spamassassin.c
14446         * src/plugins/spamassassin/spamassassin_gtk.c
14447         * src/plugins/trayicon/trayicon.c
14448                 sync with main (revision 104)
14449
14450 2005-02-10 [colin]      1.0.1cvs3.1
14451
14452         * src/mainwindow.c
14453                 Sync with HEAD (fix occasional crasher)
14454
14455 2005-02-10 [colin]      1.0.1cvs2.1
14456
14457         * src/messageview.c
14458                 Synw with HEAD (don't automatically display html)
14459
14460 2005-02-09 [colin]      1.0.1cvs1.3
14461
14462         * src/textview.c
14463         * src/textview.h
14464                 Add contextual menu on emails
14465
14466 2005-02-09 [colin]      1.0.1cvs1.2
14467
14468         * src/codeconv.c
14469                 Fix converting from broken headers and 
14470                 put back the _ in missing places
14471                 (feature broke with cvs24.2 sync, main 
14472                  possibly affected?)
14473
14474 2005-02-09 [colin]      1.0.1cvs1.1
14475
14476         * src/messageview.c
14477         * src/mimeview.c
14478         * src/mimeview.h
14479                 Sync with HEAD (display non text/plain mails with plugin)
14480
14481 2005-02-08 [colin]      1.0.1.1
14482
14483         * ChangeLog.claws
14484         * po/pt_BR.po
14485                 Sync with HEAD
14486         * configure.ac
14487                 Make default configuration directory 
14488                 be .sylpheed-gtk2
14489
14490 2005-02-08 [colin]      1.0.0cvs29.1
14491
14492         * po/de.po
14493         * po/es.po
14494         * po/fr.po
14495         * po/it.po
14496         * po/sk.po
14497         * po/sr.po
14498                 Sync translations with HEAD
14499
14500 2005-02-06 [colin]      1.0.0cvs28.3
14501
14502         * src/compose.c
14503                 Make compose a bit faster - patch by Alfons.
14504
14505 2005-02-06 [colin]      1.0.0cvs28.2
14506
14507         * src/compose.c
14508                 Make pasting via middle-click more reliable
14509
14510 2005-02-05 [paul]       1.0.0cvs28.1
14511
14512         * ChangeLog
14513         * ChangeLog.claws
14514         * ChangeLog.jp
14515         * configure.ac
14516         * src/compose.c
14517                 sync with HEAD
14518                 (fix bug 682 'redirect is broken'
14519
14520 2005-02-05 [torte]      1.0.0cvs27.1
14521
14522         * ChangeLog.claws
14523         * configure.ac
14524         * src/partial_download.c
14525                 Sync with HEAD (fix buf overflow)
14526
14527 2005-02-03 [colin]      1.0.0cvs26.1
14528
14529         * src/common/plugin.c
14530                 Sync with HEAD (avoid plugin mismatches)
14531
14532 2005-02-03 [paul]       1.0.0cvs25.3
14533
14534         * src/folderview.c
14535         * src/headerview.c
14536         * src/summaryview.c
14537         * src/textview.c
14538         * src/gtk/colorlabel.c
14539                 third and final part of initial sync with main-gtk2
14540
14541 2005-02-03 [paul]       1.0.0cvs25.2
14542
14543         * src/jpilot.c
14544                 fix building with jpilot support
14545
14546 2005-02-02 [colin]      1.0.0cvs25.1
14547
14548         * src/messageview.c
14549                 Sync with HEAD (fix dangerous typo)
14550
14551 2005-02-01 [colin]      1.0.0cvs24.3
14552
14553         * src/common/xml.c
14554                 Write file as advertised (UTF-8)
14555
14556 2005-02-01 [paul]       1.0.0cvs24.2
14557
14558         * src/addrbook.c
14559         * src/addrindex.c
14560         * src/alertpanel.h
14561         * src/codeconv.c
14562         * src/codeconv.h
14563         * src/compose.c
14564         * src/export.c
14565         * src/folder_item_prefs.c
14566         * src/html.c
14567         * src/imap.c
14568         * src/import.c
14569         * src/jpilot.c
14570         * src/mainwindow.c
14571         * src/matcher_parser_lex.l
14572         * src/messageview.c
14573         * src/mh.c
14574         * src/prefs_account.c
14575         * src/prefs_actions.c
14576         * src/prefs_common.c
14577         * src/prefs_gtk.c
14578         * src/prefs_gtk.h
14579         * src/prefs_themes.c
14580         * src/procheader.c
14581         * src/procmime.c
14582         * src/sourcewindow.c
14583         * src/statusbar.c
14584         * src/summaryview.c
14585         * src/textview.c
14586         * src/toolbar.c
14587         * src/unmime.c
14588         * src/common/template.c
14589         * src/common/utils.c
14590         * src/common/xml.c
14591         * src/common/xml.h
14592         * src/gtk/gtkaspell.c
14593         * src/plugins/clamav/clamav_plugin.c
14594         * src/plugins/dillo_viewer/dillo_prefs.c
14595         * src/plugins/image_viewer/viewerprefs.c
14596         * src/plugins/pgpmime/passphrase.c
14597         * src/plugins/pgpmime/prefs_gpg.c
14598         * src/plugins/pgpmime/select-keys.c
14599         * src/plugins/spamassassin/spamassassin.c
14600                 second part of initial sync with main-gtk2
14601                 (more to follow)
14602
14603 2005-01-31 [colin]      1.0.0cvs24.1
14604
14605         * src/compose.c
14606                 Sync with HEAD
14607
14608 2005-01-29 [paul]       1.0.0cvs23.2
14609
14610         * src/account.c
14611         * src/action.c
14612         * src/addressadd.c
14613         * src/addressbook.c
14614         * src/alertpanel.c
14615         * src/compose.c
14616         * src/editaddress.c
14617         * src/editbook.c
14618         * src/editgroup.c
14619         * src/editjpilot.c
14620         * src/editldap.c
14621         * src/editldap_basedn.c
14622         * src/editvcard.c
14623         * src/export.c
14624         * src/foldersel.c
14625         * src/grouplistdialog.c
14626         * src/import.c
14627         * src/importldif.c
14628         * src/inc.c
14629         * src/main.c
14630         * src/mainwindow.c
14631         * src/message_search.c
14632         * src/messageview.c
14633         * src/mimeview.c
14634         * src/prefs_actions.c
14635         * src/prefs_common.c
14636         * src/prefs_common.h
14637         * src/prefs_customheader.c
14638         * src/prefs_display_header.c
14639         * src/prefs_filtering.c
14640         * src/prefs_filtering_action.c
14641         * src/prefs_gtk.c
14642         * src/prefs_matcher.c
14643         * src/prefs_summary_column.c
14644         * src/prefs_template.c
14645         * src/sourcewindow.c
14646         * src/summary_search.c
14647         * src/summaryview.c
14648         * src/textview.c
14649         * src/gtk/about.c
14650         * src/gtk/description_window.c
14651         * src/gtk/gtkshruler.c
14652         * src/gtk/gtkutils.c
14653         * src/gtk/gtkutils.h
14654         * src/gtk/inputdialog.c
14655         * src/gtk/logwindow.c
14656         * src/gtk/prefswindow.c
14657         * src/gtk/progressdialog.c
14658         * src/gtk/progressdialog.h
14659                 first part of initial sync with main-gtk2
14660                 (more to follow)
14661
14662 2005-01-28 [colin]      1.0.0cvs23.1
14663
14664         * src/folderview.c
14665                 Sync with HEAD
14666
14667 2005-01-27 [colin]      1.0.0cvs21.1
14668
14669         * src/folder.c
14670         * src/folderview.c
14671                 Sync with HEAD
14672
14673 2005-01-27 [colin]      1.0.0cvs19.1
14674
14675         * src/procmime.c
14676                 Sync with HEAD
14677
14678 2005-01-27 [colin]      1.0.0cvs18.1
14679
14680         * src/messageview.c
14681         * src/summaryview.c
14682         * src/mainwindow.c
14683         * src/compose.c
14684         * src/compose.h
14685         * src/procmsg.c
14686         * src/procmsg.h
14687         * src/toolbar.c
14688                 Sync with HEAD
14689
14690 2005-01-26 [paul]       1.0.0cvs15.2
14691
14692         * src/compose.c
14693                 compose_entries_set(): convert subject and body to
14694                 utf8 if necessary. patch by Felix Eckhofer
14695
14696 2005-01-26 [paul]       1.0.0cvs15.1
14697
14698         * configure.ac
14699         * src/common/template.c
14700                 sync with HEAD (fix memory leak)
14701
14702 2005-01-25 [paul]       1.0.0cvs14.1
14703
14704         * configure.ac
14705         * src/compose.c
14706                 sync with HEAD
14707
14708 2005-01-24 [colin]      1.0.0cvs13.1
14709
14710         * src/summaryview.c
14711                 Sync with HEAD
14712
14713 2005-01-24 [paul]       1.0.0cvs12.1
14714
14715         * configure.ac
14716         * src/messageview.c
14717         * src/mh.c
14718         * src/common/utils.c
14719                 sync with HEAD
14720
14721 2005-01-24 [colin]      1.0.0cvs11.1
14722
14723         * src/procheader.c
14724                 Sync with HEAD
14725
14726 2005-01-24 [colin]      1.0.0cvs10.1
14727
14728         * src/folderview.c
14729                 Sync with HEAD
14730
14731 2005-01-23 [colin]      1.0.0cvs9.1
14732
14733         * src/crash.c
14734                 Sync with HEAD
14735
14736 2005-01-22 [colin]      1.0.0cvs8.1
14737
14738         * src/summaryview.c
14739         * src/gtk/quicksearch.c
14740                 Sync with HEAD
14741
14742 2005-01-21 [colin]      1.0.0cvs7.1
14743
14744         * src/summaryview.c
14745                 Sync with HEAD
14746
14747 2005-01-21 [colin]      1.0.0cvs6.1
14748
14749         * src/summaryview.c
14750                 Sync with HEAD
14751
14752 2005-01-21 [colin]      1.0.0cvs5.1
14753
14754         * src/gtk/quicksearch.c
14755         * src/prefs_common.c
14756         * src/prefs_common.h
14757                 Sync with HEAD (recurse option)
14758
14759 2005-01-21 [colin]      1.0.0cvs4.1
14760
14761         * src/folder.h
14762         * src/folderview.c
14763         * src/folderview.h
14764         * src/summaryview.c
14765         * src/gtk/quicksearch.c
14766         * src/gtk/quicksearch.h
14767                 Sync with HEAD (recursive quicksearch)
14768
14769 2005-01-20 [colin]      1.0.0cvs3.4
14770
14771         * src/ssl_manager.c
14772                 Remove useless code
14773
14774 2005-01-20 [colin]      1.0.0cvs3.3
14775
14776         * src/ssl_manager.c
14777                 Fix leak, thanks to Alfons.
14778
14779 2005-01-20 [colin]      1.0.0cvs3.2
14780
14781         * src/ssl_manager.c
14782                 Port SSL certificate window to GTK2.
14783
14784 2005-01-20 [paul]       1.0.0cvs3.1
14785
14786         * ChangeLog.claws
14787         * configure.ac
14788         * src/addrindex.c
14789         * src/addrindex.h
14790                 sync with HEAD
14791
14792 2005-01-19 [colin]      1.0.0cvs2.2
14793
14794         * src/plugins/trayicon/trayicon.c
14795                 Fix freeze with gtk-2.6, the easy way
14796                 (signal blocking helpless there...)
14797                 Closes bug #668.
14798
14799 2005-01-19 [colin]      1.0.0cvs2.1
14800
14801         * src/mbox.c
14802         * src/mbox.h
14803         * src/mainwindow.c
14804         * src/summaryview.c
14805         * src/summaryview.h
14806                 Sync with HEAD
14807
14808 2005-01-19 [paul]       1.0.0cvs1.1
14809
14810         * configure.ac
14811         * po/de.po
14812         * po/es.po
14813         * po/fr.po
14814         * po/hr.po
14815         * po/it.po
14816         * po/ja.po
14817         * po/ko.po
14818         * po/pt_BR.po
14819         * po/ru.po
14820         * po/sk.po
14821         * po/sr.po
14822                 sync with HEAD (update translations)
14823
14824 2005-01-18 [colin]      1.0.0cvs0.1
14825
14826         * src/foldersel.c
14827                 Specify search column - patch by Alfons
14828
14829 2005-01-18 [colin]      0.9.13cvs36.3
14830
14831         * src/prefs_toolbar.c
14832                 Change Delete to Remove
14833         * src/prefs_fonts.c
14834                 GTK2 version and leak fixes
14835         * src/prefs_actions.c
14836                 Add stock buttons.
14837                 All patches by Alfons
14838
14839 2005-01-17 [colin]      0.9.13cvs36.2
14840
14841         * src/compose.c
14842                 Fix DnD inserting twice. While at it,
14843                 add DnD support for text/plain in the
14844                 body, and add support in the headers.
14845
14846 2005-01-16 [colin]      0.9.13cvs36.1
14847
14848         * ChangeLog
14849         * ChangeLog.jp
14850         * ChangeLog.claws
14851                 Sync with HEAD (nothing applicable)
14852
14853 2005-01-16 [colin]      0.9.13cvs33.2
14854
14855         * src/prefs_toolbar.c
14856                 GTK2ize prefs_toolbar, by Alfons.
14857
14858 2005-01-14 [colin]      0.9.13cvs33.1
14859
14860         * src/html.c
14861         * src/msgcache.c
14862                 Sync with HEAD
14863
14864 2005-01-14 [colin]      0.9.13cvs32.1
14865
14866         * src/html.c
14867         * src/html.h
14868         * src/msgcache.c
14869         * AUTHORS
14870         * tools/calypso_convert.pl
14871                 Sync with HEAD
14872
14873 2005-01-08 [colin]      0.9.13cvs29.2
14874
14875         * src/prefs_filtering_action.c
14876         * src/prefs_filtering.c
14877                 2 more gtk2 patches by Alfons
14878
14879 2005-01-07 [paul]       0.9.13cvs29.1
14880
14881         * ChangeLog
14882         * ChangeLog.claws
14883         * ChangeLog.jp
14884         * configure.ac
14885         * src/pop.c
14886         * src/pop.h
14887                 sync with HEAD
14888
14889 2005-01-07 [colin]      0.9.13cvs28.3
14890
14891         * src/gtk/progressdialog.c
14892         * src/gtk/progressdialog.h
14893         * src/inc.c
14894         * src/send_message.c
14895                 GTK2 for the incorporation dialog. The CList isn't dead
14896                 yet, for a more smooth migration. Patch by Alfons.
14897
14898 2005-01-06 [colin]      0.9.13cvs28.2
14899
14900         * src/prefs_display_header.c
14901                 GTK2 conversion by Alfons
14902         * src/prefs_actions.c
14903         * src/prefs_matcher.c
14904                 Fix 2 leaks - patch by Alfons
14905
14906 2005-01-06 [colin]      0.9.13cvs28.1
14907
14908         * src/prefs_matcher.c
14909                 Sync with HEAD
14910
14911 2005-01-06 [colin]      0.9.13cvs27.4
14912
14913         * src/prefs_matcher.c
14914                 Fix double-free. Patch by Alfons
14915
14916 2005-01-06 [colin]      0.9.13cvs27.3
14917
14918         * src/prefs_matcher.c
14919                 GTK2 widgets + memleak
14920                 Patch by Alfons
14921
14922 2005-01-05 [colin]      0.9.13cvs27.2
14923
14924         * src/account.c
14925         * src/addr_compl.c
14926         * src/foldersel.c
14927         * src/stock_pixmap.c
14928         * src/stock_pixmap.h
14929                 3 more GTK2 patches by Alfons.
14930
14931 2005-01-04 [colin]      0.9.13cvs27.1
14932
14933         * src/folderview.c
14934         * src/imap_gtk.c
14935         * src/news_gtk.c
14936                 Sync with HEAD
14937
14938 2005-01-04 [colin]      0.9.13cvs25.9
14939
14940         * src/compose.c
14941                 Fix Show Ruler menuitem
14942         * src/prefs_template.c
14943                 Convert to GTK2
14944         * src/common/utils.c
14945                 Make auto pointer stuff handles NULLs
14946                 Patches by Alfons.
14947
14948 2005-01-04 [colin]      0.9.13cvs25.8
14949
14950         * src/compose.c
14951                 Move the attachment list to gtk2
14952                 Patch by Alfons.
14953
14954 2005-01-04 [colin]      0.9.13cvs25.7
14955
14956         * src/textview.c
14957                 Make some keys work again
14958                 Patch by SungHyun Nam <namsh@kldp.org>
14959
14960 2005-01-04 [colin]      0.9.13cvs25.6
14961
14962         * src/gtk/gtkshruler.c
14963                 Move the ruler to GTK2
14964                 Patch by Alfons
14965
14966 2005-01-03 [colin]      0.9.13cvs25.5
14967
14968         * src/compose.c
14969                 Fix my broken patch apply 
14970
14971 2005-01-03 [colin]      0.9.13cvs25.4
14972
14973         * src/common/utils.c
14974         * src/common/utils.h
14975         * src/gtk/prefswindow.c
14976                 Move auto pointer stuff to utils.c
14977                 Patch by Alfons again :)
14978
14979 2005-01-03 [colin]      0.9.13cvs25.3
14980
14981         * src/compose.c
14982         * src/prefs_gtk.c
14983         * src/prefs_template.c
14984         * src/textview.c
14985                 Empty text widgets with empty strings, not NULL char
14986                 Patch by SungHyun Nam <namsh@kldp_org>
14987
14988 2005-01-03 [colin]      0.9.13cvs25.2
14989
14990         * src/main.c
14991         * AUTHORS
14992                 Sync with HEAD
14993
14994 2005-01-03 [colin]      0.9.13cvs25.1
14995
14996         * src/pop.c
14997         * src/pop.h
14998                 Sync with HEAD
14999
15000 2005-01-03 [colin]      0.9.13cvs24.3
15001
15002         * src/account.c
15003                 Two patches from Alfons and Alex S Moore:
15004                 fix images, fix return value.
15005
15006 2005-01-01 [colin]      0.9.13cvs24.2
15007
15008         * src/prefs_actions.c
15009                 Fix over-zealous assertion. Patch by Alfons
15010
15011 2005-01-01 [colin]      0.9.13cvs24.1
15012
15013         * src/procmime.c
15014                 Sync with HEAD (leak fix)
15015
15016 2004-12-31 [colin]      0.9.13cvs23.2
15017
15018         * src/prefs_common.c
15019                 GTK2 widgets + stock buttons - patch by Alfons
15020
15021 2004-12-31 [paul]       0.9.13cvs23.1
15022
15023         * configure.ac
15024                 bump up EXTRA_VERSION to match (sync'ed) HEAD
15025         * src/gtk/pluginwindow.c
15026                 use GTK2 widgets and plug memory leaks,
15027                 patches by Alfons
15028
15029 2004-12-30 [colin]      0.9.13cvs22.4
15030
15031         * src/account.c
15032         * src/action.c
15033         * src/export.c
15034         * src/foldersel.c
15035         * src/import.c
15036         * src/message_search.c
15037         * src/prefs_actions.c
15038         * src/prefs_common.c
15039         * src/prefs_customheader.c
15040         * src/prefs_filtering.c
15041         * src/prefs_summary_column.c
15042         * src/summary_search.c
15043         * src/gtk/about.c
15044         * src/gtk/description_window.c
15045         * src/gtk/gtkutils.c
15046         * src/gtk/gtkutils.h
15047         * src/gtk/inputdialog.c
15048         * src/gtk/prefswindow.c
15049                 Use GTK2 stock buttons. Patches by Alfons.
15050
15051 2004-12-30 [colin]      0.9.13cvs22.3
15052
15053         * src/account.c
15054                 Sync with HEAD
15055         * src/prefs_actions.c
15056         * src/prefs_customheader.c
15057         * src/prefs_filtering.c
15058         * src/prefs_msg_colors.c
15059         * src/prefs_summary_column.c
15060         * src/gtk/prefswindow.c
15061                 Use GtkTreeView instead of deprecated 
15062                 widgets. Patches by Alfons.
15063
15064 2004-12-30 [paul]       0.9.13cvs22.2
15065
15066         * src/foldersel.c
15067                 use GTK 2 Tree View
15068                 patch by Alfons, with root folder sorting fix
15069                 by Stephan Sachse
15070
15071 2004-12-30 [paul]       0.9.13cvs22.1
15072
15073         * ChangeLog
15074         * ChangeLog.claws
15075         * ChangeLog.jp
15076         * NEWS
15077         * configure.ac
15078         * src/account.c
15079                 sync with HEAD
15080
15081 2004-12-22 [martin]     0.9.13cvs21.2
15082
15083         * src/action.c
15084                 free the command line after its use
15085
15086 2004-12-18 [paul]       0.9.13cvs21.1
15087
15088         * AUTHORS
15089         * ChangeLog
15090         * ChangeLog.claws
15091         * ChangeLog.jp
15092         * NEWS
15093         * configure.ac
15094         * src/action.c
15095         * src/compose.c
15096         * src/syldap.c
15097                 sync with HEAD
15098
15099 2004-12-17 [martin]     0.9.13cvs17.2
15100
15101         * src/action.c
15102                 convert actions input to locale
15103         * src/inc.c
15104                 convert notification command to locale
15105         * src/plugins/pgpmime/select-keys.c
15106                 convert attributes to utf8
15107
15108 2004-12-14 [colin]      0.9.13cvs17.1
15109
15110         * ChangeLog
15111         * ChangeLog.jp
15112         * ChangeLog.claws
15113         * src/action.c
15114         * src/common/utils.c
15115         * src/gtk/prefswindow.c
15116         * src/gtk/gtkutils.c
15117         * src/gtk/gtkutils.h
15118         * src/plugins/spamassassin/libspamc.c
15119                 Sync with HEAD
15120
15121 2004-12-13 [colin]      0.9.13cvs14.1
15122
15123         * src/quote_fmt_parse.y
15124                 Sync with HEAD
15125
15126 2004-12-10 [colin]      0.9.13cvs12.1
15127
15128         * src/prefs_themes.c
15129         * src/mainwindow.c
15130         * src/messageview.c
15131                 Sync with HEAD
15132
15133 2004-12-09 [colin]      0.9.13cvs10.1
15134
15135         * src/procmime.c
15136                 Sync with HEAD (fix B64 encoding from memory)
15137
15138 2004-12-08 [colin]      0.9.13cvs9.1
15139
15140         * src/gtk/colorlabel.c
15141                 Sync with HEAD
15142
15143 2004-12-08 [paul]       0.9.13cvs8.2
15144
15145         * src/gtk/pluginwindow.c
15146                 fix window resizing oddities
15147
15148 2004-12-08 [colin]      0.9.13cvs8.1
15149
15150         * src/quote_fmt_parse.y
15151                 Sync with HEAD
15152
15153 2004-12-08 [colin]      0.9.13cvs7.1
15154
15155         * src/matcher_parser_parse.y
15156         * src/msgcache.c
15157         * src/prefs_matcher.c
15158         * src/procheader.c
15159         * src/matcher.c
15160         * src/common/defs.h
15161         * po/sr.po
15162                 Sync with HEAD
15163
15164 2004-12-08 [colin]      0.9.13cvs6.1
15165
15166         * src/quote_fmt_parse.y
15167         * src/textview.c
15168                 Sync with HEAD
15169         * src/gtk/prefswindow.c
15170         * src/gtk/pluginwindow.c
15171                 Fix G_CALLBACKS protos (thanks to Alfons)
15172
15173 2004-12-07 [torte]      0.9.13cvs2.2
15174
15175         * src/procmime.c
15176                 [Bug 650] reply button causes crash
15177                 Thanks to David Relson and Christoph
15178
15179 2004-12-07 [colin]      0.9.13cvs2.1
15180
15181         * ChangeLog.claws
15182         * AUTHORS
15183         * po/sk.po
15184         * src/procmime.c
15185         * src/prefs_account.c
15186         * src/common/smtp.c
15187         * src/common/smtp.h
15188                 Sync with HEAD
15189
15190 2004-12-06 [colin]      0.9.12cvs187.1
15191
15192         * ChangeLog.claws
15193         * INSTALL
15194         * Makefile.am
15195         * README.claws
15196         * TODO.claws
15197         * configure.ac
15198         * po/bg.po
15199         * po/cs.po
15200         * po/el.po
15201         * po/en_GB.po
15202         * po/es.po
15203         * po/fr.po
15204         * po/hr.po
15205         * po/hu.po
15206         * po/it.po
15207         * po/ja.po
15208         * po/ko.po
15209         * po/nl.po
15210         * po/pl.po
15211         * po/pt_BR.po
15212         * po/ru.po
15213         * po/sk.po
15214         * po/sr.po
15215         * po/sv.po
15216         * po/zh_CN.po
15217         * po/zh_TW.Big5.po
15218         * src/compose.c
15219         * tools/Makefile.am
15220         * tools/README
15221         * tools/filter_conv.pl
15222         * tools/kdeservicemenu/README
15223         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15224         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15225                 Sync with HEAD
15226
15227 2004-12-04 [colin]      0.9.12cvs183.1
15228
15229         * src/compose.c
15230                 Sync with HEAD (compose window position saving)
15231
15232 2004-12-04 [paul]       0.9.12cvs182.3
15233
15234         * src/messageview.c
15235         * src/mimeview.c
15236         * src/prefs_customheader.c
15237         * src/gtk/quicksearch.c
15238                 replace some forgotten GTK_SIGNAL_FUNCs
15239
15240 2004-12-04 [paul]       0.9.12cvs182.2
15241
15242         * src/Makefile.am
15243                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
15244                 committed in error      
15245
15246 2004-12-04 [paul]       0.9.12cvs182.1
15247
15248         * ChangeLog
15249         * ChangeLog.claws
15250         * ChangeLog.jp
15251         * INSTALL
15252         * NEWS
15253         * README
15254         * README.jp
15255         * configure.ac
15256         * doc/manual/ja/Makefile.am
15257         * doc/manual/ja/sylpheed-1.html
15258         * doc/manual/ja/sylpheed-10.html
15259         * doc/manual/ja/sylpheed-11.html
15260         * doc/manual/ja/sylpheed-12.html
15261         * doc/manual/ja/sylpheed-13.html
15262         * doc/manual/ja/sylpheed-14.html
15263         * doc/manual/ja/sylpheed-15.html
15264         * doc/manual/ja/sylpheed-16.html
15265         * doc/manual/ja/sylpheed-17.html
15266         * doc/manual/ja/sylpheed-18.html
15267         * doc/manual/ja/sylpheed-19.html
15268         * doc/manual/ja/sylpheed-2.html
15269         * doc/manual/ja/sylpheed-20.html
15270         * doc/manual/ja/sylpheed-3.html
15271         * doc/manual/ja/sylpheed-4.html
15272         * doc/manual/ja/sylpheed-5.html
15273         * doc/manual/ja/sylpheed-6.html
15274         * doc/manual/ja/sylpheed-7.html
15275         * doc/manual/ja/sylpheed-8.html
15276         * doc/manual/ja/sylpheed-9.html
15277         * doc/manual/ja/sylpheed.html
15278         * doc/manual/ja/sylpheed.sgml
15279         * po/de.po
15280         * src/Makefile.am
15281         * src/compose.c
15282         * src/procmime.c
15283         * src/pixmaps/regular.xpm **REMOVED**
15284         * src/plugins/pgpmime/pgpmime.c
15285         * src/plugins/pgpmime/plugin.c
15286         * src/plugins/pgpmime/prefs_gpg.c
15287                 sync with HEAD
15288
15289 2004-12-03 [paul]       0.9.12cvs180.1
15290
15291         * ChangeLog
15292         * ChangeLog.claws
15293         * ChangeLog.jp
15294         * configure.ac
15295         * src/Makefile.am
15296         * src/pop.c
15297         * src/common/utils.c
15298         * src/common/utils.h
15299         * src/pixmaps/continue.xpm
15300         * src/pixmaps/dir_close.xpm
15301         * src/pixmaps/dir_open.xpm
15302         * src/pixmaps/drafts_close.xpm
15303         * src/pixmaps/drafts_open.xpm
15304         * src/pixmaps/folder.xpm **REMOVED**
15305         * src/pixmaps/group.xpm
15306         * src/pixmaps/unread.xpm
15307                 sync with HEAD
15308
15309 2004-12-02 [colin]      0.9.12cvs179.1
15310
15311         * src/compose.c
15312                 Sync with HEAD (non-duplicated reedition)
15313
15314 2004-12-02 [colin]      0.9.12cvs178.1
15315
15316         * src/compose.c
15317                 Sync with HEAD (linewrap_quote fix)
15318
15319 2004-12-01 [colin]      0.9.12cvs177.3
15320
15321         * src/addrharvest.c
15322                 Replace sizeof with strlen
15323
15324 2004-12-01 [paul]       0.9.12cvs177.2
15325
15326         * src/addrharvest.c
15327                 fix 'harvest addresses'
15328
15329 2004-11-30 [colin]      0.9.12cvs177.1
15330
15331         * src/gtk/prefswindow.c
15332         * src/gtk/pluginwindow.c
15333                 Sync with HEAD
15334
15335 2004-11-29 [colin]      0.9.12cvs176.1
15336
15337         * src/folderview.c
15338                 sync with HEAD (Fix disappearing separators in folderview's popup)
15339
15340 2004-11-29 [colin]      0.9.12cvs175.1
15341
15342         * src/procmime.c
15343                 Sync with head (another format fix)
15344
15345 2004-11-29 [colin]      0.9.12cvs174.1
15346
15347         * src/pop.c
15348                 Sync with HEAD (format string fix)
15349
15350 2004-11-26 [colin]      0.9.12cvs173.1
15351
15352         * src/common/smtp.c
15353         * src/common/smtp.h
15354                 Sync with HEAD
15355
15356 2004-11-24 [colin]      0.9.12cvs172.1
15357
15358         * src/plugins/pgpmime/pgpmime.c
15359                 Sync with HEAD
15360
15361 2004-11-24 [colin]      0.9.12cvs171.1
15362
15363         * src/plugins/pgpmime/pgpmime.c
15364                 Sync with head (gpgmectx leaks)
15365
15366 2004-11-24 [colin]      0.9.12cvs169.1
15367
15368         * src/plugins/pgpmime/plugin.c
15369         * src/plugins/trayicon/Makefile.am
15370         * src/plugins/trayicon/newmarkedmail.xpm
15371         * src/plugins/trayicon/trayicon.c
15372         * src/plugins/trayicon/unreadmarkedmail.xpm
15373                 Sync with HEAD
15374
15375 2004-11-23 [colin]      0.9.12cvs168.1
15376
15377         * src/partial_download.c
15378         * src/partial_download.h
15379         * src/plugins/pgpmime/plugin.c
15380                 Sync with HEAD
15381
15382 2004-11-23 [colin]      0.9.12cvs166.1
15383
15384         * src/Makefile.am
15385         * src/codeconv.c
15386         * src/compose.c
15387         * src/folderview.c
15388         * src/main.c
15389         * src/partial_download.c
15390         * src/partial_download.h
15391         * src/prefs_account.c
15392         * src/prefs_account.h
15393         * src/privacy.c
15394         * src/privacy.h
15395         * src/procmime.c
15396         * src/common/Makefile.am
15397         * src/common/base64.h
15398         * src/common/partial_download.c
15399         * src/common/partial_download.h
15400         * src/gtk/prefswindow.c
15401         * src/gtk/prefswindow.h
15402         * src/plugins/pgpmime/pgpmime.c
15403         * src/plugins/pgpmime/prefs_gpg.c
15404         * src/plugins/pgpmime/prefs_gpg.h
15405         * src/plugins/pgpmime/sgpgme.c
15406         * src/plugins/pgpmime/sgpgme.h
15407                 Sync with HEAD
15408
15409 2004-11-23 [colin]      0.9.12cvs163.1
15410
15411         * src/main.c
15412                 Sync with HEAD (cursor optimization)
15413
15414 2004-11-23 [colin]      0.9.12cvs162.1
15415
15416         * src/prefs_common.c
15417         * src/prefs_themes.c
15418         * src/procmsg.c
15419                 Sync with HEAD
15420
15421 2004-11-23 [colin]      0.9.12cvs158.9
15422
15423         * src/compose.c
15424                 Fix double-free when forwarding
15425         * src/msgcache.c
15426                 Fix leak on error path
15427                 
15428
15429 2004-11-23 [colin]      0.9.12cvs158.8
15430
15431         * src/compose.c
15432                 Fix possible double-free
15433                 Spotted by Alfons
15434
15435 2004-11-23 [colin]      0.9.12cvs158.7
15436
15437         * src/compose.c
15438                 Fix some signal handlers' prototypes
15439                 Spotted by Alfons
15440
15441 2004-11-22 [colin]      0.9.12cvs158.6
15442
15443         * src/compose.c
15444                 Remove unneeded code and duplicated
15445                 wrapping - patch by Alfons
15446
15447 2004-11-22 [colin]      0.9.12cvs158.5
15448
15449         * src/prefs_themes.c
15450                 Fix oversized selector
15451
15452 2004-11-22 [colin]      0.9.12cvs158.4
15453
15454         * src/compose.c
15455                 fix dump_text()
15456                 patch by Alfons
15457
15458 2004-11-19 [colin]      0.9.12cvs158.3
15459
15460         * src/textview.c
15461                 Add a context menu on links (open, copy)
15462
15463 2004-11-18 [paul]       0.9.12cvs158.2
15464
15465         * src/addrgather.c
15466         * src/exphtmldlg.c
15467         * src/expldifdlg.c
15468         * src/mimeview.c
15469         * src/prefs_common.c
15470         * src/plugins/image_viewer/viewer.c
15471         * src/plugins/spamassassin/spamassassin_gtk.c
15472                 replace deprecated gtk_notebook_set_page
15473                 and gtk_notebook_current_page
15474
15475 2004-11-18 [paul]       0.9.12cvs158.1
15476
15477         * configure.ac
15478         * src/compose.c
15479         * src/mainwindow.c
15480         * src/messageview.c
15481         * src/prefs_common.c
15482         * src/common/utils.c
15483         * src/common/utils.h
15484                 sync with HEAD
15485
15486 2004-11-17 [colin]      0.9.12cvs156.1
15487
15488         * src/prefs_account.c
15489         * src/prefs_account.h
15490         * src/procmsg.c
15491                 Sync with HEAD (add pref to store encrypted mails encrypted)
15492
15493 2004-11-17 [paul]       0.9.12cvs155.1
15494
15495         * ChangeLog
15496         * ChangeLog.claws
15497         * ChangeLog.jp
15498         * NEWS
15499         * configure.ac
15500         * src/compose.c
15501         * src/jpilot.c
15502         * src/privacy.c
15503         * src/procmime.c
15504         * src/procmime.h
15505         * src/procmsg.c
15506         * src/toolbar.c
15507         * src/pixmaps/error.xpm
15508                 sync with HEAD
15509
15510 2004-11-17 [colin]      0.9.12cvs151.1
15511
15512         * src/plugins/pgpmime/pgpmime.c
15513                 Sync with HEAD (remove debug printf)
15514
15515 2004-11-17 [colin]      0.9.12cvs150.1
15516
15517         * src/plugins/pgpmime/pgpmime.c
15518                 Sync with HEAD (off-by-one fix)
15519
15520 2004-11-17 [colin]      0.9.12cvs149.1
15521
15522         * src/procmsg.c
15523                 Sync with HEAD (coding style fixes)
15524
15525 2004-11-16 [colin]      0.9.12cvs148.1
15526
15527         * src/procmsg.c
15528                 Sync with head (Fix the fix)
15529
15530 2004-11-16 [colin]      0.9.12cvs147.1
15531
15532         * src/procmsg.c
15533                 Sync with Main (leak fix)
15534
15535 2004-11-16 [colin]      0.9.12cvs146.14
15536
15537         * src/compose.c
15538                 Remove useless chunk of code
15539                 Patch by Alfons
15540
15541 2004-11-15 [colin]      0.9.12cvs146.13
15542
15543         * src/compose.c
15544                 Fix drafting after insertion
15545                 Patch by Alfons
15546
15547 2004-11-15 [colin]      0.9.12cvs146.12
15548
15549         * src/compose.c
15550         * src/prefs_filtering.c
15551         * src/prefs_filtering_action.c
15552         * src/prefs_toolbar.c
15553                 Fix some const-correctness
15554
15555 2004-11-15 [colin]      0.9.12cvs146.11
15556
15557         * src/summaryview.c
15558         * src/prefs_themes.c
15559         * src/messageview.c
15560                 Fix some leaks
15561
15562 2004-11-15 [colin]      0.9.12cvs146.10
15563
15564         * src/codeconv.c
15565                 More unreadable locale fixes
15566
15567 2004-11-14 [colin]      0.9.12cvs146.9
15568
15569         * src/textview.c
15570                 Fix uri_security_check
15571                 Patch by Alfons
15572
15573 2004-11-13 [paul]       0.9.12cvs146.8
15574
15575         * src/folder.c
15576         * src/procmime.c
15577                 fix 2 bugs introduced in last commit
15578
15579 2004-11-13 [paul]       0.9.12cvs146.7
15580
15581         * src/compose.c
15582         * src/exporthtml.c
15583         * src/exportldif.c
15584         * src/folder.c
15585         * src/imap.c
15586         * src/imap_gtk.c
15587         * src/main.c
15588         * src/mainwindow.c
15589         * src/messageview.c
15590         * src/mh_gtk.c
15591         * src/prefs_themes.c
15592         * src/procmime.c
15593         * src/setup.c
15594         * src/summaryview.c
15595                 replace deprecated g_basename
15596
15597 2004-11-13 [paul]       0.9.12cvs146.6
15598
15599         * src/compose.c
15600         * src/imap.c
15601         * src/matcher_parser.h
15602         * src/matcher_parser_parse.y
15603         * src/prefs_filtering.c
15604         * src/prefs_filtering_action.c
15605         * src/prefs_themes.c
15606         * src/prefs_toolbar.c
15607         * src/common/utils.c
15608                 various small fixes/cleanups
15609
15610 2004-11-12 [colin]      0.9.12cvs146.5
15611
15612         * src/textview.c
15613                 Validate event's origin on visibility notify
15614                 Patch by Alfons.
15615
15616 2004-11-12 [paul]       0.9.12cvs146.4
15617
15618         * src/exporthtml.c
15619         * src/exportldif.c
15620         * src/imap.c
15621         * src/mh.c
15622         * src/mimeview.c
15623         * src/prefs_spelling.c
15624         * src/prefs_themes.c
15625                 replace deprecated g_dirname    
15626
15627 2004-11-12 [colin]      0.9.12cvs146.3
15628
15629         * src/textview.c
15630                 Some coding style fixes
15631
15632 2004-11-12 [colin]      0.9.12cvs146.2
15633
15634         * src/codeconv.c
15635                 We want to replace _all_ extended chars in
15636                 conv_unreadable_*, because any string containing
15637                 extended chars not parsing as UTF8 is 
15638                 undisplayed on gtk2.
15639
15640 2004-11-12 [paul]       0.9.12cvs146.1
15641
15642         * ChangeLog
15643         * ChangeLog.claws
15644         * ChangeLog.jp
15645         * NEWS
15646         * configure.ac
15647         * src/account.c
15648         * src/folderview.c
15649         * src/folderview.h
15650         * src/imap.c
15651         * src/imap_gtk.c
15652         * src/inc.c
15653         * src/mainwindow.c
15654         * src/mh_gtk.c
15655         * src/news_gtk.c
15656         * src/pop.c
15657         * src/prefs_account.c
15658         * src/prefs_account.h
15659         * src/prefs_ext_prog.c
15660         * src/procmime.c
15661         * src/procmime.h
15662         * src/procmsg.c
15663         * src/procmsg.h
15664         * src/summary_search.c
15665         * src/summaryview.c
15666         * src/textview.c
15667         * src/common/defs.h
15668         * src/common/utils.c
15669         * src/common/utils.h
15670         * src/gtk/menu.c
15671         * src/gtk/menu.h
15672                 sync with HEAD
15673
15674 2004-11-11 [colin]      0.9.12cvs144.2
15675
15676         * src/textview.c
15677                 Fix URI range selection (patch by Alfons)
15678
15679 2004-11-09 [colin]      0.9.12cvs144.1
15680
15681         * ChangeLog.claws
15682         * src/compose.c
15683         * src/folder.c
15684         * src/folder_item_prefs.c
15685         * src/prefs_account.c
15686         * src/prefs_account.h
15687         * src/plugins/pgpmime/pgpmime.c
15688                 Sync with HEAD
15689
15690 2004-11-08 [colin]      0.9.12cvs143.1
15691
15692         * src/summaryview.c
15693                 Sync with HEAD (optimize quicksearch)
15694
15695 2004-11-08 [colin]      0.9.12cvs142.2
15696
15697         * src/compose.c
15698                 Don't wrap when Edit/Auto wrapping is disabled
15699
15700 2004-11-08 [colin]      0.9.12cvs142.1
15701
15702         * src/textview.c
15703                 Sync with HEAD
15704
15705 2004-11-08 [colin]      0.9.12cvs141.1
15706
15707         * src/textview.c
15708                 Sync with HEAD (fix some mail URIs)
15709
15710 2004-11-08 [colin]      0.9.12cvs140.3
15711
15712         * src/textview.c
15713                 o Use text cursor instead of arrow when
15714                   not on a link
15715                 o Fix handling of contiguous links (as in
15716                   "colin@colino.net" <colin@colino.net>)
15717                   This one unveils a bug in get_email_part()
15718
15719 2004-11-07 [colin]      0.9.12cvs140.2
15720
15721         * src/textview.c
15722                 Fix memleak. Patch by Alfons.
15723
15724 2004-11-06 [colin]      0.9.12cvs140.1
15725
15726         * src/compose.c
15727                 Sync with HEAD (don't ask passphrase
15728                 when drafting)
15729
15730 2004-11-06 [paul]       0.9.12cvs139.2
15731
15732         * AUTHORS
15733         * src/textview.c
15734         * src/textview.h
15735                 textview URI handling. hovering over a 
15736                 link displays it in the status bar,
15737                 and changes the mouse pointer to a hand 
15738                 cursor. a link is activated with a single 
15739                 click. (Modified from the) patch by Jean-Yves 
15740                 Lefort <jylefort@users.sourceforge.net>
15741                 
15742
15743 2004-11-05 [colin]      0.9.12cvs139.1
15744
15745         * src/compose.c
15746         * src/procmime.c
15747                 Sync with HEAD again ^^
15748
15749 2004-11-05 [colin]      0.9.12cvs139.1
15750
15751         * src/compose.c
15752         * src/procmime.c
15753                 Sync with HEAD
15754
15755 2004-11-03 [paul]       0.9.12cvs138.1
15756
15757         * ChangeLog.claws
15758         * configure.ac
15759         * po/POTFILES.in
15760         * src/prefs_ext_prog.c
15761         * src/procmime.c
15762         * tools/kdeservicemenu/README
15763         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15764         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15765                 sync with HEAD
15766
15767 2004-11-01 [christoph]  0.9.12cvs136.2
15768
15769         * src/procmime.c
15770                 convert MIME parameters to UTF-8
15771
15772 2004-10-29 [colin]      0.9.12cvs136.1
15773
15774         * src/common/utils.c
15775                 Sync with HEAD (don't use '=' in mime boundary)
15776
15777 2004-10-29 [paul]       0.9.12cvs135.1
15778
15779         * configure.ac
15780         * doc/src/rfc2231.txt
15781         * src/procmime.c
15782         * src/common/quoted-printable.c
15783         * src/common/utils.c
15784         * src/common/utils.h
15785                 sync with HEAD
15786
15787 2004-10-27 [paul]       0.9.12cvs134.1
15788
15789         * configure.ac
15790         * src/main.c
15791         * src/procmime.c
15792         * src/plugins/pgpmime/pgpmime.c
15793                 sync with HEAD
15794
15795 2004-10-26 [paul]       0.9.12cvs132.3
15796
15797         * src/account.c
15798         * src/addressbook.c
15799         * src/addrgather.c
15800         * src/addrharvest.c
15801         * src/codeconv.c
15802         * src/compose.c
15803         * src/customheader.c
15804         * src/editaddress.c
15805         * src/editgroup.c
15806         * src/enriched.c
15807         * src/expldifdlg.c
15808         * src/exporthtml.c
15809         * src/exportldif.c
15810         * src/folder.c
15811         * src/foldersel.c
15812         * src/folderview.c
15813         * src/grouplistdialog.c
15814         * src/html.c
15815         * src/imap.c
15816         * src/jpilot.c
15817         * src/ldapserver.c
15818         * src/ldif.c
15819         * src/mimeview.c
15820         * src/news.c
15821         * src/news_gtk.c
15822         * src/pop.c
15823         * src/prefs_display_header.c
15824         * src/prefs_gtk.c
15825         * src/prefs_msg_colors.c
15826         * src/prefs_toolbar.c
15827         * src/procheader.c
15828         * src/procmime.c
15829         * src/summaryview.c
15830         * src/textview.c
15831         * src/toolbar.c
15832         * src/vcard.c
15833         * src/common/mgutils.c
15834         * src/common/nntp.c
15835         * src/common/smtp.c
15836         * src/common/template.c
15837         * src/common/utils.c
15838         * src/common/xmlprops.c
15839         * src/plugins/pgpmime/pgpmime.c
15840         * src/plugins/pgpmime/select-keys.c
15841         * src/plugins/pgpmime/sgpgme.c
15842                 replace deprecated g_strcasecmp(), g_strncasecmp(),
15843                 g_string_sprintfa(), gtk_notebook_current_page()
15844
15845 2004-10-26 [colin]      0.9.12cvs132.2
15846
15847         * src/prefs_folder_item.c
15848                 Fix default-account selection
15849
15850 2004-10-21 [colin]      0.9.12cvs133
15851
15852         * src/compose.c
15853                 Sync with HEAD (Remove extra separator in compose's Options)
15854         * src/textview.c
15855                 Set wrapping to char
15856
15857 2004-10-21 [paul]       0.9.12cvs131.2
15858
15859         * src/compose.c
15860         * src/sourcewindow.c
15861                 fix wrapping
15862                 fix window shrinking 
15863
15864 2004-10-21 [colin]      0.9.12cvs131.1
15865
15866         * ChangeLog.claws
15867         * src/compose.c
15868                 Sync with HEAD
15869
15870 2004-10-21 [paul]       0.9.12cvs130.2
15871
15872         * src/prefs_folder_item.c
15873                 sync with HEAD (Apply to subfolders)
15874
15875 2004-10-19 [colin]      0.9.12cvs130.1
15876
15877         * ChangeLog.claws
15878         * src/compose.c
15879         * src/common/utils.c
15880         * src/gtk/menu.c
15881                 Sync with HEAD
15882
15883 2004-10-19 [colin]      0.9.12cvs128.1
15884
15885         * src/addrbook.c
15886         * src/addrcache.c
15887         * src/addressbook.c
15888         * src/codeconv.c
15889         * src/compose.c
15890         * src/customheader.c
15891         * src/editaddress.c
15892         * src/editgroup.c
15893         * src/exporthtml.c
15894         * src/folder.c
15895         * src/folderview.c
15896         * src/imap.c
15897         * src/jpilot.c
15898         * src/main.c
15899         * src/matcher_parser_parse.y
15900         * src/mbox.c
15901         * src/pop.c
15902         * src/prefs_account.c
15903         * src/prefs_gtk.c
15904         * src/prefs_msg_colors.c
15905         * src/procheader.c
15906         * src/procmime.c
15907         * src/procmime.h
15908         * src/procmsg.c
15909         * src/summaryview.c
15910         * src/textview.c
15911         * src/common/base64.c
15912         * src/common/partial_download.c
15913         * src/common/socket.c
15914         * src/common/sylpheed.c
15915         * src/common/utils.c
15916         * src/common/utils.h
15917         * src/gtk/pluginwindow.c
15918         * src/gtk/quicksearch.c
15919         * src/plugins/clamav/clamav_plugin.c
15920         * src/plugins/clamav/clamav_plugin.h
15921         * src/plugins/clamav/clamav_plugin_gtk.c
15922         * src/plugins/pgpmime/passphrase.c
15923         * src/plugins/pgpmime/pgpmime.c
15924         * src/plugins/pgpmime/plugin.c
15925         * src/plugins/pgpmime/prefs_gpg.c
15926         * src/plugins/pgpmime/prefs_gpg.h
15927         * src/plugins/pgpmime/select-keys.c
15928         * src/plugins/pgpmime/sgpgme.c
15929         * src/plugins/spamassassin/libspamc.c
15930         * src/plugins/spamassassin/spamassassin.c
15931         * src/plugins/spamassassin/spamassassin.h
15932         * src/plugins/spamassassin/spamassassin_gtk.c
15933         * src/plugins/trayicon/trayicon.c
15934         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
15935                 Sync with HEAD
15936
15937 2004-10-14 [colin]      0.9.12cvs126.2
15938
15939         * src/codeconv.c
15940         * src/textview.c
15941                 Fix conv_unreadable_locale
15942
15943 2004-10-13 [colin]      0.9.12cvs126.1
15944
15945         * src/compose.c
15946                 Sync with HEAD (don't convert charset for 
15947                 drafted messages, minor cleanup)
15948
15949 2004-10-13 [colin]      0.9.12cvs125.1
15950
15951         * po/POTFILES.in
15952                 Sync with HEAD (POTFILES fix)
15953
15954 2004-10-12 [colin]      0.9.12cvs124.3
15955
15956         * src/compose.c
15957                 Fix encoding bug from latest sync
15958
15959 2004-10-12 [paul]       0.9.12cvs124.2
15960
15961         * src/plugins/pgpmime/prefs_gpg.c
15962         * src/plugins/pgpmime/prefs_gpg.h
15963                 forgotten in last commit        
15964
15965 2004-10-12 [paul]       0.9.12cvs124.1
15966
15967         * ChangeLog.claws
15968         * configure.ac
15969         * m4/spamassassin.m4
15970         * src/Makefile.am
15971         * src/account.c
15972         * src/compose.c
15973         * src/compose.h
15974         * src/crash.c
15975         * src/main.c
15976         * src/mimeview.c
15977         * src/passphrase.c
15978         * src/passphrase.h
15979         * src/prefs_account.c
15980         * src/prefs_account.h
15981         * src/prefs_common.c
15982         * src/privacy.c
15983         * src/privacy.h
15984         * src/procmime.c
15985         * src/procmime.h
15986         * src/procmsg.c
15987         * src/rfc2015.c
15988         * src/rfc2015.h
15989         * src/select-keys.c
15990         * src/select-keys.h
15991         * src/textview.c
15992         * src/common/utils.c
15993         * src/common/utils.h
15994         * src/gtk/about.c
15995         * src/plugins/pgpmime/Makefile.am
15996         * src/plugins/pgpmime/passphrase.c
15997         * src/plugins/pgpmime/passphrase.h
15998         * src/plugins/pgpmime/pgpmime.c
15999         * src/plugins/pgpmime/plugin.c
16000         * src/plugins/pgpmime/select-keys.c
16001         * src/plugins/pgpmime/select-keys.h
16002         * src/plugins/pgpmime/sgpgme.c
16003         * src/plugins/pgpmime/sgpgme.h
16004                 sync with HEAD
16005
16006 2004-10-04 [colin]      0.9.12cvs122.1
16007
16008         * src/mainwindow.c
16009         * src/messageview.c
16010         * src/messageview.h
16011         * src/textview.c
16012                 Sync with HEAD
16013
16014 2004-10-04 [colin]      0.9.12cvs121.1
16015
16016         * src/summaryview.c
16017                 Sync with HEAD
16018
16019 2004-10-04 [paul]       0.9.12cvs120.1
16020
16021         * configure.ac
16022                 sync with HEAD [don't try to build 
16023                 pgpmime plugin when gpgme is disabled]
16024
16025 2004-10-03 [colin]      0.9.12cvs119.3
16026
16027         * src/gtk/gtksctree.c
16028                 Lots of side effects. Put back as before 117.2.
16029         * src/summaryview.c
16030                 Fix bug #602
16031
16032 2004-10-03 [colin]      0.9.12cvs119.2
16033
16034         * src/gtk/gtksctree.c
16035                 Revert 608 fix that doesn't work that good
16036
16037 2004-10-02 [colin]      0.9.12cvs119.1
16038
16039         * src/mainwindow.c
16040         * src/messageview.c
16041         * src/prefs_common.h
16042         * src/procmime.c
16043         * src/procmime.h
16044         * src/textview.c
16045                 Sync with HEAD
16046         * src/gtk/gtksctree.c
16047                 Close bug #608
16048
16049 2004-10-01 [colin]      0.9.12cvs118.1
16050
16051         * src/mimeview.c
16052                 Sync with HEAD (better Save All fix)
16053
16054 2004-10-01 [colin]      0.9.12cvs117.2
16055
16056         * src/gtk/gtksctree.c
16057                 Faster on selection
16058
16059 2004-10-01 [colin]      0.9.12cvs117.1
16060
16061         * src/mimeview.c
16062                 Sync with HEAD (Save All: only attachments)
16063
16064 2004-10-01 [paul]       0.9.12cvs116.1
16065
16066         * ChangeLog.claws
16067         * configure.ac
16068         * src/account.c
16069         * src/prefs_common.c
16070         * src/gtk/colorlabel.c
16071                 sync with HEAD
16072
16073 2004-09-30 [colin]      0.9.12cvs115.1
16074
16075         * src/stock_pixmap.c
16076         * src/stock_pixmap.h
16077         * src/folderview.c
16078         * src/Makefile.am
16079         * src/pixmaps/read.xpm
16080                 Sync with HEAD (new pixmap)
16081
16082 2004-09-29 [colin]      0.9.12cvs114.1
16083
16084         * src/compose.c
16085                 Sync with HEAD
16086                 Fix focus handling in headers
16087
16088 2004-09-29 [paul]       0.9.12cvs113.1
16089
16090         * src/quote_fmt_parse.y
16091                 sync with HEAD
16092  
16093
16094 2004-09-28 [colin]      0.9.12cvs112.1
16095
16096         * src/folderview.c
16097         * src/mainwindow.c
16098                 Sync with HEAD
16099
16100 2004-09-28 [colin]      0.9.12cvs110.1
16101
16102         * src/folderview.c
16103                 Sync with HEAD (Contextual Empty trash menu)
16104
16105 2004-09-28 [colin]      0.9.12cvs108.1
16106
16107         * src/addressbook.c
16108                 Sync with HEAD (addressbook edit on double-click)
16109
16110 2004-09-28 [colin]      0.9.12cvs106.1
16111
16112         * src/inc.c
16113                 Sync with HEAD (folder_item freeze on inc)
16114
16115 2004-09-27 [colin]      0.9.12cvs105.1
16116
16117         * src/folderview.c
16118                 Sync with HEAD (right-align new and unread column)
16119
16120 2004-09-27 [colin]      0.9.12cvs104.1
16121
16122         * src/main.c
16123                 Sync with HEAD (revert 0.9.12cvs101)
16124
16125 2004-09-24 [colin]      0.9.12cvs103.2
16126
16127         * src/wizard.c
16128                 Fix gtk warnings and use domain part of the email address 
16129                 when domain detection fails (no dot in domain name)
16130
16131 2004-09-23 [colin]      0.9.12cvs103.1
16132
16133         * src/plugins/spamassassin/libspamc.c
16134         * src/plugins/spamassassin/libspamc.h
16135         * src/plugins/spamassassin/utils.c
16136         * src/plugins/spamassassin/utils.h
16137                 Sync with HEAD (Update spamassassin to 3.0)
16138
16139 2004-09-21 [colin]      0.9.12cvs102.3
16140
16141         * src/action.c
16142                 Add horizontal scrollbar in action io dialog as needed
16143                 Patch by Alfons.
16144
16145 2004-09-20 [colin]      0.9.12cvs102.2
16146
16147         * src/plugins/image_viewer/viewer.c
16148                 Remove imlib stuff
16149                 use gtk_pixmap_set when clearing
16150                 (would be better to use gtkImages, but causes size-allocate 
16151                 signals storm)
16152
16153 2004-09-17 [paul]       0.9.12cvs102.1
16154
16155         * ChangeLog
16156         * ChangeLog.claws
16157         * ChangeLog.jp
16158         * configure.ac
16159         * src/inc.c
16160                 sync with HEAD
16161
16162
16163 2004-09-17 [colin]      0.9.12cvs101.1
16164
16165         * ChangeLog.claws
16166         * src/main.c
16167                 Sync with HEAD (fix segs at exit)
16168
16169 2004-09-14 [colin]      0.9.12cvs99.5
16170
16171         * src/common/socket.c
16172         * AUTHORS
16173                 Fix send error on 64bit platforms
16174                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
16175
16176 2004-09-14 [colin]      0.9.12cvs99.4
16177
16178         * src/action.c
16179                 Fix action output with utf8 
16180                 Patch by Alfons.
16181
16182 2004-09-14 [colin]      0.9.12cvs99.3
16183
16184         * ChangeLog.claws
16185         * src/folder.c
16186                 Sync with HEAD
16187
16188 2004-09-09 [colin]      0.9.12cvs99.2
16189
16190         * src/action.c
16191                 Fix progress bar (displaying "Completed %v/%u")
16192                 Patch by Alfons.
16193
16194 2004-09-08 [colin]      0.9.12cvs99.1
16195
16196         * src/account.c
16197         * src/folder.c
16198         * src/procmsg.c
16199         * src/procmsg.h
16200         * src/plugins/pgpmime/pgpmime.c
16201                 Sync with HEAD
16202
16203 2004-09-08 [colin]      0.9.12cvs97.2
16204
16205         * src/summaryview.c
16206                 Don't select mails in collapsed threads 
16207                 when navigating with up/down
16208
16209 2004-09-07 [colin]      0.9.12cvs97.1
16210
16211         * src/inc.c
16212                 Sync with HEAD (meaningful error messages)
16213
16214 2004-09-06 [colin]      0.9.12cvs96.1
16215
16216         * src/toolbar.c
16217                 Sync with HEAD (fix Redirect graying out)
16218
16219 2004-09-06 [colin]      0.9.12cvs95.1
16220
16221         * src/summaryview.c
16222         * src/mimeview.c
16223                 Sync with HEAD (fix dropped URIs)
16224
16225 2004-09-06 [colin]      0.9.12cvs94.1
16226
16227         * src/addressbook.c
16228         * src/addressitem.h
16229         * src/addritem.c
16230         * src/addritem.h
16231                 Sync with HEAD (addressbook DnD)
16232
16233 2004-09-03 [colin]      0.9.12cvs93.1
16234
16235         * src/summaryview.c
16236                 Sync with HEAD (next/prev unread)
16237
16238 2004-09-03 [colin]      0.9.12cvs92.1
16239
16240         * src/prefs_common.c
16241         * src/prefs_common.h
16242         * src/summaryview.c
16243                 Sync with HEAD ('mark_as_read_delay' pref)
16244
16245 2004-09-02 [colin]      0.9.12cvs91.2
16246
16247         * src/common/xml.c
16248                 Fix leak
16249
16250 2004-09-02 [colin]      0.9.12cvs91.1
16251
16252         * src/gtk/menu.c
16253                 Sync with HEAD (menu accel don't work, but whatever)
16254
16255 2004-09-02 [colin]      0.9.12cvs90.1
16256
16257         * src/account.c
16258                 Sync with HEAD (fix bug 582)
16259
16260 2004-09-02 [colin]      0.9.12cvs89.1
16261
16262         * src/addrindex.c
16263                 Sync with HEAD (free deleted queries)
16264
16265 2004-09-02 [colin]      0.9.12cvs88.1
16266
16267         * src/ldapquery.c
16268                 Sync with HEAD (fix LDAP freezes)
16269
16270 2004-09-02 [colin]      0.9.12cvs87.1
16271
16272         * src/prefs_spelling.c
16273                 Sync with HEAD (add default dictionary)
16274
16275 2004-09-01 [colin]      0.9.12cvs86.1
16276
16277         * src/filtering.c
16278         * src/folderview.c
16279         * src/imap.c
16280         * src/prefs_matcher.c
16281         * src/stock_pixmap.c
16282         * src/summary_search.c
16283         * src/summaryview.c
16284         * src/wizard.c
16285         * src/wizard.h
16286                 Sync with HEAD (uninitialized vars fixes)
16287                 + gtk2 specific warning fixes
16288
16289 2004-08-31 [colin]      0.9.12cvs85.1
16290
16291         * src/folder.c
16292                 Sync with HEAD (Fix memory corruption due to 
16293                 uninitialized var)
16294
16295 2004-08-31 [colin]      0.9.12cvs84.4
16296
16297         * src/summary_search.c
16298                 Fix segfaults when searching in folders with broken headers
16299
16300 2004-08-31 [colin]      0.9.12cvs84.3
16301
16302         * src/compose.c
16303         * src/textview.c
16304                 Fix some more encoding/decoding issues
16305
16306 2004-08-30 [colin]      0.9.12cvs84.2
16307
16308         * src/mimeview.c
16309         * src/prefs_themes.c
16310         * src/gtk/filesel.c
16311         * src/gtk/filesel.h
16312                 Add a folder-mode selection (fixes mimeview's "Save all")
16313
16314 2004-08-29 [colin]      0.9.12cvs84.1
16315
16316         * src/mimeview.c
16317                 Sync with HEAD (don't escape saved filenames)
16318
16319 2004-08-27 [colin]      0.9.12cvs83.1
16320
16321         * ChangeLog
16322         * ChangeLog.claws
16323         * ChangeLog.jp
16324         * src/mh.c
16325         * src/procheader.c
16326         * src/procmsg.c
16327         * src/procmsg.h
16328         * src/common/utils.c
16329         * src/gtk/menu.h
16330         * po/
16331                 Sync with HEAD 0.9.12cvs83 (sync with main)
16332
16333 2004-08-26 [colin]      0.9.12cvs82.4
16334
16335         * src/codeconv.c
16336                 Fix strange stack corruption
16337                 Convert to utf8 after unmime, not before
16338
16339 2004-08-26 [colin]      0.9.12cvs82.3
16340
16341         * src/main.c
16342         * src/wizard.c
16343                 Fix account folders duplication
16344
16345 2004-08-25 [colin]      0.9.12cvs82.2
16346
16347         * src/wizard.c
16348                 Remove ports
16349                 Add SSL selection
16350                 Use login@server as account name
16351
16352 2004-08-25 [colin]      0.9.12cvs82.1
16353
16354         * src/plugins/pgpmime/pgpmime.c
16355                 Sync with HEAD (leak fix).
16356
16357 2004-08-25 [colin]      0.9.12cvs81.1
16358
16359         * src/plugins/pgpmime/pgpmime.c
16360         * src/plugins/pgpmime/sgpgme.c
16361         * src/plugins/pgpmime/sgpgme.h
16362                 Sync with HEAD (Handle combined messages).
16363
16364 2004-08-24 [colin]      0.9.12cvs80.3
16365
16366         * src/wizard.c
16367                 Fix full name, ports, and imap
16368
16369 2004-08-24 [colin]      0.9.12cvs80.2
16370
16371         * src/Makefile.am
16372         * src/main.c
16373         * src/setup.c
16374         * src/setup.h
16375         * src/stock_pixmap.c
16376         * src/stock_pixmap.h
16377         * src/wizard.c ** ADDED **
16378         * src/wizard.h ** ADDED ** 
16379         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
16380                 Add a setup wizard 
16381
16382 2004-08-24 [colin]      0.9.12cvs80.1
16383
16384         * src/folder.c
16385                 Sync with HEAD (set mimeflags on all messages)
16386
16387 2004-08-24 [colin]      0.9.12cvs79.3
16388
16389         * src/matcher_parser_lex.l
16390                 Fix 8bits strings not in utf8
16391
16392 2004-08-24 [colin]      0.9.12cvs79.2
16393
16394         * src/compose.c
16395                 Check conversion result before replacing buffer
16396
16397 2004-08-23 [colin]      0.9.12cvs79.1
16398
16399         * src/compose.c
16400                 Sync with HEAD (create message header in memory)
16401
16402 2004-08-23 [colin]      0.9.12cvs78.1
16403
16404         * src/rfc2015.c
16405         * src/rfc2015.h
16406                 Sync with HEAD (fix bug 197 again)
16407
16408 2004-08-23 [colin]      0.9.12cvs77.3
16409
16410         * src/compose.c
16411                 Fix again inline gpg signing (which outputs utf8
16412                 in gtk2). Not syncing this fix to HEAD as this 
16413                 code is meant to die.
16414
16415 2004-08-23 [colin]      0.9.12cvs77.2
16416
16417         * src/prefs_account.h
16418                 Remove useless include
16419
16420 2004-08-23 [colin]      0.9.12cvs77.1
16421
16422         * src/imap.c
16423         * po/es.po
16424         * po/fr.po
16425         * po/it.po
16426         * po/pl.po
16427         * po/pt_BR.po
16428         * po/sk.po
16429         * po/sr.po
16430                 Sync with HEAD (fix bug 577)
16431
16432 2004-08-22 [colin]      0.9.12cvs76.1
16433
16434         * src/plugins/trayicon/trayicon.c
16435                 Sync with HEAD (fix formatting bug)
16436
16437 2004-08-21 [colin]      0.9.12cvs74.2
16438
16439         * src/gtk/colorsel.c
16440                 Fix bug 564 (Folder color selection window exits on any
16441                 keypress)
16442
16443 2004-08-21 [colin]      0.9.12cvs74.1
16444
16445         * ChangeLog.claws
16446         * src/compose.c
16447         * src/summaryview.c
16448         * src/toolbar.c
16449                 Sync with HEAD (fix bug 576)
16450
16451 2004-08-21 [colin]      0.9.12cvs70.1
16452
16453         * src/compose.c
16454         * src/mainwindow.c
16455                 Sync with HEAD
16456                 
16457
16458 2004-08-21 [paul]       0.9.12cvs66.4
16459
16460         * src/mainwindow.c
16461         * src/messageview.c
16462         * src/gtk/menu.c
16463         * src/plugins/spamassassin/spamassassin_gtk.c
16464                 remove some deprecated gtk1 functions
16465
16466
16467 2004-08-21 [colin]      0.9.12cvs66.3
16468
16469         * src/compose.c
16470         * src/codeconv.c
16471                 Fix warnings
16472                 Remove encoding hacks
16473                 Fix bug 575 (Strange character messes up message)
16474                 Don't display conversion error when drafting
16475
16476 2004-08-21 [paul]       0.9.12cvs66.2
16477
16478         * src/prefs_account.c
16479                 fix GnuPG mode bugs
16480
16481
16482 2004-08-20 [colin]      0.9.12cvs66.1
16483
16484         * src/codeconv.c
16485                 Sync with HEAD 0.9.12cvs66
16486
16487 2004-08-20 [paul]
16488
16489         * src/plugins/pgpmime/plugin.c
16490                 modify PGP/MIME plugin's description
16491
16492 2004-08-17 [colin]      0.9.12cvs65.1
16493
16494         * src/common/ssl.c
16495         * src/plugins/pgpmime/plugin.c
16496                 Sync with HEAD
16497
16498 2004-08-14 [colin]      0.9.12cvs60.3
16499
16500         * src/plugins/trayicon/trayicon.c
16501                 Put back resize callback, on size-request signal
16502                 rather than size-allocate to avoid infinite 
16503                 callback loop
16504
16505 2004-08-13 [colin]      0.9.12cvs60.2
16506
16507         * src/common/defs.h
16508                 Cache versions have been fixed
16509
16510 2004-08-13 [colin]      0.9.12cvs60.1
16511
16512         * src/folderutils.c
16513                 Sync with HEAD
16514
16515 2004-08-12 [colin]      0.9.12cvs59.1
16516
16517         * src/plugins/trayicon/trayicon.c
16518                 Sync with HEAD
16519
16520 2004-08-12 [colin]      0.9.12cvs57.5
16521
16522         * sylpheed.desktop
16523         * configure.ac
16524         * src/Makefile.am
16525         * src/main.c
16526                 Add support for Freedesktop.org's startup notification
16527
16528 2004-08-11 [colin]      0.9.12cvs57.4
16529
16530         * src/textview.c
16531                 Fix off-by-one
16532
16533 2004-08-11 [colin]      0.9.12cvs57.3
16534
16535         * src/message_search.c
16536         * src/summary_search.c
16537                 Make searches case insensitive by default
16538         * src/textview.c
16539                 Fix case-insensitive search in message
16540
16541 2004-08-11 [colin]      0.9.12cvs57.2
16542
16543         * src/summary_search.c
16544                 Let case-sensitive be specified
16545
16546 2004-08-10 [colin]      0.9.12cvs55.4
16547
16548         * src/common/socket.c
16549                 Fix the possible race condition
16550
16551 2004-08-09 [paul]       0.9.12cvs55.3
16552
16553         * configure.ac
16554         * src/Makefile.am
16555         * src/common/Makefile.am
16556                 sync with HEAD
16557
16558
16559 2004-08-09 [paul]       0.9.12cvs55.2
16560
16561         * autogen.sh
16562         * po/poconv.sh
16563                 remove unneeded script
16564
16565         * configure.ac
16566                 add forgotten USE_LDAP_TLS (sync with HEAD)
16567
16568
16569 2004-08-09 [colin]      0.9.12cvs55.1
16570
16571         * src/main.c
16572         * src/common/ssl.c
16573         * src/common/sylpheed.c
16574         * src/common/sylpheed.h
16575                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
16576
16577 2004-08-09 [paul]       0.9.12cvs54.1
16578
16579         * ChangeLog
16580         * ChangeLog.claws
16581         * ChangeLog.jp
16582         * configure.ac
16583         * po/POTFILES.in
16584         * src/Makefile.am
16585         * src/folderutils.c
16586         * src/main.c
16587         * src/pgpmime.c
16588         * src/pgpmime.h
16589         * src/sgpgme.c
16590         * src/sgpgme.h
16591         * src/plugins/Makefile.am
16592         * src/plugins/pgpmime/.cvsignore
16593         * src/plugins/pgpmime/Makefile.am
16594         * src/plugins/pgpmime/pgpmime.c
16595         * src/plugins/pgpmime/pgpmime.h
16596         * src/plugins/pgpmime/plugin.c
16597         * src/plugins/pgpmime/sgpgme.c
16598         * src/plugins/pgpmime/sgpgme.h
16599                 sync with HEAD
16600
16601 2004-08-08 [paul]       0.9.12cvs51.1
16602
16603         * configure.ac
16604         * src/folder.c
16605                 sync with HEAD
16606
16607 2004-08-07 [colin]      0.9.12cvs50.1
16608
16609         * src/pop.c
16610         * src/common/partial_download.c
16611                 fix warnings (sync from HEAD)
16612
16613 2004-08-07 [colin]      0.9.12cvs48.1
16614
16615         * src/prefs_folder_item.c
16616                 sync with HEAD 0.9.12cvs48
16617
16618 2004-08-06 [colin]      0.9.12cvs47.1
16619
16620         * src/compose.c
16621                 Sync with HEAD
16622
16623 2004-08-06 [christoph]  0.9.12cvs46.2
16624
16625         * src/main.c
16626         * src/plugins/clamav/clamav_plugin_gtk.c
16627         * src/plugins/dillo_viewer/dillo_viewer.c
16628         * src/plugins/image_viewer/plugin.c
16629         * src/plugins/mathml_viewer/mathml_viewer.c
16630         * src/plugins/spamassassin/spamassassin_gtk.c
16631         * src/plugins/trayicon/trayicon.c
16632                 don't mix GTK1.2 plugin with GTK2 plugins
16633
16634 2004-08-06 [colin]      0.9.12cvs46.1
16635
16636         * ChangeLog
16637         * ChangeLog.claws
16638         * ChangeLog.jp
16639         * configure.ac
16640         * sylpheed-claws.pc.in
16641         * src/folder.c
16642         * src/imap.c
16643         * src/localfolder.c
16644         * src/messageview.c
16645         * src/mimeview.c
16646         * src/mimeview.h
16647         * src/msgcache.c
16648         * src/news.c
16649         * src/prefs_ext_prog.c
16650         * src/prefs_folder_item.c
16651         * src/prefs_fonts.c
16652         * src/prefs_msg_colors.c
16653         * src/prefs_spelling.c
16654         * src/prefs_themes.c
16655         * src/prefs_toolbar.c
16656         * src/prefs_wrapping.c
16657         * src/procmime.h
16658         * src/common/defs.h
16659         * src/common/nntp.c
16660         * src/common/session.c
16661         * src/common/session.h
16662         * src/common/socket.c
16663         * src/common/utils.h
16664         * src/common/xml.c
16665         * src/common/xml.h
16666         * src/gtk/prefswindow.c
16667         * src/gtk/prefswindow.h
16668         * src/plugins/clamav/clamav_plugin_gtk.c
16669         * src/plugins/dillo_viewer/dillo_prefs.c
16670         * src/plugins/image_viewer/viewerprefs.c
16671         * src/plugins/spamassassin/spamassassin_gtk.c
16672         * m4/openssl.m4 *** REMOVED ***
16673                 Sync with HEAD 0.9.12cvs46
16674
16675 2004-08-03 [paul]       0.9.12cvs40.2
16676
16677         * src/action.c
16678         * src/addressadd.c
16679         * src/addressbook.c
16680         * src/addrgather.c
16681         * src/browseldap.c
16682         * src/compose.c
16683         * src/crash.c
16684         * src/editaddress.c
16685         * src/editgroup.c
16686         * src/editldap_basedn.c
16687         * src/foldersel.c
16688         * src/importldif.c
16689         * src/mimeview.c
16690         * src/prefs_common.c
16691         * src/prefs_template.c
16692         * src/sourcewindow.c
16693         * src/summaryview.c
16694         * src/gtk/about.c
16695         * src/gtk/foldersort.c
16696         * src/gtk/logwindow.c
16697         * src/gtk/pluginwindow.c
16698         * src/gtk/prefswindow.c
16699                 change all gtk_scrolled_window_set_policy from 
16700                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
16701
16702 2004-08-02 [paul]       0.9.12cvs40.1
16703
16704         * AUTHORS
16705                 update translation team section
16706         * po/pt_BR.po
16707                 updated by Frederico Goncalves Guimaraes
16708                 <fggdebian@yahoo.com.br>
16709
16710 2004-07-31 [colin]      0.9.12cvs39.9
16711
16712         * src/exphtmldlg.c
16713                 Fix compilation
16714
16715 2004-07-31 [colin]      0.9.12cvs39.8
16716
16717         * src/exphtmldlg.c
16718                 Fix an alertpanel type
16719
16720 2004-07-30 [colin]      0.9.12cvs39.7
16721
16722         * src/alertpanel.c
16723                 Fix alertpanel_error_log's icon
16724
16725 2004-07-30 [colin]      0.9.12cvs39.6
16726
16727         * src/pop.c
16728                 Two of them should still be warnings
16729
16730 2004-07-30 [colin]      0.9.12cvs39.5
16731
16732         * src/pop.c
16733                 More warning -> error
16734 2004-07-29 [colin]      0.9.12cvs39.4
16735
16736         * src/pop.c
16737                 Warning -> error
16738
16739 2004-07-29 [colin]      0.9.12cvs39.3
16740
16741         * src/prefs_matcher.c
16742                 Fix segfault
16743
16744 2004-07-29 [colin]      0.9.12cvs39.2
16745
16746         * src/alertpanel.c
16747                 More nice-looking alertpanels
16748
16749 2004-07-29 [colin]      0.9.12cvs39.1
16750
16751         * src/messageview.c
16752                 sync with head
16753                 (inform user when partial mail is deleted on server)
16754
16755 2004-07-29 [colin]      0.9.12cvs38.1
16756
16757         * src/messageview.c
16758                 sync with head
16759
16760 2004-07-28 [paul]       0.9.12cvs37.7
16761
16762         * src/mainwindow.c
16763                 complete the replacement of deprecated gtk_progress_*
16764
16765 2004-07-28 [paul]       0.9.12cvs37.6
16766
16767         * src/action.c
16768         * src/inc.c
16769         * src/mainwindow.c
16770         * src/send_message.c
16771         * src/gtk/progressdialog.c
16772         * src/gtk/progressdialog.h
16773                 replace deprecated gtk_progress_*
16774
16775 2004-07-28 [paul]       0.9.12cvs37.5
16776
16777         * src/gtk/filesel.c
16778                 remove gtk_window_set_wmclass()
16779 2004-07-28 [paul]       0.9.12cvs37.4
16780
16781         * src/addressbook.c
16782         * src/compose.c
16783         * src/foldersel.c
16784         * src/mainwindow.c
16785         * src/messageview.c
16786         * src/sourcewindow.c
16787         * src/gtk/logwindow.c
16788                 remove gtk_window_set_wmclass()
16789                 
16790         * src/prefs_filtering.c
16791         * src/prefs_filtering_action.c
16792         * src/prefs_fonts.c
16793         * src/prefs_gtk.c
16794         * src/prefs_matcher.c
16795         * src/ssl_manager.c
16796         * src/gtk/prefswindow.c
16797                 replace gtk_window_position()
16798
16799 2004-07-28 [colin]      0.9.12cvs37.3
16800
16801         * src/alertpanel.c
16802         * src/alertpanel.h
16803                 Add a way to specify panel type for specific
16804                 panels (alertpanel())
16805         * src/account.c
16806         * src/addressbook.c
16807         * src/compose.c
16808         * src/expldifdlg.c
16809         * src/main.c
16810         * src/messageview.c
16811         * src/summaryview.c
16812         * src/textview.c
16813         * src/gtk/sslcertwindow.c
16814                 Fix alertpanel()s so that their icon match
16815                 their real type
16816
16817 2004-07-28 [paul]       0.9.12cvs37.2
16818
16819         * src/addr_compl.c
16820         * src/addressbook.c
16821         * src/alertpanel.c
16822         * src/compose.c
16823         * src/export.c
16824         * src/foldersel.c
16825         * src/folderview.c
16826         * src/grouplistdialog.c
16827         * src/import.c
16828         * src/mainwindow.c
16829         * src/message_search.c
16830         * src/messageview.c
16831         * src/passphrase.c
16832         * src/prefs_actions.c
16833         * src/prefs_common.c
16834         * src/prefs_customheader.c
16835         * src/prefs_display_header.c
16836         * src/prefs_filtering.c
16837         * src/prefs_filtering_action.c
16838         * src/prefs_gtk.c
16839         * src/prefs_matcher.c
16840         * src/prefs_msg_colors.c
16841         * src/prefs_summary_column.c
16842         * src/prefs_template.c
16843         * src/sourcewindow.c
16844         * src/ssl_manager.c
16845         * src/summary_search.c
16846         * src/gtk/colorsel.c
16847         * src/gtk/description_window.c
16848         * src/gtk/gtkaspell.c
16849         * src/gtk/inputdialog.c
16850         * src/gtk/logwindow.c
16851         * src/gtk/prefswindow.c
16852         * src/gtk/progressdialog.c
16853                 replace deprecated gtk_window_set_policy
16854
16855 2004-07-27 [colin]      0.9.12cvs37.1
16856
16857         * src/msgcache.c
16858                 More fixes (synced for head again)
16859
16860 2004-07-27 [colin]      0.9.12cvs35.3
16861
16862         * src/msgcache.c
16863                 Fix wrong test
16864
16865 2004-07-27 [colin]      0.9.12cvs35.2
16866
16867         * src/mimeview.c
16868                 Fix width a bit (by Paul)
16869         * src/alertpanel.c
16870         * src/alertpanel.h
16871                 Specialize icons, make alertpanel_message()
16872                 private
16873         * src/message_search.c
16874         * src/sgpgme.c
16875         * src/summary_search.c
16876                 Suit alertpanel changes
16877
16878 2004-07-27 [colin]      0.9.12cvs35.1
16879
16880         * src/alertpanel.c
16881                 Add an icon
16882         * src/passphrase.c
16883                 Add debug output - maybe someone will
16884                 want to look at the problem with Grab
16885                 Input :)
16886         Bump version as we're synced with HEAD
16887
16888 2004-07-26 [colin]      0.9.12cvs33.26
16889
16890         * src/pop.c
16891                 Fix uidl-file parsing when not in new
16892                 format
16893
16894 2004-07-26 [colin]      0.9.12cvs33.25
16895
16896         * src/gtk/menu.c
16897                 Move popup menu up if necessary (fixes 
16898                 account selector)
16899         * src/mainwindow.c
16900                 Set account selector's button height to
16901                 minimum
16902
16903 2004-07-26 [colin]      0.9.12cvs33.24
16904
16905         * src/alertpanel.c
16906                 Maybe fix 551 (Truncated font in alert window)
16907
16908 2004-07-26 [colin]      0.9.12cvs33.23
16909
16910         * po/de.po
16911         * po/es.po
16912         * po/fr.po
16913         * po/it.po
16914         * po/ja.po
16915         * po/pl.po
16916         * po/ru.po
16917         * po/sk.po
16918         * po/sr.po
16919         * po/zh_CN.po
16920                 Sync po files with HEAD
16921
16922 2004-07-26 [paul]       0.9.12cvs33.22
16923
16924         * src/compose.c
16925                 fix Bug 556 'Organisation-header is sent even if empty'
16926
16927 2004-07-24 [colin]      0.9.12cvs33.21
16928
16929         * src/compose.c
16930         * src/gtk/gtkaspell.c
16931         * src/gtk/gtkaspell.h
16932                 Fix speller accelerators (require hack)
16933
16934 2004-07-24 [colin]      0.9.12cvs33.20
16935
16936         * src/gtk/gtkaspell.c
16937                 Fix over-eager code deletion breaking
16938                 Check while typing
16939
16940 2004-07-24 [colin]      0.9.12cvs33.19
16941
16942         * src/browseldap.c
16943         * src/ldapctrl.c
16944         * src/ldapctrl.h
16945         * src/ldapserver.h
16946                 Sync ldap with HEAD
16947         (Fixes 546 LDAP completely broken)
16948
16949 2004-07-24 [colin]      0.9.12cvs33.18
16950
16951         * src/prefs_msg_colors.c
16952                 Fix prototype mismatch
16953         (Fixes 547 void function cannot return value)
16954
16955 2004-07-24 [colin]      0.9.12cvs33.17
16956
16957         * src/mainwindow.c
16958                 Fix sort going back to previous sort key
16959                 when changing sort direction
16960
16961 2004-07-24 [colin]      0.9.12cvs33.16
16962
16963         * src/compose.c
16964                 Fix space insertion when re-wrapping at 
16965                 cursor point
16966
16967 2004-07-24 [colin]      0.9.12cvs33.15
16968
16969         * src/gtk/gtkaspell.c
16970                 Don't change cursor position in insert-text
16971                 callback
16972         (Fixes 539 Word wrapping on input transposes letters)
16973
16974 2004-07-24 [colin]      0.9.12cvs33.14
16975
16976         * src/gtk/gtkaspell.c
16977                 Reencode non-ascii chars to dictionary's
16978                 encoding
16979         (Fixes 544 Spell check broken non english locale)
16980
16981 2004-07-24 [colin]      0.9.12cvs33.13
16982
16983         * src/summaryview.c
16984                 Fix Shift+Down, add Home/End/PgUp/PgDown
16985
16986 2004-07-21 [colin]      0.9.12cvs33.12
16987
16988         * src/prefs_common.c
16989                 Fix a gtk warning (Patch by Andrej Kacian)
16990
16991 2004-07-21 [colin]      0.9.12cvs33.11
16992
16993         * src/gtk/filesel.c
16994                 More check
16995
16996 2004-07-21 [colin]      0.9.12cvs33.10
16997
16998         * src/compose.c
16999         * src/crash.c
17000         * src/export.c
17001         * src/import.c
17002         * src/messageview.c
17003         * src/mimeview.c
17004         * src/prefs_spelling.c
17005         * src/prefs_themes.c
17006         * src/summaryview.c
17007         * src/gtk/filesel.c
17008         * src/gtk/filesel.h
17009         * src/gtk/pluginwindow.c
17010                 Untwist open/save mode guessing logic, make
17011                 it explicit
17012
17013 2004-07-20 [colin]      0.9.12cvs33.9
17014
17015         * src/codeconv.c
17016                 conv_encode_header: src_charset is UTF-8 on
17017                 gtk2
17018         * src/compose.c
17019                 Remove double encoding of the headers
17020
17021 2004-07-20 [colin]      0.9.12cvs33.8
17022
17023         * src/codeconv.c
17024                 Fix typo
17025
17026 2004-07-20 [colin]      0.9.12cvs33.7
17027
17028         * src/mainwindow.c
17029                 Set the separated messageview to the saved
17030                 size of Claws' messageview (Patch by Alfons)
17031                 Fix a callback prototype (me)
17032
17033 2004-07-20 [colin]      0.9.12cvs33.6
17034
17035         * src/codeconv.h
17036                 Forgot one hunk in 0.9.12cvs33.4
17037
17038 2004-07-19 [colin]      0.9.12cvs33.5
17039
17040         * src/action.c
17041                 Action output fix
17042                 Patch by Alfons
17043
17044 2004-07-19 [colin]      0.9.12cvs33.4
17045
17046         * src/compose.c
17047                 Fix outgoing charset bug in headers
17048         * src/codeconv.c
17049                 Clean for glib2 - Patch by Alfons
17050
17051 2004-07-19 [colin]      0.9.12cvs33.3
17052
17053         * src/statusbar.c
17054                 Remove grip from the statusbar
17055                 Patch by Alfons
17056
17057 2004-07-19 [colin]      0.9.12cvs33.2
17058
17059         * src/messageview.c
17060         * src/textview.c
17061                 Fix messageview remembering the previous
17062                 scroll position when loading a new message
17063                 Patch by Alfons
17064
17065 2004-07-19 [colin]      0.9.12cvs33.1
17066
17067         * src/folder.h
17068         * src/folderview.c
17069         * src/summaryview.c
17070                 Sync with HEAD
17071
17072 2004-07-18 [colin]      0.9.12cvs32.7
17073
17074         * configure.ac
17075                 Remove useless check for XIM - noticed
17076                 by Alfons
17077
17078 2004-07-18 [colin]      0.9.12cvs32.6
17079
17080         * src/summaryview.c
17081                 Remove non-modified and shift-modified
17082                 accelerators in summaryview's popup
17083                 menu, as that doesn't get catched by
17084                 the accel-activate signal catcher...
17085
17086 2004-07-18 [colin]      0.9.12cvs32.5
17087
17088         * src/prefs_common.c
17089                 Define sensible default prefs for 
17090                 wrapping
17091
17092 2004-07-18 [colin]      0.9.12cvs32.4
17093
17094         * src/compose.c
17095         * src/prefs_common.c
17096         * src/prefs_common.h
17097         * src/prefs_wrapping.c
17098                 Remove Smart Wrapping pref, which does
17099                 nothing on gtk2 branch
17100
17101 2004-07-18 [colin]      0.9.12cvs32.3
17102
17103         * src/sourcewindow.c
17104                 Proper utf8
17105
17106 2004-07-18 [colin]      0.9.12cvs32.2
17107
17108         * src/compose.c
17109                 Save attachment status when drafting
17110
17111 2004-07-18 [colin]      0.9.12cvs32.1
17112
17113         * src/gtk/filesel.c
17114                 Fix erratic folder selection in open mode
17115
17116 2004-07-18 [colin]      0.9.12cvs31.11
17117
17118         * src/pop.c
17119                 Don't let partial messages get deleted
17120                 even with "dowload all"
17121                 (0.9.12cvs31.8 fix extension)
17122 2004-07-18 [colin]      0.9.12cvs31.10
17123
17124         * src/gtk/logwindow.c
17125                 Fix log scrolling
17126
17127 2004-07-18 [colin]      0.9.12cvs31.9
17128
17129         * src/common/utils.c
17130                 Fix non-utf8 strings coming from commands
17131                 and files
17132
17133 2004-07-18 [colin]      0.9.12cvs31.8
17134
17135         * src/pop.c
17136                 Fix partial download bug with Download all
17137                 messages option
17138
17139 2004-07-18 [colin]      0.9.12cvs31.7
17140
17141         * src/textview.c
17142                 Fix bug introduced in 0.9.12cvs31.2
17143                 (blocked in select mode after double click)
17144
17145 2004-07-18 [colin]      0.9.12cvs31.6
17146
17147         * src/compose.c
17148         * src/gtk/menu.c
17149                 More glib-warning fixes
17150
17151 2004-07-18 [colin]      0.9.12cvs31.5
17152
17153         * src/compose.c
17154                 Fix trashing the primary clipboard when moving 
17155                 around with tab
17156         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
17157
17158 2004-07-18 [colin]      0.9.12cvs31.4
17159
17160         * src/codeconv.c
17161                 convert unencoded iso headers to utf8
17162         (Fix Bug 538 Unencoded local characters in subject make it 
17163          disappear)
17164
17165 2004-07-18 [colin]      0.9.12cvs31.3
17166
17167         * src/compose.c
17168                 Fix tab char handling in wrapping
17169         (Fix Bug 537 Line wrap problem - TAB character treated as 
17170          one character instead of 8)
17171
17172 2004-07-18 [colin]      0.9.12cvs31.2
17173
17174         * src/textview.c
17175                 return FALSE on GDK_MOTION_NOTIFY
17176         (Fix Bug 535 Hyperlinks/addresses are not selectable 
17177          (unable to highlight))
17178
17179 2004-07-18 [colin]      0.9.12cvs31.1
17180
17181         * src/folderview.c
17182                 Sync with 0.9.12cvs31
17183
17184 2004-07-18 [colin]      0.9.12cvs30.4
17185
17186         * src/compose.c
17187                 Also block text_inserted when inserting a file
17188
17189 2004-07-18 [colin]      0.9.12cvs30.3
17190
17191         * src/compose.c
17192                 Fix smart wrapping (block text_inserted handler
17193                 while putting quotation to avoid wrap on input,
17194                 don't join lines if next is sig separator)
17195
17196 2004-07-17 [colin]      0.9.12cvs30.2
17197
17198         * src/folderview.c
17199         * src/mainwindow.c
17200         * src/mimeview.c
17201         * src/summaryview.c
17202         * src/gtk/quicksearch.c
17203         * src/gtk/quicksearch.h
17204                 Block key events handlers *and* accels while
17205                 quicksearch is focused
17206         (Fixes Bug 534 quick-search bar not accepting certain letters)
17207
17208 2004-07-17 [colin]      0.9.12cvs30.1
17209
17210         * src/folder.h
17211         * src/folderview.c
17212         * src/summaryview.c
17213                 Sync with 0.9.12cvs30
17214
17215 2004-07-17 [colin]      0.9.12cvs28.2
17216
17217         * src/mimeview.c
17218         * src/procmime.c
17219         * src/summaryview.c
17220         * src/gtk/menu.c
17221                 Squash some compile and glib warnings
17222
17223 2004-07-17 [paul]       0.9.12cvs28.1
17224
17225         * src/mimeview.c
17226                 sync with 0.9.12cvs28 HEAD
17227
17228 2004-07-16 [paul]       0.9.12cvs26.1
17229         
17230         * src/gtk/quicksearch.c
17231         * src/account.c
17232         * src/account.h
17233         * src/compose.c
17234         * src/customheader.c
17235         * src/folder_item_prefs.c
17236         * src/main.c
17237         * src/mainwindow.c
17238         * src/messageview.c
17239         * src/mimeview.c
17240         * src/news.c
17241         * src/pgpmime.c
17242         * src/pop.c
17243         * src/pop.h
17244         * src/prefs_account.c
17245         * src/prefs_account.h
17246         * src/prefs_common.c
17247         * src/prefs_common.h
17248         * src/prefs_display_header.c
17249         * src/prefs_gtk.c
17250         * src/prefs_gtk.h
17251         * src/procheader.c
17252         * src/procmime.c
17253                 sync with 0.9.12cvs26 HEAD      
17254
17255 2004-07-15 [colin]      0.9.12cvs18.14
17256
17257         * src/folder.c
17258                 Disable GPG signature check during
17259                 folder move and scan
17260         (Closes Bug 521 Signature checking slows down Folder-Move)
17261
17262 2004-07-14 [colin]      0.9.12cvs18.13
17263
17264         * src/common/partial_download.c
17265                 update includes
17266
17267 2004-07-14 [colin]      0.9.12cvs18.12
17268
17269         * src/common/partial_download.c
17270         * src/common/partial_download.h
17271                 Move doc at top, add correct copyright
17272
17273 2004-07-14 [colin]      0.9.12cvs18.11
17274
17275         * src/folder.c
17276         * src/messageview.c
17277         * src/pop.c
17278         * src/pop.h
17279         * src/procmsg.c
17280         * src/summaryview.c
17281         * src/common/Makefile.am
17282         * src/common/partial_download.c ** NEW FILES **
17283         * src/common/partial_download.h ** NEW FILES **
17284                 Move partial-download related stuff to its
17285                 own file
17286
17287 2004-07-14 [colin]      0.9.12cvs18.10
17288
17289         * src/send_message.c
17290                 Fix smtp auth when user is null or empty
17291
17292 2004-07-13 [colin]      0.9.12cvs18.9
17293
17294         * src/gtk/quicksearch.c
17295                 Use alphabetic order
17296
17297 2004-07-13 [colin]      0.9.12cvs18.8
17298
17299         * src/pop.c
17300                 Be paranoid on the checks
17301
17302 2004-07-13 [colin]      0.9.12cvs18.7
17303
17304         * src/gtk/quicksearch.c
17305                 Fix Engrish once again
17306
17307 2004-07-13 [colin]      0.9.12cvs18.6
17308
17309         * src/procmsg.c
17310         * src/summaryview.c
17311                 Mark messages for deletion when they are about to
17312                 be removed from trash
17313
17314 2004-07-13 [colin]      0.9.12cvs18.5
17315
17316         * src/matcher.c
17317         * src/matcher.h
17318         * src/matcher_parser_parse.y
17319         * src/prefs_matcher.c
17320         * src/gtk/quicksearch.c
17321                 Add 'partial' ('p') match string to find partially
17322                 downloaded messages
17323
17324 2004-07-13 [colin]      0.9.12cvs18.4
17325
17326         * src/pop.c
17327                 Fix misplaced block
17328
17329 2004-07-13 [colin]      0.9.12cvs18.3
17330
17331         * src/pop.c
17332         * src/pop.h
17333         * src/messageview.c
17334                 Refactor API (to avoid passing 5+ params and code
17335                 duplication)
17336         * src/folder.c
17337         * src/msgcache.c
17338         * src/procheader.c
17339         * src/common/defs.h
17340                 Add planned_download to cache
17341                 Don't mess uidl file when moving partially downloaded
17342                 mails (they change folder, we should change it in the
17343                 uidl list too or we'll remove an incorrect message)
17344                 (this also helps removing hacks when changing 
17345                 planned_download in messageview.c)
17346
17347 2004-07-12 [colin]      0.9.12cvs18.2
17348
17349         * src/gtk/quicksearch.c
17350                 Fix missing status update in quicksearch
17351
17352 2004-07-12 [paul]       0.9.12cvs18.1
17353
17354         * po/POTFILES.in
17355         * src/Makefile.am
17356         * src/account.c
17357         * src/codeconv.c
17358         * src/compose.c
17359         * src/inc.c
17360         * src/main.c
17361         * src/prefs_common.c
17362         * src/procmsg.h
17363         * src/toolbar.c
17364         * src/prefs_msg_colors.[ch]     ** NEW FILES **
17365         * src/prefs_wrapping.[ch]       ** NEW FILES **
17366         * src/common/intl.h
17367         * src/common/utils.[ch]
17368         * src/gtk/quicksearch.[ch]
17369                 sync with 0.9.12cvs18 HEAD
17370
17371 2004-07-12 [colin]      0.9.11cvs17.25
17372
17373         * src/folder.c
17374         * src/folder.h
17375                 Remove unused function added by me in 0.9.11cvs17.10
17376
17377 2004-07-11 [colin]      0.9.11cvs17.24
17378
17379         * src/inc.c
17380         * src/messageview.c
17381         * src/pop.c
17382         * src/pop.h
17383                 Use folderitem and msgnum instead of filename to
17384                 know which mail to delete
17385                 Move old partial mail deletion to pop.c
17386
17387 2004-07-10 [colin]      0.9.11cvs17.23
17388
17389         * src/inc.c
17390                 Add debug
17391         * src/pop.c
17392         * src/pop.h
17393                 Don't re-use same enums for unrelated stuff: it's 
17394                 completely misleading !
17395                 Document a bit
17396
17397 2004-07-09 [colin]      0.9.11cvs17.22
17398
17399         * src/inc.c
17400                 Remove folder-type check and do
17401                 more tests to be sure everything's
17402                 ok
17403         * src/messageview.c
17404                 Punctuation update, remove useless
17405                 code, fix two warnings
17406         * src/noticeview.c
17407                 Layout cleaning, reset 2nd button
17408                 when specifying one
17409
17410 2004-07-09 [colin]      0.9.11cvs17.21
17411
17412         * src/messageview.c
17413         * src/pop.c
17414         * src/pop.h
17415                 Allow user to change his mind
17416                 and postpone decision (by
17417                 unmarking the mail)
17418
17419 2004-07-09 [colin]      0.9.11cvs17.20
17420
17421         * src/messageview.c
17422                 Fix bug with delete state
17423         * src/pop.c
17424         * src/pop.h
17425                 Fix buffer leak (fread doesn't 
17426                 terminate buffers with \0)
17427                 Refactoring (remove magic 
17428                 numbers)
17429
17430 2004-07-09 [colin]      0.9.11cvs17.19
17431
17432         * src/pop.c
17433                 Don't log "Skipping message" if 
17434                 we're going to TOP it two lines
17435                 later
17436
17437 2004-07-09 [colin]      0.9.11cvs17.18
17438
17439         * src/messageview.c
17440                 Fix Engrish
17441
17442 2004-07-09 [colin]      0.9.11cvs17.17
17443
17444         * src/pop.c
17445                 strlen checking...
17446         * src/messageview.c
17447                 refactoring a bit
17448
17449 2004-07-08 [colin]      0.9.11cvs17.16
17450
17451         * src/noticeview.c
17452         * src/noticeview.h
17453                 Add an optional second button
17454         * src/messageview.c
17455         * src/pop.c
17456         * src/pop.h
17457                 Don't delete partially received mails after a certain
17458                 time; rather, let the user decide.
17459
17460 2004-07-08 [colin]      0.9.11cvs17.15
17461
17462         * src/common/smtp.h
17463                 Sync with HEAD
17464
17465 2004-07-08 [colin]      0.9.11cvs17.14
17466
17467         * src/messageview.c
17468         * src/common/smtp.c
17469                 Use to_human_readable() for sizes
17470
17471 2004-07-08 [colin]      0.9.11cvs17.13
17472
17473         * src/inc.c
17474         * src/messageview.c
17475         * src/pop.c
17476         * src/pop.h
17477         * src/procmsg.c
17478                 Fix partial-downloading issues:
17479                         catch unsupported TOP
17480                         don't delete partially downloaded mails before 5 days
17481                         don't update existing with non-MH folders; that'll
17482                         make dups, but it's better than trashing the folder
17483                         free new msginfo parts
17484                 Fix indentation ;-)
17485
17486 2004-07-08 [colin]      0.9.11cvs17.12
17487
17488         * src/common/smtp.c
17489         * src/common/smtp.h
17490                 Sync smtp size verification with HEAD
17491
17492 2004-07-08 [colin]      0.9.11cvs17.11
17493
17494         * src/summaryview.c
17495         * src/prefs_common.c
17496         * src/prefs_common.h
17497         * src/gtk/quicksearch.c
17498         * src/gtk/quicksearch.h
17499                 Sync sticky pref with HEAD
17500
17501 2004-07-08 [colin]      0.9.11cvs17.10
17502
17503         * src/folder.c [1.213.2.6]
17504         * src/folder.h [1.87.2.6]
17505         * src/inc.c [1.149.2.7]
17506         * src/messageview.c [1.94.2.8]
17507         * src/procheader.c [1.47.2.6]
17508         * src/procmsg.c [1.150.2.4]
17509         * src/procmsg.h [1.60.2.5]
17510         * src/pop.c [1.56.2.4]
17511         * src/pop.h [1.17.2.3]
17512                 Let too big messages get downloaded, but truncated
17513                 Add a button to download them completely
17514                 
17515 2004-07-06 [colin]      0.9.11cvs17.9
17516
17517         * src/gtk/quicksearch.c [1.1.2.3]
17518                 Add a Clear button
17519         * commitHelper
17520         * PATCHSETS
17521                 Add a script to help with cvs
17522
17523 2004-07-03 [colin]      0.9.11cvs17.8
17524
17525         * src/plugins/imageviewer/viewer.c
17526                 fix imageviewer (which was staying on the first
17527                 displayed image)
17528
17529 2004-07-03 [colin]      0.9.11cvs17.7
17530
17531         Removed FIXME_GTK2 warnings
17532         * src/gtk/gtkutils.c
17533                 useless #warnings
17534         * src/gtk/menu.c
17535                 useless #warnings (no need to mess with menu rc)
17536         * src/gtk/menu.h
17537                 unused functions
17538         
17539
17540 2004-07-03 [colin]      0.9.11cvs17.6
17541
17542         Removed FIXME_GTK2 warnings
17543         * src/codeconv.c
17544                 useless #warnings (rewrite needed)
17545         * src/compose.c
17546                 useless #warnings (rewrite needed)
17547                 useless #warnings (gtk2 is like that)
17548                 useless #warnings (previously fixed)
17549         * src/main.c
17550                 useless #warnings (previously fixed)
17551         * src/message_search.c
17552                 useless #warnings (gtk2 is like that)
17553                 Made apparent that search is case-sensitive
17554         * src/mimeview.c
17555                 useless #warnings (rewrite needed)
17556                 useless #warnings (gtk2 is like that)
17557                 reimplemented real warnings
17558         * src/prefs_common.c
17559                 Removed block cursor option (not it gtk2)
17560         * src/prefs_gtk.c
17561                 useless #warnings (rewrite needed)
17562         * src/procheader.c
17563                 useless #warnings (rewrite needed)
17564         * src/sourcewindow.c
17565                 useless #warnings (incorrect placing)
17566         * src/summary_search.c
17567                 useless #warnings (gtk2 is like that)
17568                 Made apparent that search is case-sensitive
17569         * src/action.c
17570                 useless #warnings (gtk2 is like that)
17571         * src/textview.c
17572                 useless #warnings (rewrite needed)
17573         * src/toolbar.c
17574                 useless #warnings (rewrite needed)
17575
17576 2004-07-03 [colin]      0.9.11cvs17.5
17577
17578         * src/textview.c
17579                 Fix mismerge which broke URI opening
17580                 
17581 2004-07-01 [colin]      0.9.11cvs17.4
17582
17583         * src/gtk/filesel.c
17584                 Fill filename when saving
17585                 
17586 2004-06-27 [colin]      0.9.11cvs17.3
17587
17588         * src/gtk/filesel.[ch]
17589                 Use the new GTK file selector
17590                 Update prototype to match the reality: multiple file
17591                 selection is open-only          
17592         * src/compose.c
17593                 Match the new prototypes        
17594         * configure.ac
17595                 Match the new requirements (gtk 2.4.0)
17596                         
17597 2004-06-26 [colin]      0.9.11cvs17.2
17598
17599         * src/plugins/trayicon/trayicon.c
17600                 Remove useless signal handler on resize, which causes
17601                 an infinite "loop"
17602         
17603 2004-06-26 [colin]      0.9.11cvs17.1
17604         
17605         * tools/Makefile.am
17606                 remove launch_firebird and add nautilus2sylpheed.sh
17607         * src/quicksearch.c
17608           src/summaryview.c
17609                 Fix show/hide "Extended symbols" button problem
17610                 Fix apparition at startup
17611                 Fix const warnings
17612         * src/plugins/image_viewer/Makefile.am
17613                 Fix configure 
17614         * common/ssl.c
17615                 Re-enable certificate check, as it doesn't seem to
17616                 cause Xlib errors anymore
17617
17618 2004-06-25 [paul]       0.9.11cvs17
17619
17620         * sync with 0.9.11cvs17 HEAD
17621         
17622         NOTE: QuickSearch is broken
17623
17624 2004-06-07 [colin]      0.9.10claws67.10
17625         * src/plugins/trayicon/trayicon.c
17626           src/plugins/trayicon/libeggtrayicon/Makefile.am
17627           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17628                 Fix gettextization in trayicon plugin
17629
17630 2004-06-07 [colin]      0.9.10claws67.9
17631         
17632         * src/summaryview.c
17633           src/gtk/gtksctree.[ch]
17634                 Let Shift+{Up,Down} work in summaryview
17635                 (well, Down "works" and Up works)
17636                 Let the list scroll when using these keys
17637
17638 2004-06-06 [colin]      0.9.10claws67.8
17639
17640         * src/plugins/trayicon/trayicon.c
17641                 Fix pixmap update
17642
17643 2004-06-06 [colin]      0.9.10claws67.7
17644
17645         * src/addressbook.c
17646                 Fix signal handling causing system-wide focus grab
17647
17648 2004-05-25 [paul]       0.9.10claws67.6
17649
17650         * Makefile.am
17651           src/Makefile.am
17652                 clean up
17653
17654 2004-05-25 [paul]       0.9.10claws67.5
17655
17656         * replace deprecated gtk_signal... functions
17657
17658 2004-05-23 [colin]      0.9.10claws67.4
17659
17660         * src/compose.c
17661                 Fix wrapping
17662
17663 2004-05-22 [colin]      0.9.10claws67.3
17664
17665         * src/compose.c
17666                 Re-fix [Edited] in compose.c::compose_reedit()
17667
17668 2004-05-22 [colin]      0.9.10claws67.2
17669
17670         * src/procmime.c
17671                 Fix parsing of multiparts mails
17672
17673 2004-05-22 [colin]      0.9.10claws67.1
17674
17675         * src/summaryview.c
17676                 Fix quicksearch
17677
17678 2004-05-22 [paul]       0.9.10claws67
17679
17680         * sync with 0.9.10claws67 HEAD
17681
17682 2004-05-14 [alfons]
17683
17684         * src/procmime.h
17685                 add forgotton prototype
17686
17687 2004-05-10 [paul]       0.9.10claws57
17688
17689         * sync with 0.9.10claws57 HEAD
17690
17691 2004-05-05 [paul]       0.9.9.claws1
17692
17693         * ChangeLog-gtk2        ** REMOVED **
17694           ChangeLog-gtk2.claws  ** ADDED **
17695                 rename and adopt the normal claws format
17696                 
17697         * configure.ac
17698                 require gtkmathview >= 0.5
17699
17700         * ac/*                          ** REMOVED **
17701           ac/                           ** REMOVED **
17702           intl/Makefile.in              ** REMOVED **
17703           m4/                           ** ADDED **
17704           m4/missing                    ** ADDED **
17705           m4/missing/gdk-pixbuf.m4      ** ADDED **
17706           m4/missing/gettext.m4         ** ADDED **
17707           m4/missing/gpgme.m4           ** ADDED **
17708           m4/missing/imlib.m4           ** ADDED **
17709           m4/.cvsignore                 ** ADDED **
17710           m4/Makefile.am                ** ADDED **
17711           m4/README                     ** ADDED **
17712           m4/aclocal-include.m4         ** ADDED **
17713           m4/aspell.m4                  ** ADDED **
17714           m4/check-type.m4              ** ADDED **
17715           m4/gnupg-check-typedef.m4     ** ADDED **
17716           m4/openssl.m4                 ** ADDED **
17717           m4/spamassassin.m4            ** ADDED **
17718           po/ChangeLog                  ** REMOVED **
17719           po/Makefile.in.in             ** REMOVED **
17720           po/Rules-quot                 ** REMOVED **
17721           po/boldquot.sed               ** REMOVED **
17722           po/en@boldquot.header         ** REMOVED **
17723           po/en@quot.header             ** REMOVED **
17724           po/insert-header.sin          ** REMOVED **
17725           po/quot.sed                   ** REMOVED **
17726           po/remove-potcdate.sed        ** REMOVED **
17727           po/remove-potcdate.sin        ** REMOVED **
17728           po/stamp-po                   ** REMOVED **
17729           Makefile.am
17730           autogen.sh
17731           configure.ac
17732                 enable building with automake 1.8.x
17733                 add 'autopoint --force' to autogen.sh and remove all
17734                 auto-generated files, remove ac/ directory and use
17735                 m4/ directory instead
17736                 
17737         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17738                 fix gettextization
17739
17740 2004-02-28 Colin Leroy <colin@colino.net>
17741         * src/prefs_matcher.c
17742           src/prefs_filtering.c
17743           src/prefs_filtering_action.c
17744                 Fix non-editable GtkEntries
17745
17746 2004-02-22 Thorsten Maerz <torte@netztorte.de>
17747         * src/prefs_themes.c
17748                 utf8 conversion for theme info
17749
17750 2004-02-21 Thorsten Maerz <torte@netztorte.de>
17751         * sync 0.9.9claws
17752
17753 2004-02-14 Thorsten Maerz <torte@netztorte.de>
17754         * src/grouplistdialog.c
17755                 allow multiple selections without ctrl key
17756
17757 2004-02-09 Thorsten Maerz <torte@netztorte.de>
17758         * src/main.c
17759                 enable customizable accelerators
17760
17761 2004-02-08 Thorsten Maerz <torte@netztorte.de>
17762         * src/prefs_common.c
17763                 re-enable different font settings for gtk1/2
17764         * src/prefs_folder_item.c
17765                 fix folder prefs displayed wrong
17766         * src/textview.c
17767                 set 'sunken' shadow type
17768
17769 2004-02-07 Colin Leroy <colin@colino.net>
17770         * src/compose.c
17771                 Fix message being always [Edited]
17772                 Encode headers correctly (utf8 buf)
17773
17774 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17775         * src/socket.c
17776                 remove double g_source_attach()
17777                 (Thanks to Colin Leroy)
17778
17779 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17780         * src/gtk/gtksctree.c
17781                 Fix SSL certificate list not shown
17782         * src/mimeview.c
17783                 Fix clicks in mime tree
17784
17785 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17786         * src/common/socket.c
17787                 Fix SSL receive
17788         * src/compose.c
17789                 Fix clipboard menu hotkeys
17790
17791 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17792         * src/gtk/gtkaspell.[ch]
17793           src/compose.c
17794                 reimplement spellchecker
17795
17796 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17797         * src/gtk/filesel.c
17798                 crash when inserting file in compose window
17799                 (TODO: keep old selection on clicks)
17800         * src/main.c
17801                 use gtkrc-2.0 instead of gtkrc
17802
17803 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17804         * src/messageview.c
17805                 remove orphaned mimeview unref()
17806
17807 2004-01-20 Thorsten Maerz <torte@netztorte.de>
17808         * src/grouplistdialog.c
17809                 expand nodes containing subscribed groups
17810
17811 2004-01-19 Thorsten Maerz <torte@netztorte.de>
17812         * src/textview.c
17813                 textview: hide cursor, restore old click behaviour
17814
17815 2004-01-18 Thorsten Maerz <torte@netztorte.de>
17816         * src/textview.c
17817                 variable names messed up
17818
17819 2004-01-17 Colin Leroy <colin@colino.net>
17820         * src/addr_compl.c
17821                 Fix completion address too thin
17822         * src/compose.c
17823                 Fix tab-to-subject behaviour
17824         * src/summaryview.c
17825                 Implement key up & down in summaryview
17826
17827 2004-01-12 Thorsten Maerz <torte@netztorte.de>
17828
17829         * sync 098claws
17830
17831 2004-01-08 Thorsten Maerz <torte@netztorte.de>
17832         * configure.ac
17833           Makefile.am
17834           doc/.cvsignore
17835           doc/Makefile.am
17836                 faq, man, manual moved to doc/
17837         * ac/aspell.m4
17838           ac/check-type.m4
17839           ac/gnupg-check-typedef.m4
17840           ac/openssl.m4
17841           ac/spamassassin.m4
17842           ac/missing/gdk-pixbuf.m4
17843           ac/missing/gpgme.m4
17844           ac/missing/imlib.m4
17845                 fix automake warnings
17846
17847 2003-12-06 Colin Leroy <colin@colino.net>
17848         * src/summaryview.c
17849                 Fix quicksearch
17850
17851 2003-12-05 Colin Leroy <colin@colino.net>
17852         * src/summaryview.c
17853                 Fix going to next unread folder
17854
17855 2003-12-05 Colin Leroy <colin@colino.net>
17856         * src/crash.c
17857                 Fix gtk2 compilation
17858         * src/session.c
17859                 Remove iotag source handler at disconnection
17860         * src/socket.[ch] 
17861                 Remove source handler when closing socket 
17862                 (fixes another seg)
17863
17864 2003-12-04 Colin Leroy <colin@colino.net>
17865         * src/compose.c
17866           src/prefs_account.c
17867           src/prefs_common.c
17868                 Fix some dropdown menus
17869
17870 2003-12-04 Colin Leroy <colin@colino.net>
17871         * src/compose.c
17872                 Fix event handlers on header fields
17873         * src/common/socket.c
17874           src/common/session.c
17875                 Fix segfault with callback (SSL)
17876                 Fix end of session 
17877
17878 2003-10-06 Thorsten Maerz <torte@netztorte.de>
17879
17880         * Fix compile bug in src/compose.c
17881         * removed src/gtk/gtkstext.[ch]
17882
17883 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
17884
17885         * Convert character set and escape "text" attributes in toolbar setting
17886         files.
17887         * Fixed bug in button-press-event handling.
17888
17889 2003-09-16 Thorsten Maerz <torte@netztorte.de>
17890
17891         * Fixed bug in key-press-event handling.
17892
17893 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
17894
17895         * Enabled to compile tray-icon plugin (Ad-hoc).
17896         * Avoid hang up bug of icon list in mime view (Ad-hoc).
17897
17898 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
17899
17900         * Enabled to compile on sylpheed-claws.
17901         (tray-icon plugin still cannot compile yet.)
17902
17903 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
17904
17905         * Updated to 0.9.5.
17906
17907 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
17908
17909         * Updated to 0.9.4.
17910         * Ported monitoring SSL mechanism to GSource of GLib2
17911         (I don't confirm it)
17912         * Added _gtk2 suffix to key name of font preference to avoid
17913         ovverwriting preference of Gtk+-1.2 version.
17914
17915 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
17916
17917         * Updated to 0.9.2.
17918
17919 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
17920
17921         * Updated to 0.9.1.
17922         * Translate po files into UTF-8 when execute autogen.sh.
17923
17924 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
17925
17926         * Updated to 0.9.0.
17927
17928 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
17929
17930         * Plugged GError related memory leaks.
17931
17932 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
17933
17934         * Changed default size of fonts.
17935         * Enabled to set titile font size of warning dialog.
17936
17937 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
17938
17939         * Embed a sylpheed icon into executable binary on Windows.
17940
17941 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
17942
17943         * I forgot to traslate character set of element string in src/xml.c.
17944
17945 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
17946
17947         * Fixed detecting bind_textdomain_codeset in configure.in.
17948         * The bug in which "Example" of "Date fromat" preference isn't displayed
17949         correctly has been fixed.
17950
17951 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
17952
17953         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
17954           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
17955           glib-gettextize
17956           Removed intl directory.
17957           Translated po files into UTF-8.
17958           (Thanks! Ryuji Abe)
17959
17960 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
17961
17962         * The bug which doesn't unscape string in xml.c has been fixed.
17963
17964 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
17965
17966         * The bug which is failed to translate encoding of file name thorough
17967         file dialog has been fixed.
17968
17969 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
17970
17971         * Modified to translate file names which is used in inporting/expoting
17972         mbox feature and "Save as" feature into locale encoding.
17973         * Translate file names into locale encoding when "Attache file" and
17974         "Insert file".
17975         * Force set G_BROKEN_FILENAMES environment variable.
17976         * Other minor fixes.
17977
17978 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
17979
17980         * Modified to treat MH folder's name as locale encoding.
17981
17982 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
17983
17984         * The bug which clash on switching candidates of auto completion of
17985         addresses, cannot use auto completion in Japanesse is fixed
17986         (Thanks! Tokunaga-san)¡¥
17987
17988 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17989
17990         * The bug which cannot switch key accelerator preference has been fixed
17991         (Thanks! smbd-san)¡¥
17992
17993 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17994
17995         * version 0.8.11-gtk2-20030314
17996
17997 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17998
17999         * The bug in which character set conversion of filtering messages has
18000         been fixed.(Thanks! COCOA-san).
18001
18002 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
18003
18004         * Revived "Leave space on head" preference in "Message" category.
18005         * A bug which clash when put the cursor to end of buffer and execute
18006         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
18007
18008 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18009
18010         * version 0.8.11-gtk2-20030312
18011
18012 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18013
18014         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
18015         * Modified to use Pango's API directly for font preference.
18016         * Integrated GtkTextView of textview to one widget.
18017         * Set fonts of header title in textview by "header_title" tag.
18018         * Removed some deprecated codes.
18019
18020 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
18021
18022         * Updated to 0.8.11.
18023         * Merged cygwin patch(Thanks! Sakai-san).
18024
18025 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
18026
18027         * version 0.8.10-gtk2-20030309