2006-09-04 [colin] 2.4.0cvs142
[claws.git] / ChangeLog
1 2006-09-04 [colin]      2.4.0cvs142
2
3         * src/plugins/trayicon/trayicon.c
4                 Fix annoyance when removing a folder with 
5                 unread mails: trayicon didn't update
6
7 2006-09-04 [paul]       2.4.0cvs141
8
9         * src/gtk/icon_legend.c
10                 straighten up columns
11                 Patch by Fabien Vantard
12
13 2006-09-04 [wwp]        2.4.0cvs140
14
15         * src/prefs_filtering.c
16                 fix new line's account name in filtering prefs:
17                 was "All", is now "(New)".
18
19 2006-09-04 [paul]       2.4.0cvs139
20
21         * tools/make.themes.project
22                 use "AUTOMAKE_OPTIONS = dist-bzip2"
23                 instead of homebrewed "make release"
24
25 2006-09-03 [colin]      2.4.0cvs138
26
27         * src/folderview.c
28                 Fix bug #1007 (Wrong folder highlighted)
29
30 2006-09-03 [colin]      2.4.0cvs137
31
32         * src/compose.c
33                 Don't set Newsgroup: header to a mail folder
34                 path
35
36 2006-09-03 [paul]       2.4.0cvs136
37
38         * src/prefs_other.c
39         * src/prefs_spelling.c
40                 unify the gui
41
42 2006-09-03 [paul]       2.4.0cvs135
43
44         * src/prefs_summaries.c
45                 correct menu item text in prefs_keybind_apply_clicked()
46
47 2006-09-03 [paul]       2.4.0cvs134
48
49         * manual/advanced.xml
50                 some improvements to the descriptions
51         * src/mainwindow.c
52         * src/messageview.c
53         * src/summaryview.c
54         * src/gtk/menu.c
55                 fix menu sensitivity issues
56         * src/prefs_message.c
57                 drop the useless word 'short'
58         * src/prefs_other.c
59                 add the word 'lines' indicating log length
60                 is a measure of lines
61         * src/textview.c
62                 fix compilation warnings
63
64 2006-09-02 [colin]      2.4.0cvs133
65
66         * src/messageview.c
67                 Display a special return-receipt message
68                 if the message is from the user
69         * src/summaryview.c
70                 Fix missing freeze of the list when marking
71                 all read and unthreading for exec. Thanks
72                 to Stephan Sachse.
73
74 2006-09-02 [paul]       2.4.0cvs132
75
76         * src/mainwindow.c
77         * src/prefs_message.c
78         * src/summaryview.c
79                 fix some english
80
81 2006-09-02 [wwp]        2.4.0cvs131
82
83         * src/prefs_filtering.c
84                 added an account name column to the filtering rules
85                 dialog.
86
87 2006-09-02 [colin]      2.4.0cvs130
88
89         * src/gtk/logwindow.c
90         * src/gtk/logwindow.h
91                 Block scrolling if we're not at the end
92                 of the log
93
94 2006-09-02 [colin]      2.4.0cvs129
95
96         * src/folder.c
97                 Make sure account-specific rules can't
98                 be used in {pre-,post-,}processing
99         * src/mainwindow.c
100         * src/gtk/logwindow.c
101         * src/gtk/logwindow.h
102                 Jump to last error when clicking on the
103                 warning icon
104
105 2006-09-02 [colin]      2.4.0cvs128
106
107         * src/imap.c
108         * src/import.c
109         * src/mainwindow.c
110         * src/mainwindow.h
111                 Fix warning icon
112         * src/inc.c
113         * src/mbox.c
114         * src/mbox.h
115                 Let proc_mbox know its account, for
116                 account-specific rules
117
118 2006-09-01 [colin]      2.4.0cvs127
119
120         * src/codeconv.c
121                 Don't uselessly use iconv to convert from
122                 us-ascii
123         * src/alertpanel.c
124         * src/mainwindow.c
125         * src/mainwindow.h
126         * src/inc.c
127                 Fix certain log cases, disable warning icon
128                 for now, the correct way to display it when
129                 necessary and only when necessary is probably
130                 to do it manually rather than use error logs
131         * src/etpan/imap-thread.c
132                 Clean up UID logging a bit
133         * src/gtk/logwindow.c
134         * src/gtk/logwindow.h
135                 Make logging faster when the window's closed
136
137 2006-09-01 [wwp]        2.4.0cvs126
138
139         * manual/fr/account.xml
140                 reflect changes to the ref. manual (parts of cvs72):
141                 fix tabnames and quotes.
142
143 2006-09-01 [wwp]        2.4.0cvs125
144
145         * manual/fr/plugins.xml
146                 reflect changes to the reference manual (cvs42):
147                 update IRC channel info.
148
149 2006-09-01 [wwp]        2.4.0cvs124
150
151         * commitHelper
152                 use CVSEDITOR env. var. if set, according to `man cvs`.
153
154 2006-09-01 [wwp]        2.4.0cvs123
155
156         * manual/advanced.xml
157                 better sentence again (thanks to Paul).
158
159 2006-09-01 [wwp]        2.4.0cvs122
160
161         * manual/advanced.xml
162         fix definition of toolbar_detachable and rework a bit the one of
163         enable_dotted_lines.
164
165 2006-09-01 [mones]      2.4.0cvs121
166
167         * manual/advanced.xml
168                 Document enable_dotted_lines
169
170 2006-09-01 [paul]       2.4.0cvs120
171
172         * src/folderview.c
173         * src/folderview.h
174         * src/imap.c
175         * src/mainwindow.c
176         * src/summaryview.c
177                 obey the 'When entering folder...' option
178                 when using the /View/Go to/... menu items
179                 Thanks to Colin
180
181 2006-08-31 [colin]      2.4.0cvs119
182
183         * src/folderview.c
184                 Revert 2.4.0cvs116, wrong fix.
185
186 2006-08-31 [colin]      2.4.0cvs118
187
188         * src/gtk/gtksctree.c
189                 Better state the various copyrights
190
191 2006-08-31 [colin]      2.4.0cvs117
192
193         * src/prefs_common.c
194                 fix enable_dotted_lines
195
196 2006-08-31 [colin]      2.4.0cvs116
197
198         * src/folderview.c
199                 Use pref "Always open on select" when going
200                 to next unread folder
201         * src/gtk/gtksctree.c
202                 Fix link failure to _gtk_clist_create_cell_layout
203                 on certain computers. (Why not mine, I wonder)
204
205 2006-08-31 [colin]      2.4.0cvs115
206
207         * src/procmsg.c
208         * src/textview.c
209         * src/plugins/bogofilter/bogofilter.c
210         * src/plugins/spamassassin/spamassassin.c
211                 Requalify some "errors" to warnings
212         * src/mainwindow.c
213         * src/mainwindow.h
214         * src/statusbar.c
215                 Add an icon in the statusbar to notify
216                 of errors
217         * src/gtk/gtksctree.c
218         * src/folderview.c
219         * src/summaryview.c
220                 Make the GtkSCTree look more modern by
221                 alternating background lines
222         * src/prefs_common.c
223         * src/prefs_common.h
224                 Add a pref to let people have the old
225                 way if they prefer
226
227
228 2006-08-30 [colin]      2.4.0cvs114
229
230         * src/procmsg.c
231         * src/procmsg.h
232                 Provide a way to filter a list of
233                 messages in an optimised manner, and
234                 add a list-filtering hook
235         * src/folder.c
236         * src/inc.c
237         * src/mbox.c
238                 Use the list filtering
239         * src/plugins/bogofilter/bogofilter.c
240                 Use the list-filtering hook
241                 Use -b (bulk) mode for more speed
242                 when learning and filtering
243         * src/etpan/imap-thread.c
244                 Make log output shorter in UID SEARCH
245
246
247 2006-08-30 [colin]      2.4.0cvs113
248
249         * src/plugins/bogofilter/bogofilter.c
250                 Really fast mass learning - thanks to David
251                 Relson for the options explanations :)
252
253 2006-08-30 [colin]      2.4.0cvs112
254
255         * src/msgcache.c
256                 Fix compilation on FreeBSD. Thanks
257                 to Michael Hugues
258
259 2006-08-29 [colin]      2.4.0cvs111
260
261         * src/folderview.c
262                 Handle "popup_menu" signal (for popping the 
263                 menu via the keyboard)
264         * src/mimeview.c
265         * src/mimeview.h
266         * src/summaryview.c
267         * src/textview.c
268         * src/gtk/gtkutils.c
269         * src/gtk/gtkutils.h
270                 Factorize scrolling code, and add an API 
271                 for MimeViewers to handle scroll orders
272
273 2006-08-29 [wwp]        2.4.0cvs110
274
275         * src/plugins//bogofilter/bogofilter.c
276         * src/plugins//spamassassin/spamassassin.c
277                 make the bogofilter/spamassassin filtering error dialogs at
278         incorporation obey to the "don't popup error dialog on
279         receive error" option. If disabled, feed the log window w/
280         the error message.
281
282 2006-08-29 [paul]
283
284         2.5.0-rc2 released
285
286 2006-08-29 [paul]       2.4.0cvs109
287
288         * Makefile.am
289                 remove 'make release', it's not needed
290                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
291
292 2006-08-29 [paul]       2.4.0cvs108
293
294         * src/foldersel.c
295         * src/summary_search.c
296         * src/gtk/progressdialog.c
297         * src/plugins/pgpcore/passphrase.c
298                 replace deprecated gtk_window_set_policy()
299
300 2006-08-29 [colin]      2.4.0cvs107
301
302         * src/folder.c
303                 Fix data loss when copy fails during a move:
304                 only use fast remove_msgs if everything was
305                 copied OK; else use slow remove_msg on the
306                 mails that got copied only.
307
308 2006-08-28 [paul]       2.4.0cvs106
309
310         * src/mh.c
311                 revert change in 2.4.0cvs104, it breaks
312                 stuff
313
314 2006-08-28 [paul]       2.4.0cvs105
315
316         * src/plugins/spamassassin/spamassassin.c
317                 english fix
318
319 2006-08-28 [paul]       2.4.0cvs104
320
321         * src/mh.c
322                 fix data loss when moving to another
323                 mailbox fails
324         * src/prefs_spelling.c
325                 improve the english
326         * src/gtk/pluginwindow.c
327                 improve the layout of the dialog text
328         All thanks to Colin
329
330 2006-08-28 [paul]       2.4.0cvs103
331
332         * src/plugins/bogofilter/bogofilter.c
333         * src/plugins/bogofilter/bogofilter_gtk.c
334                 fix english up a bit, innit
335
336 2006-08-28 [paul]       2.4.0cvs102
337
338         * configure.ac
339         * po/Makefile.in.in
340         * po/Makevars
341                 require autoconf 2.60, enabling building
342                 with gettext 0.15 (gettext 0.14.x build still
343                 possible). Replace Makefiles with versions
344                 from gettext 0.15.
345                 Remove configure options --with-localedir and
346                 --with-mandir. The options that are provided
347                 directly by autoconf 2.60 can be used instead:
348                 --mandir --localedir
349
350 2006-08-27 [colin]      2.4.0cvs101
351
352         * src/plugins/bogofilter/Makefile.am
353                 Fix make dist (no README)
354
355 2006-08-27 [colin]      2.4.0cvs100
356
357         * src/folder.c
358                 Don't use F_UNKNOWN folders for any default
359                 outbox/trash/etc
360         * src/plugins/bogofilter/bogofilter.c
361         * src/plugins/bogofilter/bogofilter.h
362         * src/plugins/bogofilter/bogofilter_gtk.c
363                 Add an option to specify the path to bogofilter
364                 Use single-quotes to be able to learn in folders
365                 with spaces in their names
366                 Verify learning status
367
368 2006-08-27 [colin]      2.4.0cvs99
369
370         * manual/faq.xml
371         * manual/plugins.xml
372                 Document Bogofilter plugin
373
374 2006-08-27 [colin]      2.4.0cvs98
375
376         * src/compose.c
377         * src/messageview.c
378         * src/procmsg.c
379         * src/procmsg.h
380                 When possible, copy the queued mail to sent folder
381                 instead of re-adding. Much faster on IMAP.
382
383 2006-08-27 [colin]      2.4.0cvs97
384
385         * src/msgcache.c
386                 Disable mmaped caches - huge metadata loss
387                 here after a power failure.
388         * src/summaryview.c
389                 Add quicksearch timing
390         * src/common/plugin.c
391         * src/common/plugin.h
392                 Implement an interface to tell what plugins
393                 provide. Prevent loading of similar plugins.
394         * src/plugins/clamav/clamav_plugin.c
395         * src/plugins/demo/demo.c
396         * src/plugins/dillo_viewer/dillo_viewer.c
397         * src/plugins/pgpcore/plugin.c
398         * src/plugins/pgpinline/pgpinline.c
399         * src/plugins/pgpmime/pgpmime.c
400         * src/plugins/spamassassin/spamassassin.c
401         * src/plugins/trayicon/trayicon.c
402                 Implement plugin_provides()
403
404 2006-08-27 [colin]      2.4.0cvs96
405
406         * configure.ac
407         * src/plugins/Makefile.am
408         * src/plugins/bogofilter/.cvsignore
409         * src/plugins/bogofilter/Makefile.am
410         * src/plugins/bogofilter/bogofilter.c
411         * src/plugins/bogofilter/bogofilter.h
412         * src/plugins/bogofilter/bogofilter_gtk.c
413                 New Bogofilter plugin, provides filtering and
414                 learning. Spamassassin will go to extra plugins.
415
416 2006-08-26 [mones]      2.4.0cvs95
417
418         * manual/handling.xml
419                 Fix subfolder path in the example (thanks to Paul) 
420
421 2006-08-26 [mones]      2.4.0cvs94
422
423         * manual/glossary.xml
424                 2.2. + add ISP to the glossary
425                 7.5. + Add UIDL to glossary
426                 7.7. + Add TCP to glossary
427         * manual/handling.xml
428                 7.1. + Mentions GNU/Linux distribution, what about the non...
429                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
430                 7.3. + Mentions .bashrc, what about the non-bash ones? 
431                 7.4. = Use appropriate quotation for commands
432                 7.6. = change "" to <quote></quote>
433         * manual/plugins.xml
434                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
435         * manual/starting.xml
436                 2.1. + local mbox file: some examples of mbox file locations...
437                 Also reformatted files requiring it
438
439 2006-08-26 [wwp]        2.4.0cvs93
440
441         * src/summary_search.c
442                 disable find buttons while summary search is running.
443
444 2006-08-25 [colin]      2.4.0cvs92
445
446         * src/folder.c
447         * src/folderutils.c
448         * src/mh.c
449         * src/procmsg.h
450         * src/summaryview.c
451                 Speed up MH moving, and add progressbar
452                 for MH deletion
453         * src/msgcache.c
454                 Write cache files using mmap() too
455
456 2006-08-25 [wwp]        2.4.0cvs91
457
458         * src/summaryview.c
459                 switch spam<->ham button when a message has been marked as spam or ham
460                 and is still selected. Thanks to Colin.
461
462 2006-08-25 [paul]       2.4.0cvs90
463
464         * src/Makefile.am
465         * src/stock_pixmap.c
466         * src/stock_pixmap.h
467         * src/summaryview.c
468         * src/gtk/icon_legend.c
469         * src/pixmaps/copied.xpm
470         * src/pixmaps/moved.xpm
471                 add icons for delayed execution marked for
472                 copying, marked for moving
473
474 2006-08-25 [mones]      2.4.0cvs89
475
476         * manual/glossary.xml
477                 Fix the other glossary items:
478                 5.1. = Inmmediate execution -> <quote>immediate execution...
479                 5.2. = Fix MBOX capitalization -> Mbox
480                 5.3. + Improve Plugins def. w/ tech. ref.
481                 5.4. = Quotation -> replace '>' by <quote>></quote>
482                 5.5. - SMTP Server. -> remove dot
483         * po/es.po
484                 Updated translation
485
486 2006-08-25 [mones]      2.4.0cvs88
487
488         * manual/ack.xml
489                 Reformatted, changed email address
490         * manual/glossary.xml
491                 Reformatted, fixed MANUAL-TODO items:
492                 8.2. + add ROT-13 to glossary
493                 8.4. + add URL to glossary
494         * manual/es/advanced.xml
495                 Fixed <literal>s
496
497 2006-08-25 [paul]       2.4.0cvs87
498
499         * src/gtk/icon_legend.c
500                 add 'marked for deletion' icon
501                 arrange icons by containing column
502                 wrap long label text
503
504 2006-08-25 [colin]      2.4.0cvs86
505
506         * src/common/utils.c
507         * src/common/utils.h
508                 Add the sc_g_*list_bigger functions in
509                 a place everyone can use it
510         * src/summaryview.c
511                 Only freeze/thaw the list when working
512                 on the selection, if it's bigger than 1
513         * src/gtk/gtksctree.c
514                 Only freeze/thaw the list when unselec-
515                 ting 'all' if ('all' != 1)
516                 This avoids some flickering
517
518 2006-08-24 [colin]      2.4.0cvs85
519
520         * src/addressbook.c
521                 Fix strange list selection
522                 Fix random seg (Invalid read of freed memory)
523
524 2006-08-24 [colin]      2.4.0cvs84
525
526         * src/alertpanel.c
527         * src/gtk/inputdialog.c
528         * src/plugins/pgpcore/passphrase.c
529                 Revert minimal width patch of 2.4.0cvs67,
530                 as it is also a maximal width. Use 
531                 gtk_window_set_default_size instead.
532
533 2006-08-24 [colin]      2.4.0cvs83
534
535         * src/msgcache.c
536                 Write cache/mark to temp files before
537                 overwriting old ones (avoids metadata
538                 loss if writing the new files fail).
539                 Use mmap() to read cache/mark file, as
540                 this makes cache reading faster. Dis-
541                 abled for big-endian machines until it
542                 can be tested. (Big-endian users: set
543                 msgcache_use_mmap = TRUE in the relevant
544                 #if).
545         * src/procmsg.h
546                 Move rarely used fields of MsgInfo in 
547                 another structure, which will only be
548                 allocated if needed. Face, X-Face,
549                 Return receipt headers and List-*
550                 headers are moved. Mails having none
551                 of these occupy 52 bytes less with
552                 this patch, which makes 2.5MB of RAM
553                 saved on a 50k folder).
554         * src/headerview.c
555         * src/mainwindow.c
556         * src/messageview.c
557         * src/partial_download.c
558         * src/procheader.c
559         * src/procmsg.c
560         * src/textview.c
561                 Follow this structure change.
562
563 2006-08-24 [wwp]        2.4.0cvs82
564
565         * manual/es/.cvsignore
566         * manual/es/dist/.cvsignore
567         * manual/es/dist/html/.cvsignore
568         * manual/es/dist/pdf/.cvsignore
569         * manual/es/dist/ps/.cvsignore
570         * manual/es/dist/txt/.cvsignore
571                 more (generated) files to ignore.
572
573 2006-08-24 [colin]      2.4.0cvs81
574
575         * src/folder.c
576         * src/mh.c
577                 Fix possible problems with local delivery. Check the folder doesn't
578                 need scan before setting its mtime when saving cache (which can be
579                 done long after the folder's been modified by an external process);
580                 Check that the stored item's mtime didn't change in mh functions.
581
582 2006-08-24 [mones]      2.4.0cvs80
583
584         * manual/advanced.xml
585                 Rewrapping, some fixes and MANUAL-TODO items:
586                 8.1. = change "" to <quote></quote>
587                 8.3. = quote menu items
588                 8.5. - deploying -> new user ... ideally a new user (redundant)
589
590 2006-08-23 [colin]      2.4.0cvs79
591
592         * src/gtk/gtksctree.c
593                 When selecting or deselecting range, only
594                 freeze/thaw when selection is bigger than 10
595
596 2006-08-23 [colin]      2.4.0cvs78
597
598         * src/messageview.c
599         * src/mimeview.c
600         * src/mimeview.h
601         * src/plugins/dillo_viewer/dillo_viewer.c
602                 Provide an API for MimeViewer plugins to
603                 return a text selection for replying
604
605 2006-08-23 [colin]      2.4.0cvs77
606
607         * src/image_viewer.c
608         * src/textview.c
609                 Use gtk_pixbuf_new_from_file_at_scale(), which
610                 is faster than getting the pixbuf then resizing
611                 it.
612
613 2006-08-23 [colin]      2.4.0cvs76
614
615         * src/procmime.c
616                 UTF-8 should be sent Quoted-printable
617
618 2006-08-22 [colin]      2.4.0cvs75
619
620         * src/mh.c
621                 Check if scan is required before touching
622                 the folder (or it'll be required every time)
623
624 2006-08-22 [colin]      2.4.0cvs74
625
626         * configure.ac
627                 Require libetpan 0.46 (crasher fix when built
628                 against gnutls)
629
630 2006-08-22 [colin]      2.4.0cvs73
631
632         * src/folder.c
633                 Set folder's mtime after writing its
634                 cache
635         * src/folderview.c
636                 Add some timing
637         * src/procmsg.c
638                 Don't do useless stuff if we don't 
639                 thread by subject
640         * src/summaryview.c
641                 Add some timing, don't deselect prior
642                 to selecting (gtksctree does it itself),
643                 remove crash avoidance hacks as it's been
644                 properly fixed since a while
645         * src/common/utils.c
646                 Optimize to_human_readable(): _() is slow,
647                 do it only once, and avoid %f format for KB
648                 (the most common in a summaryview)
649         * src/gtk/gtksctree.c
650                 Don't uselessly freeze/thaw (fixes flicker
651                 on next unread and friends), reduce number
652                 of g_list_nth/g_list_position where possible
653         * src/gtk/gtkutils.c
654         * src/gtk/gtkutils.h
655                 Reduce number of g_list_nth/g_list_position
656                 where possible.
657                 All of this makes loading as 70k folder 2.1
658                 seconds instead of 3.2 (with hot FS caches).
659                 (1.3 seconds without Date and Size columns...)
660
661 2006-08-22 [paul]       2.4.0cvs72
662
663         wrap documents and do some items from mones' MANUAL-TODO:
664
665         * manual/account.xml
666                 4.1. = fix tabname references to <quote>tabname</quote>
667                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
668         * manual/faq.xml
669                 1.1. = mentioned options don't match UI
670                 Add information about the 'Never send Return Receipts'
671                 option
672         * manual/handling.xml
673                 6.2. = Mentions Extended symbols button, but now is
674                 named Information
675                 6.3. = Mentions ... button, which is now Edit
676
677 2006-08-22 [colin]      2.4.0cvs71
678
679         * src/gtk/pluginwindow.c
680                 Fix layout in verbose translations (such
681                 as french)
682
683 2006-08-22 [paul]       2.4.0cvs70
684
685         * manual/Makefile.am
686                 build manuals in alphabetical order
687         * src/addressbook.c
688         * src/prefs_themes.c
689                 replace/remove deprecated symbols
690         * src/gtk/gtkutils.c
691                 fix a warning
692         * src/gtk/pluginwindow.c
693                 replace deprecated symbol
694                 replace label text and move it
695         * src/plugins/pgpcore/prefs_gpg.c
696                 move the 'Generate...' button out of the
697                 Sign Key frame, replace the English used
698         * src/plugins/pgpcore/sgpgme.c
699                 fixes to the English
700
701 2006-08-21 [colin]      2.4.0cvs69
702
703         * src/plugins/trayicon/trayicon.c
704                 Add more strings for translation; patch
705                 by Pawel
706
707 2006-08-21 [colin]      2.4.0cvs68
708
709         * src/compose.c
710                 fix replied flag not set after drafting
711         * src/matcher.c
712                 fix body quicksearch in non-encoded bodies
713                 containing '='
714         * src/msgcache.c
715                 Get rid of the g_malloc workaround for
716                 corrupted caches, use g_try_malloc
717
718 2006-08-21 [colin]      2.4.0cvs67
719
720         * src/alertpanel.c
721         * src/gtk/inputdialog.c
722         * src/plugins/pgpcore/passphrase.c
723                 Set minimal width to 375
724         * src/mainwindow.c
725                 Fix switching to offline, asking if it 
726                 should be overriden for synchronising
727         * src/mimeview.c
728                 Don't offer to remember command on Open 
729                 with for text parts, as the browser or 
730                 text editor command isn't changed from 
731                 there
732
733 2006-08-20 [paul]       2.4.0cvs66
734
735         * po/ko.po
736         * po/zh_CN.po
737                 fix plural form errors. revealed by stricter
738                 checking of gettext 0.15
739
740 2006-08-18 [paul]       2.4.0cvs65
741
742         * src/stock_pixmap.c
743                 fix the fix of 2.4.0cvs64
744                 Thanks to Colin
745
746 2006-08-18 [paul]       2.4.0cvs64
747
748         * src/stock_pixmap.c
749                 fix leaks
750                 Thanks to Colin
751
752 2006-08-18 [paul]       2.4.0cvs63
753
754         * src/compose.c
755         * src/procmsg.c
756                 fix occasional IMAP bug where large msgs
757                 were left in the queue folder after sending
758                 Thanks to Colin
759
760 2006-08-18 [paul]       2.4.0cvs62
761
762         * src/folderview.c
763                 freeze the summaryview while quicksearch results
764                 are displayed
765                 (fixes bug 456 'current message is hidden when the
766                 view is refreshed and extended search is "unread 
767                 messages"')
768                 Thanks to Colin
769         * src/textview.c
770                 add missing #include "inputdialog.h"
771         * src/common/utils.h
772                 add missing mailcap_update_default() and improve
773                 readability
774
775 2006-08-17 [colin]      2.4.0cvs61
776
777         * src/plugins/pgpcore/select-keys.c
778                 Fix warnings :)
779
780 2006-08-17 [colin]      2.4.0cvs60
781
782         * src/compose.c
783                 Don't continue queuing if Cancel is clicked
784                 in select-keys
785
786 2006-08-17 [colin]      2.4.0cvs59
787
788         * src/plugins/pgpcore/select-keys.c
789                 When encrypting, if only one key matches and it 
790                 matches exactly, automatically use it.
791
792 2006-08-17 [colin]      2.4.0cvs58
793
794         * src/mimeview.c
795         * src/prefs_common.c
796         * src/prefs_common.h
797         * src/prefs_ext_prog.c
798         * src/textview.c
799                 Fix issues with previous patch (text/html)
800                 Remove outdated prefs
801
802 2006-08-17 [colin]      2.4.0cvs57
803
804         * src/imap.c
805                 Add View Log button on auth error
806         * src/procmsg.c
807                 Fix encrypted mail marked as new when
808                 saved in normal folders
809         * src/plugins/pgpinline/pgpinline.c
810                 Fix encrypt bug on IMAP
811         * src/mimeview.c
812         * src/common/utils.c
813         * src/common/utils.h
814         * src/gtk/inputdialog.c
815         * src/gtk/inputdialog.h
816                 Get rid of metamail stuff, simplify
817                 opening, and allow remembering of user's
818                 choices (by updating ~/.mailcap). There's
819                 still to drop "Audio player" and "Image
820                 viewer" preferences.
821
822 2006-08-17 [mones]      2.4.0cvs56
823
824         * manual/es/sylpheed-claws-manual.xml
825                 fix DTD path
826
827 2006-08-17 [mones]      2.4.0cvs55
828
829         * configure.ac
830         * manual/Makefile.am
831         * manual/es/Makefile.am
832         * manual/es/account.xml
833         * manual/es/ack.xml
834         * manual/es/addrbook.xml
835         * manual/es/advanced.xml
836         * manual/es/faq.xml
837         * manual/es/glossary.xml
838         * manual/es/gpl.xml
839         * manual/es/handling.xml
840         * manual/es/intro.xml
841         * manual/es/keyboard.xml
842         * manual/es/plugins.xml
843         * manual/es/starting.xml
844         * manual/es/sylpheed-claws-manual.xml
845         * manual/es/dist/Makefile.am
846         * manual/es/dist/html/Makefile.am
847         * manual/es/dist/pdf/Makefile.am
848         * manual/es/dist/ps/Makefile.am
849         * manual/es/dist/txt/Makefile.am
850                 Spanish translation for the manual
851
852 2006-08-16 [colin]      2.4.0cvs54
853
854         * src/compose.c
855         * src/main.c
856         * src/mainwindow.c
857                 Fix send button sensitivity at startup
858                 Set send menu sensitivity (patch by Fabien)
859         * src/ssl_manager.c
860                 Enable closing with esc (patch by Fabien)
861         * src/gtk/foldersort.c
862                 Enable closing with esc (patch by Fabien)
863         * src/procmime.c
864                 Optimisation (no need to copy to tempfile to
865                 "decode" 7bit and 8bit)
866         * src/summaryview.c
867                 Fix cruft in swap_from case
868         * src/textview.c
869                 Fix missing last line in some mail cases 
870                 (Fixes debian #381872)
871         * src/plugins/pgpcore/prefs_gpg.c
872         * src/plugins/pgpcore/sgpgme.c
873         * src/plugins/pgpcore/sgpgme.h
874                 Don't show "no key found" when user explicitely
875                 wants to create a key
876
877 2006-08-16 [paul]       2.4.0cvs53
878
879         * configure.ac
880         * src/account.c
881         * src/addressbook.c
882         * src/headerview.c
883         * src/prefs_account.c
884         * src/prefs_message.c
885         * src/gtk/gtkutils.c
886                 bump up minimum required versions of GTK+ and
887                 GLIB to 2.6.0
888
889 2006-08-16 [paul]       2.4.0cvs52
890
891         * src/toolbar.c
892                 workaround GTK+ Bug 351600 - 'Can't re-click
893                 on button after sensitivity update'
894                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
895                 Thanks to Colin
896
897 2006-08-15 [colin]      2.4.0cvs51
898
899         * src/plugins/pgpcore/prefs_gpg.c
900                 Set options sensitivity according to
901                 key existence
902         * src/plugins/pgpcore/sgpgme.c
903                 Allow to create key with no passphrase
904
905 2006-08-14 [cleroy]     2.4.0cvs50
906
907         * src/gtk/pluginwindow.c
908                 New layout (maybe to be changed?)
909         * src/gtk/gtkutils.c
910                 Fix a bit label_window
911         * src/plugins/pgpcore/passphrase.c
912         * src/plugins/pgpcore/passphrase.h
913         * src/plugins/pgpcore/plugin.c
914         * src/plugins/pgpcore/prefs_gpg.c
915         * src/plugins/pgpcore/prefs_gpg.h
916         * src/plugins/pgpcore/sgpgme.c
917         * src/plugins/pgpcore/sgpgme.h
918                 Allow to create a PGP private key via the GUI
919
920 2006-08-14 [wwp]        2.4.0cvs49
921
922         * src/addressbook_foldersel.c
923                 fix strict ISO C90 compliance.
924
925 2006-08-14 [paul]       2.4.0cvs48
926
927         * src/gtk/prefswindow.c
928                 re-set scrolled window on opening
929                 Patch by Ticho
930
931 2006-08-14 [paul]
932
933         2.5.0-rc1 released
934
935 2006-08-14 [paul]       2.4.0cvs47
936
937         * src/prefs_display_header.c
938                 re-enable user-defined Displayed Headers
939
940 2006-08-14 [paul]       2.4.0cvs46
941
942         * src/prefs_account.c
943                 use GTK_STOCK_EDIT
944
945 2006-08-13 [colin]      2.4.0cvs45
946
947         * src/common/utils.c
948                 Fix "a" in quote when the original message is empty,
949                 by using \0 instead of 'a' to test writability of
950                 temp files.
951
952 2006-08-13 [wwp]        2.4.0cvs44
953
954         * src/plugins/spamassassin/spamassassin.c
955                 fix capitalization of "SpamAssassin" in some debug, log and
956                 dialog messages.
957
958 2006-08-13 [paul]       2.4.0cvs43
959
960         * src/editldap.c
961                 fix overlapping widgets
962         * src/prefs_account.c
963                 fix translation of protocol_names[]
964                 fix label disappearing off the edge of the
965                 visible area
966
967 2006-08-12 [paul]       2.4.0cvs42
968
969         * manual/plugins.xml
970                 update IRC channel info before it gets forgotten
971                 about
972
973 2006-08-11 [colin]      2.4.0cvs41
974
975         * src/compose.c
976         * src/mainwindow.c
977         * src/mainwindow.h
978         * src/procmsg.c
979         * src/procmsg.h
980         * src/summaryview.c
981         * src/toolbar.c
982                 Grey out the Send button if
983                 - Queue folders are empty, or
984                 - We're sending already
985
986 2006-08-11 [wwp]        2.4.0cvs40
987
988         * src/main.c
989                 fix a logic issue when quitting while a compose window is
990                 still open, thanks to Colin.
991
992 2006-08-10 [colin]      2.4.0cvs39
993
994         * src/main.c
995                 Fix default font size setting after wizard run
996         * src/imap.c
997         * src/etpan/imap-thread.c
998         * src/etpan/imap-thread.h
999                 Fix bug #999 (Timing out on TSL cert validation 
1000                 dialog makes ugly things happen). Also, STARTTLS
1001                 unconditionnaly if initial capabilities contain
1002                 LOGINDISABLED and STARTTLS.
1003
1004 2006-08-09 [colin]      2.4.0cvs38
1005
1006         * src/mainwindow.c
1007         * src/mainwindow.h
1008                 Fix Tools/Actions sensitivity when there are
1009                 no actions
1010
1011 2006-08-09 [colin]      2.4.0cvs37
1012
1013         * src/prefs_filtering.c
1014                 Warning fix, patch by Paul
1015         * src/messageview.c
1016         * src/prefs_actions.c
1017         * src/prefs_filtering_action.c
1018         * src/prefs_matcher.c
1019                 Uniformisation of "Info ..." to "Info..." (for
1020                 old gtk), patch by Fabien
1021         * src/plugins/clamav/clamav_plugin_gtk.c
1022                 Sensitivity fix by Fabien
1023
1024 2006-08-09 [colin]      2.4.0cvs36
1025
1026         * src/main.c
1027         * src/main.h
1028                 Add a function to know whether we're exiting
1029         * src/plugins/trayicon/trayicon.c
1030                 If exiting, don't do anything. Faster, and
1031                 avoids gtk_main_iteration reentracy causing
1032                 segfaults at exit
1033
1034 2006-08-09 [colin]      2.4.0cvs35
1035
1036         * src/messageview.c
1037         * src/mimeview.c
1038         * src/mimeview.h
1039                 Fix lack of part selection when automatically 
1040                 jumping to a specific part
1041         * src/msgcache.c
1042                 Little optimisation in cache reading
1043
1044 2006-08-09 [colin]      2.4.0cvs34
1045
1046         * src/compose.c
1047                 Fix crash setting the priority on reedit
1048                 (Accessing compose before creating it!)
1049
1050 2006-08-08 [colin]      2.4.0cvs33
1051
1052         * src/procmime.c
1053                 Fix bug #998 (last attachment is not accessible)
1054                 Bad RFC interpretation on multipart close-delimiters
1055         * src/mimeview.c
1056         * src/mimeview.h
1057         * src/gtk/gtkvscrollbutton.c
1058         * src/gtk/gtkvscrollbutton.h
1059                 Make attachments list wheel-scrollable
1060
1061 2006-08-07 [colin]      2.4.0cvs32
1062
1063         * src/gtk/gtkaspell.c
1064                 Fix bug #973 (Unicode punctation characters 
1065                 are not recognized as separators by the
1066                 spell checker); fix unsigned stuff
1067
1068 2006-08-07 [colin]      2.4.0cvs31
1069
1070         * src/compose.c
1071                 Fix bug #956 (DnD text with accents in compose 
1072                 text entry); fix gccc's signed/unsigned fuss
1073
1074 2006-08-06 [colin]      2.4.0cvs30
1075
1076         * src/main.c
1077                 Fix bug #979 (Plugin crashes when exiting 
1078                 sylpheed-claws) : handle exit request only 
1079                 once
1080
1081 2006-08-05 [colin]      2.4.0cvs29
1082
1083         * src/news.c
1084                 Just make sure we have a msgid.
1085
1086 2006-08-05 [colin]      2.4.0cvs28
1087
1088         * src/news.c
1089         * src/summaryview.c
1090                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
1091                 by reimplementing it
1092         * src/textview.c
1093                 Fix bug when hiding quotes with level > 3 and quote
1094                 colors are recycled
1095
1096 2006-08-04 [colin]      2.4.0cvs27
1097
1098         * src/compose.c
1099         * src/undo.c
1100         * src/undo.h
1101                 Fix a bit replace-by-pasting undo
1102         * src/mainwindow.c
1103         * src/messageview.c
1104                 Fix Fold quotes menu synchro in
1105                 mainwindow when it changes in 
1106                 messageview
1107         * src/textview.c
1108                 Fix right-click on quotes blocks
1109         * src/common/utils.c
1110                 Verify that the file created by
1111                 my_tmpfile() is writable. Fixes
1112                 bug #988 (very specific filesystem
1113                 issue)
1114         * src/plugins/pgpcore/sgpgme.c
1115                 Fix file descriptor leak
1116         * src/plugins/spamassassin/spamassassin.c
1117                 Warn once if spamd isn't reachable
1118
1119 2006-08-04 [colin]      2.4.0cvs26
1120
1121         * src/toolbar.c
1122                 i18n context patch by Fabien
1123
1124 2006-08-03 [colin]      2.4.0cvs25
1125
1126         * src/mainwindow.c
1127         * src/messageview.c
1128                 Rename "Hide quotes" to "Fold quotes"
1129         * src/textview.c
1130                 Don't use hand cursor on quotes. "all 
1131                 the bonuses of the feature and none of 
1132                 unwelcome side-effects"
1133
1134 2006-08-03 [colin]      2.4.0cvs24
1135
1136         * AUTHORS
1137         * sylpheed-claws.desktop
1138         * src/gtk/authors.h
1139                 Bring the desktop file to XDG compliance
1140                 Patch by Charles A. Edwards
1141
1142 2006-08-03 [colin]      2.4.0cvs23
1143
1144         * src/textview.c
1145                 Fix links offset when they are preceded
1146                 by accentued chars (g_utf8_strlen!)
1147         * src/mainwindow.c
1148                 Fix wrong status when starting offline
1149
1150
1151 2006-08-03 [wwp]        2.4.0cvs22
1152
1153         * src/prefs_common.h
1154                 ask what to do w/ filtering rules that belong to an account when
1155                 applying filtering rules manually from the main window (skip,
1156                 apply regardless of the account, use current account). This dialog
1157                 can be skipped and the last reply used.
1158                 (forgot that file)
1159
1160 2006-08-03 [wwp]        2.4.0cvs21
1161
1162         * src/filtering.c
1163         * src/filtering.h
1164         * src/prefs_common.c
1165         * src/summaryview.c
1166         * src/alertpanel.c
1167         * src/alertpanel.h
1168         * src/messageview.c
1169                 ask what to do w/ filtering rules that belong to an account when
1170                 applying filtering rules manually from the main window (skip,
1171                 apply regardless of the account, use current account). This dialog
1172                 can be skipped and the last reply used.
1173
1174
1175 2006-08-03 [colin]      2.4.0cvs20
1176
1177         * src/textview.c
1178                 Optimize previous patch
1179
1180 2006-08-03 [cleroy]     2.4.0cvs19
1181
1182         * src/textview.c
1183                 Fix quotes getting toggled back when the
1184                 mail has an even number of text parts
1185
1186 2006-08-02 [colin]      2.4.0cvs18
1187
1188         * src/messageview.c
1189                 Add Hide quotes menu
1190
1191 2006-08-02 [colin]      2.4.0cvs17
1192
1193         * src/mainwindow.c
1194         * src/prefs_common.c
1195         * src/textview.c
1196         * src/textview.h
1197         * src/gtk/about.c
1198                 Allow per-level quote hiding,
1199                 Allow toggling quotes by double-clicking them
1200                 Rename RemoteURI to ClickableText to reflect
1201                 the fact it's used for a variety of things
1202
1203 2006-08-02 [wwp]        2.4.0cvs16
1204
1205         * src/mainwindow.c
1206                 fix "View/Hide quotes" menu item status initialization.
1207
1208 2006-08-02 [wwp]        2.4.0cvs15
1209
1210         * src/matcher_parser_parse.y
1211                 remove a debug trace.
1212
1213 2006-08-02 [paul]       2.4.0cvs14
1214
1215         * src/plugins/pgpcore/passphrase.c
1216                 don't set initial dialog size
1217                 make it resizable
1218
1219 2006-08-02 [paul]       2.4.0cvs13
1220
1221         * src/noticeview.c
1222                 remove the rogue '/' character
1223
1224 2006-08-02 [paul]       2.4.0cvs12
1225
1226         * src/noticeview.c
1227                 allow buttons to resize as necessary
1228
1229 2006-08-01 [wwp]        2.4.0cvs11
1230
1231         * src/mbox.c
1232                 fix strict ISO C90 compliance.
1233
1234 2006-08-01 [wwp]        2.4.0cvs10
1235
1236         * tools/update-po
1237                 updated update-po tool to work w/ context-dependent translations.
1238                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1239
1240 2006-08-01 [wwp]        2.4.0cvs9
1241
1242         * src/matcher.c
1243         * src/prefs_filtering.c
1244         * src/prefs_matcher.c
1245                 allow context-dependent translations for "All",
1246                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1247
1248 2006-07-31 [colin]      2.4.0cvs8
1249
1250         * AUTHORS
1251         * src/gtk/authors.h
1252                 Add Rafal to authors
1253
1254 2006-07-31 [colin]      2.4.0cvs7
1255
1256         * src/compose.c
1257         * src/mainwindow.c
1258         * src/messageview.h
1259         * src/prefs_common.c
1260         * src/prefs_common.h
1261         * src/textview.c
1262                 Add 'View/Hide quotes'. Patch based on a patch
1263                 by Rafal Weglarz
1264
1265 2006-07-31 [colin]      2.4.0cvs6
1266
1267         * src/action.c
1268                 Fix problem with "> stuff >" actions
1269
1270 2006-07-31 [paul]       2.4.0cvs5
1271
1272         * po/nb.po
1273                 updated by Geir Helland
1274
1275 2006-07-31 [wwp]        2.4.0cvs4
1276
1277         * src/mainwindow.c
1278         * src/summaryview.c
1279         * src/summaryview.h
1280                 add "View/Go to/Parent message" and "View/Go to/Last read message",
1281                 thanks to Colin.
1282
1283 2006-07-31 [wwp]        2.4.0cvs3
1284
1285         * src/Makefile.am
1286         * src/addr_compl.c
1287         * src/addr_compl.h
1288         * src/addressbook.c
1289         * src/addressbook.h
1290         * src/addressbook_foldersel.c
1291         * src/addressbook_foldersel.h
1292         * src/addrindex.c
1293         * src/addrindex.h
1294         * src/matcher.c
1295         * src/matcher.h
1296         * src/matcher_parser_lex.l
1297         * src/matcher_parser_parse.y
1298         * src/prefs_common.c
1299         * src/prefs_common.h
1300         * src/prefs_filtering.c
1301         * src/prefs_matcher.c
1302         * src/prefs_matcher.h
1303         * src/summaryview.c
1304                 introduce filtering against the address book. It's now possible to add
1305                 matched conditions to determine if any email address in a message matches
1306                 or doesn't match any or all books or folders in the address book.
1307
1308 2006-07-31 [wwp]        2.4.0cvs2
1309
1310         * src/account.c
1311         * src/filtering.c
1312         * src/filtering.h
1313         * src/folder.c
1314         * src/folderview.c
1315         * src/inc.c
1316         * src/mainwindow.c
1317         * src/matcher.c
1318         * src/matcher_parser_lex.l
1319         * src/matcher_parser_parse.y
1320         * src/mbox.c
1321         * src/prefs_filtering.c
1322         * src/prefs_filtering.h
1323         * src/procmsg.c
1324         * src/procmsg.h
1325         * src/summaryview.c
1326                 introduce per-account filtering rules. Each filtering rule can now be assigned
1327                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
1328                 when applying filtering rules manually, as all rules will apply - even the ones
1329                 assigned to an account. This issue will be addressed soon.
1330  
1331
1332
1333 2006-07-31 [wwp]        2.4.0cvs1
1334
1335         * src/quote_fmt.c
1336                 make more strings translatable.
1337
1338 2006-07-31 [paul]       2.4.0
1339
1340         2.4.0 released
1341
1342 2006-07-31 [paul]       2.3.1cvs91
1343
1344         * po/ca.po
1345                 updated by Miquel Oliete
1346
1347 2006-07-31 [paul]       2.3.1cvs90
1348
1349         * po/de.po
1350         * po/el.po
1351         * po/fr.po
1352         * po/it.po
1353         * po/pl.po
1354         * po/pt_BR.po
1355         * po/sr.po
1356         * po/zh_CN.po
1357                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
1358                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
1359                 Aleksandar Urosevic, and Ralgh Young
1360
1361 2006-07-31 [paul]       2.3.1cvs89
1362
1363         * src/account.c
1364         * src/main.c
1365         * src/mainwindow.c
1366         * src/mainwindow.h
1367                 Fix a race condition when, after an SC crash, rescanning
1368                 folders took more than 0.5 seconds
1369                 Thanks to Colin
1370
1371 2006-07-31 [paul]       2.3.1cvs88
1372
1373         * src/folderview.c
1374                 don't translate separator strings
1375
1376 2006-07-30 [mones]      2.3.1cvs87
1377
1378         * doc/man/sylpheed-claws.1
1379                 Fixed non-ASCII chars in Hoa's name
1380         * po/es.po
1381                 Updated for release
1382
1383 2006-07-27 [colin]      2.3.1cvs86
1384
1385         * src/textview.c
1386                 Don't include the leading \n in links
1387                 Patch by Fabien
1388
1389 2006-07-25 [colin]      2.3.1cvs85
1390
1391         * src/mainwindow.c
1392         * src/common/socket.h
1393         * src/etpan/imap-thread.c
1394                 Refresh resolvers before connecting
1395                 to IMAP servers, and after switching
1396                 to online. Thanks to Paul.
1397
1398 2006-07-18 [colin]
1399
1400         * 2.4.0-rc4 released
1401
1402 2006-07-17 [colin]      2.3.1cvs84
1403
1404         * src/inc.c
1405                 Show connection attempt in statusbar before
1406                 connecting (previously first message was
1407                 "Retrieving messages from ..." after the
1408                 connection succeeded.
1409
1410 2006-07-16 [wwp]        2.3.1cvs83
1411
1412         * sylpheed-claws.ico
1413                 Added .ico file (windows multi-size icon file, generated).
1414
1415 2006-07-12 [wwp]        2.3.1cvs82
1416
1417         * src/messageview.c
1418                 remove Message/Re-edit menu entry from messageview window,
1419                 as sent/draft/queued messages are opened in compose window when
1420                 re-edited and it's not possible to re-edit other msgs.
1421
1422 2006-07-12 [paul]       2.3.1cvs81
1423
1424         * AUTHORS
1425         * src/mainwindow.c
1426         * src/gtk/authors.h
1427                 check online state before resetting
1428                 mailcheck timer. Useful if some program
1429                 verifies connection state and updates
1430                 Claws.
1431                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
1432
1433 2006-07-12 [paul]       2.3.1cvs80
1434
1435         * sylpheed-claws-128x128.png
1436         * sylpheed-claws-64x64.png
1437         * sylpheed-claws.png
1438         * src/Makefile.am
1439         * src/main.c
1440         * src/prefs_toolbar.c
1441         * src/stock_pixmap.c
1442         * src/stock_pixmap.h
1443         * src/wizard.c
1444         * src/gtk/about.c
1445         * src/gtk/gtkutils.c
1446         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
1447         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
1448         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
1449         * src/pixmaps/sylpheed.xpm              ** REMOVED **
1450         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
1451         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
1452                 updated and renamed logo/icon files and related
1453                 logo by Jesper Schultz
1454
1455 2006-07-11 [paul]       2.3.1cvs79
1456
1457         * src/main.c
1458                 fix the labels a smidgin
1459
1460 2006-07-09 [colin]      2.3.1cvs78
1461
1462         * src/textview.c
1463                 Show errors in textviewer's command
1464                 Patch by H. Merijn Brand
1465
1466 2006-07-09 [colin]      2.3.1cvs77
1467
1468         * src/compose.c
1469                 Save FMID in drafts too
1470
1471 2006-07-08 [colin]      2.3.1cvs76
1472
1473         * src/compose.c
1474                 Svae RMID in drafted mails too
1475                 Save quote_fmt vars for whole mails,
1476                 don't reset at each quote_fmt_init:
1477                 allows to use the same |i{var} in
1478                 various template fields
1479         * src/prefs_template.c
1480         * src/quote_fmt.h
1481         * src/quote_fmt_parse.y
1482                 Same
1483
1484 2006-07-08 [colin]      2.3.1cvs75
1485
1486         * src/textview.c
1487                 Fix highlighting of attached parts URIs
1488
1489 2006-07-08 [colin]      2.3.1cvs74
1490
1491         * src/main.c
1492                 Prevent bug #981 (sc 2.3.1 segfaults with 
1493                 gtk+ 2.10) from being reported again:
1494                 if Sylpheed-Claws has been compiled against
1495                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
1496                 of if Sylpheed-Claws has been compiled against
1497                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
1498                 error out.
1499
1500 2006-07-07 [colin]      2.3.1cvs73
1501
1502         * src/prefs_actions.c
1503                 Fix label
1504
1505 2006-07-07 [colin]      2.3.1cvs72
1506
1507         * src/prefs_actions.c
1508                 Fix compile on gtk < 2.8. argh :)
1509
1510 2006-07-07 [paul]       2.3.1cvs71
1511
1512         * src/common/defs.h
1513                 update DONATE_URI
1514
1515 2006-07-07 [colin]      2.3.1cvs70
1516
1517         * po/POTFILES.in
1518         * src/quote_fmt.c
1519         * src/quote_fmt_lex.l
1520         * src/quote_fmt_parse.y
1521                 Add |i{var}, a way to insert user-entered
1522                 text in a template
1523
1524 2006-07-07 [colin]
1525
1526         * 2.4.0-rc3 released
1527
1528 2006-07-07 [colin]      2.3.1cvs69
1529
1530         * src/folder.c
1531                 Don't consider inboxes of UNKNOWN folder 
1532                 classes to be useable as default inboxes
1533
1534 2006-07-07 [paul]       2.3.1cvs68
1535
1536         * src/textview.c
1537                 add missing #include <errno.h>
1538                 Thanks to René J. Blokland
1539
1540 2006-07-07 [paul]       2.3.1cvs67
1541
1542         * src/action.c
1543                 Return now Closes dialog
1544         * src/mimeview.c
1545         * src/mimeview.h
1546         * src/textview.c
1547                 add contextual menu to mime parts listed
1548                 in the textview
1549                 Thanks to Colin
1550         * src/common/utils.c
1551                 reversal: ' is a valid character in URLs
1552
1553 2006-07-06 [colin]      2.3.1cvs66
1554
1555         * src/remotefolder.h
1556                 Forgotten in previous commit
1557
1558 2006-07-06 [colin]      2.3.1cvs65
1559
1560         * src/folder.c
1561                 Set summary update flag whenever
1562                 totals changed
1563         * src/imap.c
1564         * src/prefs_account.c
1565         * src/common/utils.h
1566         * src/etpan/imap-thread.c
1567                 Fix warnings, thanks to Fabien and
1568                 Ricardo
1569
1570 2006-07-06 [wwp]        2.3.1cvs64
1571
1572         * src/gtk/gtkutils.c
1573                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
1574
1575 2006-07-06 [wwp]        2.3.1cvs63
1576
1577         * src/account.c
1578         * src/addressbook.c
1579         * src/addressitem.h
1580         * src/folderview.c
1581         * src/mainwindow.c
1582         * src/manual.c
1583         * src/manual.h
1584         * src/message_search.c
1585         * src/prefs_actions.c
1586         * src/prefs_filtering.c
1587         * src/prefs_filtering.h
1588         * src/prefs_template.c
1589         * src/summary_search.c
1590         * src/summaryview.c
1591         * src/gtk/gtkutils.c
1592         * src/gtk/gtkutils.h
1593         * src/gtk/pluginwindow.c
1594                 add help buttons to some dialogs. Clicking such buttons opens a
1595                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
1596
1597 2006-07-06 [paul]       2.3.1cvs62
1598
1599         * src/textview.c
1600                 fix attachments contextual menu
1601                 Thanks to Colin
1602
1603 2006-07-05 [colin]      2.3.1cvs61
1604
1605         * src/textview.c
1606         * src/compose.c
1607                 Handle sftp:// links
1608
1609 2006-07-05 [paul]       2.3.1cvs60
1610
1611         * src/gtk/filesel.c
1612                 grab save button by default
1613                 Thanks to Colin
1614
1615 2006-07-05 [wwp]        2.3.1cvs59
1616
1617         * manual/xml2pdf
1618                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
1619
1620 2006-07-04 [colin]      2.3.1cvs58
1621
1622         * src/mimeview.c
1623         * src/textview.c
1624                 Use left click to select, middle click to open
1625                 on mimeparts links
1626         * src/common/utils.c
1627                 Fix segfault
1628
1629 2006-07-04 [colin]      2.3.1cvs57
1630
1631         * src/mainwindow.c
1632         * src/news.c
1633                 Warning fixes, thanks to Fabien
1634
1635 2006-07-04 [colin]      2.3.1cvs56
1636
1637         * src/mimeview.c
1638         * src/mimeview.h
1639         * src/textview.c
1640                 Allow parts to be selected via their text label
1641                 in textview
1642
1643 2006-07-04 [colin]      2.3.1cvs55
1644
1645         * src/folderview.c
1646                 Feedback when closing (for big folders)
1647         * src/prefs_actions.c
1648         * src/prefs_filtering.c
1649         * src/prefs_matcher.c
1650         * src/prefs_template.c
1651                 Fix default button when closing without
1652                 having saved
1653
1654 2006-07-04 [colin]      2.3.1cvs54
1655
1656         * src/news.c
1657                 Delete local file on deletion
1658
1659 2006-07-03 [colin]      2.3.1cvs53
1660
1661         * src/folderview.c
1662         * src/main.c
1663                 Don't freeze when rescanning after crash
1664
1665 2006-07-03 [wwp]        2.3.1cvs52
1666
1667         * src/compose.c
1668         * src/privacy.c
1669         * src/privacy.h
1670         * src/plugins/pgpinline/pgpinline.c
1671         * src/plugins/pgpmime/pgpmime.c
1672                 don't report an error when the user cancels the passphrase dialog.
1673
1674 2006-07-02 [colin]      2.3.1cvs51
1675
1676         * src/folderview.c
1677                 Open message when crossing folders with Space,
1678                 goto next unread and friends
1679
1680 2006-07-01 [colin]      2.3.1cvs50
1681
1682         * src/prefs_account.c
1683                 Typographic rules varying from language
1684                 to language (in french "Protocole :"),
1685                 we have to do that :)
1686
1687 2006-07-01 [ticho]      2.3.1cvs49
1688
1689         * src/prefs_account.c
1690                 Only use one temporary gchar* variable in
1691                 prefs_account_protocol_set_optmenu().
1692
1693 2006-07-01 [ticho]      2.3.1cvs48
1694
1695         * src/prefs_account.c
1696         * src/prefs_account.h
1697                 Use GtkLabel for existing account protocol name.
1698                 Created an array for protocol names and populate the
1699                 combobox from it in a for() cycle.
1700
1701 2006-06-30 [colin]      2.3.1cvs47
1702
1703         * src/compose.c
1704                 Block undo when changing signature (by changing
1705                 account)
1706
1707 2006-06-30 [paul]       2.3.1cvs46
1708
1709         * src/send_message.c
1710                 when editing From in the Compose window, use that address
1711                 in the Return-Path: header
1712                 Thanks to Colin
1713
1714 2006-06-30 [colin]      2.3.1cvs45
1715
1716         * src/compose.c
1717                 Fix signature replacement:
1718                 - when no newline before separator
1719                 - when reediting
1720
1721 2006-06-29 [colin]      2.3.1cvs44
1722
1723         * src/folderview.c
1724         * src/folderview.h
1725         * src/mainwindow.c
1726         * src/summaryview.c
1727                 Let 'View/Go to/Next marked' work like
1728                 Next new & Next unread: across folders
1729                 Change the select_on_entry pref to do
1730                 what we want when changing folder
1731         * src/common/utils.c
1732                 Fix single-quoted links 
1733
1734 2006-06-29 [colin]      2.3.1cvs43
1735
1736         * src/gtk/gtkaspell.c
1737                 "Sylpheed" and "Sylpheed-Claws" do exist !
1738
1739 2006-06-29 [colin]      2.3.1cvs42
1740
1741         * src/imap.c
1742                 Forgot to remove debug
1743
1744 2006-06-29 [colin]      2.3.1cvs41
1745
1746         * src/imap.c
1747         * src/imap.h
1748         * src/mainwindow.c
1749                 Disconnect from IMAP servers when going
1750                 offline. Fixes bug #978 (going to offline-mode 
1751                 won't close connections)
1752
1753 2006-06-29 [colin]      2.3.1cvs40
1754
1755         * src/main.c
1756                 Fix transient setting on failing plugins
1757                 Patch by Fabien
1758         * src/plugins/pgpcore/sgpgme.c
1759                 Only warn for OpenPGP. Most people don't
1760                 have CMS available.
1761
1762 2006-06-29 [colin]      2.3.1cvs39
1763
1764         * src/compose.c
1765                 Fix Spelling menu (discrepancy between context menu
1766                 and top menu when folder's dictionary isn't the 
1767                 default one)
1768         * src/plugins/pgpcore/sgpgme.c
1769                 More error reporting about why gpgme can fail
1770
1771 2006-06-29 [wwp]        2.3.1cvs38
1772
1773         * src/mainwindow.c
1774                 honor the display-header-pane setting even when the message view
1775                 is a separate window.
1776
1777 2006-06-29 [wwp]        2.3.1cvs37
1778
1779         * src/prefs_actions.c
1780                 forgot to commit that one (use of GTK_STOCK_INFO).
1781
1782 2006-06-29 [colin]      2.3.1cvs36
1783
1784         * src/imap.c
1785                 Better handling of login errors (ask the password
1786                 again once), alert in case of error. Fix three
1787                 signedness warnings.
1788
1789 2006-06-28 [wwp]        2.3.1cvs35
1790
1791         * src/prefs_template.c
1792         * src/prefs_matcher.c
1793         * src/prefs_filtering_action.c
1794         * src/prefs_quote.c
1795                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
1796                 patch by Fabien Vantard, slightly modified.
1797
1798 2006-06-28 [paul]
1799
1800         2.4.0-rc2 released
1801
1802 2006-06-28 [colin]      2.3.1cvs34
1803
1804         * src/prefs_account.c
1805                 Fix bug #977 (Can't add or edit imap accounts)
1806
1807 2006-06-28 [colin]      2.3.1cvs33
1808
1809         * src/mimeview.c
1810                 Fix previous
1811
1812 2006-06-28 [colin]      2.3.1cvs32
1813
1814         * src/mimeview.c
1815                 Save named inlined attachments with "Save all"
1816         * src/main.c
1817         * src/mbox.c
1818         * src/common/plugin.c
1819         * src/common/plugin.h
1820         * src/common/sylpheed.c
1821         * src/common/utils.c
1822         * src/plugins/pgpcore/sylpheed.def
1823         * src/plugins/pgpinline/sylpheed.def
1824         * src/plugins/pgpmime/sylpheed.def
1825                 Win32 compatibility patch, by
1826                 Werner Koch
1827
1828 2006-06-28 [wwp]        2.3.1cvs31
1829
1830         * src/imap.c
1831         * src/prefs_folder_item.c
1832                 less compilation warnings (thanks to Fabien Vantard), less typos.
1833
1834 2006-06-28 [paul]       2.3.1cvs30
1835
1836         * src/gtk/gtkutils.c
1837                 gtk_combo_box_set_focus_on_click() is only
1838                 available since gtk 2.6.0
1839
1840 2006-06-28 [paul]       2.3.1cvs29
1841
1842         * src/prefs_ext_prog.c
1843                 fix engrish and add a tooltip for the
1844                 'command for 'Display as text' option
1845
1846 2006-06-28 [paul]
1847
1848         2.4.0-rc1 released
1849
1850 2006-06-28 [paul]       2.3.1cvs28
1851
1852         * ChangeLog
1853         * tools/Makefile.am
1854                 include textviewer.pl in releases
1855
1856 2006-06-28 [paul]       2.3.1cvs27
1857
1858         * src/prefs_ext_prog.c
1859                 hide Print command option if libgnomeprint
1860                 support is present
1861
1862 2006-06-27 [colin]      2.3.1cvs26
1863
1864         * src/compose.c
1865                 Fix Esc handling in insert/attach dialog
1866                 Don't show this dialog if dragging something
1867                 else than text/uri-list
1868                 Thanks to Fabien Vantard
1869         * tools/textviewer.pl
1870                 Filter script to display stuff as text
1871                 by H. Merijn Brand
1872
1873 2006-06-27 [wwp]        2.3.1cvs25
1874
1875         * src/messageview.c
1876                 use the exact product name (message view title), patch
1877                 by Fabien Vantard.
1878
1879 2006-06-27 [ticho]      2.3.1cvs24
1880
1881         * src/prefs_account.c
1882         * src/prefs_common.c
1883         * src/prefs_common.h
1884         * src/prefs_ext_prog.c
1885         * src/textview.c
1886                 Add a preference (Preferences/External programs)
1887                 to allow "Display as text" to be done via a script
1888                 (patch by H.Merijn Brand).
1889                 Use GtkComboBox for protocol selection in account
1890                 preferences.
1891                 Only include current choice for existing accounts, and
1892                 insensitivize the combobox.
1893
1894 2006-06-27 [paul]       2.3.1cvs23
1895
1896         * src/mbox.c
1897                 fix crasher introduced in cvs21.
1898                 Thanks to Colin
1899
1900 2006-06-26 [colin]      2.3.1cvs22
1901
1902         * src/mbox.c
1903                 Fix double-frees when leaving folders
1904                 after exporting to mbox
1905
1906 2006-06-26 [colin]      2.3.1cvs21
1907
1908         * src/mbox.c
1909                 More feedback (and optimisation)
1910                 on import/export
1911         * src/common/utils.c
1912                 Fix case when looking for mail addresses
1913         * src/gtk/gtkutils.c
1914                 Extra check for (X-)Face
1915
1916 2006-06-25 [ticho]      2.3.1cvs20
1917
1918         * src/compose.c
1919         * src/exphtmldlg.c
1920         * src/gtk/gtkutils.c
1921         * src/gtk/gtkutils.h
1922                 Added second argument to gtkut_sc_combobox_create() to
1923                 control focus-on-click for the widget.
1924                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
1925
1926 2006-06-25 [ticho]      2.3.1cvs19
1927
1928         * src/compose.c
1929         * src/gtk/Makefile.am
1930         * src/gtk/combobox.c
1931         * src/gtk/combobox.h
1932         * src/gtk/gtkutils.c
1933         * src/gtk/gtkutils.h
1934                 Use GtkComboBox instead of deprecated GtkOptionMenu
1935                 for account selector in compose window and for encoding
1936                 selector in attachment properties.
1937                 Also factorise working with the new GtkComboBox somewhat.
1938
1939 2006-06-24 [paul]       2.3.1cvs18
1940
1941         * src/prefs_common.c
1942                 use the correct default value
1943
1944 2006-06-24 [paul]       2.3.1cvs17
1945
1946         * src/compose.c
1947         * src/prefs_common.c
1948         * src/prefs_common.h
1949         * src/prefs_compose_writing.c
1950                 enable setting of default action when
1951                 dnd'ing files in the compose window.
1952                 (Collaborative effort with wwp)
1953
1954 2006-06-23 [wwp]        2.3.1cvs16
1955
1956         * src/compose.c
1957                 i18n fix (thanks to Fabien Vantard)
1958
1959 2006-06-22 [colin]      2.3.1cvs15
1960
1961         * src/prefs_customheader.c
1962                 Don't use filters in custom headers' file 
1963                 selector. Remember, extensions mean nothing :)
1964
1965 2006-06-22 [paul]       2.3.1cvs14
1966
1967         * configure.ac
1968                 allow setting of man directory location
1969
1970 2006-06-22 [colin]      2.3.1cvs13
1971
1972         * src/mainwindow.c
1973                 Add 'View/Go to/Next unread folder'.
1974                 I missed that :)
1975
1976 2006-06-22 [colin]      2.3.1cvs12
1977
1978         * src/common/utils.c
1979                 Add some subject prefixes
1980                 Patch by Bjorn T Johansen <btj@havleik.no>
1981
1982 2006-06-22 [colin]      2.3.1cvs11
1983
1984         * manual/advanced.xml
1985                 Forgotten hidden pref
1986
1987 2006-06-21 [paul]       2.3.1cvs10
1988
1989         * src/prefs_account.c
1990                 complete the removal of 'Add date header' option
1991
1992 2006-06-21 [paul]       2.3.1cvs9
1993
1994         * src/account.c
1995         * src/compose.c
1996         * src/prefs_account.c
1997         * src/prefs_account.h
1998                 remove option to add date header - always
1999                 add date header
2000         * src/etpan/imap-thread.c
2001                 fix warnings (Thanks to Colin)
2002
2003 2006-06-21 [wwp]        2.3.1cvs8
2004
2005         * src/folder.c
2006                 set the attachment flag when inline text part are (file)named. This is more convenient
2007                 when receiving (for instance) inline source files or patches sent using thunderbird.
2008
2009 2006-06-21 [paul]       2.3.1cvs7
2010
2011         * src/inc.c
2012                 fix off-by-one count of current msg in
2013                 statusbar filtering progressbar
2014
2015 2006-06-21 [paul]       2.3.1cvs6
2016
2017         * src/folder.c
2018                 Show attachment icon even if the part is 'inline'
2019                 if the following conditions are met:
2020                 - content-type != 'text/plain'
2021                 - content-type != '*/pgp-signature'
2022                 - either 'name' or 'filename' parameter is not NULL
2023                 
2024                 Thanks to Colin
2025
2026 2006-06-21 [paul]       2.3.1cvs5
2027
2028         * src/messageview.c
2029         * src/prefs_common.c
2030         * src/prefs_common.h
2031         * src/prefs_other.c
2032                 add an option to 'Never send Return
2033                 Receipts'
2034                 Thanks to Colin
2035
2036 2006-06-20 [mones]      2.3.1cvs4
2037
2038         * po/es.po
2039                 updated
2040         * src/compose.c
2041                 typo fixed (space after comma)
2042         * tools/make.themes.project
2043                 remove exec mode from tarball files
2044
2045 2006-06-20 [colin]      2.3.1cvs3
2046
2047         * src/news.c
2048         * src/procheader.c
2049         * src/unmime.c
2050                 Better fix for \n's in headers (don't 
2051                 break Received: and others)
2052
2053 2006-06-20 [paul]       2.3.1cvs2
2054
2055         * src/alertpanel.c
2056         * src/textview.c
2057                 improve legibility of phishing attempt
2058                 dialog
2059
2060 2006-06-20 [paul]       2.3.1cvs1
2061
2062         * NEWS
2063         * README
2064         * configure.ac
2065                 Update version number following
2066                 stable release
2067
2068 2006-06-20 [colin]      2.3.0cvs26
2069
2070         * src/compose.c
2071                 When dragging a file to the text of the compose
2072                 window, ask whether we want to insert or attach
2073                 (I know lots of people who do that to attach)
2074
2075 2006-06-20 [colin]      2.3.0cvs25
2076
2077         * src/etpan/imap-thread.c
2078                 Fix threshold (the append command is often > 32 bytes)
2079
2080 2006-06-19 [colin]      2.3.0cvs24
2081
2082         * src/imap.c
2083         * src/etpan/imap-thread.c
2084                 Workaround Rockliffe IMAP server bug: replace
2085                 "x UID SEARCH (ANSWERED UID 1:*)" with
2086                 "x UID SEARCH ANSWERED"
2087                 (Rockliffe doesn't handle the parenthesis)
2088
2089 2006-06-19 [colin]      2.3.0cvs23
2090
2091         * src/compose.c
2092         * src/imap.c
2093         * src/etpan/imap-thread.c
2094                 Probably fix bug #972 (Freezes when adding 
2095                 an attachment to the message)
2096         * src/common/defs.h
2097                 Modernize Firefox cmd
2098
2099
2100 2006-06-18 [colin]      2.3.0cvs22
2101
2102         * src/prefs_customheader.c
2103                 Only allow correct filenames for various
2104                 custom headers
2105
2106 2006-06-18 [colin]      2.3.0cvs21
2107
2108         * src/prefs_customheader.c
2109                 Add a 'From File...' button in custom headers prefs, which
2110                 try to do the right thing: 
2111                 for normal headers, use file as plaintext,
2112                 for X-Face, calls compface,
2113                 for Face, encode to b64.
2114
2115 2006-06-17 [colin]      2.3.0cvs20
2116
2117         * src/mh.c
2118                 Warning fix
2119
2120 2006-06-16 [colin]      2.3.0cvs19
2121
2122         * src/summaryview.c
2123                 Recursive quicksearch: show message list
2124                 in current folder, *then* search children
2125                 in the background.
2126
2127 2006-06-16 [colin]      2.3.0cvs18
2128
2129         * src/main.c
2130                 Instead of ignoring SIGPIPE, save caches
2131                 when getting one. Will fix the fact that
2132                 hot caches are out-of-date when logging 
2133                 out of Xorg.
2134         * src/compose.c
2135         * src/prefs_compose_writing.c
2136                 Only save text (not attachments) when 
2137                 auto-saving to drafts
2138         * src/unmime.c
2139                 Always replace \n, \r and \t with spaces
2140                 in headers
2141         * manual/dist/html/Makefile.am
2142         * manual/dist/pdf/Makefile.am
2143         * manual/dist/ps/Makefile.am
2144         * manual/dist/txt/Makefile.am
2145         * manual/fr/dist/html/Makefile.am
2146         * manual/fr/dist/pdf/Makefile.am
2147         * manual/fr/dist/ps/Makefile.am
2148         * manual/fr/dist/txt/Makefile.am
2149         * manual/pl/dist/html/Makefile.am
2150         * manual/pl/dist/pdf/Makefile.am
2151         * manual/pl/dist/ps/Makefile.am
2152         * manual/pl/dist/txt/Makefile.am
2153                 Fix make clean removing pregenerated manuals
2154
2155
2156 2006-06-16 [colin]      2.3.0cvs17
2157
2158         * src/plugins/pgpcore/sgpgme.c
2159         * src/plugins/pgpmime/pgpmime.c
2160         * src/plugins/pgpinline/pgpinline.c
2161                 Better error reporting in setup_signers.
2162                 Don't fallback to default key if specified
2163                 key isn't found.
2164                 Don't allow signing if more than one secret
2165                 key matches the one specified in prefs.
2166
2167 2006-06-15 [colin]      2.3.0cvs16
2168
2169         * src/folderview.c
2170                 Add "Send queue" in the folder's contextual
2171                 menu
2172         * src/compose.c
2173         * src/messageview.c
2174         * src/privacy.c
2175         * src/privacy.h
2176         * src/procmime.c
2177         * src/procmsg.c
2178         * src/plugins/pgpcore/passphrase.c
2179         * src/plugins/pgpcore/sgpgme.c
2180         * src/plugins/pgpinline/pgpinline.c
2181         * src/plugins/pgpmime/pgpmime.c
2182                 Better error reporting
2183         * src/mbox.c
2184                 Probably fix bug #971 (2.2.3 cannot read mail 
2185                 from local mbox)
2186
2187
2188 2006-06-15 [mones]      2.3.0cvs15
2189
2190         * tools/make.themes.project
2191                 creates the themes project from the web page
2192
2193 2006-06-15 [colin]      2.3.0cvs14
2194
2195         * src/folder.c
2196                 Better fix (avoid losing the folder if scan_tree 
2197                 fails)
2198
2199 2006-06-15 [cleroy]     2.3.0cvs13
2200
2201         * src/folder.c
2202                 Probably fix Bug #969 (crash on rebuilding 
2203                 imap folder)
2204
2205 2006-06-14 [colin]      2.3.0cvs12
2206
2207         * manual/dtd/manual.xsl
2208         * manual/sylpheed-claws-manual.xml
2209         * manual/fr/sylpheed-claws-manual.xml
2210         * manual/pl/sylpheed-claws-manual.xml
2211                 Insert pagebreaks between sections
2212
2213 2006-06-14 [paul]       2.3.0cvs11
2214
2215         * configure.ac
2216                 better fix than 2.3.0cvs10
2217
2218 2006-06-14 [paul]       2.3.0cvs10
2219
2220         * configure.ac
2221                 fix setting of PACKAGE_DATA_DIR with newer autoconf
2222                 (backwards compatible)
2223
2224 2006-06-13 [colin]      2.3.0cvs9
2225
2226         * src/messageview.c
2227                 Fix sending of return receipt with the new queue folders
2228
2229 2006-06-13 [wwp]        2.3.0cvs8
2230
2231         * src/quote_fmt_lex.l
2232                 fix wrong tokens returned in quote_fmt lexer, query not().
2233
2234 2006-06-13 [wwp]        2.3.0cvs7
2235
2236         * src/folder.c
2237         * src/prefs_folder_item.c
2238                 allow changing folder type even when folder is not a top-level one,
2239                 thanks to Colin.
2240
2241 2006-06-12 [colin]      2.3.0cvs6
2242
2243         * src/folderview.c
2244                 Fix double-ask of "Do you want to mark all
2245                 as read"
2246
2247 2006-06-12 [colin]      2.3.0cvs5
2248
2249         * src/compose.c
2250         * src/compose.h
2251         * src/folder.c
2252         * src/folder.h
2253         * src/imap.c
2254         * src/inc.c
2255         * src/main.c
2256         * src/messageview.c
2257         * src/mh.c
2258         * src/prefs_folder_item.c
2259         * src/procheader.c
2260         * src/procmime.c
2261         * src/procmsg.c
2262         * src/procmsg.h
2263         * src/send_message.c
2264         * src/summaryview.c
2265         * src/toolbar.c
2266                 Apply bug #964's patch (Queue and drafts aren't normal)
2267                 The Drafts and Queue folder now contain RFC-822 files,
2268                 allowing to move and copy mails from and to these 
2269                 folders. Moving from Drafts to Queue will prepare the
2270                 mail for sending (PGP signature, encryption, etc).
2271                 This patch also rework sending errors handling to try
2272                 to be more helpful.
2273                 Also, allow redefining folder types via the GUI 
2274                 (Folder type in its Properties)
2275
2276 2006-06-12 [colin]      2.3.0cvs4
2277
2278         * src/summaryview.c
2279         * src/prefs_common.c
2280         * src/prefs_common.h
2281         * src/gedit-print.c
2282                 Allow to define a specific print font - patch
2283                 by Bernhard Walle <bernhard.walle@gmx.de>
2284         * src/prefs_fonts.c
2285         * manual/advanced.xml
2286         * manual/fr/advanced.xml
2287                 Add a hidden pref to allow deletion without
2288                 confirmation
2289
2290 2006-06-12 [wwp]        2.3.0cvs3
2291
2292         * .cvsignore
2293                 more files to ignore.
2294
2295 2006-06-12 [wwp]        2.3.0cvs2
2296
2297         * src/quote_fmt.c
2298         * src/quote_fmt_lex.l
2299         * src/quote_fmt_parse.y
2300                 extend the quote_fmt parser (templates and quotes):
2301                 - allow limited sub-expressions in |p{} and |f{} expressions,
2302                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
2303                 - implemented/fixed missing implementation of query_references and show_references,
2304                 - completed, fixed contents and format of the symbols help dialog,
2305                 - fix some compilation warnings.
2306
2307 2006-06-12 [wwp]        2.3.0cvs1
2308
2309         * manual/advanced.xml
2310         * manual/fr/advanced.xml
2311                 updates in the "templates" section of the manual (eng/fr):
2312                  - be more precise (both versions)
2313                  - completed to match the english reference (fr version)
2314                  - touchups (both versions)
2315
2316 2006-06-12 [paul]       2.3.0
2317
2318         2.3.0 released
2319
2320 2006-06-12 [paul]       2.2.3cvs14
2321
2322         * po/ca.po
2323         * po/cs.po
2324         * po/de.po
2325         * po/el.po
2326         * po/fr.po
2327         * po/it.po
2328         * po/pt_BR.po
2329         * po/sr.po
2330         * po/zh_CN.po
2331                 updated by Miquel Oliete, Tim, Stephan Sachse,
2332                 Stavros Giannouris, Fabien Vantard, Andrea
2333                 Spadaccini, Frederico Goncalves Guimaraes,
2334                 Aleksandar Urosevic, and Ralgh Young
2335
2336 2006-06-12 [colin]      2.2.3cvs13
2337
2338         * src/mbox.c
2339                 Add missing header
2340
2341 2006-06-11 [colin]      2.2.3cvs12
2342
2343         * src/msgcache.c
2344                 Verify that g_malloc() succeeded
2345
2346 2006-06-11 [colin]      2.2.3cvs11
2347
2348         * src/wizard.c
2349                 Add Face header to welcome mail
2350
2351 2006-06-10 [colin]      2.2.3cvs10
2352
2353         * src/textview.c
2354                 Revert previous (Forgot it changes the
2355                 margin on the whole mail)
2356
2357 2006-06-10 [colin]      2.2.3cvs9
2358
2359         * src/textview.c
2360                 Don't overlap long headers under (X-)Face
2361
2362 2006-06-10 [mones]      2.2.3cvs8
2363
2364         * manual/xml2pdf
2365                 allow generation of manual on systems lacking saxon binary
2366                 but with java and the saxon library installed
2367
2368         * po/es.po
2369                 updated for release
2370
2371 2006-06-09 [colin]      2.2.3cvs7
2372
2373         * src/summaryview.c
2374                 Fix leak when using Display Sender using Addressbook
2375
2376 2006-06-09 [colin]      2.2.3cvs6
2377
2378         * src/compose.c
2379         * src/folder.c
2380         * src/folderview.c
2381         * src/mimeview.c
2382         * src/summaryview.c
2383                 More leaks fixes
2384
2385 2006-06-09 [paul]       2.2.3cvs5
2386
2387         * AUTHORS
2388         * src/gtk/authors.h
2389         * tools/claws.i18n.status.pl
2390                 updated with new info
2391
2392 2006-06-09 [paul]       2.2.3cvs4
2393
2394         * README
2395                 updated
2396         * manual/ack.xml
2397                 add wwp to authors list
2398         * src/gtk/authors.h
2399                 update mine and Colin's addresses
2400
2401 2006-06-08 [colin]      2.2.3cvs3
2402
2403         * src/etpan/imap-thread.c
2404                 Fix leak on SSL cert check
2405
2406 2006-06-08 [colin]      2.2.3cvs2
2407
2408         * src/common/utils.c
2409                 Fix leak
2410
2411 2006-06-08 [paul]       2.2.3cvs1
2412
2413         * configure.ac
2414                 Update version number following
2415                 stable release
2416
2417 2006-06-07 [colin]      2.2.2cvs3
2418
2419         * src/msgcache.c
2420                 Fix catching cache read errors (guint instead of gint)
2421                 Prevent malloc'ing more than 8MB (means cache corruption)
2422
2423 2006-06-07 [paul]       2.2.2cvs2
2424
2425         * src/exporthtml.c
2426         * src/exportldif.c
2427         * src/mh.c
2428         * src/mutt.c
2429         * src/pine.c
2430         * src/common/utils.c
2431                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
2432                 obey $HOME'
2433                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
2434                 Thanks to Colin
2435
2436 2006-06-06 [paul]       2.2.2cvs1
2437
2438         * configure.ac
2439                 Update version number following
2440                 stable release
2441
2442 2006-06-06 [paul]       2.2.1cvs6
2443
2444         * src/matcher.c
2445                 fix  implicit declaration of
2446                 sylpheed_do_idle()
2447                 Patch by Fabien Vantard
2448
2449 2006-06-06 [paul]       2.2.1cvs5
2450
2451         * src/matcher.c
2452                 fix age_greater and age_lower so that they
2453                 mean what say and not '...or equal to'
2454                 Thanks to Colin
2455
2456 2006-06-06 [paul]       2.2.1cvs4
2457
2458         * src/textview.c
2459         * src/common/utils.c
2460                 fix URI check
2461                 Thanks to Colin
2462
2463 2006-06-05 [wwp]        2.2.1cvs3
2464
2465         * manual/fr/account.xml
2466                 minor language fixes (thanks to Fabien Vantard).
2467
2468 2006-06-05 [colin]      2.2.1cvs2
2469
2470         * src/prefs_folder_item.c
2471         * src/folderview.c
2472                 Allow recursive setting of properties 
2473                 for whole mailboxes
2474         * src/matcher.c
2475                 Don't freeze on 'test' filtering rule
2476
2477 2006-06-05 [colin]      2.2.1cvs1
2478
2479         * configure.ac
2480                 Update version number following
2481                 stable release
2482
2483 2006-06-04 [wwp]        2.2.0cvs82
2484
2485         * manual/glossary.xml
2486         * manual/account.xml
2487         * manual/fr/glossary.xml
2488         * manual/fr/account.xml
2489                 added glossary section and references/links related to the Face custom header.
2490
2491 2006-06-04 [colin]      2.2.0cvs81
2492
2493         * src/summaryview.c
2494                 Skip to next message on move with no
2495                 immediate execution
2496
2497 2006-06-04 [wwp]        2.2.0cvs80
2498
2499         * manual/xml2pdf
2500                 added sanity checks, exit when needed.
2501
2502 2006-06-03 [paul]       2.2.0cvs79
2503
2504         * src/prefs_receive.c
2505                 page name is now 'Receiving'
2506         * src/prefs_send.c
2507                 page name is now 'Sending'
2508
2509 2006-06-03 [colin]      2.2.0cvs78
2510
2511         * src/plugins/spamassassin/spamassassin_gtk.c
2512                 Autoswitch to Localhost if transport was previously
2513                 disabled. Else people had to check [] Enable, then
2514                 *reselect* transport.
2515
2516 2006-06-03 [colin]      2.2.0cvs77
2517
2518         * src/plugins/pgpinline/pgpinline.c
2519         * src/plugins/pgpmime/pgpmime.c
2520                 Check that gpg_data_release_and_get_mem 
2521                 didn't fail (now, why this happens...)
2522
2523 2006-06-03 [colin]      2.2.0cvs76
2524
2525         * src/mbox.c
2526                 Fix bug #962 (Manual and/or UI should 
2527                 warn about incompatible locking 
2528                 causing dataloss)
2529
2530 2006-06-02 [cleroy]     2.2.0cvs75
2531
2532         * src/filtering.c
2533         * src/folder.c
2534         * src/procmsg.c
2535         * src/summaryview.c
2536                 Fix a few leaks
2537
2538 2006-06-02 [colin]      2.2.0cvs74
2539
2540         * src/main.c
2541                 On exit, free caches after writing them
2542                 Shuts up some valgrind false positives
2543         * src/procmsg.c
2544         * src/send_message.c
2545                 Fix races when reusing existing SMTP connections
2546                 Fix inexistant session timeout
2547         * src/toolbar.c
2548                 Display alertpanel after all queues have
2549                 been processed, not after each
2550
2551 2006-06-02 [wwp]        2.2.0cvs73
2552
2553         * manual/fr/glossary.xml
2554         * manual/fr/ack.xml
2555         * manual/ack.xml
2556                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
2557
2558 2006-06-02 [wwp]        2.2.0cvs72
2559
2560         * manual/xml2pdf
2561         * manual/dist/pdf/Makefile.am
2562         * manual/dtd/manual.xsl
2563         * manual/fr/dist/pdf/Makefile.am
2564         * manual/pl/dist/pdf/Makefile.am
2565                 we changed the procedure to generate the .pdf version of the manual.
2566                 The procedure is more modern and the .pdf we get now has a valid index.
2567                 Here are the new pre-requisites:
2568
2569                 - JRE 1.x (1.4 here): there must be one from your distro
2570                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
2571                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
2572                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
2573
2574                 See my posts for further info about the installation of this toolchain:
2575
2576                 Date: Fri, 19 May 2006 19:40:06 +0200
2577                 From: wwp <subscript@free.fr>
2578                 To: sylpheed-claws-devel@lists.sourceforge.net
2579                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
2580
2581                 and
2582
2583                 Date: Wed, 24 May 2006 12:58:49 +0200
2584                 From: wwp <subscript@free.fr>
2585                 To: sylpheed-claws-devel@lists.sourceforge.net
2586                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
2587
2588 2006-06-01 [colin]      2.2.0cvs71
2589
2590         * src/compose.c
2591                 Better guards against IMAP races
2592         * src/main.c
2593         * src/prefs_common.c
2594         * src/prefs_common.h
2595         * src/common/ssl_certificate.c
2596         * src/etpan/imap-thread.c
2597         * src/etpan/imap-thread.h
2598         * src/gtk/sslcertwindow.c
2599                 New hidden option ssl_skip_cert_check to 
2600                 avoid dups of bug #959 (libetpan linked
2601                 against gnutls and gnutls buggy on 64bit)
2602                 Present expired warning only once per
2603                 session/server.
2604         * manual/advanced.xml
2605         * manual/fr/advanced.xml
2606                 Document new option
2607
2608 2006-06-01 [wwp]        2.2.0cvs70
2609
2610         * src/messageview.c
2611                 fix for bug #961 (return receipt dialog 
2612                 complains incorrectly about return-path 
2613                 email adress being different), thanks 
2614                 to Colin.
2615
2616 2006-05-31 [cleroy]     2.2.0cvs69
2617
2618         * src/common/ssl.c
2619                 Guard against NULLs, although this
2620                 should never be an issue
2621
2622 2006-05-31 [colin]      2.2.0cvs68
2623
2624         * src/filtering.c
2625                 Use g_slist_prepend
2626         * src/imap.c
2627                 Don't remove caches when destroying folder, it
2628                 could (should) be done at exit
2629         * src/inc.c
2630                 free processing cache after incorporation
2631         * src/etpan/imap-thread.c
2632                 Maybe fix bug #959 (Crash on moving to emails 
2633                 to a imap account per ssl with a expired 
2634                 certificate.)
2635
2636 2006-05-30 [colin]      2.2.0cvs67
2637
2638         * src/summaryview.c
2639                 Put back event flush when displaying message
2640                 It avoids reading a bunch of messages just
2641                 by hitting shift-n for too long ;)
2642
2643 2006-05-29 [colin]      2.2.0cvs66
2644
2645         * src/summaryview.c
2646                 Remove useless g_warnings
2647
2648 2006-05-29 [colin]      2.2.0cvs65
2649
2650         * src/imap.c
2651                 Fix g_slist_append()s for performance
2652
2653 2006-05-29 [colin]      2.2.0cvs64
2654
2655         * src/compose.c
2656         * src/common/utils.c
2657                 Fix extraneous tab at start of addresses
2658         * src/mainwindow.c
2659                 Fix warnings (thanks to Fabien)
2660                 Fix crash at exit when composing messages 
2661                 exist
2662         * src/pop.c
2663                 Fix progress bar when deleting expired mails
2664                 Thanks to Hiro
2665         * src/summaryview.c
2666         * src/gtk/gtksctree.c
2667                 Fix re-sorting slowness
2668
2669 2006-05-29 [paul]       2.2.0cvs63
2670
2671         * src/mh.c
2672                 fetch full message when moving mails
2673                 from another mailbox, (fixed data loss
2674                 when filtering from IMAP to MH, introduced
2675                 in 2.2.0cvs57).
2676                 Thanks to Colin
2677
2678 2006-05-29 [mones]      2.2.0cvs62
2679
2680         * src/gtk/gtksctree.c
2681                 Unselect faster (patch by Colin)        
2682
2683 2006-05-26 [colin]      2.2.0cvs61
2684
2685         * src/summaryview.c
2686                 Unplug MSGINFO_UPDATE callback on delete too.
2687
2688 2006-05-26 [colin]      2.2.0cvs60
2689
2690         * src/foldersel.c
2691                 Fix bold in folder selection window with glib2.10
2692                 thanks Hiro
2693
2694 2006-05-26 [colin]      2.2.0cvs59
2695
2696         * src/procheader.c
2697                 Convert date only if necessary (and don't
2698                 try to convert from utf8 to utf8, too)
2699         * src/summaryview.c
2700                 Only set column's text if the column's 
2701                 displayed
2702
2703 2006-05-26 [colin]      2.2.0cvs58
2704
2705         * src/summaryview.c
2706         * src/gtk/gtkutils.c
2707                 Fix useless warning
2708
2709 2006-05-26 [colin]      2.2.0cvs57
2710
2711         * src/mainwindow.c
2712                 Make summaryview selectable as long as 
2713                 no message has focus
2714         * src/mh.c
2715                 Faster deletion (by implementing mh_remove_msgs)
2716                 Faster copy (avoid using mh_fetch_msg just to get
2717                 the filename)
2718                 Faster move (using move_file instead of copy_file
2719                 if MSG_IS_MOVE)
2720                 No progressbar if total number of mails to cp/mv 
2721                 is less than 100
2722         * src/summaryview.c
2723                 Fix removal from subject_table when mail gets moved
2724                 Faster deletion (g_slist_prepend instead of append)
2725         * src/gtk/gtksctree.c
2726                 Remove useless code
2727
2728 2006-05-25 [colin]      2.2.0cvs56
2729
2730         * src/common/ssl_certificate.c
2731                 Fix leak in expired cert check
2732
2733 2006-05-25 [colin]      2.2.0cvs55
2734
2735         * src/mh.c
2736                 Disable flags syncing on .mh_sequences - it
2737                 is buggy and marks mails read under unknown
2738                 conditions.
2739
2740 2006-05-25 [paul]
2741
2742         * 2.3.0-rc4 released
2743
2744 2006-05-24 [colin]      2.2.0cvs54
2745
2746         attention cvs users: if you manage to crash
2747         Sylpheed-Claws while moving, copying or deleting
2748         mails, we *are* interested in stack traces and
2749         valgrind logs. It looks stable, but one never
2750         knows...
2751
2752         * src/folder.c
2753                 Add progressbar for cache updates
2754         * src/folderutils.c
2755                 Optimize Mark all read in the current
2756                 folder
2757         * src/mh.c
2758                 Add progressbar for copy/move
2759         * src/procmsg.c
2760                 Optimize O(n^2) in copy/move
2761         * src/summaryview.c
2762         * src/gtk/gtksctree.c
2763                 Optimize O(n^2) algos
2764         * src/common/timing.h
2765                 Display ms instead of us
2766
2767 2006-05-24 [wwp]        2.2.0cvs53
2768
2769         * manual/fr/advanced.xml
2770                 updates to the French manual.
2771
2772 2006-05-24 [wwp]        2.2.0cvs52
2773
2774         * src/common/utils.c
2775                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
2776
2777 2006-05-24 [wwp]        2.2.0cvs51
2778
2779         * src/folderutils.c
2780                 fixed "mark all read" in MH folders (thanks to Colin).
2781
2782 2006-05-24 [paul]       2.2.0cvs50
2783
2784         * doc/man/sylpheed-claws.1
2785                 updated the man page
2786
2787 2006-05-23 [colin]      2.2.0cvs49
2788
2789         * src/folderview.c
2790         * src/imap.c
2791         * src/inc.c
2792         * src/mbox.c
2793         * src/messageview.c
2794         * src/news.c
2795         * src/send_message.c
2796         * src/summaryview.c
2797         * src/gtk/sslcertwindow.c
2798                 alertpanel fixes, by Fabien
2799
2800 2006-05-23 [colin]      2.2.0cvs48
2801
2802         * src/folder.c
2803         * src/folderview.c
2804         * src/msgcache.c
2805         * src/summaryview.c
2806         * src/gtk/gtksctree.c
2807         * src/gtk/gtksctree.h
2808                 More timings
2809                 Fix slow loading problem, which was caused by the
2810                 use of some gtk_ctree funcs and their use of
2811                 g_list_position while gtk_ctree_(un)link'ing.
2812                 Reap more functions from gtkctree.c to be sure we
2813                 use our (fast) version instead of theirs.
2814         * src/mh.c
2815                 Fix copy of unread mails
2816
2817
2818 2006-05-22 [wwp]        2.2.0cvs47
2819
2820         * manual/fr/advanced.xml
2821                 updated.
2822
2823 2006-05-22 [colin]      2.2.0cvs46
2824
2825         * src/filtering.c
2826                 Fix possible infinite loop. 'copy' is not a 
2827                 final action, so when encountering a 'copy',
2828                 we have to check if a previous one was set
2829                 and do it. In the same way, if we encounter
2830                 a 'move' we have to perform a possibly 
2831                 pending 'copy'. This will slow down filtering
2832                 on IMAP if move+copy or multiple copy actions
2833                 are to be done, but handling it via the batch
2834                 would be really too convoluted.
2835
2836 2006-05-22 [wwp]        2.2.0cvs45
2837
2838         * manual/fr/advanced.xml
2839         * manual/fr/faq.xml
2840         * manual/fr/glossary.xml
2841         * manual/fr/handling.xml
2842         * manual/fr/intro.xml
2843         * manual/fr/plugins.xml
2844         * manual/fr/sylpheed-claws-manual.xml
2845                 sync w/ the english manual: updates URIs, documented mailing-list
2846                 support, better explanation about the enabled/disabled feature
2847                 in filtering/processing rules by Paul.
2848
2849 2006-05-21 [colin]      2.2.0cvs44
2850
2851         * src/summaryview.c
2852                 Don't expand after building threads, but during
2853
2854 2006-05-21 [colin]      2.2.0cvs43
2855
2856         * src/procmsg.c
2857         * src/summaryview.c
2858                 More timing possibilities... For next time I have 
2859                 to find out how the hell some 3GHz computer takes
2860                 one minute to open a 30k folder...
2861
2862 2006-05-21 [colin]      2.2.0cvs42
2863
2864         * manual/pl/advanced.xml
2865         * manual/pl/faq.xml
2866         * manual/pl/glossary.xml
2867         * manual/pl/handling.xml
2868         * manual/pl/intro.xml
2869         * manual/pl/plugins.xml
2870         * manual/pl/sylpheed-claws-manual.xml
2871                 Polish manual updated by Pawel
2872
2873 2006-05-20 [colin]
2874
2875         * 2.3.0-rc3 released
2876
2877 2006-05-20 [colin]      2.2.0cvs41
2878
2879         * src/imap.c
2880                 Fix -rc2 problems:
2881                 - remove cache of moved messages from original folder
2882                 - apply new flags to messages even if they aren't appliable
2883                   via IMAP.
2884
2885 2006-05-20 [colin]
2886
2887         * 2.3.0-rc2 released
2888
2889 2006-05-19 [colin]      2.2.0cvs40
2890
2891         * src/imap.c
2892                 Don't issue SELECT in imap_change_flags
2893                 before having checked that we indeed have
2894                 some flags to change. MSG_POSTFILTERED for
2895                 example can't be used on IMAP.
2896                 Fixes bug #955 (copying messages between 
2897                 imap folders is extremely slow), which was
2898                 a regression.
2899
2900 2006-05-19 [colin]      2.2.0cvs39
2901
2902         * src/folder.c
2903         * src/folder.h
2904         * src/folderview.c
2905                 Try to fix bug #830 (Some unread messages 
2906                 get marked read in IMAP inbox):
2907                 - Prevent scanning a folder if it's being 
2908                   opened via the GUI
2909                 - Postpone opening via the GUI of a folder
2910                   currently scanned.
2911
2912
2913 2006-05-19 [wwp]        2.2.0cvs38
2914
2915         * manual/advanced.xml
2916                 fix English+typo (thanks to Paul).
2917
2918 2006-05-19 [wwp]        2.2.0cvs37
2919
2920         * manual/advanced.xml
2921         * manual/fr/advanced.xml
2922         * src/gtk/logwindow.c
2923         * src/prefs_common.c
2924         * src/prefs_common.h
2925                 added hidden prefs to allow customization of colors used in
2926                 protocol log window (useful for dark gtk+ themes).
2927
2928 2006-05-19 [wwp]        2.2.0cvs36
2929
2930         * ChangeLog
2931                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
2932
2933 2006-05-19 [paul]       2.2.0cvs35
2934
2935         * src/textview.c
2936                 make Reply-To fully clickable
2937         * src/gtk/logwindow.c
2938                 more colouring (SMTP ESMTP)
2939         Both patches by Pawel Pekala
2940
2941 2006-05-19 [cleroy]     2.2.0cvs34
2942
2943         * src/mh.c
2944                 Don't update flags from current folder
2945                 Probably fixes bug #935 (Read Messages 
2946                 Revert to Being Marked as Unread)
2947
2948 2006-05-18 [colin]      2.2.0cvs33
2949
2950         * src/imap.c
2951                 Warning fix
2952         * src/compose.c
2953         * src/mainwindow.c
2954         * src/summaryview.c
2955         * src/toolbar.c
2956                 Allow replying to multiple emails
2957                 in multiple windows
2958         * src/mimeview.c
2959         * src/etpan/imap-thread.c
2960                 Leak fixes
2961
2962 2006-05-18 [paul]       2.2.0cvs32
2963
2964         * src/summaryview.c
2965                 keep Mailing-List menu refreshed
2966                 Thanks to Colin
2967
2968 2006-05-18 [paul]       2.2.0cvs31
2969
2970         * manual/advanced.xml
2971         * manual/faq.xml
2972         * manual/glossary.xml
2973         * manual/handling.xml
2974         * manual/intro.xml
2975         * manual/plugins.xml
2976         * manual/sylpheed-claws-manual.xml
2977                 update URLs
2978                 add info about mailing-list support
2979                 edit filtering info
2980         * src/wizard.c
2981         * src/common/defs.h
2982         * src/gtk/about.c
2983         * src/plugins/dillo_viewer/README
2984                 update URLs
2985
2986 2006-05-17 [wwp]        2.2.0cvs30
2987
2988         * manual/handling.xml
2989         * manual/fr/handling.xml
2990                 documented the ability to enabled/disable filtering/processing rules.
2991
2992 2006-05-17 [colin]      2.2.0cvs29
2993
2994         * src/main.c
2995                 Don't initialize g_thread subsystem if it's 
2996                 already done (thanks to Hiro)
2997         * src/mimeview.c
2998                 Fix saving of parts when there name can't be
2999                 converted from UTF-8.
3000
3001 2006-05-17 [paul]       2.2.0cvs28
3002
3003         * po/Makefile.in.in
3004                 fix config.status warning with autoconf 2.60
3005
3006 2006-05-17 [paul]       2.2.0cvs27
3007
3008         * po/POTFILES.in
3009                 add src/mbox.c
3010
3011 2006-05-17 [wwp]        2.2.0cvs26
3012
3013         * src/mainwindow.c
3014                 fix useless and potentially dangerous buffer walking (thanks to Colin).
3015
3016 2006-05-17 [wwp]        2.2.0cvs25
3017
3018         * src/plugins/demo/demo.c
3019                 updated product name in plugin demo (many plugins need to be
3020                 sync'ed w/ that change).
3021
3022 2006-05-17 [colin]      2.2.0cvs24
3023
3024         * src/mh.c
3025                 Fix leak
3026
3027 2006-05-16 [colin]      2.2.0cvs23
3028
3029         * src/mainwindow.c
3030                 Stupid me hit again. Fix cvs22.
3031
3032 2006-05-16 [colin]      2.2.0cvs22
3033
3034         * src/mainwindow.c
3035                 Fix bug #922 (sylpheed-claws crashed after 
3036                 pushing on Inbox folder)
3037
3038 2006-05-16 [colin]      2.2.0cvs21
3039
3040         * src/compose.c
3041                 Make From header be copy/paste/select-able
3042
3043 2006-05-16 [wwp]        2.2.0cvs20
3044
3045         * src/export.c
3046         * src/matcher.c
3047         * src/summaryview.c
3048         * src/etpan/imap-thread.c
3049                 fix some compiler warnings (thanks to Colin).
3050
3051 2006-05-16 [wwp]        2.2.0cvs19
3052
3053         * src/action.c
3054         * src/gedit-print.c
3055         * src/inc.c
3056         * src/mainwindow.c
3057         * src/mh.c
3058         * src/statusbar.c
3059         * src/send_message.c
3060         * src/summaryview.c
3061                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
3062
3063 2006-05-15 [colin]      2.2.0cvs18
3064
3065         * src/procmsg.c
3066                 Fix automatic rule creation with List-Post
3067
3068 2006-05-15 [paul]       2.2.0cvs17
3069
3070         * tools/filter_conv_new.pl
3071                 updated for rule enabling/disabling
3072                 claws version >= 2.3.x required
3073
3074 2006-05-15 [cleroy]     2.2.0cvs16
3075
3076         * src/main.c
3077                 Revert test
3078
3079 2006-05-15 [cleroy]     2.2.0cvs15
3080
3081         * src/main.c
3082                 test
3083
3084 2006-05-15 [wwp]        2.2.0cvs14
3085
3086         * manual/pl/.cvsignore
3087                 ignore generated files.
3088
3089 2006-05-14 [wwp]        2.3.0-rc1
3090
3091         * 2.3.0-rc1 released
3092
3093 2006-05-13 [wwp]        2.2.0cvs13
3094
3095         * src/filtering.c
3096         * src/filtering.h
3097         * src/matcher.c
3098         * src/matcher_parser_lex.l
3099         * src/matcher_parser_parse.y
3100         * src/prefs_filtering.c
3101                 new feature: provide the ability to disable filtering and processing
3102                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
3103                 adaptations.
3104
3105 2006-05-13 [colin]      2.2.0cvs12
3106
3107         * src/compose.c
3108                 Remove useless if (a) b; else b;
3109                 Thanks to wwp
3110
3111 2006-05-13 [wwp]        2.2.0cvs11
3112
3113         * src/export.c
3114         * src/import.c
3115         * src/mainwindow.c
3116         * src/mbox.c
3117         * src/summaryview.c
3118         * src/summaryview.h
3119                 no more silent failures (or at least less ones) when importing
3120                 or exporting from/to mbox. Also start importing/exporting if
3121                 the necessary info is set.
3122
3123 2006-05-13 [wwp]        2.2.0cvs10
3124
3125         * RELEASE_NOTES
3126                 restored up-to-date release notes.
3127
3128 2006-05-13 [paul]       2.2.0cvs9
3129
3130         * po/nl.po
3131         * po/ru.po
3132                 updated by Tim Dijkstra and Pavlo Bohmat
3133
3134 2006-05-12 [colin]      2.2.0cvs8
3135
3136         * src/gtk/quicksearch.c
3137                 Add "k" as shortcut for "colorlabel". Patch
3138                 by ath42@users.sf.net.
3139
3140 2006-05-12 [paul]       2.2.0cvs7
3141
3142         * src/prefs_common.h
3143         * src/prefs_summaries.c
3144         * src/summaryview.c
3145                 when entering a folder also allow
3146                 going directly to first Marked message
3147
3148 2006-05-12 [paul]       2.2.0cvs6
3149
3150         * src/summaryview.c
3151                 always obey 'confirm before marking all
3152                 mails read' option
3153
3154 2006-05-12 [paul]       2.2.0cvs5
3155
3156         * src/textview.c
3157                 make Sender fully clickable
3158
3159 2006-05-12 [colin]      2.2.0cvs4
3160
3161         * src/compose.c
3162         * src/compose.h
3163                 Let From be editable
3164         * src/main.c
3165         * src/mh.c
3166                 Full support of .mh_sequences' Unseen seq
3167
3168 2006-05-12 [colin]      2.2.0cvs3
3169
3170         * src/folder.c
3171         * src/mainwindow.c
3172         * src/mainwindow.h
3173         * src/messageview.c
3174         * src/prefs_spelling.c
3175         * src/procheader.c
3176         * src/procmsg.c
3177         * src/procmsg.h
3178         * src/summaryview.c
3179         * src/toolbar.c
3180         * src/toolbar.h
3181                 Add contextual menu on Compose toolbar
3182                 button. Fixes bug #944 (Automatic
3183                 addresses not applied when changing account
3184                 from compose window)
3185                 add Mailing List support
3186                 based on the old 0.6.5claws25 patch by
3187                 Melvin Hadasht, with finishing touches
3188                 by Colin
3189                 Fix "ignore thread" when mails are threaded by
3190                 subject (and weren't ignored although appearing
3191                 in the thread).
3192                 GUI rework.
3193                 Both patches by Pawel.
3194
3195 2006-05-08 [paul]       2.2.0cvs2
3196
3197         * src/mainwindow.c
3198         * src/mainwindow.h
3199         * src/messageview.c
3200         * src/procheader.c
3201         * src/procmsg.c
3202         * src/procmsg.h
3203         * src/summaryview.c
3204                 add Mailing List support
3205                 based on the old 0.6.5claws25 patch by 
3206                 Melvin Hadasht, with finishing touches
3207                 by Colin
3208
3209 2006-05-08 [colin]      2.2.0cvs1
3210
3211         * src/mainwindow.c
3212         * src/toolbar.c
3213         * src/toolbar.h
3214                 Add contextual menu on Compose toolbar 
3215                 button. Fixes bug #944 (Automatic 
3216                 addresses not applied when changing account 
3217                 from compose window)
3218
3219 2006-05-08 [paul]       2.2.0
3220
3221         2.2.0 released
3222
3223 2006-05-08 [paul]       2.1.1cvs51
3224
3225         * po/cs.po
3226         * po/de.po
3227         * po/en_GB.po
3228         * po/fi.po
3229         * po/fr.po
3230         * po/pt_BR.po
3231         * po/sr.po
3232         * po/zh_CN.po
3233                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3234                 Fabien Vantard, Frederico Goncalves Guimaraes,
3235                 Aleksandar Urosevic, and Ralgh Young
3236
3237 2006-05-12 [colin]      2.1.1cvs50
3238
3239         * po/cs.po
3240         * po/de.po
3241         * po/en_GB.po
3242         * po/es.po
3243         * po/fi.po
3244         * po/fr.po
3245         * po/pt_BR.po
3246         * po/sr.po
3247         * po/zh_CN.po
3248                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3249                 Fabien Vantard, Frederico Goncalves Guimaraes,
3250                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
3251
3252 2006-05-05 [colin]      2.1.1cvs49
3253
3254         * manual/Makefile.am
3255         * manual/pl/Makefile.am
3256         * manual/pl/account.xml
3257         * manual/pl/ack.xml
3258         * manual/pl/addrbook.xml
3259         * manual/pl/advanced.xml
3260         * manual/pl/faq.xml
3261         * manual/pl/glossary.xml
3262         * manual/pl/gpl.xml
3263         * manual/pl/handling.xml
3264         * manual/pl/intro.xml
3265         * manual/pl/keyboard.xml
3266         * manual/pl/plugins.xml
3267         * manual/pl/starting.xml
3268         * manual/pl/sylpheed-claws-manual.xml
3269         * manual/pl/dist/.cvsignore
3270         * manual/pl/dist/Makefile.am
3271         * manual/pl/dist/html/.cvsignore
3272         * manual/pl/dist/html/Makefile.am
3273         * manual/pl/dist/pdf/.cvsignore
3274         * manual/pl/dist/pdf/Makefile.am
3275         * manual/pl/dist/ps/.cvsignore
3276         * manual/pl/dist/ps/Makefile.am
3277         * manual/pl/dist/txt/.cvsignore
3278         * manual/pl/dist/txt/Makefile.am
3279                 Add the polish translation of the manual,
3280                 Authored by Pawel Pekala.
3281
3282 2006-05-05 [cleroy]     2.1.1cvs48
3283
3284         * src/main.c
3285                 Re-read matcherrc after loading plugins 
3286                 if some of them add folders.
3287
3288 2006-05-03 [colin]      2.1.1cvs47
3289
3290         * src/imap.c
3291                 I'm idiot
3292
3293 2006-05-03 [colin]      2.1.1cvs46
3294
3295         * src/imap.c
3296                 Be sure to have a session when
3297                 getting separator
3298
3299 2006-05-03 [colin]      2.1.1cvs45
3300
3301         * src/imap.c
3302         * src/imap.h
3303         * src/imap_gtk.c
3304                 Fix preventing renaming with namespace 
3305                 separator.
3306
3307 2006-05-01 [colin]      2.1.1cvs44
3308
3309         * src/action.c
3310                 Don't reload messageview when result of
3311                 action is piped.
3312
3313 2006-04-29 [colin]      2.1.1cvs43
3314
3315         * src/prefs_receive.c
3316         * src/plugins/spamassassin/spamassassin_gtk.c
3317         * src/plugins/clamav/clamav_plugin_gtk.c
3318                 GUI fixes by Pawel
3319
3320 2006-04-29 [colin]      2.1.1cvs42
3321
3322         * src/prefs_compose_writing.c
3323         * src/prefs_quote.c
3324                 Cleanups. Patch by Pawel
3325
3326 2006-04-28 [paul]       2.1.1cvs41
3327
3328         * src/matcher.c
3329                 fix returned quick search results when search
3330                 term contains an underscore.
3331                 Thanks to Colin
3332
3333 2006-04-28 [paul]       2.1.1cvs40
3334
3335         * src/prefs_message.c
3336         * src/prefs_receive.c
3337                 GUI cleanups
3338                 Patches by Pawel Pekala
3339
3340 2006-04-27 [colin]      2.1.1cvs39
3341
3342         * src/wizard.c
3343                 Differentiate subject Welcome from
3344                 window's title Welcome
3345
3346 2006-04-27 [paul]
3347
3348         2.2.0-rc1 released
3349
3350 2006-04-27 [paul]       2.1.1cvs38
3351
3352         * manual/advanced.xml
3353         * manual/fr/advanced.xml
3354                 add info about compose_no_markup hidden pref
3355
3356 2006-04-27 [paul]       2.1.1cvs37
3357
3358         * src/prefs_account.c
3359                 improve privacy labels
3360         * src/prefs_msg_colors.c
3361                 change some strings for translators' convenience
3362         * src/gtk/gtkutils.c
3363                 don't underline the link button text
3364
3365 2006-04-25 [colin]      2.1.1cvs36
3366
3367         * src/folder.c
3368                 Complete 2.1.1cvs33 (once more ;)
3369
3370 2006-04-25 [colin]      2.1.1cvs35
3371
3372         * src/editldap.c
3373                 Fix tooltip
3374
3375 2006-04-25 [cleroy]     2.1.1cvs34
3376
3377         * src/compose.c
3378         * src/gtk/gtkaspell.c
3379                 Fix crash on redirect (related to the return 
3380                 of the aspell menu in compose's toolbar)
3381         * src/prefs_msg_colors.c
3382                 Fix sensitivity widgets
3383         * src/image_viewer.c
3384         * src/gtk/pluginwindow.c
3385         * src/gtk/prefswindow.c
3386                 Change released signals to clicked (Fabien)
3387         * po/POTFILES.in
3388         * src/common/socket.c
3389         * src/plugins/spamassassin/spamassassin.c
3390                 Translate strings (Fabien)
3391
3392 2006-04-25 [paul]       2.1.1cvs33
3393
3394         * src/folder.c
3395         * src/folder.h
3396         * src/folderview.c
3397                 complete the fix of bug #912
3398                 Thanks to Colin
3399
3400 2006-04-25 [colin]      2.1.1cvs32
3401
3402         * src/news.c
3403                 Better progress bar
3404         * src/mimeview.c
3405         * src/summaryview.c
3406         * src/summaryview.h
3407                 Fix focus chain
3408                 Patches by Pawel Pekala
3409
3410 2006-04-24 [colin]      2.1.1cvs31
3411
3412         * src/compose.c
3413                 Fix compilation warnings (Fabien)
3414
3415 2006-04-24 [colin]      2.1.1cvs30
3416
3417         * src/addrindex.c
3418         * src/editldap.c
3419         * src/editldap_basedn.c
3420         * src/editldap_basedn.h
3421         * src/ldapctrl.c
3422         * src/ldapctrl.h
3423         * src/ldapquery.c
3424         * src/ldaputil.c
3425         * src/ldaputil.h
3426                 Fix bug #901 (LDAPS support)
3427
3428 2006-04-24 [colin]      2.1.1cvs29
3429
3430         * src/compose.c
3431                 Fix logic on error with send dialog on
3432         * src/imap.c
3433                 Fix compilation without libetpan, thanks
3434                 to Fabien
3435         * src/summaryview.c
3436                 Fix 'context-menu' key
3437
3438 2006-04-23 [colin]      2.1.1cvs28
3439
3440         * src/folder.c
3441                 Never free current's cache to free up 
3442                 memory. Fixes bug #912 (new count 
3443                 randomly set to message count)
3444
3445 2006-04-23 [colin]      2.1.1cvs27
3446
3447         * src/gtk/quicksearch.c
3448                 And remove printf...
3449
3450 2006-04-23 [colin]      2.1.1cvs26
3451
3452         * src/gtk/quicksearch.c
3453                 Fix replacing in quicksearch, and fix inserting
3454                 in the middle of the string. (introduced at 2.1.0cvs22)
3455
3456 2006-04-23 [colin]      2.1.1cvs25
3457
3458         * src/imap.c
3459                 Make sure uidnext is initialized in get_num_list
3460                 (not for stable, related to 2.1.1cvs8 and friends)
3461
3462 2006-04-23 [colin]      2.1.1cvs24
3463
3464         * src/imap.c
3465                 Output something when login is successful
3466                 too
3467
3468 2006-04-23 [colin]      2.1.1cvs23
3469
3470         * src/etpan/imap-thread.c
3471                 Better logging (line-per-line, hide data in fetch)
3472                 Fix a const warning
3473         * src/gtk/logwindow.c
3474         * src/gtk/logwindow.h
3475                 Better logging (color for input/output)
3476
3477 2006-04-21 [colin]      2.1.1cvs22
3478
3479         * src/gtk/quicksearch.c
3480                 On gtk+-2.8, use stock buttons in quicksearch
3481                 Based on a patch by Fabien and a design by Paul
3482
3483 2006-04-21 [colin]      2.1.1cvs21
3484
3485         * src/folderview.c
3486         * src/mainwindow.c
3487                 Fix occasional flicker in folderview
3488         * src/common/utils.c
3489                 Fix bug #943 (Incorrectly parsed email address 
3490                 list in short headers on message view and in 
3491                 printouts)
3492
3493 2006-04-20 [colin]      2.1.1cvs20
3494
3495         * src/imap.c
3496         * src/imap.h
3497         * src/prefs_account.c
3498                 Add ANONYMOUS auth for IMAP
3499
3500 2006-04-20 [paul]       2.1.1cvs19
3501
3502         * src/main.c
3503                 proper fix for 2.1.1cvs18
3504                 Thanks to Colin
3505
3506 2006-04-20 [paul]       2.1.1cvs18
3507
3508         * src/main.c
3509                 fix build warnings
3510
3511 2006-04-20 [paul]       2.1.1cvs17
3512
3513         * src/gtk/quicksearch.c
3514                 fix standard, non-extended Quick search,
3515                 was broken in 2.1.1cvs15.
3516                 Thanks to Colin.
3517
3518 2006-04-20 [colin]      2.1.1cvs16
3519
3520         * src/prefs_matcher.c
3521                 Fix values when reselecting a ~test
3522                 rule
3523
3524 2006-04-19 [colin]      2.1.1cvs15
3525
3526         * src/compose.c
3527         * src/compose.h
3528         * src/gtk/gtkaspell.c
3529         * src/gtk/gtkaspell.h
3530                 Put back Options menu in Spelling/
3531         * src/gtk/quicksearch.c
3532                 Don't search, and show error, if the
3533                 advanced search has a syntax error
3534
3535 2006-04-18 [colin]      2.1.1cvs14
3536
3537         * src/textview.c
3538                 Fix gdk warnings on set_cursor when textview
3539                 isn't visible
3540
3541 2006-04-18 [colin]      2.1.1cvs13
3542
3543         * src/gtk/gtksctree.c
3544                 Remove seemingly useless refresh that causes
3545                 flicker - watch this commit in case of 
3546                 problems before planned backport to stable
3547
3548 2006-04-18 [colin]      2.1.1cvs12
3549
3550         * src/imap.c
3551                 Factorize get/set_xml code
3552         * src/compose.c
3553         * src/prefs_account.c
3554         * src/prefs_account.h
3555         * src/procmsg.c
3556                 Add Encrypt to self option
3557
3558 2006-04-17 [colin]      2.1.1cvs11
3559
3560         * configure.ac
3561                 Fix search on encrpyt function on dragonfly
3562                 Patch by Jonathan Buschmann <jonthn@agmact.com>
3563
3564 2006-04-17 [colin]      2.1.1cvs10
3565
3566         * src/prefs_account.c
3567                 Be safe by default: remove mails from POP3
3568                 after 7 days, not immediately
3569
3570 2006-04-17 [colin]      2.1.1cvs9
3571
3572         * src/etpan/imap-thread.c
3573                 Fix build on DragonFly - patch by 
3574                 Jonathan Buschmann <jonthn@agmact.com>
3575
3576 2006-04-17 [colin]      2.1.1cvs8
3577
3578         * src/imap.c
3579                 Save uidnext between sessions
3580
3581 2006-04-17 [colin]      2.1.1cvs7
3582
3583         * src/imap.c
3584                 scan is required when uid validity changes
3585
3586 2006-04-17 [colin]      2.1.1cvs6
3587
3588         * src/folderview.c
3589                 Don't scan if not necessary, apart in current
3590                 folder and INBOX to fetch flags.
3591         * src/imap.c
3592                 Scan is necessary if unread count changes
3593
3594 2006-04-17 [colin]      2.1.1cvs5
3595
3596         * src/imap.c
3597                 ...But always fetch ANSWERED and DELETED flags for
3598                 INBOX, as filtering can happen on these flags.
3599
3600 2006-04-17 [colin]      2.1.1cvs4
3601
3602         * src/imap.c
3603                 Don't fetch REPLIED and DELETED flags when synchronising
3604                 flags with a closed folder. We only need UNSEEN and FLAGGED
3605                 to update the folderview.
3606
3607 2006-04-17 [colin]      2.1.1cvs3
3608
3609         * src/imap.c
3610                 Faster flag search when there are new mails 
3611                 in a folder. We can do a full search if the 
3612                 folder contains less messages than the new
3613                 list.
3614
3615 2006-04-17 [colin]      2.1.1cvs2
3616
3617         * po/cs.po
3618         * po/de.po
3619         * po/fr.po
3620         * po/nl.po
3621         * po/pt_BR.po
3622                 Update translations from stable branch
3623
3624 2006-04-17 [colin]      2.1.1cvs1
3625
3626         * configure.ac
3627                 Bump version to follow stable release
3628
3629 2006-04-16 [mones]      2.1.0cvs50
3630
3631         * po/es.po
3632                 Updated for release
3633
3634 2006-04-16 [colin]      2.1.0cvs49
3635
3636         * src/textview.c
3637                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
3638                 with gtk < 2.8. Thanks to Fabien Vantard.
3639
3640 2006-04-15 [colin]      2.1.0cvs48
3641
3642         * src/etpan/imap-thread.c
3643                 Fix bug #919 (libetpan: SEGV when connecting 
3644                 using command)
3645
3646 2006-04-14 [colin]      2.1.0cvs47
3647
3648         * src/main.c
3649                 Fix race on --select (should be done better)
3650
3651 2006-04-14 [wwp]        2.1.0cvs46
3652
3653         * src/send_message.c
3654                 enforce a check for domain in account prefs (a sending
3655                 error could be faced if domain was checked but no value set),
3656                 thanks to Colin.
3657
3658 2006-04-14 [colin]      2.1.0cvs45
3659
3660         * src/codeconv.c
3661                 when converting from unknown to unknown, if the
3662                 string is UTF8, don't convert it to the locale
3663                 (which breaks it)
3664
3665 2006-04-14 [colin]      2.1.0cvs44
3666
3667         * src/compose.c
3668                 Don't try to use ASCII for converting headers
3669                 (as done in body)
3670
3671 2006-04-14 [paul]       2.1.0cvs43
3672
3673         * src/crash.c
3674                 add locale/charset info to crash report
3675         * src/gtk/about.c
3676                 add wwp to doc team
3677                 replace 'e-mail' with preferred 'email'
3678         * src/gtk/authors.h
3679                 ensure contributors list is in alphabetical
3680                 order
3681
3682 2006-04-13 [colin]      2.1.0cvs42
3683
3684         * src/textview.c
3685                 Prevent gdk warnings
3686
3687 2006-04-13 [colin]      2.1.0cvs41
3688
3689         * src/common/ssl_certificate.c
3690         * src/common/ssl_certificate.h
3691         * src/gtk/sslcertwindow.c
3692                 Warn on expired certs, and display the expiration date
3693
3694 2006-04-13 [colin]      2.1.0cvs40
3695
3696         * src/plugins/spamassassin/spamassassin_gtk.c
3697                 Fix missing set_text on unix socket
3698
3699 2006-04-13 [wwp]        2.1.0cvs39
3700
3701         * manual/fr/advanced.xml
3702         * manual/fr/glossary.xml
3703                 applied new spam/ham/email lexicon (pourriel, courriel)
3704
3705 2006-04-13 [paul]       2.1.0cvs38
3706
3707         * src/plugins/pgpmime/plugin.c
3708                 remove the mention of S/MIME from the
3709                 description. This is now handled by the
3710                 S/MIME plugin.
3711
3712 2006-04-13 [paul]       2.1.0cvs37
3713
3714         * src/prefs_msg_colors.c
3715                 rework dialog
3716         * src/prefs_folder_item.c
3717         * src/prefs_spelling.c
3718                 add a tooltip to the colour selector buttons
3719
3720 2006-04-13 [wwp]        2.1.0cvs36
3721
3722         * manual/advanced.xml
3723         * manual/glossary.xml
3724         * manual/handling.xml
3725         * manual/keyboard.xml
3726         * manual/plugins.xml
3727         * manual/starting.xml
3728         * manual/fr/account.xml
3729         * manual/fr/ack.xml
3730         * manual/fr/addrbook.xml
3731         * manual/fr/advanced.xml
3732         * manual/fr/faq.xml
3733         * manual/fr/glossary.xml
3734         * manual/fr/gpl.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                 fixes to the manuals:
3742                  - summaryview -> Message List (same in French)
3743                  - translate key names
3744                  - fix French punctuation, use non-breakable spaces when
3745                    necessary, don't use &thinsp; which is not portable
3746                  - tell what maildir and mbox formats we support
3747
3748 2006-04-12 [wwp]        2.1.0cvs35
3749
3750         * src/prefs_toolbar.c
3751                 unified a replace button more,
3752                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3753
3754 2006-04-12 [wwp]        2.1.0cvs34
3755
3756         * src/prefs_common.c
3757         * src/prefs_msg_colors.c
3758                 make default color labels translatable,
3759                 patch from Fabien Vantard <fzzzzz@gmail.com>,
3760                 thanks to Tim <timbrain@post.cz> for reporting.
3761
3762 2006-04-12 [wwp]        2.1.0cvs33
3763
3764         * manual/glossary.xml
3765         * manual/intro.xml
3766         * manual/plugins.xml
3767         * manual/starting.xml
3768         * manual/sylpheed-claws-manual.xml
3769         * manual/fr/.cvsignore
3770         * manual/fr/account.xml
3771         * manual/fr/ack.xml
3772         * manual/fr/addrbook.xml
3773         * manual/fr/advanced.xml
3774         * manual/fr/faq.xml
3775         * manual/fr/glossary.xml
3776         * manual/fr/handling.xml
3777         * manual/fr/intro.xml
3778         * manual/fr/keyboard.xml
3779         * manual/fr/plugins.xml
3780         * manual/fr/starting.xml
3781         * manual/fr/sylpheed-claws-manual.xml
3782                 various fixes: typos, missing .fr translations, punctuation,
3783                 capitalization, links, accents and some bad French more.
3784
3785 2006-04-12 [wwp]        2.1.0cvs32
3786
3787         * src/prefs_gtk.c
3788                 fix for bug #935: always store prefs files in UTF-8 (thanks
3789                 to Colin).
3790
3791 2006-04-11 [colin]      2.1.0cvs31
3792
3793         * src/compose.c
3794                 Fix inserting files not in utf8 when locale is utf8
3795
3796 2006-04-11 [colin]      2.1.0cvs30
3797
3798         * src/inc.c
3799                 Don't show error dialog when cancelling connection
3800                 Patch by Pawel
3801
3802 2006-04-11 [cleroy]     2.1.0cvs29
3803
3804         * src/compose.c
3805                 Implement multiple quote levels
3806         * src/prefs_common.c
3807                 Change a little bit the quote bgcolor for 2nd level
3808
3809 2006-04-11 [colin]      2.1.0cvs28
3810
3811         * src/gtk/about.c
3812                 Add locale and charset in the label
3813
3814 2006-04-10 [colin]      2.1.0cvs27
3815
3816         * src/compose.c
3817         * src/prefs_common.c
3818         * src/prefs_common.h
3819         * src/prefs_msg_colors.c
3820         * src/textview.c
3821                 Allow optional background color in quotes
3822                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
3823                 GTK+-2.8.x feature
3824
3825 2006-04-10 [colin]      2.1.0cvs26
3826
3827         * src/main.c
3828         * src/mainwindow.c
3829         * src/mainwindow.h
3830                 Implement --select
3831
3832 2006-04-10 [colin]      2.1.0cvs25
3833
3834         * manual/plugins.xml
3835         * manual/fr/plugins.xml
3836                 Document libcurl's proxy variables
3837
3838 2006-04-09 [colin]      2.1.0cvs24
3839
3840         * src/prefs_common.c
3841                 gettext() returns statically allocated stuff. We have
3842                 to strdup it in order to be able to free it.
3843
3844 2006-04-09 [colin]      2.1.0cvs23
3845
3846         * AUTHORS
3847         * src/gtk/authors.h
3848                 Add Alexei
3849
3850 2006-04-09 [colin]      2.1.0cvs22
3851
3852         * src/mainwindow.c
3853         * src/gtk/quicksearch.c
3854                 Fix bug #859 (problems with cyrilic input in 
3855                 search panel) - Patch by Alexey Illarionov 
3856                 <littlesavage@rambler.ru>
3857
3858 2006-04-09 [colin]      2.1.0cvs21
3859
3860         * src/prefs_customheader.c
3861                 I prefer removing then freeing rather than the contrary
3862                 (even if it doesn't change anything ;-)
3863         * src/prefs_account.c
3864                 Fix bug #933 (Crash re-entering the custom headers list 
3865                 dialog in accounts prefs)
3866                 The problem happened when cancelling the Account 
3867                 Preferences' dialogs - in which case we didn't do 
3868                 anything to the PrefsAccount * struct. In case of applying,
3869                 the old ac_prefs was replaced with the tmp_ac_prefs we were
3870                 working with in this dialog. The problem is that 
3871                 prefs_customheader.c, working on this tmp_ac_prefs, always
3872                 changes the ->customhdr_list pointer, even when cancelled. 
3873                 So in case of cancelling the prefs_account dialog, we still
3874                 have to update ->customhdr_list in the real account.
3875
3876 2006-04-08 [colin]      2.1.0cvs20
3877
3878         * manual/fr/glossary.xml
3879         * manual/fr/keyboard.xml
3880                 Forgot some headers :)
3881
3882 2006-04-08 [colin]      2.1.0cvs19
3883
3884         * manual/Makefile.am
3885         * manual/fr/Makefile.am
3886         * manual/fr/account.xml
3887         * manual/fr/ack.xml
3888         * manual/fr/addrbook.xml
3889         * manual/fr/advanced.xml
3890         * manual/fr/faq.xml
3891         * manual/fr/glossary.xml
3892         * manual/fr/gpl.xml
3893         * manual/fr/handling.xml
3894         * manual/fr/intro.xml
3895         * manual/fr/keyboard.xml
3896         * manual/fr/plugins.xml
3897         * manual/fr/starting.xml
3898         * manual/fr/sylpheed-claws-manual.xml
3899         * manual/fr/dist/.cvsignore
3900         * manual/fr/dist/Makefile.am
3901         * manual/fr/dist/html/.cvsignore
3902         * manual/fr/dist/html/Makefile.am
3903         * manual/fr/dist/pdf/.cvsignore
3904         * manual/fr/dist/pdf/Makefile.am
3905         * manual/fr/dist/ps/.cvsignore
3906         * manual/fr/dist/ps/Makefile.am
3907         * manual/fr/dist/txt/.cvsignore
3908         * manual/fr/dist/txt/Makefile.am
3909                 Add the french translation of the manual. Thanks to
3910                 Olivier Delhomme <olivier.delhomme@free.fr> for 
3911                 account.xml, ack.xml, addrbook.xml and advanced.xml
3912
3913 2006-04-08 [colin]      2.1.0cvs18
3914
3915         * manual/plugins.xml
3916         * manual/starting.xml
3917                 More fixes
3918
3919 2006-04-07 [colin]      2.1.0cvs17
3920
3921         * manual/faq.xml
3922         * manual/intro.xml
3923         * manual/keyboard.xml
3924                 Little fixes
3925
3926 2006-04-07 [colin]      2.1.0cvs16
3927
3928         * README
3929         * src/compose.c
3930         * src/prefs_common.c
3931         * src/prefs_common.h
3932                 Add hidden compose_no_markup pref
3933
3934 2006-04-07 [wwp]        2.1.0cvs15
3935
3936         * src/summary_search.c
3937         * .cvsignore
3938                 Bugfix: stop button was sticky when searching in an empty folder.
3939                 Applied curly brackets code style to the whole file (summary_search.c).
3940                 More files to ignore.
3941
3942 2006-04-07 [wwp]        2.1.0cvs14
3943
3944         * src/message_search.c
3945         * src/summary_search.c
3946                 changed default button when search bumps at file/folder
3947                 beginning or end, for convenience (thanks to Colin).
3948
3949 2006-04-07 [paul]       2.1.0cvs13
3950
3951         * src/plugins/dillo_viewer/dillo_prefs.c
3952                 avoid future potential for namespace collision
3953                 Patch by Colin
3954
3955 2006-04-06 [wwp]        2.1.0cvs12
3956
3957         * src/summary_search.c
3958                 Unify extended/advanced searches names (and thus factorize labels),
3959                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3960
3961 2006-04-06 [wwp]        2.1.0cvs11
3962
3963         * src/folderview.c
3964         * src/prefs_themes.c
3965         * src/summaryview.c
3966                 Fixed some compilation warnings.
3967
3968 2006-04-06 [colin]      2.1.0cvs10
3969
3970         * manual/advanced.xml
3971                 Document the wizard template and how to deploy
3972                 Sylpheed-Claws effectively
3973
3974 2006-04-06 [colin]      2.1.0cvs9
3975
3976         * src/folderview.c
3977                 gettext patch to tell translators about _("#"),
3978                 by Maxim Britov
3979
3980 2006-04-06 [colin]      2.1.0cvs8
3981
3982         * src/textview.c
3983                 Fix invalid GtkTextBIter after clicking "Display as text"
3984
3985 2006-04-06 [mones]      2.1.0cvs7
3986
3987         * src/addr_compl.c
3988         * src/addrindex.c
3989         * src/addritem.c
3990         * src/codeconv.c
3991         * src/compose.c
3992         * src/filtering.c
3993         * src/folder.c
3994         * src/folder_item_prefs.c
3995         * src/folderview.c
3996         * src/localfolder.c
3997         * src/matcher.c
3998         * src/mimeview.c
3999         * src/prefs_msg_colors.c
4000         * src/prefs_spelling.c
4001         * src/prefs_themes.c
4002         * src/procmime.c
4003         * src/procmsg.c
4004         * src/stock_pixmap.c
4005         * src/summaryview.c
4006         * src/textview.c
4007         * src/toolbar.c
4008         * src/common/mgutils.c
4009         * src/common/prefs.c
4010         * src/common/ssl_certificate.c
4011         * src/gtk/colorlabel.c
4012         * src/gtk/quicksearch.c
4013         * src/plugins/pgpmime/pgpmime.c
4014         * src/plugins/spamassassin/spamassassin.c
4015                 Removed redundant NULL checks for g_free() calls.
4016                 Patch by Pawel Pekala.
4017
4018 2006-04-06 [mones]      2.1.0cvs6
4019
4020         * src/prefs_actions.c
4021         * src/prefs_filtering.c
4022         * src/prefs_filtering_action.c
4023         * src/prefs_matcher.c
4024         * src/prefs_template.c
4025         * src/gtk/gtkutils.c
4026         * src/gtk/gtkutils.h
4027                 Have a nice replace button. Patch by Pawel Pekala
4028
4029 2006-04-06 [colin]      2.1.0cvs5
4030
4031         * src/addressbook.c
4032                 Fix crash with empty columns
4033
4034 2006-04-05 [colin]      2.1.0cvs4
4035
4036         * src/wizard.c
4037         * src/prefs_gtk.c
4038                 Allow wizard customization with pre-filled values
4039
4040 2006-04-05 [colin]      2.1.0cvs3
4041
4042         * src/textview.c
4043         * src/mimeview.c
4044         * src/mimeview.h
4045                 Nicer messages in mimeview
4046
4047 2006-04-05 [colin]      2.1.0cvs2
4048
4049         * src/addressbook.c
4050         * src/prefs_summaries.c
4051                 i18n fix
4052
4053 2006-04-05 [colin]      2.1.0cvs1
4054
4055         * src/plugins/pgpcore/plugin.c
4056         * src/plugins/pgpcore/select-keys.c
4057         * src/plugins/pgpcore/select-keys.h
4058         * src/plugins/pgpcore/sgpgme.c
4059         * src/plugins/pgpcore/sgpgme.h
4060         * src/plugins/pgpinline/pgpinline.c
4061         * src/plugins/pgpinline/plugin.c
4062         * src/plugins/pgpmime/pgpmime.c
4063         * src/plugins/pgpmime/plugin.c
4064                 Factorize and generalize a bit 
4065                 Drop S/MIME signature verification from PGP/MIME
4066                 (adding it as another, more complete plugin)
4067
4068 2006-04-05 [paul]       2.1.0
4069
4070         2.1.0 released
4071
4072 2006-04-05 [paul]       2.0.0cvs186
4073
4074         * manual/advanced.xml
4075                 add info on colour labels
4076
4077 2006-04-05 [paul]       2.0.0cvs185
4078
4079         * po/bg.po
4080         * po/cs.po
4081         * po/de.po
4082         * po/el.po
4083         * po/en_GB.po
4084         * po/fi.po
4085         * po/fr.po
4086         * po/it.po
4087         * po/nl.po
4088         * po/pl.po
4089         * po/pt_BR.po
4090         * po/sr.po
4091         * po/zh_CN.po
4092                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
4093                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
4094                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
4095                 Guimaraes, Aleksandar Urosevic, Ralgh Young
4096         * src/gtk/authors.h
4097         * tools/claws.i18n.status.pl
4098                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
4099                 and new Czech translator, Tim <timbrain@post.cz>
4100
4101 2006-04-05 [mones]      2.0.0cvs184
4102
4103         * po/es.po
4104                 Updated translation
4105
4106 2006-04-05 [colin]      2.0.0cvs183
4107
4108         * src/gtk/quicksearch.c
4109                 Fix bug #929 (unnecessary reload in quick search bar)
4110
4111 2006-04-05 [colin]      2.0.0cvs182
4112
4113         * src/compose.c
4114                 Fix crash on Reply with no From:
4115                 Show signature and conversion error on queuing 
4116                 (but not sending)
4117         * src/mainwindow.c
4118         * src/summaryview.c
4119         * src/summaryview.h
4120                 Factorize threading code and make sure msginfo 
4121                 is not null when it comes from a GtkCTreeRow's 
4122                 data
4123         * src/gtk/gtkaspell.c
4124                 Check for necessary things
4125         * src/gtk/gtksctree.c
4126         * src/gtk/gtksctree.h
4127                 Reset anchor if necessary when removing node
4128
4129 2006-03-29 [colin]      2.0.0cvs181
4130
4131         * src/folderview.c
4132                 Warn for disabled IMAP accounts (due to lack of
4133                 libetpan). Breaks string-freeze - sorry - but it
4134                 is kind of important ;)
4135
4136 2006-03-28 [colin]      2.0.0cvs180
4137
4138         * src/gtk/gtkutils.c
4139         * src/gtk/gtkutils.h
4140                 Add a gtkut_get_link_btn() function that
4141                 creates a button which acts like an URI
4142         * src/prefs_themes.c
4143         * src/gtk/about.c
4144                 Use this function (factorizes codes)
4145         * src/common/defs.h
4146         * src/gtk/pluginwindow.c
4147                 Add a "Get more..." in the plugins window
4148
4149 2006-03-28 [colin]      2.0.0cvs179
4150
4151         * src/common/smtp.c
4152         * src/common/passcrypt.c
4153         * src/undo.c
4154                 Warning fixes. Patch by Pawel Pekala
4155
4156 2006-03-27 [colin]      2.0.0cvs178
4157
4158         * src/undo.c
4159                 Fix undoing by blocks with spaces
4160
4161 2006-03-27 [colin]      2.0.0cvs177
4162
4163         * src/textview.c
4164                 Set margin to 3px for headers
4165
4166 2006-03-27 [paul]
4167
4168         2.1.0-rc2 released
4169
4170 2006-03-27 [wwp]        2.0.0cvs176
4171
4172         * src/summaryview.c
4173                 don't reset quicksearch when updating the message list.
4174                 Thanks to Colin.
4175
4176 2006-03-26 [wwp]        2.0.0cvs175
4177
4178         * src/compose.c
4179                 use a unified border width ('other' tab in the compose window,
4180                 patch by Pawel Pekala).
4181
4182
4183 2006-03-26 [wwp]        2.0.0cvs174
4184
4185         * src/common/quoted-printable.c
4186         * src/addressbook.c
4187                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
4188
4189 2006-03-26 [colin]      2.0.0cvs173
4190
4191         * src/quote_fmt_parse.y
4192                 Fix non-UTF8 date formats messing up the whole quote a 
4193                 little bit
4194
4195 2006-03-26 [colin]      2.0.0cvs172
4196
4197         * src/procheader.c
4198                 Make sure the date is UTF8 valid, or try to make it
4199                 so. IncrediMail is really IncrediStupid.
4200         * src/compose.c
4201                 Fix possible conversions. 
4202                 
4203
4204 2006-03-26 [colin]      2.0.0cvs171
4205
4206         * src/matcher.c
4207                 Fix corner cases in body search. This is still a
4208                 hack... It seems impossible to make it good and 
4209                 reasonably fast at the same time.
4210
4211 2006-03-26 [colin]      2.0.0cvs170
4212
4213         * src/summaryview.c
4214                 I think I killed the twilight zone bug!
4215                 summary_select_node() flushes GTK events in order
4216                 to be able to center the view. But this also 
4217                 flushes keypresses like Ctrl-Alt-U, so this can
4218                 call summary_show from summary_select_node (itself
4219                 called from summary_show, etc.). And the summaryview
4220                 has to be unlocked in this function. So just locking
4221                 while processing GTK events, and bailing if locked, 
4222                 should fix it.
4223                 Fixes bug #927 (SIGSEGV during Update Summary)
4224
4225 2006-03-25 [colin]      2.0.0cvs169
4226
4227         * src/matcher.c
4228                 Fix search in QP-encoded bodies
4229                 Fix utf-8 searches in bodies encoded in the
4230                 locale's encoding
4231         * src/common/quoted-printable.c
4232         * src/common/quoted-printable.h
4233                 Add a decode function that doesn't overwrite
4234                 the original pointer
4235                 
4236
4237 2006-03-24 [colin]      2.0.0cvs168
4238
4239         * src/action.c
4240         * src/summaryview.c
4241         * src/summaryview.h
4242                 Update message cache after action
4243                 Patch by H. Merijn Brand
4244         * src/prefs_msg_colors.c
4245                 Factorize label 
4246                 Patch by Fabien Vantard
4247         * src/plugins/spamassassin/spamassassin_gtk.c
4248                 Remove useless translation
4249                 Patch by Fabien Vantard
4250
4251 2006-03-23 [colin]      2.0.0cvs167
4252
4253         * src/common/ssl.c
4254                 Let 30 seconds to SSL_connect
4255
4256 2006-03-23 [wwp]        2.0.0cvs166
4257
4258         * src/summaryview.c
4259         * src/gtk/description_window.c
4260                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
4261                 and headers are translated; adjust description windows' width to fit their
4262                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
4263
4264 2006-03-23 [paul]       2.0.0cvs165
4265
4266         * src/common/utils.c
4267                 fix highlighting of URIs containing "()"
4268                 (2.0.0cvs164's reversal fixed)
4269                 Thanks to Colin.
4270
4271 2006-03-23 [paul]       2.0.0cvs164
4272
4273         * src/common/utils.c
4274                 revert patch, (postponing a fix), at 2.0.0cvs120
4275                 as it breaks more URIs than it fixes.
4276                 Allow '-' to be a terminating character in a URI
4277
4278 2006-03-22 [colin]      2.0.0cvs163
4279
4280         * configure.ac
4281                 Require libetpan 0.45
4282                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
4283
4284 2006-03-22 [paul]       2.0.0cvs162
4285
4286         * src/editgroup.c
4287                 replace '<-' and '->' buttons with GTK_STOCK graphical
4288                 buttons
4289         * src/summary_search.c
4290                 don't offer '...' for translation
4291                 add a tooltip to advanced search '...' button
4292         * src/gtk/quicksearch.c
4293                 don't offer '...' for translation
4294
4295 2006-03-21 [colin]      2.0.0cvs161
4296
4297         * src/compose.c
4298                 Fix middle-click pasting (insert at click
4299                 position instead of cursor position, don't
4300                 remove existing selection and allow pasting
4301                 our own selection)
4302         * src/addressbook.c
4303                 "LDAP Server" -> "LDAP servers"
4304
4305 2006-03-21 [wwp]        2.0.0cvs160
4306
4307         * src/etpan/imap-thread.c
4308                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
4309
4310 2006-03-20 [colin]      2.0.0cvs159
4311
4312         * src/summaryview.c
4313                 Don't reload summaryview after an execute with no
4314                 move action
4315
4316 2006-03-19 [colin]      2.0.0cvs158
4317
4318         * src/addressbook.c
4319                 and put groups at the top, always
4320
4321 2006-03-19 [colin]      2.0.0cvs157
4322
4323         * src/addressbook.c
4324                 Order groups before names, as previously
4325
4326 2006-03-19 [colin]      2.0.0cvs156
4327
4328         * src/addressbook.c
4329                 - Sort case-unsensitive
4330                 - Put the sort arrow at opening too
4331
4332 2006-03-19 [wwp]        2.0.0cvs155
4333
4334         * src/addressbook.c
4335                 allow sorting by name/email/remarks, ensure that right-pane's contents
4336                 matches the left-pane selection (cleared when appropriate).
4337                 Patch by Pawel Pekala <c0rn@o2.pl>.
4338
4339 2006-03-18 [colin]      2.0.0cvs154
4340
4341         * src/textview.c
4342                 Fix text cursor ;)
4343
4344 2006-03-18 [colin]      2.0.0cvs153
4345
4346         * src/gtk/filesel.c
4347                 Make sure we hide the preview if we didn't get
4348                 a filename
4349
4350 2006-03-18 [colin]      2.0.0cvs152
4351
4352         * src/summaryview.c
4353                 Set cursor to watch for execution (fixes lack
4354                 of watch-cursor when dnd'ing hundreds of mails)
4355         * src/gtk/filesel.c
4356                 Check that mime type is 'image/*' before updating
4357                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
4358
4359 2006-03-18 [colin]      2.0.0cvs151
4360
4361         * src/mainwindow.c
4362         * src/textview.c
4363         * src/textview.h
4364                 Put a watch cursor in textview too when the mainwindow's
4365                 cursor in a watch
4366
4367 2006-03-18 [colin]      2.0.0cvs150
4368
4369         * src/folder.c
4370                 Change wrong asserts to simple tests
4371
4372 2006-03-17 [colin]      2.0.0cvs149
4373
4374         * src/mainwindow.c
4375         * src/mainwindow.h
4376         * src/prefs_msg_colors.c
4377         * src/summaryview.c
4378         * src/summaryview.h
4379         * src/gtk/colorlabel.c
4380         * src/gtk/colorlabel.h
4381                 Add a color label menu in the main menubar
4382                 Add (fixed) accels Ctrl-{0-7} to change the color
4383                 They have to be fixed because the menu's dynamic,
4384                 the items are complex widgets, hence we can't use
4385                 a GtkItemFactory.
4386
4387
4388 2006-03-17 [wwp]        2.0.0cvs148
4389
4390         * src/compose.c
4391                 rollback few lines from my previous commit (those lines come from
4392                 a pending patch, accidentally commited, even if neutral as they are
4393                 commented out).
4394
4395 2006-03-17 [wwp]        2.0.0cvs147
4396
4397         * src/compose.c
4398                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
4399                 applied code style/indentation to the modified function.
4400
4401 2006-03-17 [wwp]        2.0.0cvs146
4402
4403         * src/procmsg.c
4404         * src/compose.c
4405                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
4406
4407 2006-03-17 [paul]
4408
4409         2.1.0-rc1 released
4410
4411 2006-03-17 [paul]       2.0.0cvs145
4412
4413         * src/main.c
4414                 addressbook_read_file() was called twice
4415         * src/textview.c
4416                 X-Mailer highlighting
4417
4418 2006-03-16 [colin]      2.0.0cvs144
4419
4420         * src/sourcewindow.c
4421         * src/sourcewindow.h
4422                 And the last one, in source window.
4423
4424 2006-03-16 [colin]      2.0.0cvs143
4425
4426         * src/compose.c
4427         * src/compose.h
4428                 Fix the same stuff in compose
4429
4430 2006-03-16 [colin]      2.0.0cvs142
4431
4432         * src/messageview.c
4433                 Complete the previous messageview crash fix
4434
4435 2006-03-16 [colin]      2.0.0cvs141
4436
4437         * src/procmsg.h
4438         * src/procmsg.c
4439         * src/folder.c
4440                 Fix POSTPROCESSING hook
4441                 Patch by H. Merijn Brand
4442
4443         * src/procmime.c
4444         * src/procmime.h
4445                 Parse Content-Location
4446
4447         * src/toolbar.c
4448         * src/messageview.c
4449         * src/messageview.h
4450                 Don't crash when a top-level MessageView has
4451                 been closed on us. Same problematic than
4452                 yesterday's quicksearch issue.
4453
4454 2006-03-15 [colin]      2.0.0cvs140
4455
4456         * src/gtk/quicksearch.c
4457                 Fix a bitchy race we didn't think about when we
4458                 added quicksearch cancellation:
4459                 If the search is not on cached fields, for example
4460                 body_part matchcase "stuff"
4461                 the matcher code has to get the whole message. If
4462                 we're on IMAP, that can be slow, and in order to
4463                 be non-blocking, the IMAP code idle loop processes
4464                 gtk events too. So it is possible to cancel a
4465                 quicksearch while the matcher is getting the mail's
4466                 body. After matcher got its body, it will start to
4467                 iterate over the matcher list that the Quicksearch's
4468                 clear_search_cb() just freed via prepare_matcher().
4469                 SIGSEGV ensues.
4470                 The fix consists of guarding the matcherlist_match()
4471                 call with a boolean 'matching'. If we reset the
4472                 quicksearch while matching is TRUE, we don't free
4473                 the matcherlist anymore like we did, but we set
4474                 another new flag, deferred_free, to TRUE. Then,
4475                 in quicksearch_match(), just after returning from
4476                 matcherlist_match() and unsetting the matching flag,
4477                 we check the deferred_free flag and do the
4478                 prepare_matcher() (which does the matcherlist_free)
4479                 for real, so we free the matcherlist once it's not
4480                 used anymore.
4481                 As all of this runs via the glib main loop, we
4482                 luckily don't need a mutex.
4483         * src/summaryview.c
4484                 Also, show progress while searching.
4485
4486
4487 2006-03-14 [colin]      2.0.0cvs139
4488
4489         * src/alertpanel.c
4490                 Make alertpanel_is_open non-static
4491
4492 2006-03-14 [colin]      2.0.0cvs138
4493
4494         * src/prefs_spelling.c
4495                 Cleanups - Fabien Vantard
4496
4497 2006-03-14 [wwp]        2.0.0cvs137
4498
4499         * src/main.c
4500                 code style normalization (curly braces, indentation).
4501
4502 2006-03-14 [wwp]        2.0.0cvs137
4503
4504         * src/main.c
4505                 code style (braces, indentation)
4506
4507 2006-03-12 [paul]       2.0.0cvs136
4508
4509         * src/prefs_common.c
4510                 trans_hdr defaults to FALSE to be RFC-savvy
4511         * src/prefs_summaries.c
4512                 add a tooltip to the trans_hdr option
4513                 
4514
4515 2006-03-12 [paul]       2.0.0cvs135
4516
4517         * src/prefs_matcher.c
4518                 give a little more width to the combos
4519         * src/prefs_display_header.c
4520         * src/textview.c
4521                 translate headers if prefs_common.trans_hdr
4522                 is TRUE
4523
4524         Patches by Pawel Pekala
4525
4526 2006-03-12 [paul]       2.0.0cvs134
4527
4528         * src/plugins/clamav/clamav_plugin.c
4529         * src/plugins/dillo_viewer/dillo_viewer.c
4530         * src/plugins/pgpcore/plugin.c
4531         * src/plugins/pgpinline/plugin.c
4532         * src/plugins/pgpmime/plugin.c
4533         * src/plugins/spamassassin/spamassassin.c
4534                 update/add to descriptions
4535         * src/plugins/spamassassin/spamassassin_gtk.c
4536                 fixes to the english, remove superfluous
4537                 tooltips, clean up a little
4538
4539 2006-03-12 [paul]       2.0.0cvs133
4540
4541         * src/compose.c
4542                 fix Bug 924, 'Account combo box shows up wrong 
4543                 if & is in account name'
4544
4545 2006-03-11 [colin]      2.0.0cvs132
4546
4547         * src/summaryview.c
4548                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
4549                 messed up shift-selection because is slows down
4550                 moving around summaryview. thanks -users
4551
4552 2006-03-10 [colin]      2.0.0cvs131
4553
4554         * src/plugins/spamassassin/spamassassin_gtk.c
4555                 Put back Paul's engrish fixes
4556
4557 2006-03-10 [colin]      2.0.0cvs130
4558
4559         * src/plugins/spamassassin/spamassassin.c
4560         * src/plugins/spamassassin/spamassassin.h
4561         * src/plugins/spamassassin/spamassassin_gtk.c
4562                 Cleanup SA prefs page (more)
4563                 Patch by Fabien Vantard
4564
4565 2006-03-10 [paul]       2.0.0cvs129
4566
4567         * src/prefs_msg_colors.c
4568         * src/prefs_spelling.c
4569                 widget sensitivity
4570
4571 2006-03-09 [mones]      2.0.0cvs128
4572
4573         * po/es.po
4574                 Update for next RC
4575
4576 2006-03-09 [wwp]        2.0.0cvs127
4577
4578         * configure.ac
4579                 revert accidental commit (requirement for libetpan 0.43), this time
4580                 not in HEAD.
4581
4582 2006-03-09 [wwp]        2.0.0cvs125
4583
4584         * configure.ac
4585                 revert accidental commit (requirement for libetpan 0.43)
4586
4587 2006-03-09 [paul]       2.0.0cvs126
4588
4589         * src/prefs_receive.c
4590                 remove useless frame
4591                 replace 'incorporation' with 'receiving'
4592         * src/plugins/clamav/clamav_plugin_gtk.c
4593         * src/plugins/spamassassin/spamassassin_gtk.c
4594                 improve widget sensitivity
4595                 fix a bit his engrish
4596
4597 2006-03-09 [wwp]        2.0.0cvs125
4598
4599         * src/addressadd.c
4600         * src/foldersel.c
4601         * src/prefs_common.c
4602         * src/prefs_common.h
4603                 remember some more windows' sizes (add to addressbook and
4604                 select folder).
4605
4606 2006-03-09 [paul]       2.0.0cvs124
4607
4608         * src/plugins/pgpcore/prefs_gpg.c
4609                 normalise construction of dialogue
4610
4611 2006-03-09 [paul]       2.0.0cvs123
4612
4613         * src/plugins/trayicon/Makefile.am
4614                 add missing slash
4615
4616 2006-03-08 [colin]      2.0.0cvs122
4617
4618         * src/plugins/trayicon/Makefile.am
4619                 Fix build in separate dir 
4620                 Patch by Bamanzi <bamanzi@gmail.com>
4621
4622 2006-03-08 [colin]      2.0.0cvs121
4623
4624         * src/procmsg.c
4625                 Batch move and copies from summaryview with delayed execution
4626                 too
4627
4628 2006-03-07 [paul]       2.0.0cvs120
4629
4630         * src/common/utils.c
4631                 fix highlighting of URIs containing "()"
4632                 Patch by Pawel Pekala
4633
4634 2006-03-07 [paul]       2.0.0cvs119
4635
4636         * src/folder.c
4637         * src/folder.h
4638         * src/folderview.c
4639                 immediately do alphabetical resort when
4640                 changing a folder's name
4641                 Patch by Pawel Pekala
4642
4643 2006-03-07 [paul]       2.0.0cvs118
4644
4645         * src/news.c
4646         * src/news_gtk.c
4647                 when unsubscribing a newsgroup, remove the
4648                 folder and msgs in .sylpheed-claws/newscache
4649                 Patch by Pawel Pekala <c0rn@gazeta.pl>
4650
4651 2006-03-07 [paul]       2.0.0cvs117
4652
4653         * src/textview.c
4654                 fix wrong Fake URL Warning
4655                 Thanks to Hiro
4656
4657 2006-03-07 [colin]      2.0.0cvs116
4658
4659         * src/imap.c
4660                 Return immediately when password dialog was
4661                 cancelled
4662         * src/gtk/inputdialog.c
4663                 Allow empty strings for passwords
4664
4665
4666 2006-03-06 [colin]      2.0.0cvs115
4667
4668         * src/imap.c
4669                 Prevent double-timeouts when connection fails
4670
4671 2006-03-06 [colin]
4672
4673         2.0.1-rc1 released
4674
4675 2006-03-06 [colin]      2.0.0cvs114
4676
4677         * src/imap.c
4678                 Refresh session during potentially long
4679                 operations
4680
4681 2006-03-06 [wwp]        2.0.0cvs113
4682
4683         * src/prefs_msg_colors.h
4684                 forgot that one (custom color labels).
4685
4686 2006-03-06 [wwp]        2.0.0cvs112
4687
4688         * src/prefs_common.c
4689         * src/prefs_common.h
4690         * src/prefs_msg_colors.c
4691         * src/summaryview.c
4692         * src/summaryview.h
4693         * src/gtk/colorlabel.c
4694         * src/gtk/colorlabel.h
4695                 colors in messages list are now customizable. Color values and names can
4696                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
4697                 Thanks to Paul and Colin for their help with this longstanding patch!
4698
4699 2006-03-06 [wwp]        2.0.0cvs111
4700
4701         * src/textview.c
4702                 don't crash if (x)face is bad.
4703
4704 2006-03-05 [paul]       2.0.0cvs110
4705
4706         * AUTHORS
4707         * configure.ac
4708         * src/Makefile.am
4709         * src/common/Makefile.am
4710         * src/common/utils.h
4711         * src/etpan/imap-thread.c
4712         * src/gtk/authors.h
4713         * src/plugins/clamav/Makefile.am
4714         * src/plugins/demo/Makefile.am
4715         * src/plugins/dillo_viewer/Makefile.am
4716         * src/plugins/pgpcore/Makefile.am
4717         * src/plugins/pgpcore/passphrase.c
4718         * src/plugins/pgpinline/Makefile.am
4719         * src/plugins/pgpmime/Makefile.am
4720         * src/plugins/spamassassin/Makefile.am
4721         * src/plugins/trayicon/Makefile.am
4722                 fix builiding on cygwin
4723                 Patch by Ralgh Young <bamanzi@gmail.com>
4724
4725 2006-03-04 [wwp]        2.0.0cvs109
4726
4727         * manual/keyboard.xml
4728                 fix mixed up/down keys.
4729
4730 2006-03-04 [wwp]        2.0.0cvs108
4731
4732         * README
4733         * INSTALL
4734                 updated links to SpamAssassin.
4735
4736 2006-03-04 [wwp]        2.0.0cvs107
4737
4738         * manual/plugins.xml
4739         * src/plugins/spamassassin/README
4740                 updated SpamAssassin plugin docs to reflect new functional additions
4741                 (also fix/update/documents few technical stuff more, see the README).
4742
4743 2006-03-04 [wwp]        2.0.0cvs106
4744
4745         * src/prefs_message.c
4746                 normalized capitalization of message-prefs paths.
4747
4748 2006-03-04 [wwp]        2.0.0cvs105
4749
4750         * manual/advanced.xml
4751                 typo.
4752
4753 2006-03-03 [colin]      2.0.0cvs104
4754
4755         * src/plugins/clamav/clamav_plugin_gtk.c
4756                 Rework prefs page, patch by Fabien 
4757
4758 2006-03-03 [colin]      2.0.0cvs103
4759
4760         * src/plugins/clamav/clamav_plugin.c
4761                 Set error on all errors
4762
4763 2006-03-03 [colin]      2.0.0cvs102
4764
4765         * src/common/plugin.c
4766                 Initialize error to avoid crashing when a plugin fails
4767                 without setting error
4768
4769 2006-03-02 [wwp]        2.0.0cvs101
4770
4771         * configure.ac
4772                 fixed linker flags for libetpan support on Cygwin
4773                 (thanks to H.Merijn Brand).
4774
4775 2006-03-02 [wwp]        2.0.0cvs100
4776
4777         * src/addressbook.c
4778                 fix some AB error messages: one for punctuation and
4779                 one wrongly duplicate (thanks, maxbritov).
4780
4781 2006-03-02 [wwp]        2.0.0cvs99
4782
4783         * src/plugins/spamassassin/spamassassin.c
4784                 make sync calls to sa-learn/spamc to prevent
4785                 system (whatever local or client/server) overload.
4786
4787 2006-03-02 [colin]      2.0.0cvs98
4788
4789         * src/summaryview.c
4790                 Put the spam icon in the status column instead of the
4791                 mark one
4792
4793 2006-03-01 [colin]      2.0.0cvs97
4794
4795         * src/plugins/spamassassin/spamassassin.c
4796                 Fix segfault (g_file_set_contents fails for some 
4797                 reason and err==0x2f. Can't find out why with
4798                 valgrind, using working function :-)
4799
4800 2006-03-01 [colin]      2.0.0cvs96
4801
4802         * src/inc.c
4803                 Offline overriding: let 'No' be cached only 3 seconds
4804
4805 2006-03-01 [colin]      2.0.0cvs95
4806
4807         * src/addr_compl.c
4808         * src/addrbook.c
4809         * src/addressbook.c
4810         * src/addrindex.c
4811         * src/folder_item_prefs.c
4812         * src/headerview.c
4813         * src/imap.c
4814         * src/inc.c
4815         * src/ldif.c
4816         * src/mainwindow.c
4817         * src/mh.c
4818         * src/msgcache.c
4819         * src/prefs_common.h
4820         * src/prefs_msg_colors.c
4821         * src/procheader.c
4822         * src/procheader.h
4823         * src/procmime.c
4824         * src/procmsg.c
4825         * src/procmsg.h
4826         * src/send_message.h
4827         * src/simple-gettext.c
4828         * src/summaryview.c
4829         * src/summaryview.h
4830         * src/syldap.c
4831         * src/textview.c
4832         * src/undo.c
4833         * src/common/ssl_certificate.c
4834         * src/common/utils.c
4835         * src/gtk/colorsel.c
4836         * src/gtk/gtksctree.c
4837         * src/gtk/gtkshruler.c
4838         * src/plugins/trayicon/trayicon.c
4839                 #if 0 goes to /dev/null
4840
4841 2006-03-01 [colin]      2.0.0cvs94
4842
4843         * src/compose.c
4844         * src/imap.c
4845         * src/inc.c
4846         * src/inc.h
4847         * src/messageview.c
4848         * src/news.c
4849         * src/plugins/spamassassin/spamassassin.c
4850                 Allow to add information in the "working offline"
4851                 window
4852
4853 2006-03-01 [wwp]        2.0.0cvs93
4854
4855         * src/plugins/spamassassin/spamassassin.c
4856                 fixed spamc invocation: use a tricky temporary mini shell wrapper
4857                 'cause it seems that calling `spamc ... < inputfile` with
4858                 g_spawn_(a)sync simply.. erm doesn't work :-).
4859
4860 2006-03-01 [wwp]        2.0.0cvs92
4861
4862         * src/toolbar.c
4863         * src/toolbar.h
4864                 simplify the adding of spam/ham button to the messageview toolbar
4865                 (it gets more clear now that the same button will be "Mark as spam"
4866                 or "Mark as ham" according to the current message status,
4867                 thanks to Colin).
4868
4869 2006-03-01 [wwp]        2.0.0cvs91
4870
4871         * src/messageview.c
4872         * src/procmsg.c
4873         * src/procmsg.h
4874         * src/summaryview.c
4875         * src/plugins/spamassassin/spamassassin.c
4876         * src/plugins/spamassassin/spamassassin.h
4877                 make learner callbacks return a status (0 for ok),
4878                 handle it in main code to avoid setting flags when learning failed,
4879                 don't learn on TCP if offline in spamassassin,
4880                 thanks to Colin.
4881
4882                 
4883
4884 2006-03-01 [wwp]        2.0.0cvs90
4885
4886         * src/compose.c
4887                 some work around the compose window's account menu,
4888                 patch by Fabien Vantard.
4889
4890 2006-03-01 [wwp]        2.0.0cvs89
4891
4892         * src/plugins/spamassassin/spamassassin.c
4893                 fixed bad logics, was using spamc in local mode and sa-learn
4894                 in remote mode (thanks, Colin).
4895
4896 2006-03-01 [wwp]        2.0.0cvs88
4897
4898         * src/plugins/spamassassin/spamassassin.c
4899         * src/plugins/spamassassin/spamassassin.h
4900         * src/plugins/spamassassin/spamassassin_gtk.c
4901                 made processing of emails w/ sa-plugin an option (default is TRUE),
4902                 fixed Engrish some tooltips, capitalization of some debug messages
4903                 and warnings. The spamassassin plugin now provides two separate
4904                 services: process emails upon incorporation and spamd training.
4905                 Both services (un)register independently but use some common
4906                 plugin settings (transport settings, spam storage location).
4907
4908 2006-02-28 [wwp]        2.0.0cvs87
4909
4910         * src/plugins/spamassassin/spamassassin.c
4911                 fix async flag to spamc cmdline execution (batch exec should
4912                 be asynchronous).
4913
4914 2006-02-27 [wwp]        2.0.0cvs86
4915
4916         * src/plugins/spamassassin/spamassassin.c
4917         * src/plugins/spamassassin/spamassassin.h
4918         * src/plugins/spamassassin/spamassassin_gtk.c
4919                 - added the ability to learn a remote spamassassin server (spamd),
4920                 using spamc.
4921                 - added the spamassassin option 'username', that applies to all
4922                 spamassassin operations (filtering, learning, local or remote).
4923                 The default username is the current unix user (if left blank
4924                 from gtk prefs or config file).
4925                 - commented out some unused code (notebook widget), removed unused
4926                 layout (hbox1).
4927                 - make more widgets sensitive to the transport type.
4928
4929 2006-02-27 [colin]      2.0.0cvs85
4930
4931         * src/plugins/spamassassin/spamassassin.c
4932                 Fix sa-learn call when offline
4933
4934 2006-02-27 [colin]      2.0.0cvs84
4935
4936         * configure.ac
4937         * src/Makefile.am
4938         * src/mainwindow.c
4939         * src/mainwindow.h
4940         * src/messageview.c
4941         * src/messageview.h
4942         * src/prefs_toolbar.c
4943         * src/procmsg.c
4944         * src/stock_pixmap.c
4945         * src/stock_pixmap.h
4946         * src/summaryview.c
4947         * src/toolbar.c
4948         * src/toolbar.h
4949         * src/pixmaps/ham_btn.xpm
4950         * src/pixmaps/spam.xpm
4951         * src/pixmaps/spam_btn.xpm
4952         * src/plugins/spamassassin/spamassassin.c
4953                 Add button in toolbar for spam learning
4954                 Fix a few bugs from the last related commit
4955                 Revert 1.9.6cvs23 which messed up shift-selection
4956
4957 2006-02-24 [colin]      2.0.0cvs83
4958
4959         * src/procmsg.c
4960         * src/summaryview.c
4961         * src/summaryview.h
4962         * src/plugins/spamassassin/spamassassin.c
4963         * src/plugins/spamassassin/spamassassin.h
4964         * src/plugins/spamassassin/spamassassin_gtk.c
4965                 Unregister learner when spamassassin is either
4966                 disabled or over tcp
4967
4968 2006-02-24 [colin]      2.0.0cvs82
4969
4970         * src/Makefile.am
4971         * src/mainwindow.c
4972         * src/mainwindow.h
4973         * src/procmsg.c
4974         * src/procmsg.h
4975         * src/stock_pixmap.c
4976         * src/stock_pixmap.h
4977         * src/summaryview.c
4978         * src/summaryview.h
4979         * src/gtk/icon_legend.c
4980         * src/pixmaps/spam.xpm  ** NEW FILE **
4981         * src/plugins/spamassassin/spamassassin.c
4982         * src/plugins/spamassassin/spamassassin_gtk.c
4983                 Add spam learning interface (Mark/Mark as 
4984                 (spam|ham) menus)
4985
4986 2006-02-24 [wwp]        2.0.0cvs81
4987
4988         * src/compose.c
4989         * src/compose.h
4990         * src/filtering.c
4991                 hide compose window when sending message in batch mode
4992                 (filtering: forward and redirect). Also fixed a wrong
4993                 value returned when sending failed, neutral anyway.
4994                 (Colin, me) 
4995
4996 2006-02-24 [wwp]        2.0.0cvs80
4997
4998         * src/mainwindow.c
4999                 use GTK+'s stock quit button. Patch by Fabien Vantard.
5000
5001 2006-02-24 [paul]       2.0.0cvs79
5002
5003         * src/news.c
5004         * src/news.h
5005         * src/news_gtk.c
5006                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
5007                 Thanks to Colin
5008
5009 2006-02-23 [colin]      2.0.0cvs78
5010
5011         * src/alertpanel.c
5012                 Change OK to Close in alertpanel with View log
5013                 button; add accel to View log. Patch by Fabien
5014                 Vantard
5015
5016 2006-02-23 [wwp]        2.0.0cvs77
5017
5018         * src/compose.c
5019                 silly me, there were much more tests to perform, since toolbars can
5020                 really have down to 1 element only.
5021
5022 2006-02-23 [wwp]        2.0.0cvs76
5023
5024         * commitHelper
5025                 fixed indentation from my previous commit. Fallback to VISUAL if
5026                 EDITOR is not set (and to vi, at last resort).
5027
5028 2006-02-23 [wwp]        2.0.0cvs75
5029
5030         * commitHelper
5031                 improved error detection (Colin, me).
5032
5033 2006-02-23 [wwp]        2.0.0cvs74
5034
5035         * src/prefs_toolbar.c
5036                 simplify and fix prefs/toolbars layouting. Combos' contents can
5037                 now be really displayed.
5038
5039 2006-02-23 [wwp]        2.0.0cvs73
5040         simplifies and fix prefs/toolbars layouting. Combos' contents can now
5041         be really displayed.
5042
5043 2006-02-22 [wwp]        2.0.0cvs72
5044
5045         * src/compose.c
5046                 fix a typo in my previous commit (sorry!).
5047
5048 2006-02-22 [wwp]        2.0.0cvs71
5049
5050         * src/prefs_toolbar.c
5051                 fix a crash when adding separators to toolbars,
5052                 also fix some separator item information.
5053
5054 2006-02-22 [wwp]        2.0.0cvs70
5055
5056         * src/compose.c
5057                 fix a crash when redirecting (for instance) when compose window's
5058                 toolbar contents has been customized (when some buttons have been
5059                 removed in fact).
5060
5061 2006-02-21 [wwp]        2.0.0cvs69
5062
5063         * src/summaryview.c
5064         * src/gtk/pluginwindow.c
5065         * src/plugins/pgpcore/prefs_gpg.c
5066                 fix some compilation warnings (feat. remains of removed code).
5067
5068 2006-02-21 [wwp]        2.0.0cvs68
5069
5070         * src/gtk/gtkutils.c
5071                 fix two compilation issues, thanks to Stephan Sachse.
5072
5073 2006-02-20 [colin]      2.0.0cvs67
5074
5075         * src/mainwindow.c
5076                 Don't reselect displayed mail on refocus
5077                 This fixes actions misbehaving 
5078
5079 2006-02-20 [wwp]        2.0.0cvs66
5080
5081         * src/summaryview.c
5082         * src/gtk/gtksctree.c
5083         * src/gtk/gtkshruler.c
5084                 changed more runtime typecast checks.
5085
5086 2006-02-20 [wwp]        2.0.0cvs65
5087
5088         * src/summary_search.c
5089                 find all - summaryview refresh issue fixed, thanks to Colin.
5090
5091 2006-02-20 [wwp]        2.0.0cvs64
5092
5093         * src/gtk/gtkutils.c
5094                 better runtime typecast checks.
5095
5096 2006-02-20 [wwp]        2.0.0cvs63
5097
5098         * src/summary_search.c
5099                 enhancements to the summary search:
5100                         - add the ability to stop the running search
5101                           (upon ESC-key press, new Stop button or when Clear button is pressed)
5102                         - don't search if no criteria (From/To/Subject/Body) is set
5103                         - ensure that a busy mouse pointer is always shown when searching,
5104                           show it even a bit earlier
5105
5106 2006-02-19 [colin]      2.0.0cvs62
5107
5108         * src/compose.c
5109         * src/imap.c
5110         * src/etpan/imap-thread.c
5111         * src/etpan/imap-thread.h
5112                 (Future) IMAP speed improvement on sending
5113                 Will require a libetpan update
5114         * src/summaryview.c
5115         * src/gtk/quicksearch.c
5116                 Make quicksearch clearable while running.
5117
5118 2006-02-17 [colin]      2.0.0cvs61
5119
5120         * src/imap.c
5121         * src/etpan/imap-thread.c
5122         * src/etpan/imap-thread.h
5123                 Check for IMAP certificates
5124                 ** Requires libetpan-0.42-cvs4 
5125                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
5126
5127 2006-02-17 [colin]      2.0.0cvs60
5128
5129         * src/messageview.c
5130         * src/prefs_common.c
5131         * src/prefs_common.h
5132         * src/prefs_message.c
5133                 Add pref to display HTML-only mails with plugin, 
5134                 if possible (defaulting to FALSE of course).
5135
5136 2006-02-16 [colin]      2.0.0cvs59
5137
5138         * src/main.c
5139         * src/common/plugin.c
5140         * src/common/plugin.h
5141         * src/gtk/pluginwindow.c
5142                 Keep track of requested (but unloaded) plugins
5143                 in some error cases.
5144
5145 2006-02-16 [wwp]        2.0.0cvs58
5146
5147         * src/gtk/gtkaspell.c
5148         * src/gtk/gtkaspell.h
5149         * src/prefs_spelling.c
5150         * src/compose.c
5151         * src/prefs_common.c
5152         * src/prefs_common.h
5153                 implemented new optional spellchecker behaviour: re-check message when
5154                 dictionary got changed (from compose-window/context-menu/Change dictionary).
5155
5156 2006-02-16 [wwp]        2.0.0cvs57
5157
5158         * src/quote_fmt_parse.y
5159                 pclose popen'ed pipe.
5160
5161 2006-02-15 [colin]      2.0.0cvs56
5162
5163         * src/mimeview.c
5164         * src/mimeview.h
5165                 Let MimeViewers know which MimeView they
5166                 depend of.
5167         * src/summaryview.c
5168                 Swap From/To columns in Sent/Queue/Drafts
5169                 folders
5170         * src/etpan/imap-thread.c
5171                 Use mailstream_low_tls_open() for STARTTLS
5172                 instead of mailstream_low_ssl_open()
5173                 ** REQUIRES libetpan 0.42cvs3 **
5174
5175 2006-02-15 [wwp]        2.0.0cvs55
5176
5177         * src/compose.c
5178         * src/compose.h
5179         * src/message_search.c
5180         * src/message_search.h
5181         * src/textview.c
5182         * src/gtk/gtkutils.c
5183         * src/gtk/gtkutils.h
5184                 added the ability to Find text in the compose window (and a bit
5185                 of code factorization).
5186
5187 2006-02-15 [wwp]        2.0.0cvs54
5188
5189         * src/prefs_gtk.c
5190                 yet another one file was missing (fix for some widgets' sensitivity).
5191                 Thanks Colin!
5192
5193 2006-02-15 [wwp]        2.0.0cvs53
5194
5195         * src/prefs_gtk.h
5196                 oops forgot that file (fix for some widgets' sensitivity).
5197
5198 2006-02-15 [wwp]        2.0.0cvs52
5199
5200         * src/summary_search.c
5201                 implemented advanced summary search options (added the ability
5202                 to use matcher conditions in an advanced search mode).
5203
5204 2006-02-15 [wwp]        2.0.0cvs51
5205
5206         * src/plugins/pgpcore/prefs_gpg.c
5207         * src/prefs_account.c
5208                 fix some widget sensitivity, mostly around some labels in
5209                 account prefs.
5210
5211 2006-02-15 [paul]       2.0.0cvs50
5212
5213         * manual/advanced.xml
5214                 improve Templates info
5215                 written by wwp
5216
5217 2006-02-14 [colin]      2.0.0cvs49
5218
5219         * src/pixmaps/address_book.xpm
5220         * src/pixmaps/preferences.xpm
5221         * src/pixmaps/properties.xpm
5222                 Fix pixmap size - patch by Fabien Vantard
5223
5224 2006-02-13 [colin]      2.0.0cvs48
5225
5226         * src/procmime.c
5227                 Add missing fclose()s on error
5228         * src/textview.c
5229                 Remove unused code
5230         * src/common/utils.c
5231                 Fix temp files not being deleted on windows
5232         Patches by Thomas Gilgin
5233
5234 2006-02-13 [colin]      2.0.0cvs47
5235
5236         * src/mainwindow.c
5237                 Fix exit crash
5238
5239 2006-02-13 [wwp]        2.0.0cvs46
5240
5241         * src/plugins/pgpcore/prefs_gpg.c
5242                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
5243
5244 2006-02-12 [colin]      2.0.0cvs45
5245
5246         * src/folderview.c
5247         * src/main.c
5248         * src/mainwindow.c
5249                 Fix "stuff" when quitting
5250
5251 2006-02-12 [wwp]        2.0.0cvs44
5252
5253         * src/prefs_themes.c
5254                 fix typos in debug messages.
5255
5256 2006-02-11 [colin]      2.0.0cvs43
5257
5258         * src/summaryview.c
5259                 don't allow drag/drop from ourself
5260
5261 2006-02-10 [wwp]        2.0.0cvs42
5262
5263         * src/exporthtml.c
5264         * src/html.c
5265         * src/html.h
5266         * src/procmime.c
5267         * src/textview.c
5268                 renamed html_ prefixed functions and data structures to avoid
5269                 namespace clashes w/ other software (gtkhtml2 for instance).
5270                 Closes bug #907.
5271
5272
5273 2006-02-09 [colin]      2.0.0cvs41
5274
5275         * src/summaryview.c
5276                 Fix shitty logic messed up. Thanks Ticho for the hint!
5277
5278 2006-02-09 [wwp]        2.0.0cvs40
5279
5280         * src/gtk/about.c
5281         * src/compose.c
5282         * src/prefs_account.c
5283         * src/prefs_gtk.h
5284         * src/editaddress.c
5285                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
5286                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
5287                 Browse buttons in accounts prefs.
5288
5289 2006-02-09 [colin]      2.0.0cvs39
5290
5291         * src/matcher.c
5292                 Check for pointer before using its members
5293         * src/gtk/gtksourceprintjob.c
5294                 Fix a wrong warning
5295
5296 2006-02-09 [wwp]        2.0.0cvs38
5297
5298         * src/gtk/filesel.c
5299                 fix few compiler warnings (type mismatch).
5300
5301 2006-02-09 [paul]       2.0.0cvs37
5302
5303         * po/fr.po
5304                 updated by Fabien Vantard
5305
5306 2006-02-08 [colin]      2.0.0cvs36
5307
5308         * src/prefs_common.c
5309         * src/common/defs.h
5310         * src/common/plugin.c
5311                 allow windows and linux configurations to coexist
5312                 patch by Thomas Gilgin
5313
5314 2006-02-08 [colin]      2.0.0cvs35
5315
5316         * src/filtering.c
5317         * src/matcher.c
5318         * src/matcher.h
5319         * src/matcher_parser_parse.y
5320         * src/prefs_filtering_action.c
5321         * src/prefs_matcher.c
5322                 Add the "Ignore thread" filtering
5323                 action
5324
5325 2006-02-08 [colin]      2.0.0cvs34
5326
5327         * src/compose.c
5328         * src/procmime.c
5329         * src/procmime.h
5330                 Fix bug #905 (damaged attachment)
5331                 text files with raw \0's aren't really text files
5332         FOR_STABLE
5333
5334 2006-02-08 [colin]      2.0.0cvs33
5335
5336         * src/summaryview.c
5337                 Fix crasher introduced yesterday
5338
5339 2006-02-08 [wwp]        2.0.0cvs32
5340
5341         * src/compose.c
5342         * src/compose.h
5343                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
5344
5345 2006-02-08 [wwp]        2.0.0cvs31
5346
5347         * src/prefs_template.c
5348                 templates enhancement: allow address completion for Cc and Bcc fields
5349                 (it was currently possible for the To field only)
5350
5351 2006-02-08 [colin]      2.0.0cvs30
5352
5353         * src/compose.c
5354                 Don't unblock if not blocked
5355         FOR_STABLE
5356
5357 2006-02-07 [colin]      2.0.0cvs29
5358
5359         * src/action.c
5360                 Forgot to refresh summaryview
5361
5362 2006-02-07 [colin]      2.0.0cvs28
5363
5364         * src/action.c
5365                 Freeze/thaw message list and folder list while
5366                 processing %as{} actions 
5367         * src/compose.c
5368                 Fix auto-wrap disabling after a middle-click
5369                 paste - FOR_STABLE
5370
5371 2006-02-07 [paul]       2.0.0cvs27
5372
5373         * src/folder.c
5374                 fix freeing of uninitialised pointers
5375                 Thanks to Colin
5376
5377 2006-02-06 [colin]      2.0.0cvs26
5378
5379         * src/folder.c
5380                 Use g_slist_prepend in potentially big list
5381
5382 2006-02-06 [colin]      2.0.0cvs25
5383
5384         * src/folder.c
5385                 Completely skip processing if it doesn't 
5386                 exist (faster!)
5387
5388 2006-02-06 [colin]      2.0.0cvs24
5389
5390         * src/folder.c
5391         * src/summaryview.c
5392                 Batch filtering in summaryview (from Tools menu)
5393                 and pre/post//-processing too
5394
5395 2006-02-06 [colin]      2.0.0cvs23
5396
5397         * src/procmsg.h
5398         * src/filtering.c
5399                 Use a special field for batch filtering instead
5400                 of stepping on deferred execution's toes
5401
5402 2006-02-06 [colin]      2.0.0cvs22
5403
5404         * src/action.c
5405         * src/filtering.c
5406         * src/filtering.h
5407         * src/folder.c
5408         * src/summaryview.c
5409                 Fix filtering via menus and actions
5410
5411 2006-02-06 [colin]      2.0.0cvs21
5412
5413         * src/imap.c
5414                 Put the added file directly to cache if possible (will work
5415                 with next libetpan)
5416         * src/filtering.c
5417         * src/filtering.h
5418         * src/inc.c
5419         * src/folder.c
5420         * src/mbox.c
5421         * src/procmsg.h
5422                 Move and copy filtered messages by batches instead of one
5423                 by one - faster on IMAP
5424         * src/procmsg.c
5425                 Add a function that'll possibly be useful later
5426
5427 2006-02-06 [colin]      2.0.0cvs20
5428
5429         * src/addressbook.c
5430                 Use internal mime-type instead of text/plain for d'n'd
5431         * src/compose.c
5432                 Allow attaching files from mimeview's icon list via d'n'd
5433         * src/folderview.c
5434         * src/folderview.h
5435                 Use internal mime-type instead of text/plain for d'n'd
5436                 Don't try to selected opened folder if none is
5437                 Factorize d'n'd from other apps code
5438         * src/headerview.c
5439         * src/textview.c
5440         * src/gtk/gtkutils.c
5441         * src/gtk/gtkutils.h
5442                 Factorize Face/X-Face stuff
5443         * src/mimeview.c
5444                 Fix d'n'd to other apps
5445         * src/prefs_message.c
5446                 Let the XFace pref be usable without libcompface as it also
5447                 applies to Face
5448         * src/summaryview.c
5449                 Fix d'n'd to other apps
5450                 Factorize d'n'd from other apps code
5451
5452 2006-02-06 [wwp]        2.0.0cvs19
5453
5454         * po/it.po
5455                 Italian translation fixes by Andrea Spadaccini (no more confusion
5456                 between filtering and processing, and few changes in the About
5457                 dialog).
5458
5459
5460 2006-02-06 [mones]      2.0.0cvs18
5461
5462         * src/gtk/icon_legend.c
5463                 Improved descriptions allowing better translations
5464
5465 2006-02-05 [colin]      2.0.0cvs17
5466
5467         * src/imap.c
5468                 Add the f*cking missing expunge that caused imap_fetch_env
5469                 to fail after an add_msgs ! :-///
5470         * src/etpan/imap-thread.c
5471                 Add a bit of debug
5472         FOR_STABLE
5473
5474 2006-02-05 [colin]      2.0.0cvs16
5475
5476         * src/common/utils.c
5477                 Don't check for return-path (or we can't put
5478                 back non-sent mails)
5479
5480 2006-02-05 [colin]      2.0.0cvs15
5481
5482         * src/textview.c
5483                 Don't try to display Face header in textview
5484                 when teh headerview's active
5485
5486 2006-02-05 [colin]      2.0.0cvs14
5487
5488         * tools/tbird2syl.py
5489         * tools/Makefile.am
5490                 Add script to import Thunderbird mails
5491
5492 2006-02-05 [colin]      2.0.0cvs13
5493
5494         * src/headerview.c
5495         * src/procheader.c
5496         * src/procmsg.c
5497         * src/procmsg.h
5498         * src/textview.c
5499                 Show Face headers - patch partially by Klaus Flittner
5500
5501 2006-02-05 [colin]      2.0.0cvs12
5502
5503         * src/folderview.c
5504         * src/summaryview.c
5505         * src/common/utils.c
5506         * src/common/utils.h
5507                 Let dnd work from mime icons to summaryview
5508                 and to folderview too
5509                 Add a crude test to avoid trying to add files
5510                 drag'n'dropped when they're not mails
5511
5512 2006-02-04 [colin]      2.0.0cvs11
5513
5514         * src/summaryview.c
5515         * src/mimeview.c
5516                 Fix utf8 conversion
5517
5518 2006-02-04 [colin]      2.0.0cvs10
5519
5520         * src/compose.c
5521         * src/folderview.c
5522         * src/mimeview.c
5523         * src/summaryview.c
5524         * src/summaryview.h
5525                 Added various drag and drop capas:
5526                 From                    To
5527                 summaryview             other apps
5528                 mimeview icons          other apps
5529                 other apps              summaryview
5530                 other apps              folderview
5531
5532                 This shouldn't have broken the existing:
5533                 From                    To
5534                 summaryview             folderview
5535                 folderview              folderview
5536                 summaryview             compose's attachments
5537
5538         Tests welcomed.
5539
5540 2006-02-02 [paul]       2.0.0cvs9
5541
5542         * src/mainwindow.c
5543                 move global option 'Set displayed columns...' out
5544                 of folder option grouping.
5545                 fix sensitivity of 'harvest addresses'
5546         FOR_STABLE
5547
5548 2006-02-01 [colin]      2.0.0cvs8
5549
5550         * src/mimeview.c
5551                 Revert the alertpanel patch, it sucks (intrusive
5552                 and gets in the way of "open")
5553
5554 2006-02-01 [colin]      2.0.0cvs7
5555
5556         * src/compose.c
5557         * src/prefs_account.c
5558         * src/prefs_common.c
5559         * src/common/defs.h
5560         * src/common/utils.c
5561         * src/common/utils.h
5562                 Add ability to edit the signature file
5563                 from the account preferences, and use
5564                 a default for the text editor.
5565                 Patch by Fabien Vantard
5566
5567 2006-02-01 [colin]      2.0.0cvs6
5568
5569         * src/mimeview.c
5570                 Try to get mime type by extension if it is
5571                 application/octet-stream
5572                 Display a window with possible choices when
5573                 encountering unknown mime types
5574         * src/gtk/filesel.c
5575         * src/gtk/filesel.h
5576                 Add preview
5577                 Allow multiple selection in filtered filesel
5578                 (patch by Fabien Vantard)
5579         * src/gtk/pluginwindow.c
5580                 Use it (patch by Fabien Vantard)
5581
5582 2006-02-01 [paul]       2.0.0cvs5
5583
5584         * src/jpilot.c
5585                 fix crash on creating jpilot address book
5586                 Thanks to Colin - FOR_STABLE
5587         * src/prefs_summaries.c
5588         * src/prefs_wrapping.c
5589         * src/gtk/icon_legend.c
5590         * src/gtk/quicksearch.c
5591                 string fixes and additions
5592
5593 2006-02-01 [paul]       2.0.0cvs4
5594
5595         * src/compose.c
5596         * src/mainwindow.c
5597         * src/messageview.c
5598         * src/prefs_send.c
5599                 add Arabic encoding option
5600                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
5601
5602 2006-01-31 [colin]      2.0.0cvs3
5603
5604         * src/plugins/pgpcore/passphrase.c
5605                 Convert passphrase to locale encoding
5606         * src/compose.c
5607                 Fix drafting on IMAP. Crappy bug sneaked in
5608                 the release :-/
5609         FOR_STABLE
5610
5611 2006-01-30 [paul]       2.0.0cvs2
5612
5613         * src/gtk/icon_legend.c
5614                 show the new entries
5615
5616 2006-01-30 [colin]      2.0.0cvs1
5617
5618         * src/manual.c
5619                 Check for the file to be present before 
5620                 enabling the menu - FOR_STABLE
5621         * src/gtk/icon_legend.c
5622                 Add folders icons (not all of them, there
5623                 are too much, but the most intriguing ones)
5624
5625 2006-01-30 [paul]       2.0.0
5626
5627         version 2.0.0 released
5628
5629 2006-01-30 [paul]       1.9.100cvs200
5630
5631         * manual/faq.xml
5632         * manual/gpl.xml
5633         * manual/intro.xml
5634         * manual/starting.xml
5635         * manual/sylpheed-claws-manual.xml
5636                 fixes, additions
5637
5638 2006-01-29 [mones]      1.9.100cvs199
5639
5640         * manual/account.xml
5641         * manual/advanced.xml
5642         * manual/glossary.xml
5643                 Some typos fixed, added LDIF term to glossary
5644         * po/es.po
5645                 Fixed leading plus symbol
5646
5647 2006-01-29 [paul]       1.9.100cvs198
5648
5649         * po/fi.po
5650         * po/sk.po
5651                 updated by Tommi Pirinen and Andrej Kacian
5652
5653 2006-01-29 [paul]       1.9.100cvs197
5654
5655         * src/gtk/authors.h
5656                 remove duplicates
5657
5658 2006-01-29 [paul]       1.9.100cvs196
5659
5660         * AUTHORS
5661         * po/nl.po
5662         * src/gtk/authors.h
5663         * tools/claws.i18n.status.pl
5664                 nl translation updated by Tim Dijkstra
5665
5666 2006-01-29 [paul]       1.9.100cvs195
5667
5668         * po/sr.po
5669         * po/sv.po
5670                 updated by Aleksandar Urosevic and Anders Troback
5671
5672 2006-01-28 [colin]      1.9.100cvs194
5673
5674         * src/gtk/gtksourceprintjob.c
5675                 Don't fiddle with PangoLayout when we
5676                 have an image
5677
5678 2006-01-28 [paul]       1.9.100cvs193
5679
5680         * AUTHORS
5681         * po/el.po
5682         * po/zh_CN.po
5683         * src/gtk/authors.h
5684         * tools/claws.i18n.status.pl
5685                 updated translations submitted by Stavros Giannouris
5686                 and Ralgh Young
5687
5688 2006-01-27 [colin]      1.9.100cvs192
5689
5690         * src/summaryview.c
5691         * src/gtk/gtksourceprintjob.c
5692                 Add image printing 
5693                 (libgnomeprint only, of course)
5694
5695 2006-01-27 [paul]       1.9.100cvs191
5696
5697         * po/fr.po
5698         * po/it.po
5699                 updated by Fabien Vantard and Andrea Spadaccini
5700
5701 2006-01-26 [colin]      1.9.100cvs190
5702
5703         * manual/Makefile.am
5704         * configure.ac
5705                 Make building the manual optional 
5706                 (--disable-manual)
5707
5708 2006-01-26 [paul]       1.9.100cvs189
5709
5710         * manual/glossary.xml
5711         * manual/plugins.xml
5712                 edited
5713         * po/en_GB.po
5714                 updated
5715
5716 2006-01-26 [paul]       1.9.100cvs188
5717
5718         * src/prefs_display_header.c
5719         * src/prefs_folder_column.c
5720         * src/prefs_msg_colors.c
5721         * src/prefs_summaries.c
5722         * src/prefs_summary_column.c
5723                 HIGify
5724
5725 2006-01-25 [colin]      1.9.100cvs187
5726
5727         * src/imap.c
5728                 Don't allow moving/copying mails between
5729                 queue/drafts and non-queue/drafts folders
5730                 Fixes bug #897 (message header is resetted 
5731                 if one is copied to Drafts)
5732
5733 2006-01-25 [colin]      1.9.100cvs186
5734
5735         * src/folder.c
5736         * src/mainwindow.c
5737                 Fix subscribed folders not found
5738         * src/compose.c
5739                 Don't try to encode as original mail's charset
5740                 if it's ascii 
5741
5742 2006-01-25 [paul]       1.9.100cvs185
5743
5744         * AUTHORS
5745         * po/Makevars
5746                 updated
5747         * po/de.po
5748         * po/pl.po
5749         * po/pt_BR.po
5750         * po/sr.po
5751                 updates submitted by Stephan Sachse, Emilian Nowak
5752                 and Quar, Frederico Goncalves Guimaraes, and
5753                 Aleksandar Urosevic
5754                 Fix Bug 896, 'PT_BR locale broken'.
5755         * src/gtk/authors.h
5756                 updated
5757
5758 2006-01-24 [mones]      1.9.100cvs184
5759
5760         * manual/glossary.xml
5761                 All current terms finished. Reviewers welcome ;-)
5762         * manual/keyboard.xml
5763                 Fixed column width for pdf output.
5764         * po/es.po
5765                 Updated
5766
5767 2006-01-24 [paul]       1.9.100cvs183
5768
5769         * manual/glossary.xml
5770                 fix id name
5771         * manual/dist/html/Makefile.am
5772         * manual/dist/pdf/Makefile.am
5773         * manual/dist/ps/Makefile.am
5774         * manual/dist/txt/Makefile.am
5775                 fix make deps
5776                 Thanks to Colin
5777
5778 2006-01-24 [mones]      1.9.100cvs182
5779
5780         * manual/glossary.xml
5781                 Nearly finished, some terms missing.
5782
5783 2006-01-23 [paul]       1.9.100cvs181
5784
5785         * manual/dist/html/Makefile.am
5786         * manual/dist/pdf/Makefile.am
5787         * manual/dist/ps/Makefile.am
5788         * manual/dist/txt/Makefile.am
5789         * src/mainwindow.c
5790                 re-enable manual
5791                 Thanks to Colin
5792
5793 2006-01-22 [colin]      1.9.100cvs180
5794
5795         * src/compose.c
5796         * src/gtk/gtkaspell.c
5797                 Don't deselect stuff before right-clicking, with aspell.
5798                 (This prevented right-click Copy, for example).
5799                 Thanks to Clo!
5800
5801 2006-01-22 [paul]       1.9.100cvs179
5802
5803         * src/summary_search.c
5804                 don't fix the widget size as it causes problems
5805                 under localisation.
5806                 Thanks to Emilian Nowak
5807
5808 2006-01-21 [paul]       1.9.100cvs178
5809
5810         * src/prefs_themes.c
5811                 fix broken underlining of label text
5812                 with some translations
5813
5814 2006-01-21 [colin]      1.9.100cvs177
5815
5816         * po/fr.po
5817                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
5818
5819 2006-01-20 [colin]      1.9.100cvs176
5820
5821         * configure.ac
5822         * Makefile.am
5823         * manual/Makefile
5824         * manual/dist/html/.cvsignore
5825         * manual/dist/html/Makefile.am
5826         * manual/dist/pdf/.cvsignore
5827         * manual/dist/pdf/Makefile.am
5828         * manual/dist/ps/.cvsignore
5829         * manual/dist/ps/Makefile.am
5830         * manual/dist/txt/.cvsignore
5831         * manual/dist/txt/Makefile.am
5832                 Autotool-ize manual
5833
5834 2006-01-20 [paul]       1.9.100cvs175
5835
5836         * manual/handling.xml
5837                 make Filtering and Searching entries easier to find
5838         * manual/keyboard.xml
5839                 add the remaining default keybinds
5840         * src/prefs_summaries.c
5841                 update the default keybinds
5842
5843 2006-01-20 [paul]       1.9.100cvs174
5844
5845         * src/addressbook.c
5846         * src/addrgather.c
5847         * src/addrharvest.c
5848         * src/editaddress.c
5849         * src/editgroup.c
5850         * src/exphtmldlg.c
5851         * src/expldifdlg.c
5852         * src/exporthtml.c
5853         * src/exportldif.c
5854         * src/ldif.c
5855                 replace 'e-mail' with 'email'
5856         * src/summary_search.c
5857                 add mnemonic to "Find all" button
5858
5859 2006-01-20 [wwp]        1.9.100cvs173
5860
5861         * src/export.c
5862         * src/import.c
5863                 touched mbox import/export buttons for HIG-compliance
5864
5865 2006-01-19 [paul]       1.9.100cvs172
5866
5867         * manual/account.xml
5868         * manual/addrbook.xml
5869         * manual/advanced.xml
5870         * manual/faq.xml
5871         * manual/handling.xml
5872         * manual/intro.xml
5873         * manual/plugins.xml
5874         * manual/starting.xml
5875                 more editing
5876
5877 2006-01-19 [paul]       1.9.100cvs171
5878
5879         * src/toolbar.c
5880                 allow use of trash button while receiving
5881                 Thanks to Colin
5882
5883 2006-01-19 [wwp]        1.9.100cvs170
5884
5885         * src/gtk/quicksearch.c
5886         * src/compose.c
5887                 force text color to black when yellow background is set
5888
5889 2006-01-19 [colin]      1.9.100cvs169
5890
5891         * src/plugins/trayicon/trayicon.c
5892                 Gray out Get Mail when already getting mail
5893
5894 2006-01-18 [paul]       1.9.100cvs168
5895
5896         * src/compose.c
5897                 give widget yellow background was To is
5898                 set via folder prefs
5899         * src/gtk/quicksearch.c
5900                 give widget yellow background when quick
5901                 search is active.
5902                 Thanks to Colin
5903
5904 2006-01-18 [paul]       1.9.100cvs167
5905
5906         * doc/man/sylpheed-claws.1
5907                 add --subscribe option
5908
5909 2006-01-18 [paul]       1.9.100cvs166
5910
5911         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5912         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5913                 use %U instead of %F (%F is broken for user installed
5914                 files in kde 3.5)
5915
5916 2006-01-18 [colin]      1.9.100cvs165
5917
5918         * src/summaryview.c
5919                 Default to Yes in "No more * messages" dialogs
5920
5921 2006-01-17 [colin]      1.9.100cvs164
5922
5923         * src/compose.c
5924                 Possibly fix an invalid iterator causing
5925                 crash
5926
5927 2006-01-17 [colin]      1.9.100cvs163
5928
5929         * src/mimeview.c
5930                 Fix crash when the image disappears under the
5931                 image viewer
5932
5933 2006-01-16 [colin]      1.9.100cvs162
5934
5935         * src/compose.c
5936                 Fix reenabling autowrap
5937
5938 2006-01-16 [colin]      1.9.100cvs161
5939
5940         * src/compose.c
5941                 reset quote_len before getting quote_str
5942
5943 2006-01-16 [colin]      1.9.100cvs160
5944
5945         * src/account.c
5946         * src/account.h
5947         * src/folder.c
5948         * src/imap_gtk.c
5949         * src/mh_gtk.c
5950                 Fix bug #883 (default inbox does not track folder move)
5951
5952 2006-01-16 [colin]      1.9.100cvs159
5953
5954         * src/compose.c
5955         * src/plugins/pgpcore/passphrase.c
5956                 More buttons fixes
5957
5958 2006-01-16 [paul]       1.9.100cvs158
5959
5960         * src/prefs_actions.c
5961         * src/prefs_filtering_action.c
5962         * src/prefs_matcher.c
5963         * src/quote_fmt.c
5964         * src/gtk/description_window.c
5965         * src/gtk/description_window.h
5966         * src/gtk/quicksearch.c
5967                 description window cleanups
5968
5969 2006-01-15 [colin]      1.9.100cvs157
5970
5971         * src/addressbook.c
5972         * src/prefs_filtering.c
5973                 Same here
5974
5975 2006-01-15 [colin]      1.9.100cvs156
5976
5977         * src/folderview.c
5978         * src/mainwindow.c
5979                 Same for "Empty trash"
5980
5981 2006-01-15 [colin]      1.9.100cvs155
5982
5983         * src/inc.c
5984                 Override offline dialog had Yes by default
5985
5986 2006-01-15 [colin]      1.9.100cvs154
5987
5988         * src/summaryview.c
5989                 Delete selected messages? previously had Yes the default
5990
5991 2006-01-15 [colin]      1.9.100cvs153
5992
5993         * src/folder.c
5994         * src/folder.h
5995         * src/main.c
5996                 Check if a mailbox is loaded after all
5997                 plugins are loaded.
5998
5999 2006-01-15 [colin]      1.9.100cvs152
6000
6001         * src/folder.c
6002                 Don't start wizard when there are unloaded folders (will help
6003                 people with only mbox or maildir mailboxes)
6004
6005 2006-01-14 [colin]      1.9.100cvs151
6006
6007         * src/addressbook.c
6008         * src/expldifdlg.c
6009         * src/importldif.c
6010         * src/importmutt.c
6011         * src/importpine.c
6012         * src/mh_gtk.c
6013                 More HIG compliance and fixes
6014
6015 2006-01-14 [colin]      1.9.100cvs150
6016
6017         * src/prefs_filtering_action.c
6018         * src/foldersel.c
6019                 Two forgotten button order changes
6020
6021 2006-01-14 [colin]      1.9.100cvs149
6022
6023         * src/account.c
6024         * src/addressbook.c
6025         * src/compose.c
6026         * src/folderview.c
6027         * src/imap_gtk.c
6028         * src/mainwindow.c
6029         * src/mh_gtk.c
6030         * src/news_gtk.c
6031         * src/prefs_actions.c
6032         * src/prefs_customheader.c
6033         * src/prefs_filtering.c
6034         * src/prefs_matcher.c
6035         * src/prefs_template.c
6036         * src/ssl_manager.c
6037         * src/summaryview.c
6038         * src/textview.c
6039         * src/toolbar.c
6040                 All deletion confirmations are now "Cancel, Delete" 
6041                 instead of "No, Yes"
6042                 Clarified most of the other "No, Yes" to 
6043                 "Cancel, Descriptive_action"
6044                 Rechanged the "Entry not saved" alerts to have 
6045                 "Close, Continue editing"
6046
6047
6048 2006-01-14 [paul]
6049
6050         * 2.0.0-rc4 released
6051
6052 2006-01-14 [paul]       1.9.100cvs148
6053
6054         * src/account.c
6055         * src/addressadd.c
6056         * src/addressbook.c
6057         * src/compose.c
6058         * src/editaddress.c
6059         * src/editbook.c
6060         * src/editgroup.c
6061         * src/editjpilot.c
6062         * src/editldap.c
6063         * src/editvcard.c
6064         * src/exphtmldlg.c
6065         * src/expldifdlg.c
6066         * src/folderview.c
6067         * src/grouplistdialog.c
6068         * src/imap_gtk.c
6069         * src/importmutt.c
6070         * src/importpine.c
6071         * src/inc.c
6072         * src/main.c
6073         * src/mainwindow.c
6074         * src/message_search.c
6075         * src/messageview.c
6076         * src/mh_gtk.c
6077         * src/mimeview.c
6078         * src/news_gtk.c
6079         * src/prefs_actions.c
6080         * src/prefs_customheader.c
6081         * src/prefs_filtering.c
6082         * src/prefs_matcher.c
6083         * src/prefs_template.c
6084         * src/prefs_themes.c
6085         * src/ssl_manager.c
6086         * src/summary_search.c
6087         * src/summaryview.c
6088         * src/textview.c
6089         * src/toolbar.c
6090         * src/gtk/foldersort.c
6091         * src/gtk/gtkaspell.c
6092         * src/gtk/inputdialog.c
6093         * src/gtk/prefswindow.c
6094         * src/plugins/pgpcore/select-keys.c
6095         * src/plugins/trayicon/trayicon.c
6096                 HIG compliant button order
6097
6098 2006-01-14 [mones]      1.9.100cvs147
6099
6100         * po/es.po
6101                 Updated translation
6102
6103 2006-01-13 [paul]       1.9.100cvs146
6104
6105         * AUTHORS
6106         * ChangeLog
6107         * src/gtk/authors.h
6108                 add Joshua M. Kwan to contributors list
6109
6110 2006-01-13 [colin]      1.9.100cvs145
6111
6112         * src/gtk/quicksearch.c
6113                 Don't refocus quick search after executing (Esc or Enter)
6114                 Allows to '/'search something then move up/down in 
6115                 summaryview, and to Esc a search and be back in the 
6116                 summaryview
6117
6118 2006-01-13 [paul]       1.9.100cvs144
6119
6120         * src/plugins/pgpinline/pgpinline.c
6121                 support Content-Type 'application/pgp'
6122                 patch by Joshua M. Kwan <joshuak@users.sf.net>
6123
6124 2006-01-13 [paul]       1.9.100cvs143
6125
6126         * manual/account.xml
6127                 make mention of partial retrieval
6128                 thanks to Colin
6129
6130 2006-01-13 [paul]       1.9.100cvs142
6131
6132         * src/account.c
6133         * src/account.h
6134         * src/action.c
6135         * src/action.h
6136         * src/adbookbase.h
6137         * src/addr_compl.c
6138         * src/addr_compl.h
6139         * src/addrbook.c
6140         * src/addrcache.c
6141         * src/addrcache.h
6142         * src/addrcindex.c
6143         * src/addrcindex.h
6144         * src/addrclip.c
6145         * src/addrclip.h
6146         * src/addrdefs.h
6147         * src/addressadd.c
6148         * src/addressadd.h
6149         * src/addressbook.c
6150         * src/addressbook.h
6151         * src/addrgather.c
6152         * src/addrgather.h
6153         * src/addrharvest.c
6154         * src/addrharvest.h
6155         * src/addrindex.c
6156         * src/addrindex.h
6157         * src/addritem.c
6158         * src/addritem.h
6159         * src/addrquery.c
6160         * src/addrquery.h
6161         * src/addrselect.c
6162         * src/addrselect.h
6163         * src/alertpanel.c
6164         * src/alertpanel.h
6165         * src/browseldap.c
6166         * src/browseldap.h
6167         * src/codeconv.c
6168         * src/codeconv.h
6169         * src/compose.c
6170         * src/compose.h
6171         * src/customheader.c
6172         * src/customheader.h
6173         * src/displayheader.c
6174         * src/displayheader.h
6175         * src/editaddress.c
6176         * src/editaddress.h
6177         * src/editbook.c
6178         * src/editbook.h
6179         * src/editgroup.c
6180         * src/editgroup.h
6181         * src/editjpilot.c
6182         * src/editjpilot.h
6183         * src/editldap.c
6184         * src/editldap.h
6185         * src/editldap_basedn.c
6186         * src/editldap_basedn.h
6187         * src/editvcard.c
6188         * src/editvcard.h
6189         * src/exphtmldlg.c
6190         * src/exphtmldlg.h
6191         * src/expldifdlg.c
6192         * src/expldifdlg.h
6193         * src/export.h
6194         * src/exporthtml.c
6195         * src/exporthtml.h
6196         * src/exportldif.c
6197         * src/exportldif.h
6198         * src/filtering.c
6199         * src/filtering.h
6200         * src/folder.c
6201         * src/folder.h
6202         * src/folder_item_prefs.c
6203         * src/folder_item_prefs.h
6204         * src/foldersel.c
6205         * src/foldersel.h
6206         * src/folderutils.c
6207         * src/folderutils.h
6208         * src/folderview.c
6209         * src/folderview.h
6210         * src/grouplistdialog.c
6211         * src/grouplistdialog.h
6212         * src/headerview.c
6213         * src/html.c
6214         * src/html.h
6215         * src/image_viewer.c
6216         * src/image_viewer.h
6217         * src/imap.c
6218         * src/imap.h
6219         * src/imap_gtk.c
6220         * src/imap_gtk.h
6221         * src/import.h
6222         * src/importldif.c
6223         * src/importldif.h
6224         * src/importmutt.c
6225         * src/importmutt.h
6226         * src/importpine.c
6227         * src/importpine.h
6228         * src/inc.c
6229         * src/inc.h
6230         * src/jpilot.c
6231         * src/jpilot.h
6232         * src/ldapctrl.c
6233         * src/ldapctrl.h
6234         * src/ldaplocate.c
6235         * src/ldaplocate.h
6236         * src/ldapquery.c
6237         * src/ldapquery.h
6238         * src/ldapserver.c
6239         * src/ldapserver.h
6240         * src/ldaputil.c
6241         * src/ldaputil.h
6242         * src/ldif.c
6243         * src/ldif.h
6244         * src/main.c
6245         * src/main.h
6246         * src/mainwindow.c
6247         * src/mainwindow.h
6248         * src/manual.c
6249         * src/manual.h
6250         * src/mbox.c
6251         * src/mbox.h
6252         * src/message_search.c
6253         * src/message_search.h
6254         * src/messageview.c
6255         * src/messageview.h
6256         * src/mh.c
6257         * src/mh.h
6258         * src/mh_gtk.c
6259         * src/mh_gtk.h
6260         * src/mimeview.c
6261         * src/mimeview.h
6262         * src/msgcache.c
6263         * src/msgcache.h
6264         * src/mutt.c
6265         * src/mutt.h
6266         * src/news.c
6267         * src/news.h
6268         * src/news_gtk.c
6269         * src/news_gtk.h
6270         * src/partial_download.c
6271         * src/partial_download.h
6272         * src/pine.c
6273         * src/pine.h
6274         * src/pop.c
6275         * src/pop.h
6276         * src/prefs_account.c
6277         * src/prefs_account.h
6278         * src/prefs_actions.c
6279         * src/prefs_actions.h
6280         * src/prefs_common.c
6281         * src/prefs_common.h
6282         * src/prefs_compose_writing.c
6283         * src/prefs_compose_writing.h
6284         * src/prefs_customheader.c
6285         * src/prefs_customheader.h
6286         * src/prefs_display_header.c
6287         * src/prefs_display_header.h
6288         * src/prefs_filtering.c
6289         * src/prefs_filtering.h
6290         * src/prefs_filtering_action.c
6291         * src/prefs_filtering_action.h
6292         * src/prefs_folder_column.c
6293         * src/prefs_folder_column.h
6294         * src/prefs_folder_item.c
6295         * src/prefs_folder_item.h
6296         * src/prefs_fonts.c
6297         * src/prefs_fonts.h
6298         * src/prefs_gtk.c
6299         * src/prefs_gtk.h
6300         * src/prefs_image_viewer.c
6301         * src/prefs_image_viewer.h
6302         * src/prefs_matcher.c
6303         * src/prefs_matcher.h
6304         * src/prefs_message.c
6305         * src/prefs_msg_colors.c
6306         * src/prefs_msg_colors.h
6307         * src/prefs_other.c
6308         * src/prefs_quote.c
6309         * src/prefs_receive.c
6310         * src/prefs_send.c
6311         * src/prefs_spelling.c
6312         * src/prefs_spelling.h
6313         * src/prefs_summaries.c
6314         * src/prefs_summaries.h
6315         * src/prefs_summary_column.c
6316         * src/prefs_summary_column.h
6317         * src/prefs_template.c
6318         * src/prefs_template.h
6319         * src/prefs_themes.c
6320         * src/prefs_themes.h
6321         * src/prefs_toolbar.c
6322         * src/prefs_toolbar.h
6323         * src/prefs_wrapping.c
6324         * src/prefs_wrapping.h
6325         * src/privacy.c
6326         * src/privacy.h
6327         * src/procheader.c
6328         * src/procheader.h
6329         * src/procmime.c
6330         * src/procmime.h
6331         * src/procmsg.c
6332         * src/procmsg.h
6333         * src/quote_fmt.c
6334         * src/quote_fmt_parse.y
6335         * src/recv.c
6336         * src/recv.h
6337         * src/remotefolder.c
6338         * src/remotefolder.h
6339         * src/send_message.c
6340         * src/send_message.h
6341         * src/setup.c
6342         * src/setup.h
6343         * src/sourcewindow.c
6344         * src/sourcewindow.h
6345         * src/ssl_manager.c
6346         * src/ssl_manager.h
6347         * src/statusbar.c
6348         * src/statusbar.h
6349         * src/stock_pixmap.c
6350         * src/stock_pixmap.h
6351         * src/summary_search.c
6352         * src/summary_search.h
6353         * src/summaryview.c
6354         * src/summaryview.h
6355         * src/syldap.c
6356         * src/syldap.h
6357         * src/textview.c
6358         * src/textview.h
6359         * src/toolbar.c
6360         * src/toolbar.h
6361         * src/undo.c
6362         * src/undo.h
6363         * src/unmime.c
6364         * src/unmime.h
6365         * src/vcard.c
6366         * src/vcard.h
6367         * src/wizard.c
6368         * src/wizard.h
6369         * src/common/base64.c
6370         * src/common/base64.h
6371         * src/common/defs.h
6372         * src/common/hooks.c
6373         * src/common/hooks.h
6374         * src/common/log.c
6375         * src/common/log.h
6376         * src/common/mgutils.c
6377         * src/common/mgutils.h
6378         * src/common/nntp.c
6379         * src/common/nntp.h
6380         * src/common/passcrypt.c
6381         * src/common/passcrypt.h.in
6382         * src/common/plugin.c
6383         * src/common/plugin.h
6384         * src/common/prefs.c
6385         * src/common/prefs.h
6386         * src/common/progressindicator.c
6387         * src/common/progressindicator.h
6388         * src/common/quoted-printable.c
6389         * src/common/quoted-printable.h
6390         * src/common/session.c
6391         * src/common/session.h
6392         * src/common/smtp.c
6393         * src/common/smtp.h
6394         * src/common/socket.c
6395         * src/common/socket.h
6396         * src/common/ssl.c
6397         * src/common/ssl.h
6398         * src/common/ssl_certificate.c
6399         * src/common/ssl_certificate.h
6400         * src/common/stringtable.c
6401         * src/common/stringtable.h
6402         * src/common/sylpheed.c
6403         * src/common/sylpheed.h
6404         * src/common/template.c
6405         * src/common/template.h
6406         * src/common/timing.h
6407         * src/common/utils.c
6408         * src/common/utils.h
6409         * src/common/version.h.in
6410         * src/common/xml.c
6411         * src/common/xml.h
6412         * src/common/xmlprops.c
6413         * src/common/xmlprops.h
6414         * src/gtk/colorlabel.c
6415         * src/gtk/colorsel.c
6416         * src/gtk/colorsel.h
6417         * src/gtk/description_window.c
6418         * src/gtk/description_window.h
6419         * src/gtk/filesel.c
6420         * src/gtk/filesel.h
6421         * src/gtk/foldersort.c
6422         * src/gtk/foldersort.h
6423         * src/gtk/gtkutils.c
6424         * src/gtk/gtkutils.h
6425         * src/gtk/inputdialog.c
6426         * src/gtk/inputdialog.h
6427         * src/gtk/logwindow.c
6428         * src/gtk/logwindow.h
6429         * src/gtk/manage_window.c
6430         * src/gtk/manage_window.h
6431         * src/gtk/menu.c
6432         * src/gtk/menu.h
6433         * src/gtk/pluginwindow.c
6434         * src/gtk/pluginwindow.h
6435         * src/gtk/prefswindow.c
6436         * src/gtk/prefswindow.h
6437         * src/gtk/progressdialog.c
6438         * src/gtk/progressdialog.h
6439         * src/gtk/sslcertwindow.c
6440         * src/gtk/sslcertwindow.h
6441         * src/plugins/clamav/clamav_plugin.c
6442         * src/plugins/clamav/clamav_plugin.h
6443         * src/plugins/clamav/clamav_plugin_gtk.c
6444         * src/plugins/demo/demo.c
6445         * src/plugins/dillo_viewer/dillo_prefs.c
6446         * src/plugins/dillo_viewer/dillo_prefs.h
6447         * src/plugins/dillo_viewer/dillo_viewer.c
6448         * src/plugins/pgpcore/passphrase.c
6449         * src/plugins/pgpcore/passphrase.h
6450         * src/plugins/pgpcore/plugin.c
6451         * src/plugins/pgpcore/select-keys.c
6452         * src/plugins/pgpcore/select-keys.h
6453         * src/plugins/pgpcore/sgpgme.c
6454         * src/plugins/pgpcore/sgpgme.h
6455         * src/plugins/pgpinline/pgpinline.c
6456         * src/plugins/pgpinline/pgpinline.h
6457         * src/plugins/pgpinline/plugin.c
6458         * src/plugins/pgpmime/pgpmime.c
6459         * src/plugins/pgpmime/pgpmime.h
6460         * src/plugins/pgpmime/plugin.c
6461         * src/plugins/spamassassin/spamassassin.c
6462         * src/plugins/spamassassin/spamassassin.h
6463         * src/plugins/spamassassin/spamassassin_gtk.c
6464         * src/plugins/trayicon/trayicon.c
6465                 update copyright header
6466
6467 2006-01-13 [paul]       1.9.100cvs141
6468
6469         * src/account.c
6470         * src/export.c
6471         * src/import.c
6472         * src/mainwindow.c
6473         * src/prefs_account.c
6474         * src/prefs_display_header.c
6475         * src/prefs_receive.c
6476         * src/prefs_send.c
6477         * src/prefs_summaries.c
6478         * src/prefs_themes.c
6479         * src/prefs_toolbar.c
6480         * src/gtk/about.c
6481                 various cleanups
6482
6483 2006-01-12 [colin]      1.9.100cvs140
6484
6485         * src/folder.c
6486         * src/folder.h
6487         * src/main.c
6488                 Add --subscribe option
6489                 Let sylpheed-claws email@domain.com equivalent to --compose
6490                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
6491
6492 2006-01-12 [paul]       1.9.100cvs139
6493
6494         * src/mainwindow.c
6495                 append 'Change folder order' label with '...'
6496         * src/prefs_actions.c
6497                 allow reordering of actions list by dnd
6498         * src/gtk/foldersort.c
6499                 make the dialog nicer
6500
6501 2006-01-11 [colin]      1.9.100cvs138
6502
6503         * src/compose.c
6504                 Allow templates without text
6505
6506 2006-01-11 [paul]       1.9.100cvs137
6507
6508         * tools/README
6509         * tools/filter_conv_new.pl
6510                 add info to README
6511                 also check .sylpheed for filter.xml
6512                 be a bit informative to the user
6513
6514 2006-01-11 [colin]      1.9.100cvs136
6515
6516         * src/textview.c
6517                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
6518
6519 2006-01-10 [paul]       1.9.100cvs135
6520
6521         * tools/Makefile.am
6522         * tools/filter_conv_new.pl
6523                 add script to convert new style Sylpheed
6524                 filter rules (Sylpheed >= 0.9.99) to
6525                 Claws filtering rules
6526
6527 2006-01-10 [colin]      1.9.100cvs134
6528
6529         * src/compose.c
6530                 Fix broken line joins in certain conditions
6531                 (between two quoted lines: <enter><enter><up>
6532                  <type a wrapped sentence><go in the first line>
6533                  <insert more text><watch as line joining failed>)
6534
6535 2006-01-10 [paul]       1.9.100cvs133
6536
6537         * src/compose.c
6538                 don't report success in error dialog
6539                 thanks to Colin
6540         * src/common/utils.c
6541                 include some trailing punctuations as URI
6542                 thanks to Hiro
6543
6544 2006-01-10 [paul]       1.9.100cvs132
6545
6546         * src/mimeview.c
6547                 fix incompatible pointer type
6548                 warning
6549
6550 2006-01-10 [paul]       1.9.100cvs131
6551
6552         * src/compose.c
6553                 change Subject in window title
6554                 instantaneously
6555
6556 2006-01-09 [colin]      1.9.100cvs130
6557
6558         * src/addressbook.c
6559         * src/headerview.c
6560         * src/mainwindow.c
6561         * src/messageview.c
6562         * src/mimeview.c
6563         * src/noticeview.c
6564         * src/summaryview.c
6565                 Fix possible crashes on exit and in addressbook
6566
6567 2006-01-09 [paul]       1.9.100cvs129
6568
6569         * src/prefs_msg_colors.c
6570                 some cleanups that I forgot last time
6571
6572 2006-01-09 [paul]       1.9.100cvs128
6573
6574         * README
6575         * src/folderview.c
6576         * src/prefs_msg_colors.c
6577                 add previously hidden option, color_new, to
6578                 the gui
6579                 move the page to Display/
6580                 rework the gui
6581
6582 2006-01-09 [wwp]        1.9.100cvs127
6583
6584         * src/prefs_themes.c
6585                 made the prefs/display/themes layouts spacing less condensed
6586                 (and so they match other prefs/pages' look).
6587
6588 2006-01-09 [paul]       1.9.100cvs126
6589
6590         * src/compose.c
6591         * src/prefs_common.c
6592         * src/prefs_common.h
6593         * src/prefs_wrapping.c
6594                 remove 'wrap at send' option
6595
6596 2006-01-06 [colin]      1.9.100cvs125
6597
6598         * src/compose.c
6599                 Just make completely sure we don't insert "manual line breaks" 
6600                 when wrapping... 
6601
6602 2006-01-04 [paul]
6603
6604         * 2.0.0-rc3 released
6605
6606 2006-01-04 [paul]       1.9.100cvs124
6607
6608         * src/folderview.c
6609                 fix bug 882, 'quick scroll in folder list
6610                 displays wrong folder contents'
6611
6612 2006-01-04 [paul]       1.9.100cvs123
6613
6614         * src/plugins/pgpmime/pgpmime.c
6615                 better debug information when signing
6616                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6617
6618 2006-01-03 [colin]      1.9.100cvs122
6619
6620         * configure.ac
6621                 We need to recheck for gpgme 1.0.0 after checking
6622                 for 1.1.1, because if 1.1.1 isn't available, 
6623                 GPGME_LIBS and friends are blanked out by the 
6624                 second check.
6625
6626 2006-01-03 [colin]      1.9.100cvs121
6627
6628         * src/common/prefs.c
6629                 Windows unlink-before rename fix
6630         * src/plugins/pgpcore/sgpgme.c
6631                 Add support for PKA info if available
6632                 Both patches by Werner Koch
6633
6634 2006-01-03 [paul]       1.9.100cvs120
6635
6636         * src/messageview.c
6637                 fix bug 884, 'Send receipt' button visible in queue
6638                 Thanks to Colin
6639
6640 2006-01-02 [colin]      1.9.100cvs119
6641
6642         * src/compose.c
6643         * src/imap.c
6644                 Fix autosave on IMAP and more generally try to
6645                 return the correct ID on a newly added IMAP message
6646
6647 2006-01-02 [paul]       1.9.100cvs118
6648
6649         * manual/keyboard.xml
6650                 edited
6651
6652 2006-01-01 [paul]       1.9.100cvs117
6653
6654         * src/gtk/authors.h
6655                 alphabetical order
6656
6657 2005-12-30 [colin]      1.9.100cvs116
6658
6659         * manual/advanced.xml
6660                 Explain Pre/Post-processing differences.
6661
6662 2005-12-30 [colin]      1.9.100cvs115
6663
6664         * src/mh.c
6665                 Implement copy_msgs for a little optimization
6666         * src/imap.c
6667                 Finish yesterday's fix
6668
6669 2005-12-29 [colin]      1.9.100cvs114
6670
6671         * src/imap.c
6672                 Fix occasional failure in fetching a mail over
6673                 IMAP
6674
6675 2005-12-29 [colin]      1.9.100cvs113
6676
6677         * src/compose.c
6678                 Don't remove a draft when sending it, if it is 
6679                 locked.
6680
6681 2005-12-28 [colin]      1.9.100cvs112
6682
6683         * src/summaryview.c
6684                 Fix leak for real
6685
6686 2005-12-28 [wwp]        1.9.100cvs111
6687
6688         * doc/faq/.cvsignore
6689         * doc/faq/de/.cvsignore
6690         * doc/faq/en/.cvsignore
6691         * doc/faq/es/.cvsignore
6692         * doc/faq/fr/.cvsignore
6693         * doc/faq/it/.cvsignore
6694         * doc/manual/.cvsignore
6695         * doc/manual/de/.cvsignore
6696         * doc/manual/en/.cvsignore
6697         * doc/manual/es/.cvsignore
6698         * doc/manual/fr/.cvsignore
6699         * doc/manual/ja/.cvsignore
6700         * src/plugins/mathml_viewer/.cvsignore
6701                 rollback revival of those files (my bad, sorry for the noise).
6702
6703 2005-12-28 [wwp]        1.9.100cvs110
6704
6705         * src/compose.c
6706                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
6707
6708 2005-12-28 [wwp]        1.9.100cvs109
6709
6710         * doc/faq/.cvsignore
6711         * doc/faq/de/.cvsignore
6712         * doc/faq/en/.cvsignore
6713         * doc/faq/es/.cvsignore
6714         * doc/faq/fr/.cvsignore
6715         * doc/faq/it/.cvsignore
6716         * doc/manual/.cvsignore
6717         * doc/manual/de/.cvsignore
6718         * doc/manual/en/.cvsignore
6719         * doc/manual/es/.cvsignore
6720         * doc/manual/fr/.cvsignore
6721         * doc/manual/ja/.cvsignore
6722         * src/plugins/mathml_viewer/.cvsignore
6723         * po/.cvsignore
6724                 more files to ignore.
6725
6726 2005-12-24 [colin]      1.9.100cvs108
6727
6728         * AUTHORS
6729         * src/gtk/authors.h
6730                 Update for Werner
6731
6732 2005-12-24 [colin]      1.9.100cvs107
6733
6734         * src/procmsg.c
6735                 Allow NULL src_msginfo in 
6736                 procmsg_msginfo_new_from_mimeinfo
6737
6738 2005-12-23 [paul]       1.9.100cvs106
6739
6740         * src/plugins/pgpinline/mypgpcore.def
6741                 add this forgotten file
6742
6743 2005-12-23 [colin]      1.9.100cvs105
6744
6745         * src/mainwindow.c
6746                 Fix missing break
6747
6748 2005-12-23 [colin]      1.9.100cvs104
6749
6750         * autogen.sh
6751         * src/folder.c
6752         * src/mh.c
6753         * src/common/plugin.c
6754         * src/common/socket.c
6755         * src/common/socket.h
6756         * src/common/utils.c
6757         * src/common/utils.h
6758         * src/gtk/pluginwindow.c
6759         * src/plugins/pgpcore/plugin.def
6760         * src/plugins/pgpcore/sylpheed.def
6761         * src/plugins/pgpinline/Makefile.am
6762         * src/plugins/pgpinline/plugin.def
6763         * src/plugins/pgpinline/sylpheed.def
6764         * src/plugins/pgpmime/plugin.def
6765         * src/plugins/pgpmime/sylpheed.def
6766                 Various w32 fixes by Werner Koch
6767
6768 2005-12-22 [paul]       1.9.100cvs103
6769
6770         * src/wizard.c
6771                 don't offer IMAP as 'server type' if
6772                 libetpan isn't built in
6773
6774 2005-12-22 [paul]       1.9.100cvs102
6775
6776         * AUTHORS
6777         * src/mainwindow.c
6778         * src/mainwindow.h
6779         * src/toolbar.c
6780         * src/gtk/authors.h
6781                 support GTK_TOOLBAR_BOTH_HORIZ (text
6782                 next to icon) Patch by Marien Zwart
6783                 marienz@users.sf.net
6784                 Also reword the text
6785
6786 2005-12-21 [colin]      1.9.100cvs101
6787
6788         * configure.ac
6789                 Fix DATADIRNAME
6790         * COPYING
6791                 Fix missing section and explicit the exception better
6792         * src/compose.c
6793                 Prevent mail from being lost without notice when an
6794                 SMTP error happens on trying to send an unmodified
6795                 drafted mail.
6796         * src/send_message.c
6797         * src/common/smtp.c
6798                 Fix password remembering when wrong, and add return
6799                 value checks where they should have been
6800         * src/plugins/pgpcore/sylpheed.def
6801         * src/plugins/pgpinline/sylpheed.def
6802         * src/plugins/pgpmime/sylpheed.def
6803                 Add a few symbols needed
6804
6805 2005-12-21 [paul]       1.9.100cvs100
6806
6807         * m4/codeset.m4
6808         * m4/glibc21.m4
6809         * m4/intdiv0.m4
6810         * m4/inttypes-pri.m4
6811         * m4/inttypes.m4
6812         * m4/inttypes_h.m4
6813         * m4/isc-posix.m4
6814         * m4/lcmessage.m4
6815         * m4/stdint_h.m4
6816         * m4/uintmax_t.m4
6817                 gettextization
6818                 thanks to Colin
6819
6820 2005-12-21 [paul]       1.9.100cvs99
6821
6822         * po/sv.po
6823                 fixed by Colin
6824
6825 2005-12-20 [paul]       1.9.100cvs98
6826
6827         * po/sv.po
6828                 updated by Anders Trobäck
6829
6830 2005-12-20 [colin]      1.9.100cvs97
6831
6832         * ABOUT-NLS
6833         * Makefile.am
6834         * autogen.sh
6835         * configure.ac
6836         * config/config.rpath
6837         * config/mkinstalldirs
6838         * m4/Makefile.am
6839         * m4/glibc2.m4
6840         * m4/gnupg.m4
6841         * m4/gpgme.m4
6842         * m4/intmax.m4
6843         * m4/longdouble.m4
6844         * m4/longlong.m4
6845         * m4/printf-posix.m4
6846         * m4/signed.m4
6847         * m4/size_max.m4
6848         * m4/ulonglong.m4
6849         * m4/wchar_t.m4
6850         * m4/wint_t.m4
6851         * m4/xsize.m4
6852         * po/Makefile.in.in
6853         * po/Makevars
6854         * po/bg.po
6855         * po/ca.po
6856         * po/cs.po
6857         * po/de.po
6858         * po/el.po
6859         * po/en_GB.po
6860         * po/es.po
6861         * po/fi.po
6862         * po/fr.po
6863         * po/hr.po
6864         * po/hu.po
6865         * po/it.po
6866         * po/ja.po
6867         * po/ko.po
6868         * po/nb.po
6869         * po/nl.po
6870         * po/pl.po
6871         * po/pt_BR.po
6872         * po/ru.po
6873         * po/sk.po
6874         * po/sr.po
6875         * po/stamp-po
6876         * po/sv.po
6877         * po/zh_CN.po
6878         * po/zh_TW.po
6879         * src/Makefile.am
6880         * src/codeconv.c
6881         * src/compose.c
6882         * src/exporthtml.c
6883         * src/exportldif.c
6884         * src/folder.c
6885         * src/main.c
6886         * src/manual.c
6887         * src/mh.c
6888         * src/mimeview.c
6889         * src/send_message.c
6890         * src/common/Makefile.am
6891         * src/common/fnmatch.c
6892         * src/common/fnmatch.h
6893         * src/common/fnmatch_loop.c
6894         * src/common/nntp.c
6895         * src/common/plugin.c
6896         * src/common/smtp.c
6897         * src/common/socket.c
6898         * src/common/string_match.c
6899         * src/common/sylpheed.c
6900         * src/common/utils.c
6901         * src/common/utils.h
6902         * src/common/w32_dirent.c
6903         * src/common/w32_reg.c
6904         * src/common/w32_signal.c
6905         * src/common/w32_stat.c
6906         * src/common/w32_stdio.c
6907         * src/common/w32_stdlib.c
6908         * src/common/w32_string.c
6909         * src/common/w32_time.c
6910         * src/common/w32_unistd.c
6911         * src/common/w32_wait.c
6912         * src/common/w32lib.h
6913         * src/etpan/Makefile.am
6914         * src/gtk/Makefile.am
6915         * src/plugins/clamav/Makefile.am
6916         * src/plugins/demo/Makefile.am
6917         * src/plugins/dillo_viewer/Makefile.am
6918         * src/plugins/pgpcore/Makefile.am
6919         * src/plugins/pgpcore/passphrase.c
6920         * src/plugins/pgpcore/plugin.def
6921         * src/plugins/pgpcore/sgpgme.c
6922         * src/plugins/pgpcore/sylpheed.def
6923         * src/plugins/pgpcore/version.rc
6924         * src/plugins/pgpinline/Makefile.am
6925         * src/plugins/pgpinline/plugin.def
6926         * src/plugins/pgpinline/sylpheed.def
6927         * src/plugins/pgpinline/version.rc
6928         * src/plugins/pgpmime/Makefile.am
6929         * src/plugins/pgpmime/mypgpcore.def
6930         * src/plugins/pgpmime/plugin.def
6931         * src/plugins/pgpmime/sylpheed.def
6932         * src/plugins/pgpmime/version.rc
6933         * src/plugins/spamassassin/Makefile.am
6934                 Very little ;-) patch from Werner Koch, providing
6935                 infrastructure for cross-compiling to Win32
6936
6937 2005-12-20 [paul]       1.9.100cvs96
6938
6939         * src/account.c
6940         * src/account.h
6941         * src/mainwindow.c
6942         * src/mainwindow.h
6943         * src/toolbar.c
6944         * src/toolbar.h
6945                 add a combo to the Get All button, allowing
6946                 quick retrieval from any account
6947                 Patch by Fabien Vantard, slightly modified
6948                 by Colin
6949         * src/gtk/about.c
6950                 i18n fix. Patch by Fabien Vantard
6951
6952 2005-12-19 [colin]      1.9.100cvs95
6953
6954         * src/compose.c
6955         * src/compose.h
6956                 Don't automatically join lines when they've 
6957                 been separated by the user and not automatically
6958
6959 2005-12-19 [paul]       1.9.100cvs94
6960
6961         * src/gtk/pluginwindow.c
6962                 i18n fix.
6963                 Patch by Fabien Vantard
6964
6965 2005-12-15 [paul]       1.9.100cvs93
6966
6967         * src/common/plugin.c
6968         * src/common/plugin.h
6969         * src/gtk/pluginwindow.c
6970         * src/plugins/clamav/clamav_plugin.c
6971         * src/plugins/demo/demo.c
6972         * src/plugins/dillo_viewer/dillo_viewer.c
6973         * src/plugins/pgpcore/plugin.c
6974         * src/plugins/pgpinline/plugin.c
6975         * src/plugins/pgpmime/plugin.c
6976         * src/plugins/spamassassin/spamassassin.c
6977         * src/plugins/trayicon/trayicon.c
6978                 add plugin_version()
6979
6980 2005-12-15 [colin]      1.9.100cvs92
6981
6982         * src/compose.c
6983                 Further fix bug #875
6984
6985 2005-12-15 [paul]       1.9.100cvs91
6986
6987         * src/gtk/filesel.c
6988                 fix attach_load_dir getting set to
6989                 PLUGINDIR on plugin load
6990
6991 2005-12-14 [mones]      1.9.100cvs90
6992
6993         * manual/ack.xml
6994         * manual/keyboard.xml
6995                 Initial draft and some shortcuts added
6996                 
6997         * po/es.po
6998                 Updated translation
6999
7000 2005-12-14 [colin]      1.9.100cvs89
7001
7002         * src/compose.c
7003         * src/imap.c
7004         * src/summaryview.c
7005         * src/gtk/gtkaspell.c
7006                 More leaks fixed
7007         * src/prefs_folder_item.c
7008                 Fix recursive prefs apply
7009
7010
7011 2005-12-14 [colin]      1.9.100cvs88
7012
7013         * src/compose.c
7014                 Fix bug #875 (Freeze On Inline Forward of 
7015                 Large Message)
7016
7017 2005-12-13 [colin]      1.9.100cvs87
7018
7019         * src/compose.c
7020                 Uniq-ify and sort the mimetypes list
7021                 Patch by Fabien Vantard
7022
7023 2005-12-13 [colin]      1.9.100cvs86
7024
7025         * src/imap.c
7026         * src/etpan/imap-thread.c
7027                 Fix leaks (patch by Hoa)
7028         * src/news.c
7029         * src/common/plugin.c
7030                 Fix leaks
7031
7032 2005-12-12 [colin]
7033
7034         * 2.0.0-rc2 released
7035
7036 2005-12-12 [colin]      1.9.100cvs85
7037
7038         * src/matcher.c
7039                 Fix a leak
7040
7041 2005-12-12 [wwp]        1.9.100cvs84
7042
7043         * src/gtk/icon_legend.c
7044                 fix misbehaviour and crash when closing the legend window
7045         using the Esc key (patch by Fabien Vantard).
7046
7047 2005-12-12 [paul]       1.9.100cvs83
7048
7049         * src/browseldap.c
7050         * src/foldersel.c
7051         * src/prefs_actions.c
7052         * src/prefs_filtering.c
7053         * src/prefs_matcher.c
7054         * src/prefs_spelling.glade      ** REMOVED **
7055         * src/prefs_template.c
7056         * src/gtk/foldersort.glade      ** REMOVED **
7057         * src/gtk/pluginwindow.c
7058         * src/gtk/pluginwindow.glade    ** REMOVED **
7059         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
7060                 cleanups
7061
7062 2005-12-11 [paul]       1.9.100cvs82
7063
7064         * src/gtk/filesel.c
7065                 fix attach_load_dir crasher (double free)
7066
7067 2005-12-09 [paul]       1.9.100cvs81
7068
7069         * po/POTFILES.in
7070         * src/mainwindow.c
7071         * src/gtk/Makefile.am
7072         * src/gtk/icon_legend.c
7073         * src/gtk/icon_legend.h
7074                 add icon legend
7075         * src/manual.c
7076                 cleanup
7077
7078 2005-12-09 [paul]       1.9.100cvs80
7079
7080         * src/plugins/pgpcore/passphrase.c
7081                 wrap the label in the dialog
7082
7083 2005-12-09 [colin]      1.9.100cvs79
7084
7085         * src/plugins/pgpcore/sgpgme.c
7086                 Display (untrusted) on not trusted signatures
7087                 Patch by Michal Èihaø <michal@cihar.com>
7088                 Closes bug #867 (Report also key trust)
7089
7090 2005-12-09 [colin]      1.9.100cvs78
7091
7092         * src/common/plugin.c
7093                 Update licence check, following Eben Moglen's advice
7094
7095 2005-12-08 [colin]      1.9.100cvs77
7096
7097         * src/folder.c
7098                 Fix the occasionnal item->cache != NULL 
7099                 assertion failure. 
7100
7101 2005-12-08 [colin]      1.9.100cvs76
7102
7103         * src/mimeview.c
7104         * src/plugins/pgpcore/sgpgme.c
7105                 Print key id when unable to check it
7106                 Closes bug #866 (Show key id when missing)
7107
7108 2005-12-08 [paul]       1.9.100cvs75
7109
7110         * src/prefs_common.c
7111         * src/prefs_common.h
7112         * src/gtk/filesel.c
7113                 remember load attachment dir
7114
7115 2005-12-07 [colin]      1.9.100cvs74
7116
7117         * src/prefs_toolbar.c
7118                 Gtk fixes, patch by Fabien Vantard
7119
7120 2005-12-07 [colin]      1.9.100cvs73
7121
7122         * src/action.c
7123         * src/compose.c
7124         * src/compose.h
7125                 Fix bug #839 (Quoted text isn't colored after 
7126                 executing an action)
7127         * src/common/plugin.c
7128                 Require plugins to declare their licence in plugin_licence()
7129                 Refuse to load non-GPL plugins as they'd be illegal (as 
7130                 derived works of Sylpheed-Claws, they must be GPL).
7131         * src/plugins/clamav/clamav_plugin.c
7132         * src/plugins/demo/demo.c
7133         * src/plugins/dillo_viewer/dillo_viewer.c
7134         * src/plugins/pgpcore/plugin.c
7135         * src/plugins/pgpinline/plugin.c
7136         * src/plugins/pgpmime/plugin.c
7137         * src/plugins/spamassassin/spamassassin.c
7138         * src/plugins/trayicon/trayicon.c
7139                 Add plugin_licence()
7140
7141 2005-12-07 [paul]       1.9.100cvs72
7142
7143         * configure.ac
7144         * src/mainwindow.c
7145         * src/manual.c
7146         * src/manual.h
7147         * src/common/defs.h
7148                 clean up after local FAQ removal and
7149                 temporary manual removal
7150
7151 2005-12-06 [colin]      1.9.100cvs71
7152
7153         * configure.ac
7154         * doc/Makefile.am
7155         * doc/faq/.cvsignore
7156         * doc/faq/Makefile.am
7157         * doc/faq/de/.cvsignore
7158         * doc/faq/de/Makefile.am
7159         * doc/faq/de/sylpheed-faq-1.html
7160         * doc/faq/de/sylpheed-faq-2.html
7161         * doc/faq/de/sylpheed-faq-3.html
7162         * doc/faq/de/sylpheed-faq.html
7163         * doc/faq/en/.cvsignore
7164         * doc/faq/en/Makefile.am
7165         * doc/faq/en/sylpheed-faq-1.html
7166         * doc/faq/en/sylpheed-faq-2.html
7167         * doc/faq/en/sylpheed-faq-3.html
7168         * doc/faq/en/sylpheed-faq-4.html
7169         * doc/faq/en/sylpheed-faq.html
7170         * doc/faq/es/.cvsignore
7171         * doc/faq/es/Makefile.am
7172         * doc/faq/es/sylpheed-faq-1.html
7173         * doc/faq/es/sylpheed-faq-2.html
7174         * doc/faq/es/sylpheed-faq-3.html
7175         * doc/faq/es/sylpheed-faq-4.html
7176         * doc/faq/es/sylpheed-faq.html
7177         * doc/faq/fr/.cvsignore
7178         * doc/faq/fr/Makefile.am
7179         * doc/faq/fr/sylpheed-faq-1.html
7180         * doc/faq/fr/sylpheed-faq-2.html
7181         * doc/faq/fr/sylpheed-faq-3.html
7182         * doc/faq/fr/sylpheed-faq.html
7183         * doc/faq/it/.cvsignore
7184         * doc/faq/it/Makefile.am
7185         * doc/faq/it/sylpheed-faq-1.html
7186         * doc/faq/it/sylpheed-faq-2.html
7187         * doc/faq/it/sylpheed-faq-3.html
7188         * doc/faq/it/sylpheed-faq.html
7189         * doc/manual/.cvsignore
7190         * doc/manual/Makefile.am
7191         * doc/manual/de/.cvsignore
7192         * doc/manual/de/Makefile.am
7193         * doc/manual/de/sylpheed-1.html
7194         * doc/manual/de/sylpheed-10.html
7195         * doc/manual/de/sylpheed-11.html
7196         * doc/manual/de/sylpheed-12.html
7197         * doc/manual/de/sylpheed-13.html
7198         * doc/manual/de/sylpheed-14.html
7199         * doc/manual/de/sylpheed-15.html
7200         * doc/manual/de/sylpheed-16.html
7201         * doc/manual/de/sylpheed-17.html
7202         * doc/manual/de/sylpheed-18.html
7203         * doc/manual/de/sylpheed-19.html
7204         * doc/manual/de/sylpheed-2.html
7205         * doc/manual/de/sylpheed-20.html
7206         * doc/manual/de/sylpheed-3.html
7207         * doc/manual/de/sylpheed-4.html
7208         * doc/manual/de/sylpheed-5.html
7209         * doc/manual/de/sylpheed-6.html
7210         * doc/manual/de/sylpheed-7.html
7211         * doc/manual/de/sylpheed-8.html
7212         * doc/manual/de/sylpheed-9.html
7213         * doc/manual/de/sylpheed.html
7214         * doc/manual/en/.cvsignore
7215         * doc/manual/en/Makefile.am
7216         * doc/manual/en/sylpheed-1.html
7217         * doc/manual/en/sylpheed-10.html
7218         * doc/manual/en/sylpheed-11.html
7219         * doc/manual/en/sylpheed-12.html
7220         * doc/manual/en/sylpheed-13.html
7221         * doc/manual/en/sylpheed-14.html
7222         * doc/manual/en/sylpheed-15.html
7223         * doc/manual/en/sylpheed-16.html
7224         * doc/manual/en/sylpheed-17.html
7225         * doc/manual/en/sylpheed-18.html
7226         * doc/manual/en/sylpheed-19.html
7227         * doc/manual/en/sylpheed-2.html
7228         * doc/manual/en/sylpheed-20.html
7229         * doc/manual/en/sylpheed-21.html
7230         * doc/manual/en/sylpheed-22.html
7231         * doc/manual/en/sylpheed-3.html
7232         * doc/manual/en/sylpheed-4.html
7233         * doc/manual/en/sylpheed-5.html
7234         * doc/manual/en/sylpheed-6.html
7235         * doc/manual/en/sylpheed-7.html
7236         * doc/manual/en/sylpheed-8.html
7237         * doc/manual/en/sylpheed-9.html
7238         * doc/manual/en/sylpheed.html
7239         * doc/manual/es/.cvsignore
7240         * doc/manual/es/Makefile.am
7241         * doc/manual/es/sylpheed-1.html
7242         * doc/manual/es/sylpheed-10.html
7243         * doc/manual/es/sylpheed-11.html
7244         * doc/manual/es/sylpheed-12.html
7245         * doc/manual/es/sylpheed-13.html
7246         * doc/manual/es/sylpheed-14.html
7247         * doc/manual/es/sylpheed-15.html
7248         * doc/manual/es/sylpheed-16.html
7249         * doc/manual/es/sylpheed-17.html
7250         * doc/manual/es/sylpheed-18.html
7251         * doc/manual/es/sylpheed-19.html
7252         * doc/manual/es/sylpheed-2.html
7253         * doc/manual/es/sylpheed-20.html
7254         * doc/manual/es/sylpheed-3.html
7255         * doc/manual/es/sylpheed-4.html
7256         * doc/manual/es/sylpheed-5.html
7257         * doc/manual/es/sylpheed-6.html
7258         * doc/manual/es/sylpheed-7.html
7259         * doc/manual/es/sylpheed-8.html
7260         * doc/manual/es/sylpheed-9.html
7261         * doc/manual/es/sylpheed.html
7262         * doc/manual/fr/.cvsignore
7263         * doc/manual/fr/Makefile.am
7264         * doc/manual/fr/sylpheed-1.html
7265         * doc/manual/fr/sylpheed-10.html
7266         * doc/manual/fr/sylpheed-11.html
7267         * doc/manual/fr/sylpheed-12.html
7268         * doc/manual/fr/sylpheed-13.html
7269         * doc/manual/fr/sylpheed-14.html
7270         * doc/manual/fr/sylpheed-15.html
7271         * doc/manual/fr/sylpheed-16.html
7272         * doc/manual/fr/sylpheed-17.html
7273         * doc/manual/fr/sylpheed-18.html
7274         * doc/manual/fr/sylpheed-19.html
7275         * doc/manual/fr/sylpheed-2.html
7276         * doc/manual/fr/sylpheed-20.html
7277         * doc/manual/fr/sylpheed-3.html
7278         * doc/manual/fr/sylpheed-4.html
7279         * doc/manual/fr/sylpheed-5.html
7280         * doc/manual/fr/sylpheed-6.html
7281         * doc/manual/fr/sylpheed-7.html
7282         * doc/manual/fr/sylpheed-8.html
7283         * doc/manual/fr/sylpheed-9.html
7284         * doc/manual/fr/sylpheed.html
7285         * doc/manual/ja/.cvsignore
7286         * doc/manual/ja/Makefile.am
7287         * doc/manual/ja/sylpheed-1.html
7288         * doc/manual/ja/sylpheed-10.html
7289         * doc/manual/ja/sylpheed-11.html
7290         * doc/manual/ja/sylpheed-12.html
7291         * doc/manual/ja/sylpheed-13.html
7292         * doc/manual/ja/sylpheed-14.html
7293         * doc/manual/ja/sylpheed-15.html
7294         * doc/manual/ja/sylpheed-16.html
7295         * doc/manual/ja/sylpheed-17.html
7296         * doc/manual/ja/sylpheed-18.html
7297         * doc/manual/ja/sylpheed-19.html
7298         * doc/manual/ja/sylpheed-2.html
7299         * doc/manual/ja/sylpheed-20.html
7300         * doc/manual/ja/sylpheed-3.html
7301         * doc/manual/ja/sylpheed-4.html
7302         * doc/manual/ja/sylpheed-5.html
7303         * doc/manual/ja/sylpheed-6.html
7304         * doc/manual/ja/sylpheed-7.html
7305         * doc/manual/ja/sylpheed-8.html
7306         * doc/manual/ja/sylpheed-9.html
7307         * doc/manual/ja/sylpheed.html
7308         * doc/manual/ja/sylpheed.sgml
7309         * src/mainwindow.c
7310                 Remove outdated manual and faq. Noisy, eh?
7311
7312 2005-12-06 [colin]      1.9.100cvs70
7313
7314         * src/compose.c
7315         * src/quote_fmt_parse.y
7316         * src/undo.c
7317         * src/undo.h
7318                 Allow %X to position cursor at 0 
7319                 (no %X = before signature)
7320                 Fix paste as quotation putting the cursor at 0
7321                 Fix undo offsets when pasting
7322                 Insert the quote_fmt at once instead of line 
7323                 by line
7324                 Fix [Edited] when starting to reply/forward
7325
7326 2005-12-06 [paul]       1.9.100cvs69
7327
7328         * src/plugins/clamav/clamav_plugin_gtk.c
7329                 add another tooltip
7330         * src/plugins/spamassassin/spamassassin_gtk.c
7331                 rework spamassassin_create_widget_func()
7332
7333 2005-12-05 [colin]      1.9.100cvs68
7334
7335         * po/POTFILES.in
7336                 Fix make release ;-)
7337
7338 2005-12-05 [colin]      1.9.100cvs67
7339
7340         * src/compose.c
7341         * src/compose.h
7342                 Fix cursor positioning (not obeying %X)
7343
7344 2005-12-05 [paul]       1.9.100cvs66
7345
7346         * src/plugins/dillo_viewer/dillo_prefs.c
7347                 fix compilation warning
7348
7349 2005-12-05 [paul]       1.9.100cvs65
7350
7351         * src/prefs_spelling.c
7352         * src/plugins/trayicon/trayicon.c
7353                 cleanups - remove unused stuff
7354
7355 2005-12-05 [paul]       1.9.100cvs64
7356
7357         * README
7358         * manual/plugins.xml
7359                 remove info about removed mathml_viewer plugin
7360
7361 2005-12-05 [paul]       1.9.100cvs63
7362
7363         * configure.ac
7364         * src/plugins/Makefile.am
7365         * src/plugins/mathml_viewer/.cvsignore
7366         * src/plugins/mathml_viewer/Makefile.am
7367         * src/plugins/mathml_viewer/mathml_viewer.c
7368                 remove unmaintained mathml_viewer plugin
7369
7370 2005-12-05 [paul]       1.9.100cvs62
7371
7372         * src/summaryview.c
7373                 obey prefs_common.always_show_msg when
7374                 moving a msg
7375                 Thanks to Colin
7376
7377 2005-12-05 [paul]       1.9.100cvs61
7378
7379         * src/compose.c
7380         * src/prefs_account.c
7381         * src/prefs_filtering.c
7382         * src/prefs_quote.c
7383         * src/prefs_spelling.c
7384         * src/prefs_toolbar.c
7385         * src/summaryview.c
7386         * src/gtk/gtkutils.c
7387         * src/gtk/quicksearch.c
7388         * src/plugins/dillo_viewer/dillo_prefs.c
7389                 dialog cleanups
7390
7391 2005-12-04 [paul]       1.9.100cvs60
7392
7393         * src/inc.c
7394         * src/prefs_account.c
7395         * src/prefs_account.h
7396                 allow a Local account to specify a
7397                 default inbox
7398                 (closes bug 843 'Inbox cannot be changed for local
7399                  mailboxes')
7400
7401 2005-12-04 [colin]      1.9.100cvs59
7402
7403         * src/plugins/trayicon/trayicon.c
7404                 Remove Get, rename Get All to Get Mail in order to
7405                 be consistent with the default main toolbar
7406
7407 2005-12-03 [colin]      1.9.100cvs58
7408
7409         * manual/gpl.xml
7410         * manual/sylpheed-claws-manual.xml
7411                 Add GPL appendix
7412
7413 2005-12-03 [paul]       1.9.100cvs57
7414
7415         * AUTHORS
7416         * po/sv.po
7417         * src/gtk/authors.h
7418                 new (partially complete) Swedish translation
7419                 by Anders Troback <sylpheed@troback.com>
7420
7421 2005-12-02 [paul]       1.9.100cvs56
7422
7423         * configure.ac
7424                 libetpan 0.41 required
7425
7426 2005-12-02 [paul]       1.9.100cvs55
7427
7428         * src/plugins/clamav/clamav_plugin.c
7429         * src/plugins/clamav/clamav_plugin.h
7430         * src/plugins/clamav/clamav_plugin_gtk.c
7431         * src/plugins/spamassassin/spamassassin.c
7432         * src/plugins/spamassassin/spamassassin.h
7433         * src/plugins/spamassassin/spamassassin_gtk.c
7434                 unregister prefs pages on unloading, thus
7435                 preventing a crash
7436                 (thanks to Colin for the hint)
7437
7438 2005-12-02 [wwp]        1.9.100cvs54
7439
7440         * src/quote_fmt.h
7441         * src/quote_fmt_parse.y
7442                 fix misuse of gboolean*, use gboolean instead
7443                 (thanks to Paul, Colin, for pointing out that scaring one)
7444
7445 2005-12-02 [paul]       1.9.100cvs53
7446
7447         * src/plugins/clamav/clamav_plugin.c
7448                 int no --> unsigned int no
7449         * src/plugins/clamav/clamav_plugin_gtk.c
7450                 rework config page
7451
7452 2005-12-02 [wwp]        1.9.100cvs52
7453
7454         * src/compose.c
7455         * src/prefs_template.c
7456         * src/quote_fmt.h
7457         * src/quote_fmt_parse.y
7458                 prevent from executing |f and |p templates commands when
7459                 adding or replacing templates in prefs (avoids annoying and
7460                 potentially dangerous behaviours)
7461
7462 2005-12-02 [paul]       1.9.100cvs51
7463
7464         * src/prefs_common.c
7465                 allow translation of some default values
7466                 Patch by Fabien Vantard
7467
7468 2005-12-02 [paul]       1.9.100cvs50
7469
7470         * src/codeconv.c
7471         * src/codeconv.h
7472         * src/prefs_common.c
7473         * src/prefs_common.h
7474         * src/prefs_message.c
7475         * src/textview.c
7476                 remove obsolete 'convert_mb_alnum' option
7477                 and related stuff
7478         * src/gtk/about.c
7479                 remove unused 'about_textview_visibility_notify'
7480
7481 2005-12-02 [paul]       1.9.100cvs49
7482
7483         * src/prefs_account.c
7484         * src/prefs_compose_writing.c
7485         * src/prefs_fonts.c
7486         * src/prefs_gtk.h
7487         * src/prefs_image_viewer.c
7488         * src/prefs_message.c
7489         * src/prefs_other.c
7490         * src/prefs_receive.c
7491         * src/prefs_send.c
7492         * src/prefs_spelling.c
7493         * src/prefs_summaries.c
7494         * src/prefs_wrapping.c
7495         * src/plugins/dillo_viewer/dillo_prefs.c
7496         * src/plugins/pgpcore/prefs_gpg.c
7497                 several cleanups to the prefs dialogs
7498                 (slightly modified) patch by Fabien Vantard
7499
7500 2005-12-02 [paul]       1.9.100cvs48
7501
7502         * src/main.c
7503                 --exit means exit
7504         * src/send_message.c
7505                 fix crash on send when connection fails
7506
7507         Thanks to Colin
7508
7509 2005-12-01 [colin]      1.9.100cvs47
7510
7511         * src/html.c
7512                 Translate &hellip; to "..."
7513
7514 2005-11-30 [colin]      1.9.100cvs46
7515
7516         * src/matcher.c
7517         * src/matcher.h
7518                 Optimize back yesterday's fix.
7519
7520 2005-11-30 [paul]       1.9.100cvs45
7521
7522         * manual/faq.xml
7523                 standardised
7524         * manual/intro.xml
7525                 written by Colin, edited by me
7526
7527 2005-11-29 [colin]      1.9.100cvs44
7528
7529         * src/matcher.c
7530                 Skip headers unconditionnaly in match_body if the
7531                 rule is not message or ~message
7532
7533 2005-11-29 [colin]      1.9.100cvs43
7534
7535         * src/matcher.c
7536                 Fix body_part and such, not skipping headers 
7537                 if the matchcriteria wasn't the first in the rule
7538
7539 2005-11-29 [colin]      1.9.100cvs42
7540
7541         * src/compose.c
7542                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
7543                 option missing from message view window)
7544                 Fix double text D'n'D with gtk-2.8
7545         * src/matcher.c
7546                 Fix ~message, ~headers_part, ~body_part rules
7547         * src/messageview.c
7548                 Add Windows-1252 (Closes bug #863)
7549                 Fix accels
7550         * src/gtk/gtkaspell.c
7551                 Properly destroy accels in all menus
7552
7553 2005-11-29 [mones]      1.9.100cvs41
7554
7555         * po/es.po
7556                 Updated.
7557
7558 2005-11-27 [colin]      1.9.100cvs40
7559
7560         * src/mh_gtk.c
7561                 "/Remove mailbox" -> "/Remove mailbox..."
7562
7563 2005-11-27 [paul]       1.9.100cvs39
7564
7565         * AUTHORS
7566         * po/de.po
7567         * src/gtk/authors.h
7568                 updated by new maintainer, Stephan Sachse
7569
7570 2005-11-27 [paul]       1.9.100cvs38
7571
7572         * manual/faq.xml
7573                 written by Colin, edited by me
7574
7575 2005-11-27 [paul]       1.9.100cvs37
7576
7577         * src/prefs_common.c
7578         * src/prefs_common.h
7579         * src/prefs_receive.c
7580         * src/prefs_summaries.c
7581                 move 'go to inbox after receiving new mail'
7582                 option from display/sumamaries to mail
7583                 handling/receive, and rework prefs_summaries
7584                 dialog a little
7585
7586 2005-11-25 [martin]     1.9.100cvs36
7587
7588         * po/de.po
7589             fixed windows-1252 translation;
7590             translated some new and fuzzy strings
7591
7592 2005-11-25 [paul]       1.9.100cvs35
7593
7594         * src/plugins/clamav/clamav_plugin.c
7595                 complete the update done in cvs34
7596
7597 2005-11-25 [paul]       1.9.100cvs34
7598
7599         * src/plugins/clamav/clamav_plugin.c
7600                 reflect upstream changes
7601
7602 2005-11-25 [paul]       1.9.100cvs33
7603
7604         * manual/ack.xml
7605         * manual/plugins.xml
7606         * manual/sylpheed-claws-manual.xml
7607                 written/updated by Colin, edited by me
7608         * tools/acroread2sylpheed.pl
7609                 update binary name
7610
7611 2005-11-24 [colin]      1.9.100cvs32
7612
7613         * src/compose.c
7614                 Fix bug #856 (reediting messages forgets Request
7615                 Return Receipt)
7616
7617 2005-11-24 [paul]       1.9.100cvs31
7618
7619         * manual/addrbook.xml
7620         * manual/starting.xml
7621                 written by Colin, proofread, edited, adapted by me
7622         * manual/advanced.xml
7623                 add some Actions examples
7624         * src/importldif.c
7625                 use a Save button instead of a Close button
7626         * src/wizard.c
7627                 indicate mandatory fields
7628                 fix page display
7629                 Thanks to Colin
7630
7631 2005-11-23 [colin]      1.9.100cvs30
7632
7633         * src/addressbook.c
7634                 Rename menu item, fix possible crash after
7635                 deletion of books
7636         * src/addrindex.c
7637                 Allow searching for '*' in ldap
7638         * src/browseldap.c
7639                 Fix "Browse Entry" (did anyone use it?)
7640         * src/wizard.c
7641                 Add guards for mandatory information
7642
7643 2005-11-23 [paul]       1.9.100cvs29
7644
7645         * manual/advanced.xml
7646                 corrections to the English
7647
7648 2005-11-23 [colin]      1.9.100cvs28
7649
7650         * src/mimeview.c
7651                 Fix possible crash at exit. After the call to
7652                 gtk_container_remove(), the Viewer's widget has no
7653                 more parent so gtk+ automatically frees it and its
7654                 sons. If destroy_viewer() then try to access it,
7655                 problems ensue.
7656
7657 2005-11-22 [colin]      1.9.100cvs27
7658
7659         * src/compose.c
7660         * src/gtk/gtkaspell.c
7661                 Fix right-clicking on a misspelled word
7662                 Fix More... in suggestions menu
7663
7664 2005-11-22 [wwp]        1.9.100cvs26
7665
7666         * src/prefs_template.c
7667                 templates works: re-sort templates list when adding or replacing,
7668                 prevent from adding or replacing when the template name is empty
7669
7670 2005-11-21 [colin]      1.9.100cvs25
7671
7672         * src/addressbook.c
7673                 Fix some addressbook suckage (dnd, select all)
7674         * src/compose.c
7675         * src/gtk/gtkaspell.c
7676         * src/gtk/gtkaspell.h
7677                 Make the spellchecker menu work with the 
7678                 GtkTextView one instead of overriding it
7679
7680 2005-11-20 [paul]       1.9.100cvs24
7681
7682         * manual/handling.xml
7683                 proofread and corrected
7684
7685 2005-11-20 [paul]       1.9.100cvs23
7686
7687         * manual/Makefile
7688                 generate html as one file
7689         * manual/advanced.xml
7690                 fix output generation
7691                 reformat hidden options list
7692         * manual/manual.xml     ** REMOVED **
7693         * manual/sylpheed-claws-manual.xml      ** ADDED **
7694                 renamed
7695
7696 2005-11-18 [colin]      1.9.100cvs22
7697
7698         * src/prefs_account.c
7699                 Fix layout in news and mbox accounts
7700         * manual/account.xml
7701         * manual/advanced.xml
7702                 New contents for Paul to check :)
7703
7704 2005-11-18 [wwp]        1.9.100cvs21
7705
7706         * src/gtk/quicksearch.c
7707                 don't update extended quicksearch buttons twice
7708
7709 2005-11-18 [paul]       1.9.100cvs20
7710
7711         * src/textview.c
7712                 complete 1.9.100cvs19
7713
7714 2005-11-18 [paul]       1.9.100cvs19
7715
7716         * src/compose.c
7717                 cosmetic improvements
7718         * src/textview.c
7719                 also list text/* attachments
7720
7721 2005-11-18 [colin]      1.9.100cvs18
7722
7723         * src/summaryview.c
7724                 Use column 0 instead of -1 in 
7725                 gtk_ctree_node_moveto, in a naive
7726                 hope it'll fix the gtk-related crashes
7727
7728 2005-11-18 [colin]      1.9.100cvs17
7729
7730         * src/gtk/inputdialog.c
7731                 Fix icon staying the first one
7732
7733 2005-11-17 [wwp]        1.9.100cvs16
7734                 fix possible problem showing some quicksearch buttons, and a bad
7735                 call to g_return_if_fail in a function that returns a value (both
7736                 fixes by Fabien Vantard)
7737
7738 2005-11-15 [wwp]        1.9.100cvs15
7739
7740         * src/gtk/quicksearch.c
7741                 added a tooltip to that obscure ... quicksearch button
7742
7743 2005-11-15 [wwp]        1.9.100cvs14
7744
7745         * src/gtk/quicksearch.c
7746                 add a quicksearch helper to filtering expression users: the ... button
7747                 raises the condition expr window. condition expressions set up w/ this
7748                 window are used by the quicksearch if the user closes it pressing OK.
7749
7750 2005-11-14 [paul]       1.9.100cvs13
7751
7752         * src/plugins/clamav/clamav_plugin.c
7753         * src/plugins/spamassassin/spamassassin.c
7754                 change plugin type following recent merging
7755
7756 2005-11-14 [wwp]        1.9.100cvs12
7757
7758         * src/folder.c
7759                 prevent from crashing when copying/moving message(s) from and
7760                 to the same folder
7761
7762 2005-11-14 [paul]       1.9.100cvs11
7763
7764         * src/plugins/clamav/Makefile.am
7765         * src/plugins/clamav/clamav_plugin.c
7766         * src/plugins/clamav/clamav_plugin.h
7767         * src/plugins/clamav/clamav_plugin_gtk.c
7768                 also merge clamav and clamav_gtk plugins
7769
7770 2005-11-13 [colin]      1.9.100cvs10
7771
7772         * configure.ac
7773         * src/plugins/spamassassin/Makefile.am
7774         * src/plugins/spamassassin/spamassassin.c
7775         * src/plugins/spamassassin/spamassassin.h
7776         * src/plugins/spamassassin/spamassassin_gtk.c
7777                 Merge spamassassin and spamassassin_gtk plugins,
7778                 and build it by default.
7779
7780 2005-11-12 [colin]      1.9.100cvs9
7781
7782         * src/etpan/imap-thread.c
7783                 Fix gcc warning
7784
7785 2005-11-12 [colin]      1.9.100cvs8
7786
7787         * src/procmime.c
7788                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
7789
7790 2005-11-10 [colin]      1.9.100cvs7
7791
7792         * src/main.c
7793                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
7794                 minimised state)
7795
7796 2005-11-10 [wwp]        1.9.100cvs6
7797
7798         * src/gtk/description_window.c
7799                 fix a crash when closing description windows using the WM's [X] button
7800
7801 2005-11-09 [colin]      1.9.100cvs5
7802
7803         * src/common/ssl.c
7804                 Update libetpan call to follow upstream
7805                 (yes, this requires libetpan-0.40cvs3)
7806
7807 2005-11-08 [colin]      1.9.100cvs4
7808
7809         * src/compose.c
7810         * src/textview.c
7811         * src/common/utils.c
7812         * src/common/utils.h
7813                 Enhance the email parser
7814
7815 2005-11-08 [colin]      1.9.100cvs3
7816
7817         * src/procmime.c
7818                 Fix what looks like an off-by-one (fixes 
7819                 attachments from the Bat)
7820
7821 2005-11-08 [wwp]        1.9.100cvs2
7822
7823         * src/main.c
7824                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
7825
7826 2005-11-08 [wwp]        1.9.100cvs1
7827
7828         * src/main.c
7829                 allow exiting Sylpheed-Claws from command-line
7830
7831 2005-11-08 [paul]       1.9.100
7832
7833         1.9.100 released
7834
7835 2005-11-07 [colin]      1.9.99cvs17
7836
7837         * src/addritem.c
7838         * src/ldif.c
7839                 Fix import of base-64 encoded items
7840
7841 2005-11-07 [colin]      1.9.99cvs16
7842
7843         * src/send_message.c
7844                 Fix bug #314 (Queue does not empty under certain 
7845                 circumstances)
7846
7847 2005-11-07 [paul]       1.9.99cvs15
7848
7849         * src/mutt.c
7850         * src/pine.c
7851                 fix buffer overflows
7852                 Thanks to Colin
7853
7854 2005-11-07 [paul]       1.9.99cvs14
7855
7856         * doc/man/Makefile.am
7857         * doc/man/sylpheed-claws.1      ** ADDED **
7858         * doc/man/sylpheed.1            ** DELETED **
7859                 rename and update the man file
7860
7861 2005-11-06 [colin]      1.9.99cvs13
7862
7863         * src/ldif.c
7864                 Fix ldif_get_line() that returned empty strings
7865                 (Didn't understand why). Also fix a possible
7866                 buffer overflow.
7867
7868 2005-11-06 [wwp]        1.9.99cvs12
7869
7870         * src/textview.c
7871         * src/gtk/about.c
7872         * src/gtk/gtkutils.c
7873         * src/gtk/gtkutils.h
7874                 fix a compilation warning,
7875                 make links sensitive in the about dialog
7876
7877 2005-11-04 [wwp]        1.9.99cvs11
7878
7879         * src/gtk/about.c
7880                 don't wrap or translate URIs, and a bit text format cleanup
7881
7882 2005-11-04 [wwp]        1.9.99cvs10
7883
7884         * src/gtk/about.c
7885                 better textview tagging implementation (no more use of marks for
7886                 postponed tagging)
7887
7888 2005-11-02 [colin]      1.9.99cvs9
7889
7890         * src/common/ssl.c
7891                 Forgot an ifdef
7892
7893 2005-11-02 [colin]      1.9.99cvs8
7894
7895         * configure.ac
7896                 Require libetpan-0.40 due to upstream fix
7897         * src/common/ssl.c
7898                 Tell libetpan not to call SSL_Library_Init,
7899                 as we do it ourselves.
7900
7901 2005-11-02 [colin]      1.9.99cvs7
7902
7903         * po/POTFILES.in
7904                 Add missing files (thanks to Fabien Vantard)
7905
7906 2005-11-02 [colin]      1.9.99cvs6
7907
7908         * src/summaryview.c
7909                 Fix totals when read messages are hidden or quicksearch
7910                 is on
7911         * src/ssl_manager.c
7912         * src/ssl_manager.h
7913         * src/common/ssl_certificate.c
7914         * src/common/ssl_certificate.h
7915         * src/gtk/sslcertwindow.c
7916         * src/gtk/sslcertwindow.h
7917                 Fix copyright on my stuff
7918
7919 2005-11-02 [wwp]        1.9.99cvs5
7920
7921         * src/prefs_themes.c
7922                 fix directory name checking (theme installation/removal),
7923                 made related error a bit more verbose
7924
7925 2005-11-02 [colin]      1.9.99cvs4
7926
7927         * src/summaryview.c
7928                 Fix typo (probably fixes bug #841 (Sort by the From 
7929                 field doesn't work)
7930
7931 2005-11-02 [paul]       1.9.99cvs3
7932
7933         * po/ko.po
7934         * po/nb.po
7935                 updated by SungHyun Nam, Geir Helland
7936         * src/wizard.c
7937                 fix typo in welcome message. spotted by
7938                 Andrea Spadaccini
7939
7940 2005-11-01 [colin]      1.9.99cvs2
7941
7942         * src/compose.c
7943                 Fix replying to ml wen confirming subscription
7944         * src/messageview.c
7945         * src/mimeview.c
7946         * src/mimeview.h
7947         * src/privacy.h
7948         * src/summaryview.c
7949                 Make key check non blocking
7950
7951 2005-10-31 [paul]       1.9.99cvs1
7952
7953         * tools/claws.i18n.status.pl
7954                 updated for ChangeLog
7955
7956 2005-10-31 [paul]       1.9.99
7957
7958         1.9.99 released
7959
7960 2005-10-31 [paul]       1.9.15cvs131
7961
7962         * .cvsignore
7963         * ChangeLog
7964         * ChangeLog.claws       ** REMOVED **
7965         * ChangeLog-gtk2.claws  ** REMOVED **
7966         * ChangeLog.gtk1        ** ADDED **
7967         * INSTALL
7968         * Makefile.am
7969         * NEWS
7970         * README
7971         * README.claws          ** REMOVED **
7972         * README.jp             ** REMOVED **
7973         * RELEASE_NOTES         ** ADDED **
7974         * RELEASE_NOTES.claws   ** REMOVED **
7975         * commitHelper
7976         * configure.ac
7977         * sylpheed.spec.in      ** REMOVED **
7978                 tidy up and update the default docs:
7979                 ChangeLog.claws is renamed ChangeLog.gtk1
7980                 ChangeLog-gtk2.claws is renamed ChangeLog
7981                 README.claws is renamed README
7982                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
7983
7984 2005-10-31 [paul]       1.9.15cvs130
7985
7986         * po/it.po
7987                 fix errors
7988
7989 2005-10-31 [paul]       1.9.15cvs129
7990
7991         * po/ca.po
7992         * po/de.po
7993         * po/en_GB.po
7994         * po/fr.po
7995         * po/it.po
7996         * po/pt_BR.po
7997         * po/sk.po
7998         * po/sr.po
7999         * po/zh_CN.po
8000                 updated by Miquel Oliete, Stephan Sachse and
8001                 Thomas Gilgin, me, Fabien Vantard, Andrea
8002                 Spadaccini, Frederico Goncalves Guimaraes,
8003                 Andrej Kacian, Aleksandar Urosevic, and
8004                 Ralgh Young.
8005
8006 2005-10-31 [mones]      1.9.15cvs128
8007
8008         * manual/faq.xml
8009                 More questions.
8010         
8011         * po/es.po
8012                 Updated for release.
8013
8014 2005-10-30 [colin]      1.9.15cvs127
8015
8016         * src/compose.c
8017                 Place cursor before rewrapping (fixes cursor
8018                 pos if quotation gets rewrapped)
8019
8020 2005-10-29 [paul]       1.9.15cvs126
8021
8022         * src/crash.c
8023         * src/foldersel.c
8024         * src/main.c
8025         * src/messageview.c
8026         * src/toolbar.c
8027         * src/gtk/authors.h
8028                 corrections to text items
8029
8030 2005-10-28 [colin]      1.9.15cvs125
8031
8032         * src/messageview.c
8033                 Make "hit 'C' to check sig" work from extern 
8034                 messageviews
8035
8036 2005-10-27 [colin]      1.9.15cvs124
8037
8038         * src/summaryview.c
8039                 Add a hack to avoid segfaulting when hammering 
8040                 on gtk's events
8041
8042 2005-10-27 [wwp]        1.9.15cvs123
8043
8044         * src/prefs_themes.c
8045                 sort list of themes names in themes prefs
8046
8047 2005-10-27 [paul]       1.9.15cvs122
8048
8049         * src/folder.c
8050         * src/prefs_account.c
8051                 fix building on Solaris
8052                 Patch by Alex Moore
8053
8054 2005-10-27 [wwp]        1.9.15cvs121
8055
8056         * src/summaryview.c
8057         * src/gtk/gtksctree.c
8058                 speed up unselecting messages in summary view (thanks to Colin)
8059
8060 2005-10-27 [paul]       1.9.15cvs120
8061
8062         * src/mainwindow.c
8063                 fix a compilation warning
8064         * src/summaryview.c
8065                 fix updating of 'n items selected' count
8066                 when deselecting
8067
8068 2005-10-27 [martin]     1.9.15cvs119
8069
8070         * src/action.c
8071                 ignore actions with a leading '/' in the action menu name
8072                 fixes a crash on menu creation
8073         * src/prefs_actions.c
8074                 do not allow a leading '/' in the action menu name
8075
8076 2005-10-27 [paul]       1.9.15cvs118
8077
8078         * src/main.c
8079                 fix compilation warning
8080
8081 2005-10-27 [paul]       1.9.15cvs117
8082
8083         * src/procmime.c
8084                 add #if HAVE_LOCALE_H
8085
8086 2005-10-27 [paul]       1.9.15cvs116
8087
8088         * src/plugins/clamav/clamav_plugin.c
8089         * src/plugins/dillo_viewer/dillo_viewer.c
8090         * src/plugins/mathml_viewer/mathml_viewer.c
8091         * src/plugins/pgpcore/plugin.c
8092         * src/plugins/pgpinline/plugin.c
8093         * src/plugins/pgpmime/plugin.c
8094         * src/plugins/spamassassin/spamassassin.c
8095         * src/plugins/trayicon/trayicon.c
8096                 plugin_init() : make error messages more
8097                 informative
8098
8099 2005-10-26 [wwp]        1.9.15cvs115
8100
8101         * src/prefs_matcher.c
8102                 enlarge boolean op widget width a bit (wasn't always showing text contents)
8103
8104 2005-10-26 [wwp]        1.9.15cvs114
8105
8106         * src/procmime.c
8107         * src/gtk/gtksctree.c
8108         * src/plugins/spamassassin/libspamc.c
8109         * src/plugins/spamassassin/spamassassin.c
8110                 fix some compilation warnings more
8111
8112 2005-10-26 [mones]      1.9.15cvs113
8113
8114         * po/es.po
8115                 Updated translation
8116
8117 2005-10-26 [paul]       1.9.15cvs112
8118
8119         * src/prefs_message.c
8120                 give all display_xface stuff the
8121                 #if HAVE_LIBCOMPFACE treatment, thus
8122                 preventing a crash
8123                 (Thanks to Wolfgang Enderlein)
8124
8125 2005-10-26 [colin]      1.9.15cvs111
8126
8127         * src/gedit-print.c
8128                 Fix date format
8129         * src/imap_gtk.c
8130         * src/news_gtk.c
8131                 Remove context menu items that should not be there
8132         * src/jpilot.c
8133                 Fix encoding
8134         * src/main.c
8135         * src/mainwindow.c
8136                 Don't show the mainwindow too soon
8137
8138 2005-10-26 [wwp]        1.9.15cvs110
8139
8140         * src/folder.c
8141         * src/manual.c
8142         * src/summaryview.c
8143                 fix uninitialized pointers in the folder updating hook
8144                 (thanks to Colin)
8145
8146 2005-10-25 [mones]      1.9.15cvs109
8147
8148         * manual/faq.xml
8149                 General information subsection completed. 
8150                 Removed archaic references.
8151                 
8152         * manual/Makefile
8153         * manual/dtd/manual.dsl
8154                 Added customization stylesheet for getting paragraphs
8155                 fully justified in PDF output (as suggested by Colin).
8156
8157 2005-10-25 [colin]      1.9.15cvs108
8158
8159         * src/compose.c
8160                 Fix a second leak
8161
8162 2005-10-25 [colin]      1.9.15cvs107
8163
8164         * src/addrbook.c
8165         * src/addrindex.c
8166                 Fix leak (xml_get_element() allocates memory)
8167         * src/compose.c
8168                 Fix leak + dead code (shame!)
8169         * src/procmime.c
8170                 Fix leak
8171
8172 2005-10-25 [colin]      1.9.15cvs106
8173
8174         * src/mimeview.c
8175                 Fix encoding issue in Save all and in 
8176                 overwrite-confirmation alertpanel
8177
8178 2005-10-25 [colin]      1.9.15cvs105
8179
8180         * src/common/socket.c
8181                 Fix a leak - Thanks to Christopher Aillon
8182                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
8183
8184 2005-10-25 [paul]       1.9.15cvs104
8185
8186         * src/wizard.c
8187                 Always guess servers from the right-hand
8188                 email part and guess username from the
8189                 left-hand part. (Thanks to Colin)
8190                 add an X-Face to the welcome message
8191
8192 2005-10-25 [paul]       1.9.15cvs103
8193
8194         * manual/handling.xml
8195                 written by Colin, edited by me
8196
8197 2005-10-25 [wwp]        1.9.15cvs102
8198
8199         * src/folderview.c
8200         * src/grouplistdialog.c
8201         * src/imap.c
8202         * src/noticeview.c
8203                 fix some compilation warnings
8204
8205 2005-10-24 [paul]
8206
8207         1.9.99-rc3 released
8208
8209 2005-10-24 [paul]       1.9.15cvs101
8210
8211         * src/gtk/about.c
8212                 fix window sizing
8213
8214 2005-10-24 [paul]       1.9.15cvs100
8215
8216         * src/pixmaps/offline.xpm
8217         * src/pixmaps/online.xpm
8218                 replace with last default versions
8219
8220 2005-10-24 [colin]      1.9.15cvs99
8221
8222         * src/imap.c
8223                 Fix bug when moving a folder
8224         * src/imap_gtk.c
8225         * src/mh_gtk.c
8226                 "Delete folder" pops up a window, so it 
8227                 should be suffixed with "..."
8228         * src/plugins/pgpcore/sgpgme.c
8229                 Include locale.h
8230
8231 2005-10-24 [mones]      1.9.15cvs98
8232
8233         * manual/Makefile
8234         * manual/account.xml
8235         * manual/ack.xml
8236         * manual/addrbook.xml
8237         * manual/advanced.xml
8238         * manual/faq.xml
8239         * manual/glossary.xml
8240         * manual/gpl.xml
8241         * manual/handling.xml
8242         * manual/intro.xml
8243         * manual/keyboard.xml
8244         * manual/manual.xml
8245         * manual/plugins.xml
8246         * manual/starting.xml
8247         * manual/dtd/sdocbook.dtd
8248                 Initial manual structure and some content.
8249
8250 2005-10-23 [wwp]        1.9.15cvs97
8251
8252         * src/gtk/about.c
8253                 fix a typo
8254
8255 2005-10-23 [wwp]        1.9.15cvs96
8256
8257         * src/gtk/about.c
8258         * src/gtk/authors.h
8259                 rework of the about window (main work by Paul), also featuring a few
8260                 fixes for typos and duplicate names
8261
8262 2005-10-23 [wwp]        1.9.15cvs95
8263
8264         * src/.cvsignore
8265                 Ignore the right binary name (sylpheed-claws now)
8266
8267 2005-10-23 [paul]       1.9.15cvs94
8268
8269         * src/compose.c
8270                 when using Folder Pref 'Default To for
8271                 replies' make the entry in the Compose
8272                 window bold
8273                 Patch by Fabien Vantard
8274
8275 2005-10-22 [colin]      1.9.15cvs93
8276
8277         * src/codeconv.c
8278                 Fix leak
8279
8280 2005-10-22 [colin]      1.9.15cvs92
8281
8282         * src/codeconv.c
8283                 try to convert using locale (apart utf8) if necessary
8284
8285 2005-10-22 [colin]      1.9.15cvs91
8286
8287         * src/pixmaps/new.xpm
8288         * src/pixmaps/unread.xpm
8289                 Make the unread envelope blue again and
8290                 saturate the new one a bit more.
8291
8292 2005-10-22 [colin]      1.9.15cvs90
8293
8294         * src/compose.c
8295                 When replying to a mail sent by one of our accounts,
8296                 use the original list of recipients. Let 'Reply All'
8297                 and 'Reply to sender' work like previously.
8298
8299 2005-10-21 [colin]      1.9.15cvs89
8300
8301         * src/prefs_filtering.c
8302                 Clear fields after add and replace
8303         * src/textview.c
8304                 Display xface differently (better)
8305         * src/plugins/pgpinline/pgpinline.c
8306                 Fix crappy encodings/recodings
8307
8308 2005-10-21 [paul]       1.9.15cvs88
8309
8310         * src/compose.c
8311         * src/prefs_folder_item.c
8312         * src/toolbar.c
8313                 fix news folder Folder Properties
8314                 (thanks to Colin)
8315         * src/folderview.c
8316                 update folderview after Themes change
8317                 keep selected folder selected
8318                 (thanks to Colin)
8319
8320 2005-10-21 [paul]       1.9.15cvs87
8321
8322         * tools/Makefile.am
8323         * tools/OOo2sylpheed.pl
8324         * tools/README
8325         * tools/README.sylprint
8326         * tools/asus_mailled.sh         ** REMOVED **
8327         * tools/filter_conv.pl
8328         * tools/freshmeat_search.pl
8329         * tools/google_search.pl
8330         * tools/gpg-sign-syl            ** REMOVED **
8331         * tools/kmail2sylpheed.pl
8332         * tools/kmail2sylpheed_v2.pl
8333         * tools/multiwebsearch.pl
8334         * tools/nautilus2sylpheed.sh
8335         * tools/newscache_clean.pl
8336         * tools/outlook2sylpheed.pl
8337         * tools/sylpheed-switcher       ** REMOVED **
8338         * tools/sylprint.pl
8339         * tools/sylprint.rc
8340         * tools/tb2sylpheed
8341         * tools/vcard2xml.py
8342         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8343                 update default config dir
8344                 update binary name (thanks to Fabien Vantard)
8345                 remove obsolete scripts
8346
8347 2005-10-21 [colin]      1.9.15cvs86
8348
8349         * src/inc.c
8350                 Fix possible leak and units. Based on a patch by
8351                 Fabien Vantard.
8352
8353 2005-10-20 [colin]      1.9.15cvs85
8354
8355         * src/textview.c
8356                 Clear xface when clearing textview
8357
8358 2005-10-20 [colin]      1.9.15cvs84
8359
8360         * configure.ac
8361         * src/folderview.c
8362         * src/headerview.c
8363         * src/main.c
8364         * src/prefs_common.c
8365         * src/prefs_common.h
8366         * src/prefs_message.c
8367         * src/textview.c
8368         * src/textview.h
8369         * src/common/defs.h
8370         * src/common/utils.c
8371         * src/common/utils.h
8372         * src/gtk/gtkutils.c
8373         * src/gtk/gtkutils.h
8374                 Migrate config to .sylpheed-claws (Automatically)
8375                 Add a way to get the Xface in the TextView
8376
8377 2005-10-20 [colin]      1.9.15cvs83
8378
8379         * src/gtk/Makefile.am
8380         * src/gtk/about.c
8381         * src/gtk/authors.h
8382                 Make the about dialog *grooovy*
8383
8384 2005-10-20 [colin]      1.9.15cvs82
8385
8386         * src/mimeview.c
8387                 Use "Open with" on double click if no command
8388                 was found
8389
8390 2005-10-20 [colin]      1.9.15cvs81
8391
8392         * src/imap.c
8393         * src/etpan/imap-thread.c
8394                 Fix possible crash.
8395
8396 2005-10-20 [paul]       1.9.15cvs80
8397
8398         * src/folder.c
8399                 don't show clipkey icon if the only
8400                 attachment is the signature
8401                 Patch by Colin
8402
8403 2005-10-20 [paul]       1.9.15cvs79
8404
8405         * AUTHORS
8406         * src/plugins/pgpmime/pgpmime.c
8407                 name the PGP/MIME signature 'signature.asc'
8408                 Patch by Andrew Nelson <freeandy@gmail.com>
8409
8410 2005-10-19 [colin]      1.9.15cvs78
8411
8412         * src/plugins/pgpmime/pgpmime.c
8413                 Oops, no need to double-check though
8414
8415 2005-10-19 [colin]      1.9.15cvs77
8416
8417         * src/plugins/pgpinline/pgpinline.c
8418         * src/plugins/pgpmime/pgpmime.c
8419                 Check that my_tmpfile() doesn't 
8420                 return NULL
8421
8422 2005-10-19 [colin]      1.9.15cvs76
8423
8424         * src/common/utils.c
8425                 Use shorter mime boundaries to avoid having
8426                 MTAs rewrapping our headers, breaking the
8427                 PGP signature in the process 
8428         * src/compose.c
8429         * src/plugins/pgpmime/pgpmime.c
8430                 Check for boundary uniqueness to be sure
8431                 it won't happen, instead of hoping for the
8432                 best
8433
8434 2005-10-19 [colin]      1.9.15cvs75
8435
8436         * sylpheed-claws.desktop
8437         * src/Makefile.am
8438         * src/main.c
8439                 Ship a sylpheed-claws binary instead
8440                 of a sylpheed one. Change the socket
8441                 name, too
8442         * src/folderview.c
8443                 Update folder only if it changed
8444         * src/wizard.c
8445                 Fix i18n in welcome mail, patch by
8446                 Fabien Vantard
8447
8448 2005-10-19 [paul]
8449
8450         1.9.99-rc2 released
8451
8452 2005-10-19 [paul]       1.9.15cvs74
8453
8454         * src/folder.c
8455         * src/folderview.c
8456                 fix summaryview update
8457                 Patch by Colin
8458
8459 2005-10-18 [colin]      1.9.15cvs73
8460
8461         * src/plugins/pgpcore/passphrase.c
8462                 Don't XGrabServer, and try a bit more to 
8463                 sync everything before grabbing mouse/keyboard
8464
8465 2005-10-18 [colin]      1.9.15cvs72
8466
8467         * src/Makefile.am
8468         * src/addressadd.c
8469         * src/addressbook.c
8470         * src/folderview.c
8471         * src/grouplistdialog.c
8472         * src/mimeview.c
8473         * src/stock_pixmap.c
8474         * src/stock_pixmap.h
8475         * src/summaryview.c
8476         * src/gtk/gtksctree.c
8477         * src/gtk/gtksctree.h
8478         * src/pixmaps/empty.xpm
8479                 Implement a wrapper call for gtk_ctree_set_node_info
8480                 and gtk_ctree_insert_node, that uses a 1x1 transparent
8481                 pixmap instead of a NULL one. This works around some
8482                 memory problems deep inside gtk, revealed by valgrind,
8483                 and fixes bug #834 (Pressing CTRl-D on a message marked 
8484                 as locked crashes sylpheed.), as well as, probably, 
8485                 wwp's 4th dimension problems that happen in gtk_ctree_*.
8486
8487 2005-10-17 [colin]      1.9.15cvs71
8488
8489         * src/mimeview.c
8490                 Provide visual feedback when checking
8491                 signature
8492
8493 2005-10-17 [colin]      1.9.15cvs70
8494
8495         * src/main.c
8496                 Keep the folder list frozen while checking caches...
8497
8498 2005-10-17 [colin]      1.9.15cvs69
8499
8500         * src/addr_compl.c
8501                 Fi bug #833 (Autocompleting from addressbook 
8502                 fails with extended chars)
8503         * src/imap.c
8504                 Fix 'adding messages' staying in statusbar
8505                 after an error
8506
8507 2005-10-17 [wwp]        1.9.15cvs68
8508
8509         * src/ssl_manager.c
8510                 Fix buttons' layout resizing when window size changes
8511
8512 2005-10-17 [wwp]        1.9.15cvs67
8513
8514         * src/account.c
8515         * src/prefs_account.c
8516         * src/prefs_common.c
8517         * src/prefs_common.h
8518         * src/prefs_folder_item.c
8519         * src/prefs_gtk.c
8520         * src/gtk/logwindow.c
8521         * src/gtk/pluginwindow.c
8522         * src/gtk/prefswindow.c
8523         * src/gtk/prefswindow.h
8524                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
8525
8526 2005-10-17 [paul]       1.9.15cvs66
8527
8528         * configure.ac
8529                 fix missing libetpan message
8530         * po/en_GB.po
8531                 updated
8532         * src/crash.c
8533         * src/manual.c
8534         * src/prefs_themes.c
8535         * src/common/defs.h
8536                 add some new URI defines, change some
8537                 others
8538         * src/wizard.c
8539                 make welcome message translatable
8540                 small improvements to english
8541                 other tweaks
8542         * src/gtk/menu.c
8543                 fix warnings
8544
8545 2005-10-17 [paul]       1.9.15cvs65
8546
8547         * src/summaryview.c
8548                 fix column titles
8549
8550 2005-10-16 [mones]      1.9.15cvs64
8551
8552         * po/es.po
8553                 Updated translation
8554
8555 2005-10-16 [colin]
8556
8557         1.9.99-rc1 released
8558
8559 2005-10-16 [colin]      1.9.15cvs63
8560
8561         * src/wizard.c
8562                 Fix whitespace
8563
8564 2005-10-16 [colin]      1.9.15cvs62
8565
8566         * src/toolbar.c
8567                 s/Get All/Get Mail/
8568         * src/wizard.c
8569                 Real welcome mail text, thanks Paul
8570
8571 2005-10-16 [colin]      1.9.15cvs61
8572
8573         * src/editldap.c
8574         * src/exporthtml.c
8575         * src/main.c
8576         * src/mainwindow.c
8577         * src/prefs_themes.c
8578         * src/prefs_toolbar.c
8579         * src/plugins/demo/demo.c
8580         * src/plugins/trayicon/trayicon.c
8581                 s/Sylpheed/Sylpheed-Claws/
8582
8583 2005-10-16 [colin]      1.9.15cvs60
8584
8585         * src/wizard.c
8586                 Add a welcome email in the first empty mailbox
8587         * src/prefs_common.c
8588                 Change one more default
8589
8590 2005-10-16 [colin]      1.9.15cvs59
8591
8592         * src/wizard.c
8593                 Remove printf
8594
8595 2005-10-16 [colin]      1.9.15cvs58
8596
8597         * src/toolbar.c
8598         * src/prefs_common.c
8599                 Change some defaults
8600
8601 2005-10-16 [colin]      1.9.15cvs57
8602
8603         * src/toolbar.c
8604         * src/prefs_common.c
8605                 Change some defaults
8606
8607 2005-10-16 [colin]      1.9.15cvs56
8608
8609         * src/wizard.c
8610                 By default, initialize fonts to have
8611                 the same size as normal GtkWidgets
8612
8613 2005-10-16 [colin]      1.9.15cvs55
8614
8615         * src/mimeview.c
8616                 Fix message a bit more
8617
8618 2005-10-16 [colin]      1.9.15cvs54
8619
8620         * src/addressbook.c
8621                 Second attempt at flicker fixing
8622
8623 2005-10-16 [colin]      1.9.15cvs53
8624
8625         * src/addressbook.c
8626                 Fix flicker
8627
8628 2005-10-16 [wwp]        1.9.15cvs52
8629
8630         * src/addressbook.c
8631         * src/editaddress.c
8632         * src/prefs_common.c
8633         * src/prefs_common.h
8634                 Remember window sizes (address book)
8635
8636 2005-10-16 [wwp]        1.9.15cvs51
8637
8638         * src/plugins/clamav/clamav_plugin_gtk.c
8639         * src/plugins/spamassassin/spamassassin_gtk.c
8640                 Fix compilation warnings (missing #include).
8641
8642 2005-10-16 [colin]      1.9.15cvs50
8643
8644         * src/mimeview.c
8645         * src/summaryview.c
8646         * src/textview.c
8647                 Make 'c' check signature, and forward
8648                 c, l, y, t from summaryview to mimeview
8649
8650 2005-10-16 [colin]      1.9.15cvs49
8651
8652         * src/addressbook.c
8653                 Put border around buttons
8654         * src/mainwindow.c
8655         * src/summaryview.c
8656                 Rework menus (Patch based on a patch
8657                 by Paul)
8658
8659 2005-10-15 [wwp]        1.9.15cvs48
8660
8661         * src/editjpilot.c
8662         * src/editldap.c
8663         * src/editvcard.c
8664         * src/exphtmldlg.c
8665         * src/expldifdlg.c
8666         * src/export.c
8667         * src/import.c
8668         * src/importldif.c
8669         * src/importmutt.c
8670         * src/importpine.c
8671         * src/prefs_account.c
8672         * src/prefs_spelling.c
8673         * src/gtk/gtkutils.c
8674         * src/gtk/gtkutils.h
8675         * src/plugins/clamav/clamav_plugin_gtk.c
8676         * src/plugins/spamassassin/spamassassin_gtk.c
8677                 use nicer browse-for-file/dir buttons than the "..." ones,
8678                 code factorizing more.
8679
8680 2005-10-14 [colin]      1.9.15cvs47
8681
8682         * src/mainwindow.c
8683                 set relief on the account switcher so that people see it
8684                 grey out Create processing rules when no message is selected
8685         * src/prefs_filtering.c
8686                 ask before closing if the rule has not been modified, even if
8687                 it's not valid
8688         * src/prefs_matcher.c
8689                 fix sensitivity when entering the dialog
8690         * src/gtk/inputdialog.c
8691                 display a better icon on password ask
8692         * src/plugins/pgpcore/passphrase.c
8693                 make the dialog look better
8694
8695 2005-10-14 [paul]       1.9.15cvs46
8696
8697         * src/folderview.c
8698                 indicate presense of marked msgs in
8699                 unexpanded subfolders
8700
8701 2005-10-14 [paul]       1.9.15cvs45
8702
8703         * src/prefs_actions.c
8704         * src/prefs_common.c
8705         * src/prefs_common.h
8706         * src/prefs_filtering_action.c
8707         * src/prefs_matcher.c
8708         * src/prefs_template.c
8709                 remember window sizes
8710                 fix Info button size
8711
8712         Patches by wwp
8713
8714 2005-10-13 [colin]      1.9.15cvs44
8715
8716         * src/mimeview.c
8717         * src/noticeview.c
8718         * src/noticeview.h
8719                 Add a tooltip on the icon (optional) 
8720                 Get rid of the signature buttons and only
8721                 use the icon+tooltip
8722
8723 2005-10-13 [colin]      1.9.15cvs43
8724
8725         * src/noticeview.c
8726         * src/noticeview.h
8727                 Add hand cursor for hovering over icon
8728
8729 2005-10-13 [colin]      1.9.15cvs42
8730
8731         * src/summaryview.c
8732                 Fix crash when quicksearch's hidden 
8733                 at startup
8734
8735 2005-10-13 [colin]      1.9.15cvs41
8736
8737         * src/compose.c
8738                 Set subject when forwarding multiple mails
8739                 Check that other recipient than the default Cc or Bcc
8740                 have been set before sending.
8741
8742 2005-10-13 [colin]      1.9.15cvs40
8743
8744         * src/imap.c
8745                 Batch per-folder
8746                 Introduce locking, but don't use it yet
8747
8748 2005-10-13 [colin]      1.9.15cvs39
8749
8750         * src/gtk/quicksearch.c
8751                 Reset quicksearch when hiding it
8752                 Make sticky a real pref
8753
8754 2005-10-13 [colin]      1.9.15cvs38
8755
8756         * src/summaryview.c
8757                 Faster prefs apply
8758
8759 2005-10-13 [colin]      1.9.15cvs37
8760
8761         * src/mimeview.c
8762         * src/noticeview.c
8763         * src/noticeview.h
8764         * src/plugins/pgpcore/sgpgme.c
8765                 Make privacy icon clickable
8766                 Move Trust field in Full info
8767                 When trust is less than full, don't display
8768                 a warning icon
8769
8770 2005-10-13 [colin]      1.9.15cvs36
8771
8772         * src/folder.c
8773                 Batch on flags sync
8774         * src/folderview.c
8775                 Revert speed hack which is dangerous in fact
8776                 Apply prefs faster
8777
8778 2005-10-13 [colin]      1.9.15cvs35
8779
8780         * src/folder_item_prefs.c
8781                 Fix pref corruption on folder move. Patch
8782                 by wwp
8783
8784 2005-10-13 [paul]       1.9.15cvs34
8785
8786         * src/export.c
8787         * src/import.c
8788                 fix typos in g_warnings
8789         * src/prefs_account.c
8790                 add a file selector for Signature file
8791
8792         Patches by wwp
8793
8794 2005-10-12 [colin]      1.9.15cvs33
8795
8796         * src/mimeview.c
8797                 Provide a quick way to go back from a
8798                 signature's full info to the email part
8799
8800 2005-10-12 [colin]      1.9.15cvs32
8801
8802         * src/compose.c
8803                 Remove old hack of encoding signed mails with base64.
8804                 QP works equally well.
8805
8806 2005-10-12 [colin]      1.9.15cvs31
8807
8808         * src/crash.c
8809                 Replace deprecated GtkText with GtkTextView
8810         * src/imap.c
8811                 Fix a logic bug about counts in imap_select
8812                 (previously un-triggered)
8813         * src/mainwindow.c
8814         * src/summaryview.c
8815         * src/news.c
8816                 Allow local deletion of news posts
8817         * src/mimeview.c
8818                 Show GPG noticeview on the message/rfc822 part
8819                 in addition to the text/plain one
8820         * src/prefs_image_viewer.c
8821           src/plugins/pgpcore/prefs_gpg.c
8822                 Polish (set the label as part of the checkbox)
8823         * src/wizard.c
8824                 Don't sit there doing nothing after destroying
8825                 the window - return err
8826
8827 2005-10-11 [colin]      1.9.15cvs30
8828
8829         * src/folderview.c
8830                 Apply processing rules before showing folders.
8831                 Early folder show (before flags sync) will only
8832                 be done when there are no processing rules (nor
8833                 pre- or post- ones)
8834         * src/imap.c
8835                 Fix stuff related to mail subdir, creation and 
8836                 deletion of folders 
8837         * src/imap_gtk.c
8838                 Don't allow creation of folders in NoInferior
8839                 folders, as it won't work
8840
8841 2005-10-10 [colin]      1.9.15cvs29
8842
8843         * src/compose.c
8844                 Reselect "None" Privacy system when selecting an
8845                 account with no privacy system defined
8846
8847 2005-10-10 [colin]      1.9.15cvs28
8848
8849         * src/mainwindow.c
8850                 Add Windows-1252 encoding
8851         * src/prefs_common.c
8852                 Rework some defaults:
8853                 - autosave to draft by default
8854                 - don't show header pane (it's already in the textview)
8855                 - Select first new or unread mail on entry
8856                 - Assume 'Yes' to change folder when there's no more
8857                   unread message
8858         * src/prefs_matcher.c
8859                 Fix a gtk assertion failure
8860         * src/gtk/colorlabel.c
8861                 Workaround bad repainting on selection
8862         * src/main.c
8863                 Freeze/thaw (a bit faster on ssh -X)
8864         * src/msgcache.c
8865                 Get rid of StrdupConverter that just adds an
8866                 extra strdup/free 
8867         * src/etpan/imap_thread.c
8868                 memset buf to 0
8869
8870 2005-10-10 [colin]      1.9.15cvs27
8871
8872         * src/export.c
8873         * src/import.c
8874                 Fix compile on gtk 2.4. Patch by wwp
8875
8876 2005-10-09 [colin]      1.9.15cvs26
8877
8878         * src/mainwindow.c
8879         * src/messageview.c
8880         * src/summaryview.c
8881                 Clarify forward menus. Patch by wwp
8882
8883 2005-10-09 [colin]      1.9.15cvs25
8884
8885         * src/compose.c
8886         * src/compose.h
8887                 Fix bug #829 (Non-working "Encrypt message by 
8888                 default when replying to an encrypted message")
8889
8890 2005-10-08 [colin]      1.9.15cvs24
8891
8892         * src/wizard.c
8893                 Fix bug #827 ("Welcome" setup wizard after a 
8894                 permission error gives up & forgets itself.)
8895
8896 2005-10-08 [colin]      1.9.15cvs23
8897
8898         * src/procmime.c
8899                 Fix bug #828 (Ignoring headers with spaces around = sign)
8900
8901 2005-10-08 [colin]      1.9.15cvs22
8902
8903         * src/export.c
8904                 Warning fix by wwp
8905
8906 2005-10-08 [colin]      1.9.15cvs21
8907
8908         * src/folder.c
8909         * src/folder.h
8910                 Add a processing_pending indicator, set on 
8911                 folder_item_open and cleared after 
8912                 folder_item_process_open
8913         * src/folderview.c
8914         * src/summaryview.c
8915                 wrap procmsg_msginfo_*_flags, and in the
8916                 wrapper check that there's no folder processing 
8917                 pending. If there is, defer the flags change until 
8918                 processing is done to avoid stepping over each
8919                 other's toes.
8920                 Freeze during processing, but not during scanning.
8921
8922 2005-10-07 [colin]      1.9.15cvs20
8923
8924         * src/plugins/pgpcore/passphrase.c
8925                 Fix bug #826 (X-Server hangs when 
8926                 right-clicking a PGP encrypted message)
8927
8928 2005-10-07 [paul]       1.9.15cvs19
8929
8930         * src/compose.c
8931                 fix compose_entries[]
8932                 patch by Fabien Vantard
8933
8934 2005-10-06 [colin]      1.9.15cvs18
8935
8936         * src/pixmaps/address.xpm
8937         * src/pixmaps/address_book.xpm
8938         * src/pixmaps/book.xpm
8939         * src/pixmaps/check_spelling.xpm
8940         * src/pixmaps/checkbox_off.xpm
8941         * src/pixmaps/checkbox_on.xpm
8942         * src/pixmaps/close.xpm
8943         * src/pixmaps/complete.xpm
8944         * src/pixmaps/continue.xpm
8945         * src/pixmaps/deleted.xpm
8946         * src/pixmaps/down_arrow.xpm
8947         * src/pixmaps/exec.xpm
8948         * src/pixmaps/forwarded.xpm
8949         * src/pixmaps/group.xpm
8950         * src/pixmaps/ignorethread.xpm
8951         * src/pixmaps/interface.xpm
8952         * src/pixmaps/jpilot.xpm
8953         * src/pixmaps/ldap.xpm
8954         * src/pixmaps/linewrap.xpm
8955         * src/pixmaps/linewrapcurrent.xpm
8956         * src/pixmaps/mail.xpm
8957         * src/pixmaps/mail_attach.xpm
8958         * src/pixmaps/mail_compose.xpm
8959         * src/pixmaps/mail_forward.xpm
8960         * src/pixmaps/mail_receive.xpm
8961         * src/pixmaps/mail_receive_all.xpm
8962         * src/pixmaps/mail_reply.xpm
8963         * src/pixmaps/mail_reply_to_all.xpm
8964         * src/pixmaps/mail_reply_to_author.xpm
8965         * src/pixmaps/mail_send.xpm
8966         * src/pixmaps/mail_send_queue.xpm
8967         * src/pixmaps/mime_application.xpm
8968         * src/pixmaps/mime_audio.xpm
8969         * src/pixmaps/mime_image.xpm
8970         * src/pixmaps/mime_message.xpm
8971         * src/pixmaps/mime_text_enriched.xpm
8972         * src/pixmaps/mime_text_html.xpm
8973         * src/pixmaps/mime_text_plain.xpm
8974         * src/pixmaps/mime_unknown.xpm
8975         * src/pixmaps/new.xpm
8976         * src/pixmaps/news_compose.xpm
8977         * src/pixmaps/offline.xpm
8978         * src/pixmaps/online.xpm
8979         * src/pixmaps/paste.xpm
8980         * src/pixmaps/preferences.xpm
8981         * src/pixmaps/privacy_emblem_encrypted.xpm
8982         * src/pixmaps/privacy_expired.xpm
8983         * src/pixmaps/privacy_failed.xpm
8984         * src/pixmaps/privacy_passed.xpm
8985         * src/pixmaps/privacy_signed.xpm
8986         * src/pixmaps/privacy_unknown.xpm
8987         * src/pixmaps/privacy_warn.xpm
8988         * src/pixmaps/properties.xpm
8989         * src/pixmaps/replied.xpm
8990         * src/pixmaps/search.xpm
8991         * src/pixmaps/unread.xpm
8992         * src/pixmaps/up_arrow.xpm
8993         * src/pixmaps/vcard.xpm
8994                 Modernize internal theme, with icons from the 
8995                 Gnomaws theme. Keep some of the old ones where
8996                 they were better.
8997
8998 2005-10-06 [colin]      1.9.15cvs17
8999
9000         * src/summaryview.c
9001                 Little optimisations + bugfix
9002         * src/toolbar.c
9003                 Remove default useless items - useless being defined
9004                 by the default relevant prefs
9005         * src/wizard.c
9006                 include config.h to make gettext work
9007         * src/prefs_themes.c
9008                 Fix selection of current theme in prefs
9009
9010 2005-10-06 [colin]      1.9.15cvs16
9011
9012         * src/prefs_common.c
9013         * src/prefs_common.h
9014         * src/prefs_summaries.c
9015         * src/folderview.c
9016                 Add a warning dialog on Mark all read 
9017                 (with pref to get rid of it)
9018
9019 2005-10-06 [paul]       1.9.15cvs15
9020
9021         * po/nb.po
9022         * po/pt_BR.po
9023                 updated by Geir Helland and Frederico
9024                 Goncalves Guimaraes
9025
9026 2005-10-05 [colin]      1.9.15cvs14
9027
9028         * src/folder.c
9029         * src/folder.h
9030         * src/folderview.c
9031         * src/folderview.h
9032         * src/imap_gtk.c
9033         * src/mh_gtk.c
9034         * src/mainwindow.c
9035         * src/setup.c
9036                 add a way to rescan without rebuilding
9037                 make moving a bit faster (less folders changes)
9038                 don't lock the tree on Get 
9039         * src/imap.c
9040                 Don't re-delete deleted messages before expunging
9041         * src/summaryview.c
9042                 Set batch mode when deleting mails
9043
9044 2005-10-05 [paul]       1.9.15cvs13
9045
9046         * src/mainwindow.c
9047         * src/mainwindow.h
9048                 fix disabled Execute menu item
9049         * src/toolbar.c
9050                 match the change in 1.9.15cvs10: use Compose
9051                 instead of News by default
9052
9053 2005-10-04 [colin]      1.9.15cvs12
9054
9055         * src/compose.c
9056                 When replying to an ML post with Reply-To set
9057                 to the poster's email, honor it (as before),
9058                 but also honor our user's request to reply to
9059                 the mailing list: set the ML address in the To
9060                 field and the Reply-To address in the Cc: 
9061                 field.
9062
9063 2005-10-04 [colin]      1.9.15cvs11
9064
9065         * src/plugins/trayicon/trayicon.c
9066                 Finish cosmetic change - thanks to wwp
9067
9068 2005-10-04 [colin]      1.9.15cvs10
9069
9070         * src/toolbar.c
9071                 Use Compose instead of Email by default.
9072                 Spotted by wwp.
9073
9074 2005-10-04 [colin]      1.9.15cvs9
9075
9076         * src/folder.c
9077         * src/folder.h
9078         * src/folderview.c
9079         * src/imap.c
9080         * src/etpan/imap-thread.c
9081         * src/etpan/imap-thread.h
9082                 Try to make IMAP faster, by simplifying SEARCH
9083                 commands, avoiding sending two STATUS in a row,
9084                 and deferring flags sync and processing just
9085                 after displaying the folder. 
9086                 This will update the SummaryView in certain
9087                 cases (new mails not already fetched, flags
9088                 changed from another client) but in a non-
9089                 blocking manner.
9090
9091 2005-10-04 [colin]      1.9.15cvs8
9092
9093         * src/plugins/trayicon/trayicon.c
9094                 Relabel "Offline" to "Work offline"
9095
9096 2005-10-04 [colin]      1.9.15cvs7
9097
9098         * src/export.c
9099         * src/import.c
9100         * src/mbox.c
9101                 Fix mbox import/export buglets
9102                 Patch by wwp
9103         * src/plugins/trayicon/trayicon.c
9104                 Add offline swithc
9105                 Patch by wwp
9106
9107 2005-10-04 [colin]      1.9.15cvs6
9108
9109         * src/folder.c
9110         * src/folderview.c
9111         * src/summaryview.c
9112                 Better fix (don't break mark all read) for cvs2
9113
9114 2005-10-03 [colin]      1.9.15cvs5
9115
9116         * src/folder.c
9117                 Use a sane sort by default
9118
9119 2005-10-03 [colin]      1.9.15cvs4
9120
9121         * src/inc.c
9122                 Add a 'Only once' button for overriding offline mode
9123         * src/prefs_account.c
9124         * src/wizard.c
9125                 Add Local mbox to the wizard
9126                 Add IMAP subdir to the wizard (or the wizard is useless
9127                 for such accounts, or even worse than useless)
9128                 Move IMAP subdir from Advanced to Receive tab, as it's
9129                 not that uncommon
9130
9131 2005-10-03 [colin]      1.9.15cvs3
9132
9133         * src/send_message.c
9134                 Forgot this one in cvs1
9135
9136 2005-10-03 [colin]      1.9.15cvs2
9137
9138         * src/folder.c
9139                 Faster close when leaving a folder with lots
9140                 of new mails. Idea by David Relson.
9141
9142 2005-10-03 [colin]      1.9.15cvs1
9143
9144         * src/compose.c
9145         * src/imap.c
9146         * src/inc.c
9147         * src/main.c
9148         * src/messageview.c
9149         * src/news.c
9150         * src/summaryview.c
9151         * src/gtk/sslcertwindow.c
9152         * src/plugins/trayicon/trayicon.c
9153                 Add accels to every AlertPanel. Patch by Fabien 
9154                 Vantard
9155
9156 2005-10-03 [paul]       1.9.15
9157
9158         1.9.15 released
9159
9160 2005-10-03 [paul]       1.9.14cvs68
9161
9162         * po/ca.po
9163         * po/de.po
9164         * po/es.po
9165         * po/fi.po
9166         * po/fr.po
9167         * po/sk.po
9168         * po/sr.po
9169         * po/zh_CN.po
9170                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9171                 Mones Lastra, Tommi Pirinen, Fabien vantard,
9172                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
9173
9174 2005-10-03 [paul]       1.9.14cvs67
9175
9176         * src/send_message.c
9177                 prevent hang on Cancel
9178                 patch by Colin
9179
9180 2005-10-03 [paul]       1.9.14cvs66
9181
9182         * src/main.c
9183                 fix crash in IMAP caused by discrepancy
9184                 between check_at_startup and offline mode
9185                 Patch by Colin
9186
9187 2005-10-01 [paul]       1.9.14cvs65
9188
9189         * src/inc.c
9190                 fix engrish
9191
9192 2005-10-01 [paul]       1.9.14cvs64
9193         * src/export.c
9194         * src/import.c
9195                 synchronise import_mbox() and export_mbox()
9196         * src/mbox.c
9197                 proc_mbox(): add alert if file cannot be opened
9198                 export_list_to_mbox(): test if dest file exists,
9199                 prompt user to overwrite if it does. add alert
9200                 if file cannot be created
9201                                                                 
9202         Patch by wwp
9203                                                                                                                 
9204
9205 2005-09-30 [paul]       1.9.14cvs63
9206
9207         * src/addressbook.c
9208                 Fix sensitivity of a menu
9209         * src/codeconv.c
9210                 Respect hidden pref for mails with no encoding
9211         * src/common/xml.c
9212                 Fix memory corruption
9213         * src/plugins/pgpcore/sgpgme.c
9214                 Fix segfault on incomplete sigs, and display
9215                 of S/Mime UIDs
9216
9217         Patches by Colin
9218
9219 2005-09-30 [colin]      1.9.14cvs62
9220
9221         * src/partial_download.c
9222                 Little logic fix in almost-dead code
9223         * src/pop.c
9224                 Fix partial download when there's no new mail
9225
9226 2005-09-29 [paul]       1.9.14cvs61
9227
9228         * src/plugins/pgpinline/pgpinline.c
9229                 fix bug 819, 'crash accessing sign message'
9230                 Patch by Colin
9231
9232 2005-09-28 [martin]     1.9.14cvs60
9233
9234         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9235                 fix bug #790 (Crash when restarting window manager (fluxbox))
9236
9237 2005-09-28 [paul]       1.9.14cvs59
9238
9239         * src/gtk/gtkaspell.c
9240                 fix off-by-one typo
9241
9242 2005-09-27 [colin]      1.9.14cvs58
9243
9244         * src/plugins/pgpcore/sgpgme.c
9245                 Report error when there's one, instead of
9246                 "Signature unchecked" 
9247
9248 2005-09-27 [colin]      1.9.14cvs57
9249
9250         * src/prefs_quote.c
9251                 Fix bug #816 (Weird quotation with spaces)
9252
9253 2005-09-27 [colin]      1.9.14cvs56
9254
9255         * src/codeconv.c
9256         * src/compose.c
9257         * src/compose.h
9258                 Put subject in compose's title
9259                 Fix Automatic encoding so that it's really automatic:
9260                 first try default locale's charset, then charset of the replied mail, 
9261                 then utf-8
9262                 Fix encoding of headers (must be in strict mode too)
9263
9264 2005-09-26 [colin]      1.9.14cvs55
9265
9266         * src/gtk/gtkaspell.c
9267                 Fix previous patch - don't color the space,
9268                 just uncolor it :)
9269
9270 2005-09-26 [colin]      1.9.14cvs54
9271
9272         * src/gtk/gtkaspell.c
9273                 Unmark space if possible
9274
9275 2005-09-26 [colin]      1.9.14cvs53
9276
9277         * src/imap.c
9278                 log_error instead of alertpanel according to the pref
9279         * src/etpan/imap-thread.c
9280                 Print connect status, copy only necessary size to 
9281                 logger
9282         * src/plugins/pgpmime/pgpmime.c
9283                 Handle S/Mime signatures (verification only). Patch based
9284                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
9285
9286 2005-09-26 [paul]       1.9.14cvs52
9287
9288         * src/common/passcrypt.c
9289                 this 'workaround' not necessary on NetBSD.
9290                 Thanks to Daniel Gustafson
9291
9292 2005-09-26 [paul]
9293
9294         1.9.15-rc4 released
9295
9296 2005-09-26 [paul]       1.9.14cvs51
9297
9298         * src/summaryview.c
9299                 Skip currently selected message when
9300                 looking for next new or unread message
9301                 in current folder. Patch by Colin
9302         * src/common/passcrypt.c
9303                 eliminate warnings on *BSD. Patch by
9304                 Daniel Gustafson
9305
9306 2005-09-26 [colin]      1.9.14cvs50
9307
9308         * src/procmsg.c
9309                 Call postfiltering hook anyway
9310
9311 2005-09-22 [colin]      1.9.14cvs49
9312
9313         * src/codeconv.c
9314         * src/codeconv.h
9315                 Add a strict mode that doesn't replace with _
9316         * src/compose.c
9317         * src/compose.h
9318                 Use strict conversion while sending
9319                 Fix race when drafting while sending (happens
9320                 on IMAP)
9321                 Fix d'n'd of messages from summaryview
9322         * src/prefs_common.c
9323         * src/prefs_common.h
9324                 add hidden utf8_instead_of_locale_for_broken_mail 
9325                 pref for people that preferred the default charset 
9326                 to be utf8 for broken mails
9327         * src/quote_fmt_parse.y
9328                 fix bug #815 (No quote insert if "From:" fied 
9329                 contained Russian letters)
9330         * src/summaryview.c
9331                 Fix d'n'd of messages to compose
9332
9333 2005-09-22 [paul]       1.9.14cvs48
9334
9335         * src/compose.c
9336                 fix bug where attachments Name entry
9337                 would display Path instead
9338
9339 2005-09-21 [paul]       1.9.14cvs47
9340
9341         * README
9342         * README.jp
9343         * configure.ac
9344         * config/config.rpath
9345         * doc/manual/en/sylpheed-20.html
9346         * doc/manual/es/sylpheed-20.html
9347         * po/bg.po
9348         * po/ca.po
9349         * po/de.po
9350         * po/es.po
9351         * po/fr.po
9352         * po/it.po
9353         * po/pt_BR.po
9354         * po/sk.po
9355         * po/zh_TW.po
9356         * src/account.c
9357         * src/account.h
9358         * src/action.c
9359         * src/action.h
9360         * src/adbookbase.h
9361         * src/addr_compl.c
9362         * src/addr_compl.h
9363         * src/addrbook.c
9364         * src/addrbook.h
9365         * src/addrcache.c
9366         * src/addrcache.h
9367         * src/addrcindex.c
9368         * src/addrcindex.h
9369         * src/addrclip.c
9370         * src/addrclip.h
9371         * src/addrdefs.h
9372         * src/addressadd.c
9373         * src/addressadd.h
9374         * src/addressbook.c
9375         * src/addressbook.h
9376         * src/addressitem.h
9377         * src/addrgather.c
9378         * src/addrgather.h
9379         * src/addrharvest.c
9380         * src/addrharvest.h
9381         * src/addrindex.c
9382         * src/addrindex.h
9383         * src/addritem.c
9384         * src/addritem.h
9385         * src/addrquery.c
9386         * src/addrquery.h
9387         * src/addrselect.c
9388         * src/addrselect.h
9389         * src/alertpanel.c
9390         * src/alertpanel.h
9391         * src/browseldap.c
9392         * src/browseldap.h
9393         * src/codeconv.c
9394         * src/codeconv.h
9395         * src/compose.c
9396         * src/compose.h
9397         * src/crash.c
9398         * src/crash.h
9399         * src/customheader.c
9400         * src/customheader.h
9401         * src/displayheader.c
9402         * src/displayheader.h
9403         * src/editaddress.c
9404         * src/editaddress.h
9405         * src/editbook.c
9406         * src/editbook.h
9407         * src/editgroup.c
9408         * src/editgroup.h
9409         * src/editjpilot.c
9410         * src/editjpilot.h
9411         * src/editldap.c
9412         * src/editldap.h
9413         * src/editldap_basedn.c
9414         * src/editldap_basedn.h
9415         * src/editvcard.c
9416         * src/editvcard.h
9417         * src/enriched.c
9418         * src/enriched.h
9419         * src/exphtmldlg.c
9420         * src/exphtmldlg.h
9421         * src/expldifdlg.c
9422         * src/expldifdlg.h
9423         * src/export.c
9424         * src/export.h
9425         * src/exporthtml.c
9426         * src/exporthtml.h
9427         * src/exportldif.c
9428         * src/exportldif.h
9429         * src/filtering.c
9430         * src/filtering.h
9431         * src/folder.c
9432         * src/folder.h
9433         * src/folder_item_prefs.c
9434         * src/folder_item_prefs.h
9435         * src/foldersel.c
9436         * src/foldersel.h
9437         * src/folderutils.c
9438         * src/folderutils.h
9439         * src/folderview.c
9440         * src/folderview.h
9441         * src/grouplistdialog.c
9442         * src/grouplistdialog.h
9443         * src/headerview.c
9444         * src/headerview.h
9445         * src/html.c
9446         * src/html.h
9447         * src/image_viewer.c
9448         * src/image_viewer.h
9449         * src/imap.c
9450         * src/imap.h
9451         * src/imap_gtk.c
9452         * src/imap_gtk.h
9453         * src/import.c
9454         * src/import.h
9455         * src/importldif.c
9456         * src/importldif.h
9457         * src/importmutt.c
9458         * src/importmutt.h
9459         * src/importpine.c
9460         * src/importpine.h
9461         * src/inc.c
9462         * src/inc.h
9463         * src/jpilot.c
9464         * src/jpilot.h
9465         * src/ldapctrl.c
9466         * src/ldapctrl.h
9467         * src/ldaplocate.c
9468         * src/ldaplocate.h
9469         * src/ldapquery.c
9470         * src/ldapquery.h
9471         * src/ldapserver.c
9472         * src/ldapserver.h
9473         * src/ldaputil.c
9474         * src/ldaputil.h
9475         * src/ldif.c
9476         * src/ldif.h
9477         * src/localfolder.c
9478         * src/localfolder.h
9479         * src/main.c
9480         * src/main.h
9481         * src/mainwindow.c
9482         * src/mainwindow.h
9483         * src/manual.c
9484         * src/manual.h
9485         * src/matcher.c
9486         * src/matcher.h
9487         * src/matcher_parser.h
9488         * src/matcher_parser_lex.l
9489         * src/matcher_parser_parse.y
9490         * src/mbox.c
9491         * src/mbox.h
9492         * src/message_search.c
9493         * src/message_search.h
9494         * src/messageview.c
9495         * src/messageview.h
9496         * src/mh.c
9497         * src/mh.h
9498         * src/mh_gtk.c
9499         * src/mh_gtk.h
9500         * src/mimeview.c
9501         * src/mimeview.h
9502         * src/msgcache.c
9503         * src/msgcache.h
9504         * src/mutt.c
9505         * src/mutt.h
9506         * src/news.c
9507         * src/news.h
9508         * src/news_gtk.c
9509         * src/news_gtk.h
9510         * src/noticeview.c
9511         * src/noticeview.h
9512         * src/partial_download.c
9513         * src/partial_download.h
9514         * src/pine.c
9515         * src/pine.h
9516         * src/pop.c
9517         * src/pop.h
9518         * src/prefs_account.c
9519         * src/prefs_account.h
9520         * src/prefs_actions.c
9521         * src/prefs_actions.h
9522         * src/prefs_common.c
9523         * src/prefs_common.h
9524         * src/prefs_compose_writing.c
9525         * src/prefs_compose_writing.h
9526         * src/prefs_customheader.c
9527         * src/prefs_customheader.h
9528         * src/prefs_display_header.c
9529         * src/prefs_display_header.h
9530         * src/prefs_ext_prog.c
9531         * src/prefs_ext_prog.h
9532         * src/prefs_filtering.c
9533         * src/prefs_filtering.h
9534         * src/prefs_filtering_action.c
9535         * src/prefs_filtering_action.h
9536         * src/prefs_folder_column.c
9537         * src/prefs_folder_column.h
9538         * src/prefs_folder_item.c
9539         * src/prefs_folder_item.h
9540         * src/prefs_fonts.c
9541         * src/prefs_fonts.h
9542         * src/prefs_gtk.c
9543         * src/prefs_gtk.h
9544         * src/prefs_image_viewer.c
9545         * src/prefs_image_viewer.h
9546         * src/prefs_matcher.c
9547         * src/prefs_matcher.h
9548         * src/prefs_message.c
9549         * src/prefs_message.h
9550         * src/prefs_msg_colors.c
9551         * src/prefs_msg_colors.h
9552         * src/prefs_other.c
9553         * src/prefs_other.h
9554         * src/prefs_quote.c
9555         * src/prefs_quote.h
9556         * src/prefs_receive.c
9557         * src/prefs_receive.h
9558         * src/prefs_send.c
9559         * src/prefs_send.h
9560         * src/prefs_spelling.c
9561         * src/prefs_spelling.h
9562         * src/prefs_summaries.c
9563         * src/prefs_summaries.h
9564         * src/prefs_summary_column.c
9565         * src/prefs_summary_column.h
9566         * src/prefs_template.c
9567         * src/prefs_template.h
9568         * src/prefs_themes.c
9569         * src/prefs_themes.h
9570         * src/prefs_toolbar.c
9571         * src/prefs_toolbar.h
9572         * src/prefs_wrapping.c
9573         * src/prefs_wrapping.h
9574         * src/privacy.c
9575         * src/privacy.h
9576         * src/procheader.c
9577         * src/procheader.h
9578         * src/procmime.c
9579         * src/procmime.h
9580         * src/procmsg.c
9581         * src/procmsg.h
9582         * src/quote_fmt.c
9583         * src/quote_fmt_parse.y
9584         * src/recv.c
9585         * src/recv.h
9586         * src/remotefolder.c
9587         * src/remotefolder.h
9588         * src/send_message.c
9589         * src/send_message.h
9590         * src/setup.c
9591         * src/setup.h
9592         * src/simple-gettext.c
9593         * src/sourcewindow.c
9594         * src/sourcewindow.h
9595         * src/ssl_manager.c
9596         * src/ssl_manager.h
9597         * src/statusbar.c
9598         * src/statusbar.h
9599         * src/stock_pixmap.c
9600         * src/stock_pixmap.h
9601         * src/summary_search.c
9602         * src/summary_search.h
9603         * src/summaryview.c
9604         * src/summaryview.h
9605         * src/syldap.c
9606         * src/syldap.h
9607         * src/textview.c
9608         * src/textview.h
9609         * src/toolbar.c
9610         * src/toolbar.h
9611         * src/undo.c
9612         * src/undo.h
9613         * src/unmime.c
9614         * src/unmime.h
9615         * src/vcard.c
9616         * src/vcard.h
9617         * src/wizard.c
9618         * src/wizard.h
9619         * src/common/base64.c
9620         * src/common/base64.h
9621         * src/common/defs.h
9622         * src/common/hooks.c
9623         * src/common/hooks.h
9624         * src/common/log.c
9625         * src/common/log.h
9626         * src/common/md5.c
9627         * src/common/md5.h
9628         * src/common/mgutils.c
9629         * src/common/mgutils.h
9630         * src/common/nntp.c
9631         * src/common/nntp.h
9632         * src/common/passcrypt.c
9633         * src/common/passcrypt.h.in
9634         * src/common/plugin.c
9635         * src/common/plugin.h
9636         * src/common/prefs.c
9637         * src/common/prefs.h
9638         * src/common/progressindicator.c
9639         * src/common/progressindicator.h
9640         * src/common/quoted-printable.c
9641         * src/common/quoted-printable.h
9642         * src/common/session.c
9643         * src/common/session.h
9644         * src/common/smtp.c
9645         * src/common/smtp.h
9646         * src/common/socket.c
9647         * src/common/socket.h
9648         * src/common/ssl.c
9649         * src/common/ssl.h
9650         * src/common/ssl_certificate.c
9651         * src/common/ssl_certificate.h
9652         * src/common/string_match.c
9653         * src/common/string_match.h
9654         * src/common/stringtable.c
9655         * src/common/sylpheed.c
9656         * src/common/sylpheed.h
9657         * src/common/template.c
9658         * src/common/template.h
9659         * src/common/timing.h
9660         * src/common/utils.c
9661         * src/common/utils.h
9662         * src/common/uuencode.c
9663         * src/common/uuencode.h
9664         * src/common/version.h.in
9665         * src/common/xml.c
9666         * src/common/xml.h
9667         * src/common/xmlprops.c
9668         * src/common/xmlprops.h
9669         * src/gtk/about.c
9670         * src/gtk/about.h
9671         * src/gtk/colorlabel.c
9672         * src/gtk/colorlabel.h
9673         * src/gtk/colorsel.c
9674         * src/gtk/colorsel.h
9675         * src/gtk/description_window.c
9676         * src/gtk/description_window.h
9677         * src/gtk/filesel.c
9678         * src/gtk/filesel.h
9679         * src/gtk/foldersort.c
9680         * src/gtk/foldersort.h
9681         * src/gtk/gtkutils.c
9682         * src/gtk/gtkutils.h
9683         * src/gtk/inputdialog.c
9684         * src/gtk/inputdialog.h
9685         * src/gtk/logwindow.c
9686         * src/gtk/logwindow.h
9687         * src/gtk/manage_window.c
9688         * src/gtk/manage_window.h
9689         * src/gtk/menu.c
9690         * src/gtk/menu.h
9691         * src/gtk/pluginwindow.c
9692         * src/gtk/pluginwindow.h
9693         * src/gtk/prefswindow.c
9694         * src/gtk/prefswindow.h
9695         * src/gtk/progressdialog.c
9696         * src/gtk/progressdialog.h
9697         * src/gtk/quicksearch.c
9698         * src/gtk/quicksearch.h
9699         * src/gtk/sslcertwindow.c
9700         * src/gtk/sslcertwindow.h
9701         * src/plugins/clamav/clamav_plugin.c
9702         * src/plugins/clamav/clamav_plugin.h
9703         * src/plugins/clamav/clamav_plugin_gtk.c
9704         * src/plugins/demo/demo.c
9705         * src/plugins/dillo_viewer/dillo_prefs.c
9706         * src/plugins/dillo_viewer/dillo_prefs.h
9707         * src/plugins/dillo_viewer/dillo_viewer.c
9708         * src/plugins/mathml_viewer/mathml_viewer.c
9709         * src/plugins/pgpcore/passphrase.c
9710         * src/plugins/pgpcore/passphrase.h
9711         * src/plugins/pgpcore/plugin.c
9712         * src/plugins/pgpcore/prefs_gpg.c
9713         * src/plugins/pgpcore/prefs_gpg.h
9714         * src/plugins/pgpcore/select-keys.c
9715         * src/plugins/pgpcore/select-keys.h
9716         * src/plugins/pgpcore/sgpgme.c
9717         * src/plugins/pgpcore/sgpgme.h
9718         * src/plugins/pgpinline/pgpinline.c
9719         * src/plugins/pgpinline/pgpinline.h
9720         * src/plugins/pgpinline/plugin.c
9721         * src/plugins/pgpmime/pgpmime.c
9722         * src/plugins/pgpmime/pgpmime.h
9723         * src/plugins/pgpmime/plugin.c
9724         * src/plugins/spamassassin/spamassassin.c
9725         * src/plugins/spamassassin/spamassassin.h
9726         * src/plugins/spamassassin/spamassassin_gtk.c
9727         * src/plugins/trayicon/trayicon.c
9728         * tools/OOo2sylpheed.pl
9729         * tools/acroread2sylpheed.pl
9730         * tools/asus_mailled.sh
9731         * tools/filter_conv.pl
9732         * tools/freshmeat_search.pl
9733         * tools/google_search.pl
9734         * tools/kmail2sylpheed.pl
9735         * tools/kmail2sylpheed_v2.pl
9736         * tools/maildir2sylpheed.pl
9737         * tools/multiwebsearch.pl
9738         * tools/newscache_clean.pl
9739         * tools/outlook2sylpheed.pl
9740         * tools/sylpheed-switcher
9741         * tools/update-po
9742         * tools/vcard2xml.py
9743         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9744                 update FSF address
9745
9746 2005-09-21 [colin]      1.9.14cvs46
9747
9748         * src/gedit-print.c
9749         * src/procmsg.c
9750         * src/procmsg.h
9751         * src/textview.c
9752         * src/summaryview.c
9753                 Remove some printing hacks (deselection/reselection),
9754                 which by the way fix printing the currently 
9755                 displayed mime part (still only text)
9756                 Plus a little optimisation of summary_show
9757
9758
9759 2005-09-20 [colin]      1.9.14cvs45
9760
9761         * src/mainwindow.c
9762         * src/messageview.c
9763                 GUI fixups: add accels, set message
9764                 view title to displayed mail's subject
9765         * src/prefs_spelling.c
9766         * src/gtk/gtkaspell.c
9767                 GUI fixups: allow underlining misspelled
9768                 words instead of coloring them (a11y!)
9769
9770 2005-09-19 [colin]
9771
9772         1.9.15rc3 released
9773
9774 2005-09-19 [colin]      1.9.14cvs44
9775
9776         * src/compose.c
9777                 Fix draft message
9778         * src/gtk/gtkaspell.c
9779                 Fix wrong test ;-)
9780
9781 2005-09-19 [colin]      1.9.14cvs43
9782
9783         * src/addressbook.c
9784                 Fix sensitivity of Delete button
9785         * src/compose.c
9786                 Warn if the requested Privacy system
9787                 is not available
9788         * src/exphtmldlg.c
9789         * src/expldifdlg.c
9790         * src/importldif.c
9791         * src/importmutt.c
9792         * src/importpine.c
9793                 Fix crappy UI
9794         * src/
9795         * src/ssl.h
9796         * src/prefs_account.h
9797         * src/prefs_account.c
9798                 Save SSL prefs even in builds that have
9799                 SSL support disable
9800         * src/imap.c
9801         * src/inc.c
9802         * src/news.c
9803         * src/send_message.c
9804                 Warn if connection should be secure, but
9805                 SSL support isn't compiled in
9806         * src/gtkaspell.c
9807                 Fix word separation on UTF-8 systems
9808                 Fixes bug #812 (Strange inline spellchecking)
9809         * src/compose.c
9810                 Warn if the requested Privacy system
9811                 is not available
9812                 Factorize offline warning
9813         * src/imap.c
9814         * src/imap_gtk.c
9815         * src/imap_gtk.h
9816         * src/inc.h
9817         * src/news_gtk.c
9818         * src/news_gtk.h
9819         * src/messageview.c
9820                 Factorize offline warning
9821
9822 2005-09-19 [paul]
9823
9824         1.9.15-rc2 released
9825
9826 2005-09-18 [colin]      1.9.14cvs42
9827
9828         * src/codeconv.c
9829         * src/codeconv.h
9830         * src/procmime.c
9831                 Add a way to get locale's charset ignoring utf-8,
9832                 and use that as default encoding for broken mails
9833
9834 2005-09-18 [colin]      1.9.14cvs41
9835
9836         * src/gtk/logwindow.c
9837                 Translate string. Patch by Fabien Vantard
9838
9839 2005-09-18 [colin]      1.9.14cvs40
9840
9841         * configure.ac
9842                 Fix bug #803 (IMAP/SSL support breaks with 
9843                 GnuTLS libetpan 0.38)
9844
9845 2005-09-18 [colin]      1.9.14cvs39
9846
9847         * src/codeconv.c
9848         * src/compose.c
9849         * src/procmime.c
9850                 More charsets fixes. Fixes bug #806 (non
9851                 ascii characters in subject line)
9852
9853 2005-09-17 [paul]       1.9.14cvs38
9854
9855         * src/folderview.c
9856         * src/mainwindow.c
9857                 fix gcc-2.95 issues
9858                 Patch by Pawel Pekala
9859
9860 2005-09-17 [colin]      1.9.14cvs37
9861
9862         * src/addrindex.c
9863                 bugfix for NO-USE LDAP compilation, patch 
9864                 by Fabien Vantard
9865
9866 2005-09-17 [colin]      1.9.14cvs36
9867
9868         * src/prefs_actions.c
9869         * src/prefs_customheader.c
9870         * src/prefs_display_header.c
9871         * src/prefs_filtering_action.c
9872         * src/prefs_matcher.c
9873         * src/prefs_toolbar.c
9874                 Fix strange casts (less elegant but
9875                 works better)
9876
9877 2005-09-16 [colin]      1.9.14cvs35
9878
9879         * src/jpilot.c
9880                 Missed that one
9881
9882 2005-09-16 [colin]      1.9.14cvs34
9883
9884         * configure.ac
9885         * src/Makefile.am
9886         * src/addr_compl.c
9887         * src/addrindex.c
9888         * src/browseldap.c
9889         * src/editldap.c
9890         * src/ldaplocate.c
9891         * src/ldapquery.c
9892         * src/ldapquery.h
9893         * src/ldapserver.c
9894         * src/ldapserver.h
9895         * src/main.c
9896         * src/matcher_parser_parse.y
9897         * src/prefs_themes.c
9898         * src/etpan/Makefile.am
9899         * src/gtk/description_window.c
9900         * src/plugins/clamav/Makefile.am
9901         * src/plugins/clamav/clamav_plugin.c
9902         * src/plugins/dillo_viewer/Makefile.am
9903         * src/plugins/pgpcore/Makefile.am
9904         * src/plugins/pgpinline/Makefile.am
9905         * src/plugins/pgpmime/Makefile.am
9906         * src/plugins/trayicon/Makefile.am
9907                 Fix 100% cpu usage in address completion list
9908                 Fix little bugs (return with no values etc)
9909                 Fix all warnings (with common CFLAGS)
9910
9911 2005-09-15 [colin]      1.9.14cvs33
9912
9913         * src/addressbook.c
9914                 Fix bug where sometimes a group's email list is empty,
9915                 force its refresh (probably fixes "Re: how to create a 
9916                 distribution list")
9917         * src/ldapquery.c
9918                 Don't return to the callback in the main thread from the
9919                 fetch thread (or face segs!)
9920
9921 2005-09-15 [paul]       1.9.14cvs32
9922
9923         * src/prefs_matcher.c
9924                 forgotten in last commit
9925
9926 2005-09-15 [paul]       1.9.14cvs31
9927
9928         * src/prefs_actions.c
9929         * src/prefs_filtering_action.c
9930         * src/prefs_quote.c
9931         * src/quote_fmt.c
9932         * src/summaryview.c
9933         * src/gtk/description_window.c
9934         * src/gtk/description_window.h
9935         * src/gtk/quicksearch.c
9936                 allow interaction with the called
9937                 description window
9938                 Patch by Anders Hammar
9939
9940 2005-09-14 [paul]       1.9.14cvs30
9941
9942         * src/compose.c
9943                 fix a little annoyance when pasting with 3rd button 
9944                 with wrap_pastes=0 and wrap_input=1
9945                 Patch by Colin
9946
9947 2005-09-14 [paul]       1.9.14cvs29
9948
9949         * src/prefs_account.c
9950                 disable 'Filter messages on receiving' for
9951                 SMTP-only accounts
9952                 Patch  by Anders Hammar
9953
9954 2005-09-14 [paul]       1.9.14cvs28
9955
9956         * po/sk.po
9957                 fix crash
9958                 updated by Andrej Kacian
9959
9960 2005-09-14 [paul]
9961
9962         1.9.15-rc1 released
9963
9964 2005-09-14 [paul]       1.9.14cvs27
9965
9966         * po/es.po
9967                 updated by Ricardo Mones Lastra
9968         * src/compose.c
9969         * src/compose.h
9970                 associate no_wrap_tags to Compose windows
9971                 instead of using a static one
9972                 Patch by Colin
9973         * src/mbox.c
9974                 fix proc_mbox()
9975                 Patch by wwp
9976         * src/textview.c
9977                 remove unneeded printf()
9978
9979 2005-09-14 [paul]       1.9.14cvs26
9980
9981         * src/addrcache.c
9982         * src/codeconv.h
9983         * src/folder.h
9984         * src/mainwindow.h
9985         * src/mh.c
9986         * src/mimeview.h
9987         * src/partial_download.c
9988         * src/pop.c
9989         * src/prefs_account.c
9990         * src/prefs_account.h
9991         * src/prefs_actions.c
9992         * src/prefs_customheader.c
9993         * src/prefs_display_header.c
9994         * src/prefs_filtering_action.c
9995         * src/prefs_matcher.c
9996         * src/prefs_toolbar.c
9997         * src/privacy.h
9998         * src/procmime.c
9999         * src/procmime.h
10000         * src/procmsg.h
10001         * src/textview.c
10002         * src/undo.h
10003         * src/common/plugin.c
10004         * src/common/session.h
10005         * src/common/socket.c
10006         * src/common/socket.h
10007         * src/common/template.c
10008         * src/gtk/gtkaspell.c
10009         * src/gtk/quicksearch.h
10010         * src/plugins/pgpcore/passphrase.c
10011         * src/plugins/pgpcore/prefs_gpg.h
10012         * src/plugins/pgpcore/select-keys.c
10013         * src/plugins/pgpcore/select-keys.h
10014         * src/plugins/pgpcore/sgpgme.c
10015         * src/plugins/pgpinline/pgpinline.c
10016         * src/plugins/pgpmime/pgpmime.c
10017         * src/plugins/trayicon/trayicon.c
10018                 fix compilation warnings
10019                 Patch by Daniel Gustafson
10020
10021 2005-09-14 [paul]       1.9.14cvs25
10022
10023         * src/addressbook.c
10024                 add missing column header, and other small
10025                 bug fixes
10026                 Patch by Anders Hammar
10027
10028 2005-09-13 [colin]      1.9.14cvs24
10029
10030         * src/gtk/gtkaspell.c
10031                 Fix non-utf8 in menu
10032                 Fix little leaks
10033                 Nullify struct members after free()s
10034
10035 2005-09-13 [colin]      1.9.14cvs23
10036
10037         * src/compose.c
10038                 Test utf8 compliance before inserting to 
10039                 buffer, and try to convert if necessary
10040         * src/procmime.c
10041                 If no charset is present, use the locale 
10042                 one instead of us-ascii
10043         * src/procmsg.c
10044                 Add Sender, List-Post and To in the checked 
10045                 headers for automatic rules creation 
10046                 (thanks to wwp)
10047         * src/prefs_themes.c
10048         * src/gtk/gtkaspell.c
10049                 Remove deprecated functions. 
10050                 patch by Daniel Gustafson
10051
10052 2005-09-12 [colin]      1.9.14cvs22
10053
10054         * src/compose.c
10055                 Fix bug #448 (Scrolling/Redraw issue with 
10056                 address-fields in Header)
10057         * src/mainwindow.c
10058         * src/summaryview.c
10059         * src/summaryview.h
10060                 Fix loss of MSG_MARKED on move/copy
10061                 Fix bug #804 (Quicksearch togglebutton doesn't 
10062                 get depressed after '/' key is pressed)
10063
10064 2005-09-12 [paul]       1.9.14cvs21
10065
10066         * AUTHORS
10067         * src/gtk/logwindow.c
10068                 add 'Clear Log' to popup menu
10069                 Patch by Anders Hammar <anders.hammar@telia.com>
10070
10071 2005-09-12 [paul]       1.9.14cvs20
10072
10073         * src/compose.c
10074                 set correct sensitivity on attachments
10075                 popup menu
10076         * src/folder.c
10077                 fix typo
10078         * src/prefs_spelling.c
10079                 fix crash when no LANG env is set
10080         * src/common/xml.c
10081                 fix crash in wizard
10082                 don't use memeory after free
10083
10084         All patches by Daniel Gustafson
10085
10086 2005-09-12 [paul]       1.9.14cvs19
10087
10088         * src/prefs_themes.c
10089                 make theme info selectable
10090         * src/gtk/description_window.c
10091                 make window non-modal
10092         * tools/README
10093                 add details of asus_mailed.sh
10094         * tools/claws.i18n.status.pl
10095                 update for new zh_TW translator
10096                 widen the output
10097                 create alternate coloured lines
10098                 improve readability
10099
10100 2005-09-10 [colin]      1.9.14cvs18
10101
10102         * src/plugins/pgpcore/select-keys.c
10103                 Better order for the buttons
10104
10105 2005-09-10 [colin]      1.9.14cvs17
10106
10107         * src/compose.c
10108         * src/plugins/pgpcore/select-keys.c
10109         * src/plugins/pgpcore/select-keys.h
10110         * src/plugins/pgpcore/sgpgme.c
10111                 Add a "Don't encrypt" button to the key
10112                 selection dialog. Fixes bug #177 (There should be a 
10113                 'Don't encrypt button in the Select Keys dialog)
10114
10115 2005-09-10 [colin]      1.9.14cvs16
10116
10117         * src/compose.c
10118                 Fix bug #572 (%X option does not work with templates)
10119
10120 2005-09-10 [colin]      1.9.14cvs15
10121
10122         * src/toolbar.c 
10123                 Remove g_print
10124
10125 2005-09-10 [colin]      1.9.14cvs14
10126
10127         * src/imap.c
10128                 Fix a possible crash
10129
10130 2005-09-09 [colin]      1.9.14cvs13
10131
10132         * src/imap.c
10133         * src/etpan/imap-thread.c
10134         * src/etpan/imap-thread.h
10135                 Fix moving from queue or drafts to normal folders
10136                 Fix bug #794 (No way to delete without expunging)
10137                 Take flags unset by other mailers into account
10138                 Take deleted flag set by other mailers into account
10139                 Fix unsetting REPLIED flag
10140                 Fix crash when capabilities can't be retrieved
10141         * src/mainwindow.c
10142         * src/mainwindow.h
10143                 Add M_DELAYED_FLAGS condition, and let the user use
10144                 Execute in order to be able to expunge deleted mails,
10145                 even if he's not in delayed execute mode
10146         * src/prefs_spelling.c
10147                 Use 'en' dictionary by default if LANG is POSIX or C
10148         * src/gtk/prefswindow.c
10149                 Fix bug #767 (Preferences windows expanding) by making
10150                 the window a bit larger when the resolution is greater
10151                 than 640x480, and by putting the prefs in a
10152                 GtkScrolledWindow.
10153
10154 2005-09-09 [paul]       1.9.14cvs12
10155
10156         * AUTHORS
10157         * configure.ac
10158         * po/zh_TW.Big5.po      ** REMOVED **
10159         * po/zh_TW.po           ** ADDED **
10160                 updated by Wei-Lun Chao
10161
10162 2005-09-09 [paul]       1.9.14cvs11
10163
10164         * src/mainwindow.c
10165                 fix asserts
10166         * src/common/xml.c
10167                 delay memory allocation until file is
10168                 opened successfully
10169                 Patch by Daniel Gustafson
10170
10171 2005-09-09 [colin]      1.9.14cvs10
10172
10173         * src/imap.c
10174                 Add guards
10175
10176 2005-09-08 [colin]      1.9.14cvs9
10177
10178         * src/compose.c
10179                 Alert when we can't save draft
10180                 Fix various wrap/color issues
10181                 Add mid-click pasting respecting wrap_paste option
10182         * src/folder.c
10183         * src/folder.h
10184         * src/folder_item_prefs.c
10185         * src/folder_item_prefs.h
10186         * src/imap.c
10187         * src/imap_gtk.c
10188         * src/imap_gtk.h
10189         * src/main.c
10190         * src/mainwindow.c
10191         * src/mainwindow.h
10192         * src/news.c
10193         * src/news_gtk.c
10194         * src/news_gtk.h
10195         * src/prefs_folder_item.c
10196                 Fix the impossibility to synchronise folders for
10197                 offline use (IMAP and NNTP are concerned)
10198
10199 2005-09-08 [colin]      1.9.14cvs8
10200
10201         * configure.ac
10202                 Build LDAP and JPilot by default if available
10203         * src/textview.c
10204                 Fix use after free
10205
10206 2005-09-08 [paul]       1.9.14cvs7
10207
10208         * doc/manual/en/sylpheed-1.html
10209         * doc/manual/en/sylpheed-18.html
10210         * doc/manual/en/sylpheed-19.html
10211         * doc/manual/en/sylpheed-4.html
10212         * doc/manual/en/sylpheed-6.html
10213         * doc/manual/en/sylpheed.html
10214                 a few minor updates, plus include some
10215                 details about plugins and their requirements
10216         * src/mainwindow.c
10217                 minor changes to English in /View/Sort
10218
10219 2005-09-07 [colin]      1.9.14cvs6
10220
10221         * doc/manual/en/sylpheed-1.html
10222         * doc/manual/en/sylpheed-10.html
10223         * doc/manual/en/sylpheed-11.html
10224         * doc/manual/en/sylpheed-12.html
10225         * doc/manual/en/sylpheed-13.html
10226         * doc/manual/en/sylpheed-14.html
10227         * doc/manual/en/sylpheed-15.html
10228         * doc/manual/en/sylpheed-16.html
10229         * doc/manual/en/sylpheed-17.html
10230         * doc/manual/en/sylpheed-18.html
10231         * doc/manual/en/sylpheed-19.html
10232         * doc/manual/en/sylpheed-2.html
10233         * doc/manual/en/sylpheed-20.html
10234         * doc/manual/en/sylpheed-21.html
10235         * doc/manual/en/sylpheed-22.html
10236         * doc/manual/en/sylpheed-3.html
10237         * doc/manual/en/sylpheed-4.html
10238         * doc/manual/en/sylpheed-5.html
10239         * doc/manual/en/sylpheed-6.html
10240         * doc/manual/en/sylpheed-7.html
10241         * doc/manual/en/sylpheed-8.html
10242         * doc/manual/en/sylpheed-9.html
10243         * doc/manual/en/sylpheed.html
10244                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
10245
10246 2005-09-07 [colin]      1.9.14cvs5
10247
10248         * src/mainwindow.c
10249                 Make labels more to-the-point
10250
10251 2005-09-07 [colin]      1.9.14cvs4
10252
10253         * doc/manual/en/sylpheed-1.html
10254         * doc/manual/en/sylpheed-12.html
10255         * doc/manual/en/sylpheed-13.html
10256         * doc/manual/en/sylpheed-14.html
10257         * doc/manual/en/sylpheed-15.html
10258         * doc/manual/en/sylpheed-16.html
10259         * doc/manual/en/sylpheed-17.html
10260         * doc/manual/en/sylpheed-18.html
10261         * doc/manual/en/sylpheed-19.html
10262         * doc/manual/en/sylpheed-2.html
10263         * doc/manual/en/sylpheed-20.html
10264         * doc/manual/en/sylpheed-21.html
10265         * doc/manual/en/sylpheed-22.html
10266         * doc/manual/en/sylpheed-4.html
10267         * doc/manual/en/sylpheed-5.html
10268         * doc/manual/en/sylpheed-6.html
10269         * doc/manual/en/sylpheed-7.html
10270         * doc/manual/en/sylpheed-8.html
10271         * doc/manual/en/sylpheed-9.html
10272         * doc/manual/en/sylpheed.html
10273                 Update manual
10274
10275 2005-09-07 [colin]      1.9.14cvs3
10276
10277         * doc/faq/en/sylpheed-faq-1.html
10278         * doc/faq/en/sylpheed-faq-2.html
10279         * doc/faq/en/sylpheed-faq-3.html
10280         * doc/faq/en/sylpheed-faq.html
10281                 Update FAQ
10282
10283 2005-09-07 [colin]      1.9.14cvs2
10284
10285         * src/folderview.c
10286         * src/procmsg.c
10287         * src/summaryview.c
10288         * src/toolbar.c
10289                 Fix special subfolders:
10290                 - Inherit parent's icon
10291                 - sent contents of queues subfolders
10292                 - empty subfolders of trashes
10293         * src/mainwindow.c
10294                 Remove outdated manual and faq entries
10295         * src/common/utils.c
10296                 Add quotes around %s coming from mailcap
10297
10298 2005-09-07 [colin]      1.9.14cvs1
10299
10300         * src/compose.c
10301                 After saving draft, set modified to FALSE
10302         * src/mimeview.c
10303         * src/common/utils.c
10304         * src/common/utils.h
10305                 Try to open mime parts using what is 
10306                 indicated in ~/.mailcap or /etc/mailcap,
10307                 if possible.
10308
10309 2005-09-05 [paul]       1.9.14
10310
10311         1.9.14 released
10312
10313         * po/sk.po
10314                 updated by Andrej Kacian
10315
10316 2005-09-05 [paul]       1.9.13cvs83
10317
10318         * po/de.po
10319         * po/es.po
10320         * po/fi.po
10321         * po/fr.po
10322         * po/nb.po
10323         * po/pt_BR.po
10324         * po/sr.po
10325                 updated translations by Thomas Gilgin, Ricardo Mones
10326                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
10327                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
10328
10329 2005-09-04 [paul]       1.9.13cvs82
10330
10331         * src/compose.c
10332                 only warn about exceeded line length limit
10333                 on send
10334
10335 2005-09-04 [paul]       1.9.13cvs81
10336
10337         * src/compose.c
10338                 fix crash in 'line length exceeded' dialogue
10339
10340 2005-09-02 [paul]       1.9.13cvs80
10341
10342         * src/imap.c
10343                 fix bug 795, 'Connection lost IMAP'
10344                 and add statusbar prints
10345                 Patch by Colin
10346
10347 2005-09-02 [paul]       1.9.13cvs79
10348
10349         * src/compose.c
10350                 compose_wrap_paragraph() becomes
10351                 compose_beautify_paragraph()
10352                 Patch by Colin
10353
10354 2005-09-02 [colin]      1.9.13cvs78
10355
10356         * src/folderview.c
10357                 Micro-fix
10358
10359 2005-09-01 [colin]      1.9.13cvs77
10360
10361         * src/imap.c
10362                 Maybe fix bug #795 (Connection lost IMAP)
10363                 Don't try to send logout when we're disconnected.
10364         * src/summaryview.c
10365                 Include locked and marked emails in HRM
10366                 view. Fixes bug #800 (Locked messages no longer 
10367                 show up when hide read messages is used)
10368
10369 2005-09-01 [paul]       1.9.13cvs76
10370
10371         * src/prefs_common.c
10372                 fix bad cutting
10373
10374 2005-08-31 [colin]      1.9.13cvs75
10375
10376         * src/folderview.c
10377         * src/folderview.h
10378         * src/prefs_summaries.c
10379         * src/summaryview.c
10380                 Fix "go to next new", fix preference
10381                 (Open unread/next swapped)
10382
10383 2005-08-31 [paul]       1.9.13cvs74
10384
10385         * src/compose.c
10386         * src/folderview.c
10387         * src/headerview.c
10388         * src/headerview.h
10389         * src/mainwindow.c
10390         * src/prefs_common.c
10391         * src/prefs_common.h
10392         * src/prefs_fonts.c
10393         * src/summaryview.c
10394         * src/textview.c
10395         * src/common/defs.h
10396                 remove obsolete BOLD_FONT setting
10397                 fix font update in headerview and textview
10398                 headers after prefs change
10399                 Patch By Colin
10400
10401 2005-08-31 [paul]
10402
10403         1.9.14-rc4 released
10404
10405 2005-08-30 [colin]      1.9.13cvs73
10406
10407         * src/summaryview.c
10408                 When Hide read messages is selected and we
10409                 refresh the summaryview, don't remove the 
10410                 currently displayed message. Fixes bug #797
10411                 (Summary view reloads when new mail is 
10412                 downloaded in 1.9.14 rc)
10413
10414 2005-08-30 [colin]      1.9.13cvs72
10415
10416         * src/folderview.c
10417                 Fix flickering
10418         * src/mainwindow.c
10419                 Remove useless callback
10420         * src/mimeview.c
10421         * src/gtk/filesel.c
10422         * src/gtk/filesel.h
10423                 Add a filesel_select_file_save_folder() - used by Save All
10424
10425 2005-08-29 [paul]       1.9.13cvs71
10426
10427         * AUTHORS
10428         * src/matcher_parser_parse.y
10429         * src/etpan/imap-thread.c
10430                 fix building on FreeBSD
10431                 Patch by Daniel Gustafson <daniel@hobbit.se>
10432
10433 2005-08-29 [paul]       1.9.13cvs70
10434
10435         * src/plugins/pgpinline/pgpinline.c
10436                 only initialise sig result if it's been handled
10437                 Patch by Colin
10438
10439 2005-08-29 [paul]       1.9.13cvs69
10440         
10441         Patches by Colin:
10442
10443         * src/imap.c
10444         * src/common.utils.c
10445         * src/common/utils.h
10446                 optimisation
10447         * src/stock_pixmap.h
10448                 fix wrong icon reference
10449         * src/pixmaps/trash_btn.xpm
10450                 replace with nicer image
10451
10452 2005-08-28 [colin]      1.9.13cvs68
10453
10454         * src/Makefile.am
10455         * src/stock_pixmap.c
10456         * src/stock_pixmap.h
10457         * src/toolbar.c
10458         * src/pixmaps/trash_btn.xpm
10459                 Add a specific trash xpm for the button
10460
10461 2005-08-28 [colin]      1.9.13cvs67
10462
10463         * src/imap.c
10464                 Fix leak
10465
10466 2005-08-27 [colin]      1.9.13cvs66
10467
10468         * src/imap.c
10469         * src/procmime.c
10470                 Correctly fix "Problem with replies", fixes
10471                 pgpmime encryption too. 
10472
10473 2005-08-27 [colin]      1.9.13cvs65
10474
10475         * src/folder.c
10476         * src/procmsg.c
10477         * src/procmsg.h
10478         * src/summaryview.c
10479                 Fix bug #517 (messages removed from summaryview 
10480                 when moving fails)
10481
10482 2005-08-27 [colin]      1.9.13cvs64
10483
10484         * tools/Makefile.am
10485         * tools/asus_mailled.sh
10486                 Add a script to blink ASUS laptops' mail LED where there
10487                 is unread mail.
10488
10489 2005-08-27 [colin]      1.9.13cvs63
10490
10491         * src/imap.c
10492         * src/etpan/imap-thread.c
10493         * src/etpan/imap-thread.h
10494                 Implement automatic choosing of login method
10495                 Fixes bug #791
10496         * src/gtk/.cvsignore
10497                 Add sylpheed-marshal.[ch]
10498
10499 2005-08-27 [colin]      1.9.13cvs62
10500
10501         * src/common/utils.c
10502                 Fix confusing perror
10503
10504 2005-08-27 [colin]      1.9.13cvs61
10505
10506         * src/toolbar.c
10507         * src/toolbar.h
10508                 Remove A_DELETE, replace it with 
10509                 A_TRASH and A_DELETE_REAL. Automatically
10510                 rewrite config files to replace A_DELETE
10511                 with A_TRASH (no functionality change).
10512                 Fixes half of #794
10513
10514 2005-08-26 [colin]      1.9.13cvs60
10515
10516         * src/procmime.c
10517                 Previous "Problem with replies" fix brought other
10518                 problems, fixing them
10519
10520 2005-08-26 [colin]      1.9.13cvs59
10521
10522         * src/procmime.c
10523                 Fix "Problem with replies". This happened only
10524                 on IMAP...
10525         * src/procmsg.c
10526                 Factorize code a bit
10527         * src/compose.c
10528                 Speed improvement on very long messages (wrapping)
10529                 Fix signature color on Reedit and Redirect
10530                 On Reedit, don't attach pgp-signatures parts, but
10531                 set signing to On.
10532
10533 2005-08-24 [paul]       1.9.13cvs58
10534
10535         * src/compose.c
10536                 don't claim success when clicking
10537                 Cancel on the passphrase box.
10538                 Patch by Colin
10539
10540 2005-08-24 [paul]       1.9.13cvs57
10541
10542         * src/main.c
10543                 fix misplaced sylpheed.log
10544         * src/common/defs.h
10545                 define UIDL_DIR
10546
10547 2005-08-24 [paul]       1.9.13cvs56
10548
10549         * src/imap.c
10550         * src/etpan/imap-thread.c
10551         * src/etpan/imap-thread.h
10552                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
10553                 Patch by Colin
10554         * src/gtk/sylpheed-marshal.c    ** REMOVED **
10555         * src/gtk/sylpheed-marshal.h    ** REMOVED **
10556                 remove autogenerated files
10557         * tools/kdeservicemenu/README
10558         * tools/kdeservicemenu/install.sh
10559         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10560         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10561                 use Claws icon, use 'Sylpheed-Claws' in menu,
10562                 use kdialog, and other cleanups
10563
10564 2005-08-23 [paul]       1.9.13cvs55
10565
10566         * src/compose.c
10567                 fix paste/wrap crash
10568                 Patch by Colin
10569
10570 2005-08-23 [paul]       1.9.13cvs54
10571
10572         * src/main.c
10573                 fix crash recovery
10574                 Patch by Colin
10575
10576 2005-08-23 [paul]       1.9.13cvs53
10577
10578         * src/addressbook.c
10579         * src/editaddress.c
10580                 view all data of LDAP contacts
10581                 Patch by Colin
10582
10583 2005-08-23 [paul]       1.9.13cvs52
10584
10585         * src/addressbook.c
10586                 fix issues with the Search field
10587                 Patch by Colin
10588
10589 2005-08-22 [paul]       1.9.13cvs51
10590
10591         * src/folderview.c
10592                 put name of folder in processing dialog
10593                 title
10594         * src/prefs_folder_item.c
10595                 improve english usage
10596
10597 2005-08-22 [paul]       1.9.13cvs50
10598
10599         * src/filtering.c
10600         * src/filtering.h
10601         * src/matcher.c
10602         * src/matcher_parser_lex.l
10603         * src/matcher_parser_parse.y
10604         * src/prefs_filtering.c
10605                 add Filtering/Processing rule names feature.
10606                 (the incompatible old matcherrc is saved as
10607                 matcherrc.pre_names).
10608                 Patch by Colin
10609
10610 2005-08-22 [paul]       1.9.13cvs49
10611
10612         * src/procmsg.c
10613                 fix colour labelling
10614                 Patch by Colin
10615
10616 2005-08-22 [paul]       1.9.13cvs48
10617
10618         * src/textview.c
10619                 fix open_image_cb()
10620
10621 2005-08-22 [paul]       1.9.13cvs47
10622
10623         * src/imap.c
10624                 fix bug 789, 'SC crashes with imap (CVS ver)'
10625                 Patch by Colin
10626
10627 2005-08-22 [paul]       1.9.13cvs46
10628
10629         * src/mimeview.c
10630         * src/prefs_common.c
10631         * src/common/defs.h
10632                 define reused defaults in defs.h
10633         * src/textview.c
10634                 add 'Open image' to image popup menu
10635
10636 2005-08-21 [colin]      1.9.13cvs45
10637
10638         * src/summaryview.c
10639                 Fix bug #788 (Bogus "From" address displayed)
10640
10641 2005-08-20 [colin]      1.9.13cvs44
10642
10643         * src/folder.c
10644                 Fix buf #787 (multilevel delete causes SIGSEGV)
10645
10646 2005-08-19 [colin]      1.9.13cvs43
10647
10648         * src/inc.c
10649         * src/prefs_common.c
10650         * src/prefs_common.h
10651                 Add an hidden pref to allow modifying the
10652                 update stepping in incorporation.
10653                 Patch by wwp.
10654
10655 2005-08-19 [colin]      1.9.13cvs42
10656
10657         * src/compose.c
10658         * src/procmime.c
10659                 Workaround for broken MUAs: encode 
10660                 Content-type: name: as ASCII and 
10661                 Content-Disposition: filename: as
10662                 per rfc2231
10663         * src/prefs_account.c
10664                 Fix invisible-ness of SMTP SSL prefs
10665                 in NNTP accounts
10666
10667 2005-08-19 [paul]       1.9.13cvs41
10668
10669         * src/compose.c
10670         * src/prefs_common.c
10671         * src/prefs_common.h
10672         * src/prefs_wrapping.c
10673                 paste with or without wrapping.
10674                 patch by Colin
10675
10676 2005-08-19 [paul]       1.9.13cvs40
10677
10678         * src/prefs_common.c
10679         * src/prefs_common.h
10680         * src/summaryview.c
10681                 reintroduce enable_swap_from as a
10682                 hidden pref. patch by Colin
10683         * src/quote_fmt_parse.y
10684         * src/plugins/clamav/clamav_plugin.c
10685         * src/plugins/dillo_viewer/dillo_viewer.c
10686         * src/plugins/mathml_viewer/mathml_viewer.c
10687         * src/plugins/pgpcore/sgpgme.c
10688         * src/plugins/pgpinline/pgpinline.c
10689         * src/plugins/pgpmime/pgpmime.c
10690                 tidy up. patch by Colin
10691
10692 2005-08-19 [paul]       1.9.13cvs39
10693
10694         * configure.ac
10695                 complete cvs38's sync
10696         * src/editaddress.c
10697         * src/gedit-print.c
10698         * src/mutt.c
10699         * src/etpan/etpan-log.c
10700         * src/etpan/imap-thread.c
10701         * src/gtk/gtksourceprintjob.c
10702                 fix compilation warnings
10703                 (patch by Colin)
10704
10705 2005-08-19 [paul]       1.9.13cvs38
10706
10707         sync with main:
10708
10709         * src/account.c
10710         * src/action.c
10711         * src/addrbook.c
10712         * src/addrcache.c
10713         * src/addrharvest.c
10714         * src/addrindex.c
10715         * src/codeconv.c
10716         * src/compose.c
10717         * src/crash.c
10718         * src/exporthtml.c
10719         * src/exportldif.c
10720         * src/folder.c
10721         * src/image_viewer.c
10722         * src/inc.c
10723         * src/inc.h
10724         * src/jpilot.c
10725         * src/ldif.c
10726         * src/main.c
10727         * src/matcher.c
10728         * src/mbox.c
10729         * src/messageview.c
10730         * src/mh.c
10731         * src/mimeview.c
10732         * src/msgcache.c
10733         * src/mutt.c
10734         * src/news.c
10735         * src/partial_download.c
10736         * src/pine.c
10737         * src/pop.c
10738         * src/prefs_actions.c
10739         * src/prefs_common.c
10740         * src/prefs_customheader.c
10741         * src/prefs_display_header.c
10742         * src/prefs_gtk.c
10743         * src/prefs_themes.c
10744         * src/procheader.c
10745         * src/procmime.c
10746         * src/procmsg.c
10747         * src/recv.c
10748         * src/send_message.c
10749         * src/simple-gettext.c
10750         * src/sourcewindow.c
10751         * src/textview.c
10752         * src/vcard.c
10753         * src/common/defs.h
10754         * src/common/log.c
10755         * src/common/plugin.c
10756         * src/common/prefs.c
10757         * src/common/session.c
10758         * src/common/session.h
10759         * src/common/socket.c
10760         * src/common/socket.h
10761         * src/common/ssl_certificate.c
10762         * src/common/template.c
10763         * src/common/utils.c
10764         * src/common/utils.h
10765         * src/common/xml.c
10766         * src/gtk/about.c
10767         added wrappers for C library function that
10768                 take pathname arguments.
10769                 enabled compilation with MinGW.
10770                 use GDir instead of directly using opendir().
10771                 added rename_force().
10772
10773 2005-08-19 [paul]       1.9.13cvs37
10774         
10775         patches by Colin:
10776         * src/compose.c
10777                 fix privacy settings on re-editing
10778                 a sent message
10779         * src/jpilot.c
10780                 fix encoding bug
10781         * src/folder.c
10782         * src/procmsg.c
10783         * src/procmsg.h
10784         * src/summaryview.c
10785                 flag changing optimisation
10786
10787 2005-08-18 [martin]     1.9.13cvs36
10788
10789         * commitHelper
10790             added my login
10791         * src/addrcache.c
10792         * src/addrharvest.c
10793         * src/addrindex.c
10794         * src/compose.c
10795         * src/grouplistdialog.c
10796         * src/main.c
10797         * src/mainwindow.c
10798         * src/msgcache.c
10799         * src/mutt.c
10800         * src/pine.c
10801         * src/prefs_account.c
10802         * src/prefs_themes.c
10803         * src/stock_pixmap.c
10804         * src/summaryview.c
10805         * src/gtk/about.c
10806         * src/gtk/logwindow.c
10807             removed deprecated glib and gdk stuff
10808         * src/plugins/pgpcore/select-keys.c
10809             convert attributes from locale to utf8
10810
10811 2005-08-17 [paul]       1.9.13cvs35
10812
10813         * src/account.c
10814         * src/addressbook.c
10815                 use new GTK_STOCK_ icons if available
10816         * src/summaryview.c
10817         * src/gtk/gtksctree.c
10818         * src/gtk/gtksctree.h
10819                 faster range select. patch by Colin
10820
10821 2005-08-17 [paul]       1.9.13cvs34
10822
10823         patches by colin:
10824         * src/addressbook.c
10825         * src/addressitem.h
10826                 Add an edit button for contacts, fix selections
10827                 of gtksctree items
10828         * src/editaddress.c
10829                 Change labels, let Save be always possible in the
10830                 email and user atributes tabs
10831         * src/folderview.c
10832                 fix sort issues
10833         * src/summaryview.c
10834                 select next item instead of the displayed one
10835                 after deletion
10836
10837         * src/gtk/progressdialog.c
10838                 use prefs_common.enable_rules_hint
10839
10840 2005-08-13 [hoa]        1.9.13cvs33
10841
10842         * src/etpan/imap-thread.c
10843                 fixed build on Solaris.
10844
10845 2005-08-10 [colin]      1.9.13cvs32
10846
10847         * src/procmsg.c
10848                 Fix cvs31 (missing fclose before reading
10849                 the file)
10850
10851 2005-08-10 [colin]      1.9.13cvs31
10852
10853         * src/procmsg.c
10854                 Fix procmsg_msginfo_new_from_mimeinfo() when
10855                 the MimeInfo isn't stored in memory. This fixes
10856                 replying to an attached message.
10857
10858 2005-08-10 [colin]      1.9.13cvs30
10859
10860         * src/mainwindow.c
10861                 Fix slowness in account changing
10862
10863 2005-08-10 [colin]      1.9.13cvs29
10864
10865         * src/folder.c
10866         * src/folderutils.c
10867         * src/folderview.c
10868         * src/imap_gtk.c
10869         * src/mainwindow.c
10870         * src/mh_gtk.c
10871         * src/procmsg.c
10872         * src/summaryview.c
10873                 Optimize folder_has_parent_of_type
10874                 Prevent moving special sub-folders from contextual menus
10875                 Rework message a bit ("Empty all messages" -> "Delete all
10876                 messages")
10877                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
10878                 and "Deleted Items" folders)
10879
10880 2005-08-08 [colin]      1.9.13cvs28
10881
10882         * src/summaryview.c
10883         * src/prefs_summaries.c
10884                 Make "Select first unread|new" more flexible
10885                 (just prioritize new or unread)
10886
10887 2005-08-08 [colin]      1.9.13cvs27
10888
10889         * src/summaryview.c
10890                 If "select first new" is selected and there only
10891                 are unread messages, fallback to "select first
10892                 unread".
10893
10894 2005-08-08 [colin]      1.9.13cvs26
10895
10896         * src/folder.c
10897                 Fix shameful bugs (and bug #779)
10898
10899 2005-08-08 [colin]      1.9.13cvs25
10900
10901         * src/folder.c
10902         * src/folder.h
10903                 Cache parents' type to make folder_has_parent_of_type
10904                 faster
10905         * src/folderview.c
10906                 Forbid DnD of special sub-folders
10907         * src/procmsg.c
10908         * src/procmsg.h
10909                 Add MAIL_POSTFILTERING_HOOK
10910         * src/summaryview.c
10911                 Revert over-zealous deletion of the use_addr_book 
10912                 code
10913
10914 2005-08-07 [colin]      1.9.13cvs24
10915
10916         * src/folder.c
10917                 Fix big mistake (passing MsgInfo instead 
10918                 of FolderItem)
10919
10920 2005-08-07 [colin]      1.9.13cvs23
10921
10922         * src/compose.c
10923         * src/folder.c
10924         * src/folder.h
10925         * src/foldersel.c
10926         * src/folderutils.c
10927         * src/folderview.c
10928         * src/imap.c
10929         * src/mainwindow.c
10930         * src/messageview.c
10931         * src/mh.c
10932         * src/msgcache.c
10933         * src/procmime.c
10934         * src/summaryview.c
10935                 Make subfolders of Drafts, Queue, Outbox, Trash
10936                 work like their parents. 
10937                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
10938
10939 2005-08-07 [colin]      1.9.13cvs22
10940
10941         * src/addressbook.c
10942                 Fix bug #771 (Dragged contacts not saved)
10943
10944 2005-08-07 [paul]       1.9.13cvs21
10945
10946         * src/summaryview.c
10947                 fix bug 32 'Search Doesn't display results
10948                 if "Hide Read Messages" is chosen'
10949                 be more literal in interpreting 'Hide read
10950                 messages'
10951
10952 2005-08-07 [colin]      1.9.13cvs20
10953
10954         * src/folderview.c
10955                 Add debug
10956         * src/summaryview.c
10957                 Faster 'unthread_for_execution'
10958
10959 2005-08-06 [paul]       1.9.13cvs19
10960
10961         * src/mainwindow.c
10962                 add mnemonics to Set displayed columns
10963                 fix bug where msgview_visible option was
10964                 overwritten as TRUE on startup
10965
10966 2005-08-06 [paul]       1.9.13cvs18
10967
10968         * src/mainwindow.c
10969                 refer to 'displayed columns in folder/message
10970                 list' not 'displayed items in summary/message view'
10971         * src/prefs_display_header.c
10972                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
10973                 be consistent with similar dialogues
10974         * src/prefs_folder_column.c
10975         * src/prefs_summary_column.c
10976                 'columns' not 'items', and folder and message lists,
10977                 instead of folder and summary views;
10978                 Use 'Hidden columns' as list heading not 'Available
10979                 items';
10980                 move the 'Remove' button to the right hand side;
10981                 top-align the buttons;
10982                 remove unneeded vbox
10983         * src/prefs_summaries.c
10984                 put the 2 column prefs buttons in a frame to reduce
10985                 overall width; refer to columns not items &c.
10986
10987 2005-08-05 [colin]      1.9.13cvs17
10988
10989         * src/prefs_common.c
10990         * src/prefs_common.h
10991         * src/mainwindow.c
10992         * src/compose.c
10993         * src/messageview.c
10994                 Add an hidden toolbar_detachable pref, so
10995                 that I can get rid of these painful handles
10996                 in the toolbars. Defaults to TRUE to avoid
10997                 changing the GUI on unsuspecting people...
10998
10999 2005-08-05 [colin]      1.9.13cvs16
11000
11001         * src/Makefile.am
11002         * src/prefs_folder_column.c
11003         * src/prefs_folder_column.h
11004                 Add prefs for folder columns
11005         * src/folderview.c
11006         * src/folderview.h
11007         * src/mainwindow.c
11008         * src/mainwindow.h
11009         * src/prefs_common.c
11010         * src/prefs_common.h
11011         * src/prefs_summaries.c
11012                 Use them
11013         * src/prefs_summary_column.c
11014         * src/summaryview.c
11015         * src/summaryview.h
11016                 Add a To column
11017         * src/textview.c
11018         * src/common/utils.c
11019         * src/common/utils.h
11020                 Move uri colourisation functions
11021                 to utils
11022         * src/compose.c
11023                 Colourise URIs
11024         * src/imap.c
11025                 Fix bug with LIST where we'd try
11026                 to get Folder//////[...]/// 
11027
11028 2005-08-05 [paul]       1.9.13cvs15
11029
11030         * src/prefs_summaries.c
11031                 improve the English usage
11032         * src/summaryview.c
11033                 set font on column change
11034                 thanks to Colin
11035
11036 2005-08-05 [paul]       1.9.13cvs14
11037
11038         * src/prefs_common.c
11039         * src/prefs_common.h
11040         * src/prefs_summaries.c
11041         * src/summaryview.c
11042                 replace 'open_unread_on_enter' option with
11043                 'select_on_entry' option. opening/not opening
11044                 is now exclusively controlled by 'always_show_msg'
11045
11046 2005-08-04 [colin]      1.9.13cvs13
11047
11048         * src/compose.c
11049                 Remove dead code
11050                 Add colourisation of quotes and signatures
11051         * src/folderview.c
11052                 Fix possible crashes
11053         * src/messageview.c
11054                 Change an assert that is no problem
11055         * src/news.c
11056         * src/news_gtk.c
11057         * src/news_gtk.h
11058                 Fix offline mode
11059         * src/gtk/quicksearch.c
11060                 Fix a possible crash
11061
11062 2005-08-03 [colin]      1.9.13cvs12
11063
11064         * src/prefs_account.c
11065                 Fix bug #777 (Sylpheed crash in account configuration)
11066
11067 2005-08-03 [colin]      1.9.13cvs11
11068
11069         * src/addressbook.c
11070         * src/editaddress.c
11071         * src/editgroup.c
11072                 Fixing addressbook, round 2
11073         * src/textview.c
11074                 Fix emphasis color on rechecking 'Colorize messages'
11075
11076 2005-08-03 [paul]       1.9.13cvs10
11077
11078         sync with main
11079
11080         * src/addr_compl.c
11081         * src/compose.c
11082         * src/main.c
11083         * src/pop.c
11084         * src/prefs_account.c
11085         * src/procmime.c
11086         * src/procmsg.c
11087         * src/quote_fmt_parse.y
11088         * src/textview.c
11089         * src/common/quoted-printable.c
11090         * src/common/utils.c
11091         * src/common/utils.h
11092         * src/common/xml.c
11093                 replaced incorrect locale-independent
11094                 ctype functions with GLib's. Corrected
11095                 signedness mismatch.
11096         * src/headerview.c
11097                 headerview_create(): added spacing for vbox.
11098         * src/gtk/about.c
11099                 set focus to the OK button.
11100
11101 2005-08-03 [colin]      1.9.13cvs9
11102
11103         * src/folderview.c
11104                 Fix possible crash
11105
11106 2005-08-02 [colin]      1.9.13cvs8
11107
11108         * src/mainwindow.c
11109                 Fix cast
11110         * src/addressbook.c
11111         * src/addressitem.h
11112                 Fix a cast and more generally, try to make the
11113                 GUI more intuitive and consistent (round 1)
11114
11115 2005-08-02 [paul]       1.9.13cvs7
11116
11117         * src/folder.h
11118                 missing in 1.9.13cvs6
11119
11120 2005-08-02 [colin]      1.9.13cvs6
11121
11122         * src/folder.c
11123                 Fix one more leak
11124
11125 2005-08-02 [colin]      1.9.13cvs5
11126
11127         * src/folder.c
11128         * src/folderview.c
11129         * src/imap.c
11130         * src/main.c
11131         * src/mbox.c
11132         * src/procmsg.c
11133         * src/summaryview.c
11134                 Fix a number of folder_item_get_msg_list()-related
11135                 leaks (missing procmsg_msginfo_free()s)
11136
11137 2005-08-01 [colin]      1.9.13cvs4
11138
11139         * src/folderview.c
11140         * src/folderview.h
11141         * src/mainwindow.c
11142         * src/prefs_fonts.c
11143         * src/prefs_summaries.c
11144         * src/prefs_themes.c
11145         * src/summaryview.c
11146         * src/summaryview.h
11147         * src/textview.c
11148         * src/textview.h
11149                 Fix instant-apply of summary and folderview-related prefs
11150                 Fix erroneous g_free and alertpanels in prefs_theme
11151                 Add instant-apply for fonts
11152                 Defer applying of prefs a little bit so it's done only
11153                 once even if requested by multiples prefs pages
11154
11155 2005-08-01 [paul]       1.9.13cvs3
11156
11157         * src/main.c
11158                 fix bug 776 'S.C. crashes on close'
11159                 thanks to Colin
11160         * src/etpan/etpan-thread-manager-types.h
11161                 add missing include
11162                 thanks to Hoa
11163
11164 2005-07-25 [paul]       1.9.13cvs2
11165
11166         * src/summaryview.c
11167                 fix typos. spotted by Fabien Vantard
11168
11169 2005-07-24 [paul]       1.9.13cvs1
11170
11171         * doc/man/sylpheed.1
11172                 update man page, incorporating fix of
11173                 bug 769 'Typo in manpage'
11174         * src/etpan/imap-thread.c
11175                 fix NetBSD openssl dependencies. patch by
11176                 George Michaelson <ggm@apnic.net>
11177         * po/pt_BR.po
11178                 updated by Frederico Goncalves Guimaraes
11179
11180 2005-07-22 [paul]       1.9.13
11181
11182         1.9.13 release
11183
11184 2005-07-22 [paul]       1.9.12cvs91
11185
11186         * AUTHORS
11187         * INSTALL
11188         * README.claws
11189         * RELEASE_NOTES.claws
11190                 updated for release
11191         * configure.ac
11192         * po/nb.po
11193         * tools/claws.i18n.status.pl
11194                 add Norwegian translation. submiited by
11195                 Geir Helland <pjallabais@users.sourceforge.net>
11196         * po/ca.po
11197         * po/de.po
11198         * po/es.po
11199         * po/fi.po
11200         * po/fr.po
11201         * po/it.po
11202         * po/sk.po
11203         * po/sr.po
11204         * po/zh_CN.po
11205                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11206                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
11207                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
11208                 Yang Guilong
11209         * src/plugins/clamav/clamav_plugin_gtk.c
11210         * src/plugins/spamassassin/spamassassin_gtk.c
11211                 replace outdated description strings
11212
11213 2005-07-21 [colin]      1.9.12cvs90
11214
11215         * src/folder.c
11216                 Set folder to batch mode when scanning it. Makes deletion
11217                 of unread mails on IMAP much faster (due to the UNREAD 
11218                 flag unsetting)
11219
11220 2005-07-21 [darko]      1.9.12cvs89
11221
11222         * configure.ac
11223                 link against libresolv if necessary (patch by Paul)
11224         * src/msgcache.c
11225                 use glib's portable macros to determine endianness
11226
11227 2005-07-21 [paul]       1.9.12cvs88
11228
11229         * src/crash.c
11230         * src/gtk/about.c
11231                 update compiled-in features list
11232
11233 2005-07-20 [colin]      1.9.12cvs87
11234
11235         * src/folder.c
11236         * src/textview.c
11237                 Gcc 2.9x compilation fixes, thanks to Darko
11238         * src/plugins/clamav/clamav_plugin.c
11239                 Little optimisation: load virus database only once
11240         * src/plugins/spamassassin/spamassassin.c
11241                 Big optimisation: filtering one mail took at least 1 second,
11242                 now it takes at least 50ms. Doesn't speed up spamassassin 
11243                 itself, but should already be much more tolerable.
11244
11245 2005-07-20 [colin]      1.9.12cvs86
11246
11247         * src/summaryview.c
11248                 Fix performance issue
11249
11250 2005-07-19 [colin]      1.9.12cvs85
11251
11252         * src/plugins/pgpinline/plugin.c
11253                 Fix warning
11254
11255 2005-07-19 [colin]      1.9.12cvs84
11256
11257         * configure.ac
11258         * src/plugins/Makefile.am
11259         * src/plugins/pgpinline/.cvsignore
11260         * src/plugins/pgpinline/Makefile.am
11261         * src/plugins/pgpinline/pgpinline.c
11262         * src/plugins/pgpinline/pgpinline.deps
11263         * src/plugins/pgpinline/pgpinline.h
11264         * src/plugins/pgpinline/plugin.c
11265                 Put pgpinline in the main tree
11266
11267 2005-07-19 [paul]       1.9.12cvs83
11268
11269         * src/prefs_actions.c
11270                 prevent '//' in menu names, which cause a crash
11271                 thanks to Colin
11272
11273 2005-07-19 [paul]       1.9.12cvs82
11274
11275         * configure.ac
11276                 be generally more informative in configure output.
11277                 OpenSSL: correction: '[ --enable-openssl ...' -> 
11278                 '[ --disable-openssl ...', as --enable-openssl is default
11279                 PGP/MIME: don't check for GPGME again, check for
11280                 pgpcore instead. Therefore prevent the possibility of
11281                 attempting to build pgpmime if pgpcore dependencies are
11282                 not met
11283                 ClamAV: use pkgconfig to check for lib
11284                 libgnomeprint: revert logic on inner test to match
11285                 everything else
11286         * src/plugins/pgpcore/sgpgme.c
11287                 add missing include
11288
11289 2005-07-19 [colin]      1.9.12cvs81
11290
11291         * src/summaryview.c
11292                 Fix slow thread rebuilding in particular
11293                 cases
11294
11295 2005-07-19 [paul]       1.9.12cvs80
11296
11297         * sylpheed-claws.desktop
11298                 fix typo, spotted by Stephan Sachse
11299         * src/account.c
11300                 replace GTK_STOCK_ADD with
11301                 GTK_STOCK_NEW button
11302
11303 2005-07-18 [colin]      1.9.12cvs79
11304
11305         * src/etpan/imap-thread.c
11306                 Fix return value (Thanks Hoa)
11307
11308 2005-07-18 [colin]      1.9.12cvs78
11309
11310         * src/imap.c
11311                 Allow empty passwords
11312                 Create drafts/queue/outbox if necessary
11313         * src/summaryview.c
11314                 Remove old code
11315         * src/etpan/imap-thread.c
11316                 Fix STARTTLS (Thanks to Hoa)
11317
11318 2005-07-18 [paul]       1.9.12cvs77
11319
11320         * ChangeLog-gtk2.jp
11321         * ChangeLog.jp
11322                 removed
11323         * Makefile.am
11324                 updated to reflect additions and removals
11325         * TODO
11326                 updated to be claws-specific
11327         * TODO-gtk2
11328         * TODO-gtk2.jp
11329         * TODO.jp
11330         * sylpheed-128x128.png
11331         * sylpheed-64x64.png
11332                 removed
11333         * sylpheed-claws-128x128.png
11334         * sylpheed-claws-64x64.png
11335         * sylpheed-claws.desktop
11336         * sylpheed-claws.png
11337                 added
11338         * sylpheed.desktop
11339         * sylpheed.png
11340                 removed
11341
11342 2005-07-17 [paul]       1.9.12cvs76
11343
11344         * src/account.c
11345         * src/addressbook.c
11346         * src/alertpanel.c
11347         * src/alertpanel.h
11348         * src/compose.c
11349         * src/exphtmldlg.c
11350         * src/expldifdlg.c
11351         * src/folderview.c
11352         * src/imap_gtk.c
11353         * src/inc.c
11354         * src/message_search.c
11355         * src/messageview.c
11356         * src/mh_gtk.c
11357         * src/news_gtk.c
11358         * src/prefs_actions.c
11359         * src/prefs_filtering.c
11360         * src/prefs_matcher.c
11361         * src/prefs_template.c
11362         * src/prefs_themes.c
11363         * src/ssl_manager.c
11364         * src/summary_search.c
11365         * src/textview.c
11366         * src/toolbar.c
11367         * src/gtk/sslcertwindow.c
11368         * src/plugins/pgpcore/sgpgme.c
11369                 rework alertpanels
11370
11371 2005-07-17 [colin]      1.9.12cvs75
11372
11373         * src/privacy.c
11374                 add a PrivacySystem accessor that checks that
11375                 the system cached in a MimeInfo's privacydata
11376                 is still registered. Use this accessor instead
11377                 of directly using data->system. Fixes crashes
11378                 after unloading pgp plugins.
11379
11380 2005-07-17 [colin]      1.9.12cvs74
11381
11382         * src/alertpanel.c
11383                 Change geometry hints to a simple default size.
11384                 Fixes the certs dialogs.
11385
11386 2005-07-17 [colin]      1.9.12cvs73
11387
11388         * src/gtk/sslcertwindow.c
11389                 Use a gtkExpander
11390
11391 2005-07-17 [colin]      1.9.12cvs72
11392
11393         * src/plugins/pgpcore/Makefile.am
11394         * src/plugins/pgpmime/Makefile.am
11395                 Add gpgme libs
11396
11397 2005-07-17 [paul]       1.9.12cvs71
11398
11399         * configure.ac
11400                 add --disable-gnomeprint option
11401                 modified version of patch by Marius Mauch
11402
11403 2005-07-17 [paul]       1.9.12cvs70
11404
11405         * src/common/defs.h
11406                 update urls
11407         * src/account.c
11408         * src/action.c
11409         * src/addressbook.c
11410         * src/compose.c
11411         * src/foldersel.c
11412         * src/folderview.c
11413         * src/html.c
11414         * src/imap_gtk.c
11415         * src/main.c
11416         * src/mainwindow.c
11417         * src/messageview.c
11418         * src/mh_gtk.c
11419         * src/mimeview.c
11420         * src/news_gtk.c
11421         * src/prefs_account.c
11422         * src/prefs_send.c
11423         * src/prefs_summaries.c
11424         * src/procmsg.c
11425         * src/summaryview.c
11426         * src/common/utils.c
11427         * src/common/xml.c
11428         * src/plugins/pgpcore/passphrase.c
11429         * src/plugins/pgpcore/select-keys.c
11430                 replace inappropriately used backticks
11431                 with single quotes
11432
11433 2005-07-16 [colin]      1.9.12cvs69
11434
11435         * src/image_viewer.c
11436                 Add extra paranoid checks
11437
11438 2005-07-16 [colin]      1.9.12cvs68
11439
11440         * src/plugins/pgpcore/prefs_gpg.c
11441                 Don't auto-check sigs by default, as it
11442                 can be really slow.
11443
11444 2005-07-16 [colin]      1.9.12cvs67
11445
11446         * src/plugins/pgpcore/sgpgme.c
11447                 Make messages a bit better.
11448
11449 2005-07-16 [colin]      1.9.12cvs66
11450
11451         * src/imap.c
11452                 Remove pseudo-log
11453         * src/etpan/imap-thread.c
11454                 Add real log
11455
11456 2005-07-16 [colin]      1.9.12cvs65
11457
11458         * src/main.c
11459         * src/prefs_other.c
11460                 And now, fix build with libetpan :-/
11461
11462 2005-07-15 [colin]      1.9.12cvs64
11463
11464         * src/prefs_other.c
11465                 Continue fixing build without libetpan.
11466
11467 2005-07-15 [colin]      1.9.12cvs63
11468
11469         * src/main.c
11470                 Fix build with --disable-libetpan
11471
11472 2005-07-15 [colin]      1.9.12cvs62
11473
11474         * configure.ac
11475                 Bump libetpan's version
11476
11477 2005-07-15 [colin]      1.9.12cvs61
11478
11479         * src/etpan/imap-thread.c
11480                 Actually stop logging :)
11481
11482 2005-07-15 [colin]      1.9.12cvs60
11483
11484         * src/addressbook.c
11485                 Fix dnd of multiple addresses.
11486
11487 2005-07-15 [hoa]        1.9.12cvs59
11488
11489         * src/etpan/imap-thread.c
11490             disable login of IMAP password in libetpan log file.
11491
11492 2005-07-15 [paul]       1.9.12cvs58
11493
11494         * src/account.c
11495                 don't automatically sort
11496                 do allow drag n drop
11497
11498 2005-07-15 [paul]       1.9.12cvs57
11499
11500         * src/account.c
11501         * src/ssl_manager.c
11502                 alphabetical listing
11503
11504 2005-07-15 [paul]       1.9.12cvs56
11505
11506         * src/gtk/pluginwindow.c
11507                 sort plugin list alphabetically
11508
11509 2005-07-15 [paul]       1.9.12cvs55
11510
11511         * src/prefs_spelling.c
11512         * src/prefs_wrapping.c
11513                 unify English usage
11514
11515 2005-07-15 [colin]      1.9.12cvs54
11516
11517         * src/wizard.c
11518                 Typo fix
11519
11520 2005-07-15 [paul]       1.9.12cvs53
11521
11522         * src/prefs_message.c
11523                 make 'show cursor' a hidden option
11524
11525 2005-07-14 [colin]      1.9.12cvs52
11526
11527         * src/plugins/spamassassin/Makefile.am
11528         * src/plugins/clamav/Makefile.am
11529                 Fix double EXTRA_DISTs
11530
11531 2005-07-14 [colin]      1.9.12cvs51
11532
11533         * src/plugins/clamav/Makefile.am
11534         * src/plugins/clamav/clamav_plugin_gtk.deps
11535         * src/plugins/spamassassin/Makefile.am
11536         * src/plugins/spamassassin/spamassassin_gtk.deps
11537                 Make $plugin_gtk depend on $plugin
11538
11539 2005-07-14 [hoa]        1.9.12cvs50
11540
11541         * src/etpan/imap-thread.c
11542                 enable debug log of libetpan when running with --debug
11543
11544 2005-07-14 [colin]      1.9.12cvs49
11545
11546         * configure.ac
11547         * src/common/Makefile.am
11548         * src/common/plugin.c
11549         * src/common/plugin.h
11550                 Add a little plugin dependancy system.
11551                 Plugins can ship a $plugin_name.deps file
11552                 (near them in PLUGINDIR) so that their
11553                 dependancies are loaded if possible.
11554         * src/plugins/Makefile.am
11555         * src/plugins/pgpcore/Makefile.am
11556         * src/plugins/pgpcore/passphrase.c
11557         * src/plugins/pgpcore/passphrase.h
11558         * src/plugins/pgpcore/plugin.c
11559         * src/plugins/pgpcore/prefs_gpg.c
11560         * src/plugins/pgpcore/prefs_gpg.h
11561         * src/plugins/pgpcore/select-keys.c
11562         * src/plugins/pgpcore/select-keys.h
11563         * src/plugins/pgpcore/sgpgme.c
11564         * src/plugins/pgpcore/sgpgme.h
11565                 Introduce pgpcore, used by pgpmime and
11566                 pgpinline
11567         * src/plugins/pgpmime/Makefile.am
11568         * src/plugins/pgpmime/passphrase.c
11569         * src/plugins/pgpmime/passphrase.h
11570         * src/plugins/pgpmime/pgpmime.c
11571         * src/plugins/pgpmime/pgpmime.deps
11572         * src/plugins/pgpmime/plugin.c
11573         * src/plugins/pgpmime/prefs_gpg.c
11574         * src/plugins/pgpmime/prefs_gpg.h
11575         * src/plugins/pgpmime/select-keys.c
11576         * src/plugins/pgpmime/select-keys.h
11577         * src/plugins/pgpmime/sgpgme.c
11578         * src/plugins/pgpmime/sgpgme.h
11579                 Remove the core from pgpmime and add the
11580                 dependancy to pgpcore.
11581
11582 2005-07-14 [paul]       1.9.12cvs48
11583
11584         * src/stock_pixmap.c
11585                 forgot this in last commit
11586
11587 2005-07-14 [paul]       1.9.12cvs47
11588
11589         * src/account.c
11590         * src/addressbook.c
11591                 add accelerators for the buttons (sync with main)
11592         * src/compose.c
11593         * src/compose.h
11594                 add accelerators for the buttons.
11595                 fix editing with external editor.
11596                 replace gdk_input_*() with GIOChannel;
11597                 (sync with main)
11598         * src/foldersel.c
11599                 display folder names with new/unread
11600                 representation (sync with main)
11601         * src/main.c
11602                 specify default window icon (sync with main)
11603         * src/prefs_common.c
11604                 use_addr_book default to FALSE
11605         * src/summaryview.c
11606         * src/textview.c
11607                 add accelerators for the buttons (sync with main)
11608         * src/gtk/menu.c
11609                 fix typos
11610         * src/pixmaps/sylpheed_icon.xpm
11611                 updated
11612
11613 2005-07-13 [paul]       1.9.12cvs46
11614
11615         * src/plugins/pgpmime/pgpmime.c
11616         * src/plugins/pgpmime/sgpgme.c
11617                 (temporarily) use deprecated gpgme_data_rewind()
11618                 while largefile support is not present
11619                 (as suggested by Colin)
11620
11621 2005-07-13 [paul]       1.9.12cvs45
11622
11623         * configure.ac
11624                 remove large file support (for now):
11625                 it breaks too many things
11626
11627 2005-07-13 [paul]       1.9.12cvs44
11628
11629         * configure.ac
11630                 add large file support
11631         * src/html.c
11632                 fix bug #763 where href attribute was not
11633                 the very first attribute of a link
11634                 patch by Thomas Gilgin
11635
11636 2005-07-13 [colin]      1.9.12cvs43
11637
11638         * src/gtk/pluginwindow.c
11639                 Little portability fix
11640
11641 2005-07-13 [colin]      1.9.12cvs42
11642
11643         * src/plugins/pgpmime/sgpgme.c
11644                 Fix crasher.
11645
11646 2005-07-13 [colin]      1.9.12cvs41
11647
11648         * src/plugins/pgpmime/pgpmime.c
11649         * src/plugins/pgpmime/sgpgme.c
11650                 Use gpgme_data_release_and_get_mem instead
11651                 of gpgme_data_read.
11652
11653 2005-07-13 [colin]      1.9.12cvs40
11654
11655         * configure.ac
11656         * src/plugins/pgpmime/passphrase.c
11657         * src/plugins/pgpmime/passphrase.h
11658         * src/plugins/pgpmime/pgpmime.c
11659         * src/plugins/pgpmime/plugin.c
11660         * src/plugins/pgpmime/select-keys.c
11661         * src/plugins/pgpmime/select-keys.h
11662         * src/plugins/pgpmime/sgpgme.c
11663         * src/plugins/pgpmime/sgpgme.h
11664                 Port pgpmime to gpgme-1.0.
11665
11666 2005-07-12 [paul]       1.9.12cvs39
11667
11668         * AUTHORS
11669         * src/toolbar.c
11670         * src/toolbar.h
11671                 add a 'Go to Prev' button to the toolbar.
11672                 correct tooltip text of go to buttons.
11673                 based on patch by Yang Guilong <bamanzi@gmail.com>
11674
11675 2005-07-12 [colin]      1.9.12cvs38
11676
11677         * src/statusbar.c
11678                 Fix progress bar showing stuff at startup.
11679
11680 2005-07-12 [paul]       1.9.12cvs37
11681
11682         * src/editjpilot.c
11683                 fix building with jpilot support
11684
11685 2005-07-11 [colin]      1.9.12cvs36
11686
11687         * src/inc.c
11688                 Add visual indication that filtering is running
11689         * src/textview.c
11690                 Make {}[] uri delimiters
11691         * src/summaryview.c
11692                 Remove useless (and slow) calls
11693
11694 2005-07-11 [paul]       1.9.12cvs35
11695
11696         * src/plugins/clamav/clamav_plugin_gtk.c
11697         * src/plugins/dillo_viewer/dillo_prefs.c
11698         * src/plugins/pgpmime/prefs_gpg.c
11699         * src/plugins/spamassassin/spamassassin_gtk.c
11700                 gather plugins prefs together under their
11701                 own 'Plugins' heading
11702
11703 2005-07-11 [paul]       1.9.12cvs34
11704
11705         sync with main
11706
11707         * src/account.c
11708                 account_delete(): modified alert dialog
11709         * src/editjpilot.c
11710         * src/editvcard.c
11711                 fixed a crash when cancelling file selection
11712                 dialog by Escape key. Made non-ascii filename
11713                 selectable.
11714         * src/prefs_template.c
11715                 prefs_template_window_create(): make scrolled
11716                 window policy AUTOMATIC
11717
11718 2005-07-10 [hoa]        1.9.12cvs33
11719
11720         * src/etpan/imap-thread.c
11721                 workaround for old Courier IMAP servers.
11722
11723 2005-07-10 [colin]      1.9.12cvs32
11724
11725         * src/folder.c
11726         * src/statusbar.c
11727         * src/statusbar.h
11728                 Add visual progress indicator on filtering/processing
11729                 Factorize the progress bar code
11730         * src/imap.c
11731         * src/imap.h
11732         * src/etpan/imap-thread.c
11733                 Add a reference counter to avoid destroying the Folder
11734                 while it's in use by another callback.
11735
11736 2005-07-09 [hoa]        1.9.12cvs31
11737
11738         * src/imap.c
11739         * src/etpan/imap-thread.c
11740                 fixed deadlock when removing IMAP account.
11741
11742 2005-07-08 [colin]      1.9.12cvs30
11743
11744         * src/textview.c
11745         * src/unmime.c
11746                 Fix again problems decoding broken headers
11747         * src/gtk/inputdialog.c
11748                 Fix local variable shadowing a global one
11749
11750 2005-07-08 [colin]      1.9.12cvs29
11751
11752         * src/msgcache.c
11753                 Make the cache/mark files platform-agnostic by writing
11754                 them in little-endian format. Reading them is also done
11755                 in little-endian format, of course; however, in order
11756                 to avoid trashing mark data on big-endian machines, the
11757                 files are, at first, read from the native format if the
11758                 little-endian one doesn't exist. This is easy to deter-
11759                 mine by trying to open a file with a swapped data_ver
11760                 and seeing if it's the wanted version.
11761                 Little-endian using users should see absolutely no
11762                 difference, Big-endian users may get a very little
11763                 performance drop due to byte-swapping.
11764                 Tested on i386 and ppc32. 
11765                 Fixes bug #159 (The index file, in the mailboxes, is 
11766                 hardware depending).
11767
11768                 To have the cache/mark files updated to the new little-
11769                 endian format, "Check for new messages" or even
11770                 "Rebuild folder tree" aren't enough. Files will be
11771                 updated as soon as a folder has been opened/closed.
11772                 To update everything, just select all folders by
11773                 selecting them one by one.
11774
11775 2005-07-07 [colin]      1.9.12cvs28
11776
11777         * src/imap.c
11778                 Remember the folder separator per IMAPFolder
11779                 instead of globally.
11780                 Revive the Session on noop; fixes bug #761
11781                 (mark a bunch of unread messages as read takes 
11782                 forever)
11783
11784 2005-07-07 [darko]      1.9.12cvs27
11785
11786         * src/common/template.c
11787                 Sort templates alphabetically
11788
11789 2005-07-06 [colin]      1.9.12cvs26
11790
11791         * src/imap.c
11792                 Try to use the correct separator in
11793                 most cases. Possibly fixes bug #759
11794                 (only creates the INBOX folder when 
11795                 setting up new IMAP account) and 
11796                 bug #760 (Can't retrieve messages)
11797
11798 2005-07-06 [colin]      1.9.12cvs25
11799
11800         * src/imap.c
11801                 Use real_path in status command. This will
11802                 help later, when namespaces will be used.
11803
11804 2005-07-06 [colin]      1.9.12cvs24
11805
11806         * configure.ac
11807         * src/account.c
11808         * src/folder.c
11809         * src/imap.c
11810         * src/etpan/etpan-log.c
11811         * src/etpan/etpan-thread-manager.c
11812         * src/etpan/imap-thread.c
11813                 Add a --disable-libetpan parameter. With this,
11814                 users that don't want IMAP4 support can avoid
11815                 the new dependancy (and have no IMAP support).
11816                 Users that have IMAP4 accounts and use this
11817                 parameter won't lose their configuration, their
11818                 IMAP accounts will just be invisible and not
11819                 used.
11820         * src/textview.c
11821                 Make the "Copy ..." contextual menu items 
11822                 copy to both the X clipboard and the gtk 
11823                 clipboard - as most other apps do.
11824         * src/gtk/about.c
11825                 Add a notice about OpenSSL usage, in order to
11826                 comply with OpenSSL's license (point 6):
11827                 http://www.openssl.org/source/license.html
11828
11829 2005-07-06 [colin]      1.9.12cvs23
11830
11831         * src/alertpanel.c
11832                 Fix a minimum size for alertpanels
11833         * src/compose.c
11834                 Show 'No space left on device' type errors
11835                 when queuing/sending
11836         * src/imap_gtk.c
11837         * src/mh_gtk.c
11838                 Rework folder's deletion message (remove 
11839                 extra \n)
11840
11841 2005-07-05 [colin]      1.9.12cvs22
11842
11843         * src/imap.c
11844                 Add an alertpanel on auth error
11845                 Add pseudo-log
11846                 Remove pthread-related stuff
11847
11848 2005-07-05 [colin]      1.9.12cvs21
11849
11850         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11851                 Fix crash on plugin reloading (with a hack)
11852
11853 2005-07-05 [colin]      1.9.12cvs20
11854
11855         * src/prefs_account.c
11856         * src/prefs_account.h
11857                 Fix typo
11858         * src/gtk/filesel.c
11859         * src/gtk/filesel.h
11860                 Add a way to filter the view
11861         * src/gtk/pluginwindow.c
11862                 Filter loadable stuff
11863         * src/plugins/pgpmime/prefs_gpg.c
11864                 Fix missing unregistration
11865         * .cvsignore
11866         * src/etpan/.cvsignore
11867         * src/plugins/spamassassin/.cvsignore
11868                 Add more stuff to cvs ignored files
11869
11870 2005-07-04 [colin]      1.9.12cvs19
11871
11872         * src/imap.c
11873                 Fix scan_required returning FALSE when it
11874                 shouldn't. Maybe fix #760 (Can't retrieve
11875                 messages)
11876
11877 2005-07-04 [colin]      1.9.12cvs18
11878
11879         * src/summaryview.c
11880                 Fix always_show_msg pref
11881
11882 2005-07-04 [paul]       1.9.12cvs17
11883
11884         sync with main (forgotten in last commit)
11885         
11886         * src/common/utils.c
11887         * src/common/utils.h
11888                 check_line_length(): new.
11889                 is_dir_exist()
11890                 is_file_entry_exist()
11891                 dirent_is_regular_file()
11892                 dirent_is_directory(): use g_file_test() instead of stat().
11893
11894 2005-07-04 [paul]       1.9.12cvs16
11895
11896         sync with main:
11897
11898         * src/compose.c
11899                 compose_write_to_file(): check for line
11900                 length limit and display warning if exceeds
11901         * src/jpilot.c
11902                 use get_home_dir() instead of g_get_home_dir()
11903         * src/procheader.c
11904                 removed warning about invalid date
11905         * src/vcard.c
11906                 use get_home_dir() instead of g_get_home_dir()
11907
11908 2005-07-04 [paul]       1.9.12cvs15
11909
11910         * src/stock_pixmap.c
11911                 fix new pixmap naming errors
11912                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
11913
11914 2005-07-04 [colin]      1.9.12cvs14
11915
11916         * src/imap.c
11917                 Fix debugging string with a warning
11918
11919 2005-07-04 [colin]      1.9.12cvs13
11920
11921         * configure.ac
11922                 Add a check for libetpan's version (>= 0.37)
11923
11924 2005-07-04 [hoa]        1.9.12cvs12
11925
11926         * commitHelper
11927         * src/imap.c
11928         * src/etpan/imap-thread.c
11929         * src/etpan/imap-thread.h
11930                 fixed IMAP implementation of check of mails.
11931
11932 2005-07-03 [hoa]        1.9.12cvs11
11933
11934         * src/etpan/Makefile.am
11935         * src/etpan/etpan-errors.h
11936         * src/etpan/etpan-log.[ch]
11937         * src/etpan/etpan-thread-manager-types.h
11938         * src/etpan/etpan-thread-manager.[ch]
11939         * src/etpan/imap-thread.[ch]
11940         * src/Makefile.am
11941         * src/imap.c
11942         * src/main.c
11943         * src/prefs_other.c
11944         * configure.ac
11945             merged imap branch.
11946             dependency on libetpan 0.37 is now added.
11947
11948 2005-07-01 [colin]      1.9.12cvs10
11949
11950         * src/Makefile.am
11951         * src/folder.c
11952         * src/folder.h
11953         * src/folderview.c
11954         * src/stock_pixmap.c
11955         * src/stock_pixmap.h
11956         * src/plugins/trayicon/trayicon.c
11957                 Add marked symbol on folders containing
11958                 marked messages
11959         * src/procmsg.c
11960         * src/procmsg.h
11961         * src/toolbar.c
11962         * src/prefs_common.c
11963         * src/prefs_common.h
11964         * src/prefs_send.c
11965                 Add an optional confirmation dialog on queue
11966                 sending. Patch by wwp.
11967         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
11968         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
11969         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
11970         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
11971         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
11972         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
11973         * src/pixmaps/inbox_mark.xpm            ** ADDED **
11974         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
11975         * src/pixmaps/outbox_mark.xpm           ** ADDED **
11976         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
11977         * src/pixmaps/trash_mark.xpm            ** ADDED **
11978                 New pixmaps
11979
11980 2005-07-01 [colin]      1.9.12cvs9
11981
11982         * src/summaryview.c
11983                 Fix a little threading bug
11984         * src/addrgather.c
11985         * src/mainwindow.c
11986                 A little bit of HIG normality never hurts
11987
11988 2005-07-01 [colin]      1.9.12cvs8
11989
11990         * src/compose.c
11991         * src/msgcache.c
11992         * src/pop.c
11993         * src/procmime.c
11994         * src/recv.c
11995         * src/common/log.c
11996         * src/common/template.c
11997         * src/common/utils.c
11998         * src/common/utils.h
11999                 Reverted the fwrite_atomic stuff. In fact
12000                 it is already atomic.
12001
12002 2005-06-30 [colin]      1.9.12cvs7
12003
12004         * src/common/utils.c
12005         * src/common/utils.h
12006                 Add an fwrite_atomic() function to make
12007                 sure we write everything: fwrite can make
12008                 short writes.
12009         * src/compose.c
12010         * src/msgcache.c
12011         * src/pop.c
12012         * src/procmime.c
12013         * src/recv.c
12014         * src/common/log.c
12015         * src/common/template.c
12016                 Use that (and fix swapping of size and nmemb).
12017                 Thanks to Rich Coe for the heads up.
12018
12019 2005-06-30 [colin]      1.9.12cvs6
12020
12021         * src/addressbook.c
12022                 Optimize addressbook opening 
12023
12024 2005-06-30 [colin]      1.9.12cvs5
12025
12026         * src/summaryview.c
12027                 Remove calls to summary_step after move/copy
12028
12029 2005-06-28 [paul]       1.9.12cvs4
12030
12031         * src/alertpanel.c
12032                 wrap and make the error msg selectable
12033
12034 2005-06-28 [paul]       1.9.12cvs3
12035
12036         * src/ssl_manager.c
12037                 replace the OK button with a Close button
12038         * src/gtk/foldersort.c
12039                 use GTK_STOCK_ icons/buttons
12040
12041 2005-06-28 [colin]      1.9.12cvs2
12042
12043         * src/gedit-print.c             ** ADDED **
12044         * src/gedit-print.h             ** ADDED **
12045         * src/gtk/gtksourceprintjob.c   ** ADDED **
12046         * src/gtk/gtksourceprintjob.h   ** ADDED **
12047                 I can't believe no one had enough time to tell
12048                 me I forgot the `cvs add`
12049
12050 2005-06-27 [colin]      1.9.12cvs1
12051
12052         * src/Makefile.am
12053         * src/gtk/Makefile.am
12054         * src/messageview.c
12055         * src/procmsg.c
12056         * src/summaryview.c
12057         * configure.ac
12058                 Add optional libgnomeprint-based printing
12059         * src/mainwindow.c
12060         * src/gtk/quicksearch.c
12061                 Add an Edit/Quick search menu item to show
12062                 and focus the quicksearch
12063
12064 2005-06-27 [paul]       1.9.12
12065
12066         1.9.12 release
12067
12068         * po/ca.po
12069         * po/de.po
12070         * po/es.po
12071         * po/fr.po
12072         * po/it.po
12073         * po/ko.po
12074         * po/pt_BR.po
12075         * po/sk.po
12076         * po/zh_CN.po
12077                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12078                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
12079                 SungHyun Nam, Frederico Goncalves Guimaraes,
12080                 Andrej Kacian, and Yang Guilong
12081 2005-06-26 [colin]      1.9.11cvs106
12082
12083         * src/imap_gtk.c
12084                 Forgot one file for previous fix
12085
12086 2005-06-26 [colin]      1.9.11cvs105
12087
12088         * src/folder.c
12089         * src/imap.c
12090                 Fix problems with folder operations in no_select
12091                 imap folders. it applies only to mails, and 
12092                 creation/deletion/move/renaming of folders 
12093                 should be possible
12094
12095 2005-06-26 [paul]       1.9.11cvs104
12096
12097         * src/prefs_filtering.c
12098                 replace one more GTK_STOCK_REMOVE
12099                 with GTK_STOCK_DELETE
12100
12101 2005-06-25 [colin]      1.9.11cvs103
12102
12103         * src/imap.c
12104                 Optimize get_seq_set_from_seq_list
12105                 (Patch by Ricardo) 
12106
12107 2005-06-25 [colin]      1.9.11cvs102
12108
12109         * src/mh.c
12110                 If the directory exists, but not in the
12111                 correct encoding, rename it. This should
12112                 handle old-versions-induced bugs.
12113
12114 2005-06-25 [colin]      1.9.11cvs101
12115
12116         * src/mh.c
12117                 Fix path access with extended dir names
12118                 Fixes bug #589 (SC segfaults with wrong locale
12119                 settings)
12120
12121 2005-06-25 [colin]      1.9.11cvs100
12122
12123         * src/prefs_account.c
12124         * src/prefs_account.h
12125         * src/compose.c
12126                 Add an option to encrypt replies to
12127                 encrypted messages
12128
12129 2005-06-25 [colin]      1.9.11cvs99
12130
12131         * src/compose.c
12132         * src/quote_fmt_parse.y
12133                 ... And make it work with pgpinline.
12134
12135 2005-06-25 [colin]      1.9.11cvs98
12136
12137         * src/compose.c
12138         * src/procmime.c
12139         * src/procmime.h
12140         * src/quote_fmt_parse.y
12141                 o Make reedition of encrypted messages possible
12142                   (as long as it is encrypted to self too, no
12143                    magic there)
12144                 o Make replying with quote (and without selecting
12145                   text) possible for encrypted messages.
12146                 Closes bug #550 (Not possible to "reply with quote"
12147                 to gnupg encrypted messages)
12148
12149 2005-06-24 [paul]       1.9.11cvs97
12150
12151         * src/imap.c
12152                 add missing include
12153
12154 2005-06-24 [paul]       1.9.11cvs96
12155
12156         * src/editldap.c
12157                 made bind password entry invisible
12158                 (sync with main)
12159         * src/send_message.c
12160                 send_message_local(): check exit status
12161                 to detect errors (sync with main)
12162         * src/textview.c
12163                 use main's less ambiguous popup menu
12164                 wording
12165
12166 2005-06-24 [paul]       1.9.11cvs95
12167
12168         * src/prefs_actions.c
12169         * src/prefs_customheader.c
12170         * src/prefs_display_header.c
12171         * src/prefs_filtering_action.c
12172         * src/prefs_matcher.c
12173         * src/prefs_template.c
12174         * src/prefs_toolbar.c
12175                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
12176         * src/gtk/description_window.c
12177                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
12178
12179 2005-06-23 [colin]      1.9.11cvs94
12180
12181         * src/summaryview.c
12182                 Fix rough edges (be sure to call status_show whenever
12183                 necessary).
12184
12185 2005-06-23 [colin]      1.9.11cvs93
12186
12187         * src/summaryview.c
12188                 Optimize Select All
12189                 Before, in a 5K mails folder: 11s
12190                 After, in the same folder: 58000µs
12191                 The joys of locking... gtk_clist_select_all() fires a 
12192                 tree-select-row event for each selected row, which in 
12193                 summaryview, callbacks summary_selected which in turn,
12194                 calls summary_status_show, which walks the selected
12195                 rows. Hence, calling gtk_clist_select_all was 
12196                 exponential. Locking the summaryview makes 
12197                 summary_selected return early.
12198
12199 2005-06-23 [colin]      1.9.11cvs92
12200
12201         * src/imap.c
12202                 Move mutex at the important place to avoid
12203                 deadlocks
12204         * src/summaryview.c
12205                 Fix Del key deleting directly instead of
12206                 moving to trash
12207
12208 2005-06-22 [colin]      1.9.11cvs91
12209
12210         * src/plugins/spamassassin/libspamc.c
12211                 As we do spagetti code with assignations in multiple
12212                 places (see _message_read_raw where out = msg = raw),
12213                 let's be sure we don't free the same pointer twice.
12214                 Should fix bug #683 (Crash in libpam at 
12215                 message_cleanup).
12216
12217 2005-06-22 [colin]      1.9.11cvs90
12218
12219         * src/compose.c
12220         * src/messageview.c
12221         * src/toolbar.c
12222                 Make toolbar's delete use the move to trash stuff;
12223                 Add gtk_widget_realize to be sure pixmaps can get
12224                 created (that may fix an old worksforme bug which
12225                 I can't find back...)
12226
12227 2005-06-22 [colin]      1.9.11cvs89
12228
12229         * src/summaryview.c
12230         * src/summaryview.h
12231         * src/mainwindow.c
12232                 Rename "Message/Delete" to "Message/Move to trash"
12233                 Add "Message/Delete..." that directly destroys the
12234                 selected messages after asking for a confirmation.
12235
12236 2005-06-22 [colin]      1.9.11cvs88
12237
12238         * src/imap.c
12239                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
12240                 o Fix a deadlock (thanks Darko)
12241
12242 2005-06-22 [colin]      1.9.11cvs87
12243
12244         * src/gtk/foldersort.c
12245                 Add missing include for the i18n;
12246                 patch by Fabien Vantard
12247
12248 2005-06-21 [colin]      1.9.11cvs86
12249
12250         * src/folder.c
12251         * src/folderview.c
12252                 Respect the no_select flag
12253         * src/imap.c
12254                 Fix recursive deletion
12255         * src/imap_gtk.c
12256         * src/mh_gtk.c
12257                 Make the folder deletion's warning
12258                 more explicit
12259
12260 2005-06-21 [colin]      1.9.11cvs85
12261
12262         * src/textview.c
12263                 Prevent email addresses from spanning accross
12264                 lines - fixes bug # 646 (newline-chars in 
12265                 email addresses)
12266
12267 2005-06-20 [colin]      1.9.11cvs84
12268
12269         * src/folder.c
12270                 Be sure not to remove source if copy failed
12271
12272 2005-06-20 [colin]      1.9.11cvs83
12273
12274         * src/folderview.c
12275         * src/imap_gtk.c
12276                 remove summaryview's lock
12277         * src/imap.c
12278                 introduce threads to avoid problems when foreground tasks
12279                 interfere with background tasks
12280         * src/mh.c
12281                 prevent moving to drafts/queue
12282         * src/mimeview.c
12283                 fix leak
12284
12285 2005-06-19 [colin]      1.9.11cvs82
12286
12287         * src/imap_gtk.c
12288                 Remember that the user doesn't want to override
12289                 offline mode, for 3 seconds. It avoid presenting
12290                 him with N popups in a really short time.
12291
12292 2005-06-17 [colin]      1.9.11cvs81
12293
12294         * src/imap.c
12295                 Fix IMAP breaking on folders containing '('
12296                 (Probably won't be enough)
12297
12298 2005-06-17 [colin]      1.9.11cvs80
12299
12300         Forgotten files on 1.9.11cvs79
12301         * src/summaryview.c
12302                 Fix stepping when not immediately executing
12303         * src/imap.c
12304                 Really prevent UID FETCH 0
12305         * src/codeconv.c
12306                 Fix outgoing charset never set to utf-8
12307         * src/mh.c
12308                 Fix leak
12309
12310 2005-06-16 [colin]      1.9.11cvs79
12311
12312         * src/compose.c
12313                 Fix bug #707 (Dash splits rows)
12314                 Only wrap if we're on a line break position and
12315                 the previous one was a "white" (space) char.
12316                 Pango stuff is weird.
12317
12318 2005-06-16 [colin]      1.9.11cvs78
12319
12320         * src/imap_gtk.c
12321                 Lock summaryview while downloading messages
12322                 on user demand
12323         * src/procheader.c
12324         * src/unmime.c
12325         * src/common/utils.c
12326         * src/common/utils.h
12327                 Replace \r and \n with spaces in From and
12328                 Subject headers
12329
12330 2005-06-16 [paul]       1.9.11cvs77
12331
12332         * src/procmime.c
12333                 liberalise the mime parser
12334         * src/gtk/about.c
12335                 add text wrapping
12336
12337 2005-06-16 [paul]       1.9.11cvs76
12338
12339         * src/gtk/about.c
12340                 reworked
12341
12342 2005-06-15 [colin]      1.9.11cvs75
12343
12344         * src/compose.c
12345                 Finish header encoding fix
12346         * src/summaryview.c
12347                 Fix segfault
12348         * src/headerview.c
12349                 Fix compilation (Thanks Stephan
12350                 Sachse)
12351
12352 2005-06-15 [colin]      1.9.11cvs74
12353
12354         * Makefile.am
12355                 Install gnome2 stuff rather than gnome1, 
12356                 if both are present
12357         * src/codeconv.c
12358         * src/codeconv.h
12359         * src/compose.c
12360                 Fix headers encoding
12361         * src/folder.c
12362                 Visual progress when fetching all messages
12363         * src/folderview.c
12364         * src/summaryview.c
12365         * src/summaryview.h
12366                 Prevent changing current message while
12367                 incorporating
12368
12369 2005-06-15 [paul]       1.9.11cvs73
12370
12371         * src/gtk/gtkaspell.c
12372         * src/gtk/gtkaspell.h
12373                 fix build warnings
12374
12375 2005-06-15 [paul]       1.9.11cvs72
12376
12377         * src/prefs_filtering.c
12378                 allow reordering of filter rules by
12379                 drag n drop
12380
12381 2005-06-15 [paul]       1.9.11cvs71
12382
12383         * COPYING
12384                 updated
12385         * src/codeconv.c
12386                 replace deprecated function
12387         * src/inc.c
12388         * src/send_message.c
12389         * src/gtk/progressdialog.c
12390         * src/gtk/progressdialog.h
12391                 salvage and reuse parts of reverted sync
12392
12393 2005-06-15 [paul]       1.9.11cvs70
12394
12395         * src/inc.c
12396         * src/send_message.c
12397         * src/gtk/progressdialog.c
12398         * src/gtk/progressdialog.h
12399                 revert yesterday's sync with main
12400                 it contains deprecated functions
12401
12402 2005-06-15 [colin]      1.9.11cvs69
12403
12404         * src/headerview.c
12405                 Fix bug #670 (multi user to: will corrupt message 
12406                 headers display)
12407
12408 2005-06-15 [colin]      1.9.11cvs68
12409
12410         * src/compose.c
12411                 Fix bug #421 (Fix undo on wrapping)
12412
12413 2005-06-15 [colin]      1.9.11cvs67
12414
12415         * src/folder.c
12416                 Provide visual feedback while processing
12417                 folder's rules.
12418         * src/imap.c
12419                 Provide visual feedback while getting
12420                 short headers (for uncached messages)
12421
12422
12423 2005-06-14 [paul]       1.9.11cvs66
12424
12425         * src/account.c
12426                 change a couple stock icons
12427         * src/inc.c
12428         * src/send_message.c
12429         * src/gtk/progressdialog.c
12430         * src/gtk/progressdialog.h
12431                 sync main's GtkTreeView implementation
12432
12433 2005-06-14 [colin]      1.9.11cvs65
12434
12435         * src/imap.c
12436                 Various little fixes, mainly on error paths
12437
12438 2005-06-13 [colin]      1.9.11cvs64
12439
12440         * matcher.c
12441         * procmsg.c
12442         * procmsg.h
12443                 Add a way to fetch only headers. This speeds
12444                 up filtering on headers for IMAP. Fixes:
12445                 bug #481 extraneous imap commands slow down 
12446                         imap filtering
12447                 bug #522 Sylpheed downloads all messages 
12448                         when opening mailbox (IMAP)
12449                 bug #677 IMAP fetch is soooooooooooooo slow
12450         * src/folder.c
12451         * src/folder.h
12452                 Add a folder set_batch method so that
12453                 implementations can speed up flags changes
12454         * src/folderutils.c
12455         * src/summaryview.c
12456                 Use that in mark as (un)read and mark all read
12457                 Refix bug #679
12458         * src/imap.c
12459                 Implement set_batch - brings back deferred
12460                 flags in a less buggy manner. Fixes:
12461                 bug #729 IMAP immediate expunge of deleted messages
12462                 bug #191 remove list of messages with one command
12463                 Fix login with strange chars
12464                 Implement fetch_msg_full
12465                 Fix copy (wrong counts)
12466
12467 2005-06-12 [colin]      1.9.11cvs63
12468
12469         * src/folder.c
12470                 lock incorporation during long operations.
12471                 Avoids fucking up the IMAP socket.
12472
12473 2005-06-12 [colin]      1.9.11cvs62
12474
12475         * src/imap.c
12476                 Fix harmful typo
12477                 Factorize remove_all_msg
12478                 Thread-ize expunge
12479         * src/summaryview.c
12480                 Don't update partial-download status if unnecessary
12481         * src/folder.c
12482                 Use remove_msgs everywhere possible
12483
12484 2005-06-12 [colin]      1.9.11cvs61
12485
12486         * src/folder.c
12487         * src/folder.h
12488                 Add a remove_msgs function to remove a 
12489                 list of messages
12490         * src/imap.c
12491                 Implement that.
12492
12493 2005-06-12 [colin]      1.9.11cvs60
12494
12495         * src/imap.c
12496                 Remove flags-processing deferring... Too hard
12497                 to get it to work in all cases.
12498
12499 2005-06-11 [colin]      1.9.11cvs59
12500
12501         * src/imap.c
12502                 printf -> debug_print
12503
12504 2005-06-11 [colin]      1.9.11cvs58
12505
12506         * src/imap.c
12507                 o Fix build without USE_PTHREAD
12508                 o Factorize imap_open
12509                 o Alertpanel in case of impossible connection
12510                 o Alertpanel in case of impossible login
12511                 o Fix deferred flags processing to force a 
12512                   flush before adding some more flags to process,
12513                   but in another folder.
12514
12515 2005-06-10 [colin]      1.9.11cvs57
12516
12517         * src/imap.c
12518                 o Fix a format string error
12519                 o init ssl socket outside of the thread 
12520                   (it possibly invokes gtk calls)
12521         * src/procmime.c
12522                 o Put back the buffer to its necessary size
12523                 o Fix changing a file pointer without keeping
12524                   track of it (thanks Valgrind)
12525         * src/common/smtp.c
12526                 o Fix automatic STARTTLS if login should be done
12527                   and the server only allows it after starting TLS
12528         * src/gtk/gtkinputdialog.c
12529                 o Eat GDK_Return so that the combo popup doesn't 
12530                   appear when we press Enter to validate the combo
12531                   input dialog (as seen in the Open with... dialog)
12532
12533 2005-06-10 [colin]      1.9.11cvs56
12534
12535         * src/imap.c
12536                 o A bit less debug
12537                 o Fix a crash on deletion
12538                 o Threadize imap_select (it's called outside of 
12539                   threads)
12540                 o Defer treatment of DELETED flags
12541
12542
12543 2005-06-09 [colin]      1.9.11cvs55
12544
12545         * src/imap.c
12546                 Make sure we check imap_gtk_should_override(), which
12547                 potentially calls gtk stuff, before creating thread.
12548                 That way it should't be called via imap_get_session()
12549                 inside a thread.
12550
12551 2005-06-09 [colin]      1.9.11cvs54
12552
12553         * src/imap.c
12554                 o add a bit of status output
12555                 o remove some dead code
12556                 o threadize get_list_of_uids
12557                 o threadize imap_get_flags
12558                 o defer flag changing by 500ms so that they
12559                   can be batched
12560
12561
12562 2005-06-08 [colin]      1.9.11cvs53
12563
12564         * src/imap.c
12565                 Thread-ize imap_cmd_fetch
12566
12567 2005-06-08 [colin]      1.9.11cvs52
12568
12569         * src/main.c
12570                 Mmh, that broke POP3...
12571
12572 2005-06-08 [colin]      1.9.11cvs51
12573
12574         * src/main.c
12575                 Stabilize IMAP patch (thanks to Hoa)
12576
12577 2005-06-08 [colin]      1.9.11cvs50
12578
12579         * src/imap.c
12580                 Test patch to speed up imap. 
12581
12582 2005-06-08 [colin]      1.9.11cvs49
12583
12584         * src/imap_gtk.c
12585                 Warning fix
12586         * src/procmime.c
12587                 Apply patch from gentoo to use /usr/share/mime/globs if 
12588                 available, after un-breaking it
12589         * src/common/log.c
12590         * src/common/log.h
12591                 Use g_timeout for invoking hooks that possibly use gtk
12592                 calls. This should leave gtk calls in the main thread.
12593
12594 2005-06-08 [paul]       1.9.11cvs48
12595
12596         * src/codeconv.c
12597                 conv_get_outgoing_charset_str(): don't
12598                 use prefs_common setting
12599         * src/compose.c
12600         * src/compose.h
12601                 add /Options/Character encoding/... to
12602                 temporarily change the outgoing encoding
12603
12604         (belated sync with main)
12605
12606 2005-06-08 [paul]       1.9.11cvs47
12607
12608         * src/compose.c
12609                 correction to/completion of last
12610                 sync with main
12611
12612 2005-06-08 [paul]       1.9.11cvs46
12613
12614         sync with main:
12615         
12616         * src/codeconv.c
12617         * src/codeconv.h
12618                 always enabled Japanese auto-detection
12619                 if the first letters of locale string
12620                 is "ja"
12621         * src/compose.c
12622                 don't use "destroy" signal to destroy
12623                 Compose object (fix rare crashes on discard?)
12624         * src/mainwindow.c
12625         * src/messageview.c
12626         * src/prefs_send.c
12627                 added Hebrew encodings
12628         * src/sourcewindow.c
12629                 don't use "destroy" signal to destroy
12630                 objects
12631
12632 2005-06-07 [colin]      1.9.11cvs45
12633
12634         * src/summaryview.c
12635                 Add missing unlocks/locks
12636
12637 2005-06-07 [paul]       1.9.11cvs44
12638
12639         * src/summaryview.c
12640                 restore bug #749 fix
12641
12642 2005-06-06 [colin]      1.9.11cvs43
12643
12644         * src/summaryview.c
12645                 Fix selection bug when prefs_common.open_unread 
12646                 is FALSE
12647
12648 2005-06-06 [colin]      1.9.11cvs42
12649
12650         * src/common/md5.c
12651                 Fix a warning
12652         * src/summaryview.c
12653         * src/folderview.c
12654                 Factorize long operations beginning and end
12655                 (locking, freezing/thawing, cursor, ...)
12656                 Check selection->data member in selection-
12657                 related loops; this avoids dying an awful
12658                 death if the selection changes on us while
12659                 we're marking a whole IMAP folder unread, 
12660                 for example.
12661
12662 2005-06-06 [paul]       1.9.11cvs41
12663
12664         * src/textview.c
12665                 don't g_free() a static gchar buffer
12666
12667 2005-06-05 [colin]      1.9.11cvs40
12668
12669         * src/mainwindow.c
12670         * src/messageview.c
12671         * src/summaryview.c
12672                 Fix bug #749 (Show all headers should be
12673                 sticky as the GUI suggests)
12674
12675 2005-06-03 [paul]       1.9.11cvs39
12676
12677         * src/compose.c
12678                 don't allow editing of mail while sending.
12679                 patch by Colin
12680
12681 2005-06-03 [paul]       1.9.11cvs38
12682
12683         * src/folderview.c
12684                 add a freeze/thaw to speed up 'mark all read'
12685
12686 2005-06-03 [paul]       1.9.11cvs37
12687
12688         * src/prefs_message.c
12689                 reflect changes immediately
12690
12691 2005-06-02 [colin]      1.9.11cvs36
12692
12693         * po/POTFILES.in
12694                 Patch by Fabien Vantard.
12695
12696 2005-06-02 [colin]      1.9.11cvs35
12697
12698         * src/imap.c
12699                 Use a non-blocking imap_getline() if possible.
12700                 This should completely prevent the interface
12701                 from freezin on imap operations, although it
12702                 may do strange stuff in case of folder switching
12703                 while a big imap operation is taking place...
12704
12705                 In addition, fix a leak in the case thread
12706                 creation fails on connection.
12707
12708 2005-06-02 [colin]      1.9.11cvs34
12709
12710         * src/crash.c
12711         * src/prefs_common.h
12712                 Fix build (prefs_common_init() doesn't exist
12713                 anymore)
12714
12715 2005-06-02 [colin]      1.9.11cvs33
12716
12717         * src/prefs_account.c
12718                 Fix bug #245 (filtering rules broken when
12719                 renaming a remote account (imap4 or nntp)
12720
12721 2005-06-02 [colin]      1.9.11cvs32
12722
12723         * src/imap.c
12724                 Try to fix IMAP shortcomings: 
12725                 o Multithread imap_open()
12726                 o allow offline-mode overriding instead of
12727                   just returning NULL
12728         * src/imap_gtk.c
12729         * src/imap_gtk.h
12730                 Add a function to ask whether we want to
12731                 override offline-mode for 10 minutes (one-shot
12732                 asking was painful)
12733         * src/procheader.c
12734                 Fix segfault when imap parser isn't happy about
12735                 a missing {
12736
12737 2005-06-01 [colin]      1.9.11cvs31
12738
12739         * src/addrharvest.c
12740         * src/compose.c
12741         * src/mbox.c
12742         * src/mbox.h
12743         * src/mh.c
12744         * src/msgcache.c
12745         * src/send_message.c
12746         * src/setup.c
12747         * src/undo.c
12748         * src/common/hooks.c
12749         * src/common/prefs.c
12750         * src/common/template.c
12751         * src/common/utils.c
12752         * src/gtk/gtkutils.c
12753         * src/gtk/inputdialog.c
12754         * src/gtk/menu.c
12755         * src/gtk/pluginwindow.c
12756         * src/gtk/prefswindow.c
12757         * src/plugins/pgpmime/passphrase.c
12758         * src/plugins/pgpmime/prefs_gpg.c
12759                 More -Wall fixes
12760
12761         * src/common/Makefile.am
12762         * src/common/timing.h
12763                 Add basic timing code
12764
12765         * src/summaryview.c
12766                 Fix a bug with unread messages when 
12767                 re-sorting folders, and by the way
12768                 fix a big performance hit when 
12769                 re-sorting (10k mails: before 5s,
12770                 after .5s)
12771
12772         * src/prefs_compose_writing.c
12773         * src/prefs_compose_writing.h
12774         * src/prefs_message.c
12775         * src/prefs_message.h
12776         * src/prefs_other.c
12777         * src/prefs_other.h
12778         * src/prefs_quote.c
12779         * src/prefs_quote.h
12780         * src/prefs_receive.c
12781         * src/prefs_receive.h
12782         * src/prefs_send.c
12783         * src/prefs_send.h
12784         * src/prefs_summaries.c
12785         * src/prefs_summaries.h
12786                 Fix copyright banner
12787
12788 2005-06-01 [paul]       1.9.11cvs30
12789
12790         * po/fi.po
12791                 updated by Flammie Pirinen
12792         * src/procmime.c
12793                 fix 'Bad BASE64 content' output
12794
12795 2005-05-31 [colin]      1.9.11cvs29
12796
12797         * src/procmime.c
12798                 Oops, where did my hunk go.
12799
12800 2005-05-31 [colin]      1.9.11cvs28
12801
12802         * src/Makefile.am
12803         * src/account.c
12804         * src/action.c
12805         * src/addr_compl.c
12806         * src/addressbook.c
12807         * src/codeconv.c
12808         * src/compose.c
12809         * src/export.c
12810         * src/folder.c
12811         * src/folderview.c
12812         * src/image_viewer.c
12813         * src/main.c
12814         * src/mainwindow.c
12815         * src/messageview.c
12816         * src/mimeview.c
12817         * src/msgcache.c
12818         * src/prefs_account.c
12819         * src/prefs_actions.c
12820         * src/prefs_common.c
12821         * src/prefs_compose_writing.c
12822         * src/prefs_customheader.c
12823         * src/prefs_ext_prog.c
12824         * src/prefs_filtering.c
12825         * src/prefs_filtering_action.c
12826         * src/prefs_fonts.c
12827         * src/prefs_image_viewer.c
12828         * src/prefs_message.c
12829         * src/prefs_message.h
12830         * src/prefs_msg_colors.c
12831         * src/prefs_other.c
12832         * src/prefs_other.h
12833         * src/prefs_quote.c
12834         * src/prefs_receive.c
12835         * src/prefs_receive.h
12836         * src/prefs_send.c
12837         * src/prefs_send.h
12838         * src/prefs_spelling.c
12839         * src/prefs_summaries.c
12840         * src/prefs_summary_column.c
12841         * src/prefs_template.c
12842         * src/prefs_themes.c
12843         * src/prefs_toolbar.c
12844         * src/prefs_wrapping.c
12845         * src/procmime.c
12846         * src/procmsg.c
12847         * src/send_message.h
12848         * src/ssl_manager.c
12849         * src/summary_search.c
12850         * src/summaryview.c
12851         * src/textview.c
12852         * src/wizard.c
12853         * src/common/smtp.c
12854         * src/common/smtp.h
12855         * src/gtk/gtkutils.h
12856                 o Move the rest of Common prefs to new style
12857                 o Lots of -Wall warning fixes
12858                 o fix FIXME in cache memusage calculation
12859                 o Let return receipts be sent from any account
12860                 o Little cache optimisation (read)
12861                 o Fix bug #746 (don't treat commas as separators
12862                   when inside a quoted string)
12863
12864 2005-05-31 [paul]       1.9.11cvs27
12865
12866         * src/prefs_common.c
12867                 fix 'off-by-one' typo
12868
12869 2005-05-31 [paul]       1.9.11cvs26
12870
12871         * src/account.c
12872         * src/addr_compl.c
12873         * src/compose.c
12874         * src/foldersel.c
12875         * src/prefs_actions.c
12876         * src/prefs_common.c
12877         * src/prefs_common.h
12878         * src/prefs_customheader.c
12879         * src/prefs_display_header.c
12880         * src/prefs_filtering.c
12881         * src/prefs_filtering_action.c
12882         * src/prefs_matcher.c
12883         * src/prefs_summaries.c
12884         * src/prefs_summary_column.c
12885         * src/prefs_template.c
12886         * src/prefs_toolbar.c
12887         * src/ssl_manager.c
12888         * src/gtk/pluginwindow.c
12889         * src/gtk/prefswindow.c
12890         * src/gtk/progressdialog.c
12891                 add hidden prefs 'enable_rules_hint'
12892                 for gtk_tree_view_set_rules_hint()
12893                 (sync with main)
12894                 
12895
12896 2005-05-31 [colin]      1.9.11cvs25
12897
12898         * src/Makefile.am
12899         * src/main.c
12900         * src/prefs_common.c
12901         * src/prefs_summaries.c ** ADDED **
12902         * src/prefs_summaries.h ** ADDED **
12903                 Common/Display -> Display/Summaries
12904
12905 2005-05-31 [colin]      1.9.11cvs24
12906
12907         * src/Makefile.am
12908         * src/main.c
12909         * src/prefs_quote.c ** ADDED **
12910         * src/prefs_quote.h ** ADDED **
12911                 Move Common/Quote to Compose/Quoting
12912         * src/prefs_common.c
12913         * src/prefs_common.h
12914                 Remove old quote stuff, add
12915                 convenience functions for GtkTextView prefs
12916         * src/gtk/prefswindow.c
12917                 Set default height higher
12918
12919 2005-05-30 [colin]      1.9.11cvs23
12920
12921         * src/Makefile.am
12922         * src/main.c
12923         * src/prefs_common.c
12924         * src/prefs_compose_writing.c ** ADDED **
12925         * src/prefs_compose_writing.h ** ADDED **
12926                 Move Common/Compose prefs to Compose/Writing
12927
12928 2005-05-30 [colin]      1.9.11cvs22
12929
12930         * src/common/utils.c
12931                 Fix bug #651 (Confused Attract by Subject)
12932                 Patch by M. Benkmann <haferfrost@web.de>
12933         * AUTHORS
12934
12935 2005-05-30 [colin]      1.9.11cvs21
12936
12937         * src/compose.c
12938                 Fix concatenation of different headers of
12939                 the same type (bug #645)
12940         * src/prefs_folder_item.c
12941                 Fix bug #699 (setting color to black doesn't
12942                 work immediately)
12943         * src/procmime.c
12944                 Print out decoding error only once per
12945                 block
12946
12947 2005-05-30 [paul]       1.9.11cvs20
12948
12949         * src/common/template.c
12950                 fix Bcc
12951
12952 2005-05-30 [paul]       1.9.11cvs19
12953
12954         * doc/src/rfc2368.txt   **NEW FILE**
12955         * src/compose.c
12956                 compose_entries_set(): don't interpret Bcc
12957                 header field (conform to RFC 2368)
12958                 (sync with main)
12959
12960 2005-05-29 [colin]      1.9.11cvs18
12961
12962         * src/prefs_common.c
12963                 Let the default reply format respect
12964                 netiquette by cutting the signature.
12965
12966 2005-05-29 [colin]      1.9.11cvs17
12967
12968         * src/summaryview.c
12969                 Don't let always_show_msg override
12970                 open_unread_on_enter when opening a new
12971                 directory.
12972
12973 2005-05-27 [paul]       1.9.11cvs16
12974
12975         sync with main:
12976
12977         * src/main.c
12978                 app_will_exit(): cleanup tmp directory when exit
12979         * src/message_search.c
12980                 improved the interface and made code cleanup.
12981                 removed Clear button
12982         * src/send_message.c
12983                 send_message_local(): use GSpawn, and detect errors
12984         * src/summary_search.c
12985                 improved the interface and made code cleanup
12986         * src/textview.c
12987                 textview_write_link(): also skip non-ascii space
12988                  at the head of link strings (phishing check
12989                  didn't work at the case)
12990         * src/common/utils.c
12991                 get_command_output(): use g_spawn_command_line_sync()
12992                 instead of popen()
12993
12994 2005-05-26 [colin]      1.9.11cvs15
12995
12996         * src/folder.c
12997                 remove printf
12998
12999 2005-05-26 [colin]      1.9.11cvs14
13000
13001         * src/common/nntp.c
13002                 Fix nntp mode reader (bug #611)
13003                 Patch by Florian Mickler <florian@mickler.org>
13004
13005 2005-05-26 [colin]      1.9.11cvs13
13006
13007         * src/plugins/pgpmime/passphrase.c
13008                 Fix mouse grabbing (bug #557)
13009
13010 2005-05-26 [colin]      1.9.11cvs12
13011
13012         * src/prefs_themes.c
13013                 Fix g_warning (bug #541)
13014
13015 2005-05-26 [colin]      1.9.11cvs11
13016
13017         * src/prefs_actions.c
13018         * src/prefs_template.c
13019                 Fix bug #506 (no warning if action/template
13020                 is not saved)
13021         * src/common/template.c
13022                 Fix a possible crash
13023
13024 2005-05-26 [colin]      1.9.11cvs10
13025
13026         * src/folder.c
13027         * src/folderview.c
13028         * src/procmsg.c
13029         * src/summaryview.c
13030                 Forbid locked messages to be moved or
13031                 deleted. Locked messages in trashes 
13032                 still get deleted, for performance
13033                 reason (mh.c::mh_remove_all_msgs)
13034
13035 2005-05-25 [colin]      1.9.11cvs9
13036
13037         * src/procmime.c
13038                 Use correct encoding when sending mails
13039                 with attachments that have accentued 
13040                 chars in their name
13041
13042 2005-05-24 [colin]      1.9.11cvs8
13043
13044         * src/summaryview.c
13045                 Fix bug #688 f) read/unread marker not
13046                 changed on first click
13047                 Also, optimize summary_status_show()
13048                 calls
13049         * src/folder.c
13050         * src/inc.c
13051         * src/procmime.c
13052                 Fix bug #688 b) and c) wrt message
13053                 attachments and signature
13054         * src/stock_pixmap.c
13055         * src/stock_pixmap.h
13056         * src/stock_pixmap.c
13057         * src/stock_pixmap.h
13058         * src/Makefile.am
13059         * src/pixmaps/clip_gpg_signed.xpm
13060                 Add clip/signed icon
13061
13062 2005-05-24 [colin]      1.9.11cvs7
13063
13064         * src/folder_item_prefs.c
13065                 whitespace fix
13066
13067 2005-05-24 [colin]      1.9.11cvs6
13068
13069         * src/folderview.c
13070         * src/prefs_common.c
13071         * src/prefs_common.h
13072                 Add a confirmation to folder drag and drop
13073                 fixes bug #156
13074         * src/alertpanel.c
13075         * src/alertpanel.h
13076                 fix _with_disable parameters so that
13077                 the buttons labels are specifiable too
13078         * src/plugins/pgpmime/sgpgme.c
13079                 reflect said change
13080                 
13081
13082 2005-05-24 [colin]      1.9.11cvs5
13083
13084         * src/folderview.c
13085                 Uncollapse/collapse folders on double-click
13086                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
13087                 closes bug #108
13088
13089 2005-05-23 [colin]      1.9.11cvs4
13090
13091         * src/common/socket.c
13092                 Check another special SSL_peek() error.
13093                 Should help wrt bug #728
13094
13095 2005-05-23 [colin]      1.9.11cvs3
13096
13097         * src/plugins/pgpmime/pgpmime.c
13098                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
13099                 breaking menu accelerators and stuff. Users will have to
13100                 reselect "PGP MIME" instead of "PGP/MIME" in their 
13101                 account's privacy preferences if needed.
13102
13103 2005-05-22 [paul]
13104
13105         * tools/kdeservicemenu/install.sh
13106                 use kdesu to prompt for root password if doing
13107                 global install/uninstall
13108
13109 2005-05-20 [colin]      1.9.11cvs2
13110
13111         * src/procmsg.c
13112                 Fix another compilation error with gcc-2.9x
13113                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
13114         * src/send_message.c
13115                 Don't send QUIT if we aren't connected
13116
13117 2005-05-19 [colin]      1.9.11cvs1
13118
13119         * src/procmsg.c
13120                 Fix compilation with gcc 2.9x
13121
13122 2005-05-19 [paul]       1.9.11
13123
13124         1.9.11 released
13125
13126 2005-05-19 [paul]       1.9.9cvs14
13127
13128         * src/gtk/inputdialog.c
13129                 prevent gettext warning
13130
13131 2005-05-19 [paul]       1.9.9cvs13
13132
13133         * src/mainwindow.c
13134         * src/prefs_common.c
13135         * src/prefs_common.h
13136         * src/textview.c
13137         * src/textview.h
13138                 add an option to toggle cursor in message
13139                 view (sync with main)
13140
13141 2005-05-18 [colin]      1.9.9cvs12
13142
13143         * src/compose.c
13144                 Dereference freed pointer
13145         * src/gtk/gtkaspell.c
13146                 Fix duplication of dictionaries (is it an aspell issue?)
13147
13148 2005-05-18 [colin]      1.9.9cvs11
13149
13150         * src/gtk/inputdialog.c
13151         * src/gtk/gtkaspell.c
13152                 HIGuify dialogs
13153         * src/alertpanel.c
13154                 Remove a double call
13155
13156 2005-05-17 [colin]      1.9.9cvs10
13157
13158         * src/gtk/gtkaspell.c
13159                 Fix dialogs, Ctrl-Enter accel
13160
13161 2005-05-17 [colin]      1.9.9cvs9
13162
13163         * src/gtk/gtkaspell.c
13164                 Fix some accelerators, escape in replace-window
13165
13166 2005-05-16 [colin]      1.9.9cvs8
13167
13168         * src/gtk/gtkaspell.c
13169                 Revert last commit, it was a mistake.
13170
13171 2005-05-16 [colin]      1.9.9cvs7
13172
13173         * src/gtk/gtkaspell.c
13174                 Remove buggy code while we're at it. It's a 
13175                 dead code path anyway.
13176
13177 2005-05-16 [colin]      1.9.9cvs6
13178
13179         * src/gtk/gtkaspell.c
13180                 Missed some gtk_menu_popup where deactivate
13181                 signal should be handled. Should fix bug
13182                 #629 a bit more.
13183
13184 2005-05-16 [colin]      1.9.9cvs5
13185
13186         * src/gtk/gtkaspell.c
13187                 Remove debug printf()s
13188
13189 2005-05-16 [colin]      1.9.9cvs4
13190
13191         * src/gtk/gtkaspell.c
13192                 Fix a bit aspell problems
13193                 (see bug #629)
13194
13195 2005-05-13 [colin]      1.9.9cvs3
13196
13197         * src/folderview.c
13198                 Fix the + appearing even when no subfolders
13199                 have unread messages. Thanks to wwp for the
13200                 bug report.
13201
13202 2005-05-11 [paul]       1.9.9cvs2
13203
13204         * src/folderview.c
13205                 correction to 1.9.9cvs1, only colour folders that
13206                 have new msgs (not unread msgs)
13207
13208 2005-05-10 [colin]      1.9.9cvs1
13209
13210         * src/folderview.c
13211         * src/summaryview.c
13212                 Try to fix bolding bugs again.
13213
13214 2005-05-09 [paul]
13215
13216         * tools/claws.i18n.status.pl
13217                 add Ricardo Mones Lastra's script that has been providing
13218                 the i18n status page for many months
13219
13220 2005-05-09 [paul]       1.9.9
13221
13222         1.9.9 release
13223
13224 2005-05-09 [paul]       1.9.6cvs58
13225
13226         * AUTHORS
13227         * INSTALL
13228         * README.claws
13229                 updated
13230         * Makefile.am 
13231         * RELEASE_NOTES.claws
13232                 add release notes to cvs to simplify release
13233                 procedure
13234         * configure.ac
13235                 add ca and fi to ALL_LINGUAS
13236         * po/Makefile.in.in
13237                 workaround for missing Makevars
13238         * po/ca.po
13239         * po/fi.po
13240                 add new Catalan and Finnish translations
13241                 submitted by Miquel Oliete and Flammie Pirinen
13242         * po/de.po
13243         * po/es.po
13244         * po/fr.po
13245         * po/it.po
13246         * po/pl.po
13247         * po/ru.po
13248         * po/sk.po
13249         * po/sr.po
13250         * po/zh_CN.po
13251                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
13252                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
13253                 Urke MMI, and Hansom Young
13254         * src/main.c
13255                 Fix drafting when quitting. compose_draft() closes the
13256                 compose windows, which modifies the compose_list GSList.
13257                 We have to refresh this list after echo drafting to avoid a
13258                 segfault
13259         * src/partial_download.c
13260                 fix segfault on exit
13261
13262 2005-05-06 [paul]       1.9.6cvs57
13263
13264         * src/grouplistdialog.c
13265                 quick fix/workaround for unresizeable newsgroup
13266                 name column 
13267
13268 2005-05-06 [paul]       1.9.6cvs56
13269
13270         * src/inc.c
13271         * src/mainwindow.c
13272                 use gettext plural forms
13273         * src/imap_gtk.c
13274         * src/mh_gtk.c
13275         * src/toolbar.c
13276                 small improvement to english usage
13277
13278 2005-05-05 [thorsten]   1.9.6cvs55
13279
13280         * src/folder.c
13281                 fix possible crash
13282
13283 2005-05-05 [paul]       1.9.6cvs54
13284         
13285         sync with HEAD
13286
13287         * AUTHORS
13288         * src/compose.c
13289                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
13290                 patch by Tim Mann
13291
13292 2005-05-05 [paul]       1.9.6cvs53
13293
13294         * src/mainwindow.c
13295                 fix resizing of separate message and
13296                 folder views
13297
13298 2005-05-05 [paul]       1.9.6cvs52
13299
13300         * src/account.c
13301         * src/addrgather.c
13302         * src/browseldap.c
13303         * src/exphtmldlg.c
13304         * src/expldifdlg.c
13305         * src/importmutt.c
13306         * src/importpine.c
13307         * src/main.c
13308         * src/mainwindow.c
13309         * src/noticeview.c
13310         * src/prefs_filtering.c
13311         * src/prefs_filtering_action.c
13312         * src/prefs_matcher.c
13313         * src/prefs_spelling.c
13314         * src/prefs_toolbar.c
13315         * src/toolbar.c
13316         * src/wizard.c
13317         * src/gtk/description_window.c
13318         * src/gtk/gtkvscrollbutton.c
13319         * src/gtk/progressdialog.c
13320         * src/gtk/quicksearch.c
13321         * src/plugins/pgpmime/prefs_gpg.c
13322         * src/plugins/spamassassin/spamassassin_gtk.c
13323                 replace deprecated gtk_widget_set_usize
13324
13325 2005-05-04 [colin]      1.9.6cvs51
13326
13327         * src/common/utils.c
13328                 Fix crash when subst_for_filename is called
13329                 with a NULL parameter
13330
13331 2005-05-04 [colin]      1.9.6cvs50
13332
13333         * src/partial_download.c
13334         * src/pop.c
13335                 Escape login when writing uidl file
13336                 fixes bug #736
13337
13338 2005-05-03 [colin]      1.9.6cvs49
13339
13340         * src/procmime.c
13341                 Fix possible DOS in mime parser
13342                 (see bug #634)
13343
13344 2005-05-02 [colin]      1.9.6cvs48
13345
13346         * src/compose.c
13347                 Try to fix the copy/paste mess once again.
13348
13349
13350 2005-04-30 [colin]      1.9.6cvs47
13351
13352         * src/prefs_account.h
13353         * src/procmsg.c
13354         * src/send_message.c
13355         * src/common/smtp.c
13356         * src/common/smtp.h
13357                 Try to batch sending mails (per account) instead of
13358                 reconnecting to server every time.
13359
13360 2005-04-29 [colin]      1.9.6cvs46
13361
13362         * src/messageview.c
13363                 Fix window resizing that refused to size down
13364         * src/prefs_common.c
13365         * src/prefs_common.h
13366         * src/prefs_filtering.c
13367                 Save Filtering's window size
13368
13369 2005-04-21 [paul]       1.9.6cvs45
13370
13371         * ChangeLog-gtk2.claws
13372         * src/setup.c
13373                 correction to sync
13374
13375 2005-04-21 [paul]       1.9.6cvs44
13376
13377         sync with main:
13378
13379         * src/setup.c
13380         * src/statusbar.c
13381         * src/statusbar.h
13382                 use gtkut_widget_draw_now(). Improved performance
13383                 of the update of statusbar
13384         * src/textview.c
13385                 textview_smooth_scroll_do(): redraw it after scroll
13386                 is done (fixed incorrect display when a part of the
13387                 view is hidden).
13388         * src/gtk/gtkutils.c
13389         * src/gtk/gtkutils.h
13390                 gtkut_widget_draw_now(): use gdk_window_process_updates()
13391                 to force update of widgets.
13392                 Removed gtkut_widget_wait_for_draw() which had a big
13393                 overhead  because of waiting for all events processed 
13394
13395 2005-04-20 [paul]       1.9.6cvs43
13396
13397         * src/codeconv.c
13398                 complete 1.9.6cvs42's sync:
13399                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
13400
13401 2005-04-19 [paul]       1.9.6cvs42
13402
13403         sync with main:
13404
13405         * src/action.c
13406                 catch_output(): correctly select the insert text
13407                 (fix invalid iterator warnings).
13408         * src/codeconv.c
13409         * src/codeconv.h
13410         * src/mainwindow.c
13411         * src/messageview.c
13412         * src/prefs_common.c
13413                 support GBK encoding.
13414         * src/common/session.c
13415         * src/common/session.h
13416                 use separate buffer for large data to be sent,
13417                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
13418
13419 2005-04-18 [paul]       1.9.6cvs41
13420
13421         * src/jpilot.c
13422                 convert unsigned long into guint32
13423                 patch by Paul LeoNerd Evans 
13424
13425 2005-04-17 [colin]      1.9.6cvs40
13426
13427         * src/compose.c
13428                 Fix 'Request return receipt' from folder
13429                 properties (bug #708)
13430
13431 2005-04-17 [colin]      1.9.6cvs39
13432
13433         * src/mainwindow.c
13434                 Fix duplicate hotkeys in Mainwindow's menu
13435
13436 2005-04-17 [colin]      1.9.6cvs38
13437
13438         * src/folderview.c
13439                 Fix duplicate hotkeys in Folderview's contextual
13440                 menu
13441
13442 2005-04-15 [colin]      1.9.6cvs37
13443
13444         * src/summaryview.c
13445                 Fix 'Save as...' with non-ascii filenames
13446
13447 2005-04-15 [colin]      1.9.6cvs36
13448
13449         * src/plugins/pgpmime/pgpmime.c
13450                 Fix bus error on 64bit. Spotted by 
13451                 macallan1888@gmail.com
13452
13453 2005-04-15 [colin]      1.9.6cvs35
13454
13455         * src/prefs_account.c
13456                 Fix cvs34.
13457
13458 2005-04-12 [colin]      1.9.6cvs34
13459
13460         * src/prefs_account.c
13461                 Fix smtp auth type off-by-one. We forgot to
13462                 add PLAIN in the prefs-to-gui setter func and
13463                 as a result, the selected auth when opening
13464                 account prefs was not the correct one.
13465
13466 2005-04-12 [paul]       1.9.6cvs33
13467
13468         * src/inc.c
13469                 if the recv dialog is visible, Cancel only
13470                 cancels the current account
13471
13472
13473 2005-04-10 [colin]      1.9.6cvs32
13474
13475         * src/filtering.c
13476                 Copy score when copying FilteringActions
13477                 Fix bug #674
13478
13479 2005-04-10 [colin]      1.9.6cvs31
13480
13481         * src/inc.c
13482                 Make Message -> Receive -> Cancel cancel 
13483                 incorporation on all accounts. Fixes
13484                 bug #693
13485
13486 2005-04-10 [colin]      1.9.6cvs30
13487
13488         * src/prefs_account.c
13489                 Update Privacy checkbuttons status based
13490                 on the selected privacy system
13491         * src/compose.c
13492                 Always connect the "None" privacy system; the
13493                 static boolean was probably there to avoid
13494                 reconnecting twice in the same compose window,
13495                 but as the parent function is only called once
13496                 per compose, it's only a bug - as a static is
13497                 initialized once per application instance.
13498                 Also, don't uncheck Sign and Encrypt when
13499                 selecting None as privacy system; just ignore
13500                 them when sending/queuing.
13501                 Should fix bug #695
13502
13503 2005-04-08 [colin]      1.9.6cvs29
13504
13505         * src/account.c
13506         * src/prefs_account.c
13507         * src/prefs_account.h
13508                 Add account preference to queue message in a certain
13509                 folder.
13510
13511 2005-04-06 [colin]      1.9.6cvs28
13512
13513         * src/prefs_account.c
13514                 Update old inbox path syntax
13515
13516 2005-04-06 [paul]       1.9.6cvs27
13517
13518         sync with main:
13519
13520         * configure.ac
13521                 changed -traditional-cpp to -no-cpp-precomp for newer
13522                 Mac OS X support
13523         * src/foldersel.c
13524                 made column resize automatically
13525         * src/send_message.c
13526                 send_message_smtp(): consider EOF right after QUIT
13527                 successful (workaround for Gmail SMTP server)
13528         * src/common/socket.c
13529                 ssl_read(), ssl_peek(): check EOF which violates the
13530                 SSL protocol
13531         * src/gtk/colorlabel.c
13532                 removed warnings when displaying colorlabel menu
13533                 (don't use GtkAlignment)
13534
13535 2005-04-05 [paul]       1.9.6cvs26
13536
13537         * src/plugins/trayicon/trayicon.c
13538                 fix clipping of icon under KDE3 
13539
13540 2005-04-05 [paul]       1.9.6cvs25
13541
13542         * src/summaryview.c
13543                 hide display of threading
13544                 patch by Alfons
13545
13546 2005-04-04 [thorsten]   1.9.6cvs24
13547
13548         * src/mh.c
13549                 marks lost on filesystems with different stat() results on
13550                 summer-/wintertime
13551
13552 2005-04-03 [colin]      1.9.6cvs23
13553
13554         * src/summaryview.c
13555                 Don't handle up/down. Patch by Alfons
13556
13557 2005-04-02 [colin]      1.9.6cvs22
13558
13559         * src/summaryview.c
13560                 Make scrolling faster. Patch by Alfons.
13561
13562 2005-04-01 [colin]      1.9.6cvs21
13563
13564         * src/Makefile.am
13565         * src/stock_pixmap.c
13566         * src/pixmaps/dir-noselect.xpm ** REMOVED **
13567         * src/pixmaps/dir_noselect.xpm ** ADDED **
13568                 Fix pixmap name mismatch (Thanks Stephan Sachse)
13569
13570 2005-04-01 [colin]      1.9.6cvs20
13571
13572         * src/image_viewer.c
13573         * src/image_viewer.h
13574         * src/procmime.c
13575         * src/procmime.h
13576         * src/textview.c
13577         * src/textview.h
13578                 Implement inline image resizing and right-clicking
13579
13580 2005-04-01 [paul]       1.9.6cvs19
13581
13582         * AUTHORS
13583         * Makefile.am
13584         * configure.ac
13585                 check for gnome2
13586                 patch by Luca Cavalli <loopback<AT>slackit.org>
13587         * po/ru.po
13588                 updated by Pavlo Bohmat
13589
13590 2005-03-31 [colin]      1.9.6cvs18
13591
13592         * src/news.c
13593                 Fix parsing references
13594         * src/msgcache.c
13595                 don't put nulls in the references list
13596         * src/procheader.c
13597                 commit that forgotten file in 1.9.6cvs14
13598
13599 2005-03-31 [colin]      1.9.6cvs17
13600
13601         * src/compose.c
13602                 Fix joining of signature separator again. 
13603                 Maybe Hiro could put it in main too...
13604
13605 2005-03-31 [colin]      1.9.6cvs16
13606
13607         * src/Makefile.am
13608         * src/foldersel.c
13609         * src/stock_pixmap.c
13610         * src/stock_pixmap.h
13611         * src/pixmaps/dir-noselect.xpm
13612                 Update foldersel.c (sync from main, patch by Alfons)
13613
13614 2005-03-30 [colin]      1.9.6cvs15
13615
13616         * src/imap.c
13617                 Fix handling of imap folders containing [] in 
13618                 their name. Thanks to Nahuel Angelinetti for
13619                 the detailed bugreport.
13620
13621 2005-03-30 [colin]      1.9.6cvs14
13622
13623         * src/common/utils.h
13624         * src/common/utils.c
13625         * src/common/defs.h
13626         * src/matcher.c
13627         * src/msgcache.c
13628         * src/news.c
13629         * src/procmsg.c
13630         * src/procmsg.h
13631         * src/quote_fmt_parse.y
13632         * src/summaryview.c
13633                 Update references system. Patch by Alfons
13634
13635 2005-03-30 [colin]      1.9.6cvs13
13636
13637         * src/common/socket.c
13638                 Force the glibc to read resolv.conf again when 
13639                 it has changed. Should fix issues when changing
13640                 networks on a laptop and not restarting sylpheed. 
13641
13642 2005-03-30 [paul]       1.9.6cvs12
13643
13644         partial sync with main:
13645
13646         * src/action.c
13647                 create_io_dialog(): use user-defined text font
13648                 (thanks to Alfons), and modified its appearance.
13649         * src/addrgather.c
13650         * src/addrharvest.c
13651         * src/browseldap.c
13652                 replace old code
13653         * src/compose.c
13654                 don't join (presumably) itemized lines on line-wrapping
13655                 fixed wrapping of quote when auto-wrapping is enabled
13656                 compose_destroy(): destroy paned only if it's not
13657                 attached to window. Fixed memory leak of popup menu.
13658         * src/exphtmldlg.c
13659         * src/expldifdlg.c
13660                 replace old code
13661         * src/html.c
13662         * src/html.h
13663         * src/importmutt.c
13664         * src/importpine.c
13665                 replace old code
13666         * src/main.c
13667                 removed redundant code
13668         * src/mainwindow.c
13669                 changed 'Code set' (which is rather incorrect)
13670                 in the menu to 'Character encoding'
13671                 main_window_set_widgets(): request size first
13672                 to prevent window size becoming wrong
13673                 fixed remembering of the state of the visibility
13674                 of MessageView
13675         * src/messageview.c
13676                 changed 'Code set' (which is rather incorrect)
13677                 in the menu to 'Character encoding'
13678         * src/prefs_common.c
13679         * src/prefs_common.h
13680                 added an option whether to render HTML as text or not
13681                 added separators to outgoing encoding menu
13682         * src/procheader.c
13683                 procheader_scan_date_string(): support header
13684                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
13685         * src/summaryview.c
13686         * src/summaryview.h
13687                 minor code cleanup
13688         * src/textview.c
13689                 textview_show_html(): force output of newline
13690                 added an option whether to render HTML as text or not
13691         * src/common/utils.c
13692                 strncpy2(): optimized based on Alfons' code
13693         * src/gtk/gtkutils.c
13694         * src/gtk/gtkutils.h
13695                 removed non-used code
13696         * src/plugins/pgpmime/passphrase.c
13697                 partially fixed grab input of passphrase dialog
13698                 Confine pointer to window
13699
13700 2005-03-30 [colin]      1.9.6cvs11
13701
13702         * src/msgcache.c
13703         * src/msgcache.h
13704                 Read/write 32bit ints from cache & marks
13705                 From main.
13706
13707 2005-03-29 [paul]       1.9.6cvs10
13708
13709         * AUTHORS
13710         * ChangeLog.claws
13711         * src/compose.c
13712         * src/gtk/gtkaspell.c
13713                 sync with HEAD (don't pass NULL pointers) 
13714
13715 2005-03-24 [paul]
13716
13717         * tools/Makefile.am
13718         * tools/README
13719         * tools/acroread2sylpheed.pl
13720                 sync with HEAD (add script to send pdfs as
13721                 attachments from Adobe Reader 7)
13722
13723 2005-03-21 [paul]       1.9.6cvs9
13724
13725         * configure.ac
13726         * po/POTFILES.in
13727         * src/Makefile.am
13728         * src/crash.c
13729         * src/image_viewer.c ** ADDED **
13730         * src/image_viewer.h ** ADDED **
13731         * src/main.c
13732         * src/prefs_common.c
13733         * src/prefs_common.h
13734         * src/prefs_image_viewer.c ** ADDED **
13735         * src/prefs_image_viewer.h ** ADDED **
13736         * src/textview.c
13737         * src/gtk/about.c
13738         * src/pixmaps/sylpheed_logo.xpm
13739         * src/plugins/Makefile.am
13740         * src/plugins/image_viewer/.cvsignore ** REMOVED **
13741         * src/plugins/image_viewer/Makefile.am ** REMOVED **
13742         * src/plugins/image_viewer/plugin.c ** REMOVED **
13743         * src/plugins/image_viewer/viewer.c ** REMOVED **
13744         * src/plugins/image_viewer/viewer.glade ** REMOVED **
13745         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
13746         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
13747         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
13748         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
13749                 as gdk-pixbuf is now built-in
13750                 remove image_viewer plugin and put code back into
13751                 main codebase
13752                 implement inline image display (sync with main)
13753
13754                 replace logo with newer, nicer, larger version  
13755
13756 2005-03-21 [paul]       1.9.6cvs8
13757
13758         * src/gtk/about.c
13759                 cosmetic improvement
13760
13761 2005-03-21 [holger]     1.9.6cvs7
13762
13763         * src/plugins/spamassassin/spamassassin.c
13764                 Sync with HEAD
13765                 (unregister hook on failed plugin init)
13766
13767 2005-03-20 [colin]      1.9.6cvs6
13768
13769         * src/common/plugin.c
13770                 Check that plugin isn't already loaded
13771                 Patch by Alfons
13772
13773 2005-03-20 [thorsten]   1.9.6cvs5
13774
13775         * src/compose.c
13776                 use a more compatible syntax
13777
13778 2005-03-20 [thorsten]   1.9.6cvs4
13779
13780         * src/prefs_toolbar.c
13781                 fix crash when selecting toolbar item (uninitialized pointer)
13782
13783 2005-03-20 [thorsten]   1.9.6cvs3
13784
13785         * src/procmime.c
13786                 fix mimetype detection (referenced free()d string)
13787
13788 2005-03-20 [paul]       1.9.6cvs2
13789
13790         * src/compose.c
13791                 sync with HEAD (1.0.3cvs5)
13792                 neglect Reply-To header if empty
13793                 Patch by Alfons 
13794
13795 2005-03-19 [holger]     1.9.6cvs1
13796
13797         * src/summaryview.c
13798         * src/summaryview.h
13799                 Sync with HEAD
13800
13801 2005-03-18 [paul]       1.9.6
13802
13803         initial GTK2 release
13804
13805 2005-03-18 [paul]       1.0.3cvs3.1
13806
13807         * AUTHORS
13808         * ChangeLog.claws
13809         * configure.ac
13810         * src/gtk/about.c
13811         * src/pixmaps/sylpheed_logo.xpm
13812                 sync with HEAD
13813
13814 2005-03-18 [colin]      1.0.3cvs2.6
13815
13816         * src/summaryview.c
13817                 Remove call to summary_step in summary_copy_selected_to
13818                 Can't see its purpose, and this causes bug when copying
13819                 a message if the next one is unread: it reads it.
13820
13821 2005-03-18 [paul]       1.0.3cvs2.5
13822
13823         * src/foldersel.c
13824                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
13825
13826 2005-03-18 [paul]       1.0.3cvs2.4
13827
13828         * src/addrharvest.c
13829         * src/codeconv.c
13830         * src/codeconv.h
13831         * src/compose.c
13832         * src/news.c
13833         * src/procheader.c
13834         * src/procmime.c
13835         * src/unmime.c
13836         * src/unmime.h
13837                 fix buffer overflow, CAN-2005-0667, see
13838                 http://secunia.com/advisories/14491/
13839                 Patch by Alfons
13840
13841 2005-03-17 [colin]      1.0.3cvs2.3
13842
13843         * src/prefs_fonts.c
13844         * src/summaryview.c
13845                 Fix font bugs (both lists now officialy share 
13846                 the same font)
13847                 
13848
13849 2005-03-17 [paul]       1.0.3cvs2.2
13850
13851         * src/gtk/pluginwindow.c
13852                 make plugin descriptions uneditable
13853
13854 2005-03-11 [paul]       1.0.3cvs2.1
13855
13856         * ChangeLog.claws
13857         * configure.ac
13858         * po/POTFILES.in
13859         * src/plugins/trayicon/trayicon.c
13860                 sync with HEAD
13861                 add src/wizard.c to POTFILES.in
13862
13863 2005-03-11 [paul]       1.0.3cvs1.1
13864
13865         * ChangeLog
13866         * ChangeLog.claws
13867         * configure.ac
13868         * po/de.po
13869         * po/es.po
13870         * po/fr.po
13871         * po/it.po
13872         * po/pt_BR.po
13873         * po/ru.po
13874         * po/sk.po
13875         * po/sr.po
13876         * po/zh_CN.po
13877                 sync with HEAD
13878
13879 2005-03-04 [colin]      1.0.1cvs22.2
13880
13881         * src/compose.c
13882                 Fix signatures with accentued chars in it
13883
13884 2005-03-04 [colin]      1.0.1cvs22.1
13885
13886         * src/common/smtp.c
13887         * src/common/smtp.h
13888                 Don't use SIZE param in MAIL FROM: if server 
13889                 doesn't support it. Patch by Eugen Freiter
13890                 <eugen_f@users.sf.net>
13891
13892 2005-02-27 [paul]       1.0.1cvs20.1
13893
13894         * ChangeLog.claws
13895         * configure.ac
13896         * src/messageview.c
13897                 sync with HEAD
13898
13899 2005-02-27 [colin]      1.0.1cvs19.4
13900
13901         * src/procheader.c
13902         * src/procheader.h
13903                 Fix prototypes. Patch by Alfons
13904
13905 2005-02-27 [colin]      1.0.1cvs19.3
13906
13907         * src/compose.c
13908                 Don't auto-join the signature separator.
13909
13910 2005-02-26 [colin]      1.0.1cvs19.2
13911
13912         * src/summaryview.c
13913                 Fix 'mark all read' with collapsed threads.
13914                 Patch by Alfons.
13915
13916 2005-02-25 [paul]       1.0.1cvs19.1
13917
13918         * ChangeLog.claws
13919         * configure.ac
13920         * src/prefs_account.c
13921         * src/prefs_folder_item.c
13922         * src/gtk/prefswindow.c
13923         * src/gtk/prefswindow.h
13924                 sync with HEAD
13925
13926 2005-02-25 [paul]       1.0.1cvs15.12
13927
13928         * src/alertpanel.c
13929         * src/codeconv.c
13930         * src/compose.c
13931         * src/textview.c
13932         * src/gtk/gtkutils.c
13933         * src/gtk/gtkutils.h
13934         * src/gtk/logwindow.c
13935         * src/gtk/progressdialog.c
13936                 sync with main (revision 127)
13937                 and fix logwindow clipping
13938
13939 2005-02-24 [colin]      1.0.1cvs15.11
13940
13941         * src/plugins/pgpmime/passphrase.c
13942                 Disable input grabbing; it doesn't work yet.
13943
13944 2005-02-24 [colin]      1.0.1cvs15.10
13945
13946         * src/messageview.c
13947                 Don't send out receipts if offline. Ask.
13948
13949 2005-02-23 [colin]      1.0.1cvs15.9
13950
13951         * src/summaryview.c     
13952                 Fix expanding
13953
13954 2005-02-23 [colin]      1.0.1cvs15.8
13955
13956         * src/summaryview.c
13957                 Really fix Bug 568 by removing useless
13958                 calls. summary_thread_init() now called
13959                 in summary_sort(). This should please
13960                 Alfons as it should be faster than 
13961                 previously.
13962
13963 2005-02-23 [colin]      1.0.1cvs15.7
13964
13965         * src/compose.c
13966                 Encode parts as QP or B64 if signing
13967
13968 2005-02-23 [colin]      1.0.1cvs15.6
13969
13970         * src/compose.c
13971                 Fix Mimeinfo leakage (including tmp files)
13972         * src/procmsg.c
13973                 Fix tmp file leakage (spotted by Ivan Rayner)
13974
13975 2005-02-22 [colin]      1.0.1cvs15.5
13976
13977         * src/expldifdlg.c
13978                 Fix keyboard input. Patch by Alfons.
13979
13980 2005-02-21 [colin]      1.0.1cvs15.4
13981
13982         * src/compose.c
13983                 Fix Sign/Encrypt when unselecting privacy
13984                 system
13985         * src/prefs_common.c
13986                 Change default message font to Monospace
13987         * src/summaryview.c
13988                 More freezing during potentially large operations
13989
13990 2005-02-21 [paul]       1.0.1cvs15.3
13991
13992         * src/main.c
13993                 fix --help output
13994
13995 2005-02-21 [paul]       1.0.1cvs15.2
13996
13997         * po/Makefile.in.in
13998         * src/compose.c
13999         * src/summaryview.c
14000         * src/textview.c
14001         * src/common/utils.c
14002         * src/common/utils.h
14003                 sync with main (revision 117)
14004
14005 2005-02-20 [colin]      1.0.1cvs15.1
14006
14007         * src/common/defs.h
14008                 Change cache file to .sylpheed_claws_cache, as
14009                 suggested by Alfons. Allows people to switch
14010                 between Sylpheed and Sylpheed-Claws. it is
14011                 a good idea to "Check for new messages" at next
14012                 startup.
14013
14014
14015 2005-02-18 [colin]      1.0.1cvs14.1
14016
14017         * src/quote_fmt_lex.l
14018         * src/quote_fmt_parse.y
14019                 Fix parser initialisation. Patch by Ivan.
14020
14021 2005-02-18 [colin]      1.0.1cvs11.6
14022
14023         * src/folderview.c
14024                 Fix scrolldown (bug 662)
14025
14026 2005-02-17 [colin]      1.0.1cvs11.5
14027
14028         * src/codeconv.c
14029                 conv_filename_to_utf8: return clean 7bit instead
14030                 of broken utf8 if needed
14031         * src/mimeview.c
14032                 Fix display of parts with unclean 8bit names
14033
14034 2005-02-17 [paul]       1.0.1cvs11.4
14035
14036         * src/compose.c
14037         * src/exportldif.c
14038         * src/matcher_parser_parse.y
14039         * src/procmime.c
14040         * src/sourcewindow.c
14041         * src/common/Makefile.am
14042         * src/common/intl.h             ** REMOVED **
14043         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14044                 sync with main (revision 109)
14045                 and clean up
14046
14047 2005-02-16 [colin]      1.0.1cvs11.3
14048
14049         * src/summaryview.c
14050                 Fix collapsed thread not highlighting when new
14051                 messages in it (Bug 568) Patch by Stephan Sachse.
14052                 Fix messed up selection when reaching bounds (Bug 632)
14053         * src/prefs_themes.c
14054                 Fix theme installing (Bug 684)
14055
14056 2005-02-16 [colin]      1.0.1cvs11.2
14057
14058         * src/messageview.c
14059                 Fix messageview_select_all
14060
14061 2005-02-16 [colin]      1.0.1cvs11.1
14062
14063         * src/mh.c
14064                 Sync with HEAD (MH scan required function)
14065
14066 2005-02-15 [colin]      1.0.1cvs8.1
14067
14068         * src/mimeview.c
14069         * src/common/utils.c
14070                 Sync with HEAD (filename chars substitution)
14071
14072 2005-02-15 [colin]      1.0.1cvs7.3
14073
14074         * src/gtk/pluginwindow.c
14075                 Fix button spacing
14076
14077 2005-02-15 [colin]      1.0.1cvs7.2
14078
14079         * src/mimeview.c
14080                 Fix mime icons not reset across message when
14081                 scrolled down
14082
14083 2005-02-15 [colin]      1.0.1cvs7.1
14084
14085         * src/compose.c
14086         * src/procmime.c
14087                 Sync with HEAD (optimisation of cvs6)
14088
14089 2005-02-14 [colin]      1.0.1cvs6.1
14090
14091         * src/compose.c
14092         * src/procmime.c
14093                 Sync with HEAD (encode "From " at line beginning)
14094
14095 2005-02-14 [colin]      1.0.1cvs5.3
14096
14097         * src/compose.c
14098                 Fix wrapping with accentued chars.
14099
14100 2005-02-13 [colin]      1.0.1cvs5.2
14101
14102         * src/textview.c
14103                 Fix email informative part parsing with
14104                 accentued chars in it. ispunct() returns
14105                 true for them in utf8...
14106
14107 2005-02-12 [colin]      1.0.1cvs5.1
14108
14109         * src/filtering.c
14110                 Sync with HEAD (remove wrong use of compose after send)
14111
14112 2005-02-12 [paul]       1.0.1cvs4.5
14113
14114         * src/textview.c
14115                 remove unnecessary code (thanks to Alfons)
14116
14117 2005-02-12 [paul]       1.0.1cvs4.4
14118
14119         * src/textview.c
14120                 add 'Copy' to contextual menu on emails
14121
14122 2005-02-11 [colin]      1.0.1cvs4.3
14123
14124         * src/compose.c
14125                 revert 1.0.0cvs28.2, it doesn't work that well.
14126
14127 2005-02-11 [paul]       1.0.1cvs4.2
14128
14129         * po/Makefile.in.in
14130                 fix 'make release'
14131
14132 2005-02-10 [paul]       1.0.1cvs4.1
14133
14134         * ChangeLog
14135         * ChangeLog.claws
14136         * ChangeLog.jp
14137         * configure.ac
14138         * src/compose.c
14139                 sync with HEAD (sync with main)
14140
14141 2005-02-10 [paul]       1.0.1cvs3.2
14142
14143         * AUTHORS
14144         * Makefile.am
14145         * autogen.sh
14146         * configure.ac
14147         * config/mkinstalldirs
14148         * intl/.cvsignore
14149         * intl/ChangeLog
14150         * intl/VERSION
14151         * intl/bindtextdom.c
14152         * intl/config.charset
14153         * intl/dcgettext.c
14154         * intl/dcigettext.c
14155         * intl/dcngettext.c
14156         * intl/dgettext.c
14157         * intl/dngettext.c
14158         * intl/eval-plural.h
14159         * intl/explodename.c
14160         * intl/finddomain.c
14161         * intl/gettext.c
14162         * intl/gettextP.h
14163         * intl/gmo.h
14164         * intl/hash-string.h
14165         * intl/intl-compat.c
14166         * intl/l10nflist.c
14167         * intl/libgnuintl.h.in
14168         * intl/loadinfo.h
14169         * intl/loadmsgcat.c
14170         * intl/localcharset.c
14171         * intl/localcharset.h
14172         * intl/locale.alias
14173         * intl/localealias.c
14174         * intl/localename.c
14175         * intl/log.c
14176         * intl/ngettext.c
14177         * intl/os2compat.c
14178         * intl/os2compat.h
14179         * intl/osdep.c
14180         * intl/plural-exp.c
14181         * intl/plural-exp.h
14182         * intl/plural.c
14183         * intl/plural.y
14184         * intl/ref-add.sin
14185         * intl/ref-del.sin
14186         * intl/relocatable.c
14187         * intl/relocatable.h
14188         * intl/textdomain.c
14189         * m4/Makefile.am
14190         * po/Makefile.in.in
14191         * src/Makefile.am
14192         * src/account.c
14193         * src/action.c
14194         * src/addr_compl.c
14195         * src/addressadd.c
14196         * src/addressbook.c
14197         * src/addrgather.c
14198         * src/addrindex.c
14199         * src/alertpanel.c
14200         * src/browseldap.c
14201         * src/codeconv.c
14202         * src/codeconv.h
14203         * src/compose.c
14204         * src/compose.h
14205         * src/crash.c
14206         * src/editaddress.c
14207         * src/editbook.c
14208         * src/editgroup.c
14209         * src/editjpilot.c
14210         * src/editldap.c
14211         * src/editldap_basedn.c
14212         * src/editvcard.c
14213         * src/exphtmldlg.c
14214         * src/expldifdlg.c
14215         * src/export.c
14216         * src/exporthtml.c
14217         * src/filtering.c
14218         * src/folder.c
14219         * src/folder_item_prefs.c
14220         * src/foldersel.c
14221         * src/folderview.c
14222         * src/grouplistdialog.c
14223         * src/headerview.c
14224         * src/imap.c
14225         * src/imap_gtk.c
14226         * src/import.c
14227         * src/importldif.c
14228         * src/importmutt.c
14229         * src/importpine.c
14230         * src/inc.c
14231         * src/ldif.c
14232         * src/main.c
14233         * src/mainwindow.c
14234         * src/matcher.c
14235         * src/mbox.c
14236         * src/message_search.c
14237         * src/messageview.c
14238         * src/mh.c
14239         * src/mh_gtk.c
14240         * src/mimeview.c
14241         * src/msgcache.c
14242         * src/news.c
14243         * src/news_gtk.c
14244         * src/noticeview.c
14245         * src/partial_download.c
14246         * src/pop.c
14247         * src/prefs_account.c
14248         * src/prefs_actions.c
14249         * src/prefs_common.c
14250         * src/prefs_customheader.c
14251         * src/prefs_display_header.c
14252         * src/prefs_ext_prog.c
14253         * src/prefs_filtering.c
14254         * src/prefs_filtering_action.c
14255         * src/prefs_folder_item.c
14256         * src/prefs_fonts.c
14257         * src/prefs_gtk.c
14258         * src/prefs_matcher.c
14259         * src/prefs_msg_colors.c
14260         * src/prefs_spelling.c
14261         * src/prefs_summary_column.c
14262         * src/prefs_template.c
14263         * src/prefs_themes.c
14264         * src/prefs_toolbar.c
14265         * src/prefs_wrapping.c
14266         * src/privacy.c
14267         * src/procheader.c
14268         * src/procmime.c
14269         * src/procmsg.c
14270         * src/quote_fmt.c
14271         * src/recv.c
14272         * src/send_message.c
14273         * src/setup.c
14274         * src/sourcewindow.c
14275         * src/ssl_manager.c
14276         * src/statusbar.c
14277         * src/summary_search.c
14278         * src/summaryview.c
14279         * src/textview.c
14280         * src/toolbar.c
14281         * src/wizard.c
14282         * src/common/nntp.c
14283         * src/common/plugin.c
14284         * src/common/smtp.c
14285         * src/common/ssl.c
14286         * src/common/ssl_certificate.c
14287         * src/common/string_match.c
14288         * src/common/sylpheed.c
14289         * src/common/template.c
14290         * src/common/utils.c
14291         * src/gtk/about.c
14292         * src/gtk/colorlabel.c
14293         * src/gtk/description_window.c
14294         * src/gtk/filesel.c
14295         * src/gtk/foldersort.c
14296         * src/gtk/gtkaspell.c
14297         * src/gtk/gtkutils.c
14298         * src/gtk/inputdialog.c
14299         * src/gtk/logwindow.c
14300         * src/gtk/menu.c
14301         * src/gtk/pluginwindow.c
14302         * src/gtk/prefswindow.c
14303         * src/gtk/progressdialog.c
14304         * src/gtk/quicksearch.c
14305         * src/gtk/sslcertwindow.c
14306         * src/plugins/clamav/clamav_plugin.c
14307         * src/plugins/clamav/clamav_plugin_gtk.c
14308         * src/plugins/demo/demo.c
14309         * src/plugins/dillo_viewer/dillo_prefs.c
14310         * src/plugins/dillo_viewer/dillo_viewer.c
14311         * src/plugins/image_viewer/plugin.c
14312         * src/plugins/image_viewer/viewer.c
14313         * src/plugins/image_viewer/viewerprefs.c
14314         * src/plugins/mathml_viewer/mathml_viewer.c
14315         * src/plugins/pgpmime/passphrase.c
14316         * src/plugins/pgpmime/plugin.c
14317         * src/plugins/pgpmime/prefs_gpg.c
14318         * src/plugins/pgpmime/select-keys.c
14319         * src/plugins/pgpmime/sgpgme.c
14320         * src/plugins/spamassassin/spamassassin.c
14321         * src/plugins/spamassassin/spamassassin_gtk.c
14322         * src/plugins/trayicon/trayicon.c
14323                 sync with main (revision 104)
14324
14325 2005-02-10 [colin]      1.0.1cvs3.1
14326
14327         * src/mainwindow.c
14328                 Sync with HEAD (fix occasional crasher)
14329
14330 2005-02-10 [colin]      1.0.1cvs2.1
14331
14332         * src/messageview.c
14333                 Synw with HEAD (don't automatically display html)
14334
14335 2005-02-09 [colin]      1.0.1cvs1.3
14336
14337         * src/textview.c
14338         * src/textview.h
14339                 Add contextual menu on emails
14340
14341 2005-02-09 [colin]      1.0.1cvs1.2
14342
14343         * src/codeconv.c
14344                 Fix converting from broken headers and 
14345                 put back the _ in missing places
14346                 (feature broke with cvs24.2 sync, main 
14347                  possibly affected?)
14348
14349 2005-02-09 [colin]      1.0.1cvs1.1
14350
14351         * src/messageview.c
14352         * src/mimeview.c
14353         * src/mimeview.h
14354                 Sync with HEAD (display non text/plain mails with plugin)
14355
14356 2005-02-08 [colin]      1.0.1.1
14357
14358         * ChangeLog.claws
14359         * po/pt_BR.po
14360                 Sync with HEAD
14361         * configure.ac
14362                 Make default configuration directory 
14363                 be .sylpheed-gtk2
14364
14365 2005-02-08 [colin]      1.0.0cvs29.1
14366
14367         * po/de.po
14368         * po/es.po
14369         * po/fr.po
14370         * po/it.po
14371         * po/sk.po
14372         * po/sr.po
14373                 Sync translations with HEAD
14374
14375 2005-02-06 [colin]      1.0.0cvs28.3
14376
14377         * src/compose.c
14378                 Make compose a bit faster - patch by Alfons.
14379
14380 2005-02-06 [colin]      1.0.0cvs28.2
14381
14382         * src/compose.c
14383                 Make pasting via middle-click more reliable
14384
14385 2005-02-05 [paul]       1.0.0cvs28.1
14386
14387         * ChangeLog
14388         * ChangeLog.claws
14389         * ChangeLog.jp
14390         * configure.ac
14391         * src/compose.c
14392                 sync with HEAD
14393                 (fix bug 682 'redirect is broken'
14394
14395 2005-02-05 [torte]      1.0.0cvs27.1
14396
14397         * ChangeLog.claws
14398         * configure.ac
14399         * src/partial_download.c
14400                 Sync with HEAD (fix buf overflow)
14401
14402 2005-02-03 [colin]      1.0.0cvs26.1
14403
14404         * src/common/plugin.c
14405                 Sync with HEAD (avoid plugin mismatches)
14406
14407 2005-02-03 [paul]       1.0.0cvs25.3
14408
14409         * src/folderview.c
14410         * src/headerview.c
14411         * src/summaryview.c
14412         * src/textview.c
14413         * src/gtk/colorlabel.c
14414                 third and final part of initial sync with main-gtk2
14415
14416 2005-02-03 [paul]       1.0.0cvs25.2
14417
14418         * src/jpilot.c
14419                 fix building with jpilot support
14420
14421 2005-02-02 [colin]      1.0.0cvs25.1
14422
14423         * src/messageview.c
14424                 Sync with HEAD (fix dangerous typo)
14425
14426 2005-02-01 [colin]      1.0.0cvs24.3
14427
14428         * src/common/xml.c
14429                 Write file as advertised (UTF-8)
14430
14431 2005-02-01 [paul]       1.0.0cvs24.2
14432
14433         * src/addrbook.c
14434         * src/addrindex.c
14435         * src/alertpanel.h
14436         * src/codeconv.c
14437         * src/codeconv.h
14438         * src/compose.c
14439         * src/export.c
14440         * src/folder_item_prefs.c
14441         * src/html.c
14442         * src/imap.c
14443         * src/import.c
14444         * src/jpilot.c
14445         * src/mainwindow.c
14446         * src/matcher_parser_lex.l
14447         * src/messageview.c
14448         * src/mh.c
14449         * src/prefs_account.c
14450         * src/prefs_actions.c
14451         * src/prefs_common.c
14452         * src/prefs_gtk.c
14453         * src/prefs_gtk.h
14454         * src/prefs_themes.c
14455         * src/procheader.c
14456         * src/procmime.c
14457         * src/sourcewindow.c
14458         * src/statusbar.c
14459         * src/summaryview.c
14460         * src/textview.c
14461         * src/toolbar.c
14462         * src/unmime.c
14463         * src/common/template.c
14464         * src/common/utils.c
14465         * src/common/xml.c
14466         * src/common/xml.h
14467         * src/gtk/gtkaspell.c
14468         * src/plugins/clamav/clamav_plugin.c
14469         * src/plugins/dillo_viewer/dillo_prefs.c
14470         * src/plugins/image_viewer/viewerprefs.c
14471         * src/plugins/pgpmime/passphrase.c
14472         * src/plugins/pgpmime/prefs_gpg.c
14473         * src/plugins/pgpmime/select-keys.c
14474         * src/plugins/spamassassin/spamassassin.c
14475                 second part of initial sync with main-gtk2
14476                 (more to follow)
14477
14478 2005-01-31 [colin]      1.0.0cvs24.1
14479
14480         * src/compose.c
14481                 Sync with HEAD
14482
14483 2005-01-29 [paul]       1.0.0cvs23.2
14484
14485         * src/account.c
14486         * src/action.c
14487         * src/addressadd.c
14488         * src/addressbook.c
14489         * src/alertpanel.c
14490         * src/compose.c
14491         * src/editaddress.c
14492         * src/editbook.c
14493         * src/editgroup.c
14494         * src/editjpilot.c
14495         * src/editldap.c
14496         * src/editldap_basedn.c
14497         * src/editvcard.c
14498         * src/export.c
14499         * src/foldersel.c
14500         * src/grouplistdialog.c
14501         * src/import.c
14502         * src/importldif.c
14503         * src/inc.c
14504         * src/main.c
14505         * src/mainwindow.c
14506         * src/message_search.c
14507         * src/messageview.c
14508         * src/mimeview.c
14509         * src/prefs_actions.c
14510         * src/prefs_common.c
14511         * src/prefs_common.h
14512         * src/prefs_customheader.c
14513         * src/prefs_display_header.c
14514         * src/prefs_filtering.c
14515         * src/prefs_filtering_action.c
14516         * src/prefs_gtk.c
14517         * src/prefs_matcher.c
14518         * src/prefs_summary_column.c
14519         * src/prefs_template.c
14520         * src/sourcewindow.c
14521         * src/summary_search.c
14522         * src/summaryview.c
14523         * src/textview.c
14524         * src/gtk/about.c
14525         * src/gtk/description_window.c
14526         * src/gtk/gtkshruler.c
14527         * src/gtk/gtkutils.c
14528         * src/gtk/gtkutils.h
14529         * src/gtk/inputdialog.c
14530         * src/gtk/logwindow.c
14531         * src/gtk/prefswindow.c
14532         * src/gtk/progressdialog.c
14533         * src/gtk/progressdialog.h
14534                 first part of initial sync with main-gtk2
14535                 (more to follow)
14536
14537 2005-01-28 [colin]      1.0.0cvs23.1
14538
14539         * src/folderview.c
14540                 Sync with HEAD
14541
14542 2005-01-27 [colin]      1.0.0cvs21.1
14543
14544         * src/folder.c
14545         * src/folderview.c
14546                 Sync with HEAD
14547
14548 2005-01-27 [colin]      1.0.0cvs19.1
14549
14550         * src/procmime.c
14551                 Sync with HEAD
14552
14553 2005-01-27 [colin]      1.0.0cvs18.1
14554
14555         * src/messageview.c
14556         * src/summaryview.c
14557         * src/mainwindow.c
14558         * src/compose.c
14559         * src/compose.h
14560         * src/procmsg.c
14561         * src/procmsg.h
14562         * src/toolbar.c
14563                 Sync with HEAD
14564
14565 2005-01-26 [paul]       1.0.0cvs15.2
14566
14567         * src/compose.c
14568                 compose_entries_set(): convert subject and body to
14569                 utf8 if necessary. patch by Felix Eckhofer
14570
14571 2005-01-26 [paul]       1.0.0cvs15.1
14572
14573         * configure.ac
14574         * src/common/template.c
14575                 sync with HEAD (fix memory leak)
14576
14577 2005-01-25 [paul]       1.0.0cvs14.1
14578
14579         * configure.ac
14580         * src/compose.c
14581                 sync with HEAD
14582
14583 2005-01-24 [colin]      1.0.0cvs13.1
14584
14585         * src/summaryview.c
14586                 Sync with HEAD
14587
14588 2005-01-24 [paul]       1.0.0cvs12.1
14589
14590         * configure.ac
14591         * src/messageview.c
14592         * src/mh.c
14593         * src/common/utils.c
14594                 sync with HEAD
14595
14596 2005-01-24 [colin]      1.0.0cvs11.1
14597
14598         * src/procheader.c
14599                 Sync with HEAD
14600
14601 2005-01-24 [colin]      1.0.0cvs10.1
14602
14603         * src/folderview.c
14604                 Sync with HEAD
14605
14606 2005-01-23 [colin]      1.0.0cvs9.1
14607
14608         * src/crash.c
14609                 Sync with HEAD
14610
14611 2005-01-22 [colin]      1.0.0cvs8.1
14612
14613         * src/summaryview.c
14614         * src/gtk/quicksearch.c
14615                 Sync with HEAD
14616
14617 2005-01-21 [colin]      1.0.0cvs7.1
14618
14619         * src/summaryview.c
14620                 Sync with HEAD
14621
14622 2005-01-21 [colin]      1.0.0cvs6.1
14623
14624         * src/summaryview.c
14625                 Sync with HEAD
14626
14627 2005-01-21 [colin]      1.0.0cvs5.1
14628
14629         * src/gtk/quicksearch.c
14630         * src/prefs_common.c
14631         * src/prefs_common.h
14632                 Sync with HEAD (recurse option)
14633
14634 2005-01-21 [colin]      1.0.0cvs4.1
14635
14636         * src/folder.h
14637         * src/folderview.c
14638         * src/folderview.h
14639         * src/summaryview.c
14640         * src/gtk/quicksearch.c
14641         * src/gtk/quicksearch.h
14642                 Sync with HEAD (recursive quicksearch)
14643
14644 2005-01-20 [colin]      1.0.0cvs3.4
14645
14646         * src/ssl_manager.c
14647                 Remove useless code
14648
14649 2005-01-20 [colin]      1.0.0cvs3.3
14650
14651         * src/ssl_manager.c
14652                 Fix leak, thanks to Alfons.
14653
14654 2005-01-20 [colin]      1.0.0cvs3.2
14655
14656         * src/ssl_manager.c
14657                 Port SSL certificate window to GTK2.
14658
14659 2005-01-20 [paul]       1.0.0cvs3.1
14660
14661         * ChangeLog.claws
14662         * configure.ac
14663         * src/addrindex.c
14664         * src/addrindex.h
14665                 sync with HEAD
14666
14667 2005-01-19 [colin]      1.0.0cvs2.2
14668
14669         * src/plugins/trayicon/trayicon.c
14670                 Fix freeze with gtk-2.6, the easy way
14671                 (signal blocking helpless there...)
14672                 Closes bug #668.
14673
14674 2005-01-19 [colin]      1.0.0cvs2.1
14675
14676         * src/mbox.c
14677         * src/mbox.h
14678         * src/mainwindow.c
14679         * src/summaryview.c
14680         * src/summaryview.h
14681                 Sync with HEAD
14682
14683 2005-01-19 [paul]       1.0.0cvs1.1
14684
14685         * configure.ac
14686         * po/de.po
14687         * po/es.po
14688         * po/fr.po
14689         * po/hr.po
14690         * po/it.po
14691         * po/ja.po
14692         * po/ko.po
14693         * po/pt_BR.po
14694         * po/ru.po
14695         * po/sk.po
14696         * po/sr.po
14697                 sync with HEAD (update translations)
14698
14699 2005-01-18 [colin]      1.0.0cvs0.1
14700
14701         * src/foldersel.c
14702                 Specify search column - patch by Alfons
14703
14704 2005-01-18 [colin]      0.9.13cvs36.3
14705
14706         * src/prefs_toolbar.c
14707                 Change Delete to Remove
14708         * src/prefs_fonts.c
14709                 GTK2 version and leak fixes
14710         * src/prefs_actions.c
14711                 Add stock buttons.
14712                 All patches by Alfons
14713
14714 2005-01-17 [colin]      0.9.13cvs36.2
14715
14716         * src/compose.c
14717                 Fix DnD inserting twice. While at it,
14718                 add DnD support for text/plain in the
14719                 body, and add support in the headers.
14720
14721 2005-01-16 [colin]      0.9.13cvs36.1
14722
14723         * ChangeLog
14724         * ChangeLog.jp
14725         * ChangeLog.claws
14726                 Sync with HEAD (nothing applicable)
14727
14728 2005-01-16 [colin]      0.9.13cvs33.2
14729
14730         * src/prefs_toolbar.c
14731                 GTK2ize prefs_toolbar, by Alfons.
14732
14733 2005-01-14 [colin]      0.9.13cvs33.1
14734
14735         * src/html.c
14736         * src/msgcache.c
14737                 Sync with HEAD
14738
14739 2005-01-14 [colin]      0.9.13cvs32.1
14740
14741         * src/html.c
14742         * src/html.h
14743         * src/msgcache.c
14744         * AUTHORS
14745         * tools/calypso_convert.pl
14746                 Sync with HEAD
14747
14748 2005-01-08 [colin]      0.9.13cvs29.2
14749
14750         * src/prefs_filtering_action.c
14751         * src/prefs_filtering.c
14752                 2 more gtk2 patches by Alfons
14753
14754 2005-01-07 [paul]       0.9.13cvs29.1
14755
14756         * ChangeLog
14757         * ChangeLog.claws
14758         * ChangeLog.jp
14759         * configure.ac
14760         * src/pop.c
14761         * src/pop.h
14762                 sync with HEAD
14763
14764 2005-01-07 [colin]      0.9.13cvs28.3
14765
14766         * src/gtk/progressdialog.c
14767         * src/gtk/progressdialog.h
14768         * src/inc.c
14769         * src/send_message.c
14770                 GTK2 for the incorporation dialog. The CList isn't dead
14771                 yet, for a more smooth migration. Patch by Alfons.
14772
14773 2005-01-06 [colin]      0.9.13cvs28.2
14774
14775         * src/prefs_display_header.c
14776                 GTK2 conversion by Alfons
14777         * src/prefs_actions.c
14778         * src/prefs_matcher.c
14779                 Fix 2 leaks - patch by Alfons
14780
14781 2005-01-06 [colin]      0.9.13cvs28.1
14782
14783         * src/prefs_matcher.c
14784                 Sync with HEAD
14785
14786 2005-01-06 [colin]      0.9.13cvs27.4
14787
14788         * src/prefs_matcher.c
14789                 Fix double-free. Patch by Alfons
14790
14791 2005-01-06 [colin]      0.9.13cvs27.3
14792
14793         * src/prefs_matcher.c
14794                 GTK2 widgets + memleak
14795                 Patch by Alfons
14796
14797 2005-01-05 [colin]      0.9.13cvs27.2
14798
14799         * src/account.c
14800         * src/addr_compl.c
14801         * src/foldersel.c
14802         * src/stock_pixmap.c
14803         * src/stock_pixmap.h
14804                 3 more GTK2 patches by Alfons.
14805
14806 2005-01-04 [colin]      0.9.13cvs27.1
14807
14808         * src/folderview.c
14809         * src/imap_gtk.c
14810         * src/news_gtk.c
14811                 Sync with HEAD
14812
14813 2005-01-04 [colin]      0.9.13cvs25.9
14814
14815         * src/compose.c
14816                 Fix Show Ruler menuitem
14817         * src/prefs_template.c
14818                 Convert to GTK2
14819         * src/common/utils.c
14820                 Make auto pointer stuff handles NULLs
14821                 Patches by Alfons.
14822
14823 2005-01-04 [colin]      0.9.13cvs25.8
14824
14825         * src/compose.c
14826                 Move the attachment list to gtk2
14827                 Patch by Alfons.
14828
14829 2005-01-04 [colin]      0.9.13cvs25.7
14830
14831         * src/textview.c
14832                 Make some keys work again
14833                 Patch by SungHyun Nam <namsh@kldp.org>
14834
14835 2005-01-04 [colin]      0.9.13cvs25.6
14836
14837         * src/gtk/gtkshruler.c
14838                 Move the ruler to GTK2
14839                 Patch by Alfons
14840
14841 2005-01-03 [colin]      0.9.13cvs25.5
14842
14843         * src/compose.c
14844                 Fix my broken patch apply 
14845
14846 2005-01-03 [colin]      0.9.13cvs25.4
14847
14848         * src/common/utils.c
14849         * src/common/utils.h
14850         * src/gtk/prefswindow.c
14851                 Move auto pointer stuff to utils.c
14852                 Patch by Alfons again :)
14853
14854 2005-01-03 [colin]      0.9.13cvs25.3
14855
14856         * src/compose.c
14857         * src/prefs_gtk.c
14858         * src/prefs_template.c
14859         * src/textview.c
14860                 Empty text widgets with empty strings, not NULL char
14861                 Patch by SungHyun Nam <namsh@kldp_org>
14862
14863 2005-01-03 [colin]      0.9.13cvs25.2
14864
14865         * src/main.c
14866         * AUTHORS
14867                 Sync with HEAD
14868
14869 2005-01-03 [colin]      0.9.13cvs25.1
14870
14871         * src/pop.c
14872         * src/pop.h
14873                 Sync with HEAD
14874
14875 2005-01-03 [colin]      0.9.13cvs24.3
14876
14877         * src/account.c
14878                 Two patches from Alfons and Alex S Moore:
14879                 fix images, fix return value.
14880
14881 2005-01-01 [colin]      0.9.13cvs24.2
14882
14883         * src/prefs_actions.c
14884                 Fix over-zealous assertion. Patch by Alfons
14885
14886 2005-01-01 [colin]      0.9.13cvs24.1
14887
14888         * src/procmime.c
14889                 Sync with HEAD (leak fix)
14890
14891 2004-12-31 [colin]      0.9.13cvs23.2
14892
14893         * src/prefs_common.c
14894                 GTK2 widgets + stock buttons - patch by Alfons
14895
14896 2004-12-31 [paul]       0.9.13cvs23.1
14897
14898         * configure.ac
14899                 bump up EXTRA_VERSION to match (sync'ed) HEAD
14900         * src/gtk/pluginwindow.c
14901                 use GTK2 widgets and plug memory leaks,
14902                 patches by Alfons
14903
14904 2004-12-30 [colin]      0.9.13cvs22.4
14905
14906         * src/account.c
14907         * src/action.c
14908         * src/export.c
14909         * src/foldersel.c
14910         * src/import.c
14911         * src/message_search.c
14912         * src/prefs_actions.c
14913         * src/prefs_common.c
14914         * src/prefs_customheader.c
14915         * src/prefs_filtering.c
14916         * src/prefs_summary_column.c
14917         * src/summary_search.c
14918         * src/gtk/about.c
14919         * src/gtk/description_window.c
14920         * src/gtk/gtkutils.c
14921         * src/gtk/gtkutils.h
14922         * src/gtk/inputdialog.c
14923         * src/gtk/prefswindow.c
14924                 Use GTK2 stock buttons. Patches by Alfons.
14925
14926 2004-12-30 [colin]      0.9.13cvs22.3
14927
14928         * src/account.c
14929                 Sync with HEAD
14930         * src/prefs_actions.c
14931         * src/prefs_customheader.c
14932         * src/prefs_filtering.c
14933         * src/prefs_msg_colors.c
14934         * src/prefs_summary_column.c
14935         * src/gtk/prefswindow.c
14936                 Use GtkTreeView instead of deprecated 
14937                 widgets. Patches by Alfons.
14938
14939 2004-12-30 [paul]       0.9.13cvs22.2
14940
14941         * src/foldersel.c
14942                 use GTK 2 Tree View
14943                 patch by Alfons, with root folder sorting fix
14944                 by Stephan Sachse
14945
14946 2004-12-30 [paul]       0.9.13cvs22.1
14947
14948         * ChangeLog
14949         * ChangeLog.claws
14950         * ChangeLog.jp
14951         * NEWS
14952         * configure.ac
14953         * src/account.c
14954                 sync with HEAD
14955
14956 2004-12-22 [martin]     0.9.13cvs21.2
14957
14958         * src/action.c
14959                 free the command line after its use
14960
14961 2004-12-18 [paul]       0.9.13cvs21.1
14962
14963         * AUTHORS
14964         * ChangeLog
14965         * ChangeLog.claws
14966         * ChangeLog.jp
14967         * NEWS
14968         * configure.ac
14969         * src/action.c
14970         * src/compose.c
14971         * src/syldap.c
14972                 sync with HEAD
14973
14974 2004-12-17 [martin]     0.9.13cvs17.2
14975
14976         * src/action.c
14977                 convert actions input to locale
14978         * src/inc.c
14979                 convert notification command to locale
14980         * src/plugins/pgpmime/select-keys.c
14981                 convert attributes to utf8
14982
14983 2004-12-14 [colin]      0.9.13cvs17.1
14984
14985         * ChangeLog
14986         * ChangeLog.jp
14987         * ChangeLog.claws
14988         * src/action.c
14989         * src/common/utils.c
14990         * src/gtk/prefswindow.c
14991         * src/gtk/gtkutils.c
14992         * src/gtk/gtkutils.h
14993         * src/plugins/spamassassin/libspamc.c
14994                 Sync with HEAD
14995
14996 2004-12-13 [colin]      0.9.13cvs14.1
14997
14998         * src/quote_fmt_parse.y
14999                 Sync with HEAD
15000
15001 2004-12-10 [colin]      0.9.13cvs12.1
15002
15003         * src/prefs_themes.c
15004         * src/mainwindow.c
15005         * src/messageview.c
15006                 Sync with HEAD
15007
15008 2004-12-09 [colin]      0.9.13cvs10.1
15009
15010         * src/procmime.c
15011                 Sync with HEAD (fix B64 encoding from memory)
15012
15013 2004-12-08 [colin]      0.9.13cvs9.1
15014
15015         * src/gtk/colorlabel.c
15016                 Sync with HEAD
15017
15018 2004-12-08 [paul]       0.9.13cvs8.2
15019
15020         * src/gtk/pluginwindow.c
15021                 fix window resizing oddities
15022
15023 2004-12-08 [colin]      0.9.13cvs8.1
15024
15025         * src/quote_fmt_parse.y
15026                 Sync with HEAD
15027
15028 2004-12-08 [colin]      0.9.13cvs7.1
15029
15030         * src/matcher_parser_parse.y
15031         * src/msgcache.c
15032         * src/prefs_matcher.c
15033         * src/procheader.c
15034         * src/matcher.c
15035         * src/common/defs.h
15036         * po/sr.po
15037                 Sync with HEAD
15038
15039 2004-12-08 [colin]      0.9.13cvs6.1
15040
15041         * src/quote_fmt_parse.y
15042         * src/textview.c
15043                 Sync with HEAD
15044         * src/gtk/prefswindow.c
15045         * src/gtk/pluginwindow.c
15046                 Fix G_CALLBACKS protos (thanks to Alfons)
15047
15048 2004-12-07 [torte]      0.9.13cvs2.2
15049
15050         * src/procmime.c
15051                 [Bug 650] reply button causes crash
15052                 Thanks to David Relson and Christoph
15053
15054 2004-12-07 [colin]      0.9.13cvs2.1
15055
15056         * ChangeLog.claws
15057         * AUTHORS
15058         * po/sk.po
15059         * src/procmime.c
15060         * src/prefs_account.c
15061         * src/common/smtp.c
15062         * src/common/smtp.h
15063                 Sync with HEAD
15064
15065 2004-12-06 [colin]      0.9.12cvs187.1
15066
15067         * ChangeLog.claws
15068         * INSTALL
15069         * Makefile.am
15070         * README.claws
15071         * TODO.claws
15072         * configure.ac
15073         * po/bg.po
15074         * po/cs.po
15075         * po/el.po
15076         * po/en_GB.po
15077         * po/es.po
15078         * po/fr.po
15079         * po/hr.po
15080         * po/hu.po
15081         * po/it.po
15082         * po/ja.po
15083         * po/ko.po
15084         * po/nl.po
15085         * po/pl.po
15086         * po/pt_BR.po
15087         * po/ru.po
15088         * po/sk.po
15089         * po/sr.po
15090         * po/sv.po
15091         * po/zh_CN.po
15092         * po/zh_TW.Big5.po
15093         * src/compose.c
15094         * tools/Makefile.am
15095         * tools/README
15096         * tools/filter_conv.pl
15097         * tools/kdeservicemenu/README
15098         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15099         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15100                 Sync with HEAD
15101
15102 2004-12-04 [colin]      0.9.12cvs183.1
15103
15104         * src/compose.c
15105                 Sync with HEAD (compose window position saving)
15106
15107 2004-12-04 [paul]       0.9.12cvs182.3
15108
15109         * src/messageview.c
15110         * src/mimeview.c
15111         * src/prefs_customheader.c
15112         * src/gtk/quicksearch.c
15113                 replace some forgotten GTK_SIGNAL_FUNCs
15114
15115 2004-12-04 [paul]       0.9.12cvs182.2
15116
15117         * src/Makefile.am
15118                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
15119                 committed in error      
15120
15121 2004-12-04 [paul]       0.9.12cvs182.1
15122
15123         * ChangeLog
15124         * ChangeLog.claws
15125         * ChangeLog.jp
15126         * INSTALL
15127         * NEWS
15128         * README
15129         * README.jp
15130         * configure.ac
15131         * doc/manual/ja/Makefile.am
15132         * doc/manual/ja/sylpheed-1.html
15133         * doc/manual/ja/sylpheed-10.html
15134         * doc/manual/ja/sylpheed-11.html
15135         * doc/manual/ja/sylpheed-12.html
15136         * doc/manual/ja/sylpheed-13.html
15137         * doc/manual/ja/sylpheed-14.html
15138         * doc/manual/ja/sylpheed-15.html
15139         * doc/manual/ja/sylpheed-16.html
15140         * doc/manual/ja/sylpheed-17.html
15141         * doc/manual/ja/sylpheed-18.html
15142         * doc/manual/ja/sylpheed-19.html
15143         * doc/manual/ja/sylpheed-2.html
15144         * doc/manual/ja/sylpheed-20.html
15145         * doc/manual/ja/sylpheed-3.html
15146         * doc/manual/ja/sylpheed-4.html
15147         * doc/manual/ja/sylpheed-5.html
15148         * doc/manual/ja/sylpheed-6.html
15149         * doc/manual/ja/sylpheed-7.html
15150         * doc/manual/ja/sylpheed-8.html
15151         * doc/manual/ja/sylpheed-9.html
15152         * doc/manual/ja/sylpheed.html
15153         * doc/manual/ja/sylpheed.sgml
15154         * po/de.po
15155         * src/Makefile.am
15156         * src/compose.c
15157         * src/procmime.c
15158         * src/pixmaps/regular.xpm **REMOVED**
15159         * src/plugins/pgpmime/pgpmime.c
15160         * src/plugins/pgpmime/plugin.c
15161         * src/plugins/pgpmime/prefs_gpg.c
15162                 sync with HEAD
15163
15164 2004-12-03 [paul]       0.9.12cvs180.1
15165
15166         * ChangeLog
15167         * ChangeLog.claws
15168         * ChangeLog.jp
15169         * configure.ac
15170         * src/Makefile.am
15171         * src/pop.c
15172         * src/common/utils.c
15173         * src/common/utils.h
15174         * src/pixmaps/continue.xpm
15175         * src/pixmaps/dir_close.xpm
15176         * src/pixmaps/dir_open.xpm
15177         * src/pixmaps/drafts_close.xpm
15178         * src/pixmaps/drafts_open.xpm
15179         * src/pixmaps/folder.xpm **REMOVED**
15180         * src/pixmaps/group.xpm
15181         * src/pixmaps/unread.xpm
15182                 sync with HEAD
15183
15184 2004-12-02 [colin]      0.9.12cvs179.1
15185
15186         * src/compose.c
15187                 Sync with HEAD (non-duplicated reedition)
15188
15189 2004-12-02 [colin]      0.9.12cvs178.1
15190
15191         * src/compose.c
15192                 Sync with HEAD (linewrap_quote fix)
15193
15194 2004-12-01 [colin]      0.9.12cvs177.3
15195
15196         * src/addrharvest.c
15197                 Replace sizeof with strlen
15198
15199 2004-12-01 [paul]       0.9.12cvs177.2
15200
15201         * src/addrharvest.c
15202                 fix 'harvest addresses'
15203
15204 2004-11-30 [colin]      0.9.12cvs177.1
15205
15206         * src/gtk/prefswindow.c
15207         * src/gtk/pluginwindow.c
15208                 Sync with HEAD
15209
15210 2004-11-29 [colin]      0.9.12cvs176.1
15211
15212         * src/folderview.c
15213                 sync with HEAD (Fix disappearing separators in folderview's popup)
15214
15215 2004-11-29 [colin]      0.9.12cvs175.1
15216
15217         * src/procmime.c
15218                 Sync with head (another format fix)
15219
15220 2004-11-29 [colin]      0.9.12cvs174.1
15221
15222         * src/pop.c
15223                 Sync with HEAD (format string fix)
15224
15225 2004-11-26 [colin]      0.9.12cvs173.1
15226
15227         * src/common/smtp.c
15228         * src/common/smtp.h
15229                 Sync with HEAD
15230
15231 2004-11-24 [colin]      0.9.12cvs172.1
15232
15233         * src/plugins/pgpmime/pgpmime.c
15234                 Sync with HEAD
15235
15236 2004-11-24 [colin]      0.9.12cvs171.1
15237
15238         * src/plugins/pgpmime/pgpmime.c
15239                 Sync with head (gpgmectx leaks)
15240
15241 2004-11-24 [colin]      0.9.12cvs169.1
15242
15243         * src/plugins/pgpmime/plugin.c
15244         * src/plugins/trayicon/Makefile.am
15245         * src/plugins/trayicon/newmarkedmail.xpm
15246         * src/plugins/trayicon/trayicon.c
15247         * src/plugins/trayicon/unreadmarkedmail.xpm
15248                 Sync with HEAD
15249
15250 2004-11-23 [colin]      0.9.12cvs168.1
15251
15252         * src/partial_download.c
15253         * src/partial_download.h
15254         * src/plugins/pgpmime/plugin.c
15255                 Sync with HEAD
15256
15257 2004-11-23 [colin]      0.9.12cvs166.1
15258
15259         * src/Makefile.am
15260         * src/codeconv.c
15261         * src/compose.c
15262         * src/folderview.c
15263         * src/main.c
15264         * src/partial_download.c
15265         * src/partial_download.h
15266         * src/prefs_account.c
15267         * src/prefs_account.h
15268         * src/privacy.c
15269         * src/privacy.h
15270         * src/procmime.c
15271         * src/common/Makefile.am
15272         * src/common/base64.h
15273         * src/common/partial_download.c
15274         * src/common/partial_download.h
15275         * src/gtk/prefswindow.c
15276         * src/gtk/prefswindow.h
15277         * src/plugins/pgpmime/pgpmime.c
15278         * src/plugins/pgpmime/prefs_gpg.c
15279         * src/plugins/pgpmime/prefs_gpg.h
15280         * src/plugins/pgpmime/sgpgme.c
15281         * src/plugins/pgpmime/sgpgme.h
15282                 Sync with HEAD
15283
15284 2004-11-23 [colin]      0.9.12cvs163.1
15285
15286         * src/main.c
15287                 Sync with HEAD (cursor optimization)
15288
15289 2004-11-23 [colin]      0.9.12cvs162.1
15290
15291         * src/prefs_common.c
15292         * src/prefs_themes.c
15293         * src/procmsg.c
15294                 Sync with HEAD
15295
15296 2004-11-23 [colin]      0.9.12cvs158.9
15297
15298         * src/compose.c
15299                 Fix double-free when forwarding
15300         * src/msgcache.c
15301                 Fix leak on error path
15302                 
15303
15304 2004-11-23 [colin]      0.9.12cvs158.8
15305
15306         * src/compose.c
15307                 Fix possible double-free
15308                 Spotted by Alfons
15309
15310 2004-11-23 [colin]      0.9.12cvs158.7
15311
15312         * src/compose.c
15313                 Fix some signal handlers' prototypes
15314                 Spotted by Alfons
15315
15316 2004-11-22 [colin]      0.9.12cvs158.6
15317
15318         * src/compose.c
15319                 Remove unneeded code and duplicated
15320                 wrapping - patch by Alfons
15321
15322 2004-11-22 [colin]      0.9.12cvs158.5
15323
15324         * src/prefs_themes.c
15325                 Fix oversized selector
15326
15327 2004-11-22 [colin]      0.9.12cvs158.4
15328
15329         * src/compose.c
15330                 fix dump_text()
15331                 patch by Alfons
15332
15333 2004-11-19 [colin]      0.9.12cvs158.3
15334
15335         * src/textview.c
15336                 Add a context menu on links (open, copy)
15337
15338 2004-11-18 [paul]       0.9.12cvs158.2
15339
15340         * src/addrgather.c
15341         * src/exphtmldlg.c
15342         * src/expldifdlg.c
15343         * src/mimeview.c
15344         * src/prefs_common.c
15345         * src/plugins/image_viewer/viewer.c
15346         * src/plugins/spamassassin/spamassassin_gtk.c
15347                 replace deprecated gtk_notebook_set_page
15348                 and gtk_notebook_current_page
15349
15350 2004-11-18 [paul]       0.9.12cvs158.1
15351
15352         * configure.ac
15353         * src/compose.c
15354         * src/mainwindow.c
15355         * src/messageview.c
15356         * src/prefs_common.c
15357         * src/common/utils.c
15358         * src/common/utils.h
15359                 sync with HEAD
15360
15361 2004-11-17 [colin]      0.9.12cvs156.1
15362
15363         * src/prefs_account.c
15364         * src/prefs_account.h
15365         * src/procmsg.c
15366                 Sync with HEAD (add pref to store encrypted mails encrypted)
15367
15368 2004-11-17 [paul]       0.9.12cvs155.1
15369
15370         * ChangeLog
15371         * ChangeLog.claws
15372         * ChangeLog.jp
15373         * NEWS
15374         * configure.ac
15375         * src/compose.c
15376         * src/jpilot.c
15377         * src/privacy.c
15378         * src/procmime.c
15379         * src/procmime.h
15380         * src/procmsg.c
15381         * src/toolbar.c
15382         * src/pixmaps/error.xpm
15383                 sync with HEAD
15384
15385 2004-11-17 [colin]      0.9.12cvs151.1
15386
15387         * src/plugins/pgpmime/pgpmime.c
15388                 Sync with HEAD (remove debug printf)
15389
15390 2004-11-17 [colin]      0.9.12cvs150.1
15391
15392         * src/plugins/pgpmime/pgpmime.c
15393                 Sync with HEAD (off-by-one fix)
15394
15395 2004-11-17 [colin]      0.9.12cvs149.1
15396
15397         * src/procmsg.c
15398                 Sync with HEAD (coding style fixes)
15399
15400 2004-11-16 [colin]      0.9.12cvs148.1
15401
15402         * src/procmsg.c
15403                 Sync with head (Fix the fix)
15404
15405 2004-11-16 [colin]      0.9.12cvs147.1
15406
15407         * src/procmsg.c
15408                 Sync with Main (leak fix)
15409
15410 2004-11-16 [colin]      0.9.12cvs146.14
15411
15412         * src/compose.c
15413                 Remove useless chunk of code
15414                 Patch by Alfons
15415
15416 2004-11-15 [colin]      0.9.12cvs146.13
15417
15418         * src/compose.c
15419                 Fix drafting after insertion
15420                 Patch by Alfons
15421
15422 2004-11-15 [colin]      0.9.12cvs146.12
15423
15424         * src/compose.c
15425         * src/prefs_filtering.c
15426         * src/prefs_filtering_action.c
15427         * src/prefs_toolbar.c
15428                 Fix some const-correctness
15429
15430 2004-11-15 [colin]      0.9.12cvs146.11
15431
15432         * src/summaryview.c
15433         * src/prefs_themes.c
15434         * src/messageview.c
15435                 Fix some leaks
15436
15437 2004-11-15 [colin]      0.9.12cvs146.10
15438
15439         * src/codeconv.c
15440                 More unreadable locale fixes
15441
15442 2004-11-14 [colin]      0.9.12cvs146.9
15443
15444         * src/textview.c
15445                 Fix uri_security_check
15446                 Patch by Alfons
15447
15448 2004-11-13 [paul]       0.9.12cvs146.8
15449
15450         * src/folder.c
15451         * src/procmime.c
15452                 fix 2 bugs introduced in last commit
15453
15454 2004-11-13 [paul]       0.9.12cvs146.7
15455
15456         * src/compose.c
15457         * src/exporthtml.c
15458         * src/exportldif.c
15459         * src/folder.c
15460         * src/imap.c
15461         * src/imap_gtk.c
15462         * src/main.c
15463         * src/mainwindow.c
15464         * src/messageview.c
15465         * src/mh_gtk.c
15466         * src/prefs_themes.c
15467         * src/procmime.c
15468         * src/setup.c
15469         * src/summaryview.c
15470                 replace deprecated g_basename
15471
15472 2004-11-13 [paul]       0.9.12cvs146.6
15473
15474         * src/compose.c
15475         * src/imap.c
15476         * src/matcher_parser.h
15477         * src/matcher_parser_parse.y
15478         * src/prefs_filtering.c
15479         * src/prefs_filtering_action.c
15480         * src/prefs_themes.c
15481         * src/prefs_toolbar.c
15482         * src/common/utils.c
15483                 various small fixes/cleanups
15484
15485 2004-11-12 [colin]      0.9.12cvs146.5
15486
15487         * src/textview.c
15488                 Validate event's origin on visibility notify
15489                 Patch by Alfons.
15490
15491 2004-11-12 [paul]       0.9.12cvs146.4
15492
15493         * src/exporthtml.c
15494         * src/exportldif.c
15495         * src/imap.c
15496         * src/mh.c
15497         * src/mimeview.c
15498         * src/prefs_spelling.c
15499         * src/prefs_themes.c
15500                 replace deprecated g_dirname    
15501
15502 2004-11-12 [colin]      0.9.12cvs146.3
15503
15504         * src/textview.c
15505                 Some coding style fixes
15506
15507 2004-11-12 [colin]      0.9.12cvs146.2
15508
15509         * src/codeconv.c
15510                 We want to replace _all_ extended chars in
15511                 conv_unreadable_*, because any string containing
15512                 extended chars not parsing as UTF8 is 
15513                 undisplayed on gtk2.
15514
15515 2004-11-12 [paul]       0.9.12cvs146.1
15516
15517         * ChangeLog
15518         * ChangeLog.claws
15519         * ChangeLog.jp
15520         * NEWS
15521         * configure.ac
15522         * src/account.c
15523         * src/folderview.c
15524         * src/folderview.h
15525         * src/imap.c
15526         * src/imap_gtk.c
15527         * src/inc.c
15528         * src/mainwindow.c
15529         * src/mh_gtk.c
15530         * src/news_gtk.c
15531         * src/pop.c
15532         * src/prefs_account.c
15533         * src/prefs_account.h
15534         * src/prefs_ext_prog.c
15535         * src/procmime.c
15536         * src/procmime.h
15537         * src/procmsg.c
15538         * src/procmsg.h
15539         * src/summary_search.c
15540         * src/summaryview.c
15541         * src/textview.c
15542         * src/common/defs.h
15543         * src/common/utils.c
15544         * src/common/utils.h
15545         * src/gtk/menu.c
15546         * src/gtk/menu.h
15547                 sync with HEAD
15548
15549 2004-11-11 [colin]      0.9.12cvs144.2
15550
15551         * src/textview.c
15552                 Fix URI range selection (patch by Alfons)
15553
15554 2004-11-09 [colin]      0.9.12cvs144.1
15555
15556         * ChangeLog.claws
15557         * src/compose.c
15558         * src/folder.c
15559         * src/folder_item_prefs.c
15560         * src/prefs_account.c
15561         * src/prefs_account.h
15562         * src/plugins/pgpmime/pgpmime.c
15563                 Sync with HEAD
15564
15565 2004-11-08 [colin]      0.9.12cvs143.1
15566
15567         * src/summaryview.c
15568                 Sync with HEAD (optimize quicksearch)
15569
15570 2004-11-08 [colin]      0.9.12cvs142.2
15571
15572         * src/compose.c
15573                 Don't wrap when Edit/Auto wrapping is disabled
15574
15575 2004-11-08 [colin]      0.9.12cvs142.1
15576
15577         * src/textview.c
15578                 Sync with HEAD
15579
15580 2004-11-08 [colin]      0.9.12cvs141.1
15581
15582         * src/textview.c
15583                 Sync with HEAD (fix some mail URIs)
15584
15585 2004-11-08 [colin]      0.9.12cvs140.3
15586
15587         * src/textview.c
15588                 o Use text cursor instead of arrow when
15589                   not on a link
15590                 o Fix handling of contiguous links (as in
15591                   "colin@colino.net" <colin@colino.net>)
15592                   This one unveils a bug in get_email_part()
15593
15594 2004-11-07 [colin]      0.9.12cvs140.2
15595
15596         * src/textview.c
15597                 Fix memleak. Patch by Alfons.
15598
15599 2004-11-06 [colin]      0.9.12cvs140.1
15600
15601         * src/compose.c
15602                 Sync with HEAD (don't ask passphrase
15603                 when drafting)
15604
15605 2004-11-06 [paul]       0.9.12cvs139.2
15606
15607         * AUTHORS
15608         * src/textview.c
15609         * src/textview.h
15610                 textview URI handling. hovering over a 
15611                 link displays it in the status bar,
15612                 and changes the mouse pointer to a hand 
15613                 cursor. a link is activated with a single 
15614                 click. (Modified from the) patch by Jean-Yves 
15615                 Lefort <jylefort@users.sourceforge.net>
15616                 
15617
15618 2004-11-05 [colin]      0.9.12cvs139.1
15619
15620         * src/compose.c
15621         * src/procmime.c
15622                 Sync with HEAD again ^^
15623
15624 2004-11-05 [colin]      0.9.12cvs139.1
15625
15626         * src/compose.c
15627         * src/procmime.c
15628                 Sync with HEAD
15629
15630 2004-11-03 [paul]       0.9.12cvs138.1
15631
15632         * ChangeLog.claws
15633         * configure.ac
15634         * po/POTFILES.in
15635         * src/prefs_ext_prog.c
15636         * src/procmime.c
15637         * tools/kdeservicemenu/README
15638         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15639         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15640                 sync with HEAD
15641
15642 2004-11-01 [christoph]  0.9.12cvs136.2
15643
15644         * src/procmime.c
15645                 convert MIME parameters to UTF-8
15646
15647 2004-10-29 [colin]      0.9.12cvs136.1
15648
15649         * src/common/utils.c
15650                 Sync with HEAD (don't use '=' in mime boundary)
15651
15652 2004-10-29 [paul]       0.9.12cvs135.1
15653
15654         * configure.ac
15655         * doc/src/rfc2231.txt
15656         * src/procmime.c
15657         * src/common/quoted-printable.c
15658         * src/common/utils.c
15659         * src/common/utils.h
15660                 sync with HEAD
15661
15662 2004-10-27 [paul]       0.9.12cvs134.1
15663
15664         * configure.ac
15665         * src/main.c
15666         * src/procmime.c
15667         * src/plugins/pgpmime/pgpmime.c
15668                 sync with HEAD
15669
15670 2004-10-26 [paul]       0.9.12cvs132.3
15671
15672         * src/account.c
15673         * src/addressbook.c
15674         * src/addrgather.c
15675         * src/addrharvest.c
15676         * src/codeconv.c
15677         * src/compose.c
15678         * src/customheader.c
15679         * src/editaddress.c
15680         * src/editgroup.c
15681         * src/enriched.c
15682         * src/expldifdlg.c
15683         * src/exporthtml.c
15684         * src/exportldif.c
15685         * src/folder.c
15686         * src/foldersel.c
15687         * src/folderview.c
15688         * src/grouplistdialog.c
15689         * src/html.c
15690         * src/imap.c
15691         * src/jpilot.c
15692         * src/ldapserver.c
15693         * src/ldif.c
15694         * src/mimeview.c
15695         * src/news.c
15696         * src/news_gtk.c
15697         * src/pop.c
15698         * src/prefs_display_header.c
15699         * src/prefs_gtk.c
15700         * src/prefs_msg_colors.c
15701         * src/prefs_toolbar.c
15702         * src/procheader.c
15703         * src/procmime.c
15704         * src/summaryview.c
15705         * src/textview.c
15706         * src/toolbar.c
15707         * src/vcard.c
15708         * src/common/mgutils.c
15709         * src/common/nntp.c
15710         * src/common/smtp.c
15711         * src/common/template.c
15712         * src/common/utils.c
15713         * src/common/xmlprops.c
15714         * src/plugins/pgpmime/pgpmime.c
15715         * src/plugins/pgpmime/select-keys.c
15716         * src/plugins/pgpmime/sgpgme.c
15717                 replace deprecated g_strcasecmp(), g_strncasecmp(),
15718                 g_string_sprintfa(), gtk_notebook_current_page()
15719
15720 2004-10-26 [colin]      0.9.12cvs132.2
15721
15722         * src/prefs_folder_item.c
15723                 Fix default-account selection
15724
15725 2004-10-21 [colin]      0.9.12cvs133
15726
15727         * src/compose.c
15728                 Sync with HEAD (Remove extra separator in compose's Options)
15729         * src/textview.c
15730                 Set wrapping to char
15731
15732 2004-10-21 [paul]       0.9.12cvs131.2
15733
15734         * src/compose.c
15735         * src/sourcewindow.c
15736                 fix wrapping
15737                 fix window shrinking 
15738
15739 2004-10-21 [colin]      0.9.12cvs131.1
15740
15741         * ChangeLog.claws
15742         * src/compose.c
15743                 Sync with HEAD
15744
15745 2004-10-21 [paul]       0.9.12cvs130.2
15746
15747         * src/prefs_folder_item.c
15748                 sync with HEAD (Apply to subfolders)
15749
15750 2004-10-19 [colin]      0.9.12cvs130.1
15751
15752         * ChangeLog.claws
15753         * src/compose.c
15754         * src/common/utils.c
15755         * src/gtk/menu.c
15756                 Sync with HEAD
15757
15758 2004-10-19 [colin]      0.9.12cvs128.1
15759
15760         * src/addrbook.c
15761         * src/addrcache.c
15762         * src/addressbook.c
15763         * src/codeconv.c
15764         * src/compose.c
15765         * src/customheader.c
15766         * src/editaddress.c
15767         * src/editgroup.c
15768         * src/exporthtml.c
15769         * src/folder.c
15770         * src/folderview.c
15771         * src/imap.c
15772         * src/jpilot.c
15773         * src/main.c
15774         * src/matcher_parser_parse.y
15775         * src/mbox.c
15776         * src/pop.c
15777         * src/prefs_account.c
15778         * src/prefs_gtk.c
15779         * src/prefs_msg_colors.c
15780         * src/procheader.c
15781         * src/procmime.c
15782         * src/procmime.h
15783         * src/procmsg.c
15784         * src/summaryview.c
15785         * src/textview.c
15786         * src/common/base64.c
15787         * src/common/partial_download.c
15788         * src/common/socket.c
15789         * src/common/sylpheed.c
15790         * src/common/utils.c
15791         * src/common/utils.h
15792         * src/gtk/pluginwindow.c
15793         * src/gtk/quicksearch.c
15794         * src/plugins/clamav/clamav_plugin.c
15795         * src/plugins/clamav/clamav_plugin.h
15796         * src/plugins/clamav/clamav_plugin_gtk.c
15797         * src/plugins/pgpmime/passphrase.c
15798         * src/plugins/pgpmime/pgpmime.c
15799         * src/plugins/pgpmime/plugin.c
15800         * src/plugins/pgpmime/prefs_gpg.c
15801         * src/plugins/pgpmime/prefs_gpg.h
15802         * src/plugins/pgpmime/select-keys.c
15803         * src/plugins/pgpmime/sgpgme.c
15804         * src/plugins/spamassassin/libspamc.c
15805         * src/plugins/spamassassin/spamassassin.c
15806         * src/plugins/spamassassin/spamassassin.h
15807         * src/plugins/spamassassin/spamassassin_gtk.c
15808         * src/plugins/trayicon/trayicon.c
15809         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
15810                 Sync with HEAD
15811
15812 2004-10-14 [colin]      0.9.12cvs126.2
15813
15814         * src/codeconv.c
15815         * src/textview.c
15816                 Fix conv_unreadable_locale
15817
15818 2004-10-13 [colin]      0.9.12cvs126.1
15819
15820         * src/compose.c
15821                 Sync with HEAD (don't convert charset for 
15822                 drafted messages, minor cleanup)
15823
15824 2004-10-13 [colin]      0.9.12cvs125.1
15825
15826         * po/POTFILES.in
15827                 Sync with HEAD (POTFILES fix)
15828
15829 2004-10-12 [colin]      0.9.12cvs124.3
15830
15831         * src/compose.c
15832                 Fix encoding bug from latest sync
15833
15834 2004-10-12 [paul]       0.9.12cvs124.2
15835
15836         * src/plugins/pgpmime/prefs_gpg.c
15837         * src/plugins/pgpmime/prefs_gpg.h
15838                 forgotten in last commit        
15839
15840 2004-10-12 [paul]       0.9.12cvs124.1
15841
15842         * ChangeLog.claws
15843         * configure.ac
15844         * m4/spamassassin.m4
15845         * src/Makefile.am
15846         * src/account.c
15847         * src/compose.c
15848         * src/compose.h
15849         * src/crash.c
15850         * src/main.c
15851         * src/mimeview.c
15852         * src/passphrase.c
15853         * src/passphrase.h
15854         * src/prefs_account.c
15855         * src/prefs_account.h
15856         * src/prefs_common.c
15857         * src/privacy.c
15858         * src/privacy.h
15859         * src/procmime.c
15860         * src/procmime.h
15861         * src/procmsg.c
15862         * src/rfc2015.c
15863         * src/rfc2015.h
15864         * src/select-keys.c
15865         * src/select-keys.h
15866         * src/textview.c
15867         * src/common/utils.c
15868         * src/common/utils.h
15869         * src/gtk/about.c
15870         * src/plugins/pgpmime/Makefile.am
15871         * src/plugins/pgpmime/passphrase.c
15872         * src/plugins/pgpmime/passphrase.h
15873         * src/plugins/pgpmime/pgpmime.c
15874         * src/plugins/pgpmime/plugin.c
15875         * src/plugins/pgpmime/select-keys.c
15876         * src/plugins/pgpmime/select-keys.h
15877         * src/plugins/pgpmime/sgpgme.c
15878         * src/plugins/pgpmime/sgpgme.h
15879                 sync with HEAD
15880
15881 2004-10-04 [colin]      0.9.12cvs122.1
15882
15883         * src/mainwindow.c
15884         * src/messageview.c
15885         * src/messageview.h
15886         * src/textview.c
15887                 Sync with HEAD
15888
15889 2004-10-04 [colin]      0.9.12cvs121.1
15890
15891         * src/summaryview.c
15892                 Sync with HEAD
15893
15894 2004-10-04 [paul]       0.9.12cvs120.1
15895
15896         * configure.ac
15897                 sync with HEAD [don't try to build 
15898                 pgpmime plugin when gpgme is disabled]
15899
15900 2004-10-03 [colin]      0.9.12cvs119.3
15901
15902         * src/gtk/gtksctree.c
15903                 Lots of side effects. Put back as before 117.2.
15904         * src/summaryview.c
15905                 Fix bug #602
15906
15907 2004-10-03 [colin]      0.9.12cvs119.2
15908
15909         * src/gtk/gtksctree.c
15910                 Revert 608 fix that doesn't work that good
15911
15912 2004-10-02 [colin]      0.9.12cvs119.1
15913
15914         * src/mainwindow.c
15915         * src/messageview.c
15916         * src/prefs_common.h
15917         * src/procmime.c
15918         * src/procmime.h
15919         * src/textview.c
15920                 Sync with HEAD
15921         * src/gtk/gtksctree.c
15922                 Close bug #608
15923
15924 2004-10-01 [colin]      0.9.12cvs118.1
15925
15926         * src/mimeview.c
15927                 Sync with HEAD (better Save All fix)
15928
15929 2004-10-01 [colin]      0.9.12cvs117.2
15930
15931         * src/gtk/gtksctree.c
15932                 Faster on selection
15933
15934 2004-10-01 [colin]      0.9.12cvs117.1
15935
15936         * src/mimeview.c
15937                 Sync with HEAD (Save All: only attachments)
15938
15939 2004-10-01 [paul]       0.9.12cvs116.1
15940
15941         * ChangeLog.claws
15942         * configure.ac
15943         * src/account.c
15944         * src/prefs_common.c
15945         * src/gtk/colorlabel.c
15946                 sync with HEAD
15947
15948 2004-09-30 [colin]      0.9.12cvs115.1
15949
15950         * src/stock_pixmap.c
15951         * src/stock_pixmap.h
15952         * src/folderview.c
15953         * src/Makefile.am
15954         * src/pixmaps/read.xpm
15955                 Sync with HEAD (new pixmap)
15956
15957 2004-09-29 [colin]      0.9.12cvs114.1
15958
15959         * src/compose.c
15960                 Sync with HEAD
15961                 Fix focus handling in headers
15962
15963 2004-09-29 [paul]       0.9.12cvs113.1
15964
15965         * src/quote_fmt_parse.y
15966                 sync with HEAD
15967  
15968
15969 2004-09-28 [colin]      0.9.12cvs112.1
15970
15971         * src/folderview.c
15972         * src/mainwindow.c
15973                 Sync with HEAD
15974
15975 2004-09-28 [colin]      0.9.12cvs110.1
15976
15977         * src/folderview.c
15978                 Sync with HEAD (Contextual Empty trash menu)
15979
15980 2004-09-28 [colin]      0.9.12cvs108.1
15981
15982         * src/addressbook.c
15983                 Sync with HEAD (addressbook edit on double-click)
15984
15985 2004-09-28 [colin]      0.9.12cvs106.1
15986
15987         * src/inc.c
15988                 Sync with HEAD (folder_item freeze on inc)
15989
15990 2004-09-27 [colin]      0.9.12cvs105.1
15991
15992         * src/folderview.c
15993                 Sync with HEAD (right-align new and unread column)
15994
15995 2004-09-27 [colin]      0.9.12cvs104.1
15996
15997         * src/main.c
15998                 Sync with HEAD (revert 0.9.12cvs101)
15999
16000 2004-09-24 [colin]      0.9.12cvs103.2
16001
16002         * src/wizard.c
16003                 Fix gtk warnings and use domain part of the email address 
16004                 when domain detection fails (no dot in domain name)
16005
16006 2004-09-23 [colin]      0.9.12cvs103.1
16007
16008         * src/plugins/spamassassin/libspamc.c
16009         * src/plugins/spamassassin/libspamc.h
16010         * src/plugins/spamassassin/utils.c
16011         * src/plugins/spamassassin/utils.h
16012                 Sync with HEAD (Update spamassassin to 3.0)
16013
16014 2004-09-21 [colin]      0.9.12cvs102.3
16015
16016         * src/action.c
16017                 Add horizontal scrollbar in action io dialog as needed
16018                 Patch by Alfons.
16019
16020 2004-09-20 [colin]      0.9.12cvs102.2
16021
16022         * src/plugins/image_viewer/viewer.c
16023                 Remove imlib stuff
16024                 use gtk_pixmap_set when clearing
16025                 (would be better to use gtkImages, but causes size-allocate 
16026                 signals storm)
16027
16028 2004-09-17 [paul]       0.9.12cvs102.1
16029
16030         * ChangeLog
16031         * ChangeLog.claws
16032         * ChangeLog.jp
16033         * configure.ac
16034         * src/inc.c
16035                 sync with HEAD
16036
16037
16038 2004-09-17 [colin]      0.9.12cvs101.1
16039
16040         * ChangeLog.claws
16041         * src/main.c
16042                 Sync with HEAD (fix segs at exit)
16043
16044 2004-09-14 [colin]      0.9.12cvs99.5
16045
16046         * src/common/socket.c
16047         * AUTHORS
16048                 Fix send error on 64bit platforms
16049                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
16050
16051 2004-09-14 [colin]      0.9.12cvs99.4
16052
16053         * src/action.c
16054                 Fix action output with utf8 
16055                 Patch by Alfons.
16056
16057 2004-09-14 [colin]      0.9.12cvs99.3
16058
16059         * ChangeLog.claws
16060         * src/folder.c
16061                 Sync with HEAD
16062
16063 2004-09-09 [colin]      0.9.12cvs99.2
16064
16065         * src/action.c
16066                 Fix progress bar (displaying "Completed %v/%u")
16067                 Patch by Alfons.
16068
16069 2004-09-08 [colin]      0.9.12cvs99.1
16070
16071         * src/account.c
16072         * src/folder.c
16073         * src/procmsg.c
16074         * src/procmsg.h
16075         * src/plugins/pgpmime/pgpmime.c
16076                 Sync with HEAD
16077
16078 2004-09-08 [colin]      0.9.12cvs97.2
16079
16080         * src/summaryview.c
16081                 Don't select mails in collapsed threads 
16082                 when navigating with up/down
16083
16084 2004-09-07 [colin]      0.9.12cvs97.1
16085
16086         * src/inc.c
16087                 Sync with HEAD (meaningful error messages)
16088
16089 2004-09-06 [colin]      0.9.12cvs96.1
16090
16091         * src/toolbar.c
16092                 Sync with HEAD (fix Redirect graying out)
16093
16094 2004-09-06 [colin]      0.9.12cvs95.1
16095
16096         * src/summaryview.c
16097         * src/mimeview.c
16098                 Sync with HEAD (fix dropped URIs)
16099
16100 2004-09-06 [colin]      0.9.12cvs94.1
16101
16102         * src/addressbook.c
16103         * src/addressitem.h
16104         * src/addritem.c
16105         * src/addritem.h
16106                 Sync with HEAD (addressbook DnD)
16107
16108 2004-09-03 [colin]      0.9.12cvs93.1
16109
16110         * src/summaryview.c
16111                 Sync with HEAD (next/prev unread)
16112
16113 2004-09-03 [colin]      0.9.12cvs92.1
16114
16115         * src/prefs_common.c
16116         * src/prefs_common.h
16117         * src/summaryview.c
16118                 Sync with HEAD ('mark_as_read_delay' pref)
16119
16120 2004-09-02 [colin]      0.9.12cvs91.2
16121
16122         * src/common/xml.c
16123                 Fix leak
16124
16125 2004-09-02 [colin]      0.9.12cvs91.1
16126
16127         * src/gtk/menu.c
16128                 Sync with HEAD (menu accel don't work, but whatever)
16129
16130 2004-09-02 [colin]      0.9.12cvs90.1
16131
16132         * src/account.c
16133                 Sync with HEAD (fix bug 582)
16134
16135 2004-09-02 [colin]      0.9.12cvs89.1
16136
16137         * src/addrindex.c
16138                 Sync with HEAD (free deleted queries)
16139
16140 2004-09-02 [colin]      0.9.12cvs88.1
16141
16142         * src/ldapquery.c
16143                 Sync with HEAD (fix LDAP freezes)
16144
16145 2004-09-02 [colin]      0.9.12cvs87.1
16146
16147         * src/prefs_spelling.c
16148                 Sync with HEAD (add default dictionary)
16149
16150 2004-09-01 [colin]      0.9.12cvs86.1
16151
16152         * src/filtering.c
16153         * src/folderview.c
16154         * src/imap.c
16155         * src/prefs_matcher.c
16156         * src/stock_pixmap.c
16157         * src/summary_search.c
16158         * src/summaryview.c
16159         * src/wizard.c
16160         * src/wizard.h
16161                 Sync with HEAD (uninitialized vars fixes)
16162                 + gtk2 specific warning fixes
16163
16164 2004-08-31 [colin]      0.9.12cvs85.1
16165
16166         * src/folder.c
16167                 Sync with HEAD (Fix memory corruption due to 
16168                 uninitialized var)
16169
16170 2004-08-31 [colin]      0.9.12cvs84.4
16171
16172         * src/summary_search.c
16173                 Fix segfaults when searching in folders with broken headers
16174
16175 2004-08-31 [colin]      0.9.12cvs84.3
16176
16177         * src/compose.c
16178         * src/textview.c
16179                 Fix some more encoding/decoding issues
16180
16181 2004-08-30 [colin]      0.9.12cvs84.2
16182
16183         * src/mimeview.c
16184         * src/prefs_themes.c
16185         * src/gtk/filesel.c
16186         * src/gtk/filesel.h
16187                 Add a folder-mode selection (fixes mimeview's "Save all")
16188
16189 2004-08-29 [colin]      0.9.12cvs84.1
16190
16191         * src/mimeview.c
16192                 Sync with HEAD (don't escape saved filenames)
16193
16194 2004-08-27 [colin]      0.9.12cvs83.1
16195
16196         * ChangeLog
16197         * ChangeLog.claws
16198         * ChangeLog.jp
16199         * src/mh.c
16200         * src/procheader.c
16201         * src/procmsg.c
16202         * src/procmsg.h
16203         * src/common/utils.c
16204         * src/gtk/menu.h
16205         * po/
16206                 Sync with HEAD 0.9.12cvs83 (sync with main)
16207
16208 2004-08-26 [colin]      0.9.12cvs82.4
16209
16210         * src/codeconv.c
16211                 Fix strange stack corruption
16212                 Convert to utf8 after unmime, not before
16213
16214 2004-08-26 [colin]      0.9.12cvs82.3
16215
16216         * src/main.c
16217         * src/wizard.c
16218                 Fix account folders duplication
16219
16220 2004-08-25 [colin]      0.9.12cvs82.2
16221
16222         * src/wizard.c
16223                 Remove ports
16224                 Add SSL selection
16225                 Use login@server as account name
16226
16227 2004-08-25 [colin]      0.9.12cvs82.1
16228
16229         * src/plugins/pgpmime/pgpmime.c
16230                 Sync with HEAD (leak fix).
16231
16232 2004-08-25 [colin]      0.9.12cvs81.1
16233
16234         * src/plugins/pgpmime/pgpmime.c
16235         * src/plugins/pgpmime/sgpgme.c
16236         * src/plugins/pgpmime/sgpgme.h
16237                 Sync with HEAD (Handle combined messages).
16238
16239 2004-08-24 [colin]      0.9.12cvs80.3
16240
16241         * src/wizard.c
16242                 Fix full name, ports, and imap
16243
16244 2004-08-24 [colin]      0.9.12cvs80.2
16245
16246         * src/Makefile.am
16247         * src/main.c
16248         * src/setup.c
16249         * src/setup.h
16250         * src/stock_pixmap.c
16251         * src/stock_pixmap.h
16252         * src/wizard.c ** ADDED **
16253         * src/wizard.h ** ADDED ** 
16254         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
16255                 Add a setup wizard 
16256
16257 2004-08-24 [colin]      0.9.12cvs80.1
16258
16259         * src/folder.c
16260                 Sync with HEAD (set mimeflags on all messages)
16261
16262 2004-08-24 [colin]      0.9.12cvs79.3
16263
16264         * src/matcher_parser_lex.l
16265                 Fix 8bits strings not in utf8
16266
16267 2004-08-24 [colin]      0.9.12cvs79.2
16268
16269         * src/compose.c
16270                 Check conversion result before replacing buffer
16271
16272 2004-08-23 [colin]      0.9.12cvs79.1
16273
16274         * src/compose.c
16275                 Sync with HEAD (create message header in memory)
16276
16277 2004-08-23 [colin]      0.9.12cvs78.1
16278
16279         * src/rfc2015.c
16280         * src/rfc2015.h
16281                 Sync with HEAD (fix bug 197 again)
16282
16283 2004-08-23 [colin]      0.9.12cvs77.3
16284
16285         * src/compose.c
16286                 Fix again inline gpg signing (which outputs utf8
16287                 in gtk2). Not syncing this fix to HEAD as this 
16288                 code is meant to die.
16289
16290 2004-08-23 [colin]      0.9.12cvs77.2
16291
16292         * src/prefs_account.h
16293                 Remove useless include
16294
16295 2004-08-23 [colin]      0.9.12cvs77.1
16296
16297         * src/imap.c
16298         * po/es.po
16299         * po/fr.po
16300         * po/it.po
16301         * po/pl.po
16302         * po/pt_BR.po
16303         * po/sk.po
16304         * po/sr.po
16305                 Sync with HEAD (fix bug 577)
16306
16307 2004-08-22 [colin]      0.9.12cvs76.1
16308
16309         * src/plugins/trayicon/trayicon.c
16310                 Sync with HEAD (fix formatting bug)
16311
16312 2004-08-21 [colin]      0.9.12cvs74.2
16313
16314         * src/gtk/colorsel.c
16315                 Fix bug 564 (Folder color selection window exits on any
16316                 keypress)
16317
16318 2004-08-21 [colin]      0.9.12cvs74.1
16319
16320         * ChangeLog.claws
16321         * src/compose.c
16322         * src/summaryview.c
16323         * src/toolbar.c
16324                 Sync with HEAD (fix bug 576)
16325
16326 2004-08-21 [colin]      0.9.12cvs70.1
16327
16328         * src/compose.c
16329         * src/mainwindow.c
16330                 Sync with HEAD
16331                 
16332
16333 2004-08-21 [paul]       0.9.12cvs66.4
16334
16335         * src/mainwindow.c
16336         * src/messageview.c
16337         * src/gtk/menu.c
16338         * src/plugins/spamassassin/spamassassin_gtk.c
16339                 remove some deprecated gtk1 functions
16340
16341
16342 2004-08-21 [colin]      0.9.12cvs66.3
16343
16344         * src/compose.c
16345         * src/codeconv.c
16346                 Fix warnings
16347                 Remove encoding hacks
16348                 Fix bug 575 (Strange character messes up message)
16349                 Don't display conversion error when drafting
16350
16351 2004-08-21 [paul]       0.9.12cvs66.2
16352
16353         * src/prefs_account.c
16354                 fix GnuPG mode bugs
16355
16356
16357 2004-08-20 [colin]      0.9.12cvs66.1
16358
16359         * src/codeconv.c
16360                 Sync with HEAD 0.9.12cvs66
16361
16362 2004-08-20 [paul]
16363
16364         * src/plugins/pgpmime/plugin.c
16365                 modify PGP/MIME plugin's description
16366
16367 2004-08-17 [colin]      0.9.12cvs65.1
16368
16369         * src/common/ssl.c
16370         * src/plugins/pgpmime/plugin.c
16371                 Sync with HEAD
16372
16373 2004-08-14 [colin]      0.9.12cvs60.3
16374
16375         * src/plugins/trayicon/trayicon.c
16376                 Put back resize callback, on size-request signal
16377                 rather than size-allocate to avoid infinite 
16378                 callback loop
16379
16380 2004-08-13 [colin]      0.9.12cvs60.2
16381
16382         * src/common/defs.h
16383                 Cache versions have been fixed
16384
16385 2004-08-13 [colin]      0.9.12cvs60.1
16386
16387         * src/folderutils.c
16388                 Sync with HEAD
16389
16390 2004-08-12 [colin]      0.9.12cvs59.1
16391
16392         * src/plugins/trayicon/trayicon.c
16393                 Sync with HEAD
16394
16395 2004-08-12 [colin]      0.9.12cvs57.5
16396
16397         * sylpheed.desktop
16398         * configure.ac
16399         * src/Makefile.am
16400         * src/main.c
16401                 Add support for Freedesktop.org's startup notification
16402
16403 2004-08-11 [colin]      0.9.12cvs57.4
16404
16405         * src/textview.c
16406                 Fix off-by-one
16407
16408 2004-08-11 [colin]      0.9.12cvs57.3
16409
16410         * src/message_search.c
16411         * src/summary_search.c
16412                 Make searches case insensitive by default
16413         * src/textview.c
16414                 Fix case-insensitive search in message
16415
16416 2004-08-11 [colin]      0.9.12cvs57.2
16417
16418         * src/summary_search.c
16419                 Let case-sensitive be specified
16420
16421 2004-08-10 [colin]      0.9.12cvs55.4
16422
16423         * src/common/socket.c
16424                 Fix the possible race condition
16425
16426 2004-08-09 [paul]       0.9.12cvs55.3
16427
16428         * configure.ac
16429         * src/Makefile.am
16430         * src/common/Makefile.am
16431                 sync with HEAD
16432
16433
16434 2004-08-09 [paul]       0.9.12cvs55.2
16435
16436         * autogen.sh
16437         * po/poconv.sh
16438                 remove unneeded script
16439
16440         * configure.ac
16441                 add forgotten USE_LDAP_TLS (sync with HEAD)
16442
16443
16444 2004-08-09 [colin]      0.9.12cvs55.1
16445
16446         * src/main.c
16447         * src/common/ssl.c
16448         * src/common/sylpheed.c
16449         * src/common/sylpheed.h
16450                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
16451
16452 2004-08-09 [paul]       0.9.12cvs54.1
16453
16454         * ChangeLog
16455         * ChangeLog.claws
16456         * ChangeLog.jp
16457         * configure.ac
16458         * po/POTFILES.in
16459         * src/Makefile.am
16460         * src/folderutils.c
16461         * src/main.c
16462         * src/pgpmime.c
16463         * src/pgpmime.h
16464         * src/sgpgme.c
16465         * src/sgpgme.h
16466         * src/plugins/Makefile.am
16467         * src/plugins/pgpmime/.cvsignore
16468         * src/plugins/pgpmime/Makefile.am
16469         * src/plugins/pgpmime/pgpmime.c
16470         * src/plugins/pgpmime/pgpmime.h
16471         * src/plugins/pgpmime/plugin.c
16472         * src/plugins/pgpmime/sgpgme.c
16473         * src/plugins/pgpmime/sgpgme.h
16474                 sync with HEAD
16475
16476 2004-08-08 [paul]       0.9.12cvs51.1
16477
16478         * configure.ac
16479         * src/folder.c
16480                 sync with HEAD
16481
16482 2004-08-07 [colin]      0.9.12cvs50.1
16483
16484         * src/pop.c
16485         * src/common/partial_download.c
16486                 fix warnings (sync from HEAD)
16487
16488 2004-08-07 [colin]      0.9.12cvs48.1
16489
16490         * src/prefs_folder_item.c
16491                 sync with HEAD 0.9.12cvs48
16492
16493 2004-08-06 [colin]      0.9.12cvs47.1
16494
16495         * src/compose.c
16496                 Sync with HEAD
16497
16498 2004-08-06 [christoph]  0.9.12cvs46.2
16499
16500         * src/main.c
16501         * src/plugins/clamav/clamav_plugin_gtk.c
16502         * src/plugins/dillo_viewer/dillo_viewer.c
16503         * src/plugins/image_viewer/plugin.c
16504         * src/plugins/mathml_viewer/mathml_viewer.c
16505         * src/plugins/spamassassin/spamassassin_gtk.c
16506         * src/plugins/trayicon/trayicon.c
16507                 don't mix GTK1.2 plugin with GTK2 plugins
16508
16509 2004-08-06 [colin]      0.9.12cvs46.1
16510
16511         * ChangeLog
16512         * ChangeLog.claws
16513         * ChangeLog.jp
16514         * configure.ac
16515         * sylpheed-claws.pc.in
16516         * src/folder.c
16517         * src/imap.c
16518         * src/localfolder.c
16519         * src/messageview.c
16520         * src/mimeview.c
16521         * src/mimeview.h
16522         * src/msgcache.c
16523         * src/news.c
16524         * src/prefs_ext_prog.c
16525         * src/prefs_folder_item.c
16526         * src/prefs_fonts.c
16527         * src/prefs_msg_colors.c
16528         * src/prefs_spelling.c
16529         * src/prefs_themes.c
16530         * src/prefs_toolbar.c
16531         * src/prefs_wrapping.c
16532         * src/procmime.h
16533         * src/common/defs.h
16534         * src/common/nntp.c
16535         * src/common/session.c
16536         * src/common/session.h
16537         * src/common/socket.c
16538         * src/common/utils.h
16539         * src/common/xml.c
16540         * src/common/xml.h
16541         * src/gtk/prefswindow.c
16542         * src/gtk/prefswindow.h
16543         * src/plugins/clamav/clamav_plugin_gtk.c
16544         * src/plugins/dillo_viewer/dillo_prefs.c
16545         * src/plugins/image_viewer/viewerprefs.c
16546         * src/plugins/spamassassin/spamassassin_gtk.c
16547         * m4/openssl.m4 *** REMOVED ***
16548                 Sync with HEAD 0.9.12cvs46
16549
16550 2004-08-03 [paul]       0.9.12cvs40.2
16551
16552         * src/action.c
16553         * src/addressadd.c
16554         * src/addressbook.c
16555         * src/addrgather.c
16556         * src/browseldap.c
16557         * src/compose.c
16558         * src/crash.c
16559         * src/editaddress.c
16560         * src/editgroup.c
16561         * src/editldap_basedn.c
16562         * src/foldersel.c
16563         * src/importldif.c
16564         * src/mimeview.c
16565         * src/prefs_common.c
16566         * src/prefs_template.c
16567         * src/sourcewindow.c
16568         * src/summaryview.c
16569         * src/gtk/about.c
16570         * src/gtk/foldersort.c
16571         * src/gtk/logwindow.c
16572         * src/gtk/pluginwindow.c
16573         * src/gtk/prefswindow.c
16574                 change all gtk_scrolled_window_set_policy from 
16575                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
16576
16577 2004-08-02 [paul]       0.9.12cvs40.1
16578
16579         * AUTHORS
16580                 update translation team section
16581         * po/pt_BR.po
16582                 updated by Frederico Goncalves Guimaraes
16583                 <fggdebian@yahoo.com.br>
16584
16585 2004-07-31 [colin]      0.9.12cvs39.9
16586
16587         * src/exphtmldlg.c
16588                 Fix compilation
16589
16590 2004-07-31 [colin]      0.9.12cvs39.8
16591
16592         * src/exphtmldlg.c
16593                 Fix an alertpanel type
16594
16595 2004-07-30 [colin]      0.9.12cvs39.7
16596
16597         * src/alertpanel.c
16598                 Fix alertpanel_error_log's icon
16599
16600 2004-07-30 [colin]      0.9.12cvs39.6
16601
16602         * src/pop.c
16603                 Two of them should still be warnings
16604
16605 2004-07-30 [colin]      0.9.12cvs39.5
16606
16607         * src/pop.c
16608                 More warning -> error
16609 2004-07-29 [colin]      0.9.12cvs39.4
16610
16611         * src/pop.c
16612                 Warning -> error
16613
16614 2004-07-29 [colin]      0.9.12cvs39.3
16615
16616         * src/prefs_matcher.c
16617                 Fix segfault
16618
16619 2004-07-29 [colin]      0.9.12cvs39.2
16620
16621         * src/alertpanel.c
16622                 More nice-looking alertpanels
16623
16624 2004-07-29 [colin]      0.9.12cvs39.1
16625
16626         * src/messageview.c
16627                 sync with head
16628                 (inform user when partial mail is deleted on server)
16629
16630 2004-07-29 [colin]      0.9.12cvs38.1
16631
16632         * src/messageview.c
16633                 sync with head
16634
16635 2004-07-28 [paul]       0.9.12cvs37.7
16636
16637         * src/mainwindow.c
16638                 complete the replacement of deprecated gtk_progress_*
16639
16640 2004-07-28 [paul]       0.9.12cvs37.6
16641
16642         * src/action.c
16643         * src/inc.c
16644         * src/mainwindow.c
16645         * src/send_message.c
16646         * src/gtk/progressdialog.c
16647         * src/gtk/progressdialog.h
16648                 replace deprecated gtk_progress_*
16649
16650 2004-07-28 [paul]       0.9.12cvs37.5
16651
16652         * src/gtk/filesel.c
16653                 remove gtk_window_set_wmclass()
16654 2004-07-28 [paul]       0.9.12cvs37.4
16655
16656         * src/addressbook.c
16657         * src/compose.c
16658         * src/foldersel.c
16659         * src/mainwindow.c
16660         * src/messageview.c
16661         * src/sourcewindow.c
16662         * src/gtk/logwindow.c
16663                 remove gtk_window_set_wmclass()
16664                 
16665         * src/prefs_filtering.c
16666         * src/prefs_filtering_action.c
16667         * src/prefs_fonts.c
16668         * src/prefs_gtk.c
16669         * src/prefs_matcher.c
16670         * src/ssl_manager.c
16671         * src/gtk/prefswindow.c
16672                 replace gtk_window_position()
16673
16674 2004-07-28 [colin]      0.9.12cvs37.3
16675
16676         * src/alertpanel.c
16677         * src/alertpanel.h
16678                 Add a way to specify panel type for specific
16679                 panels (alertpanel())
16680         * src/account.c
16681         * src/addressbook.c
16682         * src/compose.c
16683         * src/expldifdlg.c
16684         * src/main.c
16685         * src/messageview.c
16686         * src/summaryview.c
16687         * src/textview.c
16688         * src/gtk/sslcertwindow.c
16689                 Fix alertpanel()s so that their icon match
16690                 their real type
16691
16692 2004-07-28 [paul]       0.9.12cvs37.2
16693
16694         * src/addr_compl.c
16695         * src/addressbook.c
16696         * src/alertpanel.c
16697         * src/compose.c
16698         * src/export.c
16699         * src/foldersel.c
16700         * src/folderview.c
16701         * src/grouplistdialog.c
16702         * src/import.c
16703         * src/mainwindow.c
16704         * src/message_search.c
16705         * src/messageview.c
16706         * src/passphrase.c
16707         * src/prefs_actions.c
16708         * src/prefs_common.c
16709         * src/prefs_customheader.c
16710         * src/prefs_display_header.c
16711         * src/prefs_filtering.c
16712         * src/prefs_filtering_action.c
16713         * src/prefs_gtk.c
16714         * src/prefs_matcher.c
16715         * src/prefs_msg_colors.c
16716         * src/prefs_summary_column.c
16717         * src/prefs_template.c
16718         * src/sourcewindow.c
16719         * src/ssl_manager.c
16720         * src/summary_search.c
16721         * src/gtk/colorsel.c
16722         * src/gtk/description_window.c
16723         * src/gtk/gtkaspell.c
16724         * src/gtk/inputdialog.c
16725         * src/gtk/logwindow.c
16726         * src/gtk/prefswindow.c
16727         * src/gtk/progressdialog.c
16728                 replace deprecated gtk_window_set_policy
16729
16730 2004-07-27 [colin]      0.9.12cvs37.1
16731
16732         * src/msgcache.c
16733                 More fixes (synced for head again)
16734
16735 2004-07-27 [colin]      0.9.12cvs35.3
16736
16737         * src/msgcache.c
16738                 Fix wrong test
16739
16740 2004-07-27 [colin]      0.9.12cvs35.2
16741
16742         * src/mimeview.c
16743                 Fix width a bit (by Paul)
16744         * src/alertpanel.c
16745         * src/alertpanel.h
16746                 Specialize icons, make alertpanel_message()
16747                 private
16748         * src/message_search.c
16749         * src/sgpgme.c
16750         * src/summary_search.c
16751                 Suit alertpanel changes
16752
16753 2004-07-27 [colin]      0.9.12cvs35.1
16754
16755         * src/alertpanel.c
16756                 Add an icon
16757         * src/passphrase.c
16758                 Add debug output - maybe someone will
16759                 want to look at the problem with Grab
16760                 Input :)
16761         Bump version as we're synced with HEAD
16762
16763 2004-07-26 [colin]      0.9.12cvs33.26
16764
16765         * src/pop.c
16766                 Fix uidl-file parsing when not in new
16767                 format
16768
16769 2004-07-26 [colin]      0.9.12cvs33.25
16770
16771         * src/gtk/menu.c
16772                 Move popup menu up if necessary (fixes 
16773                 account selector)
16774         * src/mainwindow.c
16775                 Set account selector's button height to
16776                 minimum
16777
16778 2004-07-26 [colin]      0.9.12cvs33.24
16779
16780         * src/alertpanel.c
16781                 Maybe fix 551 (Truncated font in alert window)
16782
16783 2004-07-26 [colin]      0.9.12cvs33.23
16784
16785         * po/de.po
16786         * po/es.po
16787         * po/fr.po
16788         * po/it.po
16789         * po/ja.po
16790         * po/pl.po
16791         * po/ru.po
16792         * po/sk.po
16793         * po/sr.po
16794         * po/zh_CN.po
16795                 Sync po files with HEAD
16796
16797 2004-07-26 [paul]       0.9.12cvs33.22
16798
16799         * src/compose.c
16800                 fix Bug 556 'Organisation-header is sent even if empty'
16801
16802 2004-07-24 [colin]      0.9.12cvs33.21
16803
16804         * src/compose.c
16805         * src/gtk/gtkaspell.c
16806         * src/gtk/gtkaspell.h
16807                 Fix speller accelerators (require hack)
16808
16809 2004-07-24 [colin]      0.9.12cvs33.20
16810
16811         * src/gtk/gtkaspell.c
16812                 Fix over-eager code deletion breaking
16813                 Check while typing
16814
16815 2004-07-24 [colin]      0.9.12cvs33.19
16816
16817         * src/browseldap.c
16818         * src/ldapctrl.c
16819         * src/ldapctrl.h
16820         * src/ldapserver.h
16821                 Sync ldap with HEAD
16822         (Fixes 546 LDAP completely broken)
16823
16824 2004-07-24 [colin]      0.9.12cvs33.18
16825
16826         * src/prefs_msg_colors.c
16827                 Fix prototype mismatch
16828         (Fixes 547 void function cannot return value)
16829
16830 2004-07-24 [colin]      0.9.12cvs33.17
16831
16832         * src/mainwindow.c
16833                 Fix sort going back to previous sort key
16834                 when changing sort direction
16835
16836 2004-07-24 [colin]      0.9.12cvs33.16
16837
16838         * src/compose.c
16839                 Fix space insertion when re-wrapping at 
16840                 cursor point
16841
16842 2004-07-24 [colin]      0.9.12cvs33.15
16843
16844         * src/gtk/gtkaspell.c
16845                 Don't change cursor position in insert-text
16846                 callback
16847         (Fixes 539 Word wrapping on input transposes letters)
16848
16849 2004-07-24 [colin]      0.9.12cvs33.14
16850
16851         * src/gtk/gtkaspell.c
16852                 Reencode non-ascii chars to dictionary's
16853                 encoding
16854         (Fixes 544 Spell check broken non english locale)
16855
16856 2004-07-24 [colin]      0.9.12cvs33.13
16857
16858         * src/summaryview.c
16859                 Fix Shift+Down, add Home/End/PgUp/PgDown
16860
16861 2004-07-21 [colin]      0.9.12cvs33.12
16862
16863         * src/prefs_common.c
16864                 Fix a gtk warning (Patch by Andrej Kacian)
16865
16866 2004-07-21 [colin]      0.9.12cvs33.11
16867
16868         * src/gtk/filesel.c
16869                 More check
16870
16871 2004-07-21 [colin]      0.9.12cvs33.10
16872
16873         * src/compose.c
16874         * src/crash.c
16875         * src/export.c
16876         * src/import.c
16877         * src/messageview.c
16878         * src/mimeview.c
16879         * src/prefs_spelling.c
16880         * src/prefs_themes.c
16881         * src/summaryview.c
16882         * src/gtk/filesel.c
16883         * src/gtk/filesel.h
16884         * src/gtk/pluginwindow.c
16885                 Untwist open/save mode guessing logic, make
16886                 it explicit
16887
16888 2004-07-20 [colin]      0.9.12cvs33.9
16889
16890         * src/codeconv.c
16891                 conv_encode_header: src_charset is UTF-8 on
16892                 gtk2
16893         * src/compose.c
16894                 Remove double encoding of the headers
16895
16896 2004-07-20 [colin]      0.9.12cvs33.8
16897
16898         * src/codeconv.c
16899                 Fix typo
16900
16901 2004-07-20 [colin]      0.9.12cvs33.7
16902
16903         * src/mainwindow.c
16904                 Set the separated messageview to the saved
16905                 size of Claws' messageview (Patch by Alfons)
16906                 Fix a callback prototype (me)
16907
16908 2004-07-20 [colin]      0.9.12cvs33.6
16909
16910         * src/codeconv.h
16911                 Forgot one hunk in 0.9.12cvs33.4
16912
16913 2004-07-19 [colin]      0.9.12cvs33.5
16914
16915         * src/action.c
16916                 Action output fix
16917                 Patch by Alfons
16918
16919 2004-07-19 [colin]      0.9.12cvs33.4
16920
16921         * src/compose.c
16922                 Fix outgoing charset bug in headers
16923         * src/codeconv.c
16924                 Clean for glib2 - Patch by Alfons
16925
16926 2004-07-19 [colin]      0.9.12cvs33.3
16927
16928         * src/statusbar.c
16929                 Remove grip from the statusbar
16930                 Patch by Alfons
16931
16932 2004-07-19 [colin]      0.9.12cvs33.2
16933
16934         * src/messageview.c
16935         * src/textview.c
16936                 Fix messageview remembering the previous
16937                 scroll position when loading a new message
16938                 Patch by Alfons
16939
16940 2004-07-19 [colin]      0.9.12cvs33.1
16941
16942         * src/folder.h
16943         * src/folderview.c
16944         * src/summaryview.c
16945                 Sync with HEAD
16946
16947 2004-07-18 [colin]      0.9.12cvs32.7
16948
16949         * configure.ac
16950                 Remove useless check for XIM - noticed
16951                 by Alfons
16952
16953 2004-07-18 [colin]      0.9.12cvs32.6
16954
16955         * src/summaryview.c
16956                 Remove non-modified and shift-modified
16957                 accelerators in summaryview's popup
16958                 menu, as that doesn't get catched by
16959                 the accel-activate signal catcher...
16960
16961 2004-07-18 [colin]      0.9.12cvs32.5
16962
16963         * src/prefs_common.c
16964                 Define sensible default prefs for 
16965                 wrapping
16966
16967 2004-07-18 [colin]      0.9.12cvs32.4
16968
16969         * src/compose.c
16970         * src/prefs_common.c
16971         * src/prefs_common.h
16972         * src/prefs_wrapping.c
16973                 Remove Smart Wrapping pref, which does
16974                 nothing on gtk2 branch
16975
16976 2004-07-18 [colin]      0.9.12cvs32.3
16977
16978         * src/sourcewindow.c
16979                 Proper utf8
16980
16981 2004-07-18 [colin]      0.9.12cvs32.2
16982
16983         * src/compose.c
16984                 Save attachment status when drafting
16985
16986 2004-07-18 [colin]      0.9.12cvs32.1
16987
16988         * src/gtk/filesel.c
16989                 Fix erratic folder selection in open mode
16990
16991 2004-07-18 [colin]      0.9.12cvs31.11
16992
16993         * src/pop.c
16994                 Don't let partial messages get deleted
16995                 even with "dowload all"
16996                 (0.9.12cvs31.8 fix extension)
16997 2004-07-18 [colin]      0.9.12cvs31.10
16998
16999         * src/gtk/logwindow.c
17000                 Fix log scrolling
17001
17002 2004-07-18 [colin]      0.9.12cvs31.9
17003
17004         * src/common/utils.c
17005                 Fix non-utf8 strings coming from commands
17006                 and files
17007
17008 2004-07-18 [colin]      0.9.12cvs31.8
17009
17010         * src/pop.c
17011                 Fix partial download bug with Download all
17012                 messages option
17013
17014 2004-07-18 [colin]      0.9.12cvs31.7
17015
17016         * src/textview.c
17017                 Fix bug introduced in 0.9.12cvs31.2
17018                 (blocked in select mode after double click)
17019
17020 2004-07-18 [colin]      0.9.12cvs31.6
17021
17022         * src/compose.c
17023         * src/gtk/menu.c
17024                 More glib-warning fixes
17025
17026 2004-07-18 [colin]      0.9.12cvs31.5
17027
17028         * src/compose.c
17029                 Fix trashing the primary clipboard when moving 
17030                 around with tab
17031         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
17032
17033 2004-07-18 [colin]      0.9.12cvs31.4
17034
17035         * src/codeconv.c
17036                 convert unencoded iso headers to utf8
17037         (Fix Bug 538 Unencoded local characters in subject make it 
17038          disappear)
17039
17040 2004-07-18 [colin]      0.9.12cvs31.3
17041
17042         * src/compose.c
17043                 Fix tab char handling in wrapping
17044         (Fix Bug 537 Line wrap problem - TAB character treated as 
17045          one character instead of 8)
17046
17047 2004-07-18 [colin]      0.9.12cvs31.2
17048
17049         * src/textview.c
17050                 return FALSE on GDK_MOTION_NOTIFY
17051         (Fix Bug 535 Hyperlinks/addresses are not selectable 
17052          (unable to highlight))
17053
17054 2004-07-18 [colin]      0.9.12cvs31.1
17055
17056         * src/folderview.c
17057                 Sync with 0.9.12cvs31
17058
17059 2004-07-18 [colin]      0.9.12cvs30.4
17060
17061         * src/compose.c
17062                 Also block text_inserted when inserting a file
17063
17064 2004-07-18 [colin]      0.9.12cvs30.3
17065
17066         * src/compose.c
17067                 Fix smart wrapping (block text_inserted handler
17068                 while putting quotation to avoid wrap on input,
17069                 don't join lines if next is sig separator)
17070
17071 2004-07-17 [colin]      0.9.12cvs30.2
17072
17073         * src/folderview.c
17074         * src/mainwindow.c
17075         * src/mimeview.c
17076         * src/summaryview.c
17077         * src/gtk/quicksearch.c
17078         * src/gtk/quicksearch.h
17079                 Block key events handlers *and* accels while
17080                 quicksearch is focused
17081         (Fixes Bug 534 quick-search bar not accepting certain letters)
17082
17083 2004-07-17 [colin]      0.9.12cvs30.1
17084
17085         * src/folder.h
17086         * src/folderview.c
17087         * src/summaryview.c
17088                 Sync with 0.9.12cvs30
17089
17090 2004-07-17 [colin]      0.9.12cvs28.2
17091
17092         * src/mimeview.c
17093         * src/procmime.c
17094         * src/summaryview.c
17095         * src/gtk/menu.c
17096                 Squash some compile and glib warnings
17097
17098 2004-07-17 [paul]       0.9.12cvs28.1
17099
17100         * src/mimeview.c
17101                 sync with 0.9.12cvs28 HEAD
17102
17103 2004-07-16 [paul]       0.9.12cvs26.1
17104         
17105         * src/gtk/quicksearch.c
17106         * src/account.c
17107         * src/account.h
17108         * src/compose.c
17109         * src/customheader.c
17110         * src/folder_item_prefs.c
17111         * src/main.c
17112         * src/mainwindow.c
17113         * src/messageview.c
17114         * src/mimeview.c
17115         * src/news.c
17116         * src/pgpmime.c
17117         * src/pop.c
17118         * src/pop.h
17119         * src/prefs_account.c
17120         * src/prefs_account.h
17121         * src/prefs_common.c
17122         * src/prefs_common.h
17123         * src/prefs_display_header.c
17124         * src/prefs_gtk.c
17125         * src/prefs_gtk.h
17126         * src/procheader.c
17127         * src/procmime.c
17128                 sync with 0.9.12cvs26 HEAD      
17129
17130 2004-07-15 [colin]      0.9.12cvs18.14
17131
17132         * src/folder.c
17133                 Disable GPG signature check during
17134                 folder move and scan
17135         (Closes Bug 521 Signature checking slows down Folder-Move)
17136
17137 2004-07-14 [colin]      0.9.12cvs18.13
17138
17139         * src/common/partial_download.c
17140                 update includes
17141
17142 2004-07-14 [colin]      0.9.12cvs18.12
17143
17144         * src/common/partial_download.c
17145         * src/common/partial_download.h
17146                 Move doc at top, add correct copyright
17147
17148 2004-07-14 [colin]      0.9.12cvs18.11
17149
17150         * src/folder.c
17151         * src/messageview.c
17152         * src/pop.c
17153         * src/pop.h
17154         * src/procmsg.c
17155         * src/summaryview.c
17156         * src/common/Makefile.am
17157         * src/common/partial_download.c ** NEW FILES **
17158         * src/common/partial_download.h ** NEW FILES **
17159                 Move partial-download related stuff to its
17160                 own file
17161
17162 2004-07-14 [colin]      0.9.12cvs18.10
17163
17164         * src/send_message.c
17165                 Fix smtp auth when user is null or empty
17166
17167 2004-07-13 [colin]      0.9.12cvs18.9
17168
17169         * src/gtk/quicksearch.c
17170                 Use alphabetic order
17171
17172 2004-07-13 [colin]      0.9.12cvs18.8
17173
17174         * src/pop.c
17175                 Be paranoid on the checks
17176
17177 2004-07-13 [colin]      0.9.12cvs18.7
17178
17179         * src/gtk/quicksearch.c
17180                 Fix Engrish once again
17181
17182 2004-07-13 [colin]      0.9.12cvs18.6
17183
17184         * src/procmsg.c
17185         * src/summaryview.c
17186                 Mark messages for deletion when they are about to
17187                 be removed from trash
17188
17189 2004-07-13 [colin]      0.9.12cvs18.5
17190
17191         * src/matcher.c
17192         * src/matcher.h
17193         * src/matcher_parser_parse.y
17194         * src/prefs_matcher.c
17195         * src/gtk/quicksearch.c
17196                 Add 'partial' ('p') match string to find partially
17197                 downloaded messages
17198
17199 2004-07-13 [colin]      0.9.12cvs18.4
17200
17201         * src/pop.c
17202                 Fix misplaced block
17203
17204 2004-07-13 [colin]      0.9.12cvs18.3
17205
17206         * src/pop.c
17207         * src/pop.h
17208         * src/messageview.c
17209                 Refactor API (to avoid passing 5+ params and code
17210                 duplication)
17211         * src/folder.c
17212         * src/msgcache.c
17213         * src/procheader.c
17214         * src/common/defs.h
17215                 Add planned_download to cache
17216                 Don't mess uidl file when moving partially downloaded
17217                 mails (they change folder, we should change it in the
17218                 uidl list too or we'll remove an incorrect message)
17219                 (this also helps removing hacks when changing 
17220                 planned_download in messageview.c)
17221
17222 2004-07-12 [colin]      0.9.12cvs18.2
17223
17224         * src/gtk/quicksearch.c
17225                 Fix missing status update in quicksearch
17226
17227 2004-07-12 [paul]       0.9.12cvs18.1
17228
17229         * po/POTFILES.in
17230         * src/Makefile.am
17231         * src/account.c
17232         * src/codeconv.c
17233         * src/compose.c
17234         * src/inc.c
17235         * src/main.c
17236         * src/prefs_common.c
17237         * src/procmsg.h
17238         * src/toolbar.c
17239         * src/prefs_msg_colors.[ch]     ** NEW FILES **
17240         * src/prefs_wrapping.[ch]       ** NEW FILES **
17241         * src/common/intl.h
17242         * src/common/utils.[ch]
17243         * src/gtk/quicksearch.[ch]
17244                 sync with 0.9.12cvs18 HEAD
17245
17246 2004-07-12 [colin]      0.9.11cvs17.25
17247
17248         * src/folder.c
17249         * src/folder.h
17250                 Remove unused function added by me in 0.9.11cvs17.10
17251
17252 2004-07-11 [colin]      0.9.11cvs17.24
17253
17254         * src/inc.c
17255         * src/messageview.c
17256         * src/pop.c
17257         * src/pop.h
17258                 Use folderitem and msgnum instead of filename to
17259                 know which mail to delete
17260                 Move old partial mail deletion to pop.c
17261
17262 2004-07-10 [colin]      0.9.11cvs17.23
17263
17264         * src/inc.c
17265                 Add debug
17266         * src/pop.c
17267         * src/pop.h
17268                 Don't re-use same enums for unrelated stuff: it's 
17269                 completely misleading !
17270                 Document a bit
17271
17272 2004-07-09 [colin]      0.9.11cvs17.22
17273
17274         * src/inc.c
17275                 Remove folder-type check and do
17276                 more tests to be sure everything's
17277                 ok
17278         * src/messageview.c
17279                 Punctuation update, remove useless
17280                 code, fix two warnings
17281         * src/noticeview.c
17282                 Layout cleaning, reset 2nd button
17283                 when specifying one
17284
17285 2004-07-09 [colin]      0.9.11cvs17.21
17286
17287         * src/messageview.c
17288         * src/pop.c
17289         * src/pop.h
17290                 Allow user to change his mind
17291                 and postpone decision (by
17292                 unmarking the mail)
17293
17294 2004-07-09 [colin]      0.9.11cvs17.20
17295
17296         * src/messageview.c
17297                 Fix bug with delete state
17298         * src/pop.c
17299         * src/pop.h
17300                 Fix buffer leak (fread doesn't 
17301                 terminate buffers with \0)
17302                 Refactoring (remove magic 
17303                 numbers)
17304
17305 2004-07-09 [colin]      0.9.11cvs17.19
17306
17307         * src/pop.c
17308                 Don't log "Skipping message" if 
17309                 we're going to TOP it two lines
17310                 later
17311
17312 2004-07-09 [colin]      0.9.11cvs17.18
17313
17314         * src/messageview.c
17315                 Fix Engrish
17316
17317 2004-07-09 [colin]      0.9.11cvs17.17
17318
17319         * src/pop.c
17320                 strlen checking...
17321         * src/messageview.c
17322                 refactoring a bit
17323
17324 2004-07-08 [colin]      0.9.11cvs17.16
17325
17326         * src/noticeview.c
17327         * src/noticeview.h
17328                 Add an optional second button
17329         * src/messageview.c
17330         * src/pop.c
17331         * src/pop.h
17332                 Don't delete partially received mails after a certain
17333                 time; rather, let the user decide.
17334
17335 2004-07-08 [colin]      0.9.11cvs17.15
17336
17337         * src/common/smtp.h
17338                 Sync with HEAD
17339
17340 2004-07-08 [colin]      0.9.11cvs17.14
17341
17342         * src/messageview.c
17343         * src/common/smtp.c
17344                 Use to_human_readable() for sizes
17345
17346 2004-07-08 [colin]      0.9.11cvs17.13
17347
17348         * src/inc.c
17349         * src/messageview.c
17350         * src/pop.c
17351         * src/pop.h
17352         * src/procmsg.c
17353                 Fix partial-downloading issues:
17354                         catch unsupported TOP
17355                         don't delete partially downloaded mails before 5 days
17356                         don't update existing with non-MH folders; that'll
17357                         make dups, but it's better than trashing the folder
17358                         free new msginfo parts
17359                 Fix indentation ;-)
17360
17361 2004-07-08 [colin]      0.9.11cvs17.12
17362
17363         * src/common/smtp.c
17364         * src/common/smtp.h
17365                 Sync smtp size verification with HEAD
17366
17367 2004-07-08 [colin]      0.9.11cvs17.11
17368
17369         * src/summaryview.c
17370         * src/prefs_common.c
17371         * src/prefs_common.h
17372         * src/gtk/quicksearch.c
17373         * src/gtk/quicksearch.h
17374                 Sync sticky pref with HEAD
17375
17376 2004-07-08 [colin]      0.9.11cvs17.10
17377
17378         * src/folder.c [1.213.2.6]
17379         * src/folder.h [1.87.2.6]
17380         * src/inc.c [1.149.2.7]
17381         * src/messageview.c [1.94.2.8]
17382         * src/procheader.c [1.47.2.6]
17383         * src/procmsg.c [1.150.2.4]
17384         * src/procmsg.h [1.60.2.5]
17385         * src/pop.c [1.56.2.4]
17386         * src/pop.h [1.17.2.3]
17387                 Let too big messages get downloaded, but truncated
17388                 Add a button to download them completely
17389                 
17390 2004-07-06 [colin]      0.9.11cvs17.9
17391
17392         * src/gtk/quicksearch.c [1.1.2.3]
17393                 Add a Clear button
17394         * commitHelper
17395         * PATCHSETS
17396                 Add a script to help with cvs
17397
17398 2004-07-03 [colin]      0.9.11cvs17.8
17399
17400         * src/plugins/imageviewer/viewer.c
17401                 fix imageviewer (which was staying on the first
17402                 displayed image)
17403
17404 2004-07-03 [colin]      0.9.11cvs17.7
17405
17406         Removed FIXME_GTK2 warnings
17407         * src/gtk/gtkutils.c
17408                 useless #warnings
17409         * src/gtk/menu.c
17410                 useless #warnings (no need to mess with menu rc)
17411         * src/gtk/menu.h
17412                 unused functions
17413         
17414
17415 2004-07-03 [colin]      0.9.11cvs17.6
17416
17417         Removed FIXME_GTK2 warnings
17418         * src/codeconv.c
17419                 useless #warnings (rewrite needed)
17420         * src/compose.c
17421                 useless #warnings (rewrite needed)
17422                 useless #warnings (gtk2 is like that)
17423                 useless #warnings (previously fixed)
17424         * src/main.c
17425                 useless #warnings (previously fixed)
17426         * src/message_search.c
17427                 useless #warnings (gtk2 is like that)
17428                 Made apparent that search is case-sensitive
17429         * src/mimeview.c
17430                 useless #warnings (rewrite needed)
17431                 useless #warnings (gtk2 is like that)
17432                 reimplemented real warnings
17433         * src/prefs_common.c
17434                 Removed block cursor option (not it gtk2)
17435         * src/prefs_gtk.c
17436                 useless #warnings (rewrite needed)
17437         * src/procheader.c
17438                 useless #warnings (rewrite needed)
17439         * src/sourcewindow.c
17440                 useless #warnings (incorrect placing)
17441         * src/summary_search.c
17442                 useless #warnings (gtk2 is like that)
17443                 Made apparent that search is case-sensitive
17444         * src/action.c
17445                 useless #warnings (gtk2 is like that)
17446         * src/textview.c
17447                 useless #warnings (rewrite needed)
17448         * src/toolbar.c
17449                 useless #warnings (rewrite needed)
17450
17451 2004-07-03 [colin]      0.9.11cvs17.5
17452
17453         * src/textview.c
17454                 Fix mismerge which broke URI opening
17455                 
17456 2004-07-01 [colin]      0.9.11cvs17.4
17457
17458         * src/gtk/filesel.c
17459                 Fill filename when saving
17460                 
17461 2004-06-27 [colin]      0.9.11cvs17.3
17462
17463         * src/gtk/filesel.[ch]
17464                 Use the new GTK file selector
17465                 Update prototype to match the reality: multiple file
17466                 selection is open-only          
17467         * src/compose.c
17468                 Match the new prototypes        
17469         * configure.ac
17470                 Match the new requirements (gtk 2.4.0)
17471                         
17472 2004-06-26 [colin]      0.9.11cvs17.2
17473
17474         * src/plugins/trayicon/trayicon.c
17475                 Remove useless signal handler on resize, which causes
17476                 an infinite "loop"
17477         
17478 2004-06-26 [colin]      0.9.11cvs17.1
17479         
17480         * tools/Makefile.am
17481                 remove launch_firebird and add nautilus2sylpheed.sh
17482         * src/quicksearch.c
17483           src/summaryview.c
17484                 Fix show/hide "Extended symbols" button problem
17485                 Fix apparition at startup
17486                 Fix const warnings
17487         * src/plugins/image_viewer/Makefile.am
17488                 Fix configure 
17489         * common/ssl.c
17490                 Re-enable certificate check, as it doesn't seem to
17491                 cause Xlib errors anymore
17492
17493 2004-06-25 [paul]       0.9.11cvs17
17494
17495         * sync with 0.9.11cvs17 HEAD
17496         
17497         NOTE: QuickSearch is broken
17498
17499 2004-06-07 [colin]      0.9.10claws67.10
17500         * src/plugins/trayicon/trayicon.c
17501           src/plugins/trayicon/libeggtrayicon/Makefile.am
17502           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17503                 Fix gettextization in trayicon plugin
17504
17505 2004-06-07 [colin]      0.9.10claws67.9
17506         
17507         * src/summaryview.c
17508           src/gtk/gtksctree.[ch]
17509                 Let Shift+{Up,Down} work in summaryview
17510                 (well, Down "works" and Up works)
17511                 Let the list scroll when using these keys
17512
17513 2004-06-06 [colin]      0.9.10claws67.8
17514
17515         * src/plugins/trayicon/trayicon.c
17516                 Fix pixmap update
17517
17518 2004-06-06 [colin]      0.9.10claws67.7
17519
17520         * src/addressbook.c
17521                 Fix signal handling causing system-wide focus grab
17522
17523 2004-05-25 [paul]       0.9.10claws67.6
17524
17525         * Makefile.am
17526           src/Makefile.am
17527                 clean up
17528
17529 2004-05-25 [paul]       0.9.10claws67.5
17530
17531         * replace deprecated gtk_signal... functions
17532
17533 2004-05-23 [colin]      0.9.10claws67.4
17534
17535         * src/compose.c
17536                 Fix wrapping
17537
17538 2004-05-22 [colin]      0.9.10claws67.3
17539
17540         * src/compose.c
17541                 Re-fix [Edited] in compose.c::compose_reedit()
17542
17543 2004-05-22 [colin]      0.9.10claws67.2
17544
17545         * src/procmime.c
17546                 Fix parsing of multiparts mails
17547
17548 2004-05-22 [colin]      0.9.10claws67.1
17549
17550         * src/summaryview.c
17551                 Fix quicksearch
17552
17553 2004-05-22 [paul]       0.9.10claws67
17554
17555         * sync with 0.9.10claws67 HEAD
17556
17557 2004-05-14 [alfons]
17558
17559         * src/procmime.h
17560                 add forgotton prototype
17561
17562 2004-05-10 [paul]       0.9.10claws57
17563
17564         * sync with 0.9.10claws57 HEAD
17565
17566 2004-05-05 [paul]       0.9.9.claws1
17567
17568         * ChangeLog-gtk2        ** REMOVED **
17569           ChangeLog-gtk2.claws  ** ADDED **
17570                 rename and adopt the normal claws format
17571                 
17572         * configure.ac
17573                 require gtkmathview >= 0.5
17574
17575         * ac/*                          ** REMOVED **
17576           ac/                           ** REMOVED **
17577           intl/Makefile.in              ** REMOVED **
17578           m4/                           ** ADDED **
17579           m4/missing                    ** ADDED **
17580           m4/missing/gdk-pixbuf.m4      ** ADDED **
17581           m4/missing/gettext.m4         ** ADDED **
17582           m4/missing/gpgme.m4           ** ADDED **
17583           m4/missing/imlib.m4           ** ADDED **
17584           m4/.cvsignore                 ** ADDED **
17585           m4/Makefile.am                ** ADDED **
17586           m4/README                     ** ADDED **
17587           m4/aclocal-include.m4         ** ADDED **
17588           m4/aspell.m4                  ** ADDED **
17589           m4/check-type.m4              ** ADDED **
17590           m4/gnupg-check-typedef.m4     ** ADDED **
17591           m4/openssl.m4                 ** ADDED **
17592           m4/spamassassin.m4            ** ADDED **
17593           po/ChangeLog                  ** REMOVED **
17594           po/Makefile.in.in             ** REMOVED **
17595           po/Rules-quot                 ** REMOVED **
17596           po/boldquot.sed               ** REMOVED **
17597           po/en@boldquot.header         ** REMOVED **
17598           po/en@quot.header             ** REMOVED **
17599           po/insert-header.sin          ** REMOVED **
17600           po/quot.sed                   ** REMOVED **
17601           po/remove-potcdate.sed        ** REMOVED **
17602           po/remove-potcdate.sin        ** REMOVED **
17603           po/stamp-po                   ** REMOVED **
17604           Makefile.am
17605           autogen.sh
17606           configure.ac
17607                 enable building with automake 1.8.x
17608                 add 'autopoint --force' to autogen.sh and remove all
17609                 auto-generated files, remove ac/ directory and use
17610                 m4/ directory instead
17611                 
17612         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17613                 fix gettextization
17614
17615 2004-02-28 Colin Leroy <colin@colino.net>
17616         * src/prefs_matcher.c
17617           src/prefs_filtering.c
17618           src/prefs_filtering_action.c
17619                 Fix non-editable GtkEntries
17620
17621 2004-02-22 Thorsten Maerz <torte@netztorte.de>
17622         * src/prefs_themes.c
17623                 utf8 conversion for theme info
17624
17625 2004-02-21 Thorsten Maerz <torte@netztorte.de>
17626         * sync 0.9.9claws
17627
17628 2004-02-14 Thorsten Maerz <torte@netztorte.de>
17629         * src/grouplistdialog.c
17630                 allow multiple selections without ctrl key
17631
17632 2004-02-09 Thorsten Maerz <torte@netztorte.de>
17633         * src/main.c
17634                 enable customizable accelerators
17635
17636 2004-02-08 Thorsten Maerz <torte@netztorte.de>
17637         * src/prefs_common.c
17638                 re-enable different font settings for gtk1/2
17639         * src/prefs_folder_item.c
17640                 fix folder prefs displayed wrong
17641         * src/textview.c
17642                 set 'sunken' shadow type
17643
17644 2004-02-07 Colin Leroy <colin@colino.net>
17645         * src/compose.c
17646                 Fix message being always [Edited]
17647                 Encode headers correctly (utf8 buf)
17648
17649 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17650         * src/socket.c
17651                 remove double g_source_attach()
17652                 (Thanks to Colin Leroy)
17653
17654 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17655         * src/gtk/gtksctree.c
17656                 Fix SSL certificate list not shown
17657         * src/mimeview.c
17658                 Fix clicks in mime tree
17659
17660 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17661         * src/common/socket.c
17662                 Fix SSL receive
17663         * src/compose.c
17664                 Fix clipboard menu hotkeys
17665
17666 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17667         * src/gtk/gtkaspell.[ch]
17668           src/compose.c
17669                 reimplement spellchecker
17670
17671 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17672         * src/gtk/filesel.c
17673                 crash when inserting file in compose window
17674                 (TODO: keep old selection on clicks)
17675         * src/main.c
17676                 use gtkrc-2.0 instead of gtkrc
17677
17678 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17679         * src/messageview.c
17680                 remove orphaned mimeview unref()
17681
17682 2004-01-20 Thorsten Maerz <torte@netztorte.de>
17683         * src/grouplistdialog.c
17684                 expand nodes containing subscribed groups
17685
17686 2004-01-19 Thorsten Maerz <torte@netztorte.de>
17687         * src/textview.c
17688                 textview: hide cursor, restore old click behaviour
17689
17690 2004-01-18 Thorsten Maerz <torte@netztorte.de>
17691         * src/textview.c
17692                 variable names messed up
17693
17694 2004-01-17 Colin Leroy <colin@colino.net>
17695         * src/addr_compl.c
17696                 Fix completion address too thin
17697         * src/compose.c
17698                 Fix tab-to-subject behaviour
17699         * src/summaryview.c
17700                 Implement key up & down in summaryview
17701
17702 2004-01-12 Thorsten Maerz <torte@netztorte.de>
17703
17704         * sync 098claws
17705
17706 2004-01-08 Thorsten Maerz <torte@netztorte.de>
17707         * configure.ac
17708           Makefile.am
17709           doc/.cvsignore
17710           doc/Makefile.am
17711                 faq, man, manual moved to doc/
17712         * ac/aspell.m4
17713           ac/check-type.m4
17714           ac/gnupg-check-typedef.m4
17715           ac/openssl.m4
17716           ac/spamassassin.m4
17717           ac/missing/gdk-pixbuf.m4
17718           ac/missing/gpgme.m4
17719           ac/missing/imlib.m4
17720                 fix automake warnings
17721
17722 2003-12-06 Colin Leroy <colin@colino.net>
17723         * src/summaryview.c
17724                 Fix quicksearch
17725
17726 2003-12-05 Colin Leroy <colin@colino.net>
17727         * src/summaryview.c
17728                 Fix going to next unread folder
17729
17730 2003-12-05 Colin Leroy <colin@colino.net>
17731         * src/crash.c
17732                 Fix gtk2 compilation
17733         * src/session.c
17734                 Remove iotag source handler at disconnection
17735         * src/socket.[ch] 
17736                 Remove source handler when closing socket 
17737                 (fixes another seg)
17738
17739 2003-12-04 Colin Leroy <colin@colino.net>
17740         * src/compose.c
17741           src/prefs_account.c
17742           src/prefs_common.c
17743                 Fix some dropdown menus
17744
17745 2003-12-04 Colin Leroy <colin@colino.net>
17746         * src/compose.c
17747                 Fix event handlers on header fields
17748         * src/common/socket.c
17749           src/common/session.c
17750                 Fix segfault with callback (SSL)
17751                 Fix end of session 
17752
17753 2003-10-06 Thorsten Maerz <torte@netztorte.de>
17754
17755         * Fix compile bug in src/compose.c
17756         * removed src/gtk/gtkstext.[ch]
17757
17758 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
17759
17760         * Convert character set and escape "text" attributes in toolbar setting
17761         files.
17762         * Fixed bug in button-press-event handling.
17763
17764 2003-09-16 Thorsten Maerz <torte@netztorte.de>
17765
17766         * Fixed bug in key-press-event handling.
17767
17768 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
17769
17770         * Enabled to compile tray-icon plugin (Ad-hoc).
17771         * Avoid hang up bug of icon list in mime view (Ad-hoc).
17772
17773 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
17774
17775         * Enabled to compile on sylpheed-claws.
17776         (tray-icon plugin still cannot compile yet.)
17777
17778 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
17779
17780         * Updated to 0.9.5.
17781
17782 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
17783
17784         * Updated to 0.9.4.
17785         * Ported monitoring SSL mechanism to GSource of GLib2
17786         (I don't confirm it)
17787         * Added _gtk2 suffix to key name of font preference to avoid
17788         ovverwriting preference of Gtk+-1.2 version.
17789
17790 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
17791
17792         * Updated to 0.9.2.
17793
17794 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
17795
17796         * Updated to 0.9.1.
17797         * Translate po files into UTF-8 when execute autogen.sh.
17798
17799 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
17800
17801         * Updated to 0.9.0.
17802
17803 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
17804
17805         * Plugged GError related memory leaks.
17806
17807 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
17808
17809         * Changed default size of fonts.
17810         * Enabled to set titile font size of warning dialog.
17811
17812 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
17813
17814         * Embed a sylpheed icon into executable binary on Windows.
17815
17816 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
17817
17818         * I forgot to traslate character set of element string in src/xml.c.
17819
17820 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
17821
17822         * Fixed detecting bind_textdomain_codeset in configure.in.
17823         * The bug in which "Example" of "Date fromat" preference isn't displayed
17824         correctly has been fixed.
17825
17826 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
17827
17828         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
17829           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
17830           glib-gettextize
17831           Removed intl directory.
17832           Translated po files into UTF-8.
17833           (Thanks! Ryuji Abe)
17834
17835 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
17836
17837         * The bug which doesn't unscape string in xml.c has been fixed.
17838
17839 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
17840
17841         * The bug which is failed to translate encoding of file name thorough
17842         file dialog has been fixed.
17843
17844 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
17845
17846         * Modified to translate file names which is used in inporting/expoting
17847         mbox feature and "Save as" feature into locale encoding.
17848         * Translate file names into locale encoding when "Attache file" and
17849         "Insert file".
17850         * Force set G_BROKEN_FILENAMES environment variable.
17851         * Other minor fixes.
17852
17853 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
17854
17855         * Modified to treat MH folder's name as locale encoding.
17856
17857 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
17858
17859         * The bug which clash on switching candidates of auto completion of
17860         addresses, cannot use auto completion in Japanesse is fixed
17861         (Thanks! Tokunaga-san)¡¥
17862
17863 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17864
17865         * The bug which cannot switch key accelerator preference has been fixed
17866         (Thanks! smbd-san)¡¥
17867
17868 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17869
17870         * version 0.8.11-gtk2-20030314
17871
17872 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17873
17874         * The bug in which character set conversion of filtering messages has
17875         been fixed.(Thanks! COCOA-san).
17876
17877 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
17878
17879         * Revived "Leave space on head" preference in "Message" category.
17880         * A bug which clash when put the cursor to end of buffer and execute
17881         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
17882
17883 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17884
17885         * version 0.8.11-gtk2-20030312
17886
17887 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17888
17889         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
17890         * Modified to use Pango's API directly for font preference.
17891         * Integrated GtkTextView of textview to one widget.
17892         * Set fonts of header title in textview by "header_title" tag.
17893         * Removed some deprecated codes.
17894
17895 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
17896
17897         * Updated to 0.8.11.
17898         * Merged cygwin patch(Thanks! Sakai-san).
17899
17900 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
17901
17902         * version 0.8.10-gtk2-20030309