correct the ChangeLog description
[claws.git] / ChangeLog
1 2006-09-03 [paul]       2.4.0cvs135
2
3         * src/prefs_summaries.c
4                 correct menu item text in prefs_keybind_apply_clicked()
5
6 2006-09-03 [paul]       2.4.0cvs134
7
8         * manual/advanced.xml
9                 some improvements to the descriptions
10         * src/mainwindow.c
11         * src/messageview.c
12         * src/summaryview.c
13         * src/gtk/menu.c
14                 fix menu sensitivity issues
15         * src/prefs_message.c
16                 drop the useless word 'short'
17         * src/prefs_other.c
18                 add the word 'lines' indicating log length
19                 is a measure of lines
20         * src/textview.c
21                 fix compilation warnings
22
23 2006-09-02 [colin]      2.4.0cvs133
24
25         * src/messageview.c
26                 Display a special return-receipt message
27                 if the message is from the user
28         * src/summaryview.c
29                 Fix missing freeze of the list when marking
30                 all read and unthreading for exec. Thanks
31                 to Stephan Sachse.
32
33 2006-09-02 [paul]       2.4.0cvs132
34
35         * src/mainwindow.c
36         * src/prefs_message.c
37         * src/summaryview.c
38                 fix some english
39
40 2006-09-02 [wwp]        2.4.0cvs131
41
42         * src/prefs_filtering.c
43                 added an account name column to the filtering rules
44                 dialog.
45
46 2006-09-02 [colin]      2.4.0cvs130
47
48         * src/gtk/logwindow.c
49         * src/gtk/logwindow.h
50                 Block scrolling if we're not at the end
51                 of the log
52
53 2006-09-02 [colin]      2.4.0cvs129
54
55         * src/folder.c
56                 Make sure account-specific rules can't
57                 be used in {pre-,post-,}processing
58         * src/mainwindow.c
59         * src/gtk/logwindow.c
60         * src/gtk/logwindow.h
61                 Jump to last error when clicking on the
62                 warning icon
63
64 2006-09-02 [colin]      2.4.0cvs128
65
66         * src/imap.c
67         * src/import.c
68         * src/mainwindow.c
69         * src/mainwindow.h
70                 Fix warning icon
71         * src/inc.c
72         * src/mbox.c
73         * src/mbox.h
74                 Let proc_mbox know its account, for
75                 account-specific rules
76
77 2006-09-01 [colin]      2.4.0cvs127
78
79         * src/codeconv.c
80                 Don't uselessly use iconv to convert from
81                 us-ascii
82         * src/alertpanel.c
83         * src/mainwindow.c
84         * src/mainwindow.h
85         * src/inc.c
86                 Fix certain log cases, disable warning icon
87                 for now, the correct way to display it when
88                 necessary and only when necessary is probably
89                 to do it manually rather than use error logs
90         * src/etpan/imap-thread.c
91                 Clean up UID logging a bit
92         * src/gtk/logwindow.c
93         * src/gtk/logwindow.h
94                 Make logging faster when the window's closed
95
96 2006-09-01 [wwp]        2.4.0cvs126
97
98         * manual/fr/account.xml
99                 reflect changes to the ref. manual (parts of cvs72):
100                 fix tabnames and quotes.
101
102 2006-09-01 [wwp]        2.4.0cvs125
103
104         * manual/fr/plugins.xml
105                 reflect changes to the reference manual (cvs42):
106                 update IRC channel info.
107
108 2006-09-01 [wwp]        2.4.0cvs124
109
110         * commitHelper
111                 use CVSEDITOR env. var. if set, according to `man cvs`.
112
113 2006-09-01 [wwp]        2.4.0cvs123
114
115         * manual/advanced.xml
116                 better sentence again (thanks to Paul).
117
118 2006-09-01 [wwp]        2.4.0cvs122
119
120         * manual/advanced.xml
121         fix definition of toolbar_detachable and rework a bit the one of
122         enable_dotted_lines.
123
124 2006-09-01 [mones]      2.4.0cvs121
125
126         * manual/advanced.xml
127                 Document enable_dotted_lines
128
129 2006-09-01 [paul]       2.4.0cvs120
130
131         * src/folderview.c
132         * src/folderview.h
133         * src/imap.c
134         * src/mainwindow.c
135         * src/summaryview.c
136                 obey the 'When entering folder...' option
137                 when using the /View/Go to/... menu items
138                 Thanks to Colin
139
140 2006-08-31 [colin]      2.4.0cvs119
141
142         * src/folderview.c
143                 Revert 2.4.0cvs116, wrong fix.
144
145 2006-08-31 [colin]      2.4.0cvs118
146
147         * src/gtk/gtksctree.c
148                 Better state the various copyrights
149
150 2006-08-31 [colin]      2.4.0cvs117
151
152         * src/prefs_common.c
153                 fix enable_dotted_lines
154
155 2006-08-31 [colin]      2.4.0cvs116
156
157         * src/folderview.c
158                 Use pref "Always open on select" when going
159                 to next unread folder
160         * src/gtk/gtksctree.c
161                 Fix link failure to _gtk_clist_create_cell_layout
162                 on certain computers. (Why not mine, I wonder)
163
164 2006-08-31 [colin]      2.4.0cvs115
165
166         * src/procmsg.c
167         * src/textview.c
168         * src/plugins/bogofilter/bogofilter.c
169         * src/plugins/spamassassin/spamassassin.c
170                 Requalify some "errors" to warnings
171         * src/mainwindow.c
172         * src/mainwindow.h
173         * src/statusbar.c
174                 Add an icon in the statusbar to notify
175                 of errors
176         * src/gtk/gtksctree.c
177         * src/folderview.c
178         * src/summaryview.c
179                 Make the GtkSCTree look more modern by
180                 alternating background lines
181         * src/prefs_common.c
182         * src/prefs_common.h
183                 Add a pref to let people have the old
184                 way if they prefer
185
186
187 2006-08-30 [colin]      2.4.0cvs114
188
189         * src/procmsg.c
190         * src/procmsg.h
191                 Provide a way to filter a list of
192                 messages in an optimised manner, and
193                 add a list-filtering hook
194         * src/folder.c
195         * src/inc.c
196         * src/mbox.c
197                 Use the list filtering
198         * src/plugins/bogofilter/bogofilter.c
199                 Use the list-filtering hook
200                 Use -b (bulk) mode for more speed
201                 when learning and filtering
202         * src/etpan/imap-thread.c
203                 Make log output shorter in UID SEARCH
204
205
206 2006-08-30 [colin]      2.4.0cvs113
207
208         * src/plugins/bogofilter/bogofilter.c
209                 Really fast mass learning - thanks to David
210                 Relson for the options explanations :)
211
212 2006-08-30 [colin]      2.4.0cvs112
213
214         * src/msgcache.c
215                 Fix compilation on FreeBSD. Thanks
216                 to Michael Hugues
217
218 2006-08-29 [colin]      2.4.0cvs111
219
220         * src/folderview.c
221                 Handle "popup_menu" signal (for popping the 
222                 menu via the keyboard)
223         * src/mimeview.c
224         * src/mimeview.h
225         * src/summaryview.c
226         * src/textview.c
227         * src/gtk/gtkutils.c
228         * src/gtk/gtkutils.h
229                 Factorize scrolling code, and add an API 
230                 for MimeViewers to handle scroll orders
231
232 2006-08-29 [wwp]        2.4.0cvs110
233
234         * src/plugins//bogofilter/bogofilter.c
235         * src/plugins//spamassassin/spamassassin.c
236                 make the bogofilter/spamassassin filtering error dialogs at
237         incorporation obey to the "don't popup error dialog on
238         receive error" option. If disabled, feed the log window w/
239         the error message.
240
241 2006-08-29 [paul]
242
243         2.5.0-rc2 released
244
245 2006-08-29 [paul]       2.4.0cvs109
246
247         * Makefile.am
248                 remove 'make release', it's not needed
249                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
250
251 2006-08-29 [paul]       2.4.0cvs108
252
253         * src/foldersel.c
254         * src/summary_search.c
255         * src/gtk/progressdialog.c
256         * src/plugins/pgpcore/passphrase.c
257                 replace deprecated gtk_window_set_policy()
258
259 2006-08-29 [colin]      2.4.0cvs107
260
261         * src/folder.c
262                 Fix data loss when copy fails during a move:
263                 only use fast remove_msgs if everything was
264                 copied OK; else use slow remove_msg on the
265                 mails that got copied only.
266
267 2006-08-28 [paul]       2.4.0cvs106
268
269         * src/mh.c
270                 revert change in 2.4.0cvs104, it breaks
271                 stuff
272
273 2006-08-28 [paul]       2.4.0cvs105
274
275         * src/plugins/spamassassin/spamassassin.c
276                 english fix
277
278 2006-08-28 [paul]       2.4.0cvs104
279
280         * src/mh.c
281                 fix data loss when moving to another
282                 mailbox fails
283         * src/prefs_spelling.c
284                 improve the english
285         * src/gtk/pluginwindow.c
286                 improve the layout of the dialog text
287         All thanks to Colin
288
289 2006-08-28 [paul]       2.4.0cvs103
290
291         * src/plugins/bogofilter/bogofilter.c
292         * src/plugins/bogofilter/bogofilter_gtk.c
293                 fix english up a bit, innit
294
295 2006-08-28 [paul]       2.4.0cvs102
296
297         * configure.ac
298         * po/Makefile.in.in
299         * po/Makevars
300                 require autoconf 2.60, enabling building
301                 with gettext 0.15 (gettext 0.14.x build still
302                 possible). Replace Makefiles with versions
303                 from gettext 0.15.
304                 Remove configure options --with-localedir and
305                 --with-mandir. The options that are provided
306                 directly by autoconf 2.60 can be used instead:
307                 --mandir --localedir
308
309 2006-08-27 [colin]      2.4.0cvs101
310
311         * src/plugins/bogofilter/Makefile.am
312                 Fix make dist (no README)
313
314 2006-08-27 [colin]      2.4.0cvs100
315
316         * src/folder.c
317                 Don't use F_UNKNOWN folders for any default
318                 outbox/trash/etc
319         * src/plugins/bogofilter/bogofilter.c
320         * src/plugins/bogofilter/bogofilter.h
321         * src/plugins/bogofilter/bogofilter_gtk.c
322                 Add an option to specify the path to bogofilter
323                 Use single-quotes to be able to learn in folders
324                 with spaces in their names
325                 Verify learning status
326
327 2006-08-27 [colin]      2.4.0cvs99
328
329         * manual/faq.xml
330         * manual/plugins.xml
331                 Document Bogofilter plugin
332
333 2006-08-27 [colin]      2.4.0cvs98
334
335         * src/compose.c
336         * src/messageview.c
337         * src/procmsg.c
338         * src/procmsg.h
339                 When possible, copy the queued mail to sent folder
340                 instead of re-adding. Much faster on IMAP.
341
342 2006-08-27 [colin]      2.4.0cvs97
343
344         * src/msgcache.c
345                 Disable mmaped caches - huge metadata loss
346                 here after a power failure.
347         * src/summaryview.c
348                 Add quicksearch timing
349         * src/common/plugin.c
350         * src/common/plugin.h
351                 Implement an interface to tell what plugins
352                 provide. Prevent loading of similar plugins.
353         * src/plugins/clamav/clamav_plugin.c
354         * src/plugins/demo/demo.c
355         * src/plugins/dillo_viewer/dillo_viewer.c
356         * src/plugins/pgpcore/plugin.c
357         * src/plugins/pgpinline/pgpinline.c
358         * src/plugins/pgpmime/pgpmime.c
359         * src/plugins/spamassassin/spamassassin.c
360         * src/plugins/trayicon/trayicon.c
361                 Implement plugin_provides()
362
363 2006-08-27 [colin]      2.4.0cvs96
364
365         * configure.ac
366         * src/plugins/Makefile.am
367         * src/plugins/bogofilter/.cvsignore
368         * src/plugins/bogofilter/Makefile.am
369         * src/plugins/bogofilter/bogofilter.c
370         * src/plugins/bogofilter/bogofilter.h
371         * src/plugins/bogofilter/bogofilter_gtk.c
372                 New Bogofilter plugin, provides filtering and
373                 learning. Spamassassin will go to extra plugins.
374
375 2006-08-26 [mones]      2.4.0cvs95
376
377         * manual/handling.xml
378                 Fix subfolder path in the example (thanks to Paul) 
379
380 2006-08-26 [mones]      2.4.0cvs94
381
382         * manual/glossary.xml
383                 2.2. + add ISP to the glossary
384                 7.5. + Add UIDL to glossary
385                 7.7. + Add TCP to glossary
386         * manual/handling.xml
387                 7.1. + Mentions GNU/Linux distribution, what about the non...
388                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
389                 7.3. + Mentions .bashrc, what about the non-bash ones? 
390                 7.4. = Use appropriate quotation for commands
391                 7.6. = change "" to <quote></quote>
392         * manual/plugins.xml
393                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
394         * manual/starting.xml
395                 2.1. + local mbox file: some examples of mbox file locations...
396                 Also reformatted files requiring it
397
398 2006-08-26 [wwp]        2.4.0cvs93
399
400         * src/summary_search.c
401                 disable find buttons while summary search is running.
402
403 2006-08-25 [colin]      2.4.0cvs92
404
405         * src/folder.c
406         * src/folderutils.c
407         * src/mh.c
408         * src/procmsg.h
409         * src/summaryview.c
410                 Speed up MH moving, and add progressbar
411                 for MH deletion
412         * src/msgcache.c
413                 Write cache files using mmap() too
414
415 2006-08-25 [wwp]        2.4.0cvs91
416
417         * src/summaryview.c
418                 switch spam<->ham button when a message has been marked as spam or ham
419                 and is still selected. Thanks to Colin.
420
421 2006-08-25 [paul]       2.4.0cvs90
422
423         * src/Makefile.am
424         * src/stock_pixmap.c
425         * src/stock_pixmap.h
426         * src/summaryview.c
427         * src/gtk/icon_legend.c
428         * src/pixmaps/copied.xpm
429         * src/pixmaps/moved.xpm
430                 add icons for delayed execution marked for
431                 copying, marked for moving
432
433 2006-08-25 [mones]      2.4.0cvs89
434
435         * manual/glossary.xml
436                 Fix the other glossary items:
437                 5.1. = Inmmediate execution -> <quote>immediate execution...
438                 5.2. = Fix MBOX capitalization -> Mbox
439                 5.3. + Improve Plugins def. w/ tech. ref.
440                 5.4. = Quotation -> replace '>' by <quote>></quote>
441                 5.5. - SMTP Server. -> remove dot
442         * po/es.po
443                 Updated translation
444
445 2006-08-25 [mones]      2.4.0cvs88
446
447         * manual/ack.xml
448                 Reformatted, changed email address
449         * manual/glossary.xml
450                 Reformatted, fixed MANUAL-TODO items:
451                 8.2. + add ROT-13 to glossary
452                 8.4. + add URL to glossary
453         * manual/es/advanced.xml
454                 Fixed <literal>s
455
456 2006-08-25 [paul]       2.4.0cvs87
457
458         * src/gtk/icon_legend.c
459                 add 'marked for deletion' icon
460                 arrange icons by containing column
461                 wrap long label text
462
463 2006-08-25 [colin]      2.4.0cvs86
464
465         * src/common/utils.c
466         * src/common/utils.h
467                 Add the sc_g_*list_bigger functions in
468                 a place everyone can use it
469         * src/summaryview.c
470                 Only freeze/thaw the list when working
471                 on the selection, if it's bigger than 1
472         * src/gtk/gtksctree.c
473                 Only freeze/thaw the list when unselec-
474                 ting 'all' if ('all' != 1)
475                 This avoids some flickering
476
477 2006-08-24 [colin]      2.4.0cvs85
478
479         * src/addressbook.c
480                 Fix strange list selection
481                 Fix random seg (Invalid read of freed memory)
482
483 2006-08-24 [colin]      2.4.0cvs84
484
485         * src/alertpanel.c
486         * src/gtk/inputdialog.c
487         * src/plugins/pgpcore/passphrase.c
488                 Revert minimal width patch of 2.4.0cvs67,
489                 as it is also a maximal width. Use 
490                 gtk_window_set_default_size instead.
491
492 2006-08-24 [colin]      2.4.0cvs83
493
494         * src/msgcache.c
495                 Write cache/mark to temp files before
496                 overwriting old ones (avoids metadata
497                 loss if writing the new files fail).
498                 Use mmap() to read cache/mark file, as
499                 this makes cache reading faster. Dis-
500                 abled for big-endian machines until it
501                 can be tested. (Big-endian users: set
502                 msgcache_use_mmap = TRUE in the relevant
503                 #if).
504         * src/procmsg.h
505                 Move rarely used fields of MsgInfo in 
506                 another structure, which will only be
507                 allocated if needed. Face, X-Face,
508                 Return receipt headers and List-*
509                 headers are moved. Mails having none
510                 of these occupy 52 bytes less with
511                 this patch, which makes 2.5MB of RAM
512                 saved on a 50k folder).
513         * src/headerview.c
514         * src/mainwindow.c
515         * src/messageview.c
516         * src/partial_download.c
517         * src/procheader.c
518         * src/procmsg.c
519         * src/textview.c
520                 Follow this structure change.
521
522 2006-08-24 [wwp]        2.4.0cvs82
523
524         * manual/es/.cvsignore
525         * manual/es/dist/.cvsignore
526         * manual/es/dist/html/.cvsignore
527         * manual/es/dist/pdf/.cvsignore
528         * manual/es/dist/ps/.cvsignore
529         * manual/es/dist/txt/.cvsignore
530                 more (generated) files to ignore.
531
532 2006-08-24 [colin]      2.4.0cvs81
533
534         * src/folder.c
535         * src/mh.c
536                 Fix possible problems with local delivery. Check the folder doesn't
537                 need scan before setting its mtime when saving cache (which can be
538                 done long after the folder's been modified by an external process);
539                 Check that the stored item's mtime didn't change in mh functions.
540
541 2006-08-24 [mones]      2.4.0cvs80
542
543         * manual/advanced.xml
544                 Rewrapping, some fixes and MANUAL-TODO items:
545                 8.1. = change "" to <quote></quote>
546                 8.3. = quote menu items
547                 8.5. - deploying -> new user ... ideally a new user (redundant)
548
549 2006-08-23 [colin]      2.4.0cvs79
550
551         * src/gtk/gtksctree.c
552                 When selecting or deselecting range, only
553                 freeze/thaw when selection is bigger than 10
554
555 2006-08-23 [colin]      2.4.0cvs78
556
557         * src/messageview.c
558         * src/mimeview.c
559         * src/mimeview.h
560         * src/plugins/dillo_viewer/dillo_viewer.c
561                 Provide an API for MimeViewer plugins to
562                 return a text selection for replying
563
564 2006-08-23 [colin]      2.4.0cvs77
565
566         * src/image_viewer.c
567         * src/textview.c
568                 Use gtk_pixbuf_new_from_file_at_scale(), which
569                 is faster than getting the pixbuf then resizing
570                 it.
571
572 2006-08-23 [colin]      2.4.0cvs76
573
574         * src/procmime.c
575                 UTF-8 should be sent Quoted-printable
576
577 2006-08-22 [colin]      2.4.0cvs75
578
579         * src/mh.c
580                 Check if scan is required before touching
581                 the folder (or it'll be required every time)
582
583 2006-08-22 [colin]      2.4.0cvs74
584
585         * configure.ac
586                 Require libetpan 0.46 (crasher fix when built
587                 against gnutls)
588
589 2006-08-22 [colin]      2.4.0cvs73
590
591         * src/folder.c
592                 Set folder's mtime after writing its
593                 cache
594         * src/folderview.c
595                 Add some timing
596         * src/procmsg.c
597                 Don't do useless stuff if we don't 
598                 thread by subject
599         * src/summaryview.c
600                 Add some timing, don't deselect prior
601                 to selecting (gtksctree does it itself),
602                 remove crash avoidance hacks as it's been
603                 properly fixed since a while
604         * src/common/utils.c
605                 Optimize to_human_readable(): _() is slow,
606                 do it only once, and avoid %f format for KB
607                 (the most common in a summaryview)
608         * src/gtk/gtksctree.c
609                 Don't uselessly freeze/thaw (fixes flicker
610                 on next unread and friends), reduce number
611                 of g_list_nth/g_list_position where possible
612         * src/gtk/gtkutils.c
613         * src/gtk/gtkutils.h
614                 Reduce number of g_list_nth/g_list_position
615                 where possible.
616                 All of this makes loading as 70k folder 2.1
617                 seconds instead of 3.2 (with hot FS caches).
618                 (1.3 seconds without Date and Size columns...)
619
620 2006-08-22 [paul]       2.4.0cvs72
621
622         wrap documents and do some items from mones' MANUAL-TODO:
623
624         * manual/account.xml
625                 4.1. = fix tabname references to <quote>tabname</quote>
626                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
627         * manual/faq.xml
628                 1.1. = mentioned options don't match UI
629                 Add information about the 'Never send Return Receipts'
630                 option
631         * manual/handling.xml
632                 6.2. = Mentions Extended symbols button, but now is
633                 named Information
634                 6.3. = Mentions ... button, which is now Edit
635
636 2006-08-22 [colin]      2.4.0cvs71
637
638         * src/gtk/pluginwindow.c
639                 Fix layout in verbose translations (such
640                 as french)
641
642 2006-08-22 [paul]       2.4.0cvs70
643
644         * manual/Makefile.am
645                 build manuals in alphabetical order
646         * src/addressbook.c
647         * src/prefs_themes.c
648                 replace/remove deprecated symbols
649         * src/gtk/gtkutils.c
650                 fix a warning
651         * src/gtk/pluginwindow.c
652                 replace deprecated symbol
653                 replace label text and move it
654         * src/plugins/pgpcore/prefs_gpg.c
655                 move the 'Generate...' button out of the
656                 Sign Key frame, replace the English used
657         * src/plugins/pgpcore/sgpgme.c
658                 fixes to the English
659
660 2006-08-21 [colin]      2.4.0cvs69
661
662         * src/plugins/trayicon/trayicon.c
663                 Add more strings for translation; patch
664                 by Pawel
665
666 2006-08-21 [colin]      2.4.0cvs68
667
668         * src/compose.c
669                 fix replied flag not set after drafting
670         * src/matcher.c
671                 fix body quicksearch in non-encoded bodies
672                 containing '='
673         * src/msgcache.c
674                 Get rid of the g_malloc workaround for
675                 corrupted caches, use g_try_malloc
676
677 2006-08-21 [colin]      2.4.0cvs67
678
679         * src/alertpanel.c
680         * src/gtk/inputdialog.c
681         * src/plugins/pgpcore/passphrase.c
682                 Set minimal width to 375
683         * src/mainwindow.c
684                 Fix switching to offline, asking if it 
685                 should be overriden for synchronising
686         * src/mimeview.c
687                 Don't offer to remember command on Open 
688                 with for text parts, as the browser or 
689                 text editor command isn't changed from 
690                 there
691
692 2006-08-20 [paul]       2.4.0cvs66
693
694         * po/ko.po
695         * po/zh_CN.po
696                 fix plural form errors. revealed by stricter
697                 checking of gettext 0.15
698
699 2006-08-18 [paul]       2.4.0cvs65
700
701         * src/stock_pixmap.c
702                 fix the fix of 2.4.0cvs64
703                 Thanks to Colin
704
705 2006-08-18 [paul]       2.4.0cvs64
706
707         * src/stock_pixmap.c
708                 fix leaks
709                 Thanks to Colin
710
711 2006-08-18 [paul]       2.4.0cvs63
712
713         * src/compose.c
714         * src/procmsg.c
715                 fix occasional IMAP bug where large msgs
716                 were left in the queue folder after sending
717                 Thanks to Colin
718
719 2006-08-18 [paul]       2.4.0cvs62
720
721         * src/folderview.c
722                 freeze the summaryview while quicksearch results
723                 are displayed
724                 (fixes bug 456 'current message is hidden when the
725                 view is refreshed and extended search is "unread 
726                 messages"')
727                 Thanks to Colin
728         * src/textview.c
729                 add missing #include "inputdialog.h"
730         * src/common/utils.h
731                 add missing mailcap_update_default() and improve
732                 readability
733
734 2006-08-17 [colin]      2.4.0cvs61
735
736         * src/plugins/pgpcore/select-keys.c
737                 Fix warnings :)
738
739 2006-08-17 [colin]      2.4.0cvs60
740
741         * src/compose.c
742                 Don't continue queuing if Cancel is clicked
743                 in select-keys
744
745 2006-08-17 [colin]      2.4.0cvs59
746
747         * src/plugins/pgpcore/select-keys.c
748                 When encrypting, if only one key matches and it 
749                 matches exactly, automatically use it.
750
751 2006-08-17 [colin]      2.4.0cvs58
752
753         * src/mimeview.c
754         * src/prefs_common.c
755         * src/prefs_common.h
756         * src/prefs_ext_prog.c
757         * src/textview.c
758                 Fix issues with previous patch (text/html)
759                 Remove outdated prefs
760
761 2006-08-17 [colin]      2.4.0cvs57
762
763         * src/imap.c
764                 Add View Log button on auth error
765         * src/procmsg.c
766                 Fix encrypted mail marked as new when
767                 saved in normal folders
768         * src/plugins/pgpinline/pgpinline.c
769                 Fix encrypt bug on IMAP
770         * src/mimeview.c
771         * src/common/utils.c
772         * src/common/utils.h
773         * src/gtk/inputdialog.c
774         * src/gtk/inputdialog.h
775                 Get rid of metamail stuff, simplify
776                 opening, and allow remembering of user's
777                 choices (by updating ~/.mailcap). There's
778                 still to drop "Audio player" and "Image
779                 viewer" preferences.
780
781 2006-08-17 [mones]      2.4.0cvs56
782
783         * manual/es/sylpheed-claws-manual.xml
784                 fix DTD path
785
786 2006-08-17 [mones]      2.4.0cvs55
787
788         * configure.ac
789         * manual/Makefile.am
790         * manual/es/Makefile.am
791         * manual/es/account.xml
792         * manual/es/ack.xml
793         * manual/es/addrbook.xml
794         * manual/es/advanced.xml
795         * manual/es/faq.xml
796         * manual/es/glossary.xml
797         * manual/es/gpl.xml
798         * manual/es/handling.xml
799         * manual/es/intro.xml
800         * manual/es/keyboard.xml
801         * manual/es/plugins.xml
802         * manual/es/starting.xml
803         * manual/es/sylpheed-claws-manual.xml
804         * manual/es/dist/Makefile.am
805         * manual/es/dist/html/Makefile.am
806         * manual/es/dist/pdf/Makefile.am
807         * manual/es/dist/ps/Makefile.am
808         * manual/es/dist/txt/Makefile.am
809                 Spanish translation for the manual
810
811 2006-08-16 [colin]      2.4.0cvs54
812
813         * src/compose.c
814         * src/main.c
815         * src/mainwindow.c
816                 Fix send button sensitivity at startup
817                 Set send menu sensitivity (patch by Fabien)
818         * src/ssl_manager.c
819                 Enable closing with esc (patch by Fabien)
820         * src/gtk/foldersort.c
821                 Enable closing with esc (patch by Fabien)
822         * src/procmime.c
823                 Optimisation (no need to copy to tempfile to
824                 "decode" 7bit and 8bit)
825         * src/summaryview.c
826                 Fix cruft in swap_from case
827         * src/textview.c
828                 Fix missing last line in some mail cases 
829                 (Fixes debian #381872)
830         * src/plugins/pgpcore/prefs_gpg.c
831         * src/plugins/pgpcore/sgpgme.c
832         * src/plugins/pgpcore/sgpgme.h
833                 Don't show "no key found" when user explicitely
834                 wants to create a key
835
836 2006-08-16 [paul]       2.4.0cvs53
837
838         * configure.ac
839         * src/account.c
840         * src/addressbook.c
841         * src/headerview.c
842         * src/prefs_account.c
843         * src/prefs_message.c
844         * src/gtk/gtkutils.c
845                 bump up minimum required versions of GTK+ and
846                 GLIB to 2.6.0
847
848 2006-08-16 [paul]       2.4.0cvs52
849
850         * src/toolbar.c
851                 workaround GTK+ Bug 351600 - 'Can't re-click
852                 on button after sensitivity update'
853                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
854                 Thanks to Colin
855
856 2006-08-15 [colin]      2.4.0cvs51
857
858         * src/plugins/pgpcore/prefs_gpg.c
859                 Set options sensitivity according to
860                 key existence
861         * src/plugins/pgpcore/sgpgme.c
862                 Allow to create key with no passphrase
863
864 2006-08-14 [cleroy]     2.4.0cvs50
865
866         * src/gtk/pluginwindow.c
867                 New layout (maybe to be changed?)
868         * src/gtk/gtkutils.c
869                 Fix a bit label_window
870         * src/plugins/pgpcore/passphrase.c
871         * src/plugins/pgpcore/passphrase.h
872         * src/plugins/pgpcore/plugin.c
873         * src/plugins/pgpcore/prefs_gpg.c
874         * src/plugins/pgpcore/prefs_gpg.h
875         * src/plugins/pgpcore/sgpgme.c
876         * src/plugins/pgpcore/sgpgme.h
877                 Allow to create a PGP private key via the GUI
878
879 2006-08-14 [wwp]        2.4.0cvs49
880
881         * src/addressbook_foldersel.c
882                 fix strict ISO C90 compliance.
883
884 2006-08-14 [paul]       2.4.0cvs48
885
886         * src/gtk/prefswindow.c
887                 re-set scrolled window on opening
888                 Patch by Ticho
889
890 2006-08-14 [paul]
891
892         2.5.0-rc1 released
893
894 2006-08-14 [paul]       2.4.0cvs47
895
896         * src/prefs_display_header.c
897                 re-enable user-defined Displayed Headers
898
899 2006-08-14 [paul]       2.4.0cvs46
900
901         * src/prefs_account.c
902                 use GTK_STOCK_EDIT
903
904 2006-08-13 [colin]      2.4.0cvs45
905
906         * src/common/utils.c
907                 Fix "a" in quote when the original message is empty,
908                 by using \0 instead of 'a' to test writability of
909                 temp files.
910
911 2006-08-13 [wwp]        2.4.0cvs44
912
913         * src/plugins/spamassassin/spamassassin.c
914                 fix capitalization of "SpamAssassin" in some debug, log and
915                 dialog messages.
916
917 2006-08-13 [paul]       2.4.0cvs43
918
919         * src/editldap.c
920                 fix overlapping widgets
921         * src/prefs_account.c
922                 fix translation of protocol_names[]
923                 fix label disappearing off the edge of the
924                 visible area
925
926 2006-08-12 [paul]       2.4.0cvs42
927
928         * manual/plugins.xml
929                 update IRC channel info before it gets forgotten
930                 about
931
932 2006-08-11 [colin]      2.4.0cvs41
933
934         * src/compose.c
935         * src/mainwindow.c
936         * src/mainwindow.h
937         * src/procmsg.c
938         * src/procmsg.h
939         * src/summaryview.c
940         * src/toolbar.c
941                 Grey out the Send button if
942                 - Queue folders are empty, or
943                 - We're sending already
944
945 2006-08-11 [wwp]        2.4.0cvs40
946
947         * src/main.c
948                 fix a logic issue when quitting while a compose window is
949                 still open, thanks to Colin.
950
951 2006-08-10 [colin]      2.4.0cvs39
952
953         * src/main.c
954                 Fix default font size setting after wizard run
955         * src/imap.c
956         * src/etpan/imap-thread.c
957         * src/etpan/imap-thread.h
958                 Fix bug #999 (Timing out on TSL cert validation 
959                 dialog makes ugly things happen). Also, STARTTLS
960                 unconditionnaly if initial capabilities contain
961                 LOGINDISABLED and STARTTLS.
962
963 2006-08-09 [colin]      2.4.0cvs38
964
965         * src/mainwindow.c
966         * src/mainwindow.h
967                 Fix Tools/Actions sensitivity when there are
968                 no actions
969
970 2006-08-09 [colin]      2.4.0cvs37
971
972         * src/prefs_filtering.c
973                 Warning fix, patch by Paul
974         * src/messageview.c
975         * src/prefs_actions.c
976         * src/prefs_filtering_action.c
977         * src/prefs_matcher.c
978                 Uniformisation of "Info ..." to "Info..." (for
979                 old gtk), patch by Fabien
980         * src/plugins/clamav/clamav_plugin_gtk.c
981                 Sensitivity fix by Fabien
982
983 2006-08-09 [colin]      2.4.0cvs36
984
985         * src/main.c
986         * src/main.h
987                 Add a function to know whether we're exiting
988         * src/plugins/trayicon/trayicon.c
989                 If exiting, don't do anything. Faster, and
990                 avoids gtk_main_iteration reentracy causing
991                 segfaults at exit
992
993 2006-08-09 [colin]      2.4.0cvs35
994
995         * src/messageview.c
996         * src/mimeview.c
997         * src/mimeview.h
998                 Fix lack of part selection when automatically 
999                 jumping to a specific part
1000         * src/msgcache.c
1001                 Little optimisation in cache reading
1002
1003 2006-08-09 [colin]      2.4.0cvs34
1004
1005         * src/compose.c
1006                 Fix crash setting the priority on reedit
1007                 (Accessing compose before creating it!)
1008
1009 2006-08-08 [colin]      2.4.0cvs33
1010
1011         * src/procmime.c
1012                 Fix bug #998 (last attachment is not accessible)
1013                 Bad RFC interpretation on multipart close-delimiters
1014         * src/mimeview.c
1015         * src/mimeview.h
1016         * src/gtk/gtkvscrollbutton.c
1017         * src/gtk/gtkvscrollbutton.h
1018                 Make attachments list wheel-scrollable
1019
1020 2006-08-07 [colin]      2.4.0cvs32
1021
1022         * src/gtk/gtkaspell.c
1023                 Fix bug #973 (Unicode punctation characters 
1024                 are not recognized as separators by the
1025                 spell checker); fix unsigned stuff
1026
1027 2006-08-07 [colin]      2.4.0cvs31
1028
1029         * src/compose.c
1030                 Fix bug #956 (DnD text with accents in compose 
1031                 text entry); fix gccc's signed/unsigned fuss
1032
1033 2006-08-06 [colin]      2.4.0cvs30
1034
1035         * src/main.c
1036                 Fix bug #979 (Plugin crashes when exiting 
1037                 sylpheed-claws) : handle exit request only 
1038                 once
1039
1040 2006-08-05 [colin]      2.4.0cvs29
1041
1042         * src/news.c
1043                 Just make sure we have a msgid.
1044
1045 2006-08-05 [colin]      2.4.0cvs28
1046
1047         * src/news.c
1048         * src/summaryview.c
1049                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
1050                 by reimplementing it
1051         * src/textview.c
1052                 Fix bug when hiding quotes with level > 3 and quote
1053                 colors are recycled
1054
1055 2006-08-04 [colin]      2.4.0cvs27
1056
1057         * src/compose.c
1058         * src/undo.c
1059         * src/undo.h
1060                 Fix a bit replace-by-pasting undo
1061         * src/mainwindow.c
1062         * src/messageview.c
1063                 Fix Fold quotes menu synchro in
1064                 mainwindow when it changes in 
1065                 messageview
1066         * src/textview.c
1067                 Fix right-click on quotes blocks
1068         * src/common/utils.c
1069                 Verify that the file created by
1070                 my_tmpfile() is writable. Fixes
1071                 bug #988 (very specific filesystem
1072                 issue)
1073         * src/plugins/pgpcore/sgpgme.c
1074                 Fix file descriptor leak
1075         * src/plugins/spamassassin/spamassassin.c
1076                 Warn once if spamd isn't reachable
1077
1078 2006-08-04 [colin]      2.4.0cvs26
1079
1080         * src/toolbar.c
1081                 i18n context patch by Fabien
1082
1083 2006-08-03 [colin]      2.4.0cvs25
1084
1085         * src/mainwindow.c
1086         * src/messageview.c
1087                 Rename "Hide quotes" to "Fold quotes"
1088         * src/textview.c
1089                 Don't use hand cursor on quotes. "all 
1090                 the bonuses of the feature and none of 
1091                 unwelcome side-effects"
1092
1093 2006-08-03 [colin]      2.4.0cvs24
1094
1095         * AUTHORS
1096         * sylpheed-claws.desktop
1097         * src/gtk/authors.h
1098                 Bring the desktop file to XDG compliance
1099                 Patch by Charles A. Edwards
1100
1101 2006-08-03 [colin]      2.4.0cvs23
1102
1103         * src/textview.c
1104                 Fix links offset when they are preceded
1105                 by accentued chars (g_utf8_strlen!)
1106         * src/mainwindow.c
1107                 Fix wrong status when starting offline
1108
1109
1110 2006-08-03 [wwp]        2.4.0cvs22
1111
1112         * src/prefs_common.h
1113                 ask what to do w/ filtering rules that belong to an account when
1114                 applying filtering rules manually from the main window (skip,
1115                 apply regardless of the account, use current account). This dialog
1116                 can be skipped and the last reply used.
1117                 (forgot that file)
1118
1119 2006-08-03 [wwp]        2.4.0cvs21
1120
1121         * src/filtering.c
1122         * src/filtering.h
1123         * src/prefs_common.c
1124         * src/summaryview.c
1125         * src/alertpanel.c
1126         * src/alertpanel.h
1127         * src/messageview.c
1128                 ask what to do w/ filtering rules that belong to an account when
1129                 applying filtering rules manually from the main window (skip,
1130                 apply regardless of the account, use current account). This dialog
1131                 can be skipped and the last reply used.
1132
1133
1134 2006-08-03 [colin]      2.4.0cvs20
1135
1136         * src/textview.c
1137                 Optimize previous patch
1138
1139 2006-08-03 [cleroy]     2.4.0cvs19
1140
1141         * src/textview.c
1142                 Fix quotes getting toggled back when the
1143                 mail has an even number of text parts
1144
1145 2006-08-02 [colin]      2.4.0cvs18
1146
1147         * src/messageview.c
1148                 Add Hide quotes menu
1149
1150 2006-08-02 [colin]      2.4.0cvs17
1151
1152         * src/mainwindow.c
1153         * src/prefs_common.c
1154         * src/textview.c
1155         * src/textview.h
1156         * src/gtk/about.c
1157                 Allow per-level quote hiding,
1158                 Allow toggling quotes by double-clicking them
1159                 Rename RemoteURI to ClickableText to reflect
1160                 the fact it's used for a variety of things
1161
1162 2006-08-02 [wwp]        2.4.0cvs16
1163
1164         * src/mainwindow.c
1165                 fix "View/Hide quotes" menu item status initialization.
1166
1167 2006-08-02 [wwp]        2.4.0cvs15
1168
1169         * src/matcher_parser_parse.y
1170                 remove a debug trace.
1171
1172 2006-08-02 [paul]       2.4.0cvs14
1173
1174         * src/plugins/pgpcore/passphrase.c
1175                 don't set initial dialog size
1176                 make it resizable
1177
1178 2006-08-02 [paul]       2.4.0cvs13
1179
1180         * src/noticeview.c
1181                 remove the rogue '/' character
1182
1183 2006-08-02 [paul]       2.4.0cvs12
1184
1185         * src/noticeview.c
1186                 allow buttons to resize as necessary
1187
1188 2006-08-01 [wwp]        2.4.0cvs11
1189
1190         * src/mbox.c
1191                 fix strict ISO C90 compliance.
1192
1193 2006-08-01 [wwp]        2.4.0cvs10
1194
1195         * tools/update-po
1196                 updated update-po tool to work w/ context-dependent translations.
1197                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1198
1199 2006-08-01 [wwp]        2.4.0cvs9
1200
1201         * src/matcher.c
1202         * src/prefs_filtering.c
1203         * src/prefs_matcher.c
1204                 allow context-dependent translations for "All",
1205                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1206
1207 2006-07-31 [colin]      2.4.0cvs8
1208
1209         * AUTHORS
1210         * src/gtk/authors.h
1211                 Add Rafal to authors
1212
1213 2006-07-31 [colin]      2.4.0cvs7
1214
1215         * src/compose.c
1216         * src/mainwindow.c
1217         * src/messageview.h
1218         * src/prefs_common.c
1219         * src/prefs_common.h
1220         * src/textview.c
1221                 Add 'View/Hide quotes'. Patch based on a patch
1222                 by Rafal Weglarz
1223
1224 2006-07-31 [colin]      2.4.0cvs6
1225
1226         * src/action.c
1227                 Fix problem with "> stuff >" actions
1228
1229 2006-07-31 [paul]       2.4.0cvs5
1230
1231         * po/nb.po
1232                 updated by Geir Helland
1233
1234 2006-07-31 [wwp]        2.4.0cvs4
1235
1236         * src/mainwindow.c
1237         * src/summaryview.c
1238         * src/summaryview.h
1239                 add "View/Go to/Parent message" and "View/Go to/Last read message",
1240                 thanks to Colin.
1241
1242 2006-07-31 [wwp]        2.4.0cvs3
1243
1244         * src/Makefile.am
1245         * src/addr_compl.c
1246         * src/addr_compl.h
1247         * src/addressbook.c
1248         * src/addressbook.h
1249         * src/addressbook_foldersel.c
1250         * src/addressbook_foldersel.h
1251         * src/addrindex.c
1252         * src/addrindex.h
1253         * src/matcher.c
1254         * src/matcher.h
1255         * src/matcher_parser_lex.l
1256         * src/matcher_parser_parse.y
1257         * src/prefs_common.c
1258         * src/prefs_common.h
1259         * src/prefs_filtering.c
1260         * src/prefs_matcher.c
1261         * src/prefs_matcher.h
1262         * src/summaryview.c
1263                 introduce filtering against the address book. It's now possible to add
1264                 matched conditions to determine if any email address in a message matches
1265                 or doesn't match any or all books or folders in the address book.
1266
1267 2006-07-31 [wwp]        2.4.0cvs2
1268
1269         * src/account.c
1270         * src/filtering.c
1271         * src/filtering.h
1272         * src/folder.c
1273         * src/folderview.c
1274         * src/inc.c
1275         * src/mainwindow.c
1276         * src/matcher.c
1277         * src/matcher_parser_lex.l
1278         * src/matcher_parser_parse.y
1279         * src/mbox.c
1280         * src/prefs_filtering.c
1281         * src/prefs_filtering.h
1282         * src/procmsg.c
1283         * src/procmsg.h
1284         * src/summaryview.c
1285                 introduce per-account filtering rules. Each filtering rule can now be assigned
1286                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
1287                 when applying filtering rules manually, as all rules will apply - even the ones
1288                 assigned to an account. This issue will be addressed soon.
1289  
1290
1291
1292 2006-07-31 [wwp]        2.4.0cvs1
1293
1294         * src/quote_fmt.c
1295                 make more strings translatable.
1296
1297 2006-07-31 [paul]       2.4.0
1298
1299         2.4.0 released
1300
1301 2006-07-31 [paul]       2.3.1cvs91
1302
1303         * po/ca.po
1304                 updated by Miquel Oliete
1305
1306 2006-07-31 [paul]       2.3.1cvs90
1307
1308         * po/de.po
1309         * po/el.po
1310         * po/fr.po
1311         * po/it.po
1312         * po/pl.po
1313         * po/pt_BR.po
1314         * po/sr.po
1315         * po/zh_CN.po
1316                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
1317                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
1318                 Aleksandar Urosevic, and Ralgh Young
1319
1320 2006-07-31 [paul]       2.3.1cvs89
1321
1322         * src/account.c
1323         * src/main.c
1324         * src/mainwindow.c
1325         * src/mainwindow.h
1326                 Fix a race condition when, after an SC crash, rescanning
1327                 folders took more than 0.5 seconds
1328                 Thanks to Colin
1329
1330 2006-07-31 [paul]       2.3.1cvs88
1331
1332         * src/folderview.c
1333                 don't translate separator strings
1334
1335 2006-07-30 [mones]      2.3.1cvs87
1336
1337         * doc/man/sylpheed-claws.1
1338                 Fixed non-ASCII chars in Hoa's name
1339         * po/es.po
1340                 Updated for release
1341
1342 2006-07-27 [colin]      2.3.1cvs86
1343
1344         * src/textview.c
1345                 Don't include the leading \n in links
1346                 Patch by Fabien
1347
1348 2006-07-25 [colin]      2.3.1cvs85
1349
1350         * src/mainwindow.c
1351         * src/common/socket.h
1352         * src/etpan/imap-thread.c
1353                 Refresh resolvers before connecting
1354                 to IMAP servers, and after switching
1355                 to online. Thanks to Paul.
1356
1357 2006-07-18 [colin]
1358
1359         * 2.4.0-rc4 released
1360
1361 2006-07-17 [colin]      2.3.1cvs84
1362
1363         * src/inc.c
1364                 Show connection attempt in statusbar before
1365                 connecting (previously first message was
1366                 "Retrieving messages from ..." after the
1367                 connection succeeded.
1368
1369 2006-07-16 [wwp]        2.3.1cvs83
1370
1371         * sylpheed-claws.ico
1372                 Added .ico file (windows multi-size icon file, generated).
1373
1374 2006-07-12 [wwp]        2.3.1cvs82
1375
1376         * src/messageview.c
1377                 remove Message/Re-edit menu entry from messageview window,
1378                 as sent/draft/queued messages are opened in compose window when
1379                 re-edited and it's not possible to re-edit other msgs.
1380
1381 2006-07-12 [paul]       2.3.1cvs81
1382
1383         * AUTHORS
1384         * src/mainwindow.c
1385         * src/gtk/authors.h
1386                 check online state before resetting
1387                 mailcheck timer. Useful if some program
1388                 verifies connection state and updates
1389                 Claws.
1390                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
1391
1392 2006-07-12 [paul]       2.3.1cvs80
1393
1394         * sylpheed-claws-128x128.png
1395         * sylpheed-claws-64x64.png
1396         * sylpheed-claws.png
1397         * src/Makefile.am
1398         * src/main.c
1399         * src/prefs_toolbar.c
1400         * src/stock_pixmap.c
1401         * src/stock_pixmap.h
1402         * src/wizard.c
1403         * src/gtk/about.c
1404         * src/gtk/gtkutils.c
1405         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
1406         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
1407         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
1408         * src/pixmaps/sylpheed.xpm              ** REMOVED **
1409         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
1410         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
1411                 updated and renamed logo/icon files and related
1412                 logo by Jesper Schultz
1413
1414 2006-07-11 [paul]       2.3.1cvs79
1415
1416         * src/main.c
1417                 fix the labels a smidgin
1418
1419 2006-07-09 [colin]      2.3.1cvs78
1420
1421         * src/textview.c
1422                 Show errors in textviewer's command
1423                 Patch by H. Merijn Brand
1424
1425 2006-07-09 [colin]      2.3.1cvs77
1426
1427         * src/compose.c
1428                 Save FMID in drafts too
1429
1430 2006-07-08 [colin]      2.3.1cvs76
1431
1432         * src/compose.c
1433                 Svae RMID in drafted mails too
1434                 Save quote_fmt vars for whole mails,
1435                 don't reset at each quote_fmt_init:
1436                 allows to use the same |i{var} in
1437                 various template fields
1438         * src/prefs_template.c
1439         * src/quote_fmt.h
1440         * src/quote_fmt_parse.y
1441                 Same
1442
1443 2006-07-08 [colin]      2.3.1cvs75
1444
1445         * src/textview.c
1446                 Fix highlighting of attached parts URIs
1447
1448 2006-07-08 [colin]      2.3.1cvs74
1449
1450         * src/main.c
1451                 Prevent bug #981 (sc 2.3.1 segfaults with 
1452                 gtk+ 2.10) from being reported again:
1453                 if Sylpheed-Claws has been compiled against
1454                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
1455                 of if Sylpheed-Claws has been compiled against
1456                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
1457                 error out.
1458
1459 2006-07-07 [colin]      2.3.1cvs73
1460
1461         * src/prefs_actions.c
1462                 Fix label
1463
1464 2006-07-07 [colin]      2.3.1cvs72
1465
1466         * src/prefs_actions.c
1467                 Fix compile on gtk < 2.8. argh :)
1468
1469 2006-07-07 [paul]       2.3.1cvs71
1470
1471         * src/common/defs.h
1472                 update DONATE_URI
1473
1474 2006-07-07 [colin]      2.3.1cvs70
1475
1476         * po/POTFILES.in
1477         * src/quote_fmt.c
1478         * src/quote_fmt_lex.l
1479         * src/quote_fmt_parse.y
1480                 Add |i{var}, a way to insert user-entered
1481                 text in a template
1482
1483 2006-07-07 [colin]
1484
1485         * 2.4.0-rc3 released
1486
1487 2006-07-07 [colin]      2.3.1cvs69
1488
1489         * src/folder.c
1490                 Don't consider inboxes of UNKNOWN folder 
1491                 classes to be useable as default inboxes
1492
1493 2006-07-07 [paul]       2.3.1cvs68
1494
1495         * src/textview.c
1496                 add missing #include <errno.h>
1497                 Thanks to René J. Blokland
1498
1499 2006-07-07 [paul]       2.3.1cvs67
1500
1501         * src/action.c
1502                 Return now Closes dialog
1503         * src/mimeview.c
1504         * src/mimeview.h
1505         * src/textview.c
1506                 add contextual menu to mime parts listed
1507                 in the textview
1508                 Thanks to Colin
1509         * src/common/utils.c
1510                 reversal: ' is a valid character in URLs
1511
1512 2006-07-06 [colin]      2.3.1cvs66
1513
1514         * src/remotefolder.h
1515                 Forgotten in previous commit
1516
1517 2006-07-06 [colin]      2.3.1cvs65
1518
1519         * src/folder.c
1520                 Set summary update flag whenever
1521                 totals changed
1522         * src/imap.c
1523         * src/prefs_account.c
1524         * src/common/utils.h
1525         * src/etpan/imap-thread.c
1526                 Fix warnings, thanks to Fabien and
1527                 Ricardo
1528
1529 2006-07-06 [wwp]        2.3.1cvs64
1530
1531         * src/gtk/gtkutils.c
1532                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
1533
1534 2006-07-06 [wwp]        2.3.1cvs63
1535
1536         * src/account.c
1537         * src/addressbook.c
1538         * src/addressitem.h
1539         * src/folderview.c
1540         * src/mainwindow.c
1541         * src/manual.c
1542         * src/manual.h
1543         * src/message_search.c
1544         * src/prefs_actions.c
1545         * src/prefs_filtering.c
1546         * src/prefs_filtering.h
1547         * src/prefs_template.c
1548         * src/summary_search.c
1549         * src/summaryview.c
1550         * src/gtk/gtkutils.c
1551         * src/gtk/gtkutils.h
1552         * src/gtk/pluginwindow.c
1553                 add help buttons to some dialogs. Clicking such buttons opens a
1554                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
1555
1556 2006-07-06 [paul]       2.3.1cvs62
1557
1558         * src/textview.c
1559                 fix attachments contextual menu
1560                 Thanks to Colin
1561
1562 2006-07-05 [colin]      2.3.1cvs61
1563
1564         * src/textview.c
1565         * src/compose.c
1566                 Handle sftp:// links
1567
1568 2006-07-05 [paul]       2.3.1cvs60
1569
1570         * src/gtk/filesel.c
1571                 grab save button by default
1572                 Thanks to Colin
1573
1574 2006-07-05 [wwp]        2.3.1cvs59
1575
1576         * manual/xml2pdf
1577                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
1578
1579 2006-07-04 [colin]      2.3.1cvs58
1580
1581         * src/mimeview.c
1582         * src/textview.c
1583                 Use left click to select, middle click to open
1584                 on mimeparts links
1585         * src/common/utils.c
1586                 Fix segfault
1587
1588 2006-07-04 [colin]      2.3.1cvs57
1589
1590         * src/mainwindow.c
1591         * src/news.c
1592                 Warning fixes, thanks to Fabien
1593
1594 2006-07-04 [colin]      2.3.1cvs56
1595
1596         * src/mimeview.c
1597         * src/mimeview.h
1598         * src/textview.c
1599                 Allow parts to be selected via their text label
1600                 in textview
1601
1602 2006-07-04 [colin]      2.3.1cvs55
1603
1604         * src/folderview.c
1605                 Feedback when closing (for big folders)
1606         * src/prefs_actions.c
1607         * src/prefs_filtering.c
1608         * src/prefs_matcher.c
1609         * src/prefs_template.c
1610                 Fix default button when closing without
1611                 having saved
1612
1613 2006-07-04 [colin]      2.3.1cvs54
1614
1615         * src/news.c
1616                 Delete local file on deletion
1617
1618 2006-07-03 [colin]      2.3.1cvs53
1619
1620         * src/folderview.c
1621         * src/main.c
1622                 Don't freeze when rescanning after crash
1623
1624 2006-07-03 [wwp]        2.3.1cvs52
1625
1626         * src/compose.c
1627         * src/privacy.c
1628         * src/privacy.h
1629         * src/plugins/pgpinline/pgpinline.c
1630         * src/plugins/pgpmime/pgpmime.c
1631                 don't report an error when the user cancels the passphrase dialog.
1632
1633 2006-07-02 [colin]      2.3.1cvs51
1634
1635         * src/folderview.c
1636                 Open message when crossing folders with Space,
1637                 goto next unread and friends
1638
1639 2006-07-01 [colin]      2.3.1cvs50
1640
1641         * src/prefs_account.c
1642                 Typographic rules varying from language
1643                 to language (in french "Protocole :"),
1644                 we have to do that :)
1645
1646 2006-07-01 [ticho]      2.3.1cvs49
1647
1648         * src/prefs_account.c
1649                 Only use one temporary gchar* variable in
1650                 prefs_account_protocol_set_optmenu().
1651
1652 2006-07-01 [ticho]      2.3.1cvs48
1653
1654         * src/prefs_account.c
1655         * src/prefs_account.h
1656                 Use GtkLabel for existing account protocol name.
1657                 Created an array for protocol names and populate the
1658                 combobox from it in a for() cycle.
1659
1660 2006-06-30 [colin]      2.3.1cvs47
1661
1662         * src/compose.c
1663                 Block undo when changing signature (by changing
1664                 account)
1665
1666 2006-06-30 [paul]       2.3.1cvs46
1667
1668         * src/send_message.c
1669                 when editing From in the Compose window, use that address
1670                 in the Return-Path: header
1671                 Thanks to Colin
1672
1673 2006-06-30 [colin]      2.3.1cvs45
1674
1675         * src/compose.c
1676                 Fix signature replacement:
1677                 - when no newline before separator
1678                 - when reediting
1679
1680 2006-06-29 [colin]      2.3.1cvs44
1681
1682         * src/folderview.c
1683         * src/folderview.h
1684         * src/mainwindow.c
1685         * src/summaryview.c
1686                 Let 'View/Go to/Next marked' work like
1687                 Next new & Next unread: across folders
1688                 Change the select_on_entry pref to do
1689                 what we want when changing folder
1690         * src/common/utils.c
1691                 Fix single-quoted links 
1692
1693 2006-06-29 [colin]      2.3.1cvs43
1694
1695         * src/gtk/gtkaspell.c
1696                 "Sylpheed" and "Sylpheed-Claws" do exist !
1697
1698 2006-06-29 [colin]      2.3.1cvs42
1699
1700         * src/imap.c
1701                 Forgot to remove debug
1702
1703 2006-06-29 [colin]      2.3.1cvs41
1704
1705         * src/imap.c
1706         * src/imap.h
1707         * src/mainwindow.c
1708                 Disconnect from IMAP servers when going
1709                 offline. Fixes bug #978 (going to offline-mode 
1710                 won't close connections)
1711
1712 2006-06-29 [colin]      2.3.1cvs40
1713
1714         * src/main.c
1715                 Fix transient setting on failing plugins
1716                 Patch by Fabien
1717         * src/plugins/pgpcore/sgpgme.c
1718                 Only warn for OpenPGP. Most people don't
1719                 have CMS available.
1720
1721 2006-06-29 [colin]      2.3.1cvs39
1722
1723         * src/compose.c
1724                 Fix Spelling menu (discrepancy between context menu
1725                 and top menu when folder's dictionary isn't the 
1726                 default one)
1727         * src/plugins/pgpcore/sgpgme.c
1728                 More error reporting about why gpgme can fail
1729
1730 2006-06-29 [wwp]        2.3.1cvs38
1731
1732         * src/mainwindow.c
1733                 honor the display-header-pane setting even when the message view
1734                 is a separate window.
1735
1736 2006-06-29 [wwp]        2.3.1cvs37
1737
1738         * src/prefs_actions.c
1739                 forgot to commit that one (use of GTK_STOCK_INFO).
1740
1741 2006-06-29 [colin]      2.3.1cvs36
1742
1743         * src/imap.c
1744                 Better handling of login errors (ask the password
1745                 again once), alert in case of error. Fix three
1746                 signedness warnings.
1747
1748 2006-06-28 [wwp]        2.3.1cvs35
1749
1750         * src/prefs_template.c
1751         * src/prefs_matcher.c
1752         * src/prefs_filtering_action.c
1753         * src/prefs_quote.c
1754                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
1755                 patch by Fabien Vantard, slightly modified.
1756
1757 2006-06-28 [paul]
1758
1759         2.4.0-rc2 released
1760
1761 2006-06-28 [colin]      2.3.1cvs34
1762
1763         * src/prefs_account.c
1764                 Fix bug #977 (Can't add or edit imap accounts)
1765
1766 2006-06-28 [colin]      2.3.1cvs33
1767
1768         * src/mimeview.c
1769                 Fix previous
1770
1771 2006-06-28 [colin]      2.3.1cvs32
1772
1773         * src/mimeview.c
1774                 Save named inlined attachments with "Save all"
1775         * src/main.c
1776         * src/mbox.c
1777         * src/common/plugin.c
1778         * src/common/plugin.h
1779         * src/common/sylpheed.c
1780         * src/common/utils.c
1781         * src/plugins/pgpcore/sylpheed.def
1782         * src/plugins/pgpinline/sylpheed.def
1783         * src/plugins/pgpmime/sylpheed.def
1784                 Win32 compatibility patch, by
1785                 Werner Koch
1786
1787 2006-06-28 [wwp]        2.3.1cvs31
1788
1789         * src/imap.c
1790         * src/prefs_folder_item.c
1791                 less compilation warnings (thanks to Fabien Vantard), less typos.
1792
1793 2006-06-28 [paul]       2.3.1cvs30
1794
1795         * src/gtk/gtkutils.c
1796                 gtk_combo_box_set_focus_on_click() is only
1797                 available since gtk 2.6.0
1798
1799 2006-06-28 [paul]       2.3.1cvs29
1800
1801         * src/prefs_ext_prog.c
1802                 fix engrish and add a tooltip for the
1803                 'command for 'Display as text' option
1804
1805 2006-06-28 [paul]
1806
1807         2.4.0-rc1 released
1808
1809 2006-06-28 [paul]       2.3.1cvs28
1810
1811         * ChangeLog
1812         * tools/Makefile.am
1813                 include textviewer.pl in releases
1814
1815 2006-06-28 [paul]       2.3.1cvs27
1816
1817         * src/prefs_ext_prog.c
1818                 hide Print command option if libgnomeprint
1819                 support is present
1820
1821 2006-06-27 [colin]      2.3.1cvs26
1822
1823         * src/compose.c
1824                 Fix Esc handling in insert/attach dialog
1825                 Don't show this dialog if dragging something
1826                 else than text/uri-list
1827                 Thanks to Fabien Vantard
1828         * tools/textviewer.pl
1829                 Filter script to display stuff as text
1830                 by H. Merijn Brand
1831
1832 2006-06-27 [wwp]        2.3.1cvs25
1833
1834         * src/messageview.c
1835                 use the exact product name (message view title), patch
1836                 by Fabien Vantard.
1837
1838 2006-06-27 [ticho]      2.3.1cvs24
1839
1840         * src/prefs_account.c
1841         * src/prefs_common.c
1842         * src/prefs_common.h
1843         * src/prefs_ext_prog.c
1844         * src/textview.c
1845                 Add a preference (Preferences/External programs)
1846                 to allow "Display as text" to be done via a script
1847                 (patch by H.Merijn Brand).
1848                 Use GtkComboBox for protocol selection in account
1849                 preferences.
1850                 Only include current choice for existing accounts, and
1851                 insensitivize the combobox.
1852
1853 2006-06-27 [paul]       2.3.1cvs23
1854
1855         * src/mbox.c
1856                 fix crasher introduced in cvs21.
1857                 Thanks to Colin
1858
1859 2006-06-26 [colin]      2.3.1cvs22
1860
1861         * src/mbox.c
1862                 Fix double-frees when leaving folders
1863                 after exporting to mbox
1864
1865 2006-06-26 [colin]      2.3.1cvs21
1866
1867         * src/mbox.c
1868                 More feedback (and optimisation)
1869                 on import/export
1870         * src/common/utils.c
1871                 Fix case when looking for mail addresses
1872         * src/gtk/gtkutils.c
1873                 Extra check for (X-)Face
1874
1875 2006-06-25 [ticho]      2.3.1cvs20
1876
1877         * src/compose.c
1878         * src/exphtmldlg.c
1879         * src/gtk/gtkutils.c
1880         * src/gtk/gtkutils.h
1881                 Added second argument to gtkut_sc_combobox_create() to
1882                 control focus-on-click for the widget.
1883                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
1884
1885 2006-06-25 [ticho]      2.3.1cvs19
1886
1887         * src/compose.c
1888         * src/gtk/Makefile.am
1889         * src/gtk/combobox.c
1890         * src/gtk/combobox.h
1891         * src/gtk/gtkutils.c
1892         * src/gtk/gtkutils.h
1893                 Use GtkComboBox instead of deprecated GtkOptionMenu
1894                 for account selector in compose window and for encoding
1895                 selector in attachment properties.
1896                 Also factorise working with the new GtkComboBox somewhat.
1897
1898 2006-06-24 [paul]       2.3.1cvs18
1899
1900         * src/prefs_common.c
1901                 use the correct default value
1902
1903 2006-06-24 [paul]       2.3.1cvs17
1904
1905         * src/compose.c
1906         * src/prefs_common.c
1907         * src/prefs_common.h
1908         * src/prefs_compose_writing.c
1909                 enable setting of default action when
1910                 dnd'ing files in the compose window.
1911                 (Collaborative effort with wwp)
1912
1913 2006-06-23 [wwp]        2.3.1cvs16
1914
1915         * src/compose.c
1916                 i18n fix (thanks to Fabien Vantard)
1917
1918 2006-06-22 [colin]      2.3.1cvs15
1919
1920         * src/prefs_customheader.c
1921                 Don't use filters in custom headers' file 
1922                 selector. Remember, extensions mean nothing :)
1923
1924 2006-06-22 [paul]       2.3.1cvs14
1925
1926         * configure.ac
1927                 allow setting of man directory location
1928
1929 2006-06-22 [colin]      2.3.1cvs13
1930
1931         * src/mainwindow.c
1932                 Add 'View/Go to/Next unread folder'.
1933                 I missed that :)
1934
1935 2006-06-22 [colin]      2.3.1cvs12
1936
1937         * src/common/utils.c
1938                 Add some subject prefixes
1939                 Patch by Bjorn T Johansen <btj@havleik.no>
1940
1941 2006-06-22 [colin]      2.3.1cvs11
1942
1943         * manual/advanced.xml
1944                 Forgotten hidden pref
1945
1946 2006-06-21 [paul]       2.3.1cvs10
1947
1948         * src/prefs_account.c
1949                 complete the removal of 'Add date header' option
1950
1951 2006-06-21 [paul]       2.3.1cvs9
1952
1953         * src/account.c
1954         * src/compose.c
1955         * src/prefs_account.c
1956         * src/prefs_account.h
1957                 remove option to add date header - always
1958                 add date header
1959         * src/etpan/imap-thread.c
1960                 fix warnings (Thanks to Colin)
1961
1962 2006-06-21 [wwp]        2.3.1cvs8
1963
1964         * src/folder.c
1965                 set the attachment flag when inline text part are (file)named. This is more convenient
1966                 when receiving (for instance) inline source files or patches sent using thunderbird.
1967
1968 2006-06-21 [paul]       2.3.1cvs7
1969
1970         * src/inc.c
1971                 fix off-by-one count of current msg in
1972                 statusbar filtering progressbar
1973
1974 2006-06-21 [paul]       2.3.1cvs6
1975
1976         * src/folder.c
1977                 Show attachment icon even if the part is 'inline'
1978                 if the following conditions are met:
1979                 - content-type != 'text/plain'
1980                 - content-type != '*/pgp-signature'
1981                 - either 'name' or 'filename' parameter is not NULL
1982                 
1983                 Thanks to Colin
1984
1985 2006-06-21 [paul]       2.3.1cvs5
1986
1987         * src/messageview.c
1988         * src/prefs_common.c
1989         * src/prefs_common.h
1990         * src/prefs_other.c
1991                 add an option to 'Never send Return
1992                 Receipts'
1993                 Thanks to Colin
1994
1995 2006-06-20 [mones]      2.3.1cvs4
1996
1997         * po/es.po
1998                 updated
1999         * src/compose.c
2000                 typo fixed (space after comma)
2001         * tools/make.themes.project
2002                 remove exec mode from tarball files
2003
2004 2006-06-20 [colin]      2.3.1cvs3
2005
2006         * src/news.c
2007         * src/procheader.c
2008         * src/unmime.c
2009                 Better fix for \n's in headers (don't 
2010                 break Received: and others)
2011
2012 2006-06-20 [paul]       2.3.1cvs2
2013
2014         * src/alertpanel.c
2015         * src/textview.c
2016                 improve legibility of phishing attempt
2017                 dialog
2018
2019 2006-06-20 [paul]       2.3.1cvs1
2020
2021         * NEWS
2022         * README
2023         * configure.ac
2024                 Update version number following
2025                 stable release
2026
2027 2006-06-20 [colin]      2.3.0cvs26
2028
2029         * src/compose.c
2030                 When dragging a file to the text of the compose
2031                 window, ask whether we want to insert or attach
2032                 (I know lots of people who do that to attach)
2033
2034 2006-06-20 [colin]      2.3.0cvs25
2035
2036         * src/etpan/imap-thread.c
2037                 Fix threshold (the append command is often > 32 bytes)
2038
2039 2006-06-19 [colin]      2.3.0cvs24
2040
2041         * src/imap.c
2042         * src/etpan/imap-thread.c
2043                 Workaround Rockliffe IMAP server bug: replace
2044                 "x UID SEARCH (ANSWERED UID 1:*)" with
2045                 "x UID SEARCH ANSWERED"
2046                 (Rockliffe doesn't handle the parenthesis)
2047
2048 2006-06-19 [colin]      2.3.0cvs23
2049
2050         * src/compose.c
2051         * src/imap.c
2052         * src/etpan/imap-thread.c
2053                 Probably fix bug #972 (Freezes when adding 
2054                 an attachment to the message)
2055         * src/common/defs.h
2056                 Modernize Firefox cmd
2057
2058
2059 2006-06-18 [colin]      2.3.0cvs22
2060
2061         * src/prefs_customheader.c
2062                 Only allow correct filenames for various
2063                 custom headers
2064
2065 2006-06-18 [colin]      2.3.0cvs21
2066
2067         * src/prefs_customheader.c
2068                 Add a 'From File...' button in custom headers prefs, which
2069                 try to do the right thing: 
2070                 for normal headers, use file as plaintext,
2071                 for X-Face, calls compface,
2072                 for Face, encode to b64.
2073
2074 2006-06-17 [colin]      2.3.0cvs20
2075
2076         * src/mh.c
2077                 Warning fix
2078
2079 2006-06-16 [colin]      2.3.0cvs19
2080
2081         * src/summaryview.c
2082                 Recursive quicksearch: show message list
2083                 in current folder, *then* search children
2084                 in the background.
2085
2086 2006-06-16 [colin]      2.3.0cvs18
2087
2088         * src/main.c
2089                 Instead of ignoring SIGPIPE, save caches
2090                 when getting one. Will fix the fact that
2091                 hot caches are out-of-date when logging 
2092                 out of Xorg.
2093         * src/compose.c
2094         * src/prefs_compose_writing.c
2095                 Only save text (not attachments) when 
2096                 auto-saving to drafts
2097         * src/unmime.c
2098                 Always replace \n, \r and \t with spaces
2099                 in headers
2100         * manual/dist/html/Makefile.am
2101         * manual/dist/pdf/Makefile.am
2102         * manual/dist/ps/Makefile.am
2103         * manual/dist/txt/Makefile.am
2104         * manual/fr/dist/html/Makefile.am
2105         * manual/fr/dist/pdf/Makefile.am
2106         * manual/fr/dist/ps/Makefile.am
2107         * manual/fr/dist/txt/Makefile.am
2108         * manual/pl/dist/html/Makefile.am
2109         * manual/pl/dist/pdf/Makefile.am
2110         * manual/pl/dist/ps/Makefile.am
2111         * manual/pl/dist/txt/Makefile.am
2112                 Fix make clean removing pregenerated manuals
2113
2114
2115 2006-06-16 [colin]      2.3.0cvs17
2116
2117         * src/plugins/pgpcore/sgpgme.c
2118         * src/plugins/pgpmime/pgpmime.c
2119         * src/plugins/pgpinline/pgpinline.c
2120                 Better error reporting in setup_signers.
2121                 Don't fallback to default key if specified
2122                 key isn't found.
2123                 Don't allow signing if more than one secret
2124                 key matches the one specified in prefs.
2125
2126 2006-06-15 [colin]      2.3.0cvs16
2127
2128         * src/folderview.c
2129                 Add "Send queue" in the folder's contextual
2130                 menu
2131         * src/compose.c
2132         * src/messageview.c
2133         * src/privacy.c
2134         * src/privacy.h
2135         * src/procmime.c
2136         * src/procmsg.c
2137         * src/plugins/pgpcore/passphrase.c
2138         * src/plugins/pgpcore/sgpgme.c
2139         * src/plugins/pgpinline/pgpinline.c
2140         * src/plugins/pgpmime/pgpmime.c
2141                 Better error reporting
2142         * src/mbox.c
2143                 Probably fix bug #971 (2.2.3 cannot read mail 
2144                 from local mbox)
2145
2146
2147 2006-06-15 [mones]      2.3.0cvs15
2148
2149         * tools/make.themes.project
2150                 creates the themes project from the web page
2151
2152 2006-06-15 [colin]      2.3.0cvs14
2153
2154         * src/folder.c
2155                 Better fix (avoid losing the folder if scan_tree 
2156                 fails)
2157
2158 2006-06-15 [cleroy]     2.3.0cvs13
2159
2160         * src/folder.c
2161                 Probably fix Bug #969 (crash on rebuilding 
2162                 imap folder)
2163
2164 2006-06-14 [colin]      2.3.0cvs12
2165
2166         * manual/dtd/manual.xsl
2167         * manual/sylpheed-claws-manual.xml
2168         * manual/fr/sylpheed-claws-manual.xml
2169         * manual/pl/sylpheed-claws-manual.xml
2170                 Insert pagebreaks between sections
2171
2172 2006-06-14 [paul]       2.3.0cvs11
2173
2174         * configure.ac
2175                 better fix than 2.3.0cvs10
2176
2177 2006-06-14 [paul]       2.3.0cvs10
2178
2179         * configure.ac
2180                 fix setting of PACKAGE_DATA_DIR with newer autoconf
2181                 (backwards compatible)
2182
2183 2006-06-13 [colin]      2.3.0cvs9
2184
2185         * src/messageview.c
2186                 Fix sending of return receipt with the new queue folders
2187
2188 2006-06-13 [wwp]        2.3.0cvs8
2189
2190         * src/quote_fmt_lex.l
2191                 fix wrong tokens returned in quote_fmt lexer, query not().
2192
2193 2006-06-13 [wwp]        2.3.0cvs7
2194
2195         * src/folder.c
2196         * src/prefs_folder_item.c
2197                 allow changing folder type even when folder is not a top-level one,
2198                 thanks to Colin.
2199
2200 2006-06-12 [colin]      2.3.0cvs6
2201
2202         * src/folderview.c
2203                 Fix double-ask of "Do you want to mark all
2204                 as read"
2205
2206 2006-06-12 [colin]      2.3.0cvs5
2207
2208         * src/compose.c
2209         * src/compose.h
2210         * src/folder.c
2211         * src/folder.h
2212         * src/imap.c
2213         * src/inc.c
2214         * src/main.c
2215         * src/messageview.c
2216         * src/mh.c
2217         * src/prefs_folder_item.c
2218         * src/procheader.c
2219         * src/procmime.c
2220         * src/procmsg.c
2221         * src/procmsg.h
2222         * src/send_message.c
2223         * src/summaryview.c
2224         * src/toolbar.c
2225                 Apply bug #964's patch (Queue and drafts aren't normal)
2226                 The Drafts and Queue folder now contain RFC-822 files,
2227                 allowing to move and copy mails from and to these 
2228                 folders. Moving from Drafts to Queue will prepare the
2229                 mail for sending (PGP signature, encryption, etc).
2230                 This patch also rework sending errors handling to try
2231                 to be more helpful.
2232                 Also, allow redefining folder types via the GUI 
2233                 (Folder type in its Properties)
2234
2235 2006-06-12 [colin]      2.3.0cvs4
2236
2237         * src/summaryview.c
2238         * src/prefs_common.c
2239         * src/prefs_common.h
2240         * src/gedit-print.c
2241                 Allow to define a specific print font - patch
2242                 by Bernhard Walle <bernhard.walle@gmx.de>
2243         * src/prefs_fonts.c
2244         * manual/advanced.xml
2245         * manual/fr/advanced.xml
2246                 Add a hidden pref to allow deletion without
2247                 confirmation
2248
2249 2006-06-12 [wwp]        2.3.0cvs3
2250
2251         * .cvsignore
2252                 more files to ignore.
2253
2254 2006-06-12 [wwp]        2.3.0cvs2
2255
2256         * src/quote_fmt.c
2257         * src/quote_fmt_lex.l
2258         * src/quote_fmt_parse.y
2259                 extend the quote_fmt parser (templates and quotes):
2260                 - allow limited sub-expressions in |p{} and |f{} expressions,
2261                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
2262                 - implemented/fixed missing implementation of query_references and show_references,
2263                 - completed, fixed contents and format of the symbols help dialog,
2264                 - fix some compilation warnings.
2265
2266 2006-06-12 [wwp]        2.3.0cvs1
2267
2268         * manual/advanced.xml
2269         * manual/fr/advanced.xml
2270                 updates in the "templates" section of the manual (eng/fr):
2271                  - be more precise (both versions)
2272                  - completed to match the english reference (fr version)
2273                  - touchups (both versions)
2274
2275 2006-06-12 [paul]       2.3.0
2276
2277         2.3.0 released
2278
2279 2006-06-12 [paul]       2.2.3cvs14
2280
2281         * po/ca.po
2282         * po/cs.po
2283         * po/de.po
2284         * po/el.po
2285         * po/fr.po
2286         * po/it.po
2287         * po/pt_BR.po
2288         * po/sr.po
2289         * po/zh_CN.po
2290                 updated by Miquel Oliete, Tim, Stephan Sachse,
2291                 Stavros Giannouris, Fabien Vantard, Andrea
2292                 Spadaccini, Frederico Goncalves Guimaraes,
2293                 Aleksandar Urosevic, and Ralgh Young
2294
2295 2006-06-12 [colin]      2.2.3cvs13
2296
2297         * src/mbox.c
2298                 Add missing header
2299
2300 2006-06-11 [colin]      2.2.3cvs12
2301
2302         * src/msgcache.c
2303                 Verify that g_malloc() succeeded
2304
2305 2006-06-11 [colin]      2.2.3cvs11
2306
2307         * src/wizard.c
2308                 Add Face header to welcome mail
2309
2310 2006-06-10 [colin]      2.2.3cvs10
2311
2312         * src/textview.c
2313                 Revert previous (Forgot it changes the
2314                 margin on the whole mail)
2315
2316 2006-06-10 [colin]      2.2.3cvs9
2317
2318         * src/textview.c
2319                 Don't overlap long headers under (X-)Face
2320
2321 2006-06-10 [mones]      2.2.3cvs8
2322
2323         * manual/xml2pdf
2324                 allow generation of manual on systems lacking saxon binary
2325                 but with java and the saxon library installed
2326
2327         * po/es.po
2328                 updated for release
2329
2330 2006-06-09 [colin]      2.2.3cvs7
2331
2332         * src/summaryview.c
2333                 Fix leak when using Display Sender using Addressbook
2334
2335 2006-06-09 [colin]      2.2.3cvs6
2336
2337         * src/compose.c
2338         * src/folder.c
2339         * src/folderview.c
2340         * src/mimeview.c
2341         * src/summaryview.c
2342                 More leaks fixes
2343
2344 2006-06-09 [paul]       2.2.3cvs5
2345
2346         * AUTHORS
2347         * src/gtk/authors.h
2348         * tools/claws.i18n.status.pl
2349                 updated with new info
2350
2351 2006-06-09 [paul]       2.2.3cvs4
2352
2353         * README
2354                 updated
2355         * manual/ack.xml
2356                 add wwp to authors list
2357         * src/gtk/authors.h
2358                 update mine and Colin's addresses
2359
2360 2006-06-08 [colin]      2.2.3cvs3
2361
2362         * src/etpan/imap-thread.c
2363                 Fix leak on SSL cert check
2364
2365 2006-06-08 [colin]      2.2.3cvs2
2366
2367         * src/common/utils.c
2368                 Fix leak
2369
2370 2006-06-08 [paul]       2.2.3cvs1
2371
2372         * configure.ac
2373                 Update version number following
2374                 stable release
2375
2376 2006-06-07 [colin]      2.2.2cvs3
2377
2378         * src/msgcache.c
2379                 Fix catching cache read errors (guint instead of gint)
2380                 Prevent malloc'ing more than 8MB (means cache corruption)
2381
2382 2006-06-07 [paul]       2.2.2cvs2
2383
2384         * src/exporthtml.c
2385         * src/exportldif.c
2386         * src/mh.c
2387         * src/mutt.c
2388         * src/pine.c
2389         * src/common/utils.c
2390                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
2391                 obey $HOME'
2392                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
2393                 Thanks to Colin
2394
2395 2006-06-06 [paul]       2.2.2cvs1
2396
2397         * configure.ac
2398                 Update version number following
2399                 stable release
2400
2401 2006-06-06 [paul]       2.2.1cvs6
2402
2403         * src/matcher.c
2404                 fix  implicit declaration of
2405                 sylpheed_do_idle()
2406                 Patch by Fabien Vantard
2407
2408 2006-06-06 [paul]       2.2.1cvs5
2409
2410         * src/matcher.c
2411                 fix age_greater and age_lower so that they
2412                 mean what say and not '...or equal to'
2413                 Thanks to Colin
2414
2415 2006-06-06 [paul]       2.2.1cvs4
2416
2417         * src/textview.c
2418         * src/common/utils.c
2419                 fix URI check
2420                 Thanks to Colin
2421
2422 2006-06-05 [wwp]        2.2.1cvs3
2423
2424         * manual/fr/account.xml
2425                 minor language fixes (thanks to Fabien Vantard).
2426
2427 2006-06-05 [colin]      2.2.1cvs2
2428
2429         * src/prefs_folder_item.c
2430         * src/folderview.c
2431                 Allow recursive setting of properties 
2432                 for whole mailboxes
2433         * src/matcher.c
2434                 Don't freeze on 'test' filtering rule
2435
2436 2006-06-05 [colin]      2.2.1cvs1
2437
2438         * configure.ac
2439                 Update version number following
2440                 stable release
2441
2442 2006-06-04 [wwp]        2.2.0cvs82
2443
2444         * manual/glossary.xml
2445         * manual/account.xml
2446         * manual/fr/glossary.xml
2447         * manual/fr/account.xml
2448                 added glossary section and references/links related to the Face custom header.
2449
2450 2006-06-04 [colin]      2.2.0cvs81
2451
2452         * src/summaryview.c
2453                 Skip to next message on move with no
2454                 immediate execution
2455
2456 2006-06-04 [wwp]        2.2.0cvs80
2457
2458         * manual/xml2pdf
2459                 added sanity checks, exit when needed.
2460
2461 2006-06-03 [paul]       2.2.0cvs79
2462
2463         * src/prefs_receive.c
2464                 page name is now 'Receiving'
2465         * src/prefs_send.c
2466                 page name is now 'Sending'
2467
2468 2006-06-03 [colin]      2.2.0cvs78
2469
2470         * src/plugins/spamassassin/spamassassin_gtk.c
2471                 Autoswitch to Localhost if transport was previously
2472                 disabled. Else people had to check [] Enable, then
2473                 *reselect* transport.
2474
2475 2006-06-03 [colin]      2.2.0cvs77
2476
2477         * src/plugins/pgpinline/pgpinline.c
2478         * src/plugins/pgpmime/pgpmime.c
2479                 Check that gpg_data_release_and_get_mem 
2480                 didn't fail (now, why this happens...)
2481
2482 2006-06-03 [colin]      2.2.0cvs76
2483
2484         * src/mbox.c
2485                 Fix bug #962 (Manual and/or UI should 
2486                 warn about incompatible locking 
2487                 causing dataloss)
2488
2489 2006-06-02 [cleroy]     2.2.0cvs75
2490
2491         * src/filtering.c
2492         * src/folder.c
2493         * src/procmsg.c
2494         * src/summaryview.c
2495                 Fix a few leaks
2496
2497 2006-06-02 [colin]      2.2.0cvs74
2498
2499         * src/main.c
2500                 On exit, free caches after writing them
2501                 Shuts up some valgrind false positives
2502         * src/procmsg.c
2503         * src/send_message.c
2504                 Fix races when reusing existing SMTP connections
2505                 Fix inexistant session timeout
2506         * src/toolbar.c
2507                 Display alertpanel after all queues have
2508                 been processed, not after each
2509
2510 2006-06-02 [wwp]        2.2.0cvs73
2511
2512         * manual/fr/glossary.xml
2513         * manual/fr/ack.xml
2514         * manual/ack.xml
2515                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
2516
2517 2006-06-02 [wwp]        2.2.0cvs72
2518
2519         * manual/xml2pdf
2520         * manual/dist/pdf/Makefile.am
2521         * manual/dtd/manual.xsl
2522         * manual/fr/dist/pdf/Makefile.am
2523         * manual/pl/dist/pdf/Makefile.am
2524                 we changed the procedure to generate the .pdf version of the manual.
2525                 The procedure is more modern and the .pdf we get now has a valid index.
2526                 Here are the new pre-requisites:
2527
2528                 - JRE 1.x (1.4 here): there must be one from your distro
2529                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
2530                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
2531                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
2532
2533                 See my posts for further info about the installation of this toolchain:
2534
2535                 Date: Fri, 19 May 2006 19:40:06 +0200
2536                 From: wwp <subscript@free.fr>
2537                 To: sylpheed-claws-devel@lists.sourceforge.net
2538                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
2539
2540                 and
2541
2542                 Date: Wed, 24 May 2006 12:58:49 +0200
2543                 From: wwp <subscript@free.fr>
2544                 To: sylpheed-claws-devel@lists.sourceforge.net
2545                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
2546
2547 2006-06-01 [colin]      2.2.0cvs71
2548
2549         * src/compose.c
2550                 Better guards against IMAP races
2551         * src/main.c
2552         * src/prefs_common.c
2553         * src/prefs_common.h
2554         * src/common/ssl_certificate.c
2555         * src/etpan/imap-thread.c
2556         * src/etpan/imap-thread.h
2557         * src/gtk/sslcertwindow.c
2558                 New hidden option ssl_skip_cert_check to 
2559                 avoid dups of bug #959 (libetpan linked
2560                 against gnutls and gnutls buggy on 64bit)
2561                 Present expired warning only once per
2562                 session/server.
2563         * manual/advanced.xml
2564         * manual/fr/advanced.xml
2565                 Document new option
2566
2567 2006-06-01 [wwp]        2.2.0cvs70
2568
2569         * src/messageview.c
2570                 fix for bug #961 (return receipt dialog 
2571                 complains incorrectly about return-path 
2572                 email adress being different), thanks 
2573                 to Colin.
2574
2575 2006-05-31 [cleroy]     2.2.0cvs69
2576
2577         * src/common/ssl.c
2578                 Guard against NULLs, although this
2579                 should never be an issue
2580
2581 2006-05-31 [colin]      2.2.0cvs68
2582
2583         * src/filtering.c
2584                 Use g_slist_prepend
2585         * src/imap.c
2586                 Don't remove caches when destroying folder, it
2587                 could (should) be done at exit
2588         * src/inc.c
2589                 free processing cache after incorporation
2590         * src/etpan/imap-thread.c
2591                 Maybe fix bug #959 (Crash on moving to emails 
2592                 to a imap account per ssl with a expired 
2593                 certificate.)
2594
2595 2006-05-30 [colin]      2.2.0cvs67
2596
2597         * src/summaryview.c
2598                 Put back event flush when displaying message
2599                 It avoids reading a bunch of messages just
2600                 by hitting shift-n for too long ;)
2601
2602 2006-05-29 [colin]      2.2.0cvs66
2603
2604         * src/summaryview.c
2605                 Remove useless g_warnings
2606
2607 2006-05-29 [colin]      2.2.0cvs65
2608
2609         * src/imap.c
2610                 Fix g_slist_append()s for performance
2611
2612 2006-05-29 [colin]      2.2.0cvs64
2613
2614         * src/compose.c
2615         * src/common/utils.c
2616                 Fix extraneous tab at start of addresses
2617         * src/mainwindow.c
2618                 Fix warnings (thanks to Fabien)
2619                 Fix crash at exit when composing messages 
2620                 exist
2621         * src/pop.c
2622                 Fix progress bar when deleting expired mails
2623                 Thanks to Hiro
2624         * src/summaryview.c
2625         * src/gtk/gtksctree.c
2626                 Fix re-sorting slowness
2627
2628 2006-05-29 [paul]       2.2.0cvs63
2629
2630         * src/mh.c
2631                 fetch full message when moving mails
2632                 from another mailbox, (fixed data loss
2633                 when filtering from IMAP to MH, introduced
2634                 in 2.2.0cvs57).
2635                 Thanks to Colin
2636
2637 2006-05-29 [mones]      2.2.0cvs62
2638
2639         * src/gtk/gtksctree.c
2640                 Unselect faster (patch by Colin)        
2641
2642 2006-05-26 [colin]      2.2.0cvs61
2643
2644         * src/summaryview.c
2645                 Unplug MSGINFO_UPDATE callback on delete too.
2646
2647 2006-05-26 [colin]      2.2.0cvs60
2648
2649         * src/foldersel.c
2650                 Fix bold in folder selection window with glib2.10
2651                 thanks Hiro
2652
2653 2006-05-26 [colin]      2.2.0cvs59
2654
2655         * src/procheader.c
2656                 Convert date only if necessary (and don't
2657                 try to convert from utf8 to utf8, too)
2658         * src/summaryview.c
2659                 Only set column's text if the column's 
2660                 displayed
2661
2662 2006-05-26 [colin]      2.2.0cvs58
2663
2664         * src/summaryview.c
2665         * src/gtk/gtkutils.c
2666                 Fix useless warning
2667
2668 2006-05-26 [colin]      2.2.0cvs57
2669
2670         * src/mainwindow.c
2671                 Make summaryview selectable as long as 
2672                 no message has focus
2673         * src/mh.c
2674                 Faster deletion (by implementing mh_remove_msgs)
2675                 Faster copy (avoid using mh_fetch_msg just to get
2676                 the filename)
2677                 Faster move (using move_file instead of copy_file
2678                 if MSG_IS_MOVE)
2679                 No progressbar if total number of mails to cp/mv 
2680                 is less than 100
2681         * src/summaryview.c
2682                 Fix removal from subject_table when mail gets moved
2683                 Faster deletion (g_slist_prepend instead of append)
2684         * src/gtk/gtksctree.c
2685                 Remove useless code
2686
2687 2006-05-25 [colin]      2.2.0cvs56
2688
2689         * src/common/ssl_certificate.c
2690                 Fix leak in expired cert check
2691
2692 2006-05-25 [colin]      2.2.0cvs55
2693
2694         * src/mh.c
2695                 Disable flags syncing on .mh_sequences - it
2696                 is buggy and marks mails read under unknown
2697                 conditions.
2698
2699 2006-05-25 [paul]
2700
2701         * 2.3.0-rc4 released
2702
2703 2006-05-24 [colin]      2.2.0cvs54
2704
2705         attention cvs users: if you manage to crash
2706         Sylpheed-Claws while moving, copying or deleting
2707         mails, we *are* interested in stack traces and
2708         valgrind logs. It looks stable, but one never
2709         knows...
2710
2711         * src/folder.c
2712                 Add progressbar for cache updates
2713         * src/folderutils.c
2714                 Optimize Mark all read in the current
2715                 folder
2716         * src/mh.c
2717                 Add progressbar for copy/move
2718         * src/procmsg.c
2719                 Optimize O(n^2) in copy/move
2720         * src/summaryview.c
2721         * src/gtk/gtksctree.c
2722                 Optimize O(n^2) algos
2723         * src/common/timing.h
2724                 Display ms instead of us
2725
2726 2006-05-24 [wwp]        2.2.0cvs53
2727
2728         * manual/fr/advanced.xml
2729                 updates to the French manual.
2730
2731 2006-05-24 [wwp]        2.2.0cvs52
2732
2733         * src/common/utils.c
2734                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
2735
2736 2006-05-24 [wwp]        2.2.0cvs51
2737
2738         * src/folderutils.c
2739                 fixed "mark all read" in MH folders (thanks to Colin).
2740
2741 2006-05-24 [paul]       2.2.0cvs50
2742
2743         * doc/man/sylpheed-claws.1
2744                 updated the man page
2745
2746 2006-05-23 [colin]      2.2.0cvs49
2747
2748         * src/folderview.c
2749         * src/imap.c
2750         * src/inc.c
2751         * src/mbox.c
2752         * src/messageview.c
2753         * src/news.c
2754         * src/send_message.c
2755         * src/summaryview.c
2756         * src/gtk/sslcertwindow.c
2757                 alertpanel fixes, by Fabien
2758
2759 2006-05-23 [colin]      2.2.0cvs48
2760
2761         * src/folder.c
2762         * src/folderview.c
2763         * src/msgcache.c
2764         * src/summaryview.c
2765         * src/gtk/gtksctree.c
2766         * src/gtk/gtksctree.h
2767                 More timings
2768                 Fix slow loading problem, which was caused by the
2769                 use of some gtk_ctree funcs and their use of
2770                 g_list_position while gtk_ctree_(un)link'ing.
2771                 Reap more functions from gtkctree.c to be sure we
2772                 use our (fast) version instead of theirs.
2773         * src/mh.c
2774                 Fix copy of unread mails
2775
2776
2777 2006-05-22 [wwp]        2.2.0cvs47
2778
2779         * manual/fr/advanced.xml
2780                 updated.
2781
2782 2006-05-22 [colin]      2.2.0cvs46
2783
2784         * src/filtering.c
2785                 Fix possible infinite loop. 'copy' is not a 
2786                 final action, so when encountering a 'copy',
2787                 we have to check if a previous one was set
2788                 and do it. In the same way, if we encounter
2789                 a 'move' we have to perform a possibly 
2790                 pending 'copy'. This will slow down filtering
2791                 on IMAP if move+copy or multiple copy actions
2792                 are to be done, but handling it via the batch
2793                 would be really too convoluted.
2794
2795 2006-05-22 [wwp]        2.2.0cvs45
2796
2797         * manual/fr/advanced.xml
2798         * manual/fr/faq.xml
2799         * manual/fr/glossary.xml
2800         * manual/fr/handling.xml
2801         * manual/fr/intro.xml
2802         * manual/fr/plugins.xml
2803         * manual/fr/sylpheed-claws-manual.xml
2804                 sync w/ the english manual: updates URIs, documented mailing-list
2805                 support, better explanation about the enabled/disabled feature
2806                 in filtering/processing rules by Paul.
2807
2808 2006-05-21 [colin]      2.2.0cvs44
2809
2810         * src/summaryview.c
2811                 Don't expand after building threads, but during
2812
2813 2006-05-21 [colin]      2.2.0cvs43
2814
2815         * src/procmsg.c
2816         * src/summaryview.c
2817                 More timing possibilities... For next time I have 
2818                 to find out how the hell some 3GHz computer takes
2819                 one minute to open a 30k folder...
2820
2821 2006-05-21 [colin]      2.2.0cvs42
2822
2823         * manual/pl/advanced.xml
2824         * manual/pl/faq.xml
2825         * manual/pl/glossary.xml
2826         * manual/pl/handling.xml
2827         * manual/pl/intro.xml
2828         * manual/pl/plugins.xml
2829         * manual/pl/sylpheed-claws-manual.xml
2830                 Polish manual updated by Pawel
2831
2832 2006-05-20 [colin]
2833
2834         * 2.3.0-rc3 released
2835
2836 2006-05-20 [colin]      2.2.0cvs41
2837
2838         * src/imap.c
2839                 Fix -rc2 problems:
2840                 - remove cache of moved messages from original folder
2841                 - apply new flags to messages even if they aren't appliable
2842                   via IMAP.
2843
2844 2006-05-20 [colin]
2845
2846         * 2.3.0-rc2 released
2847
2848 2006-05-19 [colin]      2.2.0cvs40
2849
2850         * src/imap.c
2851                 Don't issue SELECT in imap_change_flags
2852                 before having checked that we indeed have
2853                 some flags to change. MSG_POSTFILTERED for
2854                 example can't be used on IMAP.
2855                 Fixes bug #955 (copying messages between 
2856                 imap folders is extremely slow), which was
2857                 a regression.
2858
2859 2006-05-19 [colin]      2.2.0cvs39
2860
2861         * src/folder.c
2862         * src/folder.h
2863         * src/folderview.c
2864                 Try to fix bug #830 (Some unread messages 
2865                 get marked read in IMAP inbox):
2866                 - Prevent scanning a folder if it's being 
2867                   opened via the GUI
2868                 - Postpone opening via the GUI of a folder
2869                   currently scanned.
2870
2871
2872 2006-05-19 [wwp]        2.2.0cvs38
2873
2874         * manual/advanced.xml
2875                 fix English+typo (thanks to Paul).
2876
2877 2006-05-19 [wwp]        2.2.0cvs37
2878
2879         * manual/advanced.xml
2880         * manual/fr/advanced.xml
2881         * src/gtk/logwindow.c
2882         * src/prefs_common.c
2883         * src/prefs_common.h
2884                 added hidden prefs to allow customization of colors used in
2885                 protocol log window (useful for dark gtk+ themes).
2886
2887 2006-05-19 [wwp]        2.2.0cvs36
2888
2889         * ChangeLog
2890                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
2891
2892 2006-05-19 [paul]       2.2.0cvs35
2893
2894         * src/textview.c
2895                 make Reply-To fully clickable
2896         * src/gtk/logwindow.c
2897                 more colouring (SMTP ESMTP)
2898         Both patches by Pawel Pekala
2899
2900 2006-05-19 [cleroy]     2.2.0cvs34
2901
2902         * src/mh.c
2903                 Don't update flags from current folder
2904                 Probably fixes bug #935 (Read Messages 
2905                 Revert to Being Marked as Unread)
2906
2907 2006-05-18 [colin]      2.2.0cvs33
2908
2909         * src/imap.c
2910                 Warning fix
2911         * src/compose.c
2912         * src/mainwindow.c
2913         * src/summaryview.c
2914         * src/toolbar.c
2915                 Allow replying to multiple emails
2916                 in multiple windows
2917         * src/mimeview.c
2918         * src/etpan/imap-thread.c
2919                 Leak fixes
2920
2921 2006-05-18 [paul]       2.2.0cvs32
2922
2923         * src/summaryview.c
2924                 keep Mailing-List menu refreshed
2925                 Thanks to Colin
2926
2927 2006-05-18 [paul]       2.2.0cvs31
2928
2929         * manual/advanced.xml
2930         * manual/faq.xml
2931         * manual/glossary.xml
2932         * manual/handling.xml
2933         * manual/intro.xml
2934         * manual/plugins.xml
2935         * manual/sylpheed-claws-manual.xml
2936                 update URLs
2937                 add info about mailing-list support
2938                 edit filtering info
2939         * src/wizard.c
2940         * src/common/defs.h
2941         * src/gtk/about.c
2942         * src/plugins/dillo_viewer/README
2943                 update URLs
2944
2945 2006-05-17 [wwp]        2.2.0cvs30
2946
2947         * manual/handling.xml
2948         * manual/fr/handling.xml
2949                 documented the ability to enabled/disable filtering/processing rules.
2950
2951 2006-05-17 [colin]      2.2.0cvs29
2952
2953         * src/main.c
2954                 Don't initialize g_thread subsystem if it's 
2955                 already done (thanks to Hiro)
2956         * src/mimeview.c
2957                 Fix saving of parts when there name can't be
2958                 converted from UTF-8.
2959
2960 2006-05-17 [paul]       2.2.0cvs28
2961
2962         * po/Makefile.in.in
2963                 fix config.status warning with autoconf 2.60
2964
2965 2006-05-17 [paul]       2.2.0cvs27
2966
2967         * po/POTFILES.in
2968                 add src/mbox.c
2969
2970 2006-05-17 [wwp]        2.2.0cvs26
2971
2972         * src/mainwindow.c
2973                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2974
2975 2006-05-17 [wwp]        2.2.0cvs25
2976
2977         * src/plugins/demo/demo.c
2978                 updated product name in plugin demo (many plugins need to be
2979                 sync'ed w/ that change).
2980
2981 2006-05-17 [colin]      2.2.0cvs24
2982
2983         * src/mh.c
2984                 Fix leak
2985
2986 2006-05-16 [colin]      2.2.0cvs23
2987
2988         * src/mainwindow.c
2989                 Stupid me hit again. Fix cvs22.
2990
2991 2006-05-16 [colin]      2.2.0cvs22
2992
2993         * src/mainwindow.c
2994                 Fix bug #922 (sylpheed-claws crashed after 
2995                 pushing on Inbox folder)
2996
2997 2006-05-16 [colin]      2.2.0cvs21
2998
2999         * src/compose.c
3000                 Make From header be copy/paste/select-able
3001
3002 2006-05-16 [wwp]        2.2.0cvs20
3003
3004         * src/export.c
3005         * src/matcher.c
3006         * src/summaryview.c
3007         * src/etpan/imap-thread.c
3008                 fix some compiler warnings (thanks to Colin).
3009
3010 2006-05-16 [wwp]        2.2.0cvs19
3011
3012         * src/action.c
3013         * src/gedit-print.c
3014         * src/inc.c
3015         * src/mainwindow.c
3016         * src/mh.c
3017         * src/statusbar.c
3018         * src/send_message.c
3019         * src/summaryview.c
3020                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
3021
3022 2006-05-15 [colin]      2.2.0cvs18
3023
3024         * src/procmsg.c
3025                 Fix automatic rule creation with List-Post
3026
3027 2006-05-15 [paul]       2.2.0cvs17
3028
3029         * tools/filter_conv_new.pl
3030                 updated for rule enabling/disabling
3031                 claws version >= 2.3.x required
3032
3033 2006-05-15 [cleroy]     2.2.0cvs16
3034
3035         * src/main.c
3036                 Revert test
3037
3038 2006-05-15 [cleroy]     2.2.0cvs15
3039
3040         * src/main.c
3041                 test
3042
3043 2006-05-15 [wwp]        2.2.0cvs14
3044
3045         * manual/pl/.cvsignore
3046                 ignore generated files.
3047
3048 2006-05-14 [wwp]        2.3.0-rc1
3049
3050         * 2.3.0-rc1 released
3051
3052 2006-05-13 [wwp]        2.2.0cvs13
3053
3054         * src/filtering.c
3055         * src/filtering.h
3056         * src/matcher.c
3057         * src/matcher_parser_lex.l
3058         * src/matcher_parser_parse.y
3059         * src/prefs_filtering.c
3060                 new feature: provide the ability to disable filtering and processing
3061                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
3062                 adaptations.
3063
3064 2006-05-13 [colin]      2.2.0cvs12
3065
3066         * src/compose.c
3067                 Remove useless if (a) b; else b;
3068                 Thanks to wwp
3069
3070 2006-05-13 [wwp]        2.2.0cvs11
3071
3072         * src/export.c
3073         * src/import.c
3074         * src/mainwindow.c
3075         * src/mbox.c
3076         * src/summaryview.c
3077         * src/summaryview.h
3078                 no more silent failures (or at least less ones) when importing
3079                 or exporting from/to mbox. Also start importing/exporting if
3080                 the necessary info is set.
3081
3082 2006-05-13 [wwp]        2.2.0cvs10
3083
3084         * RELEASE_NOTES
3085                 restored up-to-date release notes.
3086
3087 2006-05-13 [paul]       2.2.0cvs9
3088
3089         * po/nl.po
3090         * po/ru.po
3091                 updated by Tim Dijkstra and Pavlo Bohmat
3092
3093 2006-05-12 [colin]      2.2.0cvs8
3094
3095         * src/gtk/quicksearch.c
3096                 Add "k" as shortcut for "colorlabel". Patch
3097                 by ath42@users.sf.net.
3098
3099 2006-05-12 [paul]       2.2.0cvs7
3100
3101         * src/prefs_common.h
3102         * src/prefs_summaries.c
3103         * src/summaryview.c
3104                 when entering a folder also allow
3105                 going directly to first Marked message
3106
3107 2006-05-12 [paul]       2.2.0cvs6
3108
3109         * src/summaryview.c
3110                 always obey 'confirm before marking all
3111                 mails read' option
3112
3113 2006-05-12 [paul]       2.2.0cvs5
3114
3115         * src/textview.c
3116                 make Sender fully clickable
3117
3118 2006-05-12 [colin]      2.2.0cvs4
3119
3120         * src/compose.c
3121         * src/compose.h
3122                 Let From be editable
3123         * src/main.c
3124         * src/mh.c
3125                 Full support of .mh_sequences' Unseen seq
3126
3127 2006-05-12 [colin]      2.2.0cvs3
3128
3129         * src/folder.c
3130         * src/mainwindow.c
3131         * src/mainwindow.h
3132         * src/messageview.c
3133         * src/prefs_spelling.c
3134         * src/procheader.c
3135         * src/procmsg.c
3136         * src/procmsg.h
3137         * src/summaryview.c
3138         * src/toolbar.c
3139         * src/toolbar.h
3140                 Add contextual menu on Compose toolbar
3141                 button. Fixes bug #944 (Automatic
3142                 addresses not applied when changing account
3143                 from compose window)
3144                 add Mailing List support
3145                 based on the old 0.6.5claws25 patch by
3146                 Melvin Hadasht, with finishing touches
3147                 by Colin
3148                 Fix "ignore thread" when mails are threaded by
3149                 subject (and weren't ignored although appearing
3150                 in the thread).
3151                 GUI rework.
3152                 Both patches by Pawel.
3153
3154 2006-05-08 [paul]       2.2.0cvs2
3155
3156         * src/mainwindow.c
3157         * src/mainwindow.h
3158         * src/messageview.c
3159         * src/procheader.c
3160         * src/procmsg.c
3161         * src/procmsg.h
3162         * src/summaryview.c
3163                 add Mailing List support
3164                 based on the old 0.6.5claws25 patch by 
3165                 Melvin Hadasht, with finishing touches
3166                 by Colin
3167
3168 2006-05-08 [colin]      2.2.0cvs1
3169
3170         * src/mainwindow.c
3171         * src/toolbar.c
3172         * src/toolbar.h
3173                 Add contextual menu on Compose toolbar 
3174                 button. Fixes bug #944 (Automatic 
3175                 addresses not applied when changing account 
3176                 from compose window)
3177
3178 2006-05-08 [paul]       2.2.0
3179
3180         2.2.0 released
3181
3182 2006-05-08 [paul]       2.1.1cvs51
3183
3184         * po/cs.po
3185         * po/de.po
3186         * po/en_GB.po
3187         * po/fi.po
3188         * po/fr.po
3189         * po/pt_BR.po
3190         * po/sr.po
3191         * po/zh_CN.po
3192                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3193                 Fabien Vantard, Frederico Goncalves Guimaraes,
3194                 Aleksandar Urosevic, and Ralgh Young
3195
3196 2006-05-12 [colin]      2.1.1cvs50
3197
3198         * po/cs.po
3199         * po/de.po
3200         * po/en_GB.po
3201         * po/es.po
3202         * po/fi.po
3203         * po/fr.po
3204         * po/pt_BR.po
3205         * po/sr.po
3206         * po/zh_CN.po
3207                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3208                 Fabien Vantard, Frederico Goncalves Guimaraes,
3209                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
3210
3211 2006-05-05 [colin]      2.1.1cvs49
3212
3213         * manual/Makefile.am
3214         * manual/pl/Makefile.am
3215         * manual/pl/account.xml
3216         * manual/pl/ack.xml
3217         * manual/pl/addrbook.xml
3218         * manual/pl/advanced.xml
3219         * manual/pl/faq.xml
3220         * manual/pl/glossary.xml
3221         * manual/pl/gpl.xml
3222         * manual/pl/handling.xml
3223         * manual/pl/intro.xml
3224         * manual/pl/keyboard.xml
3225         * manual/pl/plugins.xml
3226         * manual/pl/starting.xml
3227         * manual/pl/sylpheed-claws-manual.xml
3228         * manual/pl/dist/.cvsignore
3229         * manual/pl/dist/Makefile.am
3230         * manual/pl/dist/html/.cvsignore
3231         * manual/pl/dist/html/Makefile.am
3232         * manual/pl/dist/pdf/.cvsignore
3233         * manual/pl/dist/pdf/Makefile.am
3234         * manual/pl/dist/ps/.cvsignore
3235         * manual/pl/dist/ps/Makefile.am
3236         * manual/pl/dist/txt/.cvsignore
3237         * manual/pl/dist/txt/Makefile.am
3238                 Add the polish translation of the manual,
3239                 Authored by Pawel Pekala.
3240
3241 2006-05-05 [cleroy]     2.1.1cvs48
3242
3243         * src/main.c
3244                 Re-read matcherrc after loading plugins 
3245                 if some of them add folders.
3246
3247 2006-05-03 [colin]      2.1.1cvs47
3248
3249         * src/imap.c
3250                 I'm idiot
3251
3252 2006-05-03 [colin]      2.1.1cvs46
3253
3254         * src/imap.c
3255                 Be sure to have a session when
3256                 getting separator
3257
3258 2006-05-03 [colin]      2.1.1cvs45
3259
3260         * src/imap.c
3261         * src/imap.h
3262         * src/imap_gtk.c
3263                 Fix preventing renaming with namespace 
3264                 separator.
3265
3266 2006-05-01 [colin]      2.1.1cvs44
3267
3268         * src/action.c
3269                 Don't reload messageview when result of
3270                 action is piped.
3271
3272 2006-04-29 [colin]      2.1.1cvs43
3273
3274         * src/prefs_receive.c
3275         * src/plugins/spamassassin/spamassassin_gtk.c
3276         * src/plugins/clamav/clamav_plugin_gtk.c
3277                 GUI fixes by Pawel
3278
3279 2006-04-29 [colin]      2.1.1cvs42
3280
3281         * src/prefs_compose_writing.c
3282         * src/prefs_quote.c
3283                 Cleanups. Patch by Pawel
3284
3285 2006-04-28 [paul]       2.1.1cvs41
3286
3287         * src/matcher.c
3288                 fix returned quick search results when search
3289                 term contains an underscore.
3290                 Thanks to Colin
3291
3292 2006-04-28 [paul]       2.1.1cvs40
3293
3294         * src/prefs_message.c
3295         * src/prefs_receive.c
3296                 GUI cleanups
3297                 Patches by Pawel Pekala
3298
3299 2006-04-27 [colin]      2.1.1cvs39
3300
3301         * src/wizard.c
3302                 Differentiate subject Welcome from
3303                 window's title Welcome
3304
3305 2006-04-27 [paul]
3306
3307         2.2.0-rc1 released
3308
3309 2006-04-27 [paul]       2.1.1cvs38
3310
3311         * manual/advanced.xml
3312         * manual/fr/advanced.xml
3313                 add info about compose_no_markup hidden pref
3314
3315 2006-04-27 [paul]       2.1.1cvs37
3316
3317         * src/prefs_account.c
3318                 improve privacy labels
3319         * src/prefs_msg_colors.c
3320                 change some strings for translators' convenience
3321         * src/gtk/gtkutils.c
3322                 don't underline the link button text
3323
3324 2006-04-25 [colin]      2.1.1cvs36
3325
3326         * src/folder.c
3327                 Complete 2.1.1cvs33 (once more ;)
3328
3329 2006-04-25 [colin]      2.1.1cvs35
3330
3331         * src/editldap.c
3332                 Fix tooltip
3333
3334 2006-04-25 [cleroy]     2.1.1cvs34
3335
3336         * src/compose.c
3337         * src/gtk/gtkaspell.c
3338                 Fix crash on redirect (related to the return 
3339                 of the aspell menu in compose's toolbar)
3340         * src/prefs_msg_colors.c
3341                 Fix sensitivity widgets
3342         * src/image_viewer.c
3343         * src/gtk/pluginwindow.c
3344         * src/gtk/prefswindow.c
3345                 Change released signals to clicked (Fabien)
3346         * po/POTFILES.in
3347         * src/common/socket.c
3348         * src/plugins/spamassassin/spamassassin.c
3349                 Translate strings (Fabien)
3350
3351 2006-04-25 [paul]       2.1.1cvs33
3352
3353         * src/folder.c
3354         * src/folder.h
3355         * src/folderview.c
3356                 complete the fix of bug #912
3357                 Thanks to Colin
3358
3359 2006-04-25 [colin]      2.1.1cvs32
3360
3361         * src/news.c
3362                 Better progress bar
3363         * src/mimeview.c
3364         * src/summaryview.c
3365         * src/summaryview.h
3366                 Fix focus chain
3367                 Patches by Pawel Pekala
3368
3369 2006-04-24 [colin]      2.1.1cvs31
3370
3371         * src/compose.c
3372                 Fix compilation warnings (Fabien)
3373
3374 2006-04-24 [colin]      2.1.1cvs30
3375
3376         * src/addrindex.c
3377         * src/editldap.c
3378         * src/editldap_basedn.c
3379         * src/editldap_basedn.h
3380         * src/ldapctrl.c
3381         * src/ldapctrl.h
3382         * src/ldapquery.c
3383         * src/ldaputil.c
3384         * src/ldaputil.h
3385                 Fix bug #901 (LDAPS support)
3386
3387 2006-04-24 [colin]      2.1.1cvs29
3388
3389         * src/compose.c
3390                 Fix logic on error with send dialog on
3391         * src/imap.c
3392                 Fix compilation without libetpan, thanks
3393                 to Fabien
3394         * src/summaryview.c
3395                 Fix 'context-menu' key
3396
3397 2006-04-23 [colin]      2.1.1cvs28
3398
3399         * src/folder.c
3400                 Never free current's cache to free up 
3401                 memory. Fixes bug #912 (new count 
3402                 randomly set to message count)
3403
3404 2006-04-23 [colin]      2.1.1cvs27
3405
3406         * src/gtk/quicksearch.c
3407                 And remove printf...
3408
3409 2006-04-23 [colin]      2.1.1cvs26
3410
3411         * src/gtk/quicksearch.c
3412                 Fix replacing in quicksearch, and fix inserting
3413                 in the middle of the string. (introduced at 2.1.0cvs22)
3414
3415 2006-04-23 [colin]      2.1.1cvs25
3416
3417         * src/imap.c
3418                 Make sure uidnext is initialized in get_num_list
3419                 (not for stable, related to 2.1.1cvs8 and friends)
3420
3421 2006-04-23 [colin]      2.1.1cvs24
3422
3423         * src/imap.c
3424                 Output something when login is successful
3425                 too
3426
3427 2006-04-23 [colin]      2.1.1cvs23
3428
3429         * src/etpan/imap-thread.c
3430                 Better logging (line-per-line, hide data in fetch)
3431                 Fix a const warning
3432         * src/gtk/logwindow.c
3433         * src/gtk/logwindow.h
3434                 Better logging (color for input/output)
3435
3436 2006-04-21 [colin]      2.1.1cvs22
3437
3438         * src/gtk/quicksearch.c
3439                 On gtk+-2.8, use stock buttons in quicksearch
3440                 Based on a patch by Fabien and a design by Paul
3441
3442 2006-04-21 [colin]      2.1.1cvs21
3443
3444         * src/folderview.c
3445         * src/mainwindow.c
3446                 Fix occasional flicker in folderview
3447         * src/common/utils.c
3448                 Fix bug #943 (Incorrectly parsed email address 
3449                 list in short headers on message view and in 
3450                 printouts)
3451
3452 2006-04-20 [colin]      2.1.1cvs20
3453
3454         * src/imap.c
3455         * src/imap.h
3456         * src/prefs_account.c
3457                 Add ANONYMOUS auth for IMAP
3458
3459 2006-04-20 [paul]       2.1.1cvs19
3460
3461         * src/main.c
3462                 proper fix for 2.1.1cvs18
3463                 Thanks to Colin
3464
3465 2006-04-20 [paul]       2.1.1cvs18
3466
3467         * src/main.c
3468                 fix build warnings
3469
3470 2006-04-20 [paul]       2.1.1cvs17
3471
3472         * src/gtk/quicksearch.c
3473                 fix standard, non-extended Quick search,
3474                 was broken in 2.1.1cvs15.
3475                 Thanks to Colin.
3476
3477 2006-04-20 [colin]      2.1.1cvs16
3478
3479         * src/prefs_matcher.c
3480                 Fix values when reselecting a ~test
3481                 rule
3482
3483 2006-04-19 [colin]      2.1.1cvs15
3484
3485         * src/compose.c
3486         * src/compose.h
3487         * src/gtk/gtkaspell.c
3488         * src/gtk/gtkaspell.h
3489                 Put back Options menu in Spelling/
3490         * src/gtk/quicksearch.c
3491                 Don't search, and show error, if the
3492                 advanced search has a syntax error
3493
3494 2006-04-18 [colin]      2.1.1cvs14
3495
3496         * src/textview.c
3497                 Fix gdk warnings on set_cursor when textview
3498                 isn't visible
3499
3500 2006-04-18 [colin]      2.1.1cvs13
3501
3502         * src/gtk/gtksctree.c
3503                 Remove seemingly useless refresh that causes
3504                 flicker - watch this commit in case of 
3505                 problems before planned backport to stable
3506
3507 2006-04-18 [colin]      2.1.1cvs12
3508
3509         * src/imap.c
3510                 Factorize get/set_xml code
3511         * src/compose.c
3512         * src/prefs_account.c
3513         * src/prefs_account.h
3514         * src/procmsg.c
3515                 Add Encrypt to self option
3516
3517 2006-04-17 [colin]      2.1.1cvs11
3518
3519         * configure.ac
3520                 Fix search on encrpyt function on dragonfly
3521                 Patch by Jonathan Buschmann <jonthn@agmact.com>
3522
3523 2006-04-17 [colin]      2.1.1cvs10
3524
3525         * src/prefs_account.c
3526                 Be safe by default: remove mails from POP3
3527                 after 7 days, not immediately
3528
3529 2006-04-17 [colin]      2.1.1cvs9
3530
3531         * src/etpan/imap-thread.c
3532                 Fix build on DragonFly - patch by 
3533                 Jonathan Buschmann <jonthn@agmact.com>
3534
3535 2006-04-17 [colin]      2.1.1cvs8
3536
3537         * src/imap.c
3538                 Save uidnext between sessions
3539
3540 2006-04-17 [colin]      2.1.1cvs7
3541
3542         * src/imap.c
3543                 scan is required when uid validity changes
3544
3545 2006-04-17 [colin]      2.1.1cvs6
3546
3547         * src/folderview.c
3548                 Don't scan if not necessary, apart in current
3549                 folder and INBOX to fetch flags.
3550         * src/imap.c
3551                 Scan is necessary if unread count changes
3552
3553 2006-04-17 [colin]      2.1.1cvs5
3554
3555         * src/imap.c
3556                 ...But always fetch ANSWERED and DELETED flags for
3557                 INBOX, as filtering can happen on these flags.
3558
3559 2006-04-17 [colin]      2.1.1cvs4
3560
3561         * src/imap.c
3562                 Don't fetch REPLIED and DELETED flags when synchronising
3563                 flags with a closed folder. We only need UNSEEN and FLAGGED
3564                 to update the folderview.
3565
3566 2006-04-17 [colin]      2.1.1cvs3
3567
3568         * src/imap.c
3569                 Faster flag search when there are new mails 
3570                 in a folder. We can do a full search if the 
3571                 folder contains less messages than the new
3572                 list.
3573
3574 2006-04-17 [colin]      2.1.1cvs2
3575
3576         * po/cs.po
3577         * po/de.po
3578         * po/fr.po
3579         * po/nl.po
3580         * po/pt_BR.po
3581                 Update translations from stable branch
3582
3583 2006-04-17 [colin]      2.1.1cvs1
3584
3585         * configure.ac
3586                 Bump version to follow stable release
3587
3588 2006-04-16 [mones]      2.1.0cvs50
3589
3590         * po/es.po
3591                 Updated for release
3592
3593 2006-04-16 [colin]      2.1.0cvs49
3594
3595         * src/textview.c
3596                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
3597                 with gtk < 2.8. Thanks to Fabien Vantard.
3598
3599 2006-04-15 [colin]      2.1.0cvs48
3600
3601         * src/etpan/imap-thread.c
3602                 Fix bug #919 (libetpan: SEGV when connecting 
3603                 using command)
3604
3605 2006-04-14 [colin]      2.1.0cvs47
3606
3607         * src/main.c
3608                 Fix race on --select (should be done better)
3609
3610 2006-04-14 [wwp]        2.1.0cvs46
3611
3612         * src/send_message.c
3613                 enforce a check for domain in account prefs (a sending
3614                 error could be faced if domain was checked but no value set),
3615                 thanks to Colin.
3616
3617 2006-04-14 [colin]      2.1.0cvs45
3618
3619         * src/codeconv.c
3620                 when converting from unknown to unknown, if the
3621                 string is UTF8, don't convert it to the locale
3622                 (which breaks it)
3623
3624 2006-04-14 [colin]      2.1.0cvs44
3625
3626         * src/compose.c
3627                 Don't try to use ASCII for converting headers
3628                 (as done in body)
3629
3630 2006-04-14 [paul]       2.1.0cvs43
3631
3632         * src/crash.c
3633                 add locale/charset info to crash report
3634         * src/gtk/about.c
3635                 add wwp to doc team
3636                 replace 'e-mail' with preferred 'email'
3637         * src/gtk/authors.h
3638                 ensure contributors list is in alphabetical
3639                 order
3640
3641 2006-04-13 [colin]      2.1.0cvs42
3642
3643         * src/textview.c
3644                 Prevent gdk warnings
3645
3646 2006-04-13 [colin]      2.1.0cvs41
3647
3648         * src/common/ssl_certificate.c
3649         * src/common/ssl_certificate.h
3650         * src/gtk/sslcertwindow.c
3651                 Warn on expired certs, and display the expiration date
3652
3653 2006-04-13 [colin]      2.1.0cvs40
3654
3655         * src/plugins/spamassassin/spamassassin_gtk.c
3656                 Fix missing set_text on unix socket
3657
3658 2006-04-13 [wwp]        2.1.0cvs39
3659
3660         * manual/fr/advanced.xml
3661         * manual/fr/glossary.xml
3662                 applied new spam/ham/email lexicon (pourriel, courriel)
3663
3664 2006-04-13 [paul]       2.1.0cvs38
3665
3666         * src/plugins/pgpmime/plugin.c
3667                 remove the mention of S/MIME from the
3668                 description. This is now handled by the
3669                 S/MIME plugin.
3670
3671 2006-04-13 [paul]       2.1.0cvs37
3672
3673         * src/prefs_msg_colors.c
3674                 rework dialog
3675         * src/prefs_folder_item.c
3676         * src/prefs_spelling.c
3677                 add a tooltip to the colour selector buttons
3678
3679 2006-04-13 [wwp]        2.1.0cvs36
3680
3681         * manual/advanced.xml
3682         * manual/glossary.xml
3683         * manual/handling.xml
3684         * manual/keyboard.xml
3685         * manual/plugins.xml
3686         * manual/starting.xml
3687         * manual/fr/account.xml
3688         * manual/fr/ack.xml
3689         * manual/fr/addrbook.xml
3690         * manual/fr/advanced.xml
3691         * manual/fr/faq.xml
3692         * manual/fr/glossary.xml
3693         * manual/fr/gpl.xml
3694         * manual/fr/handling.xml
3695         * manual/fr/intro.xml
3696         * manual/fr/keyboard.xml
3697         * manual/fr/plugins.xml
3698         * manual/fr/starting.xml
3699         * manual/fr/sylpheed-claws-manual.xml
3700                 fixes to the manuals:
3701                  - summaryview -> Message List (same in French)
3702                  - translate key names
3703                  - fix French punctuation, use non-breakable spaces when
3704                    necessary, don't use &thinsp; which is not portable
3705                  - tell what maildir and mbox formats we support
3706
3707 2006-04-12 [wwp]        2.1.0cvs35
3708
3709         * src/prefs_toolbar.c
3710                 unified a replace button more,
3711                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3712
3713 2006-04-12 [wwp]        2.1.0cvs34
3714
3715         * src/prefs_common.c
3716         * src/prefs_msg_colors.c
3717                 make default color labels translatable,
3718                 patch from Fabien Vantard <fzzzzz@gmail.com>,
3719                 thanks to Tim <timbrain@post.cz> for reporting.
3720
3721 2006-04-12 [wwp]        2.1.0cvs33
3722
3723         * manual/glossary.xml
3724         * manual/intro.xml
3725         * manual/plugins.xml
3726         * manual/starting.xml
3727         * manual/sylpheed-claws-manual.xml
3728         * manual/fr/.cvsignore
3729         * manual/fr/account.xml
3730         * manual/fr/ack.xml
3731         * manual/fr/addrbook.xml
3732         * manual/fr/advanced.xml
3733         * manual/fr/faq.xml
3734         * manual/fr/glossary.xml
3735         * manual/fr/handling.xml
3736         * manual/fr/intro.xml
3737         * manual/fr/keyboard.xml
3738         * manual/fr/plugins.xml
3739         * manual/fr/starting.xml
3740         * manual/fr/sylpheed-claws-manual.xml
3741                 various fixes: typos, missing .fr translations, punctuation,
3742                 capitalization, links, accents and some bad French more.
3743
3744 2006-04-12 [wwp]        2.1.0cvs32
3745
3746         * src/prefs_gtk.c
3747                 fix for bug #935: always store prefs files in UTF-8 (thanks
3748                 to Colin).
3749
3750 2006-04-11 [colin]      2.1.0cvs31
3751
3752         * src/compose.c
3753                 Fix inserting files not in utf8 when locale is utf8
3754
3755 2006-04-11 [colin]      2.1.0cvs30
3756
3757         * src/inc.c
3758                 Don't show error dialog when cancelling connection
3759                 Patch by Pawel
3760
3761 2006-04-11 [cleroy]     2.1.0cvs29
3762
3763         * src/compose.c
3764                 Implement multiple quote levels
3765         * src/prefs_common.c
3766                 Change a little bit the quote bgcolor for 2nd level
3767
3768 2006-04-11 [colin]      2.1.0cvs28
3769
3770         * src/gtk/about.c
3771                 Add locale and charset in the label
3772
3773 2006-04-10 [colin]      2.1.0cvs27
3774
3775         * src/compose.c
3776         * src/prefs_common.c
3777         * src/prefs_common.h
3778         * src/prefs_msg_colors.c
3779         * src/textview.c
3780                 Allow optional background color in quotes
3781                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
3782                 GTK+-2.8.x feature
3783
3784 2006-04-10 [colin]      2.1.0cvs26
3785
3786         * src/main.c
3787         * src/mainwindow.c
3788         * src/mainwindow.h
3789                 Implement --select
3790
3791 2006-04-10 [colin]      2.1.0cvs25
3792
3793         * manual/plugins.xml
3794         * manual/fr/plugins.xml
3795                 Document libcurl's proxy variables
3796
3797 2006-04-09 [colin]      2.1.0cvs24
3798
3799         * src/prefs_common.c
3800                 gettext() returns statically allocated stuff. We have
3801                 to strdup it in order to be able to free it.
3802
3803 2006-04-09 [colin]      2.1.0cvs23
3804
3805         * AUTHORS
3806         * src/gtk/authors.h
3807                 Add Alexei
3808
3809 2006-04-09 [colin]      2.1.0cvs22
3810
3811         * src/mainwindow.c
3812         * src/gtk/quicksearch.c
3813                 Fix bug #859 (problems with cyrilic input in 
3814                 search panel) - Patch by Alexey Illarionov 
3815                 <littlesavage@rambler.ru>
3816
3817 2006-04-09 [colin]      2.1.0cvs21
3818
3819         * src/prefs_customheader.c
3820                 I prefer removing then freeing rather than the contrary
3821                 (even if it doesn't change anything ;-)
3822         * src/prefs_account.c
3823                 Fix bug #933 (Crash re-entering the custom headers list 
3824                 dialog in accounts prefs)
3825                 The problem happened when cancelling the Account 
3826                 Preferences' dialogs - in which case we didn't do 
3827                 anything to the PrefsAccount * struct. In case of applying,
3828                 the old ac_prefs was replaced with the tmp_ac_prefs we were
3829                 working with in this dialog. The problem is that 
3830                 prefs_customheader.c, working on this tmp_ac_prefs, always
3831                 changes the ->customhdr_list pointer, even when cancelled. 
3832                 So in case of cancelling the prefs_account dialog, we still
3833                 have to update ->customhdr_list in the real account.
3834
3835 2006-04-08 [colin]      2.1.0cvs20
3836
3837         * manual/fr/glossary.xml
3838         * manual/fr/keyboard.xml
3839                 Forgot some headers :)
3840
3841 2006-04-08 [colin]      2.1.0cvs19
3842
3843         * manual/Makefile.am
3844         * manual/fr/Makefile.am
3845         * manual/fr/account.xml
3846         * manual/fr/ack.xml
3847         * manual/fr/addrbook.xml
3848         * manual/fr/advanced.xml
3849         * manual/fr/faq.xml
3850         * manual/fr/glossary.xml
3851         * manual/fr/gpl.xml
3852         * manual/fr/handling.xml
3853         * manual/fr/intro.xml
3854         * manual/fr/keyboard.xml
3855         * manual/fr/plugins.xml
3856         * manual/fr/starting.xml
3857         * manual/fr/sylpheed-claws-manual.xml
3858         * manual/fr/dist/.cvsignore
3859         * manual/fr/dist/Makefile.am
3860         * manual/fr/dist/html/.cvsignore
3861         * manual/fr/dist/html/Makefile.am
3862         * manual/fr/dist/pdf/.cvsignore
3863         * manual/fr/dist/pdf/Makefile.am
3864         * manual/fr/dist/ps/.cvsignore
3865         * manual/fr/dist/ps/Makefile.am
3866         * manual/fr/dist/txt/.cvsignore
3867         * manual/fr/dist/txt/Makefile.am
3868                 Add the french translation of the manual. Thanks to
3869                 Olivier Delhomme <olivier.delhomme@free.fr> for 
3870                 account.xml, ack.xml, addrbook.xml and advanced.xml
3871
3872 2006-04-08 [colin]      2.1.0cvs18
3873
3874         * manual/plugins.xml
3875         * manual/starting.xml
3876                 More fixes
3877
3878 2006-04-07 [colin]      2.1.0cvs17
3879
3880         * manual/faq.xml
3881         * manual/intro.xml
3882         * manual/keyboard.xml
3883                 Little fixes
3884
3885 2006-04-07 [colin]      2.1.0cvs16
3886
3887         * README
3888         * src/compose.c
3889         * src/prefs_common.c
3890         * src/prefs_common.h
3891                 Add hidden compose_no_markup pref
3892
3893 2006-04-07 [wwp]        2.1.0cvs15
3894
3895         * src/summary_search.c
3896         * .cvsignore
3897                 Bugfix: stop button was sticky when searching in an empty folder.
3898                 Applied curly brackets code style to the whole file (summary_search.c).
3899                 More files to ignore.
3900
3901 2006-04-07 [wwp]        2.1.0cvs14
3902
3903         * src/message_search.c
3904         * src/summary_search.c
3905                 changed default button when search bumps at file/folder
3906                 beginning or end, for convenience (thanks to Colin).
3907
3908 2006-04-07 [paul]       2.1.0cvs13
3909
3910         * src/plugins/dillo_viewer/dillo_prefs.c
3911                 avoid future potential for namespace collision
3912                 Patch by Colin
3913
3914 2006-04-06 [wwp]        2.1.0cvs12
3915
3916         * src/summary_search.c
3917                 Unify extended/advanced searches names (and thus factorize labels),
3918                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3919
3920 2006-04-06 [wwp]        2.1.0cvs11
3921
3922         * src/folderview.c
3923         * src/prefs_themes.c
3924         * src/summaryview.c
3925                 Fixed some compilation warnings.
3926
3927 2006-04-06 [colin]      2.1.0cvs10
3928
3929         * manual/advanced.xml
3930                 Document the wizard template and how to deploy
3931                 Sylpheed-Claws effectively
3932
3933 2006-04-06 [colin]      2.1.0cvs9
3934
3935         * src/folderview.c
3936                 gettext patch to tell translators about _("#"),
3937                 by Maxim Britov
3938
3939 2006-04-06 [colin]      2.1.0cvs8
3940
3941         * src/textview.c
3942                 Fix invalid GtkTextBIter after clicking "Display as text"
3943
3944 2006-04-06 [mones]      2.1.0cvs7
3945
3946         * src/addr_compl.c
3947         * src/addrindex.c
3948         * src/addritem.c
3949         * src/codeconv.c
3950         * src/compose.c
3951         * src/filtering.c
3952         * src/folder.c
3953         * src/folder_item_prefs.c
3954         * src/folderview.c
3955         * src/localfolder.c
3956         * src/matcher.c
3957         * src/mimeview.c
3958         * src/prefs_msg_colors.c
3959         * src/prefs_spelling.c
3960         * src/prefs_themes.c
3961         * src/procmime.c
3962         * src/procmsg.c
3963         * src/stock_pixmap.c
3964         * src/summaryview.c
3965         * src/textview.c
3966         * src/toolbar.c
3967         * src/common/mgutils.c
3968         * src/common/prefs.c
3969         * src/common/ssl_certificate.c
3970         * src/gtk/colorlabel.c
3971         * src/gtk/quicksearch.c
3972         * src/plugins/pgpmime/pgpmime.c
3973         * src/plugins/spamassassin/spamassassin.c
3974                 Removed redundant NULL checks for g_free() calls.
3975                 Patch by Pawel Pekala.
3976
3977 2006-04-06 [mones]      2.1.0cvs6
3978
3979         * src/prefs_actions.c
3980         * src/prefs_filtering.c
3981         * src/prefs_filtering_action.c
3982         * src/prefs_matcher.c
3983         * src/prefs_template.c
3984         * src/gtk/gtkutils.c
3985         * src/gtk/gtkutils.h
3986                 Have a nice replace button. Patch by Pawel Pekala
3987
3988 2006-04-06 [colin]      2.1.0cvs5
3989
3990         * src/addressbook.c
3991                 Fix crash with empty columns
3992
3993 2006-04-05 [colin]      2.1.0cvs4
3994
3995         * src/wizard.c
3996         * src/prefs_gtk.c
3997                 Allow wizard customization with pre-filled values
3998
3999 2006-04-05 [colin]      2.1.0cvs3
4000
4001         * src/textview.c
4002         * src/mimeview.c
4003         * src/mimeview.h
4004                 Nicer messages in mimeview
4005
4006 2006-04-05 [colin]      2.1.0cvs2
4007
4008         * src/addressbook.c
4009         * src/prefs_summaries.c
4010                 i18n fix
4011
4012 2006-04-05 [colin]      2.1.0cvs1
4013
4014         * src/plugins/pgpcore/plugin.c
4015         * src/plugins/pgpcore/select-keys.c
4016         * src/plugins/pgpcore/select-keys.h
4017         * src/plugins/pgpcore/sgpgme.c
4018         * src/plugins/pgpcore/sgpgme.h
4019         * src/plugins/pgpinline/pgpinline.c
4020         * src/plugins/pgpinline/plugin.c
4021         * src/plugins/pgpmime/pgpmime.c
4022         * src/plugins/pgpmime/plugin.c
4023                 Factorize and generalize a bit 
4024                 Drop S/MIME signature verification from PGP/MIME
4025                 (adding it as another, more complete plugin)
4026
4027 2006-04-05 [paul]       2.1.0
4028
4029         2.1.0 released
4030
4031 2006-04-05 [paul]       2.0.0cvs186
4032
4033         * manual/advanced.xml
4034                 add info on colour labels
4035
4036 2006-04-05 [paul]       2.0.0cvs185
4037
4038         * po/bg.po
4039         * po/cs.po
4040         * po/de.po
4041         * po/el.po
4042         * po/en_GB.po
4043         * po/fi.po
4044         * po/fr.po
4045         * po/it.po
4046         * po/nl.po
4047         * po/pl.po
4048         * po/pt_BR.po
4049         * po/sr.po
4050         * po/zh_CN.po
4051                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
4052                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
4053                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
4054                 Guimaraes, Aleksandar Urosevic, Ralgh Young
4055         * src/gtk/authors.h
4056         * tools/claws.i18n.status.pl
4057                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
4058                 and new Czech translator, Tim <timbrain@post.cz>
4059
4060 2006-04-05 [mones]      2.0.0cvs184
4061
4062         * po/es.po
4063                 Updated translation
4064
4065 2006-04-05 [colin]      2.0.0cvs183
4066
4067         * src/gtk/quicksearch.c
4068                 Fix bug #929 (unnecessary reload in quick search bar)
4069
4070 2006-04-05 [colin]      2.0.0cvs182
4071
4072         * src/compose.c
4073                 Fix crash on Reply with no From:
4074                 Show signature and conversion error on queuing 
4075                 (but not sending)
4076         * src/mainwindow.c
4077         * src/summaryview.c
4078         * src/summaryview.h
4079                 Factorize threading code and make sure msginfo 
4080                 is not null when it comes from a GtkCTreeRow's 
4081                 data
4082         * src/gtk/gtkaspell.c
4083                 Check for necessary things
4084         * src/gtk/gtksctree.c
4085         * src/gtk/gtksctree.h
4086                 Reset anchor if necessary when removing node
4087
4088 2006-03-29 [colin]      2.0.0cvs181
4089
4090         * src/folderview.c
4091                 Warn for disabled IMAP accounts (due to lack of
4092                 libetpan). Breaks string-freeze - sorry - but it
4093                 is kind of important ;)
4094
4095 2006-03-28 [colin]      2.0.0cvs180
4096
4097         * src/gtk/gtkutils.c
4098         * src/gtk/gtkutils.h
4099                 Add a gtkut_get_link_btn() function that
4100                 creates a button which acts like an URI
4101         * src/prefs_themes.c
4102         * src/gtk/about.c
4103                 Use this function (factorizes codes)
4104         * src/common/defs.h
4105         * src/gtk/pluginwindow.c
4106                 Add a "Get more..." in the plugins window
4107
4108 2006-03-28 [colin]      2.0.0cvs179
4109
4110         * src/common/smtp.c
4111         * src/common/passcrypt.c
4112         * src/undo.c
4113                 Warning fixes. Patch by Pawel Pekala
4114
4115 2006-03-27 [colin]      2.0.0cvs178
4116
4117         * src/undo.c
4118                 Fix undoing by blocks with spaces
4119
4120 2006-03-27 [colin]      2.0.0cvs177
4121
4122         * src/textview.c
4123                 Set margin to 3px for headers
4124
4125 2006-03-27 [paul]
4126
4127         2.1.0-rc2 released
4128
4129 2006-03-27 [wwp]        2.0.0cvs176
4130
4131         * src/summaryview.c
4132                 don't reset quicksearch when updating the message list.
4133                 Thanks to Colin.
4134
4135 2006-03-26 [wwp]        2.0.0cvs175
4136
4137         * src/compose.c
4138                 use a unified border width ('other' tab in the compose window,
4139                 patch by Pawel Pekala).
4140
4141
4142 2006-03-26 [wwp]        2.0.0cvs174
4143
4144         * src/common/quoted-printable.c
4145         * src/addressbook.c
4146                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
4147
4148 2006-03-26 [colin]      2.0.0cvs173
4149
4150         * src/quote_fmt_parse.y
4151                 Fix non-UTF8 date formats messing up the whole quote a 
4152                 little bit
4153
4154 2006-03-26 [colin]      2.0.0cvs172
4155
4156         * src/procheader.c
4157                 Make sure the date is UTF8 valid, or try to make it
4158                 so. IncrediMail is really IncrediStupid.
4159         * src/compose.c
4160                 Fix possible conversions. 
4161                 
4162
4163 2006-03-26 [colin]      2.0.0cvs171
4164
4165         * src/matcher.c
4166                 Fix corner cases in body search. This is still a
4167                 hack... It seems impossible to make it good and 
4168                 reasonably fast at the same time.
4169
4170 2006-03-26 [colin]      2.0.0cvs170
4171
4172         * src/summaryview.c
4173                 I think I killed the twilight zone bug!
4174                 summary_select_node() flushes GTK events in order
4175                 to be able to center the view. But this also 
4176                 flushes keypresses like Ctrl-Alt-U, so this can
4177                 call summary_show from summary_select_node (itself
4178                 called from summary_show, etc.). And the summaryview
4179                 has to be unlocked in this function. So just locking
4180                 while processing GTK events, and bailing if locked, 
4181                 should fix it.
4182                 Fixes bug #927 (SIGSEGV during Update Summary)
4183
4184 2006-03-25 [colin]      2.0.0cvs169
4185
4186         * src/matcher.c
4187                 Fix search in QP-encoded bodies
4188                 Fix utf-8 searches in bodies encoded in the
4189                 locale's encoding
4190         * src/common/quoted-printable.c
4191         * src/common/quoted-printable.h
4192                 Add a decode function that doesn't overwrite
4193                 the original pointer
4194                 
4195
4196 2006-03-24 [colin]      2.0.0cvs168
4197
4198         * src/action.c
4199         * src/summaryview.c
4200         * src/summaryview.h
4201                 Update message cache after action
4202                 Patch by H. Merijn Brand
4203         * src/prefs_msg_colors.c
4204                 Factorize label 
4205                 Patch by Fabien Vantard
4206         * src/plugins/spamassassin/spamassassin_gtk.c
4207                 Remove useless translation
4208                 Patch by Fabien Vantard
4209
4210 2006-03-23 [colin]      2.0.0cvs167
4211
4212         * src/common/ssl.c
4213                 Let 30 seconds to SSL_connect
4214
4215 2006-03-23 [wwp]        2.0.0cvs166
4216
4217         * src/summaryview.c
4218         * src/gtk/description_window.c
4219                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
4220                 and headers are translated; adjust description windows' width to fit their
4221                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
4222
4223 2006-03-23 [paul]       2.0.0cvs165
4224
4225         * src/common/utils.c
4226                 fix highlighting of URIs containing "()"
4227                 (2.0.0cvs164's reversal fixed)
4228                 Thanks to Colin.
4229
4230 2006-03-23 [paul]       2.0.0cvs164
4231
4232         * src/common/utils.c
4233                 revert patch, (postponing a fix), at 2.0.0cvs120
4234                 as it breaks more URIs than it fixes.
4235                 Allow '-' to be a terminating character in a URI
4236
4237 2006-03-22 [colin]      2.0.0cvs163
4238
4239         * configure.ac
4240                 Require libetpan 0.45
4241                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
4242
4243 2006-03-22 [paul]       2.0.0cvs162
4244
4245         * src/editgroup.c
4246                 replace '<-' and '->' buttons with GTK_STOCK graphical
4247                 buttons
4248         * src/summary_search.c
4249                 don't offer '...' for translation
4250                 add a tooltip to advanced search '...' button
4251         * src/gtk/quicksearch.c
4252                 don't offer '...' for translation
4253
4254 2006-03-21 [colin]      2.0.0cvs161
4255
4256         * src/compose.c
4257                 Fix middle-click pasting (insert at click
4258                 position instead of cursor position, don't
4259                 remove existing selection and allow pasting
4260                 our own selection)
4261         * src/addressbook.c
4262                 "LDAP Server" -> "LDAP servers"
4263
4264 2006-03-21 [wwp]        2.0.0cvs160
4265
4266         * src/etpan/imap-thread.c
4267                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
4268
4269 2006-03-20 [colin]      2.0.0cvs159
4270
4271         * src/summaryview.c
4272                 Don't reload summaryview after an execute with no
4273                 move action
4274
4275 2006-03-19 [colin]      2.0.0cvs158
4276
4277         * src/addressbook.c
4278                 and put groups at the top, always
4279
4280 2006-03-19 [colin]      2.0.0cvs157
4281
4282         * src/addressbook.c
4283                 Order groups before names, as previously
4284
4285 2006-03-19 [colin]      2.0.0cvs156
4286
4287         * src/addressbook.c
4288                 - Sort case-unsensitive
4289                 - Put the sort arrow at opening too
4290
4291 2006-03-19 [wwp]        2.0.0cvs155
4292
4293         * src/addressbook.c
4294                 allow sorting by name/email/remarks, ensure that right-pane's contents
4295                 matches the left-pane selection (cleared when appropriate).
4296                 Patch by Pawel Pekala <c0rn@o2.pl>.
4297
4298 2006-03-18 [colin]      2.0.0cvs154
4299
4300         * src/textview.c
4301                 Fix text cursor ;)
4302
4303 2006-03-18 [colin]      2.0.0cvs153
4304
4305         * src/gtk/filesel.c
4306                 Make sure we hide the preview if we didn't get
4307                 a filename
4308
4309 2006-03-18 [colin]      2.0.0cvs152
4310
4311         * src/summaryview.c
4312                 Set cursor to watch for execution (fixes lack
4313                 of watch-cursor when dnd'ing hundreds of mails)
4314         * src/gtk/filesel.c
4315                 Check that mime type is 'image/*' before updating
4316                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
4317
4318 2006-03-18 [colin]      2.0.0cvs151
4319
4320         * src/mainwindow.c
4321         * src/textview.c
4322         * src/textview.h
4323                 Put a watch cursor in textview too when the mainwindow's
4324                 cursor in a watch
4325
4326 2006-03-18 [colin]      2.0.0cvs150
4327
4328         * src/folder.c
4329                 Change wrong asserts to simple tests
4330
4331 2006-03-17 [colin]      2.0.0cvs149
4332
4333         * src/mainwindow.c
4334         * src/mainwindow.h
4335         * src/prefs_msg_colors.c
4336         * src/summaryview.c
4337         * src/summaryview.h
4338         * src/gtk/colorlabel.c
4339         * src/gtk/colorlabel.h
4340                 Add a color label menu in the main menubar
4341                 Add (fixed) accels Ctrl-{0-7} to change the color
4342                 They have to be fixed because the menu's dynamic,
4343                 the items are complex widgets, hence we can't use
4344                 a GtkItemFactory.
4345
4346
4347 2006-03-17 [wwp]        2.0.0cvs148
4348
4349         * src/compose.c
4350                 rollback few lines from my previous commit (those lines come from
4351                 a pending patch, accidentally commited, even if neutral as they are
4352                 commented out).
4353
4354 2006-03-17 [wwp]        2.0.0cvs147
4355
4356         * src/compose.c
4357                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
4358                 applied code style/indentation to the modified function.
4359
4360 2006-03-17 [wwp]        2.0.0cvs146
4361
4362         * src/procmsg.c
4363         * src/compose.c
4364                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
4365
4366 2006-03-17 [paul]
4367
4368         2.1.0-rc1 released
4369
4370 2006-03-17 [paul]       2.0.0cvs145
4371
4372         * src/main.c
4373                 addressbook_read_file() was called twice
4374         * src/textview.c
4375                 X-Mailer highlighting
4376
4377 2006-03-16 [colin]      2.0.0cvs144
4378
4379         * src/sourcewindow.c
4380         * src/sourcewindow.h
4381                 And the last one, in source window.
4382
4383 2006-03-16 [colin]      2.0.0cvs143
4384
4385         * src/compose.c
4386         * src/compose.h
4387                 Fix the same stuff in compose
4388
4389 2006-03-16 [colin]      2.0.0cvs142
4390
4391         * src/messageview.c
4392                 Complete the previous messageview crash fix
4393
4394 2006-03-16 [colin]      2.0.0cvs141
4395
4396         * src/procmsg.h
4397         * src/procmsg.c
4398         * src/folder.c
4399                 Fix POSTPROCESSING hook
4400                 Patch by H. Merijn Brand
4401
4402         * src/procmime.c
4403         * src/procmime.h
4404                 Parse Content-Location
4405
4406         * src/toolbar.c
4407         * src/messageview.c
4408         * src/messageview.h
4409                 Don't crash when a top-level MessageView has
4410                 been closed on us. Same problematic than
4411                 yesterday's quicksearch issue.
4412
4413 2006-03-15 [colin]      2.0.0cvs140
4414
4415         * src/gtk/quicksearch.c
4416                 Fix a bitchy race we didn't think about when we
4417                 added quicksearch cancellation:
4418                 If the search is not on cached fields, for example
4419                 body_part matchcase "stuff"
4420                 the matcher code has to get the whole message. If
4421                 we're on IMAP, that can be slow, and in order to
4422                 be non-blocking, the IMAP code idle loop processes
4423                 gtk events too. So it is possible to cancel a
4424                 quicksearch while the matcher is getting the mail's
4425                 body. After matcher got its body, it will start to
4426                 iterate over the matcher list that the Quicksearch's
4427                 clear_search_cb() just freed via prepare_matcher().
4428                 SIGSEGV ensues.
4429                 The fix consists of guarding the matcherlist_match()
4430                 call with a boolean 'matching'. If we reset the
4431                 quicksearch while matching is TRUE, we don't free
4432                 the matcherlist anymore like we did, but we set
4433                 another new flag, deferred_free, to TRUE. Then,
4434                 in quicksearch_match(), just after returning from
4435                 matcherlist_match() and unsetting the matching flag,
4436                 we check the deferred_free flag and do the
4437                 prepare_matcher() (which does the matcherlist_free)
4438                 for real, so we free the matcherlist once it's not
4439                 used anymore.
4440                 As all of this runs via the glib main loop, we
4441                 luckily don't need a mutex.
4442         * src/summaryview.c
4443                 Also, show progress while searching.
4444
4445
4446 2006-03-14 [colin]      2.0.0cvs139
4447
4448         * src/alertpanel.c
4449                 Make alertpanel_is_open non-static
4450
4451 2006-03-14 [colin]      2.0.0cvs138
4452
4453         * src/prefs_spelling.c
4454                 Cleanups - Fabien Vantard
4455
4456 2006-03-14 [wwp]        2.0.0cvs137
4457
4458         * src/main.c
4459                 code style normalization (curly braces, indentation).
4460
4461 2006-03-14 [wwp]        2.0.0cvs137
4462
4463         * src/main.c
4464                 code style (braces, indentation)
4465
4466 2006-03-12 [paul]       2.0.0cvs136
4467
4468         * src/prefs_common.c
4469                 trans_hdr defaults to FALSE to be RFC-savvy
4470         * src/prefs_summaries.c
4471                 add a tooltip to the trans_hdr option
4472                 
4473
4474 2006-03-12 [paul]       2.0.0cvs135
4475
4476         * src/prefs_matcher.c
4477                 give a little more width to the combos
4478         * src/prefs_display_header.c
4479         * src/textview.c
4480                 translate headers if prefs_common.trans_hdr
4481                 is TRUE
4482
4483         Patches by Pawel Pekala
4484
4485 2006-03-12 [paul]       2.0.0cvs134
4486
4487         * src/plugins/clamav/clamav_plugin.c
4488         * src/plugins/dillo_viewer/dillo_viewer.c
4489         * src/plugins/pgpcore/plugin.c
4490         * src/plugins/pgpinline/plugin.c
4491         * src/plugins/pgpmime/plugin.c
4492         * src/plugins/spamassassin/spamassassin.c
4493                 update/add to descriptions
4494         * src/plugins/spamassassin/spamassassin_gtk.c
4495                 fixes to the english, remove superfluous
4496                 tooltips, clean up a little
4497
4498 2006-03-12 [paul]       2.0.0cvs133
4499
4500         * src/compose.c
4501                 fix Bug 924, 'Account combo box shows up wrong 
4502                 if & is in account name'
4503
4504 2006-03-11 [colin]      2.0.0cvs132
4505
4506         * src/summaryview.c
4507                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
4508                 messed up shift-selection because is slows down
4509                 moving around summaryview. thanks -users
4510
4511 2006-03-10 [colin]      2.0.0cvs131
4512
4513         * src/plugins/spamassassin/spamassassin_gtk.c
4514                 Put back Paul's engrish fixes
4515
4516 2006-03-10 [colin]      2.0.0cvs130
4517
4518         * src/plugins/spamassassin/spamassassin.c
4519         * src/plugins/spamassassin/spamassassin.h
4520         * src/plugins/spamassassin/spamassassin_gtk.c
4521                 Cleanup SA prefs page (more)
4522                 Patch by Fabien Vantard
4523
4524 2006-03-10 [paul]       2.0.0cvs129
4525
4526         * src/prefs_msg_colors.c
4527         * src/prefs_spelling.c
4528                 widget sensitivity
4529
4530 2006-03-09 [mones]      2.0.0cvs128
4531
4532         * po/es.po
4533                 Update for next RC
4534
4535 2006-03-09 [wwp]        2.0.0cvs127
4536
4537         * configure.ac
4538                 revert accidental commit (requirement for libetpan 0.43), this time
4539                 not in HEAD.
4540
4541 2006-03-09 [wwp]        2.0.0cvs125
4542
4543         * configure.ac
4544                 revert accidental commit (requirement for libetpan 0.43)
4545
4546 2006-03-09 [paul]       2.0.0cvs126
4547
4548         * src/prefs_receive.c
4549                 remove useless frame
4550                 replace 'incorporation' with 'receiving'
4551         * src/plugins/clamav/clamav_plugin_gtk.c
4552         * src/plugins/spamassassin/spamassassin_gtk.c
4553                 improve widget sensitivity
4554                 fix a bit his engrish
4555
4556 2006-03-09 [wwp]        2.0.0cvs125
4557
4558         * src/addressadd.c
4559         * src/foldersel.c
4560         * src/prefs_common.c
4561         * src/prefs_common.h
4562                 remember some more windows' sizes (add to addressbook and
4563                 select folder).
4564
4565 2006-03-09 [paul]       2.0.0cvs124
4566
4567         * src/plugins/pgpcore/prefs_gpg.c
4568                 normalise construction of dialogue
4569
4570 2006-03-09 [paul]       2.0.0cvs123
4571
4572         * src/plugins/trayicon/Makefile.am
4573                 add missing slash
4574
4575 2006-03-08 [colin]      2.0.0cvs122
4576
4577         * src/plugins/trayicon/Makefile.am
4578                 Fix build in separate dir 
4579                 Patch by Bamanzi <bamanzi@gmail.com>
4580
4581 2006-03-08 [colin]      2.0.0cvs121
4582
4583         * src/procmsg.c
4584                 Batch move and copies from summaryview with delayed execution
4585                 too
4586
4587 2006-03-07 [paul]       2.0.0cvs120
4588
4589         * src/common/utils.c
4590                 fix highlighting of URIs containing "()"
4591                 Patch by Pawel Pekala
4592
4593 2006-03-07 [paul]       2.0.0cvs119
4594
4595         * src/folder.c
4596         * src/folder.h
4597         * src/folderview.c
4598                 immediately do alphabetical resort when
4599                 changing a folder's name
4600                 Patch by Pawel Pekala
4601
4602 2006-03-07 [paul]       2.0.0cvs118
4603
4604         * src/news.c
4605         * src/news_gtk.c
4606                 when unsubscribing a newsgroup, remove the
4607                 folder and msgs in .sylpheed-claws/newscache
4608                 Patch by Pawel Pekala <c0rn@gazeta.pl>
4609
4610 2006-03-07 [paul]       2.0.0cvs117
4611
4612         * src/textview.c
4613                 fix wrong Fake URL Warning
4614                 Thanks to Hiro
4615
4616 2006-03-07 [colin]      2.0.0cvs116
4617
4618         * src/imap.c
4619                 Return immediately when password dialog was
4620                 cancelled
4621         * src/gtk/inputdialog.c
4622                 Allow empty strings for passwords
4623
4624
4625 2006-03-06 [colin]      2.0.0cvs115
4626
4627         * src/imap.c
4628                 Prevent double-timeouts when connection fails
4629
4630 2006-03-06 [colin]
4631
4632         2.0.1-rc1 released
4633
4634 2006-03-06 [colin]      2.0.0cvs114
4635
4636         * src/imap.c
4637                 Refresh session during potentially long
4638                 operations
4639
4640 2006-03-06 [wwp]        2.0.0cvs113
4641
4642         * src/prefs_msg_colors.h
4643                 forgot that one (custom color labels).
4644
4645 2006-03-06 [wwp]        2.0.0cvs112
4646
4647         * src/prefs_common.c
4648         * src/prefs_common.h
4649         * src/prefs_msg_colors.c
4650         * src/summaryview.c
4651         * src/summaryview.h
4652         * src/gtk/colorlabel.c
4653         * src/gtk/colorlabel.h
4654                 colors in messages list are now customizable. Color values and names can
4655                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
4656                 Thanks to Paul and Colin for their help with this longstanding patch!
4657
4658 2006-03-06 [wwp]        2.0.0cvs111
4659
4660         * src/textview.c
4661                 don't crash if (x)face is bad.
4662
4663 2006-03-05 [paul]       2.0.0cvs110
4664
4665         * AUTHORS
4666         * configure.ac
4667         * src/Makefile.am
4668         * src/common/Makefile.am
4669         * src/common/utils.h
4670         * src/etpan/imap-thread.c
4671         * src/gtk/authors.h
4672         * src/plugins/clamav/Makefile.am
4673         * src/plugins/demo/Makefile.am
4674         * src/plugins/dillo_viewer/Makefile.am
4675         * src/plugins/pgpcore/Makefile.am
4676         * src/plugins/pgpcore/passphrase.c
4677         * src/plugins/pgpinline/Makefile.am
4678         * src/plugins/pgpmime/Makefile.am
4679         * src/plugins/spamassassin/Makefile.am
4680         * src/plugins/trayicon/Makefile.am
4681                 fix builiding on cygwin
4682                 Patch by Ralgh Young <bamanzi@gmail.com>
4683
4684 2006-03-04 [wwp]        2.0.0cvs109
4685
4686         * manual/keyboard.xml
4687                 fix mixed up/down keys.
4688
4689 2006-03-04 [wwp]        2.0.0cvs108
4690
4691         * README
4692         * INSTALL
4693                 updated links to SpamAssassin.
4694
4695 2006-03-04 [wwp]        2.0.0cvs107
4696
4697         * manual/plugins.xml
4698         * src/plugins/spamassassin/README
4699                 updated SpamAssassin plugin docs to reflect new functional additions
4700                 (also fix/update/documents few technical stuff more, see the README).
4701
4702 2006-03-04 [wwp]        2.0.0cvs106
4703
4704         * src/prefs_message.c
4705                 normalized capitalization of message-prefs paths.
4706
4707 2006-03-04 [wwp]        2.0.0cvs105
4708
4709         * manual/advanced.xml
4710                 typo.
4711
4712 2006-03-03 [colin]      2.0.0cvs104
4713
4714         * src/plugins/clamav/clamav_plugin_gtk.c
4715                 Rework prefs page, patch by Fabien 
4716
4717 2006-03-03 [colin]      2.0.0cvs103
4718
4719         * src/plugins/clamav/clamav_plugin.c
4720                 Set error on all errors
4721
4722 2006-03-03 [colin]      2.0.0cvs102
4723
4724         * src/common/plugin.c
4725                 Initialize error to avoid crashing when a plugin fails
4726                 without setting error
4727
4728 2006-03-02 [wwp]        2.0.0cvs101
4729
4730         * configure.ac
4731                 fixed linker flags for libetpan support on Cygwin
4732                 (thanks to H.Merijn Brand).
4733
4734 2006-03-02 [wwp]        2.0.0cvs100
4735
4736         * src/addressbook.c
4737                 fix some AB error messages: one for punctuation and
4738                 one wrongly duplicate (thanks, maxbritov).
4739
4740 2006-03-02 [wwp]        2.0.0cvs99
4741
4742         * src/plugins/spamassassin/spamassassin.c
4743                 make sync calls to sa-learn/spamc to prevent
4744                 system (whatever local or client/server) overload.
4745
4746 2006-03-02 [colin]      2.0.0cvs98
4747
4748         * src/summaryview.c
4749                 Put the spam icon in the status column instead of the
4750                 mark one
4751
4752 2006-03-01 [colin]      2.0.0cvs97
4753
4754         * src/plugins/spamassassin/spamassassin.c
4755                 Fix segfault (g_file_set_contents fails for some 
4756                 reason and err==0x2f. Can't find out why with
4757                 valgrind, using working function :-)
4758
4759 2006-03-01 [colin]      2.0.0cvs96
4760
4761         * src/inc.c
4762                 Offline overriding: let 'No' be cached only 3 seconds
4763
4764 2006-03-01 [colin]      2.0.0cvs95
4765
4766         * src/addr_compl.c
4767         * src/addrbook.c
4768         * src/addressbook.c
4769         * src/addrindex.c
4770         * src/folder_item_prefs.c
4771         * src/headerview.c
4772         * src/imap.c
4773         * src/inc.c
4774         * src/ldif.c
4775         * src/mainwindow.c
4776         * src/mh.c
4777         * src/msgcache.c
4778         * src/prefs_common.h
4779         * src/prefs_msg_colors.c
4780         * src/procheader.c
4781         * src/procheader.h
4782         * src/procmime.c
4783         * src/procmsg.c
4784         * src/procmsg.h
4785         * src/send_message.h
4786         * src/simple-gettext.c
4787         * src/summaryview.c
4788         * src/summaryview.h
4789         * src/syldap.c
4790         * src/textview.c
4791         * src/undo.c
4792         * src/common/ssl_certificate.c
4793         * src/common/utils.c
4794         * src/gtk/colorsel.c
4795         * src/gtk/gtksctree.c
4796         * src/gtk/gtkshruler.c
4797         * src/plugins/trayicon/trayicon.c
4798                 #if 0 goes to /dev/null
4799
4800 2006-03-01 [colin]      2.0.0cvs94
4801
4802         * src/compose.c
4803         * src/imap.c
4804         * src/inc.c
4805         * src/inc.h
4806         * src/messageview.c
4807         * src/news.c
4808         * src/plugins/spamassassin/spamassassin.c
4809                 Allow to add information in the "working offline"
4810                 window
4811
4812 2006-03-01 [wwp]        2.0.0cvs93
4813
4814         * src/plugins/spamassassin/spamassassin.c
4815                 fixed spamc invocation: use a tricky temporary mini shell wrapper
4816                 'cause it seems that calling `spamc ... < inputfile` with
4817                 g_spawn_(a)sync simply.. erm doesn't work :-).
4818
4819 2006-03-01 [wwp]        2.0.0cvs92
4820
4821         * src/toolbar.c
4822         * src/toolbar.h
4823                 simplify the adding of spam/ham button to the messageview toolbar
4824                 (it gets more clear now that the same button will be "Mark as spam"
4825                 or "Mark as ham" according to the current message status,
4826                 thanks to Colin).
4827
4828 2006-03-01 [wwp]        2.0.0cvs91
4829
4830         * src/messageview.c
4831         * src/procmsg.c
4832         * src/procmsg.h
4833         * src/summaryview.c
4834         * src/plugins/spamassassin/spamassassin.c
4835         * src/plugins/spamassassin/spamassassin.h
4836                 make learner callbacks return a status (0 for ok),
4837                 handle it in main code to avoid setting flags when learning failed,
4838                 don't learn on TCP if offline in spamassassin,
4839                 thanks to Colin.
4840
4841                 
4842
4843 2006-03-01 [wwp]        2.0.0cvs90
4844
4845         * src/compose.c
4846                 some work around the compose window's account menu,
4847                 patch by Fabien Vantard.
4848
4849 2006-03-01 [wwp]        2.0.0cvs89
4850
4851         * src/plugins/spamassassin/spamassassin.c
4852                 fixed bad logics, was using spamc in local mode and sa-learn
4853                 in remote mode (thanks, Colin).
4854
4855 2006-03-01 [wwp]        2.0.0cvs88
4856
4857         * src/plugins/spamassassin/spamassassin.c
4858         * src/plugins/spamassassin/spamassassin.h
4859         * src/plugins/spamassassin/spamassassin_gtk.c
4860                 made processing of emails w/ sa-plugin an option (default is TRUE),
4861                 fixed Engrish some tooltips, capitalization of some debug messages
4862                 and warnings. The spamassassin plugin now provides two separate
4863                 services: process emails upon incorporation and spamd training.
4864                 Both services (un)register independently but use some common
4865                 plugin settings (transport settings, spam storage location).
4866
4867 2006-02-28 [wwp]        2.0.0cvs87
4868
4869         * src/plugins/spamassassin/spamassassin.c
4870                 fix async flag to spamc cmdline execution (batch exec should
4871                 be asynchronous).
4872
4873 2006-02-27 [wwp]        2.0.0cvs86
4874
4875         * src/plugins/spamassassin/spamassassin.c
4876         * src/plugins/spamassassin/spamassassin.h
4877         * src/plugins/spamassassin/spamassassin_gtk.c
4878                 - added the ability to learn a remote spamassassin server (spamd),
4879                 using spamc.
4880                 - added the spamassassin option 'username', that applies to all
4881                 spamassassin operations (filtering, learning, local or remote).
4882                 The default username is the current unix user (if left blank
4883                 from gtk prefs or config file).
4884                 - commented out some unused code (notebook widget), removed unused
4885                 layout (hbox1).
4886                 - make more widgets sensitive to the transport type.
4887
4888 2006-02-27 [colin]      2.0.0cvs85
4889
4890         * src/plugins/spamassassin/spamassassin.c
4891                 Fix sa-learn call when offline
4892
4893 2006-02-27 [colin]      2.0.0cvs84
4894
4895         * configure.ac
4896         * src/Makefile.am
4897         * src/mainwindow.c
4898         * src/mainwindow.h
4899         * src/messageview.c
4900         * src/messageview.h
4901         * src/prefs_toolbar.c
4902         * src/procmsg.c
4903         * src/stock_pixmap.c
4904         * src/stock_pixmap.h
4905         * src/summaryview.c
4906         * src/toolbar.c
4907         * src/toolbar.h
4908         * src/pixmaps/ham_btn.xpm
4909         * src/pixmaps/spam.xpm
4910         * src/pixmaps/spam_btn.xpm
4911         * src/plugins/spamassassin/spamassassin.c
4912                 Add button in toolbar for spam learning
4913                 Fix a few bugs from the last related commit
4914                 Revert 1.9.6cvs23 which messed up shift-selection
4915
4916 2006-02-24 [colin]      2.0.0cvs83
4917
4918         * src/procmsg.c
4919         * src/summaryview.c
4920         * src/summaryview.h
4921         * src/plugins/spamassassin/spamassassin.c
4922         * src/plugins/spamassassin/spamassassin.h
4923         * src/plugins/spamassassin/spamassassin_gtk.c
4924                 Unregister learner when spamassassin is either
4925                 disabled or over tcp
4926
4927 2006-02-24 [colin]      2.0.0cvs82
4928
4929         * src/Makefile.am
4930         * src/mainwindow.c
4931         * src/mainwindow.h
4932         * src/procmsg.c
4933         * src/procmsg.h
4934         * src/stock_pixmap.c
4935         * src/stock_pixmap.h
4936         * src/summaryview.c
4937         * src/summaryview.h
4938         * src/gtk/icon_legend.c
4939         * src/pixmaps/spam.xpm  ** NEW FILE **
4940         * src/plugins/spamassassin/spamassassin.c
4941         * src/plugins/spamassassin/spamassassin_gtk.c
4942                 Add spam learning interface (Mark/Mark as 
4943                 (spam|ham) menus)
4944
4945 2006-02-24 [wwp]        2.0.0cvs81
4946
4947         * src/compose.c
4948         * src/compose.h
4949         * src/filtering.c
4950                 hide compose window when sending message in batch mode
4951                 (filtering: forward and redirect). Also fixed a wrong
4952                 value returned when sending failed, neutral anyway.
4953                 (Colin, me) 
4954
4955 2006-02-24 [wwp]        2.0.0cvs80
4956
4957         * src/mainwindow.c
4958                 use GTK+'s stock quit button. Patch by Fabien Vantard.
4959
4960 2006-02-24 [paul]       2.0.0cvs79
4961
4962         * src/news.c
4963         * src/news.h
4964         * src/news_gtk.c
4965                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
4966                 Thanks to Colin
4967
4968 2006-02-23 [colin]      2.0.0cvs78
4969
4970         * src/alertpanel.c
4971                 Change OK to Close in alertpanel with View log
4972                 button; add accel to View log. Patch by Fabien
4973                 Vantard
4974
4975 2006-02-23 [wwp]        2.0.0cvs77
4976
4977         * src/compose.c
4978                 silly me, there were much more tests to perform, since toolbars can
4979                 really have down to 1 element only.
4980
4981 2006-02-23 [wwp]        2.0.0cvs76
4982
4983         * commitHelper
4984                 fixed indentation from my previous commit. Fallback to VISUAL if
4985                 EDITOR is not set (and to vi, at last resort).
4986
4987 2006-02-23 [wwp]        2.0.0cvs75
4988
4989         * commitHelper
4990                 improved error detection (Colin, me).
4991
4992 2006-02-23 [wwp]        2.0.0cvs74
4993
4994         * src/prefs_toolbar.c
4995                 simplify and fix prefs/toolbars layouting. Combos' contents can
4996                 now be really displayed.
4997
4998 2006-02-23 [wwp]        2.0.0cvs73
4999         simplifies and fix prefs/toolbars layouting. Combos' contents can now
5000         be really displayed.
5001
5002 2006-02-22 [wwp]        2.0.0cvs72
5003
5004         * src/compose.c
5005                 fix a typo in my previous commit (sorry!).
5006
5007 2006-02-22 [wwp]        2.0.0cvs71
5008
5009         * src/prefs_toolbar.c
5010                 fix a crash when adding separators to toolbars,
5011                 also fix some separator item information.
5012
5013 2006-02-22 [wwp]        2.0.0cvs70
5014
5015         * src/compose.c
5016                 fix a crash when redirecting (for instance) when compose window's
5017                 toolbar contents has been customized (when some buttons have been
5018                 removed in fact).
5019
5020 2006-02-21 [wwp]        2.0.0cvs69
5021
5022         * src/summaryview.c
5023         * src/gtk/pluginwindow.c
5024         * src/plugins/pgpcore/prefs_gpg.c
5025                 fix some compilation warnings (feat. remains of removed code).
5026
5027 2006-02-21 [wwp]        2.0.0cvs68
5028
5029         * src/gtk/gtkutils.c
5030                 fix two compilation issues, thanks to Stephan Sachse.
5031
5032 2006-02-20 [colin]      2.0.0cvs67
5033
5034         * src/mainwindow.c
5035                 Don't reselect displayed mail on refocus
5036                 This fixes actions misbehaving 
5037
5038 2006-02-20 [wwp]        2.0.0cvs66
5039
5040         * src/summaryview.c
5041         * src/gtk/gtksctree.c
5042         * src/gtk/gtkshruler.c
5043                 changed more runtime typecast checks.
5044
5045 2006-02-20 [wwp]        2.0.0cvs65
5046
5047         * src/summary_search.c
5048                 find all - summaryview refresh issue fixed, thanks to Colin.
5049
5050 2006-02-20 [wwp]        2.0.0cvs64
5051
5052         * src/gtk/gtkutils.c
5053                 better runtime typecast checks.
5054
5055 2006-02-20 [wwp]        2.0.0cvs63
5056
5057         * src/summary_search.c
5058                 enhancements to the summary search:
5059                         - add the ability to stop the running search
5060                           (upon ESC-key press, new Stop button or when Clear button is pressed)
5061                         - don't search if no criteria (From/To/Subject/Body) is set
5062                         - ensure that a busy mouse pointer is always shown when searching,
5063                           show it even a bit earlier
5064
5065 2006-02-19 [colin]      2.0.0cvs62
5066
5067         * src/compose.c
5068         * src/imap.c
5069         * src/etpan/imap-thread.c
5070         * src/etpan/imap-thread.h
5071                 (Future) IMAP speed improvement on sending
5072                 Will require a libetpan update
5073         * src/summaryview.c
5074         * src/gtk/quicksearch.c
5075                 Make quicksearch clearable while running.
5076
5077 2006-02-17 [colin]      2.0.0cvs61
5078
5079         * src/imap.c
5080         * src/etpan/imap-thread.c
5081         * src/etpan/imap-thread.h
5082                 Check for IMAP certificates
5083                 ** Requires libetpan-0.42-cvs4 
5084                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
5085
5086 2006-02-17 [colin]      2.0.0cvs60
5087
5088         * src/messageview.c
5089         * src/prefs_common.c
5090         * src/prefs_common.h
5091         * src/prefs_message.c
5092                 Add pref to display HTML-only mails with plugin, 
5093                 if possible (defaulting to FALSE of course).
5094
5095 2006-02-16 [colin]      2.0.0cvs59
5096
5097         * src/main.c
5098         * src/common/plugin.c
5099         * src/common/plugin.h
5100         * src/gtk/pluginwindow.c
5101                 Keep track of requested (but unloaded) plugins
5102                 in some error cases.
5103
5104 2006-02-16 [wwp]        2.0.0cvs58
5105
5106         * src/gtk/gtkaspell.c
5107         * src/gtk/gtkaspell.h
5108         * src/prefs_spelling.c
5109         * src/compose.c
5110         * src/prefs_common.c
5111         * src/prefs_common.h
5112                 implemented new optional spellchecker behaviour: re-check message when
5113                 dictionary got changed (from compose-window/context-menu/Change dictionary).
5114
5115 2006-02-16 [wwp]        2.0.0cvs57
5116
5117         * src/quote_fmt_parse.y
5118                 pclose popen'ed pipe.
5119
5120 2006-02-15 [colin]      2.0.0cvs56
5121
5122         * src/mimeview.c
5123         * src/mimeview.h
5124                 Let MimeViewers know which MimeView they
5125                 depend of.
5126         * src/summaryview.c
5127                 Swap From/To columns in Sent/Queue/Drafts
5128                 folders
5129         * src/etpan/imap-thread.c
5130                 Use mailstream_low_tls_open() for STARTTLS
5131                 instead of mailstream_low_ssl_open()
5132                 ** REQUIRES libetpan 0.42cvs3 **
5133
5134 2006-02-15 [wwp]        2.0.0cvs55
5135
5136         * src/compose.c
5137         * src/compose.h
5138         * src/message_search.c
5139         * src/message_search.h
5140         * src/textview.c
5141         * src/gtk/gtkutils.c
5142         * src/gtk/gtkutils.h
5143                 added the ability to Find text in the compose window (and a bit
5144                 of code factorization).
5145
5146 2006-02-15 [wwp]        2.0.0cvs54
5147
5148         * src/prefs_gtk.c
5149                 yet another one file was missing (fix for some widgets' sensitivity).
5150                 Thanks Colin!
5151
5152 2006-02-15 [wwp]        2.0.0cvs53
5153
5154         * src/prefs_gtk.h
5155                 oops forgot that file (fix for some widgets' sensitivity).
5156
5157 2006-02-15 [wwp]        2.0.0cvs52
5158
5159         * src/summary_search.c
5160                 implemented advanced summary search options (added the ability
5161                 to use matcher conditions in an advanced search mode).
5162
5163 2006-02-15 [wwp]        2.0.0cvs51
5164
5165         * src/plugins/pgpcore/prefs_gpg.c
5166         * src/prefs_account.c
5167                 fix some widget sensitivity, mostly around some labels in
5168                 account prefs.
5169
5170 2006-02-15 [paul]       2.0.0cvs50
5171
5172         * manual/advanced.xml
5173                 improve Templates info
5174                 written by wwp
5175
5176 2006-02-14 [colin]      2.0.0cvs49
5177
5178         * src/pixmaps/address_book.xpm
5179         * src/pixmaps/preferences.xpm
5180         * src/pixmaps/properties.xpm
5181                 Fix pixmap size - patch by Fabien Vantard
5182
5183 2006-02-13 [colin]      2.0.0cvs48
5184
5185         * src/procmime.c
5186                 Add missing fclose()s on error
5187         * src/textview.c
5188                 Remove unused code
5189         * src/common/utils.c
5190                 Fix temp files not being deleted on windows
5191         Patches by Thomas Gilgin
5192
5193 2006-02-13 [colin]      2.0.0cvs47
5194
5195         * src/mainwindow.c
5196                 Fix exit crash
5197
5198 2006-02-13 [wwp]        2.0.0cvs46
5199
5200         * src/plugins/pgpcore/prefs_gpg.c
5201                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
5202
5203 2006-02-12 [colin]      2.0.0cvs45
5204
5205         * src/folderview.c
5206         * src/main.c
5207         * src/mainwindow.c
5208                 Fix "stuff" when quitting
5209
5210 2006-02-12 [wwp]        2.0.0cvs44
5211
5212         * src/prefs_themes.c
5213                 fix typos in debug messages.
5214
5215 2006-02-11 [colin]      2.0.0cvs43
5216
5217         * src/summaryview.c
5218                 don't allow drag/drop from ourself
5219
5220 2006-02-10 [wwp]        2.0.0cvs42
5221
5222         * src/exporthtml.c
5223         * src/html.c
5224         * src/html.h
5225         * src/procmime.c
5226         * src/textview.c
5227                 renamed html_ prefixed functions and data structures to avoid
5228                 namespace clashes w/ other software (gtkhtml2 for instance).
5229                 Closes bug #907.
5230
5231
5232 2006-02-09 [colin]      2.0.0cvs41
5233
5234         * src/summaryview.c
5235                 Fix shitty logic messed up. Thanks Ticho for the hint!
5236
5237 2006-02-09 [wwp]        2.0.0cvs40
5238
5239         * src/gtk/about.c
5240         * src/compose.c
5241         * src/prefs_account.c
5242         * src/prefs_gtk.h
5243         * src/editaddress.c
5244                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
5245                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
5246                 Browse buttons in accounts prefs.
5247
5248 2006-02-09 [colin]      2.0.0cvs39
5249
5250         * src/matcher.c
5251                 Check for pointer before using its members
5252         * src/gtk/gtksourceprintjob.c
5253                 Fix a wrong warning
5254
5255 2006-02-09 [wwp]        2.0.0cvs38
5256
5257         * src/gtk/filesel.c
5258                 fix few compiler warnings (type mismatch).
5259
5260 2006-02-09 [paul]       2.0.0cvs37
5261
5262         * po/fr.po
5263                 updated by Fabien Vantard
5264
5265 2006-02-08 [colin]      2.0.0cvs36
5266
5267         * src/prefs_common.c
5268         * src/common/defs.h
5269         * src/common/plugin.c
5270                 allow windows and linux configurations to coexist
5271                 patch by Thomas Gilgin
5272
5273 2006-02-08 [colin]      2.0.0cvs35
5274
5275         * src/filtering.c
5276         * src/matcher.c
5277         * src/matcher.h
5278         * src/matcher_parser_parse.y
5279         * src/prefs_filtering_action.c
5280         * src/prefs_matcher.c
5281                 Add the "Ignore thread" filtering
5282                 action
5283
5284 2006-02-08 [colin]      2.0.0cvs34
5285
5286         * src/compose.c
5287         * src/procmime.c
5288         * src/procmime.h
5289                 Fix bug #905 (damaged attachment)
5290                 text files with raw \0's aren't really text files
5291         FOR_STABLE
5292
5293 2006-02-08 [colin]      2.0.0cvs33
5294
5295         * src/summaryview.c
5296                 Fix crasher introduced yesterday
5297
5298 2006-02-08 [wwp]        2.0.0cvs32
5299
5300         * src/compose.c
5301         * src/compose.h
5302                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
5303
5304 2006-02-08 [wwp]        2.0.0cvs31
5305
5306         * src/prefs_template.c
5307                 templates enhancement: allow address completion for Cc and Bcc fields
5308                 (it was currently possible for the To field only)
5309
5310 2006-02-08 [colin]      2.0.0cvs30
5311
5312         * src/compose.c
5313                 Don't unblock if not blocked
5314         FOR_STABLE
5315
5316 2006-02-07 [colin]      2.0.0cvs29
5317
5318         * src/action.c
5319                 Forgot to refresh summaryview
5320
5321 2006-02-07 [colin]      2.0.0cvs28
5322
5323         * src/action.c
5324                 Freeze/thaw message list and folder list while
5325                 processing %as{} actions 
5326         * src/compose.c
5327                 Fix auto-wrap disabling after a middle-click
5328                 paste - FOR_STABLE
5329
5330 2006-02-07 [paul]       2.0.0cvs27
5331
5332         * src/folder.c
5333                 fix freeing of uninitialised pointers
5334                 Thanks to Colin
5335
5336 2006-02-06 [colin]      2.0.0cvs26
5337
5338         * src/folder.c
5339                 Use g_slist_prepend in potentially big list
5340
5341 2006-02-06 [colin]      2.0.0cvs25
5342
5343         * src/folder.c
5344                 Completely skip processing if it doesn't 
5345                 exist (faster!)
5346
5347 2006-02-06 [colin]      2.0.0cvs24
5348
5349         * src/folder.c
5350         * src/summaryview.c
5351                 Batch filtering in summaryview (from Tools menu)
5352                 and pre/post//-processing too
5353
5354 2006-02-06 [colin]      2.0.0cvs23
5355
5356         * src/procmsg.h
5357         * src/filtering.c
5358                 Use a special field for batch filtering instead
5359                 of stepping on deferred execution's toes
5360
5361 2006-02-06 [colin]      2.0.0cvs22
5362
5363         * src/action.c
5364         * src/filtering.c
5365         * src/filtering.h
5366         * src/folder.c
5367         * src/summaryview.c
5368                 Fix filtering via menus and actions
5369
5370 2006-02-06 [colin]      2.0.0cvs21
5371
5372         * src/imap.c
5373                 Put the added file directly to cache if possible (will work
5374                 with next libetpan)
5375         * src/filtering.c
5376         * src/filtering.h
5377         * src/inc.c
5378         * src/folder.c
5379         * src/mbox.c
5380         * src/procmsg.h
5381                 Move and copy filtered messages by batches instead of one
5382                 by one - faster on IMAP
5383         * src/procmsg.c
5384                 Add a function that'll possibly be useful later
5385
5386 2006-02-06 [colin]      2.0.0cvs20
5387
5388         * src/addressbook.c
5389                 Use internal mime-type instead of text/plain for d'n'd
5390         * src/compose.c
5391                 Allow attaching files from mimeview's icon list via d'n'd
5392         * src/folderview.c
5393         * src/folderview.h
5394                 Use internal mime-type instead of text/plain for d'n'd
5395                 Don't try to selected opened folder if none is
5396                 Factorize d'n'd from other apps code
5397         * src/headerview.c
5398         * src/textview.c
5399         * src/gtk/gtkutils.c
5400         * src/gtk/gtkutils.h
5401                 Factorize Face/X-Face stuff
5402         * src/mimeview.c
5403                 Fix d'n'd to other apps
5404         * src/prefs_message.c
5405                 Let the XFace pref be usable without libcompface as it also
5406                 applies to Face
5407         * src/summaryview.c
5408                 Fix d'n'd to other apps
5409                 Factorize d'n'd from other apps code
5410
5411 2006-02-06 [wwp]        2.0.0cvs19
5412
5413         * po/it.po
5414                 Italian translation fixes by Andrea Spadaccini (no more confusion
5415                 between filtering and processing, and few changes in the About
5416                 dialog).
5417
5418
5419 2006-02-06 [mones]      2.0.0cvs18
5420
5421         * src/gtk/icon_legend.c
5422                 Improved descriptions allowing better translations
5423
5424 2006-02-05 [colin]      2.0.0cvs17
5425
5426         * src/imap.c
5427                 Add the f*cking missing expunge that caused imap_fetch_env
5428                 to fail after an add_msgs ! :-///
5429         * src/etpan/imap-thread.c
5430                 Add a bit of debug
5431         FOR_STABLE
5432
5433 2006-02-05 [colin]      2.0.0cvs16
5434
5435         * src/common/utils.c
5436                 Don't check for return-path (or we can't put
5437                 back non-sent mails)
5438
5439 2006-02-05 [colin]      2.0.0cvs15
5440
5441         * src/textview.c
5442                 Don't try to display Face header in textview
5443                 when teh headerview's active
5444
5445 2006-02-05 [colin]      2.0.0cvs14
5446
5447         * tools/tbird2syl.py
5448         * tools/Makefile.am
5449                 Add script to import Thunderbird mails
5450
5451 2006-02-05 [colin]      2.0.0cvs13
5452
5453         * src/headerview.c
5454         * src/procheader.c
5455         * src/procmsg.c
5456         * src/procmsg.h
5457         * src/textview.c
5458                 Show Face headers - patch partially by Klaus Flittner
5459
5460 2006-02-05 [colin]      2.0.0cvs12
5461
5462         * src/folderview.c
5463         * src/summaryview.c
5464         * src/common/utils.c
5465         * src/common/utils.h
5466                 Let dnd work from mime icons to summaryview
5467                 and to folderview too
5468                 Add a crude test to avoid trying to add files
5469                 drag'n'dropped when they're not mails
5470
5471 2006-02-04 [colin]      2.0.0cvs11
5472
5473         * src/summaryview.c
5474         * src/mimeview.c
5475                 Fix utf8 conversion
5476
5477 2006-02-04 [colin]      2.0.0cvs10
5478
5479         * src/compose.c
5480         * src/folderview.c
5481         * src/mimeview.c
5482         * src/summaryview.c
5483         * src/summaryview.h
5484                 Added various drag and drop capas:
5485                 From                    To
5486                 summaryview             other apps
5487                 mimeview icons          other apps
5488                 other apps              summaryview
5489                 other apps              folderview
5490
5491                 This shouldn't have broken the existing:
5492                 From                    To
5493                 summaryview             folderview
5494                 folderview              folderview
5495                 summaryview             compose's attachments
5496
5497         Tests welcomed.
5498
5499 2006-02-02 [paul]       2.0.0cvs9
5500
5501         * src/mainwindow.c
5502                 move global option 'Set displayed columns...' out
5503                 of folder option grouping.
5504                 fix sensitivity of 'harvest addresses'
5505         FOR_STABLE
5506
5507 2006-02-01 [colin]      2.0.0cvs8
5508
5509         * src/mimeview.c
5510                 Revert the alertpanel patch, it sucks (intrusive
5511                 and gets in the way of "open")
5512
5513 2006-02-01 [colin]      2.0.0cvs7
5514
5515         * src/compose.c
5516         * src/prefs_account.c
5517         * src/prefs_common.c
5518         * src/common/defs.h
5519         * src/common/utils.c
5520         * src/common/utils.h
5521                 Add ability to edit the signature file
5522                 from the account preferences, and use
5523                 a default for the text editor.
5524                 Patch by Fabien Vantard
5525
5526 2006-02-01 [colin]      2.0.0cvs6
5527
5528         * src/mimeview.c
5529                 Try to get mime type by extension if it is
5530                 application/octet-stream
5531                 Display a window with possible choices when
5532                 encountering unknown mime types
5533         * src/gtk/filesel.c
5534         * src/gtk/filesel.h
5535                 Add preview
5536                 Allow multiple selection in filtered filesel
5537                 (patch by Fabien Vantard)
5538         * src/gtk/pluginwindow.c
5539                 Use it (patch by Fabien Vantard)
5540
5541 2006-02-01 [paul]       2.0.0cvs5
5542
5543         * src/jpilot.c
5544                 fix crash on creating jpilot address book
5545                 Thanks to Colin - FOR_STABLE
5546         * src/prefs_summaries.c
5547         * src/prefs_wrapping.c
5548         * src/gtk/icon_legend.c
5549         * src/gtk/quicksearch.c
5550                 string fixes and additions
5551
5552 2006-02-01 [paul]       2.0.0cvs4
5553
5554         * src/compose.c
5555         * src/mainwindow.c
5556         * src/messageview.c
5557         * src/prefs_send.c
5558                 add Arabic encoding option
5559                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
5560
5561 2006-01-31 [colin]      2.0.0cvs3
5562
5563         * src/plugins/pgpcore/passphrase.c
5564                 Convert passphrase to locale encoding
5565         * src/compose.c
5566                 Fix drafting on IMAP. Crappy bug sneaked in
5567                 the release :-/
5568         FOR_STABLE
5569
5570 2006-01-30 [paul]       2.0.0cvs2
5571
5572         * src/gtk/icon_legend.c
5573                 show the new entries
5574
5575 2006-01-30 [colin]      2.0.0cvs1
5576
5577         * src/manual.c
5578                 Check for the file to be present before 
5579                 enabling the menu - FOR_STABLE
5580         * src/gtk/icon_legend.c
5581                 Add folders icons (not all of them, there
5582                 are too much, but the most intriguing ones)
5583
5584 2006-01-30 [paul]       2.0.0
5585
5586         version 2.0.0 released
5587
5588 2006-01-30 [paul]       1.9.100cvs200
5589
5590         * manual/faq.xml
5591         * manual/gpl.xml
5592         * manual/intro.xml
5593         * manual/starting.xml
5594         * manual/sylpheed-claws-manual.xml
5595                 fixes, additions
5596
5597 2006-01-29 [mones]      1.9.100cvs199
5598
5599         * manual/account.xml
5600         * manual/advanced.xml
5601         * manual/glossary.xml
5602                 Some typos fixed, added LDIF term to glossary
5603         * po/es.po
5604                 Fixed leading plus symbol
5605
5606 2006-01-29 [paul]       1.9.100cvs198
5607
5608         * po/fi.po
5609         * po/sk.po
5610                 updated by Tommi Pirinen and Andrej Kacian
5611
5612 2006-01-29 [paul]       1.9.100cvs197
5613
5614         * src/gtk/authors.h
5615                 remove duplicates
5616
5617 2006-01-29 [paul]       1.9.100cvs196
5618
5619         * AUTHORS
5620         * po/nl.po
5621         * src/gtk/authors.h
5622         * tools/claws.i18n.status.pl
5623                 nl translation updated by Tim Dijkstra
5624
5625 2006-01-29 [paul]       1.9.100cvs195
5626
5627         * po/sr.po
5628         * po/sv.po
5629                 updated by Aleksandar Urosevic and Anders Troback
5630
5631 2006-01-28 [colin]      1.9.100cvs194
5632
5633         * src/gtk/gtksourceprintjob.c
5634                 Don't fiddle with PangoLayout when we
5635                 have an image
5636
5637 2006-01-28 [paul]       1.9.100cvs193
5638
5639         * AUTHORS
5640         * po/el.po
5641         * po/zh_CN.po
5642         * src/gtk/authors.h
5643         * tools/claws.i18n.status.pl
5644                 updated translations submitted by Stavros Giannouris
5645                 and Ralgh Young
5646
5647 2006-01-27 [colin]      1.9.100cvs192
5648
5649         * src/summaryview.c
5650         * src/gtk/gtksourceprintjob.c
5651                 Add image printing 
5652                 (libgnomeprint only, of course)
5653
5654 2006-01-27 [paul]       1.9.100cvs191
5655
5656         * po/fr.po
5657         * po/it.po
5658                 updated by Fabien Vantard and Andrea Spadaccini
5659
5660 2006-01-26 [colin]      1.9.100cvs190
5661
5662         * manual/Makefile.am
5663         * configure.ac
5664                 Make building the manual optional 
5665                 (--disable-manual)
5666
5667 2006-01-26 [paul]       1.9.100cvs189
5668
5669         * manual/glossary.xml
5670         * manual/plugins.xml
5671                 edited
5672         * po/en_GB.po
5673                 updated
5674
5675 2006-01-26 [paul]       1.9.100cvs188
5676
5677         * src/prefs_display_header.c
5678         * src/prefs_folder_column.c
5679         * src/prefs_msg_colors.c
5680         * src/prefs_summaries.c
5681         * src/prefs_summary_column.c
5682                 HIGify
5683
5684 2006-01-25 [colin]      1.9.100cvs187
5685
5686         * src/imap.c
5687                 Don't allow moving/copying mails between
5688                 queue/drafts and non-queue/drafts folders
5689                 Fixes bug #897 (message header is resetted 
5690                 if one is copied to Drafts)
5691
5692 2006-01-25 [colin]      1.9.100cvs186
5693
5694         * src/folder.c
5695         * src/mainwindow.c
5696                 Fix subscribed folders not found
5697         * src/compose.c
5698                 Don't try to encode as original mail's charset
5699                 if it's ascii 
5700
5701 2006-01-25 [paul]       1.9.100cvs185
5702
5703         * AUTHORS
5704         * po/Makevars
5705                 updated
5706         * po/de.po
5707         * po/pl.po
5708         * po/pt_BR.po
5709         * po/sr.po
5710                 updates submitted by Stephan Sachse, Emilian Nowak
5711                 and Quar, Frederico Goncalves Guimaraes, and
5712                 Aleksandar Urosevic
5713                 Fix Bug 896, 'PT_BR locale broken'.
5714         * src/gtk/authors.h
5715                 updated
5716
5717 2006-01-24 [mones]      1.9.100cvs184
5718
5719         * manual/glossary.xml
5720                 All current terms finished. Reviewers welcome ;-)
5721         * manual/keyboard.xml
5722                 Fixed column width for pdf output.
5723         * po/es.po
5724                 Updated
5725
5726 2006-01-24 [paul]       1.9.100cvs183
5727
5728         * manual/glossary.xml
5729                 fix id name
5730         * manual/dist/html/Makefile.am
5731         * manual/dist/pdf/Makefile.am
5732         * manual/dist/ps/Makefile.am
5733         * manual/dist/txt/Makefile.am
5734                 fix make deps
5735                 Thanks to Colin
5736
5737 2006-01-24 [mones]      1.9.100cvs182
5738
5739         * manual/glossary.xml
5740                 Nearly finished, some terms missing.
5741
5742 2006-01-23 [paul]       1.9.100cvs181
5743
5744         * manual/dist/html/Makefile.am
5745         * manual/dist/pdf/Makefile.am
5746         * manual/dist/ps/Makefile.am
5747         * manual/dist/txt/Makefile.am
5748         * src/mainwindow.c
5749                 re-enable manual
5750                 Thanks to Colin
5751
5752 2006-01-22 [colin]      1.9.100cvs180
5753
5754         * src/compose.c
5755         * src/gtk/gtkaspell.c
5756                 Don't deselect stuff before right-clicking, with aspell.
5757                 (This prevented right-click Copy, for example).
5758                 Thanks to Clo!
5759
5760 2006-01-22 [paul]       1.9.100cvs179
5761
5762         * src/summary_search.c
5763                 don't fix the widget size as it causes problems
5764                 under localisation.
5765                 Thanks to Emilian Nowak
5766
5767 2006-01-21 [paul]       1.9.100cvs178
5768
5769         * src/prefs_themes.c
5770                 fix broken underlining of label text
5771                 with some translations
5772
5773 2006-01-21 [colin]      1.9.100cvs177
5774
5775         * po/fr.po
5776                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
5777
5778 2006-01-20 [colin]      1.9.100cvs176
5779
5780         * configure.ac
5781         * Makefile.am
5782         * manual/Makefile
5783         * manual/dist/html/.cvsignore
5784         * manual/dist/html/Makefile.am
5785         * manual/dist/pdf/.cvsignore
5786         * manual/dist/pdf/Makefile.am
5787         * manual/dist/ps/.cvsignore
5788         * manual/dist/ps/Makefile.am
5789         * manual/dist/txt/.cvsignore
5790         * manual/dist/txt/Makefile.am
5791                 Autotool-ize manual
5792
5793 2006-01-20 [paul]       1.9.100cvs175
5794
5795         * manual/handling.xml
5796                 make Filtering and Searching entries easier to find
5797         * manual/keyboard.xml
5798                 add the remaining default keybinds
5799         * src/prefs_summaries.c
5800                 update the default keybinds
5801
5802 2006-01-20 [paul]       1.9.100cvs174
5803
5804         * src/addressbook.c
5805         * src/addrgather.c
5806         * src/addrharvest.c
5807         * src/editaddress.c
5808         * src/editgroup.c
5809         * src/exphtmldlg.c
5810         * src/expldifdlg.c
5811         * src/exporthtml.c
5812         * src/exportldif.c
5813         * src/ldif.c
5814                 replace 'e-mail' with 'email'
5815         * src/summary_search.c
5816                 add mnemonic to "Find all" button
5817
5818 2006-01-20 [wwp]        1.9.100cvs173
5819
5820         * src/export.c
5821         * src/import.c
5822                 touched mbox import/export buttons for HIG-compliance
5823
5824 2006-01-19 [paul]       1.9.100cvs172
5825
5826         * manual/account.xml
5827         * manual/addrbook.xml
5828         * manual/advanced.xml
5829         * manual/faq.xml
5830         * manual/handling.xml
5831         * manual/intro.xml
5832         * manual/plugins.xml
5833         * manual/starting.xml
5834                 more editing
5835
5836 2006-01-19 [paul]       1.9.100cvs171
5837
5838         * src/toolbar.c
5839                 allow use of trash button while receiving
5840                 Thanks to Colin
5841
5842 2006-01-19 [wwp]        1.9.100cvs170
5843
5844         * src/gtk/quicksearch.c
5845         * src/compose.c
5846                 force text color to black when yellow background is set
5847
5848 2006-01-19 [colin]      1.9.100cvs169
5849
5850         * src/plugins/trayicon/trayicon.c
5851                 Gray out Get Mail when already getting mail
5852
5853 2006-01-18 [paul]       1.9.100cvs168
5854
5855         * src/compose.c
5856                 give widget yellow background was To is
5857                 set via folder prefs
5858         * src/gtk/quicksearch.c
5859                 give widget yellow background when quick
5860                 search is active.
5861                 Thanks to Colin
5862
5863 2006-01-18 [paul]       1.9.100cvs167
5864
5865         * doc/man/sylpheed-claws.1
5866                 add --subscribe option
5867
5868 2006-01-18 [paul]       1.9.100cvs166
5869
5870         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5871         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5872                 use %U instead of %F (%F is broken for user installed
5873                 files in kde 3.5)
5874
5875 2006-01-18 [colin]      1.9.100cvs165
5876
5877         * src/summaryview.c
5878                 Default to Yes in "No more * messages" dialogs
5879
5880 2006-01-17 [colin]      1.9.100cvs164
5881
5882         * src/compose.c
5883                 Possibly fix an invalid iterator causing
5884                 crash
5885
5886 2006-01-17 [colin]      1.9.100cvs163
5887
5888         * src/mimeview.c
5889                 Fix crash when the image disappears under the
5890                 image viewer
5891
5892 2006-01-16 [colin]      1.9.100cvs162
5893
5894         * src/compose.c
5895                 Fix reenabling autowrap
5896
5897 2006-01-16 [colin]      1.9.100cvs161
5898
5899         * src/compose.c
5900                 reset quote_len before getting quote_str
5901
5902 2006-01-16 [colin]      1.9.100cvs160
5903
5904         * src/account.c
5905         * src/account.h
5906         * src/folder.c
5907         * src/imap_gtk.c
5908         * src/mh_gtk.c
5909                 Fix bug #883 (default inbox does not track folder move)
5910
5911 2006-01-16 [colin]      1.9.100cvs159
5912
5913         * src/compose.c
5914         * src/plugins/pgpcore/passphrase.c
5915                 More buttons fixes
5916
5917 2006-01-16 [paul]       1.9.100cvs158
5918
5919         * src/prefs_actions.c
5920         * src/prefs_filtering_action.c
5921         * src/prefs_matcher.c
5922         * src/quote_fmt.c
5923         * src/gtk/description_window.c
5924         * src/gtk/description_window.h
5925         * src/gtk/quicksearch.c
5926                 description window cleanups
5927
5928 2006-01-15 [colin]      1.9.100cvs157
5929
5930         * src/addressbook.c
5931         * src/prefs_filtering.c
5932                 Same here
5933
5934 2006-01-15 [colin]      1.9.100cvs156
5935
5936         * src/folderview.c
5937         * src/mainwindow.c
5938                 Same for "Empty trash"
5939
5940 2006-01-15 [colin]      1.9.100cvs155
5941
5942         * src/inc.c
5943                 Override offline dialog had Yes by default
5944
5945 2006-01-15 [colin]      1.9.100cvs154
5946
5947         * src/summaryview.c
5948                 Delete selected messages? previously had Yes the default
5949
5950 2006-01-15 [colin]      1.9.100cvs153
5951
5952         * src/folder.c
5953         * src/folder.h
5954         * src/main.c
5955                 Check if a mailbox is loaded after all
5956                 plugins are loaded.
5957
5958 2006-01-15 [colin]      1.9.100cvs152
5959
5960         * src/folder.c
5961                 Don't start wizard when there are unloaded folders (will help
5962                 people with only mbox or maildir mailboxes)
5963
5964 2006-01-14 [colin]      1.9.100cvs151
5965
5966         * src/addressbook.c
5967         * src/expldifdlg.c
5968         * src/importldif.c
5969         * src/importmutt.c
5970         * src/importpine.c
5971         * src/mh_gtk.c
5972                 More HIG compliance and fixes
5973
5974 2006-01-14 [colin]      1.9.100cvs150
5975
5976         * src/prefs_filtering_action.c
5977         * src/foldersel.c
5978                 Two forgotten button order changes
5979
5980 2006-01-14 [colin]      1.9.100cvs149
5981
5982         * src/account.c
5983         * src/addressbook.c
5984         * src/compose.c
5985         * src/folderview.c
5986         * src/imap_gtk.c
5987         * src/mainwindow.c
5988         * src/mh_gtk.c
5989         * src/news_gtk.c
5990         * src/prefs_actions.c
5991         * src/prefs_customheader.c
5992         * src/prefs_filtering.c
5993         * src/prefs_matcher.c
5994         * src/prefs_template.c
5995         * src/ssl_manager.c
5996         * src/summaryview.c
5997         * src/textview.c
5998         * src/toolbar.c
5999                 All deletion confirmations are now "Cancel, Delete" 
6000                 instead of "No, Yes"
6001                 Clarified most of the other "No, Yes" to 
6002                 "Cancel, Descriptive_action"
6003                 Rechanged the "Entry not saved" alerts to have 
6004                 "Close, Continue editing"
6005
6006
6007 2006-01-14 [paul]
6008
6009         * 2.0.0-rc4 released
6010
6011 2006-01-14 [paul]       1.9.100cvs148
6012
6013         * src/account.c
6014         * src/addressadd.c
6015         * src/addressbook.c
6016         * src/compose.c
6017         * src/editaddress.c
6018         * src/editbook.c
6019         * src/editgroup.c
6020         * src/editjpilot.c
6021         * src/editldap.c
6022         * src/editvcard.c
6023         * src/exphtmldlg.c
6024         * src/expldifdlg.c
6025         * src/folderview.c
6026         * src/grouplistdialog.c
6027         * src/imap_gtk.c
6028         * src/importmutt.c
6029         * src/importpine.c
6030         * src/inc.c
6031         * src/main.c
6032         * src/mainwindow.c
6033         * src/message_search.c
6034         * src/messageview.c
6035         * src/mh_gtk.c
6036         * src/mimeview.c
6037         * src/news_gtk.c
6038         * src/prefs_actions.c
6039         * src/prefs_customheader.c
6040         * src/prefs_filtering.c
6041         * src/prefs_matcher.c
6042         * src/prefs_template.c
6043         * src/prefs_themes.c
6044         * src/ssl_manager.c
6045         * src/summary_search.c
6046         * src/summaryview.c
6047         * src/textview.c
6048         * src/toolbar.c
6049         * src/gtk/foldersort.c
6050         * src/gtk/gtkaspell.c
6051         * src/gtk/inputdialog.c
6052         * src/gtk/prefswindow.c
6053         * src/plugins/pgpcore/select-keys.c
6054         * src/plugins/trayicon/trayicon.c
6055                 HIG compliant button order
6056
6057 2006-01-14 [mones]      1.9.100cvs147
6058
6059         * po/es.po
6060                 Updated translation
6061
6062 2006-01-13 [paul]       1.9.100cvs146
6063
6064         * AUTHORS
6065         * ChangeLog
6066         * src/gtk/authors.h
6067                 add Joshua M. Kwan to contributors list
6068
6069 2006-01-13 [colin]      1.9.100cvs145
6070
6071         * src/gtk/quicksearch.c
6072                 Don't refocus quick search after executing (Esc or Enter)
6073                 Allows to '/'search something then move up/down in 
6074                 summaryview, and to Esc a search and be back in the 
6075                 summaryview
6076
6077 2006-01-13 [paul]       1.9.100cvs144
6078
6079         * src/plugins/pgpinline/pgpinline.c
6080                 support Content-Type 'application/pgp'
6081                 patch by Joshua M. Kwan <joshuak@users.sf.net>
6082
6083 2006-01-13 [paul]       1.9.100cvs143
6084
6085         * manual/account.xml
6086                 make mention of partial retrieval
6087                 thanks to Colin
6088
6089 2006-01-13 [paul]       1.9.100cvs142
6090
6091         * src/account.c
6092         * src/account.h
6093         * src/action.c
6094         * src/action.h
6095         * src/adbookbase.h
6096         * src/addr_compl.c
6097         * src/addr_compl.h
6098         * src/addrbook.c
6099         * src/addrcache.c
6100         * src/addrcache.h
6101         * src/addrcindex.c
6102         * src/addrcindex.h
6103         * src/addrclip.c
6104         * src/addrclip.h
6105         * src/addrdefs.h
6106         * src/addressadd.c
6107         * src/addressadd.h
6108         * src/addressbook.c
6109         * src/addressbook.h
6110         * src/addrgather.c
6111         * src/addrgather.h
6112         * src/addrharvest.c
6113         * src/addrharvest.h
6114         * src/addrindex.c
6115         * src/addrindex.h
6116         * src/addritem.c
6117         * src/addritem.h
6118         * src/addrquery.c
6119         * src/addrquery.h
6120         * src/addrselect.c
6121         * src/addrselect.h
6122         * src/alertpanel.c
6123         * src/alertpanel.h
6124         * src/browseldap.c
6125         * src/browseldap.h
6126         * src/codeconv.c
6127         * src/codeconv.h
6128         * src/compose.c
6129         * src/compose.h
6130         * src/customheader.c
6131         * src/customheader.h
6132         * src/displayheader.c
6133         * src/displayheader.h
6134         * src/editaddress.c
6135         * src/editaddress.h
6136         * src/editbook.c
6137         * src/editbook.h
6138         * src/editgroup.c
6139         * src/editgroup.h
6140         * src/editjpilot.c
6141         * src/editjpilot.h
6142         * src/editldap.c
6143         * src/editldap.h
6144         * src/editldap_basedn.c
6145         * src/editldap_basedn.h
6146         * src/editvcard.c
6147         * src/editvcard.h
6148         * src/exphtmldlg.c
6149         * src/exphtmldlg.h
6150         * src/expldifdlg.c
6151         * src/expldifdlg.h
6152         * src/export.h
6153         * src/exporthtml.c
6154         * src/exporthtml.h
6155         * src/exportldif.c
6156         * src/exportldif.h
6157         * src/filtering.c
6158         * src/filtering.h
6159         * src/folder.c
6160         * src/folder.h
6161         * src/folder_item_prefs.c
6162         * src/folder_item_prefs.h
6163         * src/foldersel.c
6164         * src/foldersel.h
6165         * src/folderutils.c
6166         * src/folderutils.h
6167         * src/folderview.c
6168         * src/folderview.h
6169         * src/grouplistdialog.c
6170         * src/grouplistdialog.h
6171         * src/headerview.c
6172         * src/html.c
6173         * src/html.h
6174         * src/image_viewer.c
6175         * src/image_viewer.h
6176         * src/imap.c
6177         * src/imap.h
6178         * src/imap_gtk.c
6179         * src/imap_gtk.h
6180         * src/import.h
6181         * src/importldif.c
6182         * src/importldif.h
6183         * src/importmutt.c
6184         * src/importmutt.h
6185         * src/importpine.c
6186         * src/importpine.h
6187         * src/inc.c
6188         * src/inc.h
6189         * src/jpilot.c
6190         * src/jpilot.h
6191         * src/ldapctrl.c
6192         * src/ldapctrl.h
6193         * src/ldaplocate.c
6194         * src/ldaplocate.h
6195         * src/ldapquery.c
6196         * src/ldapquery.h
6197         * src/ldapserver.c
6198         * src/ldapserver.h
6199         * src/ldaputil.c
6200         * src/ldaputil.h
6201         * src/ldif.c
6202         * src/ldif.h
6203         * src/main.c
6204         * src/main.h
6205         * src/mainwindow.c
6206         * src/mainwindow.h
6207         * src/manual.c
6208         * src/manual.h
6209         * src/mbox.c
6210         * src/mbox.h
6211         * src/message_search.c
6212         * src/message_search.h
6213         * src/messageview.c
6214         * src/messageview.h
6215         * src/mh.c
6216         * src/mh.h
6217         * src/mh_gtk.c
6218         * src/mh_gtk.h
6219         * src/mimeview.c
6220         * src/mimeview.h
6221         * src/msgcache.c
6222         * src/msgcache.h
6223         * src/mutt.c
6224         * src/mutt.h
6225         * src/news.c
6226         * src/news.h
6227         * src/news_gtk.c
6228         * src/news_gtk.h
6229         * src/partial_download.c
6230         * src/partial_download.h
6231         * src/pine.c
6232         * src/pine.h
6233         * src/pop.c
6234         * src/pop.h
6235         * src/prefs_account.c
6236         * src/prefs_account.h
6237         * src/prefs_actions.c
6238         * src/prefs_actions.h
6239         * src/prefs_common.c
6240         * src/prefs_common.h
6241         * src/prefs_compose_writing.c
6242         * src/prefs_compose_writing.h
6243         * src/prefs_customheader.c
6244         * src/prefs_customheader.h
6245         * src/prefs_display_header.c
6246         * src/prefs_display_header.h
6247         * src/prefs_filtering.c
6248         * src/prefs_filtering.h
6249         * src/prefs_filtering_action.c
6250         * src/prefs_filtering_action.h
6251         * src/prefs_folder_column.c
6252         * src/prefs_folder_column.h
6253         * src/prefs_folder_item.c
6254         * src/prefs_folder_item.h
6255         * src/prefs_fonts.c
6256         * src/prefs_fonts.h
6257         * src/prefs_gtk.c
6258         * src/prefs_gtk.h
6259         * src/prefs_image_viewer.c
6260         * src/prefs_image_viewer.h
6261         * src/prefs_matcher.c
6262         * src/prefs_matcher.h
6263         * src/prefs_message.c
6264         * src/prefs_msg_colors.c
6265         * src/prefs_msg_colors.h
6266         * src/prefs_other.c
6267         * src/prefs_quote.c
6268         * src/prefs_receive.c
6269         * src/prefs_send.c
6270         * src/prefs_spelling.c
6271         * src/prefs_spelling.h
6272         * src/prefs_summaries.c
6273         * src/prefs_summaries.h
6274         * src/prefs_summary_column.c
6275         * src/prefs_summary_column.h
6276         * src/prefs_template.c
6277         * src/prefs_template.h
6278         * src/prefs_themes.c
6279         * src/prefs_themes.h
6280         * src/prefs_toolbar.c
6281         * src/prefs_toolbar.h
6282         * src/prefs_wrapping.c
6283         * src/prefs_wrapping.h
6284         * src/privacy.c
6285         * src/privacy.h
6286         * src/procheader.c
6287         * src/procheader.h
6288         * src/procmime.c
6289         * src/procmime.h
6290         * src/procmsg.c
6291         * src/procmsg.h
6292         * src/quote_fmt.c
6293         * src/quote_fmt_parse.y
6294         * src/recv.c
6295         * src/recv.h
6296         * src/remotefolder.c
6297         * src/remotefolder.h
6298         * src/send_message.c
6299         * src/send_message.h
6300         * src/setup.c
6301         * src/setup.h
6302         * src/sourcewindow.c
6303         * src/sourcewindow.h
6304         * src/ssl_manager.c
6305         * src/ssl_manager.h
6306         * src/statusbar.c
6307         * src/statusbar.h
6308         * src/stock_pixmap.c
6309         * src/stock_pixmap.h
6310         * src/summary_search.c
6311         * src/summary_search.h
6312         * src/summaryview.c
6313         * src/summaryview.h
6314         * src/syldap.c
6315         * src/syldap.h
6316         * src/textview.c
6317         * src/textview.h
6318         * src/toolbar.c
6319         * src/toolbar.h
6320         * src/undo.c
6321         * src/undo.h
6322         * src/unmime.c
6323         * src/unmime.h
6324         * src/vcard.c
6325         * src/vcard.h
6326         * src/wizard.c
6327         * src/wizard.h
6328         * src/common/base64.c
6329         * src/common/base64.h
6330         * src/common/defs.h
6331         * src/common/hooks.c
6332         * src/common/hooks.h
6333         * src/common/log.c
6334         * src/common/log.h
6335         * src/common/mgutils.c
6336         * src/common/mgutils.h
6337         * src/common/nntp.c
6338         * src/common/nntp.h
6339         * src/common/passcrypt.c
6340         * src/common/passcrypt.h.in
6341         * src/common/plugin.c
6342         * src/common/plugin.h
6343         * src/common/prefs.c
6344         * src/common/prefs.h
6345         * src/common/progressindicator.c
6346         * src/common/progressindicator.h
6347         * src/common/quoted-printable.c
6348         * src/common/quoted-printable.h
6349         * src/common/session.c
6350         * src/common/session.h
6351         * src/common/smtp.c
6352         * src/common/smtp.h
6353         * src/common/socket.c
6354         * src/common/socket.h
6355         * src/common/ssl.c
6356         * src/common/ssl.h
6357         * src/common/ssl_certificate.c
6358         * src/common/ssl_certificate.h
6359         * src/common/stringtable.c
6360         * src/common/stringtable.h
6361         * src/common/sylpheed.c
6362         * src/common/sylpheed.h
6363         * src/common/template.c
6364         * src/common/template.h
6365         * src/common/timing.h
6366         * src/common/utils.c
6367         * src/common/utils.h
6368         * src/common/version.h.in
6369         * src/common/xml.c
6370         * src/common/xml.h
6371         * src/common/xmlprops.c
6372         * src/common/xmlprops.h
6373         * src/gtk/colorlabel.c
6374         * src/gtk/colorsel.c
6375         * src/gtk/colorsel.h
6376         * src/gtk/description_window.c
6377         * src/gtk/description_window.h
6378         * src/gtk/filesel.c
6379         * src/gtk/filesel.h
6380         * src/gtk/foldersort.c
6381         * src/gtk/foldersort.h
6382         * src/gtk/gtkutils.c
6383         * src/gtk/gtkutils.h
6384         * src/gtk/inputdialog.c
6385         * src/gtk/inputdialog.h
6386         * src/gtk/logwindow.c
6387         * src/gtk/logwindow.h
6388         * src/gtk/manage_window.c
6389         * src/gtk/manage_window.h
6390         * src/gtk/menu.c
6391         * src/gtk/menu.h
6392         * src/gtk/pluginwindow.c
6393         * src/gtk/pluginwindow.h
6394         * src/gtk/prefswindow.c
6395         * src/gtk/prefswindow.h
6396         * src/gtk/progressdialog.c
6397         * src/gtk/progressdialog.h
6398         * src/gtk/sslcertwindow.c
6399         * src/gtk/sslcertwindow.h
6400         * src/plugins/clamav/clamav_plugin.c
6401         * src/plugins/clamav/clamav_plugin.h
6402         * src/plugins/clamav/clamav_plugin_gtk.c
6403         * src/plugins/demo/demo.c
6404         * src/plugins/dillo_viewer/dillo_prefs.c
6405         * src/plugins/dillo_viewer/dillo_prefs.h
6406         * src/plugins/dillo_viewer/dillo_viewer.c
6407         * src/plugins/pgpcore/passphrase.c
6408         * src/plugins/pgpcore/passphrase.h
6409         * src/plugins/pgpcore/plugin.c
6410         * src/plugins/pgpcore/select-keys.c
6411         * src/plugins/pgpcore/select-keys.h
6412         * src/plugins/pgpcore/sgpgme.c
6413         * src/plugins/pgpcore/sgpgme.h
6414         * src/plugins/pgpinline/pgpinline.c
6415         * src/plugins/pgpinline/pgpinline.h
6416         * src/plugins/pgpinline/plugin.c
6417         * src/plugins/pgpmime/pgpmime.c
6418         * src/plugins/pgpmime/pgpmime.h
6419         * src/plugins/pgpmime/plugin.c
6420         * src/plugins/spamassassin/spamassassin.c
6421         * src/plugins/spamassassin/spamassassin.h
6422         * src/plugins/spamassassin/spamassassin_gtk.c
6423         * src/plugins/trayicon/trayicon.c
6424                 update copyright header
6425
6426 2006-01-13 [paul]       1.9.100cvs141
6427
6428         * src/account.c
6429         * src/export.c
6430         * src/import.c
6431         * src/mainwindow.c
6432         * src/prefs_account.c
6433         * src/prefs_display_header.c
6434         * src/prefs_receive.c
6435         * src/prefs_send.c
6436         * src/prefs_summaries.c
6437         * src/prefs_themes.c
6438         * src/prefs_toolbar.c
6439         * src/gtk/about.c
6440                 various cleanups
6441
6442 2006-01-12 [colin]      1.9.100cvs140
6443
6444         * src/folder.c
6445         * src/folder.h
6446         * src/main.c
6447                 Add --subscribe option
6448                 Let sylpheed-claws email@domain.com equivalent to --compose
6449                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
6450
6451 2006-01-12 [paul]       1.9.100cvs139
6452
6453         * src/mainwindow.c
6454                 append 'Change folder order' label with '...'
6455         * src/prefs_actions.c
6456                 allow reordering of actions list by dnd
6457         * src/gtk/foldersort.c
6458                 make the dialog nicer
6459
6460 2006-01-11 [colin]      1.9.100cvs138
6461
6462         * src/compose.c
6463                 Allow templates without text
6464
6465 2006-01-11 [paul]       1.9.100cvs137
6466
6467         * tools/README
6468         * tools/filter_conv_new.pl
6469                 add info to README
6470                 also check .sylpheed for filter.xml
6471                 be a bit informative to the user
6472
6473 2006-01-11 [colin]      1.9.100cvs136
6474
6475         * src/textview.c
6476                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
6477
6478 2006-01-10 [paul]       1.9.100cvs135
6479
6480         * tools/Makefile.am
6481         * tools/filter_conv_new.pl
6482                 add script to convert new style Sylpheed
6483                 filter rules (Sylpheed >= 0.9.99) to
6484                 Claws filtering rules
6485
6486 2006-01-10 [colin]      1.9.100cvs134
6487
6488         * src/compose.c
6489                 Fix broken line joins in certain conditions
6490                 (between two quoted lines: <enter><enter><up>
6491                  <type a wrapped sentence><go in the first line>
6492                  <insert more text><watch as line joining failed>)
6493
6494 2006-01-10 [paul]       1.9.100cvs133
6495
6496         * src/compose.c
6497                 don't report success in error dialog
6498                 thanks to Colin
6499         * src/common/utils.c
6500                 include some trailing punctuations as URI
6501                 thanks to Hiro
6502
6503 2006-01-10 [paul]       1.9.100cvs132
6504
6505         * src/mimeview.c
6506                 fix incompatible pointer type
6507                 warning
6508
6509 2006-01-10 [paul]       1.9.100cvs131
6510
6511         * src/compose.c
6512                 change Subject in window title
6513                 instantaneously
6514
6515 2006-01-09 [colin]      1.9.100cvs130
6516
6517         * src/addressbook.c
6518         * src/headerview.c
6519         * src/mainwindow.c
6520         * src/messageview.c
6521         * src/mimeview.c
6522         * src/noticeview.c
6523         * src/summaryview.c
6524                 Fix possible crashes on exit and in addressbook
6525
6526 2006-01-09 [paul]       1.9.100cvs129
6527
6528         * src/prefs_msg_colors.c
6529                 some cleanups that I forgot last time
6530
6531 2006-01-09 [paul]       1.9.100cvs128
6532
6533         * README
6534         * src/folderview.c
6535         * src/prefs_msg_colors.c
6536                 add previously hidden option, color_new, to
6537                 the gui
6538                 move the page to Display/
6539                 rework the gui
6540
6541 2006-01-09 [wwp]        1.9.100cvs127
6542
6543         * src/prefs_themes.c
6544                 made the prefs/display/themes layouts spacing less condensed
6545                 (and so they match other prefs/pages' look).
6546
6547 2006-01-09 [paul]       1.9.100cvs126
6548
6549         * src/compose.c
6550         * src/prefs_common.c
6551         * src/prefs_common.h
6552         * src/prefs_wrapping.c
6553                 remove 'wrap at send' option
6554
6555 2006-01-06 [colin]      1.9.100cvs125
6556
6557         * src/compose.c
6558                 Just make completely sure we don't insert "manual line breaks" 
6559                 when wrapping... 
6560
6561 2006-01-04 [paul]
6562
6563         * 2.0.0-rc3 released
6564
6565 2006-01-04 [paul]       1.9.100cvs124
6566
6567         * src/folderview.c
6568                 fix bug 882, 'quick scroll in folder list
6569                 displays wrong folder contents'
6570
6571 2006-01-04 [paul]       1.9.100cvs123
6572
6573         * src/plugins/pgpmime/pgpmime.c
6574                 better debug information when signing
6575                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6576
6577 2006-01-03 [colin]      1.9.100cvs122
6578
6579         * configure.ac
6580                 We need to recheck for gpgme 1.0.0 after checking
6581                 for 1.1.1, because if 1.1.1 isn't available, 
6582                 GPGME_LIBS and friends are blanked out by the 
6583                 second check.
6584
6585 2006-01-03 [colin]      1.9.100cvs121
6586
6587         * src/common/prefs.c
6588                 Windows unlink-before rename fix
6589         * src/plugins/pgpcore/sgpgme.c
6590                 Add support for PKA info if available
6591                 Both patches by Werner Koch
6592
6593 2006-01-03 [paul]       1.9.100cvs120
6594
6595         * src/messageview.c
6596                 fix bug 884, 'Send receipt' button visible in queue
6597                 Thanks to Colin
6598
6599 2006-01-02 [colin]      1.9.100cvs119
6600
6601         * src/compose.c
6602         * src/imap.c
6603                 Fix autosave on IMAP and more generally try to
6604                 return the correct ID on a newly added IMAP message
6605
6606 2006-01-02 [paul]       1.9.100cvs118
6607
6608         * manual/keyboard.xml
6609                 edited
6610
6611 2006-01-01 [paul]       1.9.100cvs117
6612
6613         * src/gtk/authors.h
6614                 alphabetical order
6615
6616 2005-12-30 [colin]      1.9.100cvs116
6617
6618         * manual/advanced.xml
6619                 Explain Pre/Post-processing differences.
6620
6621 2005-12-30 [colin]      1.9.100cvs115
6622
6623         * src/mh.c
6624                 Implement copy_msgs for a little optimization
6625         * src/imap.c
6626                 Finish yesterday's fix
6627
6628 2005-12-29 [colin]      1.9.100cvs114
6629
6630         * src/imap.c
6631                 Fix occasional failure in fetching a mail over
6632                 IMAP
6633
6634 2005-12-29 [colin]      1.9.100cvs113
6635
6636         * src/compose.c
6637                 Don't remove a draft when sending it, if it is 
6638                 locked.
6639
6640 2005-12-28 [colin]      1.9.100cvs112
6641
6642         * src/summaryview.c
6643                 Fix leak for real
6644
6645 2005-12-28 [wwp]        1.9.100cvs111
6646
6647         * doc/faq/.cvsignore
6648         * doc/faq/de/.cvsignore
6649         * doc/faq/en/.cvsignore
6650         * doc/faq/es/.cvsignore
6651         * doc/faq/fr/.cvsignore
6652         * doc/faq/it/.cvsignore
6653         * doc/manual/.cvsignore
6654         * doc/manual/de/.cvsignore
6655         * doc/manual/en/.cvsignore
6656         * doc/manual/es/.cvsignore
6657         * doc/manual/fr/.cvsignore
6658         * doc/manual/ja/.cvsignore
6659         * src/plugins/mathml_viewer/.cvsignore
6660                 rollback revival of those files (my bad, sorry for the noise).
6661
6662 2005-12-28 [wwp]        1.9.100cvs110
6663
6664         * src/compose.c
6665                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
6666
6667 2005-12-28 [wwp]        1.9.100cvs109
6668
6669         * doc/faq/.cvsignore
6670         * doc/faq/de/.cvsignore
6671         * doc/faq/en/.cvsignore
6672         * doc/faq/es/.cvsignore
6673         * doc/faq/fr/.cvsignore
6674         * doc/faq/it/.cvsignore
6675         * doc/manual/.cvsignore
6676         * doc/manual/de/.cvsignore
6677         * doc/manual/en/.cvsignore
6678         * doc/manual/es/.cvsignore
6679         * doc/manual/fr/.cvsignore
6680         * doc/manual/ja/.cvsignore
6681         * src/plugins/mathml_viewer/.cvsignore
6682         * po/.cvsignore
6683                 more files to ignore.
6684
6685 2005-12-24 [colin]      1.9.100cvs108
6686
6687         * AUTHORS
6688         * src/gtk/authors.h
6689                 Update for Werner
6690
6691 2005-12-24 [colin]      1.9.100cvs107
6692
6693         * src/procmsg.c
6694                 Allow NULL src_msginfo in 
6695                 procmsg_msginfo_new_from_mimeinfo
6696
6697 2005-12-23 [paul]       1.9.100cvs106
6698
6699         * src/plugins/pgpinline/mypgpcore.def
6700                 add this forgotten file
6701
6702 2005-12-23 [colin]      1.9.100cvs105
6703
6704         * src/mainwindow.c
6705                 Fix missing break
6706
6707 2005-12-23 [colin]      1.9.100cvs104
6708
6709         * autogen.sh
6710         * src/folder.c
6711         * src/mh.c
6712         * src/common/plugin.c
6713         * src/common/socket.c
6714         * src/common/socket.h
6715         * src/common/utils.c
6716         * src/common/utils.h
6717         * src/gtk/pluginwindow.c
6718         * src/plugins/pgpcore/plugin.def
6719         * src/plugins/pgpcore/sylpheed.def
6720         * src/plugins/pgpinline/Makefile.am
6721         * src/plugins/pgpinline/plugin.def
6722         * src/plugins/pgpinline/sylpheed.def
6723         * src/plugins/pgpmime/plugin.def
6724         * src/plugins/pgpmime/sylpheed.def
6725                 Various w32 fixes by Werner Koch
6726
6727 2005-12-22 [paul]       1.9.100cvs103
6728
6729         * src/wizard.c
6730                 don't offer IMAP as 'server type' if
6731                 libetpan isn't built in
6732
6733 2005-12-22 [paul]       1.9.100cvs102
6734
6735         * AUTHORS
6736         * src/mainwindow.c
6737         * src/mainwindow.h
6738         * src/toolbar.c
6739         * src/gtk/authors.h
6740                 support GTK_TOOLBAR_BOTH_HORIZ (text
6741                 next to icon) Patch by Marien Zwart
6742                 marienz@users.sf.net
6743                 Also reword the text
6744
6745 2005-12-21 [colin]      1.9.100cvs101
6746
6747         * configure.ac
6748                 Fix DATADIRNAME
6749         * COPYING
6750                 Fix missing section and explicit the exception better
6751         * src/compose.c
6752                 Prevent mail from being lost without notice when an
6753                 SMTP error happens on trying to send an unmodified
6754                 drafted mail.
6755         * src/send_message.c
6756         * src/common/smtp.c
6757                 Fix password remembering when wrong, and add return
6758                 value checks where they should have been
6759         * src/plugins/pgpcore/sylpheed.def
6760         * src/plugins/pgpinline/sylpheed.def
6761         * src/plugins/pgpmime/sylpheed.def
6762                 Add a few symbols needed
6763
6764 2005-12-21 [paul]       1.9.100cvs100
6765
6766         * m4/codeset.m4
6767         * m4/glibc21.m4
6768         * m4/intdiv0.m4
6769         * m4/inttypes-pri.m4
6770         * m4/inttypes.m4
6771         * m4/inttypes_h.m4
6772         * m4/isc-posix.m4
6773         * m4/lcmessage.m4
6774         * m4/stdint_h.m4
6775         * m4/uintmax_t.m4
6776                 gettextization
6777                 thanks to Colin
6778
6779 2005-12-21 [paul]       1.9.100cvs99
6780
6781         * po/sv.po
6782                 fixed by Colin
6783
6784 2005-12-20 [paul]       1.9.100cvs98
6785
6786         * po/sv.po
6787                 updated by Anders Trobäck
6788
6789 2005-12-20 [colin]      1.9.100cvs97
6790
6791         * ABOUT-NLS
6792         * Makefile.am
6793         * autogen.sh
6794         * configure.ac
6795         * config/config.rpath
6796         * config/mkinstalldirs
6797         * m4/Makefile.am
6798         * m4/glibc2.m4
6799         * m4/gnupg.m4
6800         * m4/gpgme.m4
6801         * m4/intmax.m4
6802         * m4/longdouble.m4
6803         * m4/longlong.m4
6804         * m4/printf-posix.m4
6805         * m4/signed.m4
6806         * m4/size_max.m4
6807         * m4/ulonglong.m4
6808         * m4/wchar_t.m4
6809         * m4/wint_t.m4
6810         * m4/xsize.m4
6811         * po/Makefile.in.in
6812         * po/Makevars
6813         * po/bg.po
6814         * po/ca.po
6815         * po/cs.po
6816         * po/de.po
6817         * po/el.po
6818         * po/en_GB.po
6819         * po/es.po
6820         * po/fi.po
6821         * po/fr.po
6822         * po/hr.po
6823         * po/hu.po
6824         * po/it.po
6825         * po/ja.po
6826         * po/ko.po
6827         * po/nb.po
6828         * po/nl.po
6829         * po/pl.po
6830         * po/pt_BR.po
6831         * po/ru.po
6832         * po/sk.po
6833         * po/sr.po
6834         * po/stamp-po
6835         * po/sv.po
6836         * po/zh_CN.po
6837         * po/zh_TW.po
6838         * src/Makefile.am
6839         * src/codeconv.c
6840         * src/compose.c
6841         * src/exporthtml.c
6842         * src/exportldif.c
6843         * src/folder.c
6844         * src/main.c
6845         * src/manual.c
6846         * src/mh.c
6847         * src/mimeview.c
6848         * src/send_message.c
6849         * src/common/Makefile.am
6850         * src/common/fnmatch.c
6851         * src/common/fnmatch.h
6852         * src/common/fnmatch_loop.c
6853         * src/common/nntp.c
6854         * src/common/plugin.c
6855         * src/common/smtp.c
6856         * src/common/socket.c
6857         * src/common/string_match.c
6858         * src/common/sylpheed.c
6859         * src/common/utils.c
6860         * src/common/utils.h
6861         * src/common/w32_dirent.c
6862         * src/common/w32_reg.c
6863         * src/common/w32_signal.c
6864         * src/common/w32_stat.c
6865         * src/common/w32_stdio.c
6866         * src/common/w32_stdlib.c
6867         * src/common/w32_string.c
6868         * src/common/w32_time.c
6869         * src/common/w32_unistd.c
6870         * src/common/w32_wait.c
6871         * src/common/w32lib.h
6872         * src/etpan/Makefile.am
6873         * src/gtk/Makefile.am
6874         * src/plugins/clamav/Makefile.am
6875         * src/plugins/demo/Makefile.am
6876         * src/plugins/dillo_viewer/Makefile.am
6877         * src/plugins/pgpcore/Makefile.am
6878         * src/plugins/pgpcore/passphrase.c
6879         * src/plugins/pgpcore/plugin.def
6880         * src/plugins/pgpcore/sgpgme.c
6881         * src/plugins/pgpcore/sylpheed.def
6882         * src/plugins/pgpcore/version.rc
6883         * src/plugins/pgpinline/Makefile.am
6884         * src/plugins/pgpinline/plugin.def
6885         * src/plugins/pgpinline/sylpheed.def
6886         * src/plugins/pgpinline/version.rc
6887         * src/plugins/pgpmime/Makefile.am
6888         * src/plugins/pgpmime/mypgpcore.def
6889         * src/plugins/pgpmime/plugin.def
6890         * src/plugins/pgpmime/sylpheed.def
6891         * src/plugins/pgpmime/version.rc
6892         * src/plugins/spamassassin/Makefile.am
6893                 Very little ;-) patch from Werner Koch, providing
6894                 infrastructure for cross-compiling to Win32
6895
6896 2005-12-20 [paul]       1.9.100cvs96
6897
6898         * src/account.c
6899         * src/account.h
6900         * src/mainwindow.c
6901         * src/mainwindow.h
6902         * src/toolbar.c
6903         * src/toolbar.h
6904                 add a combo to the Get All button, allowing
6905                 quick retrieval from any account
6906                 Patch by Fabien Vantard, slightly modified
6907                 by Colin
6908         * src/gtk/about.c
6909                 i18n fix. Patch by Fabien Vantard
6910
6911 2005-12-19 [colin]      1.9.100cvs95
6912
6913         * src/compose.c
6914         * src/compose.h
6915                 Don't automatically join lines when they've 
6916                 been separated by the user and not automatically
6917
6918 2005-12-19 [paul]       1.9.100cvs94
6919
6920         * src/gtk/pluginwindow.c
6921                 i18n fix.
6922                 Patch by Fabien Vantard
6923
6924 2005-12-15 [paul]       1.9.100cvs93
6925
6926         * src/common/plugin.c
6927         * src/common/plugin.h
6928         * src/gtk/pluginwindow.c
6929         * src/plugins/clamav/clamav_plugin.c
6930         * src/plugins/demo/demo.c
6931         * src/plugins/dillo_viewer/dillo_viewer.c
6932         * src/plugins/pgpcore/plugin.c
6933         * src/plugins/pgpinline/plugin.c
6934         * src/plugins/pgpmime/plugin.c
6935         * src/plugins/spamassassin/spamassassin.c
6936         * src/plugins/trayicon/trayicon.c
6937                 add plugin_version()
6938
6939 2005-12-15 [colin]      1.9.100cvs92
6940
6941         * src/compose.c
6942                 Further fix bug #875
6943
6944 2005-12-15 [paul]       1.9.100cvs91
6945
6946         * src/gtk/filesel.c
6947                 fix attach_load_dir getting set to
6948                 PLUGINDIR on plugin load
6949
6950 2005-12-14 [mones]      1.9.100cvs90
6951
6952         * manual/ack.xml
6953         * manual/keyboard.xml
6954                 Initial draft and some shortcuts added
6955                 
6956         * po/es.po
6957                 Updated translation
6958
6959 2005-12-14 [colin]      1.9.100cvs89
6960
6961         * src/compose.c
6962         * src/imap.c
6963         * src/summaryview.c
6964         * src/gtk/gtkaspell.c
6965                 More leaks fixed
6966         * src/prefs_folder_item.c
6967                 Fix recursive prefs apply
6968
6969
6970 2005-12-14 [colin]      1.9.100cvs88
6971
6972         * src/compose.c
6973                 Fix bug #875 (Freeze On Inline Forward of 
6974                 Large Message)
6975
6976 2005-12-13 [colin]      1.9.100cvs87
6977
6978         * src/compose.c
6979                 Uniq-ify and sort the mimetypes list
6980                 Patch by Fabien Vantard
6981
6982 2005-12-13 [colin]      1.9.100cvs86
6983
6984         * src/imap.c
6985         * src/etpan/imap-thread.c
6986                 Fix leaks (patch by Hoa)
6987         * src/news.c
6988         * src/common/plugin.c
6989                 Fix leaks
6990
6991 2005-12-12 [colin]
6992
6993         * 2.0.0-rc2 released
6994
6995 2005-12-12 [colin]      1.9.100cvs85
6996
6997         * src/matcher.c
6998                 Fix a leak
6999
7000 2005-12-12 [wwp]        1.9.100cvs84
7001
7002         * src/gtk/icon_legend.c
7003                 fix misbehaviour and crash when closing the legend window
7004         using the Esc key (patch by Fabien Vantard).
7005
7006 2005-12-12 [paul]       1.9.100cvs83
7007
7008         * src/browseldap.c
7009         * src/foldersel.c
7010         * src/prefs_actions.c
7011         * src/prefs_filtering.c
7012         * src/prefs_matcher.c
7013         * src/prefs_spelling.glade      ** REMOVED **
7014         * src/prefs_template.c
7015         * src/gtk/foldersort.glade      ** REMOVED **
7016         * src/gtk/pluginwindow.c
7017         * src/gtk/pluginwindow.glade    ** REMOVED **
7018         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
7019                 cleanups
7020
7021 2005-12-11 [paul]       1.9.100cvs82
7022
7023         * src/gtk/filesel.c
7024                 fix attach_load_dir crasher (double free)
7025
7026 2005-12-09 [paul]       1.9.100cvs81
7027
7028         * po/POTFILES.in
7029         * src/mainwindow.c
7030         * src/gtk/Makefile.am
7031         * src/gtk/icon_legend.c
7032         * src/gtk/icon_legend.h
7033                 add icon legend
7034         * src/manual.c
7035                 cleanup
7036
7037 2005-12-09 [paul]       1.9.100cvs80
7038
7039         * src/plugins/pgpcore/passphrase.c
7040                 wrap the label in the dialog
7041
7042 2005-12-09 [colin]      1.9.100cvs79
7043
7044         * src/plugins/pgpcore/sgpgme.c
7045                 Display (untrusted) on not trusted signatures
7046                 Patch by Michal Èihaø <michal@cihar.com>
7047                 Closes bug #867 (Report also key trust)
7048
7049 2005-12-09 [colin]      1.9.100cvs78
7050
7051         * src/common/plugin.c
7052                 Update licence check, following Eben Moglen's advice
7053
7054 2005-12-08 [colin]      1.9.100cvs77
7055
7056         * src/folder.c
7057                 Fix the occasionnal item->cache != NULL 
7058                 assertion failure. 
7059
7060 2005-12-08 [colin]      1.9.100cvs76
7061
7062         * src/mimeview.c
7063         * src/plugins/pgpcore/sgpgme.c
7064                 Print key id when unable to check it
7065                 Closes bug #866 (Show key id when missing)
7066
7067 2005-12-08 [paul]       1.9.100cvs75
7068
7069         * src/prefs_common.c
7070         * src/prefs_common.h
7071         * src/gtk/filesel.c
7072                 remember load attachment dir
7073
7074 2005-12-07 [colin]      1.9.100cvs74
7075
7076         * src/prefs_toolbar.c
7077                 Gtk fixes, patch by Fabien Vantard
7078
7079 2005-12-07 [colin]      1.9.100cvs73
7080
7081         * src/action.c
7082         * src/compose.c
7083         * src/compose.h
7084                 Fix bug #839 (Quoted text isn't colored after 
7085                 executing an action)
7086         * src/common/plugin.c
7087                 Require plugins to declare their licence in plugin_licence()
7088                 Refuse to load non-GPL plugins as they'd be illegal (as 
7089                 derived works of Sylpheed-Claws, they must be GPL).
7090         * src/plugins/clamav/clamav_plugin.c
7091         * src/plugins/demo/demo.c
7092         * src/plugins/dillo_viewer/dillo_viewer.c
7093         * src/plugins/pgpcore/plugin.c
7094         * src/plugins/pgpinline/plugin.c
7095         * src/plugins/pgpmime/plugin.c
7096         * src/plugins/spamassassin/spamassassin.c
7097         * src/plugins/trayicon/trayicon.c
7098                 Add plugin_licence()
7099
7100 2005-12-07 [paul]       1.9.100cvs72
7101
7102         * configure.ac
7103         * src/mainwindow.c
7104         * src/manual.c
7105         * src/manual.h
7106         * src/common/defs.h
7107                 clean up after local FAQ removal and
7108                 temporary manual removal
7109
7110 2005-12-06 [colin]      1.9.100cvs71
7111
7112         * configure.ac
7113         * doc/Makefile.am
7114         * doc/faq/.cvsignore
7115         * doc/faq/Makefile.am
7116         * doc/faq/de/.cvsignore
7117         * doc/faq/de/Makefile.am
7118         * doc/faq/de/sylpheed-faq-1.html
7119         * doc/faq/de/sylpheed-faq-2.html
7120         * doc/faq/de/sylpheed-faq-3.html
7121         * doc/faq/de/sylpheed-faq.html
7122         * doc/faq/en/.cvsignore
7123         * doc/faq/en/Makefile.am
7124         * doc/faq/en/sylpheed-faq-1.html
7125         * doc/faq/en/sylpheed-faq-2.html
7126         * doc/faq/en/sylpheed-faq-3.html
7127         * doc/faq/en/sylpheed-faq-4.html
7128         * doc/faq/en/sylpheed-faq.html
7129         * doc/faq/es/.cvsignore
7130         * doc/faq/es/Makefile.am
7131         * doc/faq/es/sylpheed-faq-1.html
7132         * doc/faq/es/sylpheed-faq-2.html
7133         * doc/faq/es/sylpheed-faq-3.html
7134         * doc/faq/es/sylpheed-faq-4.html
7135         * doc/faq/es/sylpheed-faq.html
7136         * doc/faq/fr/.cvsignore
7137         * doc/faq/fr/Makefile.am
7138         * doc/faq/fr/sylpheed-faq-1.html
7139         * doc/faq/fr/sylpheed-faq-2.html
7140         * doc/faq/fr/sylpheed-faq-3.html
7141         * doc/faq/fr/sylpheed-faq.html
7142         * doc/faq/it/.cvsignore
7143         * doc/faq/it/Makefile.am
7144         * doc/faq/it/sylpheed-faq-1.html
7145         * doc/faq/it/sylpheed-faq-2.html
7146         * doc/faq/it/sylpheed-faq-3.html
7147         * doc/faq/it/sylpheed-faq.html
7148         * doc/manual/.cvsignore
7149         * doc/manual/Makefile.am
7150         * doc/manual/de/.cvsignore
7151         * doc/manual/de/Makefile.am
7152         * doc/manual/de/sylpheed-1.html
7153         * doc/manual/de/sylpheed-10.html
7154         * doc/manual/de/sylpheed-11.html
7155         * doc/manual/de/sylpheed-12.html
7156         * doc/manual/de/sylpheed-13.html
7157         * doc/manual/de/sylpheed-14.html
7158         * doc/manual/de/sylpheed-15.html
7159         * doc/manual/de/sylpheed-16.html
7160         * doc/manual/de/sylpheed-17.html
7161         * doc/manual/de/sylpheed-18.html
7162         * doc/manual/de/sylpheed-19.html
7163         * doc/manual/de/sylpheed-2.html
7164         * doc/manual/de/sylpheed-20.html
7165         * doc/manual/de/sylpheed-3.html
7166         * doc/manual/de/sylpheed-4.html
7167         * doc/manual/de/sylpheed-5.html
7168         * doc/manual/de/sylpheed-6.html
7169         * doc/manual/de/sylpheed-7.html
7170         * doc/manual/de/sylpheed-8.html
7171         * doc/manual/de/sylpheed-9.html
7172         * doc/manual/de/sylpheed.html
7173         * doc/manual/en/.cvsignore
7174         * doc/manual/en/Makefile.am
7175         * doc/manual/en/sylpheed-1.html
7176         * doc/manual/en/sylpheed-10.html
7177         * doc/manual/en/sylpheed-11.html
7178         * doc/manual/en/sylpheed-12.html
7179         * doc/manual/en/sylpheed-13.html
7180         * doc/manual/en/sylpheed-14.html
7181         * doc/manual/en/sylpheed-15.html
7182         * doc/manual/en/sylpheed-16.html
7183         * doc/manual/en/sylpheed-17.html
7184         * doc/manual/en/sylpheed-18.html
7185         * doc/manual/en/sylpheed-19.html
7186         * doc/manual/en/sylpheed-2.html
7187         * doc/manual/en/sylpheed-20.html
7188         * doc/manual/en/sylpheed-21.html
7189         * doc/manual/en/sylpheed-22.html
7190         * doc/manual/en/sylpheed-3.html
7191         * doc/manual/en/sylpheed-4.html
7192         * doc/manual/en/sylpheed-5.html
7193         * doc/manual/en/sylpheed-6.html
7194         * doc/manual/en/sylpheed-7.html
7195         * doc/manual/en/sylpheed-8.html
7196         * doc/manual/en/sylpheed-9.html
7197         * doc/manual/en/sylpheed.html
7198         * doc/manual/es/.cvsignore
7199         * doc/manual/es/Makefile.am
7200         * doc/manual/es/sylpheed-1.html
7201         * doc/manual/es/sylpheed-10.html
7202         * doc/manual/es/sylpheed-11.html
7203         * doc/manual/es/sylpheed-12.html
7204         * doc/manual/es/sylpheed-13.html
7205         * doc/manual/es/sylpheed-14.html
7206         * doc/manual/es/sylpheed-15.html
7207         * doc/manual/es/sylpheed-16.html
7208         * doc/manual/es/sylpheed-17.html
7209         * doc/manual/es/sylpheed-18.html
7210         * doc/manual/es/sylpheed-19.html
7211         * doc/manual/es/sylpheed-2.html
7212         * doc/manual/es/sylpheed-20.html
7213         * doc/manual/es/sylpheed-3.html
7214         * doc/manual/es/sylpheed-4.html
7215         * doc/manual/es/sylpheed-5.html
7216         * doc/manual/es/sylpheed-6.html
7217         * doc/manual/es/sylpheed-7.html
7218         * doc/manual/es/sylpheed-8.html
7219         * doc/manual/es/sylpheed-9.html
7220         * doc/manual/es/sylpheed.html
7221         * doc/manual/fr/.cvsignore
7222         * doc/manual/fr/Makefile.am
7223         * doc/manual/fr/sylpheed-1.html
7224         * doc/manual/fr/sylpheed-10.html
7225         * doc/manual/fr/sylpheed-11.html
7226         * doc/manual/fr/sylpheed-12.html
7227         * doc/manual/fr/sylpheed-13.html
7228         * doc/manual/fr/sylpheed-14.html
7229         * doc/manual/fr/sylpheed-15.html
7230         * doc/manual/fr/sylpheed-16.html
7231         * doc/manual/fr/sylpheed-17.html
7232         * doc/manual/fr/sylpheed-18.html
7233         * doc/manual/fr/sylpheed-19.html
7234         * doc/manual/fr/sylpheed-2.html
7235         * doc/manual/fr/sylpheed-20.html
7236         * doc/manual/fr/sylpheed-3.html
7237         * doc/manual/fr/sylpheed-4.html
7238         * doc/manual/fr/sylpheed-5.html
7239         * doc/manual/fr/sylpheed-6.html
7240         * doc/manual/fr/sylpheed-7.html
7241         * doc/manual/fr/sylpheed-8.html
7242         * doc/manual/fr/sylpheed-9.html
7243         * doc/manual/fr/sylpheed.html
7244         * doc/manual/ja/.cvsignore
7245         * doc/manual/ja/Makefile.am
7246         * doc/manual/ja/sylpheed-1.html
7247         * doc/manual/ja/sylpheed-10.html
7248         * doc/manual/ja/sylpheed-11.html
7249         * doc/manual/ja/sylpheed-12.html
7250         * doc/manual/ja/sylpheed-13.html
7251         * doc/manual/ja/sylpheed-14.html
7252         * doc/manual/ja/sylpheed-15.html
7253         * doc/manual/ja/sylpheed-16.html
7254         * doc/manual/ja/sylpheed-17.html
7255         * doc/manual/ja/sylpheed-18.html
7256         * doc/manual/ja/sylpheed-19.html
7257         * doc/manual/ja/sylpheed-2.html
7258         * doc/manual/ja/sylpheed-20.html
7259         * doc/manual/ja/sylpheed-3.html
7260         * doc/manual/ja/sylpheed-4.html
7261         * doc/manual/ja/sylpheed-5.html
7262         * doc/manual/ja/sylpheed-6.html
7263         * doc/manual/ja/sylpheed-7.html
7264         * doc/manual/ja/sylpheed-8.html
7265         * doc/manual/ja/sylpheed-9.html
7266         * doc/manual/ja/sylpheed.html
7267         * doc/manual/ja/sylpheed.sgml
7268         * src/mainwindow.c
7269                 Remove outdated manual and faq. Noisy, eh?
7270
7271 2005-12-06 [colin]      1.9.100cvs70
7272
7273         * src/compose.c
7274         * src/quote_fmt_parse.y
7275         * src/undo.c
7276         * src/undo.h
7277                 Allow %X to position cursor at 0 
7278                 (no %X = before signature)
7279                 Fix paste as quotation putting the cursor at 0
7280                 Fix undo offsets when pasting
7281                 Insert the quote_fmt at once instead of line 
7282                 by line
7283                 Fix [Edited] when starting to reply/forward
7284
7285 2005-12-06 [paul]       1.9.100cvs69
7286
7287         * src/plugins/clamav/clamav_plugin_gtk.c
7288                 add another tooltip
7289         * src/plugins/spamassassin/spamassassin_gtk.c
7290                 rework spamassassin_create_widget_func()
7291
7292 2005-12-05 [colin]      1.9.100cvs68
7293
7294         * po/POTFILES.in
7295                 Fix make release ;-)
7296
7297 2005-12-05 [colin]      1.9.100cvs67
7298
7299         * src/compose.c
7300         * src/compose.h
7301                 Fix cursor positioning (not obeying %X)
7302
7303 2005-12-05 [paul]       1.9.100cvs66
7304
7305         * src/plugins/dillo_viewer/dillo_prefs.c
7306                 fix compilation warning
7307
7308 2005-12-05 [paul]       1.9.100cvs65
7309
7310         * src/prefs_spelling.c
7311         * src/plugins/trayicon/trayicon.c
7312                 cleanups - remove unused stuff
7313
7314 2005-12-05 [paul]       1.9.100cvs64
7315
7316         * README
7317         * manual/plugins.xml
7318                 remove info about removed mathml_viewer plugin
7319
7320 2005-12-05 [paul]       1.9.100cvs63
7321
7322         * configure.ac
7323         * src/plugins/Makefile.am
7324         * src/plugins/mathml_viewer/.cvsignore
7325         * src/plugins/mathml_viewer/Makefile.am
7326         * src/plugins/mathml_viewer/mathml_viewer.c
7327                 remove unmaintained mathml_viewer plugin
7328
7329 2005-12-05 [paul]       1.9.100cvs62
7330
7331         * src/summaryview.c
7332                 obey prefs_common.always_show_msg when
7333                 moving a msg
7334                 Thanks to Colin
7335
7336 2005-12-05 [paul]       1.9.100cvs61
7337
7338         * src/compose.c
7339         * src/prefs_account.c
7340         * src/prefs_filtering.c
7341         * src/prefs_quote.c
7342         * src/prefs_spelling.c
7343         * src/prefs_toolbar.c
7344         * src/summaryview.c
7345         * src/gtk/gtkutils.c
7346         * src/gtk/quicksearch.c
7347         * src/plugins/dillo_viewer/dillo_prefs.c
7348                 dialog cleanups
7349
7350 2005-12-04 [paul]       1.9.100cvs60
7351
7352         * src/inc.c
7353         * src/prefs_account.c
7354         * src/prefs_account.h
7355                 allow a Local account to specify a
7356                 default inbox
7357                 (closes bug 843 'Inbox cannot be changed for local
7358                  mailboxes')
7359
7360 2005-12-04 [colin]      1.9.100cvs59
7361
7362         * src/plugins/trayicon/trayicon.c
7363                 Remove Get, rename Get All to Get Mail in order to
7364                 be consistent with the default main toolbar
7365
7366 2005-12-03 [colin]      1.9.100cvs58
7367
7368         * manual/gpl.xml
7369         * manual/sylpheed-claws-manual.xml
7370                 Add GPL appendix
7371
7372 2005-12-03 [paul]       1.9.100cvs57
7373
7374         * AUTHORS
7375         * po/sv.po
7376         * src/gtk/authors.h
7377                 new (partially complete) Swedish translation
7378                 by Anders Troback <sylpheed@troback.com>
7379
7380 2005-12-02 [paul]       1.9.100cvs56
7381
7382         * configure.ac
7383                 libetpan 0.41 required
7384
7385 2005-12-02 [paul]       1.9.100cvs55
7386
7387         * src/plugins/clamav/clamav_plugin.c
7388         * src/plugins/clamav/clamav_plugin.h
7389         * src/plugins/clamav/clamav_plugin_gtk.c
7390         * src/plugins/spamassassin/spamassassin.c
7391         * src/plugins/spamassassin/spamassassin.h
7392         * src/plugins/spamassassin/spamassassin_gtk.c
7393                 unregister prefs pages on unloading, thus
7394                 preventing a crash
7395                 (thanks to Colin for the hint)
7396
7397 2005-12-02 [wwp]        1.9.100cvs54
7398
7399         * src/quote_fmt.h
7400         * src/quote_fmt_parse.y
7401                 fix misuse of gboolean*, use gboolean instead
7402                 (thanks to Paul, Colin, for pointing out that scaring one)
7403
7404 2005-12-02 [paul]       1.9.100cvs53
7405
7406         * src/plugins/clamav/clamav_plugin.c
7407                 int no --> unsigned int no
7408         * src/plugins/clamav/clamav_plugin_gtk.c
7409                 rework config page
7410
7411 2005-12-02 [wwp]        1.9.100cvs52
7412
7413         * src/compose.c
7414         * src/prefs_template.c
7415         * src/quote_fmt.h
7416         * src/quote_fmt_parse.y
7417                 prevent from executing |f and |p templates commands when
7418                 adding or replacing templates in prefs (avoids annoying and
7419                 potentially dangerous behaviours)
7420
7421 2005-12-02 [paul]       1.9.100cvs51
7422
7423         * src/prefs_common.c
7424                 allow translation of some default values
7425                 Patch by Fabien Vantard
7426
7427 2005-12-02 [paul]       1.9.100cvs50
7428
7429         * src/codeconv.c
7430         * src/codeconv.h
7431         * src/prefs_common.c
7432         * src/prefs_common.h
7433         * src/prefs_message.c
7434         * src/textview.c
7435                 remove obsolete 'convert_mb_alnum' option
7436                 and related stuff
7437         * src/gtk/about.c
7438                 remove unused 'about_textview_visibility_notify'
7439
7440 2005-12-02 [paul]       1.9.100cvs49
7441
7442         * src/prefs_account.c
7443         * src/prefs_compose_writing.c
7444         * src/prefs_fonts.c
7445         * src/prefs_gtk.h
7446         * src/prefs_image_viewer.c
7447         * src/prefs_message.c
7448         * src/prefs_other.c
7449         * src/prefs_receive.c
7450         * src/prefs_send.c
7451         * src/prefs_spelling.c
7452         * src/prefs_summaries.c
7453         * src/prefs_wrapping.c
7454         * src/plugins/dillo_viewer/dillo_prefs.c
7455         * src/plugins/pgpcore/prefs_gpg.c
7456                 several cleanups to the prefs dialogs
7457                 (slightly modified) patch by Fabien Vantard
7458
7459 2005-12-02 [paul]       1.9.100cvs48
7460
7461         * src/main.c
7462                 --exit means exit
7463         * src/send_message.c
7464                 fix crash on send when connection fails
7465
7466         Thanks to Colin
7467
7468 2005-12-01 [colin]      1.9.100cvs47
7469
7470         * src/html.c
7471                 Translate &hellip; to "..."
7472
7473 2005-11-30 [colin]      1.9.100cvs46
7474
7475         * src/matcher.c
7476         * src/matcher.h
7477                 Optimize back yesterday's fix.
7478
7479 2005-11-30 [paul]       1.9.100cvs45
7480
7481         * manual/faq.xml
7482                 standardised
7483         * manual/intro.xml
7484                 written by Colin, edited by me
7485
7486 2005-11-29 [colin]      1.9.100cvs44
7487
7488         * src/matcher.c
7489                 Skip headers unconditionnaly in match_body if the
7490                 rule is not message or ~message
7491
7492 2005-11-29 [colin]      1.9.100cvs43
7493
7494         * src/matcher.c
7495                 Fix body_part and such, not skipping headers 
7496                 if the matchcriteria wasn't the first in the rule
7497
7498 2005-11-29 [colin]      1.9.100cvs42
7499
7500         * src/compose.c
7501                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
7502                 option missing from message view window)
7503                 Fix double text D'n'D with gtk-2.8
7504         * src/matcher.c
7505                 Fix ~message, ~headers_part, ~body_part rules
7506         * src/messageview.c
7507                 Add Windows-1252 (Closes bug #863)
7508                 Fix accels
7509         * src/gtk/gtkaspell.c
7510                 Properly destroy accels in all menus
7511
7512 2005-11-29 [mones]      1.9.100cvs41
7513
7514         * po/es.po
7515                 Updated.
7516
7517 2005-11-27 [colin]      1.9.100cvs40
7518
7519         * src/mh_gtk.c
7520                 "/Remove mailbox" -> "/Remove mailbox..."
7521
7522 2005-11-27 [paul]       1.9.100cvs39
7523
7524         * AUTHORS
7525         * po/de.po
7526         * src/gtk/authors.h
7527                 updated by new maintainer, Stephan Sachse
7528
7529 2005-11-27 [paul]       1.9.100cvs38
7530
7531         * manual/faq.xml
7532                 written by Colin, edited by me
7533
7534 2005-11-27 [paul]       1.9.100cvs37
7535
7536         * src/prefs_common.c
7537         * src/prefs_common.h
7538         * src/prefs_receive.c
7539         * src/prefs_summaries.c
7540                 move 'go to inbox after receiving new mail'
7541                 option from display/sumamaries to mail
7542                 handling/receive, and rework prefs_summaries
7543                 dialog a little
7544
7545 2005-11-25 [martin]     1.9.100cvs36
7546
7547         * po/de.po
7548             fixed windows-1252 translation;
7549             translated some new and fuzzy strings
7550
7551 2005-11-25 [paul]       1.9.100cvs35
7552
7553         * src/plugins/clamav/clamav_plugin.c
7554                 complete the update done in cvs34
7555
7556 2005-11-25 [paul]       1.9.100cvs34
7557
7558         * src/plugins/clamav/clamav_plugin.c
7559                 reflect upstream changes
7560
7561 2005-11-25 [paul]       1.9.100cvs33
7562
7563         * manual/ack.xml
7564         * manual/plugins.xml
7565         * manual/sylpheed-claws-manual.xml
7566                 written/updated by Colin, edited by me
7567         * tools/acroread2sylpheed.pl
7568                 update binary name
7569
7570 2005-11-24 [colin]      1.9.100cvs32
7571
7572         * src/compose.c
7573                 Fix bug #856 (reediting messages forgets Request
7574                 Return Receipt)
7575
7576 2005-11-24 [paul]       1.9.100cvs31
7577
7578         * manual/addrbook.xml
7579         * manual/starting.xml
7580                 written by Colin, proofread, edited, adapted by me
7581         * manual/advanced.xml
7582                 add some Actions examples
7583         * src/importldif.c
7584                 use a Save button instead of a Close button
7585         * src/wizard.c
7586                 indicate mandatory fields
7587                 fix page display
7588                 Thanks to Colin
7589
7590 2005-11-23 [colin]      1.9.100cvs30
7591
7592         * src/addressbook.c
7593                 Rename menu item, fix possible crash after
7594                 deletion of books
7595         * src/addrindex.c
7596                 Allow searching for '*' in ldap
7597         * src/browseldap.c
7598                 Fix "Browse Entry" (did anyone use it?)
7599         * src/wizard.c
7600                 Add guards for mandatory information
7601
7602 2005-11-23 [paul]       1.9.100cvs29
7603
7604         * manual/advanced.xml
7605                 corrections to the English
7606
7607 2005-11-23 [colin]      1.9.100cvs28
7608
7609         * src/mimeview.c
7610                 Fix possible crash at exit. After the call to
7611                 gtk_container_remove(), the Viewer's widget has no
7612                 more parent so gtk+ automatically frees it and its
7613                 sons. If destroy_viewer() then try to access it,
7614                 problems ensue.
7615
7616 2005-11-22 [colin]      1.9.100cvs27
7617
7618         * src/compose.c
7619         * src/gtk/gtkaspell.c
7620                 Fix right-clicking on a misspelled word
7621                 Fix More... in suggestions menu
7622
7623 2005-11-22 [wwp]        1.9.100cvs26
7624
7625         * src/prefs_template.c
7626                 templates works: re-sort templates list when adding or replacing,
7627                 prevent from adding or replacing when the template name is empty
7628
7629 2005-11-21 [colin]      1.9.100cvs25
7630
7631         * src/addressbook.c
7632                 Fix some addressbook suckage (dnd, select all)
7633         * src/compose.c
7634         * src/gtk/gtkaspell.c
7635         * src/gtk/gtkaspell.h
7636                 Make the spellchecker menu work with the 
7637                 GtkTextView one instead of overriding it
7638
7639 2005-11-20 [paul]       1.9.100cvs24
7640
7641         * manual/handling.xml
7642                 proofread and corrected
7643
7644 2005-11-20 [paul]       1.9.100cvs23
7645
7646         * manual/Makefile
7647                 generate html as one file
7648         * manual/advanced.xml
7649                 fix output generation
7650                 reformat hidden options list
7651         * manual/manual.xml     ** REMOVED **
7652         * manual/sylpheed-claws-manual.xml      ** ADDED **
7653                 renamed
7654
7655 2005-11-18 [colin]      1.9.100cvs22
7656
7657         * src/prefs_account.c
7658                 Fix layout in news and mbox accounts
7659         * manual/account.xml
7660         * manual/advanced.xml
7661                 New contents for Paul to check :)
7662
7663 2005-11-18 [wwp]        1.9.100cvs21
7664
7665         * src/gtk/quicksearch.c
7666                 don't update extended quicksearch buttons twice
7667
7668 2005-11-18 [paul]       1.9.100cvs20
7669
7670         * src/textview.c
7671                 complete 1.9.100cvs19
7672
7673 2005-11-18 [paul]       1.9.100cvs19
7674
7675         * src/compose.c
7676                 cosmetic improvements
7677         * src/textview.c
7678                 also list text/* attachments
7679
7680 2005-11-18 [colin]      1.9.100cvs18
7681
7682         * src/summaryview.c
7683                 Use column 0 instead of -1 in 
7684                 gtk_ctree_node_moveto, in a naive
7685                 hope it'll fix the gtk-related crashes
7686
7687 2005-11-18 [colin]      1.9.100cvs17
7688
7689         * src/gtk/inputdialog.c
7690                 Fix icon staying the first one
7691
7692 2005-11-17 [wwp]        1.9.100cvs16
7693                 fix possible problem showing some quicksearch buttons, and a bad
7694                 call to g_return_if_fail in a function that returns a value (both
7695                 fixes by Fabien Vantard)
7696
7697 2005-11-15 [wwp]        1.9.100cvs15
7698
7699         * src/gtk/quicksearch.c
7700                 added a tooltip to that obscure ... quicksearch button
7701
7702 2005-11-15 [wwp]        1.9.100cvs14
7703
7704         * src/gtk/quicksearch.c
7705                 add a quicksearch helper to filtering expression users: the ... button
7706                 raises the condition expr window. condition expressions set up w/ this
7707                 window are used by the quicksearch if the user closes it pressing OK.
7708
7709 2005-11-14 [paul]       1.9.100cvs13
7710
7711         * src/plugins/clamav/clamav_plugin.c
7712         * src/plugins/spamassassin/spamassassin.c
7713                 change plugin type following recent merging
7714
7715 2005-11-14 [wwp]        1.9.100cvs12
7716
7717         * src/folder.c
7718                 prevent from crashing when copying/moving message(s) from and
7719                 to the same folder
7720
7721 2005-11-14 [paul]       1.9.100cvs11
7722
7723         * src/plugins/clamav/Makefile.am
7724         * src/plugins/clamav/clamav_plugin.c
7725         * src/plugins/clamav/clamav_plugin.h
7726         * src/plugins/clamav/clamav_plugin_gtk.c
7727                 also merge clamav and clamav_gtk plugins
7728
7729 2005-11-13 [colin]      1.9.100cvs10
7730
7731         * configure.ac
7732         * src/plugins/spamassassin/Makefile.am
7733         * src/plugins/spamassassin/spamassassin.c
7734         * src/plugins/spamassassin/spamassassin.h
7735         * src/plugins/spamassassin/spamassassin_gtk.c
7736                 Merge spamassassin and spamassassin_gtk plugins,
7737                 and build it by default.
7738
7739 2005-11-12 [colin]      1.9.100cvs9
7740
7741         * src/etpan/imap-thread.c
7742                 Fix gcc warning
7743
7744 2005-11-12 [colin]      1.9.100cvs8
7745
7746         * src/procmime.c
7747                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
7748
7749 2005-11-10 [colin]      1.9.100cvs7
7750
7751         * src/main.c
7752                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
7753                 minimised state)
7754
7755 2005-11-10 [wwp]        1.9.100cvs6
7756
7757         * src/gtk/description_window.c
7758                 fix a crash when closing description windows using the WM's [X] button
7759
7760 2005-11-09 [colin]      1.9.100cvs5
7761
7762         * src/common/ssl.c
7763                 Update libetpan call to follow upstream
7764                 (yes, this requires libetpan-0.40cvs3)
7765
7766 2005-11-08 [colin]      1.9.100cvs4
7767
7768         * src/compose.c
7769         * src/textview.c
7770         * src/common/utils.c
7771         * src/common/utils.h
7772                 Enhance the email parser
7773
7774 2005-11-08 [colin]      1.9.100cvs3
7775
7776         * src/procmime.c
7777                 Fix what looks like an off-by-one (fixes 
7778                 attachments from the Bat)
7779
7780 2005-11-08 [wwp]        1.9.100cvs2
7781
7782         * src/main.c
7783                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
7784
7785 2005-11-08 [wwp]        1.9.100cvs1
7786
7787         * src/main.c
7788                 allow exiting Sylpheed-Claws from command-line
7789
7790 2005-11-08 [paul]       1.9.100
7791
7792         1.9.100 released
7793
7794 2005-11-07 [colin]      1.9.99cvs17
7795
7796         * src/addritem.c
7797         * src/ldif.c
7798                 Fix import of base-64 encoded items
7799
7800 2005-11-07 [colin]      1.9.99cvs16
7801
7802         * src/send_message.c
7803                 Fix bug #314 (Queue does not empty under certain 
7804                 circumstances)
7805
7806 2005-11-07 [paul]       1.9.99cvs15
7807
7808         * src/mutt.c
7809         * src/pine.c
7810                 fix buffer overflows
7811                 Thanks to Colin
7812
7813 2005-11-07 [paul]       1.9.99cvs14
7814
7815         * doc/man/Makefile.am
7816         * doc/man/sylpheed-claws.1      ** ADDED **
7817         * doc/man/sylpheed.1            ** DELETED **
7818                 rename and update the man file
7819
7820 2005-11-06 [colin]      1.9.99cvs13
7821
7822         * src/ldif.c
7823                 Fix ldif_get_line() that returned empty strings
7824                 (Didn't understand why). Also fix a possible
7825                 buffer overflow.
7826
7827 2005-11-06 [wwp]        1.9.99cvs12
7828
7829         * src/textview.c
7830         * src/gtk/about.c
7831         * src/gtk/gtkutils.c
7832         * src/gtk/gtkutils.h
7833                 fix a compilation warning,
7834                 make links sensitive in the about dialog
7835
7836 2005-11-04 [wwp]        1.9.99cvs11
7837
7838         * src/gtk/about.c
7839                 don't wrap or translate URIs, and a bit text format cleanup
7840
7841 2005-11-04 [wwp]        1.9.99cvs10
7842
7843         * src/gtk/about.c
7844                 better textview tagging implementation (no more use of marks for
7845                 postponed tagging)
7846
7847 2005-11-02 [colin]      1.9.99cvs9
7848
7849         * src/common/ssl.c
7850                 Forgot an ifdef
7851
7852 2005-11-02 [colin]      1.9.99cvs8
7853
7854         * configure.ac
7855                 Require libetpan-0.40 due to upstream fix
7856         * src/common/ssl.c
7857                 Tell libetpan not to call SSL_Library_Init,
7858                 as we do it ourselves.
7859
7860 2005-11-02 [colin]      1.9.99cvs7
7861
7862         * po/POTFILES.in
7863                 Add missing files (thanks to Fabien Vantard)
7864
7865 2005-11-02 [colin]      1.9.99cvs6
7866
7867         * src/summaryview.c
7868                 Fix totals when read messages are hidden or quicksearch
7869                 is on
7870         * src/ssl_manager.c
7871         * src/ssl_manager.h
7872         * src/common/ssl_certificate.c
7873         * src/common/ssl_certificate.h
7874         * src/gtk/sslcertwindow.c
7875         * src/gtk/sslcertwindow.h
7876                 Fix copyright on my stuff
7877
7878 2005-11-02 [wwp]        1.9.99cvs5
7879
7880         * src/prefs_themes.c
7881                 fix directory name checking (theme installation/removal),
7882                 made related error a bit more verbose
7883
7884 2005-11-02 [colin]      1.9.99cvs4
7885
7886         * src/summaryview.c
7887                 Fix typo (probably fixes bug #841 (Sort by the From 
7888                 field doesn't work)
7889
7890 2005-11-02 [paul]       1.9.99cvs3
7891
7892         * po/ko.po
7893         * po/nb.po
7894                 updated by SungHyun Nam, Geir Helland
7895         * src/wizard.c
7896                 fix typo in welcome message. spotted by
7897                 Andrea Spadaccini
7898
7899 2005-11-01 [colin]      1.9.99cvs2
7900
7901         * src/compose.c
7902                 Fix replying to ml wen confirming subscription
7903         * src/messageview.c
7904         * src/mimeview.c
7905         * src/mimeview.h
7906         * src/privacy.h
7907         * src/summaryview.c
7908                 Make key check non blocking
7909
7910 2005-10-31 [paul]       1.9.99cvs1
7911
7912         * tools/claws.i18n.status.pl
7913                 updated for ChangeLog
7914
7915 2005-10-31 [paul]       1.9.99
7916
7917         1.9.99 released
7918
7919 2005-10-31 [paul]       1.9.15cvs131
7920
7921         * .cvsignore
7922         * ChangeLog
7923         * ChangeLog.claws       ** REMOVED **
7924         * ChangeLog-gtk2.claws  ** REMOVED **
7925         * ChangeLog.gtk1        ** ADDED **
7926         * INSTALL
7927         * Makefile.am
7928         * NEWS
7929         * README
7930         * README.claws          ** REMOVED **
7931         * README.jp             ** REMOVED **
7932         * RELEASE_NOTES         ** ADDED **
7933         * RELEASE_NOTES.claws   ** REMOVED **
7934         * commitHelper
7935         * configure.ac
7936         * sylpheed.spec.in      ** REMOVED **
7937                 tidy up and update the default docs:
7938                 ChangeLog.claws is renamed ChangeLog.gtk1
7939                 ChangeLog-gtk2.claws is renamed ChangeLog
7940                 README.claws is renamed README
7941                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
7942
7943 2005-10-31 [paul]       1.9.15cvs130
7944
7945         * po/it.po
7946                 fix errors
7947
7948 2005-10-31 [paul]       1.9.15cvs129
7949
7950         * po/ca.po
7951         * po/de.po
7952         * po/en_GB.po
7953         * po/fr.po
7954         * po/it.po
7955         * po/pt_BR.po
7956         * po/sk.po
7957         * po/sr.po
7958         * po/zh_CN.po
7959                 updated by Miquel Oliete, Stephan Sachse and
7960                 Thomas Gilgin, me, Fabien Vantard, Andrea
7961                 Spadaccini, Frederico Goncalves Guimaraes,
7962                 Andrej Kacian, Aleksandar Urosevic, and
7963                 Ralgh Young.
7964
7965 2005-10-31 [mones]      1.9.15cvs128
7966
7967         * manual/faq.xml
7968                 More questions.
7969         
7970         * po/es.po
7971                 Updated for release.
7972
7973 2005-10-30 [colin]      1.9.15cvs127
7974
7975         * src/compose.c
7976                 Place cursor before rewrapping (fixes cursor
7977                 pos if quotation gets rewrapped)
7978
7979 2005-10-29 [paul]       1.9.15cvs126
7980
7981         * src/crash.c
7982         * src/foldersel.c
7983         * src/main.c
7984         * src/messageview.c
7985         * src/toolbar.c
7986         * src/gtk/authors.h
7987                 corrections to text items
7988
7989 2005-10-28 [colin]      1.9.15cvs125
7990
7991         * src/messageview.c
7992                 Make "hit 'C' to check sig" work from extern 
7993                 messageviews
7994
7995 2005-10-27 [colin]      1.9.15cvs124
7996
7997         * src/summaryview.c
7998                 Add a hack to avoid segfaulting when hammering 
7999                 on gtk's events
8000
8001 2005-10-27 [wwp]        1.9.15cvs123
8002
8003         * src/prefs_themes.c
8004                 sort list of themes names in themes prefs
8005
8006 2005-10-27 [paul]       1.9.15cvs122
8007
8008         * src/folder.c
8009         * src/prefs_account.c
8010                 fix building on Solaris
8011                 Patch by Alex Moore
8012
8013 2005-10-27 [wwp]        1.9.15cvs121
8014
8015         * src/summaryview.c
8016         * src/gtk/gtksctree.c
8017                 speed up unselecting messages in summary view (thanks to Colin)
8018
8019 2005-10-27 [paul]       1.9.15cvs120
8020
8021         * src/mainwindow.c
8022                 fix a compilation warning
8023         * src/summaryview.c
8024                 fix updating of 'n items selected' count
8025                 when deselecting
8026
8027 2005-10-27 [martin]     1.9.15cvs119
8028
8029         * src/action.c
8030                 ignore actions with a leading '/' in the action menu name
8031                 fixes a crash on menu creation
8032         * src/prefs_actions.c
8033                 do not allow a leading '/' in the action menu name
8034
8035 2005-10-27 [paul]       1.9.15cvs118
8036
8037         * src/main.c
8038                 fix compilation warning
8039
8040 2005-10-27 [paul]       1.9.15cvs117
8041
8042         * src/procmime.c
8043                 add #if HAVE_LOCALE_H
8044
8045 2005-10-27 [paul]       1.9.15cvs116
8046
8047         * src/plugins/clamav/clamav_plugin.c
8048         * src/plugins/dillo_viewer/dillo_viewer.c
8049         * src/plugins/mathml_viewer/mathml_viewer.c
8050         * src/plugins/pgpcore/plugin.c
8051         * src/plugins/pgpinline/plugin.c
8052         * src/plugins/pgpmime/plugin.c
8053         * src/plugins/spamassassin/spamassassin.c
8054         * src/plugins/trayicon/trayicon.c
8055                 plugin_init() : make error messages more
8056                 informative
8057
8058 2005-10-26 [wwp]        1.9.15cvs115
8059
8060         * src/prefs_matcher.c
8061                 enlarge boolean op widget width a bit (wasn't always showing text contents)
8062
8063 2005-10-26 [wwp]        1.9.15cvs114
8064
8065         * src/procmime.c
8066         * src/gtk/gtksctree.c
8067         * src/plugins/spamassassin/libspamc.c
8068         * src/plugins/spamassassin/spamassassin.c
8069                 fix some compilation warnings more
8070
8071 2005-10-26 [mones]      1.9.15cvs113
8072
8073         * po/es.po
8074                 Updated translation
8075
8076 2005-10-26 [paul]       1.9.15cvs112
8077
8078         * src/prefs_message.c
8079                 give all display_xface stuff the
8080                 #if HAVE_LIBCOMPFACE treatment, thus
8081                 preventing a crash
8082                 (Thanks to Wolfgang Enderlein)
8083
8084 2005-10-26 [colin]      1.9.15cvs111
8085
8086         * src/gedit-print.c
8087                 Fix date format
8088         * src/imap_gtk.c
8089         * src/news_gtk.c
8090                 Remove context menu items that should not be there
8091         * src/jpilot.c
8092                 Fix encoding
8093         * src/main.c
8094         * src/mainwindow.c
8095                 Don't show the mainwindow too soon
8096
8097 2005-10-26 [wwp]        1.9.15cvs110
8098
8099         * src/folder.c
8100         * src/manual.c
8101         * src/summaryview.c
8102                 fix uninitialized pointers in the folder updating hook
8103                 (thanks to Colin)
8104
8105 2005-10-25 [mones]      1.9.15cvs109
8106
8107         * manual/faq.xml
8108                 General information subsection completed. 
8109                 Removed archaic references.
8110                 
8111         * manual/Makefile
8112         * manual/dtd/manual.dsl
8113                 Added customization stylesheet for getting paragraphs
8114                 fully justified in PDF output (as suggested by Colin).
8115
8116 2005-10-25 [colin]      1.9.15cvs108
8117
8118         * src/compose.c
8119                 Fix a second leak
8120
8121 2005-10-25 [colin]      1.9.15cvs107
8122
8123         * src/addrbook.c
8124         * src/addrindex.c
8125                 Fix leak (xml_get_element() allocates memory)
8126         * src/compose.c
8127                 Fix leak + dead code (shame!)
8128         * src/procmime.c
8129                 Fix leak
8130
8131 2005-10-25 [colin]      1.9.15cvs106
8132
8133         * src/mimeview.c
8134                 Fix encoding issue in Save all and in 
8135                 overwrite-confirmation alertpanel
8136
8137 2005-10-25 [colin]      1.9.15cvs105
8138
8139         * src/common/socket.c
8140                 Fix a leak - Thanks to Christopher Aillon
8141                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
8142
8143 2005-10-25 [paul]       1.9.15cvs104
8144
8145         * src/wizard.c
8146                 Always guess servers from the right-hand
8147                 email part and guess username from the
8148                 left-hand part. (Thanks to Colin)
8149                 add an X-Face to the welcome message
8150
8151 2005-10-25 [paul]       1.9.15cvs103
8152
8153         * manual/handling.xml
8154                 written by Colin, edited by me
8155
8156 2005-10-25 [wwp]        1.9.15cvs102
8157
8158         * src/folderview.c
8159         * src/grouplistdialog.c
8160         * src/imap.c
8161         * src/noticeview.c
8162                 fix some compilation warnings
8163
8164 2005-10-24 [paul]
8165
8166         1.9.99-rc3 released
8167
8168 2005-10-24 [paul]       1.9.15cvs101
8169
8170         * src/gtk/about.c
8171                 fix window sizing
8172
8173 2005-10-24 [paul]       1.9.15cvs100
8174
8175         * src/pixmaps/offline.xpm
8176         * src/pixmaps/online.xpm
8177                 replace with last default versions
8178
8179 2005-10-24 [colin]      1.9.15cvs99
8180
8181         * src/imap.c
8182                 Fix bug when moving a folder
8183         * src/imap_gtk.c
8184         * src/mh_gtk.c
8185                 "Delete folder" pops up a window, so it 
8186                 should be suffixed with "..."
8187         * src/plugins/pgpcore/sgpgme.c
8188                 Include locale.h
8189
8190 2005-10-24 [mones]      1.9.15cvs98
8191
8192         * manual/Makefile
8193         * manual/account.xml
8194         * manual/ack.xml
8195         * manual/addrbook.xml
8196         * manual/advanced.xml
8197         * manual/faq.xml
8198         * manual/glossary.xml
8199         * manual/gpl.xml
8200         * manual/handling.xml
8201         * manual/intro.xml
8202         * manual/keyboard.xml
8203         * manual/manual.xml
8204         * manual/plugins.xml
8205         * manual/starting.xml
8206         * manual/dtd/sdocbook.dtd
8207                 Initial manual structure and some content.
8208
8209 2005-10-23 [wwp]        1.9.15cvs97
8210
8211         * src/gtk/about.c
8212                 fix a typo
8213
8214 2005-10-23 [wwp]        1.9.15cvs96
8215
8216         * src/gtk/about.c
8217         * src/gtk/authors.h
8218                 rework of the about window (main work by Paul), also featuring a few
8219                 fixes for typos and duplicate names
8220
8221 2005-10-23 [wwp]        1.9.15cvs95
8222
8223         * src/.cvsignore
8224                 Ignore the right binary name (sylpheed-claws now)
8225
8226 2005-10-23 [paul]       1.9.15cvs94
8227
8228         * src/compose.c
8229                 when using Folder Pref 'Default To for
8230                 replies' make the entry in the Compose
8231                 window bold
8232                 Patch by Fabien Vantard
8233
8234 2005-10-22 [colin]      1.9.15cvs93
8235
8236         * src/codeconv.c
8237                 Fix leak
8238
8239 2005-10-22 [colin]      1.9.15cvs92
8240
8241         * src/codeconv.c
8242                 try to convert using locale (apart utf8) if necessary
8243
8244 2005-10-22 [colin]      1.9.15cvs91
8245
8246         * src/pixmaps/new.xpm
8247         * src/pixmaps/unread.xpm
8248                 Make the unread envelope blue again and
8249                 saturate the new one a bit more.
8250
8251 2005-10-22 [colin]      1.9.15cvs90
8252
8253         * src/compose.c
8254                 When replying to a mail sent by one of our accounts,
8255                 use the original list of recipients. Let 'Reply All'
8256                 and 'Reply to sender' work like previously.
8257
8258 2005-10-21 [colin]      1.9.15cvs89
8259
8260         * src/prefs_filtering.c
8261                 Clear fields after add and replace
8262         * src/textview.c
8263                 Display xface differently (better)
8264         * src/plugins/pgpinline/pgpinline.c
8265                 Fix crappy encodings/recodings
8266
8267 2005-10-21 [paul]       1.9.15cvs88
8268
8269         * src/compose.c
8270         * src/prefs_folder_item.c
8271         * src/toolbar.c
8272                 fix news folder Folder Properties
8273                 (thanks to Colin)
8274         * src/folderview.c
8275                 update folderview after Themes change
8276                 keep selected folder selected
8277                 (thanks to Colin)
8278
8279 2005-10-21 [paul]       1.9.15cvs87
8280
8281         * tools/Makefile.am
8282         * tools/OOo2sylpheed.pl
8283         * tools/README
8284         * tools/README.sylprint
8285         * tools/asus_mailled.sh         ** REMOVED **
8286         * tools/filter_conv.pl
8287         * tools/freshmeat_search.pl
8288         * tools/google_search.pl
8289         * tools/gpg-sign-syl            ** REMOVED **
8290         * tools/kmail2sylpheed.pl
8291         * tools/kmail2sylpheed_v2.pl
8292         * tools/multiwebsearch.pl
8293         * tools/nautilus2sylpheed.sh
8294         * tools/newscache_clean.pl
8295         * tools/outlook2sylpheed.pl
8296         * tools/sylpheed-switcher       ** REMOVED **
8297         * tools/sylprint.pl
8298         * tools/sylprint.rc
8299         * tools/tb2sylpheed
8300         * tools/vcard2xml.py
8301         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8302                 update default config dir
8303                 update binary name (thanks to Fabien Vantard)
8304                 remove obsolete scripts
8305
8306 2005-10-21 [colin]      1.9.15cvs86
8307
8308         * src/inc.c
8309                 Fix possible leak and units. Based on a patch by
8310                 Fabien Vantard.
8311
8312 2005-10-20 [colin]      1.9.15cvs85
8313
8314         * src/textview.c
8315                 Clear xface when clearing textview
8316
8317 2005-10-20 [colin]      1.9.15cvs84
8318
8319         * configure.ac
8320         * src/folderview.c
8321         * src/headerview.c
8322         * src/main.c
8323         * src/prefs_common.c
8324         * src/prefs_common.h
8325         * src/prefs_message.c
8326         * src/textview.c
8327         * src/textview.h
8328         * src/common/defs.h
8329         * src/common/utils.c
8330         * src/common/utils.h
8331         * src/gtk/gtkutils.c
8332         * src/gtk/gtkutils.h
8333                 Migrate config to .sylpheed-claws (Automatically)
8334                 Add a way to get the Xface in the TextView
8335
8336 2005-10-20 [colin]      1.9.15cvs83
8337
8338         * src/gtk/Makefile.am
8339         * src/gtk/about.c
8340         * src/gtk/authors.h
8341                 Make the about dialog *grooovy*
8342
8343 2005-10-20 [colin]      1.9.15cvs82
8344
8345         * src/mimeview.c
8346                 Use "Open with" on double click if no command
8347                 was found
8348
8349 2005-10-20 [colin]      1.9.15cvs81
8350
8351         * src/imap.c
8352         * src/etpan/imap-thread.c
8353                 Fix possible crash.
8354
8355 2005-10-20 [paul]       1.9.15cvs80
8356
8357         * src/folder.c
8358                 don't show clipkey icon if the only
8359                 attachment is the signature
8360                 Patch by Colin
8361
8362 2005-10-20 [paul]       1.9.15cvs79
8363
8364         * AUTHORS
8365         * src/plugins/pgpmime/pgpmime.c
8366                 name the PGP/MIME signature 'signature.asc'
8367                 Patch by Andrew Nelson <freeandy@gmail.com>
8368
8369 2005-10-19 [colin]      1.9.15cvs78
8370
8371         * src/plugins/pgpmime/pgpmime.c
8372                 Oops, no need to double-check though
8373
8374 2005-10-19 [colin]      1.9.15cvs77
8375
8376         * src/plugins/pgpinline/pgpinline.c
8377         * src/plugins/pgpmime/pgpmime.c
8378                 Check that my_tmpfile() doesn't 
8379                 return NULL
8380
8381 2005-10-19 [colin]      1.9.15cvs76
8382
8383         * src/common/utils.c
8384                 Use shorter mime boundaries to avoid having
8385                 MTAs rewrapping our headers, breaking the
8386                 PGP signature in the process 
8387         * src/compose.c
8388         * src/plugins/pgpmime/pgpmime.c
8389                 Check for boundary uniqueness to be sure
8390                 it won't happen, instead of hoping for the
8391                 best
8392
8393 2005-10-19 [colin]      1.9.15cvs75
8394
8395         * sylpheed-claws.desktop
8396         * src/Makefile.am
8397         * src/main.c
8398                 Ship a sylpheed-claws binary instead
8399                 of a sylpheed one. Change the socket
8400                 name, too
8401         * src/folderview.c
8402                 Update folder only if it changed
8403         * src/wizard.c
8404                 Fix i18n in welcome mail, patch by
8405                 Fabien Vantard
8406
8407 2005-10-19 [paul]
8408
8409         1.9.99-rc2 released
8410
8411 2005-10-19 [paul]       1.9.15cvs74
8412
8413         * src/folder.c
8414         * src/folderview.c
8415                 fix summaryview update
8416                 Patch by Colin
8417
8418 2005-10-18 [colin]      1.9.15cvs73
8419
8420         * src/plugins/pgpcore/passphrase.c
8421                 Don't XGrabServer, and try a bit more to 
8422                 sync everything before grabbing mouse/keyboard
8423
8424 2005-10-18 [colin]      1.9.15cvs72
8425
8426         * src/Makefile.am
8427         * src/addressadd.c
8428         * src/addressbook.c
8429         * src/folderview.c
8430         * src/grouplistdialog.c
8431         * src/mimeview.c
8432         * src/stock_pixmap.c
8433         * src/stock_pixmap.h
8434         * src/summaryview.c
8435         * src/gtk/gtksctree.c
8436         * src/gtk/gtksctree.h
8437         * src/pixmaps/empty.xpm
8438                 Implement a wrapper call for gtk_ctree_set_node_info
8439                 and gtk_ctree_insert_node, that uses a 1x1 transparent
8440                 pixmap instead of a NULL one. This works around some
8441                 memory problems deep inside gtk, revealed by valgrind,
8442                 and fixes bug #834 (Pressing CTRl-D on a message marked 
8443                 as locked crashes sylpheed.), as well as, probably, 
8444                 wwp's 4th dimension problems that happen in gtk_ctree_*.
8445
8446 2005-10-17 [colin]      1.9.15cvs71
8447
8448         * src/mimeview.c
8449                 Provide visual feedback when checking
8450                 signature
8451
8452 2005-10-17 [colin]      1.9.15cvs70
8453
8454         * src/main.c
8455                 Keep the folder list frozen while checking caches...
8456
8457 2005-10-17 [colin]      1.9.15cvs69
8458
8459         * src/addr_compl.c
8460                 Fi bug #833 (Autocompleting from addressbook 
8461                 fails with extended chars)
8462         * src/imap.c
8463                 Fix 'adding messages' staying in statusbar
8464                 after an error
8465
8466 2005-10-17 [wwp]        1.9.15cvs68
8467
8468         * src/ssl_manager.c
8469                 Fix buttons' layout resizing when window size changes
8470
8471 2005-10-17 [wwp]        1.9.15cvs67
8472
8473         * src/account.c
8474         * src/prefs_account.c
8475         * src/prefs_common.c
8476         * src/prefs_common.h
8477         * src/prefs_folder_item.c
8478         * src/prefs_gtk.c
8479         * src/gtk/logwindow.c
8480         * src/gtk/pluginwindow.c
8481         * src/gtk/prefswindow.c
8482         * src/gtk/prefswindow.h
8483                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
8484
8485 2005-10-17 [paul]       1.9.15cvs66
8486
8487         * configure.ac
8488                 fix missing libetpan message
8489         * po/en_GB.po
8490                 updated
8491         * src/crash.c
8492         * src/manual.c
8493         * src/prefs_themes.c
8494         * src/common/defs.h
8495                 add some new URI defines, change some
8496                 others
8497         * src/wizard.c
8498                 make welcome message translatable
8499                 small improvements to english
8500                 other tweaks
8501         * src/gtk/menu.c
8502                 fix warnings
8503
8504 2005-10-17 [paul]       1.9.15cvs65
8505
8506         * src/summaryview.c
8507                 fix column titles
8508
8509 2005-10-16 [mones]      1.9.15cvs64
8510
8511         * po/es.po
8512                 Updated translation
8513
8514 2005-10-16 [colin]
8515
8516         1.9.99-rc1 released
8517
8518 2005-10-16 [colin]      1.9.15cvs63
8519
8520         * src/wizard.c
8521                 Fix whitespace
8522
8523 2005-10-16 [colin]      1.9.15cvs62
8524
8525         * src/toolbar.c
8526                 s/Get All/Get Mail/
8527         * src/wizard.c
8528                 Real welcome mail text, thanks Paul
8529
8530 2005-10-16 [colin]      1.9.15cvs61
8531
8532         * src/editldap.c
8533         * src/exporthtml.c
8534         * src/main.c
8535         * src/mainwindow.c
8536         * src/prefs_themes.c
8537         * src/prefs_toolbar.c
8538         * src/plugins/demo/demo.c
8539         * src/plugins/trayicon/trayicon.c
8540                 s/Sylpheed/Sylpheed-Claws/
8541
8542 2005-10-16 [colin]      1.9.15cvs60
8543
8544         * src/wizard.c
8545                 Add a welcome email in the first empty mailbox
8546         * src/prefs_common.c
8547                 Change one more default
8548
8549 2005-10-16 [colin]      1.9.15cvs59
8550
8551         * src/wizard.c
8552                 Remove printf
8553
8554 2005-10-16 [colin]      1.9.15cvs58
8555
8556         * src/toolbar.c
8557         * src/prefs_common.c
8558                 Change some defaults
8559
8560 2005-10-16 [colin]      1.9.15cvs57
8561
8562         * src/toolbar.c
8563         * src/prefs_common.c
8564                 Change some defaults
8565
8566 2005-10-16 [colin]      1.9.15cvs56
8567
8568         * src/wizard.c
8569                 By default, initialize fonts to have
8570                 the same size as normal GtkWidgets
8571
8572 2005-10-16 [colin]      1.9.15cvs55
8573
8574         * src/mimeview.c
8575                 Fix message a bit more
8576
8577 2005-10-16 [colin]      1.9.15cvs54
8578
8579         * src/addressbook.c
8580                 Second attempt at flicker fixing
8581
8582 2005-10-16 [colin]      1.9.15cvs53
8583
8584         * src/addressbook.c
8585                 Fix flicker
8586
8587 2005-10-16 [wwp]        1.9.15cvs52
8588
8589         * src/addressbook.c
8590         * src/editaddress.c
8591         * src/prefs_common.c
8592         * src/prefs_common.h
8593                 Remember window sizes (address book)
8594
8595 2005-10-16 [wwp]        1.9.15cvs51
8596
8597         * src/plugins/clamav/clamav_plugin_gtk.c
8598         * src/plugins/spamassassin/spamassassin_gtk.c
8599                 Fix compilation warnings (missing #include).
8600
8601 2005-10-16 [colin]      1.9.15cvs50
8602
8603         * src/mimeview.c
8604         * src/summaryview.c
8605         * src/textview.c
8606                 Make 'c' check signature, and forward
8607                 c, l, y, t from summaryview to mimeview
8608
8609 2005-10-16 [colin]      1.9.15cvs49
8610
8611         * src/addressbook.c
8612                 Put border around buttons
8613         * src/mainwindow.c
8614         * src/summaryview.c
8615                 Rework menus (Patch based on a patch
8616                 by Paul)
8617
8618 2005-10-15 [wwp]        1.9.15cvs48
8619
8620         * src/editjpilot.c
8621         * src/editldap.c
8622         * src/editvcard.c
8623         * src/exphtmldlg.c
8624         * src/expldifdlg.c
8625         * src/export.c
8626         * src/import.c
8627         * src/importldif.c
8628         * src/importmutt.c
8629         * src/importpine.c
8630         * src/prefs_account.c
8631         * src/prefs_spelling.c
8632         * src/gtk/gtkutils.c
8633         * src/gtk/gtkutils.h
8634         * src/plugins/clamav/clamav_plugin_gtk.c
8635         * src/plugins/spamassassin/spamassassin_gtk.c
8636                 use nicer browse-for-file/dir buttons than the "..." ones,
8637                 code factorizing more.
8638
8639 2005-10-14 [colin]      1.9.15cvs47
8640
8641         * src/mainwindow.c
8642                 set relief on the account switcher so that people see it
8643                 grey out Create processing rules when no message is selected
8644         * src/prefs_filtering.c
8645                 ask before closing if the rule has not been modified, even if
8646                 it's not valid
8647         * src/prefs_matcher.c
8648                 fix sensitivity when entering the dialog
8649         * src/gtk/inputdialog.c
8650                 display a better icon on password ask
8651         * src/plugins/pgpcore/passphrase.c
8652                 make the dialog look better
8653
8654 2005-10-14 [paul]       1.9.15cvs46
8655
8656         * src/folderview.c
8657                 indicate presense of marked msgs in
8658                 unexpanded subfolders
8659
8660 2005-10-14 [paul]       1.9.15cvs45
8661
8662         * src/prefs_actions.c
8663         * src/prefs_common.c
8664         * src/prefs_common.h
8665         * src/prefs_filtering_action.c
8666         * src/prefs_matcher.c
8667         * src/prefs_template.c
8668                 remember window sizes
8669                 fix Info button size
8670
8671         Patches by wwp
8672
8673 2005-10-13 [colin]      1.9.15cvs44
8674
8675         * src/mimeview.c
8676         * src/noticeview.c
8677         * src/noticeview.h
8678                 Add a tooltip on the icon (optional) 
8679                 Get rid of the signature buttons and only
8680                 use the icon+tooltip
8681
8682 2005-10-13 [colin]      1.9.15cvs43
8683
8684         * src/noticeview.c
8685         * src/noticeview.h
8686                 Add hand cursor for hovering over icon
8687
8688 2005-10-13 [colin]      1.9.15cvs42
8689
8690         * src/summaryview.c
8691                 Fix crash when quicksearch's hidden 
8692                 at startup
8693
8694 2005-10-13 [colin]      1.9.15cvs41
8695
8696         * src/compose.c
8697                 Set subject when forwarding multiple mails
8698                 Check that other recipient than the default Cc or Bcc
8699                 have been set before sending.
8700
8701 2005-10-13 [colin]      1.9.15cvs40
8702
8703         * src/imap.c
8704                 Batch per-folder
8705                 Introduce locking, but don't use it yet
8706
8707 2005-10-13 [colin]      1.9.15cvs39
8708
8709         * src/gtk/quicksearch.c
8710                 Reset quicksearch when hiding it
8711                 Make sticky a real pref
8712
8713 2005-10-13 [colin]      1.9.15cvs38
8714
8715         * src/summaryview.c
8716                 Faster prefs apply
8717
8718 2005-10-13 [colin]      1.9.15cvs37
8719
8720         * src/mimeview.c
8721         * src/noticeview.c
8722         * src/noticeview.h
8723         * src/plugins/pgpcore/sgpgme.c
8724                 Make privacy icon clickable
8725                 Move Trust field in Full info
8726                 When trust is less than full, don't display
8727                 a warning icon
8728
8729 2005-10-13 [colin]      1.9.15cvs36
8730
8731         * src/folder.c
8732                 Batch on flags sync
8733         * src/folderview.c
8734                 Revert speed hack which is dangerous in fact
8735                 Apply prefs faster
8736
8737 2005-10-13 [colin]      1.9.15cvs35
8738
8739         * src/folder_item_prefs.c
8740                 Fix pref corruption on folder move. Patch
8741                 by wwp
8742
8743 2005-10-13 [paul]       1.9.15cvs34
8744
8745         * src/export.c
8746         * src/import.c
8747                 fix typos in g_warnings
8748         * src/prefs_account.c
8749                 add a file selector for Signature file
8750
8751         Patches by wwp
8752
8753 2005-10-12 [colin]      1.9.15cvs33
8754
8755         * src/mimeview.c
8756                 Provide a quick way to go back from a
8757                 signature's full info to the email part
8758
8759 2005-10-12 [colin]      1.9.15cvs32
8760
8761         * src/compose.c
8762                 Remove old hack of encoding signed mails with base64.
8763                 QP works equally well.
8764
8765 2005-10-12 [colin]      1.9.15cvs31
8766
8767         * src/crash.c
8768                 Replace deprecated GtkText with GtkTextView
8769         * src/imap.c
8770                 Fix a logic bug about counts in imap_select
8771                 (previously un-triggered)
8772         * src/mainwindow.c
8773         * src/summaryview.c
8774         * src/news.c
8775                 Allow local deletion of news posts
8776         * src/mimeview.c
8777                 Show GPG noticeview on the message/rfc822 part
8778                 in addition to the text/plain one
8779         * src/prefs_image_viewer.c
8780           src/plugins/pgpcore/prefs_gpg.c
8781                 Polish (set the label as part of the checkbox)
8782         * src/wizard.c
8783                 Don't sit there doing nothing after destroying
8784                 the window - return err
8785
8786 2005-10-11 [colin]      1.9.15cvs30
8787
8788         * src/folderview.c
8789                 Apply processing rules before showing folders.
8790                 Early folder show (before flags sync) will only
8791                 be done when there are no processing rules (nor
8792                 pre- or post- ones)
8793         * src/imap.c
8794                 Fix stuff related to mail subdir, creation and 
8795                 deletion of folders 
8796         * src/imap_gtk.c
8797                 Don't allow creation of folders in NoInferior
8798                 folders, as it won't work
8799
8800 2005-10-10 [colin]      1.9.15cvs29
8801
8802         * src/compose.c
8803                 Reselect "None" Privacy system when selecting an
8804                 account with no privacy system defined
8805
8806 2005-10-10 [colin]      1.9.15cvs28
8807
8808         * src/mainwindow.c
8809                 Add Windows-1252 encoding
8810         * src/prefs_common.c
8811                 Rework some defaults:
8812                 - autosave to draft by default
8813                 - don't show header pane (it's already in the textview)
8814                 - Select first new or unread mail on entry
8815                 - Assume 'Yes' to change folder when there's no more
8816                   unread message
8817         * src/prefs_matcher.c
8818                 Fix a gtk assertion failure
8819         * src/gtk/colorlabel.c
8820                 Workaround bad repainting on selection
8821         * src/main.c
8822                 Freeze/thaw (a bit faster on ssh -X)
8823         * src/msgcache.c
8824                 Get rid of StrdupConverter that just adds an
8825                 extra strdup/free 
8826         * src/etpan/imap_thread.c
8827                 memset buf to 0
8828
8829 2005-10-10 [colin]      1.9.15cvs27
8830
8831         * src/export.c
8832         * src/import.c
8833                 Fix compile on gtk 2.4. Patch by wwp
8834
8835 2005-10-09 [colin]      1.9.15cvs26
8836
8837         * src/mainwindow.c
8838         * src/messageview.c
8839         * src/summaryview.c
8840                 Clarify forward menus. Patch by wwp
8841
8842 2005-10-09 [colin]      1.9.15cvs25
8843
8844         * src/compose.c
8845         * src/compose.h
8846                 Fix bug #829 (Non-working "Encrypt message by 
8847                 default when replying to an encrypted message")
8848
8849 2005-10-08 [colin]      1.9.15cvs24
8850
8851         * src/wizard.c
8852                 Fix bug #827 ("Welcome" setup wizard after a 
8853                 permission error gives up & forgets itself.)
8854
8855 2005-10-08 [colin]      1.9.15cvs23
8856
8857         * src/procmime.c
8858                 Fix bug #828 (Ignoring headers with spaces around = sign)
8859
8860 2005-10-08 [colin]      1.9.15cvs22
8861
8862         * src/export.c
8863                 Warning fix by wwp
8864
8865 2005-10-08 [colin]      1.9.15cvs21
8866
8867         * src/folder.c
8868         * src/folder.h
8869                 Add a processing_pending indicator, set on 
8870                 folder_item_open and cleared after 
8871                 folder_item_process_open
8872         * src/folderview.c
8873         * src/summaryview.c
8874                 wrap procmsg_msginfo_*_flags, and in the
8875                 wrapper check that there's no folder processing 
8876                 pending. If there is, defer the flags change until 
8877                 processing is done to avoid stepping over each
8878                 other's toes.
8879                 Freeze during processing, but not during scanning.
8880
8881 2005-10-07 [colin]      1.9.15cvs20
8882
8883         * src/plugins/pgpcore/passphrase.c
8884                 Fix bug #826 (X-Server hangs when 
8885                 right-clicking a PGP encrypted message)
8886
8887 2005-10-07 [paul]       1.9.15cvs19
8888
8889         * src/compose.c
8890                 fix compose_entries[]
8891                 patch by Fabien Vantard
8892
8893 2005-10-06 [colin]      1.9.15cvs18
8894
8895         * src/pixmaps/address.xpm
8896         * src/pixmaps/address_book.xpm
8897         * src/pixmaps/book.xpm
8898         * src/pixmaps/check_spelling.xpm
8899         * src/pixmaps/checkbox_off.xpm
8900         * src/pixmaps/checkbox_on.xpm
8901         * src/pixmaps/close.xpm
8902         * src/pixmaps/complete.xpm
8903         * src/pixmaps/continue.xpm
8904         * src/pixmaps/deleted.xpm
8905         * src/pixmaps/down_arrow.xpm
8906         * src/pixmaps/exec.xpm
8907         * src/pixmaps/forwarded.xpm
8908         * src/pixmaps/group.xpm
8909         * src/pixmaps/ignorethread.xpm
8910         * src/pixmaps/interface.xpm
8911         * src/pixmaps/jpilot.xpm
8912         * src/pixmaps/ldap.xpm
8913         * src/pixmaps/linewrap.xpm
8914         * src/pixmaps/linewrapcurrent.xpm
8915         * src/pixmaps/mail.xpm
8916         * src/pixmaps/mail_attach.xpm
8917         * src/pixmaps/mail_compose.xpm
8918         * src/pixmaps/mail_forward.xpm
8919         * src/pixmaps/mail_receive.xpm
8920         * src/pixmaps/mail_receive_all.xpm
8921         * src/pixmaps/mail_reply.xpm
8922         * src/pixmaps/mail_reply_to_all.xpm
8923         * src/pixmaps/mail_reply_to_author.xpm
8924         * src/pixmaps/mail_send.xpm
8925         * src/pixmaps/mail_send_queue.xpm
8926         * src/pixmaps/mime_application.xpm
8927         * src/pixmaps/mime_audio.xpm
8928         * src/pixmaps/mime_image.xpm
8929         * src/pixmaps/mime_message.xpm
8930         * src/pixmaps/mime_text_enriched.xpm
8931         * src/pixmaps/mime_text_html.xpm
8932         * src/pixmaps/mime_text_plain.xpm
8933         * src/pixmaps/mime_unknown.xpm
8934         * src/pixmaps/new.xpm
8935         * src/pixmaps/news_compose.xpm
8936         * src/pixmaps/offline.xpm
8937         * src/pixmaps/online.xpm
8938         * src/pixmaps/paste.xpm
8939         * src/pixmaps/preferences.xpm
8940         * src/pixmaps/privacy_emblem_encrypted.xpm
8941         * src/pixmaps/privacy_expired.xpm
8942         * src/pixmaps/privacy_failed.xpm
8943         * src/pixmaps/privacy_passed.xpm
8944         * src/pixmaps/privacy_signed.xpm
8945         * src/pixmaps/privacy_unknown.xpm
8946         * src/pixmaps/privacy_warn.xpm
8947         * src/pixmaps/properties.xpm
8948         * src/pixmaps/replied.xpm
8949         * src/pixmaps/search.xpm
8950         * src/pixmaps/unread.xpm
8951         * src/pixmaps/up_arrow.xpm
8952         * src/pixmaps/vcard.xpm
8953                 Modernize internal theme, with icons from the 
8954                 Gnomaws theme. Keep some of the old ones where
8955                 they were better.
8956
8957 2005-10-06 [colin]      1.9.15cvs17
8958
8959         * src/summaryview.c
8960                 Little optimisations + bugfix
8961         * src/toolbar.c
8962                 Remove default useless items - useless being defined
8963                 by the default relevant prefs
8964         * src/wizard.c
8965                 include config.h to make gettext work
8966         * src/prefs_themes.c
8967                 Fix selection of current theme in prefs
8968
8969 2005-10-06 [colin]      1.9.15cvs16
8970
8971         * src/prefs_common.c
8972         * src/prefs_common.h
8973         * src/prefs_summaries.c
8974         * src/folderview.c
8975                 Add a warning dialog on Mark all read 
8976                 (with pref to get rid of it)
8977
8978 2005-10-06 [paul]       1.9.15cvs15
8979
8980         * po/nb.po
8981         * po/pt_BR.po
8982                 updated by Geir Helland and Frederico
8983                 Goncalves Guimaraes
8984
8985 2005-10-05 [colin]      1.9.15cvs14
8986
8987         * src/folder.c
8988         * src/folder.h
8989         * src/folderview.c
8990         * src/folderview.h
8991         * src/imap_gtk.c
8992         * src/mh_gtk.c
8993         * src/mainwindow.c
8994         * src/setup.c
8995                 add a way to rescan without rebuilding
8996                 make moving a bit faster (less folders changes)
8997                 don't lock the tree on Get 
8998         * src/imap.c
8999                 Don't re-delete deleted messages before expunging
9000         * src/summaryview.c
9001                 Set batch mode when deleting mails
9002
9003 2005-10-05 [paul]       1.9.15cvs13
9004
9005         * src/mainwindow.c
9006         * src/mainwindow.h
9007                 fix disabled Execute menu item
9008         * src/toolbar.c
9009                 match the change in 1.9.15cvs10: use Compose
9010                 instead of News by default
9011
9012 2005-10-04 [colin]      1.9.15cvs12
9013
9014         * src/compose.c
9015                 When replying to an ML post with Reply-To set
9016                 to the poster's email, honor it (as before),
9017                 but also honor our user's request to reply to
9018                 the mailing list: set the ML address in the To
9019                 field and the Reply-To address in the Cc: 
9020                 field.
9021
9022 2005-10-04 [colin]      1.9.15cvs11
9023
9024         * src/plugins/trayicon/trayicon.c
9025                 Finish cosmetic change - thanks to wwp
9026
9027 2005-10-04 [colin]      1.9.15cvs10
9028
9029         * src/toolbar.c
9030                 Use Compose instead of Email by default.
9031                 Spotted by wwp.
9032
9033 2005-10-04 [colin]      1.9.15cvs9
9034
9035         * src/folder.c
9036         * src/folder.h
9037         * src/folderview.c
9038         * src/imap.c
9039         * src/etpan/imap-thread.c
9040         * src/etpan/imap-thread.h
9041                 Try to make IMAP faster, by simplifying SEARCH
9042                 commands, avoiding sending two STATUS in a row,
9043                 and deferring flags sync and processing just
9044                 after displaying the folder. 
9045                 This will update the SummaryView in certain
9046                 cases (new mails not already fetched, flags
9047                 changed from another client) but in a non-
9048                 blocking manner.
9049
9050 2005-10-04 [colin]      1.9.15cvs8
9051
9052         * src/plugins/trayicon/trayicon.c
9053                 Relabel "Offline" to "Work offline"
9054
9055 2005-10-04 [colin]      1.9.15cvs7
9056
9057         * src/export.c
9058         * src/import.c
9059         * src/mbox.c
9060                 Fix mbox import/export buglets
9061                 Patch by wwp
9062         * src/plugins/trayicon/trayicon.c
9063                 Add offline swithc
9064                 Patch by wwp
9065
9066 2005-10-04 [colin]      1.9.15cvs6
9067
9068         * src/folder.c
9069         * src/folderview.c
9070         * src/summaryview.c
9071                 Better fix (don't break mark all read) for cvs2
9072
9073 2005-10-03 [colin]      1.9.15cvs5
9074
9075         * src/folder.c
9076                 Use a sane sort by default
9077
9078 2005-10-03 [colin]      1.9.15cvs4
9079
9080         * src/inc.c
9081                 Add a 'Only once' button for overriding offline mode
9082         * src/prefs_account.c
9083         * src/wizard.c
9084                 Add Local mbox to the wizard
9085                 Add IMAP subdir to the wizard (or the wizard is useless
9086                 for such accounts, or even worse than useless)
9087                 Move IMAP subdir from Advanced to Receive tab, as it's
9088                 not that uncommon
9089
9090 2005-10-03 [colin]      1.9.15cvs3
9091
9092         * src/send_message.c
9093                 Forgot this one in cvs1
9094
9095 2005-10-03 [colin]      1.9.15cvs2
9096
9097         * src/folder.c
9098                 Faster close when leaving a folder with lots
9099                 of new mails. Idea by David Relson.
9100
9101 2005-10-03 [colin]      1.9.15cvs1
9102
9103         * src/compose.c
9104         * src/imap.c
9105         * src/inc.c
9106         * src/main.c
9107         * src/messageview.c
9108         * src/news.c
9109         * src/summaryview.c
9110         * src/gtk/sslcertwindow.c
9111         * src/plugins/trayicon/trayicon.c
9112                 Add accels to every AlertPanel. Patch by Fabien 
9113                 Vantard
9114
9115 2005-10-03 [paul]       1.9.15
9116
9117         1.9.15 released
9118
9119 2005-10-03 [paul]       1.9.14cvs68
9120
9121         * po/ca.po
9122         * po/de.po
9123         * po/es.po
9124         * po/fi.po
9125         * po/fr.po
9126         * po/sk.po
9127         * po/sr.po
9128         * po/zh_CN.po
9129                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9130                 Mones Lastra, Tommi Pirinen, Fabien vantard,
9131                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
9132
9133 2005-10-03 [paul]       1.9.14cvs67
9134
9135         * src/send_message.c
9136                 prevent hang on Cancel
9137                 patch by Colin
9138
9139 2005-10-03 [paul]       1.9.14cvs66
9140
9141         * src/main.c
9142                 fix crash in IMAP caused by discrepancy
9143                 between check_at_startup and offline mode
9144                 Patch by Colin
9145
9146 2005-10-01 [paul]       1.9.14cvs65
9147
9148         * src/inc.c
9149                 fix engrish
9150
9151 2005-10-01 [paul]       1.9.14cvs64
9152         * src/export.c
9153         * src/import.c
9154                 synchronise import_mbox() and export_mbox()
9155         * src/mbox.c
9156                 proc_mbox(): add alert if file cannot be opened
9157                 export_list_to_mbox(): test if dest file exists,
9158                 prompt user to overwrite if it does. add alert
9159                 if file cannot be created
9160                                                                 
9161         Patch by wwp
9162                                                                                                                 
9163
9164 2005-09-30 [paul]       1.9.14cvs63
9165
9166         * src/addressbook.c
9167                 Fix sensitivity of a menu
9168         * src/codeconv.c
9169                 Respect hidden pref for mails with no encoding
9170         * src/common/xml.c
9171                 Fix memory corruption
9172         * src/plugins/pgpcore/sgpgme.c
9173                 Fix segfault on incomplete sigs, and display
9174                 of S/Mime UIDs
9175
9176         Patches by Colin
9177
9178 2005-09-30 [colin]      1.9.14cvs62
9179
9180         * src/partial_download.c
9181                 Little logic fix in almost-dead code
9182         * src/pop.c
9183                 Fix partial download when there's no new mail
9184
9185 2005-09-29 [paul]       1.9.14cvs61
9186
9187         * src/plugins/pgpinline/pgpinline.c
9188                 fix bug 819, 'crash accessing sign message'
9189                 Patch by Colin
9190
9191 2005-09-28 [martin]     1.9.14cvs60
9192
9193         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9194                 fix bug #790 (Crash when restarting window manager (fluxbox))
9195
9196 2005-09-28 [paul]       1.9.14cvs59
9197
9198         * src/gtk/gtkaspell.c
9199                 fix off-by-one typo
9200
9201 2005-09-27 [colin]      1.9.14cvs58
9202
9203         * src/plugins/pgpcore/sgpgme.c
9204                 Report error when there's one, instead of
9205                 "Signature unchecked" 
9206
9207 2005-09-27 [colin]      1.9.14cvs57
9208
9209         * src/prefs_quote.c
9210                 Fix bug #816 (Weird quotation with spaces)
9211
9212 2005-09-27 [colin]      1.9.14cvs56
9213
9214         * src/codeconv.c
9215         * src/compose.c
9216         * src/compose.h
9217                 Put subject in compose's title
9218                 Fix Automatic encoding so that it's really automatic:
9219                 first try default locale's charset, then charset of the replied mail, 
9220                 then utf-8
9221                 Fix encoding of headers (must be in strict mode too)
9222
9223 2005-09-26 [colin]      1.9.14cvs55
9224
9225         * src/gtk/gtkaspell.c
9226                 Fix previous patch - don't color the space,
9227                 just uncolor it :)
9228
9229 2005-09-26 [colin]      1.9.14cvs54
9230
9231         * src/gtk/gtkaspell.c
9232                 Unmark space if possible
9233
9234 2005-09-26 [colin]      1.9.14cvs53
9235
9236         * src/imap.c
9237                 log_error instead of alertpanel according to the pref
9238         * src/etpan/imap-thread.c
9239                 Print connect status, copy only necessary size to 
9240                 logger
9241         * src/plugins/pgpmime/pgpmime.c
9242                 Handle S/Mime signatures (verification only). Patch based
9243                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
9244
9245 2005-09-26 [paul]       1.9.14cvs52
9246
9247         * src/common/passcrypt.c
9248                 this 'workaround' not necessary on NetBSD.
9249                 Thanks to Daniel Gustafson
9250
9251 2005-09-26 [paul]
9252
9253         1.9.15-rc4 released
9254
9255 2005-09-26 [paul]       1.9.14cvs51
9256
9257         * src/summaryview.c
9258                 Skip currently selected message when
9259                 looking for next new or unread message
9260                 in current folder. Patch by Colin
9261         * src/common/passcrypt.c
9262                 eliminate warnings on *BSD. Patch by
9263                 Daniel Gustafson
9264
9265 2005-09-26 [colin]      1.9.14cvs50
9266
9267         * src/procmsg.c
9268                 Call postfiltering hook anyway
9269
9270 2005-09-22 [colin]      1.9.14cvs49
9271
9272         * src/codeconv.c
9273         * src/codeconv.h
9274                 Add a strict mode that doesn't replace with _
9275         * src/compose.c
9276         * src/compose.h
9277                 Use strict conversion while sending
9278                 Fix race when drafting while sending (happens
9279                 on IMAP)
9280                 Fix d'n'd of messages from summaryview
9281         * src/prefs_common.c
9282         * src/prefs_common.h
9283                 add hidden utf8_instead_of_locale_for_broken_mail 
9284                 pref for people that preferred the default charset 
9285                 to be utf8 for broken mails
9286         * src/quote_fmt_parse.y
9287                 fix bug #815 (No quote insert if "From:" fied 
9288                 contained Russian letters)
9289         * src/summaryview.c
9290                 Fix d'n'd of messages to compose
9291
9292 2005-09-22 [paul]       1.9.14cvs48
9293
9294         * src/compose.c
9295                 fix bug where attachments Name entry
9296                 would display Path instead
9297
9298 2005-09-21 [paul]       1.9.14cvs47
9299
9300         * README
9301         * README.jp
9302         * configure.ac
9303         * config/config.rpath
9304         * doc/manual/en/sylpheed-20.html
9305         * doc/manual/es/sylpheed-20.html
9306         * po/bg.po
9307         * po/ca.po
9308         * po/de.po
9309         * po/es.po
9310         * po/fr.po
9311         * po/it.po
9312         * po/pt_BR.po
9313         * po/sk.po
9314         * po/zh_TW.po
9315         * src/account.c
9316         * src/account.h
9317         * src/action.c
9318         * src/action.h
9319         * src/adbookbase.h
9320         * src/addr_compl.c
9321         * src/addr_compl.h
9322         * src/addrbook.c
9323         * src/addrbook.h
9324         * src/addrcache.c
9325         * src/addrcache.h
9326         * src/addrcindex.c
9327         * src/addrcindex.h
9328         * src/addrclip.c
9329         * src/addrclip.h
9330         * src/addrdefs.h
9331         * src/addressadd.c
9332         * src/addressadd.h
9333         * src/addressbook.c
9334         * src/addressbook.h
9335         * src/addressitem.h
9336         * src/addrgather.c
9337         * src/addrgather.h
9338         * src/addrharvest.c
9339         * src/addrharvest.h
9340         * src/addrindex.c
9341         * src/addrindex.h
9342         * src/addritem.c
9343         * src/addritem.h
9344         * src/addrquery.c
9345         * src/addrquery.h
9346         * src/addrselect.c
9347         * src/addrselect.h
9348         * src/alertpanel.c
9349         * src/alertpanel.h
9350         * src/browseldap.c
9351         * src/browseldap.h
9352         * src/codeconv.c
9353         * src/codeconv.h
9354         * src/compose.c
9355         * src/compose.h
9356         * src/crash.c
9357         * src/crash.h
9358         * src/customheader.c
9359         * src/customheader.h
9360         * src/displayheader.c
9361         * src/displayheader.h
9362         * src/editaddress.c
9363         * src/editaddress.h
9364         * src/editbook.c
9365         * src/editbook.h
9366         * src/editgroup.c
9367         * src/editgroup.h
9368         * src/editjpilot.c
9369         * src/editjpilot.h
9370         * src/editldap.c
9371         * src/editldap.h
9372         * src/editldap_basedn.c
9373         * src/editldap_basedn.h
9374         * src/editvcard.c
9375         * src/editvcard.h
9376         * src/enriched.c
9377         * src/enriched.h
9378         * src/exphtmldlg.c
9379         * src/exphtmldlg.h
9380         * src/expldifdlg.c
9381         * src/expldifdlg.h
9382         * src/export.c
9383         * src/export.h
9384         * src/exporthtml.c
9385         * src/exporthtml.h
9386         * src/exportldif.c
9387         * src/exportldif.h
9388         * src/filtering.c
9389         * src/filtering.h
9390         * src/folder.c
9391         * src/folder.h
9392         * src/folder_item_prefs.c
9393         * src/folder_item_prefs.h
9394         * src/foldersel.c
9395         * src/foldersel.h
9396         * src/folderutils.c
9397         * src/folderutils.h
9398         * src/folderview.c
9399         * src/folderview.h
9400         * src/grouplistdialog.c
9401         * src/grouplistdialog.h
9402         * src/headerview.c
9403         * src/headerview.h
9404         * src/html.c
9405         * src/html.h
9406         * src/image_viewer.c
9407         * src/image_viewer.h
9408         * src/imap.c
9409         * src/imap.h
9410         * src/imap_gtk.c
9411         * src/imap_gtk.h
9412         * src/import.c
9413         * src/import.h
9414         * src/importldif.c
9415         * src/importldif.h
9416         * src/importmutt.c
9417         * src/importmutt.h
9418         * src/importpine.c
9419         * src/importpine.h
9420         * src/inc.c
9421         * src/inc.h
9422         * src/jpilot.c
9423         * src/jpilot.h
9424         * src/ldapctrl.c
9425         * src/ldapctrl.h
9426         * src/ldaplocate.c
9427         * src/ldaplocate.h
9428         * src/ldapquery.c
9429         * src/ldapquery.h
9430         * src/ldapserver.c
9431         * src/ldapserver.h
9432         * src/ldaputil.c
9433         * src/ldaputil.h
9434         * src/ldif.c
9435         * src/ldif.h
9436         * src/localfolder.c
9437         * src/localfolder.h
9438         * src/main.c
9439         * src/main.h
9440         * src/mainwindow.c
9441         * src/mainwindow.h
9442         * src/manual.c
9443         * src/manual.h
9444         * src/matcher.c
9445         * src/matcher.h
9446         * src/matcher_parser.h
9447         * src/matcher_parser_lex.l
9448         * src/matcher_parser_parse.y
9449         * src/mbox.c
9450         * src/mbox.h
9451         * src/message_search.c
9452         * src/message_search.h
9453         * src/messageview.c
9454         * src/messageview.h
9455         * src/mh.c
9456         * src/mh.h
9457         * src/mh_gtk.c
9458         * src/mh_gtk.h
9459         * src/mimeview.c
9460         * src/mimeview.h
9461         * src/msgcache.c
9462         * src/msgcache.h
9463         * src/mutt.c
9464         * src/mutt.h
9465         * src/news.c
9466         * src/news.h
9467         * src/news_gtk.c
9468         * src/news_gtk.h
9469         * src/noticeview.c
9470         * src/noticeview.h
9471         * src/partial_download.c
9472         * src/partial_download.h
9473         * src/pine.c
9474         * src/pine.h
9475         * src/pop.c
9476         * src/pop.h
9477         * src/prefs_account.c
9478         * src/prefs_account.h
9479         * src/prefs_actions.c
9480         * src/prefs_actions.h
9481         * src/prefs_common.c
9482         * src/prefs_common.h
9483         * src/prefs_compose_writing.c
9484         * src/prefs_compose_writing.h
9485         * src/prefs_customheader.c
9486         * src/prefs_customheader.h
9487         * src/prefs_display_header.c
9488         * src/prefs_display_header.h
9489         * src/prefs_ext_prog.c
9490         * src/prefs_ext_prog.h
9491         * src/prefs_filtering.c
9492         * src/prefs_filtering.h
9493         * src/prefs_filtering_action.c
9494         * src/prefs_filtering_action.h
9495         * src/prefs_folder_column.c
9496         * src/prefs_folder_column.h
9497         * src/prefs_folder_item.c
9498         * src/prefs_folder_item.h
9499         * src/prefs_fonts.c
9500         * src/prefs_fonts.h
9501         * src/prefs_gtk.c
9502         * src/prefs_gtk.h
9503         * src/prefs_image_viewer.c
9504         * src/prefs_image_viewer.h
9505         * src/prefs_matcher.c
9506         * src/prefs_matcher.h
9507         * src/prefs_message.c
9508         * src/prefs_message.h
9509         * src/prefs_msg_colors.c
9510         * src/prefs_msg_colors.h
9511         * src/prefs_other.c
9512         * src/prefs_other.h
9513         * src/prefs_quote.c
9514         * src/prefs_quote.h
9515         * src/prefs_receive.c
9516         * src/prefs_receive.h
9517         * src/prefs_send.c
9518         * src/prefs_send.h
9519         * src/prefs_spelling.c
9520         * src/prefs_spelling.h
9521         * src/prefs_summaries.c
9522         * src/prefs_summaries.h
9523         * src/prefs_summary_column.c
9524         * src/prefs_summary_column.h
9525         * src/prefs_template.c
9526         * src/prefs_template.h
9527         * src/prefs_themes.c
9528         * src/prefs_themes.h
9529         * src/prefs_toolbar.c
9530         * src/prefs_toolbar.h
9531         * src/prefs_wrapping.c
9532         * src/prefs_wrapping.h
9533         * src/privacy.c
9534         * src/privacy.h
9535         * src/procheader.c
9536         * src/procheader.h
9537         * src/procmime.c
9538         * src/procmime.h
9539         * src/procmsg.c
9540         * src/procmsg.h
9541         * src/quote_fmt.c
9542         * src/quote_fmt_parse.y
9543         * src/recv.c
9544         * src/recv.h
9545         * src/remotefolder.c
9546         * src/remotefolder.h
9547         * src/send_message.c
9548         * src/send_message.h
9549         * src/setup.c
9550         * src/setup.h
9551         * src/simple-gettext.c
9552         * src/sourcewindow.c
9553         * src/sourcewindow.h
9554         * src/ssl_manager.c
9555         * src/ssl_manager.h
9556         * src/statusbar.c
9557         * src/statusbar.h
9558         * src/stock_pixmap.c
9559         * src/stock_pixmap.h
9560         * src/summary_search.c
9561         * src/summary_search.h
9562         * src/summaryview.c
9563         * src/summaryview.h
9564         * src/syldap.c
9565         * src/syldap.h
9566         * src/textview.c
9567         * src/textview.h
9568         * src/toolbar.c
9569         * src/toolbar.h
9570         * src/undo.c
9571         * src/undo.h
9572         * src/unmime.c
9573         * src/unmime.h
9574         * src/vcard.c
9575         * src/vcard.h
9576         * src/wizard.c
9577         * src/wizard.h
9578         * src/common/base64.c
9579         * src/common/base64.h
9580         * src/common/defs.h
9581         * src/common/hooks.c
9582         * src/common/hooks.h
9583         * src/common/log.c
9584         * src/common/log.h
9585         * src/common/md5.c
9586         * src/common/md5.h
9587         * src/common/mgutils.c
9588         * src/common/mgutils.h
9589         * src/common/nntp.c
9590         * src/common/nntp.h
9591         * src/common/passcrypt.c
9592         * src/common/passcrypt.h.in
9593         * src/common/plugin.c
9594         * src/common/plugin.h
9595         * src/common/prefs.c
9596         * src/common/prefs.h
9597         * src/common/progressindicator.c
9598         * src/common/progressindicator.h
9599         * src/common/quoted-printable.c
9600         * src/common/quoted-printable.h
9601         * src/common/session.c
9602         * src/common/session.h
9603         * src/common/smtp.c
9604         * src/common/smtp.h
9605         * src/common/socket.c
9606         * src/common/socket.h
9607         * src/common/ssl.c
9608         * src/common/ssl.h
9609         * src/common/ssl_certificate.c
9610         * src/common/ssl_certificate.h
9611         * src/common/string_match.c
9612         * src/common/string_match.h
9613         * src/common/stringtable.c
9614         * src/common/sylpheed.c
9615         * src/common/sylpheed.h
9616         * src/common/template.c
9617         * src/common/template.h
9618         * src/common/timing.h
9619         * src/common/utils.c
9620         * src/common/utils.h
9621         * src/common/uuencode.c
9622         * src/common/uuencode.h
9623         * src/common/version.h.in
9624         * src/common/xml.c
9625         * src/common/xml.h
9626         * src/common/xmlprops.c
9627         * src/common/xmlprops.h
9628         * src/gtk/about.c
9629         * src/gtk/about.h
9630         * src/gtk/colorlabel.c
9631         * src/gtk/colorlabel.h
9632         * src/gtk/colorsel.c
9633         * src/gtk/colorsel.h
9634         * src/gtk/description_window.c
9635         * src/gtk/description_window.h
9636         * src/gtk/filesel.c
9637         * src/gtk/filesel.h
9638         * src/gtk/foldersort.c
9639         * src/gtk/foldersort.h
9640         * src/gtk/gtkutils.c
9641         * src/gtk/gtkutils.h
9642         * src/gtk/inputdialog.c
9643         * src/gtk/inputdialog.h
9644         * src/gtk/logwindow.c
9645         * src/gtk/logwindow.h
9646         * src/gtk/manage_window.c
9647         * src/gtk/manage_window.h
9648         * src/gtk/menu.c
9649         * src/gtk/menu.h
9650         * src/gtk/pluginwindow.c
9651         * src/gtk/pluginwindow.h
9652         * src/gtk/prefswindow.c
9653         * src/gtk/prefswindow.h
9654         * src/gtk/progressdialog.c
9655         * src/gtk/progressdialog.h
9656         * src/gtk/quicksearch.c
9657         * src/gtk/quicksearch.h
9658         * src/gtk/sslcertwindow.c
9659         * src/gtk/sslcertwindow.h
9660         * src/plugins/clamav/clamav_plugin.c
9661         * src/plugins/clamav/clamav_plugin.h
9662         * src/plugins/clamav/clamav_plugin_gtk.c
9663         * src/plugins/demo/demo.c
9664         * src/plugins/dillo_viewer/dillo_prefs.c
9665         * src/plugins/dillo_viewer/dillo_prefs.h
9666         * src/plugins/dillo_viewer/dillo_viewer.c
9667         * src/plugins/mathml_viewer/mathml_viewer.c
9668         * src/plugins/pgpcore/passphrase.c
9669         * src/plugins/pgpcore/passphrase.h
9670         * src/plugins/pgpcore/plugin.c
9671         * src/plugins/pgpcore/prefs_gpg.c
9672         * src/plugins/pgpcore/prefs_gpg.h
9673         * src/plugins/pgpcore/select-keys.c
9674         * src/plugins/pgpcore/select-keys.h
9675         * src/plugins/pgpcore/sgpgme.c
9676         * src/plugins/pgpcore/sgpgme.h
9677         * src/plugins/pgpinline/pgpinline.c
9678         * src/plugins/pgpinline/pgpinline.h
9679         * src/plugins/pgpinline/plugin.c
9680         * src/plugins/pgpmime/pgpmime.c
9681         * src/plugins/pgpmime/pgpmime.h
9682         * src/plugins/pgpmime/plugin.c
9683         * src/plugins/spamassassin/spamassassin.c
9684         * src/plugins/spamassassin/spamassassin.h
9685         * src/plugins/spamassassin/spamassassin_gtk.c
9686         * src/plugins/trayicon/trayicon.c
9687         * tools/OOo2sylpheed.pl
9688         * tools/acroread2sylpheed.pl
9689         * tools/asus_mailled.sh
9690         * tools/filter_conv.pl
9691         * tools/freshmeat_search.pl
9692         * tools/google_search.pl
9693         * tools/kmail2sylpheed.pl
9694         * tools/kmail2sylpheed_v2.pl
9695         * tools/maildir2sylpheed.pl
9696         * tools/multiwebsearch.pl
9697         * tools/newscache_clean.pl
9698         * tools/outlook2sylpheed.pl
9699         * tools/sylpheed-switcher
9700         * tools/update-po
9701         * tools/vcard2xml.py
9702         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9703                 update FSF address
9704
9705 2005-09-21 [colin]      1.9.14cvs46
9706
9707         * src/gedit-print.c
9708         * src/procmsg.c
9709         * src/procmsg.h
9710         * src/textview.c
9711         * src/summaryview.c
9712                 Remove some printing hacks (deselection/reselection),
9713                 which by the way fix printing the currently 
9714                 displayed mime part (still only text)
9715                 Plus a little optimisation of summary_show
9716
9717
9718 2005-09-20 [colin]      1.9.14cvs45
9719
9720         * src/mainwindow.c
9721         * src/messageview.c
9722                 GUI fixups: add accels, set message
9723                 view title to displayed mail's subject
9724         * src/prefs_spelling.c
9725         * src/gtk/gtkaspell.c
9726                 GUI fixups: allow underlining misspelled
9727                 words instead of coloring them (a11y!)
9728
9729 2005-09-19 [colin]
9730
9731         1.9.15rc3 released
9732
9733 2005-09-19 [colin]      1.9.14cvs44
9734
9735         * src/compose.c
9736                 Fix draft message
9737         * src/gtk/gtkaspell.c
9738                 Fix wrong test ;-)
9739
9740 2005-09-19 [colin]      1.9.14cvs43
9741
9742         * src/addressbook.c
9743                 Fix sensitivity of Delete button
9744         * src/compose.c
9745                 Warn if the requested Privacy system
9746                 is not available
9747         * src/exphtmldlg.c
9748         * src/expldifdlg.c
9749         * src/importldif.c
9750         * src/importmutt.c
9751         * src/importpine.c
9752                 Fix crappy UI
9753         * src/
9754         * src/ssl.h
9755         * src/prefs_account.h
9756         * src/prefs_account.c
9757                 Save SSL prefs even in builds that have
9758                 SSL support disable
9759         * src/imap.c
9760         * src/inc.c
9761         * src/news.c
9762         * src/send_message.c
9763                 Warn if connection should be secure, but
9764                 SSL support isn't compiled in
9765         * src/gtkaspell.c
9766                 Fix word separation on UTF-8 systems
9767                 Fixes bug #812 (Strange inline spellchecking)
9768         * src/compose.c
9769                 Warn if the requested Privacy system
9770                 is not available
9771                 Factorize offline warning
9772         * src/imap.c
9773         * src/imap_gtk.c
9774         * src/imap_gtk.h
9775         * src/inc.h
9776         * src/news_gtk.c
9777         * src/news_gtk.h
9778         * src/messageview.c
9779                 Factorize offline warning
9780
9781 2005-09-19 [paul]
9782
9783         1.9.15-rc2 released
9784
9785 2005-09-18 [colin]      1.9.14cvs42
9786
9787         * src/codeconv.c
9788         * src/codeconv.h
9789         * src/procmime.c
9790                 Add a way to get locale's charset ignoring utf-8,
9791                 and use that as default encoding for broken mails
9792
9793 2005-09-18 [colin]      1.9.14cvs41
9794
9795         * src/gtk/logwindow.c
9796                 Translate string. Patch by Fabien Vantard
9797
9798 2005-09-18 [colin]      1.9.14cvs40
9799
9800         * configure.ac
9801                 Fix bug #803 (IMAP/SSL support breaks with 
9802                 GnuTLS libetpan 0.38)
9803
9804 2005-09-18 [colin]      1.9.14cvs39
9805
9806         * src/codeconv.c
9807         * src/compose.c
9808         * src/procmime.c
9809                 More charsets fixes. Fixes bug #806 (non
9810                 ascii characters in subject line)
9811
9812 2005-09-17 [paul]       1.9.14cvs38
9813
9814         * src/folderview.c
9815         * src/mainwindow.c
9816                 fix gcc-2.95 issues
9817                 Patch by Pawel Pekala
9818
9819 2005-09-17 [colin]      1.9.14cvs37
9820
9821         * src/addrindex.c
9822                 bugfix for NO-USE LDAP compilation, patch 
9823                 by Fabien Vantard
9824
9825 2005-09-17 [colin]      1.9.14cvs36
9826
9827         * src/prefs_actions.c
9828         * src/prefs_customheader.c
9829         * src/prefs_display_header.c
9830         * src/prefs_filtering_action.c
9831         * src/prefs_matcher.c
9832         * src/prefs_toolbar.c
9833                 Fix strange casts (less elegant but
9834                 works better)
9835
9836 2005-09-16 [colin]      1.9.14cvs35
9837
9838         * src/jpilot.c
9839                 Missed that one
9840
9841 2005-09-16 [colin]      1.9.14cvs34
9842
9843         * configure.ac
9844         * src/Makefile.am
9845         * src/addr_compl.c
9846         * src/addrindex.c
9847         * src/browseldap.c
9848         * src/editldap.c
9849         * src/ldaplocate.c
9850         * src/ldapquery.c
9851         * src/ldapquery.h
9852         * src/ldapserver.c
9853         * src/ldapserver.h
9854         * src/main.c
9855         * src/matcher_parser_parse.y
9856         * src/prefs_themes.c
9857         * src/etpan/Makefile.am
9858         * src/gtk/description_window.c
9859         * src/plugins/clamav/Makefile.am
9860         * src/plugins/clamav/clamav_plugin.c
9861         * src/plugins/dillo_viewer/Makefile.am
9862         * src/plugins/pgpcore/Makefile.am
9863         * src/plugins/pgpinline/Makefile.am
9864         * src/plugins/pgpmime/Makefile.am
9865         * src/plugins/trayicon/Makefile.am
9866                 Fix 100% cpu usage in address completion list
9867                 Fix little bugs (return with no values etc)
9868                 Fix all warnings (with common CFLAGS)
9869
9870 2005-09-15 [colin]      1.9.14cvs33
9871
9872         * src/addressbook.c
9873                 Fix bug where sometimes a group's email list is empty,
9874                 force its refresh (probably fixes "Re: how to create a 
9875                 distribution list")
9876         * src/ldapquery.c
9877                 Don't return to the callback in the main thread from the
9878                 fetch thread (or face segs!)
9879
9880 2005-09-15 [paul]       1.9.14cvs32
9881
9882         * src/prefs_matcher.c
9883                 forgotten in last commit
9884
9885 2005-09-15 [paul]       1.9.14cvs31
9886
9887         * src/prefs_actions.c
9888         * src/prefs_filtering_action.c
9889         * src/prefs_quote.c
9890         * src/quote_fmt.c
9891         * src/summaryview.c
9892         * src/gtk/description_window.c
9893         * src/gtk/description_window.h
9894         * src/gtk/quicksearch.c
9895                 allow interaction with the called
9896                 description window
9897                 Patch by Anders Hammar
9898
9899 2005-09-14 [paul]       1.9.14cvs30
9900
9901         * src/compose.c
9902                 fix a little annoyance when pasting with 3rd button 
9903                 with wrap_pastes=0 and wrap_input=1
9904                 Patch by Colin
9905
9906 2005-09-14 [paul]       1.9.14cvs29
9907
9908         * src/prefs_account.c
9909                 disable 'Filter messages on receiving' for
9910                 SMTP-only accounts
9911                 Patch  by Anders Hammar
9912
9913 2005-09-14 [paul]       1.9.14cvs28
9914
9915         * po/sk.po
9916                 fix crash
9917                 updated by Andrej Kacian
9918
9919 2005-09-14 [paul]
9920
9921         1.9.15-rc1 released
9922
9923 2005-09-14 [paul]       1.9.14cvs27
9924
9925         * po/es.po
9926                 updated by Ricardo Mones Lastra
9927         * src/compose.c
9928         * src/compose.h
9929                 associate no_wrap_tags to Compose windows
9930                 instead of using a static one
9931                 Patch by Colin
9932         * src/mbox.c
9933                 fix proc_mbox()
9934                 Patch by wwp
9935         * src/textview.c
9936                 remove unneeded printf()
9937
9938 2005-09-14 [paul]       1.9.14cvs26
9939
9940         * src/addrcache.c
9941         * src/codeconv.h
9942         * src/folder.h
9943         * src/mainwindow.h
9944         * src/mh.c
9945         * src/mimeview.h
9946         * src/partial_download.c
9947         * src/pop.c
9948         * src/prefs_account.c
9949         * src/prefs_account.h
9950         * src/prefs_actions.c
9951         * src/prefs_customheader.c
9952         * src/prefs_display_header.c
9953         * src/prefs_filtering_action.c
9954         * src/prefs_matcher.c
9955         * src/prefs_toolbar.c
9956         * src/privacy.h
9957         * src/procmime.c
9958         * src/procmime.h
9959         * src/procmsg.h
9960         * src/textview.c
9961         * src/undo.h
9962         * src/common/plugin.c
9963         * src/common/session.h
9964         * src/common/socket.c
9965         * src/common/socket.h
9966         * src/common/template.c
9967         * src/gtk/gtkaspell.c
9968         * src/gtk/quicksearch.h
9969         * src/plugins/pgpcore/passphrase.c
9970         * src/plugins/pgpcore/prefs_gpg.h
9971         * src/plugins/pgpcore/select-keys.c
9972         * src/plugins/pgpcore/select-keys.h
9973         * src/plugins/pgpcore/sgpgme.c
9974         * src/plugins/pgpinline/pgpinline.c
9975         * src/plugins/pgpmime/pgpmime.c
9976         * src/plugins/trayicon/trayicon.c
9977                 fix compilation warnings
9978                 Patch by Daniel Gustafson
9979
9980 2005-09-14 [paul]       1.9.14cvs25
9981
9982         * src/addressbook.c
9983                 add missing column header, and other small
9984                 bug fixes
9985                 Patch by Anders Hammar
9986
9987 2005-09-13 [colin]      1.9.14cvs24
9988
9989         * src/gtk/gtkaspell.c
9990                 Fix non-utf8 in menu
9991                 Fix little leaks
9992                 Nullify struct members after free()s
9993
9994 2005-09-13 [colin]      1.9.14cvs23
9995
9996         * src/compose.c
9997                 Test utf8 compliance before inserting to 
9998                 buffer, and try to convert if necessary
9999         * src/procmime.c
10000                 If no charset is present, use the locale 
10001                 one instead of us-ascii
10002         * src/procmsg.c
10003                 Add Sender, List-Post and To in the checked 
10004                 headers for automatic rules creation 
10005                 (thanks to wwp)
10006         * src/prefs_themes.c
10007         * src/gtk/gtkaspell.c
10008                 Remove deprecated functions. 
10009                 patch by Daniel Gustafson
10010
10011 2005-09-12 [colin]      1.9.14cvs22
10012
10013         * src/compose.c
10014                 Fix bug #448 (Scrolling/Redraw issue with 
10015                 address-fields in Header)
10016         * src/mainwindow.c
10017         * src/summaryview.c
10018         * src/summaryview.h
10019                 Fix loss of MSG_MARKED on move/copy
10020                 Fix bug #804 (Quicksearch togglebutton doesn't 
10021                 get depressed after '/' key is pressed)
10022
10023 2005-09-12 [paul]       1.9.14cvs21
10024
10025         * AUTHORS
10026         * src/gtk/logwindow.c
10027                 add 'Clear Log' to popup menu
10028                 Patch by Anders Hammar <anders.hammar@telia.com>
10029
10030 2005-09-12 [paul]       1.9.14cvs20
10031
10032         * src/compose.c
10033                 set correct sensitivity on attachments
10034                 popup menu
10035         * src/folder.c
10036                 fix typo
10037         * src/prefs_spelling.c
10038                 fix crash when no LANG env is set
10039         * src/common/xml.c
10040                 fix crash in wizard
10041                 don't use memeory after free
10042
10043         All patches by Daniel Gustafson
10044
10045 2005-09-12 [paul]       1.9.14cvs19
10046
10047         * src/prefs_themes.c
10048                 make theme info selectable
10049         * src/gtk/description_window.c
10050                 make window non-modal
10051         * tools/README
10052                 add details of asus_mailed.sh
10053         * tools/claws.i18n.status.pl
10054                 update for new zh_TW translator
10055                 widen the output
10056                 create alternate coloured lines
10057                 improve readability
10058
10059 2005-09-10 [colin]      1.9.14cvs18
10060
10061         * src/plugins/pgpcore/select-keys.c
10062                 Better order for the buttons
10063
10064 2005-09-10 [colin]      1.9.14cvs17
10065
10066         * src/compose.c
10067         * src/plugins/pgpcore/select-keys.c
10068         * src/plugins/pgpcore/select-keys.h
10069         * src/plugins/pgpcore/sgpgme.c
10070                 Add a "Don't encrypt" button to the key
10071                 selection dialog. Fixes bug #177 (There should be a 
10072                 'Don't encrypt button in the Select Keys dialog)
10073
10074 2005-09-10 [colin]      1.9.14cvs16
10075
10076         * src/compose.c
10077                 Fix bug #572 (%X option does not work with templates)
10078
10079 2005-09-10 [colin]      1.9.14cvs15
10080
10081         * src/toolbar.c 
10082                 Remove g_print
10083
10084 2005-09-10 [colin]      1.9.14cvs14
10085
10086         * src/imap.c
10087                 Fix a possible crash
10088
10089 2005-09-09 [colin]      1.9.14cvs13
10090
10091         * src/imap.c
10092         * src/etpan/imap-thread.c
10093         * src/etpan/imap-thread.h
10094                 Fix moving from queue or drafts to normal folders
10095                 Fix bug #794 (No way to delete without expunging)
10096                 Take flags unset by other mailers into account
10097                 Take deleted flag set by other mailers into account
10098                 Fix unsetting REPLIED flag
10099                 Fix crash when capabilities can't be retrieved
10100         * src/mainwindow.c
10101         * src/mainwindow.h
10102                 Add M_DELAYED_FLAGS condition, and let the user use
10103                 Execute in order to be able to expunge deleted mails,
10104                 even if he's not in delayed execute mode
10105         * src/prefs_spelling.c
10106                 Use 'en' dictionary by default if LANG is POSIX or C
10107         * src/gtk/prefswindow.c
10108                 Fix bug #767 (Preferences windows expanding) by making
10109                 the window a bit larger when the resolution is greater
10110                 than 640x480, and by putting the prefs in a
10111                 GtkScrolledWindow.
10112
10113 2005-09-09 [paul]       1.9.14cvs12
10114
10115         * AUTHORS
10116         * configure.ac
10117         * po/zh_TW.Big5.po      ** REMOVED **
10118         * po/zh_TW.po           ** ADDED **
10119                 updated by Wei-Lun Chao
10120
10121 2005-09-09 [paul]       1.9.14cvs11
10122
10123         * src/mainwindow.c
10124                 fix asserts
10125         * src/common/xml.c
10126                 delay memory allocation until file is
10127                 opened successfully
10128                 Patch by Daniel Gustafson
10129
10130 2005-09-09 [colin]      1.9.14cvs10
10131
10132         * src/imap.c
10133                 Add guards
10134
10135 2005-09-08 [colin]      1.9.14cvs9
10136
10137         * src/compose.c
10138                 Alert when we can't save draft
10139                 Fix various wrap/color issues
10140                 Add mid-click pasting respecting wrap_paste option
10141         * src/folder.c
10142         * src/folder.h
10143         * src/folder_item_prefs.c
10144         * src/folder_item_prefs.h
10145         * src/imap.c
10146         * src/imap_gtk.c
10147         * src/imap_gtk.h
10148         * src/main.c
10149         * src/mainwindow.c
10150         * src/mainwindow.h
10151         * src/news.c
10152         * src/news_gtk.c
10153         * src/news_gtk.h
10154         * src/prefs_folder_item.c
10155                 Fix the impossibility to synchronise folders for
10156                 offline use (IMAP and NNTP are concerned)
10157
10158 2005-09-08 [colin]      1.9.14cvs8
10159
10160         * configure.ac
10161                 Build LDAP and JPilot by default if available
10162         * src/textview.c
10163                 Fix use after free
10164
10165 2005-09-08 [paul]       1.9.14cvs7
10166
10167         * doc/manual/en/sylpheed-1.html
10168         * doc/manual/en/sylpheed-18.html
10169         * doc/manual/en/sylpheed-19.html
10170         * doc/manual/en/sylpheed-4.html
10171         * doc/manual/en/sylpheed-6.html
10172         * doc/manual/en/sylpheed.html
10173                 a few minor updates, plus include some
10174                 details about plugins and their requirements
10175         * src/mainwindow.c
10176                 minor changes to English in /View/Sort
10177
10178 2005-09-07 [colin]      1.9.14cvs6
10179
10180         * doc/manual/en/sylpheed-1.html
10181         * doc/manual/en/sylpheed-10.html
10182         * doc/manual/en/sylpheed-11.html
10183         * doc/manual/en/sylpheed-12.html
10184         * doc/manual/en/sylpheed-13.html
10185         * doc/manual/en/sylpheed-14.html
10186         * doc/manual/en/sylpheed-15.html
10187         * doc/manual/en/sylpheed-16.html
10188         * doc/manual/en/sylpheed-17.html
10189         * doc/manual/en/sylpheed-18.html
10190         * doc/manual/en/sylpheed-19.html
10191         * doc/manual/en/sylpheed-2.html
10192         * doc/manual/en/sylpheed-20.html
10193         * doc/manual/en/sylpheed-21.html
10194         * doc/manual/en/sylpheed-22.html
10195         * doc/manual/en/sylpheed-3.html
10196         * doc/manual/en/sylpheed-4.html
10197         * doc/manual/en/sylpheed-5.html
10198         * doc/manual/en/sylpheed-6.html
10199         * doc/manual/en/sylpheed-7.html
10200         * doc/manual/en/sylpheed-8.html
10201         * doc/manual/en/sylpheed-9.html
10202         * doc/manual/en/sylpheed.html
10203                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
10204
10205 2005-09-07 [colin]      1.9.14cvs5
10206
10207         * src/mainwindow.c
10208                 Make labels more to-the-point
10209
10210 2005-09-07 [colin]      1.9.14cvs4
10211
10212         * doc/manual/en/sylpheed-1.html
10213         * doc/manual/en/sylpheed-12.html
10214         * doc/manual/en/sylpheed-13.html
10215         * doc/manual/en/sylpheed-14.html
10216         * doc/manual/en/sylpheed-15.html
10217         * doc/manual/en/sylpheed-16.html
10218         * doc/manual/en/sylpheed-17.html
10219         * doc/manual/en/sylpheed-18.html
10220         * doc/manual/en/sylpheed-19.html
10221         * doc/manual/en/sylpheed-2.html
10222         * doc/manual/en/sylpheed-20.html
10223         * doc/manual/en/sylpheed-21.html
10224         * doc/manual/en/sylpheed-22.html
10225         * doc/manual/en/sylpheed-4.html
10226         * doc/manual/en/sylpheed-5.html
10227         * doc/manual/en/sylpheed-6.html
10228         * doc/manual/en/sylpheed-7.html
10229         * doc/manual/en/sylpheed-8.html
10230         * doc/manual/en/sylpheed-9.html
10231         * doc/manual/en/sylpheed.html
10232                 Update manual
10233
10234 2005-09-07 [colin]      1.9.14cvs3
10235
10236         * doc/faq/en/sylpheed-faq-1.html
10237         * doc/faq/en/sylpheed-faq-2.html
10238         * doc/faq/en/sylpheed-faq-3.html
10239         * doc/faq/en/sylpheed-faq.html
10240                 Update FAQ
10241
10242 2005-09-07 [colin]      1.9.14cvs2
10243
10244         * src/folderview.c
10245         * src/procmsg.c
10246         * src/summaryview.c
10247         * src/toolbar.c
10248                 Fix special subfolders:
10249                 - Inherit parent's icon
10250                 - sent contents of queues subfolders
10251                 - empty subfolders of trashes
10252         * src/mainwindow.c
10253                 Remove outdated manual and faq entries
10254         * src/common/utils.c
10255                 Add quotes around %s coming from mailcap
10256
10257 2005-09-07 [colin]      1.9.14cvs1
10258
10259         * src/compose.c
10260                 After saving draft, set modified to FALSE
10261         * src/mimeview.c
10262         * src/common/utils.c
10263         * src/common/utils.h
10264                 Try to open mime parts using what is 
10265                 indicated in ~/.mailcap or /etc/mailcap,
10266                 if possible.
10267
10268 2005-09-05 [paul]       1.9.14
10269
10270         1.9.14 released
10271
10272         * po/sk.po
10273                 updated by Andrej Kacian
10274
10275 2005-09-05 [paul]       1.9.13cvs83
10276
10277         * po/de.po
10278         * po/es.po
10279         * po/fi.po
10280         * po/fr.po
10281         * po/nb.po
10282         * po/pt_BR.po
10283         * po/sr.po
10284                 updated translations by Thomas Gilgin, Ricardo Mones
10285                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
10286                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
10287
10288 2005-09-04 [paul]       1.9.13cvs82
10289
10290         * src/compose.c
10291                 only warn about exceeded line length limit
10292                 on send
10293
10294 2005-09-04 [paul]       1.9.13cvs81
10295
10296         * src/compose.c
10297                 fix crash in 'line length exceeded' dialogue
10298
10299 2005-09-02 [paul]       1.9.13cvs80
10300
10301         * src/imap.c
10302                 fix bug 795, 'Connection lost IMAP'
10303                 and add statusbar prints
10304                 Patch by Colin
10305
10306 2005-09-02 [paul]       1.9.13cvs79
10307
10308         * src/compose.c
10309                 compose_wrap_paragraph() becomes
10310                 compose_beautify_paragraph()
10311                 Patch by Colin
10312
10313 2005-09-02 [colin]      1.9.13cvs78
10314
10315         * src/folderview.c
10316                 Micro-fix
10317
10318 2005-09-01 [colin]      1.9.13cvs77
10319
10320         * src/imap.c
10321                 Maybe fix bug #795 (Connection lost IMAP)
10322                 Don't try to send logout when we're disconnected.
10323         * src/summaryview.c
10324                 Include locked and marked emails in HRM
10325                 view. Fixes bug #800 (Locked messages no longer 
10326                 show up when hide read messages is used)
10327
10328 2005-09-01 [paul]       1.9.13cvs76
10329
10330         * src/prefs_common.c
10331                 fix bad cutting
10332
10333 2005-08-31 [colin]      1.9.13cvs75
10334
10335         * src/folderview.c
10336         * src/folderview.h
10337         * src/prefs_summaries.c
10338         * src/summaryview.c
10339                 Fix "go to next new", fix preference
10340                 (Open unread/next swapped)
10341
10342 2005-08-31 [paul]       1.9.13cvs74
10343
10344         * src/compose.c
10345         * src/folderview.c
10346         * src/headerview.c
10347         * src/headerview.h
10348         * src/mainwindow.c
10349         * src/prefs_common.c
10350         * src/prefs_common.h
10351         * src/prefs_fonts.c
10352         * src/summaryview.c
10353         * src/textview.c
10354         * src/common/defs.h
10355                 remove obsolete BOLD_FONT setting
10356                 fix font update in headerview and textview
10357                 headers after prefs change
10358                 Patch By Colin
10359
10360 2005-08-31 [paul]
10361
10362         1.9.14-rc4 released
10363
10364 2005-08-30 [colin]      1.9.13cvs73
10365
10366         * src/summaryview.c
10367                 When Hide read messages is selected and we
10368                 refresh the summaryview, don't remove the 
10369                 currently displayed message. Fixes bug #797
10370                 (Summary view reloads when new mail is 
10371                 downloaded in 1.9.14 rc)
10372
10373 2005-08-30 [colin]      1.9.13cvs72
10374
10375         * src/folderview.c
10376                 Fix flickering
10377         * src/mainwindow.c
10378                 Remove useless callback
10379         * src/mimeview.c
10380         * src/gtk/filesel.c
10381         * src/gtk/filesel.h
10382                 Add a filesel_select_file_save_folder() - used by Save All
10383
10384 2005-08-29 [paul]       1.9.13cvs71
10385
10386         * AUTHORS
10387         * src/matcher_parser_parse.y
10388         * src/etpan/imap-thread.c
10389                 fix building on FreeBSD
10390                 Patch by Daniel Gustafson <daniel@hobbit.se>
10391
10392 2005-08-29 [paul]       1.9.13cvs70
10393
10394         * src/plugins/pgpinline/pgpinline.c
10395                 only initialise sig result if it's been handled
10396                 Patch by Colin
10397
10398 2005-08-29 [paul]       1.9.13cvs69
10399         
10400         Patches by Colin:
10401
10402         * src/imap.c
10403         * src/common.utils.c
10404         * src/common/utils.h
10405                 optimisation
10406         * src/stock_pixmap.h
10407                 fix wrong icon reference
10408         * src/pixmaps/trash_btn.xpm
10409                 replace with nicer image
10410
10411 2005-08-28 [colin]      1.9.13cvs68
10412
10413         * src/Makefile.am
10414         * src/stock_pixmap.c
10415         * src/stock_pixmap.h
10416         * src/toolbar.c
10417         * src/pixmaps/trash_btn.xpm
10418                 Add a specific trash xpm for the button
10419
10420 2005-08-28 [colin]      1.9.13cvs67
10421
10422         * src/imap.c
10423                 Fix leak
10424
10425 2005-08-27 [colin]      1.9.13cvs66
10426
10427         * src/imap.c
10428         * src/procmime.c
10429                 Correctly fix "Problem with replies", fixes
10430                 pgpmime encryption too. 
10431
10432 2005-08-27 [colin]      1.9.13cvs65
10433
10434         * src/folder.c
10435         * src/procmsg.c
10436         * src/procmsg.h
10437         * src/summaryview.c
10438                 Fix bug #517 (messages removed from summaryview 
10439                 when moving fails)
10440
10441 2005-08-27 [colin]      1.9.13cvs64
10442
10443         * tools/Makefile.am
10444         * tools/asus_mailled.sh
10445                 Add a script to blink ASUS laptops' mail LED where there
10446                 is unread mail.
10447
10448 2005-08-27 [colin]      1.9.13cvs63
10449
10450         * src/imap.c
10451         * src/etpan/imap-thread.c
10452         * src/etpan/imap-thread.h
10453                 Implement automatic choosing of login method
10454                 Fixes bug #791
10455         * src/gtk/.cvsignore
10456                 Add sylpheed-marshal.[ch]
10457
10458 2005-08-27 [colin]      1.9.13cvs62
10459
10460         * src/common/utils.c
10461                 Fix confusing perror
10462
10463 2005-08-27 [colin]      1.9.13cvs61
10464
10465         * src/toolbar.c
10466         * src/toolbar.h
10467                 Remove A_DELETE, replace it with 
10468                 A_TRASH and A_DELETE_REAL. Automatically
10469                 rewrite config files to replace A_DELETE
10470                 with A_TRASH (no functionality change).
10471                 Fixes half of #794
10472
10473 2005-08-26 [colin]      1.9.13cvs60
10474
10475         * src/procmime.c
10476                 Previous "Problem with replies" fix brought other
10477                 problems, fixing them
10478
10479 2005-08-26 [colin]      1.9.13cvs59
10480
10481         * src/procmime.c
10482                 Fix "Problem with replies". This happened only
10483                 on IMAP...
10484         * src/procmsg.c
10485                 Factorize code a bit
10486         * src/compose.c
10487                 Speed improvement on very long messages (wrapping)
10488                 Fix signature color on Reedit and Redirect
10489                 On Reedit, don't attach pgp-signatures parts, but
10490                 set signing to On.
10491
10492 2005-08-24 [paul]       1.9.13cvs58
10493
10494         * src/compose.c
10495                 don't claim success when clicking
10496                 Cancel on the passphrase box.
10497                 Patch by Colin
10498
10499 2005-08-24 [paul]       1.9.13cvs57
10500
10501         * src/main.c
10502                 fix misplaced sylpheed.log
10503         * src/common/defs.h
10504                 define UIDL_DIR
10505
10506 2005-08-24 [paul]       1.9.13cvs56
10507
10508         * src/imap.c
10509         * src/etpan/imap-thread.c
10510         * src/etpan/imap-thread.h
10511                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
10512                 Patch by Colin
10513         * src/gtk/sylpheed-marshal.c    ** REMOVED **
10514         * src/gtk/sylpheed-marshal.h    ** REMOVED **
10515                 remove autogenerated files
10516         * tools/kdeservicemenu/README
10517         * tools/kdeservicemenu/install.sh
10518         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10519         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10520                 use Claws icon, use 'Sylpheed-Claws' in menu,
10521                 use kdialog, and other cleanups
10522
10523 2005-08-23 [paul]       1.9.13cvs55
10524
10525         * src/compose.c
10526                 fix paste/wrap crash
10527                 Patch by Colin
10528
10529 2005-08-23 [paul]       1.9.13cvs54
10530
10531         * src/main.c
10532                 fix crash recovery
10533                 Patch by Colin
10534
10535 2005-08-23 [paul]       1.9.13cvs53
10536
10537         * src/addressbook.c
10538         * src/editaddress.c
10539                 view all data of LDAP contacts
10540                 Patch by Colin
10541
10542 2005-08-23 [paul]       1.9.13cvs52
10543
10544         * src/addressbook.c
10545                 fix issues with the Search field
10546                 Patch by Colin
10547
10548 2005-08-22 [paul]       1.9.13cvs51
10549
10550         * src/folderview.c
10551                 put name of folder in processing dialog
10552                 title
10553         * src/prefs_folder_item.c
10554                 improve english usage
10555
10556 2005-08-22 [paul]       1.9.13cvs50
10557
10558         * src/filtering.c
10559         * src/filtering.h
10560         * src/matcher.c
10561         * src/matcher_parser_lex.l
10562         * src/matcher_parser_parse.y
10563         * src/prefs_filtering.c
10564                 add Filtering/Processing rule names feature.
10565                 (the incompatible old matcherrc is saved as
10566                 matcherrc.pre_names).
10567                 Patch by Colin
10568
10569 2005-08-22 [paul]       1.9.13cvs49
10570
10571         * src/procmsg.c
10572                 fix colour labelling
10573                 Patch by Colin
10574
10575 2005-08-22 [paul]       1.9.13cvs48
10576
10577         * src/textview.c
10578                 fix open_image_cb()
10579
10580 2005-08-22 [paul]       1.9.13cvs47
10581
10582         * src/imap.c
10583                 fix bug 789, 'SC crashes with imap (CVS ver)'
10584                 Patch by Colin
10585
10586 2005-08-22 [paul]       1.9.13cvs46
10587
10588         * src/mimeview.c
10589         * src/prefs_common.c
10590         * src/common/defs.h
10591                 define reused defaults in defs.h
10592         * src/textview.c
10593                 add 'Open image' to image popup menu
10594
10595 2005-08-21 [colin]      1.9.13cvs45
10596
10597         * src/summaryview.c
10598                 Fix bug #788 (Bogus "From" address displayed)
10599
10600 2005-08-20 [colin]      1.9.13cvs44
10601
10602         * src/folder.c
10603                 Fix buf #787 (multilevel delete causes SIGSEGV)
10604
10605 2005-08-19 [colin]      1.9.13cvs43
10606
10607         * src/inc.c
10608         * src/prefs_common.c
10609         * src/prefs_common.h
10610                 Add an hidden pref to allow modifying the
10611                 update stepping in incorporation.
10612                 Patch by wwp.
10613
10614 2005-08-19 [colin]      1.9.13cvs42
10615
10616         * src/compose.c
10617         * src/procmime.c
10618                 Workaround for broken MUAs: encode 
10619                 Content-type: name: as ASCII and 
10620                 Content-Disposition: filename: as
10621                 per rfc2231
10622         * src/prefs_account.c
10623                 Fix invisible-ness of SMTP SSL prefs
10624                 in NNTP accounts
10625
10626 2005-08-19 [paul]       1.9.13cvs41
10627
10628         * src/compose.c
10629         * src/prefs_common.c
10630         * src/prefs_common.h
10631         * src/prefs_wrapping.c
10632                 paste with or without wrapping.
10633                 patch by Colin
10634
10635 2005-08-19 [paul]       1.9.13cvs40
10636
10637         * src/prefs_common.c
10638         * src/prefs_common.h
10639         * src/summaryview.c
10640                 reintroduce enable_swap_from as a
10641                 hidden pref. patch by Colin
10642         * src/quote_fmt_parse.y
10643         * src/plugins/clamav/clamav_plugin.c
10644         * src/plugins/dillo_viewer/dillo_viewer.c
10645         * src/plugins/mathml_viewer/mathml_viewer.c
10646         * src/plugins/pgpcore/sgpgme.c
10647         * src/plugins/pgpinline/pgpinline.c
10648         * src/plugins/pgpmime/pgpmime.c
10649                 tidy up. patch by Colin
10650
10651 2005-08-19 [paul]       1.9.13cvs39
10652
10653         * configure.ac
10654                 complete cvs38's sync
10655         * src/editaddress.c
10656         * src/gedit-print.c
10657         * src/mutt.c
10658         * src/etpan/etpan-log.c
10659         * src/etpan/imap-thread.c
10660         * src/gtk/gtksourceprintjob.c
10661                 fix compilation warnings
10662                 (patch by Colin)
10663
10664 2005-08-19 [paul]       1.9.13cvs38
10665
10666         sync with main:
10667
10668         * src/account.c
10669         * src/action.c
10670         * src/addrbook.c
10671         * src/addrcache.c
10672         * src/addrharvest.c
10673         * src/addrindex.c
10674         * src/codeconv.c
10675         * src/compose.c
10676         * src/crash.c
10677         * src/exporthtml.c
10678         * src/exportldif.c
10679         * src/folder.c
10680         * src/image_viewer.c
10681         * src/inc.c
10682         * src/inc.h
10683         * src/jpilot.c
10684         * src/ldif.c
10685         * src/main.c
10686         * src/matcher.c
10687         * src/mbox.c
10688         * src/messageview.c
10689         * src/mh.c
10690         * src/mimeview.c
10691         * src/msgcache.c
10692         * src/mutt.c
10693         * src/news.c
10694         * src/partial_download.c
10695         * src/pine.c
10696         * src/pop.c
10697         * src/prefs_actions.c
10698         * src/prefs_common.c
10699         * src/prefs_customheader.c
10700         * src/prefs_display_header.c
10701         * src/prefs_gtk.c
10702         * src/prefs_themes.c
10703         * src/procheader.c
10704         * src/procmime.c
10705         * src/procmsg.c
10706         * src/recv.c
10707         * src/send_message.c
10708         * src/simple-gettext.c
10709         * src/sourcewindow.c
10710         * src/textview.c
10711         * src/vcard.c
10712         * src/common/defs.h
10713         * src/common/log.c
10714         * src/common/plugin.c
10715         * src/common/prefs.c
10716         * src/common/session.c
10717         * src/common/session.h
10718         * src/common/socket.c
10719         * src/common/socket.h
10720         * src/common/ssl_certificate.c
10721         * src/common/template.c
10722         * src/common/utils.c
10723         * src/common/utils.h
10724         * src/common/xml.c
10725         * src/gtk/about.c
10726         added wrappers for C library function that
10727                 take pathname arguments.
10728                 enabled compilation with MinGW.
10729                 use GDir instead of directly using opendir().
10730                 added rename_force().
10731
10732 2005-08-19 [paul]       1.9.13cvs37
10733         
10734         patches by Colin:
10735         * src/compose.c
10736                 fix privacy settings on re-editing
10737                 a sent message
10738         * src/jpilot.c
10739                 fix encoding bug
10740         * src/folder.c
10741         * src/procmsg.c
10742         * src/procmsg.h
10743         * src/summaryview.c
10744                 flag changing optimisation
10745
10746 2005-08-18 [martin]     1.9.13cvs36
10747
10748         * commitHelper
10749             added my login
10750         * src/addrcache.c
10751         * src/addrharvest.c
10752         * src/addrindex.c
10753         * src/compose.c
10754         * src/grouplistdialog.c
10755         * src/main.c
10756         * src/mainwindow.c
10757         * src/msgcache.c
10758         * src/mutt.c
10759         * src/pine.c
10760         * src/prefs_account.c
10761         * src/prefs_themes.c
10762         * src/stock_pixmap.c
10763         * src/summaryview.c
10764         * src/gtk/about.c
10765         * src/gtk/logwindow.c
10766             removed deprecated glib and gdk stuff
10767         * src/plugins/pgpcore/select-keys.c
10768             convert attributes from locale to utf8
10769
10770 2005-08-17 [paul]       1.9.13cvs35
10771
10772         * src/account.c
10773         * src/addressbook.c
10774                 use new GTK_STOCK_ icons if available
10775         * src/summaryview.c
10776         * src/gtk/gtksctree.c
10777         * src/gtk/gtksctree.h
10778                 faster range select. patch by Colin
10779
10780 2005-08-17 [paul]       1.9.13cvs34
10781
10782         patches by colin:
10783         * src/addressbook.c
10784         * src/addressitem.h
10785                 Add an edit button for contacts, fix selections
10786                 of gtksctree items
10787         * src/editaddress.c
10788                 Change labels, let Save be always possible in the
10789                 email and user atributes tabs
10790         * src/folderview.c
10791                 fix sort issues
10792         * src/summaryview.c
10793                 select next item instead of the displayed one
10794                 after deletion
10795
10796         * src/gtk/progressdialog.c
10797                 use prefs_common.enable_rules_hint
10798
10799 2005-08-13 [hoa]        1.9.13cvs33
10800
10801         * src/etpan/imap-thread.c
10802                 fixed build on Solaris.
10803
10804 2005-08-10 [colin]      1.9.13cvs32
10805
10806         * src/procmsg.c
10807                 Fix cvs31 (missing fclose before reading
10808                 the file)
10809
10810 2005-08-10 [colin]      1.9.13cvs31
10811
10812         * src/procmsg.c
10813                 Fix procmsg_msginfo_new_from_mimeinfo() when
10814                 the MimeInfo isn't stored in memory. This fixes
10815                 replying to an attached message.
10816
10817 2005-08-10 [colin]      1.9.13cvs30
10818
10819         * src/mainwindow.c
10820                 Fix slowness in account changing
10821
10822 2005-08-10 [colin]      1.9.13cvs29
10823
10824         * src/folder.c
10825         * src/folderutils.c
10826         * src/folderview.c
10827         * src/imap_gtk.c
10828         * src/mainwindow.c
10829         * src/mh_gtk.c
10830         * src/procmsg.c
10831         * src/summaryview.c
10832                 Optimize folder_has_parent_of_type
10833                 Prevent moving special sub-folders from contextual menus
10834                 Rework message a bit ("Empty all messages" -> "Delete all
10835                 messages")
10836                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
10837                 and "Deleted Items" folders)
10838
10839 2005-08-08 [colin]      1.9.13cvs28
10840
10841         * src/summaryview.c
10842         * src/prefs_summaries.c
10843                 Make "Select first unread|new" more flexible
10844                 (just prioritize new or unread)
10845
10846 2005-08-08 [colin]      1.9.13cvs27
10847
10848         * src/summaryview.c
10849                 If "select first new" is selected and there only
10850                 are unread messages, fallback to "select first
10851                 unread".
10852
10853 2005-08-08 [colin]      1.9.13cvs26
10854
10855         * src/folder.c
10856                 Fix shameful bugs (and bug #779)
10857
10858 2005-08-08 [colin]      1.9.13cvs25
10859
10860         * src/folder.c
10861         * src/folder.h
10862                 Cache parents' type to make folder_has_parent_of_type
10863                 faster
10864         * src/folderview.c
10865                 Forbid DnD of special sub-folders
10866         * src/procmsg.c
10867         * src/procmsg.h
10868                 Add MAIL_POSTFILTERING_HOOK
10869         * src/summaryview.c
10870                 Revert over-zealous deletion of the use_addr_book 
10871                 code
10872
10873 2005-08-07 [colin]      1.9.13cvs24
10874
10875         * src/folder.c
10876                 Fix big mistake (passing MsgInfo instead 
10877                 of FolderItem)
10878
10879 2005-08-07 [colin]      1.9.13cvs23
10880
10881         * src/compose.c
10882         * src/folder.c
10883         * src/folder.h
10884         * src/foldersel.c
10885         * src/folderutils.c
10886         * src/folderview.c
10887         * src/imap.c
10888         * src/mainwindow.c
10889         * src/messageview.c
10890         * src/mh.c
10891         * src/msgcache.c
10892         * src/procmime.c
10893         * src/summaryview.c
10894                 Make subfolders of Drafts, Queue, Outbox, Trash
10895                 work like their parents. 
10896                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
10897
10898 2005-08-07 [colin]      1.9.13cvs22
10899
10900         * src/addressbook.c
10901                 Fix bug #771 (Dragged contacts not saved)
10902
10903 2005-08-07 [paul]       1.9.13cvs21
10904
10905         * src/summaryview.c
10906                 fix bug 32 'Search Doesn't display results
10907                 if "Hide Read Messages" is chosen'
10908                 be more literal in interpreting 'Hide read
10909                 messages'
10910
10911 2005-08-07 [colin]      1.9.13cvs20
10912
10913         * src/folderview.c
10914                 Add debug
10915         * src/summaryview.c
10916                 Faster 'unthread_for_execution'
10917
10918 2005-08-06 [paul]       1.9.13cvs19
10919
10920         * src/mainwindow.c
10921                 add mnemonics to Set displayed columns
10922                 fix bug where msgview_visible option was
10923                 overwritten as TRUE on startup
10924
10925 2005-08-06 [paul]       1.9.13cvs18
10926
10927         * src/mainwindow.c
10928                 refer to 'displayed columns in folder/message
10929                 list' not 'displayed items in summary/message view'
10930         * src/prefs_display_header.c
10931                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
10932                 be consistent with similar dialogues
10933         * src/prefs_folder_column.c
10934         * src/prefs_summary_column.c
10935                 'columns' not 'items', and folder and message lists,
10936                 instead of folder and summary views;
10937                 Use 'Hidden columns' as list heading not 'Available
10938                 items';
10939                 move the 'Remove' button to the right hand side;
10940                 top-align the buttons;
10941                 remove unneeded vbox
10942         * src/prefs_summaries.c
10943                 put the 2 column prefs buttons in a frame to reduce
10944                 overall width; refer to columns not items &c.
10945
10946 2005-08-05 [colin]      1.9.13cvs17
10947
10948         * src/prefs_common.c
10949         * src/prefs_common.h
10950         * src/mainwindow.c
10951         * src/compose.c
10952         * src/messageview.c
10953                 Add an hidden toolbar_detachable pref, so
10954                 that I can get rid of these painful handles
10955                 in the toolbars. Defaults to TRUE to avoid
10956                 changing the GUI on unsuspecting people...
10957
10958 2005-08-05 [colin]      1.9.13cvs16
10959
10960         * src/Makefile.am
10961         * src/prefs_folder_column.c
10962         * src/prefs_folder_column.h
10963                 Add prefs for folder columns
10964         * src/folderview.c
10965         * src/folderview.h
10966         * src/mainwindow.c
10967         * src/mainwindow.h
10968         * src/prefs_common.c
10969         * src/prefs_common.h
10970         * src/prefs_summaries.c
10971                 Use them
10972         * src/prefs_summary_column.c
10973         * src/summaryview.c
10974         * src/summaryview.h
10975                 Add a To column
10976         * src/textview.c
10977         * src/common/utils.c
10978         * src/common/utils.h
10979                 Move uri colourisation functions
10980                 to utils
10981         * src/compose.c
10982                 Colourise URIs
10983         * src/imap.c
10984                 Fix bug with LIST where we'd try
10985                 to get Folder//////[...]/// 
10986
10987 2005-08-05 [paul]       1.9.13cvs15
10988
10989         * src/prefs_summaries.c
10990                 improve the English usage
10991         * src/summaryview.c
10992                 set font on column change
10993                 thanks to Colin
10994
10995 2005-08-05 [paul]       1.9.13cvs14
10996
10997         * src/prefs_common.c
10998         * src/prefs_common.h
10999         * src/prefs_summaries.c
11000         * src/summaryview.c
11001                 replace 'open_unread_on_enter' option with
11002                 'select_on_entry' option. opening/not opening
11003                 is now exclusively controlled by 'always_show_msg'
11004
11005 2005-08-04 [colin]      1.9.13cvs13
11006
11007         * src/compose.c
11008                 Remove dead code
11009                 Add colourisation of quotes and signatures
11010         * src/folderview.c
11011                 Fix possible crashes
11012         * src/messageview.c
11013                 Change an assert that is no problem
11014         * src/news.c
11015         * src/news_gtk.c
11016         * src/news_gtk.h
11017                 Fix offline mode
11018         * src/gtk/quicksearch.c
11019                 Fix a possible crash
11020
11021 2005-08-03 [colin]      1.9.13cvs12
11022
11023         * src/prefs_account.c
11024                 Fix bug #777 (Sylpheed crash in account configuration)
11025
11026 2005-08-03 [colin]      1.9.13cvs11
11027
11028         * src/addressbook.c
11029         * src/editaddress.c
11030         * src/editgroup.c
11031                 Fixing addressbook, round 2
11032         * src/textview.c
11033                 Fix emphasis color on rechecking 'Colorize messages'
11034
11035 2005-08-03 [paul]       1.9.13cvs10
11036
11037         sync with main
11038
11039         * src/addr_compl.c
11040         * src/compose.c
11041         * src/main.c
11042         * src/pop.c
11043         * src/prefs_account.c
11044         * src/procmime.c
11045         * src/procmsg.c
11046         * src/quote_fmt_parse.y
11047         * src/textview.c
11048         * src/common/quoted-printable.c
11049         * src/common/utils.c
11050         * src/common/utils.h
11051         * src/common/xml.c
11052                 replaced incorrect locale-independent
11053                 ctype functions with GLib's. Corrected
11054                 signedness mismatch.
11055         * src/headerview.c
11056                 headerview_create(): added spacing for vbox.
11057         * src/gtk/about.c
11058                 set focus to the OK button.
11059
11060 2005-08-03 [colin]      1.9.13cvs9
11061
11062         * src/folderview.c
11063                 Fix possible crash
11064
11065 2005-08-02 [colin]      1.9.13cvs8
11066
11067         * src/mainwindow.c
11068                 Fix cast
11069         * src/addressbook.c
11070         * src/addressitem.h
11071                 Fix a cast and more generally, try to make the
11072                 GUI more intuitive and consistent (round 1)
11073
11074 2005-08-02 [paul]       1.9.13cvs7
11075
11076         * src/folder.h
11077                 missing in 1.9.13cvs6
11078
11079 2005-08-02 [colin]      1.9.13cvs6
11080
11081         * src/folder.c
11082                 Fix one more leak
11083
11084 2005-08-02 [colin]      1.9.13cvs5
11085
11086         * src/folder.c
11087         * src/folderview.c
11088         * src/imap.c
11089         * src/main.c
11090         * src/mbox.c
11091         * src/procmsg.c
11092         * src/summaryview.c
11093                 Fix a number of folder_item_get_msg_list()-related
11094                 leaks (missing procmsg_msginfo_free()s)
11095
11096 2005-08-01 [colin]      1.9.13cvs4
11097
11098         * src/folderview.c
11099         * src/folderview.h
11100         * src/mainwindow.c
11101         * src/prefs_fonts.c
11102         * src/prefs_summaries.c
11103         * src/prefs_themes.c
11104         * src/summaryview.c
11105         * src/summaryview.h
11106         * src/textview.c
11107         * src/textview.h
11108                 Fix instant-apply of summary and folderview-related prefs
11109                 Fix erroneous g_free and alertpanels in prefs_theme
11110                 Add instant-apply for fonts
11111                 Defer applying of prefs a little bit so it's done only
11112                 once even if requested by multiples prefs pages
11113
11114 2005-08-01 [paul]       1.9.13cvs3
11115
11116         * src/main.c
11117                 fix bug 776 'S.C. crashes on close'
11118                 thanks to Colin
11119         * src/etpan/etpan-thread-manager-types.h
11120                 add missing include
11121                 thanks to Hoa
11122
11123 2005-07-25 [paul]       1.9.13cvs2
11124
11125         * src/summaryview.c
11126                 fix typos. spotted by Fabien Vantard
11127
11128 2005-07-24 [paul]       1.9.13cvs1
11129
11130         * doc/man/sylpheed.1
11131                 update man page, incorporating fix of
11132                 bug 769 'Typo in manpage'
11133         * src/etpan/imap-thread.c
11134                 fix NetBSD openssl dependencies. patch by
11135                 George Michaelson <ggm@apnic.net>
11136         * po/pt_BR.po
11137                 updated by Frederico Goncalves Guimaraes
11138
11139 2005-07-22 [paul]       1.9.13
11140
11141         1.9.13 release
11142
11143 2005-07-22 [paul]       1.9.12cvs91
11144
11145         * AUTHORS
11146         * INSTALL
11147         * README.claws
11148         * RELEASE_NOTES.claws
11149                 updated for release
11150         * configure.ac
11151         * po/nb.po
11152         * tools/claws.i18n.status.pl
11153                 add Norwegian translation. submiited by
11154                 Geir Helland <pjallabais@users.sourceforge.net>
11155         * po/ca.po
11156         * po/de.po
11157         * po/es.po
11158         * po/fi.po
11159         * po/fr.po
11160         * po/it.po
11161         * po/sk.po
11162         * po/sr.po
11163         * po/zh_CN.po
11164                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11165                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
11166                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
11167                 Yang Guilong
11168         * src/plugins/clamav/clamav_plugin_gtk.c
11169         * src/plugins/spamassassin/spamassassin_gtk.c
11170                 replace outdated description strings
11171
11172 2005-07-21 [colin]      1.9.12cvs90
11173
11174         * src/folder.c
11175                 Set folder to batch mode when scanning it. Makes deletion
11176                 of unread mails on IMAP much faster (due to the UNREAD 
11177                 flag unsetting)
11178
11179 2005-07-21 [darko]      1.9.12cvs89
11180
11181         * configure.ac
11182                 link against libresolv if necessary (patch by Paul)
11183         * src/msgcache.c
11184                 use glib's portable macros to determine endianness
11185
11186 2005-07-21 [paul]       1.9.12cvs88
11187
11188         * src/crash.c
11189         * src/gtk/about.c
11190                 update compiled-in features list
11191
11192 2005-07-20 [colin]      1.9.12cvs87
11193
11194         * src/folder.c
11195         * src/textview.c
11196                 Gcc 2.9x compilation fixes, thanks to Darko
11197         * src/plugins/clamav/clamav_plugin.c
11198                 Little optimisation: load virus database only once
11199         * src/plugins/spamassassin/spamassassin.c
11200                 Big optimisation: filtering one mail took at least 1 second,
11201                 now it takes at least 50ms. Doesn't speed up spamassassin 
11202                 itself, but should already be much more tolerable.
11203
11204 2005-07-20 [colin]      1.9.12cvs86
11205
11206         * src/summaryview.c
11207                 Fix performance issue
11208
11209 2005-07-19 [colin]      1.9.12cvs85
11210
11211         * src/plugins/pgpinline/plugin.c
11212                 Fix warning
11213
11214 2005-07-19 [colin]      1.9.12cvs84
11215
11216         * configure.ac
11217         * src/plugins/Makefile.am
11218         * src/plugins/pgpinline/.cvsignore
11219         * src/plugins/pgpinline/Makefile.am
11220         * src/plugins/pgpinline/pgpinline.c
11221         * src/plugins/pgpinline/pgpinline.deps
11222         * src/plugins/pgpinline/pgpinline.h
11223         * src/plugins/pgpinline/plugin.c
11224                 Put pgpinline in the main tree
11225
11226 2005-07-19 [paul]       1.9.12cvs83
11227
11228         * src/prefs_actions.c
11229                 prevent '//' in menu names, which cause a crash
11230                 thanks to Colin
11231
11232 2005-07-19 [paul]       1.9.12cvs82
11233
11234         * configure.ac
11235                 be generally more informative in configure output.
11236                 OpenSSL: correction: '[ --enable-openssl ...' -> 
11237                 '[ --disable-openssl ...', as --enable-openssl is default
11238                 PGP/MIME: don't check for GPGME again, check for
11239                 pgpcore instead. Therefore prevent the possibility of
11240                 attempting to build pgpmime if pgpcore dependencies are
11241                 not met
11242                 ClamAV: use pkgconfig to check for lib
11243                 libgnomeprint: revert logic on inner test to match
11244                 everything else
11245         * src/plugins/pgpcore/sgpgme.c
11246                 add missing include
11247
11248 2005-07-19 [colin]      1.9.12cvs81
11249
11250         * src/summaryview.c
11251                 Fix slow thread rebuilding in particular
11252                 cases
11253
11254 2005-07-19 [paul]       1.9.12cvs80
11255
11256         * sylpheed-claws.desktop
11257                 fix typo, spotted by Stephan Sachse
11258         * src/account.c
11259                 replace GTK_STOCK_ADD with
11260                 GTK_STOCK_NEW button
11261
11262 2005-07-18 [colin]      1.9.12cvs79
11263
11264         * src/etpan/imap-thread.c
11265                 Fix return value (Thanks Hoa)
11266
11267 2005-07-18 [colin]      1.9.12cvs78
11268
11269         * src/imap.c
11270                 Allow empty passwords
11271                 Create drafts/queue/outbox if necessary
11272         * src/summaryview.c
11273                 Remove old code
11274         * src/etpan/imap-thread.c
11275                 Fix STARTTLS (Thanks to Hoa)
11276
11277 2005-07-18 [paul]       1.9.12cvs77
11278
11279         * ChangeLog-gtk2.jp
11280         * ChangeLog.jp
11281                 removed
11282         * Makefile.am
11283                 updated to reflect additions and removals
11284         * TODO
11285                 updated to be claws-specific
11286         * TODO-gtk2
11287         * TODO-gtk2.jp
11288         * TODO.jp
11289         * sylpheed-128x128.png
11290         * sylpheed-64x64.png
11291                 removed
11292         * sylpheed-claws-128x128.png
11293         * sylpheed-claws-64x64.png
11294         * sylpheed-claws.desktop
11295         * sylpheed-claws.png
11296                 added
11297         * sylpheed.desktop
11298         * sylpheed.png
11299                 removed
11300
11301 2005-07-17 [paul]       1.9.12cvs76
11302
11303         * src/account.c
11304         * src/addressbook.c
11305         * src/alertpanel.c
11306         * src/alertpanel.h
11307         * src/compose.c
11308         * src/exphtmldlg.c
11309         * src/expldifdlg.c
11310         * src/folderview.c
11311         * src/imap_gtk.c
11312         * src/inc.c
11313         * src/message_search.c
11314         * src/messageview.c
11315         * src/mh_gtk.c
11316         * src/news_gtk.c
11317         * src/prefs_actions.c
11318         * src/prefs_filtering.c
11319         * src/prefs_matcher.c
11320         * src/prefs_template.c
11321         * src/prefs_themes.c
11322         * src/ssl_manager.c
11323         * src/summary_search.c
11324         * src/textview.c
11325         * src/toolbar.c
11326         * src/gtk/sslcertwindow.c
11327         * src/plugins/pgpcore/sgpgme.c
11328                 rework alertpanels
11329
11330 2005-07-17 [colin]      1.9.12cvs75
11331
11332         * src/privacy.c
11333                 add a PrivacySystem accessor that checks that
11334                 the system cached in a MimeInfo's privacydata
11335                 is still registered. Use this accessor instead
11336                 of directly using data->system. Fixes crashes
11337                 after unloading pgp plugins.
11338
11339 2005-07-17 [colin]      1.9.12cvs74
11340
11341         * src/alertpanel.c
11342                 Change geometry hints to a simple default size.
11343                 Fixes the certs dialogs.
11344
11345 2005-07-17 [colin]      1.9.12cvs73
11346
11347         * src/gtk/sslcertwindow.c
11348                 Use a gtkExpander
11349
11350 2005-07-17 [colin]      1.9.12cvs72
11351
11352         * src/plugins/pgpcore/Makefile.am
11353         * src/plugins/pgpmime/Makefile.am
11354                 Add gpgme libs
11355
11356 2005-07-17 [paul]       1.9.12cvs71
11357
11358         * configure.ac
11359                 add --disable-gnomeprint option
11360                 modified version of patch by Marius Mauch
11361
11362 2005-07-17 [paul]       1.9.12cvs70
11363
11364         * src/common/defs.h
11365                 update urls
11366         * src/account.c
11367         * src/action.c
11368         * src/addressbook.c
11369         * src/compose.c
11370         * src/foldersel.c
11371         * src/folderview.c
11372         * src/html.c
11373         * src/imap_gtk.c
11374         * src/main.c
11375         * src/mainwindow.c
11376         * src/messageview.c
11377         * src/mh_gtk.c
11378         * src/mimeview.c
11379         * src/news_gtk.c
11380         * src/prefs_account.c
11381         * src/prefs_send.c
11382         * src/prefs_summaries.c
11383         * src/procmsg.c
11384         * src/summaryview.c
11385         * src/common/utils.c
11386         * src/common/xml.c
11387         * src/plugins/pgpcore/passphrase.c
11388         * src/plugins/pgpcore/select-keys.c
11389                 replace inappropriately used backticks
11390                 with single quotes
11391
11392 2005-07-16 [colin]      1.9.12cvs69
11393
11394         * src/image_viewer.c
11395                 Add extra paranoid checks
11396
11397 2005-07-16 [colin]      1.9.12cvs68
11398
11399         * src/plugins/pgpcore/prefs_gpg.c
11400                 Don't auto-check sigs by default, as it
11401                 can be really slow.
11402
11403 2005-07-16 [colin]      1.9.12cvs67
11404
11405         * src/plugins/pgpcore/sgpgme.c
11406                 Make messages a bit better.
11407
11408 2005-07-16 [colin]      1.9.12cvs66
11409
11410         * src/imap.c
11411                 Remove pseudo-log
11412         * src/etpan/imap-thread.c
11413                 Add real log
11414
11415 2005-07-16 [colin]      1.9.12cvs65
11416
11417         * src/main.c
11418         * src/prefs_other.c
11419                 And now, fix build with libetpan :-/
11420
11421 2005-07-15 [colin]      1.9.12cvs64
11422
11423         * src/prefs_other.c
11424                 Continue fixing build without libetpan.
11425
11426 2005-07-15 [colin]      1.9.12cvs63
11427
11428         * src/main.c
11429                 Fix build with --disable-libetpan
11430
11431 2005-07-15 [colin]      1.9.12cvs62
11432
11433         * configure.ac
11434                 Bump libetpan's version
11435
11436 2005-07-15 [colin]      1.9.12cvs61
11437
11438         * src/etpan/imap-thread.c
11439                 Actually stop logging :)
11440
11441 2005-07-15 [colin]      1.9.12cvs60
11442
11443         * src/addressbook.c
11444                 Fix dnd of multiple addresses.
11445
11446 2005-07-15 [hoa]        1.9.12cvs59
11447
11448         * src/etpan/imap-thread.c
11449             disable login of IMAP password in libetpan log file.
11450
11451 2005-07-15 [paul]       1.9.12cvs58
11452
11453         * src/account.c
11454                 don't automatically sort
11455                 do allow drag n drop
11456
11457 2005-07-15 [paul]       1.9.12cvs57
11458
11459         * src/account.c
11460         * src/ssl_manager.c
11461                 alphabetical listing
11462
11463 2005-07-15 [paul]       1.9.12cvs56
11464
11465         * src/gtk/pluginwindow.c
11466                 sort plugin list alphabetically
11467
11468 2005-07-15 [paul]       1.9.12cvs55
11469
11470         * src/prefs_spelling.c
11471         * src/prefs_wrapping.c
11472                 unify English usage
11473
11474 2005-07-15 [colin]      1.9.12cvs54
11475
11476         * src/wizard.c
11477                 Typo fix
11478
11479 2005-07-15 [paul]       1.9.12cvs53
11480
11481         * src/prefs_message.c
11482                 make 'show cursor' a hidden option
11483
11484 2005-07-14 [colin]      1.9.12cvs52
11485
11486         * src/plugins/spamassassin/Makefile.am
11487         * src/plugins/clamav/Makefile.am
11488                 Fix double EXTRA_DISTs
11489
11490 2005-07-14 [colin]      1.9.12cvs51
11491
11492         * src/plugins/clamav/Makefile.am
11493         * src/plugins/clamav/clamav_plugin_gtk.deps
11494         * src/plugins/spamassassin/Makefile.am
11495         * src/plugins/spamassassin/spamassassin_gtk.deps
11496                 Make $plugin_gtk depend on $plugin
11497
11498 2005-07-14 [hoa]        1.9.12cvs50
11499
11500         * src/etpan/imap-thread.c
11501                 enable debug log of libetpan when running with --debug
11502
11503 2005-07-14 [colin]      1.9.12cvs49
11504
11505         * configure.ac
11506         * src/common/Makefile.am
11507         * src/common/plugin.c
11508         * src/common/plugin.h
11509                 Add a little plugin dependancy system.
11510                 Plugins can ship a $plugin_name.deps file
11511                 (near them in PLUGINDIR) so that their
11512                 dependancies are loaded if possible.
11513         * src/plugins/Makefile.am
11514         * src/plugins/pgpcore/Makefile.am
11515         * src/plugins/pgpcore/passphrase.c
11516         * src/plugins/pgpcore/passphrase.h
11517         * src/plugins/pgpcore/plugin.c
11518         * src/plugins/pgpcore/prefs_gpg.c
11519         * src/plugins/pgpcore/prefs_gpg.h
11520         * src/plugins/pgpcore/select-keys.c
11521         * src/plugins/pgpcore/select-keys.h
11522         * src/plugins/pgpcore/sgpgme.c
11523         * src/plugins/pgpcore/sgpgme.h
11524                 Introduce pgpcore, used by pgpmime and
11525                 pgpinline
11526         * src/plugins/pgpmime/Makefile.am
11527         * src/plugins/pgpmime/passphrase.c
11528         * src/plugins/pgpmime/passphrase.h
11529         * src/plugins/pgpmime/pgpmime.c
11530         * src/plugins/pgpmime/pgpmime.deps
11531         * src/plugins/pgpmime/plugin.c
11532         * src/plugins/pgpmime/prefs_gpg.c
11533         * src/plugins/pgpmime/prefs_gpg.h
11534         * src/plugins/pgpmime/select-keys.c
11535         * src/plugins/pgpmime/select-keys.h
11536         * src/plugins/pgpmime/sgpgme.c
11537         * src/plugins/pgpmime/sgpgme.h
11538                 Remove the core from pgpmime and add the
11539                 dependancy to pgpcore.
11540
11541 2005-07-14 [paul]       1.9.12cvs48
11542
11543         * src/stock_pixmap.c
11544                 forgot this in last commit
11545
11546 2005-07-14 [paul]       1.9.12cvs47
11547
11548         * src/account.c
11549         * src/addressbook.c
11550                 add accelerators for the buttons (sync with main)
11551         * src/compose.c
11552         * src/compose.h
11553                 add accelerators for the buttons.
11554                 fix editing with external editor.
11555                 replace gdk_input_*() with GIOChannel;
11556                 (sync with main)
11557         * src/foldersel.c
11558                 display folder names with new/unread
11559                 representation (sync with main)
11560         * src/main.c
11561                 specify default window icon (sync with main)
11562         * src/prefs_common.c
11563                 use_addr_book default to FALSE
11564         * src/summaryview.c
11565         * src/textview.c
11566                 add accelerators for the buttons (sync with main)
11567         * src/gtk/menu.c
11568                 fix typos
11569         * src/pixmaps/sylpheed_icon.xpm
11570                 updated
11571
11572 2005-07-13 [paul]       1.9.12cvs46
11573
11574         * src/plugins/pgpmime/pgpmime.c
11575         * src/plugins/pgpmime/sgpgme.c
11576                 (temporarily) use deprecated gpgme_data_rewind()
11577                 while largefile support is not present
11578                 (as suggested by Colin)
11579
11580 2005-07-13 [paul]       1.9.12cvs45
11581
11582         * configure.ac
11583                 remove large file support (for now):
11584                 it breaks too many things
11585
11586 2005-07-13 [paul]       1.9.12cvs44
11587
11588         * configure.ac
11589                 add large file support
11590         * src/html.c
11591                 fix bug #763 where href attribute was not
11592                 the very first attribute of a link
11593                 patch by Thomas Gilgin
11594
11595 2005-07-13 [colin]      1.9.12cvs43
11596
11597         * src/gtk/pluginwindow.c
11598                 Little portability fix
11599
11600 2005-07-13 [colin]      1.9.12cvs42
11601
11602         * src/plugins/pgpmime/sgpgme.c
11603                 Fix crasher.
11604
11605 2005-07-13 [colin]      1.9.12cvs41
11606
11607         * src/plugins/pgpmime/pgpmime.c
11608         * src/plugins/pgpmime/sgpgme.c
11609                 Use gpgme_data_release_and_get_mem instead
11610                 of gpgme_data_read.
11611
11612 2005-07-13 [colin]      1.9.12cvs40
11613
11614         * configure.ac
11615         * src/plugins/pgpmime/passphrase.c
11616         * src/plugins/pgpmime/passphrase.h
11617         * src/plugins/pgpmime/pgpmime.c
11618         * src/plugins/pgpmime/plugin.c
11619         * src/plugins/pgpmime/select-keys.c
11620         * src/plugins/pgpmime/select-keys.h
11621         * src/plugins/pgpmime/sgpgme.c
11622         * src/plugins/pgpmime/sgpgme.h
11623                 Port pgpmime to gpgme-1.0.
11624
11625 2005-07-12 [paul]       1.9.12cvs39
11626
11627         * AUTHORS
11628         * src/toolbar.c
11629         * src/toolbar.h
11630                 add a 'Go to Prev' button to the toolbar.
11631                 correct tooltip text of go to buttons.
11632                 based on patch by Yang Guilong <bamanzi@gmail.com>
11633
11634 2005-07-12 [colin]      1.9.12cvs38
11635
11636         * src/statusbar.c
11637                 Fix progress bar showing stuff at startup.
11638
11639 2005-07-12 [paul]       1.9.12cvs37
11640
11641         * src/editjpilot.c
11642                 fix building with jpilot support
11643
11644 2005-07-11 [colin]      1.9.12cvs36
11645
11646         * src/inc.c
11647                 Add visual indication that filtering is running
11648         * src/textview.c
11649                 Make {}[] uri delimiters
11650         * src/summaryview.c
11651                 Remove useless (and slow) calls
11652
11653 2005-07-11 [paul]       1.9.12cvs35
11654
11655         * src/plugins/clamav/clamav_plugin_gtk.c
11656         * src/plugins/dillo_viewer/dillo_prefs.c
11657         * src/plugins/pgpmime/prefs_gpg.c
11658         * src/plugins/spamassassin/spamassassin_gtk.c
11659                 gather plugins prefs together under their
11660                 own 'Plugins' heading
11661
11662 2005-07-11 [paul]       1.9.12cvs34
11663
11664         sync with main
11665
11666         * src/account.c
11667                 account_delete(): modified alert dialog
11668         * src/editjpilot.c
11669         * src/editvcard.c
11670                 fixed a crash when cancelling file selection
11671                 dialog by Escape key. Made non-ascii filename
11672                 selectable.
11673         * src/prefs_template.c
11674                 prefs_template_window_create(): make scrolled
11675                 window policy AUTOMATIC
11676
11677 2005-07-10 [hoa]        1.9.12cvs33
11678
11679         * src/etpan/imap-thread.c
11680                 workaround for old Courier IMAP servers.
11681
11682 2005-07-10 [colin]      1.9.12cvs32
11683
11684         * src/folder.c
11685         * src/statusbar.c
11686         * src/statusbar.h
11687                 Add visual progress indicator on filtering/processing
11688                 Factorize the progress bar code
11689         * src/imap.c
11690         * src/imap.h
11691         * src/etpan/imap-thread.c
11692                 Add a reference counter to avoid destroying the Folder
11693                 while it's in use by another callback.
11694
11695 2005-07-09 [hoa]        1.9.12cvs31
11696
11697         * src/imap.c
11698         * src/etpan/imap-thread.c
11699                 fixed deadlock when removing IMAP account.
11700
11701 2005-07-08 [colin]      1.9.12cvs30
11702
11703         * src/textview.c
11704         * src/unmime.c
11705                 Fix again problems decoding broken headers
11706         * src/gtk/inputdialog.c
11707                 Fix local variable shadowing a global one
11708
11709 2005-07-08 [colin]      1.9.12cvs29
11710
11711         * src/msgcache.c
11712                 Make the cache/mark files platform-agnostic by writing
11713                 them in little-endian format. Reading them is also done
11714                 in little-endian format, of course; however, in order
11715                 to avoid trashing mark data on big-endian machines, the
11716                 files are, at first, read from the native format if the
11717                 little-endian one doesn't exist. This is easy to deter-
11718                 mine by trying to open a file with a swapped data_ver
11719                 and seeing if it's the wanted version.
11720                 Little-endian using users should see absolutely no
11721                 difference, Big-endian users may get a very little
11722                 performance drop due to byte-swapping.
11723                 Tested on i386 and ppc32. 
11724                 Fixes bug #159 (The index file, in the mailboxes, is 
11725                 hardware depending).
11726
11727                 To have the cache/mark files updated to the new little-
11728                 endian format, "Check for new messages" or even
11729                 "Rebuild folder tree" aren't enough. Files will be
11730                 updated as soon as a folder has been opened/closed.
11731                 To update everything, just select all folders by
11732                 selecting them one by one.
11733
11734 2005-07-07 [colin]      1.9.12cvs28
11735
11736         * src/imap.c
11737                 Remember the folder separator per IMAPFolder
11738                 instead of globally.
11739                 Revive the Session on noop; fixes bug #761
11740                 (mark a bunch of unread messages as read takes 
11741                 forever)
11742
11743 2005-07-07 [darko]      1.9.12cvs27
11744
11745         * src/common/template.c
11746                 Sort templates alphabetically
11747
11748 2005-07-06 [colin]      1.9.12cvs26
11749
11750         * src/imap.c
11751                 Try to use the correct separator in
11752                 most cases. Possibly fixes bug #759
11753                 (only creates the INBOX folder when 
11754                 setting up new IMAP account) and 
11755                 bug #760 (Can't retrieve messages)
11756
11757 2005-07-06 [colin]      1.9.12cvs25
11758
11759         * src/imap.c
11760                 Use real_path in status command. This will
11761                 help later, when namespaces will be used.
11762
11763 2005-07-06 [colin]      1.9.12cvs24
11764
11765         * configure.ac
11766         * src/account.c
11767         * src/folder.c
11768         * src/imap.c
11769         * src/etpan/etpan-log.c
11770         * src/etpan/etpan-thread-manager.c
11771         * src/etpan/imap-thread.c
11772                 Add a --disable-libetpan parameter. With this,
11773                 users that don't want IMAP4 support can avoid
11774                 the new dependancy (and have no IMAP support).
11775                 Users that have IMAP4 accounts and use this
11776                 parameter won't lose their configuration, their
11777                 IMAP accounts will just be invisible and not
11778                 used.
11779         * src/textview.c
11780                 Make the "Copy ..." contextual menu items 
11781                 copy to both the X clipboard and the gtk 
11782                 clipboard - as most other apps do.
11783         * src/gtk/about.c
11784                 Add a notice about OpenSSL usage, in order to
11785                 comply with OpenSSL's license (point 6):
11786                 http://www.openssl.org/source/license.html
11787
11788 2005-07-06 [colin]      1.9.12cvs23
11789
11790         * src/alertpanel.c
11791                 Fix a minimum size for alertpanels
11792         * src/compose.c
11793                 Show 'No space left on device' type errors
11794                 when queuing/sending
11795         * src/imap_gtk.c
11796         * src/mh_gtk.c
11797                 Rework folder's deletion message (remove 
11798                 extra \n)
11799
11800 2005-07-05 [colin]      1.9.12cvs22
11801
11802         * src/imap.c
11803                 Add an alertpanel on auth error
11804                 Add pseudo-log
11805                 Remove pthread-related stuff
11806
11807 2005-07-05 [colin]      1.9.12cvs21
11808
11809         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11810                 Fix crash on plugin reloading (with a hack)
11811
11812 2005-07-05 [colin]      1.9.12cvs20
11813
11814         * src/prefs_account.c
11815         * src/prefs_account.h
11816                 Fix typo
11817         * src/gtk/filesel.c
11818         * src/gtk/filesel.h
11819                 Add a way to filter the view
11820         * src/gtk/pluginwindow.c
11821                 Filter loadable stuff
11822         * src/plugins/pgpmime/prefs_gpg.c
11823                 Fix missing unregistration
11824         * .cvsignore
11825         * src/etpan/.cvsignore
11826         * src/plugins/spamassassin/.cvsignore
11827                 Add more stuff to cvs ignored files
11828
11829 2005-07-04 [colin]      1.9.12cvs19
11830
11831         * src/imap.c
11832                 Fix scan_required returning FALSE when it
11833                 shouldn't. Maybe fix #760 (Can't retrieve
11834                 messages)
11835
11836 2005-07-04 [colin]      1.9.12cvs18
11837
11838         * src/summaryview.c
11839                 Fix always_show_msg pref
11840
11841 2005-07-04 [paul]       1.9.12cvs17
11842
11843         sync with main (forgotten in last commit)
11844         
11845         * src/common/utils.c
11846         * src/common/utils.h
11847                 check_line_length(): new.
11848                 is_dir_exist()
11849                 is_file_entry_exist()
11850                 dirent_is_regular_file()
11851                 dirent_is_directory(): use g_file_test() instead of stat().
11852
11853 2005-07-04 [paul]       1.9.12cvs16
11854
11855         sync with main:
11856
11857         * src/compose.c
11858                 compose_write_to_file(): check for line
11859                 length limit and display warning if exceeds
11860         * src/jpilot.c
11861                 use get_home_dir() instead of g_get_home_dir()
11862         * src/procheader.c
11863                 removed warning about invalid date
11864         * src/vcard.c
11865                 use get_home_dir() instead of g_get_home_dir()
11866
11867 2005-07-04 [paul]       1.9.12cvs15
11868
11869         * src/stock_pixmap.c
11870                 fix new pixmap naming errors
11871                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
11872
11873 2005-07-04 [colin]      1.9.12cvs14
11874
11875         * src/imap.c
11876                 Fix debugging string with a warning
11877
11878 2005-07-04 [colin]      1.9.12cvs13
11879
11880         * configure.ac
11881                 Add a check for libetpan's version (>= 0.37)
11882
11883 2005-07-04 [hoa]        1.9.12cvs12
11884
11885         * commitHelper
11886         * src/imap.c
11887         * src/etpan/imap-thread.c
11888         * src/etpan/imap-thread.h
11889                 fixed IMAP implementation of check of mails.
11890
11891 2005-07-03 [hoa]        1.9.12cvs11
11892
11893         * src/etpan/Makefile.am
11894         * src/etpan/etpan-errors.h
11895         * src/etpan/etpan-log.[ch]
11896         * src/etpan/etpan-thread-manager-types.h
11897         * src/etpan/etpan-thread-manager.[ch]
11898         * src/etpan/imap-thread.[ch]
11899         * src/Makefile.am
11900         * src/imap.c
11901         * src/main.c
11902         * src/prefs_other.c
11903         * configure.ac
11904             merged imap branch.
11905             dependency on libetpan 0.37 is now added.
11906
11907 2005-07-01 [colin]      1.9.12cvs10
11908
11909         * src/Makefile.am
11910         * src/folder.c
11911         * src/folder.h
11912         * src/folderview.c
11913         * src/stock_pixmap.c
11914         * src/stock_pixmap.h
11915         * src/plugins/trayicon/trayicon.c
11916                 Add marked symbol on folders containing
11917                 marked messages
11918         * src/procmsg.c
11919         * src/procmsg.h
11920         * src/toolbar.c
11921         * src/prefs_common.c
11922         * src/prefs_common.h
11923         * src/prefs_send.c
11924                 Add an optional confirmation dialog on queue
11925                 sending. Patch by wwp.
11926         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
11927         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
11928         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
11929         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
11930         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
11931         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
11932         * src/pixmaps/inbox_mark.xpm            ** ADDED **
11933         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
11934         * src/pixmaps/outbox_mark.xpm           ** ADDED **
11935         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
11936         * src/pixmaps/trash_mark.xpm            ** ADDED **
11937                 New pixmaps
11938
11939 2005-07-01 [colin]      1.9.12cvs9
11940
11941         * src/summaryview.c
11942                 Fix a little threading bug
11943         * src/addrgather.c
11944         * src/mainwindow.c
11945                 A little bit of HIG normality never hurts
11946
11947 2005-07-01 [colin]      1.9.12cvs8
11948
11949         * src/compose.c
11950         * src/msgcache.c
11951         * src/pop.c
11952         * src/procmime.c
11953         * src/recv.c
11954         * src/common/log.c
11955         * src/common/template.c
11956         * src/common/utils.c
11957         * src/common/utils.h
11958                 Reverted the fwrite_atomic stuff. In fact
11959                 it is already atomic.
11960
11961 2005-06-30 [colin]      1.9.12cvs7
11962
11963         * src/common/utils.c
11964         * src/common/utils.h
11965                 Add an fwrite_atomic() function to make
11966                 sure we write everything: fwrite can make
11967                 short writes.
11968         * src/compose.c
11969         * src/msgcache.c
11970         * src/pop.c
11971         * src/procmime.c
11972         * src/recv.c
11973         * src/common/log.c
11974         * src/common/template.c
11975                 Use that (and fix swapping of size and nmemb).
11976                 Thanks to Rich Coe for the heads up.
11977
11978 2005-06-30 [colin]      1.9.12cvs6
11979
11980         * src/addressbook.c
11981                 Optimize addressbook opening 
11982
11983 2005-06-30 [colin]      1.9.12cvs5
11984
11985         * src/summaryview.c
11986                 Remove calls to summary_step after move/copy
11987
11988 2005-06-28 [paul]       1.9.12cvs4
11989
11990         * src/alertpanel.c
11991                 wrap and make the error msg selectable
11992
11993 2005-06-28 [paul]       1.9.12cvs3
11994
11995         * src/ssl_manager.c
11996                 replace the OK button with a Close button
11997         * src/gtk/foldersort.c
11998                 use GTK_STOCK_ icons/buttons
11999
12000 2005-06-28 [colin]      1.9.12cvs2
12001
12002         * src/gedit-print.c             ** ADDED **
12003         * src/gedit-print.h             ** ADDED **
12004         * src/gtk/gtksourceprintjob.c   ** ADDED **
12005         * src/gtk/gtksourceprintjob.h   ** ADDED **
12006                 I can't believe no one had enough time to tell
12007                 me I forgot the `cvs add`
12008
12009 2005-06-27 [colin]      1.9.12cvs1
12010
12011         * src/Makefile.am
12012         * src/gtk/Makefile.am
12013         * src/messageview.c
12014         * src/procmsg.c
12015         * src/summaryview.c
12016         * configure.ac
12017                 Add optional libgnomeprint-based printing
12018         * src/mainwindow.c
12019         * src/gtk/quicksearch.c
12020                 Add an Edit/Quick search menu item to show
12021                 and focus the quicksearch
12022
12023 2005-06-27 [paul]       1.9.12
12024
12025         1.9.12 release
12026
12027         * po/ca.po
12028         * po/de.po
12029         * po/es.po
12030         * po/fr.po
12031         * po/it.po
12032         * po/ko.po
12033         * po/pt_BR.po
12034         * po/sk.po
12035         * po/zh_CN.po
12036                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12037                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
12038                 SungHyun Nam, Frederico Goncalves Guimaraes,
12039                 Andrej Kacian, and Yang Guilong
12040 2005-06-26 [colin]      1.9.11cvs106
12041
12042         * src/imap_gtk.c
12043                 Forgot one file for previous fix
12044
12045 2005-06-26 [colin]      1.9.11cvs105
12046
12047         * src/folder.c
12048         * src/imap.c
12049                 Fix problems with folder operations in no_select
12050                 imap folders. it applies only to mails, and 
12051                 creation/deletion/move/renaming of folders 
12052                 should be possible
12053
12054 2005-06-26 [paul]       1.9.11cvs104
12055
12056         * src/prefs_filtering.c
12057                 replace one more GTK_STOCK_REMOVE
12058                 with GTK_STOCK_DELETE
12059
12060 2005-06-25 [colin]      1.9.11cvs103
12061
12062         * src/imap.c
12063                 Optimize get_seq_set_from_seq_list
12064                 (Patch by Ricardo) 
12065
12066 2005-06-25 [colin]      1.9.11cvs102
12067
12068         * src/mh.c
12069                 If the directory exists, but not in the
12070                 correct encoding, rename it. This should
12071                 handle old-versions-induced bugs.
12072
12073 2005-06-25 [colin]      1.9.11cvs101
12074
12075         * src/mh.c
12076                 Fix path access with extended dir names
12077                 Fixes bug #589 (SC segfaults with wrong locale
12078                 settings)
12079
12080 2005-06-25 [colin]      1.9.11cvs100
12081
12082         * src/prefs_account.c
12083         * src/prefs_account.h
12084         * src/compose.c
12085                 Add an option to encrypt replies to
12086                 encrypted messages
12087
12088 2005-06-25 [colin]      1.9.11cvs99
12089
12090         * src/compose.c
12091         * src/quote_fmt_parse.y
12092                 ... And make it work with pgpinline.
12093
12094 2005-06-25 [colin]      1.9.11cvs98
12095
12096         * src/compose.c
12097         * src/procmime.c
12098         * src/procmime.h
12099         * src/quote_fmt_parse.y
12100                 o Make reedition of encrypted messages possible
12101                   (as long as it is encrypted to self too, no
12102                    magic there)
12103                 o Make replying with quote (and without selecting
12104                   text) possible for encrypted messages.
12105                 Closes bug #550 (Not possible to "reply with quote"
12106                 to gnupg encrypted messages)
12107
12108 2005-06-24 [paul]       1.9.11cvs97
12109
12110         * src/imap.c
12111                 add missing include
12112
12113 2005-06-24 [paul]       1.9.11cvs96
12114
12115         * src/editldap.c
12116                 made bind password entry invisible
12117                 (sync with main)
12118         * src/send_message.c
12119                 send_message_local(): check exit status
12120                 to detect errors (sync with main)
12121         * src/textview.c
12122                 use main's less ambiguous popup menu
12123                 wording
12124
12125 2005-06-24 [paul]       1.9.11cvs95
12126
12127         * src/prefs_actions.c
12128         * src/prefs_customheader.c
12129         * src/prefs_display_header.c
12130         * src/prefs_filtering_action.c
12131         * src/prefs_matcher.c
12132         * src/prefs_template.c
12133         * src/prefs_toolbar.c
12134                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
12135         * src/gtk/description_window.c
12136                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
12137
12138 2005-06-23 [colin]      1.9.11cvs94
12139
12140         * src/summaryview.c
12141                 Fix rough edges (be sure to call status_show whenever
12142                 necessary).
12143
12144 2005-06-23 [colin]      1.9.11cvs93
12145
12146         * src/summaryview.c
12147                 Optimize Select All
12148                 Before, in a 5K mails folder: 11s
12149                 After, in the same folder: 58000µs
12150                 The joys of locking... gtk_clist_select_all() fires a 
12151                 tree-select-row event for each selected row, which in 
12152                 summaryview, callbacks summary_selected which in turn,
12153                 calls summary_status_show, which walks the selected
12154                 rows. Hence, calling gtk_clist_select_all was 
12155                 exponential. Locking the summaryview makes 
12156                 summary_selected return early.
12157
12158 2005-06-23 [colin]      1.9.11cvs92
12159
12160         * src/imap.c
12161                 Move mutex at the important place to avoid
12162                 deadlocks
12163         * src/summaryview.c
12164                 Fix Del key deleting directly instead of
12165                 moving to trash
12166
12167 2005-06-22 [colin]      1.9.11cvs91
12168
12169         * src/plugins/spamassassin/libspamc.c
12170                 As we do spagetti code with assignations in multiple
12171                 places (see _message_read_raw where out = msg = raw),
12172                 let's be sure we don't free the same pointer twice.
12173                 Should fix bug #683 (Crash in libpam at 
12174                 message_cleanup).
12175
12176 2005-06-22 [colin]      1.9.11cvs90
12177
12178         * src/compose.c
12179         * src/messageview.c
12180         * src/toolbar.c
12181                 Make toolbar's delete use the move to trash stuff;
12182                 Add gtk_widget_realize to be sure pixmaps can get
12183                 created (that may fix an old worksforme bug which
12184                 I can't find back...)
12185
12186 2005-06-22 [colin]      1.9.11cvs89
12187
12188         * src/summaryview.c
12189         * src/summaryview.h
12190         * src/mainwindow.c
12191                 Rename "Message/Delete" to "Message/Move to trash"
12192                 Add "Message/Delete..." that directly destroys the
12193                 selected messages after asking for a confirmation.
12194
12195 2005-06-22 [colin]      1.9.11cvs88
12196
12197         * src/imap.c
12198                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
12199                 o Fix a deadlock (thanks Darko)
12200
12201 2005-06-22 [colin]      1.9.11cvs87
12202
12203         * src/gtk/foldersort.c
12204                 Add missing include for the i18n;
12205                 patch by Fabien Vantard
12206
12207 2005-06-21 [colin]      1.9.11cvs86
12208
12209         * src/folder.c
12210         * src/folderview.c
12211                 Respect the no_select flag
12212         * src/imap.c
12213                 Fix recursive deletion
12214         * src/imap_gtk.c
12215         * src/mh_gtk.c
12216                 Make the folder deletion's warning
12217                 more explicit
12218
12219 2005-06-21 [colin]      1.9.11cvs85
12220
12221         * src/textview.c
12222                 Prevent email addresses from spanning accross
12223                 lines - fixes bug # 646 (newline-chars in 
12224                 email addresses)
12225
12226 2005-06-20 [colin]      1.9.11cvs84
12227
12228         * src/folder.c
12229                 Be sure not to remove source if copy failed
12230
12231 2005-06-20 [colin]      1.9.11cvs83
12232
12233         * src/folderview.c
12234         * src/imap_gtk.c
12235                 remove summaryview's lock
12236         * src/imap.c
12237                 introduce threads to avoid problems when foreground tasks
12238                 interfere with background tasks
12239         * src/mh.c
12240                 prevent moving to drafts/queue
12241         * src/mimeview.c
12242                 fix leak
12243
12244 2005-06-19 [colin]      1.9.11cvs82
12245
12246         * src/imap_gtk.c
12247                 Remember that the user doesn't want to override
12248                 offline mode, for 3 seconds. It avoid presenting
12249                 him with N popups in a really short time.
12250
12251 2005-06-17 [colin]      1.9.11cvs81
12252
12253         * src/imap.c
12254                 Fix IMAP breaking on folders containing '('
12255                 (Probably won't be enough)
12256
12257 2005-06-17 [colin]      1.9.11cvs80
12258
12259         Forgotten files on 1.9.11cvs79
12260         * src/summaryview.c
12261                 Fix stepping when not immediately executing
12262         * src/imap.c
12263                 Really prevent UID FETCH 0
12264         * src/codeconv.c
12265                 Fix outgoing charset never set to utf-8
12266         * src/mh.c
12267                 Fix leak
12268
12269 2005-06-16 [colin]      1.9.11cvs79
12270
12271         * src/compose.c
12272                 Fix bug #707 (Dash splits rows)
12273                 Only wrap if we're on a line break position and
12274                 the previous one was a "white" (space) char.
12275                 Pango stuff is weird.
12276
12277 2005-06-16 [colin]      1.9.11cvs78
12278
12279         * src/imap_gtk.c
12280                 Lock summaryview while downloading messages
12281                 on user demand
12282         * src/procheader.c
12283         * src/unmime.c
12284         * src/common/utils.c
12285         * src/common/utils.h
12286                 Replace \r and \n with spaces in From and
12287                 Subject headers
12288
12289 2005-06-16 [paul]       1.9.11cvs77
12290
12291         * src/procmime.c
12292                 liberalise the mime parser
12293         * src/gtk/about.c
12294                 add text wrapping
12295
12296 2005-06-16 [paul]       1.9.11cvs76
12297
12298         * src/gtk/about.c
12299                 reworked
12300
12301 2005-06-15 [colin]      1.9.11cvs75
12302
12303         * src/compose.c
12304                 Finish header encoding fix
12305         * src/summaryview.c
12306                 Fix segfault
12307         * src/headerview.c
12308                 Fix compilation (Thanks Stephan
12309                 Sachse)
12310
12311 2005-06-15 [colin]      1.9.11cvs74
12312
12313         * Makefile.am
12314                 Install gnome2 stuff rather than gnome1, 
12315                 if both are present
12316         * src/codeconv.c
12317         * src/codeconv.h
12318         * src/compose.c
12319                 Fix headers encoding
12320         * src/folder.c
12321                 Visual progress when fetching all messages
12322         * src/folderview.c
12323         * src/summaryview.c
12324         * src/summaryview.h
12325                 Prevent changing current message while
12326                 incorporating
12327
12328 2005-06-15 [paul]       1.9.11cvs73
12329
12330         * src/gtk/gtkaspell.c
12331         * src/gtk/gtkaspell.h
12332                 fix build warnings
12333
12334 2005-06-15 [paul]       1.9.11cvs72
12335
12336         * src/prefs_filtering.c
12337                 allow reordering of filter rules by
12338                 drag n drop
12339
12340 2005-06-15 [paul]       1.9.11cvs71
12341
12342         * COPYING
12343                 updated
12344         * src/codeconv.c
12345                 replace deprecated function
12346         * src/inc.c
12347         * src/send_message.c
12348         * src/gtk/progressdialog.c
12349         * src/gtk/progressdialog.h
12350                 salvage and reuse parts of reverted sync
12351
12352 2005-06-15 [paul]       1.9.11cvs70
12353
12354         * src/inc.c
12355         * src/send_message.c
12356         * src/gtk/progressdialog.c
12357         * src/gtk/progressdialog.h
12358                 revert yesterday's sync with main
12359                 it contains deprecated functions
12360
12361 2005-06-15 [colin]      1.9.11cvs69
12362
12363         * src/headerview.c
12364                 Fix bug #670 (multi user to: will corrupt message 
12365                 headers display)
12366
12367 2005-06-15 [colin]      1.9.11cvs68
12368
12369         * src/compose.c
12370                 Fix bug #421 (Fix undo on wrapping)
12371
12372 2005-06-15 [colin]      1.9.11cvs67
12373
12374         * src/folder.c
12375                 Provide visual feedback while processing
12376                 folder's rules.
12377         * src/imap.c
12378                 Provide visual feedback while getting
12379                 short headers (for uncached messages)
12380
12381
12382 2005-06-14 [paul]       1.9.11cvs66
12383
12384         * src/account.c
12385                 change a couple stock icons
12386         * src/inc.c
12387         * src/send_message.c
12388         * src/gtk/progressdialog.c
12389         * src/gtk/progressdialog.h
12390                 sync main's GtkTreeView implementation
12391
12392 2005-06-14 [colin]      1.9.11cvs65
12393
12394         * src/imap.c
12395                 Various little fixes, mainly on error paths
12396
12397 2005-06-13 [colin]      1.9.11cvs64
12398
12399         * matcher.c
12400         * procmsg.c
12401         * procmsg.h
12402                 Add a way to fetch only headers. This speeds
12403                 up filtering on headers for IMAP. Fixes:
12404                 bug #481 extraneous imap commands slow down 
12405                         imap filtering
12406                 bug #522 Sylpheed downloads all messages 
12407                         when opening mailbox (IMAP)
12408                 bug #677 IMAP fetch is soooooooooooooo slow
12409         * src/folder.c
12410         * src/folder.h
12411                 Add a folder set_batch method so that
12412                 implementations can speed up flags changes
12413         * src/folderutils.c
12414         * src/summaryview.c
12415                 Use that in mark as (un)read and mark all read
12416                 Refix bug #679
12417         * src/imap.c
12418                 Implement set_batch - brings back deferred
12419                 flags in a less buggy manner. Fixes:
12420                 bug #729 IMAP immediate expunge of deleted messages
12421                 bug #191 remove list of messages with one command
12422                 Fix login with strange chars
12423                 Implement fetch_msg_full
12424                 Fix copy (wrong counts)
12425
12426 2005-06-12 [colin]      1.9.11cvs63
12427
12428         * src/folder.c
12429                 lock incorporation during long operations.
12430                 Avoids fucking up the IMAP socket.
12431
12432 2005-06-12 [colin]      1.9.11cvs62
12433
12434         * src/imap.c
12435                 Fix harmful typo
12436                 Factorize remove_all_msg
12437                 Thread-ize expunge
12438         * src/summaryview.c
12439                 Don't update partial-download status if unnecessary
12440         * src/folder.c
12441                 Use remove_msgs everywhere possible
12442
12443 2005-06-12 [colin]      1.9.11cvs61
12444
12445         * src/folder.c
12446         * src/folder.h
12447                 Add a remove_msgs function to remove a 
12448                 list of messages
12449         * src/imap.c
12450                 Implement that.
12451
12452 2005-06-12 [colin]      1.9.11cvs60
12453
12454         * src/imap.c
12455                 Remove flags-processing deferring... Too hard
12456                 to get it to work in all cases.
12457
12458 2005-06-11 [colin]      1.9.11cvs59
12459
12460         * src/imap.c
12461                 printf -> debug_print
12462
12463 2005-06-11 [colin]      1.9.11cvs58
12464
12465         * src/imap.c
12466                 o Fix build without USE_PTHREAD
12467                 o Factorize imap_open
12468                 o Alertpanel in case of impossible connection
12469                 o Alertpanel in case of impossible login
12470                 o Fix deferred flags processing to force a 
12471                   flush before adding some more flags to process,
12472                   but in another folder.
12473
12474 2005-06-10 [colin]      1.9.11cvs57
12475
12476         * src/imap.c
12477                 o Fix a format string error
12478                 o init ssl socket outside of the thread 
12479                   (it possibly invokes gtk calls)
12480         * src/procmime.c
12481                 o Put back the buffer to its necessary size
12482                 o Fix changing a file pointer without keeping
12483                   track of it (thanks Valgrind)
12484         * src/common/smtp.c
12485                 o Fix automatic STARTTLS if login should be done
12486                   and the server only allows it after starting TLS
12487         * src/gtk/gtkinputdialog.c
12488                 o Eat GDK_Return so that the combo popup doesn't 
12489                   appear when we press Enter to validate the combo
12490                   input dialog (as seen in the Open with... dialog)
12491
12492 2005-06-10 [colin]      1.9.11cvs56
12493
12494         * src/imap.c
12495                 o A bit less debug
12496                 o Fix a crash on deletion
12497                 o Threadize imap_select (it's called outside of 
12498                   threads)
12499                 o Defer treatment of DELETED flags
12500
12501
12502 2005-06-09 [colin]      1.9.11cvs55
12503
12504         * src/imap.c
12505                 Make sure we check imap_gtk_should_override(), which
12506                 potentially calls gtk stuff, before creating thread.
12507                 That way it should't be called via imap_get_session()
12508                 inside a thread.
12509
12510 2005-06-09 [colin]      1.9.11cvs54
12511
12512         * src/imap.c
12513                 o add a bit of status output
12514                 o remove some dead code
12515                 o threadize get_list_of_uids
12516                 o threadize imap_get_flags
12517                 o defer flag changing by 500ms so that they
12518                   can be batched
12519
12520
12521 2005-06-08 [colin]      1.9.11cvs53
12522
12523         * src/imap.c
12524                 Thread-ize imap_cmd_fetch
12525
12526 2005-06-08 [colin]      1.9.11cvs52
12527
12528         * src/main.c
12529                 Mmh, that broke POP3...
12530
12531 2005-06-08 [colin]      1.9.11cvs51
12532
12533         * src/main.c
12534                 Stabilize IMAP patch (thanks to Hoa)
12535
12536 2005-06-08 [colin]      1.9.11cvs50
12537
12538         * src/imap.c
12539                 Test patch to speed up imap. 
12540
12541 2005-06-08 [colin]      1.9.11cvs49
12542
12543         * src/imap_gtk.c
12544                 Warning fix
12545         * src/procmime.c
12546                 Apply patch from gentoo to use /usr/share/mime/globs if 
12547                 available, after un-breaking it
12548         * src/common/log.c
12549         * src/common/log.h
12550                 Use g_timeout for invoking hooks that possibly use gtk
12551                 calls. This should leave gtk calls in the main thread.
12552
12553 2005-06-08 [paul]       1.9.11cvs48
12554
12555         * src/codeconv.c
12556                 conv_get_outgoing_charset_str(): don't
12557                 use prefs_common setting
12558         * src/compose.c
12559         * src/compose.h
12560                 add /Options/Character encoding/... to
12561                 temporarily change the outgoing encoding
12562
12563         (belated sync with main)
12564
12565 2005-06-08 [paul]       1.9.11cvs47
12566
12567         * src/compose.c
12568                 correction to/completion of last
12569                 sync with main
12570
12571 2005-06-08 [paul]       1.9.11cvs46
12572
12573         sync with main:
12574         
12575         * src/codeconv.c
12576         * src/codeconv.h
12577                 always enabled Japanese auto-detection
12578                 if the first letters of locale string
12579                 is "ja"
12580         * src/compose.c
12581                 don't use "destroy" signal to destroy
12582                 Compose object (fix rare crashes on discard?)
12583         * src/mainwindow.c
12584         * src/messageview.c
12585         * src/prefs_send.c
12586                 added Hebrew encodings
12587         * src/sourcewindow.c
12588                 don't use "destroy" signal to destroy
12589                 objects
12590
12591 2005-06-07 [colin]      1.9.11cvs45
12592
12593         * src/summaryview.c
12594                 Add missing unlocks/locks
12595
12596 2005-06-07 [paul]       1.9.11cvs44
12597
12598         * src/summaryview.c
12599                 restore bug #749 fix
12600
12601 2005-06-06 [colin]      1.9.11cvs43
12602
12603         * src/summaryview.c
12604                 Fix selection bug when prefs_common.open_unread 
12605                 is FALSE
12606
12607 2005-06-06 [colin]      1.9.11cvs42
12608
12609         * src/common/md5.c
12610                 Fix a warning
12611         * src/summaryview.c
12612         * src/folderview.c
12613                 Factorize long operations beginning and end
12614                 (locking, freezing/thawing, cursor, ...)
12615                 Check selection->data member in selection-
12616                 related loops; this avoids dying an awful
12617                 death if the selection changes on us while
12618                 we're marking a whole IMAP folder unread, 
12619                 for example.
12620
12621 2005-06-06 [paul]       1.9.11cvs41
12622
12623         * src/textview.c
12624                 don't g_free() a static gchar buffer
12625
12626 2005-06-05 [colin]      1.9.11cvs40
12627
12628         * src/mainwindow.c
12629         * src/messageview.c
12630         * src/summaryview.c
12631                 Fix bug #749 (Show all headers should be
12632                 sticky as the GUI suggests)
12633
12634 2005-06-03 [paul]       1.9.11cvs39
12635
12636         * src/compose.c
12637                 don't allow editing of mail while sending.
12638                 patch by Colin
12639
12640 2005-06-03 [paul]       1.9.11cvs38
12641
12642         * src/folderview.c
12643                 add a freeze/thaw to speed up 'mark all read'
12644
12645 2005-06-03 [paul]       1.9.11cvs37
12646
12647         * src/prefs_message.c
12648                 reflect changes immediately
12649
12650 2005-06-02 [colin]      1.9.11cvs36
12651
12652         * po/POTFILES.in
12653                 Patch by Fabien Vantard.
12654
12655 2005-06-02 [colin]      1.9.11cvs35
12656
12657         * src/imap.c
12658                 Use a non-blocking imap_getline() if possible.
12659                 This should completely prevent the interface
12660                 from freezin on imap operations, although it
12661                 may do strange stuff in case of folder switching
12662                 while a big imap operation is taking place...
12663
12664                 In addition, fix a leak in the case thread
12665                 creation fails on connection.
12666
12667 2005-06-02 [colin]      1.9.11cvs34
12668
12669         * src/crash.c
12670         * src/prefs_common.h
12671                 Fix build (prefs_common_init() doesn't exist
12672                 anymore)
12673
12674 2005-06-02 [colin]      1.9.11cvs33
12675
12676         * src/prefs_account.c
12677                 Fix bug #245 (filtering rules broken when
12678                 renaming a remote account (imap4 or nntp)
12679
12680 2005-06-02 [colin]      1.9.11cvs32
12681
12682         * src/imap.c
12683                 Try to fix IMAP shortcomings: 
12684                 o Multithread imap_open()
12685                 o allow offline-mode overriding instead of
12686                   just returning NULL
12687         * src/imap_gtk.c
12688         * src/imap_gtk.h
12689                 Add a function to ask whether we want to
12690                 override offline-mode for 10 minutes (one-shot
12691                 asking was painful)
12692         * src/procheader.c
12693                 Fix segfault when imap parser isn't happy about
12694                 a missing {
12695
12696 2005-06-01 [colin]      1.9.11cvs31
12697
12698         * src/addrharvest.c
12699         * src/compose.c
12700         * src/mbox.c
12701         * src/mbox.h
12702         * src/mh.c
12703         * src/msgcache.c
12704         * src/send_message.c
12705         * src/setup.c
12706         * src/undo.c
12707         * src/common/hooks.c
12708         * src/common/prefs.c
12709         * src/common/template.c
12710         * src/common/utils.c
12711         * src/gtk/gtkutils.c
12712         * src/gtk/inputdialog.c
12713         * src/gtk/menu.c
12714         * src/gtk/pluginwindow.c
12715         * src/gtk/prefswindow.c
12716         * src/plugins/pgpmime/passphrase.c
12717         * src/plugins/pgpmime/prefs_gpg.c
12718                 More -Wall fixes
12719
12720         * src/common/Makefile.am
12721         * src/common/timing.h
12722                 Add basic timing code
12723
12724         * src/summaryview.c
12725                 Fix a bug with unread messages when 
12726                 re-sorting folders, and by the way
12727                 fix a big performance hit when 
12728                 re-sorting (10k mails: before 5s,
12729                 after .5s)
12730
12731         * src/prefs_compose_writing.c
12732         * src/prefs_compose_writing.h
12733         * src/prefs_message.c
12734         * src/prefs_message.h
12735         * src/prefs_other.c
12736         * src/prefs_other.h
12737         * src/prefs_quote.c
12738         * src/prefs_quote.h
12739         * src/prefs_receive.c
12740         * src/prefs_receive.h
12741         * src/prefs_send.c
12742         * src/prefs_send.h
12743         * src/prefs_summaries.c
12744         * src/prefs_summaries.h
12745                 Fix copyright banner
12746
12747 2005-06-01 [paul]       1.9.11cvs30
12748
12749         * po/fi.po
12750                 updated by Flammie Pirinen
12751         * src/procmime.c
12752                 fix 'Bad BASE64 content' output
12753
12754 2005-05-31 [colin]      1.9.11cvs29
12755
12756         * src/procmime.c
12757                 Oops, where did my hunk go.
12758
12759 2005-05-31 [colin]      1.9.11cvs28
12760
12761         * src/Makefile.am
12762         * src/account.c
12763         * src/action.c
12764         * src/addr_compl.c
12765         * src/addressbook.c
12766         * src/codeconv.c
12767         * src/compose.c
12768         * src/export.c
12769         * src/folder.c
12770         * src/folderview.c
12771         * src/image_viewer.c
12772         * src/main.c
12773         * src/mainwindow.c
12774         * src/messageview.c
12775         * src/mimeview.c
12776         * src/msgcache.c
12777         * src/prefs_account.c
12778         * src/prefs_actions.c
12779         * src/prefs_common.c
12780         * src/prefs_compose_writing.c
12781         * src/prefs_customheader.c
12782         * src/prefs_ext_prog.c
12783         * src/prefs_filtering.c
12784         * src/prefs_filtering_action.c
12785         * src/prefs_fonts.c
12786         * src/prefs_image_viewer.c
12787         * src/prefs_message.c
12788         * src/prefs_message.h
12789         * src/prefs_msg_colors.c
12790         * src/prefs_other.c
12791         * src/prefs_other.h
12792         * src/prefs_quote.c
12793         * src/prefs_receive.c
12794         * src/prefs_receive.h
12795         * src/prefs_send.c
12796         * src/prefs_send.h
12797         * src/prefs_spelling.c
12798         * src/prefs_summaries.c
12799         * src/prefs_summary_column.c
12800         * src/prefs_template.c
12801         * src/prefs_themes.c
12802         * src/prefs_toolbar.c
12803         * src/prefs_wrapping.c
12804         * src/procmime.c
12805         * src/procmsg.c
12806         * src/send_message.h
12807         * src/ssl_manager.c
12808         * src/summary_search.c
12809         * src/summaryview.c
12810         * src/textview.c
12811         * src/wizard.c
12812         * src/common/smtp.c
12813         * src/common/smtp.h
12814         * src/gtk/gtkutils.h
12815                 o Move the rest of Common prefs to new style
12816                 o Lots of -Wall warning fixes
12817                 o fix FIXME in cache memusage calculation
12818                 o Let return receipts be sent from any account
12819                 o Little cache optimisation (read)
12820                 o Fix bug #746 (don't treat commas as separators
12821                   when inside a quoted string)
12822
12823 2005-05-31 [paul]       1.9.11cvs27
12824
12825         * src/prefs_common.c
12826                 fix 'off-by-one' typo
12827
12828 2005-05-31 [paul]       1.9.11cvs26
12829
12830         * src/account.c
12831         * src/addr_compl.c
12832         * src/compose.c
12833         * src/foldersel.c
12834         * src/prefs_actions.c
12835         * src/prefs_common.c
12836         * src/prefs_common.h
12837         * src/prefs_customheader.c
12838         * src/prefs_display_header.c
12839         * src/prefs_filtering.c
12840         * src/prefs_filtering_action.c
12841         * src/prefs_matcher.c
12842         * src/prefs_summaries.c
12843         * src/prefs_summary_column.c
12844         * src/prefs_template.c
12845         * src/prefs_toolbar.c
12846         * src/ssl_manager.c
12847         * src/gtk/pluginwindow.c
12848         * src/gtk/prefswindow.c
12849         * src/gtk/progressdialog.c
12850                 add hidden prefs 'enable_rules_hint'
12851                 for gtk_tree_view_set_rules_hint()
12852                 (sync with main)
12853                 
12854
12855 2005-05-31 [colin]      1.9.11cvs25
12856
12857         * src/Makefile.am
12858         * src/main.c
12859         * src/prefs_common.c
12860         * src/prefs_summaries.c ** ADDED **
12861         * src/prefs_summaries.h ** ADDED **
12862                 Common/Display -> Display/Summaries
12863
12864 2005-05-31 [colin]      1.9.11cvs24
12865
12866         * src/Makefile.am
12867         * src/main.c
12868         * src/prefs_quote.c ** ADDED **
12869         * src/prefs_quote.h ** ADDED **
12870                 Move Common/Quote to Compose/Quoting
12871         * src/prefs_common.c
12872         * src/prefs_common.h
12873                 Remove old quote stuff, add
12874                 convenience functions for GtkTextView prefs
12875         * src/gtk/prefswindow.c
12876                 Set default height higher
12877
12878 2005-05-30 [colin]      1.9.11cvs23
12879
12880         * src/Makefile.am
12881         * src/main.c
12882         * src/prefs_common.c
12883         * src/prefs_compose_writing.c ** ADDED **
12884         * src/prefs_compose_writing.h ** ADDED **
12885                 Move Common/Compose prefs to Compose/Writing
12886
12887 2005-05-30 [colin]      1.9.11cvs22
12888
12889         * src/common/utils.c
12890                 Fix bug #651 (Confused Attract by Subject)
12891                 Patch by M. Benkmann <haferfrost@web.de>
12892         * AUTHORS
12893
12894 2005-05-30 [colin]      1.9.11cvs21
12895
12896         * src/compose.c
12897                 Fix concatenation of different headers of
12898                 the same type (bug #645)
12899         * src/prefs_folder_item.c
12900                 Fix bug #699 (setting color to black doesn't
12901                 work immediately)
12902         * src/procmime.c
12903                 Print out decoding error only once per
12904                 block
12905
12906 2005-05-30 [paul]       1.9.11cvs20
12907
12908         * src/common/template.c
12909                 fix Bcc
12910
12911 2005-05-30 [paul]       1.9.11cvs19
12912
12913         * doc/src/rfc2368.txt   **NEW FILE**
12914         * src/compose.c
12915                 compose_entries_set(): don't interpret Bcc
12916                 header field (conform to RFC 2368)
12917                 (sync with main)
12918
12919 2005-05-29 [colin]      1.9.11cvs18
12920
12921         * src/prefs_common.c
12922                 Let the default reply format respect
12923                 netiquette by cutting the signature.
12924
12925 2005-05-29 [colin]      1.9.11cvs17
12926
12927         * src/summaryview.c
12928                 Don't let always_show_msg override
12929                 open_unread_on_enter when opening a new
12930                 directory.
12931
12932 2005-05-27 [paul]       1.9.11cvs16
12933
12934         sync with main:
12935
12936         * src/main.c
12937                 app_will_exit(): cleanup tmp directory when exit
12938         * src/message_search.c
12939                 improved the interface and made code cleanup.
12940                 removed Clear button
12941         * src/send_message.c
12942                 send_message_local(): use GSpawn, and detect errors
12943         * src/summary_search.c
12944                 improved the interface and made code cleanup
12945         * src/textview.c
12946                 textview_write_link(): also skip non-ascii space
12947                  at the head of link strings (phishing check
12948                  didn't work at the case)
12949         * src/common/utils.c
12950                 get_command_output(): use g_spawn_command_line_sync()
12951                 instead of popen()
12952
12953 2005-05-26 [colin]      1.9.11cvs15
12954
12955         * src/folder.c
12956                 remove printf
12957
12958 2005-05-26 [colin]      1.9.11cvs14
12959
12960         * src/common/nntp.c
12961                 Fix nntp mode reader (bug #611)
12962                 Patch by Florian Mickler <florian@mickler.org>
12963
12964 2005-05-26 [colin]      1.9.11cvs13
12965
12966         * src/plugins/pgpmime/passphrase.c
12967                 Fix mouse grabbing (bug #557)
12968
12969 2005-05-26 [colin]      1.9.11cvs12
12970
12971         * src/prefs_themes.c
12972                 Fix g_warning (bug #541)
12973
12974 2005-05-26 [colin]      1.9.11cvs11
12975
12976         * src/prefs_actions.c
12977         * src/prefs_template.c
12978                 Fix bug #506 (no warning if action/template
12979                 is not saved)
12980         * src/common/template.c
12981                 Fix a possible crash
12982
12983 2005-05-26 [colin]      1.9.11cvs10
12984
12985         * src/folder.c
12986         * src/folderview.c
12987         * src/procmsg.c
12988         * src/summaryview.c
12989                 Forbid locked messages to be moved or
12990                 deleted. Locked messages in trashes 
12991                 still get deleted, for performance
12992                 reason (mh.c::mh_remove_all_msgs)
12993
12994 2005-05-25 [colin]      1.9.11cvs9
12995
12996         * src/procmime.c
12997                 Use correct encoding when sending mails
12998                 with attachments that have accentued 
12999                 chars in their name
13000
13001 2005-05-24 [colin]      1.9.11cvs8
13002
13003         * src/summaryview.c
13004                 Fix bug #688 f) read/unread marker not
13005                 changed on first click
13006                 Also, optimize summary_status_show()
13007                 calls
13008         * src/folder.c
13009         * src/inc.c
13010         * src/procmime.c
13011                 Fix bug #688 b) and c) wrt message
13012                 attachments and signature
13013         * src/stock_pixmap.c
13014         * src/stock_pixmap.h
13015         * src/stock_pixmap.c
13016         * src/stock_pixmap.h
13017         * src/Makefile.am
13018         * src/pixmaps/clip_gpg_signed.xpm
13019                 Add clip/signed icon
13020
13021 2005-05-24 [colin]      1.9.11cvs7
13022
13023         * src/folder_item_prefs.c
13024                 whitespace fix
13025
13026 2005-05-24 [colin]      1.9.11cvs6
13027
13028         * src/folderview.c
13029         * src/prefs_common.c
13030         * src/prefs_common.h
13031                 Add a confirmation to folder drag and drop
13032                 fixes bug #156
13033         * src/alertpanel.c
13034         * src/alertpanel.h
13035                 fix _with_disable parameters so that
13036                 the buttons labels are specifiable too
13037         * src/plugins/pgpmime/sgpgme.c
13038                 reflect said change
13039                 
13040
13041 2005-05-24 [colin]      1.9.11cvs5
13042
13043         * src/folderview.c
13044                 Uncollapse/collapse folders on double-click
13045                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
13046                 closes bug #108
13047
13048 2005-05-23 [colin]      1.9.11cvs4
13049
13050         * src/common/socket.c
13051                 Check another special SSL_peek() error.
13052                 Should help wrt bug #728
13053
13054 2005-05-23 [colin]      1.9.11cvs3
13055
13056         * src/plugins/pgpmime/pgpmime.c
13057                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
13058                 breaking menu accelerators and stuff. Users will have to
13059                 reselect "PGP MIME" instead of "PGP/MIME" in their 
13060                 account's privacy preferences if needed.
13061
13062 2005-05-22 [paul]
13063
13064         * tools/kdeservicemenu/install.sh
13065                 use kdesu to prompt for root password if doing
13066                 global install/uninstall
13067
13068 2005-05-20 [colin]      1.9.11cvs2
13069
13070         * src/procmsg.c
13071                 Fix another compilation error with gcc-2.9x
13072                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
13073         * src/send_message.c
13074                 Don't send QUIT if we aren't connected
13075
13076 2005-05-19 [colin]      1.9.11cvs1
13077
13078         * src/procmsg.c
13079                 Fix compilation with gcc 2.9x
13080
13081 2005-05-19 [paul]       1.9.11
13082
13083         1.9.11 released
13084
13085 2005-05-19 [paul]       1.9.9cvs14
13086
13087         * src/gtk/inputdialog.c
13088                 prevent gettext warning
13089
13090 2005-05-19 [paul]       1.9.9cvs13
13091
13092         * src/mainwindow.c
13093         * src/prefs_common.c
13094         * src/prefs_common.h
13095         * src/textview.c
13096         * src/textview.h
13097                 add an option to toggle cursor in message
13098                 view (sync with main)
13099
13100 2005-05-18 [colin]      1.9.9cvs12
13101
13102         * src/compose.c
13103                 Dereference freed pointer
13104         * src/gtk/gtkaspell.c
13105                 Fix duplication of dictionaries (is it an aspell issue?)
13106
13107 2005-05-18 [colin]      1.9.9cvs11
13108
13109         * src/gtk/inputdialog.c
13110         * src/gtk/gtkaspell.c
13111                 HIGuify dialogs
13112         * src/alertpanel.c
13113                 Remove a double call
13114
13115 2005-05-17 [colin]      1.9.9cvs10
13116
13117         * src/gtk/gtkaspell.c
13118                 Fix dialogs, Ctrl-Enter accel
13119
13120 2005-05-17 [colin]      1.9.9cvs9
13121
13122         * src/gtk/gtkaspell.c
13123                 Fix some accelerators, escape in replace-window
13124
13125 2005-05-16 [colin]      1.9.9cvs8
13126
13127         * src/gtk/gtkaspell.c
13128                 Revert last commit, it was a mistake.
13129
13130 2005-05-16 [colin]      1.9.9cvs7
13131
13132         * src/gtk/gtkaspell.c
13133                 Remove buggy code while we're at it. It's a 
13134                 dead code path anyway.
13135
13136 2005-05-16 [colin]      1.9.9cvs6
13137
13138         * src/gtk/gtkaspell.c
13139                 Missed some gtk_menu_popup where deactivate
13140                 signal should be handled. Should fix bug
13141                 #629 a bit more.
13142
13143 2005-05-16 [colin]      1.9.9cvs5
13144
13145         * src/gtk/gtkaspell.c
13146                 Remove debug printf()s
13147
13148 2005-05-16 [colin]      1.9.9cvs4
13149
13150         * src/gtk/gtkaspell.c
13151                 Fix a bit aspell problems
13152                 (see bug #629)
13153
13154 2005-05-13 [colin]      1.9.9cvs3
13155
13156         * src/folderview.c
13157                 Fix the + appearing even when no subfolders
13158                 have unread messages. Thanks to wwp for the
13159                 bug report.
13160
13161 2005-05-11 [paul]       1.9.9cvs2
13162
13163         * src/folderview.c
13164                 correction to 1.9.9cvs1, only colour folders that
13165                 have new msgs (not unread msgs)
13166
13167 2005-05-10 [colin]      1.9.9cvs1
13168
13169         * src/folderview.c
13170         * src/summaryview.c
13171                 Try to fix bolding bugs again.
13172
13173 2005-05-09 [paul]
13174
13175         * tools/claws.i18n.status.pl
13176                 add Ricardo Mones Lastra's script that has been providing
13177                 the i18n status page for many months
13178
13179 2005-05-09 [paul]       1.9.9
13180
13181         1.9.9 release
13182
13183 2005-05-09 [paul]       1.9.6cvs58
13184
13185         * AUTHORS
13186         * INSTALL
13187         * README.claws
13188                 updated
13189         * Makefile.am 
13190         * RELEASE_NOTES.claws
13191                 add release notes to cvs to simplify release
13192                 procedure
13193         * configure.ac
13194                 add ca and fi to ALL_LINGUAS
13195         * po/Makefile.in.in
13196                 workaround for missing Makevars
13197         * po/ca.po
13198         * po/fi.po
13199                 add new Catalan and Finnish translations
13200                 submitted by Miquel Oliete and Flammie Pirinen
13201         * po/de.po
13202         * po/es.po
13203         * po/fr.po
13204         * po/it.po
13205         * po/pl.po
13206         * po/ru.po
13207         * po/sk.po
13208         * po/sr.po
13209         * po/zh_CN.po
13210                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
13211                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
13212                 Urke MMI, and Hansom Young
13213         * src/main.c
13214                 Fix drafting when quitting. compose_draft() closes the
13215                 compose windows, which modifies the compose_list GSList.
13216                 We have to refresh this list after echo drafting to avoid a
13217                 segfault
13218         * src/partial_download.c
13219                 fix segfault on exit
13220
13221 2005-05-06 [paul]       1.9.6cvs57
13222
13223         * src/grouplistdialog.c
13224                 quick fix/workaround for unresizeable newsgroup
13225                 name column 
13226
13227 2005-05-06 [paul]       1.9.6cvs56
13228
13229         * src/inc.c
13230         * src/mainwindow.c
13231                 use gettext plural forms
13232         * src/imap_gtk.c
13233         * src/mh_gtk.c
13234         * src/toolbar.c
13235                 small improvement to english usage
13236
13237 2005-05-05 [thorsten]   1.9.6cvs55
13238
13239         * src/folder.c
13240                 fix possible crash
13241
13242 2005-05-05 [paul]       1.9.6cvs54
13243         
13244         sync with HEAD
13245
13246         * AUTHORS
13247         * src/compose.c
13248                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
13249                 patch by Tim Mann
13250
13251 2005-05-05 [paul]       1.9.6cvs53
13252
13253         * src/mainwindow.c
13254                 fix resizing of separate message and
13255                 folder views
13256
13257 2005-05-05 [paul]       1.9.6cvs52
13258
13259         * src/account.c
13260         * src/addrgather.c
13261         * src/browseldap.c
13262         * src/exphtmldlg.c
13263         * src/expldifdlg.c
13264         * src/importmutt.c
13265         * src/importpine.c
13266         * src/main.c
13267         * src/mainwindow.c
13268         * src/noticeview.c
13269         * src/prefs_filtering.c
13270         * src/prefs_filtering_action.c
13271         * src/prefs_matcher.c
13272         * src/prefs_spelling.c
13273         * src/prefs_toolbar.c
13274         * src/toolbar.c
13275         * src/wizard.c
13276         * src/gtk/description_window.c
13277         * src/gtk/gtkvscrollbutton.c
13278         * src/gtk/progressdialog.c
13279         * src/gtk/quicksearch.c
13280         * src/plugins/pgpmime/prefs_gpg.c
13281         * src/plugins/spamassassin/spamassassin_gtk.c
13282                 replace deprecated gtk_widget_set_usize
13283
13284 2005-05-04 [colin]      1.9.6cvs51
13285
13286         * src/common/utils.c
13287                 Fix crash when subst_for_filename is called
13288                 with a NULL parameter
13289
13290 2005-05-04 [colin]      1.9.6cvs50
13291
13292         * src/partial_download.c
13293         * src/pop.c
13294                 Escape login when writing uidl file
13295                 fixes bug #736
13296
13297 2005-05-03 [colin]      1.9.6cvs49
13298
13299         * src/procmime.c
13300                 Fix possible DOS in mime parser
13301                 (see bug #634)
13302
13303 2005-05-02 [colin]      1.9.6cvs48
13304
13305         * src/compose.c
13306                 Try to fix the copy/paste mess once again.
13307
13308
13309 2005-04-30 [colin]      1.9.6cvs47
13310
13311         * src/prefs_account.h
13312         * src/procmsg.c
13313         * src/send_message.c
13314         * src/common/smtp.c
13315         * src/common/smtp.h
13316                 Try to batch sending mails (per account) instead of
13317                 reconnecting to server every time.
13318
13319 2005-04-29 [colin]      1.9.6cvs46
13320
13321         * src/messageview.c
13322                 Fix window resizing that refused to size down
13323         * src/prefs_common.c
13324         * src/prefs_common.h
13325         * src/prefs_filtering.c
13326                 Save Filtering's window size
13327
13328 2005-04-21 [paul]       1.9.6cvs45
13329
13330         * ChangeLog-gtk2.claws
13331         * src/setup.c
13332                 correction to sync
13333
13334 2005-04-21 [paul]       1.9.6cvs44
13335
13336         sync with main:
13337
13338         * src/setup.c
13339         * src/statusbar.c
13340         * src/statusbar.h
13341                 use gtkut_widget_draw_now(). Improved performance
13342                 of the update of statusbar
13343         * src/textview.c
13344                 textview_smooth_scroll_do(): redraw it after scroll
13345                 is done (fixed incorrect display when a part of the
13346                 view is hidden).
13347         * src/gtk/gtkutils.c
13348         * src/gtk/gtkutils.h
13349                 gtkut_widget_draw_now(): use gdk_window_process_updates()
13350                 to force update of widgets.
13351                 Removed gtkut_widget_wait_for_draw() which had a big
13352                 overhead  because of waiting for all events processed 
13353
13354 2005-04-20 [paul]       1.9.6cvs43
13355
13356         * src/codeconv.c
13357                 complete 1.9.6cvs42's sync:
13358                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
13359
13360 2005-04-19 [paul]       1.9.6cvs42
13361
13362         sync with main:
13363
13364         * src/action.c
13365                 catch_output(): correctly select the insert text
13366                 (fix invalid iterator warnings).
13367         * src/codeconv.c
13368         * src/codeconv.h
13369         * src/mainwindow.c
13370         * src/messageview.c
13371         * src/prefs_common.c
13372                 support GBK encoding.
13373         * src/common/session.c
13374         * src/common/session.h
13375                 use separate buffer for large data to be sent,
13376                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
13377
13378 2005-04-18 [paul]       1.9.6cvs41
13379
13380         * src/jpilot.c
13381                 convert unsigned long into guint32
13382                 patch by Paul LeoNerd Evans 
13383
13384 2005-04-17 [colin]      1.9.6cvs40
13385
13386         * src/compose.c
13387                 Fix 'Request return receipt' from folder
13388                 properties (bug #708)
13389
13390 2005-04-17 [colin]      1.9.6cvs39
13391
13392         * src/mainwindow.c
13393                 Fix duplicate hotkeys in Mainwindow's menu
13394
13395 2005-04-17 [colin]      1.9.6cvs38
13396
13397         * src/folderview.c
13398                 Fix duplicate hotkeys in Folderview's contextual
13399                 menu
13400
13401 2005-04-15 [colin]      1.9.6cvs37
13402
13403         * src/summaryview.c
13404                 Fix 'Save as...' with non-ascii filenames
13405
13406 2005-04-15 [colin]      1.9.6cvs36
13407
13408         * src/plugins/pgpmime/pgpmime.c
13409                 Fix bus error on 64bit. Spotted by 
13410                 macallan1888@gmail.com
13411
13412 2005-04-15 [colin]      1.9.6cvs35
13413
13414         * src/prefs_account.c
13415                 Fix cvs34.
13416
13417 2005-04-12 [colin]      1.9.6cvs34
13418
13419         * src/prefs_account.c
13420                 Fix smtp auth type off-by-one. We forgot to
13421                 add PLAIN in the prefs-to-gui setter func and
13422                 as a result, the selected auth when opening
13423                 account prefs was not the correct one.
13424
13425 2005-04-12 [paul]       1.9.6cvs33
13426
13427         * src/inc.c
13428                 if the recv dialog is visible, Cancel only
13429                 cancels the current account
13430
13431
13432 2005-04-10 [colin]      1.9.6cvs32
13433
13434         * src/filtering.c
13435                 Copy score when copying FilteringActions
13436                 Fix bug #674
13437
13438 2005-04-10 [colin]      1.9.6cvs31
13439
13440         * src/inc.c
13441                 Make Message -> Receive -> Cancel cancel 
13442                 incorporation on all accounts. Fixes
13443                 bug #693
13444
13445 2005-04-10 [colin]      1.9.6cvs30
13446
13447         * src/prefs_account.c
13448                 Update Privacy checkbuttons status based
13449                 on the selected privacy system
13450         * src/compose.c
13451                 Always connect the "None" privacy system; the
13452                 static boolean was probably there to avoid
13453                 reconnecting twice in the same compose window,
13454                 but as the parent function is only called once
13455                 per compose, it's only a bug - as a static is
13456                 initialized once per application instance.
13457                 Also, don't uncheck Sign and Encrypt when
13458                 selecting None as privacy system; just ignore
13459                 them when sending/queuing.
13460                 Should fix bug #695
13461
13462 2005-04-08 [colin]      1.9.6cvs29
13463
13464         * src/account.c
13465         * src/prefs_account.c
13466         * src/prefs_account.h
13467                 Add account preference to queue message in a certain
13468                 folder.
13469
13470 2005-04-06 [colin]      1.9.6cvs28
13471
13472         * src/prefs_account.c
13473                 Update old inbox path syntax
13474
13475 2005-04-06 [paul]       1.9.6cvs27
13476
13477         sync with main:
13478
13479         * configure.ac
13480                 changed -traditional-cpp to -no-cpp-precomp for newer
13481                 Mac OS X support
13482         * src/foldersel.c
13483                 made column resize automatically
13484         * src/send_message.c
13485                 send_message_smtp(): consider EOF right after QUIT
13486                 successful (workaround for Gmail SMTP server)
13487         * src/common/socket.c
13488                 ssl_read(), ssl_peek(): check EOF which violates the
13489                 SSL protocol
13490         * src/gtk/colorlabel.c
13491                 removed warnings when displaying colorlabel menu
13492                 (don't use GtkAlignment)
13493
13494 2005-04-05 [paul]       1.9.6cvs26
13495
13496         * src/plugins/trayicon/trayicon.c
13497                 fix clipping of icon under KDE3 
13498
13499 2005-04-05 [paul]       1.9.6cvs25
13500
13501         * src/summaryview.c
13502                 hide display of threading
13503                 patch by Alfons
13504
13505 2005-04-04 [thorsten]   1.9.6cvs24
13506
13507         * src/mh.c
13508                 marks lost on filesystems with different stat() results on
13509                 summer-/wintertime
13510
13511 2005-04-03 [colin]      1.9.6cvs23
13512
13513         * src/summaryview.c
13514                 Don't handle up/down. Patch by Alfons
13515
13516 2005-04-02 [colin]      1.9.6cvs22
13517
13518         * src/summaryview.c
13519                 Make scrolling faster. Patch by Alfons.
13520
13521 2005-04-01 [colin]      1.9.6cvs21
13522
13523         * src/Makefile.am
13524         * src/stock_pixmap.c
13525         * src/pixmaps/dir-noselect.xpm ** REMOVED **
13526         * src/pixmaps/dir_noselect.xpm ** ADDED **
13527                 Fix pixmap name mismatch (Thanks Stephan Sachse)
13528
13529 2005-04-01 [colin]      1.9.6cvs20
13530
13531         * src/image_viewer.c
13532         * src/image_viewer.h
13533         * src/procmime.c
13534         * src/procmime.h
13535         * src/textview.c
13536         * src/textview.h
13537                 Implement inline image resizing and right-clicking
13538
13539 2005-04-01 [paul]       1.9.6cvs19
13540
13541         * AUTHORS
13542         * Makefile.am
13543         * configure.ac
13544                 check for gnome2
13545                 patch by Luca Cavalli <loopback<AT>slackit.org>
13546         * po/ru.po
13547                 updated by Pavlo Bohmat
13548
13549 2005-03-31 [colin]      1.9.6cvs18
13550
13551         * src/news.c
13552                 Fix parsing references
13553         * src/msgcache.c
13554                 don't put nulls in the references list
13555         * src/procheader.c
13556                 commit that forgotten file in 1.9.6cvs14
13557
13558 2005-03-31 [colin]      1.9.6cvs17
13559
13560         * src/compose.c
13561                 Fix joining of signature separator again. 
13562                 Maybe Hiro could put it in main too...
13563
13564 2005-03-31 [colin]      1.9.6cvs16
13565
13566         * src/Makefile.am
13567         * src/foldersel.c
13568         * src/stock_pixmap.c
13569         * src/stock_pixmap.h
13570         * src/pixmaps/dir-noselect.xpm
13571                 Update foldersel.c (sync from main, patch by Alfons)
13572
13573 2005-03-30 [colin]      1.9.6cvs15
13574
13575         * src/imap.c
13576                 Fix handling of imap folders containing [] in 
13577                 their name. Thanks to Nahuel Angelinetti for
13578                 the detailed bugreport.
13579
13580 2005-03-30 [colin]      1.9.6cvs14
13581
13582         * src/common/utils.h
13583         * src/common/utils.c
13584         * src/common/defs.h
13585         * src/matcher.c
13586         * src/msgcache.c
13587         * src/news.c
13588         * src/procmsg.c
13589         * src/procmsg.h
13590         * src/quote_fmt_parse.y
13591         * src/summaryview.c
13592                 Update references system. Patch by Alfons
13593
13594 2005-03-30 [colin]      1.9.6cvs13
13595
13596         * src/common/socket.c
13597                 Force the glibc to read resolv.conf again when 
13598                 it has changed. Should fix issues when changing
13599                 networks on a laptop and not restarting sylpheed. 
13600
13601 2005-03-30 [paul]       1.9.6cvs12
13602
13603         partial sync with main:
13604
13605         * src/action.c
13606                 create_io_dialog(): use user-defined text font
13607                 (thanks to Alfons), and modified its appearance.
13608         * src/addrgather.c
13609         * src/addrharvest.c
13610         * src/browseldap.c
13611                 replace old code
13612         * src/compose.c
13613                 don't join (presumably) itemized lines on line-wrapping
13614                 fixed wrapping of quote when auto-wrapping is enabled
13615                 compose_destroy(): destroy paned only if it's not
13616                 attached to window. Fixed memory leak of popup menu.
13617         * src/exphtmldlg.c
13618         * src/expldifdlg.c
13619                 replace old code
13620         * src/html.c
13621         * src/html.h
13622         * src/importmutt.c
13623         * src/importpine.c
13624                 replace old code
13625         * src/main.c
13626                 removed redundant code
13627         * src/mainwindow.c
13628                 changed 'Code set' (which is rather incorrect)
13629                 in the menu to 'Character encoding'
13630                 main_window_set_widgets(): request size first
13631                 to prevent window size becoming wrong
13632                 fixed remembering of the state of the visibility
13633                 of MessageView
13634         * src/messageview.c
13635                 changed 'Code set' (which is rather incorrect)
13636                 in the menu to 'Character encoding'
13637         * src/prefs_common.c
13638         * src/prefs_common.h
13639                 added an option whether to render HTML as text or not
13640                 added separators to outgoing encoding menu
13641         * src/procheader.c
13642                 procheader_scan_date_string(): support header
13643                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
13644         * src/summaryview.c
13645         * src/summaryview.h
13646                 minor code cleanup
13647         * src/textview.c
13648                 textview_show_html(): force output of newline
13649                 added an option whether to render HTML as text or not
13650         * src/common/utils.c
13651                 strncpy2(): optimized based on Alfons' code
13652         * src/gtk/gtkutils.c
13653         * src/gtk/gtkutils.h
13654                 removed non-used code
13655         * src/plugins/pgpmime/passphrase.c
13656                 partially fixed grab input of passphrase dialog
13657                 Confine pointer to window
13658
13659 2005-03-30 [colin]      1.9.6cvs11
13660
13661         * src/msgcache.c
13662         * src/msgcache.h
13663                 Read/write 32bit ints from cache & marks
13664                 From main.
13665
13666 2005-03-29 [paul]       1.9.6cvs10
13667
13668         * AUTHORS
13669         * ChangeLog.claws
13670         * src/compose.c
13671         * src/gtk/gtkaspell.c
13672                 sync with HEAD (don't pass NULL pointers) 
13673
13674 2005-03-24 [paul]
13675
13676         * tools/Makefile.am
13677         * tools/README
13678         * tools/acroread2sylpheed.pl
13679                 sync with HEAD (add script to send pdfs as
13680                 attachments from Adobe Reader 7)
13681
13682 2005-03-21 [paul]       1.9.6cvs9
13683
13684         * configure.ac
13685         * po/POTFILES.in
13686         * src/Makefile.am
13687         * src/crash.c
13688         * src/image_viewer.c ** ADDED **
13689         * src/image_viewer.h ** ADDED **
13690         * src/main.c
13691         * src/prefs_common.c
13692         * src/prefs_common.h
13693         * src/prefs_image_viewer.c ** ADDED **
13694         * src/prefs_image_viewer.h ** ADDED **
13695         * src/textview.c
13696         * src/gtk/about.c
13697         * src/pixmaps/sylpheed_logo.xpm
13698         * src/plugins/Makefile.am
13699         * src/plugins/image_viewer/.cvsignore ** REMOVED **
13700         * src/plugins/image_viewer/Makefile.am ** REMOVED **
13701         * src/plugins/image_viewer/plugin.c ** REMOVED **
13702         * src/plugins/image_viewer/viewer.c ** REMOVED **
13703         * src/plugins/image_viewer/viewer.glade ** REMOVED **
13704         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
13705         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
13706         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
13707         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
13708                 as gdk-pixbuf is now built-in
13709                 remove image_viewer plugin and put code back into
13710                 main codebase
13711                 implement inline image display (sync with main)
13712
13713                 replace logo with newer, nicer, larger version  
13714
13715 2005-03-21 [paul]       1.9.6cvs8
13716
13717         * src/gtk/about.c
13718                 cosmetic improvement
13719
13720 2005-03-21 [holger]     1.9.6cvs7
13721
13722         * src/plugins/spamassassin/spamassassin.c
13723                 Sync with HEAD
13724                 (unregister hook on failed plugin init)
13725
13726 2005-03-20 [colin]      1.9.6cvs6
13727
13728         * src/common/plugin.c
13729                 Check that plugin isn't already loaded
13730                 Patch by Alfons
13731
13732 2005-03-20 [thorsten]   1.9.6cvs5
13733
13734         * src/compose.c
13735                 use a more compatible syntax
13736
13737 2005-03-20 [thorsten]   1.9.6cvs4
13738
13739         * src/prefs_toolbar.c
13740                 fix crash when selecting toolbar item (uninitialized pointer)
13741
13742 2005-03-20 [thorsten]   1.9.6cvs3
13743
13744         * src/procmime.c
13745                 fix mimetype detection (referenced free()d string)
13746
13747 2005-03-20 [paul]       1.9.6cvs2
13748
13749         * src/compose.c
13750                 sync with HEAD (1.0.3cvs5)
13751                 neglect Reply-To header if empty
13752                 Patch by Alfons 
13753
13754 2005-03-19 [holger]     1.9.6cvs1
13755
13756         * src/summaryview.c
13757         * src/summaryview.h
13758                 Sync with HEAD
13759
13760 2005-03-18 [paul]       1.9.6
13761
13762         initial GTK2 release
13763
13764 2005-03-18 [paul]       1.0.3cvs3.1
13765
13766         * AUTHORS
13767         * ChangeLog.claws
13768         * configure.ac
13769         * src/gtk/about.c
13770         * src/pixmaps/sylpheed_logo.xpm
13771                 sync with HEAD
13772
13773 2005-03-18 [colin]      1.0.3cvs2.6
13774
13775         * src/summaryview.c
13776                 Remove call to summary_step in summary_copy_selected_to
13777                 Can't see its purpose, and this causes bug when copying
13778                 a message if the next one is unread: it reads it.
13779
13780 2005-03-18 [paul]       1.0.3cvs2.5
13781
13782         * src/foldersel.c
13783                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
13784
13785 2005-03-18 [paul]       1.0.3cvs2.4
13786
13787         * src/addrharvest.c
13788         * src/codeconv.c
13789         * src/codeconv.h
13790         * src/compose.c
13791         * src/news.c
13792         * src/procheader.c
13793         * src/procmime.c
13794         * src/unmime.c
13795         * src/unmime.h
13796                 fix buffer overflow, CAN-2005-0667, see
13797                 http://secunia.com/advisories/14491/
13798                 Patch by Alfons
13799
13800 2005-03-17 [colin]      1.0.3cvs2.3
13801
13802         * src/prefs_fonts.c
13803         * src/summaryview.c
13804                 Fix font bugs (both lists now officialy share 
13805                 the same font)
13806                 
13807
13808 2005-03-17 [paul]       1.0.3cvs2.2
13809
13810         * src/gtk/pluginwindow.c
13811                 make plugin descriptions uneditable
13812
13813 2005-03-11 [paul]       1.0.3cvs2.1
13814
13815         * ChangeLog.claws
13816         * configure.ac
13817         * po/POTFILES.in
13818         * src/plugins/trayicon/trayicon.c
13819                 sync with HEAD
13820                 add src/wizard.c to POTFILES.in
13821
13822 2005-03-11 [paul]       1.0.3cvs1.1
13823
13824         * ChangeLog
13825         * ChangeLog.claws
13826         * configure.ac
13827         * po/de.po
13828         * po/es.po
13829         * po/fr.po
13830         * po/it.po
13831         * po/pt_BR.po
13832         * po/ru.po
13833         * po/sk.po
13834         * po/sr.po
13835         * po/zh_CN.po
13836                 sync with HEAD
13837
13838 2005-03-04 [colin]      1.0.1cvs22.2
13839
13840         * src/compose.c
13841                 Fix signatures with accentued chars in it
13842
13843 2005-03-04 [colin]      1.0.1cvs22.1
13844
13845         * src/common/smtp.c
13846         * src/common/smtp.h
13847                 Don't use SIZE param in MAIL FROM: if server 
13848                 doesn't support it. Patch by Eugen Freiter
13849                 <eugen_f@users.sf.net>
13850
13851 2005-02-27 [paul]       1.0.1cvs20.1
13852
13853         * ChangeLog.claws
13854         * configure.ac
13855         * src/messageview.c
13856                 sync with HEAD
13857
13858 2005-02-27 [colin]      1.0.1cvs19.4
13859
13860         * src/procheader.c
13861         * src/procheader.h
13862                 Fix prototypes. Patch by Alfons
13863
13864 2005-02-27 [colin]      1.0.1cvs19.3
13865
13866         * src/compose.c
13867                 Don't auto-join the signature separator.
13868
13869 2005-02-26 [colin]      1.0.1cvs19.2
13870
13871         * src/summaryview.c
13872                 Fix 'mark all read' with collapsed threads.
13873                 Patch by Alfons.
13874
13875 2005-02-25 [paul]       1.0.1cvs19.1
13876
13877         * ChangeLog.claws
13878         * configure.ac
13879         * src/prefs_account.c
13880         * src/prefs_folder_item.c
13881         * src/gtk/prefswindow.c
13882         * src/gtk/prefswindow.h
13883                 sync with HEAD
13884
13885 2005-02-25 [paul]       1.0.1cvs15.12
13886
13887         * src/alertpanel.c
13888         * src/codeconv.c
13889         * src/compose.c
13890         * src/textview.c
13891         * src/gtk/gtkutils.c
13892         * src/gtk/gtkutils.h
13893         * src/gtk/logwindow.c
13894         * src/gtk/progressdialog.c
13895                 sync with main (revision 127)
13896                 and fix logwindow clipping
13897
13898 2005-02-24 [colin]      1.0.1cvs15.11
13899
13900         * src/plugins/pgpmime/passphrase.c
13901                 Disable input grabbing; it doesn't work yet.
13902
13903 2005-02-24 [colin]      1.0.1cvs15.10
13904
13905         * src/messageview.c
13906                 Don't send out receipts if offline. Ask.
13907
13908 2005-02-23 [colin]      1.0.1cvs15.9
13909
13910         * src/summaryview.c     
13911                 Fix expanding
13912
13913 2005-02-23 [colin]      1.0.1cvs15.8
13914
13915         * src/summaryview.c
13916                 Really fix Bug 568 by removing useless
13917                 calls. summary_thread_init() now called
13918                 in summary_sort(). This should please
13919                 Alfons as it should be faster than 
13920                 previously.
13921
13922 2005-02-23 [colin]      1.0.1cvs15.7
13923
13924         * src/compose.c
13925                 Encode parts as QP or B64 if signing
13926
13927 2005-02-23 [colin]      1.0.1cvs15.6
13928
13929         * src/compose.c
13930                 Fix Mimeinfo leakage (including tmp files)
13931         * src/procmsg.c
13932                 Fix tmp file leakage (spotted by Ivan Rayner)
13933
13934 2005-02-22 [colin]      1.0.1cvs15.5
13935
13936         * src/expldifdlg.c
13937                 Fix keyboard input. Patch by Alfons.
13938
13939 2005-02-21 [colin]      1.0.1cvs15.4
13940
13941         * src/compose.c
13942                 Fix Sign/Encrypt when unselecting privacy
13943                 system
13944         * src/prefs_common.c
13945                 Change default message font to Monospace
13946         * src/summaryview.c
13947                 More freezing during potentially large operations
13948
13949 2005-02-21 [paul]       1.0.1cvs15.3
13950
13951         * src/main.c
13952                 fix --help output
13953
13954 2005-02-21 [paul]       1.0.1cvs15.2
13955
13956         * po/Makefile.in.in
13957         * src/compose.c
13958         * src/summaryview.c
13959         * src/textview.c
13960         * src/common/utils.c
13961         * src/common/utils.h
13962                 sync with main (revision 117)
13963
13964 2005-02-20 [colin]      1.0.1cvs15.1
13965
13966         * src/common/defs.h
13967                 Change cache file to .sylpheed_claws_cache, as
13968                 suggested by Alfons. Allows people to switch
13969                 between Sylpheed and Sylpheed-Claws. it is
13970                 a good idea to "Check for new messages" at next
13971                 startup.
13972
13973
13974 2005-02-18 [colin]      1.0.1cvs14.1
13975
13976         * src/quote_fmt_lex.l
13977         * src/quote_fmt_parse.y
13978                 Fix parser initialisation. Patch by Ivan.
13979
13980 2005-02-18 [colin]      1.0.1cvs11.6
13981
13982         * src/folderview.c
13983                 Fix scrolldown (bug 662)
13984
13985 2005-02-17 [colin]      1.0.1cvs11.5
13986
13987         * src/codeconv.c
13988                 conv_filename_to_utf8: return clean 7bit instead
13989                 of broken utf8 if needed
13990         * src/mimeview.c
13991                 Fix display of parts with unclean 8bit names
13992
13993 2005-02-17 [paul]       1.0.1cvs11.4
13994
13995         * src/compose.c
13996         * src/exportldif.c
13997         * src/matcher_parser_parse.y
13998         * src/procmime.c
13999         * src/sourcewindow.c
14000         * src/common/Makefile.am
14001         * src/common/intl.h             ** REMOVED **
14002         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14003                 sync with main (revision 109)
14004                 and clean up
14005
14006 2005-02-16 [colin]      1.0.1cvs11.3
14007
14008         * src/summaryview.c
14009                 Fix collapsed thread not highlighting when new
14010                 messages in it (Bug 568) Patch by Stephan Sachse.
14011                 Fix messed up selection when reaching bounds (Bug 632)
14012         * src/prefs_themes.c
14013                 Fix theme installing (Bug 684)
14014
14015 2005-02-16 [colin]      1.0.1cvs11.2
14016
14017         * src/messageview.c
14018                 Fix messageview_select_all
14019
14020 2005-02-16 [colin]      1.0.1cvs11.1
14021
14022         * src/mh.c
14023                 Sync with HEAD (MH scan required function)
14024
14025 2005-02-15 [colin]      1.0.1cvs8.1
14026
14027         * src/mimeview.c
14028         * src/common/utils.c
14029                 Sync with HEAD (filename chars substitution)
14030
14031 2005-02-15 [colin]      1.0.1cvs7.3
14032
14033         * src/gtk/pluginwindow.c
14034                 Fix button spacing
14035
14036 2005-02-15 [colin]      1.0.1cvs7.2
14037
14038         * src/mimeview.c
14039                 Fix mime icons not reset across message when
14040                 scrolled down
14041
14042 2005-02-15 [colin]      1.0.1cvs7.1
14043
14044         * src/compose.c
14045         * src/procmime.c
14046                 Sync with HEAD (optimisation of cvs6)
14047
14048 2005-02-14 [colin]      1.0.1cvs6.1
14049
14050         * src/compose.c
14051         * src/procmime.c
14052                 Sync with HEAD (encode "From " at line beginning)
14053
14054 2005-02-14 [colin]      1.0.1cvs5.3
14055
14056         * src/compose.c
14057                 Fix wrapping with accentued chars.
14058
14059 2005-02-13 [colin]      1.0.1cvs5.2
14060
14061         * src/textview.c
14062                 Fix email informative part parsing with
14063                 accentued chars in it. ispunct() returns
14064                 true for them in utf8...
14065
14066 2005-02-12 [colin]      1.0.1cvs5.1
14067
14068         * src/filtering.c
14069                 Sync with HEAD (remove wrong use of compose after send)
14070
14071 2005-02-12 [paul]       1.0.1cvs4.5
14072
14073         * src/textview.c
14074                 remove unnecessary code (thanks to Alfons)
14075
14076 2005-02-12 [paul]       1.0.1cvs4.4
14077
14078         * src/textview.c
14079                 add 'Copy' to contextual menu on emails
14080
14081 2005-02-11 [colin]      1.0.1cvs4.3
14082
14083         * src/compose.c
14084                 revert 1.0.0cvs28.2, it doesn't work that well.
14085
14086 2005-02-11 [paul]       1.0.1cvs4.2
14087
14088         * po/Makefile.in.in
14089                 fix 'make release'
14090
14091 2005-02-10 [paul]       1.0.1cvs4.1
14092
14093         * ChangeLog
14094         * ChangeLog.claws
14095         * ChangeLog.jp
14096         * configure.ac
14097         * src/compose.c
14098                 sync with HEAD (sync with main)
14099
14100 2005-02-10 [paul]       1.0.1cvs3.2
14101
14102         * AUTHORS
14103         * Makefile.am
14104         * autogen.sh
14105         * configure.ac
14106         * config/mkinstalldirs
14107         * intl/.cvsignore
14108         * intl/ChangeLog
14109         * intl/VERSION
14110         * intl/bindtextdom.c
14111         * intl/config.charset
14112         * intl/dcgettext.c
14113         * intl/dcigettext.c
14114         * intl/dcngettext.c
14115         * intl/dgettext.c
14116         * intl/dngettext.c
14117         * intl/eval-plural.h
14118         * intl/explodename.c
14119         * intl/finddomain.c
14120         * intl/gettext.c
14121         * intl/gettextP.h
14122         * intl/gmo.h
14123         * intl/hash-string.h
14124         * intl/intl-compat.c
14125         * intl/l10nflist.c
14126         * intl/libgnuintl.h.in
14127         * intl/loadinfo.h
14128         * intl/loadmsgcat.c
14129         * intl/localcharset.c
14130         * intl/localcharset.h
14131         * intl/locale.alias
14132         * intl/localealias.c
14133         * intl/localename.c
14134         * intl/log.c
14135         * intl/ngettext.c
14136         * intl/os2compat.c
14137         * intl/os2compat.h
14138         * intl/osdep.c
14139         * intl/plural-exp.c
14140         * intl/plural-exp.h
14141         * intl/plural.c
14142         * intl/plural.y
14143         * intl/ref-add.sin
14144         * intl/ref-del.sin
14145         * intl/relocatable.c
14146         * intl/relocatable.h
14147         * intl/textdomain.c
14148         * m4/Makefile.am
14149         * po/Makefile.in.in
14150         * src/Makefile.am
14151         * src/account.c
14152         * src/action.c
14153         * src/addr_compl.c
14154         * src/addressadd.c
14155         * src/addressbook.c
14156         * src/addrgather.c
14157         * src/addrindex.c
14158         * src/alertpanel.c
14159         * src/browseldap.c
14160         * src/codeconv.c
14161         * src/codeconv.h
14162         * src/compose.c
14163         * src/compose.h
14164         * src/crash.c
14165         * src/editaddress.c
14166         * src/editbook.c
14167         * src/editgroup.c
14168         * src/editjpilot.c
14169         * src/editldap.c
14170         * src/editldap_basedn.c
14171         * src/editvcard.c
14172         * src/exphtmldlg.c
14173         * src/expldifdlg.c
14174         * src/export.c
14175         * src/exporthtml.c
14176         * src/filtering.c
14177         * src/folder.c
14178         * src/folder_item_prefs.c
14179         * src/foldersel.c
14180         * src/folderview.c
14181         * src/grouplistdialog.c
14182         * src/headerview.c
14183         * src/imap.c
14184         * src/imap_gtk.c
14185         * src/import.c
14186         * src/importldif.c
14187         * src/importmutt.c
14188         * src/importpine.c
14189         * src/inc.c
14190         * src/ldif.c
14191         * src/main.c
14192         * src/mainwindow.c
14193         * src/matcher.c
14194         * src/mbox.c
14195         * src/message_search.c
14196         * src/messageview.c
14197         * src/mh.c
14198         * src/mh_gtk.c
14199         * src/mimeview.c
14200         * src/msgcache.c
14201         * src/news.c
14202         * src/news_gtk.c
14203         * src/noticeview.c
14204         * src/partial_download.c
14205         * src/pop.c
14206         * src/prefs_account.c
14207         * src/prefs_actions.c
14208         * src/prefs_common.c
14209         * src/prefs_customheader.c
14210         * src/prefs_display_header.c
14211         * src/prefs_ext_prog.c
14212         * src/prefs_filtering.c
14213         * src/prefs_filtering_action.c
14214         * src/prefs_folder_item.c
14215         * src/prefs_fonts.c
14216         * src/prefs_gtk.c
14217         * src/prefs_matcher.c
14218         * src/prefs_msg_colors.c
14219         * src/prefs_spelling.c
14220         * src/prefs_summary_column.c
14221         * src/prefs_template.c
14222         * src/prefs_themes.c
14223         * src/prefs_toolbar.c
14224         * src/prefs_wrapping.c
14225         * src/privacy.c
14226         * src/procheader.c
14227         * src/procmime.c
14228         * src/procmsg.c
14229         * src/quote_fmt.c
14230         * src/recv.c
14231         * src/send_message.c
14232         * src/setup.c
14233         * src/sourcewindow.c
14234         * src/ssl_manager.c
14235         * src/statusbar.c
14236         * src/summary_search.c
14237         * src/summaryview.c
14238         * src/textview.c
14239         * src/toolbar.c
14240         * src/wizard.c
14241         * src/common/nntp.c
14242         * src/common/plugin.c
14243         * src/common/smtp.c
14244         * src/common/ssl.c
14245         * src/common/ssl_certificate.c
14246         * src/common/string_match.c
14247         * src/common/sylpheed.c
14248         * src/common/template.c
14249         * src/common/utils.c
14250         * src/gtk/about.c
14251         * src/gtk/colorlabel.c
14252         * src/gtk/description_window.c
14253         * src/gtk/filesel.c
14254         * src/gtk/foldersort.c
14255         * src/gtk/gtkaspell.c
14256         * src/gtk/gtkutils.c
14257         * src/gtk/inputdialog.c
14258         * src/gtk/logwindow.c
14259         * src/gtk/menu.c
14260         * src/gtk/pluginwindow.c
14261         * src/gtk/prefswindow.c
14262         * src/gtk/progressdialog.c
14263         * src/gtk/quicksearch.c
14264         * src/gtk/sslcertwindow.c
14265         * src/plugins/clamav/clamav_plugin.c
14266         * src/plugins/clamav/clamav_plugin_gtk.c
14267         * src/plugins/demo/demo.c
14268         * src/plugins/dillo_viewer/dillo_prefs.c
14269         * src/plugins/dillo_viewer/dillo_viewer.c
14270         * src/plugins/image_viewer/plugin.c
14271         * src/plugins/image_viewer/viewer.c
14272         * src/plugins/image_viewer/viewerprefs.c
14273         * src/plugins/mathml_viewer/mathml_viewer.c
14274         * src/plugins/pgpmime/passphrase.c
14275         * src/plugins/pgpmime/plugin.c
14276         * src/plugins/pgpmime/prefs_gpg.c
14277         * src/plugins/pgpmime/select-keys.c
14278         * src/plugins/pgpmime/sgpgme.c
14279         * src/plugins/spamassassin/spamassassin.c
14280         * src/plugins/spamassassin/spamassassin_gtk.c
14281         * src/plugins/trayicon/trayicon.c
14282                 sync with main (revision 104)
14283
14284 2005-02-10 [colin]      1.0.1cvs3.1
14285
14286         * src/mainwindow.c
14287                 Sync with HEAD (fix occasional crasher)
14288
14289 2005-02-10 [colin]      1.0.1cvs2.1
14290
14291         * src/messageview.c
14292                 Synw with HEAD (don't automatically display html)
14293
14294 2005-02-09 [colin]      1.0.1cvs1.3
14295
14296         * src/textview.c
14297         * src/textview.h
14298                 Add contextual menu on emails
14299
14300 2005-02-09 [colin]      1.0.1cvs1.2
14301
14302         * src/codeconv.c
14303                 Fix converting from broken headers and 
14304                 put back the _ in missing places
14305                 (feature broke with cvs24.2 sync, main 
14306                  possibly affected?)
14307
14308 2005-02-09 [colin]      1.0.1cvs1.1
14309
14310         * src/messageview.c
14311         * src/mimeview.c
14312         * src/mimeview.h
14313                 Sync with HEAD (display non text/plain mails with plugin)
14314
14315 2005-02-08 [colin]      1.0.1.1
14316
14317         * ChangeLog.claws
14318         * po/pt_BR.po
14319                 Sync with HEAD
14320         * configure.ac
14321                 Make default configuration directory 
14322                 be .sylpheed-gtk2
14323
14324 2005-02-08 [colin]      1.0.0cvs29.1
14325
14326         * po/de.po
14327         * po/es.po
14328         * po/fr.po
14329         * po/it.po
14330         * po/sk.po
14331         * po/sr.po
14332                 Sync translations with HEAD
14333
14334 2005-02-06 [colin]      1.0.0cvs28.3
14335
14336         * src/compose.c
14337                 Make compose a bit faster - patch by Alfons.
14338
14339 2005-02-06 [colin]      1.0.0cvs28.2
14340
14341         * src/compose.c
14342                 Make pasting via middle-click more reliable
14343
14344 2005-02-05 [paul]       1.0.0cvs28.1
14345
14346         * ChangeLog
14347         * ChangeLog.claws
14348         * ChangeLog.jp
14349         * configure.ac
14350         * src/compose.c
14351                 sync with HEAD
14352                 (fix bug 682 'redirect is broken'
14353
14354 2005-02-05 [torte]      1.0.0cvs27.1
14355
14356         * ChangeLog.claws
14357         * configure.ac
14358         * src/partial_download.c
14359                 Sync with HEAD (fix buf overflow)
14360
14361 2005-02-03 [colin]      1.0.0cvs26.1
14362
14363         * src/common/plugin.c
14364                 Sync with HEAD (avoid plugin mismatches)
14365
14366 2005-02-03 [paul]       1.0.0cvs25.3
14367
14368         * src/folderview.c
14369         * src/headerview.c
14370         * src/summaryview.c
14371         * src/textview.c
14372         * src/gtk/colorlabel.c
14373                 third and final part of initial sync with main-gtk2
14374
14375 2005-02-03 [paul]       1.0.0cvs25.2
14376
14377         * src/jpilot.c
14378                 fix building with jpilot support
14379
14380 2005-02-02 [colin]      1.0.0cvs25.1
14381
14382         * src/messageview.c
14383                 Sync with HEAD (fix dangerous typo)
14384
14385 2005-02-01 [colin]      1.0.0cvs24.3
14386
14387         * src/common/xml.c
14388                 Write file as advertised (UTF-8)
14389
14390 2005-02-01 [paul]       1.0.0cvs24.2
14391
14392         * src/addrbook.c
14393         * src/addrindex.c
14394         * src/alertpanel.h
14395         * src/codeconv.c
14396         * src/codeconv.h
14397         * src/compose.c
14398         * src/export.c
14399         * src/folder_item_prefs.c
14400         * src/html.c
14401         * src/imap.c
14402         * src/import.c
14403         * src/jpilot.c
14404         * src/mainwindow.c
14405         * src/matcher_parser_lex.l
14406         * src/messageview.c
14407         * src/mh.c
14408         * src/prefs_account.c
14409         * src/prefs_actions.c
14410         * src/prefs_common.c
14411         * src/prefs_gtk.c
14412         * src/prefs_gtk.h
14413         * src/prefs_themes.c
14414         * src/procheader.c
14415         * src/procmime.c
14416         * src/sourcewindow.c
14417         * src/statusbar.c
14418         * src/summaryview.c
14419         * src/textview.c
14420         * src/toolbar.c
14421         * src/unmime.c
14422         * src/common/template.c
14423         * src/common/utils.c
14424         * src/common/xml.c
14425         * src/common/xml.h
14426         * src/gtk/gtkaspell.c
14427         * src/plugins/clamav/clamav_plugin.c
14428         * src/plugins/dillo_viewer/dillo_prefs.c
14429         * src/plugins/image_viewer/viewerprefs.c
14430         * src/plugins/pgpmime/passphrase.c
14431         * src/plugins/pgpmime/prefs_gpg.c
14432         * src/plugins/pgpmime/select-keys.c
14433         * src/plugins/spamassassin/spamassassin.c
14434                 second part of initial sync with main-gtk2
14435                 (more to follow)
14436
14437 2005-01-31 [colin]      1.0.0cvs24.1
14438
14439         * src/compose.c
14440                 Sync with HEAD
14441
14442 2005-01-29 [paul]       1.0.0cvs23.2
14443
14444         * src/account.c
14445         * src/action.c
14446         * src/addressadd.c
14447         * src/addressbook.c
14448         * src/alertpanel.c
14449         * src/compose.c
14450         * src/editaddress.c
14451         * src/editbook.c
14452         * src/editgroup.c
14453         * src/editjpilot.c
14454         * src/editldap.c
14455         * src/editldap_basedn.c
14456         * src/editvcard.c
14457         * src/export.c
14458         * src/foldersel.c
14459         * src/grouplistdialog.c
14460         * src/import.c
14461         * src/importldif.c
14462         * src/inc.c
14463         * src/main.c
14464         * src/mainwindow.c
14465         * src/message_search.c
14466         * src/messageview.c
14467         * src/mimeview.c
14468         * src/prefs_actions.c
14469         * src/prefs_common.c
14470         * src/prefs_common.h
14471         * src/prefs_customheader.c
14472         * src/prefs_display_header.c
14473         * src/prefs_filtering.c
14474         * src/prefs_filtering_action.c
14475         * src/prefs_gtk.c
14476         * src/prefs_matcher.c
14477         * src/prefs_summary_column.c
14478         * src/prefs_template.c
14479         * src/sourcewindow.c
14480         * src/summary_search.c
14481         * src/summaryview.c
14482         * src/textview.c
14483         * src/gtk/about.c
14484         * src/gtk/description_window.c
14485         * src/gtk/gtkshruler.c
14486         * src/gtk/gtkutils.c
14487         * src/gtk/gtkutils.h
14488         * src/gtk/inputdialog.c
14489         * src/gtk/logwindow.c
14490         * src/gtk/prefswindow.c
14491         * src/gtk/progressdialog.c
14492         * src/gtk/progressdialog.h
14493                 first part of initial sync with main-gtk2
14494                 (more to follow)
14495
14496 2005-01-28 [colin]      1.0.0cvs23.1
14497
14498         * src/folderview.c
14499                 Sync with HEAD
14500
14501 2005-01-27 [colin]      1.0.0cvs21.1
14502
14503         * src/folder.c
14504         * src/folderview.c
14505                 Sync with HEAD
14506
14507 2005-01-27 [colin]      1.0.0cvs19.1
14508
14509         * src/procmime.c
14510                 Sync with HEAD
14511
14512 2005-01-27 [colin]      1.0.0cvs18.1
14513
14514         * src/messageview.c
14515         * src/summaryview.c
14516         * src/mainwindow.c
14517         * src/compose.c
14518         * src/compose.h
14519         * src/procmsg.c
14520         * src/procmsg.h
14521         * src/toolbar.c
14522                 Sync with HEAD
14523
14524 2005-01-26 [paul]       1.0.0cvs15.2
14525
14526         * src/compose.c
14527                 compose_entries_set(): convert subject and body to
14528                 utf8 if necessary. patch by Felix Eckhofer
14529
14530 2005-01-26 [paul]       1.0.0cvs15.1
14531
14532         * configure.ac
14533         * src/common/template.c
14534                 sync with HEAD (fix memory leak)
14535
14536 2005-01-25 [paul]       1.0.0cvs14.1
14537
14538         * configure.ac
14539         * src/compose.c
14540                 sync with HEAD
14541
14542 2005-01-24 [colin]      1.0.0cvs13.1
14543
14544         * src/summaryview.c
14545                 Sync with HEAD
14546
14547 2005-01-24 [paul]       1.0.0cvs12.1
14548
14549         * configure.ac
14550         * src/messageview.c
14551         * src/mh.c
14552         * src/common/utils.c
14553                 sync with HEAD
14554
14555 2005-01-24 [colin]      1.0.0cvs11.1
14556
14557         * src/procheader.c
14558                 Sync with HEAD
14559
14560 2005-01-24 [colin]      1.0.0cvs10.1
14561
14562         * src/folderview.c
14563                 Sync with HEAD
14564
14565 2005-01-23 [colin]      1.0.0cvs9.1
14566
14567         * src/crash.c
14568                 Sync with HEAD
14569
14570 2005-01-22 [colin]      1.0.0cvs8.1
14571
14572         * src/summaryview.c
14573         * src/gtk/quicksearch.c
14574                 Sync with HEAD
14575
14576 2005-01-21 [colin]      1.0.0cvs7.1
14577
14578         * src/summaryview.c
14579                 Sync with HEAD
14580
14581 2005-01-21 [colin]      1.0.0cvs6.1
14582
14583         * src/summaryview.c
14584                 Sync with HEAD
14585
14586 2005-01-21 [colin]      1.0.0cvs5.1
14587
14588         * src/gtk/quicksearch.c
14589         * src/prefs_common.c
14590         * src/prefs_common.h
14591                 Sync with HEAD (recurse option)
14592
14593 2005-01-21 [colin]      1.0.0cvs4.1
14594
14595         * src/folder.h
14596         * src/folderview.c
14597         * src/folderview.h
14598         * src/summaryview.c
14599         * src/gtk/quicksearch.c
14600         * src/gtk/quicksearch.h
14601                 Sync with HEAD (recursive quicksearch)
14602
14603 2005-01-20 [colin]      1.0.0cvs3.4
14604
14605         * src/ssl_manager.c
14606                 Remove useless code
14607
14608 2005-01-20 [colin]      1.0.0cvs3.3
14609
14610         * src/ssl_manager.c
14611                 Fix leak, thanks to Alfons.
14612
14613 2005-01-20 [colin]      1.0.0cvs3.2
14614
14615         * src/ssl_manager.c
14616                 Port SSL certificate window to GTK2.
14617
14618 2005-01-20 [paul]       1.0.0cvs3.1
14619
14620         * ChangeLog.claws
14621         * configure.ac
14622         * src/addrindex.c
14623         * src/addrindex.h
14624                 sync with HEAD
14625
14626 2005-01-19 [colin]      1.0.0cvs2.2
14627
14628         * src/plugins/trayicon/trayicon.c
14629                 Fix freeze with gtk-2.6, the easy way
14630                 (signal blocking helpless there...)
14631                 Closes bug #668.
14632
14633 2005-01-19 [colin]      1.0.0cvs2.1
14634
14635         * src/mbox.c
14636         * src/mbox.h
14637         * src/mainwindow.c
14638         * src/summaryview.c
14639         * src/summaryview.h
14640                 Sync with HEAD
14641
14642 2005-01-19 [paul]       1.0.0cvs1.1
14643
14644         * configure.ac
14645         * po/de.po
14646         * po/es.po
14647         * po/fr.po
14648         * po/hr.po
14649         * po/it.po
14650         * po/ja.po
14651         * po/ko.po
14652         * po/pt_BR.po
14653         * po/ru.po
14654         * po/sk.po
14655         * po/sr.po
14656                 sync with HEAD (update translations)
14657
14658 2005-01-18 [colin]      1.0.0cvs0.1
14659
14660         * src/foldersel.c
14661                 Specify search column - patch by Alfons
14662
14663 2005-01-18 [colin]      0.9.13cvs36.3
14664
14665         * src/prefs_toolbar.c
14666                 Change Delete to Remove
14667         * src/prefs_fonts.c
14668                 GTK2 version and leak fixes
14669         * src/prefs_actions.c
14670                 Add stock buttons.
14671                 All patches by Alfons
14672
14673 2005-01-17 [colin]      0.9.13cvs36.2
14674
14675         * src/compose.c
14676                 Fix DnD inserting twice. While at it,
14677                 add DnD support for text/plain in the
14678                 body, and add support in the headers.
14679
14680 2005-01-16 [colin]      0.9.13cvs36.1
14681
14682         * ChangeLog
14683         * ChangeLog.jp
14684         * ChangeLog.claws
14685                 Sync with HEAD (nothing applicable)
14686
14687 2005-01-16 [colin]      0.9.13cvs33.2
14688
14689         * src/prefs_toolbar.c
14690                 GTK2ize prefs_toolbar, by Alfons.
14691
14692 2005-01-14 [colin]      0.9.13cvs33.1
14693
14694         * src/html.c
14695         * src/msgcache.c
14696                 Sync with HEAD
14697
14698 2005-01-14 [colin]      0.9.13cvs32.1
14699
14700         * src/html.c
14701         * src/html.h
14702         * src/msgcache.c
14703         * AUTHORS
14704         * tools/calypso_convert.pl
14705                 Sync with HEAD
14706
14707 2005-01-08 [colin]      0.9.13cvs29.2
14708
14709         * src/prefs_filtering_action.c
14710         * src/prefs_filtering.c
14711                 2 more gtk2 patches by Alfons
14712
14713 2005-01-07 [paul]       0.9.13cvs29.1
14714
14715         * ChangeLog
14716         * ChangeLog.claws
14717         * ChangeLog.jp
14718         * configure.ac
14719         * src/pop.c
14720         * src/pop.h
14721                 sync with HEAD
14722
14723 2005-01-07 [colin]      0.9.13cvs28.3
14724
14725         * src/gtk/progressdialog.c
14726         * src/gtk/progressdialog.h
14727         * src/inc.c
14728         * src/send_message.c
14729                 GTK2 for the incorporation dialog. The CList isn't dead
14730                 yet, for a more smooth migration. Patch by Alfons.
14731
14732 2005-01-06 [colin]      0.9.13cvs28.2
14733
14734         * src/prefs_display_header.c
14735                 GTK2 conversion by Alfons
14736         * src/prefs_actions.c
14737         * src/prefs_matcher.c
14738                 Fix 2 leaks - patch by Alfons
14739
14740 2005-01-06 [colin]      0.9.13cvs28.1
14741
14742         * src/prefs_matcher.c
14743                 Sync with HEAD
14744
14745 2005-01-06 [colin]      0.9.13cvs27.4
14746
14747         * src/prefs_matcher.c
14748                 Fix double-free. Patch by Alfons
14749
14750 2005-01-06 [colin]      0.9.13cvs27.3
14751
14752         * src/prefs_matcher.c
14753                 GTK2 widgets + memleak
14754                 Patch by Alfons
14755
14756 2005-01-05 [colin]      0.9.13cvs27.2
14757
14758         * src/account.c
14759         * src/addr_compl.c
14760         * src/foldersel.c
14761         * src/stock_pixmap.c
14762         * src/stock_pixmap.h
14763                 3 more GTK2 patches by Alfons.
14764
14765 2005-01-04 [colin]      0.9.13cvs27.1
14766
14767         * src/folderview.c
14768         * src/imap_gtk.c
14769         * src/news_gtk.c
14770                 Sync with HEAD
14771
14772 2005-01-04 [colin]      0.9.13cvs25.9
14773
14774         * src/compose.c
14775                 Fix Show Ruler menuitem
14776         * src/prefs_template.c
14777                 Convert to GTK2
14778         * src/common/utils.c
14779                 Make auto pointer stuff handles NULLs
14780                 Patches by Alfons.
14781
14782 2005-01-04 [colin]      0.9.13cvs25.8
14783
14784         * src/compose.c
14785                 Move the attachment list to gtk2
14786                 Patch by Alfons.
14787
14788 2005-01-04 [colin]      0.9.13cvs25.7
14789
14790         * src/textview.c
14791                 Make some keys work again
14792                 Patch by SungHyun Nam <namsh@kldp.org>
14793
14794 2005-01-04 [colin]      0.9.13cvs25.6
14795
14796         * src/gtk/gtkshruler.c
14797                 Move the ruler to GTK2
14798                 Patch by Alfons
14799
14800 2005-01-03 [colin]      0.9.13cvs25.5
14801
14802         * src/compose.c
14803                 Fix my broken patch apply 
14804
14805 2005-01-03 [colin]      0.9.13cvs25.4
14806
14807         * src/common/utils.c
14808         * src/common/utils.h
14809         * src/gtk/prefswindow.c
14810                 Move auto pointer stuff to utils.c
14811                 Patch by Alfons again :)
14812
14813 2005-01-03 [colin]      0.9.13cvs25.3
14814
14815         * src/compose.c
14816         * src/prefs_gtk.c
14817         * src/prefs_template.c
14818         * src/textview.c
14819                 Empty text widgets with empty strings, not NULL char
14820                 Patch by SungHyun Nam <namsh@kldp_org>
14821
14822 2005-01-03 [colin]      0.9.13cvs25.2
14823
14824         * src/main.c
14825         * AUTHORS
14826                 Sync with HEAD
14827
14828 2005-01-03 [colin]      0.9.13cvs25.1
14829
14830         * src/pop.c
14831         * src/pop.h
14832                 Sync with HEAD
14833
14834 2005-01-03 [colin]      0.9.13cvs24.3
14835
14836         * src/account.c
14837                 Two patches from Alfons and Alex S Moore:
14838                 fix images, fix return value.
14839
14840 2005-01-01 [colin]      0.9.13cvs24.2
14841
14842         * src/prefs_actions.c
14843                 Fix over-zealous assertion. Patch by Alfons
14844
14845 2005-01-01 [colin]      0.9.13cvs24.1
14846
14847         * src/procmime.c
14848                 Sync with HEAD (leak fix)
14849
14850 2004-12-31 [colin]      0.9.13cvs23.2
14851
14852         * src/prefs_common.c
14853                 GTK2 widgets + stock buttons - patch by Alfons
14854
14855 2004-12-31 [paul]       0.9.13cvs23.1
14856
14857         * configure.ac
14858                 bump up EXTRA_VERSION to match (sync'ed) HEAD
14859         * src/gtk/pluginwindow.c
14860                 use GTK2 widgets and plug memory leaks,
14861                 patches by Alfons
14862
14863 2004-12-30 [colin]      0.9.13cvs22.4
14864
14865         * src/account.c
14866         * src/action.c
14867         * src/export.c
14868         * src/foldersel.c
14869         * src/import.c
14870         * src/message_search.c
14871         * src/prefs_actions.c
14872         * src/prefs_common.c
14873         * src/prefs_customheader.c
14874         * src/prefs_filtering.c
14875         * src/prefs_summary_column.c
14876         * src/summary_search.c
14877         * src/gtk/about.c
14878         * src/gtk/description_window.c
14879         * src/gtk/gtkutils.c
14880         * src/gtk/gtkutils.h
14881         * src/gtk/inputdialog.c
14882         * src/gtk/prefswindow.c
14883                 Use GTK2 stock buttons. Patches by Alfons.
14884
14885 2004-12-30 [colin]      0.9.13cvs22.3
14886
14887         * src/account.c
14888                 Sync with HEAD
14889         * src/prefs_actions.c
14890         * src/prefs_customheader.c
14891         * src/prefs_filtering.c
14892         * src/prefs_msg_colors.c
14893         * src/prefs_summary_column.c
14894         * src/gtk/prefswindow.c
14895                 Use GtkTreeView instead of deprecated 
14896                 widgets. Patches by Alfons.
14897
14898 2004-12-30 [paul]       0.9.13cvs22.2
14899
14900         * src/foldersel.c
14901                 use GTK 2 Tree View
14902                 patch by Alfons, with root folder sorting fix
14903                 by Stephan Sachse
14904
14905 2004-12-30 [paul]       0.9.13cvs22.1
14906
14907         * ChangeLog
14908         * ChangeLog.claws
14909         * ChangeLog.jp
14910         * NEWS
14911         * configure.ac
14912         * src/account.c
14913                 sync with HEAD
14914
14915 2004-12-22 [martin]     0.9.13cvs21.2
14916
14917         * src/action.c
14918                 free the command line after its use
14919
14920 2004-12-18 [paul]       0.9.13cvs21.1
14921
14922         * AUTHORS
14923         * ChangeLog
14924         * ChangeLog.claws
14925         * ChangeLog.jp
14926         * NEWS
14927         * configure.ac
14928         * src/action.c
14929         * src/compose.c
14930         * src/syldap.c
14931                 sync with HEAD
14932
14933 2004-12-17 [martin]     0.9.13cvs17.2
14934
14935         * src/action.c
14936                 convert actions input to locale
14937         * src/inc.c
14938                 convert notification command to locale
14939         * src/plugins/pgpmime/select-keys.c
14940                 convert attributes to utf8
14941
14942 2004-12-14 [colin]      0.9.13cvs17.1
14943
14944         * ChangeLog
14945         * ChangeLog.jp
14946         * ChangeLog.claws
14947         * src/action.c
14948         * src/common/utils.c
14949         * src/gtk/prefswindow.c
14950         * src/gtk/gtkutils.c
14951         * src/gtk/gtkutils.h
14952         * src/plugins/spamassassin/libspamc.c
14953                 Sync with HEAD
14954
14955 2004-12-13 [colin]      0.9.13cvs14.1
14956
14957         * src/quote_fmt_parse.y
14958                 Sync with HEAD
14959
14960 2004-12-10 [colin]      0.9.13cvs12.1
14961
14962         * src/prefs_themes.c
14963         * src/mainwindow.c
14964         * src/messageview.c
14965                 Sync with HEAD
14966
14967 2004-12-09 [colin]      0.9.13cvs10.1
14968
14969         * src/procmime.c
14970                 Sync with HEAD (fix B64 encoding from memory)
14971
14972 2004-12-08 [colin]      0.9.13cvs9.1
14973
14974         * src/gtk/colorlabel.c
14975                 Sync with HEAD
14976
14977 2004-12-08 [paul]       0.9.13cvs8.2
14978
14979         * src/gtk/pluginwindow.c
14980                 fix window resizing oddities
14981
14982 2004-12-08 [colin]      0.9.13cvs8.1
14983
14984         * src/quote_fmt_parse.y
14985                 Sync with HEAD
14986
14987 2004-12-08 [colin]      0.9.13cvs7.1
14988
14989         * src/matcher_parser_parse.y
14990         * src/msgcache.c
14991         * src/prefs_matcher.c
14992         * src/procheader.c
14993         * src/matcher.c
14994         * src/common/defs.h
14995         * po/sr.po
14996                 Sync with HEAD
14997
14998 2004-12-08 [colin]      0.9.13cvs6.1
14999
15000         * src/quote_fmt_parse.y
15001         * src/textview.c
15002                 Sync with HEAD
15003         * src/gtk/prefswindow.c
15004         * src/gtk/pluginwindow.c
15005                 Fix G_CALLBACKS protos (thanks to Alfons)
15006
15007 2004-12-07 [torte]      0.9.13cvs2.2
15008
15009         * src/procmime.c
15010                 [Bug 650] reply button causes crash
15011                 Thanks to David Relson and Christoph
15012
15013 2004-12-07 [colin]      0.9.13cvs2.1
15014
15015         * ChangeLog.claws
15016         * AUTHORS
15017         * po/sk.po
15018         * src/procmime.c
15019         * src/prefs_account.c
15020         * src/common/smtp.c
15021         * src/common/smtp.h
15022                 Sync with HEAD
15023
15024 2004-12-06 [colin]      0.9.12cvs187.1
15025
15026         * ChangeLog.claws
15027         * INSTALL
15028         * Makefile.am
15029         * README.claws
15030         * TODO.claws
15031         * configure.ac
15032         * po/bg.po
15033         * po/cs.po
15034         * po/el.po
15035         * po/en_GB.po
15036         * po/es.po
15037         * po/fr.po
15038         * po/hr.po
15039         * po/hu.po
15040         * po/it.po
15041         * po/ja.po
15042         * po/ko.po
15043         * po/nl.po
15044         * po/pl.po
15045         * po/pt_BR.po
15046         * po/ru.po
15047         * po/sk.po
15048         * po/sr.po
15049         * po/sv.po
15050         * po/zh_CN.po
15051         * po/zh_TW.Big5.po
15052         * src/compose.c
15053         * tools/Makefile.am
15054         * tools/README
15055         * tools/filter_conv.pl
15056         * tools/kdeservicemenu/README
15057         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15058         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15059                 Sync with HEAD
15060
15061 2004-12-04 [colin]      0.9.12cvs183.1
15062
15063         * src/compose.c
15064                 Sync with HEAD (compose window position saving)
15065
15066 2004-12-04 [paul]       0.9.12cvs182.3
15067
15068         * src/messageview.c
15069         * src/mimeview.c
15070         * src/prefs_customheader.c
15071         * src/gtk/quicksearch.c
15072                 replace some forgotten GTK_SIGNAL_FUNCs
15073
15074 2004-12-04 [paul]       0.9.12cvs182.2
15075
15076         * src/Makefile.am
15077                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
15078                 committed in error      
15079
15080 2004-12-04 [paul]       0.9.12cvs182.1
15081
15082         * ChangeLog
15083         * ChangeLog.claws
15084         * ChangeLog.jp
15085         * INSTALL
15086         * NEWS
15087         * README
15088         * README.jp
15089         * configure.ac
15090         * doc/manual/ja/Makefile.am
15091         * doc/manual/ja/sylpheed-1.html
15092         * doc/manual/ja/sylpheed-10.html
15093         * doc/manual/ja/sylpheed-11.html
15094         * doc/manual/ja/sylpheed-12.html
15095         * doc/manual/ja/sylpheed-13.html
15096         * doc/manual/ja/sylpheed-14.html
15097         * doc/manual/ja/sylpheed-15.html
15098         * doc/manual/ja/sylpheed-16.html
15099         * doc/manual/ja/sylpheed-17.html
15100         * doc/manual/ja/sylpheed-18.html
15101         * doc/manual/ja/sylpheed-19.html
15102         * doc/manual/ja/sylpheed-2.html
15103         * doc/manual/ja/sylpheed-20.html
15104         * doc/manual/ja/sylpheed-3.html
15105         * doc/manual/ja/sylpheed-4.html
15106         * doc/manual/ja/sylpheed-5.html
15107         * doc/manual/ja/sylpheed-6.html
15108         * doc/manual/ja/sylpheed-7.html
15109         * doc/manual/ja/sylpheed-8.html
15110         * doc/manual/ja/sylpheed-9.html
15111         * doc/manual/ja/sylpheed.html
15112         * doc/manual/ja/sylpheed.sgml
15113         * po/de.po
15114         * src/Makefile.am
15115         * src/compose.c
15116         * src/procmime.c
15117         * src/pixmaps/regular.xpm **REMOVED**
15118         * src/plugins/pgpmime/pgpmime.c
15119         * src/plugins/pgpmime/plugin.c
15120         * src/plugins/pgpmime/prefs_gpg.c
15121                 sync with HEAD
15122
15123 2004-12-03 [paul]       0.9.12cvs180.1
15124
15125         * ChangeLog
15126         * ChangeLog.claws
15127         * ChangeLog.jp
15128         * configure.ac
15129         * src/Makefile.am
15130         * src/pop.c
15131         * src/common/utils.c
15132         * src/common/utils.h
15133         * src/pixmaps/continue.xpm
15134         * src/pixmaps/dir_close.xpm
15135         * src/pixmaps/dir_open.xpm
15136         * src/pixmaps/drafts_close.xpm
15137         * src/pixmaps/drafts_open.xpm
15138         * src/pixmaps/folder.xpm **REMOVED**
15139         * src/pixmaps/group.xpm
15140         * src/pixmaps/unread.xpm
15141                 sync with HEAD
15142
15143 2004-12-02 [colin]      0.9.12cvs179.1
15144
15145         * src/compose.c
15146                 Sync with HEAD (non-duplicated reedition)
15147
15148 2004-12-02 [colin]      0.9.12cvs178.1
15149
15150         * src/compose.c
15151                 Sync with HEAD (linewrap_quote fix)
15152
15153 2004-12-01 [colin]      0.9.12cvs177.3
15154
15155         * src/addrharvest.c
15156                 Replace sizeof with strlen
15157
15158 2004-12-01 [paul]       0.9.12cvs177.2
15159
15160         * src/addrharvest.c
15161                 fix 'harvest addresses'
15162
15163 2004-11-30 [colin]      0.9.12cvs177.1
15164
15165         * src/gtk/prefswindow.c
15166         * src/gtk/pluginwindow.c
15167                 Sync with HEAD
15168
15169 2004-11-29 [colin]      0.9.12cvs176.1
15170
15171         * src/folderview.c
15172                 sync with HEAD (Fix disappearing separators in folderview's popup)
15173
15174 2004-11-29 [colin]      0.9.12cvs175.1
15175
15176         * src/procmime.c
15177                 Sync with head (another format fix)
15178
15179 2004-11-29 [colin]      0.9.12cvs174.1
15180
15181         * src/pop.c
15182                 Sync with HEAD (format string fix)
15183
15184 2004-11-26 [colin]      0.9.12cvs173.1
15185
15186         * src/common/smtp.c
15187         * src/common/smtp.h
15188                 Sync with HEAD
15189
15190 2004-11-24 [colin]      0.9.12cvs172.1
15191
15192         * src/plugins/pgpmime/pgpmime.c
15193                 Sync with HEAD
15194
15195 2004-11-24 [colin]      0.9.12cvs171.1
15196
15197         * src/plugins/pgpmime/pgpmime.c
15198                 Sync with head (gpgmectx leaks)
15199
15200 2004-11-24 [colin]      0.9.12cvs169.1
15201
15202         * src/plugins/pgpmime/plugin.c
15203         * src/plugins/trayicon/Makefile.am
15204         * src/plugins/trayicon/newmarkedmail.xpm
15205         * src/plugins/trayicon/trayicon.c
15206         * src/plugins/trayicon/unreadmarkedmail.xpm
15207                 Sync with HEAD
15208
15209 2004-11-23 [colin]      0.9.12cvs168.1
15210
15211         * src/partial_download.c
15212         * src/partial_download.h
15213         * src/plugins/pgpmime/plugin.c
15214                 Sync with HEAD
15215
15216 2004-11-23 [colin]      0.9.12cvs166.1
15217
15218         * src/Makefile.am
15219         * src/codeconv.c
15220         * src/compose.c
15221         * src/folderview.c
15222         * src/main.c
15223         * src/partial_download.c
15224         * src/partial_download.h
15225         * src/prefs_account.c
15226         * src/prefs_account.h
15227         * src/privacy.c
15228         * src/privacy.h
15229         * src/procmime.c
15230         * src/common/Makefile.am
15231         * src/common/base64.h
15232         * src/common/partial_download.c
15233         * src/common/partial_download.h
15234         * src/gtk/prefswindow.c
15235         * src/gtk/prefswindow.h
15236         * src/plugins/pgpmime/pgpmime.c
15237         * src/plugins/pgpmime/prefs_gpg.c
15238         * src/plugins/pgpmime/prefs_gpg.h
15239         * src/plugins/pgpmime/sgpgme.c
15240         * src/plugins/pgpmime/sgpgme.h
15241                 Sync with HEAD
15242
15243 2004-11-23 [colin]      0.9.12cvs163.1
15244
15245         * src/main.c
15246                 Sync with HEAD (cursor optimization)
15247
15248 2004-11-23 [colin]      0.9.12cvs162.1
15249
15250         * src/prefs_common.c
15251         * src/prefs_themes.c
15252         * src/procmsg.c
15253                 Sync with HEAD
15254
15255 2004-11-23 [colin]      0.9.12cvs158.9
15256
15257         * src/compose.c
15258                 Fix double-free when forwarding
15259         * src/msgcache.c
15260                 Fix leak on error path
15261                 
15262
15263 2004-11-23 [colin]      0.9.12cvs158.8
15264
15265         * src/compose.c
15266                 Fix possible double-free
15267                 Spotted by Alfons
15268
15269 2004-11-23 [colin]      0.9.12cvs158.7
15270
15271         * src/compose.c
15272                 Fix some signal handlers' prototypes
15273                 Spotted by Alfons
15274
15275 2004-11-22 [colin]      0.9.12cvs158.6
15276
15277         * src/compose.c
15278                 Remove unneeded code and duplicated
15279                 wrapping - patch by Alfons
15280
15281 2004-11-22 [colin]      0.9.12cvs158.5
15282
15283         * src/prefs_themes.c
15284                 Fix oversized selector
15285
15286 2004-11-22 [colin]      0.9.12cvs158.4
15287
15288         * src/compose.c
15289                 fix dump_text()
15290                 patch by Alfons
15291
15292 2004-11-19 [colin]      0.9.12cvs158.3
15293
15294         * src/textview.c
15295                 Add a context menu on links (open, copy)
15296
15297 2004-11-18 [paul]       0.9.12cvs158.2
15298
15299         * src/addrgather.c
15300         * src/exphtmldlg.c
15301         * src/expldifdlg.c
15302         * src/mimeview.c
15303         * src/prefs_common.c
15304         * src/plugins/image_viewer/viewer.c
15305         * src/plugins/spamassassin/spamassassin_gtk.c
15306                 replace deprecated gtk_notebook_set_page
15307                 and gtk_notebook_current_page
15308
15309 2004-11-18 [paul]       0.9.12cvs158.1
15310
15311         * configure.ac
15312         * src/compose.c
15313         * src/mainwindow.c
15314         * src/messageview.c
15315         * src/prefs_common.c
15316         * src/common/utils.c
15317         * src/common/utils.h
15318                 sync with HEAD
15319
15320 2004-11-17 [colin]      0.9.12cvs156.1
15321
15322         * src/prefs_account.c
15323         * src/prefs_account.h
15324         * src/procmsg.c
15325                 Sync with HEAD (add pref to store encrypted mails encrypted)
15326
15327 2004-11-17 [paul]       0.9.12cvs155.1
15328
15329         * ChangeLog
15330         * ChangeLog.claws
15331         * ChangeLog.jp
15332         * NEWS
15333         * configure.ac
15334         * src/compose.c
15335         * src/jpilot.c
15336         * src/privacy.c
15337         * src/procmime.c
15338         * src/procmime.h
15339         * src/procmsg.c
15340         * src/toolbar.c
15341         * src/pixmaps/error.xpm
15342                 sync with HEAD
15343
15344 2004-11-17 [colin]      0.9.12cvs151.1
15345
15346         * src/plugins/pgpmime/pgpmime.c
15347                 Sync with HEAD (remove debug printf)
15348
15349 2004-11-17 [colin]      0.9.12cvs150.1
15350
15351         * src/plugins/pgpmime/pgpmime.c
15352                 Sync with HEAD (off-by-one fix)
15353
15354 2004-11-17 [colin]      0.9.12cvs149.1
15355
15356         * src/procmsg.c
15357                 Sync with HEAD (coding style fixes)
15358
15359 2004-11-16 [colin]      0.9.12cvs148.1
15360
15361         * src/procmsg.c
15362                 Sync with head (Fix the fix)
15363
15364 2004-11-16 [colin]      0.9.12cvs147.1
15365
15366         * src/procmsg.c
15367                 Sync with Main (leak fix)
15368
15369 2004-11-16 [colin]      0.9.12cvs146.14
15370
15371         * src/compose.c
15372                 Remove useless chunk of code
15373                 Patch by Alfons
15374
15375 2004-11-15 [colin]      0.9.12cvs146.13
15376
15377         * src/compose.c
15378                 Fix drafting after insertion
15379                 Patch by Alfons
15380
15381 2004-11-15 [colin]      0.9.12cvs146.12
15382
15383         * src/compose.c
15384         * src/prefs_filtering.c
15385         * src/prefs_filtering_action.c
15386         * src/prefs_toolbar.c
15387                 Fix some const-correctness
15388
15389 2004-11-15 [colin]      0.9.12cvs146.11
15390
15391         * src/summaryview.c
15392         * src/prefs_themes.c
15393         * src/messageview.c
15394                 Fix some leaks
15395
15396 2004-11-15 [colin]      0.9.12cvs146.10
15397
15398         * src/codeconv.c
15399                 More unreadable locale fixes
15400
15401 2004-11-14 [colin]      0.9.12cvs146.9
15402
15403         * src/textview.c
15404                 Fix uri_security_check
15405                 Patch by Alfons
15406
15407 2004-11-13 [paul]       0.9.12cvs146.8
15408
15409         * src/folder.c
15410         * src/procmime.c
15411                 fix 2 bugs introduced in last commit
15412
15413 2004-11-13 [paul]       0.9.12cvs146.7
15414
15415         * src/compose.c
15416         * src/exporthtml.c
15417         * src/exportldif.c
15418         * src/folder.c
15419         * src/imap.c
15420         * src/imap_gtk.c
15421         * src/main.c
15422         * src/mainwindow.c
15423         * src/messageview.c
15424         * src/mh_gtk.c
15425         * src/prefs_themes.c
15426         * src/procmime.c
15427         * src/setup.c
15428         * src/summaryview.c
15429                 replace deprecated g_basename
15430
15431 2004-11-13 [paul]       0.9.12cvs146.6
15432
15433         * src/compose.c
15434         * src/imap.c
15435         * src/matcher_parser.h
15436         * src/matcher_parser_parse.y
15437         * src/prefs_filtering.c
15438         * src/prefs_filtering_action.c
15439         * src/prefs_themes.c
15440         * src/prefs_toolbar.c
15441         * src/common/utils.c
15442                 various small fixes/cleanups
15443
15444 2004-11-12 [colin]      0.9.12cvs146.5
15445
15446         * src/textview.c
15447                 Validate event's origin on visibility notify
15448                 Patch by Alfons.
15449
15450 2004-11-12 [paul]       0.9.12cvs146.4
15451
15452         * src/exporthtml.c
15453         * src/exportldif.c
15454         * src/imap.c
15455         * src/mh.c
15456         * src/mimeview.c
15457         * src/prefs_spelling.c
15458         * src/prefs_themes.c
15459                 replace deprecated g_dirname    
15460
15461 2004-11-12 [colin]      0.9.12cvs146.3
15462
15463         * src/textview.c
15464                 Some coding style fixes
15465
15466 2004-11-12 [colin]      0.9.12cvs146.2
15467
15468         * src/codeconv.c
15469                 We want to replace _all_ extended chars in
15470                 conv_unreadable_*, because any string containing
15471                 extended chars not parsing as UTF8 is 
15472                 undisplayed on gtk2.
15473
15474 2004-11-12 [paul]       0.9.12cvs146.1
15475
15476         * ChangeLog
15477         * ChangeLog.claws
15478         * ChangeLog.jp
15479         * NEWS
15480         * configure.ac
15481         * src/account.c
15482         * src/folderview.c
15483         * src/folderview.h
15484         * src/imap.c
15485         * src/imap_gtk.c
15486         * src/inc.c
15487         * src/mainwindow.c
15488         * src/mh_gtk.c
15489         * src/news_gtk.c
15490         * src/pop.c
15491         * src/prefs_account.c
15492         * src/prefs_account.h
15493         * src/prefs_ext_prog.c
15494         * src/procmime.c
15495         * src/procmime.h
15496         * src/procmsg.c
15497         * src/procmsg.h
15498         * src/summary_search.c
15499         * src/summaryview.c
15500         * src/textview.c
15501         * src/common/defs.h
15502         * src/common/utils.c
15503         * src/common/utils.h
15504         * src/gtk/menu.c
15505         * src/gtk/menu.h
15506                 sync with HEAD
15507
15508 2004-11-11 [colin]      0.9.12cvs144.2
15509
15510         * src/textview.c
15511                 Fix URI range selection (patch by Alfons)
15512
15513 2004-11-09 [colin]      0.9.12cvs144.1
15514
15515         * ChangeLog.claws
15516         * src/compose.c
15517         * src/folder.c
15518         * src/folder_item_prefs.c
15519         * src/prefs_account.c
15520         * src/prefs_account.h
15521         * src/plugins/pgpmime/pgpmime.c
15522                 Sync with HEAD
15523
15524 2004-11-08 [colin]      0.9.12cvs143.1
15525
15526         * src/summaryview.c
15527                 Sync with HEAD (optimize quicksearch)
15528
15529 2004-11-08 [colin]      0.9.12cvs142.2
15530
15531         * src/compose.c
15532                 Don't wrap when Edit/Auto wrapping is disabled
15533
15534 2004-11-08 [colin]      0.9.12cvs142.1
15535
15536         * src/textview.c
15537                 Sync with HEAD
15538
15539 2004-11-08 [colin]      0.9.12cvs141.1
15540
15541         * src/textview.c
15542                 Sync with HEAD (fix some mail URIs)
15543
15544 2004-11-08 [colin]      0.9.12cvs140.3
15545
15546         * src/textview.c
15547                 o Use text cursor instead of arrow when
15548                   not on a link
15549                 o Fix handling of contiguous links (as in
15550                   "colin@colino.net" <colin@colino.net>)
15551                   This one unveils a bug in get_email_part()
15552
15553 2004-11-07 [colin]      0.9.12cvs140.2
15554
15555         * src/textview.c
15556                 Fix memleak. Patch by Alfons.
15557
15558 2004-11-06 [colin]      0.9.12cvs140.1
15559
15560         * src/compose.c
15561                 Sync with HEAD (don't ask passphrase
15562                 when drafting)
15563
15564 2004-11-06 [paul]       0.9.12cvs139.2
15565
15566         * AUTHORS
15567         * src/textview.c
15568         * src/textview.h
15569                 textview URI handling. hovering over a 
15570                 link displays it in the status bar,
15571                 and changes the mouse pointer to a hand 
15572                 cursor. a link is activated with a single 
15573                 click. (Modified from the) patch by Jean-Yves 
15574                 Lefort <jylefort@users.sourceforge.net>
15575                 
15576
15577 2004-11-05 [colin]      0.9.12cvs139.1
15578
15579         * src/compose.c
15580         * src/procmime.c
15581                 Sync with HEAD again ^^
15582
15583 2004-11-05 [colin]      0.9.12cvs139.1
15584
15585         * src/compose.c
15586         * src/procmime.c
15587                 Sync with HEAD
15588
15589 2004-11-03 [paul]       0.9.12cvs138.1
15590
15591         * ChangeLog.claws
15592         * configure.ac
15593         * po/POTFILES.in
15594         * src/prefs_ext_prog.c
15595         * src/procmime.c
15596         * tools/kdeservicemenu/README
15597         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15598         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15599                 sync with HEAD
15600
15601 2004-11-01 [christoph]  0.9.12cvs136.2
15602
15603         * src/procmime.c
15604                 convert MIME parameters to UTF-8
15605
15606 2004-10-29 [colin]      0.9.12cvs136.1
15607
15608         * src/common/utils.c
15609                 Sync with HEAD (don't use '=' in mime boundary)
15610
15611 2004-10-29 [paul]       0.9.12cvs135.1
15612
15613         * configure.ac
15614         * doc/src/rfc2231.txt
15615         * src/procmime.c
15616         * src/common/quoted-printable.c
15617         * src/common/utils.c
15618         * src/common/utils.h
15619                 sync with HEAD
15620
15621 2004-10-27 [paul]       0.9.12cvs134.1
15622
15623         * configure.ac
15624         * src/main.c
15625         * src/procmime.c
15626         * src/plugins/pgpmime/pgpmime.c
15627                 sync with HEAD
15628
15629 2004-10-26 [paul]       0.9.12cvs132.3
15630
15631         * src/account.c
15632         * src/addressbook.c
15633         * src/addrgather.c
15634         * src/addrharvest.c
15635         * src/codeconv.c
15636         * src/compose.c
15637         * src/customheader.c
15638         * src/editaddress.c
15639         * src/editgroup.c
15640         * src/enriched.c
15641         * src/expldifdlg.c
15642         * src/exporthtml.c
15643         * src/exportldif.c
15644         * src/folder.c
15645         * src/foldersel.c
15646         * src/folderview.c
15647         * src/grouplistdialog.c
15648         * src/html.c
15649         * src/imap.c
15650         * src/jpilot.c
15651         * src/ldapserver.c
15652         * src/ldif.c
15653         * src/mimeview.c
15654         * src/news.c
15655         * src/news_gtk.c
15656         * src/pop.c
15657         * src/prefs_display_header.c
15658         * src/prefs_gtk.c
15659         * src/prefs_msg_colors.c
15660         * src/prefs_toolbar.c
15661         * src/procheader.c
15662         * src/procmime.c
15663         * src/summaryview.c
15664         * src/textview.c
15665         * src/toolbar.c
15666         * src/vcard.c
15667         * src/common/mgutils.c
15668         * src/common/nntp.c
15669         * src/common/smtp.c
15670         * src/common/template.c
15671         * src/common/utils.c
15672         * src/common/xmlprops.c
15673         * src/plugins/pgpmime/pgpmime.c
15674         * src/plugins/pgpmime/select-keys.c
15675         * src/plugins/pgpmime/sgpgme.c
15676                 replace deprecated g_strcasecmp(), g_strncasecmp(),
15677                 g_string_sprintfa(), gtk_notebook_current_page()
15678
15679 2004-10-26 [colin]      0.9.12cvs132.2
15680
15681         * src/prefs_folder_item.c
15682                 Fix default-account selection
15683
15684 2004-10-21 [colin]      0.9.12cvs133
15685
15686         * src/compose.c
15687                 Sync with HEAD (Remove extra separator in compose's Options)
15688         * src/textview.c
15689                 Set wrapping to char
15690
15691 2004-10-21 [paul]       0.9.12cvs131.2
15692
15693         * src/compose.c
15694         * src/sourcewindow.c
15695                 fix wrapping
15696                 fix window shrinking 
15697
15698 2004-10-21 [colin]      0.9.12cvs131.1
15699
15700         * ChangeLog.claws
15701         * src/compose.c
15702                 Sync with HEAD
15703
15704 2004-10-21 [paul]       0.9.12cvs130.2
15705
15706         * src/prefs_folder_item.c
15707                 sync with HEAD (Apply to subfolders)
15708
15709 2004-10-19 [colin]      0.9.12cvs130.1
15710
15711         * ChangeLog.claws
15712         * src/compose.c
15713         * src/common/utils.c
15714         * src/gtk/menu.c
15715                 Sync with HEAD
15716
15717 2004-10-19 [colin]      0.9.12cvs128.1
15718
15719         * src/addrbook.c
15720         * src/addrcache.c
15721         * src/addressbook.c
15722         * src/codeconv.c
15723         * src/compose.c
15724         * src/customheader.c
15725         * src/editaddress.c
15726         * src/editgroup.c
15727         * src/exporthtml.c
15728         * src/folder.c
15729         * src/folderview.c
15730         * src/imap.c
15731         * src/jpilot.c
15732         * src/main.c
15733         * src/matcher_parser_parse.y
15734         * src/mbox.c
15735         * src/pop.c
15736         * src/prefs_account.c
15737         * src/prefs_gtk.c
15738         * src/prefs_msg_colors.c
15739         * src/procheader.c
15740         * src/procmime.c
15741         * src/procmime.h
15742         * src/procmsg.c
15743         * src/summaryview.c
15744         * src/textview.c
15745         * src/common/base64.c
15746         * src/common/partial_download.c
15747         * src/common/socket.c
15748         * src/common/sylpheed.c
15749         * src/common/utils.c
15750         * src/common/utils.h
15751         * src/gtk/pluginwindow.c
15752         * src/gtk/quicksearch.c
15753         * src/plugins/clamav/clamav_plugin.c
15754         * src/plugins/clamav/clamav_plugin.h
15755         * src/plugins/clamav/clamav_plugin_gtk.c
15756         * src/plugins/pgpmime/passphrase.c
15757         * src/plugins/pgpmime/pgpmime.c
15758         * src/plugins/pgpmime/plugin.c
15759         * src/plugins/pgpmime/prefs_gpg.c
15760         * src/plugins/pgpmime/prefs_gpg.h
15761         * src/plugins/pgpmime/select-keys.c
15762         * src/plugins/pgpmime/sgpgme.c
15763         * src/plugins/spamassassin/libspamc.c
15764         * src/plugins/spamassassin/spamassassin.c
15765         * src/plugins/spamassassin/spamassassin.h
15766         * src/plugins/spamassassin/spamassassin_gtk.c
15767         * src/plugins/trayicon/trayicon.c
15768         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
15769                 Sync with HEAD
15770
15771 2004-10-14 [colin]      0.9.12cvs126.2
15772
15773         * src/codeconv.c
15774         * src/textview.c
15775                 Fix conv_unreadable_locale
15776
15777 2004-10-13 [colin]      0.9.12cvs126.1
15778
15779         * src/compose.c
15780                 Sync with HEAD (don't convert charset for 
15781                 drafted messages, minor cleanup)
15782
15783 2004-10-13 [colin]      0.9.12cvs125.1
15784
15785         * po/POTFILES.in
15786                 Sync with HEAD (POTFILES fix)
15787
15788 2004-10-12 [colin]      0.9.12cvs124.3
15789
15790         * src/compose.c
15791                 Fix encoding bug from latest sync
15792
15793 2004-10-12 [paul]       0.9.12cvs124.2
15794
15795         * src/plugins/pgpmime/prefs_gpg.c
15796         * src/plugins/pgpmime/prefs_gpg.h
15797                 forgotten in last commit        
15798
15799 2004-10-12 [paul]       0.9.12cvs124.1
15800
15801         * ChangeLog.claws
15802         * configure.ac
15803         * m4/spamassassin.m4
15804         * src/Makefile.am
15805         * src/account.c
15806         * src/compose.c
15807         * src/compose.h
15808         * src/crash.c
15809         * src/main.c
15810         * src/mimeview.c
15811         * src/passphrase.c
15812         * src/passphrase.h
15813         * src/prefs_account.c
15814         * src/prefs_account.h
15815         * src/prefs_common.c
15816         * src/privacy.c
15817         * src/privacy.h
15818         * src/procmime.c
15819         * src/procmime.h
15820         * src/procmsg.c
15821         * src/rfc2015.c
15822         * src/rfc2015.h
15823         * src/select-keys.c
15824         * src/select-keys.h
15825         * src/textview.c
15826         * src/common/utils.c
15827         * src/common/utils.h
15828         * src/gtk/about.c
15829         * src/plugins/pgpmime/Makefile.am
15830         * src/plugins/pgpmime/passphrase.c
15831         * src/plugins/pgpmime/passphrase.h
15832         * src/plugins/pgpmime/pgpmime.c
15833         * src/plugins/pgpmime/plugin.c
15834         * src/plugins/pgpmime/select-keys.c
15835         * src/plugins/pgpmime/select-keys.h
15836         * src/plugins/pgpmime/sgpgme.c
15837         * src/plugins/pgpmime/sgpgme.h
15838                 sync with HEAD
15839
15840 2004-10-04 [colin]      0.9.12cvs122.1
15841
15842         * src/mainwindow.c
15843         * src/messageview.c
15844         * src/messageview.h
15845         * src/textview.c
15846                 Sync with HEAD
15847
15848 2004-10-04 [colin]      0.9.12cvs121.1
15849
15850         * src/summaryview.c
15851                 Sync with HEAD
15852
15853 2004-10-04 [paul]       0.9.12cvs120.1
15854
15855         * configure.ac
15856                 sync with HEAD [don't try to build 
15857                 pgpmime plugin when gpgme is disabled]
15858
15859 2004-10-03 [colin]      0.9.12cvs119.3
15860
15861         * src/gtk/gtksctree.c
15862                 Lots of side effects. Put back as before 117.2.
15863         * src/summaryview.c
15864                 Fix bug #602
15865
15866 2004-10-03 [colin]      0.9.12cvs119.2
15867
15868         * src/gtk/gtksctree.c
15869                 Revert 608 fix that doesn't work that good
15870
15871 2004-10-02 [colin]      0.9.12cvs119.1
15872
15873         * src/mainwindow.c
15874         * src/messageview.c
15875         * src/prefs_common.h
15876         * src/procmime.c
15877         * src/procmime.h
15878         * src/textview.c
15879                 Sync with HEAD
15880         * src/gtk/gtksctree.c
15881                 Close bug #608
15882
15883 2004-10-01 [colin]      0.9.12cvs118.1
15884
15885         * src/mimeview.c
15886                 Sync with HEAD (better Save All fix)
15887
15888 2004-10-01 [colin]      0.9.12cvs117.2
15889
15890         * src/gtk/gtksctree.c
15891                 Faster on selection
15892
15893 2004-10-01 [colin]      0.9.12cvs117.1
15894
15895         * src/mimeview.c
15896                 Sync with HEAD (Save All: only attachments)
15897
15898 2004-10-01 [paul]       0.9.12cvs116.1
15899
15900         * ChangeLog.claws
15901         * configure.ac
15902         * src/account.c
15903         * src/prefs_common.c
15904         * src/gtk/colorlabel.c
15905                 sync with HEAD
15906
15907 2004-09-30 [colin]      0.9.12cvs115.1
15908
15909         * src/stock_pixmap.c
15910         * src/stock_pixmap.h
15911         * src/folderview.c
15912         * src/Makefile.am
15913         * src/pixmaps/read.xpm
15914                 Sync with HEAD (new pixmap)
15915
15916 2004-09-29 [colin]      0.9.12cvs114.1
15917
15918         * src/compose.c
15919                 Sync with HEAD
15920                 Fix focus handling in headers
15921
15922 2004-09-29 [paul]       0.9.12cvs113.1
15923
15924         * src/quote_fmt_parse.y
15925                 sync with HEAD
15926  
15927
15928 2004-09-28 [colin]      0.9.12cvs112.1
15929
15930         * src/folderview.c
15931         * src/mainwindow.c
15932                 Sync with HEAD
15933
15934 2004-09-28 [colin]      0.9.12cvs110.1
15935
15936         * src/folderview.c
15937                 Sync with HEAD (Contextual Empty trash menu)
15938
15939 2004-09-28 [colin]      0.9.12cvs108.1
15940
15941         * src/addressbook.c
15942                 Sync with HEAD (addressbook edit on double-click)
15943
15944 2004-09-28 [colin]      0.9.12cvs106.1
15945
15946         * src/inc.c
15947                 Sync with HEAD (folder_item freeze on inc)
15948
15949 2004-09-27 [colin]      0.9.12cvs105.1
15950
15951         * src/folderview.c
15952                 Sync with HEAD (right-align new and unread column)
15953
15954 2004-09-27 [colin]      0.9.12cvs104.1
15955
15956         * src/main.c
15957                 Sync with HEAD (revert 0.9.12cvs101)
15958
15959 2004-09-24 [colin]      0.9.12cvs103.2
15960
15961         * src/wizard.c
15962                 Fix gtk warnings and use domain part of the email address 
15963                 when domain detection fails (no dot in domain name)
15964
15965 2004-09-23 [colin]      0.9.12cvs103.1
15966
15967         * src/plugins/spamassassin/libspamc.c
15968         * src/plugins/spamassassin/libspamc.h
15969         * src/plugins/spamassassin/utils.c
15970         * src/plugins/spamassassin/utils.h
15971                 Sync with HEAD (Update spamassassin to 3.0)
15972
15973 2004-09-21 [colin]      0.9.12cvs102.3
15974
15975         * src/action.c
15976                 Add horizontal scrollbar in action io dialog as needed
15977                 Patch by Alfons.
15978
15979 2004-09-20 [colin]      0.9.12cvs102.2
15980
15981         * src/plugins/image_viewer/viewer.c
15982                 Remove imlib stuff
15983                 use gtk_pixmap_set when clearing
15984                 (would be better to use gtkImages, but causes size-allocate 
15985                 signals storm)
15986
15987 2004-09-17 [paul]       0.9.12cvs102.1
15988
15989         * ChangeLog
15990         * ChangeLog.claws
15991         * ChangeLog.jp
15992         * configure.ac
15993         * src/inc.c
15994                 sync with HEAD
15995
15996
15997 2004-09-17 [colin]      0.9.12cvs101.1
15998
15999         * ChangeLog.claws
16000         * src/main.c
16001                 Sync with HEAD (fix segs at exit)
16002
16003 2004-09-14 [colin]      0.9.12cvs99.5
16004
16005         * src/common/socket.c
16006         * AUTHORS
16007                 Fix send error on 64bit platforms
16008                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
16009
16010 2004-09-14 [colin]      0.9.12cvs99.4
16011
16012         * src/action.c
16013                 Fix action output with utf8 
16014                 Patch by Alfons.
16015
16016 2004-09-14 [colin]      0.9.12cvs99.3
16017
16018         * ChangeLog.claws
16019         * src/folder.c
16020                 Sync with HEAD
16021
16022 2004-09-09 [colin]      0.9.12cvs99.2
16023
16024         * src/action.c
16025                 Fix progress bar (displaying "Completed %v/%u")
16026                 Patch by Alfons.
16027
16028 2004-09-08 [colin]      0.9.12cvs99.1
16029
16030         * src/account.c
16031         * src/folder.c
16032         * src/procmsg.c
16033         * src/procmsg.h
16034         * src/plugins/pgpmime/pgpmime.c
16035                 Sync with HEAD
16036
16037 2004-09-08 [colin]      0.9.12cvs97.2
16038
16039         * src/summaryview.c
16040                 Don't select mails in collapsed threads 
16041                 when navigating with up/down
16042
16043 2004-09-07 [colin]      0.9.12cvs97.1
16044
16045         * src/inc.c
16046                 Sync with HEAD (meaningful error messages)
16047
16048 2004-09-06 [colin]      0.9.12cvs96.1
16049
16050         * src/toolbar.c
16051                 Sync with HEAD (fix Redirect graying out)
16052
16053 2004-09-06 [colin]      0.9.12cvs95.1
16054
16055         * src/summaryview.c
16056         * src/mimeview.c
16057                 Sync with HEAD (fix dropped URIs)
16058
16059 2004-09-06 [colin]      0.9.12cvs94.1
16060
16061         * src/addressbook.c
16062         * src/addressitem.h
16063         * src/addritem.c
16064         * src/addritem.h
16065                 Sync with HEAD (addressbook DnD)
16066
16067 2004-09-03 [colin]      0.9.12cvs93.1
16068
16069         * src/summaryview.c
16070                 Sync with HEAD (next/prev unread)
16071
16072 2004-09-03 [colin]      0.9.12cvs92.1
16073
16074         * src/prefs_common.c
16075         * src/prefs_common.h
16076         * src/summaryview.c
16077                 Sync with HEAD ('mark_as_read_delay' pref)
16078
16079 2004-09-02 [colin]      0.9.12cvs91.2
16080
16081         * src/common/xml.c
16082                 Fix leak
16083
16084 2004-09-02 [colin]      0.9.12cvs91.1
16085
16086         * src/gtk/menu.c
16087                 Sync with HEAD (menu accel don't work, but whatever)
16088
16089 2004-09-02 [colin]      0.9.12cvs90.1
16090
16091         * src/account.c
16092                 Sync with HEAD (fix bug 582)
16093
16094 2004-09-02 [colin]      0.9.12cvs89.1
16095
16096         * src/addrindex.c
16097                 Sync with HEAD (free deleted queries)
16098
16099 2004-09-02 [colin]      0.9.12cvs88.1
16100
16101         * src/ldapquery.c
16102                 Sync with HEAD (fix LDAP freezes)
16103
16104 2004-09-02 [colin]      0.9.12cvs87.1
16105
16106         * src/prefs_spelling.c
16107                 Sync with HEAD (add default dictionary)
16108
16109 2004-09-01 [colin]      0.9.12cvs86.1
16110
16111         * src/filtering.c
16112         * src/folderview.c
16113         * src/imap.c
16114         * src/prefs_matcher.c
16115         * src/stock_pixmap.c
16116         * src/summary_search.c
16117         * src/summaryview.c
16118         * src/wizard.c
16119         * src/wizard.h
16120                 Sync with HEAD (uninitialized vars fixes)
16121                 + gtk2 specific warning fixes
16122
16123 2004-08-31 [colin]      0.9.12cvs85.1
16124
16125         * src/folder.c
16126                 Sync with HEAD (Fix memory corruption due to 
16127                 uninitialized var)
16128
16129 2004-08-31 [colin]      0.9.12cvs84.4
16130
16131         * src/summary_search.c
16132                 Fix segfaults when searching in folders with broken headers
16133
16134 2004-08-31 [colin]      0.9.12cvs84.3
16135
16136         * src/compose.c
16137         * src/textview.c
16138                 Fix some more encoding/decoding issues
16139
16140 2004-08-30 [colin]      0.9.12cvs84.2
16141
16142         * src/mimeview.c
16143         * src/prefs_themes.c
16144         * src/gtk/filesel.c
16145         * src/gtk/filesel.h
16146                 Add a folder-mode selection (fixes mimeview's "Save all")
16147
16148 2004-08-29 [colin]      0.9.12cvs84.1
16149
16150         * src/mimeview.c
16151                 Sync with HEAD (don't escape saved filenames)
16152
16153 2004-08-27 [colin]      0.9.12cvs83.1
16154
16155         * ChangeLog
16156         * ChangeLog.claws
16157         * ChangeLog.jp
16158         * src/mh.c
16159         * src/procheader.c
16160         * src/procmsg.c
16161         * src/procmsg.h
16162         * src/common/utils.c
16163         * src/gtk/menu.h
16164         * po/
16165                 Sync with HEAD 0.9.12cvs83 (sync with main)
16166
16167 2004-08-26 [colin]      0.9.12cvs82.4
16168
16169         * src/codeconv.c
16170                 Fix strange stack corruption
16171                 Convert to utf8 after unmime, not before
16172
16173 2004-08-26 [colin]      0.9.12cvs82.3
16174
16175         * src/main.c
16176         * src/wizard.c
16177                 Fix account folders duplication
16178
16179 2004-08-25 [colin]      0.9.12cvs82.2
16180
16181         * src/wizard.c
16182                 Remove ports
16183                 Add SSL selection
16184                 Use login@server as account name
16185
16186 2004-08-25 [colin]      0.9.12cvs82.1
16187
16188         * src/plugins/pgpmime/pgpmime.c
16189                 Sync with HEAD (leak fix).
16190
16191 2004-08-25 [colin]      0.9.12cvs81.1
16192
16193         * src/plugins/pgpmime/pgpmime.c
16194         * src/plugins/pgpmime/sgpgme.c
16195         * src/plugins/pgpmime/sgpgme.h
16196                 Sync with HEAD (Handle combined messages).
16197
16198 2004-08-24 [colin]      0.9.12cvs80.3
16199
16200         * src/wizard.c
16201                 Fix full name, ports, and imap
16202
16203 2004-08-24 [colin]      0.9.12cvs80.2
16204
16205         * src/Makefile.am
16206         * src/main.c
16207         * src/setup.c
16208         * src/setup.h
16209         * src/stock_pixmap.c
16210         * src/stock_pixmap.h
16211         * src/wizard.c ** ADDED **
16212         * src/wizard.h ** ADDED ** 
16213         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
16214                 Add a setup wizard 
16215
16216 2004-08-24 [colin]      0.9.12cvs80.1
16217
16218         * src/folder.c
16219                 Sync with HEAD (set mimeflags on all messages)
16220
16221 2004-08-24 [colin]      0.9.12cvs79.3
16222
16223         * src/matcher_parser_lex.l
16224                 Fix 8bits strings not in utf8
16225
16226 2004-08-24 [colin]      0.9.12cvs79.2
16227
16228         * src/compose.c
16229                 Check conversion result before replacing buffer
16230
16231 2004-08-23 [colin]      0.9.12cvs79.1
16232
16233         * src/compose.c
16234                 Sync with HEAD (create message header in memory)
16235
16236 2004-08-23 [colin]      0.9.12cvs78.1
16237
16238         * src/rfc2015.c
16239         * src/rfc2015.h
16240                 Sync with HEAD (fix bug 197 again)
16241
16242 2004-08-23 [colin]      0.9.12cvs77.3
16243
16244         * src/compose.c
16245                 Fix again inline gpg signing (which outputs utf8
16246                 in gtk2). Not syncing this fix to HEAD as this 
16247                 code is meant to die.
16248
16249 2004-08-23 [colin]      0.9.12cvs77.2
16250
16251         * src/prefs_account.h
16252                 Remove useless include
16253
16254 2004-08-23 [colin]      0.9.12cvs77.1
16255
16256         * src/imap.c
16257         * po/es.po
16258         * po/fr.po
16259         * po/it.po
16260         * po/pl.po
16261         * po/pt_BR.po
16262         * po/sk.po
16263         * po/sr.po
16264                 Sync with HEAD (fix bug 577)
16265
16266 2004-08-22 [colin]      0.9.12cvs76.1
16267
16268         * src/plugins/trayicon/trayicon.c
16269                 Sync with HEAD (fix formatting bug)
16270
16271 2004-08-21 [colin]      0.9.12cvs74.2
16272
16273         * src/gtk/colorsel.c
16274                 Fix bug 564 (Folder color selection window exits on any
16275                 keypress)
16276
16277 2004-08-21 [colin]      0.9.12cvs74.1
16278
16279         * ChangeLog.claws
16280         * src/compose.c
16281         * src/summaryview.c
16282         * src/toolbar.c
16283                 Sync with HEAD (fix bug 576)
16284
16285 2004-08-21 [colin]      0.9.12cvs70.1
16286
16287         * src/compose.c
16288         * src/mainwindow.c
16289                 Sync with HEAD
16290                 
16291
16292 2004-08-21 [paul]       0.9.12cvs66.4
16293
16294         * src/mainwindow.c
16295         * src/messageview.c
16296         * src/gtk/menu.c
16297         * src/plugins/spamassassin/spamassassin_gtk.c
16298                 remove some deprecated gtk1 functions
16299
16300
16301 2004-08-21 [colin]      0.9.12cvs66.3
16302
16303         * src/compose.c
16304         * src/codeconv.c
16305                 Fix warnings
16306                 Remove encoding hacks
16307                 Fix bug 575 (Strange character messes up message)
16308                 Don't display conversion error when drafting
16309
16310 2004-08-21 [paul]       0.9.12cvs66.2
16311
16312         * src/prefs_account.c
16313                 fix GnuPG mode bugs
16314
16315
16316 2004-08-20 [colin]      0.9.12cvs66.1
16317
16318         * src/codeconv.c
16319                 Sync with HEAD 0.9.12cvs66
16320
16321 2004-08-20 [paul]
16322
16323         * src/plugins/pgpmime/plugin.c
16324                 modify PGP/MIME plugin's description
16325
16326 2004-08-17 [colin]      0.9.12cvs65.1
16327
16328         * src/common/ssl.c
16329         * src/plugins/pgpmime/plugin.c
16330                 Sync with HEAD
16331
16332 2004-08-14 [colin]      0.9.12cvs60.3
16333
16334         * src/plugins/trayicon/trayicon.c
16335                 Put back resize callback, on size-request signal
16336                 rather than size-allocate to avoid infinite 
16337                 callback loop
16338
16339 2004-08-13 [colin]      0.9.12cvs60.2
16340
16341         * src/common/defs.h
16342                 Cache versions have been fixed
16343
16344 2004-08-13 [colin]      0.9.12cvs60.1
16345
16346         * src/folderutils.c
16347                 Sync with HEAD
16348
16349 2004-08-12 [colin]      0.9.12cvs59.1
16350
16351         * src/plugins/trayicon/trayicon.c
16352                 Sync with HEAD
16353
16354 2004-08-12 [colin]      0.9.12cvs57.5
16355
16356         * sylpheed.desktop
16357         * configure.ac
16358         * src/Makefile.am
16359         * src/main.c
16360                 Add support for Freedesktop.org's startup notification
16361
16362 2004-08-11 [colin]      0.9.12cvs57.4
16363
16364         * src/textview.c
16365                 Fix off-by-one
16366
16367 2004-08-11 [colin]      0.9.12cvs57.3
16368
16369         * src/message_search.c
16370         * src/summary_search.c
16371                 Make searches case insensitive by default
16372         * src/textview.c
16373                 Fix case-insensitive search in message
16374
16375 2004-08-11 [colin]      0.9.12cvs57.2
16376
16377         * src/summary_search.c
16378                 Let case-sensitive be specified
16379
16380 2004-08-10 [colin]      0.9.12cvs55.4
16381
16382         * src/common/socket.c
16383                 Fix the possible race condition
16384
16385 2004-08-09 [paul]       0.9.12cvs55.3
16386
16387         * configure.ac
16388         * src/Makefile.am
16389         * src/common/Makefile.am
16390                 sync with HEAD
16391
16392
16393 2004-08-09 [paul]       0.9.12cvs55.2
16394
16395         * autogen.sh
16396         * po/poconv.sh
16397                 remove unneeded script
16398
16399         * configure.ac
16400                 add forgotten USE_LDAP_TLS (sync with HEAD)
16401
16402
16403 2004-08-09 [colin]      0.9.12cvs55.1
16404
16405         * src/main.c
16406         * src/common/ssl.c
16407         * src/common/sylpheed.c
16408         * src/common/sylpheed.h
16409                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
16410
16411 2004-08-09 [paul]       0.9.12cvs54.1
16412
16413         * ChangeLog
16414         * ChangeLog.claws
16415         * ChangeLog.jp
16416         * configure.ac
16417         * po/POTFILES.in
16418         * src/Makefile.am
16419         * src/folderutils.c
16420         * src/main.c
16421         * src/pgpmime.c
16422         * src/pgpmime.h
16423         * src/sgpgme.c
16424         * src/sgpgme.h
16425         * src/plugins/Makefile.am
16426         * src/plugins/pgpmime/.cvsignore
16427         * src/plugins/pgpmime/Makefile.am
16428         * src/plugins/pgpmime/pgpmime.c
16429         * src/plugins/pgpmime/pgpmime.h
16430         * src/plugins/pgpmime/plugin.c
16431         * src/plugins/pgpmime/sgpgme.c
16432         * src/plugins/pgpmime/sgpgme.h
16433                 sync with HEAD
16434
16435 2004-08-08 [paul]       0.9.12cvs51.1
16436
16437         * configure.ac
16438         * src/folder.c
16439                 sync with HEAD
16440
16441 2004-08-07 [colin]      0.9.12cvs50.1
16442
16443         * src/pop.c
16444         * src/common/partial_download.c
16445                 fix warnings (sync from HEAD)
16446
16447 2004-08-07 [colin]      0.9.12cvs48.1
16448
16449         * src/prefs_folder_item.c
16450                 sync with HEAD 0.9.12cvs48
16451
16452 2004-08-06 [colin]      0.9.12cvs47.1
16453
16454         * src/compose.c
16455                 Sync with HEAD
16456
16457 2004-08-06 [christoph]  0.9.12cvs46.2
16458
16459         * src/main.c
16460         * src/plugins/clamav/clamav_plugin_gtk.c
16461         * src/plugins/dillo_viewer/dillo_viewer.c
16462         * src/plugins/image_viewer/plugin.c
16463         * src/plugins/mathml_viewer/mathml_viewer.c
16464         * src/plugins/spamassassin/spamassassin_gtk.c
16465         * src/plugins/trayicon/trayicon.c
16466                 don't mix GTK1.2 plugin with GTK2 plugins
16467
16468 2004-08-06 [colin]      0.9.12cvs46.1
16469
16470         * ChangeLog
16471         * ChangeLog.claws
16472         * ChangeLog.jp
16473         * configure.ac
16474         * sylpheed-claws.pc.in
16475         * src/folder.c
16476         * src/imap.c
16477         * src/localfolder.c
16478         * src/messageview.c
16479         * src/mimeview.c
16480         * src/mimeview.h
16481         * src/msgcache.c
16482         * src/news.c
16483         * src/prefs_ext_prog.c
16484         * src/prefs_folder_item.c
16485         * src/prefs_fonts.c
16486         * src/prefs_msg_colors.c
16487         * src/prefs_spelling.c
16488         * src/prefs_themes.c
16489         * src/prefs_toolbar.c
16490         * src/prefs_wrapping.c
16491         * src/procmime.h
16492         * src/common/defs.h
16493         * src/common/nntp.c
16494         * src/common/session.c
16495         * src/common/session.h
16496         * src/common/socket.c
16497         * src/common/utils.h
16498         * src/common/xml.c
16499         * src/common/xml.h
16500         * src/gtk/prefswindow.c
16501         * src/gtk/prefswindow.h
16502         * src/plugins/clamav/clamav_plugin_gtk.c
16503         * src/plugins/dillo_viewer/dillo_prefs.c
16504         * src/plugins/image_viewer/viewerprefs.c
16505         * src/plugins/spamassassin/spamassassin_gtk.c
16506         * m4/openssl.m4 *** REMOVED ***
16507                 Sync with HEAD 0.9.12cvs46
16508
16509 2004-08-03 [paul]       0.9.12cvs40.2
16510
16511         * src/action.c
16512         * src/addressadd.c
16513         * src/addressbook.c
16514         * src/addrgather.c
16515         * src/browseldap.c
16516         * src/compose.c
16517         * src/crash.c
16518         * src/editaddress.c
16519         * src/editgroup.c
16520         * src/editldap_basedn.c
16521         * src/foldersel.c
16522         * src/importldif.c
16523         * src/mimeview.c
16524         * src/prefs_common.c
16525         * src/prefs_template.c
16526         * src/sourcewindow.c
16527         * src/summaryview.c
16528         * src/gtk/about.c
16529         * src/gtk/foldersort.c
16530         * src/gtk/logwindow.c
16531         * src/gtk/pluginwindow.c
16532         * src/gtk/prefswindow.c
16533                 change all gtk_scrolled_window_set_policy from 
16534                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
16535
16536 2004-08-02 [paul]       0.9.12cvs40.1
16537
16538         * AUTHORS
16539                 update translation team section
16540         * po/pt_BR.po
16541                 updated by Frederico Goncalves Guimaraes
16542                 <fggdebian@yahoo.com.br>
16543
16544 2004-07-31 [colin]      0.9.12cvs39.9
16545
16546         * src/exphtmldlg.c
16547                 Fix compilation
16548
16549 2004-07-31 [colin]      0.9.12cvs39.8
16550
16551         * src/exphtmldlg.c
16552                 Fix an alertpanel type
16553
16554 2004-07-30 [colin]      0.9.12cvs39.7
16555
16556         * src/alertpanel.c
16557                 Fix alertpanel_error_log's icon
16558
16559 2004-07-30 [colin]      0.9.12cvs39.6
16560
16561         * src/pop.c
16562                 Two of them should still be warnings
16563
16564 2004-07-30 [colin]      0.9.12cvs39.5
16565
16566         * src/pop.c
16567                 More warning -> error
16568 2004-07-29 [colin]      0.9.12cvs39.4
16569
16570         * src/pop.c
16571                 Warning -> error
16572
16573 2004-07-29 [colin]      0.9.12cvs39.3
16574
16575         * src/prefs_matcher.c
16576                 Fix segfault
16577
16578 2004-07-29 [colin]      0.9.12cvs39.2
16579
16580         * src/alertpanel.c
16581                 More nice-looking alertpanels
16582
16583 2004-07-29 [colin]      0.9.12cvs39.1
16584
16585         * src/messageview.c
16586                 sync with head
16587                 (inform user when partial mail is deleted on server)
16588
16589 2004-07-29 [colin]      0.9.12cvs38.1
16590
16591         * src/messageview.c
16592                 sync with head
16593
16594 2004-07-28 [paul]       0.9.12cvs37.7
16595
16596         * src/mainwindow.c
16597                 complete the replacement of deprecated gtk_progress_*
16598
16599 2004-07-28 [paul]       0.9.12cvs37.6
16600
16601         * src/action.c
16602         * src/inc.c
16603         * src/mainwindow.c
16604         * src/send_message.c
16605         * src/gtk/progressdialog.c
16606         * src/gtk/progressdialog.h
16607                 replace deprecated gtk_progress_*
16608
16609 2004-07-28 [paul]       0.9.12cvs37.5
16610
16611         * src/gtk/filesel.c
16612                 remove gtk_window_set_wmclass()
16613 2004-07-28 [paul]       0.9.12cvs37.4
16614
16615         * src/addressbook.c
16616         * src/compose.c
16617         * src/foldersel.c
16618         * src/mainwindow.c
16619         * src/messageview.c
16620         * src/sourcewindow.c
16621         * src/gtk/logwindow.c
16622                 remove gtk_window_set_wmclass()
16623                 
16624         * src/prefs_filtering.c
16625         * src/prefs_filtering_action.c
16626         * src/prefs_fonts.c
16627         * src/prefs_gtk.c
16628         * src/prefs_matcher.c
16629         * src/ssl_manager.c
16630         * src/gtk/prefswindow.c
16631                 replace gtk_window_position()
16632
16633 2004-07-28 [colin]      0.9.12cvs37.3
16634
16635         * src/alertpanel.c
16636         * src/alertpanel.h
16637                 Add a way to specify panel type for specific
16638                 panels (alertpanel())
16639         * src/account.c
16640         * src/addressbook.c
16641         * src/compose.c
16642         * src/expldifdlg.c
16643         * src/main.c
16644         * src/messageview.c
16645         * src/summaryview.c
16646         * src/textview.c
16647         * src/gtk/sslcertwindow.c
16648                 Fix alertpanel()s so that their icon match
16649                 their real type
16650
16651 2004-07-28 [paul]       0.9.12cvs37.2
16652
16653         * src/addr_compl.c
16654         * src/addressbook.c
16655         * src/alertpanel.c
16656         * src/compose.c
16657         * src/export.c
16658         * src/foldersel.c
16659         * src/folderview.c
16660         * src/grouplistdialog.c
16661         * src/import.c
16662         * src/mainwindow.c
16663         * src/message_search.c
16664         * src/messageview.c
16665         * src/passphrase.c
16666         * src/prefs_actions.c
16667         * src/prefs_common.c
16668         * src/prefs_customheader.c
16669         * src/prefs_display_header.c
16670         * src/prefs_filtering.c
16671         * src/prefs_filtering_action.c
16672         * src/prefs_gtk.c
16673         * src/prefs_matcher.c
16674         * src/prefs_msg_colors.c
16675         * src/prefs_summary_column.c
16676         * src/prefs_template.c
16677         * src/sourcewindow.c
16678         * src/ssl_manager.c
16679         * src/summary_search.c
16680         * src/gtk/colorsel.c
16681         * src/gtk/description_window.c
16682         * src/gtk/gtkaspell.c
16683         * src/gtk/inputdialog.c
16684         * src/gtk/logwindow.c
16685         * src/gtk/prefswindow.c
16686         * src/gtk/progressdialog.c
16687                 replace deprecated gtk_window_set_policy
16688
16689 2004-07-27 [colin]      0.9.12cvs37.1
16690
16691         * src/msgcache.c
16692                 More fixes (synced for head again)
16693
16694 2004-07-27 [colin]      0.9.12cvs35.3
16695
16696         * src/msgcache.c
16697                 Fix wrong test
16698
16699 2004-07-27 [colin]      0.9.12cvs35.2
16700
16701         * src/mimeview.c
16702                 Fix width a bit (by Paul)
16703         * src/alertpanel.c
16704         * src/alertpanel.h
16705                 Specialize icons, make alertpanel_message()
16706                 private
16707         * src/message_search.c
16708         * src/sgpgme.c
16709         * src/summary_search.c
16710                 Suit alertpanel changes
16711
16712 2004-07-27 [colin]      0.9.12cvs35.1
16713
16714         * src/alertpanel.c
16715                 Add an icon
16716         * src/passphrase.c
16717                 Add debug output - maybe someone will
16718                 want to look at the problem with Grab
16719                 Input :)
16720         Bump version as we're synced with HEAD
16721
16722 2004-07-26 [colin]      0.9.12cvs33.26
16723
16724         * src/pop.c
16725                 Fix uidl-file parsing when not in new
16726                 format
16727
16728 2004-07-26 [colin]      0.9.12cvs33.25
16729
16730         * src/gtk/menu.c
16731                 Move popup menu up if necessary (fixes 
16732                 account selector)
16733         * src/mainwindow.c
16734                 Set account selector's button height to
16735                 minimum
16736
16737 2004-07-26 [colin]      0.9.12cvs33.24
16738
16739         * src/alertpanel.c
16740                 Maybe fix 551 (Truncated font in alert window)
16741
16742 2004-07-26 [colin]      0.9.12cvs33.23
16743
16744         * po/de.po
16745         * po/es.po
16746         * po/fr.po
16747         * po/it.po
16748         * po/ja.po
16749         * po/pl.po
16750         * po/ru.po
16751         * po/sk.po
16752         * po/sr.po
16753         * po/zh_CN.po
16754                 Sync po files with HEAD
16755
16756 2004-07-26 [paul]       0.9.12cvs33.22
16757
16758         * src/compose.c
16759                 fix Bug 556 'Organisation-header is sent even if empty'
16760
16761 2004-07-24 [colin]      0.9.12cvs33.21
16762
16763         * src/compose.c
16764         * src/gtk/gtkaspell.c
16765         * src/gtk/gtkaspell.h
16766                 Fix speller accelerators (require hack)
16767
16768 2004-07-24 [colin]      0.9.12cvs33.20
16769
16770         * src/gtk/gtkaspell.c
16771                 Fix over-eager code deletion breaking
16772                 Check while typing
16773
16774 2004-07-24 [colin]      0.9.12cvs33.19
16775
16776         * src/browseldap.c
16777         * src/ldapctrl.c
16778         * src/ldapctrl.h
16779         * src/ldapserver.h
16780                 Sync ldap with HEAD
16781         (Fixes 546 LDAP completely broken)
16782
16783 2004-07-24 [colin]      0.9.12cvs33.18
16784
16785         * src/prefs_msg_colors.c
16786                 Fix prototype mismatch
16787         (Fixes 547 void function cannot return value)
16788
16789 2004-07-24 [colin]      0.9.12cvs33.17
16790
16791         * src/mainwindow.c
16792                 Fix sort going back to previous sort key
16793                 when changing sort direction
16794
16795 2004-07-24 [colin]      0.9.12cvs33.16
16796
16797         * src/compose.c
16798                 Fix space insertion when re-wrapping at 
16799                 cursor point
16800
16801 2004-07-24 [colin]      0.9.12cvs33.15
16802
16803         * src/gtk/gtkaspell.c
16804                 Don't change cursor position in insert-text
16805                 callback
16806         (Fixes 539 Word wrapping on input transposes letters)
16807
16808 2004-07-24 [colin]      0.9.12cvs33.14
16809
16810         * src/gtk/gtkaspell.c
16811                 Reencode non-ascii chars to dictionary's
16812                 encoding
16813         (Fixes 544 Spell check broken non english locale)
16814
16815 2004-07-24 [colin]      0.9.12cvs33.13
16816
16817         * src/summaryview.c
16818                 Fix Shift+Down, add Home/End/PgUp/PgDown
16819
16820 2004-07-21 [colin]      0.9.12cvs33.12
16821
16822         * src/prefs_common.c
16823                 Fix a gtk warning (Patch by Andrej Kacian)
16824
16825 2004-07-21 [colin]      0.9.12cvs33.11
16826
16827         * src/gtk/filesel.c
16828                 More check
16829
16830 2004-07-21 [colin]      0.9.12cvs33.10
16831
16832         * src/compose.c
16833         * src/crash.c
16834         * src/export.c
16835         * src/import.c
16836         * src/messageview.c
16837         * src/mimeview.c
16838         * src/prefs_spelling.c
16839         * src/prefs_themes.c
16840         * src/summaryview.c
16841         * src/gtk/filesel.c
16842         * src/gtk/filesel.h
16843         * src/gtk/pluginwindow.c
16844                 Untwist open/save mode guessing logic, make
16845                 it explicit
16846
16847 2004-07-20 [colin]      0.9.12cvs33.9
16848
16849         * src/codeconv.c
16850                 conv_encode_header: src_charset is UTF-8 on
16851                 gtk2
16852         * src/compose.c
16853                 Remove double encoding of the headers
16854
16855 2004-07-20 [colin]      0.9.12cvs33.8
16856
16857         * src/codeconv.c
16858                 Fix typo
16859
16860 2004-07-20 [colin]      0.9.12cvs33.7
16861
16862         * src/mainwindow.c
16863                 Set the separated messageview to the saved
16864                 size of Claws' messageview (Patch by Alfons)
16865                 Fix a callback prototype (me)
16866
16867 2004-07-20 [colin]      0.9.12cvs33.6
16868
16869         * src/codeconv.h
16870                 Forgot one hunk in 0.9.12cvs33.4
16871
16872 2004-07-19 [colin]      0.9.12cvs33.5
16873
16874         * src/action.c
16875                 Action output fix
16876                 Patch by Alfons
16877
16878 2004-07-19 [colin]      0.9.12cvs33.4
16879
16880         * src/compose.c
16881                 Fix outgoing charset bug in headers
16882         * src/codeconv.c
16883                 Clean for glib2 - Patch by Alfons
16884
16885 2004-07-19 [colin]      0.9.12cvs33.3
16886
16887         * src/statusbar.c
16888                 Remove grip from the statusbar
16889                 Patch by Alfons
16890
16891 2004-07-19 [colin]      0.9.12cvs33.2
16892
16893         * src/messageview.c
16894         * src/textview.c
16895                 Fix messageview remembering the previous
16896                 scroll position when loading a new message
16897                 Patch by Alfons
16898
16899 2004-07-19 [colin]      0.9.12cvs33.1
16900
16901         * src/folder.h
16902         * src/folderview.c
16903         * src/summaryview.c
16904                 Sync with HEAD
16905
16906 2004-07-18 [colin]      0.9.12cvs32.7
16907
16908         * configure.ac
16909                 Remove useless check for XIM - noticed
16910                 by Alfons
16911
16912 2004-07-18 [colin]      0.9.12cvs32.6
16913
16914         * src/summaryview.c
16915                 Remove non-modified and shift-modified
16916                 accelerators in summaryview's popup
16917                 menu, as that doesn't get catched by
16918                 the accel-activate signal catcher...
16919
16920 2004-07-18 [colin]      0.9.12cvs32.5
16921
16922         * src/prefs_common.c
16923                 Define sensible default prefs for 
16924                 wrapping
16925
16926 2004-07-18 [colin]      0.9.12cvs32.4
16927
16928         * src/compose.c
16929         * src/prefs_common.c
16930         * src/prefs_common.h
16931         * src/prefs_wrapping.c
16932                 Remove Smart Wrapping pref, which does
16933                 nothing on gtk2 branch
16934
16935 2004-07-18 [colin]      0.9.12cvs32.3
16936
16937         * src/sourcewindow.c
16938                 Proper utf8
16939
16940 2004-07-18 [colin]      0.9.12cvs32.2
16941
16942         * src/compose.c
16943                 Save attachment status when drafting
16944
16945 2004-07-18 [colin]      0.9.12cvs32.1
16946
16947         * src/gtk/filesel.c
16948                 Fix erratic folder selection in open mode
16949
16950 2004-07-18 [colin]      0.9.12cvs31.11
16951
16952         * src/pop.c
16953                 Don't let partial messages get deleted
16954                 even with "dowload all"
16955                 (0.9.12cvs31.8 fix extension)
16956 2004-07-18 [colin]      0.9.12cvs31.10
16957
16958         * src/gtk/logwindow.c
16959                 Fix log scrolling
16960
16961 2004-07-18 [colin]      0.9.12cvs31.9
16962
16963         * src/common/utils.c
16964                 Fix non-utf8 strings coming from commands
16965                 and files
16966
16967 2004-07-18 [colin]      0.9.12cvs31.8
16968
16969         * src/pop.c
16970                 Fix partial download bug with Download all
16971                 messages option
16972
16973 2004-07-18 [colin]      0.9.12cvs31.7
16974
16975         * src/textview.c
16976                 Fix bug introduced in 0.9.12cvs31.2
16977                 (blocked in select mode after double click)
16978
16979 2004-07-18 [colin]      0.9.12cvs31.6
16980
16981         * src/compose.c
16982         * src/gtk/menu.c
16983                 More glib-warning fixes
16984
16985 2004-07-18 [colin]      0.9.12cvs31.5
16986
16987         * src/compose.c
16988                 Fix trashing the primary clipboard when moving 
16989                 around with tab
16990         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16991
16992 2004-07-18 [colin]      0.9.12cvs31.4
16993
16994         * src/codeconv.c
16995                 convert unencoded iso headers to utf8
16996         (Fix Bug 538 Unencoded local characters in subject make it 
16997          disappear)
16998
16999 2004-07-18 [colin]      0.9.12cvs31.3
17000
17001         * src/compose.c
17002                 Fix tab char handling in wrapping
17003         (Fix Bug 537 Line wrap problem - TAB character treated as 
17004          one character instead of 8)
17005
17006 2004-07-18 [colin]      0.9.12cvs31.2
17007
17008         * src/textview.c
17009                 return FALSE on GDK_MOTION_NOTIFY
17010         (Fix Bug 535 Hyperlinks/addresses are not selectable 
17011          (unable to highlight))
17012
17013 2004-07-18 [colin]      0.9.12cvs31.1
17014
17015         * src/folderview.c
17016                 Sync with 0.9.12cvs31
17017
17018 2004-07-18 [colin]      0.9.12cvs30.4
17019
17020         * src/compose.c
17021                 Also block text_inserted when inserting a file
17022
17023 2004-07-18 [colin]      0.9.12cvs30.3
17024
17025         * src/compose.c
17026                 Fix smart wrapping (block text_inserted handler
17027                 while putting quotation to avoid wrap on input,
17028                 don't join lines if next is sig separator)
17029
17030 2004-07-17 [colin]      0.9.12cvs30.2
17031
17032         * src/folderview.c
17033         * src/mainwindow.c
17034         * src/mimeview.c
17035         * src/summaryview.c
17036         * src/gtk/quicksearch.c
17037         * src/gtk/quicksearch.h
17038                 Block key events handlers *and* accels while
17039                 quicksearch is focused
17040         (Fixes Bug 534 quick-search bar not accepting certain letters)
17041
17042 2004-07-17 [colin]      0.9.12cvs30.1
17043
17044         * src/folder.h
17045         * src/folderview.c
17046         * src/summaryview.c
17047                 Sync with 0.9.12cvs30
17048
17049 2004-07-17 [colin]      0.9.12cvs28.2
17050
17051         * src/mimeview.c
17052         * src/procmime.c
17053         * src/summaryview.c
17054         * src/gtk/menu.c
17055                 Squash some compile and glib warnings
17056
17057 2004-07-17 [paul]       0.9.12cvs28.1
17058
17059         * src/mimeview.c
17060                 sync with 0.9.12cvs28 HEAD
17061
17062 2004-07-16 [paul]       0.9.12cvs26.1
17063         
17064         * src/gtk/quicksearch.c
17065         * src/account.c
17066         * src/account.h
17067         * src/compose.c
17068         * src/customheader.c
17069         * src/folder_item_prefs.c
17070         * src/main.c
17071         * src/mainwindow.c
17072         * src/messageview.c
17073         * src/mimeview.c
17074         * src/news.c
17075         * src/pgpmime.c
17076         * src/pop.c
17077         * src/pop.h
17078         * src/prefs_account.c
17079         * src/prefs_account.h
17080         * src/prefs_common.c
17081         * src/prefs_common.h
17082         * src/prefs_display_header.c
17083         * src/prefs_gtk.c
17084         * src/prefs_gtk.h
17085         * src/procheader.c
17086         * src/procmime.c
17087                 sync with 0.9.12cvs26 HEAD      
17088
17089 2004-07-15 [colin]      0.9.12cvs18.14
17090
17091         * src/folder.c
17092                 Disable GPG signature check during
17093                 folder move and scan
17094         (Closes Bug 521 Signature checking slows down Folder-Move)
17095
17096 2004-07-14 [colin]      0.9.12cvs18.13
17097
17098         * src/common/partial_download.c
17099                 update includes
17100
17101 2004-07-14 [colin]      0.9.12cvs18.12
17102
17103         * src/common/partial_download.c
17104         * src/common/partial_download.h
17105                 Move doc at top, add correct copyright
17106
17107 2004-07-14 [colin]      0.9.12cvs18.11
17108
17109         * src/folder.c
17110         * src/messageview.c
17111         * src/pop.c
17112         * src/pop.h
17113         * src/procmsg.c
17114         * src/summaryview.c
17115         * src/common/Makefile.am
17116         * src/common/partial_download.c ** NEW FILES **
17117         * src/common/partial_download.h ** NEW FILES **
17118                 Move partial-download related stuff to its
17119                 own file
17120
17121 2004-07-14 [colin]      0.9.12cvs18.10
17122
17123         * src/send_message.c
17124                 Fix smtp auth when user is null or empty
17125
17126 2004-07-13 [colin]      0.9.12cvs18.9
17127
17128         * src/gtk/quicksearch.c
17129                 Use alphabetic order
17130
17131 2004-07-13 [colin]      0.9.12cvs18.8
17132
17133         * src/pop.c
17134                 Be paranoid on the checks
17135
17136 2004-07-13 [colin]      0.9.12cvs18.7
17137
17138         * src/gtk/quicksearch.c
17139                 Fix Engrish once again
17140
17141 2004-07-13 [colin]      0.9.12cvs18.6
17142
17143         * src/procmsg.c
17144         * src/summaryview.c
17145                 Mark messages for deletion when they are about to
17146                 be removed from trash
17147
17148 2004-07-13 [colin]      0.9.12cvs18.5
17149
17150         * src/matcher.c
17151         * src/matcher.h
17152         * src/matcher_parser_parse.y
17153         * src/prefs_matcher.c
17154         * src/gtk/quicksearch.c
17155                 Add 'partial' ('p') match string to find partially
17156                 downloaded messages
17157
17158 2004-07-13 [colin]      0.9.12cvs18.4
17159
17160         * src/pop.c
17161                 Fix misplaced block
17162
17163 2004-07-13 [colin]      0.9.12cvs18.3
17164
17165         * src/pop.c
17166         * src/pop.h
17167         * src/messageview.c
17168                 Refactor API (to avoid passing 5+ params and code
17169                 duplication)
17170         * src/folder.c
17171         * src/msgcache.c
17172         * src/procheader.c
17173         * src/common/defs.h
17174                 Add planned_download to cache
17175                 Don't mess uidl file when moving partially downloaded
17176                 mails (they change folder, we should change it in the
17177                 uidl list too or we'll remove an incorrect message)
17178                 (this also helps removing hacks when changing 
17179                 planned_download in messageview.c)
17180
17181 2004-07-12 [colin]      0.9.12cvs18.2
17182
17183         * src/gtk/quicksearch.c
17184                 Fix missing status update in quicksearch
17185
17186 2004-07-12 [paul]       0.9.12cvs18.1
17187
17188         * po/POTFILES.in
17189         * src/Makefile.am
17190         * src/account.c
17191         * src/codeconv.c
17192         * src/compose.c
17193         * src/inc.c
17194         * src/main.c
17195         * src/prefs_common.c
17196         * src/procmsg.h
17197         * src/toolbar.c
17198         * src/prefs_msg_colors.[ch]     ** NEW FILES **
17199         * src/prefs_wrapping.[ch]       ** NEW FILES **
17200         * src/common/intl.h
17201         * src/common/utils.[ch]
17202         * src/gtk/quicksearch.[ch]
17203                 sync with 0.9.12cvs18 HEAD
17204
17205 2004-07-12 [colin]      0.9.11cvs17.25
17206
17207         * src/folder.c
17208         * src/folder.h
17209                 Remove unused function added by me in 0.9.11cvs17.10
17210
17211 2004-07-11 [colin]      0.9.11cvs17.24
17212
17213         * src/inc.c
17214         * src/messageview.c
17215         * src/pop.c
17216         * src/pop.h
17217                 Use folderitem and msgnum instead of filename to
17218                 know which mail to delete
17219                 Move old partial mail deletion to pop.c
17220
17221 2004-07-10 [colin]      0.9.11cvs17.23
17222
17223         * src/inc.c
17224                 Add debug
17225         * src/pop.c
17226         * src/pop.h
17227                 Don't re-use same enums for unrelated stuff: it's 
17228                 completely misleading !
17229                 Document a bit
17230
17231 2004-07-09 [colin]      0.9.11cvs17.22
17232
17233         * src/inc.c
17234                 Remove folder-type check and do
17235                 more tests to be sure everything's
17236                 ok
17237         * src/messageview.c
17238                 Punctuation update, remove useless
17239                 code, fix two warnings
17240         * src/noticeview.c
17241                 Layout cleaning, reset 2nd button
17242                 when specifying one
17243
17244 2004-07-09 [colin]      0.9.11cvs17.21
17245
17246         * src/messageview.c
17247         * src/pop.c
17248         * src/pop.h
17249                 Allow user to change his mind
17250                 and postpone decision (by
17251                 unmarking the mail)
17252
17253 2004-07-09 [colin]      0.9.11cvs17.20
17254
17255         * src/messageview.c
17256                 Fix bug with delete state
17257         * src/pop.c
17258         * src/pop.h
17259                 Fix buffer leak (fread doesn't 
17260                 terminate buffers with \0)
17261                 Refactoring (remove magic 
17262                 numbers)
17263
17264 2004-07-09 [colin]      0.9.11cvs17.19
17265
17266         * src/pop.c
17267                 Don't log "Skipping message" if 
17268                 we're going to TOP it two lines
17269                 later
17270
17271 2004-07-09 [colin]      0.9.11cvs17.18
17272
17273         * src/messageview.c
17274                 Fix Engrish
17275
17276 2004-07-09 [colin]      0.9.11cvs17.17
17277
17278         * src/pop.c
17279                 strlen checking...
17280         * src/messageview.c
17281                 refactoring a bit
17282
17283 2004-07-08 [colin]      0.9.11cvs17.16
17284
17285         * src/noticeview.c
17286         * src/noticeview.h
17287                 Add an optional second button
17288         * src/messageview.c
17289         * src/pop.c
17290         * src/pop.h
17291                 Don't delete partially received mails after a certain
17292                 time; rather, let the user decide.
17293
17294 2004-07-08 [colin]      0.9.11cvs17.15
17295
17296         * src/common/smtp.h
17297                 Sync with HEAD
17298
17299 2004-07-08 [colin]      0.9.11cvs17.14
17300
17301         * src/messageview.c
17302         * src/common/smtp.c
17303                 Use to_human_readable() for sizes
17304
17305 2004-07-08 [colin]      0.9.11cvs17.13
17306
17307         * src/inc.c
17308         * src/messageview.c
17309         * src/pop.c
17310         * src/pop.h
17311         * src/procmsg.c
17312                 Fix partial-downloading issues:
17313                         catch unsupported TOP
17314                         don't delete partially downloaded mails before 5 days
17315                         don't update existing with non-MH folders; that'll
17316                         make dups, but it's better than trashing the folder
17317                         free new msginfo parts
17318                 Fix indentation ;-)
17319
17320 2004-07-08 [colin]      0.9.11cvs17.12
17321
17322         * src/common/smtp.c
17323         * src/common/smtp.h
17324                 Sync smtp size verification with HEAD
17325
17326 2004-07-08 [colin]      0.9.11cvs17.11
17327
17328         * src/summaryview.c
17329         * src/prefs_common.c
17330         * src/prefs_common.h
17331         * src/gtk/quicksearch.c
17332         * src/gtk/quicksearch.h
17333                 Sync sticky pref with HEAD
17334
17335 2004-07-08 [colin]      0.9.11cvs17.10
17336
17337         * src/folder.c [1.213.2.6]
17338         * src/folder.h [1.87.2.6]
17339         * src/inc.c [1.149.2.7]
17340         * src/messageview.c [1.94.2.8]
17341         * src/procheader.c [1.47.2.6]
17342         * src/procmsg.c [1.150.2.4]
17343         * src/procmsg.h [1.60.2.5]
17344         * src/pop.c [1.56.2.4]
17345         * src/pop.h [1.17.2.3]
17346                 Let too big messages get downloaded, but truncated
17347                 Add a button to download them completely
17348                 
17349 2004-07-06 [colin]      0.9.11cvs17.9
17350
17351         * src/gtk/quicksearch.c [1.1.2.3]
17352                 Add a Clear button
17353         * commitHelper
17354         * PATCHSETS
17355                 Add a script to help with cvs
17356
17357 2004-07-03 [colin]      0.9.11cvs17.8
17358
17359         * src/plugins/imageviewer/viewer.c
17360                 fix imageviewer (which was staying on the first
17361                 displayed image)
17362
17363 2004-07-03 [colin]      0.9.11cvs17.7
17364
17365         Removed FIXME_GTK2 warnings
17366         * src/gtk/gtkutils.c
17367                 useless #warnings
17368         * src/gtk/menu.c
17369                 useless #warnings (no need to mess with menu rc)
17370         * src/gtk/menu.h
17371                 unused functions
17372         
17373
17374 2004-07-03 [colin]      0.9.11cvs17.6
17375
17376         Removed FIXME_GTK2 warnings
17377         * src/codeconv.c
17378                 useless #warnings (rewrite needed)
17379         * src/compose.c
17380                 useless #warnings (rewrite needed)
17381                 useless #warnings (gtk2 is like that)
17382                 useless #warnings (previously fixed)
17383         * src/main.c
17384                 useless #warnings (previously fixed)
17385         * src/message_search.c
17386                 useless #warnings (gtk2 is like that)
17387                 Made apparent that search is case-sensitive
17388         * src/mimeview.c
17389                 useless #warnings (rewrite needed)
17390                 useless #warnings (gtk2 is like that)
17391                 reimplemented real warnings
17392         * src/prefs_common.c
17393                 Removed block cursor option (not it gtk2)
17394         * src/prefs_gtk.c
17395                 useless #warnings (rewrite needed)
17396         * src/procheader.c
17397                 useless #warnings (rewrite needed)
17398         * src/sourcewindow.c
17399                 useless #warnings (incorrect placing)
17400         * src/summary_search.c
17401                 useless #warnings (gtk2 is like that)
17402                 Made apparent that search is case-sensitive
17403         * src/action.c
17404                 useless #warnings (gtk2 is like that)
17405         * src/textview.c
17406                 useless #warnings (rewrite needed)
17407         * src/toolbar.c
17408                 useless #warnings (rewrite needed)
17409
17410 2004-07-03 [colin]      0.9.11cvs17.5
17411
17412         * src/textview.c
17413                 Fix mismerge which broke URI opening
17414                 
17415 2004-07-01 [colin]      0.9.11cvs17.4
17416
17417         * src/gtk/filesel.c
17418                 Fill filename when saving
17419                 
17420 2004-06-27 [colin]      0.9.11cvs17.3
17421
17422         * src/gtk/filesel.[ch]
17423                 Use the new GTK file selector
17424                 Update prototype to match the reality: multiple file
17425                 selection is open-only          
17426         * src/compose.c
17427                 Match the new prototypes        
17428         * configure.ac
17429                 Match the new requirements (gtk 2.4.0)
17430                         
17431 2004-06-26 [colin]      0.9.11cvs17.2
17432
17433         * src/plugins/trayicon/trayicon.c
17434                 Remove useless signal handler on resize, which causes
17435                 an infinite "loop"
17436         
17437 2004-06-26 [colin]      0.9.11cvs17.1
17438         
17439         * tools/Makefile.am
17440                 remove launch_firebird and add nautilus2sylpheed.sh
17441         * src/quicksearch.c
17442           src/summaryview.c
17443                 Fix show/hide "Extended symbols" button problem
17444                 Fix apparition at startup
17445                 Fix const warnings
17446         * src/plugins/image_viewer/Makefile.am
17447                 Fix configure 
17448         * common/ssl.c
17449                 Re-enable certificate check, as it doesn't seem to
17450                 cause Xlib errors anymore
17451
17452 2004-06-25 [paul]       0.9.11cvs17
17453
17454         * sync with 0.9.11cvs17 HEAD
17455         
17456         NOTE: QuickSearch is broken
17457
17458 2004-06-07 [colin]      0.9.10claws67.10
17459         * src/plugins/trayicon/trayicon.c
17460           src/plugins/trayicon/libeggtrayicon/Makefile.am
17461           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17462                 Fix gettextization in trayicon plugin
17463
17464 2004-06-07 [colin]      0.9.10claws67.9
17465         
17466         * src/summaryview.c
17467           src/gtk/gtksctree.[ch]
17468                 Let Shift+{Up,Down} work in summaryview
17469                 (well, Down "works" and Up works)
17470                 Let the list scroll when using these keys
17471
17472 2004-06-06 [colin]      0.9.10claws67.8
17473
17474         * src/plugins/trayicon/trayicon.c
17475                 Fix pixmap update
17476
17477 2004-06-06 [colin]      0.9.10claws67.7
17478
17479         * src/addressbook.c
17480                 Fix signal handling causing system-wide focus grab
17481
17482 2004-05-25 [paul]       0.9.10claws67.6
17483
17484         * Makefile.am
17485           src/Makefile.am
17486                 clean up
17487
17488 2004-05-25 [paul]       0.9.10claws67.5
17489
17490         * replace deprecated gtk_signal... functions
17491
17492 2004-05-23 [colin]      0.9.10claws67.4
17493
17494         * src/compose.c
17495                 Fix wrapping
17496
17497 2004-05-22 [colin]      0.9.10claws67.3
17498
17499         * src/compose.c
17500                 Re-fix [Edited] in compose.c::compose_reedit()
17501
17502 2004-05-22 [colin]      0.9.10claws67.2
17503
17504         * src/procmime.c
17505                 Fix parsing of multiparts mails
17506
17507 2004-05-22 [colin]      0.9.10claws67.1
17508
17509         * src/summaryview.c
17510                 Fix quicksearch
17511
17512 2004-05-22 [paul]       0.9.10claws67
17513
17514         * sync with 0.9.10claws67 HEAD
17515
17516 2004-05-14 [alfons]
17517
17518         * src/procmime.h
17519                 add forgotton prototype
17520
17521 2004-05-10 [paul]       0.9.10claws57
17522
17523         * sync with 0.9.10claws57 HEAD
17524
17525 2004-05-05 [paul]       0.9.9.claws1
17526
17527         * ChangeLog-gtk2        ** REMOVED **
17528           ChangeLog-gtk2.claws  ** ADDED **
17529                 rename and adopt the normal claws format
17530                 
17531         * configure.ac
17532                 require gtkmathview >= 0.5
17533
17534         * ac/*                          ** REMOVED **
17535           ac/                           ** REMOVED **
17536           intl/Makefile.in              ** REMOVED **
17537           m4/                           ** ADDED **
17538           m4/missing                    ** ADDED **
17539           m4/missing/gdk-pixbuf.m4      ** ADDED **
17540           m4/missing/gettext.m4         ** ADDED **
17541           m4/missing/gpgme.m4           ** ADDED **
17542           m4/missing/imlib.m4           ** ADDED **
17543           m4/.cvsignore                 ** ADDED **
17544           m4/Makefile.am                ** ADDED **
17545           m4/README                     ** ADDED **
17546           m4/aclocal-include.m4         ** ADDED **
17547           m4/aspell.m4                  ** ADDED **
17548           m4/check-type.m4              ** ADDED **
17549           m4/gnupg-check-typedef.m4     ** ADDED **
17550           m4/openssl.m4                 ** ADDED **
17551           m4/spamassassin.m4            ** ADDED **
17552           po/ChangeLog                  ** REMOVED **
17553           po/Makefile.in.in             ** REMOVED **
17554           po/Rules-quot                 ** REMOVED **
17555           po/boldquot.sed               ** REMOVED **
17556           po/en@boldquot.header         ** REMOVED **
17557           po/en@quot.header             ** REMOVED **
17558           po/insert-header.sin          ** REMOVED **
17559           po/quot.sed                   ** REMOVED **
17560           po/remove-potcdate.sed        ** REMOVED **
17561           po/remove-potcdate.sin        ** REMOVED **
17562           po/stamp-po                   ** REMOVED **
17563           Makefile.am
17564           autogen.sh
17565           configure.ac
17566                 enable building with automake 1.8.x
17567                 add 'autopoint --force' to autogen.sh and remove all
17568                 auto-generated files, remove ac/ directory and use
17569                 m4/ directory instead
17570                 
17571         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17572                 fix gettextization
17573
17574 2004-02-28 Colin Leroy <colin@colino.net>
17575         * src/prefs_matcher.c
17576           src/prefs_filtering.c
17577           src/prefs_filtering_action.c
17578                 Fix non-editable GtkEntries
17579
17580 2004-02-22 Thorsten Maerz <torte@netztorte.de>
17581         * src/prefs_themes.c
17582                 utf8 conversion for theme info
17583
17584 2004-02-21 Thorsten Maerz <torte@netztorte.de>
17585         * sync 0.9.9claws
17586
17587 2004-02-14 Thorsten Maerz <torte@netztorte.de>
17588         * src/grouplistdialog.c
17589                 allow multiple selections without ctrl key
17590
17591 2004-02-09 Thorsten Maerz <torte@netztorte.de>
17592         * src/main.c
17593                 enable customizable accelerators
17594
17595 2004-02-08 Thorsten Maerz <torte@netztorte.de>
17596         * src/prefs_common.c
17597                 re-enable different font settings for gtk1/2
17598         * src/prefs_folder_item.c
17599                 fix folder prefs displayed wrong
17600         * src/textview.c
17601                 set 'sunken' shadow type
17602
17603 2004-02-07 Colin Leroy <colin@colino.net>
17604         * src/compose.c
17605                 Fix message being always [Edited]
17606                 Encode headers correctly (utf8 buf)
17607
17608 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17609         * src/socket.c
17610                 remove double g_source_attach()
17611                 (Thanks to Colin Leroy)
17612
17613 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17614         * src/gtk/gtksctree.c
17615                 Fix SSL certificate list not shown
17616         * src/mimeview.c
17617                 Fix clicks in mime tree
17618
17619 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17620         * src/common/socket.c
17621                 Fix SSL receive
17622         * src/compose.c
17623                 Fix clipboard menu hotkeys
17624
17625 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17626         * src/gtk/gtkaspell.[ch]
17627           src/compose.c
17628                 reimplement spellchecker
17629
17630 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17631         * src/gtk/filesel.c
17632                 crash when inserting file in compose window
17633                 (TODO: keep old selection on clicks)
17634         * src/main.c
17635                 use gtkrc-2.0 instead of gtkrc
17636
17637 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17638         * src/messageview.c
17639                 remove orphaned mimeview unref()
17640
17641 2004-01-20 Thorsten Maerz <torte@netztorte.de>
17642         * src/grouplistdialog.c
17643                 expand nodes containing subscribed groups
17644
17645 2004-01-19 Thorsten Maerz <torte@netztorte.de>
17646         * src/textview.c
17647                 textview: hide cursor, restore old click behaviour
17648
17649 2004-01-18 Thorsten Maerz <torte@netztorte.de>
17650         * src/textview.c
17651                 variable names messed up
17652
17653 2004-01-17 Colin Leroy <colin@colino.net>
17654         * src/addr_compl.c
17655                 Fix completion address too thin
17656         * src/compose.c
17657                 Fix tab-to-subject behaviour
17658         * src/summaryview.c
17659                 Implement key up & down in summaryview
17660
17661 2004-01-12 Thorsten Maerz <torte@netztorte.de>
17662
17663         * sync 098claws
17664
17665 2004-01-08 Thorsten Maerz <torte@netztorte.de>
17666         * configure.ac
17667           Makefile.am
17668           doc/.cvsignore
17669           doc/Makefile.am
17670                 faq, man, manual moved to doc/
17671         * ac/aspell.m4
17672           ac/check-type.m4
17673           ac/gnupg-check-typedef.m4
17674           ac/openssl.m4
17675           ac/spamassassin.m4
17676           ac/missing/gdk-pixbuf.m4
17677           ac/missing/gpgme.m4
17678           ac/missing/imlib.m4
17679                 fix automake warnings
17680
17681 2003-12-06 Colin Leroy <colin@colino.net>
17682         * src/summaryview.c
17683                 Fix quicksearch
17684
17685 2003-12-05 Colin Leroy <colin@colino.net>
17686         * src/summaryview.c
17687                 Fix going to next unread folder
17688
17689 2003-12-05 Colin Leroy <colin@colino.net>
17690         * src/crash.c
17691                 Fix gtk2 compilation
17692         * src/session.c
17693                 Remove iotag source handler at disconnection
17694         * src/socket.[ch] 
17695                 Remove source handler when closing socket 
17696                 (fixes another seg)
17697
17698 2003-12-04 Colin Leroy <colin@colino.net>
17699         * src/compose.c
17700           src/prefs_account.c
17701           src/prefs_common.c
17702                 Fix some dropdown menus
17703
17704 2003-12-04 Colin Leroy <colin@colino.net>
17705         * src/compose.c
17706                 Fix event handlers on header fields
17707         * src/common/socket.c
17708           src/common/session.c
17709                 Fix segfault with callback (SSL)
17710                 Fix end of session 
17711
17712 2003-10-06 Thorsten Maerz <torte@netztorte.de>
17713
17714         * Fix compile bug in src/compose.c
17715         * removed src/gtk/gtkstext.[ch]
17716
17717 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
17718
17719         * Convert character set and escape "text" attributes in toolbar setting
17720         files.
17721         * Fixed bug in button-press-event handling.
17722
17723 2003-09-16 Thorsten Maerz <torte@netztorte.de>
17724
17725         * Fixed bug in key-press-event handling.
17726
17727 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
17728
17729         * Enabled to compile tray-icon plugin (Ad-hoc).
17730         * Avoid hang up bug of icon list in mime view (Ad-hoc).
17731
17732 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
17733
17734         * Enabled to compile on sylpheed-claws.
17735         (tray-icon plugin still cannot compile yet.)
17736
17737 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
17738
17739         * Updated to 0.9.5.
17740
17741 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
17742
17743         * Updated to 0.9.4.
17744         * Ported monitoring SSL mechanism to GSource of GLib2
17745         (I don't confirm it)
17746         * Added _gtk2 suffix to key name of font preference to avoid
17747         ovverwriting preference of Gtk+-1.2 version.
17748
17749 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
17750
17751         * Updated to 0.9.2.
17752
17753 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
17754
17755         * Updated to 0.9.1.
17756         * Translate po files into UTF-8 when execute autogen.sh.
17757
17758 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
17759
17760         * Updated to 0.9.0.
17761
17762 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
17763
17764         * Plugged GError related memory leaks.
17765
17766 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
17767
17768         * Changed default size of fonts.
17769         * Enabled to set titile font size of warning dialog.
17770
17771 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
17772
17773         * Embed a sylpheed icon into executable binary on Windows.
17774
17775 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
17776
17777         * I forgot to traslate character set of element string in src/xml.c.
17778
17779 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
17780
17781         * Fixed detecting bind_textdomain_codeset in configure.in.
17782         * The bug in which "Example" of "Date fromat" preference isn't displayed
17783         correctly has been fixed.
17784
17785 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
17786
17787         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
17788           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
17789           glib-gettextize
17790           Removed intl directory.
17791           Translated po files into UTF-8.
17792           (Thanks! Ryuji Abe)
17793
17794 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
17795
17796         * The bug which doesn't unscape string in xml.c has been fixed.
17797
17798 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
17799
17800         * The bug which is failed to translate encoding of file name thorough
17801         file dialog has been fixed.
17802
17803 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
17804
17805         * Modified to translate file names which is used in inporting/expoting
17806         mbox feature and "Save as" feature into locale encoding.
17807         * Translate file names into locale encoding when "Attache file" and
17808         "Insert file".
17809         * Force set G_BROKEN_FILENAMES environment variable.
17810         * Other minor fixes.
17811
17812 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
17813
17814         * Modified to treat MH folder's name as locale encoding.
17815
17816 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
17817
17818         * The bug which clash on switching candidates of auto completion of
17819         addresses, cannot use auto completion in Japanesse is fixed
17820         (Thanks! Tokunaga-san)¡¥
17821
17822 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17823
17824         * The bug which cannot switch key accelerator preference has been fixed
17825         (Thanks! smbd-san)¡¥
17826
17827 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17828
17829         * version 0.8.11-gtk2-20030314
17830
17831 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17832
17833         * The bug in which character set conversion of filtering messages has
17834         been fixed.(Thanks! COCOA-san).
17835
17836 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
17837
17838         * Revived "Leave space on head" preference in "Message" category.
17839         * A bug which clash when put the cursor to end of buffer and execute
17840         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
17841
17842 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17843
17844         * version 0.8.11-gtk2-20030312
17845
17846 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17847
17848         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
17849         * Modified to use Pango's API directly for font preference.
17850         * Integrated GtkTextView of textview to one widget.
17851         * Set fonts of header title in textview by "header_title" tag.
17852         * Removed some deprecated codes.
17853
17854 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
17855
17856         * Updated to 0.8.11.
17857         * Merged cygwin patch(Thanks! Sakai-san).
17858
17859 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
17860
17861         * version 0.8.10-gtk2-20030309