2006-09-03 [colin] 2.4.0cvs138
[claws.git] / ChangeLog
1 2006-09-03 [colin]      2.4.0cvs138
2
3         * src/folderview.c
4                 Fix bug #1007 (Wrong folder highlighted)
5
6 2006-09-03 [colin]      2.4.0cvs137
7
8         * src/compose.c
9                 Don't set Newsgroup: header to a mail folder
10                 path
11
12 2006-09-03 [paul]       2.4.0cvs136
13
14         * src/prefs_other.c
15         * src/prefs_spelling.c
16                 unify the gui
17
18 2006-09-03 [paul]       2.4.0cvs135
19
20         * src/prefs_summaries.c
21                 correct menu item text in prefs_keybind_apply_clicked()
22
23 2006-09-03 [paul]       2.4.0cvs134
24
25         * manual/advanced.xml
26                 some improvements to the descriptions
27         * src/mainwindow.c
28         * src/messageview.c
29         * src/summaryview.c
30         * src/gtk/menu.c
31                 fix menu sensitivity issues
32         * src/prefs_message.c
33                 drop the useless word 'short'
34         * src/prefs_other.c
35                 add the word 'lines' indicating log length
36                 is a measure of lines
37         * src/textview.c
38                 fix compilation warnings
39
40 2006-09-02 [colin]      2.4.0cvs133
41
42         * src/messageview.c
43                 Display a special return-receipt message
44                 if the message is from the user
45         * src/summaryview.c
46                 Fix missing freeze of the list when marking
47                 all read and unthreading for exec. Thanks
48                 to Stephan Sachse.
49
50 2006-09-02 [paul]       2.4.0cvs132
51
52         * src/mainwindow.c
53         * src/prefs_message.c
54         * src/summaryview.c
55                 fix some english
56
57 2006-09-02 [wwp]        2.4.0cvs131
58
59         * src/prefs_filtering.c
60                 added an account name column to the filtering rules
61                 dialog.
62
63 2006-09-02 [colin]      2.4.0cvs130
64
65         * src/gtk/logwindow.c
66         * src/gtk/logwindow.h
67                 Block scrolling if we're not at the end
68                 of the log
69
70 2006-09-02 [colin]      2.4.0cvs129
71
72         * src/folder.c
73                 Make sure account-specific rules can't
74                 be used in {pre-,post-,}processing
75         * src/mainwindow.c
76         * src/gtk/logwindow.c
77         * src/gtk/logwindow.h
78                 Jump to last error when clicking on the
79                 warning icon
80
81 2006-09-02 [colin]      2.4.0cvs128
82
83         * src/imap.c
84         * src/import.c
85         * src/mainwindow.c
86         * src/mainwindow.h
87                 Fix warning icon
88         * src/inc.c
89         * src/mbox.c
90         * src/mbox.h
91                 Let proc_mbox know its account, for
92                 account-specific rules
93
94 2006-09-01 [colin]      2.4.0cvs127
95
96         * src/codeconv.c
97                 Don't uselessly use iconv to convert from
98                 us-ascii
99         * src/alertpanel.c
100         * src/mainwindow.c
101         * src/mainwindow.h
102         * src/inc.c
103                 Fix certain log cases, disable warning icon
104                 for now, the correct way to display it when
105                 necessary and only when necessary is probably
106                 to do it manually rather than use error logs
107         * src/etpan/imap-thread.c
108                 Clean up UID logging a bit
109         * src/gtk/logwindow.c
110         * src/gtk/logwindow.h
111                 Make logging faster when the window's closed
112
113 2006-09-01 [wwp]        2.4.0cvs126
114
115         * manual/fr/account.xml
116                 reflect changes to the ref. manual (parts of cvs72):
117                 fix tabnames and quotes.
118
119 2006-09-01 [wwp]        2.4.0cvs125
120
121         * manual/fr/plugins.xml
122                 reflect changes to the reference manual (cvs42):
123                 update IRC channel info.
124
125 2006-09-01 [wwp]        2.4.0cvs124
126
127         * commitHelper
128                 use CVSEDITOR env. var. if set, according to `man cvs`.
129
130 2006-09-01 [wwp]        2.4.0cvs123
131
132         * manual/advanced.xml
133                 better sentence again (thanks to Paul).
134
135 2006-09-01 [wwp]        2.4.0cvs122
136
137         * manual/advanced.xml
138         fix definition of toolbar_detachable and rework a bit the one of
139         enable_dotted_lines.
140
141 2006-09-01 [mones]      2.4.0cvs121
142
143         * manual/advanced.xml
144                 Document enable_dotted_lines
145
146 2006-09-01 [paul]       2.4.0cvs120
147
148         * src/folderview.c
149         * src/folderview.h
150         * src/imap.c
151         * src/mainwindow.c
152         * src/summaryview.c
153                 obey the 'When entering folder...' option
154                 when using the /View/Go to/... menu items
155                 Thanks to Colin
156
157 2006-08-31 [colin]      2.4.0cvs119
158
159         * src/folderview.c
160                 Revert 2.4.0cvs116, wrong fix.
161
162 2006-08-31 [colin]      2.4.0cvs118
163
164         * src/gtk/gtksctree.c
165                 Better state the various copyrights
166
167 2006-08-31 [colin]      2.4.0cvs117
168
169         * src/prefs_common.c
170                 fix enable_dotted_lines
171
172 2006-08-31 [colin]      2.4.0cvs116
173
174         * src/folderview.c
175                 Use pref "Always open on select" when going
176                 to next unread folder
177         * src/gtk/gtksctree.c
178                 Fix link failure to _gtk_clist_create_cell_layout
179                 on certain computers. (Why not mine, I wonder)
180
181 2006-08-31 [colin]      2.4.0cvs115
182
183         * src/procmsg.c
184         * src/textview.c
185         * src/plugins/bogofilter/bogofilter.c
186         * src/plugins/spamassassin/spamassassin.c
187                 Requalify some "errors" to warnings
188         * src/mainwindow.c
189         * src/mainwindow.h
190         * src/statusbar.c
191                 Add an icon in the statusbar to notify
192                 of errors
193         * src/gtk/gtksctree.c
194         * src/folderview.c
195         * src/summaryview.c
196                 Make the GtkSCTree look more modern by
197                 alternating background lines
198         * src/prefs_common.c
199         * src/prefs_common.h
200                 Add a pref to let people have the old
201                 way if they prefer
202
203
204 2006-08-30 [colin]      2.4.0cvs114
205
206         * src/procmsg.c
207         * src/procmsg.h
208                 Provide a way to filter a list of
209                 messages in an optimised manner, and
210                 add a list-filtering hook
211         * src/folder.c
212         * src/inc.c
213         * src/mbox.c
214                 Use the list filtering
215         * src/plugins/bogofilter/bogofilter.c
216                 Use the list-filtering hook
217                 Use -b (bulk) mode for more speed
218                 when learning and filtering
219         * src/etpan/imap-thread.c
220                 Make log output shorter in UID SEARCH
221
222
223 2006-08-30 [colin]      2.4.0cvs113
224
225         * src/plugins/bogofilter/bogofilter.c
226                 Really fast mass learning - thanks to David
227                 Relson for the options explanations :)
228
229 2006-08-30 [colin]      2.4.0cvs112
230
231         * src/msgcache.c
232                 Fix compilation on FreeBSD. Thanks
233                 to Michael Hugues
234
235 2006-08-29 [colin]      2.4.0cvs111
236
237         * src/folderview.c
238                 Handle "popup_menu" signal (for popping the 
239                 menu via the keyboard)
240         * src/mimeview.c
241         * src/mimeview.h
242         * src/summaryview.c
243         * src/textview.c
244         * src/gtk/gtkutils.c
245         * src/gtk/gtkutils.h
246                 Factorize scrolling code, and add an API 
247                 for MimeViewers to handle scroll orders
248
249 2006-08-29 [wwp]        2.4.0cvs110
250
251         * src/plugins//bogofilter/bogofilter.c
252         * src/plugins//spamassassin/spamassassin.c
253                 make the bogofilter/spamassassin filtering error dialogs at
254         incorporation obey to the "don't popup error dialog on
255         receive error" option. If disabled, feed the log window w/
256         the error message.
257
258 2006-08-29 [paul]
259
260         2.5.0-rc2 released
261
262 2006-08-29 [paul]       2.4.0cvs109
263
264         * Makefile.am
265                 remove 'make release', it's not needed
266                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
267
268 2006-08-29 [paul]       2.4.0cvs108
269
270         * src/foldersel.c
271         * src/summary_search.c
272         * src/gtk/progressdialog.c
273         * src/plugins/pgpcore/passphrase.c
274                 replace deprecated gtk_window_set_policy()
275
276 2006-08-29 [colin]      2.4.0cvs107
277
278         * src/folder.c
279                 Fix data loss when copy fails during a move:
280                 only use fast remove_msgs if everything was
281                 copied OK; else use slow remove_msg on the
282                 mails that got copied only.
283
284 2006-08-28 [paul]       2.4.0cvs106
285
286         * src/mh.c
287                 revert change in 2.4.0cvs104, it breaks
288                 stuff
289
290 2006-08-28 [paul]       2.4.0cvs105
291
292         * src/plugins/spamassassin/spamassassin.c
293                 english fix
294
295 2006-08-28 [paul]       2.4.0cvs104
296
297         * src/mh.c
298                 fix data loss when moving to another
299                 mailbox fails
300         * src/prefs_spelling.c
301                 improve the english
302         * src/gtk/pluginwindow.c
303                 improve the layout of the dialog text
304         All thanks to Colin
305
306 2006-08-28 [paul]       2.4.0cvs103
307
308         * src/plugins/bogofilter/bogofilter.c
309         * src/plugins/bogofilter/bogofilter_gtk.c
310                 fix english up a bit, innit
311
312 2006-08-28 [paul]       2.4.0cvs102
313
314         * configure.ac
315         * po/Makefile.in.in
316         * po/Makevars
317                 require autoconf 2.60, enabling building
318                 with gettext 0.15 (gettext 0.14.x build still
319                 possible). Replace Makefiles with versions
320                 from gettext 0.15.
321                 Remove configure options --with-localedir and
322                 --with-mandir. The options that are provided
323                 directly by autoconf 2.60 can be used instead:
324                 --mandir --localedir
325
326 2006-08-27 [colin]      2.4.0cvs101
327
328         * src/plugins/bogofilter/Makefile.am
329                 Fix make dist (no README)
330
331 2006-08-27 [colin]      2.4.0cvs100
332
333         * src/folder.c
334                 Don't use F_UNKNOWN folders for any default
335                 outbox/trash/etc
336         * src/plugins/bogofilter/bogofilter.c
337         * src/plugins/bogofilter/bogofilter.h
338         * src/plugins/bogofilter/bogofilter_gtk.c
339                 Add an option to specify the path to bogofilter
340                 Use single-quotes to be able to learn in folders
341                 with spaces in their names
342                 Verify learning status
343
344 2006-08-27 [colin]      2.4.0cvs99
345
346         * manual/faq.xml
347         * manual/plugins.xml
348                 Document Bogofilter plugin
349
350 2006-08-27 [colin]      2.4.0cvs98
351
352         * src/compose.c
353         * src/messageview.c
354         * src/procmsg.c
355         * src/procmsg.h
356                 When possible, copy the queued mail to sent folder
357                 instead of re-adding. Much faster on IMAP.
358
359 2006-08-27 [colin]      2.4.0cvs97
360
361         * src/msgcache.c
362                 Disable mmaped caches - huge metadata loss
363                 here after a power failure.
364         * src/summaryview.c
365                 Add quicksearch timing
366         * src/common/plugin.c
367         * src/common/plugin.h
368                 Implement an interface to tell what plugins
369                 provide. Prevent loading of similar plugins.
370         * src/plugins/clamav/clamav_plugin.c
371         * src/plugins/demo/demo.c
372         * src/plugins/dillo_viewer/dillo_viewer.c
373         * src/plugins/pgpcore/plugin.c
374         * src/plugins/pgpinline/pgpinline.c
375         * src/plugins/pgpmime/pgpmime.c
376         * src/plugins/spamassassin/spamassassin.c
377         * src/plugins/trayicon/trayicon.c
378                 Implement plugin_provides()
379
380 2006-08-27 [colin]      2.4.0cvs96
381
382         * configure.ac
383         * src/plugins/Makefile.am
384         * src/plugins/bogofilter/.cvsignore
385         * src/plugins/bogofilter/Makefile.am
386         * src/plugins/bogofilter/bogofilter.c
387         * src/plugins/bogofilter/bogofilter.h
388         * src/plugins/bogofilter/bogofilter_gtk.c
389                 New Bogofilter plugin, provides filtering and
390                 learning. Spamassassin will go to extra plugins.
391
392 2006-08-26 [mones]      2.4.0cvs95
393
394         * manual/handling.xml
395                 Fix subfolder path in the example (thanks to Paul) 
396
397 2006-08-26 [mones]      2.4.0cvs94
398
399         * manual/glossary.xml
400                 2.2. + add ISP to the glossary
401                 7.5. + Add UIDL to glossary
402                 7.7. + Add TCP to glossary
403         * manual/handling.xml
404                 7.1. + Mentions GNU/Linux distribution, what about the non...
405                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
406                 7.3. + Mentions .bashrc, what about the non-bash ones? 
407                 7.4. = Use appropriate quotation for commands
408                 7.6. = change "" to <quote></quote>
409         * manual/plugins.xml
410                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
411         * manual/starting.xml
412                 2.1. + local mbox file: some examples of mbox file locations...
413                 Also reformatted files requiring it
414
415 2006-08-26 [wwp]        2.4.0cvs93
416
417         * src/summary_search.c
418                 disable find buttons while summary search is running.
419
420 2006-08-25 [colin]      2.4.0cvs92
421
422         * src/folder.c
423         * src/folderutils.c
424         * src/mh.c
425         * src/procmsg.h
426         * src/summaryview.c
427                 Speed up MH moving, and add progressbar
428                 for MH deletion
429         * src/msgcache.c
430                 Write cache files using mmap() too
431
432 2006-08-25 [wwp]        2.4.0cvs91
433
434         * src/summaryview.c
435                 switch spam<->ham button when a message has been marked as spam or ham
436                 and is still selected. Thanks to Colin.
437
438 2006-08-25 [paul]       2.4.0cvs90
439
440         * src/Makefile.am
441         * src/stock_pixmap.c
442         * src/stock_pixmap.h
443         * src/summaryview.c
444         * src/gtk/icon_legend.c
445         * src/pixmaps/copied.xpm
446         * src/pixmaps/moved.xpm
447                 add icons for delayed execution marked for
448                 copying, marked for moving
449
450 2006-08-25 [mones]      2.4.0cvs89
451
452         * manual/glossary.xml
453                 Fix the other glossary items:
454                 5.1. = Inmmediate execution -> <quote>immediate execution...
455                 5.2. = Fix MBOX capitalization -> Mbox
456                 5.3. + Improve Plugins def. w/ tech. ref.
457                 5.4. = Quotation -> replace '>' by <quote>></quote>
458                 5.5. - SMTP Server. -> remove dot
459         * po/es.po
460                 Updated translation
461
462 2006-08-25 [mones]      2.4.0cvs88
463
464         * manual/ack.xml
465                 Reformatted, changed email address
466         * manual/glossary.xml
467                 Reformatted, fixed MANUAL-TODO items:
468                 8.2. + add ROT-13 to glossary
469                 8.4. + add URL to glossary
470         * manual/es/advanced.xml
471                 Fixed <literal>s
472
473 2006-08-25 [paul]       2.4.0cvs87
474
475         * src/gtk/icon_legend.c
476                 add 'marked for deletion' icon
477                 arrange icons by containing column
478                 wrap long label text
479
480 2006-08-25 [colin]      2.4.0cvs86
481
482         * src/common/utils.c
483         * src/common/utils.h
484                 Add the sc_g_*list_bigger functions in
485                 a place everyone can use it
486         * src/summaryview.c
487                 Only freeze/thaw the list when working
488                 on the selection, if it's bigger than 1
489         * src/gtk/gtksctree.c
490                 Only freeze/thaw the list when unselec-
491                 ting 'all' if ('all' != 1)
492                 This avoids some flickering
493
494 2006-08-24 [colin]      2.4.0cvs85
495
496         * src/addressbook.c
497                 Fix strange list selection
498                 Fix random seg (Invalid read of freed memory)
499
500 2006-08-24 [colin]      2.4.0cvs84
501
502         * src/alertpanel.c
503         * src/gtk/inputdialog.c
504         * src/plugins/pgpcore/passphrase.c
505                 Revert minimal width patch of 2.4.0cvs67,
506                 as it is also a maximal width. Use 
507                 gtk_window_set_default_size instead.
508
509 2006-08-24 [colin]      2.4.0cvs83
510
511         * src/msgcache.c
512                 Write cache/mark to temp files before
513                 overwriting old ones (avoids metadata
514                 loss if writing the new files fail).
515                 Use mmap() to read cache/mark file, as
516                 this makes cache reading faster. Dis-
517                 abled for big-endian machines until it
518                 can be tested. (Big-endian users: set
519                 msgcache_use_mmap = TRUE in the relevant
520                 #if).
521         * src/procmsg.h
522                 Move rarely used fields of MsgInfo in 
523                 another structure, which will only be
524                 allocated if needed. Face, X-Face,
525                 Return receipt headers and List-*
526                 headers are moved. Mails having none
527                 of these occupy 52 bytes less with
528                 this patch, which makes 2.5MB of RAM
529                 saved on a 50k folder).
530         * src/headerview.c
531         * src/mainwindow.c
532         * src/messageview.c
533         * src/partial_download.c
534         * src/procheader.c
535         * src/procmsg.c
536         * src/textview.c
537                 Follow this structure change.
538
539 2006-08-24 [wwp]        2.4.0cvs82
540
541         * manual/es/.cvsignore
542         * manual/es/dist/.cvsignore
543         * manual/es/dist/html/.cvsignore
544         * manual/es/dist/pdf/.cvsignore
545         * manual/es/dist/ps/.cvsignore
546         * manual/es/dist/txt/.cvsignore
547                 more (generated) files to ignore.
548
549 2006-08-24 [colin]      2.4.0cvs81
550
551         * src/folder.c
552         * src/mh.c
553                 Fix possible problems with local delivery. Check the folder doesn't
554                 need scan before setting its mtime when saving cache (which can be
555                 done long after the folder's been modified by an external process);
556                 Check that the stored item's mtime didn't change in mh functions.
557
558 2006-08-24 [mones]      2.4.0cvs80
559
560         * manual/advanced.xml
561                 Rewrapping, some fixes and MANUAL-TODO items:
562                 8.1. = change "" to <quote></quote>
563                 8.3. = quote menu items
564                 8.5. - deploying -> new user ... ideally a new user (redundant)
565
566 2006-08-23 [colin]      2.4.0cvs79
567
568         * src/gtk/gtksctree.c
569                 When selecting or deselecting range, only
570                 freeze/thaw when selection is bigger than 10
571
572 2006-08-23 [colin]      2.4.0cvs78
573
574         * src/messageview.c
575         * src/mimeview.c
576         * src/mimeview.h
577         * src/plugins/dillo_viewer/dillo_viewer.c
578                 Provide an API for MimeViewer plugins to
579                 return a text selection for replying
580
581 2006-08-23 [colin]      2.4.0cvs77
582
583         * src/image_viewer.c
584         * src/textview.c
585                 Use gtk_pixbuf_new_from_file_at_scale(), which
586                 is faster than getting the pixbuf then resizing
587                 it.
588
589 2006-08-23 [colin]      2.4.0cvs76
590
591         * src/procmime.c
592                 UTF-8 should be sent Quoted-printable
593
594 2006-08-22 [colin]      2.4.0cvs75
595
596         * src/mh.c
597                 Check if scan is required before touching
598                 the folder (or it'll be required every time)
599
600 2006-08-22 [colin]      2.4.0cvs74
601
602         * configure.ac
603                 Require libetpan 0.46 (crasher fix when built
604                 against gnutls)
605
606 2006-08-22 [colin]      2.4.0cvs73
607
608         * src/folder.c
609                 Set folder's mtime after writing its
610                 cache
611         * src/folderview.c
612                 Add some timing
613         * src/procmsg.c
614                 Don't do useless stuff if we don't 
615                 thread by subject
616         * src/summaryview.c
617                 Add some timing, don't deselect prior
618                 to selecting (gtksctree does it itself),
619                 remove crash avoidance hacks as it's been
620                 properly fixed since a while
621         * src/common/utils.c
622                 Optimize to_human_readable(): _() is slow,
623                 do it only once, and avoid %f format for KB
624                 (the most common in a summaryview)
625         * src/gtk/gtksctree.c
626                 Don't uselessly freeze/thaw (fixes flicker
627                 on next unread and friends), reduce number
628                 of g_list_nth/g_list_position where possible
629         * src/gtk/gtkutils.c
630         * src/gtk/gtkutils.h
631                 Reduce number of g_list_nth/g_list_position
632                 where possible.
633                 All of this makes loading as 70k folder 2.1
634                 seconds instead of 3.2 (with hot FS caches).
635                 (1.3 seconds without Date and Size columns...)
636
637 2006-08-22 [paul]       2.4.0cvs72
638
639         wrap documents and do some items from mones' MANUAL-TODO:
640
641         * manual/account.xml
642                 4.1. = fix tabname references to <quote>tabname</quote>
643                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
644         * manual/faq.xml
645                 1.1. = mentioned options don't match UI
646                 Add information about the 'Never send Return Receipts'
647                 option
648         * manual/handling.xml
649                 6.2. = Mentions Extended symbols button, but now is
650                 named Information
651                 6.3. = Mentions ... button, which is now Edit
652
653 2006-08-22 [colin]      2.4.0cvs71
654
655         * src/gtk/pluginwindow.c
656                 Fix layout in verbose translations (such
657                 as french)
658
659 2006-08-22 [paul]       2.4.0cvs70
660
661         * manual/Makefile.am
662                 build manuals in alphabetical order
663         * src/addressbook.c
664         * src/prefs_themes.c
665                 replace/remove deprecated symbols
666         * src/gtk/gtkutils.c
667                 fix a warning
668         * src/gtk/pluginwindow.c
669                 replace deprecated symbol
670                 replace label text and move it
671         * src/plugins/pgpcore/prefs_gpg.c
672                 move the 'Generate...' button out of the
673                 Sign Key frame, replace the English used
674         * src/plugins/pgpcore/sgpgme.c
675                 fixes to the English
676
677 2006-08-21 [colin]      2.4.0cvs69
678
679         * src/plugins/trayicon/trayicon.c
680                 Add more strings for translation; patch
681                 by Pawel
682
683 2006-08-21 [colin]      2.4.0cvs68
684
685         * src/compose.c
686                 fix replied flag not set after drafting
687         * src/matcher.c
688                 fix body quicksearch in non-encoded bodies
689                 containing '='
690         * src/msgcache.c
691                 Get rid of the g_malloc workaround for
692                 corrupted caches, use g_try_malloc
693
694 2006-08-21 [colin]      2.4.0cvs67
695
696         * src/alertpanel.c
697         * src/gtk/inputdialog.c
698         * src/plugins/pgpcore/passphrase.c
699                 Set minimal width to 375
700         * src/mainwindow.c
701                 Fix switching to offline, asking if it 
702                 should be overriden for synchronising
703         * src/mimeview.c
704                 Don't offer to remember command on Open 
705                 with for text parts, as the browser or 
706                 text editor command isn't changed from 
707                 there
708
709 2006-08-20 [paul]       2.4.0cvs66
710
711         * po/ko.po
712         * po/zh_CN.po
713                 fix plural form errors. revealed by stricter
714                 checking of gettext 0.15
715
716 2006-08-18 [paul]       2.4.0cvs65
717
718         * src/stock_pixmap.c
719                 fix the fix of 2.4.0cvs64
720                 Thanks to Colin
721
722 2006-08-18 [paul]       2.4.0cvs64
723
724         * src/stock_pixmap.c
725                 fix leaks
726                 Thanks to Colin
727
728 2006-08-18 [paul]       2.4.0cvs63
729
730         * src/compose.c
731         * src/procmsg.c
732                 fix occasional IMAP bug where large msgs
733                 were left in the queue folder after sending
734                 Thanks to Colin
735
736 2006-08-18 [paul]       2.4.0cvs62
737
738         * src/folderview.c
739                 freeze the summaryview while quicksearch results
740                 are displayed
741                 (fixes bug 456 'current message is hidden when the
742                 view is refreshed and extended search is "unread 
743                 messages"')
744                 Thanks to Colin
745         * src/textview.c
746                 add missing #include "inputdialog.h"
747         * src/common/utils.h
748                 add missing mailcap_update_default() and improve
749                 readability
750
751 2006-08-17 [colin]      2.4.0cvs61
752
753         * src/plugins/pgpcore/select-keys.c
754                 Fix warnings :)
755
756 2006-08-17 [colin]      2.4.0cvs60
757
758         * src/compose.c
759                 Don't continue queuing if Cancel is clicked
760                 in select-keys
761
762 2006-08-17 [colin]      2.4.0cvs59
763
764         * src/plugins/pgpcore/select-keys.c
765                 When encrypting, if only one key matches and it 
766                 matches exactly, automatically use it.
767
768 2006-08-17 [colin]      2.4.0cvs58
769
770         * src/mimeview.c
771         * src/prefs_common.c
772         * src/prefs_common.h
773         * src/prefs_ext_prog.c
774         * src/textview.c
775                 Fix issues with previous patch (text/html)
776                 Remove outdated prefs
777
778 2006-08-17 [colin]      2.4.0cvs57
779
780         * src/imap.c
781                 Add View Log button on auth error
782         * src/procmsg.c
783                 Fix encrypted mail marked as new when
784                 saved in normal folders
785         * src/plugins/pgpinline/pgpinline.c
786                 Fix encrypt bug on IMAP
787         * src/mimeview.c
788         * src/common/utils.c
789         * src/common/utils.h
790         * src/gtk/inputdialog.c
791         * src/gtk/inputdialog.h
792                 Get rid of metamail stuff, simplify
793                 opening, and allow remembering of user's
794                 choices (by updating ~/.mailcap). There's
795                 still to drop "Audio player" and "Image
796                 viewer" preferences.
797
798 2006-08-17 [mones]      2.4.0cvs56
799
800         * manual/es/sylpheed-claws-manual.xml
801                 fix DTD path
802
803 2006-08-17 [mones]      2.4.0cvs55
804
805         * configure.ac
806         * manual/Makefile.am
807         * manual/es/Makefile.am
808         * manual/es/account.xml
809         * manual/es/ack.xml
810         * manual/es/addrbook.xml
811         * manual/es/advanced.xml
812         * manual/es/faq.xml
813         * manual/es/glossary.xml
814         * manual/es/gpl.xml
815         * manual/es/handling.xml
816         * manual/es/intro.xml
817         * manual/es/keyboard.xml
818         * manual/es/plugins.xml
819         * manual/es/starting.xml
820         * manual/es/sylpheed-claws-manual.xml
821         * manual/es/dist/Makefile.am
822         * manual/es/dist/html/Makefile.am
823         * manual/es/dist/pdf/Makefile.am
824         * manual/es/dist/ps/Makefile.am
825         * manual/es/dist/txt/Makefile.am
826                 Spanish translation for the manual
827
828 2006-08-16 [colin]      2.4.0cvs54
829
830         * src/compose.c
831         * src/main.c
832         * src/mainwindow.c
833                 Fix send button sensitivity at startup
834                 Set send menu sensitivity (patch by Fabien)
835         * src/ssl_manager.c
836                 Enable closing with esc (patch by Fabien)
837         * src/gtk/foldersort.c
838                 Enable closing with esc (patch by Fabien)
839         * src/procmime.c
840                 Optimisation (no need to copy to tempfile to
841                 "decode" 7bit and 8bit)
842         * src/summaryview.c
843                 Fix cruft in swap_from case
844         * src/textview.c
845                 Fix missing last line in some mail cases 
846                 (Fixes debian #381872)
847         * src/plugins/pgpcore/prefs_gpg.c
848         * src/plugins/pgpcore/sgpgme.c
849         * src/plugins/pgpcore/sgpgme.h
850                 Don't show "no key found" when user explicitely
851                 wants to create a key
852
853 2006-08-16 [paul]       2.4.0cvs53
854
855         * configure.ac
856         * src/account.c
857         * src/addressbook.c
858         * src/headerview.c
859         * src/prefs_account.c
860         * src/prefs_message.c
861         * src/gtk/gtkutils.c
862                 bump up minimum required versions of GTK+ and
863                 GLIB to 2.6.0
864
865 2006-08-16 [paul]       2.4.0cvs52
866
867         * src/toolbar.c
868                 workaround GTK+ Bug 351600 - 'Can't re-click
869                 on button after sensitivity update'
870                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
871                 Thanks to Colin
872
873 2006-08-15 [colin]      2.4.0cvs51
874
875         * src/plugins/pgpcore/prefs_gpg.c
876                 Set options sensitivity according to
877                 key existence
878         * src/plugins/pgpcore/sgpgme.c
879                 Allow to create key with no passphrase
880
881 2006-08-14 [cleroy]     2.4.0cvs50
882
883         * src/gtk/pluginwindow.c
884                 New layout (maybe to be changed?)
885         * src/gtk/gtkutils.c
886                 Fix a bit label_window
887         * src/plugins/pgpcore/passphrase.c
888         * src/plugins/pgpcore/passphrase.h
889         * src/plugins/pgpcore/plugin.c
890         * src/plugins/pgpcore/prefs_gpg.c
891         * src/plugins/pgpcore/prefs_gpg.h
892         * src/plugins/pgpcore/sgpgme.c
893         * src/plugins/pgpcore/sgpgme.h
894                 Allow to create a PGP private key via the GUI
895
896 2006-08-14 [wwp]        2.4.0cvs49
897
898         * src/addressbook_foldersel.c
899                 fix strict ISO C90 compliance.
900
901 2006-08-14 [paul]       2.4.0cvs48
902
903         * src/gtk/prefswindow.c
904                 re-set scrolled window on opening
905                 Patch by Ticho
906
907 2006-08-14 [paul]
908
909         2.5.0-rc1 released
910
911 2006-08-14 [paul]       2.4.0cvs47
912
913         * src/prefs_display_header.c
914                 re-enable user-defined Displayed Headers
915
916 2006-08-14 [paul]       2.4.0cvs46
917
918         * src/prefs_account.c
919                 use GTK_STOCK_EDIT
920
921 2006-08-13 [colin]      2.4.0cvs45
922
923         * src/common/utils.c
924                 Fix "a" in quote when the original message is empty,
925                 by using \0 instead of 'a' to test writability of
926                 temp files.
927
928 2006-08-13 [wwp]        2.4.0cvs44
929
930         * src/plugins/spamassassin/spamassassin.c
931                 fix capitalization of "SpamAssassin" in some debug, log and
932                 dialog messages.
933
934 2006-08-13 [paul]       2.4.0cvs43
935
936         * src/editldap.c
937                 fix overlapping widgets
938         * src/prefs_account.c
939                 fix translation of protocol_names[]
940                 fix label disappearing off the edge of the
941                 visible area
942
943 2006-08-12 [paul]       2.4.0cvs42
944
945         * manual/plugins.xml
946                 update IRC channel info before it gets forgotten
947                 about
948
949 2006-08-11 [colin]      2.4.0cvs41
950
951         * src/compose.c
952         * src/mainwindow.c
953         * src/mainwindow.h
954         * src/procmsg.c
955         * src/procmsg.h
956         * src/summaryview.c
957         * src/toolbar.c
958                 Grey out the Send button if
959                 - Queue folders are empty, or
960                 - We're sending already
961
962 2006-08-11 [wwp]        2.4.0cvs40
963
964         * src/main.c
965                 fix a logic issue when quitting while a compose window is
966                 still open, thanks to Colin.
967
968 2006-08-10 [colin]      2.4.0cvs39
969
970         * src/main.c
971                 Fix default font size setting after wizard run
972         * src/imap.c
973         * src/etpan/imap-thread.c
974         * src/etpan/imap-thread.h
975                 Fix bug #999 (Timing out on TSL cert validation 
976                 dialog makes ugly things happen). Also, STARTTLS
977                 unconditionnaly if initial capabilities contain
978                 LOGINDISABLED and STARTTLS.
979
980 2006-08-09 [colin]      2.4.0cvs38
981
982         * src/mainwindow.c
983         * src/mainwindow.h
984                 Fix Tools/Actions sensitivity when there are
985                 no actions
986
987 2006-08-09 [colin]      2.4.0cvs37
988
989         * src/prefs_filtering.c
990                 Warning fix, patch by Paul
991         * src/messageview.c
992         * src/prefs_actions.c
993         * src/prefs_filtering_action.c
994         * src/prefs_matcher.c
995                 Uniformisation of "Info ..." to "Info..." (for
996                 old gtk), patch by Fabien
997         * src/plugins/clamav/clamav_plugin_gtk.c
998                 Sensitivity fix by Fabien
999
1000 2006-08-09 [colin]      2.4.0cvs36
1001
1002         * src/main.c
1003         * src/main.h
1004                 Add a function to know whether we're exiting
1005         * src/plugins/trayicon/trayicon.c
1006                 If exiting, don't do anything. Faster, and
1007                 avoids gtk_main_iteration reentracy causing
1008                 segfaults at exit
1009
1010 2006-08-09 [colin]      2.4.0cvs35
1011
1012         * src/messageview.c
1013         * src/mimeview.c
1014         * src/mimeview.h
1015                 Fix lack of part selection when automatically 
1016                 jumping to a specific part
1017         * src/msgcache.c
1018                 Little optimisation in cache reading
1019
1020 2006-08-09 [colin]      2.4.0cvs34
1021
1022         * src/compose.c
1023                 Fix crash setting the priority on reedit
1024                 (Accessing compose before creating it!)
1025
1026 2006-08-08 [colin]      2.4.0cvs33
1027
1028         * src/procmime.c
1029                 Fix bug #998 (last attachment is not accessible)
1030                 Bad RFC interpretation on multipart close-delimiters
1031         * src/mimeview.c
1032         * src/mimeview.h
1033         * src/gtk/gtkvscrollbutton.c
1034         * src/gtk/gtkvscrollbutton.h
1035                 Make attachments list wheel-scrollable
1036
1037 2006-08-07 [colin]      2.4.0cvs32
1038
1039         * src/gtk/gtkaspell.c
1040                 Fix bug #973 (Unicode punctation characters 
1041                 are not recognized as separators by the
1042                 spell checker); fix unsigned stuff
1043
1044 2006-08-07 [colin]      2.4.0cvs31
1045
1046         * src/compose.c
1047                 Fix bug #956 (DnD text with accents in compose 
1048                 text entry); fix gccc's signed/unsigned fuss
1049
1050 2006-08-06 [colin]      2.4.0cvs30
1051
1052         * src/main.c
1053                 Fix bug #979 (Plugin crashes when exiting 
1054                 sylpheed-claws) : handle exit request only 
1055                 once
1056
1057 2006-08-05 [colin]      2.4.0cvs29
1058
1059         * src/news.c
1060                 Just make sure we have a msgid.
1061
1062 2006-08-05 [colin]      2.4.0cvs28
1063
1064         * src/news.c
1065         * src/summaryview.c
1066                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
1067                 by reimplementing it
1068         * src/textview.c
1069                 Fix bug when hiding quotes with level > 3 and quote
1070                 colors are recycled
1071
1072 2006-08-04 [colin]      2.4.0cvs27
1073
1074         * src/compose.c
1075         * src/undo.c
1076         * src/undo.h
1077                 Fix a bit replace-by-pasting undo
1078         * src/mainwindow.c
1079         * src/messageview.c
1080                 Fix Fold quotes menu synchro in
1081                 mainwindow when it changes in 
1082                 messageview
1083         * src/textview.c
1084                 Fix right-click on quotes blocks
1085         * src/common/utils.c
1086                 Verify that the file created by
1087                 my_tmpfile() is writable. Fixes
1088                 bug #988 (very specific filesystem
1089                 issue)
1090         * src/plugins/pgpcore/sgpgme.c
1091                 Fix file descriptor leak
1092         * src/plugins/spamassassin/spamassassin.c
1093                 Warn once if spamd isn't reachable
1094
1095 2006-08-04 [colin]      2.4.0cvs26
1096
1097         * src/toolbar.c
1098                 i18n context patch by Fabien
1099
1100 2006-08-03 [colin]      2.4.0cvs25
1101
1102         * src/mainwindow.c
1103         * src/messageview.c
1104                 Rename "Hide quotes" to "Fold quotes"
1105         * src/textview.c
1106                 Don't use hand cursor on quotes. "all 
1107                 the bonuses of the feature and none of 
1108                 unwelcome side-effects"
1109
1110 2006-08-03 [colin]      2.4.0cvs24
1111
1112         * AUTHORS
1113         * sylpheed-claws.desktop
1114         * src/gtk/authors.h
1115                 Bring the desktop file to XDG compliance
1116                 Patch by Charles A. Edwards
1117
1118 2006-08-03 [colin]      2.4.0cvs23
1119
1120         * src/textview.c
1121                 Fix links offset when they are preceded
1122                 by accentued chars (g_utf8_strlen!)
1123         * src/mainwindow.c
1124                 Fix wrong status when starting offline
1125
1126
1127 2006-08-03 [wwp]        2.4.0cvs22
1128
1129         * src/prefs_common.h
1130                 ask what to do w/ filtering rules that belong to an account when
1131                 applying filtering rules manually from the main window (skip,
1132                 apply regardless of the account, use current account). This dialog
1133                 can be skipped and the last reply used.
1134                 (forgot that file)
1135
1136 2006-08-03 [wwp]        2.4.0cvs21
1137
1138         * src/filtering.c
1139         * src/filtering.h
1140         * src/prefs_common.c
1141         * src/summaryview.c
1142         * src/alertpanel.c
1143         * src/alertpanel.h
1144         * src/messageview.c
1145                 ask what to do w/ filtering rules that belong to an account when
1146                 applying filtering rules manually from the main window (skip,
1147                 apply regardless of the account, use current account). This dialog
1148                 can be skipped and the last reply used.
1149
1150
1151 2006-08-03 [colin]      2.4.0cvs20
1152
1153         * src/textview.c
1154                 Optimize previous patch
1155
1156 2006-08-03 [cleroy]     2.4.0cvs19
1157
1158         * src/textview.c
1159                 Fix quotes getting toggled back when the
1160                 mail has an even number of text parts
1161
1162 2006-08-02 [colin]      2.4.0cvs18
1163
1164         * src/messageview.c
1165                 Add Hide quotes menu
1166
1167 2006-08-02 [colin]      2.4.0cvs17
1168
1169         * src/mainwindow.c
1170         * src/prefs_common.c
1171         * src/textview.c
1172         * src/textview.h
1173         * src/gtk/about.c
1174                 Allow per-level quote hiding,
1175                 Allow toggling quotes by double-clicking them
1176                 Rename RemoteURI to ClickableText to reflect
1177                 the fact it's used for a variety of things
1178
1179 2006-08-02 [wwp]        2.4.0cvs16
1180
1181         * src/mainwindow.c
1182                 fix "View/Hide quotes" menu item status initialization.
1183
1184 2006-08-02 [wwp]        2.4.0cvs15
1185
1186         * src/matcher_parser_parse.y
1187                 remove a debug trace.
1188
1189 2006-08-02 [paul]       2.4.0cvs14
1190
1191         * src/plugins/pgpcore/passphrase.c
1192                 don't set initial dialog size
1193                 make it resizable
1194
1195 2006-08-02 [paul]       2.4.0cvs13
1196
1197         * src/noticeview.c
1198                 remove the rogue '/' character
1199
1200 2006-08-02 [paul]       2.4.0cvs12
1201
1202         * src/noticeview.c
1203                 allow buttons to resize as necessary
1204
1205 2006-08-01 [wwp]        2.4.0cvs11
1206
1207         * src/mbox.c
1208                 fix strict ISO C90 compliance.
1209
1210 2006-08-01 [wwp]        2.4.0cvs10
1211
1212         * tools/update-po
1213                 updated update-po tool to work w/ context-dependent translations.
1214                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1215
1216 2006-08-01 [wwp]        2.4.0cvs9
1217
1218         * src/matcher.c
1219         * src/prefs_filtering.c
1220         * src/prefs_matcher.c
1221                 allow context-dependent translations for "All",
1222                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1223
1224 2006-07-31 [colin]      2.4.0cvs8
1225
1226         * AUTHORS
1227         * src/gtk/authors.h
1228                 Add Rafal to authors
1229
1230 2006-07-31 [colin]      2.4.0cvs7
1231
1232         * src/compose.c
1233         * src/mainwindow.c
1234         * src/messageview.h
1235         * src/prefs_common.c
1236         * src/prefs_common.h
1237         * src/textview.c
1238                 Add 'View/Hide quotes'. Patch based on a patch
1239                 by Rafal Weglarz
1240
1241 2006-07-31 [colin]      2.4.0cvs6
1242
1243         * src/action.c
1244                 Fix problem with "> stuff >" actions
1245
1246 2006-07-31 [paul]       2.4.0cvs5
1247
1248         * po/nb.po
1249                 updated by Geir Helland
1250
1251 2006-07-31 [wwp]        2.4.0cvs4
1252
1253         * src/mainwindow.c
1254         * src/summaryview.c
1255         * src/summaryview.h
1256                 add "View/Go to/Parent message" and "View/Go to/Last read message",
1257                 thanks to Colin.
1258
1259 2006-07-31 [wwp]        2.4.0cvs3
1260
1261         * src/Makefile.am
1262         * src/addr_compl.c
1263         * src/addr_compl.h
1264         * src/addressbook.c
1265         * src/addressbook.h
1266         * src/addressbook_foldersel.c
1267         * src/addressbook_foldersel.h
1268         * src/addrindex.c
1269         * src/addrindex.h
1270         * src/matcher.c
1271         * src/matcher.h
1272         * src/matcher_parser_lex.l
1273         * src/matcher_parser_parse.y
1274         * src/prefs_common.c
1275         * src/prefs_common.h
1276         * src/prefs_filtering.c
1277         * src/prefs_matcher.c
1278         * src/prefs_matcher.h
1279         * src/summaryview.c
1280                 introduce filtering against the address book. It's now possible to add
1281                 matched conditions to determine if any email address in a message matches
1282                 or doesn't match any or all books or folders in the address book.
1283
1284 2006-07-31 [wwp]        2.4.0cvs2
1285
1286         * src/account.c
1287         * src/filtering.c
1288         * src/filtering.h
1289         * src/folder.c
1290         * src/folderview.c
1291         * src/inc.c
1292         * src/mainwindow.c
1293         * src/matcher.c
1294         * src/matcher_parser_lex.l
1295         * src/matcher_parser_parse.y
1296         * src/mbox.c
1297         * src/prefs_filtering.c
1298         * src/prefs_filtering.h
1299         * src/procmsg.c
1300         * src/procmsg.h
1301         * src/summaryview.c
1302                 introduce per-account filtering rules. Each filtering rule can now be assigned
1303                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
1304                 when applying filtering rules manually, as all rules will apply - even the ones
1305                 assigned to an account. This issue will be addressed soon.
1306  
1307
1308
1309 2006-07-31 [wwp]        2.4.0cvs1
1310
1311         * src/quote_fmt.c
1312                 make more strings translatable.
1313
1314 2006-07-31 [paul]       2.4.0
1315
1316         2.4.0 released
1317
1318 2006-07-31 [paul]       2.3.1cvs91
1319
1320         * po/ca.po
1321                 updated by Miquel Oliete
1322
1323 2006-07-31 [paul]       2.3.1cvs90
1324
1325         * po/de.po
1326         * po/el.po
1327         * po/fr.po
1328         * po/it.po
1329         * po/pl.po
1330         * po/pt_BR.po
1331         * po/sr.po
1332         * po/zh_CN.po
1333                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
1334                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
1335                 Aleksandar Urosevic, and Ralgh Young
1336
1337 2006-07-31 [paul]       2.3.1cvs89
1338
1339         * src/account.c
1340         * src/main.c
1341         * src/mainwindow.c
1342         * src/mainwindow.h
1343                 Fix a race condition when, after an SC crash, rescanning
1344                 folders took more than 0.5 seconds
1345                 Thanks to Colin
1346
1347 2006-07-31 [paul]       2.3.1cvs88
1348
1349         * src/folderview.c
1350                 don't translate separator strings
1351
1352 2006-07-30 [mones]      2.3.1cvs87
1353
1354         * doc/man/sylpheed-claws.1
1355                 Fixed non-ASCII chars in Hoa's name
1356         * po/es.po
1357                 Updated for release
1358
1359 2006-07-27 [colin]      2.3.1cvs86
1360
1361         * src/textview.c
1362                 Don't include the leading \n in links
1363                 Patch by Fabien
1364
1365 2006-07-25 [colin]      2.3.1cvs85
1366
1367         * src/mainwindow.c
1368         * src/common/socket.h
1369         * src/etpan/imap-thread.c
1370                 Refresh resolvers before connecting
1371                 to IMAP servers, and after switching
1372                 to online. Thanks to Paul.
1373
1374 2006-07-18 [colin]
1375
1376         * 2.4.0-rc4 released
1377
1378 2006-07-17 [colin]      2.3.1cvs84
1379
1380         * src/inc.c
1381                 Show connection attempt in statusbar before
1382                 connecting (previously first message was
1383                 "Retrieving messages from ..." after the
1384                 connection succeeded.
1385
1386 2006-07-16 [wwp]        2.3.1cvs83
1387
1388         * sylpheed-claws.ico
1389                 Added .ico file (windows multi-size icon file, generated).
1390
1391 2006-07-12 [wwp]        2.3.1cvs82
1392
1393         * src/messageview.c
1394                 remove Message/Re-edit menu entry from messageview window,
1395                 as sent/draft/queued messages are opened in compose window when
1396                 re-edited and it's not possible to re-edit other msgs.
1397
1398 2006-07-12 [paul]       2.3.1cvs81
1399
1400         * AUTHORS
1401         * src/mainwindow.c
1402         * src/gtk/authors.h
1403                 check online state before resetting
1404                 mailcheck timer. Useful if some program
1405                 verifies connection state and updates
1406                 Claws.
1407                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
1408
1409 2006-07-12 [paul]       2.3.1cvs80
1410
1411         * sylpheed-claws-128x128.png
1412         * sylpheed-claws-64x64.png
1413         * sylpheed-claws.png
1414         * src/Makefile.am
1415         * src/main.c
1416         * src/prefs_toolbar.c
1417         * src/stock_pixmap.c
1418         * src/stock_pixmap.h
1419         * src/wizard.c
1420         * src/gtk/about.c
1421         * src/gtk/gtkutils.c
1422         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
1423         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
1424         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
1425         * src/pixmaps/sylpheed.xpm              ** REMOVED **
1426         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
1427         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
1428                 updated and renamed logo/icon files and related
1429                 logo by Jesper Schultz
1430
1431 2006-07-11 [paul]       2.3.1cvs79
1432
1433         * src/main.c
1434                 fix the labels a smidgin
1435
1436 2006-07-09 [colin]      2.3.1cvs78
1437
1438         * src/textview.c
1439                 Show errors in textviewer's command
1440                 Patch by H. Merijn Brand
1441
1442 2006-07-09 [colin]      2.3.1cvs77
1443
1444         * src/compose.c
1445                 Save FMID in drafts too
1446
1447 2006-07-08 [colin]      2.3.1cvs76
1448
1449         * src/compose.c
1450                 Svae RMID in drafted mails too
1451                 Save quote_fmt vars for whole mails,
1452                 don't reset at each quote_fmt_init:
1453                 allows to use the same |i{var} in
1454                 various template fields
1455         * src/prefs_template.c
1456         * src/quote_fmt.h
1457         * src/quote_fmt_parse.y
1458                 Same
1459
1460 2006-07-08 [colin]      2.3.1cvs75
1461
1462         * src/textview.c
1463                 Fix highlighting of attached parts URIs
1464
1465 2006-07-08 [colin]      2.3.1cvs74
1466
1467         * src/main.c
1468                 Prevent bug #981 (sc 2.3.1 segfaults with 
1469                 gtk+ 2.10) from being reported again:
1470                 if Sylpheed-Claws has been compiled against
1471                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
1472                 of if Sylpheed-Claws has been compiled against
1473                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
1474                 error out.
1475
1476 2006-07-07 [colin]      2.3.1cvs73
1477
1478         * src/prefs_actions.c
1479                 Fix label
1480
1481 2006-07-07 [colin]      2.3.1cvs72
1482
1483         * src/prefs_actions.c
1484                 Fix compile on gtk < 2.8. argh :)
1485
1486 2006-07-07 [paul]       2.3.1cvs71
1487
1488         * src/common/defs.h
1489                 update DONATE_URI
1490
1491 2006-07-07 [colin]      2.3.1cvs70
1492
1493         * po/POTFILES.in
1494         * src/quote_fmt.c
1495         * src/quote_fmt_lex.l
1496         * src/quote_fmt_parse.y
1497                 Add |i{var}, a way to insert user-entered
1498                 text in a template
1499
1500 2006-07-07 [colin]
1501
1502         * 2.4.0-rc3 released
1503
1504 2006-07-07 [colin]      2.3.1cvs69
1505
1506         * src/folder.c
1507                 Don't consider inboxes of UNKNOWN folder 
1508                 classes to be useable as default inboxes
1509
1510 2006-07-07 [paul]       2.3.1cvs68
1511
1512         * src/textview.c
1513                 add missing #include <errno.h>
1514                 Thanks to René J. Blokland
1515
1516 2006-07-07 [paul]       2.3.1cvs67
1517
1518         * src/action.c
1519                 Return now Closes dialog
1520         * src/mimeview.c
1521         * src/mimeview.h
1522         * src/textview.c
1523                 add contextual menu to mime parts listed
1524                 in the textview
1525                 Thanks to Colin
1526         * src/common/utils.c
1527                 reversal: ' is a valid character in URLs
1528
1529 2006-07-06 [colin]      2.3.1cvs66
1530
1531         * src/remotefolder.h
1532                 Forgotten in previous commit
1533
1534 2006-07-06 [colin]      2.3.1cvs65
1535
1536         * src/folder.c
1537                 Set summary update flag whenever
1538                 totals changed
1539         * src/imap.c
1540         * src/prefs_account.c
1541         * src/common/utils.h
1542         * src/etpan/imap-thread.c
1543                 Fix warnings, thanks to Fabien and
1544                 Ricardo
1545
1546 2006-07-06 [wwp]        2.3.1cvs64
1547
1548         * src/gtk/gtkutils.c
1549                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
1550
1551 2006-07-06 [wwp]        2.3.1cvs63
1552
1553         * src/account.c
1554         * src/addressbook.c
1555         * src/addressitem.h
1556         * src/folderview.c
1557         * src/mainwindow.c
1558         * src/manual.c
1559         * src/manual.h
1560         * src/message_search.c
1561         * src/prefs_actions.c
1562         * src/prefs_filtering.c
1563         * src/prefs_filtering.h
1564         * src/prefs_template.c
1565         * src/summary_search.c
1566         * src/summaryview.c
1567         * src/gtk/gtkutils.c
1568         * src/gtk/gtkutils.h
1569         * src/gtk/pluginwindow.c
1570                 add help buttons to some dialogs. Clicking such buttons opens a
1571                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
1572
1573 2006-07-06 [paul]       2.3.1cvs62
1574
1575         * src/textview.c
1576                 fix attachments contextual menu
1577                 Thanks to Colin
1578
1579 2006-07-05 [colin]      2.3.1cvs61
1580
1581         * src/textview.c
1582         * src/compose.c
1583                 Handle sftp:// links
1584
1585 2006-07-05 [paul]       2.3.1cvs60
1586
1587         * src/gtk/filesel.c
1588                 grab save button by default
1589                 Thanks to Colin
1590
1591 2006-07-05 [wwp]        2.3.1cvs59
1592
1593         * manual/xml2pdf
1594                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
1595
1596 2006-07-04 [colin]      2.3.1cvs58
1597
1598         * src/mimeview.c
1599         * src/textview.c
1600                 Use left click to select, middle click to open
1601                 on mimeparts links
1602         * src/common/utils.c
1603                 Fix segfault
1604
1605 2006-07-04 [colin]      2.3.1cvs57
1606
1607         * src/mainwindow.c
1608         * src/news.c
1609                 Warning fixes, thanks to Fabien
1610
1611 2006-07-04 [colin]      2.3.1cvs56
1612
1613         * src/mimeview.c
1614         * src/mimeview.h
1615         * src/textview.c
1616                 Allow parts to be selected via their text label
1617                 in textview
1618
1619 2006-07-04 [colin]      2.3.1cvs55
1620
1621         * src/folderview.c
1622                 Feedback when closing (for big folders)
1623         * src/prefs_actions.c
1624         * src/prefs_filtering.c
1625         * src/prefs_matcher.c
1626         * src/prefs_template.c
1627                 Fix default button when closing without
1628                 having saved
1629
1630 2006-07-04 [colin]      2.3.1cvs54
1631
1632         * src/news.c
1633                 Delete local file on deletion
1634
1635 2006-07-03 [colin]      2.3.1cvs53
1636
1637         * src/folderview.c
1638         * src/main.c
1639                 Don't freeze when rescanning after crash
1640
1641 2006-07-03 [wwp]        2.3.1cvs52
1642
1643         * src/compose.c
1644         * src/privacy.c
1645         * src/privacy.h
1646         * src/plugins/pgpinline/pgpinline.c
1647         * src/plugins/pgpmime/pgpmime.c
1648                 don't report an error when the user cancels the passphrase dialog.
1649
1650 2006-07-02 [colin]      2.3.1cvs51
1651
1652         * src/folderview.c
1653                 Open message when crossing folders with Space,
1654                 goto next unread and friends
1655
1656 2006-07-01 [colin]      2.3.1cvs50
1657
1658         * src/prefs_account.c
1659                 Typographic rules varying from language
1660                 to language (in french "Protocole :"),
1661                 we have to do that :)
1662
1663 2006-07-01 [ticho]      2.3.1cvs49
1664
1665         * src/prefs_account.c
1666                 Only use one temporary gchar* variable in
1667                 prefs_account_protocol_set_optmenu().
1668
1669 2006-07-01 [ticho]      2.3.1cvs48
1670
1671         * src/prefs_account.c
1672         * src/prefs_account.h
1673                 Use GtkLabel for existing account protocol name.
1674                 Created an array for protocol names and populate the
1675                 combobox from it in a for() cycle.
1676
1677 2006-06-30 [colin]      2.3.1cvs47
1678
1679         * src/compose.c
1680                 Block undo when changing signature (by changing
1681                 account)
1682
1683 2006-06-30 [paul]       2.3.1cvs46
1684
1685         * src/send_message.c
1686                 when editing From in the Compose window, use that address
1687                 in the Return-Path: header
1688                 Thanks to Colin
1689
1690 2006-06-30 [colin]      2.3.1cvs45
1691
1692         * src/compose.c
1693                 Fix signature replacement:
1694                 - when no newline before separator
1695                 - when reediting
1696
1697 2006-06-29 [colin]      2.3.1cvs44
1698
1699         * src/folderview.c
1700         * src/folderview.h
1701         * src/mainwindow.c
1702         * src/summaryview.c
1703                 Let 'View/Go to/Next marked' work like
1704                 Next new & Next unread: across folders
1705                 Change the select_on_entry pref to do
1706                 what we want when changing folder
1707         * src/common/utils.c
1708                 Fix single-quoted links 
1709
1710 2006-06-29 [colin]      2.3.1cvs43
1711
1712         * src/gtk/gtkaspell.c
1713                 "Sylpheed" and "Sylpheed-Claws" do exist !
1714
1715 2006-06-29 [colin]      2.3.1cvs42
1716
1717         * src/imap.c
1718                 Forgot to remove debug
1719
1720 2006-06-29 [colin]      2.3.1cvs41
1721
1722         * src/imap.c
1723         * src/imap.h
1724         * src/mainwindow.c
1725                 Disconnect from IMAP servers when going
1726                 offline. Fixes bug #978 (going to offline-mode 
1727                 won't close connections)
1728
1729 2006-06-29 [colin]      2.3.1cvs40
1730
1731         * src/main.c
1732                 Fix transient setting on failing plugins
1733                 Patch by Fabien
1734         * src/plugins/pgpcore/sgpgme.c
1735                 Only warn for OpenPGP. Most people don't
1736                 have CMS available.
1737
1738 2006-06-29 [colin]      2.3.1cvs39
1739
1740         * src/compose.c
1741                 Fix Spelling menu (discrepancy between context menu
1742                 and top menu when folder's dictionary isn't the 
1743                 default one)
1744         * src/plugins/pgpcore/sgpgme.c
1745                 More error reporting about why gpgme can fail
1746
1747 2006-06-29 [wwp]        2.3.1cvs38
1748
1749         * src/mainwindow.c
1750                 honor the display-header-pane setting even when the message view
1751                 is a separate window.
1752
1753 2006-06-29 [wwp]        2.3.1cvs37
1754
1755         * src/prefs_actions.c
1756                 forgot to commit that one (use of GTK_STOCK_INFO).
1757
1758 2006-06-29 [colin]      2.3.1cvs36
1759
1760         * src/imap.c
1761                 Better handling of login errors (ask the password
1762                 again once), alert in case of error. Fix three
1763                 signedness warnings.
1764
1765 2006-06-28 [wwp]        2.3.1cvs35
1766
1767         * src/prefs_template.c
1768         * src/prefs_matcher.c
1769         * src/prefs_filtering_action.c
1770         * src/prefs_quote.c
1771                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
1772                 patch by Fabien Vantard, slightly modified.
1773
1774 2006-06-28 [paul]
1775
1776         2.4.0-rc2 released
1777
1778 2006-06-28 [colin]      2.3.1cvs34
1779
1780         * src/prefs_account.c
1781                 Fix bug #977 (Can't add or edit imap accounts)
1782
1783 2006-06-28 [colin]      2.3.1cvs33
1784
1785         * src/mimeview.c
1786                 Fix previous
1787
1788 2006-06-28 [colin]      2.3.1cvs32
1789
1790         * src/mimeview.c
1791                 Save named inlined attachments with "Save all"
1792         * src/main.c
1793         * src/mbox.c
1794         * src/common/plugin.c
1795         * src/common/plugin.h
1796         * src/common/sylpheed.c
1797         * src/common/utils.c
1798         * src/plugins/pgpcore/sylpheed.def
1799         * src/plugins/pgpinline/sylpheed.def
1800         * src/plugins/pgpmime/sylpheed.def
1801                 Win32 compatibility patch, by
1802                 Werner Koch
1803
1804 2006-06-28 [wwp]        2.3.1cvs31
1805
1806         * src/imap.c
1807         * src/prefs_folder_item.c
1808                 less compilation warnings (thanks to Fabien Vantard), less typos.
1809
1810 2006-06-28 [paul]       2.3.1cvs30
1811
1812         * src/gtk/gtkutils.c
1813                 gtk_combo_box_set_focus_on_click() is only
1814                 available since gtk 2.6.0
1815
1816 2006-06-28 [paul]       2.3.1cvs29
1817
1818         * src/prefs_ext_prog.c
1819                 fix engrish and add a tooltip for the
1820                 'command for 'Display as text' option
1821
1822 2006-06-28 [paul]
1823
1824         2.4.0-rc1 released
1825
1826 2006-06-28 [paul]       2.3.1cvs28
1827
1828         * ChangeLog
1829         * tools/Makefile.am
1830                 include textviewer.pl in releases
1831
1832 2006-06-28 [paul]       2.3.1cvs27
1833
1834         * src/prefs_ext_prog.c
1835                 hide Print command option if libgnomeprint
1836                 support is present
1837
1838 2006-06-27 [colin]      2.3.1cvs26
1839
1840         * src/compose.c
1841                 Fix Esc handling in insert/attach dialog
1842                 Don't show this dialog if dragging something
1843                 else than text/uri-list
1844                 Thanks to Fabien Vantard
1845         * tools/textviewer.pl
1846                 Filter script to display stuff as text
1847                 by H. Merijn Brand
1848
1849 2006-06-27 [wwp]        2.3.1cvs25
1850
1851         * src/messageview.c
1852                 use the exact product name (message view title), patch
1853                 by Fabien Vantard.
1854
1855 2006-06-27 [ticho]      2.3.1cvs24
1856
1857         * src/prefs_account.c
1858         * src/prefs_common.c
1859         * src/prefs_common.h
1860         * src/prefs_ext_prog.c
1861         * src/textview.c
1862                 Add a preference (Preferences/External programs)
1863                 to allow "Display as text" to be done via a script
1864                 (patch by H.Merijn Brand).
1865                 Use GtkComboBox for protocol selection in account
1866                 preferences.
1867                 Only include current choice for existing accounts, and
1868                 insensitivize the combobox.
1869
1870 2006-06-27 [paul]       2.3.1cvs23
1871
1872         * src/mbox.c
1873                 fix crasher introduced in cvs21.
1874                 Thanks to Colin
1875
1876 2006-06-26 [colin]      2.3.1cvs22
1877
1878         * src/mbox.c
1879                 Fix double-frees when leaving folders
1880                 after exporting to mbox
1881
1882 2006-06-26 [colin]      2.3.1cvs21
1883
1884         * src/mbox.c
1885                 More feedback (and optimisation)
1886                 on import/export
1887         * src/common/utils.c
1888                 Fix case when looking for mail addresses
1889         * src/gtk/gtkutils.c
1890                 Extra check for (X-)Face
1891
1892 2006-06-25 [ticho]      2.3.1cvs20
1893
1894         * src/compose.c
1895         * src/exphtmldlg.c
1896         * src/gtk/gtkutils.c
1897         * src/gtk/gtkutils.h
1898                 Added second argument to gtkut_sc_combobox_create() to
1899                 control focus-on-click for the widget.
1900                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
1901
1902 2006-06-25 [ticho]      2.3.1cvs19
1903
1904         * src/compose.c
1905         * src/gtk/Makefile.am
1906         * src/gtk/combobox.c
1907         * src/gtk/combobox.h
1908         * src/gtk/gtkutils.c
1909         * src/gtk/gtkutils.h
1910                 Use GtkComboBox instead of deprecated GtkOptionMenu
1911                 for account selector in compose window and for encoding
1912                 selector in attachment properties.
1913                 Also factorise working with the new GtkComboBox somewhat.
1914
1915 2006-06-24 [paul]       2.3.1cvs18
1916
1917         * src/prefs_common.c
1918                 use the correct default value
1919
1920 2006-06-24 [paul]       2.3.1cvs17
1921
1922         * src/compose.c
1923         * src/prefs_common.c
1924         * src/prefs_common.h
1925         * src/prefs_compose_writing.c
1926                 enable setting of default action when
1927                 dnd'ing files in the compose window.
1928                 (Collaborative effort with wwp)
1929
1930 2006-06-23 [wwp]        2.3.1cvs16
1931
1932         * src/compose.c
1933                 i18n fix (thanks to Fabien Vantard)
1934
1935 2006-06-22 [colin]      2.3.1cvs15
1936
1937         * src/prefs_customheader.c
1938                 Don't use filters in custom headers' file 
1939                 selector. Remember, extensions mean nothing :)
1940
1941 2006-06-22 [paul]       2.3.1cvs14
1942
1943         * configure.ac
1944                 allow setting of man directory location
1945
1946 2006-06-22 [colin]      2.3.1cvs13
1947
1948         * src/mainwindow.c
1949                 Add 'View/Go to/Next unread folder'.
1950                 I missed that :)
1951
1952 2006-06-22 [colin]      2.3.1cvs12
1953
1954         * src/common/utils.c
1955                 Add some subject prefixes
1956                 Patch by Bjorn T Johansen <btj@havleik.no>
1957
1958 2006-06-22 [colin]      2.3.1cvs11
1959
1960         * manual/advanced.xml
1961                 Forgotten hidden pref
1962
1963 2006-06-21 [paul]       2.3.1cvs10
1964
1965         * src/prefs_account.c
1966                 complete the removal of 'Add date header' option
1967
1968 2006-06-21 [paul]       2.3.1cvs9
1969
1970         * src/account.c
1971         * src/compose.c
1972         * src/prefs_account.c
1973         * src/prefs_account.h
1974                 remove option to add date header - always
1975                 add date header
1976         * src/etpan/imap-thread.c
1977                 fix warnings (Thanks to Colin)
1978
1979 2006-06-21 [wwp]        2.3.1cvs8
1980
1981         * src/folder.c
1982                 set the attachment flag when inline text part are (file)named. This is more convenient
1983                 when receiving (for instance) inline source files or patches sent using thunderbird.
1984
1985 2006-06-21 [paul]       2.3.1cvs7
1986
1987         * src/inc.c
1988                 fix off-by-one count of current msg in
1989                 statusbar filtering progressbar
1990
1991 2006-06-21 [paul]       2.3.1cvs6
1992
1993         * src/folder.c
1994                 Show attachment icon even if the part is 'inline'
1995                 if the following conditions are met:
1996                 - content-type != 'text/plain'
1997                 - content-type != '*/pgp-signature'
1998                 - either 'name' or 'filename' parameter is not NULL
1999                 
2000                 Thanks to Colin
2001
2002 2006-06-21 [paul]       2.3.1cvs5
2003
2004         * src/messageview.c
2005         * src/prefs_common.c
2006         * src/prefs_common.h
2007         * src/prefs_other.c
2008                 add an option to 'Never send Return
2009                 Receipts'
2010                 Thanks to Colin
2011
2012 2006-06-20 [mones]      2.3.1cvs4
2013
2014         * po/es.po
2015                 updated
2016         * src/compose.c
2017                 typo fixed (space after comma)
2018         * tools/make.themes.project
2019                 remove exec mode from tarball files
2020
2021 2006-06-20 [colin]      2.3.1cvs3
2022
2023         * src/news.c
2024         * src/procheader.c
2025         * src/unmime.c
2026                 Better fix for \n's in headers (don't 
2027                 break Received: and others)
2028
2029 2006-06-20 [paul]       2.3.1cvs2
2030
2031         * src/alertpanel.c
2032         * src/textview.c
2033                 improve legibility of phishing attempt
2034                 dialog
2035
2036 2006-06-20 [paul]       2.3.1cvs1
2037
2038         * NEWS
2039         * README
2040         * configure.ac
2041                 Update version number following
2042                 stable release
2043
2044 2006-06-20 [colin]      2.3.0cvs26
2045
2046         * src/compose.c
2047                 When dragging a file to the text of the compose
2048                 window, ask whether we want to insert or attach
2049                 (I know lots of people who do that to attach)
2050
2051 2006-06-20 [colin]      2.3.0cvs25
2052
2053         * src/etpan/imap-thread.c
2054                 Fix threshold (the append command is often > 32 bytes)
2055
2056 2006-06-19 [colin]      2.3.0cvs24
2057
2058         * src/imap.c
2059         * src/etpan/imap-thread.c
2060                 Workaround Rockliffe IMAP server bug: replace
2061                 "x UID SEARCH (ANSWERED UID 1:*)" with
2062                 "x UID SEARCH ANSWERED"
2063                 (Rockliffe doesn't handle the parenthesis)
2064
2065 2006-06-19 [colin]      2.3.0cvs23
2066
2067         * src/compose.c
2068         * src/imap.c
2069         * src/etpan/imap-thread.c
2070                 Probably fix bug #972 (Freezes when adding 
2071                 an attachment to the message)
2072         * src/common/defs.h
2073                 Modernize Firefox cmd
2074
2075
2076 2006-06-18 [colin]      2.3.0cvs22
2077
2078         * src/prefs_customheader.c
2079                 Only allow correct filenames for various
2080                 custom headers
2081
2082 2006-06-18 [colin]      2.3.0cvs21
2083
2084         * src/prefs_customheader.c
2085                 Add a 'From File...' button in custom headers prefs, which
2086                 try to do the right thing: 
2087                 for normal headers, use file as plaintext,
2088                 for X-Face, calls compface,
2089                 for Face, encode to b64.
2090
2091 2006-06-17 [colin]      2.3.0cvs20
2092
2093         * src/mh.c
2094                 Warning fix
2095
2096 2006-06-16 [colin]      2.3.0cvs19
2097
2098         * src/summaryview.c
2099                 Recursive quicksearch: show message list
2100                 in current folder, *then* search children
2101                 in the background.
2102
2103 2006-06-16 [colin]      2.3.0cvs18
2104
2105         * src/main.c
2106                 Instead of ignoring SIGPIPE, save caches
2107                 when getting one. Will fix the fact that
2108                 hot caches are out-of-date when logging 
2109                 out of Xorg.
2110         * src/compose.c
2111         * src/prefs_compose_writing.c
2112                 Only save text (not attachments) when 
2113                 auto-saving to drafts
2114         * src/unmime.c
2115                 Always replace \n, \r and \t with spaces
2116                 in headers
2117         * manual/dist/html/Makefile.am
2118         * manual/dist/pdf/Makefile.am
2119         * manual/dist/ps/Makefile.am
2120         * manual/dist/txt/Makefile.am
2121         * manual/fr/dist/html/Makefile.am
2122         * manual/fr/dist/pdf/Makefile.am
2123         * manual/fr/dist/ps/Makefile.am
2124         * manual/fr/dist/txt/Makefile.am
2125         * manual/pl/dist/html/Makefile.am
2126         * manual/pl/dist/pdf/Makefile.am
2127         * manual/pl/dist/ps/Makefile.am
2128         * manual/pl/dist/txt/Makefile.am
2129                 Fix make clean removing pregenerated manuals
2130
2131
2132 2006-06-16 [colin]      2.3.0cvs17
2133
2134         * src/plugins/pgpcore/sgpgme.c
2135         * src/plugins/pgpmime/pgpmime.c
2136         * src/plugins/pgpinline/pgpinline.c
2137                 Better error reporting in setup_signers.
2138                 Don't fallback to default key if specified
2139                 key isn't found.
2140                 Don't allow signing if more than one secret
2141                 key matches the one specified in prefs.
2142
2143 2006-06-15 [colin]      2.3.0cvs16
2144
2145         * src/folderview.c
2146                 Add "Send queue" in the folder's contextual
2147                 menu
2148         * src/compose.c
2149         * src/messageview.c
2150         * src/privacy.c
2151         * src/privacy.h
2152         * src/procmime.c
2153         * src/procmsg.c
2154         * src/plugins/pgpcore/passphrase.c
2155         * src/plugins/pgpcore/sgpgme.c
2156         * src/plugins/pgpinline/pgpinline.c
2157         * src/plugins/pgpmime/pgpmime.c
2158                 Better error reporting
2159         * src/mbox.c
2160                 Probably fix bug #971 (2.2.3 cannot read mail 
2161                 from local mbox)
2162
2163
2164 2006-06-15 [mones]      2.3.0cvs15
2165
2166         * tools/make.themes.project
2167                 creates the themes project from the web page
2168
2169 2006-06-15 [colin]      2.3.0cvs14
2170
2171         * src/folder.c
2172                 Better fix (avoid losing the folder if scan_tree 
2173                 fails)
2174
2175 2006-06-15 [cleroy]     2.3.0cvs13
2176
2177         * src/folder.c
2178                 Probably fix Bug #969 (crash on rebuilding 
2179                 imap folder)
2180
2181 2006-06-14 [colin]      2.3.0cvs12
2182
2183         * manual/dtd/manual.xsl
2184         * manual/sylpheed-claws-manual.xml
2185         * manual/fr/sylpheed-claws-manual.xml
2186         * manual/pl/sylpheed-claws-manual.xml
2187                 Insert pagebreaks between sections
2188
2189 2006-06-14 [paul]       2.3.0cvs11
2190
2191         * configure.ac
2192                 better fix than 2.3.0cvs10
2193
2194 2006-06-14 [paul]       2.3.0cvs10
2195
2196         * configure.ac
2197                 fix setting of PACKAGE_DATA_DIR with newer autoconf
2198                 (backwards compatible)
2199
2200 2006-06-13 [colin]      2.3.0cvs9
2201
2202         * src/messageview.c
2203                 Fix sending of return receipt with the new queue folders
2204
2205 2006-06-13 [wwp]        2.3.0cvs8
2206
2207         * src/quote_fmt_lex.l
2208                 fix wrong tokens returned in quote_fmt lexer, query not().
2209
2210 2006-06-13 [wwp]        2.3.0cvs7
2211
2212         * src/folder.c
2213         * src/prefs_folder_item.c
2214                 allow changing folder type even when folder is not a top-level one,
2215                 thanks to Colin.
2216
2217 2006-06-12 [colin]      2.3.0cvs6
2218
2219         * src/folderview.c
2220                 Fix double-ask of "Do you want to mark all
2221                 as read"
2222
2223 2006-06-12 [colin]      2.3.0cvs5
2224
2225         * src/compose.c
2226         * src/compose.h
2227         * src/folder.c
2228         * src/folder.h
2229         * src/imap.c
2230         * src/inc.c
2231         * src/main.c
2232         * src/messageview.c
2233         * src/mh.c
2234         * src/prefs_folder_item.c
2235         * src/procheader.c
2236         * src/procmime.c
2237         * src/procmsg.c
2238         * src/procmsg.h
2239         * src/send_message.c
2240         * src/summaryview.c
2241         * src/toolbar.c
2242                 Apply bug #964's patch (Queue and drafts aren't normal)
2243                 The Drafts and Queue folder now contain RFC-822 files,
2244                 allowing to move and copy mails from and to these 
2245                 folders. Moving from Drafts to Queue will prepare the
2246                 mail for sending (PGP signature, encryption, etc).
2247                 This patch also rework sending errors handling to try
2248                 to be more helpful.
2249                 Also, allow redefining folder types via the GUI 
2250                 (Folder type in its Properties)
2251
2252 2006-06-12 [colin]      2.3.0cvs4
2253
2254         * src/summaryview.c
2255         * src/prefs_common.c
2256         * src/prefs_common.h
2257         * src/gedit-print.c
2258                 Allow to define a specific print font - patch
2259                 by Bernhard Walle <bernhard.walle@gmx.de>
2260         * src/prefs_fonts.c
2261         * manual/advanced.xml
2262         * manual/fr/advanced.xml
2263                 Add a hidden pref to allow deletion without
2264                 confirmation
2265
2266 2006-06-12 [wwp]        2.3.0cvs3
2267
2268         * .cvsignore
2269                 more files to ignore.
2270
2271 2006-06-12 [wwp]        2.3.0cvs2
2272
2273         * src/quote_fmt.c
2274         * src/quote_fmt_lex.l
2275         * src/quote_fmt_parse.y
2276                 extend the quote_fmt parser (templates and quotes):
2277                 - allow limited sub-expressions in |p{} and |f{} expressions,
2278                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
2279                 - implemented/fixed missing implementation of query_references and show_references,
2280                 - completed, fixed contents and format of the symbols help dialog,
2281                 - fix some compilation warnings.
2282
2283 2006-06-12 [wwp]        2.3.0cvs1
2284
2285         * manual/advanced.xml
2286         * manual/fr/advanced.xml
2287                 updates in the "templates" section of the manual (eng/fr):
2288                  - be more precise (both versions)
2289                  - completed to match the english reference (fr version)
2290                  - touchups (both versions)
2291
2292 2006-06-12 [paul]       2.3.0
2293
2294         2.3.0 released
2295
2296 2006-06-12 [paul]       2.2.3cvs14
2297
2298         * po/ca.po
2299         * po/cs.po
2300         * po/de.po
2301         * po/el.po
2302         * po/fr.po
2303         * po/it.po
2304         * po/pt_BR.po
2305         * po/sr.po
2306         * po/zh_CN.po
2307                 updated by Miquel Oliete, Tim, Stephan Sachse,
2308                 Stavros Giannouris, Fabien Vantard, Andrea
2309                 Spadaccini, Frederico Goncalves Guimaraes,
2310                 Aleksandar Urosevic, and Ralgh Young
2311
2312 2006-06-12 [colin]      2.2.3cvs13
2313
2314         * src/mbox.c
2315                 Add missing header
2316
2317 2006-06-11 [colin]      2.2.3cvs12
2318
2319         * src/msgcache.c
2320                 Verify that g_malloc() succeeded
2321
2322 2006-06-11 [colin]      2.2.3cvs11
2323
2324         * src/wizard.c
2325                 Add Face header to welcome mail
2326
2327 2006-06-10 [colin]      2.2.3cvs10
2328
2329         * src/textview.c
2330                 Revert previous (Forgot it changes the
2331                 margin on the whole mail)
2332
2333 2006-06-10 [colin]      2.2.3cvs9
2334
2335         * src/textview.c
2336                 Don't overlap long headers under (X-)Face
2337
2338 2006-06-10 [mones]      2.2.3cvs8
2339
2340         * manual/xml2pdf
2341                 allow generation of manual on systems lacking saxon binary
2342                 but with java and the saxon library installed
2343
2344         * po/es.po
2345                 updated for release
2346
2347 2006-06-09 [colin]      2.2.3cvs7
2348
2349         * src/summaryview.c
2350                 Fix leak when using Display Sender using Addressbook
2351
2352 2006-06-09 [colin]      2.2.3cvs6
2353
2354         * src/compose.c
2355         * src/folder.c
2356         * src/folderview.c
2357         * src/mimeview.c
2358         * src/summaryview.c
2359                 More leaks fixes
2360
2361 2006-06-09 [paul]       2.2.3cvs5
2362
2363         * AUTHORS
2364         * src/gtk/authors.h
2365         * tools/claws.i18n.status.pl
2366                 updated with new info
2367
2368 2006-06-09 [paul]       2.2.3cvs4
2369
2370         * README
2371                 updated
2372         * manual/ack.xml
2373                 add wwp to authors list
2374         * src/gtk/authors.h
2375                 update mine and Colin's addresses
2376
2377 2006-06-08 [colin]      2.2.3cvs3
2378
2379         * src/etpan/imap-thread.c
2380                 Fix leak on SSL cert check
2381
2382 2006-06-08 [colin]      2.2.3cvs2
2383
2384         * src/common/utils.c
2385                 Fix leak
2386
2387 2006-06-08 [paul]       2.2.3cvs1
2388
2389         * configure.ac
2390                 Update version number following
2391                 stable release
2392
2393 2006-06-07 [colin]      2.2.2cvs3
2394
2395         * src/msgcache.c
2396                 Fix catching cache read errors (guint instead of gint)
2397                 Prevent malloc'ing more than 8MB (means cache corruption)
2398
2399 2006-06-07 [paul]       2.2.2cvs2
2400
2401         * src/exporthtml.c
2402         * src/exportldif.c
2403         * src/mh.c
2404         * src/mutt.c
2405         * src/pine.c
2406         * src/common/utils.c
2407                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
2408                 obey $HOME'
2409                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
2410                 Thanks to Colin
2411
2412 2006-06-06 [paul]       2.2.2cvs1
2413
2414         * configure.ac
2415                 Update version number following
2416                 stable release
2417
2418 2006-06-06 [paul]       2.2.1cvs6
2419
2420         * src/matcher.c
2421                 fix  implicit declaration of
2422                 sylpheed_do_idle()
2423                 Patch by Fabien Vantard
2424
2425 2006-06-06 [paul]       2.2.1cvs5
2426
2427         * src/matcher.c
2428                 fix age_greater and age_lower so that they
2429                 mean what say and not '...or equal to'
2430                 Thanks to Colin
2431
2432 2006-06-06 [paul]       2.2.1cvs4
2433
2434         * src/textview.c
2435         * src/common/utils.c
2436                 fix URI check
2437                 Thanks to Colin
2438
2439 2006-06-05 [wwp]        2.2.1cvs3
2440
2441         * manual/fr/account.xml
2442                 minor language fixes (thanks to Fabien Vantard).
2443
2444 2006-06-05 [colin]      2.2.1cvs2
2445
2446         * src/prefs_folder_item.c
2447         * src/folderview.c
2448                 Allow recursive setting of properties 
2449                 for whole mailboxes
2450         * src/matcher.c
2451                 Don't freeze on 'test' filtering rule
2452
2453 2006-06-05 [colin]      2.2.1cvs1
2454
2455         * configure.ac
2456                 Update version number following
2457                 stable release
2458
2459 2006-06-04 [wwp]        2.2.0cvs82
2460
2461         * manual/glossary.xml
2462         * manual/account.xml
2463         * manual/fr/glossary.xml
2464         * manual/fr/account.xml
2465                 added glossary section and references/links related to the Face custom header.
2466
2467 2006-06-04 [colin]      2.2.0cvs81
2468
2469         * src/summaryview.c
2470                 Skip to next message on move with no
2471                 immediate execution
2472
2473 2006-06-04 [wwp]        2.2.0cvs80
2474
2475         * manual/xml2pdf
2476                 added sanity checks, exit when needed.
2477
2478 2006-06-03 [paul]       2.2.0cvs79
2479
2480         * src/prefs_receive.c
2481                 page name is now 'Receiving'
2482         * src/prefs_send.c
2483                 page name is now 'Sending'
2484
2485 2006-06-03 [colin]      2.2.0cvs78
2486
2487         * src/plugins/spamassassin/spamassassin_gtk.c
2488                 Autoswitch to Localhost if transport was previously
2489                 disabled. Else people had to check [] Enable, then
2490                 *reselect* transport.
2491
2492 2006-06-03 [colin]      2.2.0cvs77
2493
2494         * src/plugins/pgpinline/pgpinline.c
2495         * src/plugins/pgpmime/pgpmime.c
2496                 Check that gpg_data_release_and_get_mem 
2497                 didn't fail (now, why this happens...)
2498
2499 2006-06-03 [colin]      2.2.0cvs76
2500
2501         * src/mbox.c
2502                 Fix bug #962 (Manual and/or UI should 
2503                 warn about incompatible locking 
2504                 causing dataloss)
2505
2506 2006-06-02 [cleroy]     2.2.0cvs75
2507
2508         * src/filtering.c
2509         * src/folder.c
2510         * src/procmsg.c
2511         * src/summaryview.c
2512                 Fix a few leaks
2513
2514 2006-06-02 [colin]      2.2.0cvs74
2515
2516         * src/main.c
2517                 On exit, free caches after writing them
2518                 Shuts up some valgrind false positives
2519         * src/procmsg.c
2520         * src/send_message.c
2521                 Fix races when reusing existing SMTP connections
2522                 Fix inexistant session timeout
2523         * src/toolbar.c
2524                 Display alertpanel after all queues have
2525                 been processed, not after each
2526
2527 2006-06-02 [wwp]        2.2.0cvs73
2528
2529         * manual/fr/glossary.xml
2530         * manual/fr/ack.xml
2531         * manual/ack.xml
2532                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
2533
2534 2006-06-02 [wwp]        2.2.0cvs72
2535
2536         * manual/xml2pdf
2537         * manual/dist/pdf/Makefile.am
2538         * manual/dtd/manual.xsl
2539         * manual/fr/dist/pdf/Makefile.am
2540         * manual/pl/dist/pdf/Makefile.am
2541                 we changed the procedure to generate the .pdf version of the manual.
2542                 The procedure is more modern and the .pdf we get now has a valid index.
2543                 Here are the new pre-requisites:
2544
2545                 - JRE 1.x (1.4 here): there must be one from your distro
2546                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
2547                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
2548                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
2549
2550                 See my posts for further info about the installation of this toolchain:
2551
2552                 Date: Fri, 19 May 2006 19:40:06 +0200
2553                 From: wwp <subscript@free.fr>
2554                 To: sylpheed-claws-devel@lists.sourceforge.net
2555                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
2556
2557                 and
2558
2559                 Date: Wed, 24 May 2006 12:58:49 +0200
2560                 From: wwp <subscript@free.fr>
2561                 To: sylpheed-claws-devel@lists.sourceforge.net
2562                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
2563
2564 2006-06-01 [colin]      2.2.0cvs71
2565
2566         * src/compose.c
2567                 Better guards against IMAP races
2568         * src/main.c
2569         * src/prefs_common.c
2570         * src/prefs_common.h
2571         * src/common/ssl_certificate.c
2572         * src/etpan/imap-thread.c
2573         * src/etpan/imap-thread.h
2574         * src/gtk/sslcertwindow.c
2575                 New hidden option ssl_skip_cert_check to 
2576                 avoid dups of bug #959 (libetpan linked
2577                 against gnutls and gnutls buggy on 64bit)
2578                 Present expired warning only once per
2579                 session/server.
2580         * manual/advanced.xml
2581         * manual/fr/advanced.xml
2582                 Document new option
2583
2584 2006-06-01 [wwp]        2.2.0cvs70
2585
2586         * src/messageview.c
2587                 fix for bug #961 (return receipt dialog 
2588                 complains incorrectly about return-path 
2589                 email adress being different), thanks 
2590                 to Colin.
2591
2592 2006-05-31 [cleroy]     2.2.0cvs69
2593
2594         * src/common/ssl.c
2595                 Guard against NULLs, although this
2596                 should never be an issue
2597
2598 2006-05-31 [colin]      2.2.0cvs68
2599
2600         * src/filtering.c
2601                 Use g_slist_prepend
2602         * src/imap.c
2603                 Don't remove caches when destroying folder, it
2604                 could (should) be done at exit
2605         * src/inc.c
2606                 free processing cache after incorporation
2607         * src/etpan/imap-thread.c
2608                 Maybe fix bug #959 (Crash on moving to emails 
2609                 to a imap account per ssl with a expired 
2610                 certificate.)
2611
2612 2006-05-30 [colin]      2.2.0cvs67
2613
2614         * src/summaryview.c
2615                 Put back event flush when displaying message
2616                 It avoids reading a bunch of messages just
2617                 by hitting shift-n for too long ;)
2618
2619 2006-05-29 [colin]      2.2.0cvs66
2620
2621         * src/summaryview.c
2622                 Remove useless g_warnings
2623
2624 2006-05-29 [colin]      2.2.0cvs65
2625
2626         * src/imap.c
2627                 Fix g_slist_append()s for performance
2628
2629 2006-05-29 [colin]      2.2.0cvs64
2630
2631         * src/compose.c
2632         * src/common/utils.c
2633                 Fix extraneous tab at start of addresses
2634         * src/mainwindow.c
2635                 Fix warnings (thanks to Fabien)
2636                 Fix crash at exit when composing messages 
2637                 exist
2638         * src/pop.c
2639                 Fix progress bar when deleting expired mails
2640                 Thanks to Hiro
2641         * src/summaryview.c
2642         * src/gtk/gtksctree.c
2643                 Fix re-sorting slowness
2644
2645 2006-05-29 [paul]       2.2.0cvs63
2646
2647         * src/mh.c
2648                 fetch full message when moving mails
2649                 from another mailbox, (fixed data loss
2650                 when filtering from IMAP to MH, introduced
2651                 in 2.2.0cvs57).
2652                 Thanks to Colin
2653
2654 2006-05-29 [mones]      2.2.0cvs62
2655
2656         * src/gtk/gtksctree.c
2657                 Unselect faster (patch by Colin)        
2658
2659 2006-05-26 [colin]      2.2.0cvs61
2660
2661         * src/summaryview.c
2662                 Unplug MSGINFO_UPDATE callback on delete too.
2663
2664 2006-05-26 [colin]      2.2.0cvs60
2665
2666         * src/foldersel.c
2667                 Fix bold in folder selection window with glib2.10
2668                 thanks Hiro
2669
2670 2006-05-26 [colin]      2.2.0cvs59
2671
2672         * src/procheader.c
2673                 Convert date only if necessary (and don't
2674                 try to convert from utf8 to utf8, too)
2675         * src/summaryview.c
2676                 Only set column's text if the column's 
2677                 displayed
2678
2679 2006-05-26 [colin]      2.2.0cvs58
2680
2681         * src/summaryview.c
2682         * src/gtk/gtkutils.c
2683                 Fix useless warning
2684
2685 2006-05-26 [colin]      2.2.0cvs57
2686
2687         * src/mainwindow.c
2688                 Make summaryview selectable as long as 
2689                 no message has focus
2690         * src/mh.c
2691                 Faster deletion (by implementing mh_remove_msgs)
2692                 Faster copy (avoid using mh_fetch_msg just to get
2693                 the filename)
2694                 Faster move (using move_file instead of copy_file
2695                 if MSG_IS_MOVE)
2696                 No progressbar if total number of mails to cp/mv 
2697                 is less than 100
2698         * src/summaryview.c
2699                 Fix removal from subject_table when mail gets moved
2700                 Faster deletion (g_slist_prepend instead of append)
2701         * src/gtk/gtksctree.c
2702                 Remove useless code
2703
2704 2006-05-25 [colin]      2.2.0cvs56
2705
2706         * src/common/ssl_certificate.c
2707                 Fix leak in expired cert check
2708
2709 2006-05-25 [colin]      2.2.0cvs55
2710
2711         * src/mh.c
2712                 Disable flags syncing on .mh_sequences - it
2713                 is buggy and marks mails read under unknown
2714                 conditions.
2715
2716 2006-05-25 [paul]
2717
2718         * 2.3.0-rc4 released
2719
2720 2006-05-24 [colin]      2.2.0cvs54
2721
2722         attention cvs users: if you manage to crash
2723         Sylpheed-Claws while moving, copying or deleting
2724         mails, we *are* interested in stack traces and
2725         valgrind logs. It looks stable, but one never
2726         knows...
2727
2728         * src/folder.c
2729                 Add progressbar for cache updates
2730         * src/folderutils.c
2731                 Optimize Mark all read in the current
2732                 folder
2733         * src/mh.c
2734                 Add progressbar for copy/move
2735         * src/procmsg.c
2736                 Optimize O(n^2) in copy/move
2737         * src/summaryview.c
2738         * src/gtk/gtksctree.c
2739                 Optimize O(n^2) algos
2740         * src/common/timing.h
2741                 Display ms instead of us
2742
2743 2006-05-24 [wwp]        2.2.0cvs53
2744
2745         * manual/fr/advanced.xml
2746                 updates to the French manual.
2747
2748 2006-05-24 [wwp]        2.2.0cvs52
2749
2750         * src/common/utils.c
2751                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
2752
2753 2006-05-24 [wwp]        2.2.0cvs51
2754
2755         * src/folderutils.c
2756                 fixed "mark all read" in MH folders (thanks to Colin).
2757
2758 2006-05-24 [paul]       2.2.0cvs50
2759
2760         * doc/man/sylpheed-claws.1
2761                 updated the man page
2762
2763 2006-05-23 [colin]      2.2.0cvs49
2764
2765         * src/folderview.c
2766         * src/imap.c
2767         * src/inc.c
2768         * src/mbox.c
2769         * src/messageview.c
2770         * src/news.c
2771         * src/send_message.c
2772         * src/summaryview.c
2773         * src/gtk/sslcertwindow.c
2774                 alertpanel fixes, by Fabien
2775
2776 2006-05-23 [colin]      2.2.0cvs48
2777
2778         * src/folder.c
2779         * src/folderview.c
2780         * src/msgcache.c
2781         * src/summaryview.c
2782         * src/gtk/gtksctree.c
2783         * src/gtk/gtksctree.h
2784                 More timings
2785                 Fix slow loading problem, which was caused by the
2786                 use of some gtk_ctree funcs and their use of
2787                 g_list_position while gtk_ctree_(un)link'ing.
2788                 Reap more functions from gtkctree.c to be sure we
2789                 use our (fast) version instead of theirs.
2790         * src/mh.c
2791                 Fix copy of unread mails
2792
2793
2794 2006-05-22 [wwp]        2.2.0cvs47
2795
2796         * manual/fr/advanced.xml
2797                 updated.
2798
2799 2006-05-22 [colin]      2.2.0cvs46
2800
2801         * src/filtering.c
2802                 Fix possible infinite loop. 'copy' is not a 
2803                 final action, so when encountering a 'copy',
2804                 we have to check if a previous one was set
2805                 and do it. In the same way, if we encounter
2806                 a 'move' we have to perform a possibly 
2807                 pending 'copy'. This will slow down filtering
2808                 on IMAP if move+copy or multiple copy actions
2809                 are to be done, but handling it via the batch
2810                 would be really too convoluted.
2811
2812 2006-05-22 [wwp]        2.2.0cvs45
2813
2814         * manual/fr/advanced.xml
2815         * manual/fr/faq.xml
2816         * manual/fr/glossary.xml
2817         * manual/fr/handling.xml
2818         * manual/fr/intro.xml
2819         * manual/fr/plugins.xml
2820         * manual/fr/sylpheed-claws-manual.xml
2821                 sync w/ the english manual: updates URIs, documented mailing-list
2822                 support, better explanation about the enabled/disabled feature
2823                 in filtering/processing rules by Paul.
2824
2825 2006-05-21 [colin]      2.2.0cvs44
2826
2827         * src/summaryview.c
2828                 Don't expand after building threads, but during
2829
2830 2006-05-21 [colin]      2.2.0cvs43
2831
2832         * src/procmsg.c
2833         * src/summaryview.c
2834                 More timing possibilities... For next time I have 
2835                 to find out how the hell some 3GHz computer takes
2836                 one minute to open a 30k folder...
2837
2838 2006-05-21 [colin]      2.2.0cvs42
2839
2840         * manual/pl/advanced.xml
2841         * manual/pl/faq.xml
2842         * manual/pl/glossary.xml
2843         * manual/pl/handling.xml
2844         * manual/pl/intro.xml
2845         * manual/pl/plugins.xml
2846         * manual/pl/sylpheed-claws-manual.xml
2847                 Polish manual updated by Pawel
2848
2849 2006-05-20 [colin]
2850
2851         * 2.3.0-rc3 released
2852
2853 2006-05-20 [colin]      2.2.0cvs41
2854
2855         * src/imap.c
2856                 Fix -rc2 problems:
2857                 - remove cache of moved messages from original folder
2858                 - apply new flags to messages even if they aren't appliable
2859                   via IMAP.
2860
2861 2006-05-20 [colin]
2862
2863         * 2.3.0-rc2 released
2864
2865 2006-05-19 [colin]      2.2.0cvs40
2866
2867         * src/imap.c
2868                 Don't issue SELECT in imap_change_flags
2869                 before having checked that we indeed have
2870                 some flags to change. MSG_POSTFILTERED for
2871                 example can't be used on IMAP.
2872                 Fixes bug #955 (copying messages between 
2873                 imap folders is extremely slow), which was
2874                 a regression.
2875
2876 2006-05-19 [colin]      2.2.0cvs39
2877
2878         * src/folder.c
2879         * src/folder.h
2880         * src/folderview.c
2881                 Try to fix bug #830 (Some unread messages 
2882                 get marked read in IMAP inbox):
2883                 - Prevent scanning a folder if it's being 
2884                   opened via the GUI
2885                 - Postpone opening via the GUI of a folder
2886                   currently scanned.
2887
2888
2889 2006-05-19 [wwp]        2.2.0cvs38
2890
2891         * manual/advanced.xml
2892                 fix English+typo (thanks to Paul).
2893
2894 2006-05-19 [wwp]        2.2.0cvs37
2895
2896         * manual/advanced.xml
2897         * manual/fr/advanced.xml
2898         * src/gtk/logwindow.c
2899         * src/prefs_common.c
2900         * src/prefs_common.h
2901                 added hidden prefs to allow customization of colors used in
2902                 protocol log window (useful for dark gtk+ themes).
2903
2904 2006-05-19 [wwp]        2.2.0cvs36
2905
2906         * ChangeLog
2907                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
2908
2909 2006-05-19 [paul]       2.2.0cvs35
2910
2911         * src/textview.c
2912                 make Reply-To fully clickable
2913         * src/gtk/logwindow.c
2914                 more colouring (SMTP ESMTP)
2915         Both patches by Pawel Pekala
2916
2917 2006-05-19 [cleroy]     2.2.0cvs34
2918
2919         * src/mh.c
2920                 Don't update flags from current folder
2921                 Probably fixes bug #935 (Read Messages 
2922                 Revert to Being Marked as Unread)
2923
2924 2006-05-18 [colin]      2.2.0cvs33
2925
2926         * src/imap.c
2927                 Warning fix
2928         * src/compose.c
2929         * src/mainwindow.c
2930         * src/summaryview.c
2931         * src/toolbar.c
2932                 Allow replying to multiple emails
2933                 in multiple windows
2934         * src/mimeview.c
2935         * src/etpan/imap-thread.c
2936                 Leak fixes
2937
2938 2006-05-18 [paul]       2.2.0cvs32
2939
2940         * src/summaryview.c
2941                 keep Mailing-List menu refreshed
2942                 Thanks to Colin
2943
2944 2006-05-18 [paul]       2.2.0cvs31
2945
2946         * manual/advanced.xml
2947         * manual/faq.xml
2948         * manual/glossary.xml
2949         * manual/handling.xml
2950         * manual/intro.xml
2951         * manual/plugins.xml
2952         * manual/sylpheed-claws-manual.xml
2953                 update URLs
2954                 add info about mailing-list support
2955                 edit filtering info
2956         * src/wizard.c
2957         * src/common/defs.h
2958         * src/gtk/about.c
2959         * src/plugins/dillo_viewer/README
2960                 update URLs
2961
2962 2006-05-17 [wwp]        2.2.0cvs30
2963
2964         * manual/handling.xml
2965         * manual/fr/handling.xml
2966                 documented the ability to enabled/disable filtering/processing rules.
2967
2968 2006-05-17 [colin]      2.2.0cvs29
2969
2970         * src/main.c
2971                 Don't initialize g_thread subsystem if it's 
2972                 already done (thanks to Hiro)
2973         * src/mimeview.c
2974                 Fix saving of parts when there name can't be
2975                 converted from UTF-8.
2976
2977 2006-05-17 [paul]       2.2.0cvs28
2978
2979         * po/Makefile.in.in
2980                 fix config.status warning with autoconf 2.60
2981
2982 2006-05-17 [paul]       2.2.0cvs27
2983
2984         * po/POTFILES.in
2985                 add src/mbox.c
2986
2987 2006-05-17 [wwp]        2.2.0cvs26
2988
2989         * src/mainwindow.c
2990                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2991
2992 2006-05-17 [wwp]        2.2.0cvs25
2993
2994         * src/plugins/demo/demo.c
2995                 updated product name in plugin demo (many plugins need to be
2996                 sync'ed w/ that change).
2997
2998 2006-05-17 [colin]      2.2.0cvs24
2999
3000         * src/mh.c
3001                 Fix leak
3002
3003 2006-05-16 [colin]      2.2.0cvs23
3004
3005         * src/mainwindow.c
3006                 Stupid me hit again. Fix cvs22.
3007
3008 2006-05-16 [colin]      2.2.0cvs22
3009
3010         * src/mainwindow.c
3011                 Fix bug #922 (sylpheed-claws crashed after 
3012                 pushing on Inbox folder)
3013
3014 2006-05-16 [colin]      2.2.0cvs21
3015
3016         * src/compose.c
3017                 Make From header be copy/paste/select-able
3018
3019 2006-05-16 [wwp]        2.2.0cvs20
3020
3021         * src/export.c
3022         * src/matcher.c
3023         * src/summaryview.c
3024         * src/etpan/imap-thread.c
3025                 fix some compiler warnings (thanks to Colin).
3026
3027 2006-05-16 [wwp]        2.2.0cvs19
3028
3029         * src/action.c
3030         * src/gedit-print.c
3031         * src/inc.c
3032         * src/mainwindow.c
3033         * src/mh.c
3034         * src/statusbar.c
3035         * src/send_message.c
3036         * src/summaryview.c
3037                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
3038
3039 2006-05-15 [colin]      2.2.0cvs18
3040
3041         * src/procmsg.c
3042                 Fix automatic rule creation with List-Post
3043
3044 2006-05-15 [paul]       2.2.0cvs17
3045
3046         * tools/filter_conv_new.pl
3047                 updated for rule enabling/disabling
3048                 claws version >= 2.3.x required
3049
3050 2006-05-15 [cleroy]     2.2.0cvs16
3051
3052         * src/main.c
3053                 Revert test
3054
3055 2006-05-15 [cleroy]     2.2.0cvs15
3056
3057         * src/main.c
3058                 test
3059
3060 2006-05-15 [wwp]        2.2.0cvs14
3061
3062         * manual/pl/.cvsignore
3063                 ignore generated files.
3064
3065 2006-05-14 [wwp]        2.3.0-rc1
3066
3067         * 2.3.0-rc1 released
3068
3069 2006-05-13 [wwp]        2.2.0cvs13
3070
3071         * src/filtering.c
3072         * src/filtering.h
3073         * src/matcher.c
3074         * src/matcher_parser_lex.l
3075         * src/matcher_parser_parse.y
3076         * src/prefs_filtering.c
3077                 new feature: provide the ability to disable filtering and processing
3078                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
3079                 adaptations.
3080
3081 2006-05-13 [colin]      2.2.0cvs12
3082
3083         * src/compose.c
3084                 Remove useless if (a) b; else b;
3085                 Thanks to wwp
3086
3087 2006-05-13 [wwp]        2.2.0cvs11
3088
3089         * src/export.c
3090         * src/import.c
3091         * src/mainwindow.c
3092         * src/mbox.c
3093         * src/summaryview.c
3094         * src/summaryview.h
3095                 no more silent failures (or at least less ones) when importing
3096                 or exporting from/to mbox. Also start importing/exporting if
3097                 the necessary info is set.
3098
3099 2006-05-13 [wwp]        2.2.0cvs10
3100
3101         * RELEASE_NOTES
3102                 restored up-to-date release notes.
3103
3104 2006-05-13 [paul]       2.2.0cvs9
3105
3106         * po/nl.po
3107         * po/ru.po
3108                 updated by Tim Dijkstra and Pavlo Bohmat
3109
3110 2006-05-12 [colin]      2.2.0cvs8
3111
3112         * src/gtk/quicksearch.c
3113                 Add "k" as shortcut for "colorlabel". Patch
3114                 by ath42@users.sf.net.
3115
3116 2006-05-12 [paul]       2.2.0cvs7
3117
3118         * src/prefs_common.h
3119         * src/prefs_summaries.c
3120         * src/summaryview.c
3121                 when entering a folder also allow
3122                 going directly to first Marked message
3123
3124 2006-05-12 [paul]       2.2.0cvs6
3125
3126         * src/summaryview.c
3127                 always obey 'confirm before marking all
3128                 mails read' option
3129
3130 2006-05-12 [paul]       2.2.0cvs5
3131
3132         * src/textview.c
3133                 make Sender fully clickable
3134
3135 2006-05-12 [colin]      2.2.0cvs4
3136
3137         * src/compose.c
3138         * src/compose.h
3139                 Let From be editable
3140         * src/main.c
3141         * src/mh.c
3142                 Full support of .mh_sequences' Unseen seq
3143
3144 2006-05-12 [colin]      2.2.0cvs3
3145
3146         * src/folder.c
3147         * src/mainwindow.c
3148         * src/mainwindow.h
3149         * src/messageview.c
3150         * src/prefs_spelling.c
3151         * src/procheader.c
3152         * src/procmsg.c
3153         * src/procmsg.h
3154         * src/summaryview.c
3155         * src/toolbar.c
3156         * src/toolbar.h
3157                 Add contextual menu on Compose toolbar
3158                 button. Fixes bug #944 (Automatic
3159                 addresses not applied when changing account
3160                 from compose window)
3161                 add Mailing List support
3162                 based on the old 0.6.5claws25 patch by
3163                 Melvin Hadasht, with finishing touches
3164                 by Colin
3165                 Fix "ignore thread" when mails are threaded by
3166                 subject (and weren't ignored although appearing
3167                 in the thread).
3168                 GUI rework.
3169                 Both patches by Pawel.
3170
3171 2006-05-08 [paul]       2.2.0cvs2
3172
3173         * src/mainwindow.c
3174         * src/mainwindow.h
3175         * src/messageview.c
3176         * src/procheader.c
3177         * src/procmsg.c
3178         * src/procmsg.h
3179         * src/summaryview.c
3180                 add Mailing List support
3181                 based on the old 0.6.5claws25 patch by 
3182                 Melvin Hadasht, with finishing touches
3183                 by Colin
3184
3185 2006-05-08 [colin]      2.2.0cvs1
3186
3187         * src/mainwindow.c
3188         * src/toolbar.c
3189         * src/toolbar.h
3190                 Add contextual menu on Compose toolbar 
3191                 button. Fixes bug #944 (Automatic 
3192                 addresses not applied when changing account 
3193                 from compose window)
3194
3195 2006-05-08 [paul]       2.2.0
3196
3197         2.2.0 released
3198
3199 2006-05-08 [paul]       2.1.1cvs51
3200
3201         * po/cs.po
3202         * po/de.po
3203         * po/en_GB.po
3204         * po/fi.po
3205         * po/fr.po
3206         * po/pt_BR.po
3207         * po/sr.po
3208         * po/zh_CN.po
3209                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3210                 Fabien Vantard, Frederico Goncalves Guimaraes,
3211                 Aleksandar Urosevic, and Ralgh Young
3212
3213 2006-05-12 [colin]      2.1.1cvs50
3214
3215         * po/cs.po
3216         * po/de.po
3217         * po/en_GB.po
3218         * po/es.po
3219         * po/fi.po
3220         * po/fr.po
3221         * po/pt_BR.po
3222         * po/sr.po
3223         * po/zh_CN.po
3224                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3225                 Fabien Vantard, Frederico Goncalves Guimaraes,
3226                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
3227
3228 2006-05-05 [colin]      2.1.1cvs49
3229
3230         * manual/Makefile.am
3231         * manual/pl/Makefile.am
3232         * manual/pl/account.xml
3233         * manual/pl/ack.xml
3234         * manual/pl/addrbook.xml
3235         * manual/pl/advanced.xml
3236         * manual/pl/faq.xml
3237         * manual/pl/glossary.xml
3238         * manual/pl/gpl.xml
3239         * manual/pl/handling.xml
3240         * manual/pl/intro.xml
3241         * manual/pl/keyboard.xml
3242         * manual/pl/plugins.xml
3243         * manual/pl/starting.xml
3244         * manual/pl/sylpheed-claws-manual.xml
3245         * manual/pl/dist/.cvsignore
3246         * manual/pl/dist/Makefile.am
3247         * manual/pl/dist/html/.cvsignore
3248         * manual/pl/dist/html/Makefile.am
3249         * manual/pl/dist/pdf/.cvsignore
3250         * manual/pl/dist/pdf/Makefile.am
3251         * manual/pl/dist/ps/.cvsignore
3252         * manual/pl/dist/ps/Makefile.am
3253         * manual/pl/dist/txt/.cvsignore
3254         * manual/pl/dist/txt/Makefile.am
3255                 Add the polish translation of the manual,
3256                 Authored by Pawel Pekala.
3257
3258 2006-05-05 [cleroy]     2.1.1cvs48
3259
3260         * src/main.c
3261                 Re-read matcherrc after loading plugins 
3262                 if some of them add folders.
3263
3264 2006-05-03 [colin]      2.1.1cvs47
3265
3266         * src/imap.c
3267                 I'm idiot
3268
3269 2006-05-03 [colin]      2.1.1cvs46
3270
3271         * src/imap.c
3272                 Be sure to have a session when
3273                 getting separator
3274
3275 2006-05-03 [colin]      2.1.1cvs45
3276
3277         * src/imap.c
3278         * src/imap.h
3279         * src/imap_gtk.c
3280                 Fix preventing renaming with namespace 
3281                 separator.
3282
3283 2006-05-01 [colin]      2.1.1cvs44
3284
3285         * src/action.c
3286                 Don't reload messageview when result of
3287                 action is piped.
3288
3289 2006-04-29 [colin]      2.1.1cvs43
3290
3291         * src/prefs_receive.c
3292         * src/plugins/spamassassin/spamassassin_gtk.c
3293         * src/plugins/clamav/clamav_plugin_gtk.c
3294                 GUI fixes by Pawel
3295
3296 2006-04-29 [colin]      2.1.1cvs42
3297
3298         * src/prefs_compose_writing.c
3299         * src/prefs_quote.c
3300                 Cleanups. Patch by Pawel
3301
3302 2006-04-28 [paul]       2.1.1cvs41
3303
3304         * src/matcher.c
3305                 fix returned quick search results when search
3306                 term contains an underscore.
3307                 Thanks to Colin
3308
3309 2006-04-28 [paul]       2.1.1cvs40
3310
3311         * src/prefs_message.c
3312         * src/prefs_receive.c
3313                 GUI cleanups
3314                 Patches by Pawel Pekala
3315
3316 2006-04-27 [colin]      2.1.1cvs39
3317
3318         * src/wizard.c
3319                 Differentiate subject Welcome from
3320                 window's title Welcome
3321
3322 2006-04-27 [paul]
3323
3324         2.2.0-rc1 released
3325
3326 2006-04-27 [paul]       2.1.1cvs38
3327
3328         * manual/advanced.xml
3329         * manual/fr/advanced.xml
3330                 add info about compose_no_markup hidden pref
3331
3332 2006-04-27 [paul]       2.1.1cvs37
3333
3334         * src/prefs_account.c
3335                 improve privacy labels
3336         * src/prefs_msg_colors.c
3337                 change some strings for translators' convenience
3338         * src/gtk/gtkutils.c
3339                 don't underline the link button text
3340
3341 2006-04-25 [colin]      2.1.1cvs36
3342
3343         * src/folder.c
3344                 Complete 2.1.1cvs33 (once more ;)
3345
3346 2006-04-25 [colin]      2.1.1cvs35
3347
3348         * src/editldap.c
3349                 Fix tooltip
3350
3351 2006-04-25 [cleroy]     2.1.1cvs34
3352
3353         * src/compose.c
3354         * src/gtk/gtkaspell.c
3355                 Fix crash on redirect (related to the return 
3356                 of the aspell menu in compose's toolbar)
3357         * src/prefs_msg_colors.c
3358                 Fix sensitivity widgets
3359         * src/image_viewer.c
3360         * src/gtk/pluginwindow.c
3361         * src/gtk/prefswindow.c
3362                 Change released signals to clicked (Fabien)
3363         * po/POTFILES.in
3364         * src/common/socket.c
3365         * src/plugins/spamassassin/spamassassin.c
3366                 Translate strings (Fabien)
3367
3368 2006-04-25 [paul]       2.1.1cvs33
3369
3370         * src/folder.c
3371         * src/folder.h
3372         * src/folderview.c
3373                 complete the fix of bug #912
3374                 Thanks to Colin
3375
3376 2006-04-25 [colin]      2.1.1cvs32
3377
3378         * src/news.c
3379                 Better progress bar
3380         * src/mimeview.c
3381         * src/summaryview.c
3382         * src/summaryview.h
3383                 Fix focus chain
3384                 Patches by Pawel Pekala
3385
3386 2006-04-24 [colin]      2.1.1cvs31
3387
3388         * src/compose.c
3389                 Fix compilation warnings (Fabien)
3390
3391 2006-04-24 [colin]      2.1.1cvs30
3392
3393         * src/addrindex.c
3394         * src/editldap.c
3395         * src/editldap_basedn.c
3396         * src/editldap_basedn.h
3397         * src/ldapctrl.c
3398         * src/ldapctrl.h
3399         * src/ldapquery.c
3400         * src/ldaputil.c
3401         * src/ldaputil.h
3402                 Fix bug #901 (LDAPS support)
3403
3404 2006-04-24 [colin]      2.1.1cvs29
3405
3406         * src/compose.c
3407                 Fix logic on error with send dialog on
3408         * src/imap.c
3409                 Fix compilation without libetpan, thanks
3410                 to Fabien
3411         * src/summaryview.c
3412                 Fix 'context-menu' key
3413
3414 2006-04-23 [colin]      2.1.1cvs28
3415
3416         * src/folder.c
3417                 Never free current's cache to free up 
3418                 memory. Fixes bug #912 (new count 
3419                 randomly set to message count)
3420
3421 2006-04-23 [colin]      2.1.1cvs27
3422
3423         * src/gtk/quicksearch.c
3424                 And remove printf...
3425
3426 2006-04-23 [colin]      2.1.1cvs26
3427
3428         * src/gtk/quicksearch.c
3429                 Fix replacing in quicksearch, and fix inserting
3430                 in the middle of the string. (introduced at 2.1.0cvs22)
3431
3432 2006-04-23 [colin]      2.1.1cvs25
3433
3434         * src/imap.c
3435                 Make sure uidnext is initialized in get_num_list
3436                 (not for stable, related to 2.1.1cvs8 and friends)
3437
3438 2006-04-23 [colin]      2.1.1cvs24
3439
3440         * src/imap.c
3441                 Output something when login is successful
3442                 too
3443
3444 2006-04-23 [colin]      2.1.1cvs23
3445
3446         * src/etpan/imap-thread.c
3447                 Better logging (line-per-line, hide data in fetch)
3448                 Fix a const warning
3449         * src/gtk/logwindow.c
3450         * src/gtk/logwindow.h
3451                 Better logging (color for input/output)
3452
3453 2006-04-21 [colin]      2.1.1cvs22
3454
3455         * src/gtk/quicksearch.c
3456                 On gtk+-2.8, use stock buttons in quicksearch
3457                 Based on a patch by Fabien and a design by Paul
3458
3459 2006-04-21 [colin]      2.1.1cvs21
3460
3461         * src/folderview.c
3462         * src/mainwindow.c
3463                 Fix occasional flicker in folderview
3464         * src/common/utils.c
3465                 Fix bug #943 (Incorrectly parsed email address 
3466                 list in short headers on message view and in 
3467                 printouts)
3468
3469 2006-04-20 [colin]      2.1.1cvs20
3470
3471         * src/imap.c
3472         * src/imap.h
3473         * src/prefs_account.c
3474                 Add ANONYMOUS auth for IMAP
3475
3476 2006-04-20 [paul]       2.1.1cvs19
3477
3478         * src/main.c
3479                 proper fix for 2.1.1cvs18
3480                 Thanks to Colin
3481
3482 2006-04-20 [paul]       2.1.1cvs18
3483
3484         * src/main.c
3485                 fix build warnings
3486
3487 2006-04-20 [paul]       2.1.1cvs17
3488
3489         * src/gtk/quicksearch.c
3490                 fix standard, non-extended Quick search,
3491                 was broken in 2.1.1cvs15.
3492                 Thanks to Colin.
3493
3494 2006-04-20 [colin]      2.1.1cvs16
3495
3496         * src/prefs_matcher.c
3497                 Fix values when reselecting a ~test
3498                 rule
3499
3500 2006-04-19 [colin]      2.1.1cvs15
3501
3502         * src/compose.c
3503         * src/compose.h
3504         * src/gtk/gtkaspell.c
3505         * src/gtk/gtkaspell.h
3506                 Put back Options menu in Spelling/
3507         * src/gtk/quicksearch.c
3508                 Don't search, and show error, if the
3509                 advanced search has a syntax error
3510
3511 2006-04-18 [colin]      2.1.1cvs14
3512
3513         * src/textview.c
3514                 Fix gdk warnings on set_cursor when textview
3515                 isn't visible
3516
3517 2006-04-18 [colin]      2.1.1cvs13
3518
3519         * src/gtk/gtksctree.c
3520                 Remove seemingly useless refresh that causes
3521                 flicker - watch this commit in case of 
3522                 problems before planned backport to stable
3523
3524 2006-04-18 [colin]      2.1.1cvs12
3525
3526         * src/imap.c
3527                 Factorize get/set_xml code
3528         * src/compose.c
3529         * src/prefs_account.c
3530         * src/prefs_account.h
3531         * src/procmsg.c
3532                 Add Encrypt to self option
3533
3534 2006-04-17 [colin]      2.1.1cvs11
3535
3536         * configure.ac
3537                 Fix search on encrpyt function on dragonfly
3538                 Patch by Jonathan Buschmann <jonthn@agmact.com>
3539
3540 2006-04-17 [colin]      2.1.1cvs10
3541
3542         * src/prefs_account.c
3543                 Be safe by default: remove mails from POP3
3544                 after 7 days, not immediately
3545
3546 2006-04-17 [colin]      2.1.1cvs9
3547
3548         * src/etpan/imap-thread.c
3549                 Fix build on DragonFly - patch by 
3550                 Jonathan Buschmann <jonthn@agmact.com>
3551
3552 2006-04-17 [colin]      2.1.1cvs8
3553
3554         * src/imap.c
3555                 Save uidnext between sessions
3556
3557 2006-04-17 [colin]      2.1.1cvs7
3558
3559         * src/imap.c
3560                 scan is required when uid validity changes
3561
3562 2006-04-17 [colin]      2.1.1cvs6
3563
3564         * src/folderview.c
3565                 Don't scan if not necessary, apart in current
3566                 folder and INBOX to fetch flags.
3567         * src/imap.c
3568                 Scan is necessary if unread count changes
3569
3570 2006-04-17 [colin]      2.1.1cvs5
3571
3572         * src/imap.c
3573                 ...But always fetch ANSWERED and DELETED flags for
3574                 INBOX, as filtering can happen on these flags.
3575
3576 2006-04-17 [colin]      2.1.1cvs4
3577
3578         * src/imap.c
3579                 Don't fetch REPLIED and DELETED flags when synchronising
3580                 flags with a closed folder. We only need UNSEEN and FLAGGED
3581                 to update the folderview.
3582
3583 2006-04-17 [colin]      2.1.1cvs3
3584
3585         * src/imap.c
3586                 Faster flag search when there are new mails 
3587                 in a folder. We can do a full search if the 
3588                 folder contains less messages than the new
3589                 list.
3590
3591 2006-04-17 [colin]      2.1.1cvs2
3592
3593         * po/cs.po
3594         * po/de.po
3595         * po/fr.po
3596         * po/nl.po
3597         * po/pt_BR.po
3598                 Update translations from stable branch
3599
3600 2006-04-17 [colin]      2.1.1cvs1
3601
3602         * configure.ac
3603                 Bump version to follow stable release
3604
3605 2006-04-16 [mones]      2.1.0cvs50
3606
3607         * po/es.po
3608                 Updated for release
3609
3610 2006-04-16 [colin]      2.1.0cvs49
3611
3612         * src/textview.c
3613                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
3614                 with gtk < 2.8. Thanks to Fabien Vantard.
3615
3616 2006-04-15 [colin]      2.1.0cvs48
3617
3618         * src/etpan/imap-thread.c
3619                 Fix bug #919 (libetpan: SEGV when connecting 
3620                 using command)
3621
3622 2006-04-14 [colin]      2.1.0cvs47
3623
3624         * src/main.c
3625                 Fix race on --select (should be done better)
3626
3627 2006-04-14 [wwp]        2.1.0cvs46
3628
3629         * src/send_message.c
3630                 enforce a check for domain in account prefs (a sending
3631                 error could be faced if domain was checked but no value set),
3632                 thanks to Colin.
3633
3634 2006-04-14 [colin]      2.1.0cvs45
3635
3636         * src/codeconv.c
3637                 when converting from unknown to unknown, if the
3638                 string is UTF8, don't convert it to the locale
3639                 (which breaks it)
3640
3641 2006-04-14 [colin]      2.1.0cvs44
3642
3643         * src/compose.c
3644                 Don't try to use ASCII for converting headers
3645                 (as done in body)
3646
3647 2006-04-14 [paul]       2.1.0cvs43
3648
3649         * src/crash.c
3650                 add locale/charset info to crash report
3651         * src/gtk/about.c
3652                 add wwp to doc team
3653                 replace 'e-mail' with preferred 'email'
3654         * src/gtk/authors.h
3655                 ensure contributors list is in alphabetical
3656                 order
3657
3658 2006-04-13 [colin]      2.1.0cvs42
3659
3660         * src/textview.c
3661                 Prevent gdk warnings
3662
3663 2006-04-13 [colin]      2.1.0cvs41
3664
3665         * src/common/ssl_certificate.c
3666         * src/common/ssl_certificate.h
3667         * src/gtk/sslcertwindow.c
3668                 Warn on expired certs, and display the expiration date
3669
3670 2006-04-13 [colin]      2.1.0cvs40
3671
3672         * src/plugins/spamassassin/spamassassin_gtk.c
3673                 Fix missing set_text on unix socket
3674
3675 2006-04-13 [wwp]        2.1.0cvs39
3676
3677         * manual/fr/advanced.xml
3678         * manual/fr/glossary.xml
3679                 applied new spam/ham/email lexicon (pourriel, courriel)
3680
3681 2006-04-13 [paul]       2.1.0cvs38
3682
3683         * src/plugins/pgpmime/plugin.c
3684                 remove the mention of S/MIME from the
3685                 description. This is now handled by the
3686                 S/MIME plugin.
3687
3688 2006-04-13 [paul]       2.1.0cvs37
3689
3690         * src/prefs_msg_colors.c
3691                 rework dialog
3692         * src/prefs_folder_item.c
3693         * src/prefs_spelling.c
3694                 add a tooltip to the colour selector buttons
3695
3696 2006-04-13 [wwp]        2.1.0cvs36
3697
3698         * manual/advanced.xml
3699         * manual/glossary.xml
3700         * manual/handling.xml
3701         * manual/keyboard.xml
3702         * manual/plugins.xml
3703         * manual/starting.xml
3704         * manual/fr/account.xml
3705         * manual/fr/ack.xml
3706         * manual/fr/addrbook.xml
3707         * manual/fr/advanced.xml
3708         * manual/fr/faq.xml
3709         * manual/fr/glossary.xml
3710         * manual/fr/gpl.xml
3711         * manual/fr/handling.xml
3712         * manual/fr/intro.xml
3713         * manual/fr/keyboard.xml
3714         * manual/fr/plugins.xml
3715         * manual/fr/starting.xml
3716         * manual/fr/sylpheed-claws-manual.xml
3717                 fixes to the manuals:
3718                  - summaryview -> Message List (same in French)
3719                  - translate key names
3720                  - fix French punctuation, use non-breakable spaces when
3721                    necessary, don't use &thinsp; which is not portable
3722                  - tell what maildir and mbox formats we support
3723
3724 2006-04-12 [wwp]        2.1.0cvs35
3725
3726         * src/prefs_toolbar.c
3727                 unified a replace button more,
3728                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3729
3730 2006-04-12 [wwp]        2.1.0cvs34
3731
3732         * src/prefs_common.c
3733         * src/prefs_msg_colors.c
3734                 make default color labels translatable,
3735                 patch from Fabien Vantard <fzzzzz@gmail.com>,
3736                 thanks to Tim <timbrain@post.cz> for reporting.
3737
3738 2006-04-12 [wwp]        2.1.0cvs33
3739
3740         * manual/glossary.xml
3741         * manual/intro.xml
3742         * manual/plugins.xml
3743         * manual/starting.xml
3744         * manual/sylpheed-claws-manual.xml
3745         * manual/fr/.cvsignore
3746         * manual/fr/account.xml
3747         * manual/fr/ack.xml
3748         * manual/fr/addrbook.xml
3749         * manual/fr/advanced.xml
3750         * manual/fr/faq.xml
3751         * manual/fr/glossary.xml
3752         * manual/fr/handling.xml
3753         * manual/fr/intro.xml
3754         * manual/fr/keyboard.xml
3755         * manual/fr/plugins.xml
3756         * manual/fr/starting.xml
3757         * manual/fr/sylpheed-claws-manual.xml
3758                 various fixes: typos, missing .fr translations, punctuation,
3759                 capitalization, links, accents and some bad French more.
3760
3761 2006-04-12 [wwp]        2.1.0cvs32
3762
3763         * src/prefs_gtk.c
3764                 fix for bug #935: always store prefs files in UTF-8 (thanks
3765                 to Colin).
3766
3767 2006-04-11 [colin]      2.1.0cvs31
3768
3769         * src/compose.c
3770                 Fix inserting files not in utf8 when locale is utf8
3771
3772 2006-04-11 [colin]      2.1.0cvs30
3773
3774         * src/inc.c
3775                 Don't show error dialog when cancelling connection
3776                 Patch by Pawel
3777
3778 2006-04-11 [cleroy]     2.1.0cvs29
3779
3780         * src/compose.c
3781                 Implement multiple quote levels
3782         * src/prefs_common.c
3783                 Change a little bit the quote bgcolor for 2nd level
3784
3785 2006-04-11 [colin]      2.1.0cvs28
3786
3787         * src/gtk/about.c
3788                 Add locale and charset in the label
3789
3790 2006-04-10 [colin]      2.1.0cvs27
3791
3792         * src/compose.c
3793         * src/prefs_common.c
3794         * src/prefs_common.h
3795         * src/prefs_msg_colors.c
3796         * src/textview.c
3797                 Allow optional background color in quotes
3798                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
3799                 GTK+-2.8.x feature
3800
3801 2006-04-10 [colin]      2.1.0cvs26
3802
3803         * src/main.c
3804         * src/mainwindow.c
3805         * src/mainwindow.h
3806                 Implement --select
3807
3808 2006-04-10 [colin]      2.1.0cvs25
3809
3810         * manual/plugins.xml
3811         * manual/fr/plugins.xml
3812                 Document libcurl's proxy variables
3813
3814 2006-04-09 [colin]      2.1.0cvs24
3815
3816         * src/prefs_common.c
3817                 gettext() returns statically allocated stuff. We have
3818                 to strdup it in order to be able to free it.
3819
3820 2006-04-09 [colin]      2.1.0cvs23
3821
3822         * AUTHORS
3823         * src/gtk/authors.h
3824                 Add Alexei
3825
3826 2006-04-09 [colin]      2.1.0cvs22
3827
3828         * src/mainwindow.c
3829         * src/gtk/quicksearch.c
3830                 Fix bug #859 (problems with cyrilic input in 
3831                 search panel) - Patch by Alexey Illarionov 
3832                 <littlesavage@rambler.ru>
3833
3834 2006-04-09 [colin]      2.1.0cvs21
3835
3836         * src/prefs_customheader.c
3837                 I prefer removing then freeing rather than the contrary
3838                 (even if it doesn't change anything ;-)
3839         * src/prefs_account.c
3840                 Fix bug #933 (Crash re-entering the custom headers list 
3841                 dialog in accounts prefs)
3842                 The problem happened when cancelling the Account 
3843                 Preferences' dialogs - in which case we didn't do 
3844                 anything to the PrefsAccount * struct. In case of applying,
3845                 the old ac_prefs was replaced with the tmp_ac_prefs we were
3846                 working with in this dialog. The problem is that 
3847                 prefs_customheader.c, working on this tmp_ac_prefs, always
3848                 changes the ->customhdr_list pointer, even when cancelled. 
3849                 So in case of cancelling the prefs_account dialog, we still
3850                 have to update ->customhdr_list in the real account.
3851
3852 2006-04-08 [colin]      2.1.0cvs20
3853
3854         * manual/fr/glossary.xml
3855         * manual/fr/keyboard.xml
3856                 Forgot some headers :)
3857
3858 2006-04-08 [colin]      2.1.0cvs19
3859
3860         * manual/Makefile.am
3861         * manual/fr/Makefile.am
3862         * manual/fr/account.xml
3863         * manual/fr/ack.xml
3864         * manual/fr/addrbook.xml
3865         * manual/fr/advanced.xml
3866         * manual/fr/faq.xml
3867         * manual/fr/glossary.xml
3868         * manual/fr/gpl.xml
3869         * manual/fr/handling.xml
3870         * manual/fr/intro.xml
3871         * manual/fr/keyboard.xml
3872         * manual/fr/plugins.xml
3873         * manual/fr/starting.xml
3874         * manual/fr/sylpheed-claws-manual.xml
3875         * manual/fr/dist/.cvsignore
3876         * manual/fr/dist/Makefile.am
3877         * manual/fr/dist/html/.cvsignore
3878         * manual/fr/dist/html/Makefile.am
3879         * manual/fr/dist/pdf/.cvsignore
3880         * manual/fr/dist/pdf/Makefile.am
3881         * manual/fr/dist/ps/.cvsignore
3882         * manual/fr/dist/ps/Makefile.am
3883         * manual/fr/dist/txt/.cvsignore
3884         * manual/fr/dist/txt/Makefile.am
3885                 Add the french translation of the manual. Thanks to
3886                 Olivier Delhomme <olivier.delhomme@free.fr> for 
3887                 account.xml, ack.xml, addrbook.xml and advanced.xml
3888
3889 2006-04-08 [colin]      2.1.0cvs18
3890
3891         * manual/plugins.xml
3892         * manual/starting.xml
3893                 More fixes
3894
3895 2006-04-07 [colin]      2.1.0cvs17
3896
3897         * manual/faq.xml
3898         * manual/intro.xml
3899         * manual/keyboard.xml
3900                 Little fixes
3901
3902 2006-04-07 [colin]      2.1.0cvs16
3903
3904         * README
3905         * src/compose.c
3906         * src/prefs_common.c
3907         * src/prefs_common.h
3908                 Add hidden compose_no_markup pref
3909
3910 2006-04-07 [wwp]        2.1.0cvs15
3911
3912         * src/summary_search.c
3913         * .cvsignore
3914                 Bugfix: stop button was sticky when searching in an empty folder.
3915                 Applied curly brackets code style to the whole file (summary_search.c).
3916                 More files to ignore.
3917
3918 2006-04-07 [wwp]        2.1.0cvs14
3919
3920         * src/message_search.c
3921         * src/summary_search.c
3922                 changed default button when search bumps at file/folder
3923                 beginning or end, for convenience (thanks to Colin).
3924
3925 2006-04-07 [paul]       2.1.0cvs13
3926
3927         * src/plugins/dillo_viewer/dillo_prefs.c
3928                 avoid future potential for namespace collision
3929                 Patch by Colin
3930
3931 2006-04-06 [wwp]        2.1.0cvs12
3932
3933         * src/summary_search.c
3934                 Unify extended/advanced searches names (and thus factorize labels),
3935                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3936
3937 2006-04-06 [wwp]        2.1.0cvs11
3938
3939         * src/folderview.c
3940         * src/prefs_themes.c
3941         * src/summaryview.c
3942                 Fixed some compilation warnings.
3943
3944 2006-04-06 [colin]      2.1.0cvs10
3945
3946         * manual/advanced.xml
3947                 Document the wizard template and how to deploy
3948                 Sylpheed-Claws effectively
3949
3950 2006-04-06 [colin]      2.1.0cvs9
3951
3952         * src/folderview.c
3953                 gettext patch to tell translators about _("#"),
3954                 by Maxim Britov
3955
3956 2006-04-06 [colin]      2.1.0cvs8
3957
3958         * src/textview.c
3959                 Fix invalid GtkTextBIter after clicking "Display as text"
3960
3961 2006-04-06 [mones]      2.1.0cvs7
3962
3963         * src/addr_compl.c
3964         * src/addrindex.c
3965         * src/addritem.c
3966         * src/codeconv.c
3967         * src/compose.c
3968         * src/filtering.c
3969         * src/folder.c
3970         * src/folder_item_prefs.c
3971         * src/folderview.c
3972         * src/localfolder.c
3973         * src/matcher.c
3974         * src/mimeview.c
3975         * src/prefs_msg_colors.c
3976         * src/prefs_spelling.c
3977         * src/prefs_themes.c
3978         * src/procmime.c
3979         * src/procmsg.c
3980         * src/stock_pixmap.c
3981         * src/summaryview.c
3982         * src/textview.c
3983         * src/toolbar.c
3984         * src/common/mgutils.c
3985         * src/common/prefs.c
3986         * src/common/ssl_certificate.c
3987         * src/gtk/colorlabel.c
3988         * src/gtk/quicksearch.c
3989         * src/plugins/pgpmime/pgpmime.c
3990         * src/plugins/spamassassin/spamassassin.c
3991                 Removed redundant NULL checks for g_free() calls.
3992                 Patch by Pawel Pekala.
3993
3994 2006-04-06 [mones]      2.1.0cvs6
3995
3996         * src/prefs_actions.c
3997         * src/prefs_filtering.c
3998         * src/prefs_filtering_action.c
3999         * src/prefs_matcher.c
4000         * src/prefs_template.c
4001         * src/gtk/gtkutils.c
4002         * src/gtk/gtkutils.h
4003                 Have a nice replace button. Patch by Pawel Pekala
4004
4005 2006-04-06 [colin]      2.1.0cvs5
4006
4007         * src/addressbook.c
4008                 Fix crash with empty columns
4009
4010 2006-04-05 [colin]      2.1.0cvs4
4011
4012         * src/wizard.c
4013         * src/prefs_gtk.c
4014                 Allow wizard customization with pre-filled values
4015
4016 2006-04-05 [colin]      2.1.0cvs3
4017
4018         * src/textview.c
4019         * src/mimeview.c
4020         * src/mimeview.h
4021                 Nicer messages in mimeview
4022
4023 2006-04-05 [colin]      2.1.0cvs2
4024
4025         * src/addressbook.c
4026         * src/prefs_summaries.c
4027                 i18n fix
4028
4029 2006-04-05 [colin]      2.1.0cvs1
4030
4031         * src/plugins/pgpcore/plugin.c
4032         * src/plugins/pgpcore/select-keys.c
4033         * src/plugins/pgpcore/select-keys.h
4034         * src/plugins/pgpcore/sgpgme.c
4035         * src/plugins/pgpcore/sgpgme.h
4036         * src/plugins/pgpinline/pgpinline.c
4037         * src/plugins/pgpinline/plugin.c
4038         * src/plugins/pgpmime/pgpmime.c
4039         * src/plugins/pgpmime/plugin.c
4040                 Factorize and generalize a bit 
4041                 Drop S/MIME signature verification from PGP/MIME
4042                 (adding it as another, more complete plugin)
4043
4044 2006-04-05 [paul]       2.1.0
4045
4046         2.1.0 released
4047
4048 2006-04-05 [paul]       2.0.0cvs186
4049
4050         * manual/advanced.xml
4051                 add info on colour labels
4052
4053 2006-04-05 [paul]       2.0.0cvs185
4054
4055         * po/bg.po
4056         * po/cs.po
4057         * po/de.po
4058         * po/el.po
4059         * po/en_GB.po
4060         * po/fi.po
4061         * po/fr.po
4062         * po/it.po
4063         * po/nl.po
4064         * po/pl.po
4065         * po/pt_BR.po
4066         * po/sr.po
4067         * po/zh_CN.po
4068                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
4069                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
4070                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
4071                 Guimaraes, Aleksandar Urosevic, Ralgh Young
4072         * src/gtk/authors.h
4073         * tools/claws.i18n.status.pl
4074                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
4075                 and new Czech translator, Tim <timbrain@post.cz>
4076
4077 2006-04-05 [mones]      2.0.0cvs184
4078
4079         * po/es.po
4080                 Updated translation
4081
4082 2006-04-05 [colin]      2.0.0cvs183
4083
4084         * src/gtk/quicksearch.c
4085                 Fix bug #929 (unnecessary reload in quick search bar)
4086
4087 2006-04-05 [colin]      2.0.0cvs182
4088
4089         * src/compose.c
4090                 Fix crash on Reply with no From:
4091                 Show signature and conversion error on queuing 
4092                 (but not sending)
4093         * src/mainwindow.c
4094         * src/summaryview.c
4095         * src/summaryview.h
4096                 Factorize threading code and make sure msginfo 
4097                 is not null when it comes from a GtkCTreeRow's 
4098                 data
4099         * src/gtk/gtkaspell.c
4100                 Check for necessary things
4101         * src/gtk/gtksctree.c
4102         * src/gtk/gtksctree.h
4103                 Reset anchor if necessary when removing node
4104
4105 2006-03-29 [colin]      2.0.0cvs181
4106
4107         * src/folderview.c
4108                 Warn for disabled IMAP accounts (due to lack of
4109                 libetpan). Breaks string-freeze - sorry - but it
4110                 is kind of important ;)
4111
4112 2006-03-28 [colin]      2.0.0cvs180
4113
4114         * src/gtk/gtkutils.c
4115         * src/gtk/gtkutils.h
4116                 Add a gtkut_get_link_btn() function that
4117                 creates a button which acts like an URI
4118         * src/prefs_themes.c
4119         * src/gtk/about.c
4120                 Use this function (factorizes codes)
4121         * src/common/defs.h
4122         * src/gtk/pluginwindow.c
4123                 Add a "Get more..." in the plugins window
4124
4125 2006-03-28 [colin]      2.0.0cvs179
4126
4127         * src/common/smtp.c
4128         * src/common/passcrypt.c
4129         * src/undo.c
4130                 Warning fixes. Patch by Pawel Pekala
4131
4132 2006-03-27 [colin]      2.0.0cvs178
4133
4134         * src/undo.c
4135                 Fix undoing by blocks with spaces
4136
4137 2006-03-27 [colin]      2.0.0cvs177
4138
4139         * src/textview.c
4140                 Set margin to 3px for headers
4141
4142 2006-03-27 [paul]
4143
4144         2.1.0-rc2 released
4145
4146 2006-03-27 [wwp]        2.0.0cvs176
4147
4148         * src/summaryview.c
4149                 don't reset quicksearch when updating the message list.
4150                 Thanks to Colin.
4151
4152 2006-03-26 [wwp]        2.0.0cvs175
4153
4154         * src/compose.c
4155                 use a unified border width ('other' tab in the compose window,
4156                 patch by Pawel Pekala).
4157
4158
4159 2006-03-26 [wwp]        2.0.0cvs174
4160
4161         * src/common/quoted-printable.c
4162         * src/addressbook.c
4163                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
4164
4165 2006-03-26 [colin]      2.0.0cvs173
4166
4167         * src/quote_fmt_parse.y
4168                 Fix non-UTF8 date formats messing up the whole quote a 
4169                 little bit
4170
4171 2006-03-26 [colin]      2.0.0cvs172
4172
4173         * src/procheader.c
4174                 Make sure the date is UTF8 valid, or try to make it
4175                 so. IncrediMail is really IncrediStupid.
4176         * src/compose.c
4177                 Fix possible conversions. 
4178                 
4179
4180 2006-03-26 [colin]      2.0.0cvs171
4181
4182         * src/matcher.c
4183                 Fix corner cases in body search. This is still a
4184                 hack... It seems impossible to make it good and 
4185                 reasonably fast at the same time.
4186
4187 2006-03-26 [colin]      2.0.0cvs170
4188
4189         * src/summaryview.c
4190                 I think I killed the twilight zone bug!
4191                 summary_select_node() flushes GTK events in order
4192                 to be able to center the view. But this also 
4193                 flushes keypresses like Ctrl-Alt-U, so this can
4194                 call summary_show from summary_select_node (itself
4195                 called from summary_show, etc.). And the summaryview
4196                 has to be unlocked in this function. So just locking
4197                 while processing GTK events, and bailing if locked, 
4198                 should fix it.
4199                 Fixes bug #927 (SIGSEGV during Update Summary)
4200
4201 2006-03-25 [colin]      2.0.0cvs169
4202
4203         * src/matcher.c
4204                 Fix search in QP-encoded bodies
4205                 Fix utf-8 searches in bodies encoded in the
4206                 locale's encoding
4207         * src/common/quoted-printable.c
4208         * src/common/quoted-printable.h
4209                 Add a decode function that doesn't overwrite
4210                 the original pointer
4211                 
4212
4213 2006-03-24 [colin]      2.0.0cvs168
4214
4215         * src/action.c
4216         * src/summaryview.c
4217         * src/summaryview.h
4218                 Update message cache after action
4219                 Patch by H. Merijn Brand
4220         * src/prefs_msg_colors.c
4221                 Factorize label 
4222                 Patch by Fabien Vantard
4223         * src/plugins/spamassassin/spamassassin_gtk.c
4224                 Remove useless translation
4225                 Patch by Fabien Vantard
4226
4227 2006-03-23 [colin]      2.0.0cvs167
4228
4229         * src/common/ssl.c
4230                 Let 30 seconds to SSL_connect
4231
4232 2006-03-23 [wwp]        2.0.0cvs166
4233
4234         * src/summaryview.c
4235         * src/gtk/description_window.c
4236                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
4237                 and headers are translated; adjust description windows' width to fit their
4238                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
4239
4240 2006-03-23 [paul]       2.0.0cvs165
4241
4242         * src/common/utils.c
4243                 fix highlighting of URIs containing "()"
4244                 (2.0.0cvs164's reversal fixed)
4245                 Thanks to Colin.
4246
4247 2006-03-23 [paul]       2.0.0cvs164
4248
4249         * src/common/utils.c
4250                 revert patch, (postponing a fix), at 2.0.0cvs120
4251                 as it breaks more URIs than it fixes.
4252                 Allow '-' to be a terminating character in a URI
4253
4254 2006-03-22 [colin]      2.0.0cvs163
4255
4256         * configure.ac
4257                 Require libetpan 0.45
4258                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
4259
4260 2006-03-22 [paul]       2.0.0cvs162
4261
4262         * src/editgroup.c
4263                 replace '<-' and '->' buttons with GTK_STOCK graphical
4264                 buttons
4265         * src/summary_search.c
4266                 don't offer '...' for translation
4267                 add a tooltip to advanced search '...' button
4268         * src/gtk/quicksearch.c
4269                 don't offer '...' for translation
4270
4271 2006-03-21 [colin]      2.0.0cvs161
4272
4273         * src/compose.c
4274                 Fix middle-click pasting (insert at click
4275                 position instead of cursor position, don't
4276                 remove existing selection and allow pasting
4277                 our own selection)
4278         * src/addressbook.c
4279                 "LDAP Server" -> "LDAP servers"
4280
4281 2006-03-21 [wwp]        2.0.0cvs160
4282
4283         * src/etpan/imap-thread.c
4284                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
4285
4286 2006-03-20 [colin]      2.0.0cvs159
4287
4288         * src/summaryview.c
4289                 Don't reload summaryview after an execute with no
4290                 move action
4291
4292 2006-03-19 [colin]      2.0.0cvs158
4293
4294         * src/addressbook.c
4295                 and put groups at the top, always
4296
4297 2006-03-19 [colin]      2.0.0cvs157
4298
4299         * src/addressbook.c
4300                 Order groups before names, as previously
4301
4302 2006-03-19 [colin]      2.0.0cvs156
4303
4304         * src/addressbook.c
4305                 - Sort case-unsensitive
4306                 - Put the sort arrow at opening too
4307
4308 2006-03-19 [wwp]        2.0.0cvs155
4309
4310         * src/addressbook.c
4311                 allow sorting by name/email/remarks, ensure that right-pane's contents
4312                 matches the left-pane selection (cleared when appropriate).
4313                 Patch by Pawel Pekala <c0rn@o2.pl>.
4314
4315 2006-03-18 [colin]      2.0.0cvs154
4316
4317         * src/textview.c
4318                 Fix text cursor ;)
4319
4320 2006-03-18 [colin]      2.0.0cvs153
4321
4322         * src/gtk/filesel.c
4323                 Make sure we hide the preview if we didn't get
4324                 a filename
4325
4326 2006-03-18 [colin]      2.0.0cvs152
4327
4328         * src/summaryview.c
4329                 Set cursor to watch for execution (fixes lack
4330                 of watch-cursor when dnd'ing hundreds of mails)
4331         * src/gtk/filesel.c
4332                 Check that mime type is 'image/*' before updating
4333                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
4334
4335 2006-03-18 [colin]      2.0.0cvs151
4336
4337         * src/mainwindow.c
4338         * src/textview.c
4339         * src/textview.h
4340                 Put a watch cursor in textview too when the mainwindow's
4341                 cursor in a watch
4342
4343 2006-03-18 [colin]      2.0.0cvs150
4344
4345         * src/folder.c
4346                 Change wrong asserts to simple tests
4347
4348 2006-03-17 [colin]      2.0.0cvs149
4349
4350         * src/mainwindow.c
4351         * src/mainwindow.h
4352         * src/prefs_msg_colors.c
4353         * src/summaryview.c
4354         * src/summaryview.h
4355         * src/gtk/colorlabel.c
4356         * src/gtk/colorlabel.h
4357                 Add a color label menu in the main menubar
4358                 Add (fixed) accels Ctrl-{0-7} to change the color
4359                 They have to be fixed because the menu's dynamic,
4360                 the items are complex widgets, hence we can't use
4361                 a GtkItemFactory.
4362
4363
4364 2006-03-17 [wwp]        2.0.0cvs148
4365
4366         * src/compose.c
4367                 rollback few lines from my previous commit (those lines come from
4368                 a pending patch, accidentally commited, even if neutral as they are
4369                 commented out).
4370
4371 2006-03-17 [wwp]        2.0.0cvs147
4372
4373         * src/compose.c
4374                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
4375                 applied code style/indentation to the modified function.
4376
4377 2006-03-17 [wwp]        2.0.0cvs146
4378
4379         * src/procmsg.c
4380         * src/compose.c
4381                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
4382
4383 2006-03-17 [paul]
4384
4385         2.1.0-rc1 released
4386
4387 2006-03-17 [paul]       2.0.0cvs145
4388
4389         * src/main.c
4390                 addressbook_read_file() was called twice
4391         * src/textview.c
4392                 X-Mailer highlighting
4393
4394 2006-03-16 [colin]      2.0.0cvs144
4395
4396         * src/sourcewindow.c
4397         * src/sourcewindow.h
4398                 And the last one, in source window.
4399
4400 2006-03-16 [colin]      2.0.0cvs143
4401
4402         * src/compose.c
4403         * src/compose.h
4404                 Fix the same stuff in compose
4405
4406 2006-03-16 [colin]      2.0.0cvs142
4407
4408         * src/messageview.c
4409                 Complete the previous messageview crash fix
4410
4411 2006-03-16 [colin]      2.0.0cvs141
4412
4413         * src/procmsg.h
4414         * src/procmsg.c
4415         * src/folder.c
4416                 Fix POSTPROCESSING hook
4417                 Patch by H. Merijn Brand
4418
4419         * src/procmime.c
4420         * src/procmime.h
4421                 Parse Content-Location
4422
4423         * src/toolbar.c
4424         * src/messageview.c
4425         * src/messageview.h
4426                 Don't crash when a top-level MessageView has
4427                 been closed on us. Same problematic than
4428                 yesterday's quicksearch issue.
4429
4430 2006-03-15 [colin]      2.0.0cvs140
4431
4432         * src/gtk/quicksearch.c
4433                 Fix a bitchy race we didn't think about when we
4434                 added quicksearch cancellation:
4435                 If the search is not on cached fields, for example
4436                 body_part matchcase "stuff"
4437                 the matcher code has to get the whole message. If
4438                 we're on IMAP, that can be slow, and in order to
4439                 be non-blocking, the IMAP code idle loop processes
4440                 gtk events too. So it is possible to cancel a
4441                 quicksearch while the matcher is getting the mail's
4442                 body. After matcher got its body, it will start to
4443                 iterate over the matcher list that the Quicksearch's
4444                 clear_search_cb() just freed via prepare_matcher().
4445                 SIGSEGV ensues.
4446                 The fix consists of guarding the matcherlist_match()
4447                 call with a boolean 'matching'. If we reset the
4448                 quicksearch while matching is TRUE, we don't free
4449                 the matcherlist anymore like we did, but we set
4450                 another new flag, deferred_free, to TRUE. Then,
4451                 in quicksearch_match(), just after returning from
4452                 matcherlist_match() and unsetting the matching flag,
4453                 we check the deferred_free flag and do the
4454                 prepare_matcher() (which does the matcherlist_free)
4455                 for real, so we free the matcherlist once it's not
4456                 used anymore.
4457                 As all of this runs via the glib main loop, we
4458                 luckily don't need a mutex.
4459         * src/summaryview.c
4460                 Also, show progress while searching.
4461
4462
4463 2006-03-14 [colin]      2.0.0cvs139
4464
4465         * src/alertpanel.c
4466                 Make alertpanel_is_open non-static
4467
4468 2006-03-14 [colin]      2.0.0cvs138
4469
4470         * src/prefs_spelling.c
4471                 Cleanups - Fabien Vantard
4472
4473 2006-03-14 [wwp]        2.0.0cvs137
4474
4475         * src/main.c
4476                 code style normalization (curly braces, indentation).
4477
4478 2006-03-14 [wwp]        2.0.0cvs137
4479
4480         * src/main.c
4481                 code style (braces, indentation)
4482
4483 2006-03-12 [paul]       2.0.0cvs136
4484
4485         * src/prefs_common.c
4486                 trans_hdr defaults to FALSE to be RFC-savvy
4487         * src/prefs_summaries.c
4488                 add a tooltip to the trans_hdr option
4489                 
4490
4491 2006-03-12 [paul]       2.0.0cvs135
4492
4493         * src/prefs_matcher.c
4494                 give a little more width to the combos
4495         * src/prefs_display_header.c
4496         * src/textview.c
4497                 translate headers if prefs_common.trans_hdr
4498                 is TRUE
4499
4500         Patches by Pawel Pekala
4501
4502 2006-03-12 [paul]       2.0.0cvs134
4503
4504         * src/plugins/clamav/clamav_plugin.c
4505         * src/plugins/dillo_viewer/dillo_viewer.c
4506         * src/plugins/pgpcore/plugin.c
4507         * src/plugins/pgpinline/plugin.c
4508         * src/plugins/pgpmime/plugin.c
4509         * src/plugins/spamassassin/spamassassin.c
4510                 update/add to descriptions
4511         * src/plugins/spamassassin/spamassassin_gtk.c
4512                 fixes to the english, remove superfluous
4513                 tooltips, clean up a little
4514
4515 2006-03-12 [paul]       2.0.0cvs133
4516
4517         * src/compose.c
4518                 fix Bug 924, 'Account combo box shows up wrong 
4519                 if & is in account name'
4520
4521 2006-03-11 [colin]      2.0.0cvs132
4522
4523         * src/summaryview.c
4524                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
4525                 messed up shift-selection because is slows down
4526                 moving around summaryview. thanks -users
4527
4528 2006-03-10 [colin]      2.0.0cvs131
4529
4530         * src/plugins/spamassassin/spamassassin_gtk.c
4531                 Put back Paul's engrish fixes
4532
4533 2006-03-10 [colin]      2.0.0cvs130
4534
4535         * src/plugins/spamassassin/spamassassin.c
4536         * src/plugins/spamassassin/spamassassin.h
4537         * src/plugins/spamassassin/spamassassin_gtk.c
4538                 Cleanup SA prefs page (more)
4539                 Patch by Fabien Vantard
4540
4541 2006-03-10 [paul]       2.0.0cvs129
4542
4543         * src/prefs_msg_colors.c
4544         * src/prefs_spelling.c
4545                 widget sensitivity
4546
4547 2006-03-09 [mones]      2.0.0cvs128
4548
4549         * po/es.po
4550                 Update for next RC
4551
4552 2006-03-09 [wwp]        2.0.0cvs127
4553
4554         * configure.ac
4555                 revert accidental commit (requirement for libetpan 0.43), this time
4556                 not in HEAD.
4557
4558 2006-03-09 [wwp]        2.0.0cvs125
4559
4560         * configure.ac
4561                 revert accidental commit (requirement for libetpan 0.43)
4562
4563 2006-03-09 [paul]       2.0.0cvs126
4564
4565         * src/prefs_receive.c
4566                 remove useless frame
4567                 replace 'incorporation' with 'receiving'
4568         * src/plugins/clamav/clamav_plugin_gtk.c
4569         * src/plugins/spamassassin/spamassassin_gtk.c
4570                 improve widget sensitivity
4571                 fix a bit his engrish
4572
4573 2006-03-09 [wwp]        2.0.0cvs125
4574
4575         * src/addressadd.c
4576         * src/foldersel.c
4577         * src/prefs_common.c
4578         * src/prefs_common.h
4579                 remember some more windows' sizes (add to addressbook and
4580                 select folder).
4581
4582 2006-03-09 [paul]       2.0.0cvs124
4583
4584         * src/plugins/pgpcore/prefs_gpg.c
4585                 normalise construction of dialogue
4586
4587 2006-03-09 [paul]       2.0.0cvs123
4588
4589         * src/plugins/trayicon/Makefile.am
4590                 add missing slash
4591
4592 2006-03-08 [colin]      2.0.0cvs122
4593
4594         * src/plugins/trayicon/Makefile.am
4595                 Fix build in separate dir 
4596                 Patch by Bamanzi <bamanzi@gmail.com>
4597
4598 2006-03-08 [colin]      2.0.0cvs121
4599
4600         * src/procmsg.c
4601                 Batch move and copies from summaryview with delayed execution
4602                 too
4603
4604 2006-03-07 [paul]       2.0.0cvs120
4605
4606         * src/common/utils.c
4607                 fix highlighting of URIs containing "()"
4608                 Patch by Pawel Pekala
4609
4610 2006-03-07 [paul]       2.0.0cvs119
4611
4612         * src/folder.c
4613         * src/folder.h
4614         * src/folderview.c
4615                 immediately do alphabetical resort when
4616                 changing a folder's name
4617                 Patch by Pawel Pekala
4618
4619 2006-03-07 [paul]       2.0.0cvs118
4620
4621         * src/news.c
4622         * src/news_gtk.c
4623                 when unsubscribing a newsgroup, remove the
4624                 folder and msgs in .sylpheed-claws/newscache
4625                 Patch by Pawel Pekala <c0rn@gazeta.pl>
4626
4627 2006-03-07 [paul]       2.0.0cvs117
4628
4629         * src/textview.c
4630                 fix wrong Fake URL Warning
4631                 Thanks to Hiro
4632
4633 2006-03-07 [colin]      2.0.0cvs116
4634
4635         * src/imap.c
4636                 Return immediately when password dialog was
4637                 cancelled
4638         * src/gtk/inputdialog.c
4639                 Allow empty strings for passwords
4640
4641
4642 2006-03-06 [colin]      2.0.0cvs115
4643
4644         * src/imap.c
4645                 Prevent double-timeouts when connection fails
4646
4647 2006-03-06 [colin]
4648
4649         2.0.1-rc1 released
4650
4651 2006-03-06 [colin]      2.0.0cvs114
4652
4653         * src/imap.c
4654                 Refresh session during potentially long
4655                 operations
4656
4657 2006-03-06 [wwp]        2.0.0cvs113
4658
4659         * src/prefs_msg_colors.h
4660                 forgot that one (custom color labels).
4661
4662 2006-03-06 [wwp]        2.0.0cvs112
4663
4664         * src/prefs_common.c
4665         * src/prefs_common.h
4666         * src/prefs_msg_colors.c
4667         * src/summaryview.c
4668         * src/summaryview.h
4669         * src/gtk/colorlabel.c
4670         * src/gtk/colorlabel.h
4671                 colors in messages list are now customizable. Color values and names can
4672                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
4673                 Thanks to Paul and Colin for their help with this longstanding patch!
4674
4675 2006-03-06 [wwp]        2.0.0cvs111
4676
4677         * src/textview.c
4678                 don't crash if (x)face is bad.
4679
4680 2006-03-05 [paul]       2.0.0cvs110
4681
4682         * AUTHORS
4683         * configure.ac
4684         * src/Makefile.am
4685         * src/common/Makefile.am
4686         * src/common/utils.h
4687         * src/etpan/imap-thread.c
4688         * src/gtk/authors.h
4689         * src/plugins/clamav/Makefile.am
4690         * src/plugins/demo/Makefile.am
4691         * src/plugins/dillo_viewer/Makefile.am
4692         * src/plugins/pgpcore/Makefile.am
4693         * src/plugins/pgpcore/passphrase.c
4694         * src/plugins/pgpinline/Makefile.am
4695         * src/plugins/pgpmime/Makefile.am
4696         * src/plugins/spamassassin/Makefile.am
4697         * src/plugins/trayicon/Makefile.am
4698                 fix builiding on cygwin
4699                 Patch by Ralgh Young <bamanzi@gmail.com>
4700
4701 2006-03-04 [wwp]        2.0.0cvs109
4702
4703         * manual/keyboard.xml
4704                 fix mixed up/down keys.
4705
4706 2006-03-04 [wwp]        2.0.0cvs108
4707
4708         * README
4709         * INSTALL
4710                 updated links to SpamAssassin.
4711
4712 2006-03-04 [wwp]        2.0.0cvs107
4713
4714         * manual/plugins.xml
4715         * src/plugins/spamassassin/README
4716                 updated SpamAssassin plugin docs to reflect new functional additions
4717                 (also fix/update/documents few technical stuff more, see the README).
4718
4719 2006-03-04 [wwp]        2.0.0cvs106
4720
4721         * src/prefs_message.c
4722                 normalized capitalization of message-prefs paths.
4723
4724 2006-03-04 [wwp]        2.0.0cvs105
4725
4726         * manual/advanced.xml
4727                 typo.
4728
4729 2006-03-03 [colin]      2.0.0cvs104
4730
4731         * src/plugins/clamav/clamav_plugin_gtk.c
4732                 Rework prefs page, patch by Fabien 
4733
4734 2006-03-03 [colin]      2.0.0cvs103
4735
4736         * src/plugins/clamav/clamav_plugin.c
4737                 Set error on all errors
4738
4739 2006-03-03 [colin]      2.0.0cvs102
4740
4741         * src/common/plugin.c
4742                 Initialize error to avoid crashing when a plugin fails
4743                 without setting error
4744
4745 2006-03-02 [wwp]        2.0.0cvs101
4746
4747         * configure.ac
4748                 fixed linker flags for libetpan support on Cygwin
4749                 (thanks to H.Merijn Brand).
4750
4751 2006-03-02 [wwp]        2.0.0cvs100
4752
4753         * src/addressbook.c
4754                 fix some AB error messages: one for punctuation and
4755                 one wrongly duplicate (thanks, maxbritov).
4756
4757 2006-03-02 [wwp]        2.0.0cvs99
4758
4759         * src/plugins/spamassassin/spamassassin.c
4760                 make sync calls to sa-learn/spamc to prevent
4761                 system (whatever local or client/server) overload.
4762
4763 2006-03-02 [colin]      2.0.0cvs98
4764
4765         * src/summaryview.c
4766                 Put the spam icon in the status column instead of the
4767                 mark one
4768
4769 2006-03-01 [colin]      2.0.0cvs97
4770
4771         * src/plugins/spamassassin/spamassassin.c
4772                 Fix segfault (g_file_set_contents fails for some 
4773                 reason and err==0x2f. Can't find out why with
4774                 valgrind, using working function :-)
4775
4776 2006-03-01 [colin]      2.0.0cvs96
4777
4778         * src/inc.c
4779                 Offline overriding: let 'No' be cached only 3 seconds
4780
4781 2006-03-01 [colin]      2.0.0cvs95
4782
4783         * src/addr_compl.c
4784         * src/addrbook.c
4785         * src/addressbook.c
4786         * src/addrindex.c
4787         * src/folder_item_prefs.c
4788         * src/headerview.c
4789         * src/imap.c
4790         * src/inc.c
4791         * src/ldif.c
4792         * src/mainwindow.c
4793         * src/mh.c
4794         * src/msgcache.c
4795         * src/prefs_common.h
4796         * src/prefs_msg_colors.c
4797         * src/procheader.c
4798         * src/procheader.h
4799         * src/procmime.c
4800         * src/procmsg.c
4801         * src/procmsg.h
4802         * src/send_message.h
4803         * src/simple-gettext.c
4804         * src/summaryview.c
4805         * src/summaryview.h
4806         * src/syldap.c
4807         * src/textview.c
4808         * src/undo.c
4809         * src/common/ssl_certificate.c
4810         * src/common/utils.c
4811         * src/gtk/colorsel.c
4812         * src/gtk/gtksctree.c
4813         * src/gtk/gtkshruler.c
4814         * src/plugins/trayicon/trayicon.c
4815                 #if 0 goes to /dev/null
4816
4817 2006-03-01 [colin]      2.0.0cvs94
4818
4819         * src/compose.c
4820         * src/imap.c
4821         * src/inc.c
4822         * src/inc.h
4823         * src/messageview.c
4824         * src/news.c
4825         * src/plugins/spamassassin/spamassassin.c
4826                 Allow to add information in the "working offline"
4827                 window
4828
4829 2006-03-01 [wwp]        2.0.0cvs93
4830
4831         * src/plugins/spamassassin/spamassassin.c
4832                 fixed spamc invocation: use a tricky temporary mini shell wrapper
4833                 'cause it seems that calling `spamc ... < inputfile` with
4834                 g_spawn_(a)sync simply.. erm doesn't work :-).
4835
4836 2006-03-01 [wwp]        2.0.0cvs92
4837
4838         * src/toolbar.c
4839         * src/toolbar.h
4840                 simplify the adding of spam/ham button to the messageview toolbar
4841                 (it gets more clear now that the same button will be "Mark as spam"
4842                 or "Mark as ham" according to the current message status,
4843                 thanks to Colin).
4844
4845 2006-03-01 [wwp]        2.0.0cvs91
4846
4847         * src/messageview.c
4848         * src/procmsg.c
4849         * src/procmsg.h
4850         * src/summaryview.c
4851         * src/plugins/spamassassin/spamassassin.c
4852         * src/plugins/spamassassin/spamassassin.h
4853                 make learner callbacks return a status (0 for ok),
4854                 handle it in main code to avoid setting flags when learning failed,
4855                 don't learn on TCP if offline in spamassassin,
4856                 thanks to Colin.
4857
4858                 
4859
4860 2006-03-01 [wwp]        2.0.0cvs90
4861
4862         * src/compose.c
4863                 some work around the compose window's account menu,
4864                 patch by Fabien Vantard.
4865
4866 2006-03-01 [wwp]        2.0.0cvs89
4867
4868         * src/plugins/spamassassin/spamassassin.c
4869                 fixed bad logics, was using spamc in local mode and sa-learn
4870                 in remote mode (thanks, Colin).
4871
4872 2006-03-01 [wwp]        2.0.0cvs88
4873
4874         * src/plugins/spamassassin/spamassassin.c
4875         * src/plugins/spamassassin/spamassassin.h
4876         * src/plugins/spamassassin/spamassassin_gtk.c
4877                 made processing of emails w/ sa-plugin an option (default is TRUE),
4878                 fixed Engrish some tooltips, capitalization of some debug messages
4879                 and warnings. The spamassassin plugin now provides two separate
4880                 services: process emails upon incorporation and spamd training.
4881                 Both services (un)register independently but use some common
4882                 plugin settings (transport settings, spam storage location).
4883
4884 2006-02-28 [wwp]        2.0.0cvs87
4885
4886         * src/plugins/spamassassin/spamassassin.c
4887                 fix async flag to spamc cmdline execution (batch exec should
4888                 be asynchronous).
4889
4890 2006-02-27 [wwp]        2.0.0cvs86
4891
4892         * src/plugins/spamassassin/spamassassin.c
4893         * src/plugins/spamassassin/spamassassin.h
4894         * src/plugins/spamassassin/spamassassin_gtk.c
4895                 - added the ability to learn a remote spamassassin server (spamd),
4896                 using spamc.
4897                 - added the spamassassin option 'username', that applies to all
4898                 spamassassin operations (filtering, learning, local or remote).
4899                 The default username is the current unix user (if left blank
4900                 from gtk prefs or config file).
4901                 - commented out some unused code (notebook widget), removed unused
4902                 layout (hbox1).
4903                 - make more widgets sensitive to the transport type.
4904
4905 2006-02-27 [colin]      2.0.0cvs85
4906
4907         * src/plugins/spamassassin/spamassassin.c
4908                 Fix sa-learn call when offline
4909
4910 2006-02-27 [colin]      2.0.0cvs84
4911
4912         * configure.ac
4913         * src/Makefile.am
4914         * src/mainwindow.c
4915         * src/mainwindow.h
4916         * src/messageview.c
4917         * src/messageview.h
4918         * src/prefs_toolbar.c
4919         * src/procmsg.c
4920         * src/stock_pixmap.c
4921         * src/stock_pixmap.h
4922         * src/summaryview.c
4923         * src/toolbar.c
4924         * src/toolbar.h
4925         * src/pixmaps/ham_btn.xpm
4926         * src/pixmaps/spam.xpm
4927         * src/pixmaps/spam_btn.xpm
4928         * src/plugins/spamassassin/spamassassin.c
4929                 Add button in toolbar for spam learning
4930                 Fix a few bugs from the last related commit
4931                 Revert 1.9.6cvs23 which messed up shift-selection
4932
4933 2006-02-24 [colin]      2.0.0cvs83
4934
4935         * src/procmsg.c
4936         * src/summaryview.c
4937         * src/summaryview.h
4938         * src/plugins/spamassassin/spamassassin.c
4939         * src/plugins/spamassassin/spamassassin.h
4940         * src/plugins/spamassassin/spamassassin_gtk.c
4941                 Unregister learner when spamassassin is either
4942                 disabled or over tcp
4943
4944 2006-02-24 [colin]      2.0.0cvs82
4945
4946         * src/Makefile.am
4947         * src/mainwindow.c
4948         * src/mainwindow.h
4949         * src/procmsg.c
4950         * src/procmsg.h
4951         * src/stock_pixmap.c
4952         * src/stock_pixmap.h
4953         * src/summaryview.c
4954         * src/summaryview.h
4955         * src/gtk/icon_legend.c
4956         * src/pixmaps/spam.xpm  ** NEW FILE **
4957         * src/plugins/spamassassin/spamassassin.c
4958         * src/plugins/spamassassin/spamassassin_gtk.c
4959                 Add spam learning interface (Mark/Mark as 
4960                 (spam|ham) menus)
4961
4962 2006-02-24 [wwp]        2.0.0cvs81
4963
4964         * src/compose.c
4965         * src/compose.h
4966         * src/filtering.c
4967                 hide compose window when sending message in batch mode
4968                 (filtering: forward and redirect). Also fixed a wrong
4969                 value returned when sending failed, neutral anyway.
4970                 (Colin, me) 
4971
4972 2006-02-24 [wwp]        2.0.0cvs80
4973
4974         * src/mainwindow.c
4975                 use GTK+'s stock quit button. Patch by Fabien Vantard.
4976
4977 2006-02-24 [paul]       2.0.0cvs79
4978
4979         * src/news.c
4980         * src/news.h
4981         * src/news_gtk.c
4982                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
4983                 Thanks to Colin
4984
4985 2006-02-23 [colin]      2.0.0cvs78
4986
4987         * src/alertpanel.c
4988                 Change OK to Close in alertpanel with View log
4989                 button; add accel to View log. Patch by Fabien
4990                 Vantard
4991
4992 2006-02-23 [wwp]        2.0.0cvs77
4993
4994         * src/compose.c
4995                 silly me, there were much more tests to perform, since toolbars can
4996                 really have down to 1 element only.
4997
4998 2006-02-23 [wwp]        2.0.0cvs76
4999
5000         * commitHelper
5001                 fixed indentation from my previous commit. Fallback to VISUAL if
5002                 EDITOR is not set (and to vi, at last resort).
5003
5004 2006-02-23 [wwp]        2.0.0cvs75
5005
5006         * commitHelper
5007                 improved error detection (Colin, me).
5008
5009 2006-02-23 [wwp]        2.0.0cvs74
5010
5011         * src/prefs_toolbar.c
5012                 simplify and fix prefs/toolbars layouting. Combos' contents can
5013                 now be really displayed.
5014
5015 2006-02-23 [wwp]        2.0.0cvs73
5016         simplifies and fix prefs/toolbars layouting. Combos' contents can now
5017         be really displayed.
5018
5019 2006-02-22 [wwp]        2.0.0cvs72
5020
5021         * src/compose.c
5022                 fix a typo in my previous commit (sorry!).
5023
5024 2006-02-22 [wwp]        2.0.0cvs71
5025
5026         * src/prefs_toolbar.c
5027                 fix a crash when adding separators to toolbars,
5028                 also fix some separator item information.
5029
5030 2006-02-22 [wwp]        2.0.0cvs70
5031
5032         * src/compose.c
5033                 fix a crash when redirecting (for instance) when compose window's
5034                 toolbar contents has been customized (when some buttons have been
5035                 removed in fact).
5036
5037 2006-02-21 [wwp]        2.0.0cvs69
5038
5039         * src/summaryview.c
5040         * src/gtk/pluginwindow.c
5041         * src/plugins/pgpcore/prefs_gpg.c
5042                 fix some compilation warnings (feat. remains of removed code).
5043
5044 2006-02-21 [wwp]        2.0.0cvs68
5045
5046         * src/gtk/gtkutils.c
5047                 fix two compilation issues, thanks to Stephan Sachse.
5048
5049 2006-02-20 [colin]      2.0.0cvs67
5050
5051         * src/mainwindow.c
5052                 Don't reselect displayed mail on refocus
5053                 This fixes actions misbehaving 
5054
5055 2006-02-20 [wwp]        2.0.0cvs66
5056
5057         * src/summaryview.c
5058         * src/gtk/gtksctree.c
5059         * src/gtk/gtkshruler.c
5060                 changed more runtime typecast checks.
5061
5062 2006-02-20 [wwp]        2.0.0cvs65
5063
5064         * src/summary_search.c
5065                 find all - summaryview refresh issue fixed, thanks to Colin.
5066
5067 2006-02-20 [wwp]        2.0.0cvs64
5068
5069         * src/gtk/gtkutils.c
5070                 better runtime typecast checks.
5071
5072 2006-02-20 [wwp]        2.0.0cvs63
5073
5074         * src/summary_search.c
5075                 enhancements to the summary search:
5076                         - add the ability to stop the running search
5077                           (upon ESC-key press, new Stop button or when Clear button is pressed)
5078                         - don't search if no criteria (From/To/Subject/Body) is set
5079                         - ensure that a busy mouse pointer is always shown when searching,
5080                           show it even a bit earlier
5081
5082 2006-02-19 [colin]      2.0.0cvs62
5083
5084         * src/compose.c
5085         * src/imap.c
5086         * src/etpan/imap-thread.c
5087         * src/etpan/imap-thread.h
5088                 (Future) IMAP speed improvement on sending
5089                 Will require a libetpan update
5090         * src/summaryview.c
5091         * src/gtk/quicksearch.c
5092                 Make quicksearch clearable while running.
5093
5094 2006-02-17 [colin]      2.0.0cvs61
5095
5096         * src/imap.c
5097         * src/etpan/imap-thread.c
5098         * src/etpan/imap-thread.h
5099                 Check for IMAP certificates
5100                 ** Requires libetpan-0.42-cvs4 
5101                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
5102
5103 2006-02-17 [colin]      2.0.0cvs60
5104
5105         * src/messageview.c
5106         * src/prefs_common.c
5107         * src/prefs_common.h
5108         * src/prefs_message.c
5109                 Add pref to display HTML-only mails with plugin, 
5110                 if possible (defaulting to FALSE of course).
5111
5112 2006-02-16 [colin]      2.0.0cvs59
5113
5114         * src/main.c
5115         * src/common/plugin.c
5116         * src/common/plugin.h
5117         * src/gtk/pluginwindow.c
5118                 Keep track of requested (but unloaded) plugins
5119                 in some error cases.
5120
5121 2006-02-16 [wwp]        2.0.0cvs58
5122
5123         * src/gtk/gtkaspell.c
5124         * src/gtk/gtkaspell.h
5125         * src/prefs_spelling.c
5126         * src/compose.c
5127         * src/prefs_common.c
5128         * src/prefs_common.h
5129                 implemented new optional spellchecker behaviour: re-check message when
5130                 dictionary got changed (from compose-window/context-menu/Change dictionary).
5131
5132 2006-02-16 [wwp]        2.0.0cvs57
5133
5134         * src/quote_fmt_parse.y
5135                 pclose popen'ed pipe.
5136
5137 2006-02-15 [colin]      2.0.0cvs56
5138
5139         * src/mimeview.c
5140         * src/mimeview.h
5141                 Let MimeViewers know which MimeView they
5142                 depend of.
5143         * src/summaryview.c
5144                 Swap From/To columns in Sent/Queue/Drafts
5145                 folders
5146         * src/etpan/imap-thread.c
5147                 Use mailstream_low_tls_open() for STARTTLS
5148                 instead of mailstream_low_ssl_open()
5149                 ** REQUIRES libetpan 0.42cvs3 **
5150
5151 2006-02-15 [wwp]        2.0.0cvs55
5152
5153         * src/compose.c
5154         * src/compose.h
5155         * src/message_search.c
5156         * src/message_search.h
5157         * src/textview.c
5158         * src/gtk/gtkutils.c
5159         * src/gtk/gtkutils.h
5160                 added the ability to Find text in the compose window (and a bit
5161                 of code factorization).
5162
5163 2006-02-15 [wwp]        2.0.0cvs54
5164
5165         * src/prefs_gtk.c
5166                 yet another one file was missing (fix for some widgets' sensitivity).
5167                 Thanks Colin!
5168
5169 2006-02-15 [wwp]        2.0.0cvs53
5170
5171         * src/prefs_gtk.h
5172                 oops forgot that file (fix for some widgets' sensitivity).
5173
5174 2006-02-15 [wwp]        2.0.0cvs52
5175
5176         * src/summary_search.c
5177                 implemented advanced summary search options (added the ability
5178                 to use matcher conditions in an advanced search mode).
5179
5180 2006-02-15 [wwp]        2.0.0cvs51
5181
5182         * src/plugins/pgpcore/prefs_gpg.c
5183         * src/prefs_account.c
5184                 fix some widget sensitivity, mostly around some labels in
5185                 account prefs.
5186
5187 2006-02-15 [paul]       2.0.0cvs50
5188
5189         * manual/advanced.xml
5190                 improve Templates info
5191                 written by wwp
5192
5193 2006-02-14 [colin]      2.0.0cvs49
5194
5195         * src/pixmaps/address_book.xpm
5196         * src/pixmaps/preferences.xpm
5197         * src/pixmaps/properties.xpm
5198                 Fix pixmap size - patch by Fabien Vantard
5199
5200 2006-02-13 [colin]      2.0.0cvs48
5201
5202         * src/procmime.c
5203                 Add missing fclose()s on error
5204         * src/textview.c
5205                 Remove unused code
5206         * src/common/utils.c
5207                 Fix temp files not being deleted on windows
5208         Patches by Thomas Gilgin
5209
5210 2006-02-13 [colin]      2.0.0cvs47
5211
5212         * src/mainwindow.c
5213                 Fix exit crash
5214
5215 2006-02-13 [wwp]        2.0.0cvs46
5216
5217         * src/plugins/pgpcore/prefs_gpg.c
5218                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
5219
5220 2006-02-12 [colin]      2.0.0cvs45
5221
5222         * src/folderview.c
5223         * src/main.c
5224         * src/mainwindow.c
5225                 Fix "stuff" when quitting
5226
5227 2006-02-12 [wwp]        2.0.0cvs44
5228
5229         * src/prefs_themes.c
5230                 fix typos in debug messages.
5231
5232 2006-02-11 [colin]      2.0.0cvs43
5233
5234         * src/summaryview.c
5235                 don't allow drag/drop from ourself
5236
5237 2006-02-10 [wwp]        2.0.0cvs42
5238
5239         * src/exporthtml.c
5240         * src/html.c
5241         * src/html.h
5242         * src/procmime.c
5243         * src/textview.c
5244                 renamed html_ prefixed functions and data structures to avoid
5245                 namespace clashes w/ other software (gtkhtml2 for instance).
5246                 Closes bug #907.
5247
5248
5249 2006-02-09 [colin]      2.0.0cvs41
5250
5251         * src/summaryview.c
5252                 Fix shitty logic messed up. Thanks Ticho for the hint!
5253
5254 2006-02-09 [wwp]        2.0.0cvs40
5255
5256         * src/gtk/about.c
5257         * src/compose.c
5258         * src/prefs_account.c
5259         * src/prefs_gtk.h
5260         * src/editaddress.c
5261                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
5262                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
5263                 Browse buttons in accounts prefs.
5264
5265 2006-02-09 [colin]      2.0.0cvs39
5266
5267         * src/matcher.c
5268                 Check for pointer before using its members
5269         * src/gtk/gtksourceprintjob.c
5270                 Fix a wrong warning
5271
5272 2006-02-09 [wwp]        2.0.0cvs38
5273
5274         * src/gtk/filesel.c
5275                 fix few compiler warnings (type mismatch).
5276
5277 2006-02-09 [paul]       2.0.0cvs37
5278
5279         * po/fr.po
5280                 updated by Fabien Vantard
5281
5282 2006-02-08 [colin]      2.0.0cvs36
5283
5284         * src/prefs_common.c
5285         * src/common/defs.h
5286         * src/common/plugin.c
5287                 allow windows and linux configurations to coexist
5288                 patch by Thomas Gilgin
5289
5290 2006-02-08 [colin]      2.0.0cvs35
5291
5292         * src/filtering.c
5293         * src/matcher.c
5294         * src/matcher.h
5295         * src/matcher_parser_parse.y
5296         * src/prefs_filtering_action.c
5297         * src/prefs_matcher.c
5298                 Add the "Ignore thread" filtering
5299                 action
5300
5301 2006-02-08 [colin]      2.0.0cvs34
5302
5303         * src/compose.c
5304         * src/procmime.c
5305         * src/procmime.h
5306                 Fix bug #905 (damaged attachment)
5307                 text files with raw \0's aren't really text files
5308         FOR_STABLE
5309
5310 2006-02-08 [colin]      2.0.0cvs33
5311
5312         * src/summaryview.c
5313                 Fix crasher introduced yesterday
5314
5315 2006-02-08 [wwp]        2.0.0cvs32
5316
5317         * src/compose.c
5318         * src/compose.h
5319                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
5320
5321 2006-02-08 [wwp]        2.0.0cvs31
5322
5323         * src/prefs_template.c
5324                 templates enhancement: allow address completion for Cc and Bcc fields
5325                 (it was currently possible for the To field only)
5326
5327 2006-02-08 [colin]      2.0.0cvs30
5328
5329         * src/compose.c
5330                 Don't unblock if not blocked
5331         FOR_STABLE
5332
5333 2006-02-07 [colin]      2.0.0cvs29
5334
5335         * src/action.c
5336                 Forgot to refresh summaryview
5337
5338 2006-02-07 [colin]      2.0.0cvs28
5339
5340         * src/action.c
5341                 Freeze/thaw message list and folder list while
5342                 processing %as{} actions 
5343         * src/compose.c
5344                 Fix auto-wrap disabling after a middle-click
5345                 paste - FOR_STABLE
5346
5347 2006-02-07 [paul]       2.0.0cvs27
5348
5349         * src/folder.c
5350                 fix freeing of uninitialised pointers
5351                 Thanks to Colin
5352
5353 2006-02-06 [colin]      2.0.0cvs26
5354
5355         * src/folder.c
5356                 Use g_slist_prepend in potentially big list
5357
5358 2006-02-06 [colin]      2.0.0cvs25
5359
5360         * src/folder.c
5361                 Completely skip processing if it doesn't 
5362                 exist (faster!)
5363
5364 2006-02-06 [colin]      2.0.0cvs24
5365
5366         * src/folder.c
5367         * src/summaryview.c
5368                 Batch filtering in summaryview (from Tools menu)
5369                 and pre/post//-processing too
5370
5371 2006-02-06 [colin]      2.0.0cvs23
5372
5373         * src/procmsg.h
5374         * src/filtering.c
5375                 Use a special field for batch filtering instead
5376                 of stepping on deferred execution's toes
5377
5378 2006-02-06 [colin]      2.0.0cvs22
5379
5380         * src/action.c
5381         * src/filtering.c
5382         * src/filtering.h
5383         * src/folder.c
5384         * src/summaryview.c
5385                 Fix filtering via menus and actions
5386
5387 2006-02-06 [colin]      2.0.0cvs21
5388
5389         * src/imap.c
5390                 Put the added file directly to cache if possible (will work
5391                 with next libetpan)
5392         * src/filtering.c
5393         * src/filtering.h
5394         * src/inc.c
5395         * src/folder.c
5396         * src/mbox.c
5397         * src/procmsg.h
5398                 Move and copy filtered messages by batches instead of one
5399                 by one - faster on IMAP
5400         * src/procmsg.c
5401                 Add a function that'll possibly be useful later
5402
5403 2006-02-06 [colin]      2.0.0cvs20
5404
5405         * src/addressbook.c
5406                 Use internal mime-type instead of text/plain for d'n'd
5407         * src/compose.c
5408                 Allow attaching files from mimeview's icon list via d'n'd
5409         * src/folderview.c
5410         * src/folderview.h
5411                 Use internal mime-type instead of text/plain for d'n'd
5412                 Don't try to selected opened folder if none is
5413                 Factorize d'n'd from other apps code
5414         * src/headerview.c
5415         * src/textview.c
5416         * src/gtk/gtkutils.c
5417         * src/gtk/gtkutils.h
5418                 Factorize Face/X-Face stuff
5419         * src/mimeview.c
5420                 Fix d'n'd to other apps
5421         * src/prefs_message.c
5422                 Let the XFace pref be usable without libcompface as it also
5423                 applies to Face
5424         * src/summaryview.c
5425                 Fix d'n'd to other apps
5426                 Factorize d'n'd from other apps code
5427
5428 2006-02-06 [wwp]        2.0.0cvs19
5429
5430         * po/it.po
5431                 Italian translation fixes by Andrea Spadaccini (no more confusion
5432                 between filtering and processing, and few changes in the About
5433                 dialog).
5434
5435
5436 2006-02-06 [mones]      2.0.0cvs18
5437
5438         * src/gtk/icon_legend.c
5439                 Improved descriptions allowing better translations
5440
5441 2006-02-05 [colin]      2.0.0cvs17
5442
5443         * src/imap.c
5444                 Add the f*cking missing expunge that caused imap_fetch_env
5445                 to fail after an add_msgs ! :-///
5446         * src/etpan/imap-thread.c
5447                 Add a bit of debug
5448         FOR_STABLE
5449
5450 2006-02-05 [colin]      2.0.0cvs16
5451
5452         * src/common/utils.c
5453                 Don't check for return-path (or we can't put
5454                 back non-sent mails)
5455
5456 2006-02-05 [colin]      2.0.0cvs15
5457
5458         * src/textview.c
5459                 Don't try to display Face header in textview
5460                 when teh headerview's active
5461
5462 2006-02-05 [colin]      2.0.0cvs14
5463
5464         * tools/tbird2syl.py
5465         * tools/Makefile.am
5466                 Add script to import Thunderbird mails
5467
5468 2006-02-05 [colin]      2.0.0cvs13
5469
5470         * src/headerview.c
5471         * src/procheader.c
5472         * src/procmsg.c
5473         * src/procmsg.h
5474         * src/textview.c
5475                 Show Face headers - patch partially by Klaus Flittner
5476
5477 2006-02-05 [colin]      2.0.0cvs12
5478
5479         * src/folderview.c
5480         * src/summaryview.c
5481         * src/common/utils.c
5482         * src/common/utils.h
5483                 Let dnd work from mime icons to summaryview
5484                 and to folderview too
5485                 Add a crude test to avoid trying to add files
5486                 drag'n'dropped when they're not mails
5487
5488 2006-02-04 [colin]      2.0.0cvs11
5489
5490         * src/summaryview.c
5491         * src/mimeview.c
5492                 Fix utf8 conversion
5493
5494 2006-02-04 [colin]      2.0.0cvs10
5495
5496         * src/compose.c
5497         * src/folderview.c
5498         * src/mimeview.c
5499         * src/summaryview.c
5500         * src/summaryview.h
5501                 Added various drag and drop capas:
5502                 From                    To
5503                 summaryview             other apps
5504                 mimeview icons          other apps
5505                 other apps              summaryview
5506                 other apps              folderview
5507
5508                 This shouldn't have broken the existing:
5509                 From                    To
5510                 summaryview             folderview
5511                 folderview              folderview
5512                 summaryview             compose's attachments
5513
5514         Tests welcomed.
5515
5516 2006-02-02 [paul]       2.0.0cvs9
5517
5518         * src/mainwindow.c
5519                 move global option 'Set displayed columns...' out
5520                 of folder option grouping.
5521                 fix sensitivity of 'harvest addresses'
5522         FOR_STABLE
5523
5524 2006-02-01 [colin]      2.0.0cvs8
5525
5526         * src/mimeview.c
5527                 Revert the alertpanel patch, it sucks (intrusive
5528                 and gets in the way of "open")
5529
5530 2006-02-01 [colin]      2.0.0cvs7
5531
5532         * src/compose.c
5533         * src/prefs_account.c
5534         * src/prefs_common.c
5535         * src/common/defs.h
5536         * src/common/utils.c
5537         * src/common/utils.h
5538                 Add ability to edit the signature file
5539                 from the account preferences, and use
5540                 a default for the text editor.
5541                 Patch by Fabien Vantard
5542
5543 2006-02-01 [colin]      2.0.0cvs6
5544
5545         * src/mimeview.c
5546                 Try to get mime type by extension if it is
5547                 application/octet-stream
5548                 Display a window with possible choices when
5549                 encountering unknown mime types
5550         * src/gtk/filesel.c
5551         * src/gtk/filesel.h
5552                 Add preview
5553                 Allow multiple selection in filtered filesel
5554                 (patch by Fabien Vantard)
5555         * src/gtk/pluginwindow.c
5556                 Use it (patch by Fabien Vantard)
5557
5558 2006-02-01 [paul]       2.0.0cvs5
5559
5560         * src/jpilot.c
5561                 fix crash on creating jpilot address book
5562                 Thanks to Colin - FOR_STABLE
5563         * src/prefs_summaries.c
5564         * src/prefs_wrapping.c
5565         * src/gtk/icon_legend.c
5566         * src/gtk/quicksearch.c
5567                 string fixes and additions
5568
5569 2006-02-01 [paul]       2.0.0cvs4
5570
5571         * src/compose.c
5572         * src/mainwindow.c
5573         * src/messageview.c
5574         * src/prefs_send.c
5575                 add Arabic encoding option
5576                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
5577
5578 2006-01-31 [colin]      2.0.0cvs3
5579
5580         * src/plugins/pgpcore/passphrase.c
5581                 Convert passphrase to locale encoding
5582         * src/compose.c
5583                 Fix drafting on IMAP. Crappy bug sneaked in
5584                 the release :-/
5585         FOR_STABLE
5586
5587 2006-01-30 [paul]       2.0.0cvs2
5588
5589         * src/gtk/icon_legend.c
5590                 show the new entries
5591
5592 2006-01-30 [colin]      2.0.0cvs1
5593
5594         * src/manual.c
5595                 Check for the file to be present before 
5596                 enabling the menu - FOR_STABLE
5597         * src/gtk/icon_legend.c
5598                 Add folders icons (not all of them, there
5599                 are too much, but the most intriguing ones)
5600
5601 2006-01-30 [paul]       2.0.0
5602
5603         version 2.0.0 released
5604
5605 2006-01-30 [paul]       1.9.100cvs200
5606
5607         * manual/faq.xml
5608         * manual/gpl.xml
5609         * manual/intro.xml
5610         * manual/starting.xml
5611         * manual/sylpheed-claws-manual.xml
5612                 fixes, additions
5613
5614 2006-01-29 [mones]      1.9.100cvs199
5615
5616         * manual/account.xml
5617         * manual/advanced.xml
5618         * manual/glossary.xml
5619                 Some typos fixed, added LDIF term to glossary
5620         * po/es.po
5621                 Fixed leading plus symbol
5622
5623 2006-01-29 [paul]       1.9.100cvs198
5624
5625         * po/fi.po
5626         * po/sk.po
5627                 updated by Tommi Pirinen and Andrej Kacian
5628
5629 2006-01-29 [paul]       1.9.100cvs197
5630
5631         * src/gtk/authors.h
5632                 remove duplicates
5633
5634 2006-01-29 [paul]       1.9.100cvs196
5635
5636         * AUTHORS
5637         * po/nl.po
5638         * src/gtk/authors.h
5639         * tools/claws.i18n.status.pl
5640                 nl translation updated by Tim Dijkstra
5641
5642 2006-01-29 [paul]       1.9.100cvs195
5643
5644         * po/sr.po
5645         * po/sv.po
5646                 updated by Aleksandar Urosevic and Anders Troback
5647
5648 2006-01-28 [colin]      1.9.100cvs194
5649
5650         * src/gtk/gtksourceprintjob.c
5651                 Don't fiddle with PangoLayout when we
5652                 have an image
5653
5654 2006-01-28 [paul]       1.9.100cvs193
5655
5656         * AUTHORS
5657         * po/el.po
5658         * po/zh_CN.po
5659         * src/gtk/authors.h
5660         * tools/claws.i18n.status.pl
5661                 updated translations submitted by Stavros Giannouris
5662                 and Ralgh Young
5663
5664 2006-01-27 [colin]      1.9.100cvs192
5665
5666         * src/summaryview.c
5667         * src/gtk/gtksourceprintjob.c
5668                 Add image printing 
5669                 (libgnomeprint only, of course)
5670
5671 2006-01-27 [paul]       1.9.100cvs191
5672
5673         * po/fr.po
5674         * po/it.po
5675                 updated by Fabien Vantard and Andrea Spadaccini
5676
5677 2006-01-26 [colin]      1.9.100cvs190
5678
5679         * manual/Makefile.am
5680         * configure.ac
5681                 Make building the manual optional 
5682                 (--disable-manual)
5683
5684 2006-01-26 [paul]       1.9.100cvs189
5685
5686         * manual/glossary.xml
5687         * manual/plugins.xml
5688                 edited
5689         * po/en_GB.po
5690                 updated
5691
5692 2006-01-26 [paul]       1.9.100cvs188
5693
5694         * src/prefs_display_header.c
5695         * src/prefs_folder_column.c
5696         * src/prefs_msg_colors.c
5697         * src/prefs_summaries.c
5698         * src/prefs_summary_column.c
5699                 HIGify
5700
5701 2006-01-25 [colin]      1.9.100cvs187
5702
5703         * src/imap.c
5704                 Don't allow moving/copying mails between
5705                 queue/drafts and non-queue/drafts folders
5706                 Fixes bug #897 (message header is resetted 
5707                 if one is copied to Drafts)
5708
5709 2006-01-25 [colin]      1.9.100cvs186
5710
5711         * src/folder.c
5712         * src/mainwindow.c
5713                 Fix subscribed folders not found
5714         * src/compose.c
5715                 Don't try to encode as original mail's charset
5716                 if it's ascii 
5717
5718 2006-01-25 [paul]       1.9.100cvs185
5719
5720         * AUTHORS
5721         * po/Makevars
5722                 updated
5723         * po/de.po
5724         * po/pl.po
5725         * po/pt_BR.po
5726         * po/sr.po
5727                 updates submitted by Stephan Sachse, Emilian Nowak
5728                 and Quar, Frederico Goncalves Guimaraes, and
5729                 Aleksandar Urosevic
5730                 Fix Bug 896, 'PT_BR locale broken'.
5731         * src/gtk/authors.h
5732                 updated
5733
5734 2006-01-24 [mones]      1.9.100cvs184
5735
5736         * manual/glossary.xml
5737                 All current terms finished. Reviewers welcome ;-)
5738         * manual/keyboard.xml
5739                 Fixed column width for pdf output.
5740         * po/es.po
5741                 Updated
5742
5743 2006-01-24 [paul]       1.9.100cvs183
5744
5745         * manual/glossary.xml
5746                 fix id name
5747         * manual/dist/html/Makefile.am
5748         * manual/dist/pdf/Makefile.am
5749         * manual/dist/ps/Makefile.am
5750         * manual/dist/txt/Makefile.am
5751                 fix make deps
5752                 Thanks to Colin
5753
5754 2006-01-24 [mones]      1.9.100cvs182
5755
5756         * manual/glossary.xml
5757                 Nearly finished, some terms missing.
5758
5759 2006-01-23 [paul]       1.9.100cvs181
5760
5761         * manual/dist/html/Makefile.am
5762         * manual/dist/pdf/Makefile.am
5763         * manual/dist/ps/Makefile.am
5764         * manual/dist/txt/Makefile.am
5765         * src/mainwindow.c
5766                 re-enable manual
5767                 Thanks to Colin
5768
5769 2006-01-22 [colin]      1.9.100cvs180
5770
5771         * src/compose.c
5772         * src/gtk/gtkaspell.c
5773                 Don't deselect stuff before right-clicking, with aspell.
5774                 (This prevented right-click Copy, for example).
5775                 Thanks to Clo!
5776
5777 2006-01-22 [paul]       1.9.100cvs179
5778
5779         * src/summary_search.c
5780                 don't fix the widget size as it causes problems
5781                 under localisation.
5782                 Thanks to Emilian Nowak
5783
5784 2006-01-21 [paul]       1.9.100cvs178
5785
5786         * src/prefs_themes.c
5787                 fix broken underlining of label text
5788                 with some translations
5789
5790 2006-01-21 [colin]      1.9.100cvs177
5791
5792         * po/fr.po
5793                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
5794
5795 2006-01-20 [colin]      1.9.100cvs176
5796
5797         * configure.ac
5798         * Makefile.am
5799         * manual/Makefile
5800         * manual/dist/html/.cvsignore
5801         * manual/dist/html/Makefile.am
5802         * manual/dist/pdf/.cvsignore
5803         * manual/dist/pdf/Makefile.am
5804         * manual/dist/ps/.cvsignore
5805         * manual/dist/ps/Makefile.am
5806         * manual/dist/txt/.cvsignore
5807         * manual/dist/txt/Makefile.am
5808                 Autotool-ize manual
5809
5810 2006-01-20 [paul]       1.9.100cvs175
5811
5812         * manual/handling.xml
5813                 make Filtering and Searching entries easier to find
5814         * manual/keyboard.xml
5815                 add the remaining default keybinds
5816         * src/prefs_summaries.c
5817                 update the default keybinds
5818
5819 2006-01-20 [paul]       1.9.100cvs174
5820
5821         * src/addressbook.c
5822         * src/addrgather.c
5823         * src/addrharvest.c
5824         * src/editaddress.c
5825         * src/editgroup.c
5826         * src/exphtmldlg.c
5827         * src/expldifdlg.c
5828         * src/exporthtml.c
5829         * src/exportldif.c
5830         * src/ldif.c
5831                 replace 'e-mail' with 'email'
5832         * src/summary_search.c
5833                 add mnemonic to "Find all" button
5834
5835 2006-01-20 [wwp]        1.9.100cvs173
5836
5837         * src/export.c
5838         * src/import.c
5839                 touched mbox import/export buttons for HIG-compliance
5840
5841 2006-01-19 [paul]       1.9.100cvs172
5842
5843         * manual/account.xml
5844         * manual/addrbook.xml
5845         * manual/advanced.xml
5846         * manual/faq.xml
5847         * manual/handling.xml
5848         * manual/intro.xml
5849         * manual/plugins.xml
5850         * manual/starting.xml
5851                 more editing
5852
5853 2006-01-19 [paul]       1.9.100cvs171
5854
5855         * src/toolbar.c
5856                 allow use of trash button while receiving
5857                 Thanks to Colin
5858
5859 2006-01-19 [wwp]        1.9.100cvs170
5860
5861         * src/gtk/quicksearch.c
5862         * src/compose.c
5863                 force text color to black when yellow background is set
5864
5865 2006-01-19 [colin]      1.9.100cvs169
5866
5867         * src/plugins/trayicon/trayicon.c
5868                 Gray out Get Mail when already getting mail
5869
5870 2006-01-18 [paul]       1.9.100cvs168
5871
5872         * src/compose.c
5873                 give widget yellow background was To is
5874                 set via folder prefs
5875         * src/gtk/quicksearch.c
5876                 give widget yellow background when quick
5877                 search is active.
5878                 Thanks to Colin
5879
5880 2006-01-18 [paul]       1.9.100cvs167
5881
5882         * doc/man/sylpheed-claws.1
5883                 add --subscribe option
5884
5885 2006-01-18 [paul]       1.9.100cvs166
5886
5887         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5888         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5889                 use %U instead of %F (%F is broken for user installed
5890                 files in kde 3.5)
5891
5892 2006-01-18 [colin]      1.9.100cvs165
5893
5894         * src/summaryview.c
5895                 Default to Yes in "No more * messages" dialogs
5896
5897 2006-01-17 [colin]      1.9.100cvs164
5898
5899         * src/compose.c
5900                 Possibly fix an invalid iterator causing
5901                 crash
5902
5903 2006-01-17 [colin]      1.9.100cvs163
5904
5905         * src/mimeview.c
5906                 Fix crash when the image disappears under the
5907                 image viewer
5908
5909 2006-01-16 [colin]      1.9.100cvs162
5910
5911         * src/compose.c
5912                 Fix reenabling autowrap
5913
5914 2006-01-16 [colin]      1.9.100cvs161
5915
5916         * src/compose.c
5917                 reset quote_len before getting quote_str
5918
5919 2006-01-16 [colin]      1.9.100cvs160
5920
5921         * src/account.c
5922         * src/account.h
5923         * src/folder.c
5924         * src/imap_gtk.c
5925         * src/mh_gtk.c
5926                 Fix bug #883 (default inbox does not track folder move)
5927
5928 2006-01-16 [colin]      1.9.100cvs159
5929
5930         * src/compose.c
5931         * src/plugins/pgpcore/passphrase.c
5932                 More buttons fixes
5933
5934 2006-01-16 [paul]       1.9.100cvs158
5935
5936         * src/prefs_actions.c
5937         * src/prefs_filtering_action.c
5938         * src/prefs_matcher.c
5939         * src/quote_fmt.c
5940         * src/gtk/description_window.c
5941         * src/gtk/description_window.h
5942         * src/gtk/quicksearch.c
5943                 description window cleanups
5944
5945 2006-01-15 [colin]      1.9.100cvs157
5946
5947         * src/addressbook.c
5948         * src/prefs_filtering.c
5949                 Same here
5950
5951 2006-01-15 [colin]      1.9.100cvs156
5952
5953         * src/folderview.c
5954         * src/mainwindow.c
5955                 Same for "Empty trash"
5956
5957 2006-01-15 [colin]      1.9.100cvs155
5958
5959         * src/inc.c
5960                 Override offline dialog had Yes by default
5961
5962 2006-01-15 [colin]      1.9.100cvs154
5963
5964         * src/summaryview.c
5965                 Delete selected messages? previously had Yes the default
5966
5967 2006-01-15 [colin]      1.9.100cvs153
5968
5969         * src/folder.c
5970         * src/folder.h
5971         * src/main.c
5972                 Check if a mailbox is loaded after all
5973                 plugins are loaded.
5974
5975 2006-01-15 [colin]      1.9.100cvs152
5976
5977         * src/folder.c
5978                 Don't start wizard when there are unloaded folders (will help
5979                 people with only mbox or maildir mailboxes)
5980
5981 2006-01-14 [colin]      1.9.100cvs151
5982
5983         * src/addressbook.c
5984         * src/expldifdlg.c
5985         * src/importldif.c
5986         * src/importmutt.c
5987         * src/importpine.c
5988         * src/mh_gtk.c
5989                 More HIG compliance and fixes
5990
5991 2006-01-14 [colin]      1.9.100cvs150
5992
5993         * src/prefs_filtering_action.c
5994         * src/foldersel.c
5995                 Two forgotten button order changes
5996
5997 2006-01-14 [colin]      1.9.100cvs149
5998
5999         * src/account.c
6000         * src/addressbook.c
6001         * src/compose.c
6002         * src/folderview.c
6003         * src/imap_gtk.c
6004         * src/mainwindow.c
6005         * src/mh_gtk.c
6006         * src/news_gtk.c
6007         * src/prefs_actions.c
6008         * src/prefs_customheader.c
6009         * src/prefs_filtering.c
6010         * src/prefs_matcher.c
6011         * src/prefs_template.c
6012         * src/ssl_manager.c
6013         * src/summaryview.c
6014         * src/textview.c
6015         * src/toolbar.c
6016                 All deletion confirmations are now "Cancel, Delete" 
6017                 instead of "No, Yes"
6018                 Clarified most of the other "No, Yes" to 
6019                 "Cancel, Descriptive_action"
6020                 Rechanged the "Entry not saved" alerts to have 
6021                 "Close, Continue editing"
6022
6023
6024 2006-01-14 [paul]
6025
6026         * 2.0.0-rc4 released
6027
6028 2006-01-14 [paul]       1.9.100cvs148
6029
6030         * src/account.c
6031         * src/addressadd.c
6032         * src/addressbook.c
6033         * src/compose.c
6034         * src/editaddress.c
6035         * src/editbook.c
6036         * src/editgroup.c
6037         * src/editjpilot.c
6038         * src/editldap.c
6039         * src/editvcard.c
6040         * src/exphtmldlg.c
6041         * src/expldifdlg.c
6042         * src/folderview.c
6043         * src/grouplistdialog.c
6044         * src/imap_gtk.c
6045         * src/importmutt.c
6046         * src/importpine.c
6047         * src/inc.c
6048         * src/main.c
6049         * src/mainwindow.c
6050         * src/message_search.c
6051         * src/messageview.c
6052         * src/mh_gtk.c
6053         * src/mimeview.c
6054         * src/news_gtk.c
6055         * src/prefs_actions.c
6056         * src/prefs_customheader.c
6057         * src/prefs_filtering.c
6058         * src/prefs_matcher.c
6059         * src/prefs_template.c
6060         * src/prefs_themes.c
6061         * src/ssl_manager.c
6062         * src/summary_search.c
6063         * src/summaryview.c
6064         * src/textview.c
6065         * src/toolbar.c
6066         * src/gtk/foldersort.c
6067         * src/gtk/gtkaspell.c
6068         * src/gtk/inputdialog.c
6069         * src/gtk/prefswindow.c
6070         * src/plugins/pgpcore/select-keys.c
6071         * src/plugins/trayicon/trayicon.c
6072                 HIG compliant button order
6073
6074 2006-01-14 [mones]      1.9.100cvs147
6075
6076         * po/es.po
6077                 Updated translation
6078
6079 2006-01-13 [paul]       1.9.100cvs146
6080
6081         * AUTHORS
6082         * ChangeLog
6083         * src/gtk/authors.h
6084                 add Joshua M. Kwan to contributors list
6085
6086 2006-01-13 [colin]      1.9.100cvs145
6087
6088         * src/gtk/quicksearch.c
6089                 Don't refocus quick search after executing (Esc or Enter)
6090                 Allows to '/'search something then move up/down in 
6091                 summaryview, and to Esc a search and be back in the 
6092                 summaryview
6093
6094 2006-01-13 [paul]       1.9.100cvs144
6095
6096         * src/plugins/pgpinline/pgpinline.c
6097                 support Content-Type 'application/pgp'
6098                 patch by Joshua M. Kwan <joshuak@users.sf.net>
6099
6100 2006-01-13 [paul]       1.9.100cvs143
6101
6102         * manual/account.xml
6103                 make mention of partial retrieval
6104                 thanks to Colin
6105
6106 2006-01-13 [paul]       1.9.100cvs142
6107
6108         * src/account.c
6109         * src/account.h
6110         * src/action.c
6111         * src/action.h
6112         * src/adbookbase.h
6113         * src/addr_compl.c
6114         * src/addr_compl.h
6115         * src/addrbook.c
6116         * src/addrcache.c
6117         * src/addrcache.h
6118         * src/addrcindex.c
6119         * src/addrcindex.h
6120         * src/addrclip.c
6121         * src/addrclip.h
6122         * src/addrdefs.h
6123         * src/addressadd.c
6124         * src/addressadd.h
6125         * src/addressbook.c
6126         * src/addressbook.h
6127         * src/addrgather.c
6128         * src/addrgather.h
6129         * src/addrharvest.c
6130         * src/addrharvest.h
6131         * src/addrindex.c
6132         * src/addrindex.h
6133         * src/addritem.c
6134         * src/addritem.h
6135         * src/addrquery.c
6136         * src/addrquery.h
6137         * src/addrselect.c
6138         * src/addrselect.h
6139         * src/alertpanel.c
6140         * src/alertpanel.h
6141         * src/browseldap.c
6142         * src/browseldap.h
6143         * src/codeconv.c
6144         * src/codeconv.h
6145         * src/compose.c
6146         * src/compose.h
6147         * src/customheader.c
6148         * src/customheader.h
6149         * src/displayheader.c
6150         * src/displayheader.h
6151         * src/editaddress.c
6152         * src/editaddress.h
6153         * src/editbook.c
6154         * src/editbook.h
6155         * src/editgroup.c
6156         * src/editgroup.h
6157         * src/editjpilot.c
6158         * src/editjpilot.h
6159         * src/editldap.c
6160         * src/editldap.h
6161         * src/editldap_basedn.c
6162         * src/editldap_basedn.h
6163         * src/editvcard.c
6164         * src/editvcard.h
6165         * src/exphtmldlg.c
6166         * src/exphtmldlg.h
6167         * src/expldifdlg.c
6168         * src/expldifdlg.h
6169         * src/export.h
6170         * src/exporthtml.c
6171         * src/exporthtml.h
6172         * src/exportldif.c
6173         * src/exportldif.h
6174         * src/filtering.c
6175         * src/filtering.h
6176         * src/folder.c
6177         * src/folder.h
6178         * src/folder_item_prefs.c
6179         * src/folder_item_prefs.h
6180         * src/foldersel.c
6181         * src/foldersel.h
6182         * src/folderutils.c
6183         * src/folderutils.h
6184         * src/folderview.c
6185         * src/folderview.h
6186         * src/grouplistdialog.c
6187         * src/grouplistdialog.h
6188         * src/headerview.c
6189         * src/html.c
6190         * src/html.h
6191         * src/image_viewer.c
6192         * src/image_viewer.h
6193         * src/imap.c
6194         * src/imap.h
6195         * src/imap_gtk.c
6196         * src/imap_gtk.h
6197         * src/import.h
6198         * src/importldif.c
6199         * src/importldif.h
6200         * src/importmutt.c
6201         * src/importmutt.h
6202         * src/importpine.c
6203         * src/importpine.h
6204         * src/inc.c
6205         * src/inc.h
6206         * src/jpilot.c
6207         * src/jpilot.h
6208         * src/ldapctrl.c
6209         * src/ldapctrl.h
6210         * src/ldaplocate.c
6211         * src/ldaplocate.h
6212         * src/ldapquery.c
6213         * src/ldapquery.h
6214         * src/ldapserver.c
6215         * src/ldapserver.h
6216         * src/ldaputil.c
6217         * src/ldaputil.h
6218         * src/ldif.c
6219         * src/ldif.h
6220         * src/main.c
6221         * src/main.h
6222         * src/mainwindow.c
6223         * src/mainwindow.h
6224         * src/manual.c
6225         * src/manual.h
6226         * src/mbox.c
6227         * src/mbox.h
6228         * src/message_search.c
6229         * src/message_search.h
6230         * src/messageview.c
6231         * src/messageview.h
6232         * src/mh.c
6233         * src/mh.h
6234         * src/mh_gtk.c
6235         * src/mh_gtk.h
6236         * src/mimeview.c
6237         * src/mimeview.h
6238         * src/msgcache.c
6239         * src/msgcache.h
6240         * src/mutt.c
6241         * src/mutt.h
6242         * src/news.c
6243         * src/news.h
6244         * src/news_gtk.c
6245         * src/news_gtk.h
6246         * src/partial_download.c
6247         * src/partial_download.h
6248         * src/pine.c
6249         * src/pine.h
6250         * src/pop.c
6251         * src/pop.h
6252         * src/prefs_account.c
6253         * src/prefs_account.h
6254         * src/prefs_actions.c
6255         * src/prefs_actions.h
6256         * src/prefs_common.c
6257         * src/prefs_common.h
6258         * src/prefs_compose_writing.c
6259         * src/prefs_compose_writing.h
6260         * src/prefs_customheader.c
6261         * src/prefs_customheader.h
6262         * src/prefs_display_header.c
6263         * src/prefs_display_header.h
6264         * src/prefs_filtering.c
6265         * src/prefs_filtering.h
6266         * src/prefs_filtering_action.c
6267         * src/prefs_filtering_action.h
6268         * src/prefs_folder_column.c
6269         * src/prefs_folder_column.h
6270         * src/prefs_folder_item.c
6271         * src/prefs_folder_item.h
6272         * src/prefs_fonts.c
6273         * src/prefs_fonts.h
6274         * src/prefs_gtk.c
6275         * src/prefs_gtk.h
6276         * src/prefs_image_viewer.c
6277         * src/prefs_image_viewer.h
6278         * src/prefs_matcher.c
6279         * src/prefs_matcher.h
6280         * src/prefs_message.c
6281         * src/prefs_msg_colors.c
6282         * src/prefs_msg_colors.h
6283         * src/prefs_other.c
6284         * src/prefs_quote.c
6285         * src/prefs_receive.c
6286         * src/prefs_send.c
6287         * src/prefs_spelling.c
6288         * src/prefs_spelling.h
6289         * src/prefs_summaries.c
6290         * src/prefs_summaries.h
6291         * src/prefs_summary_column.c
6292         * src/prefs_summary_column.h
6293         * src/prefs_template.c
6294         * src/prefs_template.h
6295         * src/prefs_themes.c
6296         * src/prefs_themes.h
6297         * src/prefs_toolbar.c
6298         * src/prefs_toolbar.h
6299         * src/prefs_wrapping.c
6300         * src/prefs_wrapping.h
6301         * src/privacy.c
6302         * src/privacy.h
6303         * src/procheader.c
6304         * src/procheader.h
6305         * src/procmime.c
6306         * src/procmime.h
6307         * src/procmsg.c
6308         * src/procmsg.h
6309         * src/quote_fmt.c
6310         * src/quote_fmt_parse.y
6311         * src/recv.c
6312         * src/recv.h
6313         * src/remotefolder.c
6314         * src/remotefolder.h
6315         * src/send_message.c
6316         * src/send_message.h
6317         * src/setup.c
6318         * src/setup.h
6319         * src/sourcewindow.c
6320         * src/sourcewindow.h
6321         * src/ssl_manager.c
6322         * src/ssl_manager.h
6323         * src/statusbar.c
6324         * src/statusbar.h
6325         * src/stock_pixmap.c
6326         * src/stock_pixmap.h
6327         * src/summary_search.c
6328         * src/summary_search.h
6329         * src/summaryview.c
6330         * src/summaryview.h
6331         * src/syldap.c
6332         * src/syldap.h
6333         * src/textview.c
6334         * src/textview.h
6335         * src/toolbar.c
6336         * src/toolbar.h
6337         * src/undo.c
6338         * src/undo.h
6339         * src/unmime.c
6340         * src/unmime.h
6341         * src/vcard.c
6342         * src/vcard.h
6343         * src/wizard.c
6344         * src/wizard.h
6345         * src/common/base64.c
6346         * src/common/base64.h
6347         * src/common/defs.h
6348         * src/common/hooks.c
6349         * src/common/hooks.h
6350         * src/common/log.c
6351         * src/common/log.h
6352         * src/common/mgutils.c
6353         * src/common/mgutils.h
6354         * src/common/nntp.c
6355         * src/common/nntp.h
6356         * src/common/passcrypt.c
6357         * src/common/passcrypt.h.in
6358         * src/common/plugin.c
6359         * src/common/plugin.h
6360         * src/common/prefs.c
6361         * src/common/prefs.h
6362         * src/common/progressindicator.c
6363         * src/common/progressindicator.h
6364         * src/common/quoted-printable.c
6365         * src/common/quoted-printable.h
6366         * src/common/session.c
6367         * src/common/session.h
6368         * src/common/smtp.c
6369         * src/common/smtp.h
6370         * src/common/socket.c
6371         * src/common/socket.h
6372         * src/common/ssl.c
6373         * src/common/ssl.h
6374         * src/common/ssl_certificate.c
6375         * src/common/ssl_certificate.h
6376         * src/common/stringtable.c
6377         * src/common/stringtable.h
6378         * src/common/sylpheed.c
6379         * src/common/sylpheed.h
6380         * src/common/template.c
6381         * src/common/template.h
6382         * src/common/timing.h
6383         * src/common/utils.c
6384         * src/common/utils.h
6385         * src/common/version.h.in
6386         * src/common/xml.c
6387         * src/common/xml.h
6388         * src/common/xmlprops.c
6389         * src/common/xmlprops.h
6390         * src/gtk/colorlabel.c
6391         * src/gtk/colorsel.c
6392         * src/gtk/colorsel.h
6393         * src/gtk/description_window.c
6394         * src/gtk/description_window.h
6395         * src/gtk/filesel.c
6396         * src/gtk/filesel.h
6397         * src/gtk/foldersort.c
6398         * src/gtk/foldersort.h
6399         * src/gtk/gtkutils.c
6400         * src/gtk/gtkutils.h
6401         * src/gtk/inputdialog.c
6402         * src/gtk/inputdialog.h
6403         * src/gtk/logwindow.c
6404         * src/gtk/logwindow.h
6405         * src/gtk/manage_window.c
6406         * src/gtk/manage_window.h
6407         * src/gtk/menu.c
6408         * src/gtk/menu.h
6409         * src/gtk/pluginwindow.c
6410         * src/gtk/pluginwindow.h
6411         * src/gtk/prefswindow.c
6412         * src/gtk/prefswindow.h
6413         * src/gtk/progressdialog.c
6414         * src/gtk/progressdialog.h
6415         * src/gtk/sslcertwindow.c
6416         * src/gtk/sslcertwindow.h
6417         * src/plugins/clamav/clamav_plugin.c
6418         * src/plugins/clamav/clamav_plugin.h
6419         * src/plugins/clamav/clamav_plugin_gtk.c
6420         * src/plugins/demo/demo.c
6421         * src/plugins/dillo_viewer/dillo_prefs.c
6422         * src/plugins/dillo_viewer/dillo_prefs.h
6423         * src/plugins/dillo_viewer/dillo_viewer.c
6424         * src/plugins/pgpcore/passphrase.c
6425         * src/plugins/pgpcore/passphrase.h
6426         * src/plugins/pgpcore/plugin.c
6427         * src/plugins/pgpcore/select-keys.c
6428         * src/plugins/pgpcore/select-keys.h
6429         * src/plugins/pgpcore/sgpgme.c
6430         * src/plugins/pgpcore/sgpgme.h
6431         * src/plugins/pgpinline/pgpinline.c
6432         * src/plugins/pgpinline/pgpinline.h
6433         * src/plugins/pgpinline/plugin.c
6434         * src/plugins/pgpmime/pgpmime.c
6435         * src/plugins/pgpmime/pgpmime.h
6436         * src/plugins/pgpmime/plugin.c
6437         * src/plugins/spamassassin/spamassassin.c
6438         * src/plugins/spamassassin/spamassassin.h
6439         * src/plugins/spamassassin/spamassassin_gtk.c
6440         * src/plugins/trayicon/trayicon.c
6441                 update copyright header
6442
6443 2006-01-13 [paul]       1.9.100cvs141
6444
6445         * src/account.c
6446         * src/export.c
6447         * src/import.c
6448         * src/mainwindow.c
6449         * src/prefs_account.c
6450         * src/prefs_display_header.c
6451         * src/prefs_receive.c
6452         * src/prefs_send.c
6453         * src/prefs_summaries.c
6454         * src/prefs_themes.c
6455         * src/prefs_toolbar.c
6456         * src/gtk/about.c
6457                 various cleanups
6458
6459 2006-01-12 [colin]      1.9.100cvs140
6460
6461         * src/folder.c
6462         * src/folder.h
6463         * src/main.c
6464                 Add --subscribe option
6465                 Let sylpheed-claws email@domain.com equivalent to --compose
6466                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
6467
6468 2006-01-12 [paul]       1.9.100cvs139
6469
6470         * src/mainwindow.c
6471                 append 'Change folder order' label with '...'
6472         * src/prefs_actions.c
6473                 allow reordering of actions list by dnd
6474         * src/gtk/foldersort.c
6475                 make the dialog nicer
6476
6477 2006-01-11 [colin]      1.9.100cvs138
6478
6479         * src/compose.c
6480                 Allow templates without text
6481
6482 2006-01-11 [paul]       1.9.100cvs137
6483
6484         * tools/README
6485         * tools/filter_conv_new.pl
6486                 add info to README
6487                 also check .sylpheed for filter.xml
6488                 be a bit informative to the user
6489
6490 2006-01-11 [colin]      1.9.100cvs136
6491
6492         * src/textview.c
6493                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
6494
6495 2006-01-10 [paul]       1.9.100cvs135
6496
6497         * tools/Makefile.am
6498         * tools/filter_conv_new.pl
6499                 add script to convert new style Sylpheed
6500                 filter rules (Sylpheed >= 0.9.99) to
6501                 Claws filtering rules
6502
6503 2006-01-10 [colin]      1.9.100cvs134
6504
6505         * src/compose.c
6506                 Fix broken line joins in certain conditions
6507                 (between two quoted lines: <enter><enter><up>
6508                  <type a wrapped sentence><go in the first line>
6509                  <insert more text><watch as line joining failed>)
6510
6511 2006-01-10 [paul]       1.9.100cvs133
6512
6513         * src/compose.c
6514                 don't report success in error dialog
6515                 thanks to Colin
6516         * src/common/utils.c
6517                 include some trailing punctuations as URI
6518                 thanks to Hiro
6519
6520 2006-01-10 [paul]       1.9.100cvs132
6521
6522         * src/mimeview.c
6523                 fix incompatible pointer type
6524                 warning
6525
6526 2006-01-10 [paul]       1.9.100cvs131
6527
6528         * src/compose.c
6529                 change Subject in window title
6530                 instantaneously
6531
6532 2006-01-09 [colin]      1.9.100cvs130
6533
6534         * src/addressbook.c
6535         * src/headerview.c
6536         * src/mainwindow.c
6537         * src/messageview.c
6538         * src/mimeview.c
6539         * src/noticeview.c
6540         * src/summaryview.c
6541                 Fix possible crashes on exit and in addressbook
6542
6543 2006-01-09 [paul]       1.9.100cvs129
6544
6545         * src/prefs_msg_colors.c
6546                 some cleanups that I forgot last time
6547
6548 2006-01-09 [paul]       1.9.100cvs128
6549
6550         * README
6551         * src/folderview.c
6552         * src/prefs_msg_colors.c
6553                 add previously hidden option, color_new, to
6554                 the gui
6555                 move the page to Display/
6556                 rework the gui
6557
6558 2006-01-09 [wwp]        1.9.100cvs127
6559
6560         * src/prefs_themes.c
6561                 made the prefs/display/themes layouts spacing less condensed
6562                 (and so they match other prefs/pages' look).
6563
6564 2006-01-09 [paul]       1.9.100cvs126
6565
6566         * src/compose.c
6567         * src/prefs_common.c
6568         * src/prefs_common.h
6569         * src/prefs_wrapping.c
6570                 remove 'wrap at send' option
6571
6572 2006-01-06 [colin]      1.9.100cvs125
6573
6574         * src/compose.c
6575                 Just make completely sure we don't insert "manual line breaks" 
6576                 when wrapping... 
6577
6578 2006-01-04 [paul]
6579
6580         * 2.0.0-rc3 released
6581
6582 2006-01-04 [paul]       1.9.100cvs124
6583
6584         * src/folderview.c
6585                 fix bug 882, 'quick scroll in folder list
6586                 displays wrong folder contents'
6587
6588 2006-01-04 [paul]       1.9.100cvs123
6589
6590         * src/plugins/pgpmime/pgpmime.c
6591                 better debug information when signing
6592                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6593
6594 2006-01-03 [colin]      1.9.100cvs122
6595
6596         * configure.ac
6597                 We need to recheck for gpgme 1.0.0 after checking
6598                 for 1.1.1, because if 1.1.1 isn't available, 
6599                 GPGME_LIBS and friends are blanked out by the 
6600                 second check.
6601
6602 2006-01-03 [colin]      1.9.100cvs121
6603
6604         * src/common/prefs.c
6605                 Windows unlink-before rename fix
6606         * src/plugins/pgpcore/sgpgme.c
6607                 Add support for PKA info if available
6608                 Both patches by Werner Koch
6609
6610 2006-01-03 [paul]       1.9.100cvs120
6611
6612         * src/messageview.c
6613                 fix bug 884, 'Send receipt' button visible in queue
6614                 Thanks to Colin
6615
6616 2006-01-02 [colin]      1.9.100cvs119
6617
6618         * src/compose.c
6619         * src/imap.c
6620                 Fix autosave on IMAP and more generally try to
6621                 return the correct ID on a newly added IMAP message
6622
6623 2006-01-02 [paul]       1.9.100cvs118
6624
6625         * manual/keyboard.xml
6626                 edited
6627
6628 2006-01-01 [paul]       1.9.100cvs117
6629
6630         * src/gtk/authors.h
6631                 alphabetical order
6632
6633 2005-12-30 [colin]      1.9.100cvs116
6634
6635         * manual/advanced.xml
6636                 Explain Pre/Post-processing differences.
6637
6638 2005-12-30 [colin]      1.9.100cvs115
6639
6640         * src/mh.c
6641                 Implement copy_msgs for a little optimization
6642         * src/imap.c
6643                 Finish yesterday's fix
6644
6645 2005-12-29 [colin]      1.9.100cvs114
6646
6647         * src/imap.c
6648                 Fix occasional failure in fetching a mail over
6649                 IMAP
6650
6651 2005-12-29 [colin]      1.9.100cvs113
6652
6653         * src/compose.c
6654                 Don't remove a draft when sending it, if it is 
6655                 locked.
6656
6657 2005-12-28 [colin]      1.9.100cvs112
6658
6659         * src/summaryview.c
6660                 Fix leak for real
6661
6662 2005-12-28 [wwp]        1.9.100cvs111
6663
6664         * doc/faq/.cvsignore
6665         * doc/faq/de/.cvsignore
6666         * doc/faq/en/.cvsignore
6667         * doc/faq/es/.cvsignore
6668         * doc/faq/fr/.cvsignore
6669         * doc/faq/it/.cvsignore
6670         * doc/manual/.cvsignore
6671         * doc/manual/de/.cvsignore
6672         * doc/manual/en/.cvsignore
6673         * doc/manual/es/.cvsignore
6674         * doc/manual/fr/.cvsignore
6675         * doc/manual/ja/.cvsignore
6676         * src/plugins/mathml_viewer/.cvsignore
6677                 rollback revival of those files (my bad, sorry for the noise).
6678
6679 2005-12-28 [wwp]        1.9.100cvs110
6680
6681         * src/compose.c
6682                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
6683
6684 2005-12-28 [wwp]        1.9.100cvs109
6685
6686         * doc/faq/.cvsignore
6687         * doc/faq/de/.cvsignore
6688         * doc/faq/en/.cvsignore
6689         * doc/faq/es/.cvsignore
6690         * doc/faq/fr/.cvsignore
6691         * doc/faq/it/.cvsignore
6692         * doc/manual/.cvsignore
6693         * doc/manual/de/.cvsignore
6694         * doc/manual/en/.cvsignore
6695         * doc/manual/es/.cvsignore
6696         * doc/manual/fr/.cvsignore
6697         * doc/manual/ja/.cvsignore
6698         * src/plugins/mathml_viewer/.cvsignore
6699         * po/.cvsignore
6700                 more files to ignore.
6701
6702 2005-12-24 [colin]      1.9.100cvs108
6703
6704         * AUTHORS
6705         * src/gtk/authors.h
6706                 Update for Werner
6707
6708 2005-12-24 [colin]      1.9.100cvs107
6709
6710         * src/procmsg.c
6711                 Allow NULL src_msginfo in 
6712                 procmsg_msginfo_new_from_mimeinfo
6713
6714 2005-12-23 [paul]       1.9.100cvs106
6715
6716         * src/plugins/pgpinline/mypgpcore.def
6717                 add this forgotten file
6718
6719 2005-12-23 [colin]      1.9.100cvs105
6720
6721         * src/mainwindow.c
6722                 Fix missing break
6723
6724 2005-12-23 [colin]      1.9.100cvs104
6725
6726         * autogen.sh
6727         * src/folder.c
6728         * src/mh.c
6729         * src/common/plugin.c
6730         * src/common/socket.c
6731         * src/common/socket.h
6732         * src/common/utils.c
6733         * src/common/utils.h
6734         * src/gtk/pluginwindow.c
6735         * src/plugins/pgpcore/plugin.def
6736         * src/plugins/pgpcore/sylpheed.def
6737         * src/plugins/pgpinline/Makefile.am
6738         * src/plugins/pgpinline/plugin.def
6739         * src/plugins/pgpinline/sylpheed.def
6740         * src/plugins/pgpmime/plugin.def
6741         * src/plugins/pgpmime/sylpheed.def
6742                 Various w32 fixes by Werner Koch
6743
6744 2005-12-22 [paul]       1.9.100cvs103
6745
6746         * src/wizard.c
6747                 don't offer IMAP as 'server type' if
6748                 libetpan isn't built in
6749
6750 2005-12-22 [paul]       1.9.100cvs102
6751
6752         * AUTHORS
6753         * src/mainwindow.c
6754         * src/mainwindow.h
6755         * src/toolbar.c
6756         * src/gtk/authors.h
6757                 support GTK_TOOLBAR_BOTH_HORIZ (text
6758                 next to icon) Patch by Marien Zwart
6759                 marienz@users.sf.net
6760                 Also reword the text
6761
6762 2005-12-21 [colin]      1.9.100cvs101
6763
6764         * configure.ac
6765                 Fix DATADIRNAME
6766         * COPYING
6767                 Fix missing section and explicit the exception better
6768         * src/compose.c
6769                 Prevent mail from being lost without notice when an
6770                 SMTP error happens on trying to send an unmodified
6771                 drafted mail.
6772         * src/send_message.c
6773         * src/common/smtp.c
6774                 Fix password remembering when wrong, and add return
6775                 value checks where they should have been
6776         * src/plugins/pgpcore/sylpheed.def
6777         * src/plugins/pgpinline/sylpheed.def
6778         * src/plugins/pgpmime/sylpheed.def
6779                 Add a few symbols needed
6780
6781 2005-12-21 [paul]       1.9.100cvs100
6782
6783         * m4/codeset.m4
6784         * m4/glibc21.m4
6785         * m4/intdiv0.m4
6786         * m4/inttypes-pri.m4
6787         * m4/inttypes.m4
6788         * m4/inttypes_h.m4
6789         * m4/isc-posix.m4
6790         * m4/lcmessage.m4
6791         * m4/stdint_h.m4
6792         * m4/uintmax_t.m4
6793                 gettextization
6794                 thanks to Colin
6795
6796 2005-12-21 [paul]       1.9.100cvs99
6797
6798         * po/sv.po
6799                 fixed by Colin
6800
6801 2005-12-20 [paul]       1.9.100cvs98
6802
6803         * po/sv.po
6804                 updated by Anders Trobäck
6805
6806 2005-12-20 [colin]      1.9.100cvs97
6807
6808         * ABOUT-NLS
6809         * Makefile.am
6810         * autogen.sh
6811         * configure.ac
6812         * config/config.rpath
6813         * config/mkinstalldirs
6814         * m4/Makefile.am
6815         * m4/glibc2.m4
6816         * m4/gnupg.m4
6817         * m4/gpgme.m4
6818         * m4/intmax.m4
6819         * m4/longdouble.m4
6820         * m4/longlong.m4
6821         * m4/printf-posix.m4
6822         * m4/signed.m4
6823         * m4/size_max.m4
6824         * m4/ulonglong.m4
6825         * m4/wchar_t.m4
6826         * m4/wint_t.m4
6827         * m4/xsize.m4
6828         * po/Makefile.in.in
6829         * po/Makevars
6830         * po/bg.po
6831         * po/ca.po
6832         * po/cs.po
6833         * po/de.po
6834         * po/el.po
6835         * po/en_GB.po
6836         * po/es.po
6837         * po/fi.po
6838         * po/fr.po
6839         * po/hr.po
6840         * po/hu.po
6841         * po/it.po
6842         * po/ja.po
6843         * po/ko.po
6844         * po/nb.po
6845         * po/nl.po
6846         * po/pl.po
6847         * po/pt_BR.po
6848         * po/ru.po
6849         * po/sk.po
6850         * po/sr.po
6851         * po/stamp-po
6852         * po/sv.po
6853         * po/zh_CN.po
6854         * po/zh_TW.po
6855         * src/Makefile.am
6856         * src/codeconv.c
6857         * src/compose.c
6858         * src/exporthtml.c
6859         * src/exportldif.c
6860         * src/folder.c
6861         * src/main.c
6862         * src/manual.c
6863         * src/mh.c
6864         * src/mimeview.c
6865         * src/send_message.c
6866         * src/common/Makefile.am
6867         * src/common/fnmatch.c
6868         * src/common/fnmatch.h
6869         * src/common/fnmatch_loop.c
6870         * src/common/nntp.c
6871         * src/common/plugin.c
6872         * src/common/smtp.c
6873         * src/common/socket.c
6874         * src/common/string_match.c
6875         * src/common/sylpheed.c
6876         * src/common/utils.c
6877         * src/common/utils.h
6878         * src/common/w32_dirent.c
6879         * src/common/w32_reg.c
6880         * src/common/w32_signal.c
6881         * src/common/w32_stat.c
6882         * src/common/w32_stdio.c
6883         * src/common/w32_stdlib.c
6884         * src/common/w32_string.c
6885         * src/common/w32_time.c
6886         * src/common/w32_unistd.c
6887         * src/common/w32_wait.c
6888         * src/common/w32lib.h
6889         * src/etpan/Makefile.am
6890         * src/gtk/Makefile.am
6891         * src/plugins/clamav/Makefile.am
6892         * src/plugins/demo/Makefile.am
6893         * src/plugins/dillo_viewer/Makefile.am
6894         * src/plugins/pgpcore/Makefile.am
6895         * src/plugins/pgpcore/passphrase.c
6896         * src/plugins/pgpcore/plugin.def
6897         * src/plugins/pgpcore/sgpgme.c
6898         * src/plugins/pgpcore/sylpheed.def
6899         * src/plugins/pgpcore/version.rc
6900         * src/plugins/pgpinline/Makefile.am
6901         * src/plugins/pgpinline/plugin.def
6902         * src/plugins/pgpinline/sylpheed.def
6903         * src/plugins/pgpinline/version.rc
6904         * src/plugins/pgpmime/Makefile.am
6905         * src/plugins/pgpmime/mypgpcore.def
6906         * src/plugins/pgpmime/plugin.def
6907         * src/plugins/pgpmime/sylpheed.def
6908         * src/plugins/pgpmime/version.rc
6909         * src/plugins/spamassassin/Makefile.am
6910                 Very little ;-) patch from Werner Koch, providing
6911                 infrastructure for cross-compiling to Win32
6912
6913 2005-12-20 [paul]       1.9.100cvs96
6914
6915         * src/account.c
6916         * src/account.h
6917         * src/mainwindow.c
6918         * src/mainwindow.h
6919         * src/toolbar.c
6920         * src/toolbar.h
6921                 add a combo to the Get All button, allowing
6922                 quick retrieval from any account
6923                 Patch by Fabien Vantard, slightly modified
6924                 by Colin
6925         * src/gtk/about.c
6926                 i18n fix. Patch by Fabien Vantard
6927
6928 2005-12-19 [colin]      1.9.100cvs95
6929
6930         * src/compose.c
6931         * src/compose.h
6932                 Don't automatically join lines when they've 
6933                 been separated by the user and not automatically
6934
6935 2005-12-19 [paul]       1.9.100cvs94
6936
6937         * src/gtk/pluginwindow.c
6938                 i18n fix.
6939                 Patch by Fabien Vantard
6940
6941 2005-12-15 [paul]       1.9.100cvs93
6942
6943         * src/common/plugin.c
6944         * src/common/plugin.h
6945         * src/gtk/pluginwindow.c
6946         * src/plugins/clamav/clamav_plugin.c
6947         * src/plugins/demo/demo.c
6948         * src/plugins/dillo_viewer/dillo_viewer.c
6949         * src/plugins/pgpcore/plugin.c
6950         * src/plugins/pgpinline/plugin.c
6951         * src/plugins/pgpmime/plugin.c
6952         * src/plugins/spamassassin/spamassassin.c
6953         * src/plugins/trayicon/trayicon.c
6954                 add plugin_version()
6955
6956 2005-12-15 [colin]      1.9.100cvs92
6957
6958         * src/compose.c
6959                 Further fix bug #875
6960
6961 2005-12-15 [paul]       1.9.100cvs91
6962
6963         * src/gtk/filesel.c
6964                 fix attach_load_dir getting set to
6965                 PLUGINDIR on plugin load
6966
6967 2005-12-14 [mones]      1.9.100cvs90
6968
6969         * manual/ack.xml
6970         * manual/keyboard.xml
6971                 Initial draft and some shortcuts added
6972                 
6973         * po/es.po
6974                 Updated translation
6975
6976 2005-12-14 [colin]      1.9.100cvs89
6977
6978         * src/compose.c
6979         * src/imap.c
6980         * src/summaryview.c
6981         * src/gtk/gtkaspell.c
6982                 More leaks fixed
6983         * src/prefs_folder_item.c
6984                 Fix recursive prefs apply
6985
6986
6987 2005-12-14 [colin]      1.9.100cvs88
6988
6989         * src/compose.c
6990                 Fix bug #875 (Freeze On Inline Forward of 
6991                 Large Message)
6992
6993 2005-12-13 [colin]      1.9.100cvs87
6994
6995         * src/compose.c
6996                 Uniq-ify and sort the mimetypes list
6997                 Patch by Fabien Vantard
6998
6999 2005-12-13 [colin]      1.9.100cvs86
7000
7001         * src/imap.c
7002         * src/etpan/imap-thread.c
7003                 Fix leaks (patch by Hoa)
7004         * src/news.c
7005         * src/common/plugin.c
7006                 Fix leaks
7007
7008 2005-12-12 [colin]
7009
7010         * 2.0.0-rc2 released
7011
7012 2005-12-12 [colin]      1.9.100cvs85
7013
7014         * src/matcher.c
7015                 Fix a leak
7016
7017 2005-12-12 [wwp]        1.9.100cvs84
7018
7019         * src/gtk/icon_legend.c
7020                 fix misbehaviour and crash when closing the legend window
7021         using the Esc key (patch by Fabien Vantard).
7022
7023 2005-12-12 [paul]       1.9.100cvs83
7024
7025         * src/browseldap.c
7026         * src/foldersel.c
7027         * src/prefs_actions.c
7028         * src/prefs_filtering.c
7029         * src/prefs_matcher.c
7030         * src/prefs_spelling.glade      ** REMOVED **
7031         * src/prefs_template.c
7032         * src/gtk/foldersort.glade      ** REMOVED **
7033         * src/gtk/pluginwindow.c
7034         * src/gtk/pluginwindow.glade    ** REMOVED **
7035         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
7036                 cleanups
7037
7038 2005-12-11 [paul]       1.9.100cvs82
7039
7040         * src/gtk/filesel.c
7041                 fix attach_load_dir crasher (double free)
7042
7043 2005-12-09 [paul]       1.9.100cvs81
7044
7045         * po/POTFILES.in
7046         * src/mainwindow.c
7047         * src/gtk/Makefile.am
7048         * src/gtk/icon_legend.c
7049         * src/gtk/icon_legend.h
7050                 add icon legend
7051         * src/manual.c
7052                 cleanup
7053
7054 2005-12-09 [paul]       1.9.100cvs80
7055
7056         * src/plugins/pgpcore/passphrase.c
7057                 wrap the label in the dialog
7058
7059 2005-12-09 [colin]      1.9.100cvs79
7060
7061         * src/plugins/pgpcore/sgpgme.c
7062                 Display (untrusted) on not trusted signatures
7063                 Patch by Michal Èihaø <michal@cihar.com>
7064                 Closes bug #867 (Report also key trust)
7065
7066 2005-12-09 [colin]      1.9.100cvs78
7067
7068         * src/common/plugin.c
7069                 Update licence check, following Eben Moglen's advice
7070
7071 2005-12-08 [colin]      1.9.100cvs77
7072
7073         * src/folder.c
7074                 Fix the occasionnal item->cache != NULL 
7075                 assertion failure. 
7076
7077 2005-12-08 [colin]      1.9.100cvs76
7078
7079         * src/mimeview.c
7080         * src/plugins/pgpcore/sgpgme.c
7081                 Print key id when unable to check it
7082                 Closes bug #866 (Show key id when missing)
7083
7084 2005-12-08 [paul]       1.9.100cvs75
7085
7086         * src/prefs_common.c
7087         * src/prefs_common.h
7088         * src/gtk/filesel.c
7089                 remember load attachment dir
7090
7091 2005-12-07 [colin]      1.9.100cvs74
7092
7093         * src/prefs_toolbar.c
7094                 Gtk fixes, patch by Fabien Vantard
7095
7096 2005-12-07 [colin]      1.9.100cvs73
7097
7098         * src/action.c
7099         * src/compose.c
7100         * src/compose.h
7101                 Fix bug #839 (Quoted text isn't colored after 
7102                 executing an action)
7103         * src/common/plugin.c
7104                 Require plugins to declare their licence in plugin_licence()
7105                 Refuse to load non-GPL plugins as they'd be illegal (as 
7106                 derived works of Sylpheed-Claws, they must be GPL).
7107         * src/plugins/clamav/clamav_plugin.c
7108         * src/plugins/demo/demo.c
7109         * src/plugins/dillo_viewer/dillo_viewer.c
7110         * src/plugins/pgpcore/plugin.c
7111         * src/plugins/pgpinline/plugin.c
7112         * src/plugins/pgpmime/plugin.c
7113         * src/plugins/spamassassin/spamassassin.c
7114         * src/plugins/trayicon/trayicon.c
7115                 Add plugin_licence()
7116
7117 2005-12-07 [paul]       1.9.100cvs72
7118
7119         * configure.ac
7120         * src/mainwindow.c
7121         * src/manual.c
7122         * src/manual.h
7123         * src/common/defs.h
7124                 clean up after local FAQ removal and
7125                 temporary manual removal
7126
7127 2005-12-06 [colin]      1.9.100cvs71
7128
7129         * configure.ac
7130         * doc/Makefile.am
7131         * doc/faq/.cvsignore
7132         * doc/faq/Makefile.am
7133         * doc/faq/de/.cvsignore
7134         * doc/faq/de/Makefile.am
7135         * doc/faq/de/sylpheed-faq-1.html
7136         * doc/faq/de/sylpheed-faq-2.html
7137         * doc/faq/de/sylpheed-faq-3.html
7138         * doc/faq/de/sylpheed-faq.html
7139         * doc/faq/en/.cvsignore
7140         * doc/faq/en/Makefile.am
7141         * doc/faq/en/sylpheed-faq-1.html
7142         * doc/faq/en/sylpheed-faq-2.html
7143         * doc/faq/en/sylpheed-faq-3.html
7144         * doc/faq/en/sylpheed-faq-4.html
7145         * doc/faq/en/sylpheed-faq.html
7146         * doc/faq/es/.cvsignore
7147         * doc/faq/es/Makefile.am
7148         * doc/faq/es/sylpheed-faq-1.html
7149         * doc/faq/es/sylpheed-faq-2.html
7150         * doc/faq/es/sylpheed-faq-3.html
7151         * doc/faq/es/sylpheed-faq-4.html
7152         * doc/faq/es/sylpheed-faq.html
7153         * doc/faq/fr/.cvsignore
7154         * doc/faq/fr/Makefile.am
7155         * doc/faq/fr/sylpheed-faq-1.html
7156         * doc/faq/fr/sylpheed-faq-2.html
7157         * doc/faq/fr/sylpheed-faq-3.html
7158         * doc/faq/fr/sylpheed-faq.html
7159         * doc/faq/it/.cvsignore
7160         * doc/faq/it/Makefile.am
7161         * doc/faq/it/sylpheed-faq-1.html
7162         * doc/faq/it/sylpheed-faq-2.html
7163         * doc/faq/it/sylpheed-faq-3.html
7164         * doc/faq/it/sylpheed-faq.html
7165         * doc/manual/.cvsignore
7166         * doc/manual/Makefile.am
7167         * doc/manual/de/.cvsignore
7168         * doc/manual/de/Makefile.am
7169         * doc/manual/de/sylpheed-1.html
7170         * doc/manual/de/sylpheed-10.html
7171         * doc/manual/de/sylpheed-11.html
7172         * doc/manual/de/sylpheed-12.html
7173         * doc/manual/de/sylpheed-13.html
7174         * doc/manual/de/sylpheed-14.html
7175         * doc/manual/de/sylpheed-15.html
7176         * doc/manual/de/sylpheed-16.html
7177         * doc/manual/de/sylpheed-17.html
7178         * doc/manual/de/sylpheed-18.html
7179         * doc/manual/de/sylpheed-19.html
7180         * doc/manual/de/sylpheed-2.html
7181         * doc/manual/de/sylpheed-20.html
7182         * doc/manual/de/sylpheed-3.html
7183         * doc/manual/de/sylpheed-4.html
7184         * doc/manual/de/sylpheed-5.html
7185         * doc/manual/de/sylpheed-6.html
7186         * doc/manual/de/sylpheed-7.html
7187         * doc/manual/de/sylpheed-8.html
7188         * doc/manual/de/sylpheed-9.html
7189         * doc/manual/de/sylpheed.html
7190         * doc/manual/en/.cvsignore
7191         * doc/manual/en/Makefile.am
7192         * doc/manual/en/sylpheed-1.html
7193         * doc/manual/en/sylpheed-10.html
7194         * doc/manual/en/sylpheed-11.html
7195         * doc/manual/en/sylpheed-12.html
7196         * doc/manual/en/sylpheed-13.html
7197         * doc/manual/en/sylpheed-14.html
7198         * doc/manual/en/sylpheed-15.html
7199         * doc/manual/en/sylpheed-16.html
7200         * doc/manual/en/sylpheed-17.html
7201         * doc/manual/en/sylpheed-18.html
7202         * doc/manual/en/sylpheed-19.html
7203         * doc/manual/en/sylpheed-2.html
7204         * doc/manual/en/sylpheed-20.html
7205         * doc/manual/en/sylpheed-21.html
7206         * doc/manual/en/sylpheed-22.html
7207         * doc/manual/en/sylpheed-3.html
7208         * doc/manual/en/sylpheed-4.html
7209         * doc/manual/en/sylpheed-5.html
7210         * doc/manual/en/sylpheed-6.html
7211         * doc/manual/en/sylpheed-7.html
7212         * doc/manual/en/sylpheed-8.html
7213         * doc/manual/en/sylpheed-9.html
7214         * doc/manual/en/sylpheed.html
7215         * doc/manual/es/.cvsignore
7216         * doc/manual/es/Makefile.am
7217         * doc/manual/es/sylpheed-1.html
7218         * doc/manual/es/sylpheed-10.html
7219         * doc/manual/es/sylpheed-11.html
7220         * doc/manual/es/sylpheed-12.html
7221         * doc/manual/es/sylpheed-13.html
7222         * doc/manual/es/sylpheed-14.html
7223         * doc/manual/es/sylpheed-15.html
7224         * doc/manual/es/sylpheed-16.html
7225         * doc/manual/es/sylpheed-17.html
7226         * doc/manual/es/sylpheed-18.html
7227         * doc/manual/es/sylpheed-19.html
7228         * doc/manual/es/sylpheed-2.html
7229         * doc/manual/es/sylpheed-20.html
7230         * doc/manual/es/sylpheed-3.html
7231         * doc/manual/es/sylpheed-4.html
7232         * doc/manual/es/sylpheed-5.html
7233         * doc/manual/es/sylpheed-6.html
7234         * doc/manual/es/sylpheed-7.html
7235         * doc/manual/es/sylpheed-8.html
7236         * doc/manual/es/sylpheed-9.html
7237         * doc/manual/es/sylpheed.html
7238         * doc/manual/fr/.cvsignore
7239         * doc/manual/fr/Makefile.am
7240         * doc/manual/fr/sylpheed-1.html
7241         * doc/manual/fr/sylpheed-10.html
7242         * doc/manual/fr/sylpheed-11.html
7243         * doc/manual/fr/sylpheed-12.html
7244         * doc/manual/fr/sylpheed-13.html
7245         * doc/manual/fr/sylpheed-14.html
7246         * doc/manual/fr/sylpheed-15.html
7247         * doc/manual/fr/sylpheed-16.html
7248         * doc/manual/fr/sylpheed-17.html
7249         * doc/manual/fr/sylpheed-18.html
7250         * doc/manual/fr/sylpheed-19.html
7251         * doc/manual/fr/sylpheed-2.html
7252         * doc/manual/fr/sylpheed-20.html
7253         * doc/manual/fr/sylpheed-3.html
7254         * doc/manual/fr/sylpheed-4.html
7255         * doc/manual/fr/sylpheed-5.html
7256         * doc/manual/fr/sylpheed-6.html
7257         * doc/manual/fr/sylpheed-7.html
7258         * doc/manual/fr/sylpheed-8.html
7259         * doc/manual/fr/sylpheed-9.html
7260         * doc/manual/fr/sylpheed.html
7261         * doc/manual/ja/.cvsignore
7262         * doc/manual/ja/Makefile.am
7263         * doc/manual/ja/sylpheed-1.html
7264         * doc/manual/ja/sylpheed-10.html
7265         * doc/manual/ja/sylpheed-11.html
7266         * doc/manual/ja/sylpheed-12.html
7267         * doc/manual/ja/sylpheed-13.html
7268         * doc/manual/ja/sylpheed-14.html
7269         * doc/manual/ja/sylpheed-15.html
7270         * doc/manual/ja/sylpheed-16.html
7271         * doc/manual/ja/sylpheed-17.html
7272         * doc/manual/ja/sylpheed-18.html
7273         * doc/manual/ja/sylpheed-19.html
7274         * doc/manual/ja/sylpheed-2.html
7275         * doc/manual/ja/sylpheed-20.html
7276         * doc/manual/ja/sylpheed-3.html
7277         * doc/manual/ja/sylpheed-4.html
7278         * doc/manual/ja/sylpheed-5.html
7279         * doc/manual/ja/sylpheed-6.html
7280         * doc/manual/ja/sylpheed-7.html
7281         * doc/manual/ja/sylpheed-8.html
7282         * doc/manual/ja/sylpheed-9.html
7283         * doc/manual/ja/sylpheed.html
7284         * doc/manual/ja/sylpheed.sgml
7285         * src/mainwindow.c
7286                 Remove outdated manual and faq. Noisy, eh?
7287
7288 2005-12-06 [colin]      1.9.100cvs70
7289
7290         * src/compose.c
7291         * src/quote_fmt_parse.y
7292         * src/undo.c
7293         * src/undo.h
7294                 Allow %X to position cursor at 0 
7295                 (no %X = before signature)
7296                 Fix paste as quotation putting the cursor at 0
7297                 Fix undo offsets when pasting
7298                 Insert the quote_fmt at once instead of line 
7299                 by line
7300                 Fix [Edited] when starting to reply/forward
7301
7302 2005-12-06 [paul]       1.9.100cvs69
7303
7304         * src/plugins/clamav/clamav_plugin_gtk.c
7305                 add another tooltip
7306         * src/plugins/spamassassin/spamassassin_gtk.c
7307                 rework spamassassin_create_widget_func()
7308
7309 2005-12-05 [colin]      1.9.100cvs68
7310
7311         * po/POTFILES.in
7312                 Fix make release ;-)
7313
7314 2005-12-05 [colin]      1.9.100cvs67
7315
7316         * src/compose.c
7317         * src/compose.h
7318                 Fix cursor positioning (not obeying %X)
7319
7320 2005-12-05 [paul]       1.9.100cvs66
7321
7322         * src/plugins/dillo_viewer/dillo_prefs.c
7323                 fix compilation warning
7324
7325 2005-12-05 [paul]       1.9.100cvs65
7326
7327         * src/prefs_spelling.c
7328         * src/plugins/trayicon/trayicon.c
7329                 cleanups - remove unused stuff
7330
7331 2005-12-05 [paul]       1.9.100cvs64
7332
7333         * README
7334         * manual/plugins.xml
7335                 remove info about removed mathml_viewer plugin
7336
7337 2005-12-05 [paul]       1.9.100cvs63
7338
7339         * configure.ac
7340         * src/plugins/Makefile.am
7341         * src/plugins/mathml_viewer/.cvsignore
7342         * src/plugins/mathml_viewer/Makefile.am
7343         * src/plugins/mathml_viewer/mathml_viewer.c
7344                 remove unmaintained mathml_viewer plugin
7345
7346 2005-12-05 [paul]       1.9.100cvs62
7347
7348         * src/summaryview.c
7349                 obey prefs_common.always_show_msg when
7350                 moving a msg
7351                 Thanks to Colin
7352
7353 2005-12-05 [paul]       1.9.100cvs61
7354
7355         * src/compose.c
7356         * src/prefs_account.c
7357         * src/prefs_filtering.c
7358         * src/prefs_quote.c
7359         * src/prefs_spelling.c
7360         * src/prefs_toolbar.c
7361         * src/summaryview.c
7362         * src/gtk/gtkutils.c
7363         * src/gtk/quicksearch.c
7364         * src/plugins/dillo_viewer/dillo_prefs.c
7365                 dialog cleanups
7366
7367 2005-12-04 [paul]       1.9.100cvs60
7368
7369         * src/inc.c
7370         * src/prefs_account.c
7371         * src/prefs_account.h
7372                 allow a Local account to specify a
7373                 default inbox
7374                 (closes bug 843 'Inbox cannot be changed for local
7375                  mailboxes')
7376
7377 2005-12-04 [colin]      1.9.100cvs59
7378
7379         * src/plugins/trayicon/trayicon.c
7380                 Remove Get, rename Get All to Get Mail in order to
7381                 be consistent with the default main toolbar
7382
7383 2005-12-03 [colin]      1.9.100cvs58
7384
7385         * manual/gpl.xml
7386         * manual/sylpheed-claws-manual.xml
7387                 Add GPL appendix
7388
7389 2005-12-03 [paul]       1.9.100cvs57
7390
7391         * AUTHORS
7392         * po/sv.po
7393         * src/gtk/authors.h
7394                 new (partially complete) Swedish translation
7395                 by Anders Troback <sylpheed@troback.com>
7396
7397 2005-12-02 [paul]       1.9.100cvs56
7398
7399         * configure.ac
7400                 libetpan 0.41 required
7401
7402 2005-12-02 [paul]       1.9.100cvs55
7403
7404         * src/plugins/clamav/clamav_plugin.c
7405         * src/plugins/clamav/clamav_plugin.h
7406         * src/plugins/clamav/clamav_plugin_gtk.c
7407         * src/plugins/spamassassin/spamassassin.c
7408         * src/plugins/spamassassin/spamassassin.h
7409         * src/plugins/spamassassin/spamassassin_gtk.c
7410                 unregister prefs pages on unloading, thus
7411                 preventing a crash
7412                 (thanks to Colin for the hint)
7413
7414 2005-12-02 [wwp]        1.9.100cvs54
7415
7416         * src/quote_fmt.h
7417         * src/quote_fmt_parse.y
7418                 fix misuse of gboolean*, use gboolean instead
7419                 (thanks to Paul, Colin, for pointing out that scaring one)
7420
7421 2005-12-02 [paul]       1.9.100cvs53
7422
7423         * src/plugins/clamav/clamav_plugin.c
7424                 int no --> unsigned int no
7425         * src/plugins/clamav/clamav_plugin_gtk.c
7426                 rework config page
7427
7428 2005-12-02 [wwp]        1.9.100cvs52
7429
7430         * src/compose.c
7431         * src/prefs_template.c
7432         * src/quote_fmt.h
7433         * src/quote_fmt_parse.y
7434                 prevent from executing |f and |p templates commands when
7435                 adding or replacing templates in prefs (avoids annoying and
7436                 potentially dangerous behaviours)
7437
7438 2005-12-02 [paul]       1.9.100cvs51
7439
7440         * src/prefs_common.c
7441                 allow translation of some default values
7442                 Patch by Fabien Vantard
7443
7444 2005-12-02 [paul]       1.9.100cvs50
7445
7446         * src/codeconv.c
7447         * src/codeconv.h
7448         * src/prefs_common.c
7449         * src/prefs_common.h
7450         * src/prefs_message.c
7451         * src/textview.c
7452                 remove obsolete 'convert_mb_alnum' option
7453                 and related stuff
7454         * src/gtk/about.c
7455                 remove unused 'about_textview_visibility_notify'
7456
7457 2005-12-02 [paul]       1.9.100cvs49
7458
7459         * src/prefs_account.c
7460         * src/prefs_compose_writing.c
7461         * src/prefs_fonts.c
7462         * src/prefs_gtk.h
7463         * src/prefs_image_viewer.c
7464         * src/prefs_message.c
7465         * src/prefs_other.c
7466         * src/prefs_receive.c
7467         * src/prefs_send.c
7468         * src/prefs_spelling.c
7469         * src/prefs_summaries.c
7470         * src/prefs_wrapping.c
7471         * src/plugins/dillo_viewer/dillo_prefs.c
7472         * src/plugins/pgpcore/prefs_gpg.c
7473                 several cleanups to the prefs dialogs
7474                 (slightly modified) patch by Fabien Vantard
7475
7476 2005-12-02 [paul]       1.9.100cvs48
7477
7478         * src/main.c
7479                 --exit means exit
7480         * src/send_message.c
7481                 fix crash on send when connection fails
7482
7483         Thanks to Colin
7484
7485 2005-12-01 [colin]      1.9.100cvs47
7486
7487         * src/html.c
7488                 Translate &hellip; to "..."
7489
7490 2005-11-30 [colin]      1.9.100cvs46
7491
7492         * src/matcher.c
7493         * src/matcher.h
7494                 Optimize back yesterday's fix.
7495
7496 2005-11-30 [paul]       1.9.100cvs45
7497
7498         * manual/faq.xml
7499                 standardised
7500         * manual/intro.xml
7501                 written by Colin, edited by me
7502
7503 2005-11-29 [colin]      1.9.100cvs44
7504
7505         * src/matcher.c
7506                 Skip headers unconditionnaly in match_body if the
7507                 rule is not message or ~message
7508
7509 2005-11-29 [colin]      1.9.100cvs43
7510
7511         * src/matcher.c
7512                 Fix body_part and such, not skipping headers 
7513                 if the matchcriteria wasn't the first in the rule
7514
7515 2005-11-29 [colin]      1.9.100cvs42
7516
7517         * src/compose.c
7518                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
7519                 option missing from message view window)
7520                 Fix double text D'n'D with gtk-2.8
7521         * src/matcher.c
7522                 Fix ~message, ~headers_part, ~body_part rules
7523         * src/messageview.c
7524                 Add Windows-1252 (Closes bug #863)
7525                 Fix accels
7526         * src/gtk/gtkaspell.c
7527                 Properly destroy accels in all menus
7528
7529 2005-11-29 [mones]      1.9.100cvs41
7530
7531         * po/es.po
7532                 Updated.
7533
7534 2005-11-27 [colin]      1.9.100cvs40
7535
7536         * src/mh_gtk.c
7537                 "/Remove mailbox" -> "/Remove mailbox..."
7538
7539 2005-11-27 [paul]       1.9.100cvs39
7540
7541         * AUTHORS
7542         * po/de.po
7543         * src/gtk/authors.h
7544                 updated by new maintainer, Stephan Sachse
7545
7546 2005-11-27 [paul]       1.9.100cvs38
7547
7548         * manual/faq.xml
7549                 written by Colin, edited by me
7550
7551 2005-11-27 [paul]       1.9.100cvs37
7552
7553         * src/prefs_common.c
7554         * src/prefs_common.h
7555         * src/prefs_receive.c
7556         * src/prefs_summaries.c
7557                 move 'go to inbox after receiving new mail'
7558                 option from display/sumamaries to mail
7559                 handling/receive, and rework prefs_summaries
7560                 dialog a little
7561
7562 2005-11-25 [martin]     1.9.100cvs36
7563
7564         * po/de.po
7565             fixed windows-1252 translation;
7566             translated some new and fuzzy strings
7567
7568 2005-11-25 [paul]       1.9.100cvs35
7569
7570         * src/plugins/clamav/clamav_plugin.c
7571                 complete the update done in cvs34
7572
7573 2005-11-25 [paul]       1.9.100cvs34
7574
7575         * src/plugins/clamav/clamav_plugin.c
7576                 reflect upstream changes
7577
7578 2005-11-25 [paul]       1.9.100cvs33
7579
7580         * manual/ack.xml
7581         * manual/plugins.xml
7582         * manual/sylpheed-claws-manual.xml
7583                 written/updated by Colin, edited by me
7584         * tools/acroread2sylpheed.pl
7585                 update binary name
7586
7587 2005-11-24 [colin]      1.9.100cvs32
7588
7589         * src/compose.c
7590                 Fix bug #856 (reediting messages forgets Request
7591                 Return Receipt)
7592
7593 2005-11-24 [paul]       1.9.100cvs31
7594
7595         * manual/addrbook.xml
7596         * manual/starting.xml
7597                 written by Colin, proofread, edited, adapted by me
7598         * manual/advanced.xml
7599                 add some Actions examples
7600         * src/importldif.c
7601                 use a Save button instead of a Close button
7602         * src/wizard.c
7603                 indicate mandatory fields
7604                 fix page display
7605                 Thanks to Colin
7606
7607 2005-11-23 [colin]      1.9.100cvs30
7608
7609         * src/addressbook.c
7610                 Rename menu item, fix possible crash after
7611                 deletion of books
7612         * src/addrindex.c
7613                 Allow searching for '*' in ldap
7614         * src/browseldap.c
7615                 Fix "Browse Entry" (did anyone use it?)
7616         * src/wizard.c
7617                 Add guards for mandatory information
7618
7619 2005-11-23 [paul]       1.9.100cvs29
7620
7621         * manual/advanced.xml
7622                 corrections to the English
7623
7624 2005-11-23 [colin]      1.9.100cvs28
7625
7626         * src/mimeview.c
7627                 Fix possible crash at exit. After the call to
7628                 gtk_container_remove(), the Viewer's widget has no
7629                 more parent so gtk+ automatically frees it and its
7630                 sons. If destroy_viewer() then try to access it,
7631                 problems ensue.
7632
7633 2005-11-22 [colin]      1.9.100cvs27
7634
7635         * src/compose.c
7636         * src/gtk/gtkaspell.c
7637                 Fix right-clicking on a misspelled word
7638                 Fix More... in suggestions menu
7639
7640 2005-11-22 [wwp]        1.9.100cvs26
7641
7642         * src/prefs_template.c
7643                 templates works: re-sort templates list when adding or replacing,
7644                 prevent from adding or replacing when the template name is empty
7645
7646 2005-11-21 [colin]      1.9.100cvs25
7647
7648         * src/addressbook.c
7649                 Fix some addressbook suckage (dnd, select all)
7650         * src/compose.c
7651         * src/gtk/gtkaspell.c
7652         * src/gtk/gtkaspell.h
7653                 Make the spellchecker menu work with the 
7654                 GtkTextView one instead of overriding it
7655
7656 2005-11-20 [paul]       1.9.100cvs24
7657
7658         * manual/handling.xml
7659                 proofread and corrected
7660
7661 2005-11-20 [paul]       1.9.100cvs23
7662
7663         * manual/Makefile
7664                 generate html as one file
7665         * manual/advanced.xml
7666                 fix output generation
7667                 reformat hidden options list
7668         * manual/manual.xml     ** REMOVED **
7669         * manual/sylpheed-claws-manual.xml      ** ADDED **
7670                 renamed
7671
7672 2005-11-18 [colin]      1.9.100cvs22
7673
7674         * src/prefs_account.c
7675                 Fix layout in news and mbox accounts
7676         * manual/account.xml
7677         * manual/advanced.xml
7678                 New contents for Paul to check :)
7679
7680 2005-11-18 [wwp]        1.9.100cvs21
7681
7682         * src/gtk/quicksearch.c
7683                 don't update extended quicksearch buttons twice
7684
7685 2005-11-18 [paul]       1.9.100cvs20
7686
7687         * src/textview.c
7688                 complete 1.9.100cvs19
7689
7690 2005-11-18 [paul]       1.9.100cvs19
7691
7692         * src/compose.c
7693                 cosmetic improvements
7694         * src/textview.c
7695                 also list text/* attachments
7696
7697 2005-11-18 [colin]      1.9.100cvs18
7698
7699         * src/summaryview.c
7700                 Use column 0 instead of -1 in 
7701                 gtk_ctree_node_moveto, in a naive
7702                 hope it'll fix the gtk-related crashes
7703
7704 2005-11-18 [colin]      1.9.100cvs17
7705
7706         * src/gtk/inputdialog.c
7707                 Fix icon staying the first one
7708
7709 2005-11-17 [wwp]        1.9.100cvs16
7710                 fix possible problem showing some quicksearch buttons, and a bad
7711                 call to g_return_if_fail in a function that returns a value (both
7712                 fixes by Fabien Vantard)
7713
7714 2005-11-15 [wwp]        1.9.100cvs15
7715
7716         * src/gtk/quicksearch.c
7717                 added a tooltip to that obscure ... quicksearch button
7718
7719 2005-11-15 [wwp]        1.9.100cvs14
7720
7721         * src/gtk/quicksearch.c
7722                 add a quicksearch helper to filtering expression users: the ... button
7723                 raises the condition expr window. condition expressions set up w/ this
7724                 window are used by the quicksearch if the user closes it pressing OK.
7725
7726 2005-11-14 [paul]       1.9.100cvs13
7727
7728         * src/plugins/clamav/clamav_plugin.c
7729         * src/plugins/spamassassin/spamassassin.c
7730                 change plugin type following recent merging
7731
7732 2005-11-14 [wwp]        1.9.100cvs12
7733
7734         * src/folder.c
7735                 prevent from crashing when copying/moving message(s) from and
7736                 to the same folder
7737
7738 2005-11-14 [paul]       1.9.100cvs11
7739
7740         * src/plugins/clamav/Makefile.am
7741         * src/plugins/clamav/clamav_plugin.c
7742         * src/plugins/clamav/clamav_plugin.h
7743         * src/plugins/clamav/clamav_plugin_gtk.c
7744                 also merge clamav and clamav_gtk plugins
7745
7746 2005-11-13 [colin]      1.9.100cvs10
7747
7748         * configure.ac
7749         * src/plugins/spamassassin/Makefile.am
7750         * src/plugins/spamassassin/spamassassin.c
7751         * src/plugins/spamassassin/spamassassin.h
7752         * src/plugins/spamassassin/spamassassin_gtk.c
7753                 Merge spamassassin and spamassassin_gtk plugins,
7754                 and build it by default.
7755
7756 2005-11-12 [colin]      1.9.100cvs9
7757
7758         * src/etpan/imap-thread.c
7759                 Fix gcc warning
7760
7761 2005-11-12 [colin]      1.9.100cvs8
7762
7763         * src/procmime.c
7764                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
7765
7766 2005-11-10 [colin]      1.9.100cvs7
7767
7768         * src/main.c
7769                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
7770                 minimised state)
7771
7772 2005-11-10 [wwp]        1.9.100cvs6
7773
7774         * src/gtk/description_window.c
7775                 fix a crash when closing description windows using the WM's [X] button
7776
7777 2005-11-09 [colin]      1.9.100cvs5
7778
7779         * src/common/ssl.c
7780                 Update libetpan call to follow upstream
7781                 (yes, this requires libetpan-0.40cvs3)
7782
7783 2005-11-08 [colin]      1.9.100cvs4
7784
7785         * src/compose.c
7786         * src/textview.c
7787         * src/common/utils.c
7788         * src/common/utils.h
7789                 Enhance the email parser
7790
7791 2005-11-08 [colin]      1.9.100cvs3
7792
7793         * src/procmime.c
7794                 Fix what looks like an off-by-one (fixes 
7795                 attachments from the Bat)
7796
7797 2005-11-08 [wwp]        1.9.100cvs2
7798
7799         * src/main.c
7800                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
7801
7802 2005-11-08 [wwp]        1.9.100cvs1
7803
7804         * src/main.c
7805                 allow exiting Sylpheed-Claws from command-line
7806
7807 2005-11-08 [paul]       1.9.100
7808
7809         1.9.100 released
7810
7811 2005-11-07 [colin]      1.9.99cvs17
7812
7813         * src/addritem.c
7814         * src/ldif.c
7815                 Fix import of base-64 encoded items
7816
7817 2005-11-07 [colin]      1.9.99cvs16
7818
7819         * src/send_message.c
7820                 Fix bug #314 (Queue does not empty under certain 
7821                 circumstances)
7822
7823 2005-11-07 [paul]       1.9.99cvs15
7824
7825         * src/mutt.c
7826         * src/pine.c
7827                 fix buffer overflows
7828                 Thanks to Colin
7829
7830 2005-11-07 [paul]       1.9.99cvs14
7831
7832         * doc/man/Makefile.am
7833         * doc/man/sylpheed-claws.1      ** ADDED **
7834         * doc/man/sylpheed.1            ** DELETED **
7835                 rename and update the man file
7836
7837 2005-11-06 [colin]      1.9.99cvs13
7838
7839         * src/ldif.c
7840                 Fix ldif_get_line() that returned empty strings
7841                 (Didn't understand why). Also fix a possible
7842                 buffer overflow.
7843
7844 2005-11-06 [wwp]        1.9.99cvs12
7845
7846         * src/textview.c
7847         * src/gtk/about.c
7848         * src/gtk/gtkutils.c
7849         * src/gtk/gtkutils.h
7850                 fix a compilation warning,
7851                 make links sensitive in the about dialog
7852
7853 2005-11-04 [wwp]        1.9.99cvs11
7854
7855         * src/gtk/about.c
7856                 don't wrap or translate URIs, and a bit text format cleanup
7857
7858 2005-11-04 [wwp]        1.9.99cvs10
7859
7860         * src/gtk/about.c
7861                 better textview tagging implementation (no more use of marks for
7862                 postponed tagging)
7863
7864 2005-11-02 [colin]      1.9.99cvs9
7865
7866         * src/common/ssl.c
7867                 Forgot an ifdef
7868
7869 2005-11-02 [colin]      1.9.99cvs8
7870
7871         * configure.ac
7872                 Require libetpan-0.40 due to upstream fix
7873         * src/common/ssl.c
7874                 Tell libetpan not to call SSL_Library_Init,
7875                 as we do it ourselves.
7876
7877 2005-11-02 [colin]      1.9.99cvs7
7878
7879         * po/POTFILES.in
7880                 Add missing files (thanks to Fabien Vantard)
7881
7882 2005-11-02 [colin]      1.9.99cvs6
7883
7884         * src/summaryview.c
7885                 Fix totals when read messages are hidden or quicksearch
7886                 is on
7887         * src/ssl_manager.c
7888         * src/ssl_manager.h
7889         * src/common/ssl_certificate.c
7890         * src/common/ssl_certificate.h
7891         * src/gtk/sslcertwindow.c
7892         * src/gtk/sslcertwindow.h
7893                 Fix copyright on my stuff
7894
7895 2005-11-02 [wwp]        1.9.99cvs5
7896
7897         * src/prefs_themes.c
7898                 fix directory name checking (theme installation/removal),
7899                 made related error a bit more verbose
7900
7901 2005-11-02 [colin]      1.9.99cvs4
7902
7903         * src/summaryview.c
7904                 Fix typo (probably fixes bug #841 (Sort by the From 
7905                 field doesn't work)
7906
7907 2005-11-02 [paul]       1.9.99cvs3
7908
7909         * po/ko.po
7910         * po/nb.po
7911                 updated by SungHyun Nam, Geir Helland
7912         * src/wizard.c
7913                 fix typo in welcome message. spotted by
7914                 Andrea Spadaccini
7915
7916 2005-11-01 [colin]      1.9.99cvs2
7917
7918         * src/compose.c
7919                 Fix replying to ml wen confirming subscription
7920         * src/messageview.c
7921         * src/mimeview.c
7922         * src/mimeview.h
7923         * src/privacy.h
7924         * src/summaryview.c
7925                 Make key check non blocking
7926
7927 2005-10-31 [paul]       1.9.99cvs1
7928
7929         * tools/claws.i18n.status.pl
7930                 updated for ChangeLog
7931
7932 2005-10-31 [paul]       1.9.99
7933
7934         1.9.99 released
7935
7936 2005-10-31 [paul]       1.9.15cvs131
7937
7938         * .cvsignore
7939         * ChangeLog
7940         * ChangeLog.claws       ** REMOVED **
7941         * ChangeLog-gtk2.claws  ** REMOVED **
7942         * ChangeLog.gtk1        ** ADDED **
7943         * INSTALL
7944         * Makefile.am
7945         * NEWS
7946         * README
7947         * README.claws          ** REMOVED **
7948         * README.jp             ** REMOVED **
7949         * RELEASE_NOTES         ** ADDED **
7950         * RELEASE_NOTES.claws   ** REMOVED **
7951         * commitHelper
7952         * configure.ac
7953         * sylpheed.spec.in      ** REMOVED **
7954                 tidy up and update the default docs:
7955                 ChangeLog.claws is renamed ChangeLog.gtk1
7956                 ChangeLog-gtk2.claws is renamed ChangeLog
7957                 README.claws is renamed README
7958                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
7959
7960 2005-10-31 [paul]       1.9.15cvs130
7961
7962         * po/it.po
7963                 fix errors
7964
7965 2005-10-31 [paul]       1.9.15cvs129
7966
7967         * po/ca.po
7968         * po/de.po
7969         * po/en_GB.po
7970         * po/fr.po
7971         * po/it.po
7972         * po/pt_BR.po
7973         * po/sk.po
7974         * po/sr.po
7975         * po/zh_CN.po
7976                 updated by Miquel Oliete, Stephan Sachse and
7977                 Thomas Gilgin, me, Fabien Vantard, Andrea
7978                 Spadaccini, Frederico Goncalves Guimaraes,
7979                 Andrej Kacian, Aleksandar Urosevic, and
7980                 Ralgh Young.
7981
7982 2005-10-31 [mones]      1.9.15cvs128
7983
7984         * manual/faq.xml
7985                 More questions.
7986         
7987         * po/es.po
7988                 Updated for release.
7989
7990 2005-10-30 [colin]      1.9.15cvs127
7991
7992         * src/compose.c
7993                 Place cursor before rewrapping (fixes cursor
7994                 pos if quotation gets rewrapped)
7995
7996 2005-10-29 [paul]       1.9.15cvs126
7997
7998         * src/crash.c
7999         * src/foldersel.c
8000         * src/main.c
8001         * src/messageview.c
8002         * src/toolbar.c
8003         * src/gtk/authors.h
8004                 corrections to text items
8005
8006 2005-10-28 [colin]      1.9.15cvs125
8007
8008         * src/messageview.c
8009                 Make "hit 'C' to check sig" work from extern 
8010                 messageviews
8011
8012 2005-10-27 [colin]      1.9.15cvs124
8013
8014         * src/summaryview.c
8015                 Add a hack to avoid segfaulting when hammering 
8016                 on gtk's events
8017
8018 2005-10-27 [wwp]        1.9.15cvs123
8019
8020         * src/prefs_themes.c
8021                 sort list of themes names in themes prefs
8022
8023 2005-10-27 [paul]       1.9.15cvs122
8024
8025         * src/folder.c
8026         * src/prefs_account.c
8027                 fix building on Solaris
8028                 Patch by Alex Moore
8029
8030 2005-10-27 [wwp]        1.9.15cvs121
8031
8032         * src/summaryview.c
8033         * src/gtk/gtksctree.c
8034                 speed up unselecting messages in summary view (thanks to Colin)
8035
8036 2005-10-27 [paul]       1.9.15cvs120
8037
8038         * src/mainwindow.c
8039                 fix a compilation warning
8040         * src/summaryview.c
8041                 fix updating of 'n items selected' count
8042                 when deselecting
8043
8044 2005-10-27 [martin]     1.9.15cvs119
8045
8046         * src/action.c
8047                 ignore actions with a leading '/' in the action menu name
8048                 fixes a crash on menu creation
8049         * src/prefs_actions.c
8050                 do not allow a leading '/' in the action menu name
8051
8052 2005-10-27 [paul]       1.9.15cvs118
8053
8054         * src/main.c
8055                 fix compilation warning
8056
8057 2005-10-27 [paul]       1.9.15cvs117
8058
8059         * src/procmime.c
8060                 add #if HAVE_LOCALE_H
8061
8062 2005-10-27 [paul]       1.9.15cvs116
8063
8064         * src/plugins/clamav/clamav_plugin.c
8065         * src/plugins/dillo_viewer/dillo_viewer.c
8066         * src/plugins/mathml_viewer/mathml_viewer.c
8067         * src/plugins/pgpcore/plugin.c
8068         * src/plugins/pgpinline/plugin.c
8069         * src/plugins/pgpmime/plugin.c
8070         * src/plugins/spamassassin/spamassassin.c
8071         * src/plugins/trayicon/trayicon.c
8072                 plugin_init() : make error messages more
8073                 informative
8074
8075 2005-10-26 [wwp]        1.9.15cvs115
8076
8077         * src/prefs_matcher.c
8078                 enlarge boolean op widget width a bit (wasn't always showing text contents)
8079
8080 2005-10-26 [wwp]        1.9.15cvs114
8081
8082         * src/procmime.c
8083         * src/gtk/gtksctree.c
8084         * src/plugins/spamassassin/libspamc.c
8085         * src/plugins/spamassassin/spamassassin.c
8086                 fix some compilation warnings more
8087
8088 2005-10-26 [mones]      1.9.15cvs113
8089
8090         * po/es.po
8091                 Updated translation
8092
8093 2005-10-26 [paul]       1.9.15cvs112
8094
8095         * src/prefs_message.c
8096                 give all display_xface stuff the
8097                 #if HAVE_LIBCOMPFACE treatment, thus
8098                 preventing a crash
8099                 (Thanks to Wolfgang Enderlein)
8100
8101 2005-10-26 [colin]      1.9.15cvs111
8102
8103         * src/gedit-print.c
8104                 Fix date format
8105         * src/imap_gtk.c
8106         * src/news_gtk.c
8107                 Remove context menu items that should not be there
8108         * src/jpilot.c
8109                 Fix encoding
8110         * src/main.c
8111         * src/mainwindow.c
8112                 Don't show the mainwindow too soon
8113
8114 2005-10-26 [wwp]        1.9.15cvs110
8115
8116         * src/folder.c
8117         * src/manual.c
8118         * src/summaryview.c
8119                 fix uninitialized pointers in the folder updating hook
8120                 (thanks to Colin)
8121
8122 2005-10-25 [mones]      1.9.15cvs109
8123
8124         * manual/faq.xml
8125                 General information subsection completed. 
8126                 Removed archaic references.
8127                 
8128         * manual/Makefile
8129         * manual/dtd/manual.dsl
8130                 Added customization stylesheet for getting paragraphs
8131                 fully justified in PDF output (as suggested by Colin).
8132
8133 2005-10-25 [colin]      1.9.15cvs108
8134
8135         * src/compose.c
8136                 Fix a second leak
8137
8138 2005-10-25 [colin]      1.9.15cvs107
8139
8140         * src/addrbook.c
8141         * src/addrindex.c
8142                 Fix leak (xml_get_element() allocates memory)
8143         * src/compose.c
8144                 Fix leak + dead code (shame!)
8145         * src/procmime.c
8146                 Fix leak
8147
8148 2005-10-25 [colin]      1.9.15cvs106
8149
8150         * src/mimeview.c
8151                 Fix encoding issue in Save all and in 
8152                 overwrite-confirmation alertpanel
8153
8154 2005-10-25 [colin]      1.9.15cvs105
8155
8156         * src/common/socket.c
8157                 Fix a leak - Thanks to Christopher Aillon
8158                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
8159
8160 2005-10-25 [paul]       1.9.15cvs104
8161
8162         * src/wizard.c
8163                 Always guess servers from the right-hand
8164                 email part and guess username from the
8165                 left-hand part. (Thanks to Colin)
8166                 add an X-Face to the welcome message
8167
8168 2005-10-25 [paul]       1.9.15cvs103
8169
8170         * manual/handling.xml
8171                 written by Colin, edited by me
8172
8173 2005-10-25 [wwp]        1.9.15cvs102
8174
8175         * src/folderview.c
8176         * src/grouplistdialog.c
8177         * src/imap.c
8178         * src/noticeview.c
8179                 fix some compilation warnings
8180
8181 2005-10-24 [paul]
8182
8183         1.9.99-rc3 released
8184
8185 2005-10-24 [paul]       1.9.15cvs101
8186
8187         * src/gtk/about.c
8188                 fix window sizing
8189
8190 2005-10-24 [paul]       1.9.15cvs100
8191
8192         * src/pixmaps/offline.xpm
8193         * src/pixmaps/online.xpm
8194                 replace with last default versions
8195
8196 2005-10-24 [colin]      1.9.15cvs99
8197
8198         * src/imap.c
8199                 Fix bug when moving a folder
8200         * src/imap_gtk.c
8201         * src/mh_gtk.c
8202                 "Delete folder" pops up a window, so it 
8203                 should be suffixed with "..."
8204         * src/plugins/pgpcore/sgpgme.c
8205                 Include locale.h
8206
8207 2005-10-24 [mones]      1.9.15cvs98
8208
8209         * manual/Makefile
8210         * manual/account.xml
8211         * manual/ack.xml
8212         * manual/addrbook.xml
8213         * manual/advanced.xml
8214         * manual/faq.xml
8215         * manual/glossary.xml
8216         * manual/gpl.xml
8217         * manual/handling.xml
8218         * manual/intro.xml
8219         * manual/keyboard.xml
8220         * manual/manual.xml
8221         * manual/plugins.xml
8222         * manual/starting.xml
8223         * manual/dtd/sdocbook.dtd
8224                 Initial manual structure and some content.
8225
8226 2005-10-23 [wwp]        1.9.15cvs97
8227
8228         * src/gtk/about.c
8229                 fix a typo
8230
8231 2005-10-23 [wwp]        1.9.15cvs96
8232
8233         * src/gtk/about.c
8234         * src/gtk/authors.h
8235                 rework of the about window (main work by Paul), also featuring a few
8236                 fixes for typos and duplicate names
8237
8238 2005-10-23 [wwp]        1.9.15cvs95
8239
8240         * src/.cvsignore
8241                 Ignore the right binary name (sylpheed-claws now)
8242
8243 2005-10-23 [paul]       1.9.15cvs94
8244
8245         * src/compose.c
8246                 when using Folder Pref 'Default To for
8247                 replies' make the entry in the Compose
8248                 window bold
8249                 Patch by Fabien Vantard
8250
8251 2005-10-22 [colin]      1.9.15cvs93
8252
8253         * src/codeconv.c
8254                 Fix leak
8255
8256 2005-10-22 [colin]      1.9.15cvs92
8257
8258         * src/codeconv.c
8259                 try to convert using locale (apart utf8) if necessary
8260
8261 2005-10-22 [colin]      1.9.15cvs91
8262
8263         * src/pixmaps/new.xpm
8264         * src/pixmaps/unread.xpm
8265                 Make the unread envelope blue again and
8266                 saturate the new one a bit more.
8267
8268 2005-10-22 [colin]      1.9.15cvs90
8269
8270         * src/compose.c
8271                 When replying to a mail sent by one of our accounts,
8272                 use the original list of recipients. Let 'Reply All'
8273                 and 'Reply to sender' work like previously.
8274
8275 2005-10-21 [colin]      1.9.15cvs89
8276
8277         * src/prefs_filtering.c
8278                 Clear fields after add and replace
8279         * src/textview.c
8280                 Display xface differently (better)
8281         * src/plugins/pgpinline/pgpinline.c
8282                 Fix crappy encodings/recodings
8283
8284 2005-10-21 [paul]       1.9.15cvs88
8285
8286         * src/compose.c
8287         * src/prefs_folder_item.c
8288         * src/toolbar.c
8289                 fix news folder Folder Properties
8290                 (thanks to Colin)
8291         * src/folderview.c
8292                 update folderview after Themes change
8293                 keep selected folder selected
8294                 (thanks to Colin)
8295
8296 2005-10-21 [paul]       1.9.15cvs87
8297
8298         * tools/Makefile.am
8299         * tools/OOo2sylpheed.pl
8300         * tools/README
8301         * tools/README.sylprint
8302         * tools/asus_mailled.sh         ** REMOVED **
8303         * tools/filter_conv.pl
8304         * tools/freshmeat_search.pl
8305         * tools/google_search.pl
8306         * tools/gpg-sign-syl            ** REMOVED **
8307         * tools/kmail2sylpheed.pl
8308         * tools/kmail2sylpheed_v2.pl
8309         * tools/multiwebsearch.pl
8310         * tools/nautilus2sylpheed.sh
8311         * tools/newscache_clean.pl
8312         * tools/outlook2sylpheed.pl
8313         * tools/sylpheed-switcher       ** REMOVED **
8314         * tools/sylprint.pl
8315         * tools/sylprint.rc
8316         * tools/tb2sylpheed
8317         * tools/vcard2xml.py
8318         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8319                 update default config dir
8320                 update binary name (thanks to Fabien Vantard)
8321                 remove obsolete scripts
8322
8323 2005-10-21 [colin]      1.9.15cvs86
8324
8325         * src/inc.c
8326                 Fix possible leak and units. Based on a patch by
8327                 Fabien Vantard.
8328
8329 2005-10-20 [colin]      1.9.15cvs85
8330
8331         * src/textview.c
8332                 Clear xface when clearing textview
8333
8334 2005-10-20 [colin]      1.9.15cvs84
8335
8336         * configure.ac
8337         * src/folderview.c
8338         * src/headerview.c
8339         * src/main.c
8340         * src/prefs_common.c
8341         * src/prefs_common.h
8342         * src/prefs_message.c
8343         * src/textview.c
8344         * src/textview.h
8345         * src/common/defs.h
8346         * src/common/utils.c
8347         * src/common/utils.h
8348         * src/gtk/gtkutils.c
8349         * src/gtk/gtkutils.h
8350                 Migrate config to .sylpheed-claws (Automatically)
8351                 Add a way to get the Xface in the TextView
8352
8353 2005-10-20 [colin]      1.9.15cvs83
8354
8355         * src/gtk/Makefile.am
8356         * src/gtk/about.c
8357         * src/gtk/authors.h
8358                 Make the about dialog *grooovy*
8359
8360 2005-10-20 [colin]      1.9.15cvs82
8361
8362         * src/mimeview.c
8363                 Use "Open with" on double click if no command
8364                 was found
8365
8366 2005-10-20 [colin]      1.9.15cvs81
8367
8368         * src/imap.c
8369         * src/etpan/imap-thread.c
8370                 Fix possible crash.
8371
8372 2005-10-20 [paul]       1.9.15cvs80
8373
8374         * src/folder.c
8375                 don't show clipkey icon if the only
8376                 attachment is the signature
8377                 Patch by Colin
8378
8379 2005-10-20 [paul]       1.9.15cvs79
8380
8381         * AUTHORS
8382         * src/plugins/pgpmime/pgpmime.c
8383                 name the PGP/MIME signature 'signature.asc'
8384                 Patch by Andrew Nelson <freeandy@gmail.com>
8385
8386 2005-10-19 [colin]      1.9.15cvs78
8387
8388         * src/plugins/pgpmime/pgpmime.c
8389                 Oops, no need to double-check though
8390
8391 2005-10-19 [colin]      1.9.15cvs77
8392
8393         * src/plugins/pgpinline/pgpinline.c
8394         * src/plugins/pgpmime/pgpmime.c
8395                 Check that my_tmpfile() doesn't 
8396                 return NULL
8397
8398 2005-10-19 [colin]      1.9.15cvs76
8399
8400         * src/common/utils.c
8401                 Use shorter mime boundaries to avoid having
8402                 MTAs rewrapping our headers, breaking the
8403                 PGP signature in the process 
8404         * src/compose.c
8405         * src/plugins/pgpmime/pgpmime.c
8406                 Check for boundary uniqueness to be sure
8407                 it won't happen, instead of hoping for the
8408                 best
8409
8410 2005-10-19 [colin]      1.9.15cvs75
8411
8412         * sylpheed-claws.desktop
8413         * src/Makefile.am
8414         * src/main.c
8415                 Ship a sylpheed-claws binary instead
8416                 of a sylpheed one. Change the socket
8417                 name, too
8418         * src/folderview.c
8419                 Update folder only if it changed
8420         * src/wizard.c
8421                 Fix i18n in welcome mail, patch by
8422                 Fabien Vantard
8423
8424 2005-10-19 [paul]
8425
8426         1.9.99-rc2 released
8427
8428 2005-10-19 [paul]       1.9.15cvs74
8429
8430         * src/folder.c
8431         * src/folderview.c
8432                 fix summaryview update
8433                 Patch by Colin
8434
8435 2005-10-18 [colin]      1.9.15cvs73
8436
8437         * src/plugins/pgpcore/passphrase.c
8438                 Don't XGrabServer, and try a bit more to 
8439                 sync everything before grabbing mouse/keyboard
8440
8441 2005-10-18 [colin]      1.9.15cvs72
8442
8443         * src/Makefile.am
8444         * src/addressadd.c
8445         * src/addressbook.c
8446         * src/folderview.c
8447         * src/grouplistdialog.c
8448         * src/mimeview.c
8449         * src/stock_pixmap.c
8450         * src/stock_pixmap.h
8451         * src/summaryview.c
8452         * src/gtk/gtksctree.c
8453         * src/gtk/gtksctree.h
8454         * src/pixmaps/empty.xpm
8455                 Implement a wrapper call for gtk_ctree_set_node_info
8456                 and gtk_ctree_insert_node, that uses a 1x1 transparent
8457                 pixmap instead of a NULL one. This works around some
8458                 memory problems deep inside gtk, revealed by valgrind,
8459                 and fixes bug #834 (Pressing CTRl-D on a message marked 
8460                 as locked crashes sylpheed.), as well as, probably, 
8461                 wwp's 4th dimension problems that happen in gtk_ctree_*.
8462
8463 2005-10-17 [colin]      1.9.15cvs71
8464
8465         * src/mimeview.c
8466                 Provide visual feedback when checking
8467                 signature
8468
8469 2005-10-17 [colin]      1.9.15cvs70
8470
8471         * src/main.c
8472                 Keep the folder list frozen while checking caches...
8473
8474 2005-10-17 [colin]      1.9.15cvs69
8475
8476         * src/addr_compl.c
8477                 Fi bug #833 (Autocompleting from addressbook 
8478                 fails with extended chars)
8479         * src/imap.c
8480                 Fix 'adding messages' staying in statusbar
8481                 after an error
8482
8483 2005-10-17 [wwp]        1.9.15cvs68
8484
8485         * src/ssl_manager.c
8486                 Fix buttons' layout resizing when window size changes
8487
8488 2005-10-17 [wwp]        1.9.15cvs67
8489
8490         * src/account.c
8491         * src/prefs_account.c
8492         * src/prefs_common.c
8493         * src/prefs_common.h
8494         * src/prefs_folder_item.c
8495         * src/prefs_gtk.c
8496         * src/gtk/logwindow.c
8497         * src/gtk/pluginwindow.c
8498         * src/gtk/prefswindow.c
8499         * src/gtk/prefswindow.h
8500                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
8501
8502 2005-10-17 [paul]       1.9.15cvs66
8503
8504         * configure.ac
8505                 fix missing libetpan message
8506         * po/en_GB.po
8507                 updated
8508         * src/crash.c
8509         * src/manual.c
8510         * src/prefs_themes.c
8511         * src/common/defs.h
8512                 add some new URI defines, change some
8513                 others
8514         * src/wizard.c
8515                 make welcome message translatable
8516                 small improvements to english
8517                 other tweaks
8518         * src/gtk/menu.c
8519                 fix warnings
8520
8521 2005-10-17 [paul]       1.9.15cvs65
8522
8523         * src/summaryview.c
8524                 fix column titles
8525
8526 2005-10-16 [mones]      1.9.15cvs64
8527
8528         * po/es.po
8529                 Updated translation
8530
8531 2005-10-16 [colin]
8532
8533         1.9.99-rc1 released
8534
8535 2005-10-16 [colin]      1.9.15cvs63
8536
8537         * src/wizard.c
8538                 Fix whitespace
8539
8540 2005-10-16 [colin]      1.9.15cvs62
8541
8542         * src/toolbar.c
8543                 s/Get All/Get Mail/
8544         * src/wizard.c
8545                 Real welcome mail text, thanks Paul
8546
8547 2005-10-16 [colin]      1.9.15cvs61
8548
8549         * src/editldap.c
8550         * src/exporthtml.c
8551         * src/main.c
8552         * src/mainwindow.c
8553         * src/prefs_themes.c
8554         * src/prefs_toolbar.c
8555         * src/plugins/demo/demo.c
8556         * src/plugins/trayicon/trayicon.c
8557                 s/Sylpheed/Sylpheed-Claws/
8558
8559 2005-10-16 [colin]      1.9.15cvs60
8560
8561         * src/wizard.c
8562                 Add a welcome email in the first empty mailbox
8563         * src/prefs_common.c
8564                 Change one more default
8565
8566 2005-10-16 [colin]      1.9.15cvs59
8567
8568         * src/wizard.c
8569                 Remove printf
8570
8571 2005-10-16 [colin]      1.9.15cvs58
8572
8573         * src/toolbar.c
8574         * src/prefs_common.c
8575                 Change some defaults
8576
8577 2005-10-16 [colin]      1.9.15cvs57
8578
8579         * src/toolbar.c
8580         * src/prefs_common.c
8581                 Change some defaults
8582
8583 2005-10-16 [colin]      1.9.15cvs56
8584
8585         * src/wizard.c
8586                 By default, initialize fonts to have
8587                 the same size as normal GtkWidgets
8588
8589 2005-10-16 [colin]      1.9.15cvs55
8590
8591         * src/mimeview.c
8592                 Fix message a bit more
8593
8594 2005-10-16 [colin]      1.9.15cvs54
8595
8596         * src/addressbook.c
8597                 Second attempt at flicker fixing
8598
8599 2005-10-16 [colin]      1.9.15cvs53
8600
8601         * src/addressbook.c
8602                 Fix flicker
8603
8604 2005-10-16 [wwp]        1.9.15cvs52
8605
8606         * src/addressbook.c
8607         * src/editaddress.c
8608         * src/prefs_common.c
8609         * src/prefs_common.h
8610                 Remember window sizes (address book)
8611
8612 2005-10-16 [wwp]        1.9.15cvs51
8613
8614         * src/plugins/clamav/clamav_plugin_gtk.c
8615         * src/plugins/spamassassin/spamassassin_gtk.c
8616                 Fix compilation warnings (missing #include).
8617
8618 2005-10-16 [colin]      1.9.15cvs50
8619
8620         * src/mimeview.c
8621         * src/summaryview.c
8622         * src/textview.c
8623                 Make 'c' check signature, and forward
8624                 c, l, y, t from summaryview to mimeview
8625
8626 2005-10-16 [colin]      1.9.15cvs49
8627
8628         * src/addressbook.c
8629                 Put border around buttons
8630         * src/mainwindow.c
8631         * src/summaryview.c
8632                 Rework menus (Patch based on a patch
8633                 by Paul)
8634
8635 2005-10-15 [wwp]        1.9.15cvs48
8636
8637         * src/editjpilot.c
8638         * src/editldap.c
8639         * src/editvcard.c
8640         * src/exphtmldlg.c
8641         * src/expldifdlg.c
8642         * src/export.c
8643         * src/import.c
8644         * src/importldif.c
8645         * src/importmutt.c
8646         * src/importpine.c
8647         * src/prefs_account.c
8648         * src/prefs_spelling.c
8649         * src/gtk/gtkutils.c
8650         * src/gtk/gtkutils.h
8651         * src/plugins/clamav/clamav_plugin_gtk.c
8652         * src/plugins/spamassassin/spamassassin_gtk.c
8653                 use nicer browse-for-file/dir buttons than the "..." ones,
8654                 code factorizing more.
8655
8656 2005-10-14 [colin]      1.9.15cvs47
8657
8658         * src/mainwindow.c
8659                 set relief on the account switcher so that people see it
8660                 grey out Create processing rules when no message is selected
8661         * src/prefs_filtering.c
8662                 ask before closing if the rule has not been modified, even if
8663                 it's not valid
8664         * src/prefs_matcher.c
8665                 fix sensitivity when entering the dialog
8666         * src/gtk/inputdialog.c
8667                 display a better icon on password ask
8668         * src/plugins/pgpcore/passphrase.c
8669                 make the dialog look better
8670
8671 2005-10-14 [paul]       1.9.15cvs46
8672
8673         * src/folderview.c
8674                 indicate presense of marked msgs in
8675                 unexpanded subfolders
8676
8677 2005-10-14 [paul]       1.9.15cvs45
8678
8679         * src/prefs_actions.c
8680         * src/prefs_common.c
8681         * src/prefs_common.h
8682         * src/prefs_filtering_action.c
8683         * src/prefs_matcher.c
8684         * src/prefs_template.c
8685                 remember window sizes
8686                 fix Info button size
8687
8688         Patches by wwp
8689
8690 2005-10-13 [colin]      1.9.15cvs44
8691
8692         * src/mimeview.c
8693         * src/noticeview.c
8694         * src/noticeview.h
8695                 Add a tooltip on the icon (optional) 
8696                 Get rid of the signature buttons and only
8697                 use the icon+tooltip
8698
8699 2005-10-13 [colin]      1.9.15cvs43
8700
8701         * src/noticeview.c
8702         * src/noticeview.h
8703                 Add hand cursor for hovering over icon
8704
8705 2005-10-13 [colin]      1.9.15cvs42
8706
8707         * src/summaryview.c
8708                 Fix crash when quicksearch's hidden 
8709                 at startup
8710
8711 2005-10-13 [colin]      1.9.15cvs41
8712
8713         * src/compose.c
8714                 Set subject when forwarding multiple mails
8715                 Check that other recipient than the default Cc or Bcc
8716                 have been set before sending.
8717
8718 2005-10-13 [colin]      1.9.15cvs40
8719
8720         * src/imap.c
8721                 Batch per-folder
8722                 Introduce locking, but don't use it yet
8723
8724 2005-10-13 [colin]      1.9.15cvs39
8725
8726         * src/gtk/quicksearch.c
8727                 Reset quicksearch when hiding it
8728                 Make sticky a real pref
8729
8730 2005-10-13 [colin]      1.9.15cvs38
8731
8732         * src/summaryview.c
8733                 Faster prefs apply
8734
8735 2005-10-13 [colin]      1.9.15cvs37
8736
8737         * src/mimeview.c
8738         * src/noticeview.c
8739         * src/noticeview.h
8740         * src/plugins/pgpcore/sgpgme.c
8741                 Make privacy icon clickable
8742                 Move Trust field in Full info
8743                 When trust is less than full, don't display
8744                 a warning icon
8745
8746 2005-10-13 [colin]      1.9.15cvs36
8747
8748         * src/folder.c
8749                 Batch on flags sync
8750         * src/folderview.c
8751                 Revert speed hack which is dangerous in fact
8752                 Apply prefs faster
8753
8754 2005-10-13 [colin]      1.9.15cvs35
8755
8756         * src/folder_item_prefs.c
8757                 Fix pref corruption on folder move. Patch
8758                 by wwp
8759
8760 2005-10-13 [paul]       1.9.15cvs34
8761
8762         * src/export.c
8763         * src/import.c
8764                 fix typos in g_warnings
8765         * src/prefs_account.c
8766                 add a file selector for Signature file
8767
8768         Patches by wwp
8769
8770 2005-10-12 [colin]      1.9.15cvs33
8771
8772         * src/mimeview.c
8773                 Provide a quick way to go back from a
8774                 signature's full info to the email part
8775
8776 2005-10-12 [colin]      1.9.15cvs32
8777
8778         * src/compose.c
8779                 Remove old hack of encoding signed mails with base64.
8780                 QP works equally well.
8781
8782 2005-10-12 [colin]      1.9.15cvs31
8783
8784         * src/crash.c
8785                 Replace deprecated GtkText with GtkTextView
8786         * src/imap.c
8787                 Fix a logic bug about counts in imap_select
8788                 (previously un-triggered)
8789         * src/mainwindow.c
8790         * src/summaryview.c
8791         * src/news.c
8792                 Allow local deletion of news posts
8793         * src/mimeview.c
8794                 Show GPG noticeview on the message/rfc822 part
8795                 in addition to the text/plain one
8796         * src/prefs_image_viewer.c
8797           src/plugins/pgpcore/prefs_gpg.c
8798                 Polish (set the label as part of the checkbox)
8799         * src/wizard.c
8800                 Don't sit there doing nothing after destroying
8801                 the window - return err
8802
8803 2005-10-11 [colin]      1.9.15cvs30
8804
8805         * src/folderview.c
8806                 Apply processing rules before showing folders.
8807                 Early folder show (before flags sync) will only
8808                 be done when there are no processing rules (nor
8809                 pre- or post- ones)
8810         * src/imap.c
8811                 Fix stuff related to mail subdir, creation and 
8812                 deletion of folders 
8813         * src/imap_gtk.c
8814                 Don't allow creation of folders in NoInferior
8815                 folders, as it won't work
8816
8817 2005-10-10 [colin]      1.9.15cvs29
8818
8819         * src/compose.c
8820                 Reselect "None" Privacy system when selecting an
8821                 account with no privacy system defined
8822
8823 2005-10-10 [colin]      1.9.15cvs28
8824
8825         * src/mainwindow.c
8826                 Add Windows-1252 encoding
8827         * src/prefs_common.c
8828                 Rework some defaults:
8829                 - autosave to draft by default
8830                 - don't show header pane (it's already in the textview)
8831                 - Select first new or unread mail on entry
8832                 - Assume 'Yes' to change folder when there's no more
8833                   unread message
8834         * src/prefs_matcher.c
8835                 Fix a gtk assertion failure
8836         * src/gtk/colorlabel.c
8837                 Workaround bad repainting on selection
8838         * src/main.c
8839                 Freeze/thaw (a bit faster on ssh -X)
8840         * src/msgcache.c
8841                 Get rid of StrdupConverter that just adds an
8842                 extra strdup/free 
8843         * src/etpan/imap_thread.c
8844                 memset buf to 0
8845
8846 2005-10-10 [colin]      1.9.15cvs27
8847
8848         * src/export.c
8849         * src/import.c
8850                 Fix compile on gtk 2.4. Patch by wwp
8851
8852 2005-10-09 [colin]      1.9.15cvs26
8853
8854         * src/mainwindow.c
8855         * src/messageview.c
8856         * src/summaryview.c
8857                 Clarify forward menus. Patch by wwp
8858
8859 2005-10-09 [colin]      1.9.15cvs25
8860
8861         * src/compose.c
8862         * src/compose.h
8863                 Fix bug #829 (Non-working "Encrypt message by 
8864                 default when replying to an encrypted message")
8865
8866 2005-10-08 [colin]      1.9.15cvs24
8867
8868         * src/wizard.c
8869                 Fix bug #827 ("Welcome" setup wizard after a 
8870                 permission error gives up & forgets itself.)
8871
8872 2005-10-08 [colin]      1.9.15cvs23
8873
8874         * src/procmime.c
8875                 Fix bug #828 (Ignoring headers with spaces around = sign)
8876
8877 2005-10-08 [colin]      1.9.15cvs22
8878
8879         * src/export.c
8880                 Warning fix by wwp
8881
8882 2005-10-08 [colin]      1.9.15cvs21
8883
8884         * src/folder.c
8885         * src/folder.h
8886                 Add a processing_pending indicator, set on 
8887                 folder_item_open and cleared after 
8888                 folder_item_process_open
8889         * src/folderview.c
8890         * src/summaryview.c
8891                 wrap procmsg_msginfo_*_flags, and in the
8892                 wrapper check that there's no folder processing 
8893                 pending. If there is, defer the flags change until 
8894                 processing is done to avoid stepping over each
8895                 other's toes.
8896                 Freeze during processing, but not during scanning.
8897
8898 2005-10-07 [colin]      1.9.15cvs20
8899
8900         * src/plugins/pgpcore/passphrase.c
8901                 Fix bug #826 (X-Server hangs when 
8902                 right-clicking a PGP encrypted message)
8903
8904 2005-10-07 [paul]       1.9.15cvs19
8905
8906         * src/compose.c
8907                 fix compose_entries[]
8908                 patch by Fabien Vantard
8909
8910 2005-10-06 [colin]      1.9.15cvs18
8911
8912         * src/pixmaps/address.xpm
8913         * src/pixmaps/address_book.xpm
8914         * src/pixmaps/book.xpm
8915         * src/pixmaps/check_spelling.xpm
8916         * src/pixmaps/checkbox_off.xpm
8917         * src/pixmaps/checkbox_on.xpm
8918         * src/pixmaps/close.xpm
8919         * src/pixmaps/complete.xpm
8920         * src/pixmaps/continue.xpm
8921         * src/pixmaps/deleted.xpm
8922         * src/pixmaps/down_arrow.xpm
8923         * src/pixmaps/exec.xpm
8924         * src/pixmaps/forwarded.xpm
8925         * src/pixmaps/group.xpm
8926         * src/pixmaps/ignorethread.xpm
8927         * src/pixmaps/interface.xpm
8928         * src/pixmaps/jpilot.xpm
8929         * src/pixmaps/ldap.xpm
8930         * src/pixmaps/linewrap.xpm
8931         * src/pixmaps/linewrapcurrent.xpm
8932         * src/pixmaps/mail.xpm
8933         * src/pixmaps/mail_attach.xpm
8934         * src/pixmaps/mail_compose.xpm
8935         * src/pixmaps/mail_forward.xpm
8936         * src/pixmaps/mail_receive.xpm
8937         * src/pixmaps/mail_receive_all.xpm
8938         * src/pixmaps/mail_reply.xpm
8939         * src/pixmaps/mail_reply_to_all.xpm
8940         * src/pixmaps/mail_reply_to_author.xpm
8941         * src/pixmaps/mail_send.xpm
8942         * src/pixmaps/mail_send_queue.xpm
8943         * src/pixmaps/mime_application.xpm
8944         * src/pixmaps/mime_audio.xpm
8945         * src/pixmaps/mime_image.xpm
8946         * src/pixmaps/mime_message.xpm
8947         * src/pixmaps/mime_text_enriched.xpm
8948         * src/pixmaps/mime_text_html.xpm
8949         * src/pixmaps/mime_text_plain.xpm
8950         * src/pixmaps/mime_unknown.xpm
8951         * src/pixmaps/new.xpm
8952         * src/pixmaps/news_compose.xpm
8953         * src/pixmaps/offline.xpm
8954         * src/pixmaps/online.xpm
8955         * src/pixmaps/paste.xpm
8956         * src/pixmaps/preferences.xpm
8957         * src/pixmaps/privacy_emblem_encrypted.xpm
8958         * src/pixmaps/privacy_expired.xpm
8959         * src/pixmaps/privacy_failed.xpm
8960         * src/pixmaps/privacy_passed.xpm
8961         * src/pixmaps/privacy_signed.xpm
8962         * src/pixmaps/privacy_unknown.xpm
8963         * src/pixmaps/privacy_warn.xpm
8964         * src/pixmaps/properties.xpm
8965         * src/pixmaps/replied.xpm
8966         * src/pixmaps/search.xpm
8967         * src/pixmaps/unread.xpm
8968         * src/pixmaps/up_arrow.xpm
8969         * src/pixmaps/vcard.xpm
8970                 Modernize internal theme, with icons from the 
8971                 Gnomaws theme. Keep some of the old ones where
8972                 they were better.
8973
8974 2005-10-06 [colin]      1.9.15cvs17
8975
8976         * src/summaryview.c
8977                 Little optimisations + bugfix
8978         * src/toolbar.c
8979                 Remove default useless items - useless being defined
8980                 by the default relevant prefs
8981         * src/wizard.c
8982                 include config.h to make gettext work
8983         * src/prefs_themes.c
8984                 Fix selection of current theme in prefs
8985
8986 2005-10-06 [colin]      1.9.15cvs16
8987
8988         * src/prefs_common.c
8989         * src/prefs_common.h
8990         * src/prefs_summaries.c
8991         * src/folderview.c
8992                 Add a warning dialog on Mark all read 
8993                 (with pref to get rid of it)
8994
8995 2005-10-06 [paul]       1.9.15cvs15
8996
8997         * po/nb.po
8998         * po/pt_BR.po
8999                 updated by Geir Helland and Frederico
9000                 Goncalves Guimaraes
9001
9002 2005-10-05 [colin]      1.9.15cvs14
9003
9004         * src/folder.c
9005         * src/folder.h
9006         * src/folderview.c
9007         * src/folderview.h
9008         * src/imap_gtk.c
9009         * src/mh_gtk.c
9010         * src/mainwindow.c
9011         * src/setup.c
9012                 add a way to rescan without rebuilding
9013                 make moving a bit faster (less folders changes)
9014                 don't lock the tree on Get 
9015         * src/imap.c
9016                 Don't re-delete deleted messages before expunging
9017         * src/summaryview.c
9018                 Set batch mode when deleting mails
9019
9020 2005-10-05 [paul]       1.9.15cvs13
9021
9022         * src/mainwindow.c
9023         * src/mainwindow.h
9024                 fix disabled Execute menu item
9025         * src/toolbar.c
9026                 match the change in 1.9.15cvs10: use Compose
9027                 instead of News by default
9028
9029 2005-10-04 [colin]      1.9.15cvs12
9030
9031         * src/compose.c
9032                 When replying to an ML post with Reply-To set
9033                 to the poster's email, honor it (as before),
9034                 but also honor our user's request to reply to
9035                 the mailing list: set the ML address in the To
9036                 field and the Reply-To address in the Cc: 
9037                 field.
9038
9039 2005-10-04 [colin]      1.9.15cvs11
9040
9041         * src/plugins/trayicon/trayicon.c
9042                 Finish cosmetic change - thanks to wwp
9043
9044 2005-10-04 [colin]      1.9.15cvs10
9045
9046         * src/toolbar.c
9047                 Use Compose instead of Email by default.
9048                 Spotted by wwp.
9049
9050 2005-10-04 [colin]      1.9.15cvs9
9051
9052         * src/folder.c
9053         * src/folder.h
9054         * src/folderview.c
9055         * src/imap.c
9056         * src/etpan/imap-thread.c
9057         * src/etpan/imap-thread.h
9058                 Try to make IMAP faster, by simplifying SEARCH
9059                 commands, avoiding sending two STATUS in a row,
9060                 and deferring flags sync and processing just
9061                 after displaying the folder. 
9062                 This will update the SummaryView in certain
9063                 cases (new mails not already fetched, flags
9064                 changed from another client) but in a non-
9065                 blocking manner.
9066
9067 2005-10-04 [colin]      1.9.15cvs8
9068
9069         * src/plugins/trayicon/trayicon.c
9070                 Relabel "Offline" to "Work offline"
9071
9072 2005-10-04 [colin]      1.9.15cvs7
9073
9074         * src/export.c
9075         * src/import.c
9076         * src/mbox.c
9077                 Fix mbox import/export buglets
9078                 Patch by wwp
9079         * src/plugins/trayicon/trayicon.c
9080                 Add offline swithc
9081                 Patch by wwp
9082
9083 2005-10-04 [colin]      1.9.15cvs6
9084
9085         * src/folder.c
9086         * src/folderview.c
9087         * src/summaryview.c
9088                 Better fix (don't break mark all read) for cvs2
9089
9090 2005-10-03 [colin]      1.9.15cvs5
9091
9092         * src/folder.c
9093                 Use a sane sort by default
9094
9095 2005-10-03 [colin]      1.9.15cvs4
9096
9097         * src/inc.c
9098                 Add a 'Only once' button for overriding offline mode
9099         * src/prefs_account.c
9100         * src/wizard.c
9101                 Add Local mbox to the wizard
9102                 Add IMAP subdir to the wizard (or the wizard is useless
9103                 for such accounts, or even worse than useless)
9104                 Move IMAP subdir from Advanced to Receive tab, as it's
9105                 not that uncommon
9106
9107 2005-10-03 [colin]      1.9.15cvs3
9108
9109         * src/send_message.c
9110                 Forgot this one in cvs1
9111
9112 2005-10-03 [colin]      1.9.15cvs2
9113
9114         * src/folder.c
9115                 Faster close when leaving a folder with lots
9116                 of new mails. Idea by David Relson.
9117
9118 2005-10-03 [colin]      1.9.15cvs1
9119
9120         * src/compose.c
9121         * src/imap.c
9122         * src/inc.c
9123         * src/main.c
9124         * src/messageview.c
9125         * src/news.c
9126         * src/summaryview.c
9127         * src/gtk/sslcertwindow.c
9128         * src/plugins/trayicon/trayicon.c
9129                 Add accels to every AlertPanel. Patch by Fabien 
9130                 Vantard
9131
9132 2005-10-03 [paul]       1.9.15
9133
9134         1.9.15 released
9135
9136 2005-10-03 [paul]       1.9.14cvs68
9137
9138         * po/ca.po
9139         * po/de.po
9140         * po/es.po
9141         * po/fi.po
9142         * po/fr.po
9143         * po/sk.po
9144         * po/sr.po
9145         * po/zh_CN.po
9146                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9147                 Mones Lastra, Tommi Pirinen, Fabien vantard,
9148                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
9149
9150 2005-10-03 [paul]       1.9.14cvs67
9151
9152         * src/send_message.c
9153                 prevent hang on Cancel
9154                 patch by Colin
9155
9156 2005-10-03 [paul]       1.9.14cvs66
9157
9158         * src/main.c
9159                 fix crash in IMAP caused by discrepancy
9160                 between check_at_startup and offline mode
9161                 Patch by Colin
9162
9163 2005-10-01 [paul]       1.9.14cvs65
9164
9165         * src/inc.c
9166                 fix engrish
9167
9168 2005-10-01 [paul]       1.9.14cvs64
9169         * src/export.c
9170         * src/import.c
9171                 synchronise import_mbox() and export_mbox()
9172         * src/mbox.c
9173                 proc_mbox(): add alert if file cannot be opened
9174                 export_list_to_mbox(): test if dest file exists,
9175                 prompt user to overwrite if it does. add alert
9176                 if file cannot be created
9177                                                                 
9178         Patch by wwp
9179                                                                                                                 
9180
9181 2005-09-30 [paul]       1.9.14cvs63
9182
9183         * src/addressbook.c
9184                 Fix sensitivity of a menu
9185         * src/codeconv.c
9186                 Respect hidden pref for mails with no encoding
9187         * src/common/xml.c
9188                 Fix memory corruption
9189         * src/plugins/pgpcore/sgpgme.c
9190                 Fix segfault on incomplete sigs, and display
9191                 of S/Mime UIDs
9192
9193         Patches by Colin
9194
9195 2005-09-30 [colin]      1.9.14cvs62
9196
9197         * src/partial_download.c
9198                 Little logic fix in almost-dead code
9199         * src/pop.c
9200                 Fix partial download when there's no new mail
9201
9202 2005-09-29 [paul]       1.9.14cvs61
9203
9204         * src/plugins/pgpinline/pgpinline.c
9205                 fix bug 819, 'crash accessing sign message'
9206                 Patch by Colin
9207
9208 2005-09-28 [martin]     1.9.14cvs60
9209
9210         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9211                 fix bug #790 (Crash when restarting window manager (fluxbox))
9212
9213 2005-09-28 [paul]       1.9.14cvs59
9214
9215         * src/gtk/gtkaspell.c
9216                 fix off-by-one typo
9217
9218 2005-09-27 [colin]      1.9.14cvs58
9219
9220         * src/plugins/pgpcore/sgpgme.c
9221                 Report error when there's one, instead of
9222                 "Signature unchecked" 
9223
9224 2005-09-27 [colin]      1.9.14cvs57
9225
9226         * src/prefs_quote.c
9227                 Fix bug #816 (Weird quotation with spaces)
9228
9229 2005-09-27 [colin]      1.9.14cvs56
9230
9231         * src/codeconv.c
9232         * src/compose.c
9233         * src/compose.h
9234                 Put subject in compose's title
9235                 Fix Automatic encoding so that it's really automatic:
9236                 first try default locale's charset, then charset of the replied mail, 
9237                 then utf-8
9238                 Fix encoding of headers (must be in strict mode too)
9239
9240 2005-09-26 [colin]      1.9.14cvs55
9241
9242         * src/gtk/gtkaspell.c
9243                 Fix previous patch - don't color the space,
9244                 just uncolor it :)
9245
9246 2005-09-26 [colin]      1.9.14cvs54
9247
9248         * src/gtk/gtkaspell.c
9249                 Unmark space if possible
9250
9251 2005-09-26 [colin]      1.9.14cvs53
9252
9253         * src/imap.c
9254                 log_error instead of alertpanel according to the pref
9255         * src/etpan/imap-thread.c
9256                 Print connect status, copy only necessary size to 
9257                 logger
9258         * src/plugins/pgpmime/pgpmime.c
9259                 Handle S/Mime signatures (verification only). Patch based
9260                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
9261
9262 2005-09-26 [paul]       1.9.14cvs52
9263
9264         * src/common/passcrypt.c
9265                 this 'workaround' not necessary on NetBSD.
9266                 Thanks to Daniel Gustafson
9267
9268 2005-09-26 [paul]
9269
9270         1.9.15-rc4 released
9271
9272 2005-09-26 [paul]       1.9.14cvs51
9273
9274         * src/summaryview.c
9275                 Skip currently selected message when
9276                 looking for next new or unread message
9277                 in current folder. Patch by Colin
9278         * src/common/passcrypt.c
9279                 eliminate warnings on *BSD. Patch by
9280                 Daniel Gustafson
9281
9282 2005-09-26 [colin]      1.9.14cvs50
9283
9284         * src/procmsg.c
9285                 Call postfiltering hook anyway
9286
9287 2005-09-22 [colin]      1.9.14cvs49
9288
9289         * src/codeconv.c
9290         * src/codeconv.h
9291                 Add a strict mode that doesn't replace with _
9292         * src/compose.c
9293         * src/compose.h
9294                 Use strict conversion while sending
9295                 Fix race when drafting while sending (happens
9296                 on IMAP)
9297                 Fix d'n'd of messages from summaryview
9298         * src/prefs_common.c
9299         * src/prefs_common.h
9300                 add hidden utf8_instead_of_locale_for_broken_mail 
9301                 pref for people that preferred the default charset 
9302                 to be utf8 for broken mails
9303         * src/quote_fmt_parse.y
9304                 fix bug #815 (No quote insert if "From:" fied 
9305                 contained Russian letters)
9306         * src/summaryview.c
9307                 Fix d'n'd of messages to compose
9308
9309 2005-09-22 [paul]       1.9.14cvs48
9310
9311         * src/compose.c
9312                 fix bug where attachments Name entry
9313                 would display Path instead
9314
9315 2005-09-21 [paul]       1.9.14cvs47
9316
9317         * README
9318         * README.jp
9319         * configure.ac
9320         * config/config.rpath
9321         * doc/manual/en/sylpheed-20.html
9322         * doc/manual/es/sylpheed-20.html
9323         * po/bg.po
9324         * po/ca.po
9325         * po/de.po
9326         * po/es.po
9327         * po/fr.po
9328         * po/it.po
9329         * po/pt_BR.po
9330         * po/sk.po
9331         * po/zh_TW.po
9332         * src/account.c
9333         * src/account.h
9334         * src/action.c
9335         * src/action.h
9336         * src/adbookbase.h
9337         * src/addr_compl.c
9338         * src/addr_compl.h
9339         * src/addrbook.c
9340         * src/addrbook.h
9341         * src/addrcache.c
9342         * src/addrcache.h
9343         * src/addrcindex.c
9344         * src/addrcindex.h
9345         * src/addrclip.c
9346         * src/addrclip.h
9347         * src/addrdefs.h
9348         * src/addressadd.c
9349         * src/addressadd.h
9350         * src/addressbook.c
9351         * src/addressbook.h
9352         * src/addressitem.h
9353         * src/addrgather.c
9354         * src/addrgather.h
9355         * src/addrharvest.c
9356         * src/addrharvest.h
9357         * src/addrindex.c
9358         * src/addrindex.h
9359         * src/addritem.c
9360         * src/addritem.h
9361         * src/addrquery.c
9362         * src/addrquery.h
9363         * src/addrselect.c
9364         * src/addrselect.h
9365         * src/alertpanel.c
9366         * src/alertpanel.h
9367         * src/browseldap.c
9368         * src/browseldap.h
9369         * src/codeconv.c
9370         * src/codeconv.h
9371         * src/compose.c
9372         * src/compose.h
9373         * src/crash.c
9374         * src/crash.h
9375         * src/customheader.c
9376         * src/customheader.h
9377         * src/displayheader.c
9378         * src/displayheader.h
9379         * src/editaddress.c
9380         * src/editaddress.h
9381         * src/editbook.c
9382         * src/editbook.h
9383         * src/editgroup.c
9384         * src/editgroup.h
9385         * src/editjpilot.c
9386         * src/editjpilot.h
9387         * src/editldap.c
9388         * src/editldap.h
9389         * src/editldap_basedn.c
9390         * src/editldap_basedn.h
9391         * src/editvcard.c
9392         * src/editvcard.h
9393         * src/enriched.c
9394         * src/enriched.h
9395         * src/exphtmldlg.c
9396         * src/exphtmldlg.h
9397         * src/expldifdlg.c
9398         * src/expldifdlg.h
9399         * src/export.c
9400         * src/export.h
9401         * src/exporthtml.c
9402         * src/exporthtml.h
9403         * src/exportldif.c
9404         * src/exportldif.h
9405         * src/filtering.c
9406         * src/filtering.h
9407         * src/folder.c
9408         * src/folder.h
9409         * src/folder_item_prefs.c
9410         * src/folder_item_prefs.h
9411         * src/foldersel.c
9412         * src/foldersel.h
9413         * src/folderutils.c
9414         * src/folderutils.h
9415         * src/folderview.c
9416         * src/folderview.h
9417         * src/grouplistdialog.c
9418         * src/grouplistdialog.h
9419         * src/headerview.c
9420         * src/headerview.h
9421         * src/html.c
9422         * src/html.h
9423         * src/image_viewer.c
9424         * src/image_viewer.h
9425         * src/imap.c
9426         * src/imap.h
9427         * src/imap_gtk.c
9428         * src/imap_gtk.h
9429         * src/import.c
9430         * src/import.h
9431         * src/importldif.c
9432         * src/importldif.h
9433         * src/importmutt.c
9434         * src/importmutt.h
9435         * src/importpine.c
9436         * src/importpine.h
9437         * src/inc.c
9438         * src/inc.h
9439         * src/jpilot.c
9440         * src/jpilot.h
9441         * src/ldapctrl.c
9442         * src/ldapctrl.h
9443         * src/ldaplocate.c
9444         * src/ldaplocate.h
9445         * src/ldapquery.c
9446         * src/ldapquery.h
9447         * src/ldapserver.c
9448         * src/ldapserver.h
9449         * src/ldaputil.c
9450         * src/ldaputil.h
9451         * src/ldif.c
9452         * src/ldif.h
9453         * src/localfolder.c
9454         * src/localfolder.h
9455         * src/main.c
9456         * src/main.h
9457         * src/mainwindow.c
9458         * src/mainwindow.h
9459         * src/manual.c
9460         * src/manual.h
9461         * src/matcher.c
9462         * src/matcher.h
9463         * src/matcher_parser.h
9464         * src/matcher_parser_lex.l
9465         * src/matcher_parser_parse.y
9466         * src/mbox.c
9467         * src/mbox.h
9468         * src/message_search.c
9469         * src/message_search.h
9470         * src/messageview.c
9471         * src/messageview.h
9472         * src/mh.c
9473         * src/mh.h
9474         * src/mh_gtk.c
9475         * src/mh_gtk.h
9476         * src/mimeview.c
9477         * src/mimeview.h
9478         * src/msgcache.c
9479         * src/msgcache.h
9480         * src/mutt.c
9481         * src/mutt.h
9482         * src/news.c
9483         * src/news.h
9484         * src/news_gtk.c
9485         * src/news_gtk.h
9486         * src/noticeview.c
9487         * src/noticeview.h
9488         * src/partial_download.c
9489         * src/partial_download.h
9490         * src/pine.c
9491         * src/pine.h
9492         * src/pop.c
9493         * src/pop.h
9494         * src/prefs_account.c
9495         * src/prefs_account.h
9496         * src/prefs_actions.c
9497         * src/prefs_actions.h
9498         * src/prefs_common.c
9499         * src/prefs_common.h
9500         * src/prefs_compose_writing.c
9501         * src/prefs_compose_writing.h
9502         * src/prefs_customheader.c
9503         * src/prefs_customheader.h
9504         * src/prefs_display_header.c
9505         * src/prefs_display_header.h
9506         * src/prefs_ext_prog.c
9507         * src/prefs_ext_prog.h
9508         * src/prefs_filtering.c
9509         * src/prefs_filtering.h
9510         * src/prefs_filtering_action.c
9511         * src/prefs_filtering_action.h
9512         * src/prefs_folder_column.c
9513         * src/prefs_folder_column.h
9514         * src/prefs_folder_item.c
9515         * src/prefs_folder_item.h
9516         * src/prefs_fonts.c
9517         * src/prefs_fonts.h
9518         * src/prefs_gtk.c
9519         * src/prefs_gtk.h
9520         * src/prefs_image_viewer.c
9521         * src/prefs_image_viewer.h
9522         * src/prefs_matcher.c
9523         * src/prefs_matcher.h
9524         * src/prefs_message.c
9525         * src/prefs_message.h
9526         * src/prefs_msg_colors.c
9527         * src/prefs_msg_colors.h
9528         * src/prefs_other.c
9529         * src/prefs_other.h
9530         * src/prefs_quote.c
9531         * src/prefs_quote.h
9532         * src/prefs_receive.c
9533         * src/prefs_receive.h
9534         * src/prefs_send.c
9535         * src/prefs_send.h
9536         * src/prefs_spelling.c
9537         * src/prefs_spelling.h
9538         * src/prefs_summaries.c
9539         * src/prefs_summaries.h
9540         * src/prefs_summary_column.c
9541         * src/prefs_summary_column.h
9542         * src/prefs_template.c
9543         * src/prefs_template.h
9544         * src/prefs_themes.c
9545         * src/prefs_themes.h
9546         * src/prefs_toolbar.c
9547         * src/prefs_toolbar.h
9548         * src/prefs_wrapping.c
9549         * src/prefs_wrapping.h
9550         * src/privacy.c
9551         * src/privacy.h
9552         * src/procheader.c
9553         * src/procheader.h
9554         * src/procmime.c
9555         * src/procmime.h
9556         * src/procmsg.c
9557         * src/procmsg.h
9558         * src/quote_fmt.c
9559         * src/quote_fmt_parse.y
9560         * src/recv.c
9561         * src/recv.h
9562         * src/remotefolder.c
9563         * src/remotefolder.h
9564         * src/send_message.c
9565         * src/send_message.h
9566         * src/setup.c
9567         * src/setup.h
9568         * src/simple-gettext.c
9569         * src/sourcewindow.c
9570         * src/sourcewindow.h
9571         * src/ssl_manager.c
9572         * src/ssl_manager.h
9573         * src/statusbar.c
9574         * src/statusbar.h
9575         * src/stock_pixmap.c
9576         * src/stock_pixmap.h
9577         * src/summary_search.c
9578         * src/summary_search.h
9579         * src/summaryview.c
9580         * src/summaryview.h
9581         * src/syldap.c
9582         * src/syldap.h
9583         * src/textview.c
9584         * src/textview.h
9585         * src/toolbar.c
9586         * src/toolbar.h
9587         * src/undo.c
9588         * src/undo.h
9589         * src/unmime.c
9590         * src/unmime.h
9591         * src/vcard.c
9592         * src/vcard.h
9593         * src/wizard.c
9594         * src/wizard.h
9595         * src/common/base64.c
9596         * src/common/base64.h
9597         * src/common/defs.h
9598         * src/common/hooks.c
9599         * src/common/hooks.h
9600         * src/common/log.c
9601         * src/common/log.h
9602         * src/common/md5.c
9603         * src/common/md5.h
9604         * src/common/mgutils.c
9605         * src/common/mgutils.h
9606         * src/common/nntp.c
9607         * src/common/nntp.h
9608         * src/common/passcrypt.c
9609         * src/common/passcrypt.h.in
9610         * src/common/plugin.c
9611         * src/common/plugin.h
9612         * src/common/prefs.c
9613         * src/common/prefs.h
9614         * src/common/progressindicator.c
9615         * src/common/progressindicator.h
9616         * src/common/quoted-printable.c
9617         * src/common/quoted-printable.h
9618         * src/common/session.c
9619         * src/common/session.h
9620         * src/common/smtp.c
9621         * src/common/smtp.h
9622         * src/common/socket.c
9623         * src/common/socket.h
9624         * src/common/ssl.c
9625         * src/common/ssl.h
9626         * src/common/ssl_certificate.c
9627         * src/common/ssl_certificate.h
9628         * src/common/string_match.c
9629         * src/common/string_match.h
9630         * src/common/stringtable.c
9631         * src/common/sylpheed.c
9632         * src/common/sylpheed.h
9633         * src/common/template.c
9634         * src/common/template.h
9635         * src/common/timing.h
9636         * src/common/utils.c
9637         * src/common/utils.h
9638         * src/common/uuencode.c
9639         * src/common/uuencode.h
9640         * src/common/version.h.in
9641         * src/common/xml.c
9642         * src/common/xml.h
9643         * src/common/xmlprops.c
9644         * src/common/xmlprops.h
9645         * src/gtk/about.c
9646         * src/gtk/about.h
9647         * src/gtk/colorlabel.c
9648         * src/gtk/colorlabel.h
9649         * src/gtk/colorsel.c
9650         * src/gtk/colorsel.h
9651         * src/gtk/description_window.c
9652         * src/gtk/description_window.h
9653         * src/gtk/filesel.c
9654         * src/gtk/filesel.h
9655         * src/gtk/foldersort.c
9656         * src/gtk/foldersort.h
9657         * src/gtk/gtkutils.c
9658         * src/gtk/gtkutils.h
9659         * src/gtk/inputdialog.c
9660         * src/gtk/inputdialog.h
9661         * src/gtk/logwindow.c
9662         * src/gtk/logwindow.h
9663         * src/gtk/manage_window.c
9664         * src/gtk/manage_window.h
9665         * src/gtk/menu.c
9666         * src/gtk/menu.h
9667         * src/gtk/pluginwindow.c
9668         * src/gtk/pluginwindow.h
9669         * src/gtk/prefswindow.c
9670         * src/gtk/prefswindow.h
9671         * src/gtk/progressdialog.c
9672         * src/gtk/progressdialog.h
9673         * src/gtk/quicksearch.c
9674         * src/gtk/quicksearch.h
9675         * src/gtk/sslcertwindow.c
9676         * src/gtk/sslcertwindow.h
9677         * src/plugins/clamav/clamav_plugin.c
9678         * src/plugins/clamav/clamav_plugin.h
9679         * src/plugins/clamav/clamav_plugin_gtk.c
9680         * src/plugins/demo/demo.c
9681         * src/plugins/dillo_viewer/dillo_prefs.c
9682         * src/plugins/dillo_viewer/dillo_prefs.h
9683         * src/plugins/dillo_viewer/dillo_viewer.c
9684         * src/plugins/mathml_viewer/mathml_viewer.c
9685         * src/plugins/pgpcore/passphrase.c
9686         * src/plugins/pgpcore/passphrase.h
9687         * src/plugins/pgpcore/plugin.c
9688         * src/plugins/pgpcore/prefs_gpg.c
9689         * src/plugins/pgpcore/prefs_gpg.h
9690         * src/plugins/pgpcore/select-keys.c
9691         * src/plugins/pgpcore/select-keys.h
9692         * src/plugins/pgpcore/sgpgme.c
9693         * src/plugins/pgpcore/sgpgme.h
9694         * src/plugins/pgpinline/pgpinline.c
9695         * src/plugins/pgpinline/pgpinline.h
9696         * src/plugins/pgpinline/plugin.c
9697         * src/plugins/pgpmime/pgpmime.c
9698         * src/plugins/pgpmime/pgpmime.h
9699         * src/plugins/pgpmime/plugin.c
9700         * src/plugins/spamassassin/spamassassin.c
9701         * src/plugins/spamassassin/spamassassin.h
9702         * src/plugins/spamassassin/spamassassin_gtk.c
9703         * src/plugins/trayicon/trayicon.c
9704         * tools/OOo2sylpheed.pl
9705         * tools/acroread2sylpheed.pl
9706         * tools/asus_mailled.sh
9707         * tools/filter_conv.pl
9708         * tools/freshmeat_search.pl
9709         * tools/google_search.pl
9710         * tools/kmail2sylpheed.pl
9711         * tools/kmail2sylpheed_v2.pl
9712         * tools/maildir2sylpheed.pl
9713         * tools/multiwebsearch.pl
9714         * tools/newscache_clean.pl
9715         * tools/outlook2sylpheed.pl
9716         * tools/sylpheed-switcher
9717         * tools/update-po
9718         * tools/vcard2xml.py
9719         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9720                 update FSF address
9721
9722 2005-09-21 [colin]      1.9.14cvs46
9723
9724         * src/gedit-print.c
9725         * src/procmsg.c
9726         * src/procmsg.h
9727         * src/textview.c
9728         * src/summaryview.c
9729                 Remove some printing hacks (deselection/reselection),
9730                 which by the way fix printing the currently 
9731                 displayed mime part (still only text)
9732                 Plus a little optimisation of summary_show
9733
9734
9735 2005-09-20 [colin]      1.9.14cvs45
9736
9737         * src/mainwindow.c
9738         * src/messageview.c
9739                 GUI fixups: add accels, set message
9740                 view title to displayed mail's subject
9741         * src/prefs_spelling.c
9742         * src/gtk/gtkaspell.c
9743                 GUI fixups: allow underlining misspelled
9744                 words instead of coloring them (a11y!)
9745
9746 2005-09-19 [colin]
9747
9748         1.9.15rc3 released
9749
9750 2005-09-19 [colin]      1.9.14cvs44
9751
9752         * src/compose.c
9753                 Fix draft message
9754         * src/gtk/gtkaspell.c
9755                 Fix wrong test ;-)
9756
9757 2005-09-19 [colin]      1.9.14cvs43
9758
9759         * src/addressbook.c
9760                 Fix sensitivity of Delete button
9761         * src/compose.c
9762                 Warn if the requested Privacy system
9763                 is not available
9764         * src/exphtmldlg.c
9765         * src/expldifdlg.c
9766         * src/importldif.c
9767         * src/importmutt.c
9768         * src/importpine.c
9769                 Fix crappy UI
9770         * src/
9771         * src/ssl.h
9772         * src/prefs_account.h
9773         * src/prefs_account.c
9774                 Save SSL prefs even in builds that have
9775                 SSL support disable
9776         * src/imap.c
9777         * src/inc.c
9778         * src/news.c
9779         * src/send_message.c
9780                 Warn if connection should be secure, but
9781                 SSL support isn't compiled in
9782         * src/gtkaspell.c
9783                 Fix word separation on UTF-8 systems
9784                 Fixes bug #812 (Strange inline spellchecking)
9785         * src/compose.c
9786                 Warn if the requested Privacy system
9787                 is not available
9788                 Factorize offline warning
9789         * src/imap.c
9790         * src/imap_gtk.c
9791         * src/imap_gtk.h
9792         * src/inc.h
9793         * src/news_gtk.c
9794         * src/news_gtk.h
9795         * src/messageview.c
9796                 Factorize offline warning
9797
9798 2005-09-19 [paul]
9799
9800         1.9.15-rc2 released
9801
9802 2005-09-18 [colin]      1.9.14cvs42
9803
9804         * src/codeconv.c
9805         * src/codeconv.h
9806         * src/procmime.c
9807                 Add a way to get locale's charset ignoring utf-8,
9808                 and use that as default encoding for broken mails
9809
9810 2005-09-18 [colin]      1.9.14cvs41
9811
9812         * src/gtk/logwindow.c
9813                 Translate string. Patch by Fabien Vantard
9814
9815 2005-09-18 [colin]      1.9.14cvs40
9816
9817         * configure.ac
9818                 Fix bug #803 (IMAP/SSL support breaks with 
9819                 GnuTLS libetpan 0.38)
9820
9821 2005-09-18 [colin]      1.9.14cvs39
9822
9823         * src/codeconv.c
9824         * src/compose.c
9825         * src/procmime.c
9826                 More charsets fixes. Fixes bug #806 (non
9827                 ascii characters in subject line)
9828
9829 2005-09-17 [paul]       1.9.14cvs38
9830
9831         * src/folderview.c
9832         * src/mainwindow.c
9833                 fix gcc-2.95 issues
9834                 Patch by Pawel Pekala
9835
9836 2005-09-17 [colin]      1.9.14cvs37
9837
9838         * src/addrindex.c
9839                 bugfix for NO-USE LDAP compilation, patch 
9840                 by Fabien Vantard
9841
9842 2005-09-17 [colin]      1.9.14cvs36
9843
9844         * src/prefs_actions.c
9845         * src/prefs_customheader.c
9846         * src/prefs_display_header.c
9847         * src/prefs_filtering_action.c
9848         * src/prefs_matcher.c
9849         * src/prefs_toolbar.c
9850                 Fix strange casts (less elegant but
9851                 works better)
9852
9853 2005-09-16 [colin]      1.9.14cvs35
9854
9855         * src/jpilot.c
9856                 Missed that one
9857
9858 2005-09-16 [colin]      1.9.14cvs34
9859
9860         * configure.ac
9861         * src/Makefile.am
9862         * src/addr_compl.c
9863         * src/addrindex.c
9864         * src/browseldap.c
9865         * src/editldap.c
9866         * src/ldaplocate.c
9867         * src/ldapquery.c
9868         * src/ldapquery.h
9869         * src/ldapserver.c
9870         * src/ldapserver.h
9871         * src/main.c
9872         * src/matcher_parser_parse.y
9873         * src/prefs_themes.c
9874         * src/etpan/Makefile.am
9875         * src/gtk/description_window.c
9876         * src/plugins/clamav/Makefile.am
9877         * src/plugins/clamav/clamav_plugin.c
9878         * src/plugins/dillo_viewer/Makefile.am
9879         * src/plugins/pgpcore/Makefile.am
9880         * src/plugins/pgpinline/Makefile.am
9881         * src/plugins/pgpmime/Makefile.am
9882         * src/plugins/trayicon/Makefile.am
9883                 Fix 100% cpu usage in address completion list
9884                 Fix little bugs (return with no values etc)
9885                 Fix all warnings (with common CFLAGS)
9886
9887 2005-09-15 [colin]      1.9.14cvs33
9888
9889         * src/addressbook.c
9890                 Fix bug where sometimes a group's email list is empty,
9891                 force its refresh (probably fixes "Re: how to create a 
9892                 distribution list")
9893         * src/ldapquery.c
9894                 Don't return to the callback in the main thread from the
9895                 fetch thread (or face segs!)
9896
9897 2005-09-15 [paul]       1.9.14cvs32
9898
9899         * src/prefs_matcher.c
9900                 forgotten in last commit
9901
9902 2005-09-15 [paul]       1.9.14cvs31
9903
9904         * src/prefs_actions.c
9905         * src/prefs_filtering_action.c
9906         * src/prefs_quote.c
9907         * src/quote_fmt.c
9908         * src/summaryview.c
9909         * src/gtk/description_window.c
9910         * src/gtk/description_window.h
9911         * src/gtk/quicksearch.c
9912                 allow interaction with the called
9913                 description window
9914                 Patch by Anders Hammar
9915
9916 2005-09-14 [paul]       1.9.14cvs30
9917
9918         * src/compose.c
9919                 fix a little annoyance when pasting with 3rd button 
9920                 with wrap_pastes=0 and wrap_input=1
9921                 Patch by Colin
9922
9923 2005-09-14 [paul]       1.9.14cvs29
9924
9925         * src/prefs_account.c
9926                 disable 'Filter messages on receiving' for
9927                 SMTP-only accounts
9928                 Patch  by Anders Hammar
9929
9930 2005-09-14 [paul]       1.9.14cvs28
9931
9932         * po/sk.po
9933                 fix crash
9934                 updated by Andrej Kacian
9935
9936 2005-09-14 [paul]
9937
9938         1.9.15-rc1 released
9939
9940 2005-09-14 [paul]       1.9.14cvs27
9941
9942         * po/es.po
9943                 updated by Ricardo Mones Lastra
9944         * src/compose.c
9945         * src/compose.h
9946                 associate no_wrap_tags to Compose windows
9947                 instead of using a static one
9948                 Patch by Colin
9949         * src/mbox.c
9950                 fix proc_mbox()
9951                 Patch by wwp
9952         * src/textview.c
9953                 remove unneeded printf()
9954
9955 2005-09-14 [paul]       1.9.14cvs26
9956
9957         * src/addrcache.c
9958         * src/codeconv.h
9959         * src/folder.h
9960         * src/mainwindow.h
9961         * src/mh.c
9962         * src/mimeview.h
9963         * src/partial_download.c
9964         * src/pop.c
9965         * src/prefs_account.c
9966         * src/prefs_account.h
9967         * src/prefs_actions.c
9968         * src/prefs_customheader.c
9969         * src/prefs_display_header.c
9970         * src/prefs_filtering_action.c
9971         * src/prefs_matcher.c
9972         * src/prefs_toolbar.c
9973         * src/privacy.h
9974         * src/procmime.c
9975         * src/procmime.h
9976         * src/procmsg.h
9977         * src/textview.c
9978         * src/undo.h
9979         * src/common/plugin.c
9980         * src/common/session.h
9981         * src/common/socket.c
9982         * src/common/socket.h
9983         * src/common/template.c
9984         * src/gtk/gtkaspell.c
9985         * src/gtk/quicksearch.h
9986         * src/plugins/pgpcore/passphrase.c
9987         * src/plugins/pgpcore/prefs_gpg.h
9988         * src/plugins/pgpcore/select-keys.c
9989         * src/plugins/pgpcore/select-keys.h
9990         * src/plugins/pgpcore/sgpgme.c
9991         * src/plugins/pgpinline/pgpinline.c
9992         * src/plugins/pgpmime/pgpmime.c
9993         * src/plugins/trayicon/trayicon.c
9994                 fix compilation warnings
9995                 Patch by Daniel Gustafson
9996
9997 2005-09-14 [paul]       1.9.14cvs25
9998
9999         * src/addressbook.c
10000                 add missing column header, and other small
10001                 bug fixes
10002                 Patch by Anders Hammar
10003
10004 2005-09-13 [colin]      1.9.14cvs24
10005
10006         * src/gtk/gtkaspell.c
10007                 Fix non-utf8 in menu
10008                 Fix little leaks
10009                 Nullify struct members after free()s
10010
10011 2005-09-13 [colin]      1.9.14cvs23
10012
10013         * src/compose.c
10014                 Test utf8 compliance before inserting to 
10015                 buffer, and try to convert if necessary
10016         * src/procmime.c
10017                 If no charset is present, use the locale 
10018                 one instead of us-ascii
10019         * src/procmsg.c
10020                 Add Sender, List-Post and To in the checked 
10021                 headers for automatic rules creation 
10022                 (thanks to wwp)
10023         * src/prefs_themes.c
10024         * src/gtk/gtkaspell.c
10025                 Remove deprecated functions. 
10026                 patch by Daniel Gustafson
10027
10028 2005-09-12 [colin]      1.9.14cvs22
10029
10030         * src/compose.c
10031                 Fix bug #448 (Scrolling/Redraw issue with 
10032                 address-fields in Header)
10033         * src/mainwindow.c
10034         * src/summaryview.c
10035         * src/summaryview.h
10036                 Fix loss of MSG_MARKED on move/copy
10037                 Fix bug #804 (Quicksearch togglebutton doesn't 
10038                 get depressed after '/' key is pressed)
10039
10040 2005-09-12 [paul]       1.9.14cvs21
10041
10042         * AUTHORS
10043         * src/gtk/logwindow.c
10044                 add 'Clear Log' to popup menu
10045                 Patch by Anders Hammar <anders.hammar@telia.com>
10046
10047 2005-09-12 [paul]       1.9.14cvs20
10048
10049         * src/compose.c
10050                 set correct sensitivity on attachments
10051                 popup menu
10052         * src/folder.c
10053                 fix typo
10054         * src/prefs_spelling.c
10055                 fix crash when no LANG env is set
10056         * src/common/xml.c
10057                 fix crash in wizard
10058                 don't use memeory after free
10059
10060         All patches by Daniel Gustafson
10061
10062 2005-09-12 [paul]       1.9.14cvs19
10063
10064         * src/prefs_themes.c
10065                 make theme info selectable
10066         * src/gtk/description_window.c
10067                 make window non-modal
10068         * tools/README
10069                 add details of asus_mailed.sh
10070         * tools/claws.i18n.status.pl
10071                 update for new zh_TW translator
10072                 widen the output
10073                 create alternate coloured lines
10074                 improve readability
10075
10076 2005-09-10 [colin]      1.9.14cvs18
10077
10078         * src/plugins/pgpcore/select-keys.c
10079                 Better order for the buttons
10080
10081 2005-09-10 [colin]      1.9.14cvs17
10082
10083         * src/compose.c
10084         * src/plugins/pgpcore/select-keys.c
10085         * src/plugins/pgpcore/select-keys.h
10086         * src/plugins/pgpcore/sgpgme.c
10087                 Add a "Don't encrypt" button to the key
10088                 selection dialog. Fixes bug #177 (There should be a 
10089                 'Don't encrypt button in the Select Keys dialog)
10090
10091 2005-09-10 [colin]      1.9.14cvs16
10092
10093         * src/compose.c
10094                 Fix bug #572 (%X option does not work with templates)
10095
10096 2005-09-10 [colin]      1.9.14cvs15
10097
10098         * src/toolbar.c 
10099                 Remove g_print
10100
10101 2005-09-10 [colin]      1.9.14cvs14
10102
10103         * src/imap.c
10104                 Fix a possible crash
10105
10106 2005-09-09 [colin]      1.9.14cvs13
10107
10108         * src/imap.c
10109         * src/etpan/imap-thread.c
10110         * src/etpan/imap-thread.h
10111                 Fix moving from queue or drafts to normal folders
10112                 Fix bug #794 (No way to delete without expunging)
10113                 Take flags unset by other mailers into account
10114                 Take deleted flag set by other mailers into account
10115                 Fix unsetting REPLIED flag
10116                 Fix crash when capabilities can't be retrieved
10117         * src/mainwindow.c
10118         * src/mainwindow.h
10119                 Add M_DELAYED_FLAGS condition, and let the user use
10120                 Execute in order to be able to expunge deleted mails,
10121                 even if he's not in delayed execute mode
10122         * src/prefs_spelling.c
10123                 Use 'en' dictionary by default if LANG is POSIX or C
10124         * src/gtk/prefswindow.c
10125                 Fix bug #767 (Preferences windows expanding) by making
10126                 the window a bit larger when the resolution is greater
10127                 than 640x480, and by putting the prefs in a
10128                 GtkScrolledWindow.
10129
10130 2005-09-09 [paul]       1.9.14cvs12
10131
10132         * AUTHORS
10133         * configure.ac
10134         * po/zh_TW.Big5.po      ** REMOVED **
10135         * po/zh_TW.po           ** ADDED **
10136                 updated by Wei-Lun Chao
10137
10138 2005-09-09 [paul]       1.9.14cvs11
10139
10140         * src/mainwindow.c
10141                 fix asserts
10142         * src/common/xml.c
10143                 delay memory allocation until file is
10144                 opened successfully
10145                 Patch by Daniel Gustafson
10146
10147 2005-09-09 [colin]      1.9.14cvs10
10148
10149         * src/imap.c
10150                 Add guards
10151
10152 2005-09-08 [colin]      1.9.14cvs9
10153
10154         * src/compose.c
10155                 Alert when we can't save draft
10156                 Fix various wrap/color issues
10157                 Add mid-click pasting respecting wrap_paste option
10158         * src/folder.c
10159         * src/folder.h
10160         * src/folder_item_prefs.c
10161         * src/folder_item_prefs.h
10162         * src/imap.c
10163         * src/imap_gtk.c
10164         * src/imap_gtk.h
10165         * src/main.c
10166         * src/mainwindow.c
10167         * src/mainwindow.h
10168         * src/news.c
10169         * src/news_gtk.c
10170         * src/news_gtk.h
10171         * src/prefs_folder_item.c
10172                 Fix the impossibility to synchronise folders for
10173                 offline use (IMAP and NNTP are concerned)
10174
10175 2005-09-08 [colin]      1.9.14cvs8
10176
10177         * configure.ac
10178                 Build LDAP and JPilot by default if available
10179         * src/textview.c
10180                 Fix use after free
10181
10182 2005-09-08 [paul]       1.9.14cvs7
10183
10184         * doc/manual/en/sylpheed-1.html
10185         * doc/manual/en/sylpheed-18.html
10186         * doc/manual/en/sylpheed-19.html
10187         * doc/manual/en/sylpheed-4.html
10188         * doc/manual/en/sylpheed-6.html
10189         * doc/manual/en/sylpheed.html
10190                 a few minor updates, plus include some
10191                 details about plugins and their requirements
10192         * src/mainwindow.c
10193                 minor changes to English in /View/Sort
10194
10195 2005-09-07 [colin]      1.9.14cvs6
10196
10197         * doc/manual/en/sylpheed-1.html
10198         * doc/manual/en/sylpheed-10.html
10199         * doc/manual/en/sylpheed-11.html
10200         * doc/manual/en/sylpheed-12.html
10201         * doc/manual/en/sylpheed-13.html
10202         * doc/manual/en/sylpheed-14.html
10203         * doc/manual/en/sylpheed-15.html
10204         * doc/manual/en/sylpheed-16.html
10205         * doc/manual/en/sylpheed-17.html
10206         * doc/manual/en/sylpheed-18.html
10207         * doc/manual/en/sylpheed-19.html
10208         * doc/manual/en/sylpheed-2.html
10209         * doc/manual/en/sylpheed-20.html
10210         * doc/manual/en/sylpheed-21.html
10211         * doc/manual/en/sylpheed-22.html
10212         * doc/manual/en/sylpheed-3.html
10213         * doc/manual/en/sylpheed-4.html
10214         * doc/manual/en/sylpheed-5.html
10215         * doc/manual/en/sylpheed-6.html
10216         * doc/manual/en/sylpheed-7.html
10217         * doc/manual/en/sylpheed-8.html
10218         * doc/manual/en/sylpheed-9.html
10219         * doc/manual/en/sylpheed.html
10220                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
10221
10222 2005-09-07 [colin]      1.9.14cvs5
10223
10224         * src/mainwindow.c
10225                 Make labels more to-the-point
10226
10227 2005-09-07 [colin]      1.9.14cvs4
10228
10229         * doc/manual/en/sylpheed-1.html
10230         * doc/manual/en/sylpheed-12.html
10231         * doc/manual/en/sylpheed-13.html
10232         * doc/manual/en/sylpheed-14.html
10233         * doc/manual/en/sylpheed-15.html
10234         * doc/manual/en/sylpheed-16.html
10235         * doc/manual/en/sylpheed-17.html
10236         * doc/manual/en/sylpheed-18.html
10237         * doc/manual/en/sylpheed-19.html
10238         * doc/manual/en/sylpheed-2.html
10239         * doc/manual/en/sylpheed-20.html
10240         * doc/manual/en/sylpheed-21.html
10241         * doc/manual/en/sylpheed-22.html
10242         * doc/manual/en/sylpheed-4.html
10243         * doc/manual/en/sylpheed-5.html
10244         * doc/manual/en/sylpheed-6.html
10245         * doc/manual/en/sylpheed-7.html
10246         * doc/manual/en/sylpheed-8.html
10247         * doc/manual/en/sylpheed-9.html
10248         * doc/manual/en/sylpheed.html
10249                 Update manual
10250
10251 2005-09-07 [colin]      1.9.14cvs3
10252
10253         * doc/faq/en/sylpheed-faq-1.html
10254         * doc/faq/en/sylpheed-faq-2.html
10255         * doc/faq/en/sylpheed-faq-3.html
10256         * doc/faq/en/sylpheed-faq.html
10257                 Update FAQ
10258
10259 2005-09-07 [colin]      1.9.14cvs2
10260
10261         * src/folderview.c
10262         * src/procmsg.c
10263         * src/summaryview.c
10264         * src/toolbar.c
10265                 Fix special subfolders:
10266                 - Inherit parent's icon
10267                 - sent contents of queues subfolders
10268                 - empty subfolders of trashes
10269         * src/mainwindow.c
10270                 Remove outdated manual and faq entries
10271         * src/common/utils.c
10272                 Add quotes around %s coming from mailcap
10273
10274 2005-09-07 [colin]      1.9.14cvs1
10275
10276         * src/compose.c
10277                 After saving draft, set modified to FALSE
10278         * src/mimeview.c
10279         * src/common/utils.c
10280         * src/common/utils.h
10281                 Try to open mime parts using what is 
10282                 indicated in ~/.mailcap or /etc/mailcap,
10283                 if possible.
10284
10285 2005-09-05 [paul]       1.9.14
10286
10287         1.9.14 released
10288
10289         * po/sk.po
10290                 updated by Andrej Kacian
10291
10292 2005-09-05 [paul]       1.9.13cvs83
10293
10294         * po/de.po
10295         * po/es.po
10296         * po/fi.po
10297         * po/fr.po
10298         * po/nb.po
10299         * po/pt_BR.po
10300         * po/sr.po
10301                 updated translations by Thomas Gilgin, Ricardo Mones
10302                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
10303                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
10304
10305 2005-09-04 [paul]       1.9.13cvs82
10306
10307         * src/compose.c
10308                 only warn about exceeded line length limit
10309                 on send
10310
10311 2005-09-04 [paul]       1.9.13cvs81
10312
10313         * src/compose.c
10314                 fix crash in 'line length exceeded' dialogue
10315
10316 2005-09-02 [paul]       1.9.13cvs80
10317
10318         * src/imap.c
10319                 fix bug 795, 'Connection lost IMAP'
10320                 and add statusbar prints
10321                 Patch by Colin
10322
10323 2005-09-02 [paul]       1.9.13cvs79
10324
10325         * src/compose.c
10326                 compose_wrap_paragraph() becomes
10327                 compose_beautify_paragraph()
10328                 Patch by Colin
10329
10330 2005-09-02 [colin]      1.9.13cvs78
10331
10332         * src/folderview.c
10333                 Micro-fix
10334
10335 2005-09-01 [colin]      1.9.13cvs77
10336
10337         * src/imap.c
10338                 Maybe fix bug #795 (Connection lost IMAP)
10339                 Don't try to send logout when we're disconnected.
10340         * src/summaryview.c
10341                 Include locked and marked emails in HRM
10342                 view. Fixes bug #800 (Locked messages no longer 
10343                 show up when hide read messages is used)
10344
10345 2005-09-01 [paul]       1.9.13cvs76
10346
10347         * src/prefs_common.c
10348                 fix bad cutting
10349
10350 2005-08-31 [colin]      1.9.13cvs75
10351
10352         * src/folderview.c
10353         * src/folderview.h
10354         * src/prefs_summaries.c
10355         * src/summaryview.c
10356                 Fix "go to next new", fix preference
10357                 (Open unread/next swapped)
10358
10359 2005-08-31 [paul]       1.9.13cvs74
10360
10361         * src/compose.c
10362         * src/folderview.c
10363         * src/headerview.c
10364         * src/headerview.h
10365         * src/mainwindow.c
10366         * src/prefs_common.c
10367         * src/prefs_common.h
10368         * src/prefs_fonts.c
10369         * src/summaryview.c
10370         * src/textview.c
10371         * src/common/defs.h
10372                 remove obsolete BOLD_FONT setting
10373                 fix font update in headerview and textview
10374                 headers after prefs change
10375                 Patch By Colin
10376
10377 2005-08-31 [paul]
10378
10379         1.9.14-rc4 released
10380
10381 2005-08-30 [colin]      1.9.13cvs73
10382
10383         * src/summaryview.c
10384                 When Hide read messages is selected and we
10385                 refresh the summaryview, don't remove the 
10386                 currently displayed message. Fixes bug #797
10387                 (Summary view reloads when new mail is 
10388                 downloaded in 1.9.14 rc)
10389
10390 2005-08-30 [colin]      1.9.13cvs72
10391
10392         * src/folderview.c
10393                 Fix flickering
10394         * src/mainwindow.c
10395                 Remove useless callback
10396         * src/mimeview.c
10397         * src/gtk/filesel.c
10398         * src/gtk/filesel.h
10399                 Add a filesel_select_file_save_folder() - used by Save All
10400
10401 2005-08-29 [paul]       1.9.13cvs71
10402
10403         * AUTHORS
10404         * src/matcher_parser_parse.y
10405         * src/etpan/imap-thread.c
10406                 fix building on FreeBSD
10407                 Patch by Daniel Gustafson <daniel@hobbit.se>
10408
10409 2005-08-29 [paul]       1.9.13cvs70
10410
10411         * src/plugins/pgpinline/pgpinline.c
10412                 only initialise sig result if it's been handled
10413                 Patch by Colin
10414
10415 2005-08-29 [paul]       1.9.13cvs69
10416         
10417         Patches by Colin:
10418
10419         * src/imap.c
10420         * src/common.utils.c
10421         * src/common/utils.h
10422                 optimisation
10423         * src/stock_pixmap.h
10424                 fix wrong icon reference
10425         * src/pixmaps/trash_btn.xpm
10426                 replace with nicer image
10427
10428 2005-08-28 [colin]      1.9.13cvs68
10429
10430         * src/Makefile.am
10431         * src/stock_pixmap.c
10432         * src/stock_pixmap.h
10433         * src/toolbar.c
10434         * src/pixmaps/trash_btn.xpm
10435                 Add a specific trash xpm for the button
10436
10437 2005-08-28 [colin]      1.9.13cvs67
10438
10439         * src/imap.c
10440                 Fix leak
10441
10442 2005-08-27 [colin]      1.9.13cvs66
10443
10444         * src/imap.c
10445         * src/procmime.c
10446                 Correctly fix "Problem with replies", fixes
10447                 pgpmime encryption too. 
10448
10449 2005-08-27 [colin]      1.9.13cvs65
10450
10451         * src/folder.c
10452         * src/procmsg.c
10453         * src/procmsg.h
10454         * src/summaryview.c
10455                 Fix bug #517 (messages removed from summaryview 
10456                 when moving fails)
10457
10458 2005-08-27 [colin]      1.9.13cvs64
10459
10460         * tools/Makefile.am
10461         * tools/asus_mailled.sh
10462                 Add a script to blink ASUS laptops' mail LED where there
10463                 is unread mail.
10464
10465 2005-08-27 [colin]      1.9.13cvs63
10466
10467         * src/imap.c
10468         * src/etpan/imap-thread.c
10469         * src/etpan/imap-thread.h
10470                 Implement automatic choosing of login method
10471                 Fixes bug #791
10472         * src/gtk/.cvsignore
10473                 Add sylpheed-marshal.[ch]
10474
10475 2005-08-27 [colin]      1.9.13cvs62
10476
10477         * src/common/utils.c
10478                 Fix confusing perror
10479
10480 2005-08-27 [colin]      1.9.13cvs61
10481
10482         * src/toolbar.c
10483         * src/toolbar.h
10484                 Remove A_DELETE, replace it with 
10485                 A_TRASH and A_DELETE_REAL. Automatically
10486                 rewrite config files to replace A_DELETE
10487                 with A_TRASH (no functionality change).
10488                 Fixes half of #794
10489
10490 2005-08-26 [colin]      1.9.13cvs60
10491
10492         * src/procmime.c
10493                 Previous "Problem with replies" fix brought other
10494                 problems, fixing them
10495
10496 2005-08-26 [colin]      1.9.13cvs59
10497
10498         * src/procmime.c
10499                 Fix "Problem with replies". This happened only
10500                 on IMAP...
10501         * src/procmsg.c
10502                 Factorize code a bit
10503         * src/compose.c
10504                 Speed improvement on very long messages (wrapping)
10505                 Fix signature color on Reedit and Redirect
10506                 On Reedit, don't attach pgp-signatures parts, but
10507                 set signing to On.
10508
10509 2005-08-24 [paul]       1.9.13cvs58
10510
10511         * src/compose.c
10512                 don't claim success when clicking
10513                 Cancel on the passphrase box.
10514                 Patch by Colin
10515
10516 2005-08-24 [paul]       1.9.13cvs57
10517
10518         * src/main.c
10519                 fix misplaced sylpheed.log
10520         * src/common/defs.h
10521                 define UIDL_DIR
10522
10523 2005-08-24 [paul]       1.9.13cvs56
10524
10525         * src/imap.c
10526         * src/etpan/imap-thread.c
10527         * src/etpan/imap-thread.h
10528                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
10529                 Patch by Colin
10530         * src/gtk/sylpheed-marshal.c    ** REMOVED **
10531         * src/gtk/sylpheed-marshal.h    ** REMOVED **
10532                 remove autogenerated files
10533         * tools/kdeservicemenu/README
10534         * tools/kdeservicemenu/install.sh
10535         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10536         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10537                 use Claws icon, use 'Sylpheed-Claws' in menu,
10538                 use kdialog, and other cleanups
10539
10540 2005-08-23 [paul]       1.9.13cvs55
10541
10542         * src/compose.c
10543                 fix paste/wrap crash
10544                 Patch by Colin
10545
10546 2005-08-23 [paul]       1.9.13cvs54
10547
10548         * src/main.c
10549                 fix crash recovery
10550                 Patch by Colin
10551
10552 2005-08-23 [paul]       1.9.13cvs53
10553
10554         * src/addressbook.c
10555         * src/editaddress.c
10556                 view all data of LDAP contacts
10557                 Patch by Colin
10558
10559 2005-08-23 [paul]       1.9.13cvs52
10560
10561         * src/addressbook.c
10562                 fix issues with the Search field
10563                 Patch by Colin
10564
10565 2005-08-22 [paul]       1.9.13cvs51
10566
10567         * src/folderview.c
10568                 put name of folder in processing dialog
10569                 title
10570         * src/prefs_folder_item.c
10571                 improve english usage
10572
10573 2005-08-22 [paul]       1.9.13cvs50
10574
10575         * src/filtering.c
10576         * src/filtering.h
10577         * src/matcher.c
10578         * src/matcher_parser_lex.l
10579         * src/matcher_parser_parse.y
10580         * src/prefs_filtering.c
10581                 add Filtering/Processing rule names feature.
10582                 (the incompatible old matcherrc is saved as
10583                 matcherrc.pre_names).
10584                 Patch by Colin
10585
10586 2005-08-22 [paul]       1.9.13cvs49
10587
10588         * src/procmsg.c
10589                 fix colour labelling
10590                 Patch by Colin
10591
10592 2005-08-22 [paul]       1.9.13cvs48
10593
10594         * src/textview.c
10595                 fix open_image_cb()
10596
10597 2005-08-22 [paul]       1.9.13cvs47
10598
10599         * src/imap.c
10600                 fix bug 789, 'SC crashes with imap (CVS ver)'
10601                 Patch by Colin
10602
10603 2005-08-22 [paul]       1.9.13cvs46
10604
10605         * src/mimeview.c
10606         * src/prefs_common.c
10607         * src/common/defs.h
10608                 define reused defaults in defs.h
10609         * src/textview.c
10610                 add 'Open image' to image popup menu
10611
10612 2005-08-21 [colin]      1.9.13cvs45
10613
10614         * src/summaryview.c
10615                 Fix bug #788 (Bogus "From" address displayed)
10616
10617 2005-08-20 [colin]      1.9.13cvs44
10618
10619         * src/folder.c
10620                 Fix buf #787 (multilevel delete causes SIGSEGV)
10621
10622 2005-08-19 [colin]      1.9.13cvs43
10623
10624         * src/inc.c
10625         * src/prefs_common.c
10626         * src/prefs_common.h
10627                 Add an hidden pref to allow modifying the
10628                 update stepping in incorporation.
10629                 Patch by wwp.
10630
10631 2005-08-19 [colin]      1.9.13cvs42
10632
10633         * src/compose.c
10634         * src/procmime.c
10635                 Workaround for broken MUAs: encode 
10636                 Content-type: name: as ASCII and 
10637                 Content-Disposition: filename: as
10638                 per rfc2231
10639         * src/prefs_account.c
10640                 Fix invisible-ness of SMTP SSL prefs
10641                 in NNTP accounts
10642
10643 2005-08-19 [paul]       1.9.13cvs41
10644
10645         * src/compose.c
10646         * src/prefs_common.c
10647         * src/prefs_common.h
10648         * src/prefs_wrapping.c
10649                 paste with or without wrapping.
10650                 patch by Colin
10651
10652 2005-08-19 [paul]       1.9.13cvs40
10653
10654         * src/prefs_common.c
10655         * src/prefs_common.h
10656         * src/summaryview.c
10657                 reintroduce enable_swap_from as a
10658                 hidden pref. patch by Colin
10659         * src/quote_fmt_parse.y
10660         * src/plugins/clamav/clamav_plugin.c
10661         * src/plugins/dillo_viewer/dillo_viewer.c
10662         * src/plugins/mathml_viewer/mathml_viewer.c
10663         * src/plugins/pgpcore/sgpgme.c
10664         * src/plugins/pgpinline/pgpinline.c
10665         * src/plugins/pgpmime/pgpmime.c
10666                 tidy up. patch by Colin
10667
10668 2005-08-19 [paul]       1.9.13cvs39
10669
10670         * configure.ac
10671                 complete cvs38's sync
10672         * src/editaddress.c
10673         * src/gedit-print.c
10674         * src/mutt.c
10675         * src/etpan/etpan-log.c
10676         * src/etpan/imap-thread.c
10677         * src/gtk/gtksourceprintjob.c
10678                 fix compilation warnings
10679                 (patch by Colin)
10680
10681 2005-08-19 [paul]       1.9.13cvs38
10682
10683         sync with main:
10684
10685         * src/account.c
10686         * src/action.c
10687         * src/addrbook.c
10688         * src/addrcache.c
10689         * src/addrharvest.c
10690         * src/addrindex.c
10691         * src/codeconv.c
10692         * src/compose.c
10693         * src/crash.c
10694         * src/exporthtml.c
10695         * src/exportldif.c
10696         * src/folder.c
10697         * src/image_viewer.c
10698         * src/inc.c
10699         * src/inc.h
10700         * src/jpilot.c
10701         * src/ldif.c
10702         * src/main.c
10703         * src/matcher.c
10704         * src/mbox.c
10705         * src/messageview.c
10706         * src/mh.c
10707         * src/mimeview.c
10708         * src/msgcache.c
10709         * src/mutt.c
10710         * src/news.c
10711         * src/partial_download.c
10712         * src/pine.c
10713         * src/pop.c
10714         * src/prefs_actions.c
10715         * src/prefs_common.c
10716         * src/prefs_customheader.c
10717         * src/prefs_display_header.c
10718         * src/prefs_gtk.c
10719         * src/prefs_themes.c
10720         * src/procheader.c
10721         * src/procmime.c
10722         * src/procmsg.c
10723         * src/recv.c
10724         * src/send_message.c
10725         * src/simple-gettext.c
10726         * src/sourcewindow.c
10727         * src/textview.c
10728         * src/vcard.c
10729         * src/common/defs.h
10730         * src/common/log.c
10731         * src/common/plugin.c
10732         * src/common/prefs.c
10733         * src/common/session.c
10734         * src/common/session.h
10735         * src/common/socket.c
10736         * src/common/socket.h
10737         * src/common/ssl_certificate.c
10738         * src/common/template.c
10739         * src/common/utils.c
10740         * src/common/utils.h
10741         * src/common/xml.c
10742         * src/gtk/about.c
10743         added wrappers for C library function that
10744                 take pathname arguments.
10745                 enabled compilation with MinGW.
10746                 use GDir instead of directly using opendir().
10747                 added rename_force().
10748
10749 2005-08-19 [paul]       1.9.13cvs37
10750         
10751         patches by Colin:
10752         * src/compose.c
10753                 fix privacy settings on re-editing
10754                 a sent message
10755         * src/jpilot.c
10756                 fix encoding bug
10757         * src/folder.c
10758         * src/procmsg.c
10759         * src/procmsg.h
10760         * src/summaryview.c
10761                 flag changing optimisation
10762
10763 2005-08-18 [martin]     1.9.13cvs36
10764
10765         * commitHelper
10766             added my login
10767         * src/addrcache.c
10768         * src/addrharvest.c
10769         * src/addrindex.c
10770         * src/compose.c
10771         * src/grouplistdialog.c
10772         * src/main.c
10773         * src/mainwindow.c
10774         * src/msgcache.c
10775         * src/mutt.c
10776         * src/pine.c
10777         * src/prefs_account.c
10778         * src/prefs_themes.c
10779         * src/stock_pixmap.c
10780         * src/summaryview.c
10781         * src/gtk/about.c
10782         * src/gtk/logwindow.c
10783             removed deprecated glib and gdk stuff
10784         * src/plugins/pgpcore/select-keys.c
10785             convert attributes from locale to utf8
10786
10787 2005-08-17 [paul]       1.9.13cvs35
10788
10789         * src/account.c
10790         * src/addressbook.c
10791                 use new GTK_STOCK_ icons if available
10792         * src/summaryview.c
10793         * src/gtk/gtksctree.c
10794         * src/gtk/gtksctree.h
10795                 faster range select. patch by Colin
10796
10797 2005-08-17 [paul]       1.9.13cvs34
10798
10799         patches by colin:
10800         * src/addressbook.c
10801         * src/addressitem.h
10802                 Add an edit button for contacts, fix selections
10803                 of gtksctree items
10804         * src/editaddress.c
10805                 Change labels, let Save be always possible in the
10806                 email and user atributes tabs
10807         * src/folderview.c
10808                 fix sort issues
10809         * src/summaryview.c
10810                 select next item instead of the displayed one
10811                 after deletion
10812
10813         * src/gtk/progressdialog.c
10814                 use prefs_common.enable_rules_hint
10815
10816 2005-08-13 [hoa]        1.9.13cvs33
10817
10818         * src/etpan/imap-thread.c
10819                 fixed build on Solaris.
10820
10821 2005-08-10 [colin]      1.9.13cvs32
10822
10823         * src/procmsg.c
10824                 Fix cvs31 (missing fclose before reading
10825                 the file)
10826
10827 2005-08-10 [colin]      1.9.13cvs31
10828
10829         * src/procmsg.c
10830                 Fix procmsg_msginfo_new_from_mimeinfo() when
10831                 the MimeInfo isn't stored in memory. This fixes
10832                 replying to an attached message.
10833
10834 2005-08-10 [colin]      1.9.13cvs30
10835
10836         * src/mainwindow.c
10837                 Fix slowness in account changing
10838
10839 2005-08-10 [colin]      1.9.13cvs29
10840
10841         * src/folder.c
10842         * src/folderutils.c
10843         * src/folderview.c
10844         * src/imap_gtk.c
10845         * src/mainwindow.c
10846         * src/mh_gtk.c
10847         * src/procmsg.c
10848         * src/summaryview.c
10849                 Optimize folder_has_parent_of_type
10850                 Prevent moving special sub-folders from contextual menus
10851                 Rework message a bit ("Empty all messages" -> "Delete all
10852                 messages")
10853                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
10854                 and "Deleted Items" folders)
10855
10856 2005-08-08 [colin]      1.9.13cvs28
10857
10858         * src/summaryview.c
10859         * src/prefs_summaries.c
10860                 Make "Select first unread|new" more flexible
10861                 (just prioritize new or unread)
10862
10863 2005-08-08 [colin]      1.9.13cvs27
10864
10865         * src/summaryview.c
10866                 If "select first new" is selected and there only
10867                 are unread messages, fallback to "select first
10868                 unread".
10869
10870 2005-08-08 [colin]      1.9.13cvs26
10871
10872         * src/folder.c
10873                 Fix shameful bugs (and bug #779)
10874
10875 2005-08-08 [colin]      1.9.13cvs25
10876
10877         * src/folder.c
10878         * src/folder.h
10879                 Cache parents' type to make folder_has_parent_of_type
10880                 faster
10881         * src/folderview.c
10882                 Forbid DnD of special sub-folders
10883         * src/procmsg.c
10884         * src/procmsg.h
10885                 Add MAIL_POSTFILTERING_HOOK
10886         * src/summaryview.c
10887                 Revert over-zealous deletion of the use_addr_book 
10888                 code
10889
10890 2005-08-07 [colin]      1.9.13cvs24
10891
10892         * src/folder.c
10893                 Fix big mistake (passing MsgInfo instead 
10894                 of FolderItem)
10895
10896 2005-08-07 [colin]      1.9.13cvs23
10897
10898         * src/compose.c
10899         * src/folder.c
10900         * src/folder.h
10901         * src/foldersel.c
10902         * src/folderutils.c
10903         * src/folderview.c
10904         * src/imap.c
10905         * src/mainwindow.c
10906         * src/messageview.c
10907         * src/mh.c
10908         * src/msgcache.c
10909         * src/procmime.c
10910         * src/summaryview.c
10911                 Make subfolders of Drafts, Queue, Outbox, Trash
10912                 work like their parents. 
10913                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
10914
10915 2005-08-07 [colin]      1.9.13cvs22
10916
10917         * src/addressbook.c
10918                 Fix bug #771 (Dragged contacts not saved)
10919
10920 2005-08-07 [paul]       1.9.13cvs21
10921
10922         * src/summaryview.c
10923                 fix bug 32 'Search Doesn't display results
10924                 if "Hide Read Messages" is chosen'
10925                 be more literal in interpreting 'Hide read
10926                 messages'
10927
10928 2005-08-07 [colin]      1.9.13cvs20
10929
10930         * src/folderview.c
10931                 Add debug
10932         * src/summaryview.c
10933                 Faster 'unthread_for_execution'
10934
10935 2005-08-06 [paul]       1.9.13cvs19
10936
10937         * src/mainwindow.c
10938                 add mnemonics to Set displayed columns
10939                 fix bug where msgview_visible option was
10940                 overwritten as TRUE on startup
10941
10942 2005-08-06 [paul]       1.9.13cvs18
10943
10944         * src/mainwindow.c
10945                 refer to 'displayed columns in folder/message
10946                 list' not 'displayed items in summary/message view'
10947         * src/prefs_display_header.c
10948                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
10949                 be consistent with similar dialogues
10950         * src/prefs_folder_column.c
10951         * src/prefs_summary_column.c
10952                 'columns' not 'items', and folder and message lists,
10953                 instead of folder and summary views;
10954                 Use 'Hidden columns' as list heading not 'Available
10955                 items';
10956                 move the 'Remove' button to the right hand side;
10957                 top-align the buttons;
10958                 remove unneeded vbox
10959         * src/prefs_summaries.c
10960                 put the 2 column prefs buttons in a frame to reduce
10961                 overall width; refer to columns not items &c.
10962
10963 2005-08-05 [colin]      1.9.13cvs17
10964
10965         * src/prefs_common.c
10966         * src/prefs_common.h
10967         * src/mainwindow.c
10968         * src/compose.c
10969         * src/messageview.c
10970                 Add an hidden toolbar_detachable pref, so
10971                 that I can get rid of these painful handles
10972                 in the toolbars. Defaults to TRUE to avoid
10973                 changing the GUI on unsuspecting people...
10974
10975 2005-08-05 [colin]      1.9.13cvs16
10976
10977         * src/Makefile.am
10978         * src/prefs_folder_column.c
10979         * src/prefs_folder_column.h
10980                 Add prefs for folder columns
10981         * src/folderview.c
10982         * src/folderview.h
10983         * src/mainwindow.c
10984         * src/mainwindow.h
10985         * src/prefs_common.c
10986         * src/prefs_common.h
10987         * src/prefs_summaries.c
10988                 Use them
10989         * src/prefs_summary_column.c
10990         * src/summaryview.c
10991         * src/summaryview.h
10992                 Add a To column
10993         * src/textview.c
10994         * src/common/utils.c
10995         * src/common/utils.h
10996                 Move uri colourisation functions
10997                 to utils
10998         * src/compose.c
10999                 Colourise URIs
11000         * src/imap.c
11001                 Fix bug with LIST where we'd try
11002                 to get Folder//////[...]/// 
11003
11004 2005-08-05 [paul]       1.9.13cvs15
11005
11006         * src/prefs_summaries.c
11007                 improve the English usage
11008         * src/summaryview.c
11009                 set font on column change
11010                 thanks to Colin
11011
11012 2005-08-05 [paul]       1.9.13cvs14
11013
11014         * src/prefs_common.c
11015         * src/prefs_common.h
11016         * src/prefs_summaries.c
11017         * src/summaryview.c
11018                 replace 'open_unread_on_enter' option with
11019                 'select_on_entry' option. opening/not opening
11020                 is now exclusively controlled by 'always_show_msg'
11021
11022 2005-08-04 [colin]      1.9.13cvs13
11023
11024         * src/compose.c
11025                 Remove dead code
11026                 Add colourisation of quotes and signatures
11027         * src/folderview.c
11028                 Fix possible crashes
11029         * src/messageview.c
11030                 Change an assert that is no problem
11031         * src/news.c
11032         * src/news_gtk.c
11033         * src/news_gtk.h
11034                 Fix offline mode
11035         * src/gtk/quicksearch.c
11036                 Fix a possible crash
11037
11038 2005-08-03 [colin]      1.9.13cvs12
11039
11040         * src/prefs_account.c
11041                 Fix bug #777 (Sylpheed crash in account configuration)
11042
11043 2005-08-03 [colin]      1.9.13cvs11
11044
11045         * src/addressbook.c
11046         * src/editaddress.c
11047         * src/editgroup.c
11048                 Fixing addressbook, round 2
11049         * src/textview.c
11050                 Fix emphasis color on rechecking 'Colorize messages'
11051
11052 2005-08-03 [paul]       1.9.13cvs10
11053
11054         sync with main
11055
11056         * src/addr_compl.c
11057         * src/compose.c
11058         * src/main.c
11059         * src/pop.c
11060         * src/prefs_account.c
11061         * src/procmime.c
11062         * src/procmsg.c
11063         * src/quote_fmt_parse.y
11064         * src/textview.c
11065         * src/common/quoted-printable.c
11066         * src/common/utils.c
11067         * src/common/utils.h
11068         * src/common/xml.c
11069                 replaced incorrect locale-independent
11070                 ctype functions with GLib's. Corrected
11071                 signedness mismatch.
11072         * src/headerview.c
11073                 headerview_create(): added spacing for vbox.
11074         * src/gtk/about.c
11075                 set focus to the OK button.
11076
11077 2005-08-03 [colin]      1.9.13cvs9
11078
11079         * src/folderview.c
11080                 Fix possible crash
11081
11082 2005-08-02 [colin]      1.9.13cvs8
11083
11084         * src/mainwindow.c
11085                 Fix cast
11086         * src/addressbook.c
11087         * src/addressitem.h
11088                 Fix a cast and more generally, try to make the
11089                 GUI more intuitive and consistent (round 1)
11090
11091 2005-08-02 [paul]       1.9.13cvs7
11092
11093         * src/folder.h
11094                 missing in 1.9.13cvs6
11095
11096 2005-08-02 [colin]      1.9.13cvs6
11097
11098         * src/folder.c
11099                 Fix one more leak
11100
11101 2005-08-02 [colin]      1.9.13cvs5
11102
11103         * src/folder.c
11104         * src/folderview.c
11105         * src/imap.c
11106         * src/main.c
11107         * src/mbox.c
11108         * src/procmsg.c
11109         * src/summaryview.c
11110                 Fix a number of folder_item_get_msg_list()-related
11111                 leaks (missing procmsg_msginfo_free()s)
11112
11113 2005-08-01 [colin]      1.9.13cvs4
11114
11115         * src/folderview.c
11116         * src/folderview.h
11117         * src/mainwindow.c
11118         * src/prefs_fonts.c
11119         * src/prefs_summaries.c
11120         * src/prefs_themes.c
11121         * src/summaryview.c
11122         * src/summaryview.h
11123         * src/textview.c
11124         * src/textview.h
11125                 Fix instant-apply of summary and folderview-related prefs
11126                 Fix erroneous g_free and alertpanels in prefs_theme
11127                 Add instant-apply for fonts
11128                 Defer applying of prefs a little bit so it's done only
11129                 once even if requested by multiples prefs pages
11130
11131 2005-08-01 [paul]       1.9.13cvs3
11132
11133         * src/main.c
11134                 fix bug 776 'S.C. crashes on close'
11135                 thanks to Colin
11136         * src/etpan/etpan-thread-manager-types.h
11137                 add missing include
11138                 thanks to Hoa
11139
11140 2005-07-25 [paul]       1.9.13cvs2
11141
11142         * src/summaryview.c
11143                 fix typos. spotted by Fabien Vantard
11144
11145 2005-07-24 [paul]       1.9.13cvs1
11146
11147         * doc/man/sylpheed.1
11148                 update man page, incorporating fix of
11149                 bug 769 'Typo in manpage'
11150         * src/etpan/imap-thread.c
11151                 fix NetBSD openssl dependencies. patch by
11152                 George Michaelson <ggm@apnic.net>
11153         * po/pt_BR.po
11154                 updated by Frederico Goncalves Guimaraes
11155
11156 2005-07-22 [paul]       1.9.13
11157
11158         1.9.13 release
11159
11160 2005-07-22 [paul]       1.9.12cvs91
11161
11162         * AUTHORS
11163         * INSTALL
11164         * README.claws
11165         * RELEASE_NOTES.claws
11166                 updated for release
11167         * configure.ac
11168         * po/nb.po
11169         * tools/claws.i18n.status.pl
11170                 add Norwegian translation. submiited by
11171                 Geir Helland <pjallabais@users.sourceforge.net>
11172         * po/ca.po
11173         * po/de.po
11174         * po/es.po
11175         * po/fi.po
11176         * po/fr.po
11177         * po/it.po
11178         * po/sk.po
11179         * po/sr.po
11180         * po/zh_CN.po
11181                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11182                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
11183                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
11184                 Yang Guilong
11185         * src/plugins/clamav/clamav_plugin_gtk.c
11186         * src/plugins/spamassassin/spamassassin_gtk.c
11187                 replace outdated description strings
11188
11189 2005-07-21 [colin]      1.9.12cvs90
11190
11191         * src/folder.c
11192                 Set folder to batch mode when scanning it. Makes deletion
11193                 of unread mails on IMAP much faster (due to the UNREAD 
11194                 flag unsetting)
11195
11196 2005-07-21 [darko]      1.9.12cvs89
11197
11198         * configure.ac
11199                 link against libresolv if necessary (patch by Paul)
11200         * src/msgcache.c
11201                 use glib's portable macros to determine endianness
11202
11203 2005-07-21 [paul]       1.9.12cvs88
11204
11205         * src/crash.c
11206         * src/gtk/about.c
11207                 update compiled-in features list
11208
11209 2005-07-20 [colin]      1.9.12cvs87
11210
11211         * src/folder.c
11212         * src/textview.c
11213                 Gcc 2.9x compilation fixes, thanks to Darko
11214         * src/plugins/clamav/clamav_plugin.c
11215                 Little optimisation: load virus database only once
11216         * src/plugins/spamassassin/spamassassin.c
11217                 Big optimisation: filtering one mail took at least 1 second,
11218                 now it takes at least 50ms. Doesn't speed up spamassassin 
11219                 itself, but should already be much more tolerable.
11220
11221 2005-07-20 [colin]      1.9.12cvs86
11222
11223         * src/summaryview.c
11224                 Fix performance issue
11225
11226 2005-07-19 [colin]      1.9.12cvs85
11227
11228         * src/plugins/pgpinline/plugin.c
11229                 Fix warning
11230
11231 2005-07-19 [colin]      1.9.12cvs84
11232
11233         * configure.ac
11234         * src/plugins/Makefile.am
11235         * src/plugins/pgpinline/.cvsignore
11236         * src/plugins/pgpinline/Makefile.am
11237         * src/plugins/pgpinline/pgpinline.c
11238         * src/plugins/pgpinline/pgpinline.deps
11239         * src/plugins/pgpinline/pgpinline.h
11240         * src/plugins/pgpinline/plugin.c
11241                 Put pgpinline in the main tree
11242
11243 2005-07-19 [paul]       1.9.12cvs83
11244
11245         * src/prefs_actions.c
11246                 prevent '//' in menu names, which cause a crash
11247                 thanks to Colin
11248
11249 2005-07-19 [paul]       1.9.12cvs82
11250
11251         * configure.ac
11252                 be generally more informative in configure output.
11253                 OpenSSL: correction: '[ --enable-openssl ...' -> 
11254                 '[ --disable-openssl ...', as --enable-openssl is default
11255                 PGP/MIME: don't check for GPGME again, check for
11256                 pgpcore instead. Therefore prevent the possibility of
11257                 attempting to build pgpmime if pgpcore dependencies are
11258                 not met
11259                 ClamAV: use pkgconfig to check for lib
11260                 libgnomeprint: revert logic on inner test to match
11261                 everything else
11262         * src/plugins/pgpcore/sgpgme.c
11263                 add missing include
11264
11265 2005-07-19 [colin]      1.9.12cvs81
11266
11267         * src/summaryview.c
11268                 Fix slow thread rebuilding in particular
11269                 cases
11270
11271 2005-07-19 [paul]       1.9.12cvs80
11272
11273         * sylpheed-claws.desktop
11274                 fix typo, spotted by Stephan Sachse
11275         * src/account.c
11276                 replace GTK_STOCK_ADD with
11277                 GTK_STOCK_NEW button
11278
11279 2005-07-18 [colin]      1.9.12cvs79
11280
11281         * src/etpan/imap-thread.c
11282                 Fix return value (Thanks Hoa)
11283
11284 2005-07-18 [colin]      1.9.12cvs78
11285
11286         * src/imap.c
11287                 Allow empty passwords
11288                 Create drafts/queue/outbox if necessary
11289         * src/summaryview.c
11290                 Remove old code
11291         * src/etpan/imap-thread.c
11292                 Fix STARTTLS (Thanks to Hoa)
11293
11294 2005-07-18 [paul]       1.9.12cvs77
11295
11296         * ChangeLog-gtk2.jp
11297         * ChangeLog.jp
11298                 removed
11299         * Makefile.am
11300                 updated to reflect additions and removals
11301         * TODO
11302                 updated to be claws-specific
11303         * TODO-gtk2
11304         * TODO-gtk2.jp
11305         * TODO.jp
11306         * sylpheed-128x128.png
11307         * sylpheed-64x64.png
11308                 removed
11309         * sylpheed-claws-128x128.png
11310         * sylpheed-claws-64x64.png
11311         * sylpheed-claws.desktop
11312         * sylpheed-claws.png
11313                 added
11314         * sylpheed.desktop
11315         * sylpheed.png
11316                 removed
11317
11318 2005-07-17 [paul]       1.9.12cvs76
11319
11320         * src/account.c
11321         * src/addressbook.c
11322         * src/alertpanel.c
11323         * src/alertpanel.h
11324         * src/compose.c
11325         * src/exphtmldlg.c
11326         * src/expldifdlg.c
11327         * src/folderview.c
11328         * src/imap_gtk.c
11329         * src/inc.c
11330         * src/message_search.c
11331         * src/messageview.c
11332         * src/mh_gtk.c
11333         * src/news_gtk.c
11334         * src/prefs_actions.c
11335         * src/prefs_filtering.c
11336         * src/prefs_matcher.c
11337         * src/prefs_template.c
11338         * src/prefs_themes.c
11339         * src/ssl_manager.c
11340         * src/summary_search.c
11341         * src/textview.c
11342         * src/toolbar.c
11343         * src/gtk/sslcertwindow.c
11344         * src/plugins/pgpcore/sgpgme.c
11345                 rework alertpanels
11346
11347 2005-07-17 [colin]      1.9.12cvs75
11348
11349         * src/privacy.c
11350                 add a PrivacySystem accessor that checks that
11351                 the system cached in a MimeInfo's privacydata
11352                 is still registered. Use this accessor instead
11353                 of directly using data->system. Fixes crashes
11354                 after unloading pgp plugins.
11355
11356 2005-07-17 [colin]      1.9.12cvs74
11357
11358         * src/alertpanel.c
11359                 Change geometry hints to a simple default size.
11360                 Fixes the certs dialogs.
11361
11362 2005-07-17 [colin]      1.9.12cvs73
11363
11364         * src/gtk/sslcertwindow.c
11365                 Use a gtkExpander
11366
11367 2005-07-17 [colin]      1.9.12cvs72
11368
11369         * src/plugins/pgpcore/Makefile.am
11370         * src/plugins/pgpmime/Makefile.am
11371                 Add gpgme libs
11372
11373 2005-07-17 [paul]       1.9.12cvs71
11374
11375         * configure.ac
11376                 add --disable-gnomeprint option
11377                 modified version of patch by Marius Mauch
11378
11379 2005-07-17 [paul]       1.9.12cvs70
11380
11381         * src/common/defs.h
11382                 update urls
11383         * src/account.c
11384         * src/action.c
11385         * src/addressbook.c
11386         * src/compose.c
11387         * src/foldersel.c
11388         * src/folderview.c
11389         * src/html.c
11390         * src/imap_gtk.c
11391         * src/main.c
11392         * src/mainwindow.c
11393         * src/messageview.c
11394         * src/mh_gtk.c
11395         * src/mimeview.c
11396         * src/news_gtk.c
11397         * src/prefs_account.c
11398         * src/prefs_send.c
11399         * src/prefs_summaries.c
11400         * src/procmsg.c
11401         * src/summaryview.c
11402         * src/common/utils.c
11403         * src/common/xml.c
11404         * src/plugins/pgpcore/passphrase.c
11405         * src/plugins/pgpcore/select-keys.c
11406                 replace inappropriately used backticks
11407                 with single quotes
11408
11409 2005-07-16 [colin]      1.9.12cvs69
11410
11411         * src/image_viewer.c
11412                 Add extra paranoid checks
11413
11414 2005-07-16 [colin]      1.9.12cvs68
11415
11416         * src/plugins/pgpcore/prefs_gpg.c
11417                 Don't auto-check sigs by default, as it
11418                 can be really slow.
11419
11420 2005-07-16 [colin]      1.9.12cvs67
11421
11422         * src/plugins/pgpcore/sgpgme.c
11423                 Make messages a bit better.
11424
11425 2005-07-16 [colin]      1.9.12cvs66
11426
11427         * src/imap.c
11428                 Remove pseudo-log
11429         * src/etpan/imap-thread.c
11430                 Add real log
11431
11432 2005-07-16 [colin]      1.9.12cvs65
11433
11434         * src/main.c
11435         * src/prefs_other.c
11436                 And now, fix build with libetpan :-/
11437
11438 2005-07-15 [colin]      1.9.12cvs64
11439
11440         * src/prefs_other.c
11441                 Continue fixing build without libetpan.
11442
11443 2005-07-15 [colin]      1.9.12cvs63
11444
11445         * src/main.c
11446                 Fix build with --disable-libetpan
11447
11448 2005-07-15 [colin]      1.9.12cvs62
11449
11450         * configure.ac
11451                 Bump libetpan's version
11452
11453 2005-07-15 [colin]      1.9.12cvs61
11454
11455         * src/etpan/imap-thread.c
11456                 Actually stop logging :)
11457
11458 2005-07-15 [colin]      1.9.12cvs60
11459
11460         * src/addressbook.c
11461                 Fix dnd of multiple addresses.
11462
11463 2005-07-15 [hoa]        1.9.12cvs59
11464
11465         * src/etpan/imap-thread.c
11466             disable login of IMAP password in libetpan log file.
11467
11468 2005-07-15 [paul]       1.9.12cvs58
11469
11470         * src/account.c
11471                 don't automatically sort
11472                 do allow drag n drop
11473
11474 2005-07-15 [paul]       1.9.12cvs57
11475
11476         * src/account.c
11477         * src/ssl_manager.c
11478                 alphabetical listing
11479
11480 2005-07-15 [paul]       1.9.12cvs56
11481
11482         * src/gtk/pluginwindow.c
11483                 sort plugin list alphabetically
11484
11485 2005-07-15 [paul]       1.9.12cvs55
11486
11487         * src/prefs_spelling.c
11488         * src/prefs_wrapping.c
11489                 unify English usage
11490
11491 2005-07-15 [colin]      1.9.12cvs54
11492
11493         * src/wizard.c
11494                 Typo fix
11495
11496 2005-07-15 [paul]       1.9.12cvs53
11497
11498         * src/prefs_message.c
11499                 make 'show cursor' a hidden option
11500
11501 2005-07-14 [colin]      1.9.12cvs52
11502
11503         * src/plugins/spamassassin/Makefile.am
11504         * src/plugins/clamav/Makefile.am
11505                 Fix double EXTRA_DISTs
11506
11507 2005-07-14 [colin]      1.9.12cvs51
11508
11509         * src/plugins/clamav/Makefile.am
11510         * src/plugins/clamav/clamav_plugin_gtk.deps
11511         * src/plugins/spamassassin/Makefile.am
11512         * src/plugins/spamassassin/spamassassin_gtk.deps
11513                 Make $plugin_gtk depend on $plugin
11514
11515 2005-07-14 [hoa]        1.9.12cvs50
11516
11517         * src/etpan/imap-thread.c
11518                 enable debug log of libetpan when running with --debug
11519
11520 2005-07-14 [colin]      1.9.12cvs49
11521
11522         * configure.ac
11523         * src/common/Makefile.am
11524         * src/common/plugin.c
11525         * src/common/plugin.h
11526                 Add a little plugin dependancy system.
11527                 Plugins can ship a $plugin_name.deps file
11528                 (near them in PLUGINDIR) so that their
11529                 dependancies are loaded if possible.
11530         * src/plugins/Makefile.am
11531         * src/plugins/pgpcore/Makefile.am
11532         * src/plugins/pgpcore/passphrase.c
11533         * src/plugins/pgpcore/passphrase.h
11534         * src/plugins/pgpcore/plugin.c
11535         * src/plugins/pgpcore/prefs_gpg.c
11536         * src/plugins/pgpcore/prefs_gpg.h
11537         * src/plugins/pgpcore/select-keys.c
11538         * src/plugins/pgpcore/select-keys.h
11539         * src/plugins/pgpcore/sgpgme.c
11540         * src/plugins/pgpcore/sgpgme.h
11541                 Introduce pgpcore, used by pgpmime and
11542                 pgpinline
11543         * src/plugins/pgpmime/Makefile.am
11544         * src/plugins/pgpmime/passphrase.c
11545         * src/plugins/pgpmime/passphrase.h
11546         * src/plugins/pgpmime/pgpmime.c
11547         * src/plugins/pgpmime/pgpmime.deps
11548         * src/plugins/pgpmime/plugin.c
11549         * src/plugins/pgpmime/prefs_gpg.c
11550         * src/plugins/pgpmime/prefs_gpg.h
11551         * src/plugins/pgpmime/select-keys.c
11552         * src/plugins/pgpmime/select-keys.h
11553         * src/plugins/pgpmime/sgpgme.c
11554         * src/plugins/pgpmime/sgpgme.h
11555                 Remove the core from pgpmime and add the
11556                 dependancy to pgpcore.
11557
11558 2005-07-14 [paul]       1.9.12cvs48
11559
11560         * src/stock_pixmap.c
11561                 forgot this in last commit
11562
11563 2005-07-14 [paul]       1.9.12cvs47
11564
11565         * src/account.c
11566         * src/addressbook.c
11567                 add accelerators for the buttons (sync with main)
11568         * src/compose.c
11569         * src/compose.h
11570                 add accelerators for the buttons.
11571                 fix editing with external editor.
11572                 replace gdk_input_*() with GIOChannel;
11573                 (sync with main)
11574         * src/foldersel.c
11575                 display folder names with new/unread
11576                 representation (sync with main)
11577         * src/main.c
11578                 specify default window icon (sync with main)
11579         * src/prefs_common.c
11580                 use_addr_book default to FALSE
11581         * src/summaryview.c
11582         * src/textview.c
11583                 add accelerators for the buttons (sync with main)
11584         * src/gtk/menu.c
11585                 fix typos
11586         * src/pixmaps/sylpheed_icon.xpm
11587                 updated
11588
11589 2005-07-13 [paul]       1.9.12cvs46
11590
11591         * src/plugins/pgpmime/pgpmime.c
11592         * src/plugins/pgpmime/sgpgme.c
11593                 (temporarily) use deprecated gpgme_data_rewind()
11594                 while largefile support is not present
11595                 (as suggested by Colin)
11596
11597 2005-07-13 [paul]       1.9.12cvs45
11598
11599         * configure.ac
11600                 remove large file support (for now):
11601                 it breaks too many things
11602
11603 2005-07-13 [paul]       1.9.12cvs44
11604
11605         * configure.ac
11606                 add large file support
11607         * src/html.c
11608                 fix bug #763 where href attribute was not
11609                 the very first attribute of a link
11610                 patch by Thomas Gilgin
11611
11612 2005-07-13 [colin]      1.9.12cvs43
11613
11614         * src/gtk/pluginwindow.c
11615                 Little portability fix
11616
11617 2005-07-13 [colin]      1.9.12cvs42
11618
11619         * src/plugins/pgpmime/sgpgme.c
11620                 Fix crasher.
11621
11622 2005-07-13 [colin]      1.9.12cvs41
11623
11624         * src/plugins/pgpmime/pgpmime.c
11625         * src/plugins/pgpmime/sgpgme.c
11626                 Use gpgme_data_release_and_get_mem instead
11627                 of gpgme_data_read.
11628
11629 2005-07-13 [colin]      1.9.12cvs40
11630
11631         * configure.ac
11632         * src/plugins/pgpmime/passphrase.c
11633         * src/plugins/pgpmime/passphrase.h
11634         * src/plugins/pgpmime/pgpmime.c
11635         * src/plugins/pgpmime/plugin.c
11636         * src/plugins/pgpmime/select-keys.c
11637         * src/plugins/pgpmime/select-keys.h
11638         * src/plugins/pgpmime/sgpgme.c
11639         * src/plugins/pgpmime/sgpgme.h
11640                 Port pgpmime to gpgme-1.0.
11641
11642 2005-07-12 [paul]       1.9.12cvs39
11643
11644         * AUTHORS
11645         * src/toolbar.c
11646         * src/toolbar.h
11647                 add a 'Go to Prev' button to the toolbar.
11648                 correct tooltip text of go to buttons.
11649                 based on patch by Yang Guilong <bamanzi@gmail.com>
11650
11651 2005-07-12 [colin]      1.9.12cvs38
11652
11653         * src/statusbar.c
11654                 Fix progress bar showing stuff at startup.
11655
11656 2005-07-12 [paul]       1.9.12cvs37
11657
11658         * src/editjpilot.c
11659                 fix building with jpilot support
11660
11661 2005-07-11 [colin]      1.9.12cvs36
11662
11663         * src/inc.c
11664                 Add visual indication that filtering is running
11665         * src/textview.c
11666                 Make {}[] uri delimiters
11667         * src/summaryview.c
11668                 Remove useless (and slow) calls
11669
11670 2005-07-11 [paul]       1.9.12cvs35
11671
11672         * src/plugins/clamav/clamav_plugin_gtk.c
11673         * src/plugins/dillo_viewer/dillo_prefs.c
11674         * src/plugins/pgpmime/prefs_gpg.c
11675         * src/plugins/spamassassin/spamassassin_gtk.c
11676                 gather plugins prefs together under their
11677                 own 'Plugins' heading
11678
11679 2005-07-11 [paul]       1.9.12cvs34
11680
11681         sync with main
11682
11683         * src/account.c
11684                 account_delete(): modified alert dialog
11685         * src/editjpilot.c
11686         * src/editvcard.c
11687                 fixed a crash when cancelling file selection
11688                 dialog by Escape key. Made non-ascii filename
11689                 selectable.
11690         * src/prefs_template.c
11691                 prefs_template_window_create(): make scrolled
11692                 window policy AUTOMATIC
11693
11694 2005-07-10 [hoa]        1.9.12cvs33
11695
11696         * src/etpan/imap-thread.c
11697                 workaround for old Courier IMAP servers.
11698
11699 2005-07-10 [colin]      1.9.12cvs32
11700
11701         * src/folder.c
11702         * src/statusbar.c
11703         * src/statusbar.h
11704                 Add visual progress indicator on filtering/processing
11705                 Factorize the progress bar code
11706         * src/imap.c
11707         * src/imap.h
11708         * src/etpan/imap-thread.c
11709                 Add a reference counter to avoid destroying the Folder
11710                 while it's in use by another callback.
11711
11712 2005-07-09 [hoa]        1.9.12cvs31
11713
11714         * src/imap.c
11715         * src/etpan/imap-thread.c
11716                 fixed deadlock when removing IMAP account.
11717
11718 2005-07-08 [colin]      1.9.12cvs30
11719
11720         * src/textview.c
11721         * src/unmime.c
11722                 Fix again problems decoding broken headers
11723         * src/gtk/inputdialog.c
11724                 Fix local variable shadowing a global one
11725
11726 2005-07-08 [colin]      1.9.12cvs29
11727
11728         * src/msgcache.c
11729                 Make the cache/mark files platform-agnostic by writing
11730                 them in little-endian format. Reading them is also done
11731                 in little-endian format, of course; however, in order
11732                 to avoid trashing mark data on big-endian machines, the
11733                 files are, at first, read from the native format if the
11734                 little-endian one doesn't exist. This is easy to deter-
11735                 mine by trying to open a file with a swapped data_ver
11736                 and seeing if it's the wanted version.
11737                 Little-endian using users should see absolutely no
11738                 difference, Big-endian users may get a very little
11739                 performance drop due to byte-swapping.
11740                 Tested on i386 and ppc32. 
11741                 Fixes bug #159 (The index file, in the mailboxes, is 
11742                 hardware depending).
11743
11744                 To have the cache/mark files updated to the new little-
11745                 endian format, "Check for new messages" or even
11746                 "Rebuild folder tree" aren't enough. Files will be
11747                 updated as soon as a folder has been opened/closed.
11748                 To update everything, just select all folders by
11749                 selecting them one by one.
11750
11751 2005-07-07 [colin]      1.9.12cvs28
11752
11753         * src/imap.c
11754                 Remember the folder separator per IMAPFolder
11755                 instead of globally.
11756                 Revive the Session on noop; fixes bug #761
11757                 (mark a bunch of unread messages as read takes 
11758                 forever)
11759
11760 2005-07-07 [darko]      1.9.12cvs27
11761
11762         * src/common/template.c
11763                 Sort templates alphabetically
11764
11765 2005-07-06 [colin]      1.9.12cvs26
11766
11767         * src/imap.c
11768                 Try to use the correct separator in
11769                 most cases. Possibly fixes bug #759
11770                 (only creates the INBOX folder when 
11771                 setting up new IMAP account) and 
11772                 bug #760 (Can't retrieve messages)
11773
11774 2005-07-06 [colin]      1.9.12cvs25
11775
11776         * src/imap.c
11777                 Use real_path in status command. This will
11778                 help later, when namespaces will be used.
11779
11780 2005-07-06 [colin]      1.9.12cvs24
11781
11782         * configure.ac
11783         * src/account.c
11784         * src/folder.c
11785         * src/imap.c
11786         * src/etpan/etpan-log.c
11787         * src/etpan/etpan-thread-manager.c
11788         * src/etpan/imap-thread.c
11789                 Add a --disable-libetpan parameter. With this,
11790                 users that don't want IMAP4 support can avoid
11791                 the new dependancy (and have no IMAP support).
11792                 Users that have IMAP4 accounts and use this
11793                 parameter won't lose their configuration, their
11794                 IMAP accounts will just be invisible and not
11795                 used.
11796         * src/textview.c
11797                 Make the "Copy ..." contextual menu items 
11798                 copy to both the X clipboard and the gtk 
11799                 clipboard - as most other apps do.
11800         * src/gtk/about.c
11801                 Add a notice about OpenSSL usage, in order to
11802                 comply with OpenSSL's license (point 6):
11803                 http://www.openssl.org/source/license.html
11804
11805 2005-07-06 [colin]      1.9.12cvs23
11806
11807         * src/alertpanel.c
11808                 Fix a minimum size for alertpanels
11809         * src/compose.c
11810                 Show 'No space left on device' type errors
11811                 when queuing/sending
11812         * src/imap_gtk.c
11813         * src/mh_gtk.c
11814                 Rework folder's deletion message (remove 
11815                 extra \n)
11816
11817 2005-07-05 [colin]      1.9.12cvs22
11818
11819         * src/imap.c
11820                 Add an alertpanel on auth error
11821                 Add pseudo-log
11822                 Remove pthread-related stuff
11823
11824 2005-07-05 [colin]      1.9.12cvs21
11825
11826         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11827                 Fix crash on plugin reloading (with a hack)
11828
11829 2005-07-05 [colin]      1.9.12cvs20
11830
11831         * src/prefs_account.c
11832         * src/prefs_account.h
11833                 Fix typo
11834         * src/gtk/filesel.c
11835         * src/gtk/filesel.h
11836                 Add a way to filter the view
11837         * src/gtk/pluginwindow.c
11838                 Filter loadable stuff
11839         * src/plugins/pgpmime/prefs_gpg.c
11840                 Fix missing unregistration
11841         * .cvsignore
11842         * src/etpan/.cvsignore
11843         * src/plugins/spamassassin/.cvsignore
11844                 Add more stuff to cvs ignored files
11845
11846 2005-07-04 [colin]      1.9.12cvs19
11847
11848         * src/imap.c
11849                 Fix scan_required returning FALSE when it
11850                 shouldn't. Maybe fix #760 (Can't retrieve
11851                 messages)
11852
11853 2005-07-04 [colin]      1.9.12cvs18
11854
11855         * src/summaryview.c
11856                 Fix always_show_msg pref
11857
11858 2005-07-04 [paul]       1.9.12cvs17
11859
11860         sync with main (forgotten in last commit)
11861         
11862         * src/common/utils.c
11863         * src/common/utils.h
11864                 check_line_length(): new.
11865                 is_dir_exist()
11866                 is_file_entry_exist()
11867                 dirent_is_regular_file()
11868                 dirent_is_directory(): use g_file_test() instead of stat().
11869
11870 2005-07-04 [paul]       1.9.12cvs16
11871
11872         sync with main:
11873
11874         * src/compose.c
11875                 compose_write_to_file(): check for line
11876                 length limit and display warning if exceeds
11877         * src/jpilot.c
11878                 use get_home_dir() instead of g_get_home_dir()
11879         * src/procheader.c
11880                 removed warning about invalid date
11881         * src/vcard.c
11882                 use get_home_dir() instead of g_get_home_dir()
11883
11884 2005-07-04 [paul]       1.9.12cvs15
11885
11886         * src/stock_pixmap.c
11887                 fix new pixmap naming errors
11888                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
11889
11890 2005-07-04 [colin]      1.9.12cvs14
11891
11892         * src/imap.c
11893                 Fix debugging string with a warning
11894
11895 2005-07-04 [colin]      1.9.12cvs13
11896
11897         * configure.ac
11898                 Add a check for libetpan's version (>= 0.37)
11899
11900 2005-07-04 [hoa]        1.9.12cvs12
11901
11902         * commitHelper
11903         * src/imap.c
11904         * src/etpan/imap-thread.c
11905         * src/etpan/imap-thread.h
11906                 fixed IMAP implementation of check of mails.
11907
11908 2005-07-03 [hoa]        1.9.12cvs11
11909
11910         * src/etpan/Makefile.am
11911         * src/etpan/etpan-errors.h
11912         * src/etpan/etpan-log.[ch]
11913         * src/etpan/etpan-thread-manager-types.h
11914         * src/etpan/etpan-thread-manager.[ch]
11915         * src/etpan/imap-thread.[ch]
11916         * src/Makefile.am
11917         * src/imap.c
11918         * src/main.c
11919         * src/prefs_other.c
11920         * configure.ac
11921             merged imap branch.
11922             dependency on libetpan 0.37 is now added.
11923
11924 2005-07-01 [colin]      1.9.12cvs10
11925
11926         * src/Makefile.am
11927         * src/folder.c
11928         * src/folder.h
11929         * src/folderview.c
11930         * src/stock_pixmap.c
11931         * src/stock_pixmap.h
11932         * src/plugins/trayicon/trayicon.c
11933                 Add marked symbol on folders containing
11934                 marked messages
11935         * src/procmsg.c
11936         * src/procmsg.h
11937         * src/toolbar.c
11938         * src/prefs_common.c
11939         * src/prefs_common.h
11940         * src/prefs_send.c
11941                 Add an optional confirmation dialog on queue
11942                 sending. Patch by wwp.
11943         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
11944         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
11945         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
11946         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
11947         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
11948         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
11949         * src/pixmaps/inbox_mark.xpm            ** ADDED **
11950         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
11951         * src/pixmaps/outbox_mark.xpm           ** ADDED **
11952         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
11953         * src/pixmaps/trash_mark.xpm            ** ADDED **
11954                 New pixmaps
11955
11956 2005-07-01 [colin]      1.9.12cvs9
11957
11958         * src/summaryview.c
11959                 Fix a little threading bug
11960         * src/addrgather.c
11961         * src/mainwindow.c
11962                 A little bit of HIG normality never hurts
11963
11964 2005-07-01 [colin]      1.9.12cvs8
11965
11966         * src/compose.c
11967         * src/msgcache.c
11968         * src/pop.c
11969         * src/procmime.c
11970         * src/recv.c
11971         * src/common/log.c
11972         * src/common/template.c
11973         * src/common/utils.c
11974         * src/common/utils.h
11975                 Reverted the fwrite_atomic stuff. In fact
11976                 it is already atomic.
11977
11978 2005-06-30 [colin]      1.9.12cvs7
11979
11980         * src/common/utils.c
11981         * src/common/utils.h
11982                 Add an fwrite_atomic() function to make
11983                 sure we write everything: fwrite can make
11984                 short writes.
11985         * src/compose.c
11986         * src/msgcache.c
11987         * src/pop.c
11988         * src/procmime.c
11989         * src/recv.c
11990         * src/common/log.c
11991         * src/common/template.c
11992                 Use that (and fix swapping of size and nmemb).
11993                 Thanks to Rich Coe for the heads up.
11994
11995 2005-06-30 [colin]      1.9.12cvs6
11996
11997         * src/addressbook.c
11998                 Optimize addressbook opening 
11999
12000 2005-06-30 [colin]      1.9.12cvs5
12001
12002         * src/summaryview.c
12003                 Remove calls to summary_step after move/copy
12004
12005 2005-06-28 [paul]       1.9.12cvs4
12006
12007         * src/alertpanel.c
12008                 wrap and make the error msg selectable
12009
12010 2005-06-28 [paul]       1.9.12cvs3
12011
12012         * src/ssl_manager.c
12013                 replace the OK button with a Close button
12014         * src/gtk/foldersort.c
12015                 use GTK_STOCK_ icons/buttons
12016
12017 2005-06-28 [colin]      1.9.12cvs2
12018
12019         * src/gedit-print.c             ** ADDED **
12020         * src/gedit-print.h             ** ADDED **
12021         * src/gtk/gtksourceprintjob.c   ** ADDED **
12022         * src/gtk/gtksourceprintjob.h   ** ADDED **
12023                 I can't believe no one had enough time to tell
12024                 me I forgot the `cvs add`
12025
12026 2005-06-27 [colin]      1.9.12cvs1
12027
12028         * src/Makefile.am
12029         * src/gtk/Makefile.am
12030         * src/messageview.c
12031         * src/procmsg.c
12032         * src/summaryview.c
12033         * configure.ac
12034                 Add optional libgnomeprint-based printing
12035         * src/mainwindow.c
12036         * src/gtk/quicksearch.c
12037                 Add an Edit/Quick search menu item to show
12038                 and focus the quicksearch
12039
12040 2005-06-27 [paul]       1.9.12
12041
12042         1.9.12 release
12043
12044         * po/ca.po
12045         * po/de.po
12046         * po/es.po
12047         * po/fr.po
12048         * po/it.po
12049         * po/ko.po
12050         * po/pt_BR.po
12051         * po/sk.po
12052         * po/zh_CN.po
12053                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12054                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
12055                 SungHyun Nam, Frederico Goncalves Guimaraes,
12056                 Andrej Kacian, and Yang Guilong
12057 2005-06-26 [colin]      1.9.11cvs106
12058
12059         * src/imap_gtk.c
12060                 Forgot one file for previous fix
12061
12062 2005-06-26 [colin]      1.9.11cvs105
12063
12064         * src/folder.c
12065         * src/imap.c
12066                 Fix problems with folder operations in no_select
12067                 imap folders. it applies only to mails, and 
12068                 creation/deletion/move/renaming of folders 
12069                 should be possible
12070
12071 2005-06-26 [paul]       1.9.11cvs104
12072
12073         * src/prefs_filtering.c
12074                 replace one more GTK_STOCK_REMOVE
12075                 with GTK_STOCK_DELETE
12076
12077 2005-06-25 [colin]      1.9.11cvs103
12078
12079         * src/imap.c
12080                 Optimize get_seq_set_from_seq_list
12081                 (Patch by Ricardo) 
12082
12083 2005-06-25 [colin]      1.9.11cvs102
12084
12085         * src/mh.c
12086                 If the directory exists, but not in the
12087                 correct encoding, rename it. This should
12088                 handle old-versions-induced bugs.
12089
12090 2005-06-25 [colin]      1.9.11cvs101
12091
12092         * src/mh.c
12093                 Fix path access with extended dir names
12094                 Fixes bug #589 (SC segfaults with wrong locale
12095                 settings)
12096
12097 2005-06-25 [colin]      1.9.11cvs100
12098
12099         * src/prefs_account.c
12100         * src/prefs_account.h
12101         * src/compose.c
12102                 Add an option to encrypt replies to
12103                 encrypted messages
12104
12105 2005-06-25 [colin]      1.9.11cvs99
12106
12107         * src/compose.c
12108         * src/quote_fmt_parse.y
12109                 ... And make it work with pgpinline.
12110
12111 2005-06-25 [colin]      1.9.11cvs98
12112
12113         * src/compose.c
12114         * src/procmime.c
12115         * src/procmime.h
12116         * src/quote_fmt_parse.y
12117                 o Make reedition of encrypted messages possible
12118                   (as long as it is encrypted to self too, no
12119                    magic there)
12120                 o Make replying with quote (and without selecting
12121                   text) possible for encrypted messages.
12122                 Closes bug #550 (Not possible to "reply with quote"
12123                 to gnupg encrypted messages)
12124
12125 2005-06-24 [paul]       1.9.11cvs97
12126
12127         * src/imap.c
12128                 add missing include
12129
12130 2005-06-24 [paul]       1.9.11cvs96
12131
12132         * src/editldap.c
12133                 made bind password entry invisible
12134                 (sync with main)
12135         * src/send_message.c
12136                 send_message_local(): check exit status
12137                 to detect errors (sync with main)
12138         * src/textview.c
12139                 use main's less ambiguous popup menu
12140                 wording
12141
12142 2005-06-24 [paul]       1.9.11cvs95
12143
12144         * src/prefs_actions.c
12145         * src/prefs_customheader.c
12146         * src/prefs_display_header.c
12147         * src/prefs_filtering_action.c
12148         * src/prefs_matcher.c
12149         * src/prefs_template.c
12150         * src/prefs_toolbar.c
12151                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
12152         * src/gtk/description_window.c
12153                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
12154
12155 2005-06-23 [colin]      1.9.11cvs94
12156
12157         * src/summaryview.c
12158                 Fix rough edges (be sure to call status_show whenever
12159                 necessary).
12160
12161 2005-06-23 [colin]      1.9.11cvs93
12162
12163         * src/summaryview.c
12164                 Optimize Select All
12165                 Before, in a 5K mails folder: 11s
12166                 After, in the same folder: 58000µs
12167                 The joys of locking... gtk_clist_select_all() fires a 
12168                 tree-select-row event for each selected row, which in 
12169                 summaryview, callbacks summary_selected which in turn,
12170                 calls summary_status_show, which walks the selected
12171                 rows. Hence, calling gtk_clist_select_all was 
12172                 exponential. Locking the summaryview makes 
12173                 summary_selected return early.
12174
12175 2005-06-23 [colin]      1.9.11cvs92
12176
12177         * src/imap.c
12178                 Move mutex at the important place to avoid
12179                 deadlocks
12180         * src/summaryview.c
12181                 Fix Del key deleting directly instead of
12182                 moving to trash
12183
12184 2005-06-22 [colin]      1.9.11cvs91
12185
12186         * src/plugins/spamassassin/libspamc.c
12187                 As we do spagetti code with assignations in multiple
12188                 places (see _message_read_raw where out = msg = raw),
12189                 let's be sure we don't free the same pointer twice.
12190                 Should fix bug #683 (Crash in libpam at 
12191                 message_cleanup).
12192
12193 2005-06-22 [colin]      1.9.11cvs90
12194
12195         * src/compose.c
12196         * src/messageview.c
12197         * src/toolbar.c
12198                 Make toolbar's delete use the move to trash stuff;
12199                 Add gtk_widget_realize to be sure pixmaps can get
12200                 created (that may fix an old worksforme bug which
12201                 I can't find back...)
12202
12203 2005-06-22 [colin]      1.9.11cvs89
12204
12205         * src/summaryview.c
12206         * src/summaryview.h
12207         * src/mainwindow.c
12208                 Rename "Message/Delete" to "Message/Move to trash"
12209                 Add "Message/Delete..." that directly destroys the
12210                 selected messages after asking for a confirmation.
12211
12212 2005-06-22 [colin]      1.9.11cvs88
12213
12214         * src/imap.c
12215                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
12216                 o Fix a deadlock (thanks Darko)
12217
12218 2005-06-22 [colin]      1.9.11cvs87
12219
12220         * src/gtk/foldersort.c
12221                 Add missing include for the i18n;
12222                 patch by Fabien Vantard
12223
12224 2005-06-21 [colin]      1.9.11cvs86
12225
12226         * src/folder.c
12227         * src/folderview.c
12228                 Respect the no_select flag
12229         * src/imap.c
12230                 Fix recursive deletion
12231         * src/imap_gtk.c
12232         * src/mh_gtk.c
12233                 Make the folder deletion's warning
12234                 more explicit
12235
12236 2005-06-21 [colin]      1.9.11cvs85
12237
12238         * src/textview.c
12239                 Prevent email addresses from spanning accross
12240                 lines - fixes bug # 646 (newline-chars in 
12241                 email addresses)
12242
12243 2005-06-20 [colin]      1.9.11cvs84
12244
12245         * src/folder.c
12246                 Be sure not to remove source if copy failed
12247
12248 2005-06-20 [colin]      1.9.11cvs83
12249
12250         * src/folderview.c
12251         * src/imap_gtk.c
12252                 remove summaryview's lock
12253         * src/imap.c
12254                 introduce threads to avoid problems when foreground tasks
12255                 interfere with background tasks
12256         * src/mh.c
12257                 prevent moving to drafts/queue
12258         * src/mimeview.c
12259                 fix leak
12260
12261 2005-06-19 [colin]      1.9.11cvs82
12262
12263         * src/imap_gtk.c
12264                 Remember that the user doesn't want to override
12265                 offline mode, for 3 seconds. It avoid presenting
12266                 him with N popups in a really short time.
12267
12268 2005-06-17 [colin]      1.9.11cvs81
12269
12270         * src/imap.c
12271                 Fix IMAP breaking on folders containing '('
12272                 (Probably won't be enough)
12273
12274 2005-06-17 [colin]      1.9.11cvs80
12275
12276         Forgotten files on 1.9.11cvs79
12277         * src/summaryview.c
12278                 Fix stepping when not immediately executing
12279         * src/imap.c
12280                 Really prevent UID FETCH 0
12281         * src/codeconv.c
12282                 Fix outgoing charset never set to utf-8
12283         * src/mh.c
12284                 Fix leak
12285
12286 2005-06-16 [colin]      1.9.11cvs79
12287
12288         * src/compose.c
12289                 Fix bug #707 (Dash splits rows)
12290                 Only wrap if we're on a line break position and
12291                 the previous one was a "white" (space) char.
12292                 Pango stuff is weird.
12293
12294 2005-06-16 [colin]      1.9.11cvs78
12295
12296         * src/imap_gtk.c
12297                 Lock summaryview while downloading messages
12298                 on user demand
12299         * src/procheader.c
12300         * src/unmime.c
12301         * src/common/utils.c
12302         * src/common/utils.h
12303                 Replace \r and \n with spaces in From and
12304                 Subject headers
12305
12306 2005-06-16 [paul]       1.9.11cvs77
12307
12308         * src/procmime.c
12309                 liberalise the mime parser
12310         * src/gtk/about.c
12311                 add text wrapping
12312
12313 2005-06-16 [paul]       1.9.11cvs76
12314
12315         * src/gtk/about.c
12316                 reworked
12317
12318 2005-06-15 [colin]      1.9.11cvs75
12319
12320         * src/compose.c
12321                 Finish header encoding fix
12322         * src/summaryview.c
12323                 Fix segfault
12324         * src/headerview.c
12325                 Fix compilation (Thanks Stephan
12326                 Sachse)
12327
12328 2005-06-15 [colin]      1.9.11cvs74
12329
12330         * Makefile.am
12331                 Install gnome2 stuff rather than gnome1, 
12332                 if both are present
12333         * src/codeconv.c
12334         * src/codeconv.h
12335         * src/compose.c
12336                 Fix headers encoding
12337         * src/folder.c
12338                 Visual progress when fetching all messages
12339         * src/folderview.c
12340         * src/summaryview.c
12341         * src/summaryview.h
12342                 Prevent changing current message while
12343                 incorporating
12344
12345 2005-06-15 [paul]       1.9.11cvs73
12346
12347         * src/gtk/gtkaspell.c
12348         * src/gtk/gtkaspell.h
12349                 fix build warnings
12350
12351 2005-06-15 [paul]       1.9.11cvs72
12352
12353         * src/prefs_filtering.c
12354                 allow reordering of filter rules by
12355                 drag n drop
12356
12357 2005-06-15 [paul]       1.9.11cvs71
12358
12359         * COPYING
12360                 updated
12361         * src/codeconv.c
12362                 replace deprecated function
12363         * src/inc.c
12364         * src/send_message.c
12365         * src/gtk/progressdialog.c
12366         * src/gtk/progressdialog.h
12367                 salvage and reuse parts of reverted sync
12368
12369 2005-06-15 [paul]       1.9.11cvs70
12370
12371         * src/inc.c
12372         * src/send_message.c
12373         * src/gtk/progressdialog.c
12374         * src/gtk/progressdialog.h
12375                 revert yesterday's sync with main
12376                 it contains deprecated functions
12377
12378 2005-06-15 [colin]      1.9.11cvs69
12379
12380         * src/headerview.c
12381                 Fix bug #670 (multi user to: will corrupt message 
12382                 headers display)
12383
12384 2005-06-15 [colin]      1.9.11cvs68
12385
12386         * src/compose.c
12387                 Fix bug #421 (Fix undo on wrapping)
12388
12389 2005-06-15 [colin]      1.9.11cvs67
12390
12391         * src/folder.c
12392                 Provide visual feedback while processing
12393                 folder's rules.
12394         * src/imap.c
12395                 Provide visual feedback while getting
12396                 short headers (for uncached messages)
12397
12398
12399 2005-06-14 [paul]       1.9.11cvs66
12400
12401         * src/account.c
12402                 change a couple stock icons
12403         * src/inc.c
12404         * src/send_message.c
12405         * src/gtk/progressdialog.c
12406         * src/gtk/progressdialog.h
12407                 sync main's GtkTreeView implementation
12408
12409 2005-06-14 [colin]      1.9.11cvs65
12410
12411         * src/imap.c
12412                 Various little fixes, mainly on error paths
12413
12414 2005-06-13 [colin]      1.9.11cvs64
12415
12416         * matcher.c
12417         * procmsg.c
12418         * procmsg.h
12419                 Add a way to fetch only headers. This speeds
12420                 up filtering on headers for IMAP. Fixes:
12421                 bug #481 extraneous imap commands slow down 
12422                         imap filtering
12423                 bug #522 Sylpheed downloads all messages 
12424                         when opening mailbox (IMAP)
12425                 bug #677 IMAP fetch is soooooooooooooo slow
12426         * src/folder.c
12427         * src/folder.h
12428                 Add a folder set_batch method so that
12429                 implementations can speed up flags changes
12430         * src/folderutils.c
12431         * src/summaryview.c
12432                 Use that in mark as (un)read and mark all read
12433                 Refix bug #679
12434         * src/imap.c
12435                 Implement set_batch - brings back deferred
12436                 flags in a less buggy manner. Fixes:
12437                 bug #729 IMAP immediate expunge of deleted messages
12438                 bug #191 remove list of messages with one command
12439                 Fix login with strange chars
12440                 Implement fetch_msg_full
12441                 Fix copy (wrong counts)
12442
12443 2005-06-12 [colin]      1.9.11cvs63
12444
12445         * src/folder.c
12446                 lock incorporation during long operations.
12447                 Avoids fucking up the IMAP socket.
12448
12449 2005-06-12 [colin]      1.9.11cvs62
12450
12451         * src/imap.c
12452                 Fix harmful typo
12453                 Factorize remove_all_msg
12454                 Thread-ize expunge
12455         * src/summaryview.c
12456                 Don't update partial-download status if unnecessary
12457         * src/folder.c
12458                 Use remove_msgs everywhere possible
12459
12460 2005-06-12 [colin]      1.9.11cvs61
12461
12462         * src/folder.c
12463         * src/folder.h
12464                 Add a remove_msgs function to remove a 
12465                 list of messages
12466         * src/imap.c
12467                 Implement that.
12468
12469 2005-06-12 [colin]      1.9.11cvs60
12470
12471         * src/imap.c
12472                 Remove flags-processing deferring... Too hard
12473                 to get it to work in all cases.
12474
12475 2005-06-11 [colin]      1.9.11cvs59
12476
12477         * src/imap.c
12478                 printf -> debug_print
12479
12480 2005-06-11 [colin]      1.9.11cvs58
12481
12482         * src/imap.c
12483                 o Fix build without USE_PTHREAD
12484                 o Factorize imap_open
12485                 o Alertpanel in case of impossible connection
12486                 o Alertpanel in case of impossible login
12487                 o Fix deferred flags processing to force a 
12488                   flush before adding some more flags to process,
12489                   but in another folder.
12490
12491 2005-06-10 [colin]      1.9.11cvs57
12492
12493         * src/imap.c
12494                 o Fix a format string error
12495                 o init ssl socket outside of the thread 
12496                   (it possibly invokes gtk calls)
12497         * src/procmime.c
12498                 o Put back the buffer to its necessary size
12499                 o Fix changing a file pointer without keeping
12500                   track of it (thanks Valgrind)
12501         * src/common/smtp.c
12502                 o Fix automatic STARTTLS if login should be done
12503                   and the server only allows it after starting TLS
12504         * src/gtk/gtkinputdialog.c
12505                 o Eat GDK_Return so that the combo popup doesn't 
12506                   appear when we press Enter to validate the combo
12507                   input dialog (as seen in the Open with... dialog)
12508
12509 2005-06-10 [colin]      1.9.11cvs56
12510
12511         * src/imap.c
12512                 o A bit less debug
12513                 o Fix a crash on deletion
12514                 o Threadize imap_select (it's called outside of 
12515                   threads)
12516                 o Defer treatment of DELETED flags
12517
12518
12519 2005-06-09 [colin]      1.9.11cvs55
12520
12521         * src/imap.c
12522                 Make sure we check imap_gtk_should_override(), which
12523                 potentially calls gtk stuff, before creating thread.
12524                 That way it should't be called via imap_get_session()
12525                 inside a thread.
12526
12527 2005-06-09 [colin]      1.9.11cvs54
12528
12529         * src/imap.c
12530                 o add a bit of status output
12531                 o remove some dead code
12532                 o threadize get_list_of_uids
12533                 o threadize imap_get_flags
12534                 o defer flag changing by 500ms so that they
12535                   can be batched
12536
12537
12538 2005-06-08 [colin]      1.9.11cvs53
12539
12540         * src/imap.c
12541                 Thread-ize imap_cmd_fetch
12542
12543 2005-06-08 [colin]      1.9.11cvs52
12544
12545         * src/main.c
12546                 Mmh, that broke POP3...
12547
12548 2005-06-08 [colin]      1.9.11cvs51
12549
12550         * src/main.c
12551                 Stabilize IMAP patch (thanks to Hoa)
12552
12553 2005-06-08 [colin]      1.9.11cvs50
12554
12555         * src/imap.c
12556                 Test patch to speed up imap. 
12557
12558 2005-06-08 [colin]      1.9.11cvs49
12559
12560         * src/imap_gtk.c
12561                 Warning fix
12562         * src/procmime.c
12563                 Apply patch from gentoo to use /usr/share/mime/globs if 
12564                 available, after un-breaking it
12565         * src/common/log.c
12566         * src/common/log.h
12567                 Use g_timeout for invoking hooks that possibly use gtk
12568                 calls. This should leave gtk calls in the main thread.
12569
12570 2005-06-08 [paul]       1.9.11cvs48
12571
12572         * src/codeconv.c
12573                 conv_get_outgoing_charset_str(): don't
12574                 use prefs_common setting
12575         * src/compose.c
12576         * src/compose.h
12577                 add /Options/Character encoding/... to
12578                 temporarily change the outgoing encoding
12579
12580         (belated sync with main)
12581
12582 2005-06-08 [paul]       1.9.11cvs47
12583
12584         * src/compose.c
12585                 correction to/completion of last
12586                 sync with main
12587
12588 2005-06-08 [paul]       1.9.11cvs46
12589
12590         sync with main:
12591         
12592         * src/codeconv.c
12593         * src/codeconv.h
12594                 always enabled Japanese auto-detection
12595                 if the first letters of locale string
12596                 is "ja"
12597         * src/compose.c
12598                 don't use "destroy" signal to destroy
12599                 Compose object (fix rare crashes on discard?)
12600         * src/mainwindow.c
12601         * src/messageview.c
12602         * src/prefs_send.c
12603                 added Hebrew encodings
12604         * src/sourcewindow.c
12605                 don't use "destroy" signal to destroy
12606                 objects
12607
12608 2005-06-07 [colin]      1.9.11cvs45
12609
12610         * src/summaryview.c
12611                 Add missing unlocks/locks
12612
12613 2005-06-07 [paul]       1.9.11cvs44
12614
12615         * src/summaryview.c
12616                 restore bug #749 fix
12617
12618 2005-06-06 [colin]      1.9.11cvs43
12619
12620         * src/summaryview.c
12621                 Fix selection bug when prefs_common.open_unread 
12622                 is FALSE
12623
12624 2005-06-06 [colin]      1.9.11cvs42
12625
12626         * src/common/md5.c
12627                 Fix a warning
12628         * src/summaryview.c
12629         * src/folderview.c
12630                 Factorize long operations beginning and end
12631                 (locking, freezing/thawing, cursor, ...)
12632                 Check selection->data member in selection-
12633                 related loops; this avoids dying an awful
12634                 death if the selection changes on us while
12635                 we're marking a whole IMAP folder unread, 
12636                 for example.
12637
12638 2005-06-06 [paul]       1.9.11cvs41
12639
12640         * src/textview.c
12641                 don't g_free() a static gchar buffer
12642
12643 2005-06-05 [colin]      1.9.11cvs40
12644
12645         * src/mainwindow.c
12646         * src/messageview.c
12647         * src/summaryview.c
12648                 Fix bug #749 (Show all headers should be
12649                 sticky as the GUI suggests)
12650
12651 2005-06-03 [paul]       1.9.11cvs39
12652
12653         * src/compose.c
12654                 don't allow editing of mail while sending.
12655                 patch by Colin
12656
12657 2005-06-03 [paul]       1.9.11cvs38
12658
12659         * src/folderview.c
12660                 add a freeze/thaw to speed up 'mark all read'
12661
12662 2005-06-03 [paul]       1.9.11cvs37
12663
12664         * src/prefs_message.c
12665                 reflect changes immediately
12666
12667 2005-06-02 [colin]      1.9.11cvs36
12668
12669         * po/POTFILES.in
12670                 Patch by Fabien Vantard.
12671
12672 2005-06-02 [colin]      1.9.11cvs35
12673
12674         * src/imap.c
12675                 Use a non-blocking imap_getline() if possible.
12676                 This should completely prevent the interface
12677                 from freezin on imap operations, although it
12678                 may do strange stuff in case of folder switching
12679                 while a big imap operation is taking place...
12680
12681                 In addition, fix a leak in the case thread
12682                 creation fails on connection.
12683
12684 2005-06-02 [colin]      1.9.11cvs34
12685
12686         * src/crash.c
12687         * src/prefs_common.h
12688                 Fix build (prefs_common_init() doesn't exist
12689                 anymore)
12690
12691 2005-06-02 [colin]      1.9.11cvs33
12692
12693         * src/prefs_account.c
12694                 Fix bug #245 (filtering rules broken when
12695                 renaming a remote account (imap4 or nntp)
12696
12697 2005-06-02 [colin]      1.9.11cvs32
12698
12699         * src/imap.c
12700                 Try to fix IMAP shortcomings: 
12701                 o Multithread imap_open()
12702                 o allow offline-mode overriding instead of
12703                   just returning NULL
12704         * src/imap_gtk.c
12705         * src/imap_gtk.h
12706                 Add a function to ask whether we want to
12707                 override offline-mode for 10 minutes (one-shot
12708                 asking was painful)
12709         * src/procheader.c
12710                 Fix segfault when imap parser isn't happy about
12711                 a missing {
12712
12713 2005-06-01 [colin]      1.9.11cvs31
12714
12715         * src/addrharvest.c
12716         * src/compose.c
12717         * src/mbox.c
12718         * src/mbox.h
12719         * src/mh.c
12720         * src/msgcache.c
12721         * src/send_message.c
12722         * src/setup.c
12723         * src/undo.c
12724         * src/common/hooks.c
12725         * src/common/prefs.c
12726         * src/common/template.c
12727         * src/common/utils.c
12728         * src/gtk/gtkutils.c
12729         * src/gtk/inputdialog.c
12730         * src/gtk/menu.c
12731         * src/gtk/pluginwindow.c
12732         * src/gtk/prefswindow.c
12733         * src/plugins/pgpmime/passphrase.c
12734         * src/plugins/pgpmime/prefs_gpg.c
12735                 More -Wall fixes
12736
12737         * src/common/Makefile.am
12738         * src/common/timing.h
12739                 Add basic timing code
12740
12741         * src/summaryview.c
12742                 Fix a bug with unread messages when 
12743                 re-sorting folders, and by the way
12744                 fix a big performance hit when 
12745                 re-sorting (10k mails: before 5s,
12746                 after .5s)
12747
12748         * src/prefs_compose_writing.c
12749         * src/prefs_compose_writing.h
12750         * src/prefs_message.c
12751         * src/prefs_message.h
12752         * src/prefs_other.c
12753         * src/prefs_other.h
12754         * src/prefs_quote.c
12755         * src/prefs_quote.h
12756         * src/prefs_receive.c
12757         * src/prefs_receive.h
12758         * src/prefs_send.c
12759         * src/prefs_send.h
12760         * src/prefs_summaries.c
12761         * src/prefs_summaries.h
12762                 Fix copyright banner
12763
12764 2005-06-01 [paul]       1.9.11cvs30
12765
12766         * po/fi.po
12767                 updated by Flammie Pirinen
12768         * src/procmime.c
12769                 fix 'Bad BASE64 content' output
12770
12771 2005-05-31 [colin]      1.9.11cvs29
12772
12773         * src/procmime.c
12774                 Oops, where did my hunk go.
12775
12776 2005-05-31 [colin]      1.9.11cvs28
12777
12778         * src/Makefile.am
12779         * src/account.c
12780         * src/action.c
12781         * src/addr_compl.c
12782         * src/addressbook.c
12783         * src/codeconv.c
12784         * src/compose.c
12785         * src/export.c
12786         * src/folder.c
12787         * src/folderview.c
12788         * src/image_viewer.c
12789         * src/main.c
12790         * src/mainwindow.c
12791         * src/messageview.c
12792         * src/mimeview.c
12793         * src/msgcache.c
12794         * src/prefs_account.c
12795         * src/prefs_actions.c
12796         * src/prefs_common.c
12797         * src/prefs_compose_writing.c
12798         * src/prefs_customheader.c
12799         * src/prefs_ext_prog.c
12800         * src/prefs_filtering.c
12801         * src/prefs_filtering_action.c
12802         * src/prefs_fonts.c
12803         * src/prefs_image_viewer.c
12804         * src/prefs_message.c
12805         * src/prefs_message.h
12806         * src/prefs_msg_colors.c
12807         * src/prefs_other.c
12808         * src/prefs_other.h
12809         * src/prefs_quote.c
12810         * src/prefs_receive.c
12811         * src/prefs_receive.h
12812         * src/prefs_send.c
12813         * src/prefs_send.h
12814         * src/prefs_spelling.c
12815         * src/prefs_summaries.c
12816         * src/prefs_summary_column.c
12817         * src/prefs_template.c
12818         * src/prefs_themes.c
12819         * src/prefs_toolbar.c
12820         * src/prefs_wrapping.c
12821         * src/procmime.c
12822         * src/procmsg.c
12823         * src/send_message.h
12824         * src/ssl_manager.c
12825         * src/summary_search.c
12826         * src/summaryview.c
12827         * src/textview.c
12828         * src/wizard.c
12829         * src/common/smtp.c
12830         * src/common/smtp.h
12831         * src/gtk/gtkutils.h
12832                 o Move the rest of Common prefs to new style
12833                 o Lots of -Wall warning fixes
12834                 o fix FIXME in cache memusage calculation
12835                 o Let return receipts be sent from any account
12836                 o Little cache optimisation (read)
12837                 o Fix bug #746 (don't treat commas as separators
12838                   when inside a quoted string)
12839
12840 2005-05-31 [paul]       1.9.11cvs27
12841
12842         * src/prefs_common.c
12843                 fix 'off-by-one' typo
12844
12845 2005-05-31 [paul]       1.9.11cvs26
12846
12847         * src/account.c
12848         * src/addr_compl.c
12849         * src/compose.c
12850         * src/foldersel.c
12851         * src/prefs_actions.c
12852         * src/prefs_common.c
12853         * src/prefs_common.h
12854         * src/prefs_customheader.c
12855         * src/prefs_display_header.c
12856         * src/prefs_filtering.c
12857         * src/prefs_filtering_action.c
12858         * src/prefs_matcher.c
12859         * src/prefs_summaries.c
12860         * src/prefs_summary_column.c
12861         * src/prefs_template.c
12862         * src/prefs_toolbar.c
12863         * src/ssl_manager.c
12864         * src/gtk/pluginwindow.c
12865         * src/gtk/prefswindow.c
12866         * src/gtk/progressdialog.c
12867                 add hidden prefs 'enable_rules_hint'
12868                 for gtk_tree_view_set_rules_hint()
12869                 (sync with main)
12870                 
12871
12872 2005-05-31 [colin]      1.9.11cvs25
12873
12874         * src/Makefile.am
12875         * src/main.c
12876         * src/prefs_common.c
12877         * src/prefs_summaries.c ** ADDED **
12878         * src/prefs_summaries.h ** ADDED **
12879                 Common/Display -> Display/Summaries
12880
12881 2005-05-31 [colin]      1.9.11cvs24
12882
12883         * src/Makefile.am
12884         * src/main.c
12885         * src/prefs_quote.c ** ADDED **
12886         * src/prefs_quote.h ** ADDED **
12887                 Move Common/Quote to Compose/Quoting
12888         * src/prefs_common.c
12889         * src/prefs_common.h
12890                 Remove old quote stuff, add
12891                 convenience functions for GtkTextView prefs
12892         * src/gtk/prefswindow.c
12893                 Set default height higher
12894
12895 2005-05-30 [colin]      1.9.11cvs23
12896
12897         * src/Makefile.am
12898         * src/main.c
12899         * src/prefs_common.c
12900         * src/prefs_compose_writing.c ** ADDED **
12901         * src/prefs_compose_writing.h ** ADDED **
12902                 Move Common/Compose prefs to Compose/Writing
12903
12904 2005-05-30 [colin]      1.9.11cvs22
12905
12906         * src/common/utils.c
12907                 Fix bug #651 (Confused Attract by Subject)
12908                 Patch by M. Benkmann <haferfrost@web.de>
12909         * AUTHORS
12910
12911 2005-05-30 [colin]      1.9.11cvs21
12912
12913         * src/compose.c
12914                 Fix concatenation of different headers of
12915                 the same type (bug #645)
12916         * src/prefs_folder_item.c
12917                 Fix bug #699 (setting color to black doesn't
12918                 work immediately)
12919         * src/procmime.c
12920                 Print out decoding error only once per
12921                 block
12922
12923 2005-05-30 [paul]       1.9.11cvs20
12924
12925         * src/common/template.c
12926                 fix Bcc
12927
12928 2005-05-30 [paul]       1.9.11cvs19
12929
12930         * doc/src/rfc2368.txt   **NEW FILE**
12931         * src/compose.c
12932                 compose_entries_set(): don't interpret Bcc
12933                 header field (conform to RFC 2368)
12934                 (sync with main)
12935
12936 2005-05-29 [colin]      1.9.11cvs18
12937
12938         * src/prefs_common.c
12939                 Let the default reply format respect
12940                 netiquette by cutting the signature.
12941
12942 2005-05-29 [colin]      1.9.11cvs17
12943
12944         * src/summaryview.c
12945                 Don't let always_show_msg override
12946                 open_unread_on_enter when opening a new
12947                 directory.
12948
12949 2005-05-27 [paul]       1.9.11cvs16
12950
12951         sync with main:
12952
12953         * src/main.c
12954                 app_will_exit(): cleanup tmp directory when exit
12955         * src/message_search.c
12956                 improved the interface and made code cleanup.
12957                 removed Clear button
12958         * src/send_message.c
12959                 send_message_local(): use GSpawn, and detect errors
12960         * src/summary_search.c
12961                 improved the interface and made code cleanup
12962         * src/textview.c
12963                 textview_write_link(): also skip non-ascii space
12964                  at the head of link strings (phishing check
12965                  didn't work at the case)
12966         * src/common/utils.c
12967                 get_command_output(): use g_spawn_command_line_sync()
12968                 instead of popen()
12969
12970 2005-05-26 [colin]      1.9.11cvs15
12971
12972         * src/folder.c
12973                 remove printf
12974
12975 2005-05-26 [colin]      1.9.11cvs14
12976
12977         * src/common/nntp.c
12978                 Fix nntp mode reader (bug #611)
12979                 Patch by Florian Mickler <florian@mickler.org>
12980
12981 2005-05-26 [colin]      1.9.11cvs13
12982
12983         * src/plugins/pgpmime/passphrase.c
12984                 Fix mouse grabbing (bug #557)
12985
12986 2005-05-26 [colin]      1.9.11cvs12
12987
12988         * src/prefs_themes.c
12989                 Fix g_warning (bug #541)
12990
12991 2005-05-26 [colin]      1.9.11cvs11
12992
12993         * src/prefs_actions.c
12994         * src/prefs_template.c
12995                 Fix bug #506 (no warning if action/template
12996                 is not saved)
12997         * src/common/template.c
12998                 Fix a possible crash
12999
13000 2005-05-26 [colin]      1.9.11cvs10
13001
13002         * src/folder.c
13003         * src/folderview.c
13004         * src/procmsg.c
13005         * src/summaryview.c
13006                 Forbid locked messages to be moved or
13007                 deleted. Locked messages in trashes 
13008                 still get deleted, for performance
13009                 reason (mh.c::mh_remove_all_msgs)
13010
13011 2005-05-25 [colin]      1.9.11cvs9
13012
13013         * src/procmime.c
13014                 Use correct encoding when sending mails
13015                 with attachments that have accentued 
13016                 chars in their name
13017
13018 2005-05-24 [colin]      1.9.11cvs8
13019
13020         * src/summaryview.c
13021                 Fix bug #688 f) read/unread marker not
13022                 changed on first click
13023                 Also, optimize summary_status_show()
13024                 calls
13025         * src/folder.c
13026         * src/inc.c
13027         * src/procmime.c
13028                 Fix bug #688 b) and c) wrt message
13029                 attachments and signature
13030         * src/stock_pixmap.c
13031         * src/stock_pixmap.h
13032         * src/stock_pixmap.c
13033         * src/stock_pixmap.h
13034         * src/Makefile.am
13035         * src/pixmaps/clip_gpg_signed.xpm
13036                 Add clip/signed icon
13037
13038 2005-05-24 [colin]      1.9.11cvs7
13039
13040         * src/folder_item_prefs.c
13041                 whitespace fix
13042
13043 2005-05-24 [colin]      1.9.11cvs6
13044
13045         * src/folderview.c
13046         * src/prefs_common.c
13047         * src/prefs_common.h
13048                 Add a confirmation to folder drag and drop
13049                 fixes bug #156
13050         * src/alertpanel.c
13051         * src/alertpanel.h
13052                 fix _with_disable parameters so that
13053                 the buttons labels are specifiable too
13054         * src/plugins/pgpmime/sgpgme.c
13055                 reflect said change
13056                 
13057
13058 2005-05-24 [colin]      1.9.11cvs5
13059
13060         * src/folderview.c
13061                 Uncollapse/collapse folders on double-click
13062                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
13063                 closes bug #108
13064
13065 2005-05-23 [colin]      1.9.11cvs4
13066
13067         * src/common/socket.c
13068                 Check another special SSL_peek() error.
13069                 Should help wrt bug #728
13070
13071 2005-05-23 [colin]      1.9.11cvs3
13072
13073         * src/plugins/pgpmime/pgpmime.c
13074                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
13075                 breaking menu accelerators and stuff. Users will have to
13076                 reselect "PGP MIME" instead of "PGP/MIME" in their 
13077                 account's privacy preferences if needed.
13078
13079 2005-05-22 [paul]
13080
13081         * tools/kdeservicemenu/install.sh
13082                 use kdesu to prompt for root password if doing
13083                 global install/uninstall
13084
13085 2005-05-20 [colin]      1.9.11cvs2
13086
13087         * src/procmsg.c
13088                 Fix another compilation error with gcc-2.9x
13089                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
13090         * src/send_message.c
13091                 Don't send QUIT if we aren't connected
13092
13093 2005-05-19 [colin]      1.9.11cvs1
13094
13095         * src/procmsg.c
13096                 Fix compilation with gcc 2.9x
13097
13098 2005-05-19 [paul]       1.9.11
13099
13100         1.9.11 released
13101
13102 2005-05-19 [paul]       1.9.9cvs14
13103
13104         * src/gtk/inputdialog.c
13105                 prevent gettext warning
13106
13107 2005-05-19 [paul]       1.9.9cvs13
13108
13109         * src/mainwindow.c
13110         * src/prefs_common.c
13111         * src/prefs_common.h
13112         * src/textview.c
13113         * src/textview.h
13114                 add an option to toggle cursor in message
13115                 view (sync with main)
13116
13117 2005-05-18 [colin]      1.9.9cvs12
13118
13119         * src/compose.c
13120                 Dereference freed pointer
13121         * src/gtk/gtkaspell.c
13122                 Fix duplication of dictionaries (is it an aspell issue?)
13123
13124 2005-05-18 [colin]      1.9.9cvs11
13125
13126         * src/gtk/inputdialog.c
13127         * src/gtk/gtkaspell.c
13128                 HIGuify dialogs
13129         * src/alertpanel.c
13130                 Remove a double call
13131
13132 2005-05-17 [colin]      1.9.9cvs10
13133
13134         * src/gtk/gtkaspell.c
13135                 Fix dialogs, Ctrl-Enter accel
13136
13137 2005-05-17 [colin]      1.9.9cvs9
13138
13139         * src/gtk/gtkaspell.c
13140                 Fix some accelerators, escape in replace-window
13141
13142 2005-05-16 [colin]      1.9.9cvs8
13143
13144         * src/gtk/gtkaspell.c
13145                 Revert last commit, it was a mistake.
13146
13147 2005-05-16 [colin]      1.9.9cvs7
13148
13149         * src/gtk/gtkaspell.c
13150                 Remove buggy code while we're at it. It's a 
13151                 dead code path anyway.
13152
13153 2005-05-16 [colin]      1.9.9cvs6
13154
13155         * src/gtk/gtkaspell.c
13156                 Missed some gtk_menu_popup where deactivate
13157                 signal should be handled. Should fix bug
13158                 #629 a bit more.
13159
13160 2005-05-16 [colin]      1.9.9cvs5
13161
13162         * src/gtk/gtkaspell.c
13163                 Remove debug printf()s
13164
13165 2005-05-16 [colin]      1.9.9cvs4
13166
13167         * src/gtk/gtkaspell.c
13168                 Fix a bit aspell problems
13169                 (see bug #629)
13170
13171 2005-05-13 [colin]      1.9.9cvs3
13172
13173         * src/folderview.c
13174                 Fix the + appearing even when no subfolders
13175                 have unread messages. Thanks to wwp for the
13176                 bug report.
13177
13178 2005-05-11 [paul]       1.9.9cvs2
13179
13180         * src/folderview.c
13181                 correction to 1.9.9cvs1, only colour folders that
13182                 have new msgs (not unread msgs)
13183
13184 2005-05-10 [colin]      1.9.9cvs1
13185
13186         * src/folderview.c
13187         * src/summaryview.c
13188                 Try to fix bolding bugs again.
13189
13190 2005-05-09 [paul]
13191
13192         * tools/claws.i18n.status.pl
13193                 add Ricardo Mones Lastra's script that has been providing
13194                 the i18n status page for many months
13195
13196 2005-05-09 [paul]       1.9.9
13197
13198         1.9.9 release
13199
13200 2005-05-09 [paul]       1.9.6cvs58
13201
13202         * AUTHORS
13203         * INSTALL
13204         * README.claws
13205                 updated
13206         * Makefile.am 
13207         * RELEASE_NOTES.claws
13208                 add release notes to cvs to simplify release
13209                 procedure
13210         * configure.ac
13211                 add ca and fi to ALL_LINGUAS
13212         * po/Makefile.in.in
13213                 workaround for missing Makevars
13214         * po/ca.po
13215         * po/fi.po
13216                 add new Catalan and Finnish translations
13217                 submitted by Miquel Oliete and Flammie Pirinen
13218         * po/de.po
13219         * po/es.po
13220         * po/fr.po
13221         * po/it.po
13222         * po/pl.po
13223         * po/ru.po
13224         * po/sk.po
13225         * po/sr.po
13226         * po/zh_CN.po
13227                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
13228                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
13229                 Urke MMI, and Hansom Young
13230         * src/main.c
13231                 Fix drafting when quitting. compose_draft() closes the
13232                 compose windows, which modifies the compose_list GSList.
13233                 We have to refresh this list after echo drafting to avoid a
13234                 segfault
13235         * src/partial_download.c
13236                 fix segfault on exit
13237
13238 2005-05-06 [paul]       1.9.6cvs57
13239
13240         * src/grouplistdialog.c
13241                 quick fix/workaround for unresizeable newsgroup
13242                 name column 
13243
13244 2005-05-06 [paul]       1.9.6cvs56
13245
13246         * src/inc.c
13247         * src/mainwindow.c
13248                 use gettext plural forms
13249         * src/imap_gtk.c
13250         * src/mh_gtk.c
13251         * src/toolbar.c
13252                 small improvement to english usage
13253
13254 2005-05-05 [thorsten]   1.9.6cvs55
13255
13256         * src/folder.c
13257                 fix possible crash
13258
13259 2005-05-05 [paul]       1.9.6cvs54
13260         
13261         sync with HEAD
13262
13263         * AUTHORS
13264         * src/compose.c
13265                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
13266                 patch by Tim Mann
13267
13268 2005-05-05 [paul]       1.9.6cvs53
13269
13270         * src/mainwindow.c
13271                 fix resizing of separate message and
13272                 folder views
13273
13274 2005-05-05 [paul]       1.9.6cvs52
13275
13276         * src/account.c
13277         * src/addrgather.c
13278         * src/browseldap.c
13279         * src/exphtmldlg.c
13280         * src/expldifdlg.c
13281         * src/importmutt.c
13282         * src/importpine.c
13283         * src/main.c
13284         * src/mainwindow.c
13285         * src/noticeview.c
13286         * src/prefs_filtering.c
13287         * src/prefs_filtering_action.c
13288         * src/prefs_matcher.c
13289         * src/prefs_spelling.c
13290         * src/prefs_toolbar.c
13291         * src/toolbar.c
13292         * src/wizard.c
13293         * src/gtk/description_window.c
13294         * src/gtk/gtkvscrollbutton.c
13295         * src/gtk/progressdialog.c
13296         * src/gtk/quicksearch.c
13297         * src/plugins/pgpmime/prefs_gpg.c
13298         * src/plugins/spamassassin/spamassassin_gtk.c
13299                 replace deprecated gtk_widget_set_usize
13300
13301 2005-05-04 [colin]      1.9.6cvs51
13302
13303         * src/common/utils.c
13304                 Fix crash when subst_for_filename is called
13305                 with a NULL parameter
13306
13307 2005-05-04 [colin]      1.9.6cvs50
13308
13309         * src/partial_download.c
13310         * src/pop.c
13311                 Escape login when writing uidl file
13312                 fixes bug #736
13313
13314 2005-05-03 [colin]      1.9.6cvs49
13315
13316         * src/procmime.c
13317                 Fix possible DOS in mime parser
13318                 (see bug #634)
13319
13320 2005-05-02 [colin]      1.9.6cvs48
13321
13322         * src/compose.c
13323                 Try to fix the copy/paste mess once again.
13324
13325
13326 2005-04-30 [colin]      1.9.6cvs47
13327
13328         * src/prefs_account.h
13329         * src/procmsg.c
13330         * src/send_message.c
13331         * src/common/smtp.c
13332         * src/common/smtp.h
13333                 Try to batch sending mails (per account) instead of
13334                 reconnecting to server every time.
13335
13336 2005-04-29 [colin]      1.9.6cvs46
13337
13338         * src/messageview.c
13339                 Fix window resizing that refused to size down
13340         * src/prefs_common.c
13341         * src/prefs_common.h
13342         * src/prefs_filtering.c
13343                 Save Filtering's window size
13344
13345 2005-04-21 [paul]       1.9.6cvs45
13346
13347         * ChangeLog-gtk2.claws
13348         * src/setup.c
13349                 correction to sync
13350
13351 2005-04-21 [paul]       1.9.6cvs44
13352
13353         sync with main:
13354
13355         * src/setup.c
13356         * src/statusbar.c
13357         * src/statusbar.h
13358                 use gtkut_widget_draw_now(). Improved performance
13359                 of the update of statusbar
13360         * src/textview.c
13361                 textview_smooth_scroll_do(): redraw it after scroll
13362                 is done (fixed incorrect display when a part of the
13363                 view is hidden).
13364         * src/gtk/gtkutils.c
13365         * src/gtk/gtkutils.h
13366                 gtkut_widget_draw_now(): use gdk_window_process_updates()
13367                 to force update of widgets.
13368                 Removed gtkut_widget_wait_for_draw() which had a big
13369                 overhead  because of waiting for all events processed 
13370
13371 2005-04-20 [paul]       1.9.6cvs43
13372
13373         * src/codeconv.c
13374                 complete 1.9.6cvs42's sync:
13375                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
13376
13377 2005-04-19 [paul]       1.9.6cvs42
13378
13379         sync with main:
13380
13381         * src/action.c
13382                 catch_output(): correctly select the insert text
13383                 (fix invalid iterator warnings).
13384         * src/codeconv.c
13385         * src/codeconv.h
13386         * src/mainwindow.c
13387         * src/messageview.c
13388         * src/prefs_common.c
13389                 support GBK encoding.
13390         * src/common/session.c
13391         * src/common/session.h
13392                 use separate buffer for large data to be sent,
13393                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
13394
13395 2005-04-18 [paul]       1.9.6cvs41
13396
13397         * src/jpilot.c
13398                 convert unsigned long into guint32
13399                 patch by Paul LeoNerd Evans 
13400
13401 2005-04-17 [colin]      1.9.6cvs40
13402
13403         * src/compose.c
13404                 Fix 'Request return receipt' from folder
13405                 properties (bug #708)
13406
13407 2005-04-17 [colin]      1.9.6cvs39
13408
13409         * src/mainwindow.c
13410                 Fix duplicate hotkeys in Mainwindow's menu
13411
13412 2005-04-17 [colin]      1.9.6cvs38
13413
13414         * src/folderview.c
13415                 Fix duplicate hotkeys in Folderview's contextual
13416                 menu
13417
13418 2005-04-15 [colin]      1.9.6cvs37
13419
13420         * src/summaryview.c
13421                 Fix 'Save as...' with non-ascii filenames
13422
13423 2005-04-15 [colin]      1.9.6cvs36
13424
13425         * src/plugins/pgpmime/pgpmime.c
13426                 Fix bus error on 64bit. Spotted by 
13427                 macallan1888@gmail.com
13428
13429 2005-04-15 [colin]      1.9.6cvs35
13430
13431         * src/prefs_account.c
13432                 Fix cvs34.
13433
13434 2005-04-12 [colin]      1.9.6cvs34
13435
13436         * src/prefs_account.c
13437                 Fix smtp auth type off-by-one. We forgot to
13438                 add PLAIN in the prefs-to-gui setter func and
13439                 as a result, the selected auth when opening
13440                 account prefs was not the correct one.
13441
13442 2005-04-12 [paul]       1.9.6cvs33
13443
13444         * src/inc.c
13445                 if the recv dialog is visible, Cancel only
13446                 cancels the current account
13447
13448
13449 2005-04-10 [colin]      1.9.6cvs32
13450
13451         * src/filtering.c
13452                 Copy score when copying FilteringActions
13453                 Fix bug #674
13454
13455 2005-04-10 [colin]      1.9.6cvs31
13456
13457         * src/inc.c
13458                 Make Message -> Receive -> Cancel cancel 
13459                 incorporation on all accounts. Fixes
13460                 bug #693
13461
13462 2005-04-10 [colin]      1.9.6cvs30
13463
13464         * src/prefs_account.c
13465                 Update Privacy checkbuttons status based
13466                 on the selected privacy system
13467         * src/compose.c
13468                 Always connect the "None" privacy system; the
13469                 static boolean was probably there to avoid
13470                 reconnecting twice in the same compose window,
13471                 but as the parent function is only called once
13472                 per compose, it's only a bug - as a static is
13473                 initialized once per application instance.
13474                 Also, don't uncheck Sign and Encrypt when
13475                 selecting None as privacy system; just ignore
13476                 them when sending/queuing.
13477                 Should fix bug #695
13478
13479 2005-04-08 [colin]      1.9.6cvs29
13480
13481         * src/account.c
13482         * src/prefs_account.c
13483         * src/prefs_account.h
13484                 Add account preference to queue message in a certain
13485                 folder.
13486
13487 2005-04-06 [colin]      1.9.6cvs28
13488
13489         * src/prefs_account.c
13490                 Update old inbox path syntax
13491
13492 2005-04-06 [paul]       1.9.6cvs27
13493
13494         sync with main:
13495
13496         * configure.ac
13497                 changed -traditional-cpp to -no-cpp-precomp for newer
13498                 Mac OS X support
13499         * src/foldersel.c
13500                 made column resize automatically
13501         * src/send_message.c
13502                 send_message_smtp(): consider EOF right after QUIT
13503                 successful (workaround for Gmail SMTP server)
13504         * src/common/socket.c
13505                 ssl_read(), ssl_peek(): check EOF which violates the
13506                 SSL protocol
13507         * src/gtk/colorlabel.c
13508                 removed warnings when displaying colorlabel menu
13509                 (don't use GtkAlignment)
13510
13511 2005-04-05 [paul]       1.9.6cvs26
13512
13513         * src/plugins/trayicon/trayicon.c
13514                 fix clipping of icon under KDE3 
13515
13516 2005-04-05 [paul]       1.9.6cvs25
13517
13518         * src/summaryview.c
13519                 hide display of threading
13520                 patch by Alfons
13521
13522 2005-04-04 [thorsten]   1.9.6cvs24
13523
13524         * src/mh.c
13525                 marks lost on filesystems with different stat() results on
13526                 summer-/wintertime
13527
13528 2005-04-03 [colin]      1.9.6cvs23
13529
13530         * src/summaryview.c
13531                 Don't handle up/down. Patch by Alfons
13532
13533 2005-04-02 [colin]      1.9.6cvs22
13534
13535         * src/summaryview.c
13536                 Make scrolling faster. Patch by Alfons.
13537
13538 2005-04-01 [colin]      1.9.6cvs21
13539
13540         * src/Makefile.am
13541         * src/stock_pixmap.c
13542         * src/pixmaps/dir-noselect.xpm ** REMOVED **
13543         * src/pixmaps/dir_noselect.xpm ** ADDED **
13544                 Fix pixmap name mismatch (Thanks Stephan Sachse)
13545
13546 2005-04-01 [colin]      1.9.6cvs20
13547
13548         * src/image_viewer.c
13549         * src/image_viewer.h
13550         * src/procmime.c
13551         * src/procmime.h
13552         * src/textview.c
13553         * src/textview.h
13554                 Implement inline image resizing and right-clicking
13555
13556 2005-04-01 [paul]       1.9.6cvs19
13557
13558         * AUTHORS
13559         * Makefile.am
13560         * configure.ac
13561                 check for gnome2
13562                 patch by Luca Cavalli <loopback<AT>slackit.org>
13563         * po/ru.po
13564                 updated by Pavlo Bohmat
13565
13566 2005-03-31 [colin]      1.9.6cvs18
13567
13568         * src/news.c
13569                 Fix parsing references
13570         * src/msgcache.c
13571                 don't put nulls in the references list
13572         * src/procheader.c
13573                 commit that forgotten file in 1.9.6cvs14
13574
13575 2005-03-31 [colin]      1.9.6cvs17
13576
13577         * src/compose.c
13578                 Fix joining of signature separator again. 
13579                 Maybe Hiro could put it in main too...
13580
13581 2005-03-31 [colin]      1.9.6cvs16
13582
13583         * src/Makefile.am
13584         * src/foldersel.c
13585         * src/stock_pixmap.c
13586         * src/stock_pixmap.h
13587         * src/pixmaps/dir-noselect.xpm
13588                 Update foldersel.c (sync from main, patch by Alfons)
13589
13590 2005-03-30 [colin]      1.9.6cvs15
13591
13592         * src/imap.c
13593                 Fix handling of imap folders containing [] in 
13594                 their name. Thanks to Nahuel Angelinetti for
13595                 the detailed bugreport.
13596
13597 2005-03-30 [colin]      1.9.6cvs14
13598
13599         * src/common/utils.h
13600         * src/common/utils.c
13601         * src/common/defs.h
13602         * src/matcher.c
13603         * src/msgcache.c
13604         * src/news.c
13605         * src/procmsg.c
13606         * src/procmsg.h
13607         * src/quote_fmt_parse.y
13608         * src/summaryview.c
13609                 Update references system. Patch by Alfons
13610
13611 2005-03-30 [colin]      1.9.6cvs13
13612
13613         * src/common/socket.c
13614                 Force the glibc to read resolv.conf again when 
13615                 it has changed. Should fix issues when changing
13616                 networks on a laptop and not restarting sylpheed. 
13617
13618 2005-03-30 [paul]       1.9.6cvs12
13619
13620         partial sync with main:
13621
13622         * src/action.c
13623                 create_io_dialog(): use user-defined text font
13624                 (thanks to Alfons), and modified its appearance.
13625         * src/addrgather.c
13626         * src/addrharvest.c
13627         * src/browseldap.c
13628                 replace old code
13629         * src/compose.c
13630                 don't join (presumably) itemized lines on line-wrapping
13631                 fixed wrapping of quote when auto-wrapping is enabled
13632                 compose_destroy(): destroy paned only if it's not
13633                 attached to window. Fixed memory leak of popup menu.
13634         * src/exphtmldlg.c
13635         * src/expldifdlg.c
13636                 replace old code
13637         * src/html.c
13638         * src/html.h
13639         * src/importmutt.c
13640         * src/importpine.c
13641                 replace old code
13642         * src/main.c
13643                 removed redundant code
13644         * src/mainwindow.c
13645                 changed 'Code set' (which is rather incorrect)
13646                 in the menu to 'Character encoding'
13647                 main_window_set_widgets(): request size first
13648                 to prevent window size becoming wrong
13649                 fixed remembering of the state of the visibility
13650                 of MessageView
13651         * src/messageview.c
13652                 changed 'Code set' (which is rather incorrect)
13653                 in the menu to 'Character encoding'
13654         * src/prefs_common.c
13655         * src/prefs_common.h
13656                 added an option whether to render HTML as text or not
13657                 added separators to outgoing encoding menu
13658         * src/procheader.c
13659                 procheader_scan_date_string(): support header
13660                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
13661         * src/summaryview.c
13662         * src/summaryview.h
13663                 minor code cleanup
13664         * src/textview.c
13665                 textview_show_html(): force output of newline
13666                 added an option whether to render HTML as text or not
13667         * src/common/utils.c
13668                 strncpy2(): optimized based on Alfons' code
13669         * src/gtk/gtkutils.c
13670         * src/gtk/gtkutils.h
13671                 removed non-used code
13672         * src/plugins/pgpmime/passphrase.c
13673                 partially fixed grab input of passphrase dialog
13674                 Confine pointer to window
13675
13676 2005-03-30 [colin]      1.9.6cvs11
13677
13678         * src/msgcache.c
13679         * src/msgcache.h
13680                 Read/write 32bit ints from cache & marks
13681                 From main.
13682
13683 2005-03-29 [paul]       1.9.6cvs10
13684
13685         * AUTHORS
13686         * ChangeLog.claws
13687         * src/compose.c
13688         * src/gtk/gtkaspell.c
13689                 sync with HEAD (don't pass NULL pointers) 
13690
13691 2005-03-24 [paul]
13692
13693         * tools/Makefile.am
13694         * tools/README
13695         * tools/acroread2sylpheed.pl
13696                 sync with HEAD (add script to send pdfs as
13697                 attachments from Adobe Reader 7)
13698
13699 2005-03-21 [paul]       1.9.6cvs9
13700
13701         * configure.ac
13702         * po/POTFILES.in
13703         * src/Makefile.am
13704         * src/crash.c
13705         * src/image_viewer.c ** ADDED **
13706         * src/image_viewer.h ** ADDED **
13707         * src/main.c
13708         * src/prefs_common.c
13709         * src/prefs_common.h
13710         * src/prefs_image_viewer.c ** ADDED **
13711         * src/prefs_image_viewer.h ** ADDED **
13712         * src/textview.c
13713         * src/gtk/about.c
13714         * src/pixmaps/sylpheed_logo.xpm
13715         * src/plugins/Makefile.am
13716         * src/plugins/image_viewer/.cvsignore ** REMOVED **
13717         * src/plugins/image_viewer/Makefile.am ** REMOVED **
13718         * src/plugins/image_viewer/plugin.c ** REMOVED **
13719         * src/plugins/image_viewer/viewer.c ** REMOVED **
13720         * src/plugins/image_viewer/viewer.glade ** REMOVED **
13721         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
13722         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
13723         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
13724         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
13725                 as gdk-pixbuf is now built-in
13726                 remove image_viewer plugin and put code back into
13727                 main codebase
13728                 implement inline image display (sync with main)
13729
13730                 replace logo with newer, nicer, larger version  
13731
13732 2005-03-21 [paul]       1.9.6cvs8
13733
13734         * src/gtk/about.c
13735                 cosmetic improvement
13736
13737 2005-03-21 [holger]     1.9.6cvs7
13738
13739         * src/plugins/spamassassin/spamassassin.c
13740                 Sync with HEAD
13741                 (unregister hook on failed plugin init)
13742
13743 2005-03-20 [colin]      1.9.6cvs6
13744
13745         * src/common/plugin.c
13746                 Check that plugin isn't already loaded
13747                 Patch by Alfons
13748
13749 2005-03-20 [thorsten]   1.9.6cvs5
13750
13751         * src/compose.c
13752                 use a more compatible syntax
13753
13754 2005-03-20 [thorsten]   1.9.6cvs4
13755
13756         * src/prefs_toolbar.c
13757                 fix crash when selecting toolbar item (uninitialized pointer)
13758
13759 2005-03-20 [thorsten]   1.9.6cvs3
13760
13761         * src/procmime.c
13762                 fix mimetype detection (referenced free()d string)
13763
13764 2005-03-20 [paul]       1.9.6cvs2
13765
13766         * src/compose.c
13767                 sync with HEAD (1.0.3cvs5)
13768                 neglect Reply-To header if empty
13769                 Patch by Alfons 
13770
13771 2005-03-19 [holger]     1.9.6cvs1
13772
13773         * src/summaryview.c
13774         * src/summaryview.h
13775                 Sync with HEAD
13776
13777 2005-03-18 [paul]       1.9.6
13778
13779         initial GTK2 release
13780
13781 2005-03-18 [paul]       1.0.3cvs3.1
13782
13783         * AUTHORS
13784         * ChangeLog.claws
13785         * configure.ac
13786         * src/gtk/about.c
13787         * src/pixmaps/sylpheed_logo.xpm
13788                 sync with HEAD
13789
13790 2005-03-18 [colin]      1.0.3cvs2.6
13791
13792         * src/summaryview.c
13793                 Remove call to summary_step in summary_copy_selected_to
13794                 Can't see its purpose, and this causes bug when copying
13795                 a message if the next one is unread: it reads it.
13796
13797 2005-03-18 [paul]       1.0.3cvs2.5
13798
13799         * src/foldersel.c
13800                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
13801
13802 2005-03-18 [paul]       1.0.3cvs2.4
13803
13804         * src/addrharvest.c
13805         * src/codeconv.c
13806         * src/codeconv.h
13807         * src/compose.c
13808         * src/news.c
13809         * src/procheader.c
13810         * src/procmime.c
13811         * src/unmime.c
13812         * src/unmime.h
13813                 fix buffer overflow, CAN-2005-0667, see
13814                 http://secunia.com/advisories/14491/
13815                 Patch by Alfons
13816
13817 2005-03-17 [colin]      1.0.3cvs2.3
13818
13819         * src/prefs_fonts.c
13820         * src/summaryview.c
13821                 Fix font bugs (both lists now officialy share 
13822                 the same font)
13823                 
13824
13825 2005-03-17 [paul]       1.0.3cvs2.2
13826
13827         * src/gtk/pluginwindow.c
13828                 make plugin descriptions uneditable
13829
13830 2005-03-11 [paul]       1.0.3cvs2.1
13831
13832         * ChangeLog.claws
13833         * configure.ac
13834         * po/POTFILES.in
13835         * src/plugins/trayicon/trayicon.c
13836                 sync with HEAD
13837                 add src/wizard.c to POTFILES.in
13838
13839 2005-03-11 [paul]       1.0.3cvs1.1
13840
13841         * ChangeLog
13842         * ChangeLog.claws
13843         * configure.ac
13844         * po/de.po
13845         * po/es.po
13846         * po/fr.po
13847         * po/it.po
13848         * po/pt_BR.po
13849         * po/ru.po
13850         * po/sk.po
13851         * po/sr.po
13852         * po/zh_CN.po
13853                 sync with HEAD
13854
13855 2005-03-04 [colin]      1.0.1cvs22.2
13856
13857         * src/compose.c
13858                 Fix signatures with accentued chars in it
13859
13860 2005-03-04 [colin]      1.0.1cvs22.1
13861
13862         * src/common/smtp.c
13863         * src/common/smtp.h
13864                 Don't use SIZE param in MAIL FROM: if server 
13865                 doesn't support it. Patch by Eugen Freiter
13866                 <eugen_f@users.sf.net>
13867
13868 2005-02-27 [paul]       1.0.1cvs20.1
13869
13870         * ChangeLog.claws
13871         * configure.ac
13872         * src/messageview.c
13873                 sync with HEAD
13874
13875 2005-02-27 [colin]      1.0.1cvs19.4
13876
13877         * src/procheader.c
13878         * src/procheader.h
13879                 Fix prototypes. Patch by Alfons
13880
13881 2005-02-27 [colin]      1.0.1cvs19.3
13882
13883         * src/compose.c
13884                 Don't auto-join the signature separator.
13885
13886 2005-02-26 [colin]      1.0.1cvs19.2
13887
13888         * src/summaryview.c
13889                 Fix 'mark all read' with collapsed threads.
13890                 Patch by Alfons.
13891
13892 2005-02-25 [paul]       1.0.1cvs19.1
13893
13894         * ChangeLog.claws
13895         * configure.ac
13896         * src/prefs_account.c
13897         * src/prefs_folder_item.c
13898         * src/gtk/prefswindow.c
13899         * src/gtk/prefswindow.h
13900                 sync with HEAD
13901
13902 2005-02-25 [paul]       1.0.1cvs15.12
13903
13904         * src/alertpanel.c
13905         * src/codeconv.c
13906         * src/compose.c
13907         * src/textview.c
13908         * src/gtk/gtkutils.c
13909         * src/gtk/gtkutils.h
13910         * src/gtk/logwindow.c
13911         * src/gtk/progressdialog.c
13912                 sync with main (revision 127)
13913                 and fix logwindow clipping
13914
13915 2005-02-24 [colin]      1.0.1cvs15.11
13916
13917         * src/plugins/pgpmime/passphrase.c
13918                 Disable input grabbing; it doesn't work yet.
13919
13920 2005-02-24 [colin]      1.0.1cvs15.10
13921
13922         * src/messageview.c
13923                 Don't send out receipts if offline. Ask.
13924
13925 2005-02-23 [colin]      1.0.1cvs15.9
13926
13927         * src/summaryview.c     
13928                 Fix expanding
13929
13930 2005-02-23 [colin]      1.0.1cvs15.8
13931
13932         * src/summaryview.c
13933                 Really fix Bug 568 by removing useless
13934                 calls. summary_thread_init() now called
13935                 in summary_sort(). This should please
13936                 Alfons as it should be faster than 
13937                 previously.
13938
13939 2005-02-23 [colin]      1.0.1cvs15.7
13940
13941         * src/compose.c
13942                 Encode parts as QP or B64 if signing
13943
13944 2005-02-23 [colin]      1.0.1cvs15.6
13945
13946         * src/compose.c
13947                 Fix Mimeinfo leakage (including tmp files)
13948         * src/procmsg.c
13949                 Fix tmp file leakage (spotted by Ivan Rayner)
13950
13951 2005-02-22 [colin]      1.0.1cvs15.5
13952
13953         * src/expldifdlg.c
13954                 Fix keyboard input. Patch by Alfons.
13955
13956 2005-02-21 [colin]      1.0.1cvs15.4
13957
13958         * src/compose.c
13959                 Fix Sign/Encrypt when unselecting privacy
13960                 system
13961         * src/prefs_common.c
13962                 Change default message font to Monospace
13963         * src/summaryview.c
13964                 More freezing during potentially large operations
13965
13966 2005-02-21 [paul]       1.0.1cvs15.3
13967
13968         * src/main.c
13969                 fix --help output
13970
13971 2005-02-21 [paul]       1.0.1cvs15.2
13972
13973         * po/Makefile.in.in
13974         * src/compose.c
13975         * src/summaryview.c
13976         * src/textview.c
13977         * src/common/utils.c
13978         * src/common/utils.h
13979                 sync with main (revision 117)
13980
13981 2005-02-20 [colin]      1.0.1cvs15.1
13982
13983         * src/common/defs.h
13984                 Change cache file to .sylpheed_claws_cache, as
13985                 suggested by Alfons. Allows people to switch
13986                 between Sylpheed and Sylpheed-Claws. it is
13987                 a good idea to "Check for new messages" at next
13988                 startup.
13989
13990
13991 2005-02-18 [colin]      1.0.1cvs14.1
13992
13993         * src/quote_fmt_lex.l
13994         * src/quote_fmt_parse.y
13995                 Fix parser initialisation. Patch by Ivan.
13996
13997 2005-02-18 [colin]      1.0.1cvs11.6
13998
13999         * src/folderview.c
14000                 Fix scrolldown (bug 662)
14001
14002 2005-02-17 [colin]      1.0.1cvs11.5
14003
14004         * src/codeconv.c
14005                 conv_filename_to_utf8: return clean 7bit instead
14006                 of broken utf8 if needed
14007         * src/mimeview.c
14008                 Fix display of parts with unclean 8bit names
14009
14010 2005-02-17 [paul]       1.0.1cvs11.4
14011
14012         * src/compose.c
14013         * src/exportldif.c
14014         * src/matcher_parser_parse.y
14015         * src/procmime.c
14016         * src/sourcewindow.c
14017         * src/common/Makefile.am
14018         * src/common/intl.h             ** REMOVED **
14019         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14020                 sync with main (revision 109)
14021                 and clean up
14022
14023 2005-02-16 [colin]      1.0.1cvs11.3
14024
14025         * src/summaryview.c
14026                 Fix collapsed thread not highlighting when new
14027                 messages in it (Bug 568) Patch by Stephan Sachse.
14028                 Fix messed up selection when reaching bounds (Bug 632)
14029         * src/prefs_themes.c
14030                 Fix theme installing (Bug 684)
14031
14032 2005-02-16 [colin]      1.0.1cvs11.2
14033
14034         * src/messageview.c
14035                 Fix messageview_select_all
14036
14037 2005-02-16 [colin]      1.0.1cvs11.1
14038
14039         * src/mh.c
14040                 Sync with HEAD (MH scan required function)
14041
14042 2005-02-15 [colin]      1.0.1cvs8.1
14043
14044         * src/mimeview.c
14045         * src/common/utils.c
14046                 Sync with HEAD (filename chars substitution)
14047
14048 2005-02-15 [colin]      1.0.1cvs7.3
14049
14050         * src/gtk/pluginwindow.c
14051                 Fix button spacing
14052
14053 2005-02-15 [colin]      1.0.1cvs7.2
14054
14055         * src/mimeview.c
14056                 Fix mime icons not reset across message when
14057                 scrolled down
14058
14059 2005-02-15 [colin]      1.0.1cvs7.1
14060
14061         * src/compose.c
14062         * src/procmime.c
14063                 Sync with HEAD (optimisation of cvs6)
14064
14065 2005-02-14 [colin]      1.0.1cvs6.1
14066
14067         * src/compose.c
14068         * src/procmime.c
14069                 Sync with HEAD (encode "From " at line beginning)
14070
14071 2005-02-14 [colin]      1.0.1cvs5.3
14072
14073         * src/compose.c
14074                 Fix wrapping with accentued chars.
14075
14076 2005-02-13 [colin]      1.0.1cvs5.2
14077
14078         * src/textview.c
14079                 Fix email informative part parsing with
14080                 accentued chars in it. ispunct() returns
14081                 true for them in utf8...
14082
14083 2005-02-12 [colin]      1.0.1cvs5.1
14084
14085         * src/filtering.c
14086                 Sync with HEAD (remove wrong use of compose after send)
14087
14088 2005-02-12 [paul]       1.0.1cvs4.5
14089
14090         * src/textview.c
14091                 remove unnecessary code (thanks to Alfons)
14092
14093 2005-02-12 [paul]       1.0.1cvs4.4
14094
14095         * src/textview.c
14096                 add 'Copy' to contextual menu on emails
14097
14098 2005-02-11 [colin]      1.0.1cvs4.3
14099
14100         * src/compose.c
14101                 revert 1.0.0cvs28.2, it doesn't work that well.
14102
14103 2005-02-11 [paul]       1.0.1cvs4.2
14104
14105         * po/Makefile.in.in
14106                 fix 'make release'
14107
14108 2005-02-10 [paul]       1.0.1cvs4.1
14109
14110         * ChangeLog
14111         * ChangeLog.claws
14112         * ChangeLog.jp
14113         * configure.ac
14114         * src/compose.c
14115                 sync with HEAD (sync with main)
14116
14117 2005-02-10 [paul]       1.0.1cvs3.2
14118
14119         * AUTHORS
14120         * Makefile.am
14121         * autogen.sh
14122         * configure.ac
14123         * config/mkinstalldirs
14124         * intl/.cvsignore
14125         * intl/ChangeLog
14126         * intl/VERSION
14127         * intl/bindtextdom.c
14128         * intl/config.charset
14129         * intl/dcgettext.c
14130         * intl/dcigettext.c
14131         * intl/dcngettext.c
14132         * intl/dgettext.c
14133         * intl/dngettext.c
14134         * intl/eval-plural.h
14135         * intl/explodename.c
14136         * intl/finddomain.c
14137         * intl/gettext.c
14138         * intl/gettextP.h
14139         * intl/gmo.h
14140         * intl/hash-string.h
14141         * intl/intl-compat.c
14142         * intl/l10nflist.c
14143         * intl/libgnuintl.h.in
14144         * intl/loadinfo.h
14145         * intl/loadmsgcat.c
14146         * intl/localcharset.c
14147         * intl/localcharset.h
14148         * intl/locale.alias
14149         * intl/localealias.c
14150         * intl/localename.c
14151         * intl/log.c
14152         * intl/ngettext.c
14153         * intl/os2compat.c
14154         * intl/os2compat.h
14155         * intl/osdep.c
14156         * intl/plural-exp.c
14157         * intl/plural-exp.h
14158         * intl/plural.c
14159         * intl/plural.y
14160         * intl/ref-add.sin
14161         * intl/ref-del.sin
14162         * intl/relocatable.c
14163         * intl/relocatable.h
14164         * intl/textdomain.c
14165         * m4/Makefile.am
14166         * po/Makefile.in.in
14167         * src/Makefile.am
14168         * src/account.c
14169         * src/action.c
14170         * src/addr_compl.c
14171         * src/addressadd.c
14172         * src/addressbook.c
14173         * src/addrgather.c
14174         * src/addrindex.c
14175         * src/alertpanel.c
14176         * src/browseldap.c
14177         * src/codeconv.c
14178         * src/codeconv.h
14179         * src/compose.c
14180         * src/compose.h
14181         * src/crash.c
14182         * src/editaddress.c
14183         * src/editbook.c
14184         * src/editgroup.c
14185         * src/editjpilot.c
14186         * src/editldap.c
14187         * src/editldap_basedn.c
14188         * src/editvcard.c
14189         * src/exphtmldlg.c
14190         * src/expldifdlg.c
14191         * src/export.c
14192         * src/exporthtml.c
14193         * src/filtering.c
14194         * src/folder.c
14195         * src/folder_item_prefs.c
14196         * src/foldersel.c
14197         * src/folderview.c
14198         * src/grouplistdialog.c
14199         * src/headerview.c
14200         * src/imap.c
14201         * src/imap_gtk.c
14202         * src/import.c
14203         * src/importldif.c
14204         * src/importmutt.c
14205         * src/importpine.c
14206         * src/inc.c
14207         * src/ldif.c
14208         * src/main.c
14209         * src/mainwindow.c
14210         * src/matcher.c
14211         * src/mbox.c
14212         * src/message_search.c
14213         * src/messageview.c
14214         * src/mh.c
14215         * src/mh_gtk.c
14216         * src/mimeview.c
14217         * src/msgcache.c
14218         * src/news.c
14219         * src/news_gtk.c
14220         * src/noticeview.c
14221         * src/partial_download.c
14222         * src/pop.c
14223         * src/prefs_account.c
14224         * src/prefs_actions.c
14225         * src/prefs_common.c
14226         * src/prefs_customheader.c
14227         * src/prefs_display_header.c
14228         * src/prefs_ext_prog.c
14229         * src/prefs_filtering.c
14230         * src/prefs_filtering_action.c
14231         * src/prefs_folder_item.c
14232         * src/prefs_fonts.c
14233         * src/prefs_gtk.c
14234         * src/prefs_matcher.c
14235         * src/prefs_msg_colors.c
14236         * src/prefs_spelling.c
14237         * src/prefs_summary_column.c
14238         * src/prefs_template.c
14239         * src/prefs_themes.c
14240         * src/prefs_toolbar.c
14241         * src/prefs_wrapping.c
14242         * src/privacy.c
14243         * src/procheader.c
14244         * src/procmime.c
14245         * src/procmsg.c
14246         * src/quote_fmt.c
14247         * src/recv.c
14248         * src/send_message.c
14249         * src/setup.c
14250         * src/sourcewindow.c
14251         * src/ssl_manager.c
14252         * src/statusbar.c
14253         * src/summary_search.c
14254         * src/summaryview.c
14255         * src/textview.c
14256         * src/toolbar.c
14257         * src/wizard.c
14258         * src/common/nntp.c
14259         * src/common/plugin.c
14260         * src/common/smtp.c
14261         * src/common/ssl.c
14262         * src/common/ssl_certificate.c
14263         * src/common/string_match.c
14264         * src/common/sylpheed.c
14265         * src/common/template.c
14266         * src/common/utils.c
14267         * src/gtk/about.c
14268         * src/gtk/colorlabel.c
14269         * src/gtk/description_window.c
14270         * src/gtk/filesel.c
14271         * src/gtk/foldersort.c
14272         * src/gtk/gtkaspell.c
14273         * src/gtk/gtkutils.c
14274         * src/gtk/inputdialog.c
14275         * src/gtk/logwindow.c
14276         * src/gtk/menu.c
14277         * src/gtk/pluginwindow.c
14278         * src/gtk/prefswindow.c
14279         * src/gtk/progressdialog.c
14280         * src/gtk/quicksearch.c
14281         * src/gtk/sslcertwindow.c
14282         * src/plugins/clamav/clamav_plugin.c
14283         * src/plugins/clamav/clamav_plugin_gtk.c
14284         * src/plugins/demo/demo.c
14285         * src/plugins/dillo_viewer/dillo_prefs.c
14286         * src/plugins/dillo_viewer/dillo_viewer.c
14287         * src/plugins/image_viewer/plugin.c
14288         * src/plugins/image_viewer/viewer.c
14289         * src/plugins/image_viewer/viewerprefs.c
14290         * src/plugins/mathml_viewer/mathml_viewer.c
14291         * src/plugins/pgpmime/passphrase.c
14292         * src/plugins/pgpmime/plugin.c
14293         * src/plugins/pgpmime/prefs_gpg.c
14294         * src/plugins/pgpmime/select-keys.c
14295         * src/plugins/pgpmime/sgpgme.c
14296         * src/plugins/spamassassin/spamassassin.c
14297         * src/plugins/spamassassin/spamassassin_gtk.c
14298         * src/plugins/trayicon/trayicon.c
14299                 sync with main (revision 104)
14300
14301 2005-02-10 [colin]      1.0.1cvs3.1
14302
14303         * src/mainwindow.c
14304                 Sync with HEAD (fix occasional crasher)
14305
14306 2005-02-10 [colin]      1.0.1cvs2.1
14307
14308         * src/messageview.c
14309                 Synw with HEAD (don't automatically display html)
14310
14311 2005-02-09 [colin]      1.0.1cvs1.3
14312
14313         * src/textview.c
14314         * src/textview.h
14315                 Add contextual menu on emails
14316
14317 2005-02-09 [colin]      1.0.1cvs1.2
14318
14319         * src/codeconv.c
14320                 Fix converting from broken headers and 
14321                 put back the _ in missing places
14322                 (feature broke with cvs24.2 sync, main 
14323                  possibly affected?)
14324
14325 2005-02-09 [colin]      1.0.1cvs1.1
14326
14327         * src/messageview.c
14328         * src/mimeview.c
14329         * src/mimeview.h
14330                 Sync with HEAD (display non text/plain mails with plugin)
14331
14332 2005-02-08 [colin]      1.0.1.1
14333
14334         * ChangeLog.claws
14335         * po/pt_BR.po
14336                 Sync with HEAD
14337         * configure.ac
14338                 Make default configuration directory 
14339                 be .sylpheed-gtk2
14340
14341 2005-02-08 [colin]      1.0.0cvs29.1
14342
14343         * po/de.po
14344         * po/es.po
14345         * po/fr.po
14346         * po/it.po
14347         * po/sk.po
14348         * po/sr.po
14349                 Sync translations with HEAD
14350
14351 2005-02-06 [colin]      1.0.0cvs28.3
14352
14353         * src/compose.c
14354                 Make compose a bit faster - patch by Alfons.
14355
14356 2005-02-06 [colin]      1.0.0cvs28.2
14357
14358         * src/compose.c
14359                 Make pasting via middle-click more reliable
14360
14361 2005-02-05 [paul]       1.0.0cvs28.1
14362
14363         * ChangeLog
14364         * ChangeLog.claws
14365         * ChangeLog.jp
14366         * configure.ac
14367         * src/compose.c
14368                 sync with HEAD
14369                 (fix bug 682 'redirect is broken'
14370
14371 2005-02-05 [torte]      1.0.0cvs27.1
14372
14373         * ChangeLog.claws
14374         * configure.ac
14375         * src/partial_download.c
14376                 Sync with HEAD (fix buf overflow)
14377
14378 2005-02-03 [colin]      1.0.0cvs26.1
14379
14380         * src/common/plugin.c
14381                 Sync with HEAD (avoid plugin mismatches)
14382
14383 2005-02-03 [paul]       1.0.0cvs25.3
14384
14385         * src/folderview.c
14386         * src/headerview.c
14387         * src/summaryview.c
14388         * src/textview.c
14389         * src/gtk/colorlabel.c
14390                 third and final part of initial sync with main-gtk2
14391
14392 2005-02-03 [paul]       1.0.0cvs25.2
14393
14394         * src/jpilot.c
14395                 fix building with jpilot support
14396
14397 2005-02-02 [colin]      1.0.0cvs25.1
14398
14399         * src/messageview.c
14400                 Sync with HEAD (fix dangerous typo)
14401
14402 2005-02-01 [colin]      1.0.0cvs24.3
14403
14404         * src/common/xml.c
14405                 Write file as advertised (UTF-8)
14406
14407 2005-02-01 [paul]       1.0.0cvs24.2
14408
14409         * src/addrbook.c
14410         * src/addrindex.c
14411         * src/alertpanel.h
14412         * src/codeconv.c
14413         * src/codeconv.h
14414         * src/compose.c
14415         * src/export.c
14416         * src/folder_item_prefs.c
14417         * src/html.c
14418         * src/imap.c
14419         * src/import.c
14420         * src/jpilot.c
14421         * src/mainwindow.c
14422         * src/matcher_parser_lex.l
14423         * src/messageview.c
14424         * src/mh.c
14425         * src/prefs_account.c
14426         * src/prefs_actions.c
14427         * src/prefs_common.c
14428         * src/prefs_gtk.c
14429         * src/prefs_gtk.h
14430         * src/prefs_themes.c
14431         * src/procheader.c
14432         * src/procmime.c
14433         * src/sourcewindow.c
14434         * src/statusbar.c
14435         * src/summaryview.c
14436         * src/textview.c
14437         * src/toolbar.c
14438         * src/unmime.c
14439         * src/common/template.c
14440         * src/common/utils.c
14441         * src/common/xml.c
14442         * src/common/xml.h
14443         * src/gtk/gtkaspell.c
14444         * src/plugins/clamav/clamav_plugin.c
14445         * src/plugins/dillo_viewer/dillo_prefs.c
14446         * src/plugins/image_viewer/viewerprefs.c
14447         * src/plugins/pgpmime/passphrase.c
14448         * src/plugins/pgpmime/prefs_gpg.c
14449         * src/plugins/pgpmime/select-keys.c
14450         * src/plugins/spamassassin/spamassassin.c
14451                 second part of initial sync with main-gtk2
14452                 (more to follow)
14453
14454 2005-01-31 [colin]      1.0.0cvs24.1
14455
14456         * src/compose.c
14457                 Sync with HEAD
14458
14459 2005-01-29 [paul]       1.0.0cvs23.2
14460
14461         * src/account.c
14462         * src/action.c
14463         * src/addressadd.c
14464         * src/addressbook.c
14465         * src/alertpanel.c
14466         * src/compose.c
14467         * src/editaddress.c
14468         * src/editbook.c
14469         * src/editgroup.c
14470         * src/editjpilot.c
14471         * src/editldap.c
14472         * src/editldap_basedn.c
14473         * src/editvcard.c
14474         * src/export.c
14475         * src/foldersel.c
14476         * src/grouplistdialog.c
14477         * src/import.c
14478         * src/importldif.c
14479         * src/inc.c
14480         * src/main.c
14481         * src/mainwindow.c
14482         * src/message_search.c
14483         * src/messageview.c
14484         * src/mimeview.c
14485         * src/prefs_actions.c
14486         * src/prefs_common.c
14487         * src/prefs_common.h
14488         * src/prefs_customheader.c
14489         * src/prefs_display_header.c
14490         * src/prefs_filtering.c
14491         * src/prefs_filtering_action.c
14492         * src/prefs_gtk.c
14493         * src/prefs_matcher.c
14494         * src/prefs_summary_column.c
14495         * src/prefs_template.c
14496         * src/sourcewindow.c
14497         * src/summary_search.c
14498         * src/summaryview.c
14499         * src/textview.c
14500         * src/gtk/about.c
14501         * src/gtk/description_window.c
14502         * src/gtk/gtkshruler.c
14503         * src/gtk/gtkutils.c
14504         * src/gtk/gtkutils.h
14505         * src/gtk/inputdialog.c
14506         * src/gtk/logwindow.c
14507         * src/gtk/prefswindow.c
14508         * src/gtk/progressdialog.c
14509         * src/gtk/progressdialog.h
14510                 first part of initial sync with main-gtk2
14511                 (more to follow)
14512
14513 2005-01-28 [colin]      1.0.0cvs23.1
14514
14515         * src/folderview.c
14516                 Sync with HEAD
14517
14518 2005-01-27 [colin]      1.0.0cvs21.1
14519
14520         * src/folder.c
14521         * src/folderview.c
14522                 Sync with HEAD
14523
14524 2005-01-27 [colin]      1.0.0cvs19.1
14525
14526         * src/procmime.c
14527                 Sync with HEAD
14528
14529 2005-01-27 [colin]      1.0.0cvs18.1
14530
14531         * src/messageview.c
14532         * src/summaryview.c
14533         * src/mainwindow.c
14534         * src/compose.c
14535         * src/compose.h
14536         * src/procmsg.c
14537         * src/procmsg.h
14538         * src/toolbar.c
14539                 Sync with HEAD
14540
14541 2005-01-26 [paul]       1.0.0cvs15.2
14542
14543         * src/compose.c
14544                 compose_entries_set(): convert subject and body to
14545                 utf8 if necessary. patch by Felix Eckhofer
14546
14547 2005-01-26 [paul]       1.0.0cvs15.1
14548
14549         * configure.ac
14550         * src/common/template.c
14551                 sync with HEAD (fix memory leak)
14552
14553 2005-01-25 [paul]       1.0.0cvs14.1
14554
14555         * configure.ac
14556         * src/compose.c
14557                 sync with HEAD
14558
14559 2005-01-24 [colin]      1.0.0cvs13.1
14560
14561         * src/summaryview.c
14562                 Sync with HEAD
14563
14564 2005-01-24 [paul]       1.0.0cvs12.1
14565
14566         * configure.ac
14567         * src/messageview.c
14568         * src/mh.c
14569         * src/common/utils.c
14570                 sync with HEAD
14571
14572 2005-01-24 [colin]      1.0.0cvs11.1
14573
14574         * src/procheader.c
14575                 Sync with HEAD
14576
14577 2005-01-24 [colin]      1.0.0cvs10.1
14578
14579         * src/folderview.c
14580                 Sync with HEAD
14581
14582 2005-01-23 [colin]      1.0.0cvs9.1
14583
14584         * src/crash.c
14585                 Sync with HEAD
14586
14587 2005-01-22 [colin]      1.0.0cvs8.1
14588
14589         * src/summaryview.c
14590         * src/gtk/quicksearch.c
14591                 Sync with HEAD
14592
14593 2005-01-21 [colin]      1.0.0cvs7.1
14594
14595         * src/summaryview.c
14596                 Sync with HEAD
14597
14598 2005-01-21 [colin]      1.0.0cvs6.1
14599
14600         * src/summaryview.c
14601                 Sync with HEAD
14602
14603 2005-01-21 [colin]      1.0.0cvs5.1
14604
14605         * src/gtk/quicksearch.c
14606         * src/prefs_common.c
14607         * src/prefs_common.h
14608                 Sync with HEAD (recurse option)
14609
14610 2005-01-21 [colin]      1.0.0cvs4.1
14611
14612         * src/folder.h
14613         * src/folderview.c
14614         * src/folderview.h
14615         * src/summaryview.c
14616         * src/gtk/quicksearch.c
14617         * src/gtk/quicksearch.h
14618                 Sync with HEAD (recursive quicksearch)
14619
14620 2005-01-20 [colin]      1.0.0cvs3.4
14621
14622         * src/ssl_manager.c
14623                 Remove useless code
14624
14625 2005-01-20 [colin]      1.0.0cvs3.3
14626
14627         * src/ssl_manager.c
14628                 Fix leak, thanks to Alfons.
14629
14630 2005-01-20 [colin]      1.0.0cvs3.2
14631
14632         * src/ssl_manager.c
14633                 Port SSL certificate window to GTK2.
14634
14635 2005-01-20 [paul]       1.0.0cvs3.1
14636
14637         * ChangeLog.claws
14638         * configure.ac
14639         * src/addrindex.c
14640         * src/addrindex.h
14641                 sync with HEAD
14642
14643 2005-01-19 [colin]      1.0.0cvs2.2
14644
14645         * src/plugins/trayicon/trayicon.c
14646                 Fix freeze with gtk-2.6, the easy way
14647                 (signal blocking helpless there...)
14648                 Closes bug #668.
14649
14650 2005-01-19 [colin]      1.0.0cvs2.1
14651
14652         * src/mbox.c
14653         * src/mbox.h
14654         * src/mainwindow.c
14655         * src/summaryview.c
14656         * src/summaryview.h
14657                 Sync with HEAD
14658
14659 2005-01-19 [paul]       1.0.0cvs1.1
14660
14661         * configure.ac
14662         * po/de.po
14663         * po/es.po
14664         * po/fr.po
14665         * po/hr.po
14666         * po/it.po
14667         * po/ja.po
14668         * po/ko.po
14669         * po/pt_BR.po
14670         * po/ru.po
14671         * po/sk.po
14672         * po/sr.po
14673                 sync with HEAD (update translations)
14674
14675 2005-01-18 [colin]      1.0.0cvs0.1
14676
14677         * src/foldersel.c
14678                 Specify search column - patch by Alfons
14679
14680 2005-01-18 [colin]      0.9.13cvs36.3
14681
14682         * src/prefs_toolbar.c
14683                 Change Delete to Remove
14684         * src/prefs_fonts.c
14685                 GTK2 version and leak fixes
14686         * src/prefs_actions.c
14687                 Add stock buttons.
14688                 All patches by Alfons
14689
14690 2005-01-17 [colin]      0.9.13cvs36.2
14691
14692         * src/compose.c
14693                 Fix DnD inserting twice. While at it,
14694                 add DnD support for text/plain in the
14695                 body, and add support in the headers.
14696
14697 2005-01-16 [colin]      0.9.13cvs36.1
14698
14699         * ChangeLog
14700         * ChangeLog.jp
14701         * ChangeLog.claws
14702                 Sync with HEAD (nothing applicable)
14703
14704 2005-01-16 [colin]      0.9.13cvs33.2
14705
14706         * src/prefs_toolbar.c
14707                 GTK2ize prefs_toolbar, by Alfons.
14708
14709 2005-01-14 [colin]      0.9.13cvs33.1
14710
14711         * src/html.c
14712         * src/msgcache.c
14713                 Sync with HEAD
14714
14715 2005-01-14 [colin]      0.9.13cvs32.1
14716
14717         * src/html.c
14718         * src/html.h
14719         * src/msgcache.c
14720         * AUTHORS
14721         * tools/calypso_convert.pl
14722                 Sync with HEAD
14723
14724 2005-01-08 [colin]      0.9.13cvs29.2
14725
14726         * src/prefs_filtering_action.c
14727         * src/prefs_filtering.c
14728                 2 more gtk2 patches by Alfons
14729
14730 2005-01-07 [paul]       0.9.13cvs29.1
14731
14732         * ChangeLog
14733         * ChangeLog.claws
14734         * ChangeLog.jp
14735         * configure.ac
14736         * src/pop.c
14737         * src/pop.h
14738                 sync with HEAD
14739
14740 2005-01-07 [colin]      0.9.13cvs28.3
14741
14742         * src/gtk/progressdialog.c
14743         * src/gtk/progressdialog.h
14744         * src/inc.c
14745         * src/send_message.c
14746                 GTK2 for the incorporation dialog. The CList isn't dead
14747                 yet, for a more smooth migration. Patch by Alfons.
14748
14749 2005-01-06 [colin]      0.9.13cvs28.2
14750
14751         * src/prefs_display_header.c
14752                 GTK2 conversion by Alfons
14753         * src/prefs_actions.c
14754         * src/prefs_matcher.c
14755                 Fix 2 leaks - patch by Alfons
14756
14757 2005-01-06 [colin]      0.9.13cvs28.1
14758
14759         * src/prefs_matcher.c
14760                 Sync with HEAD
14761
14762 2005-01-06 [colin]      0.9.13cvs27.4
14763
14764         * src/prefs_matcher.c
14765                 Fix double-free. Patch by Alfons
14766
14767 2005-01-06 [colin]      0.9.13cvs27.3
14768
14769         * src/prefs_matcher.c
14770                 GTK2 widgets + memleak
14771                 Patch by Alfons
14772
14773 2005-01-05 [colin]      0.9.13cvs27.2
14774
14775         * src/account.c
14776         * src/addr_compl.c
14777         * src/foldersel.c
14778         * src/stock_pixmap.c
14779         * src/stock_pixmap.h
14780                 3 more GTK2 patches by Alfons.
14781
14782 2005-01-04 [colin]      0.9.13cvs27.1
14783
14784         * src/folderview.c
14785         * src/imap_gtk.c
14786         * src/news_gtk.c
14787                 Sync with HEAD
14788
14789 2005-01-04 [colin]      0.9.13cvs25.9
14790
14791         * src/compose.c
14792                 Fix Show Ruler menuitem
14793         * src/prefs_template.c
14794                 Convert to GTK2
14795         * src/common/utils.c
14796                 Make auto pointer stuff handles NULLs
14797                 Patches by Alfons.
14798
14799 2005-01-04 [colin]      0.9.13cvs25.8
14800
14801         * src/compose.c
14802                 Move the attachment list to gtk2
14803                 Patch by Alfons.
14804
14805 2005-01-04 [colin]      0.9.13cvs25.7
14806
14807         * src/textview.c
14808                 Make some keys work again
14809                 Patch by SungHyun Nam <namsh@kldp.org>
14810
14811 2005-01-04 [colin]      0.9.13cvs25.6
14812
14813         * src/gtk/gtkshruler.c
14814                 Move the ruler to GTK2
14815                 Patch by Alfons
14816
14817 2005-01-03 [colin]      0.9.13cvs25.5
14818
14819         * src/compose.c
14820                 Fix my broken patch apply 
14821
14822 2005-01-03 [colin]      0.9.13cvs25.4
14823
14824         * src/common/utils.c
14825         * src/common/utils.h
14826         * src/gtk/prefswindow.c
14827                 Move auto pointer stuff to utils.c
14828                 Patch by Alfons again :)
14829
14830 2005-01-03 [colin]      0.9.13cvs25.3
14831
14832         * src/compose.c
14833         * src/prefs_gtk.c
14834         * src/prefs_template.c
14835         * src/textview.c
14836                 Empty text widgets with empty strings, not NULL char
14837                 Patch by SungHyun Nam <namsh@kldp_org>
14838
14839 2005-01-03 [colin]      0.9.13cvs25.2
14840
14841         * src/main.c
14842         * AUTHORS
14843                 Sync with HEAD
14844
14845 2005-01-03 [colin]      0.9.13cvs25.1
14846
14847         * src/pop.c
14848         * src/pop.h
14849                 Sync with HEAD
14850
14851 2005-01-03 [colin]      0.9.13cvs24.3
14852
14853         * src/account.c
14854                 Two patches from Alfons and Alex S Moore:
14855                 fix images, fix return value.
14856
14857 2005-01-01 [colin]      0.9.13cvs24.2
14858
14859         * src/prefs_actions.c
14860                 Fix over-zealous assertion. Patch by Alfons
14861
14862 2005-01-01 [colin]      0.9.13cvs24.1
14863
14864         * src/procmime.c
14865                 Sync with HEAD (leak fix)
14866
14867 2004-12-31 [colin]      0.9.13cvs23.2
14868
14869         * src/prefs_common.c
14870                 GTK2 widgets + stock buttons - patch by Alfons
14871
14872 2004-12-31 [paul]       0.9.13cvs23.1
14873
14874         * configure.ac
14875                 bump up EXTRA_VERSION to match (sync'ed) HEAD
14876         * src/gtk/pluginwindow.c
14877                 use GTK2 widgets and plug memory leaks,
14878                 patches by Alfons
14879
14880 2004-12-30 [colin]      0.9.13cvs22.4
14881
14882         * src/account.c
14883         * src/action.c
14884         * src/export.c
14885         * src/foldersel.c
14886         * src/import.c
14887         * src/message_search.c
14888         * src/prefs_actions.c
14889         * src/prefs_common.c
14890         * src/prefs_customheader.c
14891         * src/prefs_filtering.c
14892         * src/prefs_summary_column.c
14893         * src/summary_search.c
14894         * src/gtk/about.c
14895         * src/gtk/description_window.c
14896         * src/gtk/gtkutils.c
14897         * src/gtk/gtkutils.h
14898         * src/gtk/inputdialog.c
14899         * src/gtk/prefswindow.c
14900                 Use GTK2 stock buttons. Patches by Alfons.
14901
14902 2004-12-30 [colin]      0.9.13cvs22.3
14903
14904         * src/account.c
14905                 Sync with HEAD
14906         * src/prefs_actions.c
14907         * src/prefs_customheader.c
14908         * src/prefs_filtering.c
14909         * src/prefs_msg_colors.c
14910         * src/prefs_summary_column.c
14911         * src/gtk/prefswindow.c
14912                 Use GtkTreeView instead of deprecated 
14913                 widgets. Patches by Alfons.
14914
14915 2004-12-30 [paul]       0.9.13cvs22.2
14916
14917         * src/foldersel.c
14918                 use GTK 2 Tree View
14919                 patch by Alfons, with root folder sorting fix
14920                 by Stephan Sachse
14921
14922 2004-12-30 [paul]       0.9.13cvs22.1
14923
14924         * ChangeLog
14925         * ChangeLog.claws
14926         * ChangeLog.jp
14927         * NEWS
14928         * configure.ac
14929         * src/account.c
14930                 sync with HEAD
14931
14932 2004-12-22 [martin]     0.9.13cvs21.2
14933
14934         * src/action.c
14935                 free the command line after its use
14936
14937 2004-12-18 [paul]       0.9.13cvs21.1
14938
14939         * AUTHORS
14940         * ChangeLog
14941         * ChangeLog.claws
14942         * ChangeLog.jp
14943         * NEWS
14944         * configure.ac
14945         * src/action.c
14946         * src/compose.c
14947         * src/syldap.c
14948                 sync with HEAD
14949
14950 2004-12-17 [martin]     0.9.13cvs17.2
14951
14952         * src/action.c
14953                 convert actions input to locale
14954         * src/inc.c
14955                 convert notification command to locale
14956         * src/plugins/pgpmime/select-keys.c
14957                 convert attributes to utf8
14958
14959 2004-12-14 [colin]      0.9.13cvs17.1
14960
14961         * ChangeLog
14962         * ChangeLog.jp
14963         * ChangeLog.claws
14964         * src/action.c
14965         * src/common/utils.c
14966         * src/gtk/prefswindow.c
14967         * src/gtk/gtkutils.c
14968         * src/gtk/gtkutils.h
14969         * src/plugins/spamassassin/libspamc.c
14970                 Sync with HEAD
14971
14972 2004-12-13 [colin]      0.9.13cvs14.1
14973
14974         * src/quote_fmt_parse.y
14975                 Sync with HEAD
14976
14977 2004-12-10 [colin]      0.9.13cvs12.1
14978
14979         * src/prefs_themes.c
14980         * src/mainwindow.c
14981         * src/messageview.c
14982                 Sync with HEAD
14983
14984 2004-12-09 [colin]      0.9.13cvs10.1
14985
14986         * src/procmime.c
14987                 Sync with HEAD (fix B64 encoding from memory)
14988
14989 2004-12-08 [colin]      0.9.13cvs9.1
14990
14991         * src/gtk/colorlabel.c
14992                 Sync with HEAD
14993
14994 2004-12-08 [paul]       0.9.13cvs8.2
14995
14996         * src/gtk/pluginwindow.c
14997                 fix window resizing oddities
14998
14999 2004-12-08 [colin]      0.9.13cvs8.1
15000
15001         * src/quote_fmt_parse.y
15002                 Sync with HEAD
15003
15004 2004-12-08 [colin]      0.9.13cvs7.1
15005
15006         * src/matcher_parser_parse.y
15007         * src/msgcache.c
15008         * src/prefs_matcher.c
15009         * src/procheader.c
15010         * src/matcher.c
15011         * src/common/defs.h
15012         * po/sr.po
15013                 Sync with HEAD
15014
15015 2004-12-08 [colin]      0.9.13cvs6.1
15016
15017         * src/quote_fmt_parse.y
15018         * src/textview.c
15019                 Sync with HEAD
15020         * src/gtk/prefswindow.c
15021         * src/gtk/pluginwindow.c
15022                 Fix G_CALLBACKS protos (thanks to Alfons)
15023
15024 2004-12-07 [torte]      0.9.13cvs2.2
15025
15026         * src/procmime.c
15027                 [Bug 650] reply button causes crash
15028                 Thanks to David Relson and Christoph
15029
15030 2004-12-07 [colin]      0.9.13cvs2.1
15031
15032         * ChangeLog.claws
15033         * AUTHORS
15034         * po/sk.po
15035         * src/procmime.c
15036         * src/prefs_account.c
15037         * src/common/smtp.c
15038         * src/common/smtp.h
15039                 Sync with HEAD
15040
15041 2004-12-06 [colin]      0.9.12cvs187.1
15042
15043         * ChangeLog.claws
15044         * INSTALL
15045         * Makefile.am
15046         * README.claws
15047         * TODO.claws
15048         * configure.ac
15049         * po/bg.po
15050         * po/cs.po
15051         * po/el.po
15052         * po/en_GB.po
15053         * po/es.po
15054         * po/fr.po
15055         * po/hr.po
15056         * po/hu.po
15057         * po/it.po
15058         * po/ja.po
15059         * po/ko.po
15060         * po/nl.po
15061         * po/pl.po
15062         * po/pt_BR.po
15063         * po/ru.po
15064         * po/sk.po
15065         * po/sr.po
15066         * po/sv.po
15067         * po/zh_CN.po
15068         * po/zh_TW.Big5.po
15069         * src/compose.c
15070         * tools/Makefile.am
15071         * tools/README
15072         * tools/filter_conv.pl
15073         * tools/kdeservicemenu/README
15074         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15075         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15076                 Sync with HEAD
15077
15078 2004-12-04 [colin]      0.9.12cvs183.1
15079
15080         * src/compose.c
15081                 Sync with HEAD (compose window position saving)
15082
15083 2004-12-04 [paul]       0.9.12cvs182.3
15084
15085         * src/messageview.c
15086         * src/mimeview.c
15087         * src/prefs_customheader.c
15088         * src/gtk/quicksearch.c
15089                 replace some forgotten GTK_SIGNAL_FUNCs
15090
15091 2004-12-04 [paul]       0.9.12cvs182.2
15092
15093         * src/Makefile.am
15094                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
15095                 committed in error      
15096
15097 2004-12-04 [paul]       0.9.12cvs182.1
15098
15099         * ChangeLog
15100         * ChangeLog.claws
15101         * ChangeLog.jp
15102         * INSTALL
15103         * NEWS
15104         * README
15105         * README.jp
15106         * configure.ac
15107         * doc/manual/ja/Makefile.am
15108         * doc/manual/ja/sylpheed-1.html
15109         * doc/manual/ja/sylpheed-10.html
15110         * doc/manual/ja/sylpheed-11.html
15111         * doc/manual/ja/sylpheed-12.html
15112         * doc/manual/ja/sylpheed-13.html
15113         * doc/manual/ja/sylpheed-14.html
15114         * doc/manual/ja/sylpheed-15.html
15115         * doc/manual/ja/sylpheed-16.html
15116         * doc/manual/ja/sylpheed-17.html
15117         * doc/manual/ja/sylpheed-18.html
15118         * doc/manual/ja/sylpheed-19.html
15119         * doc/manual/ja/sylpheed-2.html
15120         * doc/manual/ja/sylpheed-20.html
15121         * doc/manual/ja/sylpheed-3.html
15122         * doc/manual/ja/sylpheed-4.html
15123         * doc/manual/ja/sylpheed-5.html
15124         * doc/manual/ja/sylpheed-6.html
15125         * doc/manual/ja/sylpheed-7.html
15126         * doc/manual/ja/sylpheed-8.html
15127         * doc/manual/ja/sylpheed-9.html
15128         * doc/manual/ja/sylpheed.html
15129         * doc/manual/ja/sylpheed.sgml
15130         * po/de.po
15131         * src/Makefile.am
15132         * src/compose.c
15133         * src/procmime.c
15134         * src/pixmaps/regular.xpm **REMOVED**
15135         * src/plugins/pgpmime/pgpmime.c
15136         * src/plugins/pgpmime/plugin.c
15137         * src/plugins/pgpmime/prefs_gpg.c
15138                 sync with HEAD
15139
15140 2004-12-03 [paul]       0.9.12cvs180.1
15141
15142         * ChangeLog
15143         * ChangeLog.claws
15144         * ChangeLog.jp
15145         * configure.ac
15146         * src/Makefile.am
15147         * src/pop.c
15148         * src/common/utils.c
15149         * src/common/utils.h
15150         * src/pixmaps/continue.xpm
15151         * src/pixmaps/dir_close.xpm
15152         * src/pixmaps/dir_open.xpm
15153         * src/pixmaps/drafts_close.xpm
15154         * src/pixmaps/drafts_open.xpm
15155         * src/pixmaps/folder.xpm **REMOVED**
15156         * src/pixmaps/group.xpm
15157         * src/pixmaps/unread.xpm
15158                 sync with HEAD
15159
15160 2004-12-02 [colin]      0.9.12cvs179.1
15161
15162         * src/compose.c
15163                 Sync with HEAD (non-duplicated reedition)
15164
15165 2004-12-02 [colin]      0.9.12cvs178.1
15166
15167         * src/compose.c
15168                 Sync with HEAD (linewrap_quote fix)
15169
15170 2004-12-01 [colin]      0.9.12cvs177.3
15171
15172         * src/addrharvest.c
15173                 Replace sizeof with strlen
15174
15175 2004-12-01 [paul]       0.9.12cvs177.2
15176
15177         * src/addrharvest.c
15178                 fix 'harvest addresses'
15179
15180 2004-11-30 [colin]      0.9.12cvs177.1
15181
15182         * src/gtk/prefswindow.c
15183         * src/gtk/pluginwindow.c
15184                 Sync with HEAD
15185
15186 2004-11-29 [colin]      0.9.12cvs176.1
15187
15188         * src/folderview.c
15189                 sync with HEAD (Fix disappearing separators in folderview's popup)
15190
15191 2004-11-29 [colin]      0.9.12cvs175.1
15192
15193         * src/procmime.c
15194                 Sync with head (another format fix)
15195
15196 2004-11-29 [colin]      0.9.12cvs174.1
15197
15198         * src/pop.c
15199                 Sync with HEAD (format string fix)
15200
15201 2004-11-26 [colin]      0.9.12cvs173.1
15202
15203         * src/common/smtp.c
15204         * src/common/smtp.h
15205                 Sync with HEAD
15206
15207 2004-11-24 [colin]      0.9.12cvs172.1
15208
15209         * src/plugins/pgpmime/pgpmime.c
15210                 Sync with HEAD
15211
15212 2004-11-24 [colin]      0.9.12cvs171.1
15213
15214         * src/plugins/pgpmime/pgpmime.c
15215                 Sync with head (gpgmectx leaks)
15216
15217 2004-11-24 [colin]      0.9.12cvs169.1
15218
15219         * src/plugins/pgpmime/plugin.c
15220         * src/plugins/trayicon/Makefile.am
15221         * src/plugins/trayicon/newmarkedmail.xpm
15222         * src/plugins/trayicon/trayicon.c
15223         * src/plugins/trayicon/unreadmarkedmail.xpm
15224                 Sync with HEAD
15225
15226 2004-11-23 [colin]      0.9.12cvs168.1
15227
15228         * src/partial_download.c
15229         * src/partial_download.h
15230         * src/plugins/pgpmime/plugin.c
15231                 Sync with HEAD
15232
15233 2004-11-23 [colin]      0.9.12cvs166.1
15234
15235         * src/Makefile.am
15236         * src/codeconv.c
15237         * src/compose.c
15238         * src/folderview.c
15239         * src/main.c
15240         * src/partial_download.c
15241         * src/partial_download.h
15242         * src/prefs_account.c
15243         * src/prefs_account.h
15244         * src/privacy.c
15245         * src/privacy.h
15246         * src/procmime.c
15247         * src/common/Makefile.am
15248         * src/common/base64.h
15249         * src/common/partial_download.c
15250         * src/common/partial_download.h
15251         * src/gtk/prefswindow.c
15252         * src/gtk/prefswindow.h
15253         * src/plugins/pgpmime/pgpmime.c
15254         * src/plugins/pgpmime/prefs_gpg.c
15255         * src/plugins/pgpmime/prefs_gpg.h
15256         * src/plugins/pgpmime/sgpgme.c
15257         * src/plugins/pgpmime/sgpgme.h
15258                 Sync with HEAD
15259
15260 2004-11-23 [colin]      0.9.12cvs163.1
15261
15262         * src/main.c
15263                 Sync with HEAD (cursor optimization)
15264
15265 2004-11-23 [colin]      0.9.12cvs162.1
15266
15267         * src/prefs_common.c
15268         * src/prefs_themes.c
15269         * src/procmsg.c
15270                 Sync with HEAD
15271
15272 2004-11-23 [colin]      0.9.12cvs158.9
15273
15274         * src/compose.c
15275                 Fix double-free when forwarding
15276         * src/msgcache.c
15277                 Fix leak on error path
15278                 
15279
15280 2004-11-23 [colin]      0.9.12cvs158.8
15281
15282         * src/compose.c
15283                 Fix possible double-free
15284                 Spotted by Alfons
15285
15286 2004-11-23 [colin]      0.9.12cvs158.7
15287
15288         * src/compose.c
15289                 Fix some signal handlers' prototypes
15290                 Spotted by Alfons
15291
15292 2004-11-22 [colin]      0.9.12cvs158.6
15293
15294         * src/compose.c
15295                 Remove unneeded code and duplicated
15296                 wrapping - patch by Alfons
15297
15298 2004-11-22 [colin]      0.9.12cvs158.5
15299
15300         * src/prefs_themes.c
15301                 Fix oversized selector
15302
15303 2004-11-22 [colin]      0.9.12cvs158.4
15304
15305         * src/compose.c
15306                 fix dump_text()
15307                 patch by Alfons
15308
15309 2004-11-19 [colin]      0.9.12cvs158.3
15310
15311         * src/textview.c
15312                 Add a context menu on links (open, copy)
15313
15314 2004-11-18 [paul]       0.9.12cvs158.2
15315
15316         * src/addrgather.c
15317         * src/exphtmldlg.c
15318         * src/expldifdlg.c
15319         * src/mimeview.c
15320         * src/prefs_common.c
15321         * src/plugins/image_viewer/viewer.c
15322         * src/plugins/spamassassin/spamassassin_gtk.c
15323                 replace deprecated gtk_notebook_set_page
15324                 and gtk_notebook_current_page
15325
15326 2004-11-18 [paul]       0.9.12cvs158.1
15327
15328         * configure.ac
15329         * src/compose.c
15330         * src/mainwindow.c
15331         * src/messageview.c
15332         * src/prefs_common.c
15333         * src/common/utils.c
15334         * src/common/utils.h
15335                 sync with HEAD
15336
15337 2004-11-17 [colin]      0.9.12cvs156.1
15338
15339         * src/prefs_account.c
15340         * src/prefs_account.h
15341         * src/procmsg.c
15342                 Sync with HEAD (add pref to store encrypted mails encrypted)
15343
15344 2004-11-17 [paul]       0.9.12cvs155.1
15345
15346         * ChangeLog
15347         * ChangeLog.claws
15348         * ChangeLog.jp
15349         * NEWS
15350         * configure.ac
15351         * src/compose.c
15352         * src/jpilot.c
15353         * src/privacy.c
15354         * src/procmime.c
15355         * src/procmime.h
15356         * src/procmsg.c
15357         * src/toolbar.c
15358         * src/pixmaps/error.xpm
15359                 sync with HEAD
15360
15361 2004-11-17 [colin]      0.9.12cvs151.1
15362
15363         * src/plugins/pgpmime/pgpmime.c
15364                 Sync with HEAD (remove debug printf)
15365
15366 2004-11-17 [colin]      0.9.12cvs150.1
15367
15368         * src/plugins/pgpmime/pgpmime.c
15369                 Sync with HEAD (off-by-one fix)
15370
15371 2004-11-17 [colin]      0.9.12cvs149.1
15372
15373         * src/procmsg.c
15374                 Sync with HEAD (coding style fixes)
15375
15376 2004-11-16 [colin]      0.9.12cvs148.1
15377
15378         * src/procmsg.c
15379                 Sync with head (Fix the fix)
15380
15381 2004-11-16 [colin]      0.9.12cvs147.1
15382
15383         * src/procmsg.c
15384                 Sync with Main (leak fix)
15385
15386 2004-11-16 [colin]      0.9.12cvs146.14
15387
15388         * src/compose.c
15389                 Remove useless chunk of code
15390                 Patch by Alfons
15391
15392 2004-11-15 [colin]      0.9.12cvs146.13
15393
15394         * src/compose.c
15395                 Fix drafting after insertion
15396                 Patch by Alfons
15397
15398 2004-11-15 [colin]      0.9.12cvs146.12
15399
15400         * src/compose.c
15401         * src/prefs_filtering.c
15402         * src/prefs_filtering_action.c
15403         * src/prefs_toolbar.c
15404                 Fix some const-correctness
15405
15406 2004-11-15 [colin]      0.9.12cvs146.11
15407
15408         * src/summaryview.c
15409         * src/prefs_themes.c
15410         * src/messageview.c
15411                 Fix some leaks
15412
15413 2004-11-15 [colin]      0.9.12cvs146.10
15414
15415         * src/codeconv.c
15416                 More unreadable locale fixes
15417
15418 2004-11-14 [colin]      0.9.12cvs146.9
15419
15420         * src/textview.c
15421                 Fix uri_security_check
15422                 Patch by Alfons
15423
15424 2004-11-13 [paul]       0.9.12cvs146.8
15425
15426         * src/folder.c
15427         * src/procmime.c
15428                 fix 2 bugs introduced in last commit
15429
15430 2004-11-13 [paul]       0.9.12cvs146.7
15431
15432         * src/compose.c
15433         * src/exporthtml.c
15434         * src/exportldif.c
15435         * src/folder.c
15436         * src/imap.c
15437         * src/imap_gtk.c
15438         * src/main.c
15439         * src/mainwindow.c
15440         * src/messageview.c
15441         * src/mh_gtk.c
15442         * src/prefs_themes.c
15443         * src/procmime.c
15444         * src/setup.c
15445         * src/summaryview.c
15446                 replace deprecated g_basename
15447
15448 2004-11-13 [paul]       0.9.12cvs146.6
15449
15450         * src/compose.c
15451         * src/imap.c
15452         * src/matcher_parser.h
15453         * src/matcher_parser_parse.y
15454         * src/prefs_filtering.c
15455         * src/prefs_filtering_action.c
15456         * src/prefs_themes.c
15457         * src/prefs_toolbar.c
15458         * src/common/utils.c
15459                 various small fixes/cleanups
15460
15461 2004-11-12 [colin]      0.9.12cvs146.5
15462
15463         * src/textview.c
15464                 Validate event's origin on visibility notify
15465                 Patch by Alfons.
15466
15467 2004-11-12 [paul]       0.9.12cvs146.4
15468
15469         * src/exporthtml.c
15470         * src/exportldif.c
15471         * src/imap.c
15472         * src/mh.c
15473         * src/mimeview.c
15474         * src/prefs_spelling.c
15475         * src/prefs_themes.c
15476                 replace deprecated g_dirname    
15477
15478 2004-11-12 [colin]      0.9.12cvs146.3
15479
15480         * src/textview.c
15481                 Some coding style fixes
15482
15483 2004-11-12 [colin]      0.9.12cvs146.2
15484
15485         * src/codeconv.c
15486                 We want to replace _all_ extended chars in
15487                 conv_unreadable_*, because any string containing
15488                 extended chars not parsing as UTF8 is 
15489                 undisplayed on gtk2.
15490
15491 2004-11-12 [paul]       0.9.12cvs146.1
15492
15493         * ChangeLog
15494         * ChangeLog.claws
15495         * ChangeLog.jp
15496         * NEWS
15497         * configure.ac
15498         * src/account.c
15499         * src/folderview.c
15500         * src/folderview.h
15501         * src/imap.c
15502         * src/imap_gtk.c
15503         * src/inc.c
15504         * src/mainwindow.c
15505         * src/mh_gtk.c
15506         * src/news_gtk.c
15507         * src/pop.c
15508         * src/prefs_account.c
15509         * src/prefs_account.h
15510         * src/prefs_ext_prog.c
15511         * src/procmime.c
15512         * src/procmime.h
15513         * src/procmsg.c
15514         * src/procmsg.h
15515         * src/summary_search.c
15516         * src/summaryview.c
15517         * src/textview.c
15518         * src/common/defs.h
15519         * src/common/utils.c
15520         * src/common/utils.h
15521         * src/gtk/menu.c
15522         * src/gtk/menu.h
15523                 sync with HEAD
15524
15525 2004-11-11 [colin]      0.9.12cvs144.2
15526
15527         * src/textview.c
15528                 Fix URI range selection (patch by Alfons)
15529
15530 2004-11-09 [colin]      0.9.12cvs144.1
15531
15532         * ChangeLog.claws
15533         * src/compose.c
15534         * src/folder.c
15535         * src/folder_item_prefs.c
15536         * src/prefs_account.c
15537         * src/prefs_account.h
15538         * src/plugins/pgpmime/pgpmime.c
15539                 Sync with HEAD
15540
15541 2004-11-08 [colin]      0.9.12cvs143.1
15542
15543         * src/summaryview.c
15544                 Sync with HEAD (optimize quicksearch)
15545
15546 2004-11-08 [colin]      0.9.12cvs142.2
15547
15548         * src/compose.c
15549                 Don't wrap when Edit/Auto wrapping is disabled
15550
15551 2004-11-08 [colin]      0.9.12cvs142.1
15552
15553         * src/textview.c
15554                 Sync with HEAD
15555
15556 2004-11-08 [colin]      0.9.12cvs141.1
15557
15558         * src/textview.c
15559                 Sync with HEAD (fix some mail URIs)
15560
15561 2004-11-08 [colin]      0.9.12cvs140.3
15562
15563         * src/textview.c
15564                 o Use text cursor instead of arrow when
15565                   not on a link
15566                 o Fix handling of contiguous links (as in
15567                   "colin@colino.net" <colin@colino.net>)
15568                   This one unveils a bug in get_email_part()
15569
15570 2004-11-07 [colin]      0.9.12cvs140.2
15571
15572         * src/textview.c
15573                 Fix memleak. Patch by Alfons.
15574
15575 2004-11-06 [colin]      0.9.12cvs140.1
15576
15577         * src/compose.c
15578                 Sync with HEAD (don't ask passphrase
15579                 when drafting)
15580
15581 2004-11-06 [paul]       0.9.12cvs139.2
15582
15583         * AUTHORS
15584         * src/textview.c
15585         * src/textview.h
15586                 textview URI handling. hovering over a 
15587                 link displays it in the status bar,
15588                 and changes the mouse pointer to a hand 
15589                 cursor. a link is activated with a single 
15590                 click. (Modified from the) patch by Jean-Yves 
15591                 Lefort <jylefort@users.sourceforge.net>
15592                 
15593
15594 2004-11-05 [colin]      0.9.12cvs139.1
15595
15596         * src/compose.c
15597         * src/procmime.c
15598                 Sync with HEAD again ^^
15599
15600 2004-11-05 [colin]      0.9.12cvs139.1
15601
15602         * src/compose.c
15603         * src/procmime.c
15604                 Sync with HEAD
15605
15606 2004-11-03 [paul]       0.9.12cvs138.1
15607
15608         * ChangeLog.claws
15609         * configure.ac
15610         * po/POTFILES.in
15611         * src/prefs_ext_prog.c
15612         * src/procmime.c
15613         * tools/kdeservicemenu/README
15614         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15615         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15616                 sync with HEAD
15617
15618 2004-11-01 [christoph]  0.9.12cvs136.2
15619
15620         * src/procmime.c
15621                 convert MIME parameters to UTF-8
15622
15623 2004-10-29 [colin]      0.9.12cvs136.1
15624
15625         * src/common/utils.c
15626                 Sync with HEAD (don't use '=' in mime boundary)
15627
15628 2004-10-29 [paul]       0.9.12cvs135.1
15629
15630         * configure.ac
15631         * doc/src/rfc2231.txt
15632         * src/procmime.c
15633         * src/common/quoted-printable.c
15634         * src/common/utils.c
15635         * src/common/utils.h
15636                 sync with HEAD
15637
15638 2004-10-27 [paul]       0.9.12cvs134.1
15639
15640         * configure.ac
15641         * src/main.c
15642         * src/procmime.c
15643         * src/plugins/pgpmime/pgpmime.c
15644                 sync with HEAD
15645
15646 2004-10-26 [paul]       0.9.12cvs132.3
15647
15648         * src/account.c
15649         * src/addressbook.c
15650         * src/addrgather.c
15651         * src/addrharvest.c
15652         * src/codeconv.c
15653         * src/compose.c
15654         * src/customheader.c
15655         * src/editaddress.c
15656         * src/editgroup.c
15657         * src/enriched.c
15658         * src/expldifdlg.c
15659         * src/exporthtml.c
15660         * src/exportldif.c
15661         * src/folder.c
15662         * src/foldersel.c
15663         * src/folderview.c
15664         * src/grouplistdialog.c
15665         * src/html.c
15666         * src/imap.c
15667         * src/jpilot.c
15668         * src/ldapserver.c
15669         * src/ldif.c
15670         * src/mimeview.c
15671         * src/news.c
15672         * src/news_gtk.c
15673         * src/pop.c
15674         * src/prefs_display_header.c
15675         * src/prefs_gtk.c
15676         * src/prefs_msg_colors.c
15677         * src/prefs_toolbar.c
15678         * src/procheader.c
15679         * src/procmime.c
15680         * src/summaryview.c
15681         * src/textview.c
15682         * src/toolbar.c
15683         * src/vcard.c
15684         * src/common/mgutils.c
15685         * src/common/nntp.c
15686         * src/common/smtp.c
15687         * src/common/template.c
15688         * src/common/utils.c
15689         * src/common/xmlprops.c
15690         * src/plugins/pgpmime/pgpmime.c
15691         * src/plugins/pgpmime/select-keys.c
15692         * src/plugins/pgpmime/sgpgme.c
15693                 replace deprecated g_strcasecmp(), g_strncasecmp(),
15694                 g_string_sprintfa(), gtk_notebook_current_page()
15695
15696 2004-10-26 [colin]      0.9.12cvs132.2
15697
15698         * src/prefs_folder_item.c
15699                 Fix default-account selection
15700
15701 2004-10-21 [colin]      0.9.12cvs133
15702
15703         * src/compose.c
15704                 Sync with HEAD (Remove extra separator in compose's Options)
15705         * src/textview.c
15706                 Set wrapping to char
15707
15708 2004-10-21 [paul]       0.9.12cvs131.2
15709
15710         * src/compose.c
15711         * src/sourcewindow.c
15712                 fix wrapping
15713                 fix window shrinking 
15714
15715 2004-10-21 [colin]      0.9.12cvs131.1
15716
15717         * ChangeLog.claws
15718         * src/compose.c
15719                 Sync with HEAD
15720
15721 2004-10-21 [paul]       0.9.12cvs130.2
15722
15723         * src/prefs_folder_item.c
15724                 sync with HEAD (Apply to subfolders)
15725
15726 2004-10-19 [colin]      0.9.12cvs130.1
15727
15728         * ChangeLog.claws
15729         * src/compose.c
15730         * src/common/utils.c
15731         * src/gtk/menu.c
15732                 Sync with HEAD
15733
15734 2004-10-19 [colin]      0.9.12cvs128.1
15735
15736         * src/addrbook.c
15737         * src/addrcache.c
15738         * src/addressbook.c
15739         * src/codeconv.c
15740         * src/compose.c
15741         * src/customheader.c
15742         * src/editaddress.c
15743         * src/editgroup.c
15744         * src/exporthtml.c
15745         * src/folder.c
15746         * src/folderview.c
15747         * src/imap.c
15748         * src/jpilot.c
15749         * src/main.c
15750         * src/matcher_parser_parse.y
15751         * src/mbox.c
15752         * src/pop.c
15753         * src/prefs_account.c
15754         * src/prefs_gtk.c
15755         * src/prefs_msg_colors.c
15756         * src/procheader.c
15757         * src/procmime.c
15758         * src/procmime.h
15759         * src/procmsg.c
15760         * src/summaryview.c
15761         * src/textview.c
15762         * src/common/base64.c
15763         * src/common/partial_download.c
15764         * src/common/socket.c
15765         * src/common/sylpheed.c
15766         * src/common/utils.c
15767         * src/common/utils.h
15768         * src/gtk/pluginwindow.c
15769         * src/gtk/quicksearch.c
15770         * src/plugins/clamav/clamav_plugin.c
15771         * src/plugins/clamav/clamav_plugin.h
15772         * src/plugins/clamav/clamav_plugin_gtk.c
15773         * src/plugins/pgpmime/passphrase.c
15774         * src/plugins/pgpmime/pgpmime.c
15775         * src/plugins/pgpmime/plugin.c
15776         * src/plugins/pgpmime/prefs_gpg.c
15777         * src/plugins/pgpmime/prefs_gpg.h
15778         * src/plugins/pgpmime/select-keys.c
15779         * src/plugins/pgpmime/sgpgme.c
15780         * src/plugins/spamassassin/libspamc.c
15781         * src/plugins/spamassassin/spamassassin.c
15782         * src/plugins/spamassassin/spamassassin.h
15783         * src/plugins/spamassassin/spamassassin_gtk.c
15784         * src/plugins/trayicon/trayicon.c
15785         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
15786                 Sync with HEAD
15787
15788 2004-10-14 [colin]      0.9.12cvs126.2
15789
15790         * src/codeconv.c
15791         * src/textview.c
15792                 Fix conv_unreadable_locale
15793
15794 2004-10-13 [colin]      0.9.12cvs126.1
15795
15796         * src/compose.c
15797                 Sync with HEAD (don't convert charset for 
15798                 drafted messages, minor cleanup)
15799
15800 2004-10-13 [colin]      0.9.12cvs125.1
15801
15802         * po/POTFILES.in
15803                 Sync with HEAD (POTFILES fix)
15804
15805 2004-10-12 [colin]      0.9.12cvs124.3
15806
15807         * src/compose.c
15808                 Fix encoding bug from latest sync
15809
15810 2004-10-12 [paul]       0.9.12cvs124.2
15811
15812         * src/plugins/pgpmime/prefs_gpg.c
15813         * src/plugins/pgpmime/prefs_gpg.h
15814                 forgotten in last commit        
15815
15816 2004-10-12 [paul]       0.9.12cvs124.1
15817
15818         * ChangeLog.claws
15819         * configure.ac
15820         * m4/spamassassin.m4
15821         * src/Makefile.am
15822         * src/account.c
15823         * src/compose.c
15824         * src/compose.h
15825         * src/crash.c
15826         * src/main.c
15827         * src/mimeview.c
15828         * src/passphrase.c
15829         * src/passphrase.h
15830         * src/prefs_account.c
15831         * src/prefs_account.h
15832         * src/prefs_common.c
15833         * src/privacy.c
15834         * src/privacy.h
15835         * src/procmime.c
15836         * src/procmime.h
15837         * src/procmsg.c
15838         * src/rfc2015.c
15839         * src/rfc2015.h
15840         * src/select-keys.c
15841         * src/select-keys.h
15842         * src/textview.c
15843         * src/common/utils.c
15844         * src/common/utils.h
15845         * src/gtk/about.c
15846         * src/plugins/pgpmime/Makefile.am
15847         * src/plugins/pgpmime/passphrase.c
15848         * src/plugins/pgpmime/passphrase.h
15849         * src/plugins/pgpmime/pgpmime.c
15850         * src/plugins/pgpmime/plugin.c
15851         * src/plugins/pgpmime/select-keys.c
15852         * src/plugins/pgpmime/select-keys.h
15853         * src/plugins/pgpmime/sgpgme.c
15854         * src/plugins/pgpmime/sgpgme.h
15855                 sync with HEAD
15856
15857 2004-10-04 [colin]      0.9.12cvs122.1
15858
15859         * src/mainwindow.c
15860         * src/messageview.c
15861         * src/messageview.h
15862         * src/textview.c
15863                 Sync with HEAD
15864
15865 2004-10-04 [colin]      0.9.12cvs121.1
15866
15867         * src/summaryview.c
15868                 Sync with HEAD
15869
15870 2004-10-04 [paul]       0.9.12cvs120.1
15871
15872         * configure.ac
15873                 sync with HEAD [don't try to build 
15874                 pgpmime plugin when gpgme is disabled]
15875
15876 2004-10-03 [colin]      0.9.12cvs119.3
15877
15878         * src/gtk/gtksctree.c
15879                 Lots of side effects. Put back as before 117.2.
15880         * src/summaryview.c
15881                 Fix bug #602
15882
15883 2004-10-03 [colin]      0.9.12cvs119.2
15884
15885         * src/gtk/gtksctree.c
15886                 Revert 608 fix that doesn't work that good
15887
15888 2004-10-02 [colin]      0.9.12cvs119.1
15889
15890         * src/mainwindow.c
15891         * src/messageview.c
15892         * src/prefs_common.h
15893         * src/procmime.c
15894         * src/procmime.h
15895         * src/textview.c
15896                 Sync with HEAD
15897         * src/gtk/gtksctree.c
15898                 Close bug #608
15899
15900 2004-10-01 [colin]      0.9.12cvs118.1
15901
15902         * src/mimeview.c
15903                 Sync with HEAD (better Save All fix)
15904
15905 2004-10-01 [colin]      0.9.12cvs117.2
15906
15907         * src/gtk/gtksctree.c
15908                 Faster on selection
15909
15910 2004-10-01 [colin]      0.9.12cvs117.1
15911
15912         * src/mimeview.c
15913                 Sync with HEAD (Save All: only attachments)
15914
15915 2004-10-01 [paul]       0.9.12cvs116.1
15916
15917         * ChangeLog.claws
15918         * configure.ac
15919         * src/account.c
15920         * src/prefs_common.c
15921         * src/gtk/colorlabel.c
15922                 sync with HEAD
15923
15924 2004-09-30 [colin]      0.9.12cvs115.1
15925
15926         * src/stock_pixmap.c
15927         * src/stock_pixmap.h
15928         * src/folderview.c
15929         * src/Makefile.am
15930         * src/pixmaps/read.xpm
15931                 Sync with HEAD (new pixmap)
15932
15933 2004-09-29 [colin]      0.9.12cvs114.1
15934
15935         * src/compose.c
15936                 Sync with HEAD
15937                 Fix focus handling in headers
15938
15939 2004-09-29 [paul]       0.9.12cvs113.1
15940
15941         * src/quote_fmt_parse.y
15942                 sync with HEAD
15943  
15944
15945 2004-09-28 [colin]      0.9.12cvs112.1
15946
15947         * src/folderview.c
15948         * src/mainwindow.c
15949                 Sync with HEAD
15950
15951 2004-09-28 [colin]      0.9.12cvs110.1
15952
15953         * src/folderview.c
15954                 Sync with HEAD (Contextual Empty trash menu)
15955
15956 2004-09-28 [colin]      0.9.12cvs108.1
15957
15958         * src/addressbook.c
15959                 Sync with HEAD (addressbook edit on double-click)
15960
15961 2004-09-28 [colin]      0.9.12cvs106.1
15962
15963         * src/inc.c
15964                 Sync with HEAD (folder_item freeze on inc)
15965
15966 2004-09-27 [colin]      0.9.12cvs105.1
15967
15968         * src/folderview.c
15969                 Sync with HEAD (right-align new and unread column)
15970
15971 2004-09-27 [colin]      0.9.12cvs104.1
15972
15973         * src/main.c
15974                 Sync with HEAD (revert 0.9.12cvs101)
15975
15976 2004-09-24 [colin]      0.9.12cvs103.2
15977
15978         * src/wizard.c
15979                 Fix gtk warnings and use domain part of the email address 
15980                 when domain detection fails (no dot in domain name)
15981
15982 2004-09-23 [colin]      0.9.12cvs103.1
15983
15984         * src/plugins/spamassassin/libspamc.c
15985         * src/plugins/spamassassin/libspamc.h
15986         * src/plugins/spamassassin/utils.c
15987         * src/plugins/spamassassin/utils.h
15988                 Sync with HEAD (Update spamassassin to 3.0)
15989
15990 2004-09-21 [colin]      0.9.12cvs102.3
15991
15992         * src/action.c
15993                 Add horizontal scrollbar in action io dialog as needed
15994                 Patch by Alfons.
15995
15996 2004-09-20 [colin]      0.9.12cvs102.2
15997
15998         * src/plugins/image_viewer/viewer.c
15999                 Remove imlib stuff
16000                 use gtk_pixmap_set when clearing
16001                 (would be better to use gtkImages, but causes size-allocate 
16002                 signals storm)
16003
16004 2004-09-17 [paul]       0.9.12cvs102.1
16005
16006         * ChangeLog
16007         * ChangeLog.claws
16008         * ChangeLog.jp
16009         * configure.ac
16010         * src/inc.c
16011                 sync with HEAD
16012
16013
16014 2004-09-17 [colin]      0.9.12cvs101.1
16015
16016         * ChangeLog.claws
16017         * src/main.c
16018                 Sync with HEAD (fix segs at exit)
16019
16020 2004-09-14 [colin]      0.9.12cvs99.5
16021
16022         * src/common/socket.c
16023         * AUTHORS
16024                 Fix send error on 64bit platforms
16025                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
16026
16027 2004-09-14 [colin]      0.9.12cvs99.4
16028
16029         * src/action.c
16030                 Fix action output with utf8 
16031                 Patch by Alfons.
16032
16033 2004-09-14 [colin]      0.9.12cvs99.3
16034
16035         * ChangeLog.claws
16036         * src/folder.c
16037                 Sync with HEAD
16038
16039 2004-09-09 [colin]      0.9.12cvs99.2
16040
16041         * src/action.c
16042                 Fix progress bar (displaying "Completed %v/%u")
16043                 Patch by Alfons.
16044
16045 2004-09-08 [colin]      0.9.12cvs99.1
16046
16047         * src/account.c
16048         * src/folder.c
16049         * src/procmsg.c
16050         * src/procmsg.h
16051         * src/plugins/pgpmime/pgpmime.c
16052                 Sync with HEAD
16053
16054 2004-09-08 [colin]      0.9.12cvs97.2
16055
16056         * src/summaryview.c
16057                 Don't select mails in collapsed threads 
16058                 when navigating with up/down
16059
16060 2004-09-07 [colin]      0.9.12cvs97.1
16061
16062         * src/inc.c
16063                 Sync with HEAD (meaningful error messages)
16064
16065 2004-09-06 [colin]      0.9.12cvs96.1
16066
16067         * src/toolbar.c
16068                 Sync with HEAD (fix Redirect graying out)
16069
16070 2004-09-06 [colin]      0.9.12cvs95.1
16071
16072         * src/summaryview.c
16073         * src/mimeview.c
16074                 Sync with HEAD (fix dropped URIs)
16075
16076 2004-09-06 [colin]      0.9.12cvs94.1
16077
16078         * src/addressbook.c
16079         * src/addressitem.h
16080         * src/addritem.c
16081         * src/addritem.h
16082                 Sync with HEAD (addressbook DnD)
16083
16084 2004-09-03 [colin]      0.9.12cvs93.1
16085
16086         * src/summaryview.c
16087                 Sync with HEAD (next/prev unread)
16088
16089 2004-09-03 [colin]      0.9.12cvs92.1
16090
16091         * src/prefs_common.c
16092         * src/prefs_common.h
16093         * src/summaryview.c
16094                 Sync with HEAD ('mark_as_read_delay' pref)
16095
16096 2004-09-02 [colin]      0.9.12cvs91.2
16097
16098         * src/common/xml.c
16099                 Fix leak
16100
16101 2004-09-02 [colin]      0.9.12cvs91.1
16102
16103         * src/gtk/menu.c
16104                 Sync with HEAD (menu accel don't work, but whatever)
16105
16106 2004-09-02 [colin]      0.9.12cvs90.1
16107
16108         * src/account.c
16109                 Sync with HEAD (fix bug 582)
16110
16111 2004-09-02 [colin]      0.9.12cvs89.1
16112
16113         * src/addrindex.c
16114                 Sync with HEAD (free deleted queries)
16115
16116 2004-09-02 [colin]      0.9.12cvs88.1
16117
16118         * src/ldapquery.c
16119                 Sync with HEAD (fix LDAP freezes)
16120
16121 2004-09-02 [colin]      0.9.12cvs87.1
16122
16123         * src/prefs_spelling.c
16124                 Sync with HEAD (add default dictionary)
16125
16126 2004-09-01 [colin]      0.9.12cvs86.1
16127
16128         * src/filtering.c
16129         * src/folderview.c
16130         * src/imap.c
16131         * src/prefs_matcher.c
16132         * src/stock_pixmap.c
16133         * src/summary_search.c
16134         * src/summaryview.c
16135         * src/wizard.c
16136         * src/wizard.h
16137                 Sync with HEAD (uninitialized vars fixes)
16138                 + gtk2 specific warning fixes
16139
16140 2004-08-31 [colin]      0.9.12cvs85.1
16141
16142         * src/folder.c
16143                 Sync with HEAD (Fix memory corruption due to 
16144                 uninitialized var)
16145
16146 2004-08-31 [colin]      0.9.12cvs84.4
16147
16148         * src/summary_search.c
16149                 Fix segfaults when searching in folders with broken headers
16150
16151 2004-08-31 [colin]      0.9.12cvs84.3
16152
16153         * src/compose.c
16154         * src/textview.c
16155                 Fix some more encoding/decoding issues
16156
16157 2004-08-30 [colin]      0.9.12cvs84.2
16158
16159         * src/mimeview.c
16160         * src/prefs_themes.c
16161         * src/gtk/filesel.c
16162         * src/gtk/filesel.h
16163                 Add a folder-mode selection (fixes mimeview's "Save all")
16164
16165 2004-08-29 [colin]      0.9.12cvs84.1
16166
16167         * src/mimeview.c
16168                 Sync with HEAD (don't escape saved filenames)
16169
16170 2004-08-27 [colin]      0.9.12cvs83.1
16171
16172         * ChangeLog
16173         * ChangeLog.claws
16174         * ChangeLog.jp
16175         * src/mh.c
16176         * src/procheader.c
16177         * src/procmsg.c
16178         * src/procmsg.h
16179         * src/common/utils.c
16180         * src/gtk/menu.h
16181         * po/
16182                 Sync with HEAD 0.9.12cvs83 (sync with main)
16183
16184 2004-08-26 [colin]      0.9.12cvs82.4
16185
16186         * src/codeconv.c
16187                 Fix strange stack corruption
16188                 Convert to utf8 after unmime, not before
16189
16190 2004-08-26 [colin]      0.9.12cvs82.3
16191
16192         * src/main.c
16193         * src/wizard.c
16194                 Fix account folders duplication
16195
16196 2004-08-25 [colin]      0.9.12cvs82.2
16197
16198         * src/wizard.c
16199                 Remove ports
16200                 Add SSL selection
16201                 Use login@server as account name
16202
16203 2004-08-25 [colin]      0.9.12cvs82.1
16204
16205         * src/plugins/pgpmime/pgpmime.c
16206                 Sync with HEAD (leak fix).
16207
16208 2004-08-25 [colin]      0.9.12cvs81.1
16209
16210         * src/plugins/pgpmime/pgpmime.c
16211         * src/plugins/pgpmime/sgpgme.c
16212         * src/plugins/pgpmime/sgpgme.h
16213                 Sync with HEAD (Handle combined messages).
16214
16215 2004-08-24 [colin]      0.9.12cvs80.3
16216
16217         * src/wizard.c
16218                 Fix full name, ports, and imap
16219
16220 2004-08-24 [colin]      0.9.12cvs80.2
16221
16222         * src/Makefile.am
16223         * src/main.c
16224         * src/setup.c
16225         * src/setup.h
16226         * src/stock_pixmap.c
16227         * src/stock_pixmap.h
16228         * src/wizard.c ** ADDED **
16229         * src/wizard.h ** ADDED ** 
16230         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
16231                 Add a setup wizard 
16232
16233 2004-08-24 [colin]      0.9.12cvs80.1
16234
16235         * src/folder.c
16236                 Sync with HEAD (set mimeflags on all messages)
16237
16238 2004-08-24 [colin]      0.9.12cvs79.3
16239
16240         * src/matcher_parser_lex.l
16241                 Fix 8bits strings not in utf8
16242
16243 2004-08-24 [colin]      0.9.12cvs79.2
16244
16245         * src/compose.c
16246                 Check conversion result before replacing buffer
16247
16248 2004-08-23 [colin]      0.9.12cvs79.1
16249
16250         * src/compose.c
16251                 Sync with HEAD (create message header in memory)
16252
16253 2004-08-23 [colin]      0.9.12cvs78.1
16254
16255         * src/rfc2015.c
16256         * src/rfc2015.h
16257                 Sync with HEAD (fix bug 197 again)
16258
16259 2004-08-23 [colin]      0.9.12cvs77.3
16260
16261         * src/compose.c
16262                 Fix again inline gpg signing (which outputs utf8
16263                 in gtk2). Not syncing this fix to HEAD as this 
16264                 code is meant to die.
16265
16266 2004-08-23 [colin]      0.9.12cvs77.2
16267
16268         * src/prefs_account.h
16269                 Remove useless include
16270
16271 2004-08-23 [colin]      0.9.12cvs77.1
16272
16273         * src/imap.c
16274         * po/es.po
16275         * po/fr.po
16276         * po/it.po
16277         * po/pl.po
16278         * po/pt_BR.po
16279         * po/sk.po
16280         * po/sr.po
16281                 Sync with HEAD (fix bug 577)
16282
16283 2004-08-22 [colin]      0.9.12cvs76.1
16284
16285         * src/plugins/trayicon/trayicon.c
16286                 Sync with HEAD (fix formatting bug)
16287
16288 2004-08-21 [colin]      0.9.12cvs74.2
16289
16290         * src/gtk/colorsel.c
16291                 Fix bug 564 (Folder color selection window exits on any
16292                 keypress)
16293
16294 2004-08-21 [colin]      0.9.12cvs74.1
16295
16296         * ChangeLog.claws
16297         * src/compose.c
16298         * src/summaryview.c
16299         * src/toolbar.c
16300                 Sync with HEAD (fix bug 576)
16301
16302 2004-08-21 [colin]      0.9.12cvs70.1
16303
16304         * src/compose.c
16305         * src/mainwindow.c
16306                 Sync with HEAD
16307                 
16308
16309 2004-08-21 [paul]       0.9.12cvs66.4
16310
16311         * src/mainwindow.c
16312         * src/messageview.c
16313         * src/gtk/menu.c
16314         * src/plugins/spamassassin/spamassassin_gtk.c
16315                 remove some deprecated gtk1 functions
16316
16317
16318 2004-08-21 [colin]      0.9.12cvs66.3
16319
16320         * src/compose.c
16321         * src/codeconv.c
16322                 Fix warnings
16323                 Remove encoding hacks
16324                 Fix bug 575 (Strange character messes up message)
16325                 Don't display conversion error when drafting
16326
16327 2004-08-21 [paul]       0.9.12cvs66.2
16328
16329         * src/prefs_account.c
16330                 fix GnuPG mode bugs
16331
16332
16333 2004-08-20 [colin]      0.9.12cvs66.1
16334
16335         * src/codeconv.c
16336                 Sync with HEAD 0.9.12cvs66
16337
16338 2004-08-20 [paul]
16339
16340         * src/plugins/pgpmime/plugin.c
16341                 modify PGP/MIME plugin's description
16342
16343 2004-08-17 [colin]      0.9.12cvs65.1
16344
16345         * src/common/ssl.c
16346         * src/plugins/pgpmime/plugin.c
16347                 Sync with HEAD
16348
16349 2004-08-14 [colin]      0.9.12cvs60.3
16350
16351         * src/plugins/trayicon/trayicon.c
16352                 Put back resize callback, on size-request signal
16353                 rather than size-allocate to avoid infinite 
16354                 callback loop
16355
16356 2004-08-13 [colin]      0.9.12cvs60.2
16357
16358         * src/common/defs.h
16359                 Cache versions have been fixed
16360
16361 2004-08-13 [colin]      0.9.12cvs60.1
16362
16363         * src/folderutils.c
16364                 Sync with HEAD
16365
16366 2004-08-12 [colin]      0.9.12cvs59.1
16367
16368         * src/plugins/trayicon/trayicon.c
16369                 Sync with HEAD
16370
16371 2004-08-12 [colin]      0.9.12cvs57.5
16372
16373         * sylpheed.desktop
16374         * configure.ac
16375         * src/Makefile.am
16376         * src/main.c
16377                 Add support for Freedesktop.org's startup notification
16378
16379 2004-08-11 [colin]      0.9.12cvs57.4
16380
16381         * src/textview.c
16382                 Fix off-by-one
16383
16384 2004-08-11 [colin]      0.9.12cvs57.3
16385
16386         * src/message_search.c
16387         * src/summary_search.c
16388                 Make searches case insensitive by default
16389         * src/textview.c
16390                 Fix case-insensitive search in message
16391
16392 2004-08-11 [colin]      0.9.12cvs57.2
16393
16394         * src/summary_search.c
16395                 Let case-sensitive be specified
16396
16397 2004-08-10 [colin]      0.9.12cvs55.4
16398
16399         * src/common/socket.c
16400                 Fix the possible race condition
16401
16402 2004-08-09 [paul]       0.9.12cvs55.3
16403
16404         * configure.ac
16405         * src/Makefile.am
16406         * src/common/Makefile.am
16407                 sync with HEAD
16408
16409
16410 2004-08-09 [paul]       0.9.12cvs55.2
16411
16412         * autogen.sh
16413         * po/poconv.sh
16414                 remove unneeded script
16415
16416         * configure.ac
16417                 add forgotten USE_LDAP_TLS (sync with HEAD)
16418
16419
16420 2004-08-09 [colin]      0.9.12cvs55.1
16421
16422         * src/main.c
16423         * src/common/ssl.c
16424         * src/common/sylpheed.c
16425         * src/common/sylpheed.h
16426                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
16427
16428 2004-08-09 [paul]       0.9.12cvs54.1
16429
16430         * ChangeLog
16431         * ChangeLog.claws
16432         * ChangeLog.jp
16433         * configure.ac
16434         * po/POTFILES.in
16435         * src/Makefile.am
16436         * src/folderutils.c
16437         * src/main.c
16438         * src/pgpmime.c
16439         * src/pgpmime.h
16440         * src/sgpgme.c
16441         * src/sgpgme.h
16442         * src/plugins/Makefile.am
16443         * src/plugins/pgpmime/.cvsignore
16444         * src/plugins/pgpmime/Makefile.am
16445         * src/plugins/pgpmime/pgpmime.c
16446         * src/plugins/pgpmime/pgpmime.h
16447         * src/plugins/pgpmime/plugin.c
16448         * src/plugins/pgpmime/sgpgme.c
16449         * src/plugins/pgpmime/sgpgme.h
16450                 sync with HEAD
16451
16452 2004-08-08 [paul]       0.9.12cvs51.1
16453
16454         * configure.ac
16455         * src/folder.c
16456                 sync with HEAD
16457
16458 2004-08-07 [colin]      0.9.12cvs50.1
16459
16460         * src/pop.c
16461         * src/common/partial_download.c
16462                 fix warnings (sync from HEAD)
16463
16464 2004-08-07 [colin]      0.9.12cvs48.1
16465
16466         * src/prefs_folder_item.c
16467                 sync with HEAD 0.9.12cvs48
16468
16469 2004-08-06 [colin]      0.9.12cvs47.1
16470
16471         * src/compose.c
16472                 Sync with HEAD
16473
16474 2004-08-06 [christoph]  0.9.12cvs46.2
16475
16476         * src/main.c
16477         * src/plugins/clamav/clamav_plugin_gtk.c
16478         * src/plugins/dillo_viewer/dillo_viewer.c
16479         * src/plugins/image_viewer/plugin.c
16480         * src/plugins/mathml_viewer/mathml_viewer.c
16481         * src/plugins/spamassassin/spamassassin_gtk.c
16482         * src/plugins/trayicon/trayicon.c
16483                 don't mix GTK1.2 plugin with GTK2 plugins
16484
16485 2004-08-06 [colin]      0.9.12cvs46.1
16486
16487         * ChangeLog
16488         * ChangeLog.claws
16489         * ChangeLog.jp
16490         * configure.ac
16491         * sylpheed-claws.pc.in
16492         * src/folder.c
16493         * src/imap.c
16494         * src/localfolder.c
16495         * src/messageview.c
16496         * src/mimeview.c
16497         * src/mimeview.h
16498         * src/msgcache.c
16499         * src/news.c
16500         * src/prefs_ext_prog.c
16501         * src/prefs_folder_item.c
16502         * src/prefs_fonts.c
16503         * src/prefs_msg_colors.c
16504         * src/prefs_spelling.c
16505         * src/prefs_themes.c
16506         * src/prefs_toolbar.c
16507         * src/prefs_wrapping.c
16508         * src/procmime.h
16509         * src/common/defs.h
16510         * src/common/nntp.c
16511         * src/common/session.c
16512         * src/common/session.h
16513         * src/common/socket.c
16514         * src/common/utils.h
16515         * src/common/xml.c
16516         * src/common/xml.h
16517         * src/gtk/prefswindow.c
16518         * src/gtk/prefswindow.h
16519         * src/plugins/clamav/clamav_plugin_gtk.c
16520         * src/plugins/dillo_viewer/dillo_prefs.c
16521         * src/plugins/image_viewer/viewerprefs.c
16522         * src/plugins/spamassassin/spamassassin_gtk.c
16523         * m4/openssl.m4 *** REMOVED ***
16524                 Sync with HEAD 0.9.12cvs46
16525
16526 2004-08-03 [paul]       0.9.12cvs40.2
16527
16528         * src/action.c
16529         * src/addressadd.c
16530         * src/addressbook.c
16531         * src/addrgather.c
16532         * src/browseldap.c
16533         * src/compose.c
16534         * src/crash.c
16535         * src/editaddress.c
16536         * src/editgroup.c
16537         * src/editldap_basedn.c
16538         * src/foldersel.c
16539         * src/importldif.c
16540         * src/mimeview.c
16541         * src/prefs_common.c
16542         * src/prefs_template.c
16543         * src/sourcewindow.c
16544         * src/summaryview.c
16545         * src/gtk/about.c
16546         * src/gtk/foldersort.c
16547         * src/gtk/logwindow.c
16548         * src/gtk/pluginwindow.c
16549         * src/gtk/prefswindow.c
16550                 change all gtk_scrolled_window_set_policy from 
16551                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
16552
16553 2004-08-02 [paul]       0.9.12cvs40.1
16554
16555         * AUTHORS
16556                 update translation team section
16557         * po/pt_BR.po
16558                 updated by Frederico Goncalves Guimaraes
16559                 <fggdebian@yahoo.com.br>
16560
16561 2004-07-31 [colin]      0.9.12cvs39.9
16562
16563         * src/exphtmldlg.c
16564                 Fix compilation
16565
16566 2004-07-31 [colin]      0.9.12cvs39.8
16567
16568         * src/exphtmldlg.c
16569                 Fix an alertpanel type
16570
16571 2004-07-30 [colin]      0.9.12cvs39.7
16572
16573         * src/alertpanel.c
16574                 Fix alertpanel_error_log's icon
16575
16576 2004-07-30 [colin]      0.9.12cvs39.6
16577
16578         * src/pop.c
16579                 Two of them should still be warnings
16580
16581 2004-07-30 [colin]      0.9.12cvs39.5
16582
16583         * src/pop.c
16584                 More warning -> error
16585 2004-07-29 [colin]      0.9.12cvs39.4
16586
16587         * src/pop.c
16588                 Warning -> error
16589
16590 2004-07-29 [colin]      0.9.12cvs39.3
16591
16592         * src/prefs_matcher.c
16593                 Fix segfault
16594
16595 2004-07-29 [colin]      0.9.12cvs39.2
16596
16597         * src/alertpanel.c
16598                 More nice-looking alertpanels
16599
16600 2004-07-29 [colin]      0.9.12cvs39.1
16601
16602         * src/messageview.c
16603                 sync with head
16604                 (inform user when partial mail is deleted on server)
16605
16606 2004-07-29 [colin]      0.9.12cvs38.1
16607
16608         * src/messageview.c
16609                 sync with head
16610
16611 2004-07-28 [paul]       0.9.12cvs37.7
16612
16613         * src/mainwindow.c
16614                 complete the replacement of deprecated gtk_progress_*
16615
16616 2004-07-28 [paul]       0.9.12cvs37.6
16617
16618         * src/action.c
16619         * src/inc.c
16620         * src/mainwindow.c
16621         * src/send_message.c
16622         * src/gtk/progressdialog.c
16623         * src/gtk/progressdialog.h
16624                 replace deprecated gtk_progress_*
16625
16626 2004-07-28 [paul]       0.9.12cvs37.5
16627
16628         * src/gtk/filesel.c
16629                 remove gtk_window_set_wmclass()
16630 2004-07-28 [paul]       0.9.12cvs37.4
16631
16632         * src/addressbook.c
16633         * src/compose.c
16634         * src/foldersel.c
16635         * src/mainwindow.c
16636         * src/messageview.c
16637         * src/sourcewindow.c
16638         * src/gtk/logwindow.c
16639                 remove gtk_window_set_wmclass()
16640                 
16641         * src/prefs_filtering.c
16642         * src/prefs_filtering_action.c
16643         * src/prefs_fonts.c
16644         * src/prefs_gtk.c
16645         * src/prefs_matcher.c
16646         * src/ssl_manager.c
16647         * src/gtk/prefswindow.c
16648                 replace gtk_window_position()
16649
16650 2004-07-28 [colin]      0.9.12cvs37.3
16651
16652         * src/alertpanel.c
16653         * src/alertpanel.h
16654                 Add a way to specify panel type for specific
16655                 panels (alertpanel())
16656         * src/account.c
16657         * src/addressbook.c
16658         * src/compose.c
16659         * src/expldifdlg.c
16660         * src/main.c
16661         * src/messageview.c
16662         * src/summaryview.c
16663         * src/textview.c
16664         * src/gtk/sslcertwindow.c
16665                 Fix alertpanel()s so that their icon match
16666                 their real type
16667
16668 2004-07-28 [paul]       0.9.12cvs37.2
16669
16670         * src/addr_compl.c
16671         * src/addressbook.c
16672         * src/alertpanel.c
16673         * src/compose.c
16674         * src/export.c
16675         * src/foldersel.c
16676         * src/folderview.c
16677         * src/grouplistdialog.c
16678         * src/import.c
16679         * src/mainwindow.c
16680         * src/message_search.c
16681         * src/messageview.c
16682         * src/passphrase.c
16683         * src/prefs_actions.c
16684         * src/prefs_common.c
16685         * src/prefs_customheader.c
16686         * src/prefs_display_header.c
16687         * src/prefs_filtering.c
16688         * src/prefs_filtering_action.c
16689         * src/prefs_gtk.c
16690         * src/prefs_matcher.c
16691         * src/prefs_msg_colors.c
16692         * src/prefs_summary_column.c
16693         * src/prefs_template.c
16694         * src/sourcewindow.c
16695         * src/ssl_manager.c
16696         * src/summary_search.c
16697         * src/gtk/colorsel.c
16698         * src/gtk/description_window.c
16699         * src/gtk/gtkaspell.c
16700         * src/gtk/inputdialog.c
16701         * src/gtk/logwindow.c
16702         * src/gtk/prefswindow.c
16703         * src/gtk/progressdialog.c
16704                 replace deprecated gtk_window_set_policy
16705
16706 2004-07-27 [colin]      0.9.12cvs37.1
16707
16708         * src/msgcache.c
16709                 More fixes (synced for head again)
16710
16711 2004-07-27 [colin]      0.9.12cvs35.3
16712
16713         * src/msgcache.c
16714                 Fix wrong test
16715
16716 2004-07-27 [colin]      0.9.12cvs35.2
16717
16718         * src/mimeview.c
16719                 Fix width a bit (by Paul)
16720         * src/alertpanel.c
16721         * src/alertpanel.h
16722                 Specialize icons, make alertpanel_message()
16723                 private
16724         * src/message_search.c
16725         * src/sgpgme.c
16726         * src/summary_search.c
16727                 Suit alertpanel changes
16728
16729 2004-07-27 [colin]      0.9.12cvs35.1
16730
16731         * src/alertpanel.c
16732                 Add an icon
16733         * src/passphrase.c
16734                 Add debug output - maybe someone will
16735                 want to look at the problem with Grab
16736                 Input :)
16737         Bump version as we're synced with HEAD
16738
16739 2004-07-26 [colin]      0.9.12cvs33.26
16740
16741         * src/pop.c
16742                 Fix uidl-file parsing when not in new
16743                 format
16744
16745 2004-07-26 [colin]      0.9.12cvs33.25
16746
16747         * src/gtk/menu.c
16748                 Move popup menu up if necessary (fixes 
16749                 account selector)
16750         * src/mainwindow.c
16751                 Set account selector's button height to
16752                 minimum
16753
16754 2004-07-26 [colin]      0.9.12cvs33.24
16755
16756         * src/alertpanel.c
16757                 Maybe fix 551 (Truncated font in alert window)
16758
16759 2004-07-26 [colin]      0.9.12cvs33.23
16760
16761         * po/de.po
16762         * po/es.po
16763         * po/fr.po
16764         * po/it.po
16765         * po/ja.po
16766         * po/pl.po
16767         * po/ru.po
16768         * po/sk.po
16769         * po/sr.po
16770         * po/zh_CN.po
16771                 Sync po files with HEAD
16772
16773 2004-07-26 [paul]       0.9.12cvs33.22
16774
16775         * src/compose.c
16776                 fix Bug 556 'Organisation-header is sent even if empty'
16777
16778 2004-07-24 [colin]      0.9.12cvs33.21
16779
16780         * src/compose.c
16781         * src/gtk/gtkaspell.c
16782         * src/gtk/gtkaspell.h
16783                 Fix speller accelerators (require hack)
16784
16785 2004-07-24 [colin]      0.9.12cvs33.20
16786
16787         * src/gtk/gtkaspell.c
16788                 Fix over-eager code deletion breaking
16789                 Check while typing
16790
16791 2004-07-24 [colin]      0.9.12cvs33.19
16792
16793         * src/browseldap.c
16794         * src/ldapctrl.c
16795         * src/ldapctrl.h
16796         * src/ldapserver.h
16797                 Sync ldap with HEAD
16798         (Fixes 546 LDAP completely broken)
16799
16800 2004-07-24 [colin]      0.9.12cvs33.18
16801
16802         * src/prefs_msg_colors.c
16803                 Fix prototype mismatch
16804         (Fixes 547 void function cannot return value)
16805
16806 2004-07-24 [colin]      0.9.12cvs33.17
16807
16808         * src/mainwindow.c
16809                 Fix sort going back to previous sort key
16810                 when changing sort direction
16811
16812 2004-07-24 [colin]      0.9.12cvs33.16
16813
16814         * src/compose.c
16815                 Fix space insertion when re-wrapping at 
16816                 cursor point
16817
16818 2004-07-24 [colin]      0.9.12cvs33.15
16819
16820         * src/gtk/gtkaspell.c
16821                 Don't change cursor position in insert-text
16822                 callback
16823         (Fixes 539 Word wrapping on input transposes letters)
16824
16825 2004-07-24 [colin]      0.9.12cvs33.14
16826
16827         * src/gtk/gtkaspell.c
16828                 Reencode non-ascii chars to dictionary's
16829                 encoding
16830         (Fixes 544 Spell check broken non english locale)
16831
16832 2004-07-24 [colin]      0.9.12cvs33.13
16833
16834         * src/summaryview.c
16835                 Fix Shift+Down, add Home/End/PgUp/PgDown
16836
16837 2004-07-21 [colin]      0.9.12cvs33.12
16838
16839         * src/prefs_common.c
16840                 Fix a gtk warning (Patch by Andrej Kacian)
16841
16842 2004-07-21 [colin]      0.9.12cvs33.11
16843
16844         * src/gtk/filesel.c
16845                 More check
16846
16847 2004-07-21 [colin]      0.9.12cvs33.10
16848
16849         * src/compose.c
16850         * src/crash.c
16851         * src/export.c
16852         * src/import.c
16853         * src/messageview.c
16854         * src/mimeview.c
16855         * src/prefs_spelling.c
16856         * src/prefs_themes.c
16857         * src/summaryview.c
16858         * src/gtk/filesel.c
16859         * src/gtk/filesel.h
16860         * src/gtk/pluginwindow.c
16861                 Untwist open/save mode guessing logic, make
16862                 it explicit
16863
16864 2004-07-20 [colin]      0.9.12cvs33.9
16865
16866         * src/codeconv.c
16867                 conv_encode_header: src_charset is UTF-8 on
16868                 gtk2
16869         * src/compose.c
16870                 Remove double encoding of the headers
16871
16872 2004-07-20 [colin]      0.9.12cvs33.8
16873
16874         * src/codeconv.c
16875                 Fix typo
16876
16877 2004-07-20 [colin]      0.9.12cvs33.7
16878
16879         * src/mainwindow.c
16880                 Set the separated messageview to the saved
16881                 size of Claws' messageview (Patch by Alfons)
16882                 Fix a callback prototype (me)
16883
16884 2004-07-20 [colin]      0.9.12cvs33.6
16885
16886         * src/codeconv.h
16887                 Forgot one hunk in 0.9.12cvs33.4
16888
16889 2004-07-19 [colin]      0.9.12cvs33.5
16890
16891         * src/action.c
16892                 Action output fix
16893                 Patch by Alfons
16894
16895 2004-07-19 [colin]      0.9.12cvs33.4
16896
16897         * src/compose.c
16898                 Fix outgoing charset bug in headers
16899         * src/codeconv.c
16900                 Clean for glib2 - Patch by Alfons
16901
16902 2004-07-19 [colin]      0.9.12cvs33.3
16903
16904         * src/statusbar.c
16905                 Remove grip from the statusbar
16906                 Patch by Alfons
16907
16908 2004-07-19 [colin]      0.9.12cvs33.2
16909
16910         * src/messageview.c
16911         * src/textview.c
16912                 Fix messageview remembering the previous
16913                 scroll position when loading a new message
16914                 Patch by Alfons
16915
16916 2004-07-19 [colin]      0.9.12cvs33.1
16917
16918         * src/folder.h
16919         * src/folderview.c
16920         * src/summaryview.c
16921                 Sync with HEAD
16922
16923 2004-07-18 [colin]      0.9.12cvs32.7
16924
16925         * configure.ac
16926                 Remove useless check for XIM - noticed
16927                 by Alfons
16928
16929 2004-07-18 [colin]      0.9.12cvs32.6
16930
16931         * src/summaryview.c
16932                 Remove non-modified and shift-modified
16933                 accelerators in summaryview's popup
16934                 menu, as that doesn't get catched by
16935                 the accel-activate signal catcher...
16936
16937 2004-07-18 [colin]      0.9.12cvs32.5
16938
16939         * src/prefs_common.c
16940                 Define sensible default prefs for 
16941                 wrapping
16942
16943 2004-07-18 [colin]      0.9.12cvs32.4
16944
16945         * src/compose.c
16946         * src/prefs_common.c
16947         * src/prefs_common.h
16948         * src/prefs_wrapping.c
16949                 Remove Smart Wrapping pref, which does
16950                 nothing on gtk2 branch
16951
16952 2004-07-18 [colin]      0.9.12cvs32.3
16953
16954         * src/sourcewindow.c
16955                 Proper utf8
16956
16957 2004-07-18 [colin]      0.9.12cvs32.2
16958
16959         * src/compose.c
16960                 Save attachment status when drafting
16961
16962 2004-07-18 [colin]      0.9.12cvs32.1
16963
16964         * src/gtk/filesel.c
16965                 Fix erratic folder selection in open mode
16966
16967 2004-07-18 [colin]      0.9.12cvs31.11
16968
16969         * src/pop.c
16970                 Don't let partial messages get deleted
16971                 even with "dowload all"
16972                 (0.9.12cvs31.8 fix extension)
16973 2004-07-18 [colin]      0.9.12cvs31.10
16974
16975         * src/gtk/logwindow.c
16976                 Fix log scrolling
16977
16978 2004-07-18 [colin]      0.9.12cvs31.9
16979
16980         * src/common/utils.c
16981                 Fix non-utf8 strings coming from commands
16982                 and files
16983
16984 2004-07-18 [colin]      0.9.12cvs31.8
16985
16986         * src/pop.c
16987                 Fix partial download bug with Download all
16988                 messages option
16989
16990 2004-07-18 [colin]      0.9.12cvs31.7
16991
16992         * src/textview.c
16993                 Fix bug introduced in 0.9.12cvs31.2
16994                 (blocked in select mode after double click)
16995
16996 2004-07-18 [colin]      0.9.12cvs31.6
16997
16998         * src/compose.c
16999         * src/gtk/menu.c
17000                 More glib-warning fixes
17001
17002 2004-07-18 [colin]      0.9.12cvs31.5
17003
17004         * src/compose.c
17005                 Fix trashing the primary clipboard when moving 
17006                 around with tab
17007         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
17008
17009 2004-07-18 [colin]      0.9.12cvs31.4
17010
17011         * src/codeconv.c
17012                 convert unencoded iso headers to utf8
17013         (Fix Bug 538 Unencoded local characters in subject make it 
17014          disappear)
17015
17016 2004-07-18 [colin]      0.9.12cvs31.3
17017
17018         * src/compose.c
17019                 Fix tab char handling in wrapping
17020         (Fix Bug 537 Line wrap problem - TAB character treated as 
17021          one character instead of 8)
17022
17023 2004-07-18 [colin]      0.9.12cvs31.2
17024
17025         * src/textview.c
17026                 return FALSE on GDK_MOTION_NOTIFY
17027         (Fix Bug 535 Hyperlinks/addresses are not selectable 
17028          (unable to highlight))
17029
17030 2004-07-18 [colin]      0.9.12cvs31.1
17031
17032         * src/folderview.c
17033                 Sync with 0.9.12cvs31
17034
17035 2004-07-18 [colin]      0.9.12cvs30.4
17036
17037         * src/compose.c
17038                 Also block text_inserted when inserting a file
17039
17040 2004-07-18 [colin]      0.9.12cvs30.3
17041
17042         * src/compose.c
17043                 Fix smart wrapping (block text_inserted handler
17044                 while putting quotation to avoid wrap on input,
17045                 don't join lines if next is sig separator)
17046
17047 2004-07-17 [colin]      0.9.12cvs30.2
17048
17049         * src/folderview.c
17050         * src/mainwindow.c
17051         * src/mimeview.c
17052         * src/summaryview.c
17053         * src/gtk/quicksearch.c
17054         * src/gtk/quicksearch.h
17055                 Block key events handlers *and* accels while
17056                 quicksearch is focused
17057         (Fixes Bug 534 quick-search bar not accepting certain letters)
17058
17059 2004-07-17 [colin]      0.9.12cvs30.1
17060
17061         * src/folder.h
17062         * src/folderview.c
17063         * src/summaryview.c
17064                 Sync with 0.9.12cvs30
17065
17066 2004-07-17 [colin]      0.9.12cvs28.2
17067
17068         * src/mimeview.c
17069         * src/procmime.c
17070         * src/summaryview.c
17071         * src/gtk/menu.c
17072                 Squash some compile and glib warnings
17073
17074 2004-07-17 [paul]       0.9.12cvs28.1
17075
17076         * src/mimeview.c
17077                 sync with 0.9.12cvs28 HEAD
17078
17079 2004-07-16 [paul]       0.9.12cvs26.1
17080         
17081         * src/gtk/quicksearch.c
17082         * src/account.c
17083         * src/account.h
17084         * src/compose.c
17085         * src/customheader.c
17086         * src/folder_item_prefs.c
17087         * src/main.c
17088         * src/mainwindow.c
17089         * src/messageview.c
17090         * src/mimeview.c
17091         * src/news.c
17092         * src/pgpmime.c
17093         * src/pop.c
17094         * src/pop.h
17095         * src/prefs_account.c
17096         * src/prefs_account.h
17097         * src/prefs_common.c
17098         * src/prefs_common.h
17099         * src/prefs_display_header.c
17100         * src/prefs_gtk.c
17101         * src/prefs_gtk.h
17102         * src/procheader.c
17103         * src/procmime.c
17104                 sync with 0.9.12cvs26 HEAD      
17105
17106 2004-07-15 [colin]      0.9.12cvs18.14
17107
17108         * src/folder.c
17109                 Disable GPG signature check during
17110                 folder move and scan
17111         (Closes Bug 521 Signature checking slows down Folder-Move)
17112
17113 2004-07-14 [colin]      0.9.12cvs18.13
17114
17115         * src/common/partial_download.c
17116                 update includes
17117
17118 2004-07-14 [colin]      0.9.12cvs18.12
17119
17120         * src/common/partial_download.c
17121         * src/common/partial_download.h
17122                 Move doc at top, add correct copyright
17123
17124 2004-07-14 [colin]      0.9.12cvs18.11
17125
17126         * src/folder.c
17127         * src/messageview.c
17128         * src/pop.c
17129         * src/pop.h
17130         * src/procmsg.c
17131         * src/summaryview.c
17132         * src/common/Makefile.am
17133         * src/common/partial_download.c ** NEW FILES **
17134         * src/common/partial_download.h ** NEW FILES **
17135                 Move partial-download related stuff to its
17136                 own file
17137
17138 2004-07-14 [colin]      0.9.12cvs18.10
17139
17140         * src/send_message.c
17141                 Fix smtp auth when user is null or empty
17142
17143 2004-07-13 [colin]      0.9.12cvs18.9
17144
17145         * src/gtk/quicksearch.c
17146                 Use alphabetic order
17147
17148 2004-07-13 [colin]      0.9.12cvs18.8
17149
17150         * src/pop.c
17151                 Be paranoid on the checks
17152
17153 2004-07-13 [colin]      0.9.12cvs18.7
17154
17155         * src/gtk/quicksearch.c
17156                 Fix Engrish once again
17157
17158 2004-07-13 [colin]      0.9.12cvs18.6
17159
17160         * src/procmsg.c
17161         * src/summaryview.c
17162                 Mark messages for deletion when they are about to
17163                 be removed from trash
17164
17165 2004-07-13 [colin]      0.9.12cvs18.5
17166
17167         * src/matcher.c
17168         * src/matcher.h
17169         * src/matcher_parser_parse.y
17170         * src/prefs_matcher.c
17171         * src/gtk/quicksearch.c
17172                 Add 'partial' ('p') match string to find partially
17173                 downloaded messages
17174
17175 2004-07-13 [colin]      0.9.12cvs18.4
17176
17177         * src/pop.c
17178                 Fix misplaced block
17179
17180 2004-07-13 [colin]      0.9.12cvs18.3
17181
17182         * src/pop.c
17183         * src/pop.h
17184         * src/messageview.c
17185                 Refactor API (to avoid passing 5+ params and code
17186                 duplication)
17187         * src/folder.c
17188         * src/msgcache.c
17189         * src/procheader.c
17190         * src/common/defs.h
17191                 Add planned_download to cache
17192                 Don't mess uidl file when moving partially downloaded
17193                 mails (they change folder, we should change it in the
17194                 uidl list too or we'll remove an incorrect message)
17195                 (this also helps removing hacks when changing 
17196                 planned_download in messageview.c)
17197
17198 2004-07-12 [colin]      0.9.12cvs18.2
17199
17200         * src/gtk/quicksearch.c
17201                 Fix missing status update in quicksearch
17202
17203 2004-07-12 [paul]       0.9.12cvs18.1
17204
17205         * po/POTFILES.in
17206         * src/Makefile.am
17207         * src/account.c
17208         * src/codeconv.c
17209         * src/compose.c
17210         * src/inc.c
17211         * src/main.c
17212         * src/prefs_common.c
17213         * src/procmsg.h
17214         * src/toolbar.c
17215         * src/prefs_msg_colors.[ch]     ** NEW FILES **
17216         * src/prefs_wrapping.[ch]       ** NEW FILES **
17217         * src/common/intl.h
17218         * src/common/utils.[ch]
17219         * src/gtk/quicksearch.[ch]
17220                 sync with 0.9.12cvs18 HEAD
17221
17222 2004-07-12 [colin]      0.9.11cvs17.25
17223
17224         * src/folder.c
17225         * src/folder.h
17226                 Remove unused function added by me in 0.9.11cvs17.10
17227
17228 2004-07-11 [colin]      0.9.11cvs17.24
17229
17230         * src/inc.c
17231         * src/messageview.c
17232         * src/pop.c
17233         * src/pop.h
17234                 Use folderitem and msgnum instead of filename to
17235                 know which mail to delete
17236                 Move old partial mail deletion to pop.c
17237
17238 2004-07-10 [colin]      0.9.11cvs17.23
17239
17240         * src/inc.c
17241                 Add debug
17242         * src/pop.c
17243         * src/pop.h
17244                 Don't re-use same enums for unrelated stuff: it's 
17245                 completely misleading !
17246                 Document a bit
17247
17248 2004-07-09 [colin]      0.9.11cvs17.22
17249
17250         * src/inc.c
17251                 Remove folder-type check and do
17252                 more tests to be sure everything's
17253                 ok
17254         * src/messageview.c
17255                 Punctuation update, remove useless
17256                 code, fix two warnings
17257         * src/noticeview.c
17258                 Layout cleaning, reset 2nd button
17259                 when specifying one
17260
17261 2004-07-09 [colin]      0.9.11cvs17.21
17262
17263         * src/messageview.c
17264         * src/pop.c
17265         * src/pop.h
17266                 Allow user to change his mind
17267                 and postpone decision (by
17268                 unmarking the mail)
17269
17270 2004-07-09 [colin]      0.9.11cvs17.20
17271
17272         * src/messageview.c
17273                 Fix bug with delete state
17274         * src/pop.c
17275         * src/pop.h
17276                 Fix buffer leak (fread doesn't 
17277                 terminate buffers with \0)
17278                 Refactoring (remove magic 
17279                 numbers)
17280
17281 2004-07-09 [colin]      0.9.11cvs17.19
17282
17283         * src/pop.c
17284                 Don't log "Skipping message" if 
17285                 we're going to TOP it two lines
17286                 later
17287
17288 2004-07-09 [colin]      0.9.11cvs17.18
17289
17290         * src/messageview.c
17291                 Fix Engrish
17292
17293 2004-07-09 [colin]      0.9.11cvs17.17
17294
17295         * src/pop.c
17296                 strlen checking...
17297         * src/messageview.c
17298                 refactoring a bit
17299
17300 2004-07-08 [colin]      0.9.11cvs17.16
17301
17302         * src/noticeview.c
17303         * src/noticeview.h
17304                 Add an optional second button
17305         * src/messageview.c
17306         * src/pop.c
17307         * src/pop.h
17308                 Don't delete partially received mails after a certain
17309                 time; rather, let the user decide.
17310
17311 2004-07-08 [colin]      0.9.11cvs17.15
17312
17313         * src/common/smtp.h
17314                 Sync with HEAD
17315
17316 2004-07-08 [colin]      0.9.11cvs17.14
17317
17318         * src/messageview.c
17319         * src/common/smtp.c
17320                 Use to_human_readable() for sizes
17321
17322 2004-07-08 [colin]      0.9.11cvs17.13
17323
17324         * src/inc.c
17325         * src/messageview.c
17326         * src/pop.c
17327         * src/pop.h
17328         * src/procmsg.c
17329                 Fix partial-downloading issues:
17330                         catch unsupported TOP
17331                         don't delete partially downloaded mails before 5 days
17332                         don't update existing with non-MH folders; that'll
17333                         make dups, but it's better than trashing the folder
17334                         free new msginfo parts
17335                 Fix indentation ;-)
17336
17337 2004-07-08 [colin]      0.9.11cvs17.12
17338
17339         * src/common/smtp.c
17340         * src/common/smtp.h
17341                 Sync smtp size verification with HEAD
17342
17343 2004-07-08 [colin]      0.9.11cvs17.11
17344
17345         * src/summaryview.c
17346         * src/prefs_common.c
17347         * src/prefs_common.h
17348         * src/gtk/quicksearch.c
17349         * src/gtk/quicksearch.h
17350                 Sync sticky pref with HEAD
17351
17352 2004-07-08 [colin]      0.9.11cvs17.10
17353
17354         * src/folder.c [1.213.2.6]
17355         * src/folder.h [1.87.2.6]
17356         * src/inc.c [1.149.2.7]
17357         * src/messageview.c [1.94.2.8]
17358         * src/procheader.c [1.47.2.6]
17359         * src/procmsg.c [1.150.2.4]
17360         * src/procmsg.h [1.60.2.5]
17361         * src/pop.c [1.56.2.4]
17362         * src/pop.h [1.17.2.3]
17363                 Let too big messages get downloaded, but truncated
17364                 Add a button to download them completely
17365                 
17366 2004-07-06 [colin]      0.9.11cvs17.9
17367
17368         * src/gtk/quicksearch.c [1.1.2.3]
17369                 Add a Clear button
17370         * commitHelper
17371         * PATCHSETS
17372                 Add a script to help with cvs
17373
17374 2004-07-03 [colin]      0.9.11cvs17.8
17375
17376         * src/plugins/imageviewer/viewer.c
17377                 fix imageviewer (which was staying on the first
17378                 displayed image)
17379
17380 2004-07-03 [colin]      0.9.11cvs17.7
17381
17382         Removed FIXME_GTK2 warnings
17383         * src/gtk/gtkutils.c
17384                 useless #warnings
17385         * src/gtk/menu.c
17386                 useless #warnings (no need to mess with menu rc)
17387         * src/gtk/menu.h
17388                 unused functions
17389         
17390
17391 2004-07-03 [colin]      0.9.11cvs17.6
17392
17393         Removed FIXME_GTK2 warnings
17394         * src/codeconv.c
17395                 useless #warnings (rewrite needed)
17396         * src/compose.c
17397                 useless #warnings (rewrite needed)
17398                 useless #warnings (gtk2 is like that)
17399                 useless #warnings (previously fixed)
17400         * src/main.c
17401                 useless #warnings (previously fixed)
17402         * src/message_search.c
17403                 useless #warnings (gtk2 is like that)
17404                 Made apparent that search is case-sensitive
17405         * src/mimeview.c
17406                 useless #warnings (rewrite needed)
17407                 useless #warnings (gtk2 is like that)
17408                 reimplemented real warnings
17409         * src/prefs_common.c
17410                 Removed block cursor option (not it gtk2)
17411         * src/prefs_gtk.c
17412                 useless #warnings (rewrite needed)
17413         * src/procheader.c
17414                 useless #warnings (rewrite needed)
17415         * src/sourcewindow.c
17416                 useless #warnings (incorrect placing)
17417         * src/summary_search.c
17418                 useless #warnings (gtk2 is like that)
17419                 Made apparent that search is case-sensitive
17420         * src/action.c
17421                 useless #warnings (gtk2 is like that)
17422         * src/textview.c
17423                 useless #warnings (rewrite needed)
17424         * src/toolbar.c
17425                 useless #warnings (rewrite needed)
17426
17427 2004-07-03 [colin]      0.9.11cvs17.5
17428
17429         * src/textview.c
17430                 Fix mismerge which broke URI opening
17431                 
17432 2004-07-01 [colin]      0.9.11cvs17.4
17433
17434         * src/gtk/filesel.c
17435                 Fill filename when saving
17436                 
17437 2004-06-27 [colin]      0.9.11cvs17.3
17438
17439         * src/gtk/filesel.[ch]
17440                 Use the new GTK file selector
17441                 Update prototype to match the reality: multiple file
17442                 selection is open-only          
17443         * src/compose.c
17444                 Match the new prototypes        
17445         * configure.ac
17446                 Match the new requirements (gtk 2.4.0)
17447                         
17448 2004-06-26 [colin]      0.9.11cvs17.2
17449
17450         * src/plugins/trayicon/trayicon.c
17451                 Remove useless signal handler on resize, which causes
17452                 an infinite "loop"
17453         
17454 2004-06-26 [colin]      0.9.11cvs17.1
17455         
17456         * tools/Makefile.am
17457                 remove launch_firebird and add nautilus2sylpheed.sh
17458         * src/quicksearch.c
17459           src/summaryview.c
17460                 Fix show/hide "Extended symbols" button problem
17461                 Fix apparition at startup
17462                 Fix const warnings
17463         * src/plugins/image_viewer/Makefile.am
17464                 Fix configure 
17465         * common/ssl.c
17466                 Re-enable certificate check, as it doesn't seem to
17467                 cause Xlib errors anymore
17468
17469 2004-06-25 [paul]       0.9.11cvs17
17470
17471         * sync with 0.9.11cvs17 HEAD
17472         
17473         NOTE: QuickSearch is broken
17474
17475 2004-06-07 [colin]      0.9.10claws67.10
17476         * src/plugins/trayicon/trayicon.c
17477           src/plugins/trayicon/libeggtrayicon/Makefile.am
17478           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17479                 Fix gettextization in trayicon plugin
17480
17481 2004-06-07 [colin]      0.9.10claws67.9
17482         
17483         * src/summaryview.c
17484           src/gtk/gtksctree.[ch]
17485                 Let Shift+{Up,Down} work in summaryview
17486                 (well, Down "works" and Up works)
17487                 Let the list scroll when using these keys
17488
17489 2004-06-06 [colin]      0.9.10claws67.8
17490
17491         * src/plugins/trayicon/trayicon.c
17492                 Fix pixmap update
17493
17494 2004-06-06 [colin]      0.9.10claws67.7
17495
17496         * src/addressbook.c
17497                 Fix signal handling causing system-wide focus grab
17498
17499 2004-05-25 [paul]       0.9.10claws67.6
17500
17501         * Makefile.am
17502           src/Makefile.am
17503                 clean up
17504
17505 2004-05-25 [paul]       0.9.10claws67.5
17506
17507         * replace deprecated gtk_signal... functions
17508
17509 2004-05-23 [colin]      0.9.10claws67.4
17510
17511         * src/compose.c
17512                 Fix wrapping
17513
17514 2004-05-22 [colin]      0.9.10claws67.3
17515
17516         * src/compose.c
17517                 Re-fix [Edited] in compose.c::compose_reedit()
17518
17519 2004-05-22 [colin]      0.9.10claws67.2
17520
17521         * src/procmime.c
17522                 Fix parsing of multiparts mails
17523
17524 2004-05-22 [colin]      0.9.10claws67.1
17525
17526         * src/summaryview.c
17527                 Fix quicksearch
17528
17529 2004-05-22 [paul]       0.9.10claws67
17530
17531         * sync with 0.9.10claws67 HEAD
17532
17533 2004-05-14 [alfons]
17534
17535         * src/procmime.h
17536                 add forgotton prototype
17537
17538 2004-05-10 [paul]       0.9.10claws57
17539
17540         * sync with 0.9.10claws57 HEAD
17541
17542 2004-05-05 [paul]       0.9.9.claws1
17543
17544         * ChangeLog-gtk2        ** REMOVED **
17545           ChangeLog-gtk2.claws  ** ADDED **
17546                 rename and adopt the normal claws format
17547                 
17548         * configure.ac
17549                 require gtkmathview >= 0.5
17550
17551         * ac/*                          ** REMOVED **
17552           ac/                           ** REMOVED **
17553           intl/Makefile.in              ** REMOVED **
17554           m4/                           ** ADDED **
17555           m4/missing                    ** ADDED **
17556           m4/missing/gdk-pixbuf.m4      ** ADDED **
17557           m4/missing/gettext.m4         ** ADDED **
17558           m4/missing/gpgme.m4           ** ADDED **
17559           m4/missing/imlib.m4           ** ADDED **
17560           m4/.cvsignore                 ** ADDED **
17561           m4/Makefile.am                ** ADDED **
17562           m4/README                     ** ADDED **
17563           m4/aclocal-include.m4         ** ADDED **
17564           m4/aspell.m4                  ** ADDED **
17565           m4/check-type.m4              ** ADDED **
17566           m4/gnupg-check-typedef.m4     ** ADDED **
17567           m4/openssl.m4                 ** ADDED **
17568           m4/spamassassin.m4            ** ADDED **
17569           po/ChangeLog                  ** REMOVED **
17570           po/Makefile.in.in             ** REMOVED **
17571           po/Rules-quot                 ** REMOVED **
17572           po/boldquot.sed               ** REMOVED **
17573           po/en@boldquot.header         ** REMOVED **
17574           po/en@quot.header             ** REMOVED **
17575           po/insert-header.sin          ** REMOVED **
17576           po/quot.sed                   ** REMOVED **
17577           po/remove-potcdate.sed        ** REMOVED **
17578           po/remove-potcdate.sin        ** REMOVED **
17579           po/stamp-po                   ** REMOVED **
17580           Makefile.am
17581           autogen.sh
17582           configure.ac
17583                 enable building with automake 1.8.x
17584                 add 'autopoint --force' to autogen.sh and remove all
17585                 auto-generated files, remove ac/ directory and use
17586                 m4/ directory instead
17587                 
17588         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17589                 fix gettextization
17590
17591 2004-02-28 Colin Leroy <colin@colino.net>
17592         * src/prefs_matcher.c
17593           src/prefs_filtering.c
17594           src/prefs_filtering_action.c
17595                 Fix non-editable GtkEntries
17596
17597 2004-02-22 Thorsten Maerz <torte@netztorte.de>
17598         * src/prefs_themes.c
17599                 utf8 conversion for theme info
17600
17601 2004-02-21 Thorsten Maerz <torte@netztorte.de>
17602         * sync 0.9.9claws
17603
17604 2004-02-14 Thorsten Maerz <torte@netztorte.de>
17605         * src/grouplistdialog.c
17606                 allow multiple selections without ctrl key
17607
17608 2004-02-09 Thorsten Maerz <torte@netztorte.de>
17609         * src/main.c
17610                 enable customizable accelerators
17611
17612 2004-02-08 Thorsten Maerz <torte@netztorte.de>
17613         * src/prefs_common.c
17614                 re-enable different font settings for gtk1/2
17615         * src/prefs_folder_item.c
17616                 fix folder prefs displayed wrong
17617         * src/textview.c
17618                 set 'sunken' shadow type
17619
17620 2004-02-07 Colin Leroy <colin@colino.net>
17621         * src/compose.c
17622                 Fix message being always [Edited]
17623                 Encode headers correctly (utf8 buf)
17624
17625 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17626         * src/socket.c
17627                 remove double g_source_attach()
17628                 (Thanks to Colin Leroy)
17629
17630 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17631         * src/gtk/gtksctree.c
17632                 Fix SSL certificate list not shown
17633         * src/mimeview.c
17634                 Fix clicks in mime tree
17635
17636 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17637         * src/common/socket.c
17638                 Fix SSL receive
17639         * src/compose.c
17640                 Fix clipboard menu hotkeys
17641
17642 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17643         * src/gtk/gtkaspell.[ch]
17644           src/compose.c
17645                 reimplement spellchecker
17646
17647 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17648         * src/gtk/filesel.c
17649                 crash when inserting file in compose window
17650                 (TODO: keep old selection on clicks)
17651         * src/main.c
17652                 use gtkrc-2.0 instead of gtkrc
17653
17654 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17655         * src/messageview.c
17656                 remove orphaned mimeview unref()
17657
17658 2004-01-20 Thorsten Maerz <torte@netztorte.de>
17659         * src/grouplistdialog.c
17660                 expand nodes containing subscribed groups
17661
17662 2004-01-19 Thorsten Maerz <torte@netztorte.de>
17663         * src/textview.c
17664                 textview: hide cursor, restore old click behaviour
17665
17666 2004-01-18 Thorsten Maerz <torte@netztorte.de>
17667         * src/textview.c
17668                 variable names messed up
17669
17670 2004-01-17 Colin Leroy <colin@colino.net>
17671         * src/addr_compl.c
17672                 Fix completion address too thin
17673         * src/compose.c
17674                 Fix tab-to-subject behaviour
17675         * src/summaryview.c
17676                 Implement key up & down in summaryview
17677
17678 2004-01-12 Thorsten Maerz <torte@netztorte.de>
17679
17680         * sync 098claws
17681
17682 2004-01-08 Thorsten Maerz <torte@netztorte.de>
17683         * configure.ac
17684           Makefile.am
17685           doc/.cvsignore
17686           doc/Makefile.am
17687                 faq, man, manual moved to doc/
17688         * ac/aspell.m4
17689           ac/check-type.m4
17690           ac/gnupg-check-typedef.m4
17691           ac/openssl.m4
17692           ac/spamassassin.m4
17693           ac/missing/gdk-pixbuf.m4
17694           ac/missing/gpgme.m4
17695           ac/missing/imlib.m4
17696                 fix automake warnings
17697
17698 2003-12-06 Colin Leroy <colin@colino.net>
17699         * src/summaryview.c
17700                 Fix quicksearch
17701
17702 2003-12-05 Colin Leroy <colin@colino.net>
17703         * src/summaryview.c
17704                 Fix going to next unread folder
17705
17706 2003-12-05 Colin Leroy <colin@colino.net>
17707         * src/crash.c
17708                 Fix gtk2 compilation
17709         * src/session.c
17710                 Remove iotag source handler at disconnection
17711         * src/socket.[ch] 
17712                 Remove source handler when closing socket 
17713                 (fixes another seg)
17714
17715 2003-12-04 Colin Leroy <colin@colino.net>
17716         * src/compose.c
17717           src/prefs_account.c
17718           src/prefs_common.c
17719                 Fix some dropdown menus
17720
17721 2003-12-04 Colin Leroy <colin@colino.net>
17722         * src/compose.c
17723                 Fix event handlers on header fields
17724         * src/common/socket.c
17725           src/common/session.c
17726                 Fix segfault with callback (SSL)
17727                 Fix end of session 
17728
17729 2003-10-06 Thorsten Maerz <torte@netztorte.de>
17730
17731         * Fix compile bug in src/compose.c
17732         * removed src/gtk/gtkstext.[ch]
17733
17734 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
17735
17736         * Convert character set and escape "text" attributes in toolbar setting
17737         files.
17738         * Fixed bug in button-press-event handling.
17739
17740 2003-09-16 Thorsten Maerz <torte@netztorte.de>
17741
17742         * Fixed bug in key-press-event handling.
17743
17744 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
17745
17746         * Enabled to compile tray-icon plugin (Ad-hoc).
17747         * Avoid hang up bug of icon list in mime view (Ad-hoc).
17748
17749 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
17750
17751         * Enabled to compile on sylpheed-claws.
17752         (tray-icon plugin still cannot compile yet.)
17753
17754 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
17755
17756         * Updated to 0.9.5.
17757
17758 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
17759
17760         * Updated to 0.9.4.
17761         * Ported monitoring SSL mechanism to GSource of GLib2
17762         (I don't confirm it)
17763         * Added _gtk2 suffix to key name of font preference to avoid
17764         ovverwriting preference of Gtk+-1.2 version.
17765
17766 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
17767
17768         * Updated to 0.9.2.
17769
17770 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
17771
17772         * Updated to 0.9.1.
17773         * Translate po files into UTF-8 when execute autogen.sh.
17774
17775 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
17776
17777         * Updated to 0.9.0.
17778
17779 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
17780
17781         * Plugged GError related memory leaks.
17782
17783 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
17784
17785         * Changed default size of fonts.
17786         * Enabled to set titile font size of warning dialog.
17787
17788 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
17789
17790         * Embed a sylpheed icon into executable binary on Windows.
17791
17792 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
17793
17794         * I forgot to traslate character set of element string in src/xml.c.
17795
17796 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
17797
17798         * Fixed detecting bind_textdomain_codeset in configure.in.
17799         * The bug in which "Example" of "Date fromat" preference isn't displayed
17800         correctly has been fixed.
17801
17802 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
17803
17804         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
17805           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
17806           glib-gettextize
17807           Removed intl directory.
17808           Translated po files into UTF-8.
17809           (Thanks! Ryuji Abe)
17810
17811 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
17812
17813         * The bug which doesn't unscape string in xml.c has been fixed.
17814
17815 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
17816
17817         * The bug which is failed to translate encoding of file name thorough
17818         file dialog has been fixed.
17819
17820 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
17821
17822         * Modified to translate file names which is used in inporting/expoting
17823         mbox feature and "Save as" feature into locale encoding.
17824         * Translate file names into locale encoding when "Attache file" and
17825         "Insert file".
17826         * Force set G_BROKEN_FILENAMES environment variable.
17827         * Other minor fixes.
17828
17829 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
17830
17831         * Modified to treat MH folder's name as locale encoding.
17832
17833 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
17834
17835         * The bug which clash on switching candidates of auto completion of
17836         addresses, cannot use auto completion in Japanesse is fixed
17837         (Thanks! Tokunaga-san)¡¥
17838
17839 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17840
17841         * The bug which cannot switch key accelerator preference has been fixed
17842         (Thanks! smbd-san)¡¥
17843
17844 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17845
17846         * version 0.8.11-gtk2-20030314
17847
17848 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17849
17850         * The bug in which character set conversion of filtering messages has
17851         been fixed.(Thanks! COCOA-san).
17852
17853 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
17854
17855         * Revived "Leave space on head" preference in "Message" category.
17856         * A bug which clash when put the cursor to end of buffer and execute
17857         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
17858
17859 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17860
17861         * version 0.8.11-gtk2-20030312
17862
17863 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17864
17865         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
17866         * Modified to use Pango's API directly for font preference.
17867         * Integrated GtkTextView of textview to one widget.
17868         * Set fonts of header title in textview by "header_title" tag.
17869         * Removed some deprecated codes.
17870
17871 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
17872
17873         * Updated to 0.8.11.
17874         * Merged cygwin patch(Thanks! Sakai-san).
17875
17876 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
17877
17878         * version 0.8.10-gtk2-20030309