b1185680224de0a830ab3f996b4b0a50be68dac9
[claws.git] / ChangeLog
1 2006-03-05 [paul]       2.0.0cvs110
2
3         * AUTHORS
4         * configure.ac
5         * src/Makefile.am
6         * src/common/Makefile.am
7         * src/common/utils.h
8         * src/etpan/imap-thread.c
9         * src/gtk/authors.h
10         * src/plugins/clamav/Makefile.am
11         * src/plugins/demo/Makefile.am
12         * src/plugins/dillo_viewer/Makefile.am
13         * src/plugins/pgpcore/Makefile.am
14         * src/plugins/pgpcore/passphrase.c
15         * src/plugins/pgpinline/Makefile.am
16         * src/plugins/pgpmime/Makefile.am
17         * src/plugins/spamassassin/Makefile.am
18         * src/plugins/trayicon/Makefile.am
19                 fix builiding on cygwin
20                 Patch by Ralgh Young <bamanzi@gmail.com>
21
22 2006-03-04 [wwp]        2.0.0cvs109
23
24         * manual/keyboard.xml
25                 fix mixed up/down keys.
26
27 2006-03-04 [wwp]        2.0.0cvs108
28
29         * README
30         * INSTALL
31                 updated links to SpamAssassin.
32
33 2006-03-04 [wwp]        2.0.0cvs107
34
35         * manual/plugins.xml
36         * src/plugins/spamassassin/README
37                 updated SpamAssassin plugin docs to reflect new functional additions
38                 (also fix/update/documents few technical stuff more, see the README).
39
40 2006-03-04 [wwp]        2.0.0cvs106
41
42         * src/prefs_message.c
43                 normalized capitalization of message-prefs paths.
44
45 2006-03-04 [wwp]        2.0.0cvs105
46
47         * manual/advanced.xml
48                 typo.
49
50 2006-03-03 [colin]      2.0.0cvs104
51
52         * src/plugins/clamav/clamav_plugin_gtk.c
53                 Rework prefs page, patch by Fabien 
54
55 2006-03-03 [colin]      2.0.0cvs103
56
57         * src/plugins/clamav/clamav_plugin.c
58                 Set error on all errors
59
60 2006-03-03 [colin]      2.0.0cvs102
61
62         * src/common/plugin.c
63                 Initialize error to avoid crashing when a plugin fails
64                 without setting error
65
66 2006-03-02 [wwp]        2.0.0cvs101
67
68         * configure.ac
69                 fixed linker flags for libetpan support on Cygwin
70                 (thanks to H.Merijn Brand).
71
72 2006-03-02 [wwp]        2.0.0cvs100
73
74         * src/addressbook.c
75                 fix some AB error messages: one for punctuation and
76                 one wrongly duplicate (thanks, maxbritov).
77
78 2006-03-02 [wwp]        2.0.0cvs99
79
80         * src/plugins/spamassassin/spamassassin.c
81                 make sync calls to sa-learn/spamc to prevent
82                 system (whatever local or client/server) overload.
83
84 2006-03-02 [colin]      2.0.0cvs98
85
86         * src/summaryview.c
87                 Put the spam icon in the status column instead of the
88                 mark one
89
90 2006-03-01 [colin]      2.0.0cvs97
91
92         * src/plugins/spamassassin/spamassassin.c
93                 Fix segfault (g_file_set_contents fails for some 
94                 reason and err==0x2f. Can't find out why with
95                 valgrind, using working function :-)
96
97 2006-03-01 [colin]      2.0.0cvs96
98
99         * src/inc.c
100                 Offline overriding: let 'No' be cached only 3 seconds
101
102 2006-03-01 [colin]      2.0.0cvs95
103
104         * src/addr_compl.c
105         * src/addrbook.c
106         * src/addressbook.c
107         * src/addrindex.c
108         * src/folder_item_prefs.c
109         * src/headerview.c
110         * src/imap.c
111         * src/inc.c
112         * src/ldif.c
113         * src/mainwindow.c
114         * src/mh.c
115         * src/msgcache.c
116         * src/prefs_common.h
117         * src/prefs_msg_colors.c
118         * src/procheader.c
119         * src/procheader.h
120         * src/procmime.c
121         * src/procmsg.c
122         * src/procmsg.h
123         * src/send_message.h
124         * src/simple-gettext.c
125         * src/summaryview.c
126         * src/summaryview.h
127         * src/syldap.c
128         * src/textview.c
129         * src/undo.c
130         * src/common/ssl_certificate.c
131         * src/common/utils.c
132         * src/gtk/colorsel.c
133         * src/gtk/gtksctree.c
134         * src/gtk/gtkshruler.c
135         * src/plugins/trayicon/trayicon.c
136                 #if 0 goes to /dev/null
137
138 2006-03-01 [colin]      2.0.0cvs94
139
140         * src/compose.c
141         * src/imap.c
142         * src/inc.c
143         * src/inc.h
144         * src/messageview.c
145         * src/news.c
146         * src/plugins/spamassassin/spamassassin.c
147                 Allow to add information in the "working offline"
148                 window
149
150 2006-03-01 [wwp]        2.0.0cvs93
151
152         * src/plugins/spamassassin/spamassassin.c
153                 fixed spamc invocation: use a tricky temporary mini shell wrapper
154                 'cause it seems that calling `spamc ... < inputfile` with
155                 g_spawn_(a)sync simply.. erm doesn't work :-).
156
157 2006-03-01 [wwp]        2.0.0cvs92
158
159         * src/toolbar.c
160         * src/toolbar.h
161                 simplify the adding of spam/ham button to the messageview toolbar
162                 (it gets more clear now that the same button will be "Mark as spam"
163                 or "Mark as ham" according to the current message status,
164                 thanks to Colin).
165
166 2006-03-01 [wwp]        2.0.0cvs91
167
168         * src/messageview.c
169         * src/procmsg.c
170         * src/procmsg.h
171         * src/summaryview.c
172         * src/plugins/spamassassin/spamassassin.c
173         * src/plugins/spamassassin/spamassassin.h
174                 make learner callbacks return a status (0 for ok),
175                 handle it in main code to avoid setting flags when learning failed,
176                 don't learn on TCP if offline in spamassassin,
177                 thanks to Colin.
178
179                 
180
181 2006-03-01 [wwp]        2.0.0cvs90
182
183         * src/compose.c
184                 some work around the compose window's account menu,
185                 patch by Fabien Vantard.
186
187 2006-03-01 [wwp]        2.0.0cvs89
188
189         * src/plugins/spamassassin/spamassassin.c
190                 fixed bad logics, was using spamc in local mode and sa-learn
191                 in remote mode (thanks, Colin).
192
193 2006-03-01 [wwp]        2.0.0cvs88
194
195         * src/plugins/spamassassin/spamassassin.c
196         * src/plugins/spamassassin/spamassassin.h
197         * src/plugins/spamassassin/spamassassin_gtk.c
198                 made processing of emails w/ sa-plugin an option (default is TRUE),
199                 fixed Engrish some tooltips, capitalization of some debug messages
200                 and warnings. The spamassassin plugin now provides two separate
201                 services: process emails upon incorporation and spamd training.
202                 Both services (un)register independently but use some common
203                 plugin settings (transport settings, spam storage location).
204
205 2006-02-28 [wwp]        2.0.0cvs87
206
207         * src/plugins/spamassassin/spamassassin.c
208                 fix async flag to spamc cmdline execution (batch exec should
209                 be asynchronous).
210
211 2006-02-27 [wwp]        2.0.0cvs86
212
213         * src/plugins/spamassassin/spamassassin.c
214         * src/plugins/spamassassin/spamassassin.h
215         * src/plugins/spamassassin/spamassassin_gtk.c
216                 - added the ability to learn a remote spamassassin server (spamd),
217                 using spamc.
218                 - added the spamassassin option 'username', that applies to all
219                 spamassassin operations (filtering, learning, local or remote).
220                 The default username is the current unix user (if left blank
221                 from gtk prefs or config file).
222                 - commented out some unused code (notebook widget), removed unused
223                 layout (hbox1).
224                 - make more widgets sensitive to the transport type.
225
226 2006-02-27 [colin]      2.0.0cvs85
227
228         * src/plugins/spamassassin/spamassassin.c
229                 Fix sa-learn call when offline
230
231 2006-02-27 [colin]      2.0.0cvs84
232
233         * configure.ac
234         * src/Makefile.am
235         * src/mainwindow.c
236         * src/mainwindow.h
237         * src/messageview.c
238         * src/messageview.h
239         * src/prefs_toolbar.c
240         * src/procmsg.c
241         * src/stock_pixmap.c
242         * src/stock_pixmap.h
243         * src/summaryview.c
244         * src/toolbar.c
245         * src/toolbar.h
246         * src/pixmaps/ham_btn.xpm
247         * src/pixmaps/spam.xpm
248         * src/pixmaps/spam_btn.xpm
249         * src/plugins/spamassassin/spamassassin.c
250                 Add button in toolbar for spam learning
251                 Fix a few bugs from the last related commit
252                 Revert 1.9.6cvs23 which messed up shift-selection
253
254 2006-02-24 [colin]      2.0.0cvs83
255
256         * src/procmsg.c
257         * src/summaryview.c
258         * src/summaryview.h
259         * src/plugins/spamassassin/spamassassin.c
260         * src/plugins/spamassassin/spamassassin.h
261         * src/plugins/spamassassin/spamassassin_gtk.c
262                 Unregister learner when spamassassin is either
263                 disabled or over tcp
264
265 2006-02-24 [colin]      2.0.0cvs82
266
267         * src/Makefile.am
268         * src/mainwindow.c
269         * src/mainwindow.h
270         * src/procmsg.c
271         * src/procmsg.h
272         * src/stock_pixmap.c
273         * src/stock_pixmap.h
274         * src/summaryview.c
275         * src/summaryview.h
276         * src/gtk/icon_legend.c
277         * src/pixmaps/spam.xpm  ** NEW FILE **
278         * src/plugins/spamassassin/spamassassin.c
279         * src/plugins/spamassassin/spamassassin_gtk.c
280                 Add spam learning interface (Mark/Mark as 
281                 (spam|ham) menus)
282
283 2006-02-24 [wwp]        2.0.0cvs81
284
285         * src/compose.c
286         * src/compose.h
287         * src/filtering.c
288                 hide compose window when sending message in batch mode
289                 (filtering: forward and redirect). Also fixed a wrong
290                 value returned when sending failed, neutral anyway.
291                 (Colin, me) 
292
293 2006-02-24 [wwp]        2.0.0cvs80
294
295         * src/mainwindow.c
296                 use GTK+'s stock quit button. Patch by Fabien Vantard.
297
298 2006-02-24 [paul]       2.0.0cvs79
299
300         * src/news.c
301         * src/news.h
302         * src/news_gtk.c
303                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
304                 Thanks to Colin
305
306 2006-02-23 [colin]      2.0.0cvs78
307
308         * src/alertpanel.c
309                 Change OK to Close in alertpanel with View log
310                 button; add accel to View log. Patch by Fabien
311                 Vantard
312
313 2006-02-23 [wwp]        2.0.0cvs77
314
315         * src/compose.c
316                 silly me, there were much more tests to perform, since toolbars can
317                 really have down to 1 element only.
318
319 2006-02-23 [wwp]        2.0.0cvs76
320
321         * commitHelper
322                 fixed indentation from my previous commit. Fallback to VISUAL if
323                 EDITOR is not set (and to vi, at last resort).
324
325 2006-02-23 [wwp]        2.0.0cvs75
326
327         * commitHelper
328                 improved error detection (Colin, me).
329
330 2006-02-23 [wwp]        2.0.0cvs74
331
332         * src/prefs_toolbar.c
333                 simplify and fix prefs/toolbars layouting. Combos' contents can
334                 now be really displayed.
335
336 2006-02-23 [wwp]        2.0.0cvs73
337         simplifies and fix prefs/toolbars layouting. Combos' contents can now
338         be really displayed.
339
340 2006-02-22 [wwp]        2.0.0cvs72
341
342         * src/compose.c
343                 fix a typo in my previous commit (sorry!).
344
345 2006-02-22 [wwp]        2.0.0cvs71
346
347         * src/prefs_toolbar.c
348                 fix a crash when adding separators to toolbars,
349                 also fix some separator item information.
350
351 2006-02-22 [wwp]        2.0.0cvs70
352
353         * src/compose.c
354                 fix a crash when redirecting (for instance) when compose window's
355                 toolbar contents has been customized (when some buttons have been
356                 removed in fact).
357
358 2006-02-21 [wwp]        2.0.0cvs69
359
360         * src/summaryview.c
361         * src/gtk/pluginwindow.c
362         * src/plugins/pgpcore/prefs_gpg.c
363                 fix some compilation warnings (feat. remains of removed code).
364
365 2006-02-21 [wwp]        2.0.0cvs68
366
367         * src/gtk/gtkutils.c
368                 fix two compilation issues, thanks to Stephan Sachse.
369
370 2006-02-20 [colin]      2.0.0cvs67
371
372         * src/mainwindow.c
373                 Don't reselect displayed mail on refocus
374                 This fixes actions misbehaving 
375
376 2006-02-20 [wwp]        2.0.0cvs66
377
378         * src/summaryview.c
379         * src/gtk/gtksctree.c
380         * src/gtk/gtkshruler.c
381                 changed more runtime typecast checks.
382
383 2006-02-20 [wwp]        2.0.0cvs65
384
385         * src/summary_search.c
386                 find all - summaryview refresh issue fixed, thanks to Colin.
387
388 2006-02-20 [wwp]        2.0.0cvs64
389
390         * src/gtk/gtkutils.c
391                 better runtime typecast checks.
392
393 2006-02-20 [wwp]        2.0.0cvs63
394
395         * src/summary_search.c
396                 enhancements to the summary search:
397                         - add the ability to stop the running search
398                           (upon ESC-key press, new Stop button or when Clear button is pressed)
399                         - don't search if no criteria (From/To/Subject/Body) is set
400                         - ensure that a busy mouse pointer is always shown when searching,
401                           show it even a bit earlier
402
403 2006-02-19 [colin]      2.0.0cvs62
404
405         * src/compose.c
406         * src/imap.c
407         * src/etpan/imap-thread.c
408         * src/etpan/imap-thread.h
409                 (Future) IMAP speed improvement on sending
410                 Will require a libetpan update
411         * src/summaryview.c
412         * src/gtk/quicksearch.c
413                 Make quicksearch clearable while running.
414
415 2006-02-17 [colin]      2.0.0cvs61
416
417         * src/imap.c
418         * src/etpan/imap-thread.c
419         * src/etpan/imap-thread.h
420                 Check for IMAP certificates
421                 ** Requires libetpan-0.42-cvs4 
422                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
423
424 2006-02-17 [colin]      2.0.0cvs60
425
426         * src/messageview.c
427         * src/prefs_common.c
428         * src/prefs_common.h
429         * src/prefs_message.c
430                 Add pref to display HTML-only mails with plugin, 
431                 if possible (defaulting to FALSE of course).
432
433 2006-02-16 [colin]      2.0.0cvs59
434
435         * src/main.c
436         * src/common/plugin.c
437         * src/common/plugin.h
438         * src/gtk/pluginwindow.c
439                 Keep track of requested (but unloaded) plugins
440                 in some error cases.
441
442 2006-02-16 [wwp]        2.0.0cvs58
443
444         * src/gtk/gtkaspell.c
445         * src/gtk/gtkaspell.h
446         * src/prefs_spelling.c
447         * src/compose.c
448         * src/prefs_common.c
449         * src/prefs_common.h
450                 implemented new optional spellchecker behaviour: re-check message when
451                 dictionary got changed (from compose-window/context-menu/Change dictionary).
452
453 2006-02-16 [wwp]        2.0.0cvs57
454
455         * src/quote_fmt_parse.y
456                 pclose popen'ed pipe.
457
458 2006-02-15 [colin]      2.0.0cvs56
459
460         * src/mimeview.c
461         * src/mimeview.h
462                 Let MimeViewers know which MimeView they
463                 depend of.
464         * src/summaryview.c
465                 Swap From/To columns in Sent/Queue/Drafts
466                 folders
467         * src/etpan/imap-thread.c
468                 Use mailstream_low_tls_open() for STARTTLS
469                 instead of mailstream_low_ssl_open()
470                 ** REQUIRES libetpan 0.42cvs3 **
471
472 2006-02-15 [wwp]        2.0.0cvs55
473
474         * src/compose.c
475         * src/compose.h
476         * src/message_search.c
477         * src/message_search.h
478         * src/textview.c
479         * src/gtk/gtkutils.c
480         * src/gtk/gtkutils.h
481                 added the ability to Find text in the compose window (and a bit
482                 of code factorization).
483
484 2006-02-15 [wwp]        2.0.0cvs54
485
486         * src/prefs_gtk.c
487                 yet another one file was missing (fix for some widgets' sensitivity).
488                 Thanks Colin!
489
490 2006-02-15 [wwp]        2.0.0cvs53
491
492         * src/prefs_gtk.h
493                 oops forgot that file (fix for some widgets' sensitivity).
494
495 2006-02-15 [wwp]        2.0.0cvs52
496
497         * src/summary_search.c
498                 implemented advanced summary search options (added the ability
499                 to use matcher conditions in an advanced search mode).
500
501 2006-02-15 [wwp]        2.0.0cvs51
502
503         * src/plugins/pgpcore/prefs_gpg.c
504         * src/prefs_account.c
505                 fix some widget sensitivity, mostly around some labels in
506                 account prefs.
507
508 2006-02-15 [paul]       2.0.0cvs50
509
510         * manual/advanced.xml
511                 improve Templates info
512                 written by wwp
513
514 2006-02-14 [colin]      2.0.0cvs49
515
516         * src/pixmaps/address_book.xpm
517         * src/pixmaps/preferences.xpm
518         * src/pixmaps/properties.xpm
519                 Fix pixmap size - patch by Fabien Vantard
520
521 2006-02-13 [colin]      2.0.0cvs48
522
523         * src/procmime.c
524                 Add missing fclose()s on error
525         * src/textview.c
526                 Remove unused code
527         * src/common/utils.c
528                 Fix temp files not being deleted on windows
529         Patches by Thomas Gilgin
530
531 2006-02-13 [colin]      2.0.0cvs47
532
533         * src/mainwindow.c
534                 Fix exit crash
535
536 2006-02-13 [wwp]        2.0.0cvs46
537
538         * src/plugins/pgpcore/prefs_gpg.c
539                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
540
541 2006-02-12 [colin]      2.0.0cvs45
542
543         * src/folderview.c
544         * src/main.c
545         * src/mainwindow.c
546                 Fix "stuff" when quitting
547
548 2006-02-12 [wwp]        2.0.0cvs44
549
550         * src/prefs_themes.c
551                 fix typos in debug messages.
552
553 2006-02-11 [colin]      2.0.0cvs43
554
555         * src/summaryview.c
556                 don't allow drag/drop from ourself
557
558 2006-02-10 [wwp]        2.0.0cvs42
559
560         * src/exporthtml.c
561         * src/html.c
562         * src/html.h
563         * src/procmime.c
564         * src/textview.c
565                 renamed html_ prefixed functions and data structures to avoid
566                 namespace clashes w/ other software (gtkhtml2 for instance).
567                 Closes bug #907.
568
569
570 2006-02-09 [colin]      2.0.0cvs41
571
572         * src/summaryview.c
573                 Fix shitty logic messed up. Thanks Ticho for the hint!
574
575 2006-02-09 [wwp]        2.0.0cvs40
576
577         * src/gtk/about.c
578         * src/compose.c
579         * src/prefs_account.c
580         * src/prefs_gtk.h
581         * src/editaddress.c
582                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
583                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
584                 Browse buttons in accounts prefs.
585
586 2006-02-09 [colin]      2.0.0cvs39
587
588         * src/matcher.c
589                 Check for pointer before using its members
590         * src/gtk/gtksourceprintjob.c
591                 Fix a wrong warning
592
593 2006-02-09 [wwp]        2.0.0cvs38
594
595         * src/gtk/filesel.c
596                 fix few compiler warnings (type mismatch).
597
598 2006-02-09 [paul]       2.0.0cvs37
599
600         * po/fr.po
601                 updated by Fabien Vantard
602
603 2006-02-08 [colin]      2.0.0cvs36
604
605         * src/prefs_common.c
606         * src/common/defs.h
607         * src/common/plugin.c
608                 allow windows and linux configurations to coexist
609                 patch by Thomas Gilgin
610
611 2006-02-08 [colin]      2.0.0cvs35
612
613         * src/filtering.c
614         * src/matcher.c
615         * src/matcher.h
616         * src/matcher_parser_parse.y
617         * src/prefs_filtering_action.c
618         * src/prefs_matcher.c
619                 Add the "Ignore thread" filtering
620                 action
621
622 2006-02-08 [colin]      2.0.0cvs34
623
624         * src/compose.c
625         * src/procmime.c
626         * src/procmime.h
627                 Fix bug #905 (damaged attachment)
628                 text files with raw \0's aren't really text files
629         FOR_STABLE
630
631 2006-02-08 [colin]      2.0.0cvs33
632
633         * src/summaryview.c
634                 Fix crasher introduced yesterday
635
636 2006-02-08 [wwp]        2.0.0cvs32
637
638         * src/compose.c
639         * src/compose.h
640                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
641
642 2006-02-08 [wwp]        2.0.0cvs31
643
644         * src/prefs_template.c
645                 templates enhancement: allow address completion for Cc and Bcc fields
646                 (it was currently possible for the To field only)
647
648 2006-02-08 [colin]      2.0.0cvs30
649
650         * src/compose.c
651                 Don't unblock if not blocked
652         FOR_STABLE
653
654 2006-02-07 [colin]      2.0.0cvs29
655
656         * src/action.c
657                 Forgot to refresh summaryview
658
659 2006-02-07 [colin]      2.0.0cvs28
660
661         * src/action.c
662                 Freeze/thaw message list and folder list while
663                 processing %as{} actions 
664         * src/compose.c
665                 Fix auto-wrap disabling after a middle-click
666                 paste - FOR_STABLE
667
668 2006-02-07 [paul]       2.0.0cvs27
669
670         * src/folder.c
671                 fix freeing of uninitialised pointers
672                 Thanks to Colin
673
674 2006-02-06 [colin]      2.0.0cvs26
675
676         * src/folder.c
677                 Use g_slist_prepend in potentially big list
678
679 2006-02-06 [colin]      2.0.0cvs25
680
681         * src/folder.c
682                 Completely skip processing if it doesn't 
683                 exist (faster!)
684
685 2006-02-06 [colin]      2.0.0cvs24
686
687         * src/folder.c
688         * src/summaryview.c
689                 Batch filtering in summaryview (from Tools menu)
690                 and pre/post//-processing too
691
692 2006-02-06 [colin]      2.0.0cvs23
693
694         * src/procmsg.h
695         * src/filtering.c
696                 Use a special field for batch filtering instead
697                 of stepping on deferred execution's toes
698
699 2006-02-06 [colin]      2.0.0cvs22
700
701         * src/action.c
702         * src/filtering.c
703         * src/filtering.h
704         * src/folder.c
705         * src/summaryview.c
706                 Fix filtering via menus and actions
707
708 2006-02-06 [colin]      2.0.0cvs21
709
710         * src/imap.c
711                 Put the added file directly to cache if possible (will work
712                 with next libetpan)
713         * src/filtering.c
714         * src/filtering.h
715         * src/inc.c
716         * src/folder.c
717         * src/mbox.c
718         * src/procmsg.h
719                 Move and copy filtered messages by batches instead of one
720                 by one - faster on IMAP
721         * src/procmsg.c
722                 Add a function that'll possibly be useful later
723
724 2006-02-06 [colin]      2.0.0cvs20
725
726         * src/addressbook.c
727                 Use internal mime-type instead of text/plain for d'n'd
728         * src/compose.c
729                 Allow attaching files from mimeview's icon list via d'n'd
730         * src/folderview.c
731         * src/folderview.h
732                 Use internal mime-type instead of text/plain for d'n'd
733                 Don't try to selected opened folder if none is
734                 Factorize d'n'd from other apps code
735         * src/headerview.c
736         * src/textview.c
737         * src/gtk/gtkutils.c
738         * src/gtk/gtkutils.h
739                 Factorize Face/X-Face stuff
740         * src/mimeview.c
741                 Fix d'n'd to other apps
742         * src/prefs_message.c
743                 Let the XFace pref be usable without libcompface as it also
744                 applies to Face
745         * src/summaryview.c
746                 Fix d'n'd to other apps
747                 Factorize d'n'd from other apps code
748
749 2006-02-06 [wwp]        2.0.0cvs19
750
751         * po/it.po
752                 Italian translation fixes by Andrea Spadaccini (no more confusion
753                 between filtering and processing, and few changes in the About
754                 dialog).
755
756
757 2006-02-06 [mones]      2.0.0cvs18
758
759         * src/gtk/icon_legend.c
760                 Improved descriptions allowing better translations
761
762 2006-02-05 [colin]      2.0.0cvs17
763
764         * src/imap.c
765                 Add the f*cking missing expunge that caused imap_fetch_env
766                 to fail after an add_msgs ! :-///
767         * src/etpan/imap-thread.c
768                 Add a bit of debug
769         FOR_STABLE
770
771 2006-02-05 [colin]      2.0.0cvs16
772
773         * src/common/utils.c
774                 Don't check for return-path (or we can't put
775                 back non-sent mails)
776
777 2006-02-05 [colin]      2.0.0cvs15
778
779         * src/textview.c
780                 Don't try to display Face header in textview
781                 when teh headerview's active
782
783 2006-02-05 [colin]      2.0.0cvs14
784
785         * tools/tbird2syl.py
786         * tools/Makefile.am
787                 Add script to import Thunderbird mails
788
789 2006-02-05 [colin]      2.0.0cvs13
790
791         * src/headerview.c
792         * src/procheader.c
793         * src/procmsg.c
794         * src/procmsg.h
795         * src/textview.c
796                 Show Face headers - patch partially by Klaus Flittner
797
798 2006-02-05 [colin]      2.0.0cvs12
799
800         * src/folderview.c
801         * src/summaryview.c
802         * src/common/utils.c
803         * src/common/utils.h
804                 Let dnd work from mime icons to summaryview
805                 and to folderview too
806                 Add a crude test to avoid trying to add files
807                 drag'n'dropped when they're not mails
808
809 2006-02-04 [colin]      2.0.0cvs11
810
811         * src/summaryview.c
812         * src/mimeview.c
813                 Fix utf8 conversion
814
815 2006-02-04 [colin]      2.0.0cvs10
816
817         * src/compose.c
818         * src/folderview.c
819         * src/mimeview.c
820         * src/summaryview.c
821         * src/summaryview.h
822                 Added various drag and drop capas:
823                 From                    To
824                 summaryview             other apps
825                 mimeview icons          other apps
826                 other apps              summaryview
827                 other apps              folderview
828
829                 This shouldn't have broken the existing:
830                 From                    To
831                 summaryview             folderview
832                 folderview              folderview
833                 summaryview             compose's attachments
834
835         Tests welcomed.
836
837 2006-02-02 [paul]       2.0.0cvs9
838
839         * src/mainwindow.c
840                 move global option 'Set displayed columns...' out
841                 of folder option grouping.
842                 fix sensitivity of 'harvest addresses'
843         FOR_STABLE
844
845 2006-02-01 [colin]      2.0.0cvs8
846
847         * src/mimeview.c
848                 Revert the alertpanel patch, it sucks (intrusive
849                 and gets in the way of "open")
850
851 2006-02-01 [colin]      2.0.0cvs7
852
853         * src/compose.c
854         * src/prefs_account.c
855         * src/prefs_common.c
856         * src/common/defs.h
857         * src/common/utils.c
858         * src/common/utils.h
859                 Add ability to edit the signature file
860                 from the account preferences, and use
861                 a default for the text editor.
862                 Patch by Fabien Vantard
863
864 2006-02-01 [colin]      2.0.0cvs6
865
866         * src/mimeview.c
867                 Try to get mime type by extension if it is
868                 application/octet-stream
869                 Display a window with possible choices when
870                 encountering unknown mime types
871         * src/gtk/filesel.c
872         * src/gtk/filesel.h
873                 Add preview
874                 Allow multiple selection in filtered filesel
875                 (patch by Fabien Vantard)
876         * src/gtk/pluginwindow.c
877                 Use it (patch by Fabien Vantard)
878
879 2006-02-01 [paul]       2.0.0cvs5
880
881         * src/jpilot.c
882                 fix crash on creating jpilot address book
883                 Thanks to Colin - FOR_STABLE
884         * src/prefs_summaries.c
885         * src/prefs_wrapping.c
886         * src/gtk/icon_legend.c
887         * src/gtk/quicksearch.c
888                 string fixes and additions
889
890 2006-02-01 [paul]       2.0.0cvs4
891
892         * src/compose.c
893         * src/mainwindow.c
894         * src/messageview.c
895         * src/prefs_send.c
896                 add Arabic encoding option
897                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
898
899 2006-01-31 [colin]      2.0.0cvs3
900
901         * src/plugins/pgpcore/passphrase.c
902                 Convert passphrase to locale encoding
903         * src/compose.c
904                 Fix drafting on IMAP. Crappy bug sneaked in
905                 the release :-/
906         FOR_STABLE
907
908 2006-01-30 [paul]       2.0.0cvs2
909
910         * src/gtk/icon_legend.c
911                 show the new entries
912
913 2006-01-30 [colin]      2.0.0cvs1
914
915         * src/manual.c
916                 Check for the file to be present before 
917                 enabling the menu - FOR_STABLE
918         * src/gtk/icon_legend.c
919                 Add folders icons (not all of them, there
920                 are too much, but the most intriguing ones)
921
922 2006-01-30 [paul]       2.0.0
923
924         version 2.0.0 released
925
926 2006-01-30 [paul]       1.9.100cvs200
927
928         * manual/faq.xml
929         * manual/gpl.xml
930         * manual/intro.xml
931         * manual/starting.xml
932         * manual/sylpheed-claws-manual.xml
933                 fixes, additions
934
935 2006-01-29 [mones]      1.9.100cvs199
936
937         * manual/account.xml
938         * manual/advanced.xml
939         * manual/glossary.xml
940                 Some typos fixed, added LDIF term to glossary
941         * po/es.po
942                 Fixed leading plus symbol
943
944 2006-01-29 [paul]       1.9.100cvs198
945
946         * po/fi.po
947         * po/sk.po
948                 updated by Tommi Pirinen and Andrej Kacian
949
950 2006-01-29 [paul]       1.9.100cvs197
951
952         * src/gtk/authors.h
953                 remove duplicates
954
955 2006-01-29 [paul]       1.9.100cvs196
956
957         * AUTHORS
958         * po/nl.po
959         * src/gtk/authors.h
960         * tools/claws.i18n.status.pl
961                 nl translation updated by Tim Dijkstra
962
963 2006-01-29 [paul]       1.9.100cvs195
964
965         * po/sr.po
966         * po/sv.po
967                 updated by Aleksandar Urosevic and Anders Troback
968
969 2006-01-28 [colin]      1.9.100cvs194
970
971         * src/gtk/gtksourceprintjob.c
972                 Don't fiddle with PangoLayout when we
973                 have an image
974
975 2006-01-28 [paul]       1.9.100cvs193
976
977         * AUTHORS
978         * po/el.po
979         * po/zh_CN.po
980         * src/gtk/authors.h
981         * tools/claws.i18n.status.pl
982                 updated translations submitted by Stavros Giannouris
983                 and Ralgh Young
984
985 2006-01-27 [colin]      1.9.100cvs192
986
987         * src/summaryview.c
988         * src/gtk/gtksourceprintjob.c
989                 Add image printing 
990                 (libgnomeprint only, of course)
991
992 2006-01-27 [paul]       1.9.100cvs191
993
994         * po/fr.po
995         * po/it.po
996                 updated by Fabien Vantard and Andrea Spadaccini
997
998 2006-01-26 [colin]      1.9.100cvs190
999
1000         * manual/Makefile.am
1001         * configure.ac
1002                 Make building the manual optional 
1003                 (--disable-manual)
1004
1005 2006-01-26 [paul]       1.9.100cvs189
1006
1007         * manual/glossary.xml
1008         * manual/plugins.xml
1009                 edited
1010         * po/en_GB.po
1011                 updated
1012
1013 2006-01-26 [paul]       1.9.100cvs188
1014
1015         * src/prefs_display_header.c
1016         * src/prefs_folder_column.c
1017         * src/prefs_msg_colors.c
1018         * src/prefs_summaries.c
1019         * src/prefs_summary_column.c
1020                 HIGify
1021
1022 2006-01-25 [colin]      1.9.100cvs187
1023
1024         * src/imap.c
1025                 Don't allow moving/copying mails between
1026                 queue/drafts and non-queue/drafts folders
1027                 Fixes bug #897 (message header is resetted 
1028                 if one is copied to Drafts)
1029
1030 2006-01-25 [colin]      1.9.100cvs186
1031
1032         * src/folder.c
1033         * src/mainwindow.c
1034                 Fix subscribed folders not found
1035         * src/compose.c
1036                 Don't try to encode as original mail's charset
1037                 if it's ascii 
1038
1039 2006-01-25 [paul]       1.9.100cvs185
1040
1041         * AUTHORS
1042         * po/Makevars
1043                 updated
1044         * po/de.po
1045         * po/pl.po
1046         * po/pt_BR.po
1047         * po/sr.po
1048                 updates submitted by Stephan Sachse, Emilian Nowak
1049                 and Quar, Frederico Goncalves Guimaraes, and
1050                 Aleksandar Urosevic
1051                 Fix Bug 896, 'PT_BR locale broken'.
1052         * src/gtk/authors.h
1053                 updated
1054
1055 2006-01-24 [mones]      1.9.100cvs184
1056
1057         * manual/glossary.xml
1058                 All current terms finished. Reviewers welcome ;-)
1059         * manual/keyboard.xml
1060                 Fixed column width for pdf output.
1061         * po/es.po
1062                 Updated
1063
1064 2006-01-24 [paul]       1.9.100cvs183
1065
1066         * manual/glossary.xml
1067                 fix id name
1068         * manual/dist/html/Makefile.am
1069         * manual/dist/pdf/Makefile.am
1070         * manual/dist/ps/Makefile.am
1071         * manual/dist/txt/Makefile.am
1072                 fix make deps
1073                 Thanks to Colin
1074
1075 2006-01-24 [mones]      1.9.100cvs182
1076
1077         * manual/glossary.xml
1078                 Nearly finished, some terms missing.
1079
1080 2006-01-23 [paul]       1.9.100cvs181
1081
1082         * manual/dist/html/Makefile.am
1083         * manual/dist/pdf/Makefile.am
1084         * manual/dist/ps/Makefile.am
1085         * manual/dist/txt/Makefile.am
1086         * src/mainwindow.c
1087                 re-enable manual
1088                 Thanks to Colin
1089
1090 2006-01-22 [colin]      1.9.100cvs180
1091
1092         * src/compose.c
1093         * src/gtk/gtkaspell.c
1094                 Don't deselect stuff before right-clicking, with aspell.
1095                 (This prevented right-click Copy, for example).
1096                 Thanks to Clo!
1097
1098 2006-01-22 [paul]       1.9.100cvs179
1099
1100         * src/summary_search.c
1101                 don't fix the widget size as it causes problems
1102                 under localisation.
1103                 Thanks to Emilian Nowak
1104
1105 2006-01-21 [paul]       1.9.100cvs178
1106
1107         * src/prefs_themes.c
1108                 fix broken underlining of label text
1109                 with some translations
1110
1111 2006-01-21 [colin]      1.9.100cvs177
1112
1113         * po/fr.po
1114                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
1115
1116 2006-01-20 [colin]      1.9.100cvs176
1117
1118         * configure.ac
1119         * Makefile.am
1120         * manual/Makefile
1121         * manual/dist/html/.cvsignore
1122         * manual/dist/html/Makefile.am
1123         * manual/dist/pdf/.cvsignore
1124         * manual/dist/pdf/Makefile.am
1125         * manual/dist/ps/.cvsignore
1126         * manual/dist/ps/Makefile.am
1127         * manual/dist/txt/.cvsignore
1128         * manual/dist/txt/Makefile.am
1129                 Autotool-ize manual
1130
1131 2006-01-20 [paul]       1.9.100cvs175
1132
1133         * manual/handling.xml
1134                 make Filtering and Searching entries easier to find
1135         * manual/keyboard.xml
1136                 add the remaining default keybinds
1137         * src/prefs_summaries.c
1138                 update the default keybinds
1139
1140 2006-01-20 [paul]       1.9.100cvs174
1141
1142         * src/addressbook.c
1143         * src/addrgather.c
1144         * src/addrharvest.c
1145         * src/editaddress.c
1146         * src/editgroup.c
1147         * src/exphtmldlg.c
1148         * src/expldifdlg.c
1149         * src/exporthtml.c
1150         * src/exportldif.c
1151         * src/ldif.c
1152                 replace 'e-mail' with 'email'
1153         * src/summary_search.c
1154                 add mnemonic to "Find all" button
1155
1156 2006-01-20 [wwp]        1.9.100cvs173
1157
1158         * src/export.c
1159         * src/import.c
1160                 touched mbox import/export buttons for HIG-compliance
1161
1162 2006-01-19 [paul]       1.9.100cvs172
1163
1164         * manual/account.xml
1165         * manual/addrbook.xml
1166         * manual/advanced.xml
1167         * manual/faq.xml
1168         * manual/handling.xml
1169         * manual/intro.xml
1170         * manual/plugins.xml
1171         * manual/starting.xml
1172                 more editing
1173
1174 2006-01-19 [paul]       1.9.100cvs171
1175
1176         * src/toolbar.c
1177                 allow use of trash button while receiving
1178                 Thanks to Colin
1179
1180 2006-01-19 [wwp]        1.9.100cvs170
1181
1182         * src/gtk/quicksearch.c
1183         * src/compose.c
1184                 force text color to black when yellow background is set
1185
1186 2006-01-19 [colin]      1.9.100cvs169
1187
1188         * src/plugins/trayicon/trayicon.c
1189                 Gray out Get Mail when already getting mail
1190
1191 2006-01-18 [paul]       1.9.100cvs168
1192
1193         * src/compose.c
1194                 give widget yellow background was To is
1195                 set via folder prefs
1196         * src/gtk/quicksearch.c
1197                 give widget yellow background when quick
1198                 search is active.
1199                 Thanks to Colin
1200
1201 2006-01-18 [paul]       1.9.100cvs167
1202
1203         * doc/man/sylpheed-claws.1
1204                 add --subscribe option
1205
1206 2006-01-18 [paul]       1.9.100cvs166
1207
1208         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1209         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1210                 use %U instead of %F (%F is broken for user installed
1211                 files in kde 3.5)
1212
1213 2006-01-18 [colin]      1.9.100cvs165
1214
1215         * src/summaryview.c
1216                 Default to Yes in "No more * messages" dialogs
1217
1218 2006-01-17 [colin]      1.9.100cvs164
1219
1220         * src/compose.c
1221                 Possibly fix an invalid iterator causing
1222                 crash
1223
1224 2006-01-17 [colin]      1.9.100cvs163
1225
1226         * src/mimeview.c
1227                 Fix crash when the image disappears under the
1228                 image viewer
1229
1230 2006-01-16 [colin]      1.9.100cvs162
1231
1232         * src/compose.c
1233                 Fix reenabling autowrap
1234
1235 2006-01-16 [colin]      1.9.100cvs161
1236
1237         * src/compose.c
1238                 reset quote_len before getting quote_str
1239
1240 2006-01-16 [colin]      1.9.100cvs160
1241
1242         * src/account.c
1243         * src/account.h
1244         * src/folder.c
1245         * src/imap_gtk.c
1246         * src/mh_gtk.c
1247                 Fix bug #883 (default inbox does not track folder move)
1248
1249 2006-01-16 [colin]      1.9.100cvs159
1250
1251         * src/compose.c
1252         * src/plugins/pgpcore/passphrase.c
1253                 More buttons fixes
1254
1255 2006-01-16 [paul]       1.9.100cvs158
1256
1257         * src/prefs_actions.c
1258         * src/prefs_filtering_action.c
1259         * src/prefs_matcher.c
1260         * src/quote_fmt.c
1261         * src/gtk/description_window.c
1262         * src/gtk/description_window.h
1263         * src/gtk/quicksearch.c
1264                 description window cleanups
1265
1266 2006-01-15 [colin]      1.9.100cvs157
1267
1268         * src/addressbook.c
1269         * src/prefs_filtering.c
1270                 Same here
1271
1272 2006-01-15 [colin]      1.9.100cvs156
1273
1274         * src/folderview.c
1275         * src/mainwindow.c
1276                 Same for "Empty trash"
1277
1278 2006-01-15 [colin]      1.9.100cvs155
1279
1280         * src/inc.c
1281                 Override offline dialog had Yes by default
1282
1283 2006-01-15 [colin]      1.9.100cvs154
1284
1285         * src/summaryview.c
1286                 Delete selected messages? previously had Yes the default
1287
1288 2006-01-15 [colin]      1.9.100cvs153
1289
1290         * src/folder.c
1291         * src/folder.h
1292         * src/main.c
1293                 Check if a mailbox is loaded after all
1294                 plugins are loaded.
1295
1296 2006-01-15 [colin]      1.9.100cvs152
1297
1298         * src/folder.c
1299                 Don't start wizard when there are unloaded folders (will help
1300                 people with only mbox or maildir mailboxes)
1301
1302 2006-01-14 [colin]      1.9.100cvs151
1303
1304         * src/addressbook.c
1305         * src/expldifdlg.c
1306         * src/importldif.c
1307         * src/importmutt.c
1308         * src/importpine.c
1309         * src/mh_gtk.c
1310                 More HIG compliance and fixes
1311
1312 2006-01-14 [colin]      1.9.100cvs150
1313
1314         * src/prefs_filtering_action.c
1315         * src/foldersel.c
1316                 Two forgotten button order changes
1317
1318 2006-01-14 [colin]      1.9.100cvs149
1319
1320         * src/account.c
1321         * src/addressbook.c
1322         * src/compose.c
1323         * src/folderview.c
1324         * src/imap_gtk.c
1325         * src/mainwindow.c
1326         * src/mh_gtk.c
1327         * src/news_gtk.c
1328         * src/prefs_actions.c
1329         * src/prefs_customheader.c
1330         * src/prefs_filtering.c
1331         * src/prefs_matcher.c
1332         * src/prefs_template.c
1333         * src/ssl_manager.c
1334         * src/summaryview.c
1335         * src/textview.c
1336         * src/toolbar.c
1337                 All deletion confirmations are now "Cancel, Delete" 
1338                 instead of "No, Yes"
1339                 Clarified most of the other "No, Yes" to 
1340                 "Cancel, Descriptive_action"
1341                 Rechanged the "Entry not saved" alerts to have 
1342                 "Close, Continue editing"
1343
1344
1345 2006-01-14 [paul]
1346
1347         * 2.0.0-rc4 released
1348
1349 2006-01-14 [paul]       1.9.100cvs148
1350
1351         * src/account.c
1352         * src/addressadd.c
1353         * src/addressbook.c
1354         * src/compose.c
1355         * src/editaddress.c
1356         * src/editbook.c
1357         * src/editgroup.c
1358         * src/editjpilot.c
1359         * src/editldap.c
1360         * src/editvcard.c
1361         * src/exphtmldlg.c
1362         * src/expldifdlg.c
1363         * src/folderview.c
1364         * src/grouplistdialog.c
1365         * src/imap_gtk.c
1366         * src/importmutt.c
1367         * src/importpine.c
1368         * src/inc.c
1369         * src/main.c
1370         * src/mainwindow.c
1371         * src/message_search.c
1372         * src/messageview.c
1373         * src/mh_gtk.c
1374         * src/mimeview.c
1375         * src/news_gtk.c
1376         * src/prefs_actions.c
1377         * src/prefs_customheader.c
1378         * src/prefs_filtering.c
1379         * src/prefs_matcher.c
1380         * src/prefs_template.c
1381         * src/prefs_themes.c
1382         * src/ssl_manager.c
1383         * src/summary_search.c
1384         * src/summaryview.c
1385         * src/textview.c
1386         * src/toolbar.c
1387         * src/gtk/foldersort.c
1388         * src/gtk/gtkaspell.c
1389         * src/gtk/inputdialog.c
1390         * src/gtk/prefswindow.c
1391         * src/plugins/pgpcore/select-keys.c
1392         * src/plugins/trayicon/trayicon.c
1393                 HIG compliant button order
1394
1395 2006-01-14 [mones]      1.9.100cvs147
1396
1397         * po/es.po
1398                 Updated translation
1399
1400 2006-01-13 [paul]       1.9.100cvs146
1401
1402         * AUTHORS
1403         * ChangeLog
1404         * src/gtk/authors.h
1405                 add Joshua M. Kwan to contributors list
1406
1407 2006-01-13 [colin]      1.9.100cvs145
1408
1409         * src/gtk/quicksearch.c
1410                 Don't refocus quick search after executing (Esc or Enter)
1411                 Allows to '/'search something then move up/down in 
1412                 summaryview, and to Esc a search and be back in the 
1413                 summaryview
1414
1415 2006-01-13 [paul]       1.9.100cvs144
1416
1417         * src/plugins/pgpinline/pgpinline.c
1418                 support Content-Type 'application/pgp'
1419                 patch by Joshua M. Kwan <joshuak@users.sf.net>
1420
1421 2006-01-13 [paul]       1.9.100cvs143
1422
1423         * manual/account.xml
1424                 make mention of partial retrieval
1425                 thanks to Colin
1426
1427 2006-01-13 [paul]       1.9.100cvs142
1428
1429         * src/account.c
1430         * src/account.h
1431         * src/action.c
1432         * src/action.h
1433         * src/adbookbase.h
1434         * src/addr_compl.c
1435         * src/addr_compl.h
1436         * src/addrbook.c
1437         * src/addrcache.c
1438         * src/addrcache.h
1439         * src/addrcindex.c
1440         * src/addrcindex.h
1441         * src/addrclip.c
1442         * src/addrclip.h
1443         * src/addrdefs.h
1444         * src/addressadd.c
1445         * src/addressadd.h
1446         * src/addressbook.c
1447         * src/addressbook.h
1448         * src/addrgather.c
1449         * src/addrgather.h
1450         * src/addrharvest.c
1451         * src/addrharvest.h
1452         * src/addrindex.c
1453         * src/addrindex.h
1454         * src/addritem.c
1455         * src/addritem.h
1456         * src/addrquery.c
1457         * src/addrquery.h
1458         * src/addrselect.c
1459         * src/addrselect.h
1460         * src/alertpanel.c
1461         * src/alertpanel.h
1462         * src/browseldap.c
1463         * src/browseldap.h
1464         * src/codeconv.c
1465         * src/codeconv.h
1466         * src/compose.c
1467         * src/compose.h
1468         * src/customheader.c
1469         * src/customheader.h
1470         * src/displayheader.c
1471         * src/displayheader.h
1472         * src/editaddress.c
1473         * src/editaddress.h
1474         * src/editbook.c
1475         * src/editbook.h
1476         * src/editgroup.c
1477         * src/editgroup.h
1478         * src/editjpilot.c
1479         * src/editjpilot.h
1480         * src/editldap.c
1481         * src/editldap.h
1482         * src/editldap_basedn.c
1483         * src/editldap_basedn.h
1484         * src/editvcard.c
1485         * src/editvcard.h
1486         * src/exphtmldlg.c
1487         * src/exphtmldlg.h
1488         * src/expldifdlg.c
1489         * src/expldifdlg.h
1490         * src/export.h
1491         * src/exporthtml.c
1492         * src/exporthtml.h
1493         * src/exportldif.c
1494         * src/exportldif.h
1495         * src/filtering.c
1496         * src/filtering.h
1497         * src/folder.c
1498         * src/folder.h
1499         * src/folder_item_prefs.c
1500         * src/folder_item_prefs.h
1501         * src/foldersel.c
1502         * src/foldersel.h
1503         * src/folderutils.c
1504         * src/folderutils.h
1505         * src/folderview.c
1506         * src/folderview.h
1507         * src/grouplistdialog.c
1508         * src/grouplistdialog.h
1509         * src/headerview.c
1510         * src/html.c
1511         * src/html.h
1512         * src/image_viewer.c
1513         * src/image_viewer.h
1514         * src/imap.c
1515         * src/imap.h
1516         * src/imap_gtk.c
1517         * src/imap_gtk.h
1518         * src/import.h
1519         * src/importldif.c
1520         * src/importldif.h
1521         * src/importmutt.c
1522         * src/importmutt.h
1523         * src/importpine.c
1524         * src/importpine.h
1525         * src/inc.c
1526         * src/inc.h
1527         * src/jpilot.c
1528         * src/jpilot.h
1529         * src/ldapctrl.c
1530         * src/ldapctrl.h
1531         * src/ldaplocate.c
1532         * src/ldaplocate.h
1533         * src/ldapquery.c
1534         * src/ldapquery.h
1535         * src/ldapserver.c
1536         * src/ldapserver.h
1537         * src/ldaputil.c
1538         * src/ldaputil.h
1539         * src/ldif.c
1540         * src/ldif.h
1541         * src/main.c
1542         * src/main.h
1543         * src/mainwindow.c
1544         * src/mainwindow.h
1545         * src/manual.c
1546         * src/manual.h
1547         * src/mbox.c
1548         * src/mbox.h
1549         * src/message_search.c
1550         * src/message_search.h
1551         * src/messageview.c
1552         * src/messageview.h
1553         * src/mh.c
1554         * src/mh.h
1555         * src/mh_gtk.c
1556         * src/mh_gtk.h
1557         * src/mimeview.c
1558         * src/mimeview.h
1559         * src/msgcache.c
1560         * src/msgcache.h
1561         * src/mutt.c
1562         * src/mutt.h
1563         * src/news.c
1564         * src/news.h
1565         * src/news_gtk.c
1566         * src/news_gtk.h
1567         * src/partial_download.c
1568         * src/partial_download.h
1569         * src/pine.c
1570         * src/pine.h
1571         * src/pop.c
1572         * src/pop.h
1573         * src/prefs_account.c
1574         * src/prefs_account.h
1575         * src/prefs_actions.c
1576         * src/prefs_actions.h
1577         * src/prefs_common.c
1578         * src/prefs_common.h
1579         * src/prefs_compose_writing.c
1580         * src/prefs_compose_writing.h
1581         * src/prefs_customheader.c
1582         * src/prefs_customheader.h
1583         * src/prefs_display_header.c
1584         * src/prefs_display_header.h
1585         * src/prefs_filtering.c
1586         * src/prefs_filtering.h
1587         * src/prefs_filtering_action.c
1588         * src/prefs_filtering_action.h
1589         * src/prefs_folder_column.c
1590         * src/prefs_folder_column.h
1591         * src/prefs_folder_item.c
1592         * src/prefs_folder_item.h
1593         * src/prefs_fonts.c
1594         * src/prefs_fonts.h
1595         * src/prefs_gtk.c
1596         * src/prefs_gtk.h
1597         * src/prefs_image_viewer.c
1598         * src/prefs_image_viewer.h
1599         * src/prefs_matcher.c
1600         * src/prefs_matcher.h
1601         * src/prefs_message.c
1602         * src/prefs_msg_colors.c
1603         * src/prefs_msg_colors.h
1604         * src/prefs_other.c
1605         * src/prefs_quote.c
1606         * src/prefs_receive.c
1607         * src/prefs_send.c
1608         * src/prefs_spelling.c
1609         * src/prefs_spelling.h
1610         * src/prefs_summaries.c
1611         * src/prefs_summaries.h
1612         * src/prefs_summary_column.c
1613         * src/prefs_summary_column.h
1614         * src/prefs_template.c
1615         * src/prefs_template.h
1616         * src/prefs_themes.c
1617         * src/prefs_themes.h
1618         * src/prefs_toolbar.c
1619         * src/prefs_toolbar.h
1620         * src/prefs_wrapping.c
1621         * src/prefs_wrapping.h
1622         * src/privacy.c
1623         * src/privacy.h
1624         * src/procheader.c
1625         * src/procheader.h
1626         * src/procmime.c
1627         * src/procmime.h
1628         * src/procmsg.c
1629         * src/procmsg.h
1630         * src/quote_fmt.c
1631         * src/quote_fmt_parse.y
1632         * src/recv.c
1633         * src/recv.h
1634         * src/remotefolder.c
1635         * src/remotefolder.h
1636         * src/send_message.c
1637         * src/send_message.h
1638         * src/setup.c
1639         * src/setup.h
1640         * src/sourcewindow.c
1641         * src/sourcewindow.h
1642         * src/ssl_manager.c
1643         * src/ssl_manager.h
1644         * src/statusbar.c
1645         * src/statusbar.h
1646         * src/stock_pixmap.c
1647         * src/stock_pixmap.h
1648         * src/summary_search.c
1649         * src/summary_search.h
1650         * src/summaryview.c
1651         * src/summaryview.h
1652         * src/syldap.c
1653         * src/syldap.h
1654         * src/textview.c
1655         * src/textview.h
1656         * src/toolbar.c
1657         * src/toolbar.h
1658         * src/undo.c
1659         * src/undo.h
1660         * src/unmime.c
1661         * src/unmime.h
1662         * src/vcard.c
1663         * src/vcard.h
1664         * src/wizard.c
1665         * src/wizard.h
1666         * src/common/base64.c
1667         * src/common/base64.h
1668         * src/common/defs.h
1669         * src/common/hooks.c
1670         * src/common/hooks.h
1671         * src/common/log.c
1672         * src/common/log.h
1673         * src/common/mgutils.c
1674         * src/common/mgutils.h
1675         * src/common/nntp.c
1676         * src/common/nntp.h
1677         * src/common/passcrypt.c
1678         * src/common/passcrypt.h.in
1679         * src/common/plugin.c
1680         * src/common/plugin.h
1681         * src/common/prefs.c
1682         * src/common/prefs.h
1683         * src/common/progressindicator.c
1684         * src/common/progressindicator.h
1685         * src/common/quoted-printable.c
1686         * src/common/quoted-printable.h
1687         * src/common/session.c
1688         * src/common/session.h
1689         * src/common/smtp.c
1690         * src/common/smtp.h
1691         * src/common/socket.c
1692         * src/common/socket.h
1693         * src/common/ssl.c
1694         * src/common/ssl.h
1695         * src/common/ssl_certificate.c
1696         * src/common/ssl_certificate.h
1697         * src/common/stringtable.c
1698         * src/common/stringtable.h
1699         * src/common/sylpheed.c
1700         * src/common/sylpheed.h
1701         * src/common/template.c
1702         * src/common/template.h
1703         * src/common/timing.h
1704         * src/common/utils.c
1705         * src/common/utils.h
1706         * src/common/version.h.in
1707         * src/common/xml.c
1708         * src/common/xml.h
1709         * src/common/xmlprops.c
1710         * src/common/xmlprops.h
1711         * src/gtk/colorlabel.c
1712         * src/gtk/colorsel.c
1713         * src/gtk/colorsel.h
1714         * src/gtk/description_window.c
1715         * src/gtk/description_window.h
1716         * src/gtk/filesel.c
1717         * src/gtk/filesel.h
1718         * src/gtk/foldersort.c
1719         * src/gtk/foldersort.h
1720         * src/gtk/gtkutils.c
1721         * src/gtk/gtkutils.h
1722         * src/gtk/inputdialog.c
1723         * src/gtk/inputdialog.h
1724         * src/gtk/logwindow.c
1725         * src/gtk/logwindow.h
1726         * src/gtk/manage_window.c
1727         * src/gtk/manage_window.h
1728         * src/gtk/menu.c
1729         * src/gtk/menu.h
1730         * src/gtk/pluginwindow.c
1731         * src/gtk/pluginwindow.h
1732         * src/gtk/prefswindow.c
1733         * src/gtk/prefswindow.h
1734         * src/gtk/progressdialog.c
1735         * src/gtk/progressdialog.h
1736         * src/gtk/sslcertwindow.c
1737         * src/gtk/sslcertwindow.h
1738         * src/plugins/clamav/clamav_plugin.c
1739         * src/plugins/clamav/clamav_plugin.h
1740         * src/plugins/clamav/clamav_plugin_gtk.c
1741         * src/plugins/demo/demo.c
1742         * src/plugins/dillo_viewer/dillo_prefs.c
1743         * src/plugins/dillo_viewer/dillo_prefs.h
1744         * src/plugins/dillo_viewer/dillo_viewer.c
1745         * src/plugins/pgpcore/passphrase.c
1746         * src/plugins/pgpcore/passphrase.h
1747         * src/plugins/pgpcore/plugin.c
1748         * src/plugins/pgpcore/select-keys.c
1749         * src/plugins/pgpcore/select-keys.h
1750         * src/plugins/pgpcore/sgpgme.c
1751         * src/plugins/pgpcore/sgpgme.h
1752         * src/plugins/pgpinline/pgpinline.c
1753         * src/plugins/pgpinline/pgpinline.h
1754         * src/plugins/pgpinline/plugin.c
1755         * src/plugins/pgpmime/pgpmime.c
1756         * src/plugins/pgpmime/pgpmime.h
1757         * src/plugins/pgpmime/plugin.c
1758         * src/plugins/spamassassin/spamassassin.c
1759         * src/plugins/spamassassin/spamassassin.h
1760         * src/plugins/spamassassin/spamassassin_gtk.c
1761         * src/plugins/trayicon/trayicon.c
1762                 update copyright header
1763
1764 2006-01-13 [paul]       1.9.100cvs141
1765
1766         * src/account.c
1767         * src/export.c
1768         * src/import.c
1769         * src/mainwindow.c
1770         * src/prefs_account.c
1771         * src/prefs_display_header.c
1772         * src/prefs_receive.c
1773         * src/prefs_send.c
1774         * src/prefs_summaries.c
1775         * src/prefs_themes.c
1776         * src/prefs_toolbar.c
1777         * src/gtk/about.c
1778                 various cleanups
1779
1780 2006-01-12 [colin]      1.9.100cvs140
1781
1782         * src/folder.c
1783         * src/folder.h
1784         * src/main.c
1785                 Add --subscribe option
1786                 Let sylpheed-claws email@domain.com equivalent to --compose
1787                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
1788
1789 2006-01-12 [paul]       1.9.100cvs139
1790
1791         * src/mainwindow.c
1792                 append 'Change folder order' label with '...'
1793         * src/prefs_actions.c
1794                 allow reordering of actions list by dnd
1795         * src/gtk/foldersort.c
1796                 make the dialog nicer
1797
1798 2006-01-11 [colin]      1.9.100cvs138
1799
1800         * src/compose.c
1801                 Allow templates without text
1802
1803 2006-01-11 [paul]       1.9.100cvs137
1804
1805         * tools/README
1806         * tools/filter_conv_new.pl
1807                 add info to README
1808                 also check .sylpheed for filter.xml
1809                 be a bit informative to the user
1810
1811 2006-01-11 [colin]      1.9.100cvs136
1812
1813         * src/textview.c
1814                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
1815
1816 2006-01-10 [paul]       1.9.100cvs135
1817
1818         * tools/Makefile.am
1819         * tools/filter_conv_new.pl
1820                 add script to convert new style Sylpheed
1821                 filter rules (Sylpheed >= 0.9.99) to
1822                 Claws filtering rules
1823
1824 2006-01-10 [colin]      1.9.100cvs134
1825
1826         * src/compose.c
1827                 Fix broken line joins in certain conditions
1828                 (between two quoted lines: <enter><enter><up>
1829                  <type a wrapped sentence><go in the first line>
1830                  <insert more text><watch as line joining failed>)
1831
1832 2006-01-10 [paul]       1.9.100cvs133
1833
1834         * src/compose.c
1835                 don't report success in error dialog
1836                 thanks to Colin
1837         * src/common/utils.c
1838                 include some trailing punctuations as URI
1839                 thanks to Hiro
1840
1841 2006-01-10 [paul]       1.9.100cvs132
1842
1843         * src/mimeview.c
1844                 fix incompatible pointer type
1845                 warning
1846
1847 2006-01-10 [paul]       1.9.100cvs131
1848
1849         * src/compose.c
1850                 change Subject in window title
1851                 instantaneously
1852
1853 2006-01-09 [colin]      1.9.100cvs130
1854
1855         * src/addressbook.c
1856         * src/headerview.c
1857         * src/mainwindow.c
1858         * src/messageview.c
1859         * src/mimeview.c
1860         * src/noticeview.c
1861         * src/summaryview.c
1862                 Fix possible crashes on exit and in addressbook
1863
1864 2006-01-09 [paul]       1.9.100cvs129
1865
1866         * src/prefs_msg_colors.c
1867                 some cleanups that I forgot last time
1868
1869 2006-01-09 [paul]       1.9.100cvs128
1870
1871         * README
1872         * src/folderview.c
1873         * src/prefs_msg_colors.c
1874                 add previously hidden option, color_new, to
1875                 the gui
1876                 move the page to Display/
1877                 rework the gui
1878
1879 2006-01-09 [wwp]        1.9.100cvs127
1880
1881         * src/prefs_themes.c
1882                 made the prefs/display/themes layouts spacing less condensed
1883                 (and so they match other prefs/pages' look).
1884
1885 2006-01-09 [paul]       1.9.100cvs126
1886
1887         * src/compose.c
1888         * src/prefs_common.c
1889         * src/prefs_common.h
1890         * src/prefs_wrapping.c
1891                 remove 'wrap at send' option
1892
1893 2006-01-06 [colin]      1.9.100cvs125
1894
1895         * src/compose.c
1896                 Just make completely sure we don't insert "manual line breaks" 
1897                 when wrapping... 
1898
1899 2006-01-04 [paul]
1900
1901         * 2.0.0-rc3 released
1902
1903 2006-01-04 [paul]       1.9.100cvs124
1904
1905         * src/folderview.c
1906                 fix bug 882, 'quick scroll in folder list
1907                 displays wrong folder contents'
1908
1909 2006-01-04 [paul]       1.9.100cvs123
1910
1911         * src/plugins/pgpmime/pgpmime.c
1912                 better debug information when signing
1913                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1914
1915 2006-01-03 [colin]      1.9.100cvs122
1916
1917         * configure.ac
1918                 We need to recheck for gpgme 1.0.0 after checking
1919                 for 1.1.1, because if 1.1.1 isn't available, 
1920                 GPGME_LIBS and friends are blanked out by the 
1921                 second check.
1922
1923 2006-01-03 [colin]      1.9.100cvs121
1924
1925         * src/common/prefs.c
1926                 Windows unlink-before rename fix
1927         * src/plugins/pgpcore/sgpgme.c
1928                 Add support for PKA info if available
1929                 Both patches by Werner Koch
1930
1931 2006-01-03 [paul]       1.9.100cvs120
1932
1933         * src/messageview.c
1934                 fix bug 884, 'Send receipt' button visible in queue
1935                 Thanks to Colin
1936
1937 2006-01-02 [colin]      1.9.100cvs119
1938
1939         * src/compose.c
1940         * src/imap.c
1941                 Fix autosave on IMAP and more generally try to
1942                 return the correct ID on a newly added IMAP message
1943
1944 2006-01-02 [paul]       1.9.100cvs118
1945
1946         * manual/keyboard.xml
1947                 edited
1948
1949 2006-01-01 [paul]       1.9.100cvs117
1950
1951         * src/gtk/authors.h
1952                 alphabetical order
1953
1954 2005-12-30 [colin]      1.9.100cvs116
1955
1956         * manual/advanced.xml
1957                 Explain Pre/Post-processing differences.
1958
1959 2005-12-30 [colin]      1.9.100cvs115
1960
1961         * src/mh.c
1962                 Implement copy_msgs for a little optimization
1963         * src/imap.c
1964                 Finish yesterday's fix
1965
1966 2005-12-29 [colin]      1.9.100cvs114
1967
1968         * src/imap.c
1969                 Fix occasional failure in fetching a mail over
1970                 IMAP
1971
1972 2005-12-29 [colin]      1.9.100cvs113
1973
1974         * src/compose.c
1975                 Don't remove a draft when sending it, if it is 
1976                 locked.
1977
1978 2005-12-28 [colin]      1.9.100cvs112
1979
1980         * src/summaryview.c
1981                 Fix leak for real
1982
1983 2005-12-28 [wwp]        1.9.100cvs111
1984
1985         * doc/faq/.cvsignore
1986         * doc/faq/de/.cvsignore
1987         * doc/faq/en/.cvsignore
1988         * doc/faq/es/.cvsignore
1989         * doc/faq/fr/.cvsignore
1990         * doc/faq/it/.cvsignore
1991         * doc/manual/.cvsignore
1992         * doc/manual/de/.cvsignore
1993         * doc/manual/en/.cvsignore
1994         * doc/manual/es/.cvsignore
1995         * doc/manual/fr/.cvsignore
1996         * doc/manual/ja/.cvsignore
1997         * src/plugins/mathml_viewer/.cvsignore
1998                 rollback revival of those files (my bad, sorry for the noise).
1999
2000 2005-12-28 [wwp]        1.9.100cvs110
2001
2002         * src/compose.c
2003                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
2004
2005 2005-12-28 [wwp]        1.9.100cvs109
2006
2007         * doc/faq/.cvsignore
2008         * doc/faq/de/.cvsignore
2009         * doc/faq/en/.cvsignore
2010         * doc/faq/es/.cvsignore
2011         * doc/faq/fr/.cvsignore
2012         * doc/faq/it/.cvsignore
2013         * doc/manual/.cvsignore
2014         * doc/manual/de/.cvsignore
2015         * doc/manual/en/.cvsignore
2016         * doc/manual/es/.cvsignore
2017         * doc/manual/fr/.cvsignore
2018         * doc/manual/ja/.cvsignore
2019         * src/plugins/mathml_viewer/.cvsignore
2020         * po/.cvsignore
2021                 more files to ignore.
2022
2023 2005-12-24 [colin]      1.9.100cvs108
2024
2025         * AUTHORS
2026         * src/gtk/authors.h
2027                 Update for Werner
2028
2029 2005-12-24 [colin]      1.9.100cvs107
2030
2031         * src/procmsg.c
2032                 Allow NULL src_msginfo in 
2033                 procmsg_msginfo_new_from_mimeinfo
2034
2035 2005-12-23 [paul]       1.9.100cvs106
2036
2037         * src/plugins/pgpinline/mypgpcore.def
2038                 add this forgotten file
2039
2040 2005-12-23 [colin]      1.9.100cvs105
2041
2042         * src/mainwindow.c
2043                 Fix missing break
2044
2045 2005-12-23 [colin]      1.9.100cvs104
2046
2047         * autogen.sh
2048         * src/folder.c
2049         * src/mh.c
2050         * src/common/plugin.c
2051         * src/common/socket.c
2052         * src/common/socket.h
2053         * src/common/utils.c
2054         * src/common/utils.h
2055         * src/gtk/pluginwindow.c
2056         * src/plugins/pgpcore/plugin.def
2057         * src/plugins/pgpcore/sylpheed.def
2058         * src/plugins/pgpinline/Makefile.am
2059         * src/plugins/pgpinline/plugin.def
2060         * src/plugins/pgpinline/sylpheed.def
2061         * src/plugins/pgpmime/plugin.def
2062         * src/plugins/pgpmime/sylpheed.def
2063                 Various w32 fixes by Werner Koch
2064
2065 2005-12-22 [paul]       1.9.100cvs103
2066
2067         * src/wizard.c
2068                 don't offer IMAP as 'server type' if
2069                 libetpan isn't built in
2070
2071 2005-12-22 [paul]       1.9.100cvs102
2072
2073         * AUTHORS
2074         * src/mainwindow.c
2075         * src/mainwindow.h
2076         * src/toolbar.c
2077         * src/gtk/authors.h
2078                 support GTK_TOOLBAR_BOTH_HORIZ (text
2079                 next to icon) Patch by Marien Zwart
2080                 marienz@users.sf.net
2081                 Also reword the text
2082
2083 2005-12-21 [colin]      1.9.100cvs101
2084
2085         * configure.ac
2086                 Fix DATADIRNAME
2087         * COPYING
2088                 Fix missing section and explicit the exception better
2089         * src/compose.c
2090                 Prevent mail from being lost without notice when an
2091                 SMTP error happens on trying to send an unmodified
2092                 drafted mail.
2093         * src/send_message.c
2094         * src/common/smtp.c
2095                 Fix password remembering when wrong, and add return
2096                 value checks where they should have been
2097         * src/plugins/pgpcore/sylpheed.def
2098         * src/plugins/pgpinline/sylpheed.def
2099         * src/plugins/pgpmime/sylpheed.def
2100                 Add a few symbols needed
2101
2102 2005-12-21 [paul]       1.9.100cvs100
2103
2104         * m4/codeset.m4
2105         * m4/glibc21.m4
2106         * m4/intdiv0.m4
2107         * m4/inttypes-pri.m4
2108         * m4/inttypes.m4
2109         * m4/inttypes_h.m4
2110         * m4/isc-posix.m4
2111         * m4/lcmessage.m4
2112         * m4/stdint_h.m4
2113         * m4/uintmax_t.m4
2114                 gettextization
2115                 thanks to Colin
2116
2117 2005-12-21 [paul]       1.9.100cvs99
2118
2119         * po/sv.po
2120                 fixed by Colin
2121
2122 2005-12-20 [paul]       1.9.100cvs98
2123
2124         * po/sv.po
2125                 updated by Anders Trobäck
2126
2127 2005-12-20 [colin]      1.9.100cvs97
2128
2129         * ABOUT-NLS
2130         * Makefile.am
2131         * autogen.sh
2132         * configure.ac
2133         * config/config.rpath
2134         * config/mkinstalldirs
2135         * m4/Makefile.am
2136         * m4/glibc2.m4
2137         * m4/gnupg.m4
2138         * m4/gpgme.m4
2139         * m4/intmax.m4
2140         * m4/longdouble.m4
2141         * m4/longlong.m4
2142         * m4/printf-posix.m4
2143         * m4/signed.m4
2144         * m4/size_max.m4
2145         * m4/ulonglong.m4
2146         * m4/wchar_t.m4
2147         * m4/wint_t.m4
2148         * m4/xsize.m4
2149         * po/Makefile.in.in
2150         * po/Makevars
2151         * po/bg.po
2152         * po/ca.po
2153         * po/cs.po
2154         * po/de.po
2155         * po/el.po
2156         * po/en_GB.po
2157         * po/es.po
2158         * po/fi.po
2159         * po/fr.po
2160         * po/hr.po
2161         * po/hu.po
2162         * po/it.po
2163         * po/ja.po
2164         * po/ko.po
2165         * po/nb.po
2166         * po/nl.po
2167         * po/pl.po
2168         * po/pt_BR.po
2169         * po/ru.po
2170         * po/sk.po
2171         * po/sr.po
2172         * po/stamp-po
2173         * po/sv.po
2174         * po/zh_CN.po
2175         * po/zh_TW.po
2176         * src/Makefile.am
2177         * src/codeconv.c
2178         * src/compose.c
2179         * src/exporthtml.c
2180         * src/exportldif.c
2181         * src/folder.c
2182         * src/main.c
2183         * src/manual.c
2184         * src/mh.c
2185         * src/mimeview.c
2186         * src/send_message.c
2187         * src/common/Makefile.am
2188         * src/common/fnmatch.c
2189         * src/common/fnmatch.h
2190         * src/common/fnmatch_loop.c
2191         * src/common/nntp.c
2192         * src/common/plugin.c
2193         * src/common/smtp.c
2194         * src/common/socket.c
2195         * src/common/string_match.c
2196         * src/common/sylpheed.c
2197         * src/common/utils.c
2198         * src/common/utils.h
2199         * src/common/w32_dirent.c
2200         * src/common/w32_reg.c
2201         * src/common/w32_signal.c
2202         * src/common/w32_stat.c
2203         * src/common/w32_stdio.c
2204         * src/common/w32_stdlib.c
2205         * src/common/w32_string.c
2206         * src/common/w32_time.c
2207         * src/common/w32_unistd.c
2208         * src/common/w32_wait.c
2209         * src/common/w32lib.h
2210         * src/etpan/Makefile.am
2211         * src/gtk/Makefile.am
2212         * src/plugins/clamav/Makefile.am
2213         * src/plugins/demo/Makefile.am
2214         * src/plugins/dillo_viewer/Makefile.am
2215         * src/plugins/pgpcore/Makefile.am
2216         * src/plugins/pgpcore/passphrase.c
2217         * src/plugins/pgpcore/plugin.def
2218         * src/plugins/pgpcore/sgpgme.c
2219         * src/plugins/pgpcore/sylpheed.def
2220         * src/plugins/pgpcore/version.rc
2221         * src/plugins/pgpinline/Makefile.am
2222         * src/plugins/pgpinline/plugin.def
2223         * src/plugins/pgpinline/sylpheed.def
2224         * src/plugins/pgpinline/version.rc
2225         * src/plugins/pgpmime/Makefile.am
2226         * src/plugins/pgpmime/mypgpcore.def
2227         * src/plugins/pgpmime/plugin.def
2228         * src/plugins/pgpmime/sylpheed.def
2229         * src/plugins/pgpmime/version.rc
2230         * src/plugins/spamassassin/Makefile.am
2231                 Very little ;-) patch from Werner Koch, providing
2232                 infrastructure for cross-compiling to Win32
2233
2234 2005-12-20 [paul]       1.9.100cvs96
2235
2236         * src/account.c
2237         * src/account.h
2238         * src/mainwindow.c
2239         * src/mainwindow.h
2240         * src/toolbar.c
2241         * src/toolbar.h
2242                 add a combo to the Get All button, allowing
2243                 quick retrieval from any account
2244                 Patch by Fabien Vantard, slightly modified
2245                 by Colin
2246         * src/gtk/about.c
2247                 i18n fix. Patch by Fabien Vantard
2248
2249 2005-12-19 [colin]      1.9.100cvs95
2250
2251         * src/compose.c
2252         * src/compose.h
2253                 Don't automatically join lines when they've 
2254                 been separated by the user and not automatically
2255
2256 2005-12-19 [paul]       1.9.100cvs94
2257
2258         * src/gtk/pluginwindow.c
2259                 i18n fix.
2260                 Patch by Fabien Vantard
2261
2262 2005-12-15 [paul]       1.9.100cvs93
2263
2264         * src/common/plugin.c
2265         * src/common/plugin.h
2266         * src/gtk/pluginwindow.c
2267         * src/plugins/clamav/clamav_plugin.c
2268         * src/plugins/demo/demo.c
2269         * src/plugins/dillo_viewer/dillo_viewer.c
2270         * src/plugins/pgpcore/plugin.c
2271         * src/plugins/pgpinline/plugin.c
2272         * src/plugins/pgpmime/plugin.c
2273         * src/plugins/spamassassin/spamassassin.c
2274         * src/plugins/trayicon/trayicon.c
2275                 add plugin_version()
2276
2277 2005-12-15 [colin]      1.9.100cvs92
2278
2279         * src/compose.c
2280                 Further fix bug #875
2281
2282 2005-12-15 [paul]       1.9.100cvs91
2283
2284         * src/gtk/filesel.c
2285                 fix attach_load_dir getting set to
2286                 PLUGINDIR on plugin load
2287
2288 2005-12-14 [mones]      1.9.100cvs90
2289
2290         * manual/ack.xml
2291         * manual/keyboard.xml
2292                 Initial draft and some shortcuts added
2293                 
2294         * po/es.po
2295                 Updated translation
2296
2297 2005-12-14 [colin]      1.9.100cvs89
2298
2299         * src/compose.c
2300         * src/imap.c
2301         * src/summaryview.c
2302         * src/gtk/gtkaspell.c
2303                 More leaks fixed
2304         * src/prefs_folder_item.c
2305                 Fix recursive prefs apply
2306
2307
2308 2005-12-14 [colin]      1.9.100cvs88
2309
2310         * src/compose.c
2311                 Fix bug #875 (Freeze On Inline Forward of 
2312                 Large Message)
2313
2314 2005-12-13 [colin]      1.9.100cvs87
2315
2316         * src/compose.c
2317                 Uniq-ify and sort the mimetypes list
2318                 Patch by Fabien Vantard
2319
2320 2005-12-13 [colin]      1.9.100cvs86
2321
2322         * src/imap.c
2323         * src/etpan/imap-thread.c
2324                 Fix leaks (patch by Hoa)
2325         * src/news.c
2326         * src/common/plugin.c
2327                 Fix leaks
2328
2329 2005-12-12 [colin]
2330
2331         * 2.0.0-rc2 released
2332
2333 2005-12-12 [colin]      1.9.100cvs85
2334
2335         * src/matcher.c
2336                 Fix a leak
2337
2338 2005-12-12 [wwp]        1.9.100cvs84
2339
2340         * src/gtk/icon_legend.c
2341                 fix misbehaviour and crash when closing the legend window
2342         using the Esc key (patch by Fabien Vantard).
2343
2344 2005-12-12 [paul]       1.9.100cvs83
2345
2346         * src/browseldap.c
2347         * src/foldersel.c
2348         * src/prefs_actions.c
2349         * src/prefs_filtering.c
2350         * src/prefs_matcher.c
2351         * src/prefs_spelling.glade      ** REMOVED **
2352         * src/prefs_template.c
2353         * src/gtk/foldersort.glade      ** REMOVED **
2354         * src/gtk/pluginwindow.c
2355         * src/gtk/pluginwindow.glade    ** REMOVED **
2356         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
2357                 cleanups
2358
2359 2005-12-11 [paul]       1.9.100cvs82
2360
2361         * src/gtk/filesel.c
2362                 fix attach_load_dir crasher (double free)
2363
2364 2005-12-09 [paul]       1.9.100cvs81
2365
2366         * po/POTFILES.in
2367         * src/mainwindow.c
2368         * src/gtk/Makefile.am
2369         * src/gtk/icon_legend.c
2370         * src/gtk/icon_legend.h
2371                 add icon legend
2372         * src/manual.c
2373                 cleanup
2374
2375 2005-12-09 [paul]       1.9.100cvs80
2376
2377         * src/plugins/pgpcore/passphrase.c
2378                 wrap the label in the dialog
2379
2380 2005-12-09 [colin]      1.9.100cvs79
2381
2382         * src/plugins/pgpcore/sgpgme.c
2383                 Display (untrusted) on not trusted signatures
2384                 Patch by Michal Èihaø <michal@cihar.com>
2385                 Closes bug #867 (Report also key trust)
2386
2387 2005-12-09 [colin]      1.9.100cvs78
2388
2389         * src/common/plugin.c
2390                 Update licence check, following Eben Moglen's advice
2391
2392 2005-12-08 [colin]      1.9.100cvs77
2393
2394         * src/folder.c
2395                 Fix the occasionnal item->cache != NULL 
2396                 assertion failure. 
2397
2398 2005-12-08 [colin]      1.9.100cvs76
2399
2400         * src/mimeview.c
2401         * src/plugins/pgpcore/sgpgme.c
2402                 Print key id when unable to check it
2403                 Closes bug #866 (Show key id when missing)
2404
2405 2005-12-08 [paul]       1.9.100cvs75
2406
2407         * src/prefs_common.c
2408         * src/prefs_common.h
2409         * src/gtk/filesel.c
2410                 remember load attachment dir
2411
2412 2005-12-07 [colin]      1.9.100cvs74
2413
2414         * src/prefs_toolbar.c
2415                 Gtk fixes, patch by Fabien Vantard
2416
2417 2005-12-07 [colin]      1.9.100cvs73
2418
2419         * src/action.c
2420         * src/compose.c
2421         * src/compose.h
2422                 Fix bug #839 (Quoted text isn't colored after 
2423                 executing an action)
2424         * src/common/plugin.c
2425                 Require plugins to declare their licence in plugin_licence()
2426                 Refuse to load non-GPL plugins as they'd be illegal (as 
2427                 derived works of Sylpheed-Claws, they must be GPL).
2428         * src/plugins/clamav/clamav_plugin.c
2429         * src/plugins/demo/demo.c
2430         * src/plugins/dillo_viewer/dillo_viewer.c
2431         * src/plugins/pgpcore/plugin.c
2432         * src/plugins/pgpinline/plugin.c
2433         * src/plugins/pgpmime/plugin.c
2434         * src/plugins/spamassassin/spamassassin.c
2435         * src/plugins/trayicon/trayicon.c
2436                 Add plugin_licence()
2437
2438 2005-12-07 [paul]       1.9.100cvs72
2439
2440         * configure.ac
2441         * src/mainwindow.c
2442         * src/manual.c
2443         * src/manual.h
2444         * src/common/defs.h
2445                 clean up after local FAQ removal and
2446                 temporary manual removal
2447
2448 2005-12-06 [colin]      1.9.100cvs71
2449
2450         * configure.ac
2451         * doc/Makefile.am
2452         * doc/faq/.cvsignore
2453         * doc/faq/Makefile.am
2454         * doc/faq/de/.cvsignore
2455         * doc/faq/de/Makefile.am
2456         * doc/faq/de/sylpheed-faq-1.html
2457         * doc/faq/de/sylpheed-faq-2.html
2458         * doc/faq/de/sylpheed-faq-3.html
2459         * doc/faq/de/sylpheed-faq.html
2460         * doc/faq/en/.cvsignore
2461         * doc/faq/en/Makefile.am
2462         * doc/faq/en/sylpheed-faq-1.html
2463         * doc/faq/en/sylpheed-faq-2.html
2464         * doc/faq/en/sylpheed-faq-3.html
2465         * doc/faq/en/sylpheed-faq-4.html
2466         * doc/faq/en/sylpheed-faq.html
2467         * doc/faq/es/.cvsignore
2468         * doc/faq/es/Makefile.am
2469         * doc/faq/es/sylpheed-faq-1.html
2470         * doc/faq/es/sylpheed-faq-2.html
2471         * doc/faq/es/sylpheed-faq-3.html
2472         * doc/faq/es/sylpheed-faq-4.html
2473         * doc/faq/es/sylpheed-faq.html
2474         * doc/faq/fr/.cvsignore
2475         * doc/faq/fr/Makefile.am
2476         * doc/faq/fr/sylpheed-faq-1.html
2477         * doc/faq/fr/sylpheed-faq-2.html
2478         * doc/faq/fr/sylpheed-faq-3.html
2479         * doc/faq/fr/sylpheed-faq.html
2480         * doc/faq/it/.cvsignore
2481         * doc/faq/it/Makefile.am
2482         * doc/faq/it/sylpheed-faq-1.html
2483         * doc/faq/it/sylpheed-faq-2.html
2484         * doc/faq/it/sylpheed-faq-3.html
2485         * doc/faq/it/sylpheed-faq.html
2486         * doc/manual/.cvsignore
2487         * doc/manual/Makefile.am
2488         * doc/manual/de/.cvsignore
2489         * doc/manual/de/Makefile.am
2490         * doc/manual/de/sylpheed-1.html
2491         * doc/manual/de/sylpheed-10.html
2492         * doc/manual/de/sylpheed-11.html
2493         * doc/manual/de/sylpheed-12.html
2494         * doc/manual/de/sylpheed-13.html
2495         * doc/manual/de/sylpheed-14.html
2496         * doc/manual/de/sylpheed-15.html
2497         * doc/manual/de/sylpheed-16.html
2498         * doc/manual/de/sylpheed-17.html
2499         * doc/manual/de/sylpheed-18.html
2500         * doc/manual/de/sylpheed-19.html
2501         * doc/manual/de/sylpheed-2.html
2502         * doc/manual/de/sylpheed-20.html
2503         * doc/manual/de/sylpheed-3.html
2504         * doc/manual/de/sylpheed-4.html
2505         * doc/manual/de/sylpheed-5.html
2506         * doc/manual/de/sylpheed-6.html
2507         * doc/manual/de/sylpheed-7.html
2508         * doc/manual/de/sylpheed-8.html
2509         * doc/manual/de/sylpheed-9.html
2510         * doc/manual/de/sylpheed.html
2511         * doc/manual/en/.cvsignore
2512         * doc/manual/en/Makefile.am
2513         * doc/manual/en/sylpheed-1.html
2514         * doc/manual/en/sylpheed-10.html
2515         * doc/manual/en/sylpheed-11.html
2516         * doc/manual/en/sylpheed-12.html
2517         * doc/manual/en/sylpheed-13.html
2518         * doc/manual/en/sylpheed-14.html
2519         * doc/manual/en/sylpheed-15.html
2520         * doc/manual/en/sylpheed-16.html
2521         * doc/manual/en/sylpheed-17.html
2522         * doc/manual/en/sylpheed-18.html
2523         * doc/manual/en/sylpheed-19.html
2524         * doc/manual/en/sylpheed-2.html
2525         * doc/manual/en/sylpheed-20.html
2526         * doc/manual/en/sylpheed-21.html
2527         * doc/manual/en/sylpheed-22.html
2528         * doc/manual/en/sylpheed-3.html
2529         * doc/manual/en/sylpheed-4.html
2530         * doc/manual/en/sylpheed-5.html
2531         * doc/manual/en/sylpheed-6.html
2532         * doc/manual/en/sylpheed-7.html
2533         * doc/manual/en/sylpheed-8.html
2534         * doc/manual/en/sylpheed-9.html
2535         * doc/manual/en/sylpheed.html
2536         * doc/manual/es/.cvsignore
2537         * doc/manual/es/Makefile.am
2538         * doc/manual/es/sylpheed-1.html
2539         * doc/manual/es/sylpheed-10.html
2540         * doc/manual/es/sylpheed-11.html
2541         * doc/manual/es/sylpheed-12.html
2542         * doc/manual/es/sylpheed-13.html
2543         * doc/manual/es/sylpheed-14.html
2544         * doc/manual/es/sylpheed-15.html
2545         * doc/manual/es/sylpheed-16.html
2546         * doc/manual/es/sylpheed-17.html
2547         * doc/manual/es/sylpheed-18.html
2548         * doc/manual/es/sylpheed-19.html
2549         * doc/manual/es/sylpheed-2.html
2550         * doc/manual/es/sylpheed-20.html
2551         * doc/manual/es/sylpheed-3.html
2552         * doc/manual/es/sylpheed-4.html
2553         * doc/manual/es/sylpheed-5.html
2554         * doc/manual/es/sylpheed-6.html
2555         * doc/manual/es/sylpheed-7.html
2556         * doc/manual/es/sylpheed-8.html
2557         * doc/manual/es/sylpheed-9.html
2558         * doc/manual/es/sylpheed.html
2559         * doc/manual/fr/.cvsignore
2560         * doc/manual/fr/Makefile.am
2561         * doc/manual/fr/sylpheed-1.html
2562         * doc/manual/fr/sylpheed-10.html
2563         * doc/manual/fr/sylpheed-11.html
2564         * doc/manual/fr/sylpheed-12.html
2565         * doc/manual/fr/sylpheed-13.html
2566         * doc/manual/fr/sylpheed-14.html
2567         * doc/manual/fr/sylpheed-15.html
2568         * doc/manual/fr/sylpheed-16.html
2569         * doc/manual/fr/sylpheed-17.html
2570         * doc/manual/fr/sylpheed-18.html
2571         * doc/manual/fr/sylpheed-19.html
2572         * doc/manual/fr/sylpheed-2.html
2573         * doc/manual/fr/sylpheed-20.html
2574         * doc/manual/fr/sylpheed-3.html
2575         * doc/manual/fr/sylpheed-4.html
2576         * doc/manual/fr/sylpheed-5.html
2577         * doc/manual/fr/sylpheed-6.html
2578         * doc/manual/fr/sylpheed-7.html
2579         * doc/manual/fr/sylpheed-8.html
2580         * doc/manual/fr/sylpheed-9.html
2581         * doc/manual/fr/sylpheed.html
2582         * doc/manual/ja/.cvsignore
2583         * doc/manual/ja/Makefile.am
2584         * doc/manual/ja/sylpheed-1.html
2585         * doc/manual/ja/sylpheed-10.html
2586         * doc/manual/ja/sylpheed-11.html
2587         * doc/manual/ja/sylpheed-12.html
2588         * doc/manual/ja/sylpheed-13.html
2589         * doc/manual/ja/sylpheed-14.html
2590         * doc/manual/ja/sylpheed-15.html
2591         * doc/manual/ja/sylpheed-16.html
2592         * doc/manual/ja/sylpheed-17.html
2593         * doc/manual/ja/sylpheed-18.html
2594         * doc/manual/ja/sylpheed-19.html
2595         * doc/manual/ja/sylpheed-2.html
2596         * doc/manual/ja/sylpheed-20.html
2597         * doc/manual/ja/sylpheed-3.html
2598         * doc/manual/ja/sylpheed-4.html
2599         * doc/manual/ja/sylpheed-5.html
2600         * doc/manual/ja/sylpheed-6.html
2601         * doc/manual/ja/sylpheed-7.html
2602         * doc/manual/ja/sylpheed-8.html
2603         * doc/manual/ja/sylpheed-9.html
2604         * doc/manual/ja/sylpheed.html
2605         * doc/manual/ja/sylpheed.sgml
2606         * src/mainwindow.c
2607                 Remove outdated manual and faq. Noisy, eh?
2608
2609 2005-12-06 [colin]      1.9.100cvs70
2610
2611         * src/compose.c
2612         * src/quote_fmt_parse.y
2613         * src/undo.c
2614         * src/undo.h
2615                 Allow %X to position cursor at 0 
2616                 (no %X = before signature)
2617                 Fix paste as quotation putting the cursor at 0
2618                 Fix undo offsets when pasting
2619                 Insert the quote_fmt at once instead of line 
2620                 by line
2621                 Fix [Edited] when starting to reply/forward
2622
2623 2005-12-06 [paul]       1.9.100cvs69
2624
2625         * src/plugins/clamav/clamav_plugin_gtk.c
2626                 add another tooltip
2627         * src/plugins/spamassassin/spamassassin_gtk.c
2628                 rework spamassassin_create_widget_func()
2629
2630 2005-12-05 [colin]      1.9.100cvs68
2631
2632         * po/POTFILES.in
2633                 Fix make release ;-)
2634
2635 2005-12-05 [colin]      1.9.100cvs67
2636
2637         * src/compose.c
2638         * src/compose.h
2639                 Fix cursor positioning (not obeying %X)
2640
2641 2005-12-05 [paul]       1.9.100cvs66
2642
2643         * src/plugins/dillo_viewer/dillo_prefs.c
2644                 fix compilation warning
2645
2646 2005-12-05 [paul]       1.9.100cvs65
2647
2648         * src/prefs_spelling.c
2649         * src/plugins/trayicon/trayicon.c
2650                 cleanups - remove unused stuff
2651
2652 2005-12-05 [paul]       1.9.100cvs64
2653
2654         * README
2655         * manual/plugins.xml
2656                 remove info about removed mathml_viewer plugin
2657
2658 2005-12-05 [paul]       1.9.100cvs63
2659
2660         * configure.ac
2661         * src/plugins/Makefile.am
2662         * src/plugins/mathml_viewer/.cvsignore
2663         * src/plugins/mathml_viewer/Makefile.am
2664         * src/plugins/mathml_viewer/mathml_viewer.c
2665                 remove unmaintained mathml_viewer plugin
2666
2667 2005-12-05 [paul]       1.9.100cvs62
2668
2669         * src/summaryview.c
2670                 obey prefs_common.always_show_msg when
2671                 moving a msg
2672                 Thanks to Colin
2673
2674 2005-12-05 [paul]       1.9.100cvs61
2675
2676         * src/compose.c
2677         * src/prefs_account.c
2678         * src/prefs_filtering.c
2679         * src/prefs_quote.c
2680         * src/prefs_spelling.c
2681         * src/prefs_toolbar.c
2682         * src/summaryview.c
2683         * src/gtk/gtkutils.c
2684         * src/gtk/quicksearch.c
2685         * src/plugins/dillo_viewer/dillo_prefs.c
2686                 dialog cleanups
2687
2688 2005-12-04 [paul]       1.9.100cvs60
2689
2690         * src/inc.c
2691         * src/prefs_account.c
2692         * src/prefs_account.h
2693                 allow a Local account to specify a
2694                 default inbox
2695                 (closes bug 843 'Inbox cannot be changed for local
2696                  mailboxes')
2697
2698 2005-12-04 [colin]      1.9.100cvs59
2699
2700         * src/plugins/trayicon/trayicon.c
2701                 Remove Get, rename Get All to Get Mail in order to
2702                 be consistent with the default main toolbar
2703
2704 2005-12-03 [colin]      1.9.100cvs58
2705
2706         * manual/gpl.xml
2707         * manual/sylpheed-claws-manual.xml
2708                 Add GPL appendix
2709
2710 2005-12-03 [paul]       1.9.100cvs57
2711
2712         * AUTHORS
2713         * po/sv.po
2714         * src/gtk/authors.h
2715                 new (partially complete) Swedish translation
2716                 by Anders Troback <sylpheed@troback.com>
2717
2718 2005-12-02 [paul]       1.9.100cvs56
2719
2720         * configure.ac
2721                 libetpan 0.41 required
2722
2723 2005-12-02 [paul]       1.9.100cvs55
2724
2725         * src/plugins/clamav/clamav_plugin.c
2726         * src/plugins/clamav/clamav_plugin.h
2727         * src/plugins/clamav/clamav_plugin_gtk.c
2728         * src/plugins/spamassassin/spamassassin.c
2729         * src/plugins/spamassassin/spamassassin.h
2730         * src/plugins/spamassassin/spamassassin_gtk.c
2731                 unregister prefs pages on unloading, thus
2732                 preventing a crash
2733                 (thanks to Colin for the hint)
2734
2735 2005-12-02 [wwp]        1.9.100cvs54
2736
2737         * src/quote_fmt.h
2738         * src/quote_fmt_parse.y
2739                 fix misuse of gboolean*, use gboolean instead
2740                 (thanks to Paul, Colin, for pointing out that scaring one)
2741
2742 2005-12-02 [paul]       1.9.100cvs53
2743
2744         * src/plugins/clamav/clamav_plugin.c
2745                 int no --> unsigned int no
2746         * src/plugins/clamav/clamav_plugin_gtk.c
2747                 rework config page
2748
2749 2005-12-02 [wwp]        1.9.100cvs52
2750
2751         * src/compose.c
2752         * src/prefs_template.c
2753         * src/quote_fmt.h
2754         * src/quote_fmt_parse.y
2755                 prevent from executing |f and |p templates commands when
2756                 adding or replacing templates in prefs (avoids annoying and
2757                 potentially dangerous behaviours)
2758
2759 2005-12-02 [paul]       1.9.100cvs51
2760
2761         * src/prefs_common.c
2762                 allow translation of some default values
2763                 Patch by Fabien Vantard
2764
2765 2005-12-02 [paul]       1.9.100cvs50
2766
2767         * src/codeconv.c
2768         * src/codeconv.h
2769         * src/prefs_common.c
2770         * src/prefs_common.h
2771         * src/prefs_message.c
2772         * src/textview.c
2773                 remove obsolete 'convert_mb_alnum' option
2774                 and related stuff
2775         * src/gtk/about.c
2776                 remove unused 'about_textview_visibility_notify'
2777
2778 2005-12-02 [paul]       1.9.100cvs49
2779
2780         * src/prefs_account.c
2781         * src/prefs_compose_writing.c
2782         * src/prefs_fonts.c
2783         * src/prefs_gtk.h
2784         * src/prefs_image_viewer.c
2785         * src/prefs_message.c
2786         * src/prefs_other.c
2787         * src/prefs_receive.c
2788         * src/prefs_send.c
2789         * src/prefs_spelling.c
2790         * src/prefs_summaries.c
2791         * src/prefs_wrapping.c
2792         * src/plugins/dillo_viewer/dillo_prefs.c
2793         * src/plugins/pgpcore/prefs_gpg.c
2794                 several cleanups to the prefs dialogs
2795                 (slightly modified) patch by Fabien Vantard
2796
2797 2005-12-02 [paul]       1.9.100cvs48
2798
2799         * src/main.c
2800                 --exit means exit
2801         * src/send_message.c
2802                 fix crash on send when connection fails
2803
2804         Thanks to Colin
2805
2806 2005-12-01 [colin]      1.9.100cvs47
2807
2808         * src/html.c
2809                 Translate &hellip; to "..."
2810
2811 2005-11-30 [colin]      1.9.100cvs46
2812
2813         * src/matcher.c
2814         * src/matcher.h
2815                 Optimize back yesterday's fix.
2816
2817 2005-11-30 [paul]       1.9.100cvs45
2818
2819         * manual/faq.xml
2820                 standardised
2821         * manual/intro.xml
2822                 written by Colin, edited by me
2823
2824 2005-11-29 [colin]      1.9.100cvs44
2825
2826         * src/matcher.c
2827                 Skip headers unconditionnaly in match_body if the
2828                 rule is not message or ~message
2829
2830 2005-11-29 [colin]      1.9.100cvs43
2831
2832         * src/matcher.c
2833                 Fix body_part and such, not skipping headers 
2834                 if the matchcriteria wasn't the first in the rule
2835
2836 2005-11-29 [colin]      1.9.100cvs42
2837
2838         * src/compose.c
2839                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
2840                 option missing from message view window)
2841                 Fix double text D'n'D with gtk-2.8
2842         * src/matcher.c
2843                 Fix ~message, ~headers_part, ~body_part rules
2844         * src/messageview.c
2845                 Add Windows-1252 (Closes bug #863)
2846                 Fix accels
2847         * src/gtk/gtkaspell.c
2848                 Properly destroy accels in all menus
2849
2850 2005-11-29 [mones]      1.9.100cvs41
2851
2852         * po/es.po
2853                 Updated.
2854
2855 2005-11-27 [colin]      1.9.100cvs40
2856
2857         * src/mh_gtk.c
2858                 "/Remove mailbox" -> "/Remove mailbox..."
2859
2860 2005-11-27 [paul]       1.9.100cvs39
2861
2862         * AUTHORS
2863         * po/de.po
2864         * src/gtk/authors.h
2865                 updated by new maintainer, Stephan Sachse
2866
2867 2005-11-27 [paul]       1.9.100cvs38
2868
2869         * manual/faq.xml
2870                 written by Colin, edited by me
2871
2872 2005-11-27 [paul]       1.9.100cvs37
2873
2874         * src/prefs_common.c
2875         * src/prefs_common.h
2876         * src/prefs_receive.c
2877         * src/prefs_summaries.c
2878                 move 'go to inbox after receiving new mail'
2879                 option from display/sumamaries to mail
2880                 handling/receive, and rework prefs_summaries
2881                 dialog a little
2882
2883 2005-11-25 [martin]     1.9.100cvs36
2884
2885         * po/de.po
2886             fixed windows-1252 translation;
2887             translated some new and fuzzy strings
2888
2889 2005-11-25 [paul]       1.9.100cvs35
2890
2891         * src/plugins/clamav/clamav_plugin.c
2892                 complete the update done in cvs34
2893
2894 2005-11-25 [paul]       1.9.100cvs34
2895
2896         * src/plugins/clamav/clamav_plugin.c
2897                 reflect upstream changes
2898
2899 2005-11-25 [paul]       1.9.100cvs33
2900
2901         * manual/ack.xml
2902         * manual/plugins.xml
2903         * manual/sylpheed-claws-manual.xml
2904                 written/updated by Colin, edited by me
2905         * tools/acroread2sylpheed.pl
2906                 update binary name
2907
2908 2005-11-24 [colin]      1.9.100cvs32
2909
2910         * src/compose.c
2911                 Fix bug #856 (reediting messages forgets Request
2912                 Return Receipt)
2913
2914 2005-11-24 [paul]       1.9.100cvs31
2915
2916         * manual/addrbook.xml
2917         * manual/starting.xml
2918                 written by Colin, proofread, edited, adapted by me
2919         * manual/advanced.xml
2920                 add some Actions examples
2921         * src/importldif.c
2922                 use a Save button instead of a Close button
2923         * src/wizard.c
2924                 indicate mandatory fields
2925                 fix page display
2926                 Thanks to Colin
2927
2928 2005-11-23 [colin]      1.9.100cvs30
2929
2930         * src/addressbook.c
2931                 Rename menu item, fix possible crash after
2932                 deletion of books
2933         * src/addrindex.c
2934                 Allow searching for '*' in ldap
2935         * src/browseldap.c
2936                 Fix "Browse Entry" (did anyone use it?)
2937         * src/wizard.c
2938                 Add guards for mandatory information
2939
2940 2005-11-23 [paul]       1.9.100cvs29
2941
2942         * manual/advanced.xml
2943                 corrections to the English
2944
2945 2005-11-23 [colin]      1.9.100cvs28
2946
2947         * src/mimeview.c
2948                 Fix possible crash at exit. After the call to
2949                 gtk_container_remove(), the Viewer's widget has no
2950                 more parent so gtk+ automatically frees it and its
2951                 sons. If destroy_viewer() then try to access it,
2952                 problems ensue.
2953
2954 2005-11-22 [colin]      1.9.100cvs27
2955
2956         * src/compose.c
2957         * src/gtk/gtkaspell.c
2958                 Fix right-clicking on a misspelled word
2959                 Fix More... in suggestions menu
2960
2961 2005-11-22 [wwp]        1.9.100cvs26
2962
2963         * src/prefs_template.c
2964                 templates works: re-sort templates list when adding or replacing,
2965                 prevent from adding or replacing when the template name is empty
2966
2967 2005-11-21 [colin]      1.9.100cvs25
2968
2969         * src/addressbook.c
2970                 Fix some addressbook suckage (dnd, select all)
2971         * src/compose.c
2972         * src/gtk/gtkaspell.c
2973         * src/gtk/gtkaspell.h
2974                 Make the spellchecker menu work with the 
2975                 GtkTextView one instead of overriding it
2976
2977 2005-11-20 [paul]       1.9.100cvs24
2978
2979         * manual/handling.xml
2980                 proofread and corrected
2981
2982 2005-11-20 [paul]       1.9.100cvs23
2983
2984         * manual/Makefile
2985                 generate html as one file
2986         * manual/advanced.xml
2987                 fix output generation
2988                 reformat hidden options list
2989         * manual/manual.xml     ** REMOVED **
2990         * manual/sylpheed-claws-manual.xml      ** ADDED **
2991                 renamed
2992
2993 2005-11-18 [colin]      1.9.100cvs22
2994
2995         * src/prefs_account.c
2996                 Fix layout in news and mbox accounts
2997         * manual/account.xml
2998         * manual/advanced.xml
2999                 New contents for Paul to check :)
3000
3001 2005-11-18 [wwp]        1.9.100cvs21
3002
3003         * src/gtk/quicksearch.c
3004                 don't update extended quicksearch buttons twice
3005
3006 2005-11-18 [paul]       1.9.100cvs20
3007
3008         * src/textview.c
3009                 complete 1.9.100cvs19
3010
3011 2005-11-18 [paul]       1.9.100cvs19
3012
3013         * src/compose.c
3014                 cosmetic improvements
3015         * src/textview.c
3016                 also list text/* attachments
3017
3018 2005-11-18 [colin]      1.9.100cvs18
3019
3020         * src/summaryview.c
3021                 Use column 0 instead of -1 in 
3022                 gtk_ctree_node_moveto, in a naive
3023                 hope it'll fix the gtk-related crashes
3024
3025 2005-11-18 [colin]      1.9.100cvs17
3026
3027         * src/gtk/inputdialog.c
3028                 Fix icon staying the first one
3029
3030 2005-11-17 [wwp]        1.9.100cvs16
3031                 fix possible problem showing some quicksearch buttons, and a bad
3032                 call to g_return_if_fail in a function that returns a value (both
3033                 fixes by Fabien Vantard)
3034
3035 2005-11-15 [wwp]        1.9.100cvs15
3036
3037         * src/gtk/quicksearch.c
3038                 added a tooltip to that obscure ... quicksearch button
3039
3040 2005-11-15 [wwp]        1.9.100cvs14
3041
3042         * src/gtk/quicksearch.c
3043                 add a quicksearch helper to filtering expression users: the ... button
3044                 raises the condition expr window. condition expressions set up w/ this
3045                 window are used by the quicksearch if the user closes it pressing OK.
3046
3047 2005-11-14 [paul]       1.9.100cvs13
3048
3049         * src/plugins/clamav/clamav_plugin.c
3050         * src/plugins/spamassassin/spamassassin.c
3051                 change plugin type following recent merging
3052
3053 2005-11-14 [wwp]        1.9.100cvs12
3054
3055         * src/folder.c
3056                 prevent from crashing when copying/moving message(s) from and
3057                 to the same folder
3058
3059 2005-11-14 [paul]       1.9.100cvs11
3060
3061         * src/plugins/clamav/Makefile.am
3062         * src/plugins/clamav/clamav_plugin.c
3063         * src/plugins/clamav/clamav_plugin.h
3064         * src/plugins/clamav/clamav_plugin_gtk.c
3065                 also merge clamav and clamav_gtk plugins
3066
3067 2005-11-13 [colin]      1.9.100cvs10
3068
3069         * configure.ac
3070         * src/plugins/spamassassin/Makefile.am
3071         * src/plugins/spamassassin/spamassassin.c
3072         * src/plugins/spamassassin/spamassassin.h
3073         * src/plugins/spamassassin/spamassassin_gtk.c
3074                 Merge spamassassin and spamassassin_gtk plugins,
3075                 and build it by default.
3076
3077 2005-11-12 [colin]      1.9.100cvs9
3078
3079         * src/etpan/imap-thread.c
3080                 Fix gcc warning
3081
3082 2005-11-12 [colin]      1.9.100cvs8
3083
3084         * src/procmime.c
3085                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
3086
3087 2005-11-10 [colin]      1.9.100cvs7
3088
3089         * src/main.c
3090                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
3091                 minimised state)
3092
3093 2005-11-10 [wwp]        1.9.100cvs6
3094
3095         * src/gtk/description_window.c
3096                 fix a crash when closing description windows using the WM's [X] button
3097
3098 2005-11-09 [colin]      1.9.100cvs5
3099
3100         * src/common/ssl.c
3101                 Update libetpan call to follow upstream
3102                 (yes, this requires libetpan-0.40cvs3)
3103
3104 2005-11-08 [colin]      1.9.100cvs4
3105
3106         * src/compose.c
3107         * src/textview.c
3108         * src/common/utils.c
3109         * src/common/utils.h
3110                 Enhance the email parser
3111
3112 2005-11-08 [colin]      1.9.100cvs3
3113
3114         * src/procmime.c
3115                 Fix what looks like an off-by-one (fixes 
3116                 attachments from the Bat)
3117
3118 2005-11-08 [wwp]        1.9.100cvs2
3119
3120         * src/main.c
3121                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
3122
3123 2005-11-08 [wwp]        1.9.100cvs1
3124
3125         * src/main.c
3126                 allow exiting Sylpheed-Claws from command-line
3127
3128 2005-11-08 [paul]       1.9.100
3129
3130         1.9.100 released
3131
3132 2005-11-07 [colin]      1.9.99cvs17
3133
3134         * src/addritem.c
3135         * src/ldif.c
3136                 Fix import of base-64 encoded items
3137
3138 2005-11-07 [colin]      1.9.99cvs16
3139
3140         * src/send_message.c
3141                 Fix bug #314 (Queue does not empty under certain 
3142                 circumstances)
3143
3144 2005-11-07 [paul]       1.9.99cvs15
3145
3146         * src/mutt.c
3147         * src/pine.c
3148                 fix buffer overflows
3149                 Thanks to Colin
3150
3151 2005-11-07 [paul]       1.9.99cvs14
3152
3153         * doc/man/Makefile.am
3154         * doc/man/sylpheed-claws.1      ** ADDED **
3155         * doc/man/sylpheed.1            ** DELETED **
3156                 rename and update the man file
3157
3158 2005-11-06 [colin]      1.9.99cvs13
3159
3160         * src/ldif.c
3161                 Fix ldif_get_line() that returned empty strings
3162                 (Didn't understand why). Also fix a possible
3163                 buffer overflow.
3164
3165 2005-11-06 [wwp]        1.9.99cvs12
3166
3167         * src/textview.c
3168         * src/gtk/about.c
3169         * src/gtk/gtkutils.c
3170         * src/gtk/gtkutils.h
3171                 fix a compilation warning,
3172                 make links sensitive in the about dialog
3173
3174 2005-11-04 [wwp]        1.9.99cvs11
3175
3176         * src/gtk/about.c
3177                 don't wrap or translate URIs, and a bit text format cleanup
3178
3179 2005-11-04 [wwp]        1.9.99cvs10
3180
3181         * src/gtk/about.c
3182                 better textview tagging implementation (no more use of marks for
3183                 postponed tagging)
3184
3185 2005-11-02 [colin]      1.9.99cvs9
3186
3187         * src/common/ssl.c
3188                 Forgot an ifdef
3189
3190 2005-11-02 [colin]      1.9.99cvs8
3191
3192         * configure.ac
3193                 Require libetpan-0.40 due to upstream fix
3194         * src/common/ssl.c
3195                 Tell libetpan not to call SSL_Library_Init,
3196                 as we do it ourselves.
3197
3198 2005-11-02 [colin]      1.9.99cvs7
3199
3200         * po/POTFILES.in
3201                 Add missing files (thanks to Fabien Vantard)
3202
3203 2005-11-02 [colin]      1.9.99cvs6
3204
3205         * src/summaryview.c
3206                 Fix totals when read messages are hidden or quicksearch
3207                 is on
3208         * src/ssl_manager.c
3209         * src/ssl_manager.h
3210         * src/common/ssl_certificate.c
3211         * src/common/ssl_certificate.h
3212         * src/gtk/sslcertwindow.c
3213         * src/gtk/sslcertwindow.h
3214                 Fix copyright on my stuff
3215
3216 2005-11-02 [wwp]        1.9.99cvs5
3217
3218         * src/prefs_themes.c
3219                 fix directory name checking (theme installation/removal),
3220                 made related error a bit more verbose
3221
3222 2005-11-02 [colin]      1.9.99cvs4
3223
3224         * src/summaryview.c
3225                 Fix typo (probably fixes bug #841 (Sort by the From 
3226                 field doesn't work)
3227
3228 2005-11-02 [paul]       1.9.99cvs3
3229
3230         * po/ko.po
3231         * po/nb.po
3232                 updated by SungHyun Nam, Geir Helland
3233         * src/wizard.c
3234                 fix typo in welcome message. spotted by
3235                 Andrea Spadaccini
3236
3237 2005-11-01 [colin]      1.9.99cvs2
3238
3239         * src/compose.c
3240                 Fix replying to ml wen confirming subscription
3241         * src/messageview.c
3242         * src/mimeview.c
3243         * src/mimeview.h
3244         * src/privacy.h
3245         * src/summaryview.c
3246                 Make key check non blocking
3247
3248 2005-10-31 [paul]       1.9.99cvs1
3249
3250         * tools/claws.i18n.status.pl
3251                 updated for ChangeLog
3252
3253 2005-10-31 [paul]       1.9.99
3254
3255         1.9.99 released
3256
3257 2005-10-31 [paul]       1.9.15cvs131
3258
3259         * .cvsignore
3260         * ChangeLog
3261         * ChangeLog.claws       ** REMOVED **
3262         * ChangeLog-gtk2.claws  ** REMOVED **
3263         * ChangeLog.gtk1        ** ADDED **
3264         * INSTALL
3265         * Makefile.am
3266         * NEWS
3267         * README
3268         * README.claws          ** REMOVED **
3269         * README.jp             ** REMOVED **
3270         * RELEASE_NOTES         ** ADDED **
3271         * RELEASE_NOTES.claws   ** REMOVED **
3272         * commitHelper
3273         * configure.ac
3274         * sylpheed.spec.in      ** REMOVED **
3275                 tidy up and update the default docs:
3276                 ChangeLog.claws is renamed ChangeLog.gtk1
3277                 ChangeLog-gtk2.claws is renamed ChangeLog
3278                 README.claws is renamed README
3279                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
3280
3281 2005-10-31 [paul]       1.9.15cvs130
3282
3283         * po/it.po
3284                 fix errors
3285
3286 2005-10-31 [paul]       1.9.15cvs129
3287
3288         * po/ca.po
3289         * po/de.po
3290         * po/en_GB.po
3291         * po/fr.po
3292         * po/it.po
3293         * po/pt_BR.po
3294         * po/sk.po
3295         * po/sr.po
3296         * po/zh_CN.po
3297                 updated by Miquel Oliete, Stephan Sachse and
3298                 Thomas Gilgin, me, Fabien Vantard, Andrea
3299                 Spadaccini, Frederico Goncalves Guimaraes,
3300                 Andrej Kacian, Aleksandar Urosevic, and
3301                 Ralgh Young.
3302
3303 2005-10-31 [mones]      1.9.15cvs128
3304
3305         * manual/faq.xml
3306                 More questions.
3307         
3308         * po/es.po
3309                 Updated for release.
3310
3311 2005-10-30 [colin]      1.9.15cvs127
3312
3313         * src/compose.c
3314                 Place cursor before rewrapping (fixes cursor
3315                 pos if quotation gets rewrapped)
3316
3317 2005-10-29 [paul]       1.9.15cvs126
3318
3319         * src/crash.c
3320         * src/foldersel.c
3321         * src/main.c
3322         * src/messageview.c
3323         * src/toolbar.c
3324         * src/gtk/authors.h
3325                 corrections to text items
3326
3327 2005-10-28 [colin]      1.9.15cvs125
3328
3329         * src/messageview.c
3330                 Make "hit 'C' to check sig" work from extern 
3331                 messageviews
3332
3333 2005-10-27 [colin]      1.9.15cvs124
3334
3335         * src/summaryview.c
3336                 Add a hack to avoid segfaulting when hammering 
3337                 on gtk's events
3338
3339 2005-10-27 [wwp]        1.9.15cvs123
3340
3341         * src/prefs_themes.c
3342                 sort list of themes names in themes prefs
3343
3344 2005-10-27 [paul]       1.9.15cvs122
3345
3346         * src/folder.c
3347         * src/prefs_account.c
3348                 fix building on Solaris
3349                 Patch by Alex Moore
3350
3351 2005-10-27 [wwp]        1.9.15cvs121
3352
3353         * src/summaryview.c
3354         * src/gtk/gtksctree.c
3355                 speed up unselecting messages in summary view (thanks to Colin)
3356
3357 2005-10-27 [paul]       1.9.15cvs120
3358
3359         * src/mainwindow.c
3360                 fix a compilation warning
3361         * src/summaryview.c
3362                 fix updating of 'n items selected' count
3363                 when deselecting
3364
3365 2005-10-27 [martin]     1.9.15cvs119
3366
3367         * src/action.c
3368                 ignore actions with a leading '/' in the action menu name
3369                 fixes a crash on menu creation
3370         * src/prefs_actions.c
3371                 do not allow a leading '/' in the action menu name
3372
3373 2005-10-27 [paul]       1.9.15cvs118
3374
3375         * src/main.c
3376                 fix compilation warning
3377
3378 2005-10-27 [paul]       1.9.15cvs117
3379
3380         * src/procmime.c
3381                 add #if HAVE_LOCALE_H
3382
3383 2005-10-27 [paul]       1.9.15cvs116
3384
3385         * src/plugins/clamav/clamav_plugin.c
3386         * src/plugins/dillo_viewer/dillo_viewer.c
3387         * src/plugins/mathml_viewer/mathml_viewer.c
3388         * src/plugins/pgpcore/plugin.c
3389         * src/plugins/pgpinline/plugin.c
3390         * src/plugins/pgpmime/plugin.c
3391         * src/plugins/spamassassin/spamassassin.c
3392         * src/plugins/trayicon/trayicon.c
3393                 plugin_init() : make error messages more
3394                 informative
3395
3396 2005-10-26 [wwp]        1.9.15cvs115
3397
3398         * src/prefs_matcher.c
3399                 enlarge boolean op widget width a bit (wasn't always showing text contents)
3400
3401 2005-10-26 [wwp]        1.9.15cvs114
3402
3403         * src/procmime.c
3404         * src/gtk/gtksctree.c
3405         * src/plugins/spamassassin/libspamc.c
3406         * src/plugins/spamassassin/spamassassin.c
3407                 fix some compilation warnings more
3408
3409 2005-10-26 [mones]      1.9.15cvs113
3410
3411         * po/es.po
3412                 Updated translation
3413
3414 2005-10-26 [paul]       1.9.15cvs112
3415
3416         * src/prefs_message.c
3417                 give all display_xface stuff the
3418                 #if HAVE_LIBCOMPFACE treatment, thus
3419                 preventing a crash
3420                 (Thanks to Wolfgang Enderlein)
3421
3422 2005-10-26 [colin]      1.9.15cvs111
3423
3424         * src/gedit-print.c
3425                 Fix date format
3426         * src/imap_gtk.c
3427         * src/news_gtk.c
3428                 Remove context menu items that should not be there
3429         * src/jpilot.c
3430                 Fix encoding
3431         * src/main.c
3432         * src/mainwindow.c
3433                 Don't show the mainwindow too soon
3434
3435 2005-10-26 [wwp]        1.9.15cvs110
3436
3437         * src/folder.c
3438         * src/manual.c
3439         * src/summaryview.c
3440                 fix uninitialized pointers in the folder updating hook
3441                 (thanks to Colin)
3442
3443 2005-10-25 [mones]      1.9.15cvs109
3444
3445         * manual/faq.xml
3446                 General information subsection completed. 
3447                 Removed archaic references.
3448                 
3449         * manual/Makefile
3450         * manual/dtd/manual.dsl
3451                 Added customization stylesheet for getting paragraphs
3452                 fully justified in PDF output (as suggested by Colin).
3453
3454 2005-10-25 [colin]      1.9.15cvs108
3455
3456         * src/compose.c
3457                 Fix a second leak
3458
3459 2005-10-25 [colin]      1.9.15cvs107
3460
3461         * src/addrbook.c
3462         * src/addrindex.c
3463                 Fix leak (xml_get_element() allocates memory)
3464         * src/compose.c
3465                 Fix leak + dead code (shame!)
3466         * src/procmime.c
3467                 Fix leak
3468
3469 2005-10-25 [colin]      1.9.15cvs106
3470
3471         * src/mimeview.c
3472                 Fix encoding issue in Save all and in 
3473                 overwrite-confirmation alertpanel
3474
3475 2005-10-25 [colin]      1.9.15cvs105
3476
3477         * src/common/socket.c
3478                 Fix a leak - Thanks to Christopher Aillon
3479                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
3480
3481 2005-10-25 [paul]       1.9.15cvs104
3482
3483         * src/wizard.c
3484                 Always guess servers from the right-hand
3485                 email part and guess username from the
3486                 left-hand part. (Thanks to Colin)
3487                 add an X-Face to the welcome message
3488
3489 2005-10-25 [paul]       1.9.15cvs103
3490
3491         * manual/handling.xml
3492                 written by Colin, edited by me
3493
3494 2005-10-25 [wwp]        1.9.15cvs102
3495
3496         * src/folderview.c
3497         * src/grouplistdialog.c
3498         * src/imap.c
3499         * src/noticeview.c
3500                 fix some compilation warnings
3501
3502 2005-10-24 [paul]
3503
3504         1.9.99-rc3 released
3505
3506 2005-10-24 [paul]       1.9.15cvs101
3507
3508         * src/gtk/about.c
3509                 fix window sizing
3510
3511 2005-10-24 [paul]       1.9.15cvs100
3512
3513         * src/pixmaps/offline.xpm
3514         * src/pixmaps/online.xpm
3515                 replace with last default versions
3516
3517 2005-10-24 [colin]      1.9.15cvs99
3518
3519         * src/imap.c
3520                 Fix bug when moving a folder
3521         * src/imap_gtk.c
3522         * src/mh_gtk.c
3523                 "Delete folder" pops up a window, so it 
3524                 should be suffixed with "..."
3525         * src/plugins/pgpcore/sgpgme.c
3526                 Include locale.h
3527
3528 2005-10-24 [mones]      1.9.15cvs98
3529
3530         * manual/Makefile
3531         * manual/account.xml
3532         * manual/ack.xml
3533         * manual/addrbook.xml
3534         * manual/advanced.xml
3535         * manual/faq.xml
3536         * manual/glossary.xml
3537         * manual/gpl.xml
3538         * manual/handling.xml
3539         * manual/intro.xml
3540         * manual/keyboard.xml
3541         * manual/manual.xml
3542         * manual/plugins.xml
3543         * manual/starting.xml
3544         * manual/dtd/sdocbook.dtd
3545                 Initial manual structure and some content.
3546
3547 2005-10-23 [wwp]        1.9.15cvs97
3548
3549         * src/gtk/about.c
3550                 fix a typo
3551
3552 2005-10-23 [wwp]        1.9.15cvs96
3553
3554         * src/gtk/about.c
3555         * src/gtk/authors.h
3556                 rework of the about window (main work by Paul), also featuring a few
3557                 fixes for typos and duplicate names
3558
3559 2005-10-23 [wwp]        1.9.15cvs95
3560
3561         * src/.cvsignore
3562                 Ignore the right binary name (sylpheed-claws now)
3563
3564 2005-10-23 [paul]       1.9.15cvs94
3565
3566         * src/compose.c
3567                 when using Folder Pref 'Default To for
3568                 replies' make the entry in the Compose
3569                 window bold
3570                 Patch by Fabien Vantard
3571
3572 2005-10-22 [colin]      1.9.15cvs93
3573
3574         * src/codeconv.c
3575                 Fix leak
3576
3577 2005-10-22 [colin]      1.9.15cvs92
3578
3579         * src/codeconv.c
3580                 try to convert using locale (apart utf8) if necessary
3581
3582 2005-10-22 [colin]      1.9.15cvs91
3583
3584         * src/pixmaps/new.xpm
3585         * src/pixmaps/unread.xpm
3586                 Make the unread envelope blue again and
3587                 saturate the new one a bit more.
3588
3589 2005-10-22 [colin]      1.9.15cvs90
3590
3591         * src/compose.c
3592                 When replying to a mail sent by one of our accounts,
3593                 use the original list of recipients. Let 'Reply All'
3594                 and 'Reply to sender' work like previously.
3595
3596 2005-10-21 [colin]      1.9.15cvs89
3597
3598         * src/prefs_filtering.c
3599                 Clear fields after add and replace
3600         * src/textview.c
3601                 Display xface differently (better)
3602         * src/plugins/pgpinline/pgpinline.c
3603                 Fix crappy encodings/recodings
3604
3605 2005-10-21 [paul]       1.9.15cvs88
3606
3607         * src/compose.c
3608         * src/prefs_folder_item.c
3609         * src/toolbar.c
3610                 fix news folder Folder Properties
3611                 (thanks to Colin)
3612         * src/folderview.c
3613                 update folderview after Themes change
3614                 keep selected folder selected
3615                 (thanks to Colin)
3616
3617 2005-10-21 [paul]       1.9.15cvs87
3618
3619         * tools/Makefile.am
3620         * tools/OOo2sylpheed.pl
3621         * tools/README
3622         * tools/README.sylprint
3623         * tools/asus_mailled.sh         ** REMOVED **
3624         * tools/filter_conv.pl
3625         * tools/freshmeat_search.pl
3626         * tools/google_search.pl
3627         * tools/gpg-sign-syl            ** REMOVED **
3628         * tools/kmail2sylpheed.pl
3629         * tools/kmail2sylpheed_v2.pl
3630         * tools/multiwebsearch.pl
3631         * tools/nautilus2sylpheed.sh
3632         * tools/newscache_clean.pl
3633         * tools/outlook2sylpheed.pl
3634         * tools/sylpheed-switcher       ** REMOVED **
3635         * tools/sylprint.pl
3636         * tools/sylprint.rc
3637         * tools/tb2sylpheed
3638         * tools/vcard2xml.py
3639         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3640                 update default config dir
3641                 update binary name (thanks to Fabien Vantard)
3642                 remove obsolete scripts
3643
3644 2005-10-21 [colin]      1.9.15cvs86
3645
3646         * src/inc.c
3647                 Fix possible leak and units. Based on a patch by
3648                 Fabien Vantard.
3649
3650 2005-10-20 [colin]      1.9.15cvs85
3651
3652         * src/textview.c
3653                 Clear xface when clearing textview
3654
3655 2005-10-20 [colin]      1.9.15cvs84
3656
3657         * configure.ac
3658         * src/folderview.c
3659         * src/headerview.c
3660         * src/main.c
3661         * src/prefs_common.c
3662         * src/prefs_common.h
3663         * src/prefs_message.c
3664         * src/textview.c
3665         * src/textview.h
3666         * src/common/defs.h
3667         * src/common/utils.c
3668         * src/common/utils.h
3669         * src/gtk/gtkutils.c
3670         * src/gtk/gtkutils.h
3671                 Migrate config to .sylpheed-claws (Automatically)
3672                 Add a way to get the Xface in the TextView
3673
3674 2005-10-20 [colin]      1.9.15cvs83
3675
3676         * src/gtk/Makefile.am
3677         * src/gtk/about.c
3678         * src/gtk/authors.h
3679                 Make the about dialog *grooovy*
3680
3681 2005-10-20 [colin]      1.9.15cvs82
3682
3683         * src/mimeview.c
3684                 Use "Open with" on double click if no command
3685                 was found
3686
3687 2005-10-20 [colin]      1.9.15cvs81
3688
3689         * src/imap.c
3690         * src/etpan/imap-thread.c
3691                 Fix possible crash.
3692
3693 2005-10-20 [paul]       1.9.15cvs80
3694
3695         * src/folder.c
3696                 don't show clipkey icon if the only
3697                 attachment is the signature
3698                 Patch by Colin
3699
3700 2005-10-20 [paul]       1.9.15cvs79
3701
3702         * AUTHORS
3703         * src/plugins/pgpmime/pgpmime.c
3704                 name the PGP/MIME signature 'signature.asc'
3705                 Patch by Andrew Nelson <freeandy@gmail.com>
3706
3707 2005-10-19 [colin]      1.9.15cvs78
3708
3709         * src/plugins/pgpmime/pgpmime.c
3710                 Oops, no need to double-check though
3711
3712 2005-10-19 [colin]      1.9.15cvs77
3713
3714         * src/plugins/pgpinline/pgpinline.c
3715         * src/plugins/pgpmime/pgpmime.c
3716                 Check that my_tmpfile() doesn't 
3717                 return NULL
3718
3719 2005-10-19 [colin]      1.9.15cvs76
3720
3721         * src/common/utils.c
3722                 Use shorter mime boundaries to avoid having
3723                 MTAs rewrapping our headers, breaking the
3724                 PGP signature in the process 
3725         * src/compose.c
3726         * src/plugins/pgpmime/pgpmime.c
3727                 Check for boundary uniqueness to be sure
3728                 it won't happen, instead of hoping for the
3729                 best
3730
3731 2005-10-19 [colin]      1.9.15cvs75
3732
3733         * sylpheed-claws.desktop
3734         * src/Makefile.am
3735         * src/main.c
3736                 Ship a sylpheed-claws binary instead
3737                 of a sylpheed one. Change the socket
3738                 name, too
3739         * src/folderview.c
3740                 Update folder only if it changed
3741         * src/wizard.c
3742                 Fix i18n in welcome mail, patch by
3743                 Fabien Vantard
3744
3745 2005-10-19 [paul]
3746
3747         1.9.99-rc2 released
3748
3749 2005-10-19 [paul]       1.9.15cvs74
3750
3751         * src/folder.c
3752         * src/folderview.c
3753                 fix summaryview update
3754                 Patch by Colin
3755
3756 2005-10-18 [colin]      1.9.15cvs73
3757
3758         * src/plugins/pgpcore/passphrase.c
3759                 Don't XGrabServer, and try a bit more to 
3760                 sync everything before grabbing mouse/keyboard
3761
3762 2005-10-18 [colin]      1.9.15cvs72
3763
3764         * src/Makefile.am
3765         * src/addressadd.c
3766         * src/addressbook.c
3767         * src/folderview.c
3768         * src/grouplistdialog.c
3769         * src/mimeview.c
3770         * src/stock_pixmap.c
3771         * src/stock_pixmap.h
3772         * src/summaryview.c
3773         * src/gtk/gtksctree.c
3774         * src/gtk/gtksctree.h
3775         * src/pixmaps/empty.xpm
3776                 Implement a wrapper call for gtk_ctree_set_node_info
3777                 and gtk_ctree_insert_node, that uses a 1x1 transparent
3778                 pixmap instead of a NULL one. This works around some
3779                 memory problems deep inside gtk, revealed by valgrind,
3780                 and fixes bug #834 (Pressing CTRl-D on a message marked 
3781                 as locked crashes sylpheed.), as well as, probably, 
3782                 wwp's 4th dimension problems that happen in gtk_ctree_*.
3783
3784 2005-10-17 [colin]      1.9.15cvs71
3785
3786         * src/mimeview.c
3787                 Provide visual feedback when checking
3788                 signature
3789
3790 2005-10-17 [colin]      1.9.15cvs70
3791
3792         * src/main.c
3793                 Keep the folder list frozen while checking caches...
3794
3795 2005-10-17 [colin]      1.9.15cvs69
3796
3797         * src/addr_compl.c
3798                 Fi bug #833 (Autocompleting from addressbook 
3799                 fails with extended chars)
3800         * src/imap.c
3801                 Fix 'adding messages' staying in statusbar
3802                 after an error
3803
3804 2005-10-17 [wwp]        1.9.15cvs68
3805
3806         * src/ssl_manager.c
3807                 Fix buttons' layout resizing when window size changes
3808
3809 2005-10-17 [wwp]        1.9.15cvs67
3810
3811         * src/account.c
3812         * src/prefs_account.c
3813         * src/prefs_common.c
3814         * src/prefs_common.h
3815         * src/prefs_folder_item.c
3816         * src/prefs_gtk.c
3817         * src/gtk/logwindow.c
3818         * src/gtk/pluginwindow.c
3819         * src/gtk/prefswindow.c
3820         * src/gtk/prefswindow.h
3821                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
3822
3823 2005-10-17 [paul]       1.9.15cvs66
3824
3825         * configure.ac
3826                 fix missing libetpan message
3827         * po/en_GB.po
3828                 updated
3829         * src/crash.c
3830         * src/manual.c
3831         * src/prefs_themes.c
3832         * src/common/defs.h
3833                 add some new URI defines, change some
3834                 others
3835         * src/wizard.c
3836                 make welcome message translatable
3837                 small improvements to english
3838                 other tweaks
3839         * src/gtk/menu.c
3840                 fix warnings
3841
3842 2005-10-17 [paul]       1.9.15cvs65
3843
3844         * src/summaryview.c
3845                 fix column titles
3846
3847 2005-10-16 [mones]      1.9.15cvs64
3848
3849         * po/es.po
3850                 Updated translation
3851
3852 2005-10-16 [colin]
3853
3854         1.9.99-rc1 released
3855
3856 2005-10-16 [colin]      1.9.15cvs63
3857
3858         * src/wizard.c
3859                 Fix whitespace
3860
3861 2005-10-16 [colin]      1.9.15cvs62
3862
3863         * src/toolbar.c
3864                 s/Get All/Get Mail/
3865         * src/wizard.c
3866                 Real welcome mail text, thanks Paul
3867
3868 2005-10-16 [colin]      1.9.15cvs61
3869
3870         * src/editldap.c
3871         * src/exporthtml.c
3872         * src/main.c
3873         * src/mainwindow.c
3874         * src/prefs_themes.c
3875         * src/prefs_toolbar.c
3876         * src/plugins/demo/demo.c
3877         * src/plugins/trayicon/trayicon.c
3878                 s/Sylpheed/Sylpheed-Claws/
3879
3880 2005-10-16 [colin]      1.9.15cvs60
3881
3882         * src/wizard.c
3883                 Add a welcome email in the first empty mailbox
3884         * src/prefs_common.c
3885                 Change one more default
3886
3887 2005-10-16 [colin]      1.9.15cvs59
3888
3889         * src/wizard.c
3890                 Remove printf
3891
3892 2005-10-16 [colin]      1.9.15cvs58
3893
3894         * src/toolbar.c
3895         * src/prefs_common.c
3896                 Change some defaults
3897
3898 2005-10-16 [colin]      1.9.15cvs57
3899
3900         * src/toolbar.c
3901         * src/prefs_common.c
3902                 Change some defaults
3903
3904 2005-10-16 [colin]      1.9.15cvs56
3905
3906         * src/wizard.c
3907                 By default, initialize fonts to have
3908                 the same size as normal GtkWidgets
3909
3910 2005-10-16 [colin]      1.9.15cvs55
3911
3912         * src/mimeview.c
3913                 Fix message a bit more
3914
3915 2005-10-16 [colin]      1.9.15cvs54
3916
3917         * src/addressbook.c
3918                 Second attempt at flicker fixing
3919
3920 2005-10-16 [colin]      1.9.15cvs53
3921
3922         * src/addressbook.c
3923                 Fix flicker
3924
3925 2005-10-16 [wwp]        1.9.15cvs52
3926
3927         * src/addressbook.c
3928         * src/editaddress.c
3929         * src/prefs_common.c
3930         * src/prefs_common.h
3931                 Remember window sizes (address book)
3932
3933 2005-10-16 [wwp]        1.9.15cvs51
3934
3935         * src/plugins/clamav/clamav_plugin_gtk.c
3936         * src/plugins/spamassassin/spamassassin_gtk.c
3937                 Fix compilation warnings (missing #include).
3938
3939 2005-10-16 [colin]      1.9.15cvs50
3940
3941         * src/mimeview.c
3942         * src/summaryview.c
3943         * src/textview.c
3944                 Make 'c' check signature, and forward
3945                 c, l, y, t from summaryview to mimeview
3946
3947 2005-10-16 [colin]      1.9.15cvs49
3948
3949         * src/addressbook.c
3950                 Put border around buttons
3951         * src/mainwindow.c
3952         * src/summaryview.c
3953                 Rework menus (Patch based on a patch
3954                 by Paul)
3955
3956 2005-10-15 [wwp]        1.9.15cvs48
3957
3958         * src/editjpilot.c
3959         * src/editldap.c
3960         * src/editvcard.c
3961         * src/exphtmldlg.c
3962         * src/expldifdlg.c
3963         * src/export.c
3964         * src/import.c
3965         * src/importldif.c
3966         * src/importmutt.c
3967         * src/importpine.c
3968         * src/prefs_account.c
3969         * src/prefs_spelling.c
3970         * src/gtk/gtkutils.c
3971         * src/gtk/gtkutils.h
3972         * src/plugins/clamav/clamav_plugin_gtk.c
3973         * src/plugins/spamassassin/spamassassin_gtk.c
3974                 use nicer browse-for-file/dir buttons than the "..." ones,
3975                 code factorizing more.
3976
3977 2005-10-14 [colin]      1.9.15cvs47
3978
3979         * src/mainwindow.c
3980                 set relief on the account switcher so that people see it
3981                 grey out Create processing rules when no message is selected
3982         * src/prefs_filtering.c
3983                 ask before closing if the rule has not been modified, even if
3984                 it's not valid
3985         * src/prefs_matcher.c
3986                 fix sensitivity when entering the dialog
3987         * src/gtk/inputdialog.c
3988                 display a better icon on password ask
3989         * src/plugins/pgpcore/passphrase.c
3990                 make the dialog look better
3991
3992 2005-10-14 [paul]       1.9.15cvs46
3993
3994         * src/folderview.c
3995                 indicate presense of marked msgs in
3996                 unexpanded subfolders
3997
3998 2005-10-14 [paul]       1.9.15cvs45
3999
4000         * src/prefs_actions.c
4001         * src/prefs_common.c
4002         * src/prefs_common.h
4003         * src/prefs_filtering_action.c
4004         * src/prefs_matcher.c
4005         * src/prefs_template.c
4006                 remember window sizes
4007                 fix Info button size
4008
4009         Patches by wwp
4010
4011 2005-10-13 [colin]      1.9.15cvs44
4012
4013         * src/mimeview.c
4014         * src/noticeview.c
4015         * src/noticeview.h
4016                 Add a tooltip on the icon (optional) 
4017                 Get rid of the signature buttons and only
4018                 use the icon+tooltip
4019
4020 2005-10-13 [colin]      1.9.15cvs43
4021
4022         * src/noticeview.c
4023         * src/noticeview.h
4024                 Add hand cursor for hovering over icon
4025
4026 2005-10-13 [colin]      1.9.15cvs42
4027
4028         * src/summaryview.c
4029                 Fix crash when quicksearch's hidden 
4030                 at startup
4031
4032 2005-10-13 [colin]      1.9.15cvs41
4033
4034         * src/compose.c
4035                 Set subject when forwarding multiple mails
4036                 Check that other recipient than the default Cc or Bcc
4037                 have been set before sending.
4038
4039 2005-10-13 [colin]      1.9.15cvs40
4040
4041         * src/imap.c
4042                 Batch per-folder
4043                 Introduce locking, but don't use it yet
4044
4045 2005-10-13 [colin]      1.9.15cvs39
4046
4047         * src/gtk/quicksearch.c
4048                 Reset quicksearch when hiding it
4049                 Make sticky a real pref
4050
4051 2005-10-13 [colin]      1.9.15cvs38
4052
4053         * src/summaryview.c
4054                 Faster prefs apply
4055
4056 2005-10-13 [colin]      1.9.15cvs37
4057
4058         * src/mimeview.c
4059         * src/noticeview.c
4060         * src/noticeview.h
4061         * src/plugins/pgpcore/sgpgme.c
4062                 Make privacy icon clickable
4063                 Move Trust field in Full info
4064                 When trust is less than full, don't display
4065                 a warning icon
4066
4067 2005-10-13 [colin]      1.9.15cvs36
4068
4069         * src/folder.c
4070                 Batch on flags sync
4071         * src/folderview.c
4072                 Revert speed hack which is dangerous in fact
4073                 Apply prefs faster
4074
4075 2005-10-13 [colin]      1.9.15cvs35
4076
4077         * src/folder_item_prefs.c
4078                 Fix pref corruption on folder move. Patch
4079                 by wwp
4080
4081 2005-10-13 [paul]       1.9.15cvs34
4082
4083         * src/export.c
4084         * src/import.c
4085                 fix typos in g_warnings
4086         * src/prefs_account.c
4087                 add a file selector for Signature file
4088
4089         Patches by wwp
4090
4091 2005-10-12 [colin]      1.9.15cvs33
4092
4093         * src/mimeview.c
4094                 Provide a quick way to go back from a
4095                 signature's full info to the email part
4096
4097 2005-10-12 [colin]      1.9.15cvs32
4098
4099         * src/compose.c
4100                 Remove old hack of encoding signed mails with base64.
4101                 QP works equally well.
4102
4103 2005-10-12 [colin]      1.9.15cvs31
4104
4105         * src/crash.c
4106                 Replace deprecated GtkText with GtkTextView
4107         * src/imap.c
4108                 Fix a logic bug about counts in imap_select
4109                 (previously un-triggered)
4110         * src/mainwindow.c
4111         * src/summaryview.c
4112         * src/news.c
4113                 Allow local deletion of news posts
4114         * src/mimeview.c
4115                 Show GPG noticeview on the message/rfc822 part
4116                 in addition to the text/plain one
4117         * src/prefs_image_viewer.c
4118           src/plugins/pgpcore/prefs_gpg.c
4119                 Polish (set the label as part of the checkbox)
4120         * src/wizard.c
4121                 Don't sit there doing nothing after destroying
4122                 the window - return err
4123
4124 2005-10-11 [colin]      1.9.15cvs30
4125
4126         * src/folderview.c
4127                 Apply processing rules before showing folders.
4128                 Early folder show (before flags sync) will only
4129                 be done when there are no processing rules (nor
4130                 pre- or post- ones)
4131         * src/imap.c
4132                 Fix stuff related to mail subdir, creation and 
4133                 deletion of folders 
4134         * src/imap_gtk.c
4135                 Don't allow creation of folders in NoInferior
4136                 folders, as it won't work
4137
4138 2005-10-10 [colin]      1.9.15cvs29
4139
4140         * src/compose.c
4141                 Reselect "None" Privacy system when selecting an
4142                 account with no privacy system defined
4143
4144 2005-10-10 [colin]      1.9.15cvs28
4145
4146         * src/mainwindow.c
4147                 Add Windows-1252 encoding
4148         * src/prefs_common.c
4149                 Rework some defaults:
4150                 - autosave to draft by default
4151                 - don't show header pane (it's already in the textview)
4152                 - Select first new or unread mail on entry
4153                 - Assume 'Yes' to change folder when there's no more
4154                   unread message
4155         * src/prefs_matcher.c
4156                 Fix a gtk assertion failure
4157         * src/gtk/colorlabel.c
4158                 Workaround bad repainting on selection
4159         * src/main.c
4160                 Freeze/thaw (a bit faster on ssh -X)
4161         * src/msgcache.c
4162                 Get rid of StrdupConverter that just adds an
4163                 extra strdup/free 
4164         * src/etpan/imap_thread.c
4165                 memset buf to 0
4166
4167 2005-10-10 [colin]      1.9.15cvs27
4168
4169         * src/export.c
4170         * src/import.c
4171                 Fix compile on gtk 2.4. Patch by wwp
4172
4173 2005-10-09 [colin]      1.9.15cvs26
4174
4175         * src/mainwindow.c
4176         * src/messageview.c
4177         * src/summaryview.c
4178                 Clarify forward menus. Patch by wwp
4179
4180 2005-10-09 [colin]      1.9.15cvs25
4181
4182         * src/compose.c
4183         * src/compose.h
4184                 Fix bug #829 (Non-working "Encrypt message by 
4185                 default when replying to an encrypted message")
4186
4187 2005-10-08 [colin]      1.9.15cvs24
4188
4189         * src/wizard.c
4190                 Fix bug #827 ("Welcome" setup wizard after a 
4191                 permission error gives up & forgets itself.)
4192
4193 2005-10-08 [colin]      1.9.15cvs23
4194
4195         * src/procmime.c
4196                 Fix bug #828 (Ignoring headers with spaces around = sign)
4197
4198 2005-10-08 [colin]      1.9.15cvs22
4199
4200         * src/export.c
4201                 Warning fix by wwp
4202
4203 2005-10-08 [colin]      1.9.15cvs21
4204
4205         * src/folder.c
4206         * src/folder.h
4207                 Add a processing_pending indicator, set on 
4208                 folder_item_open and cleared after 
4209                 folder_item_process_open
4210         * src/folderview.c
4211         * src/summaryview.c
4212                 wrap procmsg_msginfo_*_flags, and in the
4213                 wrapper check that there's no folder processing 
4214                 pending. If there is, defer the flags change until 
4215                 processing is done to avoid stepping over each
4216                 other's toes.
4217                 Freeze during processing, but not during scanning.
4218
4219 2005-10-07 [colin]      1.9.15cvs20
4220
4221         * src/plugins/pgpcore/passphrase.c
4222                 Fix bug #826 (X-Server hangs when 
4223                 right-clicking a PGP encrypted message)
4224
4225 2005-10-07 [paul]       1.9.15cvs19
4226
4227         * src/compose.c
4228                 fix compose_entries[]
4229                 patch by Fabien Vantard
4230
4231 2005-10-06 [colin]      1.9.15cvs18
4232
4233         * src/pixmaps/address.xpm
4234         * src/pixmaps/address_book.xpm
4235         * src/pixmaps/book.xpm
4236         * src/pixmaps/check_spelling.xpm
4237         * src/pixmaps/checkbox_off.xpm
4238         * src/pixmaps/checkbox_on.xpm
4239         * src/pixmaps/close.xpm
4240         * src/pixmaps/complete.xpm
4241         * src/pixmaps/continue.xpm
4242         * src/pixmaps/deleted.xpm
4243         * src/pixmaps/down_arrow.xpm
4244         * src/pixmaps/exec.xpm
4245         * src/pixmaps/forwarded.xpm
4246         * src/pixmaps/group.xpm
4247         * src/pixmaps/ignorethread.xpm
4248         * src/pixmaps/interface.xpm
4249         * src/pixmaps/jpilot.xpm
4250         * src/pixmaps/ldap.xpm
4251         * src/pixmaps/linewrap.xpm
4252         * src/pixmaps/linewrapcurrent.xpm
4253         * src/pixmaps/mail.xpm
4254         * src/pixmaps/mail_attach.xpm
4255         * src/pixmaps/mail_compose.xpm
4256         * src/pixmaps/mail_forward.xpm
4257         * src/pixmaps/mail_receive.xpm
4258         * src/pixmaps/mail_receive_all.xpm
4259         * src/pixmaps/mail_reply.xpm
4260         * src/pixmaps/mail_reply_to_all.xpm
4261         * src/pixmaps/mail_reply_to_author.xpm
4262         * src/pixmaps/mail_send.xpm
4263         * src/pixmaps/mail_send_queue.xpm
4264         * src/pixmaps/mime_application.xpm
4265         * src/pixmaps/mime_audio.xpm
4266         * src/pixmaps/mime_image.xpm
4267         * src/pixmaps/mime_message.xpm
4268         * src/pixmaps/mime_text_enriched.xpm
4269         * src/pixmaps/mime_text_html.xpm
4270         * src/pixmaps/mime_text_plain.xpm
4271         * src/pixmaps/mime_unknown.xpm
4272         * src/pixmaps/new.xpm
4273         * src/pixmaps/news_compose.xpm
4274         * src/pixmaps/offline.xpm
4275         * src/pixmaps/online.xpm
4276         * src/pixmaps/paste.xpm
4277         * src/pixmaps/preferences.xpm
4278         * src/pixmaps/privacy_emblem_encrypted.xpm
4279         * src/pixmaps/privacy_expired.xpm
4280         * src/pixmaps/privacy_failed.xpm
4281         * src/pixmaps/privacy_passed.xpm
4282         * src/pixmaps/privacy_signed.xpm
4283         * src/pixmaps/privacy_unknown.xpm
4284         * src/pixmaps/privacy_warn.xpm
4285         * src/pixmaps/properties.xpm
4286         * src/pixmaps/replied.xpm
4287         * src/pixmaps/search.xpm
4288         * src/pixmaps/unread.xpm
4289         * src/pixmaps/up_arrow.xpm
4290         * src/pixmaps/vcard.xpm
4291                 Modernize internal theme, with icons from the 
4292                 Gnomaws theme. Keep some of the old ones where
4293                 they were better.
4294
4295 2005-10-06 [colin]      1.9.15cvs17
4296
4297         * src/summaryview.c
4298                 Little optimisations + bugfix
4299         * src/toolbar.c
4300                 Remove default useless items - useless being defined
4301                 by the default relevant prefs
4302         * src/wizard.c
4303                 include config.h to make gettext work
4304         * src/prefs_themes.c
4305                 Fix selection of current theme in prefs
4306
4307 2005-10-06 [colin]      1.9.15cvs16
4308
4309         * src/prefs_common.c
4310         * src/prefs_common.h
4311         * src/prefs_summaries.c
4312         * src/folderview.c
4313                 Add a warning dialog on Mark all read 
4314                 (with pref to get rid of it)
4315
4316 2005-10-06 [paul]       1.9.15cvs15
4317
4318         * po/nb.po
4319         * po/pt_BR.po
4320                 updated by Geir Helland and Frederico
4321                 Goncalves Guimaraes
4322
4323 2005-10-05 [colin]      1.9.15cvs14
4324
4325         * src/folder.c
4326         * src/folder.h
4327         * src/folderview.c
4328         * src/folderview.h
4329         * src/imap_gtk.c
4330         * src/mh_gtk.c
4331         * src/mainwindow.c
4332         * src/setup.c
4333                 add a way to rescan without rebuilding
4334                 make moving a bit faster (less folders changes)
4335                 don't lock the tree on Get 
4336         * src/imap.c
4337                 Don't re-delete deleted messages before expunging
4338         * src/summaryview.c
4339                 Set batch mode when deleting mails
4340
4341 2005-10-05 [paul]       1.9.15cvs13
4342
4343         * src/mainwindow.c
4344         * src/mainwindow.h
4345                 fix disabled Execute menu item
4346         * src/toolbar.c
4347                 match the change in 1.9.15cvs10: use Compose
4348                 instead of News by default
4349
4350 2005-10-04 [colin]      1.9.15cvs12
4351
4352         * src/compose.c
4353                 When replying to an ML post with Reply-To set
4354                 to the poster's email, honor it (as before),
4355                 but also honor our user's request to reply to
4356                 the mailing list: set the ML address in the To
4357                 field and the Reply-To address in the Cc: 
4358                 field.
4359
4360 2005-10-04 [colin]      1.9.15cvs11
4361
4362         * src/plugins/trayicon/trayicon.c
4363                 Finish cosmetic change - thanks to wwp
4364
4365 2005-10-04 [colin]      1.9.15cvs10
4366
4367         * src/toolbar.c
4368                 Use Compose instead of Email by default.
4369                 Spotted by wwp.
4370
4371 2005-10-04 [colin]      1.9.15cvs9
4372
4373         * src/folder.c
4374         * src/folder.h
4375         * src/folderview.c
4376         * src/imap.c
4377         * src/etpan/imap-thread.c
4378         * src/etpan/imap-thread.h
4379                 Try to make IMAP faster, by simplifying SEARCH
4380                 commands, avoiding sending two STATUS in a row,
4381                 and deferring flags sync and processing just
4382                 after displaying the folder. 
4383                 This will update the SummaryView in certain
4384                 cases (new mails not already fetched, flags
4385                 changed from another client) but in a non-
4386                 blocking manner.
4387
4388 2005-10-04 [colin]      1.9.15cvs8
4389
4390         * src/plugins/trayicon/trayicon.c
4391                 Relabel "Offline" to "Work offline"
4392
4393 2005-10-04 [colin]      1.9.15cvs7
4394
4395         * src/export.c
4396         * src/import.c
4397         * src/mbox.c
4398                 Fix mbox import/export buglets
4399                 Patch by wwp
4400         * src/plugins/trayicon/trayicon.c
4401                 Add offline swithc
4402                 Patch by wwp
4403
4404 2005-10-04 [colin]      1.9.15cvs6
4405
4406         * src/folder.c
4407         * src/folderview.c
4408         * src/summaryview.c
4409                 Better fix (don't break mark all read) for cvs2
4410
4411 2005-10-03 [colin]      1.9.15cvs5
4412
4413         * src/folder.c
4414                 Use a sane sort by default
4415
4416 2005-10-03 [colin]      1.9.15cvs4
4417
4418         * src/inc.c
4419                 Add a 'Only once' button for overriding offline mode
4420         * src/prefs_account.c
4421         * src/wizard.c
4422                 Add Local mbox to the wizard
4423                 Add IMAP subdir to the wizard (or the wizard is useless
4424                 for such accounts, or even worse than useless)
4425                 Move IMAP subdir from Advanced to Receive tab, as it's
4426                 not that uncommon
4427
4428 2005-10-03 [colin]      1.9.15cvs3
4429
4430         * src/send_message.c
4431                 Forgot this one in cvs1
4432
4433 2005-10-03 [colin]      1.9.15cvs2
4434
4435         * src/folder.c
4436                 Faster close when leaving a folder with lots
4437                 of new mails. Idea by David Relson.
4438
4439 2005-10-03 [colin]      1.9.15cvs1
4440
4441         * src/compose.c
4442         * src/imap.c
4443         * src/inc.c
4444         * src/main.c
4445         * src/messageview.c
4446         * src/news.c
4447         * src/summaryview.c
4448         * src/gtk/sslcertwindow.c
4449         * src/plugins/trayicon/trayicon.c
4450                 Add accels to every AlertPanel. Patch by Fabien 
4451                 Vantard
4452
4453 2005-10-03 [paul]       1.9.15
4454
4455         1.9.15 released
4456
4457 2005-10-03 [paul]       1.9.14cvs68
4458
4459         * po/ca.po
4460         * po/de.po
4461         * po/es.po
4462         * po/fi.po
4463         * po/fr.po
4464         * po/sk.po
4465         * po/sr.po
4466         * po/zh_CN.po
4467                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
4468                 Mones Lastra, Tommi Pirinen, Fabien vantard,
4469                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
4470
4471 2005-10-03 [paul]       1.9.14cvs67
4472
4473         * src/send_message.c
4474                 prevent hang on Cancel
4475                 patch by Colin
4476
4477 2005-10-03 [paul]       1.9.14cvs66
4478
4479         * src/main.c
4480                 fix crash in IMAP caused by discrepancy
4481                 between check_at_startup and offline mode
4482                 Patch by Colin
4483
4484 2005-10-01 [paul]       1.9.14cvs65
4485
4486         * src/inc.c
4487                 fix engrish
4488
4489 2005-10-01 [paul]       1.9.14cvs64
4490         * src/export.c
4491         * src/import.c
4492                 synchronise import_mbox() and export_mbox()
4493         * src/mbox.c
4494                 proc_mbox(): add alert if file cannot be opened
4495                 export_list_to_mbox(): test if dest file exists,
4496                 prompt user to overwrite if it does. add alert
4497                 if file cannot be created
4498                                                                 
4499         Patch by wwp
4500                                                                                                                 
4501
4502 2005-09-30 [paul]       1.9.14cvs63
4503
4504         * src/addressbook.c
4505                 Fix sensitivity of a menu
4506         * src/codeconv.c
4507                 Respect hidden pref for mails with no encoding
4508         * src/common/xml.c
4509                 Fix memory corruption
4510         * src/plugins/pgpcore/sgpgme.c
4511                 Fix segfault on incomplete sigs, and display
4512                 of S/Mime UIDs
4513
4514         Patches by Colin
4515
4516 2005-09-30 [colin]      1.9.14cvs62
4517
4518         * src/partial_download.c
4519                 Little logic fix in almost-dead code
4520         * src/pop.c
4521                 Fix partial download when there's no new mail
4522
4523 2005-09-29 [paul]       1.9.14cvs61
4524
4525         * src/plugins/pgpinline/pgpinline.c
4526                 fix bug 819, 'crash accessing sign message'
4527                 Patch by Colin
4528
4529 2005-09-28 [martin]     1.9.14cvs60
4530
4531         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4532                 fix bug #790 (Crash when restarting window manager (fluxbox))
4533
4534 2005-09-28 [paul]       1.9.14cvs59
4535
4536         * src/gtk/gtkaspell.c
4537                 fix off-by-one typo
4538
4539 2005-09-27 [colin]      1.9.14cvs58
4540
4541         * src/plugins/pgpcore/sgpgme.c
4542                 Report error when there's one, instead of
4543                 "Signature unchecked" 
4544
4545 2005-09-27 [colin]      1.9.14cvs57
4546
4547         * src/prefs_quote.c
4548                 Fix bug #816 (Weird quotation with spaces)
4549
4550 2005-09-27 [colin]      1.9.14cvs56
4551
4552         * src/codeconv.c
4553         * src/compose.c
4554         * src/compose.h
4555                 Put subject in compose's title
4556                 Fix Automatic encoding so that it's really automatic:
4557                 first try default locale's charset, then charset of the replied mail, 
4558                 then utf-8
4559                 Fix encoding of headers (must be in strict mode too)
4560
4561 2005-09-26 [colin]      1.9.14cvs55
4562
4563         * src/gtk/gtkaspell.c
4564                 Fix previous patch - don't color the space,
4565                 just uncolor it :)
4566
4567 2005-09-26 [colin]      1.9.14cvs54
4568
4569         * src/gtk/gtkaspell.c
4570                 Unmark space if possible
4571
4572 2005-09-26 [colin]      1.9.14cvs53
4573
4574         * src/imap.c
4575                 log_error instead of alertpanel according to the pref
4576         * src/etpan/imap-thread.c
4577                 Print connect status, copy only necessary size to 
4578                 logger
4579         * src/plugins/pgpmime/pgpmime.c
4580                 Handle S/Mime signatures (verification only). Patch based
4581                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
4582
4583 2005-09-26 [paul]       1.9.14cvs52
4584
4585         * src/common/passcrypt.c
4586                 this 'workaround' not necessary on NetBSD.
4587                 Thanks to Daniel Gustafson
4588
4589 2005-09-26 [paul]
4590
4591         1.9.15-rc4 released
4592
4593 2005-09-26 [paul]       1.9.14cvs51
4594
4595         * src/summaryview.c
4596                 Skip currently selected message when
4597                 looking for next new or unread message
4598                 in current folder. Patch by Colin
4599         * src/common/passcrypt.c
4600                 eliminate warnings on *BSD. Patch by
4601                 Daniel Gustafson
4602
4603 2005-09-26 [colin]      1.9.14cvs50
4604
4605         * src/procmsg.c
4606                 Call postfiltering hook anyway
4607
4608 2005-09-22 [colin]      1.9.14cvs49
4609
4610         * src/codeconv.c
4611         * src/codeconv.h
4612                 Add a strict mode that doesn't replace with _
4613         * src/compose.c
4614         * src/compose.h
4615                 Use strict conversion while sending
4616                 Fix race when drafting while sending (happens
4617                 on IMAP)
4618                 Fix d'n'd of messages from summaryview
4619         * src/prefs_common.c
4620         * src/prefs_common.h
4621                 add hidden utf8_instead_of_locale_for_broken_mail 
4622                 pref for people that preferred the default charset 
4623                 to be utf8 for broken mails
4624         * src/quote_fmt_parse.y
4625                 fix bug #815 (No quote insert if "From:" fied 
4626                 contained Russian letters)
4627         * src/summaryview.c
4628                 Fix d'n'd of messages to compose
4629
4630 2005-09-22 [paul]       1.9.14cvs48
4631
4632         * src/compose.c
4633                 fix bug where attachments Name entry
4634                 would display Path instead
4635
4636 2005-09-21 [paul]       1.9.14cvs47
4637
4638         * README
4639         * README.jp
4640         * configure.ac
4641         * config/config.rpath
4642         * doc/manual/en/sylpheed-20.html
4643         * doc/manual/es/sylpheed-20.html
4644         * po/bg.po
4645         * po/ca.po
4646         * po/de.po
4647         * po/es.po
4648         * po/fr.po
4649         * po/it.po
4650         * po/pt_BR.po
4651         * po/sk.po
4652         * po/zh_TW.po
4653         * src/account.c
4654         * src/account.h
4655         * src/action.c
4656         * src/action.h
4657         * src/adbookbase.h
4658         * src/addr_compl.c
4659         * src/addr_compl.h
4660         * src/addrbook.c
4661         * src/addrbook.h
4662         * src/addrcache.c
4663         * src/addrcache.h
4664         * src/addrcindex.c
4665         * src/addrcindex.h
4666         * src/addrclip.c
4667         * src/addrclip.h
4668         * src/addrdefs.h
4669         * src/addressadd.c
4670         * src/addressadd.h
4671         * src/addressbook.c
4672         * src/addressbook.h
4673         * src/addressitem.h
4674         * src/addrgather.c
4675         * src/addrgather.h
4676         * src/addrharvest.c
4677         * src/addrharvest.h
4678         * src/addrindex.c
4679         * src/addrindex.h
4680         * src/addritem.c
4681         * src/addritem.h
4682         * src/addrquery.c
4683         * src/addrquery.h
4684         * src/addrselect.c
4685         * src/addrselect.h
4686         * src/alertpanel.c
4687         * src/alertpanel.h
4688         * src/browseldap.c
4689         * src/browseldap.h
4690         * src/codeconv.c
4691         * src/codeconv.h
4692         * src/compose.c
4693         * src/compose.h
4694         * src/crash.c
4695         * src/crash.h
4696         * src/customheader.c
4697         * src/customheader.h
4698         * src/displayheader.c
4699         * src/displayheader.h
4700         * src/editaddress.c
4701         * src/editaddress.h
4702         * src/editbook.c
4703         * src/editbook.h
4704         * src/editgroup.c
4705         * src/editgroup.h
4706         * src/editjpilot.c
4707         * src/editjpilot.h
4708         * src/editldap.c
4709         * src/editldap.h
4710         * src/editldap_basedn.c
4711         * src/editldap_basedn.h
4712         * src/editvcard.c
4713         * src/editvcard.h
4714         * src/enriched.c
4715         * src/enriched.h
4716         * src/exphtmldlg.c
4717         * src/exphtmldlg.h
4718         * src/expldifdlg.c
4719         * src/expldifdlg.h
4720         * src/export.c
4721         * src/export.h
4722         * src/exporthtml.c
4723         * src/exporthtml.h
4724         * src/exportldif.c
4725         * src/exportldif.h
4726         * src/filtering.c
4727         * src/filtering.h
4728         * src/folder.c
4729         * src/folder.h
4730         * src/folder_item_prefs.c
4731         * src/folder_item_prefs.h
4732         * src/foldersel.c
4733         * src/foldersel.h
4734         * src/folderutils.c
4735         * src/folderutils.h
4736         * src/folderview.c
4737         * src/folderview.h
4738         * src/grouplistdialog.c
4739         * src/grouplistdialog.h
4740         * src/headerview.c
4741         * src/headerview.h
4742         * src/html.c
4743         * src/html.h
4744         * src/image_viewer.c
4745         * src/image_viewer.h
4746         * src/imap.c
4747         * src/imap.h
4748         * src/imap_gtk.c
4749         * src/imap_gtk.h
4750         * src/import.c
4751         * src/import.h
4752         * src/importldif.c
4753         * src/importldif.h
4754         * src/importmutt.c
4755         * src/importmutt.h
4756         * src/importpine.c
4757         * src/importpine.h
4758         * src/inc.c
4759         * src/inc.h
4760         * src/jpilot.c
4761         * src/jpilot.h
4762         * src/ldapctrl.c
4763         * src/ldapctrl.h
4764         * src/ldaplocate.c
4765         * src/ldaplocate.h
4766         * src/ldapquery.c
4767         * src/ldapquery.h
4768         * src/ldapserver.c
4769         * src/ldapserver.h
4770         * src/ldaputil.c
4771         * src/ldaputil.h
4772         * src/ldif.c
4773         * src/ldif.h
4774         * src/localfolder.c
4775         * src/localfolder.h
4776         * src/main.c
4777         * src/main.h
4778         * src/mainwindow.c
4779         * src/mainwindow.h
4780         * src/manual.c
4781         * src/manual.h
4782         * src/matcher.c
4783         * src/matcher.h
4784         * src/matcher_parser.h
4785         * src/matcher_parser_lex.l
4786         * src/matcher_parser_parse.y
4787         * src/mbox.c
4788         * src/mbox.h
4789         * src/message_search.c
4790         * src/message_search.h
4791         * src/messageview.c
4792         * src/messageview.h
4793         * src/mh.c
4794         * src/mh.h
4795         * src/mh_gtk.c
4796         * src/mh_gtk.h
4797         * src/mimeview.c
4798         * src/mimeview.h
4799         * src/msgcache.c
4800         * src/msgcache.h
4801         * src/mutt.c
4802         * src/mutt.h
4803         * src/news.c
4804         * src/news.h
4805         * src/news_gtk.c
4806         * src/news_gtk.h
4807         * src/noticeview.c
4808         * src/noticeview.h
4809         * src/partial_download.c
4810         * src/partial_download.h
4811         * src/pine.c
4812         * src/pine.h
4813         * src/pop.c
4814         * src/pop.h
4815         * src/prefs_account.c
4816         * src/prefs_account.h
4817         * src/prefs_actions.c
4818         * src/prefs_actions.h
4819         * src/prefs_common.c
4820         * src/prefs_common.h
4821         * src/prefs_compose_writing.c
4822         * src/prefs_compose_writing.h
4823         * src/prefs_customheader.c
4824         * src/prefs_customheader.h
4825         * src/prefs_display_header.c
4826         * src/prefs_display_header.h
4827         * src/prefs_ext_prog.c
4828         * src/prefs_ext_prog.h
4829         * src/prefs_filtering.c
4830         * src/prefs_filtering.h
4831         * src/prefs_filtering_action.c
4832         * src/prefs_filtering_action.h
4833         * src/prefs_folder_column.c
4834         * src/prefs_folder_column.h
4835         * src/prefs_folder_item.c
4836         * src/prefs_folder_item.h
4837         * src/prefs_fonts.c
4838         * src/prefs_fonts.h
4839         * src/prefs_gtk.c
4840         * src/prefs_gtk.h
4841         * src/prefs_image_viewer.c
4842         * src/prefs_image_viewer.h
4843         * src/prefs_matcher.c
4844         * src/prefs_matcher.h
4845         * src/prefs_message.c
4846         * src/prefs_message.h
4847         * src/prefs_msg_colors.c
4848         * src/prefs_msg_colors.h
4849         * src/prefs_other.c
4850         * src/prefs_other.h
4851         * src/prefs_quote.c
4852         * src/prefs_quote.h
4853         * src/prefs_receive.c
4854         * src/prefs_receive.h
4855         * src/prefs_send.c
4856         * src/prefs_send.h
4857         * src/prefs_spelling.c
4858         * src/prefs_spelling.h
4859         * src/prefs_summaries.c
4860         * src/prefs_summaries.h
4861         * src/prefs_summary_column.c
4862         * src/prefs_summary_column.h
4863         * src/prefs_template.c
4864         * src/prefs_template.h
4865         * src/prefs_themes.c
4866         * src/prefs_themes.h
4867         * src/prefs_toolbar.c
4868         * src/prefs_toolbar.h
4869         * src/prefs_wrapping.c
4870         * src/prefs_wrapping.h
4871         * src/privacy.c
4872         * src/privacy.h
4873         * src/procheader.c
4874         * src/procheader.h
4875         * src/procmime.c
4876         * src/procmime.h
4877         * src/procmsg.c
4878         * src/procmsg.h
4879         * src/quote_fmt.c
4880         * src/quote_fmt_parse.y
4881         * src/recv.c
4882         * src/recv.h
4883         * src/remotefolder.c
4884         * src/remotefolder.h
4885         * src/send_message.c
4886         * src/send_message.h
4887         * src/setup.c
4888         * src/setup.h
4889         * src/simple-gettext.c
4890         * src/sourcewindow.c
4891         * src/sourcewindow.h
4892         * src/ssl_manager.c
4893         * src/ssl_manager.h
4894         * src/statusbar.c
4895         * src/statusbar.h
4896         * src/stock_pixmap.c
4897         * src/stock_pixmap.h
4898         * src/summary_search.c
4899         * src/summary_search.h
4900         * src/summaryview.c
4901         * src/summaryview.h
4902         * src/syldap.c
4903         * src/syldap.h
4904         * src/textview.c
4905         * src/textview.h
4906         * src/toolbar.c
4907         * src/toolbar.h
4908         * src/undo.c
4909         * src/undo.h
4910         * src/unmime.c
4911         * src/unmime.h
4912         * src/vcard.c
4913         * src/vcard.h
4914         * src/wizard.c
4915         * src/wizard.h
4916         * src/common/base64.c
4917         * src/common/base64.h
4918         * src/common/defs.h
4919         * src/common/hooks.c
4920         * src/common/hooks.h
4921         * src/common/log.c
4922         * src/common/log.h
4923         * src/common/md5.c
4924         * src/common/md5.h
4925         * src/common/mgutils.c
4926         * src/common/mgutils.h
4927         * src/common/nntp.c
4928         * src/common/nntp.h
4929         * src/common/passcrypt.c
4930         * src/common/passcrypt.h.in
4931         * src/common/plugin.c
4932         * src/common/plugin.h
4933         * src/common/prefs.c
4934         * src/common/prefs.h
4935         * src/common/progressindicator.c
4936         * src/common/progressindicator.h
4937         * src/common/quoted-printable.c
4938         * src/common/quoted-printable.h
4939         * src/common/session.c
4940         * src/common/session.h
4941         * src/common/smtp.c
4942         * src/common/smtp.h
4943         * src/common/socket.c
4944         * src/common/socket.h
4945         * src/common/ssl.c
4946         * src/common/ssl.h
4947         * src/common/ssl_certificate.c
4948         * src/common/ssl_certificate.h
4949         * src/common/string_match.c
4950         * src/common/string_match.h
4951         * src/common/stringtable.c
4952         * src/common/sylpheed.c
4953         * src/common/sylpheed.h
4954         * src/common/template.c
4955         * src/common/template.h
4956         * src/common/timing.h
4957         * src/common/utils.c
4958         * src/common/utils.h
4959         * src/common/uuencode.c
4960         * src/common/uuencode.h
4961         * src/common/version.h.in
4962         * src/common/xml.c
4963         * src/common/xml.h
4964         * src/common/xmlprops.c
4965         * src/common/xmlprops.h
4966         * src/gtk/about.c
4967         * src/gtk/about.h
4968         * src/gtk/colorlabel.c
4969         * src/gtk/colorlabel.h
4970         * src/gtk/colorsel.c
4971         * src/gtk/colorsel.h
4972         * src/gtk/description_window.c
4973         * src/gtk/description_window.h
4974         * src/gtk/filesel.c
4975         * src/gtk/filesel.h
4976         * src/gtk/foldersort.c
4977         * src/gtk/foldersort.h
4978         * src/gtk/gtkutils.c
4979         * src/gtk/gtkutils.h
4980         * src/gtk/inputdialog.c
4981         * src/gtk/inputdialog.h
4982         * src/gtk/logwindow.c
4983         * src/gtk/logwindow.h
4984         * src/gtk/manage_window.c
4985         * src/gtk/manage_window.h
4986         * src/gtk/menu.c
4987         * src/gtk/menu.h
4988         * src/gtk/pluginwindow.c
4989         * src/gtk/pluginwindow.h
4990         * src/gtk/prefswindow.c
4991         * src/gtk/prefswindow.h
4992         * src/gtk/progressdialog.c
4993         * src/gtk/progressdialog.h
4994         * src/gtk/quicksearch.c
4995         * src/gtk/quicksearch.h
4996         * src/gtk/sslcertwindow.c
4997         * src/gtk/sslcertwindow.h
4998         * src/plugins/clamav/clamav_plugin.c
4999         * src/plugins/clamav/clamav_plugin.h
5000         * src/plugins/clamav/clamav_plugin_gtk.c
5001         * src/plugins/demo/demo.c
5002         * src/plugins/dillo_viewer/dillo_prefs.c
5003         * src/plugins/dillo_viewer/dillo_prefs.h
5004         * src/plugins/dillo_viewer/dillo_viewer.c
5005         * src/plugins/mathml_viewer/mathml_viewer.c
5006         * src/plugins/pgpcore/passphrase.c
5007         * src/plugins/pgpcore/passphrase.h
5008         * src/plugins/pgpcore/plugin.c
5009         * src/plugins/pgpcore/prefs_gpg.c
5010         * src/plugins/pgpcore/prefs_gpg.h
5011         * src/plugins/pgpcore/select-keys.c
5012         * src/plugins/pgpcore/select-keys.h
5013         * src/plugins/pgpcore/sgpgme.c
5014         * src/plugins/pgpcore/sgpgme.h
5015         * src/plugins/pgpinline/pgpinline.c
5016         * src/plugins/pgpinline/pgpinline.h
5017         * src/plugins/pgpinline/plugin.c
5018         * src/plugins/pgpmime/pgpmime.c
5019         * src/plugins/pgpmime/pgpmime.h
5020         * src/plugins/pgpmime/plugin.c
5021         * src/plugins/spamassassin/spamassassin.c
5022         * src/plugins/spamassassin/spamassassin.h
5023         * src/plugins/spamassassin/spamassassin_gtk.c
5024         * src/plugins/trayicon/trayicon.c
5025         * tools/OOo2sylpheed.pl
5026         * tools/acroread2sylpheed.pl
5027         * tools/asus_mailled.sh
5028         * tools/filter_conv.pl
5029         * tools/freshmeat_search.pl
5030         * tools/google_search.pl
5031         * tools/kmail2sylpheed.pl
5032         * tools/kmail2sylpheed_v2.pl
5033         * tools/maildir2sylpheed.pl
5034         * tools/multiwebsearch.pl
5035         * tools/newscache_clean.pl
5036         * tools/outlook2sylpheed.pl
5037         * tools/sylpheed-switcher
5038         * tools/update-po
5039         * tools/vcard2xml.py
5040         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
5041                 update FSF address
5042
5043 2005-09-21 [colin]      1.9.14cvs46
5044
5045         * src/gedit-print.c
5046         * src/procmsg.c
5047         * src/procmsg.h
5048         * src/textview.c
5049         * src/summaryview.c
5050                 Remove some printing hacks (deselection/reselection),
5051                 which by the way fix printing the currently 
5052                 displayed mime part (still only text)
5053                 Plus a little optimisation of summary_show
5054
5055
5056 2005-09-20 [colin]      1.9.14cvs45
5057
5058         * src/mainwindow.c
5059         * src/messageview.c
5060                 GUI fixups: add accels, set message
5061                 view title to displayed mail's subject
5062         * src/prefs_spelling.c
5063         * src/gtk/gtkaspell.c
5064                 GUI fixups: allow underlining misspelled
5065                 words instead of coloring them (a11y!)
5066
5067 2005-09-19 [colin]
5068
5069         1.9.15rc3 released
5070
5071 2005-09-19 [colin]      1.9.14cvs44
5072
5073         * src/compose.c
5074                 Fix draft message
5075         * src/gtk/gtkaspell.c
5076                 Fix wrong test ;-)
5077
5078 2005-09-19 [colin]      1.9.14cvs43
5079
5080         * src/addressbook.c
5081                 Fix sensitivity of Delete button
5082         * src/compose.c
5083                 Warn if the requested Privacy system
5084                 is not available
5085         * src/exphtmldlg.c
5086         * src/expldifdlg.c
5087         * src/importldif.c
5088         * src/importmutt.c
5089         * src/importpine.c
5090                 Fix crappy UI
5091         * src/
5092         * src/ssl.h
5093         * src/prefs_account.h
5094         * src/prefs_account.c
5095                 Save SSL prefs even in builds that have
5096                 SSL support disable
5097         * src/imap.c
5098         * src/inc.c
5099         * src/news.c
5100         * src/send_message.c
5101                 Warn if connection should be secure, but
5102                 SSL support isn't compiled in
5103         * src/gtkaspell.c
5104                 Fix word separation on UTF-8 systems
5105                 Fixes bug #812 (Strange inline spellchecking)
5106         * src/compose.c
5107                 Warn if the requested Privacy system
5108                 is not available
5109                 Factorize offline warning
5110         * src/imap.c
5111         * src/imap_gtk.c
5112         * src/imap_gtk.h
5113         * src/inc.h
5114         * src/news_gtk.c
5115         * src/news_gtk.h
5116         * src/messageview.c
5117                 Factorize offline warning
5118
5119 2005-09-19 [paul]
5120
5121         1.9.15-rc2 released
5122
5123 2005-09-18 [colin]      1.9.14cvs42
5124
5125         * src/codeconv.c
5126         * src/codeconv.h
5127         * src/procmime.c
5128                 Add a way to get locale's charset ignoring utf-8,
5129                 and use that as default encoding for broken mails
5130
5131 2005-09-18 [colin]      1.9.14cvs41
5132
5133         * src/gtk/logwindow.c
5134                 Translate string. Patch by Fabien Vantard
5135
5136 2005-09-18 [colin]      1.9.14cvs40
5137
5138         * configure.ac
5139                 Fix bug #803 (IMAP/SSL support breaks with 
5140                 GnuTLS libetpan 0.38)
5141
5142 2005-09-18 [colin]      1.9.14cvs39
5143
5144         * src/codeconv.c
5145         * src/compose.c
5146         * src/procmime.c
5147                 More charsets fixes. Fixes bug #806 (non
5148                 ascii characters in subject line)
5149
5150 2005-09-17 [paul]       1.9.14cvs38
5151
5152         * src/folderview.c
5153         * src/mainwindow.c
5154                 fix gcc-2.95 issues
5155                 Patch by Pawel Pekala
5156
5157 2005-09-17 [colin]      1.9.14cvs37
5158
5159         * src/addrindex.c
5160                 bugfix for NO-USE LDAP compilation, patch 
5161                 by Fabien Vantard
5162
5163 2005-09-17 [colin]      1.9.14cvs36
5164
5165         * src/prefs_actions.c
5166         * src/prefs_customheader.c
5167         * src/prefs_display_header.c
5168         * src/prefs_filtering_action.c
5169         * src/prefs_matcher.c
5170         * src/prefs_toolbar.c
5171                 Fix strange casts (less elegant but
5172                 works better)
5173
5174 2005-09-16 [colin]      1.9.14cvs35
5175
5176         * src/jpilot.c
5177                 Missed that one
5178
5179 2005-09-16 [colin]      1.9.14cvs34
5180
5181         * configure.ac
5182         * src/Makefile.am
5183         * src/addr_compl.c
5184         * src/addrindex.c
5185         * src/browseldap.c
5186         * src/editldap.c
5187         * src/ldaplocate.c
5188         * src/ldapquery.c
5189         * src/ldapquery.h
5190         * src/ldapserver.c
5191         * src/ldapserver.h
5192         * src/main.c
5193         * src/matcher_parser_parse.y
5194         * src/prefs_themes.c
5195         * src/etpan/Makefile.am
5196         * src/gtk/description_window.c
5197         * src/plugins/clamav/Makefile.am
5198         * src/plugins/clamav/clamav_plugin.c
5199         * src/plugins/dillo_viewer/Makefile.am
5200         * src/plugins/pgpcore/Makefile.am
5201         * src/plugins/pgpinline/Makefile.am
5202         * src/plugins/pgpmime/Makefile.am
5203         * src/plugins/trayicon/Makefile.am
5204                 Fix 100% cpu usage in address completion list
5205                 Fix little bugs (return with no values etc)
5206                 Fix all warnings (with common CFLAGS)
5207
5208 2005-09-15 [colin]      1.9.14cvs33
5209
5210         * src/addressbook.c
5211                 Fix bug where sometimes a group's email list is empty,
5212                 force its refresh (probably fixes "Re: how to create a 
5213                 distribution list")
5214         * src/ldapquery.c
5215                 Don't return to the callback in the main thread from the
5216                 fetch thread (or face segs!)
5217
5218 2005-09-15 [paul]       1.9.14cvs32
5219
5220         * src/prefs_matcher.c
5221                 forgotten in last commit
5222
5223 2005-09-15 [paul]       1.9.14cvs31
5224
5225         * src/prefs_actions.c
5226         * src/prefs_filtering_action.c
5227         * src/prefs_quote.c
5228         * src/quote_fmt.c
5229         * src/summaryview.c
5230         * src/gtk/description_window.c
5231         * src/gtk/description_window.h
5232         * src/gtk/quicksearch.c
5233                 allow interaction with the called
5234                 description window
5235                 Patch by Anders Hammar
5236
5237 2005-09-14 [paul]       1.9.14cvs30
5238
5239         * src/compose.c
5240                 fix a little annoyance when pasting with 3rd button 
5241                 with wrap_pastes=0 and wrap_input=1
5242                 Patch by Colin
5243
5244 2005-09-14 [paul]       1.9.14cvs29
5245
5246         * src/prefs_account.c
5247                 disable 'Filter messages on receiving' for
5248                 SMTP-only accounts
5249                 Patch  by Anders Hammar
5250
5251 2005-09-14 [paul]       1.9.14cvs28
5252
5253         * po/sk.po
5254                 fix crash
5255                 updated by Andrej Kacian
5256
5257 2005-09-14 [paul]
5258
5259         1.9.15-rc1 released
5260
5261 2005-09-14 [paul]       1.9.14cvs27
5262
5263         * po/es.po
5264                 updated by Ricardo Mones Lastra
5265         * src/compose.c
5266         * src/compose.h
5267                 associate no_wrap_tags to Compose windows
5268                 instead of using a static one
5269                 Patch by Colin
5270         * src/mbox.c
5271                 fix proc_mbox()
5272                 Patch by wwp
5273         * src/textview.c
5274                 remove unneeded printf()
5275
5276 2005-09-14 [paul]       1.9.14cvs26
5277
5278         * src/addrcache.c
5279         * src/codeconv.h
5280         * src/folder.h
5281         * src/mainwindow.h
5282         * src/mh.c
5283         * src/mimeview.h
5284         * src/partial_download.c
5285         * src/pop.c
5286         * src/prefs_account.c
5287         * src/prefs_account.h
5288         * src/prefs_actions.c
5289         * src/prefs_customheader.c
5290         * src/prefs_display_header.c
5291         * src/prefs_filtering_action.c
5292         * src/prefs_matcher.c
5293         * src/prefs_toolbar.c
5294         * src/privacy.h
5295         * src/procmime.c
5296         * src/procmime.h
5297         * src/procmsg.h
5298         * src/textview.c
5299         * src/undo.h
5300         * src/common/plugin.c
5301         * src/common/session.h
5302         * src/common/socket.c
5303         * src/common/socket.h
5304         * src/common/template.c
5305         * src/gtk/gtkaspell.c
5306         * src/gtk/quicksearch.h
5307         * src/plugins/pgpcore/passphrase.c
5308         * src/plugins/pgpcore/prefs_gpg.h
5309         * src/plugins/pgpcore/select-keys.c
5310         * src/plugins/pgpcore/select-keys.h
5311         * src/plugins/pgpcore/sgpgme.c
5312         * src/plugins/pgpinline/pgpinline.c
5313         * src/plugins/pgpmime/pgpmime.c
5314         * src/plugins/trayicon/trayicon.c
5315                 fix compilation warnings
5316                 Patch by Daniel Gustafson
5317
5318 2005-09-14 [paul]       1.9.14cvs25
5319
5320         * src/addressbook.c
5321                 add missing column header, and other small
5322                 bug fixes
5323                 Patch by Anders Hammar
5324
5325 2005-09-13 [colin]      1.9.14cvs24
5326
5327         * src/gtk/gtkaspell.c
5328                 Fix non-utf8 in menu
5329                 Fix little leaks
5330                 Nullify struct members after free()s
5331
5332 2005-09-13 [colin]      1.9.14cvs23
5333
5334         * src/compose.c
5335                 Test utf8 compliance before inserting to 
5336                 buffer, and try to convert if necessary
5337         * src/procmime.c
5338                 If no charset is present, use the locale 
5339                 one instead of us-ascii
5340         * src/procmsg.c
5341                 Add Sender, List-Post and To in the checked 
5342                 headers for automatic rules creation 
5343                 (thanks to wwp)
5344         * src/prefs_themes.c
5345         * src/gtk/gtkaspell.c
5346                 Remove deprecated functions. 
5347                 patch by Daniel Gustafson
5348
5349 2005-09-12 [colin]      1.9.14cvs22
5350
5351         * src/compose.c
5352                 Fix bug #448 (Scrolling/Redraw issue with 
5353                 address-fields in Header)
5354         * src/mainwindow.c
5355         * src/summaryview.c
5356         * src/summaryview.h
5357                 Fix loss of MSG_MARKED on move/copy
5358                 Fix bug #804 (Quicksearch togglebutton doesn't 
5359                 get depressed after '/' key is pressed)
5360
5361 2005-09-12 [paul]       1.9.14cvs21
5362
5363         * AUTHORS
5364         * src/gtk/logwindow.c
5365                 add 'Clear Log' to popup menu
5366                 Patch by Anders Hammar <anders.hammar@telia.com>
5367
5368 2005-09-12 [paul]       1.9.14cvs20
5369
5370         * src/compose.c
5371                 set correct sensitivity on attachments
5372                 popup menu
5373         * src/folder.c
5374                 fix typo
5375         * src/prefs_spelling.c
5376                 fix crash when no LANG env is set
5377         * src/common/xml.c
5378                 fix crash in wizard
5379                 don't use memeory after free
5380
5381         All patches by Daniel Gustafson
5382
5383 2005-09-12 [paul]       1.9.14cvs19
5384
5385         * src/prefs_themes.c
5386                 make theme info selectable
5387         * src/gtk/description_window.c
5388                 make window non-modal
5389         * tools/README
5390                 add details of asus_mailed.sh
5391         * tools/claws.i18n.status.pl
5392                 update for new zh_TW translator
5393                 widen the output
5394                 create alternate coloured lines
5395                 improve readability
5396
5397 2005-09-10 [colin]      1.9.14cvs18
5398
5399         * src/plugins/pgpcore/select-keys.c
5400                 Better order for the buttons
5401
5402 2005-09-10 [colin]      1.9.14cvs17
5403
5404         * src/compose.c
5405         * src/plugins/pgpcore/select-keys.c
5406         * src/plugins/pgpcore/select-keys.h
5407         * src/plugins/pgpcore/sgpgme.c
5408                 Add a "Don't encrypt" button to the key
5409                 selection dialog. Fixes bug #177 (There should be a 
5410                 'Don't encrypt button in the Select Keys dialog)
5411
5412 2005-09-10 [colin]      1.9.14cvs16
5413
5414         * src/compose.c
5415                 Fix bug #572 (%X option does not work with templates)
5416
5417 2005-09-10 [colin]      1.9.14cvs15
5418
5419         * src/toolbar.c 
5420                 Remove g_print
5421
5422 2005-09-10 [colin]      1.9.14cvs14
5423
5424         * src/imap.c
5425                 Fix a possible crash
5426
5427 2005-09-09 [colin]      1.9.14cvs13
5428
5429         * src/imap.c
5430         * src/etpan/imap-thread.c
5431         * src/etpan/imap-thread.h
5432                 Fix moving from queue or drafts to normal folders
5433                 Fix bug #794 (No way to delete without expunging)
5434                 Take flags unset by other mailers into account
5435                 Take deleted flag set by other mailers into account
5436                 Fix unsetting REPLIED flag
5437                 Fix crash when capabilities can't be retrieved
5438         * src/mainwindow.c
5439         * src/mainwindow.h
5440                 Add M_DELAYED_FLAGS condition, and let the user use
5441                 Execute in order to be able to expunge deleted mails,
5442                 even if he's not in delayed execute mode
5443         * src/prefs_spelling.c
5444                 Use 'en' dictionary by default if LANG is POSIX or C
5445         * src/gtk/prefswindow.c
5446                 Fix bug #767 (Preferences windows expanding) by making
5447                 the window a bit larger when the resolution is greater
5448                 than 640x480, and by putting the prefs in a
5449                 GtkScrolledWindow.
5450
5451 2005-09-09 [paul]       1.9.14cvs12
5452
5453         * AUTHORS
5454         * configure.ac
5455         * po/zh_TW.Big5.po      ** REMOVED **
5456         * po/zh_TW.po           ** ADDED **
5457                 updated by Wei-Lun Chao
5458
5459 2005-09-09 [paul]       1.9.14cvs11
5460
5461         * src/mainwindow.c
5462                 fix asserts
5463         * src/common/xml.c
5464                 delay memory allocation until file is
5465                 opened successfully
5466                 Patch by Daniel Gustafson
5467
5468 2005-09-09 [colin]      1.9.14cvs10
5469
5470         * src/imap.c
5471                 Add guards
5472
5473 2005-09-08 [colin]      1.9.14cvs9
5474
5475         * src/compose.c
5476                 Alert when we can't save draft
5477                 Fix various wrap/color issues
5478                 Add mid-click pasting respecting wrap_paste option
5479         * src/folder.c
5480         * src/folder.h
5481         * src/folder_item_prefs.c
5482         * src/folder_item_prefs.h
5483         * src/imap.c
5484         * src/imap_gtk.c
5485         * src/imap_gtk.h
5486         * src/main.c
5487         * src/mainwindow.c
5488         * src/mainwindow.h
5489         * src/news.c
5490         * src/news_gtk.c
5491         * src/news_gtk.h
5492         * src/prefs_folder_item.c
5493                 Fix the impossibility to synchronise folders for
5494                 offline use (IMAP and NNTP are concerned)
5495
5496 2005-09-08 [colin]      1.9.14cvs8
5497
5498         * configure.ac
5499                 Build LDAP and JPilot by default if available
5500         * src/textview.c
5501                 Fix use after free
5502
5503 2005-09-08 [paul]       1.9.14cvs7
5504
5505         * doc/manual/en/sylpheed-1.html
5506         * doc/manual/en/sylpheed-18.html
5507         * doc/manual/en/sylpheed-19.html
5508         * doc/manual/en/sylpheed-4.html
5509         * doc/manual/en/sylpheed-6.html
5510         * doc/manual/en/sylpheed.html
5511                 a few minor updates, plus include some
5512                 details about plugins and their requirements
5513         * src/mainwindow.c
5514                 minor changes to English in /View/Sort
5515
5516 2005-09-07 [colin]      1.9.14cvs6
5517
5518         * doc/manual/en/sylpheed-1.html
5519         * doc/manual/en/sylpheed-10.html
5520         * doc/manual/en/sylpheed-11.html
5521         * doc/manual/en/sylpheed-12.html
5522         * doc/manual/en/sylpheed-13.html
5523         * doc/manual/en/sylpheed-14.html
5524         * doc/manual/en/sylpheed-15.html
5525         * doc/manual/en/sylpheed-16.html
5526         * doc/manual/en/sylpheed-17.html
5527         * doc/manual/en/sylpheed-18.html
5528         * doc/manual/en/sylpheed-19.html
5529         * doc/manual/en/sylpheed-2.html
5530         * doc/manual/en/sylpheed-20.html
5531         * doc/manual/en/sylpheed-21.html
5532         * doc/manual/en/sylpheed-22.html
5533         * doc/manual/en/sylpheed-3.html
5534         * doc/manual/en/sylpheed-4.html
5535         * doc/manual/en/sylpheed-5.html
5536         * doc/manual/en/sylpheed-6.html
5537         * doc/manual/en/sylpheed-7.html
5538         * doc/manual/en/sylpheed-8.html
5539         * doc/manual/en/sylpheed-9.html
5540         * doc/manual/en/sylpheed.html
5541                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
5542
5543 2005-09-07 [colin]      1.9.14cvs5
5544
5545         * src/mainwindow.c
5546                 Make labels more to-the-point
5547
5548 2005-09-07 [colin]      1.9.14cvs4
5549
5550         * doc/manual/en/sylpheed-1.html
5551         * doc/manual/en/sylpheed-12.html
5552         * doc/manual/en/sylpheed-13.html
5553         * doc/manual/en/sylpheed-14.html
5554         * doc/manual/en/sylpheed-15.html
5555         * doc/manual/en/sylpheed-16.html
5556         * doc/manual/en/sylpheed-17.html
5557         * doc/manual/en/sylpheed-18.html
5558         * doc/manual/en/sylpheed-19.html
5559         * doc/manual/en/sylpheed-2.html
5560         * doc/manual/en/sylpheed-20.html
5561         * doc/manual/en/sylpheed-21.html
5562         * doc/manual/en/sylpheed-22.html
5563         * doc/manual/en/sylpheed-4.html
5564         * doc/manual/en/sylpheed-5.html
5565         * doc/manual/en/sylpheed-6.html
5566         * doc/manual/en/sylpheed-7.html
5567         * doc/manual/en/sylpheed-8.html
5568         * doc/manual/en/sylpheed-9.html
5569         * doc/manual/en/sylpheed.html
5570                 Update manual
5571
5572 2005-09-07 [colin]      1.9.14cvs3
5573
5574         * doc/faq/en/sylpheed-faq-1.html
5575         * doc/faq/en/sylpheed-faq-2.html
5576         * doc/faq/en/sylpheed-faq-3.html
5577         * doc/faq/en/sylpheed-faq.html
5578                 Update FAQ
5579
5580 2005-09-07 [colin]      1.9.14cvs2
5581
5582         * src/folderview.c
5583         * src/procmsg.c
5584         * src/summaryview.c
5585         * src/toolbar.c
5586                 Fix special subfolders:
5587                 - Inherit parent's icon
5588                 - sent contents of queues subfolders
5589                 - empty subfolders of trashes
5590         * src/mainwindow.c
5591                 Remove outdated manual and faq entries
5592         * src/common/utils.c
5593                 Add quotes around %s coming from mailcap
5594
5595 2005-09-07 [colin]      1.9.14cvs1
5596
5597         * src/compose.c
5598                 After saving draft, set modified to FALSE
5599         * src/mimeview.c
5600         * src/common/utils.c
5601         * src/common/utils.h
5602                 Try to open mime parts using what is 
5603                 indicated in ~/.mailcap or /etc/mailcap,
5604                 if possible.
5605
5606 2005-09-05 [paul]       1.9.14
5607
5608         1.9.14 released
5609
5610         * po/sk.po
5611                 updated by Andrej Kacian
5612
5613 2005-09-05 [paul]       1.9.13cvs83
5614
5615         * po/de.po
5616         * po/es.po
5617         * po/fi.po
5618         * po/fr.po
5619         * po/nb.po
5620         * po/pt_BR.po
5621         * po/sr.po
5622                 updated translations by Thomas Gilgin, Ricardo Mones
5623                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
5624                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
5625
5626 2005-09-04 [paul]       1.9.13cvs82
5627
5628         * src/compose.c
5629                 only warn about exceeded line length limit
5630                 on send
5631
5632 2005-09-04 [paul]       1.9.13cvs81
5633
5634         * src/compose.c
5635                 fix crash in 'line length exceeded' dialogue
5636
5637 2005-09-02 [paul]       1.9.13cvs80
5638
5639         * src/imap.c
5640                 fix bug 795, 'Connection lost IMAP'
5641                 and add statusbar prints
5642                 Patch by Colin
5643
5644 2005-09-02 [paul]       1.9.13cvs79
5645
5646         * src/compose.c
5647                 compose_wrap_paragraph() becomes
5648                 compose_beautify_paragraph()
5649                 Patch by Colin
5650
5651 2005-09-02 [colin]      1.9.13cvs78
5652
5653         * src/folderview.c
5654                 Micro-fix
5655
5656 2005-09-01 [colin]      1.9.13cvs77
5657
5658         * src/imap.c
5659                 Maybe fix bug #795 (Connection lost IMAP)
5660                 Don't try to send logout when we're disconnected.
5661         * src/summaryview.c
5662                 Include locked and marked emails in HRM
5663                 view. Fixes bug #800 (Locked messages no longer 
5664                 show up when hide read messages is used)
5665
5666 2005-09-01 [paul]       1.9.13cvs76
5667
5668         * src/prefs_common.c
5669                 fix bad cutting
5670
5671 2005-08-31 [colin]      1.9.13cvs75
5672
5673         * src/folderview.c
5674         * src/folderview.h
5675         * src/prefs_summaries.c
5676         * src/summaryview.c
5677                 Fix "go to next new", fix preference
5678                 (Open unread/next swapped)
5679
5680 2005-08-31 [paul]       1.9.13cvs74
5681
5682         * src/compose.c
5683         * src/folderview.c
5684         * src/headerview.c
5685         * src/headerview.h
5686         * src/mainwindow.c
5687         * src/prefs_common.c
5688         * src/prefs_common.h
5689         * src/prefs_fonts.c
5690         * src/summaryview.c
5691         * src/textview.c
5692         * src/common/defs.h
5693                 remove obsolete BOLD_FONT setting
5694                 fix font update in headerview and textview
5695                 headers after prefs change
5696                 Patch By Colin
5697
5698 2005-08-31 [paul]
5699
5700         1.9.14-rc4 released
5701
5702 2005-08-30 [colin]      1.9.13cvs73
5703
5704         * src/summaryview.c
5705                 When Hide read messages is selected and we
5706                 refresh the summaryview, don't remove the 
5707                 currently displayed message. Fixes bug #797
5708                 (Summary view reloads when new mail is 
5709                 downloaded in 1.9.14 rc)
5710
5711 2005-08-30 [colin]      1.9.13cvs72
5712
5713         * src/folderview.c
5714                 Fix flickering
5715         * src/mainwindow.c
5716                 Remove useless callback
5717         * src/mimeview.c
5718         * src/gtk/filesel.c
5719         * src/gtk/filesel.h
5720                 Add a filesel_select_file_save_folder() - used by Save All
5721
5722 2005-08-29 [paul]       1.9.13cvs71
5723
5724         * AUTHORS
5725         * src/matcher_parser_parse.y
5726         * src/etpan/imap-thread.c
5727                 fix building on FreeBSD
5728                 Patch by Daniel Gustafson <daniel@hobbit.se>
5729
5730 2005-08-29 [paul]       1.9.13cvs70
5731
5732         * src/plugins/pgpinline/pgpinline.c
5733                 only initialise sig result if it's been handled
5734                 Patch by Colin
5735
5736 2005-08-29 [paul]       1.9.13cvs69
5737         
5738         Patches by Colin:
5739
5740         * src/imap.c
5741         * src/common.utils.c
5742         * src/common/utils.h
5743                 optimisation
5744         * src/stock_pixmap.h
5745                 fix wrong icon reference
5746         * src/pixmaps/trash_btn.xpm
5747                 replace with nicer image
5748
5749 2005-08-28 [colin]      1.9.13cvs68
5750
5751         * src/Makefile.am
5752         * src/stock_pixmap.c
5753         * src/stock_pixmap.h
5754         * src/toolbar.c
5755         * src/pixmaps/trash_btn.xpm
5756                 Add a specific trash xpm for the button
5757
5758 2005-08-28 [colin]      1.9.13cvs67
5759
5760         * src/imap.c
5761                 Fix leak
5762
5763 2005-08-27 [colin]      1.9.13cvs66
5764
5765         * src/imap.c
5766         * src/procmime.c
5767                 Correctly fix "Problem with replies", fixes
5768                 pgpmime encryption too. 
5769
5770 2005-08-27 [colin]      1.9.13cvs65
5771
5772         * src/folder.c
5773         * src/procmsg.c
5774         * src/procmsg.h
5775         * src/summaryview.c
5776                 Fix bug #517 (messages removed from summaryview 
5777                 when moving fails)
5778
5779 2005-08-27 [colin]      1.9.13cvs64
5780
5781         * tools/Makefile.am
5782         * tools/asus_mailled.sh
5783                 Add a script to blink ASUS laptops' mail LED where there
5784                 is unread mail.
5785
5786 2005-08-27 [colin]      1.9.13cvs63
5787
5788         * src/imap.c
5789         * src/etpan/imap-thread.c
5790         * src/etpan/imap-thread.h
5791                 Implement automatic choosing of login method
5792                 Fixes bug #791
5793         * src/gtk/.cvsignore
5794                 Add sylpheed-marshal.[ch]
5795
5796 2005-08-27 [colin]      1.9.13cvs62
5797
5798         * src/common/utils.c
5799                 Fix confusing perror
5800
5801 2005-08-27 [colin]      1.9.13cvs61
5802
5803         * src/toolbar.c
5804         * src/toolbar.h
5805                 Remove A_DELETE, replace it with 
5806                 A_TRASH and A_DELETE_REAL. Automatically
5807                 rewrite config files to replace A_DELETE
5808                 with A_TRASH (no functionality change).
5809                 Fixes half of #794
5810
5811 2005-08-26 [colin]      1.9.13cvs60
5812
5813         * src/procmime.c
5814                 Previous "Problem with replies" fix brought other
5815                 problems, fixing them
5816
5817 2005-08-26 [colin]      1.9.13cvs59
5818
5819         * src/procmime.c
5820                 Fix "Problem with replies". This happened only
5821                 on IMAP...
5822         * src/procmsg.c
5823                 Factorize code a bit
5824         * src/compose.c
5825                 Speed improvement on very long messages (wrapping)
5826                 Fix signature color on Reedit and Redirect
5827                 On Reedit, don't attach pgp-signatures parts, but
5828                 set signing to On.
5829
5830 2005-08-24 [paul]       1.9.13cvs58
5831
5832         * src/compose.c
5833                 don't claim success when clicking
5834                 Cancel on the passphrase box.
5835                 Patch by Colin
5836
5837 2005-08-24 [paul]       1.9.13cvs57
5838
5839         * src/main.c
5840                 fix misplaced sylpheed.log
5841         * src/common/defs.h
5842                 define UIDL_DIR
5843
5844 2005-08-24 [paul]       1.9.13cvs56
5845
5846         * src/imap.c
5847         * src/etpan/imap-thread.c
5848         * src/etpan/imap-thread.h
5849                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
5850                 Patch by Colin
5851         * src/gtk/sylpheed-marshal.c    ** REMOVED **
5852         * src/gtk/sylpheed-marshal.h    ** REMOVED **
5853                 remove autogenerated files
5854         * tools/kdeservicemenu/README
5855         * tools/kdeservicemenu/install.sh
5856         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5857         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5858                 use Claws icon, use 'Sylpheed-Claws' in menu,
5859                 use kdialog, and other cleanups
5860
5861 2005-08-23 [paul]       1.9.13cvs55
5862
5863         * src/compose.c
5864                 fix paste/wrap crash
5865                 Patch by Colin
5866
5867 2005-08-23 [paul]       1.9.13cvs54
5868
5869         * src/main.c
5870                 fix crash recovery
5871                 Patch by Colin
5872
5873 2005-08-23 [paul]       1.9.13cvs53
5874
5875         * src/addressbook.c
5876         * src/editaddress.c
5877                 view all data of LDAP contacts
5878                 Patch by Colin
5879
5880 2005-08-23 [paul]       1.9.13cvs52
5881
5882         * src/addressbook.c
5883                 fix issues with the Search field
5884                 Patch by Colin
5885
5886 2005-08-22 [paul]       1.9.13cvs51
5887
5888         * src/folderview.c
5889                 put name of folder in processing dialog
5890                 title
5891         * src/prefs_folder_item.c
5892                 improve english usage
5893
5894 2005-08-22 [paul]       1.9.13cvs50
5895
5896         * src/filtering.c
5897         * src/filtering.h
5898         * src/matcher.c
5899         * src/matcher_parser_lex.l
5900         * src/matcher_parser_parse.y
5901         * src/prefs_filtering.c
5902                 add Filtering/Processing rule names feature.
5903                 (the incompatible old matcherrc is saved as
5904                 matcherrc.pre_names).
5905                 Patch by Colin
5906
5907 2005-08-22 [paul]       1.9.13cvs49
5908
5909         * src/procmsg.c
5910                 fix colour labelling
5911                 Patch by Colin
5912
5913 2005-08-22 [paul]       1.9.13cvs48
5914
5915         * src/textview.c
5916                 fix open_image_cb()
5917
5918 2005-08-22 [paul]       1.9.13cvs47
5919
5920         * src/imap.c
5921                 fix bug 789, 'SC crashes with imap (CVS ver)'
5922                 Patch by Colin
5923
5924 2005-08-22 [paul]       1.9.13cvs46
5925
5926         * src/mimeview.c
5927         * src/prefs_common.c
5928         * src/common/defs.h
5929                 define reused defaults in defs.h
5930         * src/textview.c
5931                 add 'Open image' to image popup menu
5932
5933 2005-08-21 [colin]      1.9.13cvs45
5934
5935         * src/summaryview.c
5936                 Fix bug #788 (Bogus "From" address displayed)
5937
5938 2005-08-20 [colin]      1.9.13cvs44
5939
5940         * src/folder.c
5941                 Fix buf #787 (multilevel delete causes SIGSEGV)
5942
5943 2005-08-19 [colin]      1.9.13cvs43
5944
5945         * src/inc.c
5946         * src/prefs_common.c
5947         * src/prefs_common.h
5948                 Add an hidden pref to allow modifying the
5949                 update stepping in incorporation.
5950                 Patch by wwp.
5951
5952 2005-08-19 [colin]      1.9.13cvs42
5953
5954         * src/compose.c
5955         * src/procmime.c
5956                 Workaround for broken MUAs: encode 
5957                 Content-type: name: as ASCII and 
5958                 Content-Disposition: filename: as
5959                 per rfc2231
5960         * src/prefs_account.c
5961                 Fix invisible-ness of SMTP SSL prefs
5962                 in NNTP accounts
5963
5964 2005-08-19 [paul]       1.9.13cvs41
5965
5966         * src/compose.c
5967         * src/prefs_common.c
5968         * src/prefs_common.h
5969         * src/prefs_wrapping.c
5970                 paste with or without wrapping.
5971                 patch by Colin
5972
5973 2005-08-19 [paul]       1.9.13cvs40
5974
5975         * src/prefs_common.c
5976         * src/prefs_common.h
5977         * src/summaryview.c
5978                 reintroduce enable_swap_from as a
5979                 hidden pref. patch by Colin
5980         * src/quote_fmt_parse.y
5981         * src/plugins/clamav/clamav_plugin.c
5982         * src/plugins/dillo_viewer/dillo_viewer.c
5983         * src/plugins/mathml_viewer/mathml_viewer.c
5984         * src/plugins/pgpcore/sgpgme.c
5985         * src/plugins/pgpinline/pgpinline.c
5986         * src/plugins/pgpmime/pgpmime.c
5987                 tidy up. patch by Colin
5988
5989 2005-08-19 [paul]       1.9.13cvs39
5990
5991         * configure.ac
5992                 complete cvs38's sync
5993         * src/editaddress.c
5994         * src/gedit-print.c
5995         * src/mutt.c
5996         * src/etpan/etpan-log.c
5997         * src/etpan/imap-thread.c
5998         * src/gtk/gtksourceprintjob.c
5999                 fix compilation warnings
6000                 (patch by Colin)
6001
6002 2005-08-19 [paul]       1.9.13cvs38
6003
6004         sync with main:
6005
6006         * src/account.c
6007         * src/action.c
6008         * src/addrbook.c
6009         * src/addrcache.c
6010         * src/addrharvest.c
6011         * src/addrindex.c
6012         * src/codeconv.c
6013         * src/compose.c
6014         * src/crash.c
6015         * src/exporthtml.c
6016         * src/exportldif.c
6017         * src/folder.c
6018         * src/image_viewer.c
6019         * src/inc.c
6020         * src/inc.h
6021         * src/jpilot.c
6022         * src/ldif.c
6023         * src/main.c
6024         * src/matcher.c
6025         * src/mbox.c
6026         * src/messageview.c
6027         * src/mh.c
6028         * src/mimeview.c
6029         * src/msgcache.c
6030         * src/mutt.c
6031         * src/news.c
6032         * src/partial_download.c
6033         * src/pine.c
6034         * src/pop.c
6035         * src/prefs_actions.c
6036         * src/prefs_common.c
6037         * src/prefs_customheader.c
6038         * src/prefs_display_header.c
6039         * src/prefs_gtk.c
6040         * src/prefs_themes.c
6041         * src/procheader.c
6042         * src/procmime.c
6043         * src/procmsg.c
6044         * src/recv.c
6045         * src/send_message.c
6046         * src/simple-gettext.c
6047         * src/sourcewindow.c
6048         * src/textview.c
6049         * src/vcard.c
6050         * src/common/defs.h
6051         * src/common/log.c
6052         * src/common/plugin.c
6053         * src/common/prefs.c
6054         * src/common/session.c
6055         * src/common/session.h
6056         * src/common/socket.c
6057         * src/common/socket.h
6058         * src/common/ssl_certificate.c
6059         * src/common/template.c
6060         * src/common/utils.c
6061         * src/common/utils.h
6062         * src/common/xml.c
6063         * src/gtk/about.c
6064         added wrappers for C library function that
6065                 take pathname arguments.
6066                 enabled compilation with MinGW.
6067                 use GDir instead of directly using opendir().
6068                 added rename_force().
6069
6070 2005-08-19 [paul]       1.9.13cvs37
6071         
6072         patches by Colin:
6073         * src/compose.c
6074                 fix privacy settings on re-editing
6075                 a sent message
6076         * src/jpilot.c
6077                 fix encoding bug
6078         * src/folder.c
6079         * src/procmsg.c
6080         * src/procmsg.h
6081         * src/summaryview.c
6082                 flag changing optimisation
6083
6084 2005-08-18 [martin]     1.9.13cvs36
6085
6086         * commitHelper
6087             added my login
6088         * src/addrcache.c
6089         * src/addrharvest.c
6090         * src/addrindex.c
6091         * src/compose.c
6092         * src/grouplistdialog.c
6093         * src/main.c
6094         * src/mainwindow.c
6095         * src/msgcache.c
6096         * src/mutt.c
6097         * src/pine.c
6098         * src/prefs_account.c
6099         * src/prefs_themes.c
6100         * src/stock_pixmap.c
6101         * src/summaryview.c
6102         * src/gtk/about.c
6103         * src/gtk/logwindow.c
6104             removed deprecated glib and gdk stuff
6105         * src/plugins/pgpcore/select-keys.c
6106             convert attributes from locale to utf8
6107
6108 2005-08-17 [paul]       1.9.13cvs35
6109
6110         * src/account.c
6111         * src/addressbook.c
6112                 use new GTK_STOCK_ icons if available
6113         * src/summaryview.c
6114         * src/gtk/gtksctree.c
6115         * src/gtk/gtksctree.h
6116                 faster range select. patch by Colin
6117
6118 2005-08-17 [paul]       1.9.13cvs34
6119
6120         patches by colin:
6121         * src/addressbook.c
6122         * src/addressitem.h
6123                 Add an edit button for contacts, fix selections
6124                 of gtksctree items
6125         * src/editaddress.c
6126                 Change labels, let Save be always possible in the
6127                 email and user atributes tabs
6128         * src/folderview.c
6129                 fix sort issues
6130         * src/summaryview.c
6131                 select next item instead of the displayed one
6132                 after deletion
6133
6134         * src/gtk/progressdialog.c
6135                 use prefs_common.enable_rules_hint
6136
6137 2005-08-13 [hoa]        1.9.13cvs33
6138
6139         * src/etpan/imap-thread.c
6140                 fixed build on Solaris.
6141
6142 2005-08-10 [colin]      1.9.13cvs32
6143
6144         * src/procmsg.c
6145                 Fix cvs31 (missing fclose before reading
6146                 the file)
6147
6148 2005-08-10 [colin]      1.9.13cvs31
6149
6150         * src/procmsg.c
6151                 Fix procmsg_msginfo_new_from_mimeinfo() when
6152                 the MimeInfo isn't stored in memory. This fixes
6153                 replying to an attached message.
6154
6155 2005-08-10 [colin]      1.9.13cvs30
6156
6157         * src/mainwindow.c
6158                 Fix slowness in account changing
6159
6160 2005-08-10 [colin]      1.9.13cvs29
6161
6162         * src/folder.c
6163         * src/folderutils.c
6164         * src/folderview.c
6165         * src/imap_gtk.c
6166         * src/mainwindow.c
6167         * src/mh_gtk.c
6168         * src/procmsg.c
6169         * src/summaryview.c
6170                 Optimize folder_has_parent_of_type
6171                 Prevent moving special sub-folders from contextual menus
6172                 Rework message a bit ("Empty all messages" -> "Delete all
6173                 messages")
6174                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
6175                 and "Deleted Items" folders)
6176
6177 2005-08-08 [colin]      1.9.13cvs28
6178
6179         * src/summaryview.c
6180         * src/prefs_summaries.c
6181                 Make "Select first unread|new" more flexible
6182                 (just prioritize new or unread)
6183
6184 2005-08-08 [colin]      1.9.13cvs27
6185
6186         * src/summaryview.c
6187                 If "select first new" is selected and there only
6188                 are unread messages, fallback to "select first
6189                 unread".
6190
6191 2005-08-08 [colin]      1.9.13cvs26
6192
6193         * src/folder.c
6194                 Fix shameful bugs (and bug #779)
6195
6196 2005-08-08 [colin]      1.9.13cvs25
6197
6198         * src/folder.c
6199         * src/folder.h
6200                 Cache parents' type to make folder_has_parent_of_type
6201                 faster
6202         * src/folderview.c
6203                 Forbid DnD of special sub-folders
6204         * src/procmsg.c
6205         * src/procmsg.h
6206                 Add MAIL_POSTFILTERING_HOOK
6207         * src/summaryview.c
6208                 Revert over-zealous deletion of the use_addr_book 
6209                 code
6210
6211 2005-08-07 [colin]      1.9.13cvs24
6212
6213         * src/folder.c
6214                 Fix big mistake (passing MsgInfo instead 
6215                 of FolderItem)
6216
6217 2005-08-07 [colin]      1.9.13cvs23
6218
6219         * src/compose.c
6220         * src/folder.c
6221         * src/folder.h
6222         * src/foldersel.c
6223         * src/folderutils.c
6224         * src/folderview.c
6225         * src/imap.c
6226         * src/mainwindow.c
6227         * src/messageview.c
6228         * src/mh.c
6229         * src/msgcache.c
6230         * src/procmime.c
6231         * src/summaryview.c
6232                 Make subfolders of Drafts, Queue, Outbox, Trash
6233                 work like their parents. 
6234                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
6235
6236 2005-08-07 [colin]      1.9.13cvs22
6237
6238         * src/addressbook.c
6239                 Fix bug #771 (Dragged contacts not saved)
6240
6241 2005-08-07 [paul]       1.9.13cvs21
6242
6243         * src/summaryview.c
6244                 fix bug 32 'Search Doesn't display results
6245                 if "Hide Read Messages" is chosen'
6246                 be more literal in interpreting 'Hide read
6247                 messages'
6248
6249 2005-08-07 [colin]      1.9.13cvs20
6250
6251         * src/folderview.c
6252                 Add debug
6253         * src/summaryview.c
6254                 Faster 'unthread_for_execution'
6255
6256 2005-08-06 [paul]       1.9.13cvs19
6257
6258         * src/mainwindow.c
6259                 add mnemonics to Set displayed columns
6260                 fix bug where msgview_visible option was
6261                 overwritten as TRUE on startup
6262
6263 2005-08-06 [paul]       1.9.13cvs18
6264
6265         * src/mainwindow.c
6266                 refer to 'displayed columns in folder/message
6267                 list' not 'displayed items in summary/message view'
6268         * src/prefs_display_header.c
6269                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
6270                 be consistent with similar dialogues
6271         * src/prefs_folder_column.c
6272         * src/prefs_summary_column.c
6273                 'columns' not 'items', and folder and message lists,
6274                 instead of folder and summary views;
6275                 Use 'Hidden columns' as list heading not 'Available
6276                 items';
6277                 move the 'Remove' button to the right hand side;
6278                 top-align the buttons;
6279                 remove unneeded vbox
6280         * src/prefs_summaries.c
6281                 put the 2 column prefs buttons in a frame to reduce
6282                 overall width; refer to columns not items &c.
6283
6284 2005-08-05 [colin]      1.9.13cvs17
6285
6286         * src/prefs_common.c
6287         * src/prefs_common.h
6288         * src/mainwindow.c
6289         * src/compose.c
6290         * src/messageview.c
6291                 Add an hidden toolbar_detachable pref, so
6292                 that I can get rid of these painful handles
6293                 in the toolbars. Defaults to TRUE to avoid
6294                 changing the GUI on unsuspecting people...
6295
6296 2005-08-05 [colin]      1.9.13cvs16
6297
6298         * src/Makefile.am
6299         * src/prefs_folder_column.c
6300         * src/prefs_folder_column.h
6301                 Add prefs for folder columns
6302         * src/folderview.c
6303         * src/folderview.h
6304         * src/mainwindow.c
6305         * src/mainwindow.h
6306         * src/prefs_common.c
6307         * src/prefs_common.h
6308         * src/prefs_summaries.c
6309                 Use them
6310         * src/prefs_summary_column.c
6311         * src/summaryview.c
6312         * src/summaryview.h
6313                 Add a To column
6314         * src/textview.c
6315         * src/common/utils.c
6316         * src/common/utils.h
6317                 Move uri colourisation functions
6318                 to utils
6319         * src/compose.c
6320                 Colourise URIs
6321         * src/imap.c
6322                 Fix bug with LIST where we'd try
6323                 to get Folder//////[...]/// 
6324
6325 2005-08-05 [paul]       1.9.13cvs15
6326
6327         * src/prefs_summaries.c
6328                 improve the English usage
6329         * src/summaryview.c
6330                 set font on column change
6331                 thanks to Colin
6332
6333 2005-08-05 [paul]       1.9.13cvs14
6334
6335         * src/prefs_common.c
6336         * src/prefs_common.h
6337         * src/prefs_summaries.c
6338         * src/summaryview.c
6339                 replace 'open_unread_on_enter' option with
6340                 'select_on_entry' option. opening/not opening
6341                 is now exclusively controlled by 'always_show_msg'
6342
6343 2005-08-04 [colin]      1.9.13cvs13
6344
6345         * src/compose.c
6346                 Remove dead code
6347                 Add colourisation of quotes and signatures
6348         * src/folderview.c
6349                 Fix possible crashes
6350         * src/messageview.c
6351                 Change an assert that is no problem
6352         * src/news.c
6353         * src/news_gtk.c
6354         * src/news_gtk.h
6355                 Fix offline mode
6356         * src/gtk/quicksearch.c
6357                 Fix a possible crash
6358
6359 2005-08-03 [colin]      1.9.13cvs12
6360
6361         * src/prefs_account.c
6362                 Fix bug #777 (Sylpheed crash in account configuration)
6363
6364 2005-08-03 [colin]      1.9.13cvs11
6365
6366         * src/addressbook.c
6367         * src/editaddress.c
6368         * src/editgroup.c
6369                 Fixing addressbook, round 2
6370         * src/textview.c
6371                 Fix emphasis color on rechecking 'Colorize messages'
6372
6373 2005-08-03 [paul]       1.9.13cvs10
6374
6375         sync with main
6376
6377         * src/addr_compl.c
6378         * src/compose.c
6379         * src/main.c
6380         * src/pop.c
6381         * src/prefs_account.c
6382         * src/procmime.c
6383         * src/procmsg.c
6384         * src/quote_fmt_parse.y
6385         * src/textview.c
6386         * src/common/quoted-printable.c
6387         * src/common/utils.c
6388         * src/common/utils.h
6389         * src/common/xml.c
6390                 replaced incorrect locale-independent
6391                 ctype functions with GLib's. Corrected
6392                 signedness mismatch.
6393         * src/headerview.c
6394                 headerview_create(): added spacing for vbox.
6395         * src/gtk/about.c
6396                 set focus to the OK button.
6397
6398 2005-08-03 [colin]      1.9.13cvs9
6399
6400         * src/folderview.c
6401                 Fix possible crash
6402
6403 2005-08-02 [colin]      1.9.13cvs8
6404
6405         * src/mainwindow.c
6406                 Fix cast
6407         * src/addressbook.c
6408         * src/addressitem.h
6409                 Fix a cast and more generally, try to make the
6410                 GUI more intuitive and consistent (round 1)
6411
6412 2005-08-02 [paul]       1.9.13cvs7
6413
6414         * src/folder.h
6415                 missing in 1.9.13cvs6
6416
6417 2005-08-02 [colin]      1.9.13cvs6
6418
6419         * src/folder.c
6420                 Fix one more leak
6421
6422 2005-08-02 [colin]      1.9.13cvs5
6423
6424         * src/folder.c
6425         * src/folderview.c
6426         * src/imap.c
6427         * src/main.c
6428         * src/mbox.c
6429         * src/procmsg.c
6430         * src/summaryview.c
6431                 Fix a number of folder_item_get_msg_list()-related
6432                 leaks (missing procmsg_msginfo_free()s)
6433
6434 2005-08-01 [colin]      1.9.13cvs4
6435
6436         * src/folderview.c
6437         * src/folderview.h
6438         * src/mainwindow.c
6439         * src/prefs_fonts.c
6440         * src/prefs_summaries.c
6441         * src/prefs_themes.c
6442         * src/summaryview.c
6443         * src/summaryview.h
6444         * src/textview.c
6445         * src/textview.h
6446                 Fix instant-apply of summary and folderview-related prefs
6447                 Fix erroneous g_free and alertpanels in prefs_theme
6448                 Add instant-apply for fonts
6449                 Defer applying of prefs a little bit so it's done only
6450                 once even if requested by multiples prefs pages
6451
6452 2005-08-01 [paul]       1.9.13cvs3
6453
6454         * src/main.c
6455                 fix bug 776 'S.C. crashes on close'
6456                 thanks to Colin
6457         * src/etpan/etpan-thread-manager-types.h
6458                 add missing include
6459                 thanks to Hoa
6460
6461 2005-07-25 [paul]       1.9.13cvs2
6462
6463         * src/summaryview.c
6464                 fix typos. spotted by Fabien Vantard
6465
6466 2005-07-24 [paul]       1.9.13cvs1
6467
6468         * doc/man/sylpheed.1
6469                 update man page, incorporating fix of
6470                 bug 769 'Typo in manpage'
6471         * src/etpan/imap-thread.c
6472                 fix NetBSD openssl dependencies. patch by
6473                 George Michaelson <ggm@apnic.net>
6474         * po/pt_BR.po
6475                 updated by Frederico Goncalves Guimaraes
6476
6477 2005-07-22 [paul]       1.9.13
6478
6479         1.9.13 release
6480
6481 2005-07-22 [paul]       1.9.12cvs91
6482
6483         * AUTHORS
6484         * INSTALL
6485         * README.claws
6486         * RELEASE_NOTES.claws
6487                 updated for release
6488         * configure.ac
6489         * po/nb.po
6490         * tools/claws.i18n.status.pl
6491                 add Norwegian translation. submiited by
6492                 Geir Helland <pjallabais@users.sourceforge.net>
6493         * po/ca.po
6494         * po/de.po
6495         * po/es.po
6496         * po/fi.po
6497         * po/fr.po
6498         * po/it.po
6499         * po/sk.po
6500         * po/sr.po
6501         * po/zh_CN.po
6502                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
6503                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
6504                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
6505                 Yang Guilong
6506         * src/plugins/clamav/clamav_plugin_gtk.c
6507         * src/plugins/spamassassin/spamassassin_gtk.c
6508                 replace outdated description strings
6509
6510 2005-07-21 [colin]      1.9.12cvs90
6511
6512         * src/folder.c
6513                 Set folder to batch mode when scanning it. Makes deletion
6514                 of unread mails on IMAP much faster (due to the UNREAD 
6515                 flag unsetting)
6516
6517 2005-07-21 [darko]      1.9.12cvs89
6518
6519         * configure.ac
6520                 link against libresolv if necessary (patch by Paul)
6521         * src/msgcache.c
6522                 use glib's portable macros to determine endianness
6523
6524 2005-07-21 [paul]       1.9.12cvs88
6525
6526         * src/crash.c
6527         * src/gtk/about.c
6528                 update compiled-in features list
6529
6530 2005-07-20 [colin]      1.9.12cvs87
6531
6532         * src/folder.c
6533         * src/textview.c
6534                 Gcc 2.9x compilation fixes, thanks to Darko
6535         * src/plugins/clamav/clamav_plugin.c
6536                 Little optimisation: load virus database only once
6537         * src/plugins/spamassassin/spamassassin.c
6538                 Big optimisation: filtering one mail took at least 1 second,
6539                 now it takes at least 50ms. Doesn't speed up spamassassin 
6540                 itself, but should already be much more tolerable.
6541
6542 2005-07-20 [colin]      1.9.12cvs86
6543
6544         * src/summaryview.c
6545                 Fix performance issue
6546
6547 2005-07-19 [colin]      1.9.12cvs85
6548
6549         * src/plugins/pgpinline/plugin.c
6550                 Fix warning
6551
6552 2005-07-19 [colin]      1.9.12cvs84
6553
6554         * configure.ac
6555         * src/plugins/Makefile.am
6556         * src/plugins/pgpinline/.cvsignore
6557         * src/plugins/pgpinline/Makefile.am
6558         * src/plugins/pgpinline/pgpinline.c
6559         * src/plugins/pgpinline/pgpinline.deps
6560         * src/plugins/pgpinline/pgpinline.h
6561         * src/plugins/pgpinline/plugin.c
6562                 Put pgpinline in the main tree
6563
6564 2005-07-19 [paul]       1.9.12cvs83
6565
6566         * src/prefs_actions.c
6567                 prevent '//' in menu names, which cause a crash
6568                 thanks to Colin
6569
6570 2005-07-19 [paul]       1.9.12cvs82
6571
6572         * configure.ac
6573                 be generally more informative in configure output.
6574                 OpenSSL: correction: '[ --enable-openssl ...' -> 
6575                 '[ --disable-openssl ...', as --enable-openssl is default
6576                 PGP/MIME: don't check for GPGME again, check for
6577                 pgpcore instead. Therefore prevent the possibility of
6578                 attempting to build pgpmime if pgpcore dependencies are
6579                 not met
6580                 ClamAV: use pkgconfig to check for lib
6581                 libgnomeprint: revert logic on inner test to match
6582                 everything else
6583         * src/plugins/pgpcore/sgpgme.c
6584                 add missing include
6585
6586 2005-07-19 [colin]      1.9.12cvs81
6587
6588         * src/summaryview.c
6589                 Fix slow thread rebuilding in particular
6590                 cases
6591
6592 2005-07-19 [paul]       1.9.12cvs80
6593
6594         * sylpheed-claws.desktop
6595                 fix typo, spotted by Stephan Sachse
6596         * src/account.c
6597                 replace GTK_STOCK_ADD with
6598                 GTK_STOCK_NEW button
6599
6600 2005-07-18 [colin]      1.9.12cvs79
6601
6602         * src/etpan/imap-thread.c
6603                 Fix return value (Thanks Hoa)
6604
6605 2005-07-18 [colin]      1.9.12cvs78
6606
6607         * src/imap.c
6608                 Allow empty passwords
6609                 Create drafts/queue/outbox if necessary
6610         * src/summaryview.c
6611                 Remove old code
6612         * src/etpan/imap-thread.c
6613                 Fix STARTTLS (Thanks to Hoa)
6614
6615 2005-07-18 [paul]       1.9.12cvs77
6616
6617         * ChangeLog-gtk2.jp
6618         * ChangeLog.jp
6619                 removed
6620         * Makefile.am
6621                 updated to reflect additions and removals
6622         * TODO
6623                 updated to be claws-specific
6624         * TODO-gtk2
6625         * TODO-gtk2.jp
6626         * TODO.jp
6627         * sylpheed-128x128.png
6628         * sylpheed-64x64.png
6629                 removed
6630         * sylpheed-claws-128x128.png
6631         * sylpheed-claws-64x64.png
6632         * sylpheed-claws.desktop
6633         * sylpheed-claws.png
6634                 added
6635         * sylpheed.desktop
6636         * sylpheed.png
6637                 removed
6638
6639 2005-07-17 [paul]       1.9.12cvs76
6640
6641         * src/account.c
6642         * src/addressbook.c
6643         * src/alertpanel.c
6644         * src/alertpanel.h
6645         * src/compose.c
6646         * src/exphtmldlg.c
6647         * src/expldifdlg.c
6648         * src/folderview.c
6649         * src/imap_gtk.c
6650         * src/inc.c
6651         * src/message_search.c
6652         * src/messageview.c
6653         * src/mh_gtk.c
6654         * src/news_gtk.c
6655         * src/prefs_actions.c
6656         * src/prefs_filtering.c
6657         * src/prefs_matcher.c
6658         * src/prefs_template.c
6659         * src/prefs_themes.c
6660         * src/ssl_manager.c
6661         * src/summary_search.c
6662         * src/textview.c
6663         * src/toolbar.c
6664         * src/gtk/sslcertwindow.c
6665         * src/plugins/pgpcore/sgpgme.c
6666                 rework alertpanels
6667
6668 2005-07-17 [colin]      1.9.12cvs75
6669
6670         * src/privacy.c
6671                 add a PrivacySystem accessor that checks that
6672                 the system cached in a MimeInfo's privacydata
6673                 is still registered. Use this accessor instead
6674                 of directly using data->system. Fixes crashes
6675                 after unloading pgp plugins.
6676
6677 2005-07-17 [colin]      1.9.12cvs74
6678
6679         * src/alertpanel.c
6680                 Change geometry hints to a simple default size.
6681                 Fixes the certs dialogs.
6682
6683 2005-07-17 [colin]      1.9.12cvs73
6684
6685         * src/gtk/sslcertwindow.c
6686                 Use a gtkExpander
6687
6688 2005-07-17 [colin]      1.9.12cvs72
6689
6690         * src/plugins/pgpcore/Makefile.am
6691         * src/plugins/pgpmime/Makefile.am
6692                 Add gpgme libs
6693
6694 2005-07-17 [paul]       1.9.12cvs71
6695
6696         * configure.ac
6697                 add --disable-gnomeprint option
6698                 modified version of patch by Marius Mauch
6699
6700 2005-07-17 [paul]       1.9.12cvs70
6701
6702         * src/common/defs.h
6703                 update urls
6704         * src/account.c
6705         * src/action.c
6706         * src/addressbook.c
6707         * src/compose.c
6708         * src/foldersel.c
6709         * src/folderview.c
6710         * src/html.c
6711         * src/imap_gtk.c
6712         * src/main.c
6713         * src/mainwindow.c
6714         * src/messageview.c
6715         * src/mh_gtk.c
6716         * src/mimeview.c
6717         * src/news_gtk.c
6718         * src/prefs_account.c
6719         * src/prefs_send.c
6720         * src/prefs_summaries.c
6721         * src/procmsg.c
6722         * src/summaryview.c
6723         * src/common/utils.c
6724         * src/common/xml.c
6725         * src/plugins/pgpcore/passphrase.c
6726         * src/plugins/pgpcore/select-keys.c
6727                 replace inappropriately used backticks
6728                 with single quotes
6729
6730 2005-07-16 [colin]      1.9.12cvs69
6731
6732         * src/image_viewer.c
6733                 Add extra paranoid checks
6734
6735 2005-07-16 [colin]      1.9.12cvs68
6736
6737         * src/plugins/pgpcore/prefs_gpg.c
6738                 Don't auto-check sigs by default, as it
6739                 can be really slow.
6740
6741 2005-07-16 [colin]      1.9.12cvs67
6742
6743         * src/plugins/pgpcore/sgpgme.c
6744                 Make messages a bit better.
6745
6746 2005-07-16 [colin]      1.9.12cvs66
6747
6748         * src/imap.c
6749                 Remove pseudo-log
6750         * src/etpan/imap-thread.c
6751                 Add real log
6752
6753 2005-07-16 [colin]      1.9.12cvs65
6754
6755         * src/main.c
6756         * src/prefs_other.c
6757                 And now, fix build with libetpan :-/
6758
6759 2005-07-15 [colin]      1.9.12cvs64
6760
6761         * src/prefs_other.c
6762                 Continue fixing build without libetpan.
6763
6764 2005-07-15 [colin]      1.9.12cvs63
6765
6766         * src/main.c
6767                 Fix build with --disable-libetpan
6768
6769 2005-07-15 [colin]      1.9.12cvs62
6770
6771         * configure.ac
6772                 Bump libetpan's version
6773
6774 2005-07-15 [colin]      1.9.12cvs61
6775
6776         * src/etpan/imap-thread.c
6777                 Actually stop logging :)
6778
6779 2005-07-15 [colin]      1.9.12cvs60
6780
6781         * src/addressbook.c
6782                 Fix dnd of multiple addresses.
6783
6784 2005-07-15 [hoa]        1.9.12cvs59
6785
6786         * src/etpan/imap-thread.c
6787             disable login of IMAP password in libetpan log file.
6788
6789 2005-07-15 [paul]       1.9.12cvs58
6790
6791         * src/account.c
6792                 don't automatically sort
6793                 do allow drag n drop
6794
6795 2005-07-15 [paul]       1.9.12cvs57
6796
6797         * src/account.c
6798         * src/ssl_manager.c
6799                 alphabetical listing
6800
6801 2005-07-15 [paul]       1.9.12cvs56
6802
6803         * src/gtk/pluginwindow.c
6804                 sort plugin list alphabetically
6805
6806 2005-07-15 [paul]       1.9.12cvs55
6807
6808         * src/prefs_spelling.c
6809         * src/prefs_wrapping.c
6810                 unify English usage
6811
6812 2005-07-15 [colin]      1.9.12cvs54
6813
6814         * src/wizard.c
6815                 Typo fix
6816
6817 2005-07-15 [paul]       1.9.12cvs53
6818
6819         * src/prefs_message.c
6820                 make 'show cursor' a hidden option
6821
6822 2005-07-14 [colin]      1.9.12cvs52
6823
6824         * src/plugins/spamassassin/Makefile.am
6825         * src/plugins/clamav/Makefile.am
6826                 Fix double EXTRA_DISTs
6827
6828 2005-07-14 [colin]      1.9.12cvs51
6829
6830         * src/plugins/clamav/Makefile.am
6831         * src/plugins/clamav/clamav_plugin_gtk.deps
6832         * src/plugins/spamassassin/Makefile.am
6833         * src/plugins/spamassassin/spamassassin_gtk.deps
6834                 Make $plugin_gtk depend on $plugin
6835
6836 2005-07-14 [hoa]        1.9.12cvs50
6837
6838         * src/etpan/imap-thread.c
6839                 enable debug log of libetpan when running with --debug
6840
6841 2005-07-14 [colin]      1.9.12cvs49
6842
6843         * configure.ac
6844         * src/common/Makefile.am
6845         * src/common/plugin.c
6846         * src/common/plugin.h
6847                 Add a little plugin dependancy system.
6848                 Plugins can ship a $plugin_name.deps file
6849                 (near them in PLUGINDIR) so that their
6850                 dependancies are loaded if possible.
6851         * src/plugins/Makefile.am
6852         * src/plugins/pgpcore/Makefile.am
6853         * src/plugins/pgpcore/passphrase.c
6854         * src/plugins/pgpcore/passphrase.h
6855         * src/plugins/pgpcore/plugin.c
6856         * src/plugins/pgpcore/prefs_gpg.c
6857         * src/plugins/pgpcore/prefs_gpg.h
6858         * src/plugins/pgpcore/select-keys.c
6859         * src/plugins/pgpcore/select-keys.h
6860         * src/plugins/pgpcore/sgpgme.c
6861         * src/plugins/pgpcore/sgpgme.h
6862                 Introduce pgpcore, used by pgpmime and
6863                 pgpinline
6864         * src/plugins/pgpmime/Makefile.am
6865         * src/plugins/pgpmime/passphrase.c
6866         * src/plugins/pgpmime/passphrase.h
6867         * src/plugins/pgpmime/pgpmime.c
6868         * src/plugins/pgpmime/pgpmime.deps
6869         * src/plugins/pgpmime/plugin.c
6870         * src/plugins/pgpmime/prefs_gpg.c
6871         * src/plugins/pgpmime/prefs_gpg.h
6872         * src/plugins/pgpmime/select-keys.c
6873         * src/plugins/pgpmime/select-keys.h
6874         * src/plugins/pgpmime/sgpgme.c
6875         * src/plugins/pgpmime/sgpgme.h
6876                 Remove the core from pgpmime and add the
6877                 dependancy to pgpcore.
6878
6879 2005-07-14 [paul]       1.9.12cvs48
6880
6881         * src/stock_pixmap.c
6882                 forgot this in last commit
6883
6884 2005-07-14 [paul]       1.9.12cvs47
6885
6886         * src/account.c
6887         * src/addressbook.c
6888                 add accelerators for the buttons (sync with main)
6889         * src/compose.c
6890         * src/compose.h
6891                 add accelerators for the buttons.
6892                 fix editing with external editor.
6893                 replace gdk_input_*() with GIOChannel;
6894                 (sync with main)
6895         * src/foldersel.c
6896                 display folder names with new/unread
6897                 representation (sync with main)
6898         * src/main.c
6899                 specify default window icon (sync with main)
6900         * src/prefs_common.c
6901                 use_addr_book default to FALSE
6902         * src/summaryview.c
6903         * src/textview.c
6904                 add accelerators for the buttons (sync with main)
6905         * src/gtk/menu.c
6906                 fix typos
6907         * src/pixmaps/sylpheed_icon.xpm
6908                 updated
6909
6910 2005-07-13 [paul]       1.9.12cvs46
6911
6912         * src/plugins/pgpmime/pgpmime.c
6913         * src/plugins/pgpmime/sgpgme.c
6914                 (temporarily) use deprecated gpgme_data_rewind()
6915                 while largefile support is not present
6916                 (as suggested by Colin)
6917
6918 2005-07-13 [paul]       1.9.12cvs45
6919
6920         * configure.ac
6921                 remove large file support (for now):
6922                 it breaks too many things
6923
6924 2005-07-13 [paul]       1.9.12cvs44
6925
6926         * configure.ac
6927                 add large file support
6928         * src/html.c
6929                 fix bug #763 where href attribute was not
6930                 the very first attribute of a link
6931                 patch by Thomas Gilgin
6932
6933 2005-07-13 [colin]      1.9.12cvs43
6934
6935         * src/gtk/pluginwindow.c
6936                 Little portability fix
6937
6938 2005-07-13 [colin]      1.9.12cvs42
6939
6940         * src/plugins/pgpmime/sgpgme.c
6941                 Fix crasher.
6942
6943 2005-07-13 [colin]      1.9.12cvs41
6944
6945         * src/plugins/pgpmime/pgpmime.c
6946         * src/plugins/pgpmime/sgpgme.c
6947                 Use gpgme_data_release_and_get_mem instead
6948                 of gpgme_data_read.
6949
6950 2005-07-13 [colin]      1.9.12cvs40
6951
6952         * configure.ac
6953         * src/plugins/pgpmime/passphrase.c
6954         * src/plugins/pgpmime/passphrase.h
6955         * src/plugins/pgpmime/pgpmime.c
6956         * src/plugins/pgpmime/plugin.c
6957         * src/plugins/pgpmime/select-keys.c
6958         * src/plugins/pgpmime/select-keys.h
6959         * src/plugins/pgpmime/sgpgme.c
6960         * src/plugins/pgpmime/sgpgme.h
6961                 Port pgpmime to gpgme-1.0.
6962
6963 2005-07-12 [paul]       1.9.12cvs39
6964
6965         * AUTHORS
6966         * src/toolbar.c
6967         * src/toolbar.h
6968                 add a 'Go to Prev' button to the toolbar.
6969                 correct tooltip text of go to buttons.
6970                 based on patch by Yang Guilong <bamanzi@gmail.com>
6971
6972 2005-07-12 [colin]      1.9.12cvs38
6973
6974         * src/statusbar.c
6975                 Fix progress bar showing stuff at startup.
6976
6977 2005-07-12 [paul]       1.9.12cvs37
6978
6979         * src/editjpilot.c
6980                 fix building with jpilot support
6981
6982 2005-07-11 [colin]      1.9.12cvs36
6983
6984         * src/inc.c
6985                 Add visual indication that filtering is running
6986         * src/textview.c
6987                 Make {}[] uri delimiters
6988         * src/summaryview.c
6989                 Remove useless (and slow) calls
6990
6991 2005-07-11 [paul]       1.9.12cvs35
6992
6993         * src/plugins/clamav/clamav_plugin_gtk.c
6994         * src/plugins/dillo_viewer/dillo_prefs.c
6995         * src/plugins/pgpmime/prefs_gpg.c
6996         * src/plugins/spamassassin/spamassassin_gtk.c
6997                 gather plugins prefs together under their
6998                 own 'Plugins' heading
6999
7000 2005-07-11 [paul]       1.9.12cvs34
7001
7002         sync with main
7003
7004         * src/account.c
7005                 account_delete(): modified alert dialog
7006         * src/editjpilot.c
7007         * src/editvcard.c
7008                 fixed a crash when cancelling file selection
7009                 dialog by Escape key. Made non-ascii filename
7010                 selectable.
7011         * src/prefs_template.c
7012                 prefs_template_window_create(): make scrolled
7013                 window policy AUTOMATIC
7014
7015 2005-07-10 [hoa]        1.9.12cvs33
7016
7017         * src/etpan/imap-thread.c
7018                 workaround for old Courier IMAP servers.
7019
7020 2005-07-10 [colin]      1.9.12cvs32
7021
7022         * src/folder.c
7023         * src/statusbar.c
7024         * src/statusbar.h
7025                 Add visual progress indicator on filtering/processing
7026                 Factorize the progress bar code
7027         * src/imap.c
7028         * src/imap.h
7029         * src/etpan/imap-thread.c
7030                 Add a reference counter to avoid destroying the Folder
7031                 while it's in use by another callback.
7032
7033 2005-07-09 [hoa]        1.9.12cvs31
7034
7035         * src/imap.c
7036         * src/etpan/imap-thread.c
7037                 fixed deadlock when removing IMAP account.
7038
7039 2005-07-08 [colin]      1.9.12cvs30
7040
7041         * src/textview.c
7042         * src/unmime.c
7043                 Fix again problems decoding broken headers
7044         * src/gtk/inputdialog.c
7045                 Fix local variable shadowing a global one
7046
7047 2005-07-08 [colin]      1.9.12cvs29
7048
7049         * src/msgcache.c
7050                 Make the cache/mark files platform-agnostic by writing
7051                 them in little-endian format. Reading them is also done
7052                 in little-endian format, of course; however, in order
7053                 to avoid trashing mark data on big-endian machines, the
7054                 files are, at first, read from the native format if the
7055                 little-endian one doesn't exist. This is easy to deter-
7056                 mine by trying to open a file with a swapped data_ver
7057                 and seeing if it's the wanted version.
7058                 Little-endian using users should see absolutely no
7059                 difference, Big-endian users may get a very little
7060                 performance drop due to byte-swapping.
7061                 Tested on i386 and ppc32. 
7062                 Fixes bug #159 (The index file, in the mailboxes, is 
7063                 hardware depending).
7064
7065                 To have the cache/mark files updated to the new little-
7066                 endian format, "Check for new messages" or even
7067                 "Rebuild folder tree" aren't enough. Files will be
7068                 updated as soon as a folder has been opened/closed.
7069                 To update everything, just select all folders by
7070                 selecting them one by one.
7071
7072 2005-07-07 [colin]      1.9.12cvs28
7073
7074         * src/imap.c
7075                 Remember the folder separator per IMAPFolder
7076                 instead of globally.
7077                 Revive the Session on noop; fixes bug #761
7078                 (mark a bunch of unread messages as read takes 
7079                 forever)
7080
7081 2005-07-07 [darko]      1.9.12cvs27
7082
7083         * src/common/template.c
7084                 Sort templates alphabetically
7085
7086 2005-07-06 [colin]      1.9.12cvs26
7087
7088         * src/imap.c
7089                 Try to use the correct separator in
7090                 most cases. Possibly fixes bug #759
7091                 (only creates the INBOX folder when 
7092                 setting up new IMAP account) and 
7093                 bug #760 (Can't retrieve messages)
7094
7095 2005-07-06 [colin]      1.9.12cvs25
7096
7097         * src/imap.c
7098                 Use real_path in status command. This will
7099                 help later, when namespaces will be used.
7100
7101 2005-07-06 [colin]      1.9.12cvs24
7102
7103         * configure.ac
7104         * src/account.c
7105         * src/folder.c
7106         * src/imap.c
7107         * src/etpan/etpan-log.c
7108         * src/etpan/etpan-thread-manager.c
7109         * src/etpan/imap-thread.c
7110                 Add a --disable-libetpan parameter. With this,
7111                 users that don't want IMAP4 support can avoid
7112                 the new dependancy (and have no IMAP support).
7113                 Users that have IMAP4 accounts and use this
7114                 parameter won't lose their configuration, their
7115                 IMAP accounts will just be invisible and not
7116                 used.
7117         * src/textview.c
7118                 Make the "Copy ..." contextual menu items 
7119                 copy to both the X clipboard and the gtk 
7120                 clipboard - as most other apps do.
7121         * src/gtk/about.c
7122                 Add a notice about OpenSSL usage, in order to
7123                 comply with OpenSSL's license (point 6):
7124                 http://www.openssl.org/source/license.html
7125
7126 2005-07-06 [colin]      1.9.12cvs23
7127
7128         * src/alertpanel.c
7129                 Fix a minimum size for alertpanels
7130         * src/compose.c
7131                 Show 'No space left on device' type errors
7132                 when queuing/sending
7133         * src/imap_gtk.c
7134         * src/mh_gtk.c
7135                 Rework folder's deletion message (remove 
7136                 extra \n)
7137
7138 2005-07-05 [colin]      1.9.12cvs22
7139
7140         * src/imap.c
7141                 Add an alertpanel on auth error
7142                 Add pseudo-log
7143                 Remove pthread-related stuff
7144
7145 2005-07-05 [colin]      1.9.12cvs21
7146
7147         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
7148                 Fix crash on plugin reloading (with a hack)
7149
7150 2005-07-05 [colin]      1.9.12cvs20
7151
7152         * src/prefs_account.c
7153         * src/prefs_account.h
7154                 Fix typo
7155         * src/gtk/filesel.c
7156         * src/gtk/filesel.h
7157                 Add a way to filter the view
7158         * src/gtk/pluginwindow.c
7159                 Filter loadable stuff
7160         * src/plugins/pgpmime/prefs_gpg.c
7161                 Fix missing unregistration
7162         * .cvsignore
7163         * src/etpan/.cvsignore
7164         * src/plugins/spamassassin/.cvsignore
7165                 Add more stuff to cvs ignored files
7166
7167 2005-07-04 [colin]      1.9.12cvs19
7168
7169         * src/imap.c
7170                 Fix scan_required returning FALSE when it
7171                 shouldn't. Maybe fix #760 (Can't retrieve
7172                 messages)
7173
7174 2005-07-04 [colin]      1.9.12cvs18
7175
7176         * src/summaryview.c
7177                 Fix always_show_msg pref
7178
7179 2005-07-04 [paul]       1.9.12cvs17
7180
7181         sync with main (forgotten in last commit)
7182         
7183         * src/common/utils.c
7184         * src/common/utils.h
7185                 check_line_length(): new.
7186                 is_dir_exist()
7187                 is_file_entry_exist()
7188                 dirent_is_regular_file()
7189                 dirent_is_directory(): use g_file_test() instead of stat().
7190
7191 2005-07-04 [paul]       1.9.12cvs16
7192
7193         sync with main:
7194
7195         * src/compose.c
7196                 compose_write_to_file(): check for line
7197                 length limit and display warning if exceeds
7198         * src/jpilot.c
7199                 use get_home_dir() instead of g_get_home_dir()
7200         * src/procheader.c
7201                 removed warning about invalid date
7202         * src/vcard.c
7203                 use get_home_dir() instead of g_get_home_dir()
7204
7205 2005-07-04 [paul]       1.9.12cvs15
7206
7207         * src/stock_pixmap.c
7208                 fix new pixmap naming errors
7209                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
7210
7211 2005-07-04 [colin]      1.9.12cvs14
7212
7213         * src/imap.c
7214                 Fix debugging string with a warning
7215
7216 2005-07-04 [colin]      1.9.12cvs13
7217
7218         * configure.ac
7219                 Add a check for libetpan's version (>= 0.37)
7220
7221 2005-07-04 [hoa]        1.9.12cvs12
7222
7223         * commitHelper
7224         * src/imap.c
7225         * src/etpan/imap-thread.c
7226         * src/etpan/imap-thread.h
7227                 fixed IMAP implementation of check of mails.
7228
7229 2005-07-03 [hoa]        1.9.12cvs11
7230
7231         * src/etpan/Makefile.am
7232         * src/etpan/etpan-errors.h
7233         * src/etpan/etpan-log.[ch]
7234         * src/etpan/etpan-thread-manager-types.h
7235         * src/etpan/etpan-thread-manager.[ch]
7236         * src/etpan/imap-thread.[ch]
7237         * src/Makefile.am
7238         * src/imap.c
7239         * src/main.c
7240         * src/prefs_other.c
7241         * configure.ac
7242             merged imap branch.
7243             dependency on libetpan 0.37 is now added.
7244
7245 2005-07-01 [colin]      1.9.12cvs10
7246
7247         * src/Makefile.am
7248         * src/folder.c
7249         * src/folder.h
7250         * src/folderview.c
7251         * src/stock_pixmap.c
7252         * src/stock_pixmap.h
7253         * src/plugins/trayicon/trayicon.c
7254                 Add marked symbol on folders containing
7255                 marked messages
7256         * src/procmsg.c
7257         * src/procmsg.h
7258         * src/toolbar.c
7259         * src/prefs_common.c
7260         * src/prefs_common.h
7261         * src/prefs_send.c
7262                 Add an optional confirmation dialog on queue
7263                 sending. Patch by wwp.
7264         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
7265         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
7266         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
7267         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
7268         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
7269         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
7270         * src/pixmaps/inbox_mark.xpm            ** ADDED **
7271         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
7272         * src/pixmaps/outbox_mark.xpm           ** ADDED **
7273         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
7274         * src/pixmaps/trash_mark.xpm            ** ADDED **
7275                 New pixmaps
7276
7277 2005-07-01 [colin]      1.9.12cvs9
7278
7279         * src/summaryview.c
7280                 Fix a little threading bug
7281         * src/addrgather.c
7282         * src/mainwindow.c
7283                 A little bit of HIG normality never hurts
7284
7285 2005-07-01 [colin]      1.9.12cvs8
7286
7287         * src/compose.c
7288         * src/msgcache.c
7289         * src/pop.c
7290         * src/procmime.c
7291         * src/recv.c
7292         * src/common/log.c
7293         * src/common/template.c
7294         * src/common/utils.c
7295         * src/common/utils.h
7296                 Reverted the fwrite_atomic stuff. In fact
7297                 it is already atomic.
7298
7299 2005-06-30 [colin]      1.9.12cvs7
7300
7301         * src/common/utils.c
7302         * src/common/utils.h
7303                 Add an fwrite_atomic() function to make
7304                 sure we write everything: fwrite can make
7305                 short writes.
7306         * src/compose.c
7307         * src/msgcache.c
7308         * src/pop.c
7309         * src/procmime.c
7310         * src/recv.c
7311         * src/common/log.c
7312         * src/common/template.c
7313                 Use that (and fix swapping of size and nmemb).
7314                 Thanks to Rich Coe for the heads up.
7315
7316 2005-06-30 [colin]      1.9.12cvs6
7317
7318         * src/addressbook.c
7319                 Optimize addressbook opening 
7320
7321 2005-06-30 [colin]      1.9.12cvs5
7322
7323         * src/summaryview.c
7324                 Remove calls to summary_step after move/copy
7325
7326 2005-06-28 [paul]       1.9.12cvs4
7327
7328         * src/alertpanel.c
7329                 wrap and make the error msg selectable
7330
7331 2005-06-28 [paul]       1.9.12cvs3
7332
7333         * src/ssl_manager.c
7334                 replace the OK button with a Close button
7335         * src/gtk/foldersort.c
7336                 use GTK_STOCK_ icons/buttons
7337
7338 2005-06-28 [colin]      1.9.12cvs2
7339
7340         * src/gedit-print.c             ** ADDED **
7341         * src/gedit-print.h             ** ADDED **
7342         * src/gtk/gtksourceprintjob.c   ** ADDED **
7343         * src/gtk/gtksourceprintjob.h   ** ADDED **
7344                 I can't believe no one had enough time to tell
7345                 me I forgot the `cvs add`
7346
7347 2005-06-27 [colin]      1.9.12cvs1
7348
7349         * src/Makefile.am
7350         * src/gtk/Makefile.am
7351         * src/messageview.c
7352         * src/procmsg.c
7353         * src/summaryview.c
7354         * configure.ac
7355                 Add optional libgnomeprint-based printing
7356         * src/mainwindow.c
7357         * src/gtk/quicksearch.c
7358                 Add an Edit/Quick search menu item to show
7359                 and focus the quicksearch
7360
7361 2005-06-27 [paul]       1.9.12
7362
7363         1.9.12 release
7364
7365         * po/ca.po
7366         * po/de.po
7367         * po/es.po
7368         * po/fr.po
7369         * po/it.po
7370         * po/ko.po
7371         * po/pt_BR.po
7372         * po/sk.po
7373         * po/zh_CN.po
7374                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
7375                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
7376                 SungHyun Nam, Frederico Goncalves Guimaraes,
7377                 Andrej Kacian, and Yang Guilong
7378 2005-06-26 [colin]      1.9.11cvs106
7379
7380         * src/imap_gtk.c
7381                 Forgot one file for previous fix
7382
7383 2005-06-26 [colin]      1.9.11cvs105
7384
7385         * src/folder.c
7386         * src/imap.c
7387                 Fix problems with folder operations in no_select
7388                 imap folders. it applies only to mails, and 
7389                 creation/deletion/move/renaming of folders 
7390                 should be possible
7391
7392 2005-06-26 [paul]       1.9.11cvs104
7393
7394         * src/prefs_filtering.c
7395                 replace one more GTK_STOCK_REMOVE
7396                 with GTK_STOCK_DELETE
7397
7398 2005-06-25 [colin]      1.9.11cvs103
7399
7400         * src/imap.c
7401                 Optimize get_seq_set_from_seq_list
7402                 (Patch by Ricardo) 
7403
7404 2005-06-25 [colin]      1.9.11cvs102
7405
7406         * src/mh.c
7407                 If the directory exists, but not in the
7408                 correct encoding, rename it. This should
7409                 handle old-versions-induced bugs.
7410
7411 2005-06-25 [colin]      1.9.11cvs101
7412
7413         * src/mh.c
7414                 Fix path access with extended dir names
7415                 Fixes bug #589 (SC segfaults with wrong locale
7416                 settings)
7417
7418 2005-06-25 [colin]      1.9.11cvs100
7419
7420         * src/prefs_account.c
7421         * src/prefs_account.h
7422         * src/compose.c
7423                 Add an option to encrypt replies to
7424                 encrypted messages
7425
7426 2005-06-25 [colin]      1.9.11cvs99
7427
7428         * src/compose.c
7429         * src/quote_fmt_parse.y
7430                 ... And make it work with pgpinline.
7431
7432 2005-06-25 [colin]      1.9.11cvs98
7433
7434         * src/compose.c
7435         * src/procmime.c
7436         * src/procmime.h
7437         * src/quote_fmt_parse.y
7438                 o Make reedition of encrypted messages possible
7439                   (as long as it is encrypted to self too, no
7440                    magic there)
7441                 o Make replying with quote (and without selecting
7442                   text) possible for encrypted messages.
7443                 Closes bug #550 (Not possible to "reply with quote"
7444                 to gnupg encrypted messages)
7445
7446 2005-06-24 [paul]       1.9.11cvs97
7447
7448         * src/imap.c
7449                 add missing include
7450
7451 2005-06-24 [paul]       1.9.11cvs96
7452
7453         * src/editldap.c
7454                 made bind password entry invisible
7455                 (sync with main)
7456         * src/send_message.c
7457                 send_message_local(): check exit status
7458                 to detect errors (sync with main)
7459         * src/textview.c
7460                 use main's less ambiguous popup menu
7461                 wording
7462
7463 2005-06-24 [paul]       1.9.11cvs95
7464
7465         * src/prefs_actions.c
7466         * src/prefs_customheader.c
7467         * src/prefs_display_header.c
7468         * src/prefs_filtering_action.c
7469         * src/prefs_matcher.c
7470         * src/prefs_template.c
7471         * src/prefs_toolbar.c
7472                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
7473         * src/gtk/description_window.c
7474                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
7475
7476 2005-06-23 [colin]      1.9.11cvs94
7477
7478         * src/summaryview.c
7479                 Fix rough edges (be sure to call status_show whenever
7480                 necessary).
7481
7482 2005-06-23 [colin]      1.9.11cvs93
7483
7484         * src/summaryview.c
7485                 Optimize Select All
7486                 Before, in a 5K mails folder: 11s
7487                 After, in the same folder: 58000µs
7488                 The joys of locking... gtk_clist_select_all() fires a 
7489                 tree-select-row event for each selected row, which in 
7490                 summaryview, callbacks summary_selected which in turn,
7491                 calls summary_status_show, which walks the selected
7492                 rows. Hence, calling gtk_clist_select_all was 
7493                 exponential. Locking the summaryview makes 
7494                 summary_selected return early.
7495
7496 2005-06-23 [colin]      1.9.11cvs92
7497
7498         * src/imap.c
7499                 Move mutex at the important place to avoid
7500                 deadlocks
7501         * src/summaryview.c
7502                 Fix Del key deleting directly instead of
7503                 moving to trash
7504
7505 2005-06-22 [colin]      1.9.11cvs91
7506
7507         * src/plugins/spamassassin/libspamc.c
7508                 As we do spagetti code with assignations in multiple
7509                 places (see _message_read_raw where out = msg = raw),
7510                 let's be sure we don't free the same pointer twice.
7511                 Should fix bug #683 (Crash in libpam at 
7512                 message_cleanup).
7513
7514 2005-06-22 [colin]      1.9.11cvs90
7515
7516         * src/compose.c
7517         * src/messageview.c
7518         * src/toolbar.c
7519                 Make toolbar's delete use the move to trash stuff;
7520                 Add gtk_widget_realize to be sure pixmaps can get
7521                 created (that may fix an old worksforme bug which
7522                 I can't find back...)
7523
7524 2005-06-22 [colin]      1.9.11cvs89
7525
7526         * src/summaryview.c
7527         * src/summaryview.h
7528         * src/mainwindow.c
7529                 Rename "Message/Delete" to "Message/Move to trash"
7530                 Add "Message/Delete..." that directly destroys the
7531                 selected messages after asking for a confirmation.
7532
7533 2005-06-22 [colin]      1.9.11cvs88
7534
7535         * src/imap.c
7536                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
7537                 o Fix a deadlock (thanks Darko)
7538
7539 2005-06-22 [colin]      1.9.11cvs87
7540
7541         * src/gtk/foldersort.c
7542                 Add missing include for the i18n;
7543                 patch by Fabien Vantard
7544
7545 2005-06-21 [colin]      1.9.11cvs86
7546
7547         * src/folder.c
7548         * src/folderview.c
7549                 Respect the no_select flag
7550         * src/imap.c
7551                 Fix recursive deletion
7552         * src/imap_gtk.c
7553         * src/mh_gtk.c
7554                 Make the folder deletion's warning
7555                 more explicit
7556
7557 2005-06-21 [colin]      1.9.11cvs85
7558
7559         * src/textview.c
7560                 Prevent email addresses from spanning accross
7561                 lines - fixes bug # 646 (newline-chars in 
7562                 email addresses)
7563
7564 2005-06-20 [colin]      1.9.11cvs84
7565
7566         * src/folder.c
7567                 Be sure not to remove source if copy failed
7568
7569 2005-06-20 [colin]      1.9.11cvs83
7570
7571         * src/folderview.c
7572         * src/imap_gtk.c
7573                 remove summaryview's lock
7574         * src/imap.c
7575                 introduce threads to avoid problems when foreground tasks
7576                 interfere with background tasks
7577         * src/mh.c
7578                 prevent moving to drafts/queue
7579         * src/mimeview.c
7580                 fix leak
7581
7582 2005-06-19 [colin]      1.9.11cvs82
7583
7584         * src/imap_gtk.c
7585                 Remember that the user doesn't want to override
7586                 offline mode, for 3 seconds. It avoid presenting
7587                 him with N popups in a really short time.
7588
7589 2005-06-17 [colin]      1.9.11cvs81
7590
7591         * src/imap.c
7592                 Fix IMAP breaking on folders containing '('
7593                 (Probably won't be enough)
7594
7595 2005-06-17 [colin]      1.9.11cvs80
7596
7597         Forgotten files on 1.9.11cvs79
7598         * src/summaryview.c
7599                 Fix stepping when not immediately executing
7600         * src/imap.c
7601                 Really prevent UID FETCH 0
7602         * src/codeconv.c
7603                 Fix outgoing charset never set to utf-8
7604         * src/mh.c
7605                 Fix leak
7606
7607 2005-06-16 [colin]      1.9.11cvs79
7608
7609         * src/compose.c
7610                 Fix bug #707 (Dash splits rows)
7611                 Only wrap if we're on a line break position and
7612                 the previous one was a "white" (space) char.
7613                 Pango stuff is weird.
7614
7615 2005-06-16 [colin]      1.9.11cvs78
7616
7617         * src/imap_gtk.c
7618                 Lock summaryview while downloading messages
7619                 on user demand
7620         * src/procheader.c
7621         * src/unmime.c
7622         * src/common/utils.c
7623         * src/common/utils.h
7624                 Replace \r and \n with spaces in From and
7625                 Subject headers
7626
7627 2005-06-16 [paul]       1.9.11cvs77
7628
7629         * src/procmime.c
7630                 liberalise the mime parser
7631         * src/gtk/about.c
7632                 add text wrapping
7633
7634 2005-06-16 [paul]       1.9.11cvs76
7635
7636         * src/gtk/about.c
7637                 reworked
7638
7639 2005-06-15 [colin]      1.9.11cvs75
7640
7641         * src/compose.c
7642                 Finish header encoding fix
7643         * src/summaryview.c
7644                 Fix segfault
7645         * src/headerview.c
7646                 Fix compilation (Thanks Stephan
7647                 Sachse)
7648
7649 2005-06-15 [colin]      1.9.11cvs74
7650
7651         * Makefile.am
7652                 Install gnome2 stuff rather than gnome1, 
7653                 if both are present
7654         * src/codeconv.c
7655         * src/codeconv.h
7656         * src/compose.c
7657                 Fix headers encoding
7658         * src/folder.c
7659                 Visual progress when fetching all messages
7660         * src/folderview.c
7661         * src/summaryview.c
7662         * src/summaryview.h
7663                 Prevent changing current message while
7664                 incorporating
7665
7666 2005-06-15 [paul]       1.9.11cvs73
7667
7668         * src/gtk/gtkaspell.c
7669         * src/gtk/gtkaspell.h
7670                 fix build warnings
7671
7672 2005-06-15 [paul]       1.9.11cvs72
7673
7674         * src/prefs_filtering.c
7675                 allow reordering of filter rules by
7676                 drag n drop
7677
7678 2005-06-15 [paul]       1.9.11cvs71
7679
7680         * COPYING
7681                 updated
7682         * src/codeconv.c
7683                 replace deprecated function
7684         * src/inc.c
7685         * src/send_message.c
7686         * src/gtk/progressdialog.c
7687         * src/gtk/progressdialog.h
7688                 salvage and reuse parts of reverted sync
7689
7690 2005-06-15 [paul]       1.9.11cvs70
7691
7692         * src/inc.c
7693         * src/send_message.c
7694         * src/gtk/progressdialog.c
7695         * src/gtk/progressdialog.h
7696                 revert yesterday's sync with main
7697                 it contains deprecated functions
7698
7699 2005-06-15 [colin]      1.9.11cvs69
7700
7701         * src/headerview.c
7702                 Fix bug #670 (multi user to: will corrupt message 
7703                 headers display)
7704
7705 2005-06-15 [colin]      1.9.11cvs68
7706
7707         * src/compose.c
7708                 Fix bug #421 (Fix undo on wrapping)
7709
7710 2005-06-15 [colin]      1.9.11cvs67
7711
7712         * src/folder.c
7713                 Provide visual feedback while processing
7714                 folder's rules.
7715         * src/imap.c
7716                 Provide visual feedback while getting
7717                 short headers (for uncached messages)
7718
7719
7720 2005-06-14 [paul]       1.9.11cvs66
7721
7722         * src/account.c
7723                 change a couple stock icons
7724         * src/inc.c
7725         * src/send_message.c
7726         * src/gtk/progressdialog.c
7727         * src/gtk/progressdialog.h
7728                 sync main's GtkTreeView implementation
7729
7730 2005-06-14 [colin]      1.9.11cvs65
7731
7732         * src/imap.c
7733                 Various little fixes, mainly on error paths
7734
7735 2005-06-13 [colin]      1.9.11cvs64
7736
7737         * matcher.c
7738         * procmsg.c
7739         * procmsg.h
7740                 Add a way to fetch only headers. This speeds
7741                 up filtering on headers for IMAP. Fixes:
7742                 bug #481 extraneous imap commands slow down 
7743                         imap filtering
7744                 bug #522 Sylpheed downloads all messages 
7745                         when opening mailbox (IMAP)
7746                 bug #677 IMAP fetch is soooooooooooooo slow
7747         * src/folder.c
7748         * src/folder.h
7749                 Add a folder set_batch method so that
7750                 implementations can speed up flags changes
7751         * src/folderutils.c
7752         * src/summaryview.c
7753                 Use that in mark as (un)read and mark all read
7754                 Refix bug #679
7755         * src/imap.c
7756                 Implement set_batch - brings back deferred
7757                 flags in a less buggy manner. Fixes:
7758                 bug #729 IMAP immediate expunge of deleted messages
7759                 bug #191 remove list of messages with one command
7760                 Fix login with strange chars
7761                 Implement fetch_msg_full
7762                 Fix copy (wrong counts)
7763
7764 2005-06-12 [colin]      1.9.11cvs63
7765
7766         * src/folder.c
7767                 lock incorporation during long operations.
7768                 Avoids fucking up the IMAP socket.
7769
7770 2005-06-12 [colin]      1.9.11cvs62
7771
7772         * src/imap.c
7773                 Fix harmful typo
7774                 Factorize remove_all_msg
7775                 Thread-ize expunge
7776         * src/summaryview.c
7777                 Don't update partial-download status if unnecessary
7778         * src/folder.c
7779                 Use remove_msgs everywhere possible
7780
7781 2005-06-12 [colin]      1.9.11cvs61
7782
7783         * src/folder.c
7784         * src/folder.h
7785                 Add a remove_msgs function to remove a 
7786                 list of messages
7787         * src/imap.c
7788                 Implement that.
7789
7790 2005-06-12 [colin]      1.9.11cvs60
7791
7792         * src/imap.c
7793                 Remove flags-processing deferring... Too hard
7794                 to get it to work in all cases.
7795
7796 2005-06-11 [colin]      1.9.11cvs59
7797
7798         * src/imap.c
7799                 printf -> debug_print
7800
7801 2005-06-11 [colin]      1.9.11cvs58
7802
7803         * src/imap.c
7804                 o Fix build without USE_PTHREAD
7805                 o Factorize imap_open
7806                 o Alertpanel in case of impossible connection
7807                 o Alertpanel in case of impossible login
7808                 o Fix deferred flags processing to force a 
7809                   flush before adding some more flags to process,
7810                   but in another folder.
7811
7812 2005-06-10 [colin]      1.9.11cvs57
7813
7814         * src/imap.c
7815                 o Fix a format string error
7816                 o init ssl socket outside of the thread 
7817                   (it possibly invokes gtk calls)
7818         * src/procmime.c
7819                 o Put back the buffer to its necessary size
7820                 o Fix changing a file pointer without keeping
7821                   track of it (thanks Valgrind)
7822         * src/common/smtp.c
7823                 o Fix automatic STARTTLS if login should be done
7824                   and the server only allows it after starting TLS
7825         * src/gtk/gtkinputdialog.c
7826                 o Eat GDK_Return so that the combo popup doesn't 
7827                   appear when we press Enter to validate the combo
7828                   input dialog (as seen in the Open with... dialog)
7829
7830 2005-06-10 [colin]      1.9.11cvs56
7831
7832         * src/imap.c
7833                 o A bit less debug
7834                 o Fix a crash on deletion
7835                 o Threadize imap_select (it's called outside of 
7836                   threads)
7837                 o Defer treatment of DELETED flags
7838
7839
7840 2005-06-09 [colin]      1.9.11cvs55
7841
7842         * src/imap.c
7843                 Make sure we check imap_gtk_should_override(), which
7844                 potentially calls gtk stuff, before creating thread.
7845                 That way it should't be called via imap_get_session()
7846                 inside a thread.
7847
7848 2005-06-09 [colin]      1.9.11cvs54
7849
7850         * src/imap.c
7851                 o add a bit of status output
7852                 o remove some dead code
7853                 o threadize get_list_of_uids
7854                 o threadize imap_get_flags
7855                 o defer flag changing by 500ms so that they
7856                   can be batched
7857
7858
7859 2005-06-08 [colin]      1.9.11cvs53
7860
7861         * src/imap.c
7862                 Thread-ize imap_cmd_fetch
7863
7864 2005-06-08 [colin]      1.9.11cvs52
7865
7866         * src/main.c
7867                 Mmh, that broke POP3...
7868
7869 2005-06-08 [colin]      1.9.11cvs51
7870
7871         * src/main.c
7872                 Stabilize IMAP patch (thanks to Hoa)
7873
7874 2005-06-08 [colin]      1.9.11cvs50
7875
7876         * src/imap.c
7877                 Test patch to speed up imap. 
7878
7879 2005-06-08 [colin]      1.9.11cvs49
7880
7881         * src/imap_gtk.c
7882                 Warning fix
7883         * src/procmime.c
7884                 Apply patch from gentoo to use /usr/share/mime/globs if 
7885                 available, after un-breaking it
7886         * src/common/log.c
7887         * src/common/log.h
7888                 Use g_timeout for invoking hooks that possibly use gtk
7889                 calls. This should leave gtk calls in the main thread.
7890
7891 2005-06-08 [paul]       1.9.11cvs48
7892
7893         * src/codeconv.c
7894                 conv_get_outgoing_charset_str(): don't
7895                 use prefs_common setting
7896         * src/compose.c
7897         * src/compose.h
7898                 add /Options/Character encoding/... to
7899                 temporarily change the outgoing encoding
7900
7901         (belated sync with main)
7902
7903 2005-06-08 [paul]       1.9.11cvs47
7904
7905         * src/compose.c
7906                 correction to/completion of last
7907                 sync with main
7908
7909 2005-06-08 [paul]       1.9.11cvs46
7910
7911         sync with main:
7912         
7913         * src/codeconv.c
7914         * src/codeconv.h
7915                 always enabled Japanese auto-detection
7916                 if the first letters of locale string
7917                 is "ja"
7918         * src/compose.c
7919                 don't use "destroy" signal to destroy
7920                 Compose object (fix rare crashes on discard?)
7921         * src/mainwindow.c
7922         * src/messageview.c
7923         * src/prefs_send.c
7924                 added Hebrew encodings
7925         * src/sourcewindow.c
7926                 don't use "destroy" signal to destroy
7927                 objects
7928
7929 2005-06-07 [colin]      1.9.11cvs45
7930
7931         * src/summaryview.c
7932                 Add missing unlocks/locks
7933
7934 2005-06-07 [paul]       1.9.11cvs44
7935
7936         * src/summaryview.c
7937                 restore bug #749 fix
7938
7939 2005-06-06 [colin]      1.9.11cvs43
7940
7941         * src/summaryview.c
7942                 Fix selection bug when prefs_common.open_unread 
7943                 is FALSE
7944
7945 2005-06-06 [colin]      1.9.11cvs42
7946
7947         * src/common/md5.c
7948                 Fix a warning
7949         * src/summaryview.c
7950         * src/folderview.c
7951                 Factorize long operations beginning and end
7952                 (locking, freezing/thawing, cursor, ...)
7953                 Check selection->data member in selection-
7954                 related loops; this avoids dying an awful
7955                 death if the selection changes on us while
7956                 we're marking a whole IMAP folder unread, 
7957                 for example.
7958
7959 2005-06-06 [paul]       1.9.11cvs41
7960
7961         * src/textview.c
7962                 don't g_free() a static gchar buffer
7963
7964 2005-06-05 [colin]      1.9.11cvs40
7965
7966         * src/mainwindow.c
7967         * src/messageview.c
7968         * src/summaryview.c
7969                 Fix bug #749 (Show all headers should be
7970                 sticky as the GUI suggests)
7971
7972 2005-06-03 [paul]       1.9.11cvs39
7973
7974         * src/compose.c
7975                 don't allow editing of mail while sending.
7976                 patch by Colin
7977
7978 2005-06-03 [paul]       1.9.11cvs38
7979
7980         * src/folderview.c
7981                 add a freeze/thaw to speed up 'mark all read'
7982
7983 2005-06-03 [paul]       1.9.11cvs37
7984
7985         * src/prefs_message.c
7986                 reflect changes immediately
7987
7988 2005-06-02 [colin]      1.9.11cvs36
7989
7990         * po/POTFILES.in
7991                 Patch by Fabien Vantard.
7992
7993 2005-06-02 [colin]      1.9.11cvs35
7994
7995         * src/imap.c
7996                 Use a non-blocking imap_getline() if possible.
7997                 This should completely prevent the interface
7998                 from freezin on imap operations, although it
7999                 may do strange stuff in case of folder switching
8000                 while a big imap operation is taking place...
8001
8002                 In addition, fix a leak in the case thread
8003                 creation fails on connection.
8004
8005 2005-06-02 [colin]      1.9.11cvs34
8006
8007         * src/crash.c
8008         * src/prefs_common.h
8009                 Fix build (prefs_common_init() doesn't exist
8010                 anymore)
8011
8012 2005-06-02 [colin]      1.9.11cvs33
8013
8014         * src/prefs_account.c
8015                 Fix bug #245 (filtering rules broken when
8016                 renaming a remote account (imap4 or nntp)
8017
8018 2005-06-02 [colin]      1.9.11cvs32
8019
8020         * src/imap.c
8021                 Try to fix IMAP shortcomings: 
8022                 o Multithread imap_open()
8023                 o allow offline-mode overriding instead of
8024                   just returning NULL
8025         * src/imap_gtk.c
8026         * src/imap_gtk.h
8027                 Add a function to ask whether we want to
8028                 override offline-mode for 10 minutes (one-shot
8029                 asking was painful)
8030         * src/procheader.c
8031                 Fix segfault when imap parser isn't happy about
8032                 a missing {
8033
8034 2005-06-01 [colin]      1.9.11cvs31
8035
8036         * src/addrharvest.c
8037         * src/compose.c
8038         * src/mbox.c
8039         * src/mbox.h
8040         * src/mh.c
8041         * src/msgcache.c
8042         * src/send_message.c
8043         * src/setup.c
8044         * src/undo.c
8045         * src/common/hooks.c
8046         * src/common/prefs.c
8047         * src/common/template.c
8048         * src/common/utils.c
8049         * src/gtk/gtkutils.c
8050         * src/gtk/inputdialog.c
8051         * src/gtk/menu.c
8052         * src/gtk/pluginwindow.c
8053         * src/gtk/prefswindow.c
8054         * src/plugins/pgpmime/passphrase.c
8055         * src/plugins/pgpmime/prefs_gpg.c
8056                 More -Wall fixes
8057
8058         * src/common/Makefile.am
8059         * src/common/timing.h
8060                 Add basic timing code
8061
8062         * src/summaryview.c
8063                 Fix a bug with unread messages when 
8064                 re-sorting folders, and by the way
8065                 fix a big performance hit when 
8066                 re-sorting (10k mails: before 5s,
8067                 after .5s)
8068
8069         * src/prefs_compose_writing.c
8070         * src/prefs_compose_writing.h
8071         * src/prefs_message.c
8072         * src/prefs_message.h
8073         * src/prefs_other.c
8074         * src/prefs_other.h
8075         * src/prefs_quote.c
8076         * src/prefs_quote.h
8077         * src/prefs_receive.c
8078         * src/prefs_receive.h
8079         * src/prefs_send.c
8080         * src/prefs_send.h
8081         * src/prefs_summaries.c
8082         * src/prefs_summaries.h
8083                 Fix copyright banner
8084
8085 2005-06-01 [paul]       1.9.11cvs30
8086
8087         * po/fi.po
8088                 updated by Flammie Pirinen
8089         * src/procmime.c
8090                 fix 'Bad BASE64 content' output
8091
8092 2005-05-31 [colin]      1.9.11cvs29
8093
8094         * src/procmime.c
8095                 Oops, where did my hunk go.
8096
8097 2005-05-31 [colin]      1.9.11cvs28
8098
8099         * src/Makefile.am
8100         * src/account.c
8101         * src/action.c
8102         * src/addr_compl.c
8103         * src/addressbook.c
8104         * src/codeconv.c
8105         * src/compose.c
8106         * src/export.c
8107         * src/folder.c
8108         * src/folderview.c
8109         * src/image_viewer.c
8110         * src/main.c
8111         * src/mainwindow.c
8112         * src/messageview.c
8113         * src/mimeview.c
8114         * src/msgcache.c
8115         * src/prefs_account.c
8116         * src/prefs_actions.c
8117         * src/prefs_common.c
8118         * src/prefs_compose_writing.c
8119         * src/prefs_customheader.c
8120         * src/prefs_ext_prog.c
8121         * src/prefs_filtering.c
8122         * src/prefs_filtering_action.c
8123         * src/prefs_fonts.c
8124         * src/prefs_image_viewer.c
8125         * src/prefs_message.c
8126         * src/prefs_message.h
8127         * src/prefs_msg_colors.c
8128         * src/prefs_other.c
8129         * src/prefs_other.h
8130         * src/prefs_quote.c
8131         * src/prefs_receive.c
8132         * src/prefs_receive.h
8133         * src/prefs_send.c
8134         * src/prefs_send.h
8135         * src/prefs_spelling.c
8136         * src/prefs_summaries.c
8137         * src/prefs_summary_column.c
8138         * src/prefs_template.c
8139         * src/prefs_themes.c
8140         * src/prefs_toolbar.c
8141         * src/prefs_wrapping.c
8142         * src/procmime.c
8143         * src/procmsg.c
8144         * src/send_message.h
8145         * src/ssl_manager.c
8146         * src/summary_search.c
8147         * src/summaryview.c
8148         * src/textview.c
8149         * src/wizard.c
8150         * src/common/smtp.c
8151         * src/common/smtp.h
8152         * src/gtk/gtkutils.h
8153                 o Move the rest of Common prefs to new style
8154                 o Lots of -Wall warning fixes
8155                 o fix FIXME in cache memusage calculation
8156                 o Let return receipts be sent from any account
8157                 o Little cache optimisation (read)
8158                 o Fix bug #746 (don't treat commas as separators
8159                   when inside a quoted string)
8160
8161 2005-05-31 [paul]       1.9.11cvs27
8162
8163         * src/prefs_common.c
8164                 fix 'off-by-one' typo
8165
8166 2005-05-31 [paul]       1.9.11cvs26
8167
8168         * src/account.c
8169         * src/addr_compl.c
8170         * src/compose.c
8171         * src/foldersel.c
8172         * src/prefs_actions.c
8173         * src/prefs_common.c
8174         * src/prefs_common.h
8175         * src/prefs_customheader.c
8176         * src/prefs_display_header.c
8177         * src/prefs_filtering.c
8178         * src/prefs_filtering_action.c
8179         * src/prefs_matcher.c
8180         * src/prefs_summaries.c
8181         * src/prefs_summary_column.c
8182         * src/prefs_template.c
8183         * src/prefs_toolbar.c
8184         * src/ssl_manager.c
8185         * src/gtk/pluginwindow.c
8186         * src/gtk/prefswindow.c
8187         * src/gtk/progressdialog.c
8188                 add hidden prefs 'enable_rules_hint'
8189                 for gtk_tree_view_set_rules_hint()
8190                 (sync with main)
8191                 
8192
8193 2005-05-31 [colin]      1.9.11cvs25
8194
8195         * src/Makefile.am
8196         * src/main.c
8197         * src/prefs_common.c
8198         * src/prefs_summaries.c ** ADDED **
8199         * src/prefs_summaries.h ** ADDED **
8200                 Common/Display -> Display/Summaries
8201
8202 2005-05-31 [colin]      1.9.11cvs24
8203
8204         * src/Makefile.am
8205         * src/main.c
8206         * src/prefs_quote.c ** ADDED **
8207         * src/prefs_quote.h ** ADDED **
8208                 Move Common/Quote to Compose/Quoting
8209         * src/prefs_common.c
8210         * src/prefs_common.h
8211                 Remove old quote stuff, add
8212                 convenience functions for GtkTextView prefs
8213         * src/gtk/prefswindow.c
8214                 Set default height higher
8215
8216 2005-05-30 [colin]      1.9.11cvs23
8217
8218         * src/Makefile.am
8219         * src/main.c
8220         * src/prefs_common.c
8221         * src/prefs_compose_writing.c ** ADDED **
8222         * src/prefs_compose_writing.h ** ADDED **
8223                 Move Common/Compose prefs to Compose/Writing
8224
8225 2005-05-30 [colin]      1.9.11cvs22
8226
8227         * src/common/utils.c
8228                 Fix bug #651 (Confused Attract by Subject)
8229                 Patch by M. Benkmann <haferfrost@web.de>
8230         * AUTHORS
8231
8232 2005-05-30 [colin]      1.9.11cvs21
8233
8234         * src/compose.c
8235                 Fix concatenation of different headers of
8236                 the same type (bug #645)
8237         * src/prefs_folder_item.c
8238                 Fix bug #699 (setting color to black doesn't
8239                 work immediately)
8240         * src/procmime.c
8241                 Print out decoding error only once per
8242                 block
8243
8244 2005-05-30 [paul]       1.9.11cvs20
8245
8246         * src/common/template.c
8247                 fix Bcc
8248
8249 2005-05-30 [paul]       1.9.11cvs19
8250
8251         * doc/src/rfc2368.txt   **NEW FILE**
8252         * src/compose.c
8253                 compose_entries_set(): don't interpret Bcc
8254                 header field (conform to RFC 2368)
8255                 (sync with main)
8256
8257 2005-05-29 [colin]      1.9.11cvs18
8258
8259         * src/prefs_common.c
8260                 Let the default reply format respect
8261                 netiquette by cutting the signature.
8262
8263 2005-05-29 [colin]      1.9.11cvs17
8264
8265         * src/summaryview.c
8266                 Don't let always_show_msg override
8267                 open_unread_on_enter when opening a new
8268                 directory.
8269
8270 2005-05-27 [paul]       1.9.11cvs16
8271
8272         sync with main:
8273
8274         * src/main.c
8275                 app_will_exit(): cleanup tmp directory when exit
8276         * src/message_search.c
8277                 improved the interface and made code cleanup.
8278                 removed Clear button
8279         * src/send_message.c
8280                 send_message_local(): use GSpawn, and detect errors
8281         * src/summary_search.c
8282                 improved the interface and made code cleanup
8283         * src/textview.c
8284                 textview_write_link(): also skip non-ascii space
8285                  at the head of link strings (phishing check
8286                  didn't work at the case)
8287         * src/common/utils.c
8288                 get_command_output(): use g_spawn_command_line_sync()
8289                 instead of popen()
8290
8291 2005-05-26 [colin]      1.9.11cvs15
8292
8293         * src/folder.c
8294                 remove printf
8295
8296 2005-05-26 [colin]      1.9.11cvs14
8297
8298         * src/common/nntp.c
8299                 Fix nntp mode reader (bug #611)
8300                 Patch by Florian Mickler <florian@mickler.org>
8301
8302 2005-05-26 [colin]      1.9.11cvs13
8303
8304         * src/plugins/pgpmime/passphrase.c
8305                 Fix mouse grabbing (bug #557)
8306
8307 2005-05-26 [colin]      1.9.11cvs12
8308
8309         * src/prefs_themes.c
8310                 Fix g_warning (bug #541)
8311
8312 2005-05-26 [colin]      1.9.11cvs11
8313
8314         * src/prefs_actions.c
8315         * src/prefs_template.c
8316                 Fix bug #506 (no warning if action/template
8317                 is not saved)
8318         * src/common/template.c
8319                 Fix a possible crash
8320
8321 2005-05-26 [colin]      1.9.11cvs10
8322
8323         * src/folder.c
8324         * src/folderview.c
8325         * src/procmsg.c
8326         * src/summaryview.c
8327                 Forbid locked messages to be moved or
8328                 deleted. Locked messages in trashes 
8329                 still get deleted, for performance
8330                 reason (mh.c::mh_remove_all_msgs)
8331
8332 2005-05-25 [colin]      1.9.11cvs9
8333
8334         * src/procmime.c
8335                 Use correct encoding when sending mails
8336                 with attachments that have accentued 
8337                 chars in their name
8338
8339 2005-05-24 [colin]      1.9.11cvs8
8340
8341         * src/summaryview.c
8342                 Fix bug #688 f) read/unread marker not
8343                 changed on first click
8344                 Also, optimize summary_status_show()
8345                 calls
8346         * src/folder.c
8347         * src/inc.c
8348         * src/procmime.c
8349                 Fix bug #688 b) and c) wrt message
8350                 attachments and signature
8351         * src/stock_pixmap.c
8352         * src/stock_pixmap.h
8353         * src/stock_pixmap.c
8354         * src/stock_pixmap.h
8355         * src/Makefile.am
8356         * src/pixmaps/clip_gpg_signed.xpm
8357                 Add clip/signed icon
8358
8359 2005-05-24 [colin]      1.9.11cvs7
8360
8361         * src/folder_item_prefs.c
8362                 whitespace fix
8363
8364 2005-05-24 [colin]      1.9.11cvs6
8365
8366         * src/folderview.c
8367         * src/prefs_common.c
8368         * src/prefs_common.h
8369                 Add a confirmation to folder drag and drop
8370                 fixes bug #156
8371         * src/alertpanel.c
8372         * src/alertpanel.h
8373                 fix _with_disable parameters so that
8374                 the buttons labels are specifiable too
8375         * src/plugins/pgpmime/sgpgme.c
8376                 reflect said change
8377                 
8378
8379 2005-05-24 [colin]      1.9.11cvs5
8380
8381         * src/folderview.c
8382                 Uncollapse/collapse folders on double-click
8383                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
8384                 closes bug #108
8385
8386 2005-05-23 [colin]      1.9.11cvs4
8387
8388         * src/common/socket.c
8389                 Check another special SSL_peek() error.
8390                 Should help wrt bug #728
8391
8392 2005-05-23 [colin]      1.9.11cvs3
8393
8394         * src/plugins/pgpmime/pgpmime.c
8395                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
8396                 breaking menu accelerators and stuff. Users will have to
8397                 reselect "PGP MIME" instead of "PGP/MIME" in their 
8398                 account's privacy preferences if needed.
8399
8400 2005-05-22 [paul]
8401
8402         * tools/kdeservicemenu/install.sh
8403                 use kdesu to prompt for root password if doing
8404                 global install/uninstall
8405
8406 2005-05-20 [colin]      1.9.11cvs2
8407
8408         * src/procmsg.c
8409                 Fix another compilation error with gcc-2.9x
8410                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
8411         * src/send_message.c
8412                 Don't send QUIT if we aren't connected
8413
8414 2005-05-19 [colin]      1.9.11cvs1
8415
8416         * src/procmsg.c
8417                 Fix compilation with gcc 2.9x
8418
8419 2005-05-19 [paul]       1.9.11
8420
8421         1.9.11 released
8422
8423 2005-05-19 [paul]       1.9.9cvs14
8424
8425         * src/gtk/inputdialog.c
8426                 prevent gettext warning
8427
8428 2005-05-19 [paul]       1.9.9cvs13
8429
8430         * src/mainwindow.c
8431         * src/prefs_common.c
8432         * src/prefs_common.h
8433         * src/textview.c
8434         * src/textview.h
8435                 add an option to toggle cursor in message
8436                 view (sync with main)
8437
8438 2005-05-18 [colin]      1.9.9cvs12
8439
8440         * src/compose.c
8441                 Dereference freed pointer
8442         * src/gtk/gtkaspell.c
8443                 Fix duplication of dictionaries (is it an aspell issue?)
8444
8445 2005-05-18 [colin]      1.9.9cvs11
8446
8447         * src/gtk/inputdialog.c
8448         * src/gtk/gtkaspell.c
8449                 HIGuify dialogs
8450         * src/alertpanel.c
8451                 Remove a double call
8452
8453 2005-05-17 [colin]      1.9.9cvs10
8454
8455         * src/gtk/gtkaspell.c
8456                 Fix dialogs, Ctrl-Enter accel
8457
8458 2005-05-17 [colin]      1.9.9cvs9
8459
8460         * src/gtk/gtkaspell.c
8461                 Fix some accelerators, escape in replace-window
8462
8463 2005-05-16 [colin]      1.9.9cvs8
8464
8465         * src/gtk/gtkaspell.c
8466                 Revert last commit, it was a mistake.
8467
8468 2005-05-16 [colin]      1.9.9cvs7
8469
8470         * src/gtk/gtkaspell.c
8471                 Remove buggy code while we're at it. It's a 
8472                 dead code path anyway.
8473
8474 2005-05-16 [colin]      1.9.9cvs6
8475
8476         * src/gtk/gtkaspell.c
8477                 Missed some gtk_menu_popup where deactivate
8478                 signal should be handled. Should fix bug
8479                 #629 a bit more.
8480
8481 2005-05-16 [colin]      1.9.9cvs5
8482
8483         * src/gtk/gtkaspell.c
8484                 Remove debug printf()s
8485
8486 2005-05-16 [colin]      1.9.9cvs4
8487
8488         * src/gtk/gtkaspell.c
8489                 Fix a bit aspell problems
8490                 (see bug #629)
8491
8492 2005-05-13 [colin]      1.9.9cvs3
8493
8494         * src/folderview.c
8495                 Fix the + appearing even when no subfolders
8496                 have unread messages. Thanks to wwp for the
8497                 bug report.
8498
8499 2005-05-11 [paul]       1.9.9cvs2
8500
8501         * src/folderview.c
8502                 correction to 1.9.9cvs1, only colour folders that
8503                 have new msgs (not unread msgs)
8504
8505 2005-05-10 [colin]      1.9.9cvs1
8506
8507         * src/folderview.c
8508         * src/summaryview.c
8509                 Try to fix bolding bugs again.
8510
8511 2005-05-09 [paul]
8512
8513         * tools/claws.i18n.status.pl
8514                 add Ricardo Mones Lastra's script that has been providing
8515                 the i18n status page for many months
8516
8517 2005-05-09 [paul]       1.9.9
8518
8519         1.9.9 release
8520
8521 2005-05-09 [paul]       1.9.6cvs58
8522
8523         * AUTHORS
8524         * INSTALL
8525         * README.claws
8526                 updated
8527         * Makefile.am 
8528         * RELEASE_NOTES.claws
8529                 add release notes to cvs to simplify release
8530                 procedure
8531         * configure.ac
8532                 add ca and fi to ALL_LINGUAS
8533         * po/Makefile.in.in
8534                 workaround for missing Makevars
8535         * po/ca.po
8536         * po/fi.po
8537                 add new Catalan and Finnish translations
8538                 submitted by Miquel Oliete and Flammie Pirinen
8539         * po/de.po
8540         * po/es.po
8541         * po/fr.po
8542         * po/it.po
8543         * po/pl.po
8544         * po/ru.po
8545         * po/sk.po
8546         * po/sr.po
8547         * po/zh_CN.po
8548                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
8549                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
8550                 Urke MMI, and Hansom Young
8551         * src/main.c
8552                 Fix drafting when quitting. compose_draft() closes the
8553                 compose windows, which modifies the compose_list GSList.
8554                 We have to refresh this list after echo drafting to avoid a
8555                 segfault
8556         * src/partial_download.c
8557                 fix segfault on exit
8558
8559 2005-05-06 [paul]       1.9.6cvs57
8560
8561         * src/grouplistdialog.c
8562                 quick fix/workaround for unresizeable newsgroup
8563                 name column 
8564
8565 2005-05-06 [paul]       1.9.6cvs56
8566
8567         * src/inc.c
8568         * src/mainwindow.c
8569                 use gettext plural forms
8570         * src/imap_gtk.c
8571         * src/mh_gtk.c
8572         * src/toolbar.c
8573                 small improvement to english usage
8574
8575 2005-05-05 [thorsten]   1.9.6cvs55
8576
8577         * src/folder.c
8578                 fix possible crash
8579
8580 2005-05-05 [paul]       1.9.6cvs54
8581         
8582         sync with HEAD
8583
8584         * AUTHORS
8585         * src/compose.c
8586                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
8587                 patch by Tim Mann
8588
8589 2005-05-05 [paul]       1.9.6cvs53
8590
8591         * src/mainwindow.c
8592                 fix resizing of separate message and
8593                 folder views
8594
8595 2005-05-05 [paul]       1.9.6cvs52
8596
8597         * src/account.c
8598         * src/addrgather.c
8599         * src/browseldap.c
8600         * src/exphtmldlg.c
8601         * src/expldifdlg.c
8602         * src/importmutt.c
8603         * src/importpine.c
8604         * src/main.c
8605         * src/mainwindow.c
8606         * src/noticeview.c
8607         * src/prefs_filtering.c
8608         * src/prefs_filtering_action.c
8609         * src/prefs_matcher.c
8610         * src/prefs_spelling.c
8611         * src/prefs_toolbar.c
8612         * src/toolbar.c
8613         * src/wizard.c
8614         * src/gtk/description_window.c
8615         * src/gtk/gtkvscrollbutton.c
8616         * src/gtk/progressdialog.c
8617         * src/gtk/quicksearch.c
8618         * src/plugins/pgpmime/prefs_gpg.c
8619         * src/plugins/spamassassin/spamassassin_gtk.c
8620                 replace deprecated gtk_widget_set_usize
8621
8622 2005-05-04 [colin]      1.9.6cvs51
8623
8624         * src/common/utils.c
8625                 Fix crash when subst_for_filename is called
8626                 with a NULL parameter
8627
8628 2005-05-04 [colin]      1.9.6cvs50
8629
8630         * src/partial_download.c
8631         * src/pop.c
8632                 Escape login when writing uidl file
8633                 fixes bug #736
8634
8635 2005-05-03 [colin]      1.9.6cvs49
8636
8637         * src/procmime.c
8638                 Fix possible DOS in mime parser
8639                 (see bug #634)
8640
8641 2005-05-02 [colin]      1.9.6cvs48
8642
8643         * src/compose.c
8644                 Try to fix the copy/paste mess once again.
8645
8646
8647 2005-04-30 [colin]      1.9.6cvs47
8648
8649         * src/prefs_account.h
8650         * src/procmsg.c
8651         * src/send_message.c
8652         * src/common/smtp.c
8653         * src/common/smtp.h
8654                 Try to batch sending mails (per account) instead of
8655                 reconnecting to server every time.
8656
8657 2005-04-29 [colin]      1.9.6cvs46
8658
8659         * src/messageview.c
8660                 Fix window resizing that refused to size down
8661         * src/prefs_common.c
8662         * src/prefs_common.h
8663         * src/prefs_filtering.c
8664                 Save Filtering's window size
8665
8666 2005-04-21 [paul]       1.9.6cvs45
8667
8668         * ChangeLog-gtk2.claws
8669         * src/setup.c
8670                 correction to sync
8671
8672 2005-04-21 [paul]       1.9.6cvs44
8673
8674         sync with main:
8675
8676         * src/setup.c
8677         * src/statusbar.c
8678         * src/statusbar.h
8679                 use gtkut_widget_draw_now(). Improved performance
8680                 of the update of statusbar
8681         * src/textview.c
8682                 textview_smooth_scroll_do(): redraw it after scroll
8683                 is done (fixed incorrect display when a part of the
8684                 view is hidden).
8685         * src/gtk/gtkutils.c
8686         * src/gtk/gtkutils.h
8687                 gtkut_widget_draw_now(): use gdk_window_process_updates()
8688                 to force update of widgets.
8689                 Removed gtkut_widget_wait_for_draw() which had a big
8690                 overhead  because of waiting for all events processed 
8691
8692 2005-04-20 [paul]       1.9.6cvs43
8693
8694         * src/codeconv.c
8695                 complete 1.9.6cvs42's sync:
8696                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
8697
8698 2005-04-19 [paul]       1.9.6cvs42
8699
8700         sync with main:
8701
8702         * src/action.c
8703                 catch_output(): correctly select the insert text
8704                 (fix invalid iterator warnings).
8705         * src/codeconv.c
8706         * src/codeconv.h
8707         * src/mainwindow.c
8708         * src/messageview.c
8709         * src/prefs_common.c
8710                 support GBK encoding.
8711         * src/common/session.c
8712         * src/common/session.h
8713                 use separate buffer for large data to be sent,
8714                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
8715
8716 2005-04-18 [paul]       1.9.6cvs41
8717
8718         * src/jpilot.c
8719                 convert unsigned long into guint32
8720                 patch by Paul LeoNerd Evans 
8721
8722 2005-04-17 [colin]      1.9.6cvs40
8723
8724         * src/compose.c
8725                 Fix 'Request return receipt' from folder
8726                 properties (bug #708)
8727
8728 2005-04-17 [colin]      1.9.6cvs39
8729
8730         * src/mainwindow.c
8731                 Fix duplicate hotkeys in Mainwindow's menu
8732
8733 2005-04-17 [colin]      1.9.6cvs38
8734
8735         * src/folderview.c
8736                 Fix duplicate hotkeys in Folderview's contextual
8737                 menu
8738
8739 2005-04-15 [colin]      1.9.6cvs37
8740
8741         * src/summaryview.c
8742                 Fix 'Save as...' with non-ascii filenames
8743
8744 2005-04-15 [colin]      1.9.6cvs36
8745
8746         * src/plugins/pgpmime/pgpmime.c
8747                 Fix bus error on 64bit. Spotted by 
8748                 macallan1888@gmail.com
8749
8750 2005-04-15 [colin]      1.9.6cvs35
8751
8752         * src/prefs_account.c
8753                 Fix cvs34.
8754
8755 2005-04-12 [colin]      1.9.6cvs34
8756
8757         * src/prefs_account.c
8758                 Fix smtp auth type off-by-one. We forgot to
8759                 add PLAIN in the prefs-to-gui setter func and
8760                 as a result, the selected auth when opening
8761                 account prefs was not the correct one.
8762
8763 2005-04-12 [paul]       1.9.6cvs33
8764
8765         * src/inc.c
8766                 if the recv dialog is visible, Cancel only
8767                 cancels the current account
8768
8769
8770 2005-04-10 [colin]      1.9.6cvs32
8771
8772         * src/filtering.c
8773                 Copy score when copying FilteringActions
8774                 Fix bug #674
8775
8776 2005-04-10 [colin]      1.9.6cvs31
8777
8778         * src/inc.c
8779                 Make Message -> Receive -> Cancel cancel 
8780                 incorporation on all accounts. Fixes
8781                 bug #693
8782
8783 2005-04-10 [colin]      1.9.6cvs30
8784
8785         * src/prefs_account.c
8786                 Update Privacy checkbuttons status based
8787                 on the selected privacy system
8788         * src/compose.c
8789                 Always connect the "None" privacy system; the
8790                 static boolean was probably there to avoid
8791                 reconnecting twice in the same compose window,
8792                 but as the parent function is only called once
8793                 per compose, it's only a bug - as a static is
8794                 initialized once per application instance.
8795                 Also, don't uncheck Sign and Encrypt when
8796                 selecting None as privacy system; just ignore
8797                 them when sending/queuing.
8798                 Should fix bug #695
8799
8800 2005-04-08 [colin]      1.9.6cvs29
8801
8802         * src/account.c
8803         * src/prefs_account.c
8804         * src/prefs_account.h
8805                 Add account preference to queue message in a certain
8806                 folder.
8807
8808 2005-04-06 [colin]      1.9.6cvs28
8809
8810         * src/prefs_account.c
8811                 Update old inbox path syntax
8812
8813 2005-04-06 [paul]       1.9.6cvs27
8814
8815         sync with main:
8816
8817         * configure.ac
8818                 changed -traditional-cpp to -no-cpp-precomp for newer
8819                 Mac OS X support
8820         * src/foldersel.c
8821                 made column resize automatically
8822         * src/send_message.c
8823                 send_message_smtp(): consider EOF right after QUIT
8824                 successful (workaround for Gmail SMTP server)
8825         * src/common/socket.c
8826                 ssl_read(), ssl_peek(): check EOF which violates the
8827                 SSL protocol
8828         * src/gtk/colorlabel.c
8829                 removed warnings when displaying colorlabel menu
8830                 (don't use GtkAlignment)
8831
8832 2005-04-05 [paul]       1.9.6cvs26
8833
8834         * src/plugins/trayicon/trayicon.c
8835                 fix clipping of icon under KDE3 
8836
8837 2005-04-05 [paul]       1.9.6cvs25
8838
8839         * src/summaryview.c
8840                 hide display of threading
8841                 patch by Alfons
8842
8843 2005-04-04 [thorsten]   1.9.6cvs24
8844
8845         * src/mh.c
8846                 marks lost on filesystems with different stat() results on
8847                 summer-/wintertime
8848
8849 2005-04-03 [colin]      1.9.6cvs23
8850
8851         * src/summaryview.c
8852                 Don't handle up/down. Patch by Alfons
8853
8854 2005-04-02 [colin]      1.9.6cvs22
8855
8856         * src/summaryview.c
8857                 Make scrolling faster. Patch by Alfons.
8858
8859 2005-04-01 [colin]      1.9.6cvs21
8860
8861         * src/Makefile.am
8862         * src/stock_pixmap.c
8863         * src/pixmaps/dir-noselect.xpm ** REMOVED **
8864         * src/pixmaps/dir_noselect.xpm ** ADDED **
8865                 Fix pixmap name mismatch (Thanks Stephan Sachse)
8866
8867 2005-04-01 [colin]      1.9.6cvs20
8868
8869         * src/image_viewer.c
8870         * src/image_viewer.h
8871         * src/procmime.c
8872         * src/procmime.h
8873         * src/textview.c
8874         * src/textview.h
8875                 Implement inline image resizing and right-clicking
8876
8877 2005-04-01 [paul]       1.9.6cvs19
8878
8879         * AUTHORS
8880         * Makefile.am
8881         * configure.ac
8882                 check for gnome2
8883                 patch by Luca Cavalli <loopback<AT>slackit.org>
8884         * po/ru.po
8885                 updated by Pavlo Bohmat
8886
8887 2005-03-31 [colin]      1.9.6cvs18
8888
8889         * src/news.c
8890                 Fix parsing references
8891         * src/msgcache.c
8892                 don't put nulls in the references list
8893         * src/procheader.c
8894                 commit that forgotten file in 1.9.6cvs14
8895
8896 2005-03-31 [colin]      1.9.6cvs17
8897
8898         * src/compose.c
8899                 Fix joining of signature separator again. 
8900                 Maybe Hiro could put it in main too...
8901
8902 2005-03-31 [colin]      1.9.6cvs16
8903
8904         * src/Makefile.am
8905         * src/foldersel.c
8906         * src/stock_pixmap.c
8907         * src/stock_pixmap.h
8908         * src/pixmaps/dir-noselect.xpm
8909                 Update foldersel.c (sync from main, patch by Alfons)
8910
8911 2005-03-30 [colin]      1.9.6cvs15
8912
8913         * src/imap.c
8914                 Fix handling of imap folders containing [] in 
8915                 their name. Thanks to Nahuel Angelinetti for
8916                 the detailed bugreport.
8917
8918 2005-03-30 [colin]      1.9.6cvs14
8919
8920         * src/common/utils.h
8921         * src/common/utils.c
8922         * src/common/defs.h
8923         * src/matcher.c
8924         * src/msgcache.c
8925         * src/news.c
8926         * src/procmsg.c
8927         * src/procmsg.h
8928         * src/quote_fmt_parse.y
8929         * src/summaryview.c
8930                 Update references system. Patch by Alfons
8931
8932 2005-03-30 [colin]      1.9.6cvs13
8933
8934         * src/common/socket.c
8935                 Force the glibc to read resolv.conf again when 
8936                 it has changed. Should fix issues when changing
8937                 networks on a laptop and not restarting sylpheed. 
8938
8939 2005-03-30 [paul]       1.9.6cvs12
8940
8941         partial sync with main:
8942
8943         * src/action.c
8944                 create_io_dialog(): use user-defined text font
8945                 (thanks to Alfons), and modified its appearance.
8946         * src/addrgather.c
8947         * src/addrharvest.c
8948         * src/browseldap.c
8949                 replace old code
8950         * src/compose.c
8951                 don't join (presumably) itemized lines on line-wrapping
8952                 fixed wrapping of quote when auto-wrapping is enabled
8953                 compose_destroy(): destroy paned only if it's not
8954                 attached to window. Fixed memory leak of popup menu.
8955         * src/exphtmldlg.c
8956         * src/expldifdlg.c
8957                 replace old code
8958         * src/html.c
8959         * src/html.h
8960         * src/importmutt.c
8961         * src/importpine.c
8962                 replace old code
8963         * src/main.c
8964                 removed redundant code
8965         * src/mainwindow.c
8966                 changed 'Code set' (which is rather incorrect)
8967                 in the menu to 'Character encoding'
8968                 main_window_set_widgets(): request size first
8969                 to prevent window size becoming wrong
8970                 fixed remembering of the state of the visibility
8971                 of MessageView
8972         * src/messageview.c
8973                 changed 'Code set' (which is rather incorrect)
8974                 in the menu to 'Character encoding'
8975         * src/prefs_common.c
8976         * src/prefs_common.h
8977                 added an option whether to render HTML as text or not
8978                 added separators to outgoing encoding menu
8979         * src/procheader.c
8980                 procheader_scan_date_string(): support header
8981                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
8982         * src/summaryview.c
8983         * src/summaryview.h
8984                 minor code cleanup
8985         * src/textview.c
8986                 textview_show_html(): force output of newline
8987                 added an option whether to render HTML as text or not
8988         * src/common/utils.c
8989                 strncpy2(): optimized based on Alfons' code
8990         * src/gtk/gtkutils.c
8991         * src/gtk/gtkutils.h
8992                 removed non-used code
8993         * src/plugins/pgpmime/passphrase.c
8994                 partially fixed grab input of passphrase dialog
8995                 Confine pointer to window
8996
8997 2005-03-30 [colin]      1.9.6cvs11
8998
8999         * src/msgcache.c
9000         * src/msgcache.h
9001                 Read/write 32bit ints from cache & marks
9002                 From main.
9003
9004 2005-03-29 [paul]       1.9.6cvs10
9005
9006         * AUTHORS
9007         * ChangeLog.claws
9008         * src/compose.c
9009         * src/gtk/gtkaspell.c
9010                 sync with HEAD (don't pass NULL pointers) 
9011
9012 2005-03-24 [paul]
9013
9014         * tools/Makefile.am
9015         * tools/README
9016         * tools/acroread2sylpheed.pl
9017                 sync with HEAD (add script to send pdfs as
9018                 attachments from Adobe Reader 7)
9019
9020 2005-03-21 [paul]       1.9.6cvs9
9021
9022         * configure.ac
9023         * po/POTFILES.in
9024         * src/Makefile.am
9025         * src/crash.c
9026         * src/image_viewer.c ** ADDED **
9027         * src/image_viewer.h ** ADDED **
9028         * src/main.c
9029         * src/prefs_common.c
9030         * src/prefs_common.h
9031         * src/prefs_image_viewer.c ** ADDED **
9032         * src/prefs_image_viewer.h ** ADDED **
9033         * src/textview.c
9034         * src/gtk/about.c
9035         * src/pixmaps/sylpheed_logo.xpm
9036         * src/plugins/Makefile.am
9037         * src/plugins/image_viewer/.cvsignore ** REMOVED **
9038         * src/plugins/image_viewer/Makefile.am ** REMOVED **
9039         * src/plugins/image_viewer/plugin.c ** REMOVED **
9040         * src/plugins/image_viewer/viewer.c ** REMOVED **
9041         * src/plugins/image_viewer/viewer.glade ** REMOVED **
9042         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
9043         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
9044         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
9045         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
9046                 as gdk-pixbuf is now built-in
9047                 remove image_viewer plugin and put code back into
9048                 main codebase
9049                 implement inline image display (sync with main)
9050
9051                 replace logo with newer, nicer, larger version  
9052
9053 2005-03-21 [paul]       1.9.6cvs8
9054
9055         * src/gtk/about.c
9056                 cosmetic improvement
9057
9058 2005-03-21 [holger]     1.9.6cvs7
9059
9060         * src/plugins/spamassassin/spamassassin.c
9061                 Sync with HEAD
9062                 (unregister hook on failed plugin init)
9063
9064 2005-03-20 [colin]      1.9.6cvs6
9065
9066         * src/common/plugin.c
9067                 Check that plugin isn't already loaded
9068                 Patch by Alfons
9069
9070 2005-03-20 [thorsten]   1.9.6cvs5
9071
9072         * src/compose.c
9073                 use a more compatible syntax
9074
9075 2005-03-20 [thorsten]   1.9.6cvs4
9076
9077         * src/prefs_toolbar.c
9078                 fix crash when selecting toolbar item (uninitialized pointer)
9079
9080 2005-03-20 [thorsten]   1.9.6cvs3
9081
9082         * src/procmime.c
9083                 fix mimetype detection (referenced free()d string)
9084
9085 2005-03-20 [paul]       1.9.6cvs2
9086
9087         * src/compose.c
9088                 sync with HEAD (1.0.3cvs5)
9089                 neglect Reply-To header if empty
9090                 Patch by Alfons 
9091
9092 2005-03-19 [holger]     1.9.6cvs1
9093
9094         * src/summaryview.c
9095         * src/summaryview.h
9096                 Sync with HEAD
9097
9098 2005-03-18 [paul]       1.9.6
9099
9100         initial GTK2 release
9101
9102 2005-03-18 [paul]       1.0.3cvs3.1
9103
9104         * AUTHORS
9105         * ChangeLog.claws
9106         * configure.ac
9107         * src/gtk/about.c
9108         * src/pixmaps/sylpheed_logo.xpm
9109                 sync with HEAD
9110
9111 2005-03-18 [colin]      1.0.3cvs2.6
9112
9113         * src/summaryview.c
9114                 Remove call to summary_step in summary_copy_selected_to
9115                 Can't see its purpose, and this causes bug when copying
9116                 a message if the next one is unread: it reads it.
9117
9118 2005-03-18 [paul]       1.0.3cvs2.5
9119
9120         * src/foldersel.c
9121                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
9122
9123 2005-03-18 [paul]       1.0.3cvs2.4
9124
9125         * src/addrharvest.c
9126         * src/codeconv.c
9127         * src/codeconv.h
9128         * src/compose.c
9129         * src/news.c
9130         * src/procheader.c
9131         * src/procmime.c
9132         * src/unmime.c
9133         * src/unmime.h
9134                 fix buffer overflow, CAN-2005-0667, see
9135                 http://secunia.com/advisories/14491/
9136                 Patch by Alfons
9137
9138 2005-03-17 [colin]      1.0.3cvs2.3
9139
9140         * src/prefs_fonts.c
9141         * src/summaryview.c
9142                 Fix font bugs (both lists now officialy share 
9143                 the same font)
9144                 
9145
9146 2005-03-17 [paul]       1.0.3cvs2.2
9147
9148         * src/gtk/pluginwindow.c
9149                 make plugin descriptions uneditable
9150
9151 2005-03-11 [paul]       1.0.3cvs2.1
9152
9153         * ChangeLog.claws
9154         * configure.ac
9155         * po/POTFILES.in
9156         * src/plugins/trayicon/trayicon.c
9157                 sync with HEAD
9158                 add src/wizard.c to POTFILES.in
9159
9160 2005-03-11 [paul]       1.0.3cvs1.1
9161
9162         * ChangeLog
9163         * ChangeLog.claws
9164         * configure.ac
9165         * po/de.po
9166         * po/es.po
9167         * po/fr.po
9168         * po/it.po
9169         * po/pt_BR.po
9170         * po/ru.po
9171         * po/sk.po
9172         * po/sr.po
9173         * po/zh_CN.po
9174                 sync with HEAD
9175
9176 2005-03-04 [colin]      1.0.1cvs22.2
9177
9178         * src/compose.c
9179                 Fix signatures with accentued chars in it
9180
9181 2005-03-04 [colin]      1.0.1cvs22.1
9182
9183         * src/common/smtp.c
9184         * src/common/smtp.h
9185                 Don't use SIZE param in MAIL FROM: if server 
9186                 doesn't support it. Patch by Eugen Freiter
9187                 <eugen_f@users.sf.net>
9188
9189 2005-02-27 [paul]       1.0.1cvs20.1
9190
9191         * ChangeLog.claws
9192         * configure.ac
9193         * src/messageview.c
9194                 sync with HEAD
9195
9196 2005-02-27 [colin]      1.0.1cvs19.4
9197
9198         * src/procheader.c
9199         * src/procheader.h
9200                 Fix prototypes. Patch by Alfons
9201
9202 2005-02-27 [colin]      1.0.1cvs19.3
9203
9204         * src/compose.c
9205                 Don't auto-join the signature separator.
9206
9207 2005-02-26 [colin]      1.0.1cvs19.2
9208
9209         * src/summaryview.c
9210                 Fix 'mark all read' with collapsed threads.
9211                 Patch by Alfons.
9212
9213 2005-02-25 [paul]       1.0.1cvs19.1
9214
9215         * ChangeLog.claws
9216         * configure.ac
9217         * src/prefs_account.c
9218         * src/prefs_folder_item.c
9219         * src/gtk/prefswindow.c
9220         * src/gtk/prefswindow.h
9221                 sync with HEAD
9222
9223 2005-02-25 [paul]       1.0.1cvs15.12
9224
9225         * src/alertpanel.c
9226         * src/codeconv.c
9227         * src/compose.c
9228         * src/textview.c
9229         * src/gtk/gtkutils.c
9230         * src/gtk/gtkutils.h
9231         * src/gtk/logwindow.c
9232         * src/gtk/progressdialog.c
9233                 sync with main (revision 127)
9234                 and fix logwindow clipping
9235
9236 2005-02-24 [colin]      1.0.1cvs15.11
9237
9238         * src/plugins/pgpmime/passphrase.c
9239                 Disable input grabbing; it doesn't work yet.
9240
9241 2005-02-24 [colin]      1.0.1cvs15.10
9242
9243         * src/messageview.c
9244                 Don't send out receipts if offline. Ask.
9245
9246 2005-02-23 [colin]      1.0.1cvs15.9
9247
9248         * src/summaryview.c     
9249                 Fix expanding
9250
9251 2005-02-23 [colin]      1.0.1cvs15.8
9252
9253         * src/summaryview.c
9254                 Really fix Bug 568 by removing useless
9255                 calls. summary_thread_init() now called
9256                 in summary_sort(). This should please
9257                 Alfons as it should be faster than 
9258                 previously.
9259
9260 2005-02-23 [colin]      1.0.1cvs15.7
9261
9262         * src/compose.c
9263                 Encode parts as QP or B64 if signing
9264
9265 2005-02-23 [colin]      1.0.1cvs15.6
9266
9267         * src/compose.c
9268                 Fix Mimeinfo leakage (including tmp files)
9269         * src/procmsg.c
9270                 Fix tmp file leakage (spotted by Ivan Rayner)
9271
9272 2005-02-22 [colin]      1.0.1cvs15.5
9273
9274         * src/expldifdlg.c
9275                 Fix keyboard input. Patch by Alfons.
9276
9277 2005-02-21 [colin]      1.0.1cvs15.4
9278
9279         * src/compose.c
9280                 Fix Sign/Encrypt when unselecting privacy
9281                 system
9282         * src/prefs_common.c
9283                 Change default message font to Monospace
9284         * src/summaryview.c
9285                 More freezing during potentially large operations
9286
9287 2005-02-21 [paul]       1.0.1cvs15.3
9288
9289         * src/main.c
9290                 fix --help output
9291
9292 2005-02-21 [paul]       1.0.1cvs15.2
9293
9294         * po/Makefile.in.in
9295         * src/compose.c
9296         * src/summaryview.c
9297         * src/textview.c
9298         * src/common/utils.c
9299         * src/common/utils.h
9300                 sync with main (revision 117)
9301
9302 2005-02-20 [colin]      1.0.1cvs15.1
9303
9304         * src/common/defs.h
9305                 Change cache file to .sylpheed_claws_cache, as
9306                 suggested by Alfons. Allows people to switch
9307                 between Sylpheed and Sylpheed-Claws. it is
9308                 a good idea to "Check for new messages" at next
9309                 startup.
9310
9311
9312 2005-02-18 [colin]      1.0.1cvs14.1
9313
9314         * src/quote_fmt_lex.l
9315         * src/quote_fmt_parse.y
9316                 Fix parser initialisation. Patch by Ivan.
9317
9318 2005-02-18 [colin]      1.0.1cvs11.6
9319
9320         * src/folderview.c
9321                 Fix scrolldown (bug 662)
9322
9323 2005-02-17 [colin]      1.0.1cvs11.5
9324
9325         * src/codeconv.c
9326                 conv_filename_to_utf8: return clean 7bit instead
9327                 of broken utf8 if needed
9328         * src/mimeview.c
9329                 Fix display of parts with unclean 8bit names
9330
9331 2005-02-17 [paul]       1.0.1cvs11.4
9332
9333         * src/compose.c
9334         * src/exportldif.c
9335         * src/matcher_parser_parse.y
9336         * src/procmime.c
9337         * src/sourcewindow.c
9338         * src/common/Makefile.am
9339         * src/common/intl.h             ** REMOVED **
9340         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9341                 sync with main (revision 109)
9342                 and clean up
9343
9344 2005-02-16 [colin]      1.0.1cvs11.3
9345
9346         * src/summaryview.c
9347                 Fix collapsed thread not highlighting when new
9348                 messages in it (Bug 568) Patch by Stephan Sachse.
9349                 Fix messed up selection when reaching bounds (Bug 632)
9350         * src/prefs_themes.c
9351                 Fix theme installing (Bug 684)
9352
9353 2005-02-16 [colin]      1.0.1cvs11.2
9354
9355         * src/messageview.c
9356                 Fix messageview_select_all
9357
9358 2005-02-16 [colin]      1.0.1cvs11.1
9359
9360         * src/mh.c
9361                 Sync with HEAD (MH scan required function)
9362
9363 2005-02-15 [colin]      1.0.1cvs8.1
9364
9365         * src/mimeview.c
9366         * src/common/utils.c
9367                 Sync with HEAD (filename chars substitution)
9368
9369 2005-02-15 [colin]      1.0.1cvs7.3
9370
9371         * src/gtk/pluginwindow.c
9372                 Fix button spacing
9373
9374 2005-02-15 [colin]      1.0.1cvs7.2
9375
9376         * src/mimeview.c
9377                 Fix mime icons not reset across message when
9378                 scrolled down
9379
9380 2005-02-15 [colin]      1.0.1cvs7.1
9381
9382         * src/compose.c
9383         * src/procmime.c
9384                 Sync with HEAD (optimisation of cvs6)
9385
9386 2005-02-14 [colin]      1.0.1cvs6.1
9387
9388         * src/compose.c
9389         * src/procmime.c
9390                 Sync with HEAD (encode "From " at line beginning)
9391
9392 2005-02-14 [colin]      1.0.1cvs5.3
9393
9394         * src/compose.c
9395                 Fix wrapping with accentued chars.
9396
9397 2005-02-13 [colin]      1.0.1cvs5.2
9398
9399         * src/textview.c
9400                 Fix email informative part parsing with
9401                 accentued chars in it. ispunct() returns
9402                 true for them in utf8...
9403
9404 2005-02-12 [colin]      1.0.1cvs5.1
9405
9406         * src/filtering.c
9407                 Sync with HEAD (remove wrong use of compose after send)
9408
9409 2005-02-12 [paul]       1.0.1cvs4.5
9410
9411         * src/textview.c
9412                 remove unnecessary code (thanks to Alfons)
9413
9414 2005-02-12 [paul]       1.0.1cvs4.4
9415
9416         * src/textview.c
9417                 add 'Copy' to contextual menu on emails
9418
9419 2005-02-11 [colin]      1.0.1cvs4.3
9420
9421         * src/compose.c
9422                 revert 1.0.0cvs28.2, it doesn't work that well.
9423
9424 2005-02-11 [paul]       1.0.1cvs4.2
9425
9426         * po/Makefile.in.in
9427                 fix 'make release'
9428
9429 2005-02-10 [paul]       1.0.1cvs4.1
9430
9431         * ChangeLog
9432         * ChangeLog.claws
9433         * ChangeLog.jp
9434         * configure.ac
9435         * src/compose.c
9436                 sync with HEAD (sync with main)
9437
9438 2005-02-10 [paul]       1.0.1cvs3.2
9439
9440         * AUTHORS
9441         * Makefile.am
9442         * autogen.sh
9443         * configure.ac
9444         * config/mkinstalldirs
9445         * intl/.cvsignore
9446         * intl/ChangeLog
9447         * intl/VERSION
9448         * intl/bindtextdom.c
9449         * intl/config.charset
9450         * intl/dcgettext.c
9451         * intl/dcigettext.c
9452         * intl/dcngettext.c
9453         * intl/dgettext.c
9454         * intl/dngettext.c
9455         * intl/eval-plural.h
9456         * intl/explodename.c
9457         * intl/finddomain.c
9458         * intl/gettext.c
9459         * intl/gettextP.h
9460         * intl/gmo.h
9461         * intl/hash-string.h
9462         * intl/intl-compat.c
9463         * intl/l10nflist.c
9464         * intl/libgnuintl.h.in
9465         * intl/loadinfo.h
9466         * intl/loadmsgcat.c
9467         * intl/localcharset.c
9468         * intl/localcharset.h
9469         * intl/locale.alias
9470         * intl/localealias.c
9471         * intl/localename.c
9472         * intl/log.c
9473         * intl/ngettext.c
9474         * intl/os2compat.c
9475         * intl/os2compat.h
9476         * intl/osdep.c
9477         * intl/plural-exp.c
9478         * intl/plural-exp.h
9479         * intl/plural.c
9480         * intl/plural.y
9481         * intl/ref-add.sin
9482         * intl/ref-del.sin
9483         * intl/relocatable.c
9484         * intl/relocatable.h
9485         * intl/textdomain.c
9486         * m4/Makefile.am
9487         * po/Makefile.in.in
9488         * src/Makefile.am
9489         * src/account.c
9490         * src/action.c
9491         * src/addr_compl.c
9492         * src/addressadd.c
9493         * src/addressbook.c
9494         * src/addrgather.c
9495         * src/addrindex.c
9496         * src/alertpanel.c
9497         * src/browseldap.c
9498         * src/codeconv.c
9499         * src/codeconv.h
9500         * src/compose.c
9501         * src/compose.h
9502         * src/crash.c
9503         * src/editaddress.c
9504         * src/editbook.c
9505         * src/editgroup.c
9506         * src/editjpilot.c
9507         * src/editldap.c
9508         * src/editldap_basedn.c
9509         * src/editvcard.c
9510         * src/exphtmldlg.c
9511         * src/expldifdlg.c
9512         * src/export.c
9513         * src/exporthtml.c
9514         * src/filtering.c
9515         * src/folder.c
9516         * src/folder_item_prefs.c
9517         * src/foldersel.c
9518         * src/folderview.c
9519         * src/grouplistdialog.c
9520         * src/headerview.c
9521         * src/imap.c
9522         * src/imap_gtk.c
9523         * src/import.c
9524         * src/importldif.c
9525         * src/importmutt.c
9526         * src/importpine.c
9527         * src/inc.c
9528         * src/ldif.c
9529         * src/main.c
9530         * src/mainwindow.c
9531         * src/matcher.c
9532         * src/mbox.c
9533         * src/message_search.c
9534         * src/messageview.c
9535         * src/mh.c
9536         * src/mh_gtk.c
9537         * src/mimeview.c
9538         * src/msgcache.c
9539         * src/news.c
9540         * src/news_gtk.c
9541         * src/noticeview.c
9542         * src/partial_download.c
9543         * src/pop.c
9544         * src/prefs_account.c
9545         * src/prefs_actions.c
9546         * src/prefs_common.c
9547         * src/prefs_customheader.c
9548         * src/prefs_display_header.c
9549         * src/prefs_ext_prog.c
9550         * src/prefs_filtering.c
9551         * src/prefs_filtering_action.c
9552         * src/prefs_folder_item.c
9553         * src/prefs_fonts.c
9554         * src/prefs_gtk.c
9555         * src/prefs_matcher.c
9556         * src/prefs_msg_colors.c
9557         * src/prefs_spelling.c
9558         * src/prefs_summary_column.c
9559         * src/prefs_template.c
9560         * src/prefs_themes.c
9561         * src/prefs_toolbar.c
9562         * src/prefs_wrapping.c
9563         * src/privacy.c
9564         * src/procheader.c
9565         * src/procmime.c
9566         * src/procmsg.c
9567         * src/quote_fmt.c
9568         * src/recv.c
9569         * src/send_message.c
9570         * src/setup.c
9571         * src/sourcewindow.c
9572         * src/ssl_manager.c
9573         * src/statusbar.c
9574         * src/summary_search.c
9575         * src/summaryview.c
9576         * src/textview.c
9577         * src/toolbar.c
9578         * src/wizard.c
9579         * src/common/nntp.c
9580         * src/common/plugin.c
9581         * src/common/smtp.c
9582         * src/common/ssl.c
9583         * src/common/ssl_certificate.c
9584         * src/common/string_match.c
9585         * src/common/sylpheed.c
9586         * src/common/template.c
9587         * src/common/utils.c
9588         * src/gtk/about.c
9589         * src/gtk/colorlabel.c
9590         * src/gtk/description_window.c
9591         * src/gtk/filesel.c
9592         * src/gtk/foldersort.c
9593         * src/gtk/gtkaspell.c
9594         * src/gtk/gtkutils.c
9595         * src/gtk/inputdialog.c
9596         * src/gtk/logwindow.c
9597         * src/gtk/menu.c
9598         * src/gtk/pluginwindow.c
9599         * src/gtk/prefswindow.c
9600         * src/gtk/progressdialog.c
9601         * src/gtk/quicksearch.c
9602         * src/gtk/sslcertwindow.c
9603         * src/plugins/clamav/clamav_plugin.c
9604         * src/plugins/clamav/clamav_plugin_gtk.c
9605         * src/plugins/demo/demo.c
9606         * src/plugins/dillo_viewer/dillo_prefs.c
9607         * src/plugins/dillo_viewer/dillo_viewer.c
9608         * src/plugins/image_viewer/plugin.c
9609         * src/plugins/image_viewer/viewer.c
9610         * src/plugins/image_viewer/viewerprefs.c
9611         * src/plugins/mathml_viewer/mathml_viewer.c
9612         * src/plugins/pgpmime/passphrase.c
9613         * src/plugins/pgpmime/plugin.c
9614         * src/plugins/pgpmime/prefs_gpg.c
9615         * src/plugins/pgpmime/select-keys.c
9616         * src/plugins/pgpmime/sgpgme.c
9617         * src/plugins/spamassassin/spamassassin.c
9618         * src/plugins/spamassassin/spamassassin_gtk.c
9619         * src/plugins/trayicon/trayicon.c
9620                 sync with main (revision 104)
9621
9622 2005-02-10 [colin]      1.0.1cvs3.1
9623
9624         * src/mainwindow.c
9625                 Sync with HEAD (fix occasional crasher)
9626
9627 2005-02-10 [colin]      1.0.1cvs2.1
9628
9629         * src/messageview.c
9630                 Synw with HEAD (don't automatically display html)
9631
9632 2005-02-09 [colin]      1.0.1cvs1.3
9633
9634         * src/textview.c
9635         * src/textview.h
9636                 Add contextual menu on emails
9637
9638 2005-02-09 [colin]      1.0.1cvs1.2
9639
9640         * src/codeconv.c
9641                 Fix converting from broken headers and 
9642                 put back the _ in missing places
9643                 (feature broke with cvs24.2 sync, main 
9644                  possibly affected?)
9645
9646 2005-02-09 [colin]      1.0.1cvs1.1
9647
9648         * src/messageview.c
9649         * src/mimeview.c
9650         * src/mimeview.h
9651                 Sync with HEAD (display non text/plain mails with plugin)
9652
9653 2005-02-08 [colin]      1.0.1.1
9654
9655         * ChangeLog.claws
9656         * po/pt_BR.po
9657                 Sync with HEAD
9658         * configure.ac
9659                 Make default configuration directory 
9660                 be .sylpheed-gtk2
9661
9662 2005-02-08 [colin]      1.0.0cvs29.1
9663
9664         * po/de.po
9665         * po/es.po
9666         * po/fr.po
9667         * po/it.po
9668         * po/sk.po
9669         * po/sr.po
9670                 Sync translations with HEAD
9671
9672 2005-02-06 [colin]      1.0.0cvs28.3
9673
9674         * src/compose.c
9675                 Make compose a bit faster - patch by Alfons.
9676
9677 2005-02-06 [colin]      1.0.0cvs28.2
9678
9679         * src/compose.c
9680                 Make pasting via middle-click more reliable
9681
9682 2005-02-05 [paul]       1.0.0cvs28.1
9683
9684         * ChangeLog
9685         * ChangeLog.claws
9686         * ChangeLog.jp
9687         * configure.ac
9688         * src/compose.c
9689                 sync with HEAD
9690                 (fix bug 682 'redirect is broken'
9691
9692 2005-02-05 [torte]      1.0.0cvs27.1
9693
9694         * ChangeLog.claws
9695         * configure.ac
9696         * src/partial_download.c
9697                 Sync with HEAD (fix buf overflow)
9698
9699 2005-02-03 [colin]      1.0.0cvs26.1
9700
9701         * src/common/plugin.c
9702                 Sync with HEAD (avoid plugin mismatches)
9703
9704 2005-02-03 [paul]       1.0.0cvs25.3
9705
9706         * src/folderview.c
9707         * src/headerview.c
9708         * src/summaryview.c
9709         * src/textview.c
9710         * src/gtk/colorlabel.c
9711                 third and final part of initial sync with main-gtk2
9712
9713 2005-02-03 [paul]       1.0.0cvs25.2
9714
9715         * src/jpilot.c
9716                 fix building with jpilot support
9717
9718 2005-02-02 [colin]      1.0.0cvs25.1
9719
9720         * src/messageview.c
9721                 Sync with HEAD (fix dangerous typo)
9722
9723 2005-02-01 [colin]      1.0.0cvs24.3
9724
9725         * src/common/xml.c
9726                 Write file as advertised (UTF-8)
9727
9728 2005-02-01 [paul]       1.0.0cvs24.2
9729
9730         * src/addrbook.c
9731         * src/addrindex.c
9732         * src/alertpanel.h
9733         * src/codeconv.c
9734         * src/codeconv.h
9735         * src/compose.c
9736         * src/export.c
9737         * src/folder_item_prefs.c
9738         * src/html.c
9739         * src/imap.c
9740         * src/import.c
9741         * src/jpilot.c
9742         * src/mainwindow.c
9743         * src/matcher_parser_lex.l
9744         * src/messageview.c
9745         * src/mh.c
9746         * src/prefs_account.c
9747         * src/prefs_actions.c
9748         * src/prefs_common.c
9749         * src/prefs_gtk.c
9750         * src/prefs_gtk.h
9751         * src/prefs_themes.c
9752         * src/procheader.c
9753         * src/procmime.c
9754         * src/sourcewindow.c
9755         * src/statusbar.c
9756         * src/summaryview.c
9757         * src/textview.c
9758         * src/toolbar.c
9759         * src/unmime.c
9760         * src/common/template.c
9761         * src/common/utils.c
9762         * src/common/xml.c
9763         * src/common/xml.h
9764         * src/gtk/gtkaspell.c
9765         * src/plugins/clamav/clamav_plugin.c
9766         * src/plugins/dillo_viewer/dillo_prefs.c
9767         * src/plugins/image_viewer/viewerprefs.c
9768         * src/plugins/pgpmime/passphrase.c
9769         * src/plugins/pgpmime/prefs_gpg.c
9770         * src/plugins/pgpmime/select-keys.c
9771         * src/plugins/spamassassin/spamassassin.c
9772                 second part of initial sync with main-gtk2
9773                 (more to follow)
9774
9775 2005-01-31 [colin]      1.0.0cvs24.1
9776
9777         * src/compose.c
9778                 Sync with HEAD
9779
9780 2005-01-29 [paul]       1.0.0cvs23.2
9781
9782         * src/account.c
9783         * src/action.c
9784         * src/addressadd.c
9785         * src/addressbook.c
9786         * src/alertpanel.c
9787         * src/compose.c
9788         * src/editaddress.c
9789         * src/editbook.c
9790         * src/editgroup.c
9791         * src/editjpilot.c
9792         * src/editldap.c
9793         * src/editldap_basedn.c
9794         * src/editvcard.c
9795         * src/export.c
9796         * src/foldersel.c
9797         * src/grouplistdialog.c
9798         * src/import.c
9799         * src/importldif.c
9800         * src/inc.c
9801         * src/main.c
9802         * src/mainwindow.c
9803         * src/message_search.c
9804         * src/messageview.c
9805         * src/mimeview.c
9806         * src/prefs_actions.c
9807         * src/prefs_common.c
9808         * src/prefs_common.h
9809         * src/prefs_customheader.c
9810         * src/prefs_display_header.c
9811         * src/prefs_filtering.c
9812         * src/prefs_filtering_action.c
9813         * src/prefs_gtk.c
9814         * src/prefs_matcher.c
9815         * src/prefs_summary_column.c
9816         * src/prefs_template.c
9817         * src/sourcewindow.c
9818         * src/summary_search.c
9819         * src/summaryview.c
9820         * src/textview.c
9821         * src/gtk/about.c
9822         * src/gtk/description_window.c
9823         * src/gtk/gtkshruler.c
9824         * src/gtk/gtkutils.c
9825         * src/gtk/gtkutils.h
9826         * src/gtk/inputdialog.c
9827         * src/gtk/logwindow.c
9828         * src/gtk/prefswindow.c
9829         * src/gtk/progressdialog.c
9830         * src/gtk/progressdialog.h
9831                 first part of initial sync with main-gtk2
9832                 (more to follow)
9833
9834 2005-01-28 [colin]      1.0.0cvs23.1
9835
9836         * src/folderview.c
9837                 Sync with HEAD
9838
9839 2005-01-27 [colin]      1.0.0cvs21.1
9840
9841         * src/folder.c
9842         * src/folderview.c
9843                 Sync with HEAD
9844
9845 2005-01-27 [colin]      1.0.0cvs19.1
9846
9847         * src/procmime.c
9848                 Sync with HEAD
9849
9850 2005-01-27 [colin]      1.0.0cvs18.1
9851
9852         * src/messageview.c
9853         * src/summaryview.c
9854         * src/mainwindow.c
9855         * src/compose.c
9856         * src/compose.h
9857         * src/procmsg.c
9858         * src/procmsg.h
9859         * src/toolbar.c
9860                 Sync with HEAD
9861
9862 2005-01-26 [paul]       1.0.0cvs15.2
9863
9864         * src/compose.c
9865                 compose_entries_set(): convert subject and body to
9866                 utf8 if necessary. patch by Felix Eckhofer
9867
9868 2005-01-26 [paul]       1.0.0cvs15.1
9869
9870         * configure.ac
9871         * src/common/template.c
9872                 sync with HEAD (fix memory leak)
9873
9874 2005-01-25 [paul]       1.0.0cvs14.1
9875
9876         * configure.ac
9877         * src/compose.c
9878                 sync with HEAD
9879
9880 2005-01-24 [colin]      1.0.0cvs13.1
9881
9882         * src/summaryview.c
9883                 Sync with HEAD
9884
9885 2005-01-24 [paul]       1.0.0cvs12.1
9886
9887         * configure.ac
9888         * src/messageview.c
9889         * src/mh.c
9890         * src/common/utils.c
9891                 sync with HEAD
9892
9893 2005-01-24 [colin]      1.0.0cvs11.1
9894
9895         * src/procheader.c
9896                 Sync with HEAD
9897
9898 2005-01-24 [colin]      1.0.0cvs10.1
9899
9900         * src/folderview.c
9901                 Sync with HEAD
9902
9903 2005-01-23 [colin]      1.0.0cvs9.1
9904
9905         * src/crash.c
9906                 Sync with HEAD
9907
9908 2005-01-22 [colin]      1.0.0cvs8.1
9909
9910         * src/summaryview.c
9911         * src/gtk/quicksearch.c
9912                 Sync with HEAD
9913
9914 2005-01-21 [colin]      1.0.0cvs7.1
9915
9916         * src/summaryview.c
9917                 Sync with HEAD
9918
9919 2005-01-21 [colin]      1.0.0cvs6.1
9920
9921         * src/summaryview.c
9922                 Sync with HEAD
9923
9924 2005-01-21 [colin]      1.0.0cvs5.1
9925
9926         * src/gtk/quicksearch.c
9927         * src/prefs_common.c
9928         * src/prefs_common.h
9929                 Sync with HEAD (recurse option)
9930
9931 2005-01-21 [colin]      1.0.0cvs4.1
9932
9933         * src/folder.h
9934         * src/folderview.c
9935         * src/folderview.h
9936         * src/summaryview.c
9937         * src/gtk/quicksearch.c
9938         * src/gtk/quicksearch.h
9939                 Sync with HEAD (recursive quicksearch)
9940
9941 2005-01-20 [colin]      1.0.0cvs3.4
9942
9943         * src/ssl_manager.c
9944                 Remove useless code
9945
9946 2005-01-20 [colin]      1.0.0cvs3.3
9947
9948         * src/ssl_manager.c
9949                 Fix leak, thanks to Alfons.
9950
9951 2005-01-20 [colin]      1.0.0cvs3.2
9952
9953         * src/ssl_manager.c
9954                 Port SSL certificate window to GTK2.
9955
9956 2005-01-20 [paul]       1.0.0cvs3.1
9957
9958         * ChangeLog.claws
9959         * configure.ac
9960         * src/addrindex.c
9961         * src/addrindex.h
9962                 sync with HEAD
9963
9964 2005-01-19 [colin]      1.0.0cvs2.2
9965
9966         * src/plugins/trayicon/trayicon.c
9967                 Fix freeze with gtk-2.6, the easy way
9968                 (signal blocking helpless there...)
9969                 Closes bug #668.
9970
9971 2005-01-19 [colin]      1.0.0cvs2.1
9972
9973         * src/mbox.c
9974         * src/mbox.h
9975         * src/mainwindow.c
9976         * src/summaryview.c
9977         * src/summaryview.h
9978                 Sync with HEAD
9979
9980 2005-01-19 [paul]       1.0.0cvs1.1
9981
9982         * configure.ac
9983         * po/de.po
9984         * po/es.po
9985         * po/fr.po
9986         * po/hr.po
9987         * po/it.po
9988         * po/ja.po
9989         * po/ko.po
9990         * po/pt_BR.po
9991         * po/ru.po
9992         * po/sk.po
9993         * po/sr.po
9994                 sync with HEAD (update translations)
9995
9996 2005-01-18 [colin]      1.0.0cvs0.1
9997
9998         * src/foldersel.c
9999                 Specify search column - patch by Alfons
10000
10001 2005-01-18 [colin]      0.9.13cvs36.3
10002
10003         * src/prefs_toolbar.c
10004                 Change Delete to Remove
10005         * src/prefs_fonts.c
10006                 GTK2 version and leak fixes
10007         * src/prefs_actions.c
10008                 Add stock buttons.
10009                 All patches by Alfons
10010
10011 2005-01-17 [colin]      0.9.13cvs36.2
10012
10013         * src/compose.c
10014                 Fix DnD inserting twice. While at it,
10015                 add DnD support for text/plain in the
10016                 body, and add support in the headers.
10017
10018 2005-01-16 [colin]      0.9.13cvs36.1
10019
10020         * ChangeLog
10021         * ChangeLog.jp
10022         * ChangeLog.claws
10023                 Sync with HEAD (nothing applicable)
10024
10025 2005-01-16 [colin]      0.9.13cvs33.2
10026
10027         * src/prefs_toolbar.c
10028                 GTK2ize prefs_toolbar, by Alfons.
10029
10030 2005-01-14 [colin]      0.9.13cvs33.1
10031
10032         * src/html.c
10033         * src/msgcache.c
10034                 Sync with HEAD
10035
10036 2005-01-14 [colin]      0.9.13cvs32.1
10037
10038         * src/html.c
10039         * src/html.h
10040         * src/msgcache.c
10041         * AUTHORS
10042         * tools/calypso_convert.pl
10043                 Sync with HEAD
10044
10045 2005-01-08 [colin]      0.9.13cvs29.2
10046
10047         * src/prefs_filtering_action.c
10048         * src/prefs_filtering.c
10049                 2 more gtk2 patches by Alfons
10050
10051 2005-01-07 [paul]       0.9.13cvs29.1
10052
10053         * ChangeLog
10054         * ChangeLog.claws
10055         * ChangeLog.jp
10056         * configure.ac
10057         * src/pop.c
10058         * src/pop.h
10059                 sync with HEAD
10060
10061 2005-01-07 [colin]      0.9.13cvs28.3
10062
10063         * src/gtk/progressdialog.c
10064         * src/gtk/progressdialog.h
10065         * src/inc.c
10066         * src/send_message.c
10067                 GTK2 for the incorporation dialog. The CList isn't dead
10068                 yet, for a more smooth migration. Patch by Alfons.
10069
10070 2005-01-06 [colin]      0.9.13cvs28.2
10071
10072         * src/prefs_display_header.c
10073                 GTK2 conversion by Alfons
10074         * src/prefs_actions.c
10075         * src/prefs_matcher.c
10076                 Fix 2 leaks - patch by Alfons
10077
10078 2005-01-06 [colin]      0.9.13cvs28.1
10079
10080         * src/prefs_matcher.c
10081                 Sync with HEAD
10082
10083 2005-01-06 [colin]      0.9.13cvs27.4
10084
10085         * src/prefs_matcher.c
10086                 Fix double-free. Patch by Alfons
10087
10088 2005-01-06 [colin]      0.9.13cvs27.3
10089
10090         * src/prefs_matcher.c
10091                 GTK2 widgets + memleak
10092                 Patch by Alfons
10093
10094 2005-01-05 [colin]      0.9.13cvs27.2
10095
10096         * src/account.c
10097         * src/addr_compl.c
10098         * src/foldersel.c
10099         * src/stock_pixmap.c
10100         * src/stock_pixmap.h
10101                 3 more GTK2 patches by Alfons.
10102
10103 2005-01-04 [colin]      0.9.13cvs27.1
10104
10105         * src/folderview.c
10106         * src/imap_gtk.c
10107         * src/news_gtk.c
10108                 Sync with HEAD
10109
10110 2005-01-04 [colin]      0.9.13cvs25.9
10111
10112         * src/compose.c
10113                 Fix Show Ruler menuitem
10114         * src/prefs_template.c
10115                 Convert to GTK2
10116         * src/common/utils.c
10117                 Make auto pointer stuff handles NULLs
10118                 Patches by Alfons.
10119
10120 2005-01-04 [colin]      0.9.13cvs25.8
10121
10122         * src/compose.c
10123                 Move the attachment list to gtk2
10124                 Patch by Alfons.
10125
10126 2005-01-04 [colin]      0.9.13cvs25.7
10127
10128         * src/textview.c
10129                 Make some keys work again
10130                 Patch by SungHyun Nam <namsh@kldp.org>
10131
10132 2005-01-04 [colin]      0.9.13cvs25.6
10133
10134         * src/gtk/gtkshruler.c
10135                 Move the ruler to GTK2
10136                 Patch by Alfons
10137
10138 2005-01-03 [colin]      0.9.13cvs25.5
10139
10140         * src/compose.c
10141                 Fix my broken patch apply 
10142
10143 2005-01-03 [colin]      0.9.13cvs25.4
10144
10145         * src/common/utils.c
10146         * src/common/utils.h
10147         * src/gtk/prefswindow.c
10148                 Move auto pointer stuff to utils.c
10149                 Patch by Alfons again :)
10150
10151 2005-01-03 [colin]      0.9.13cvs25.3
10152
10153         * src/compose.c
10154         * src/prefs_gtk.c
10155         * src/prefs_template.c
10156         * src/textview.c
10157                 Empty text widgets with empty strings, not NULL char
10158                 Patch by SungHyun Nam <namsh@kldp_org>
10159
10160 2005-01-03 [colin]      0.9.13cvs25.2
10161
10162         * src/main.c
10163         * AUTHORS
10164                 Sync with HEAD
10165
10166 2005-01-03 [colin]      0.9.13cvs25.1
10167
10168         * src/pop.c
10169         * src/pop.h
10170                 Sync with HEAD
10171
10172 2005-01-03 [colin]      0.9.13cvs24.3
10173
10174         * src/account.c
10175                 Two patches from Alfons and Alex S Moore:
10176                 fix images, fix return value.
10177
10178 2005-01-01 [colin]      0.9.13cvs24.2
10179
10180         * src/prefs_actions.c
10181                 Fix over-zealous assertion. Patch by Alfons
10182
10183 2005-01-01 [colin]      0.9.13cvs24.1
10184
10185         * src/procmime.c
10186                 Sync with HEAD (leak fix)
10187
10188 2004-12-31 [colin]      0.9.13cvs23.2
10189
10190         * src/prefs_common.c
10191                 GTK2 widgets + stock buttons - patch by Alfons
10192
10193 2004-12-31 [paul]       0.9.13cvs23.1
10194
10195         * configure.ac
10196                 bump up EXTRA_VERSION to match (sync'ed) HEAD
10197         * src/gtk/pluginwindow.c
10198                 use GTK2 widgets and plug memory leaks,
10199                 patches by Alfons
10200
10201 2004-12-30 [colin]      0.9.13cvs22.4
10202
10203         * src/account.c
10204         * src/action.c
10205         * src/export.c
10206         * src/foldersel.c
10207         * src/import.c
10208         * src/message_search.c
10209         * src/prefs_actions.c
10210         * src/prefs_common.c
10211         * src/prefs_customheader.c
10212         * src/prefs_filtering.c
10213         * src/prefs_summary_column.c
10214         * src/summary_search.c
10215         * src/gtk/about.c
10216         * src/gtk/description_window.c
10217         * src/gtk/gtkutils.c
10218         * src/gtk/gtkutils.h
10219         * src/gtk/inputdialog.c
10220         * src/gtk/prefswindow.c
10221                 Use GTK2 stock buttons. Patches by Alfons.
10222
10223 2004-12-30 [colin]      0.9.13cvs22.3
10224
10225         * src/account.c
10226                 Sync with HEAD
10227         * src/prefs_actions.c
10228         * src/prefs_customheader.c
10229         * src/prefs_filtering.c
10230         * src/prefs_msg_colors.c
10231         * src/prefs_summary_column.c
10232         * src/gtk/prefswindow.c
10233                 Use GtkTreeView instead of deprecated 
10234                 widgets. Patches by Alfons.
10235
10236 2004-12-30 [paul]       0.9.13cvs22.2
10237
10238         * src/foldersel.c
10239                 use GTK 2 Tree View
10240                 patch by Alfons, with root folder sorting fix
10241                 by Stephan Sachse
10242
10243 2004-12-30 [paul]       0.9.13cvs22.1
10244
10245         * ChangeLog
10246         * ChangeLog.claws
10247         * ChangeLog.jp
10248         * NEWS
10249         * configure.ac
10250         * src/account.c
10251                 sync with HEAD
10252
10253 2004-12-22 [martin]     0.9.13cvs21.2
10254
10255         * src/action.c
10256                 free the command line after its use
10257
10258 2004-12-18 [paul]       0.9.13cvs21.1
10259
10260         * AUTHORS
10261         * ChangeLog
10262         * ChangeLog.claws
10263         * ChangeLog.jp
10264         * NEWS
10265         * configure.ac
10266         * src/action.c
10267         * src/compose.c
10268         * src/syldap.c
10269                 sync with HEAD
10270
10271 2004-12-17 [martin]     0.9.13cvs17.2
10272
10273         * src/action.c
10274                 convert actions input to locale
10275         * src/inc.c
10276                 convert notification command to locale
10277         * src/plugins/pgpmime/select-keys.c
10278                 convert attributes to utf8
10279
10280 2004-12-14 [colin]      0.9.13cvs17.1
10281
10282         * ChangeLog
10283         * ChangeLog.jp
10284         * ChangeLog.claws
10285         * src/action.c
10286         * src/common/utils.c
10287         * src/gtk/prefswindow.c
10288         * src/gtk/gtkutils.c
10289         * src/gtk/gtkutils.h
10290         * src/plugins/spamassassin/libspamc.c
10291                 Sync with HEAD
10292
10293 2004-12-13 [colin]      0.9.13cvs14.1
10294
10295         * src/quote_fmt_parse.y
10296                 Sync with HEAD
10297
10298 2004-12-10 [colin]      0.9.13cvs12.1
10299
10300         * src/prefs_themes.c
10301         * src/mainwindow.c
10302         * src/messageview.c
10303                 Sync with HEAD
10304
10305 2004-12-09 [colin]      0.9.13cvs10.1
10306
10307         * src/procmime.c
10308                 Sync with HEAD (fix B64 encoding from memory)
10309
10310 2004-12-08 [colin]      0.9.13cvs9.1
10311
10312         * src/gtk/colorlabel.c
10313                 Sync with HEAD
10314
10315 2004-12-08 [paul]       0.9.13cvs8.2
10316
10317         * src/gtk/pluginwindow.c
10318                 fix window resizing oddities
10319
10320 2004-12-08 [colin]      0.9.13cvs8.1
10321
10322         * src/quote_fmt_parse.y
10323                 Sync with HEAD
10324
10325 2004-12-08 [colin]      0.9.13cvs7.1
10326
10327         * src/matcher_parser_parse.y
10328         * src/msgcache.c
10329         * src/prefs_matcher.c
10330         * src/procheader.c
10331         * src/matcher.c
10332         * src/common/defs.h
10333         * po/sr.po
10334                 Sync with HEAD
10335
10336 2004-12-08 [colin]      0.9.13cvs6.1
10337
10338         * src/quote_fmt_parse.y
10339         * src/textview.c
10340                 Sync with HEAD
10341         * src/gtk/prefswindow.c
10342         * src/gtk/pluginwindow.c
10343                 Fix G_CALLBACKS protos (thanks to Alfons)
10344
10345 2004-12-07 [torte]      0.9.13cvs2.2
10346
10347         * src/procmime.c
10348                 [Bug 650] reply button causes crash
10349                 Thanks to David Relson and Christoph
10350
10351 2004-12-07 [colin]      0.9.13cvs2.1
10352
10353         * ChangeLog.claws
10354         * AUTHORS
10355         * po/sk.po
10356         * src/procmime.c
10357         * src/prefs_account.c
10358         * src/common/smtp.c
10359         * src/common/smtp.h
10360                 Sync with HEAD
10361
10362 2004-12-06 [colin]      0.9.12cvs187.1
10363
10364         * ChangeLog.claws
10365         * INSTALL
10366         * Makefile.am
10367         * README.claws
10368         * TODO.claws
10369         * configure.ac
10370         * po/bg.po
10371         * po/cs.po
10372         * po/el.po
10373         * po/en_GB.po
10374         * po/es.po
10375         * po/fr.po
10376         * po/hr.po
10377         * po/hu.po
10378         * po/it.po
10379         * po/ja.po
10380         * po/ko.po
10381         * po/nl.po
10382         * po/pl.po
10383         * po/pt_BR.po
10384         * po/ru.po
10385         * po/sk.po
10386         * po/sr.po
10387         * po/sv.po
10388         * po/zh_CN.po
10389         * po/zh_TW.Big5.po
10390         * src/compose.c
10391         * tools/Makefile.am
10392         * tools/README
10393         * tools/filter_conv.pl
10394         * tools/kdeservicemenu/README
10395         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10396         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10397                 Sync with HEAD
10398
10399 2004-12-04 [colin]      0.9.12cvs183.1
10400
10401         * src/compose.c
10402                 Sync with HEAD (compose window position saving)
10403
10404 2004-12-04 [paul]       0.9.12cvs182.3
10405
10406         * src/messageview.c
10407         * src/mimeview.c
10408         * src/prefs_customheader.c
10409         * src/gtk/quicksearch.c
10410                 replace some forgotten GTK_SIGNAL_FUNCs
10411
10412 2004-12-04 [paul]       0.9.12cvs182.2
10413
10414         * src/Makefile.am
10415                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
10416                 committed in error      
10417
10418 2004-12-04 [paul]       0.9.12cvs182.1
10419
10420         * ChangeLog
10421         * ChangeLog.claws
10422         * ChangeLog.jp
10423         * INSTALL
10424         * NEWS
10425         * README
10426         * README.jp
10427         * configure.ac
10428         * doc/manual/ja/Makefile.am
10429         * doc/manual/ja/sylpheed-1.html
10430         * doc/manual/ja/sylpheed-10.html
10431         * doc/manual/ja/sylpheed-11.html
10432         * doc/manual/ja/sylpheed-12.html
10433         * doc/manual/ja/sylpheed-13.html
10434         * doc/manual/ja/sylpheed-14.html
10435         * doc/manual/ja/sylpheed-15.html
10436         * doc/manual/ja/sylpheed-16.html
10437         * doc/manual/ja/sylpheed-17.html
10438         * doc/manual/ja/sylpheed-18.html
10439         * doc/manual/ja/sylpheed-19.html
10440         * doc/manual/ja/sylpheed-2.html
10441         * doc/manual/ja/sylpheed-20.html
10442         * doc/manual/ja/sylpheed-3.html
10443         * doc/manual/ja/sylpheed-4.html
10444         * doc/manual/ja/sylpheed-5.html
10445         * doc/manual/ja/sylpheed-6.html
10446         * doc/manual/ja/sylpheed-7.html
10447         * doc/manual/ja/sylpheed-8.html
10448         * doc/manual/ja/sylpheed-9.html
10449         * doc/manual/ja/sylpheed.html
10450         * doc/manual/ja/sylpheed.sgml
10451         * po/de.po
10452         * src/Makefile.am
10453         * src/compose.c
10454         * src/procmime.c
10455         * src/pixmaps/regular.xpm **REMOVED**
10456         * src/plugins/pgpmime/pgpmime.c
10457         * src/plugins/pgpmime/plugin.c
10458         * src/plugins/pgpmime/prefs_gpg.c
10459                 sync with HEAD
10460
10461 2004-12-03 [paul]       0.9.12cvs180.1
10462
10463         * ChangeLog
10464         * ChangeLog.claws
10465         * ChangeLog.jp
10466         * configure.ac
10467         * src/Makefile.am
10468         * src/pop.c
10469         * src/common/utils.c
10470         * src/common/utils.h
10471         * src/pixmaps/continue.xpm
10472         * src/pixmaps/dir_close.xpm
10473         * src/pixmaps/dir_open.xpm
10474         * src/pixmaps/drafts_close.xpm
10475         * src/pixmaps/drafts_open.xpm
10476         * src/pixmaps/folder.xpm **REMOVED**
10477         * src/pixmaps/group.xpm
10478         * src/pixmaps/unread.xpm
10479                 sync with HEAD
10480
10481 2004-12-02 [colin]      0.9.12cvs179.1
10482
10483         * src/compose.c
10484                 Sync with HEAD (non-duplicated reedition)
10485
10486 2004-12-02 [colin]      0.9.12cvs178.1
10487
10488         * src/compose.c
10489                 Sync with HEAD (linewrap_quote fix)
10490
10491 2004-12-01 [colin]      0.9.12cvs177.3
10492
10493         * src/addrharvest.c
10494                 Replace sizeof with strlen
10495
10496 2004-12-01 [paul]       0.9.12cvs177.2
10497
10498         * src/addrharvest.c
10499                 fix 'harvest addresses'
10500
10501 2004-11-30 [colin]      0.9.12cvs177.1
10502
10503         * src/gtk/prefswindow.c
10504         * src/gtk/pluginwindow.c
10505                 Sync with HEAD
10506
10507 2004-11-29 [colin]      0.9.12cvs176.1
10508
10509         * src/folderview.c
10510                 sync with HEAD (Fix disappearing separators in folderview's popup)
10511
10512 2004-11-29 [colin]      0.9.12cvs175.1
10513
10514         * src/procmime.c
10515                 Sync with head (another format fix)
10516
10517 2004-11-29 [colin]      0.9.12cvs174.1
10518
10519         * src/pop.c
10520                 Sync with HEAD (format string fix)
10521
10522 2004-11-26 [colin]      0.9.12cvs173.1
10523
10524         * src/common/smtp.c
10525         * src/common/smtp.h
10526                 Sync with HEAD
10527
10528 2004-11-24 [colin]      0.9.12cvs172.1
10529
10530         * src/plugins/pgpmime/pgpmime.c
10531                 Sync with HEAD
10532
10533 2004-11-24 [colin]      0.9.12cvs171.1
10534
10535         * src/plugins/pgpmime/pgpmime.c
10536                 Sync with head (gpgmectx leaks)
10537
10538 2004-11-24 [colin]      0.9.12cvs169.1
10539
10540         * src/plugins/pgpmime/plugin.c
10541         * src/plugins/trayicon/Makefile.am
10542         * src/plugins/trayicon/newmarkedmail.xpm
10543         * src/plugins/trayicon/trayicon.c
10544         * src/plugins/trayicon/unreadmarkedmail.xpm
10545                 Sync with HEAD
10546
10547 2004-11-23 [colin]      0.9.12cvs168.1
10548
10549         * src/partial_download.c
10550         * src/partial_download.h
10551         * src/plugins/pgpmime/plugin.c
10552                 Sync with HEAD
10553
10554 2004-11-23 [colin]      0.9.12cvs166.1
10555
10556         * src/Makefile.am
10557         * src/codeconv.c
10558         * src/compose.c
10559         * src/folderview.c
10560         * src/main.c
10561         * src/partial_download.c
10562         * src/partial_download.h
10563         * src/prefs_account.c
10564         * src/prefs_account.h
10565         * src/privacy.c
10566         * src/privacy.h
10567         * src/procmime.c
10568         * src/common/Makefile.am
10569         * src/common/base64.h
10570         * src/common/partial_download.c
10571         * src/common/partial_download.h
10572         * src/gtk/prefswindow.c
10573         * src/gtk/prefswindow.h
10574         * src/plugins/pgpmime/pgpmime.c
10575         * src/plugins/pgpmime/prefs_gpg.c
10576         * src/plugins/pgpmime/prefs_gpg.h
10577         * src/plugins/pgpmime/sgpgme.c
10578         * src/plugins/pgpmime/sgpgme.h
10579                 Sync with HEAD
10580
10581 2004-11-23 [colin]      0.9.12cvs163.1
10582
10583         * src/main.c
10584                 Sync with HEAD (cursor optimization)
10585
10586 2004-11-23 [colin]      0.9.12cvs162.1
10587
10588         * src/prefs_common.c
10589         * src/prefs_themes.c
10590         * src/procmsg.c
10591                 Sync with HEAD
10592
10593 2004-11-23 [colin]      0.9.12cvs158.9
10594
10595         * src/compose.c
10596                 Fix double-free when forwarding
10597         * src/msgcache.c
10598                 Fix leak on error path
10599                 
10600
10601 2004-11-23 [colin]      0.9.12cvs158.8
10602
10603         * src/compose.c
10604                 Fix possible double-free
10605                 Spotted by Alfons
10606
10607 2004-11-23 [colin]      0.9.12cvs158.7
10608
10609         * src/compose.c
10610                 Fix some signal handlers' prototypes
10611                 Spotted by Alfons
10612
10613 2004-11-22 [colin]      0.9.12cvs158.6
10614
10615         * src/compose.c
10616                 Remove unneeded code and duplicated
10617                 wrapping - patch by Alfons
10618
10619 2004-11-22 [colin]      0.9.12cvs158.5
10620
10621         * src/prefs_themes.c
10622                 Fix oversized selector
10623
10624 2004-11-22 [colin]      0.9.12cvs158.4
10625
10626         * src/compose.c
10627                 fix dump_text()
10628                 patch by Alfons
10629
10630 2004-11-19 [colin]      0.9.12cvs158.3
10631
10632         * src/textview.c
10633                 Add a context menu on links (open, copy)
10634
10635 2004-11-18 [paul]       0.9.12cvs158.2
10636
10637         * src/addrgather.c
10638         * src/exphtmldlg.c
10639         * src/expldifdlg.c
10640         * src/mimeview.c
10641         * src/prefs_common.c
10642         * src/plugins/image_viewer/viewer.c
10643         * src/plugins/spamassassin/spamassassin_gtk.c
10644                 replace deprecated gtk_notebook_set_page
10645                 and gtk_notebook_current_page
10646
10647 2004-11-18 [paul]       0.9.12cvs158.1
10648
10649         * configure.ac
10650         * src/compose.c
10651         * src/mainwindow.c
10652         * src/messageview.c
10653         * src/prefs_common.c
10654         * src/common/utils.c
10655         * src/common/utils.h
10656                 sync with HEAD
10657
10658 2004-11-17 [colin]      0.9.12cvs156.1
10659
10660         * src/prefs_account.c
10661         * src/prefs_account.h
10662         * src/procmsg.c
10663                 Sync with HEAD (add pref to store encrypted mails encrypted)
10664
10665 2004-11-17 [paul]       0.9.12cvs155.1
10666
10667         * ChangeLog
10668         * ChangeLog.claws
10669         * ChangeLog.jp
10670         * NEWS
10671         * configure.ac
10672         * src/compose.c
10673         * src/jpilot.c
10674         * src/privacy.c
10675         * src/procmime.c
10676         * src/procmime.h
10677         * src/procmsg.c
10678         * src/toolbar.c
10679         * src/pixmaps/error.xpm
10680                 sync with HEAD
10681
10682 2004-11-17 [colin]      0.9.12cvs151.1
10683
10684         * src/plugins/pgpmime/pgpmime.c
10685                 Sync with HEAD (remove debug printf)
10686
10687 2004-11-17 [colin]      0.9.12cvs150.1
10688
10689         * src/plugins/pgpmime/pgpmime.c
10690                 Sync with HEAD (off-by-one fix)
10691
10692 2004-11-17 [colin]      0.9.12cvs149.1
10693
10694         * src/procmsg.c
10695                 Sync with HEAD (coding style fixes)
10696
10697 2004-11-16 [colin]      0.9.12cvs148.1
10698
10699         * src/procmsg.c
10700                 Sync with head (Fix the fix)
10701
10702 2004-11-16 [colin]      0.9.12cvs147.1
10703
10704         * src/procmsg.c
10705                 Sync with Main (leak fix)
10706
10707 2004-11-16 [colin]      0.9.12cvs146.14
10708
10709         * src/compose.c
10710                 Remove useless chunk of code
10711                 Patch by Alfons
10712
10713 2004-11-15 [colin]      0.9.12cvs146.13
10714
10715         * src/compose.c
10716                 Fix drafting after insertion
10717                 Patch by Alfons
10718
10719 2004-11-15 [colin]      0.9.12cvs146.12
10720
10721         * src/compose.c
10722         * src/prefs_filtering.c
10723         * src/prefs_filtering_action.c
10724         * src/prefs_toolbar.c
10725                 Fix some const-correctness
10726
10727 2004-11-15 [colin]      0.9.12cvs146.11
10728
10729         * src/summaryview.c
10730         * src/prefs_themes.c
10731         * src/messageview.c
10732                 Fix some leaks
10733
10734 2004-11-15 [colin]      0.9.12cvs146.10
10735
10736         * src/codeconv.c
10737                 More unreadable locale fixes
10738
10739 2004-11-14 [colin]      0.9.12cvs146.9
10740
10741         * src/textview.c
10742                 Fix uri_security_check
10743                 Patch by Alfons
10744
10745 2004-11-13 [paul]       0.9.12cvs146.8
10746
10747         * src/folder.c
10748         * src/procmime.c
10749                 fix 2 bugs introduced in last commit
10750
10751 2004-11-13 [paul]       0.9.12cvs146.7
10752
10753         * src/compose.c
10754         * src/exporthtml.c
10755         * src/exportldif.c
10756         * src/folder.c
10757         * src/imap.c
10758         * src/imap_gtk.c
10759         * src/main.c
10760         * src/mainwindow.c
10761         * src/messageview.c
10762         * src/mh_gtk.c
10763         * src/prefs_themes.c
10764         * src/procmime.c
10765         * src/setup.c
10766         * src/summaryview.c
10767                 replace deprecated g_basename
10768
10769 2004-11-13 [paul]       0.9.12cvs146.6
10770
10771         * src/compose.c
10772         * src/imap.c
10773         * src/matcher_parser.h
10774         * src/matcher_parser_parse.y
10775         * src/prefs_filtering.c
10776         * src/prefs_filtering_action.c
10777         * src/prefs_themes.c
10778         * src/prefs_toolbar.c
10779         * src/common/utils.c
10780                 various small fixes/cleanups
10781
10782 2004-11-12 [colin]      0.9.12cvs146.5
10783
10784         * src/textview.c
10785                 Validate event's origin on visibility notify
10786                 Patch by Alfons.
10787
10788 2004-11-12 [paul]       0.9.12cvs146.4
10789
10790         * src/exporthtml.c
10791         * src/exportldif.c
10792         * src/imap.c
10793         * src/mh.c
10794         * src/mimeview.c
10795         * src/prefs_spelling.c
10796         * src/prefs_themes.c
10797                 replace deprecated g_dirname    
10798
10799 2004-11-12 [colin]      0.9.12cvs146.3
10800
10801         * src/textview.c
10802                 Some coding style fixes
10803
10804 2004-11-12 [colin]      0.9.12cvs146.2
10805
10806         * src/codeconv.c
10807                 We want to replace _all_ extended chars in
10808                 conv_unreadable_*, because any string containing
10809                 extended chars not parsing as UTF8 is 
10810                 undisplayed on gtk2.
10811
10812 2004-11-12 [paul]       0.9.12cvs146.1
10813
10814         * ChangeLog
10815         * ChangeLog.claws
10816         * ChangeLog.jp
10817         * NEWS
10818         * configure.ac
10819         * src/account.c
10820         * src/folderview.c
10821         * src/folderview.h
10822         * src/imap.c
10823         * src/imap_gtk.c
10824         * src/inc.c
10825         * src/mainwindow.c
10826         * src/mh_gtk.c
10827         * src/news_gtk.c
10828         * src/pop.c
10829         * src/prefs_account.c
10830         * src/prefs_account.h
10831         * src/prefs_ext_prog.c
10832         * src/procmime.c
10833         * src/procmime.h
10834         * src/procmsg.c
10835         * src/procmsg.h
10836         * src/summary_search.c
10837         * src/summaryview.c
10838         * src/textview.c
10839         * src/common/defs.h
10840         * src/common/utils.c
10841         * src/common/utils.h
10842         * src/gtk/menu.c
10843         * src/gtk/menu.h
10844                 sync with HEAD
10845
10846 2004-11-11 [colin]      0.9.12cvs144.2
10847
10848         * src/textview.c
10849                 Fix URI range selection (patch by Alfons)
10850
10851 2004-11-09 [colin]      0.9.12cvs144.1
10852
10853         * ChangeLog.claws
10854         * src/compose.c
10855         * src/folder.c
10856         * src/folder_item_prefs.c
10857         * src/prefs_account.c
10858         * src/prefs_account.h
10859         * src/plugins/pgpmime/pgpmime.c
10860                 Sync with HEAD
10861
10862 2004-11-08 [colin]      0.9.12cvs143.1
10863
10864         * src/summaryview.c
10865                 Sync with HEAD (optimize quicksearch)
10866
10867 2004-11-08 [colin]      0.9.12cvs142.2
10868
10869         * src/compose.c
10870                 Don't wrap when Edit/Auto wrapping is disabled
10871
10872 2004-11-08 [colin]      0.9.12cvs142.1
10873
10874         * src/textview.c
10875                 Sync with HEAD
10876
10877 2004-11-08 [colin]      0.9.12cvs141.1
10878
10879         * src/textview.c
10880                 Sync with HEAD (fix some mail URIs)
10881
10882 2004-11-08 [colin]      0.9.12cvs140.3
10883
10884         * src/textview.c
10885                 o Use text cursor instead of arrow when
10886                   not on a link
10887                 o Fix handling of contiguous links (as in
10888                   "colin@colino.net" <colin@colino.net>)
10889                   This one unveils a bug in get_email_part()
10890
10891 2004-11-07 [colin]      0.9.12cvs140.2
10892
10893         * src/textview.c
10894                 Fix memleak. Patch by Alfons.
10895
10896 2004-11-06 [colin]      0.9.12cvs140.1
10897
10898         * src/compose.c
10899                 Sync with HEAD (don't ask passphrase
10900                 when drafting)
10901
10902 2004-11-06 [paul]       0.9.12cvs139.2
10903
10904         * AUTHORS
10905         * src/textview.c
10906         * src/textview.h
10907                 textview URI handling. hovering over a 
10908                 link displays it in the status bar,
10909                 and changes the mouse pointer to a hand 
10910                 cursor. a link is activated with a single 
10911                 click. (Modified from the) patch by Jean-Yves 
10912                 Lefort <jylefort@users.sourceforge.net>
10913                 
10914
10915 2004-11-05 [colin]      0.9.12cvs139.1
10916
10917         * src/compose.c
10918         * src/procmime.c
10919                 Sync with HEAD again ^^
10920
10921 2004-11-05 [colin]      0.9.12cvs139.1
10922
10923         * src/compose.c
10924         * src/procmime.c
10925                 Sync with HEAD
10926
10927 2004-11-03 [paul]       0.9.12cvs138.1
10928
10929         * ChangeLog.claws
10930         * configure.ac
10931         * po/POTFILES.in
10932         * src/prefs_ext_prog.c
10933         * src/procmime.c
10934         * tools/kdeservicemenu/README
10935         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10936         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10937                 sync with HEAD
10938
10939 2004-11-01 [christoph]  0.9.12cvs136.2
10940
10941         * src/procmime.c
10942                 convert MIME parameters to UTF-8
10943
10944 2004-10-29 [colin]      0.9.12cvs136.1
10945
10946         * src/common/utils.c
10947                 Sync with HEAD (don't use '=' in mime boundary)
10948
10949 2004-10-29 [paul]       0.9.12cvs135.1
10950
10951         * configure.ac
10952         * doc/src/rfc2231.txt
10953         * src/procmime.c
10954         * src/common/quoted-printable.c
10955         * src/common/utils.c
10956         * src/common/utils.h
10957                 sync with HEAD
10958
10959 2004-10-27 [paul]       0.9.12cvs134.1
10960
10961         * configure.ac
10962         * src/main.c
10963         * src/procmime.c
10964         * src/plugins/pgpmime/pgpmime.c
10965                 sync with HEAD
10966
10967 2004-10-26 [paul]       0.9.12cvs132.3
10968
10969         * src/account.c
10970         * src/addressbook.c
10971         * src/addrgather.c
10972         * src/addrharvest.c
10973         * src/codeconv.c
10974         * src/compose.c
10975         * src/customheader.c
10976         * src/editaddress.c
10977         * src/editgroup.c
10978         * src/enriched.c
10979         * src/expldifdlg.c
10980         * src/exporthtml.c
10981         * src/exportldif.c
10982         * src/folder.c
10983         * src/foldersel.c
10984         * src/folderview.c
10985         * src/grouplistdialog.c
10986         * src/html.c
10987         * src/imap.c
10988         * src/jpilot.c
10989         * src/ldapserver.c
10990         * src/ldif.c
10991         * src/mimeview.c
10992         * src/news.c
10993         * src/news_gtk.c
10994         * src/pop.c
10995         * src/prefs_display_header.c
10996         * src/prefs_gtk.c
10997         * src/prefs_msg_colors.c
10998         * src/prefs_toolbar.c
10999         * src/procheader.c
11000         * src/procmime.c
11001         * src/summaryview.c
11002         * src/textview.c
11003         * src/toolbar.c
11004         * src/vcard.c
11005         * src/common/mgutils.c
11006         * src/common/nntp.c
11007         * src/common/smtp.c
11008         * src/common/template.c
11009         * src/common/utils.c
11010         * src/common/xmlprops.c
11011         * src/plugins/pgpmime/pgpmime.c
11012         * src/plugins/pgpmime/select-keys.c
11013         * src/plugins/pgpmime/sgpgme.c
11014                 replace deprecated g_strcasecmp(), g_strncasecmp(),
11015                 g_string_sprintfa(), gtk_notebook_current_page()
11016
11017 2004-10-26 [colin]      0.9.12cvs132.2
11018
11019         * src/prefs_folder_item.c
11020                 Fix default-account selection
11021
11022 2004-10-21 [colin]      0.9.12cvs133
11023
11024         * src/compose.c
11025                 Sync with HEAD (Remove extra separator in compose's Options)
11026         * src/textview.c
11027                 Set wrapping to char
11028
11029 2004-10-21 [paul]       0.9.12cvs131.2
11030
11031         * src/compose.c
11032         * src/sourcewindow.c
11033                 fix wrapping
11034                 fix window shrinking 
11035
11036 2004-10-21 [colin]      0.9.12cvs131.1
11037
11038         * ChangeLog.claws
11039         * src/compose.c
11040                 Sync with HEAD
11041
11042 2004-10-21 [paul]       0.9.12cvs130.2
11043
11044         * src/prefs_folder_item.c
11045                 sync with HEAD (Apply to subfolders)
11046
11047 2004-10-19 [colin]      0.9.12cvs130.1
11048
11049         * ChangeLog.claws
11050         * src/compose.c
11051         * src/common/utils.c
11052         * src/gtk/menu.c
11053                 Sync with HEAD
11054
11055 2004-10-19 [colin]      0.9.12cvs128.1
11056
11057         * src/addrbook.c
11058         * src/addrcache.c
11059         * src/addressbook.c
11060         * src/codeconv.c
11061         * src/compose.c
11062         * src/customheader.c
11063         * src/editaddress.c
11064         * src/editgroup.c
11065         * src/exporthtml.c
11066         * src/folder.c
11067         * src/folderview.c
11068         * src/imap.c
11069         * src/jpilot.c
11070         * src/main.c
11071         * src/matcher_parser_parse.y
11072         * src/mbox.c
11073         * src/pop.c
11074         * src/prefs_account.c
11075         * src/prefs_gtk.c
11076         * src/prefs_msg_colors.c
11077         * src/procheader.c
11078         * src/procmime.c
11079         * src/procmime.h
11080         * src/procmsg.c
11081         * src/summaryview.c
11082         * src/textview.c
11083         * src/common/base64.c
11084         * src/common/partial_download.c
11085         * src/common/socket.c
11086         * src/common/sylpheed.c
11087         * src/common/utils.c
11088         * src/common/utils.h
11089         * src/gtk/pluginwindow.c
11090         * src/gtk/quicksearch.c
11091         * src/plugins/clamav/clamav_plugin.c
11092         * src/plugins/clamav/clamav_plugin.h
11093         * src/plugins/clamav/clamav_plugin_gtk.c
11094         * src/plugins/pgpmime/passphrase.c
11095         * src/plugins/pgpmime/pgpmime.c
11096         * src/plugins/pgpmime/plugin.c
11097         * src/plugins/pgpmime/prefs_gpg.c
11098         * src/plugins/pgpmime/prefs_gpg.h
11099         * src/plugins/pgpmime/select-keys.c
11100         * src/plugins/pgpmime/sgpgme.c
11101         * src/plugins/spamassassin/libspamc.c
11102         * src/plugins/spamassassin/spamassassin.c
11103         * src/plugins/spamassassin/spamassassin.h
11104         * src/plugins/spamassassin/spamassassin_gtk.c
11105         * src/plugins/trayicon/trayicon.c
11106         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
11107                 Sync with HEAD
11108
11109 2004-10-14 [colin]      0.9.12cvs126.2
11110
11111         * src/codeconv.c
11112         * src/textview.c
11113                 Fix conv_unreadable_locale
11114
11115 2004-10-13 [colin]      0.9.12cvs126.1
11116
11117         * src/compose.c
11118                 Sync with HEAD (don't convert charset for 
11119                 drafted messages, minor cleanup)
11120
11121 2004-10-13 [colin]      0.9.12cvs125.1
11122
11123         * po/POTFILES.in
11124                 Sync with HEAD (POTFILES fix)
11125
11126 2004-10-12 [colin]      0.9.12cvs124.3
11127
11128         * src/compose.c
11129                 Fix encoding bug from latest sync
11130
11131 2004-10-12 [paul]       0.9.12cvs124.2
11132
11133         * src/plugins/pgpmime/prefs_gpg.c
11134         * src/plugins/pgpmime/prefs_gpg.h
11135                 forgotten in last commit        
11136
11137 2004-10-12 [paul]       0.9.12cvs124.1
11138
11139         * ChangeLog.claws
11140         * configure.ac
11141         * m4/spamassassin.m4
11142         * src/Makefile.am
11143         * src/account.c
11144         * src/compose.c
11145         * src/compose.h
11146         * src/crash.c
11147         * src/main.c
11148         * src/mimeview.c
11149         * src/passphrase.c
11150         * src/passphrase.h
11151         * src/prefs_account.c
11152         * src/prefs_account.h
11153         * src/prefs_common.c
11154         * src/privacy.c
11155         * src/privacy.h
11156         * src/procmime.c
11157         * src/procmime.h
11158         * src/procmsg.c
11159         * src/rfc2015.c
11160         * src/rfc2015.h
11161         * src/select-keys.c
11162         * src/select-keys.h
11163         * src/textview.c
11164         * src/common/utils.c
11165         * src/common/utils.h
11166         * src/gtk/about.c
11167         * src/plugins/pgpmime/Makefile.am
11168         * src/plugins/pgpmime/passphrase.c
11169         * src/plugins/pgpmime/passphrase.h
11170         * src/plugins/pgpmime/pgpmime.c
11171         * src/plugins/pgpmime/plugin.c
11172         * src/plugins/pgpmime/select-keys.c
11173         * src/plugins/pgpmime/select-keys.h
11174         * src/plugins/pgpmime/sgpgme.c
11175         * src/plugins/pgpmime/sgpgme.h
11176                 sync with HEAD
11177
11178 2004-10-04 [colin]      0.9.12cvs122.1
11179
11180         * src/mainwindow.c
11181         * src/messageview.c
11182         * src/messageview.h
11183         * src/textview.c
11184                 Sync with HEAD
11185
11186 2004-10-04 [colin]      0.9.12cvs121.1
11187
11188         * src/summaryview.c
11189                 Sync with HEAD
11190
11191 2004-10-04 [paul]       0.9.12cvs120.1
11192
11193         * configure.ac
11194                 sync with HEAD [don't try to build 
11195                 pgpmime plugin when gpgme is disabled]
11196
11197 2004-10-03 [colin]      0.9.12cvs119.3
11198
11199         * src/gtk/gtksctree.c
11200                 Lots of side effects. Put back as before 117.2.
11201         * src/summaryview.c
11202                 Fix bug #602
11203
11204 2004-10-03 [colin]      0.9.12cvs119.2
11205
11206         * src/gtk/gtksctree.c
11207                 Revert 608 fix that doesn't work that good
11208
11209 2004-10-02 [colin]      0.9.12cvs119.1
11210
11211         * src/mainwindow.c
11212         * src/messageview.c
11213         * src/prefs_common.h
11214         * src/procmime.c
11215         * src/procmime.h
11216         * src/textview.c
11217                 Sync with HEAD
11218         * src/gtk/gtksctree.c
11219                 Close bug #608
11220
11221 2004-10-01 [colin]      0.9.12cvs118.1
11222
11223         * src/mimeview.c
11224                 Sync with HEAD (better Save All fix)
11225
11226 2004-10-01 [colin]      0.9.12cvs117.2
11227
11228         * src/gtk/gtksctree.c
11229                 Faster on selection
11230
11231 2004-10-01 [colin]      0.9.12cvs117.1
11232
11233         * src/mimeview.c
11234                 Sync with HEAD (Save All: only attachments)
11235
11236 2004-10-01 [paul]       0.9.12cvs116.1
11237
11238         * ChangeLog.claws
11239         * configure.ac
11240         * src/account.c
11241         * src/prefs_common.c
11242         * src/gtk/colorlabel.c
11243                 sync with HEAD
11244
11245 2004-09-30 [colin]      0.9.12cvs115.1
11246
11247         * src/stock_pixmap.c
11248         * src/stock_pixmap.h
11249         * src/folderview.c
11250         * src/Makefile.am
11251         * src/pixmaps/read.xpm
11252                 Sync with HEAD (new pixmap)
11253
11254 2004-09-29 [colin]      0.9.12cvs114.1
11255
11256         * src/compose.c
11257                 Sync with HEAD
11258                 Fix focus handling in headers
11259
11260 2004-09-29 [paul]       0.9.12cvs113.1
11261
11262         * src/quote_fmt_parse.y
11263                 sync with HEAD
11264  
11265
11266 2004-09-28 [colin]      0.9.12cvs112.1
11267
11268         * src/folderview.c
11269         * src/mainwindow.c
11270                 Sync with HEAD
11271
11272 2004-09-28 [colin]      0.9.12cvs110.1
11273
11274         * src/folderview.c
11275                 Sync with HEAD (Contextual Empty trash menu)
11276
11277 2004-09-28 [colin]      0.9.12cvs108.1
11278
11279         * src/addressbook.c
11280                 Sync with HEAD (addressbook edit on double-click)
11281
11282 2004-09-28 [colin]      0.9.12cvs106.1
11283
11284         * src/inc.c
11285                 Sync with HEAD (folder_item freeze on inc)
11286
11287 2004-09-27 [colin]      0.9.12cvs105.1
11288
11289         * src/folderview.c
11290                 Sync with HEAD (right-align new and unread column)
11291
11292 2004-09-27 [colin]      0.9.12cvs104.1
11293
11294         * src/main.c
11295                 Sync with HEAD (revert 0.9.12cvs101)
11296
11297 2004-09-24 [colin]      0.9.12cvs103.2
11298
11299         * src/wizard.c
11300                 Fix gtk warnings and use domain part of the email address 
11301                 when domain detection fails (no dot in domain name)
11302
11303 2004-09-23 [colin]      0.9.12cvs103.1
11304
11305         * src/plugins/spamassassin/libspamc.c
11306         * src/plugins/spamassassin/libspamc.h
11307         * src/plugins/spamassassin/utils.c
11308         * src/plugins/spamassassin/utils.h
11309                 Sync with HEAD (Update spamassassin to 3.0)
11310
11311 2004-09-21 [colin]      0.9.12cvs102.3
11312
11313         * src/action.c
11314                 Add horizontal scrollbar in action io dialog as needed
11315                 Patch by Alfons.
11316
11317 2004-09-20 [colin]      0.9.12cvs102.2
11318
11319         * src/plugins/image_viewer/viewer.c
11320                 Remove imlib stuff
11321                 use gtk_pixmap_set when clearing
11322                 (would be better to use gtkImages, but causes size-allocate 
11323                 signals storm)
11324
11325 2004-09-17 [paul]       0.9.12cvs102.1
11326
11327         * ChangeLog
11328         * ChangeLog.claws
11329         * ChangeLog.jp
11330         * configure.ac
11331         * src/inc.c
11332                 sync with HEAD
11333
11334
11335 2004-09-17 [colin]      0.9.12cvs101.1
11336
11337         * ChangeLog.claws
11338         * src/main.c
11339                 Sync with HEAD (fix segs at exit)
11340
11341 2004-09-14 [colin]      0.9.12cvs99.5
11342
11343         * src/common/socket.c
11344         * AUTHORS
11345                 Fix send error on 64bit platforms
11346                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
11347
11348 2004-09-14 [colin]      0.9.12cvs99.4
11349
11350         * src/action.c
11351                 Fix action output with utf8 
11352                 Patch by Alfons.
11353
11354 2004-09-14 [colin]      0.9.12cvs99.3
11355
11356         * ChangeLog.claws
11357         * src/folder.c
11358                 Sync with HEAD
11359
11360 2004-09-09 [colin]      0.9.12cvs99.2
11361
11362         * src/action.c
11363                 Fix progress bar (displaying "Completed %v/%u")
11364                 Patch by Alfons.
11365
11366 2004-09-08 [colin]      0.9.12cvs99.1
11367
11368         * src/account.c
11369         * src/folder.c
11370         * src/procmsg.c
11371         * src/procmsg.h
11372         * src/plugins/pgpmime/pgpmime.c
11373                 Sync with HEAD
11374
11375 2004-09-08 [colin]      0.9.12cvs97.2
11376
11377         * src/summaryview.c
11378                 Don't select mails in collapsed threads 
11379                 when navigating with up/down
11380
11381 2004-09-07 [colin]      0.9.12cvs97.1
11382
11383         * src/inc.c
11384                 Sync with HEAD (meaningful error messages)
11385
11386 2004-09-06 [colin]      0.9.12cvs96.1
11387
11388         * src/toolbar.c
11389                 Sync with HEAD (fix Redirect graying out)
11390
11391 2004-09-06 [colin]      0.9.12cvs95.1
11392
11393         * src/summaryview.c
11394         * src/mimeview.c
11395                 Sync with HEAD (fix dropped URIs)
11396
11397 2004-09-06 [colin]      0.9.12cvs94.1
11398
11399         * src/addressbook.c
11400         * src/addressitem.h
11401         * src/addritem.c
11402         * src/addritem.h
11403                 Sync with HEAD (addressbook DnD)
11404
11405 2004-09-03 [colin]      0.9.12cvs93.1
11406
11407         * src/summaryview.c
11408                 Sync with HEAD (next/prev unread)
11409
11410 2004-09-03 [colin]      0.9.12cvs92.1
11411
11412         * src/prefs_common.c
11413         * src/prefs_common.h
11414         * src/summaryview.c
11415                 Sync with HEAD ('mark_as_read_delay' pref)
11416
11417 2004-09-02 [colin]      0.9.12cvs91.2
11418
11419         * src/common/xml.c
11420                 Fix leak
11421
11422 2004-09-02 [colin]      0.9.12cvs91.1
11423
11424         * src/gtk/menu.c
11425                 Sync with HEAD (menu accel don't work, but whatever)
11426
11427 2004-09-02 [colin]      0.9.12cvs90.1
11428
11429         * src/account.c
11430                 Sync with HEAD (fix bug 582)
11431
11432 2004-09-02 [colin]      0.9.12cvs89.1
11433
11434         * src/addrindex.c
11435                 Sync with HEAD (free deleted queries)
11436
11437 2004-09-02 [colin]      0.9.12cvs88.1
11438
11439         * src/ldapquery.c
11440                 Sync with HEAD (fix LDAP freezes)
11441
11442 2004-09-02 [colin]      0.9.12cvs87.1
11443
11444         * src/prefs_spelling.c
11445                 Sync with HEAD (add default dictionary)
11446
11447 2004-09-01 [colin]      0.9.12cvs86.1
11448
11449         * src/filtering.c
11450         * src/folderview.c
11451         * src/imap.c
11452         * src/prefs_matcher.c
11453         * src/stock_pixmap.c
11454         * src/summary_search.c
11455         * src/summaryview.c
11456         * src/wizard.c
11457         * src/wizard.h
11458                 Sync with HEAD (uninitialized vars fixes)
11459                 + gtk2 specific warning fixes
11460
11461 2004-08-31 [colin]      0.9.12cvs85.1
11462
11463         * src/folder.c
11464                 Sync with HEAD (Fix memory corruption due to 
11465                 uninitialized var)
11466
11467 2004-08-31 [colin]      0.9.12cvs84.4
11468
11469         * src/summary_search.c
11470                 Fix segfaults when searching in folders with broken headers
11471
11472 2004-08-31 [colin]      0.9.12cvs84.3
11473
11474         * src/compose.c
11475         * src/textview.c
11476                 Fix some more encoding/decoding issues
11477
11478 2004-08-30 [colin]      0.9.12cvs84.2
11479
11480         * src/mimeview.c
11481         * src/prefs_themes.c
11482         * src/gtk/filesel.c
11483         * src/gtk/filesel.h
11484                 Add a folder-mode selection (fixes mimeview's "Save all")
11485
11486 2004-08-29 [colin]      0.9.12cvs84.1
11487
11488         * src/mimeview.c
11489                 Sync with HEAD (don't escape saved filenames)
11490
11491 2004-08-27 [colin]      0.9.12cvs83.1
11492
11493         * ChangeLog
11494         * ChangeLog.claws
11495         * ChangeLog.jp
11496         * src/mh.c
11497         * src/procheader.c
11498         * src/procmsg.c
11499         * src/procmsg.h
11500         * src/common/utils.c
11501         * src/gtk/menu.h
11502         * po/
11503                 Sync with HEAD 0.9.12cvs83 (sync with main)
11504
11505 2004-08-26 [colin]      0.9.12cvs82.4
11506
11507         * src/codeconv.c
11508                 Fix strange stack corruption
11509                 Convert to utf8 after unmime, not before
11510
11511 2004-08-26 [colin]      0.9.12cvs82.3
11512
11513         * src/main.c
11514         * src/wizard.c
11515                 Fix account folders duplication
11516
11517 2004-08-25 [colin]      0.9.12cvs82.2
11518
11519         * src/wizard.c
11520                 Remove ports
11521                 Add SSL selection
11522                 Use login@server as account name
11523
11524 2004-08-25 [colin]      0.9.12cvs82.1
11525
11526         * src/plugins/pgpmime/pgpmime.c
11527                 Sync with HEAD (leak fix).
11528
11529 2004-08-25 [colin]      0.9.12cvs81.1
11530
11531         * src/plugins/pgpmime/pgpmime.c
11532         * src/plugins/pgpmime/sgpgme.c
11533         * src/plugins/pgpmime/sgpgme.h
11534                 Sync with HEAD (Handle combined messages).
11535
11536 2004-08-24 [colin]      0.9.12cvs80.3
11537
11538         * src/wizard.c
11539                 Fix full name, ports, and imap
11540
11541 2004-08-24 [colin]      0.9.12cvs80.2
11542
11543         * src/Makefile.am
11544         * src/main.c
11545         * src/setup.c
11546         * src/setup.h
11547         * src/stock_pixmap.c
11548         * src/stock_pixmap.h
11549         * src/wizard.c ** ADDED **
11550         * src/wizard.h ** ADDED ** 
11551         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
11552                 Add a setup wizard 
11553
11554 2004-08-24 [colin]      0.9.12cvs80.1
11555
11556         * src/folder.c
11557                 Sync with HEAD (set mimeflags on all messages)
11558
11559 2004-08-24 [colin]      0.9.12cvs79.3
11560
11561         * src/matcher_parser_lex.l
11562                 Fix 8bits strings not in utf8
11563
11564 2004-08-24 [colin]      0.9.12cvs79.2
11565
11566         * src/compose.c
11567                 Check conversion result before replacing buffer
11568
11569 2004-08-23 [colin]      0.9.12cvs79.1
11570
11571         * src/compose.c
11572                 Sync with HEAD (create message header in memory)
11573
11574 2004-08-23 [colin]      0.9.12cvs78.1
11575
11576         * src/rfc2015.c
11577         * src/rfc2015.h
11578                 Sync with HEAD (fix bug 197 again)
11579
11580 2004-08-23 [colin]      0.9.12cvs77.3
11581
11582         * src/compose.c
11583                 Fix again inline gpg signing (which outputs utf8
11584                 in gtk2). Not syncing this fix to HEAD as this 
11585                 code is meant to die.
11586
11587 2004-08-23 [colin]      0.9.12cvs77.2
11588
11589         * src/prefs_account.h
11590                 Remove useless include
11591
11592 2004-08-23 [colin]      0.9.12cvs77.1
11593
11594         * src/imap.c
11595         * po/es.po
11596         * po/fr.po
11597         * po/it.po
11598         * po/pl.po
11599         * po/pt_BR.po
11600         * po/sk.po
11601         * po/sr.po
11602                 Sync with HEAD (fix bug 577)
11603
11604 2004-08-22 [colin]      0.9.12cvs76.1
11605
11606         * src/plugins/trayicon/trayicon.c
11607                 Sync with HEAD (fix formatting bug)
11608
11609 2004-08-21 [colin]      0.9.12cvs74.2
11610
11611         * src/gtk/colorsel.c
11612                 Fix bug 564 (Folder color selection window exits on any
11613                 keypress)
11614
11615 2004-08-21 [colin]      0.9.12cvs74.1
11616
11617         * ChangeLog.claws
11618         * src/compose.c
11619         * src/summaryview.c
11620         * src/toolbar.c
11621                 Sync with HEAD (fix bug 576)
11622
11623 2004-08-21 [colin]      0.9.12cvs70.1
11624
11625         * src/compose.c
11626         * src/mainwindow.c
11627                 Sync with HEAD
11628                 
11629
11630 2004-08-21 [paul]       0.9.12cvs66.4
11631
11632         * src/mainwindow.c
11633         * src/messageview.c
11634         * src/gtk/menu.c
11635         * src/plugins/spamassassin/spamassassin_gtk.c
11636                 remove some deprecated gtk1 functions
11637
11638
11639 2004-08-21 [colin]      0.9.12cvs66.3
11640
11641         * src/compose.c
11642         * src/codeconv.c
11643                 Fix warnings
11644                 Remove encoding hacks
11645                 Fix bug 575 (Strange character messes up message)
11646                 Don't display conversion error when drafting
11647
11648 2004-08-21 [paul]       0.9.12cvs66.2
11649
11650         * src/prefs_account.c
11651                 fix GnuPG mode bugs
11652
11653
11654 2004-08-20 [colin]      0.9.12cvs66.1
11655
11656         * src/codeconv.c
11657                 Sync with HEAD 0.9.12cvs66
11658
11659 2004-08-20 [paul]
11660
11661         * src/plugins/pgpmime/plugin.c
11662                 modify PGP/MIME plugin's description
11663
11664 2004-08-17 [colin]      0.9.12cvs65.1
11665
11666         * src/common/ssl.c
11667         * src/plugins/pgpmime/plugin.c
11668                 Sync with HEAD
11669
11670 2004-08-14 [colin]      0.9.12cvs60.3
11671
11672         * src/plugins/trayicon/trayicon.c
11673                 Put back resize callback, on size-request signal
11674                 rather than size-allocate to avoid infinite 
11675                 callback loop
11676
11677 2004-08-13 [colin]      0.9.12cvs60.2
11678
11679         * src/common/defs.h
11680                 Cache versions have been fixed
11681
11682 2004-08-13 [colin]      0.9.12cvs60.1
11683
11684         * src/folderutils.c
11685                 Sync with HEAD
11686
11687 2004-08-12 [colin]      0.9.12cvs59.1
11688
11689         * src/plugins/trayicon/trayicon.c
11690                 Sync with HEAD
11691
11692 2004-08-12 [colin]      0.9.12cvs57.5
11693
11694         * sylpheed.desktop
11695         * configure.ac
11696         * src/Makefile.am
11697         * src/main.c
11698                 Add support for Freedesktop.org's startup notification
11699
11700 2004-08-11 [colin]      0.9.12cvs57.4
11701
11702         * src/textview.c
11703                 Fix off-by-one
11704
11705 2004-08-11 [colin]      0.9.12cvs57.3
11706
11707         * src/message_search.c
11708         * src/summary_search.c
11709                 Make searches case insensitive by default
11710         * src/textview.c
11711                 Fix case-insensitive search in message
11712
11713 2004-08-11 [colin]      0.9.12cvs57.2
11714
11715         * src/summary_search.c
11716                 Let case-sensitive be specified
11717
11718 2004-08-10 [colin]      0.9.12cvs55.4
11719
11720         * src/common/socket.c
11721                 Fix the possible race condition
11722
11723 2004-08-09 [paul]       0.9.12cvs55.3
11724
11725         * configure.ac
11726         * src/Makefile.am
11727         * src/common/Makefile.am
11728                 sync with HEAD
11729
11730
11731 2004-08-09 [paul]       0.9.12cvs55.2
11732
11733         * autogen.sh
11734         * po/poconv.sh
11735                 remove unneeded script
11736
11737         * configure.ac
11738                 add forgotten USE_LDAP_TLS (sync with HEAD)
11739
11740
11741 2004-08-09 [colin]      0.9.12cvs55.1
11742
11743         * src/main.c
11744         * src/common/ssl.c
11745         * src/common/sylpheed.c
11746         * src/common/sylpheed.h
11747                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
11748
11749 2004-08-09 [paul]       0.9.12cvs54.1
11750
11751         * ChangeLog
11752         * ChangeLog.claws
11753         * ChangeLog.jp
11754         * configure.ac
11755         * po/POTFILES.in
11756         * src/Makefile.am
11757         * src/folderutils.c
11758         * src/main.c
11759         * src/pgpmime.c
11760         * src/pgpmime.h
11761         * src/sgpgme.c
11762         * src/sgpgme.h
11763         * src/plugins/Makefile.am
11764         * src/plugins/pgpmime/.cvsignore
11765         * src/plugins/pgpmime/Makefile.am
11766         * src/plugins/pgpmime/pgpmime.c
11767         * src/plugins/pgpmime/pgpmime.h
11768         * src/plugins/pgpmime/plugin.c
11769         * src/plugins/pgpmime/sgpgme.c
11770         * src/plugins/pgpmime/sgpgme.h
11771                 sync with HEAD
11772
11773 2004-08-08 [paul]       0.9.12cvs51.1
11774
11775         * configure.ac
11776         * src/folder.c
11777                 sync with HEAD
11778
11779 2004-08-07 [colin]      0.9.12cvs50.1
11780
11781         * src/pop.c
11782         * src/common/partial_download.c
11783                 fix warnings (sync from HEAD)
11784
11785 2004-08-07 [colin]      0.9.12cvs48.1
11786
11787         * src/prefs_folder_item.c
11788                 sync with HEAD 0.9.12cvs48
11789
11790 2004-08-06 [colin]      0.9.12cvs47.1
11791
11792         * src/compose.c
11793                 Sync with HEAD
11794
11795 2004-08-06 [christoph]  0.9.12cvs46.2
11796
11797         * src/main.c
11798         * src/plugins/clamav/clamav_plugin_gtk.c
11799         * src/plugins/dillo_viewer/dillo_viewer.c
11800         * src/plugins/image_viewer/plugin.c
11801         * src/plugins/mathml_viewer/mathml_viewer.c
11802         * src/plugins/spamassassin/spamassassin_gtk.c
11803         * src/plugins/trayicon/trayicon.c
11804                 don't mix GTK1.2 plugin with GTK2 plugins
11805
11806 2004-08-06 [colin]      0.9.12cvs46.1
11807
11808         * ChangeLog
11809         * ChangeLog.claws
11810         * ChangeLog.jp
11811         * configure.ac
11812         * sylpheed-claws.pc.in
11813         * src/folder.c
11814         * src/imap.c
11815         * src/localfolder.c
11816         * src/messageview.c
11817         * src/mimeview.c
11818         * src/mimeview.h
11819         * src/msgcache.c
11820         * src/news.c
11821         * src/prefs_ext_prog.c
11822         * src/prefs_folder_item.c
11823         * src/prefs_fonts.c
11824         * src/prefs_msg_colors.c
11825         * src/prefs_spelling.c
11826         * src/prefs_themes.c
11827         * src/prefs_toolbar.c
11828         * src/prefs_wrapping.c
11829         * src/procmime.h
11830         * src/common/defs.h
11831         * src/common/nntp.c
11832         * src/common/session.c
11833         * src/common/session.h
11834         * src/common/socket.c
11835         * src/common/utils.h
11836         * src/common/xml.c
11837         * src/common/xml.h
11838         * src/gtk/prefswindow.c
11839         * src/gtk/prefswindow.h
11840         * src/plugins/clamav/clamav_plugin_gtk.c
11841         * src/plugins/dillo_viewer/dillo_prefs.c
11842         * src/plugins/image_viewer/viewerprefs.c
11843         * src/plugins/spamassassin/spamassassin_gtk.c
11844         * m4/openssl.m4 *** REMOVED ***
11845                 Sync with HEAD 0.9.12cvs46
11846
11847 2004-08-03 [paul]       0.9.12cvs40.2
11848
11849         * src/action.c
11850         * src/addressadd.c
11851         * src/addressbook.c
11852         * src/addrgather.c
11853         * src/browseldap.c
11854         * src/compose.c
11855         * src/crash.c
11856         * src/editaddress.c
11857         * src/editgroup.c
11858         * src/editldap_basedn.c
11859         * src/foldersel.c
11860         * src/importldif.c
11861         * src/mimeview.c
11862         * src/prefs_common.c
11863         * src/prefs_template.c
11864         * src/sourcewindow.c
11865         * src/summaryview.c
11866         * src/gtk/about.c
11867         * src/gtk/foldersort.c
11868         * src/gtk/logwindow.c
11869         * src/gtk/pluginwindow.c
11870         * src/gtk/prefswindow.c
11871                 change all gtk_scrolled_window_set_policy from 
11872                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
11873
11874 2004-08-02 [paul]       0.9.12cvs40.1
11875
11876         * AUTHORS
11877                 update translation team section
11878         * po/pt_BR.po
11879                 updated by Frederico Goncalves Guimaraes
11880                 <fggdebian@yahoo.com.br>
11881
11882 2004-07-31 [colin]      0.9.12cvs39.9
11883
11884         * src/exphtmldlg.c
11885                 Fix compilation
11886
11887 2004-07-31 [colin]      0.9.12cvs39.8
11888
11889         * src/exphtmldlg.c
11890                 Fix an alertpanel type
11891
11892 2004-07-30 [colin]      0.9.12cvs39.7
11893
11894         * src/alertpanel.c
11895                 Fix alertpanel_error_log's icon
11896
11897 2004-07-30 [colin]      0.9.12cvs39.6
11898
11899         * src/pop.c
11900                 Two of them should still be warnings
11901
11902 2004-07-30 [colin]      0.9.12cvs39.5
11903
11904         * src/pop.c
11905                 More warning -> error
11906 2004-07-29 [colin]      0.9.12cvs39.4
11907
11908         * src/pop.c
11909                 Warning -> error
11910
11911 2004-07-29 [colin]      0.9.12cvs39.3
11912
11913         * src/prefs_matcher.c
11914                 Fix segfault
11915
11916 2004-07-29 [colin]      0.9.12cvs39.2
11917
11918         * src/alertpanel.c
11919                 More nice-looking alertpanels
11920
11921 2004-07-29 [colin]      0.9.12cvs39.1
11922
11923         * src/messageview.c
11924                 sync with head
11925                 (inform user when partial mail is deleted on server)
11926
11927 2004-07-29 [colin]      0.9.12cvs38.1
11928
11929         * src/messageview.c
11930                 sync with head
11931
11932 2004-07-28 [paul]       0.9.12cvs37.7
11933
11934         * src/mainwindow.c
11935                 complete the replacement of deprecated gtk_progress_*
11936
11937 2004-07-28 [paul]       0.9.12cvs37.6
11938
11939         * src/action.c
11940         * src/inc.c
11941         * src/mainwindow.c
11942         * src/send_message.c
11943         * src/gtk/progressdialog.c
11944         * src/gtk/progressdialog.h
11945                 replace deprecated gtk_progress_*
11946
11947 2004-07-28 [paul]       0.9.12cvs37.5
11948
11949         * src/gtk/filesel.c
11950                 remove gtk_window_set_wmclass()
11951 2004-07-28 [paul]       0.9.12cvs37.4
11952
11953         * src/addressbook.c
11954         * src/compose.c
11955         * src/foldersel.c
11956         * src/mainwindow.c
11957         * src/messageview.c
11958         * src/sourcewindow.c
11959         * src/gtk/logwindow.c
11960                 remove gtk_window_set_wmclass()
11961                 
11962         * src/prefs_filtering.c
11963         * src/prefs_filtering_action.c
11964         * src/prefs_fonts.c
11965         * src/prefs_gtk.c
11966         * src/prefs_matcher.c
11967         * src/ssl_manager.c
11968         * src/gtk/prefswindow.c
11969                 replace gtk_window_position()
11970
11971 2004-07-28 [colin]      0.9.12cvs37.3
11972
11973         * src/alertpanel.c
11974         * src/alertpanel.h
11975                 Add a way to specify panel type for specific
11976                 panels (alertpanel())
11977         * src/account.c
11978         * src/addressbook.c
11979         * src/compose.c
11980         * src/expldifdlg.c
11981         * src/main.c
11982         * src/messageview.c
11983         * src/summaryview.c
11984         * src/textview.c
11985         * src/gtk/sslcertwindow.c
11986                 Fix alertpanel()s so that their icon match
11987                 their real type
11988
11989 2004-07-28 [paul]       0.9.12cvs37.2
11990
11991         * src/addr_compl.c
11992         * src/addressbook.c
11993         * src/alertpanel.c
11994         * src/compose.c
11995         * src/export.c
11996         * src/foldersel.c
11997         * src/folderview.c
11998         * src/grouplistdialog.c
11999         * src/import.c
12000         * src/mainwindow.c
12001         * src/message_search.c
12002         * src/messageview.c
12003         * src/passphrase.c
12004         * src/prefs_actions.c
12005         * src/prefs_common.c
12006         * src/prefs_customheader.c
12007         * src/prefs_display_header.c
12008         * src/prefs_filtering.c
12009         * src/prefs_filtering_action.c
12010         * src/prefs_gtk.c
12011         * src/prefs_matcher.c
12012         * src/prefs_msg_colors.c
12013         * src/prefs_summary_column.c
12014         * src/prefs_template.c
12015         * src/sourcewindow.c
12016         * src/ssl_manager.c
12017         * src/summary_search.c
12018         * src/gtk/colorsel.c
12019         * src/gtk/description_window.c
12020         * src/gtk/gtkaspell.c
12021         * src/gtk/inputdialog.c
12022         * src/gtk/logwindow.c
12023         * src/gtk/prefswindow.c
12024         * src/gtk/progressdialog.c
12025                 replace deprecated gtk_window_set_policy
12026
12027 2004-07-27 [colin]      0.9.12cvs37.1
12028
12029         * src/msgcache.c
12030                 More fixes (synced for head again)
12031
12032 2004-07-27 [colin]      0.9.12cvs35.3
12033
12034         * src/msgcache.c
12035                 Fix wrong test
12036
12037 2004-07-27 [colin]      0.9.12cvs35.2
12038
12039         * src/mimeview.c
12040                 Fix width a bit (by Paul)
12041         * src/alertpanel.c
12042         * src/alertpanel.h
12043                 Specialize icons, make alertpanel_message()
12044                 private
12045         * src/message_search.c
12046         * src/sgpgme.c
12047         * src/summary_search.c
12048                 Suit alertpanel changes
12049
12050 2004-07-27 [colin]      0.9.12cvs35.1
12051
12052         * src/alertpanel.c
12053                 Add an icon
12054         * src/passphrase.c
12055                 Add debug output - maybe someone will
12056                 want to look at the problem with Grab
12057                 Input :)
12058         Bump version as we're synced with HEAD
12059
12060 2004-07-26 [colin]      0.9.12cvs33.26
12061
12062         * src/pop.c
12063                 Fix uidl-file parsing when not in new
12064                 format
12065
12066 2004-07-26 [colin]      0.9.12cvs33.25
12067
12068         * src/gtk/menu.c
12069                 Move popup menu up if necessary (fixes 
12070                 account selector)
12071         * src/mainwindow.c
12072                 Set account selector's button height to
12073                 minimum
12074
12075 2004-07-26 [colin]      0.9.12cvs33.24
12076
12077         * src/alertpanel.c
12078                 Maybe fix 551 (Truncated font in alert window)
12079
12080 2004-07-26 [colin]      0.9.12cvs33.23
12081
12082         * po/de.po
12083         * po/es.po
12084         * po/fr.po
12085         * po/it.po
12086         * po/ja.po
12087         * po/pl.po
12088         * po/ru.po
12089         * po/sk.po
12090         * po/sr.po
12091         * po/zh_CN.po
12092                 Sync po files with HEAD
12093
12094 2004-07-26 [paul]       0.9.12cvs33.22
12095
12096         * src/compose.c
12097                 fix Bug 556 'Organisation-header is sent even if empty'
12098
12099 2004-07-24 [colin]      0.9.12cvs33.21
12100
12101         * src/compose.c
12102         * src/gtk/gtkaspell.c
12103         * src/gtk/gtkaspell.h
12104                 Fix speller accelerators (require hack)
12105
12106 2004-07-24 [colin]      0.9.12cvs33.20
12107
12108         * src/gtk/gtkaspell.c
12109                 Fix over-eager code deletion breaking
12110                 Check while typing
12111
12112 2004-07-24 [colin]      0.9.12cvs33.19
12113
12114         * src/browseldap.c
12115         * src/ldapctrl.c
12116         * src/ldapctrl.h
12117         * src/ldapserver.h
12118                 Sync ldap with HEAD
12119         (Fixes 546 LDAP completely broken)
12120
12121 2004-07-24 [colin]      0.9.12cvs33.18
12122
12123         * src/prefs_msg_colors.c
12124                 Fix prototype mismatch
12125         (Fixes 547 void function cannot return value)
12126
12127 2004-07-24 [colin]      0.9.12cvs33.17
12128
12129         * src/mainwindow.c
12130                 Fix sort going back to previous sort key
12131                 when changing sort direction
12132
12133 2004-07-24 [colin]      0.9.12cvs33.16
12134
12135         * src/compose.c
12136                 Fix space insertion when re-wrapping at 
12137                 cursor point
12138
12139 2004-07-24 [colin]      0.9.12cvs33.15
12140
12141         * src/gtk/gtkaspell.c
12142                 Don't change cursor position in insert-text
12143                 callback
12144         (Fixes 539 Word wrapping on input transposes letters)
12145
12146 2004-07-24 [colin]      0.9.12cvs33.14
12147
12148         * src/gtk/gtkaspell.c
12149                 Reencode non-ascii chars to dictionary's
12150                 encoding
12151         (Fixes 544 Spell check broken non english locale)
12152
12153 2004-07-24 [colin]      0.9.12cvs33.13
12154
12155         * src/summaryview.c
12156                 Fix Shift+Down, add Home/End/PgUp/PgDown
12157
12158 2004-07-21 [colin]      0.9.12cvs33.12
12159
12160         * src/prefs_common.c
12161                 Fix a gtk warning (Patch by Andrej Kacian)
12162
12163 2004-07-21 [colin]      0.9.12cvs33.11
12164
12165         * src/gtk/filesel.c
12166                 More check
12167
12168 2004-07-21 [colin]      0.9.12cvs33.10
12169
12170         * src/compose.c
12171         * src/crash.c
12172         * src/export.c
12173         * src/import.c
12174         * src/messageview.c
12175         * src/mimeview.c
12176         * src/prefs_spelling.c
12177         * src/prefs_themes.c
12178         * src/summaryview.c
12179         * src/gtk/filesel.c
12180         * src/gtk/filesel.h
12181         * src/gtk/pluginwindow.c
12182                 Untwist open/save mode guessing logic, make
12183                 it explicit
12184
12185 2004-07-20 [colin]      0.9.12cvs33.9
12186
12187         * src/codeconv.c
12188                 conv_encode_header: src_charset is UTF-8 on
12189                 gtk2
12190         * src/compose.c
12191                 Remove double encoding of the headers
12192
12193 2004-07-20 [colin]      0.9.12cvs33.8
12194
12195         * src/codeconv.c
12196                 Fix typo
12197
12198 2004-07-20 [colin]      0.9.12cvs33.7
12199
12200         * src/mainwindow.c
12201                 Set the separated messageview to the saved
12202                 size of Claws' messageview (Patch by Alfons)
12203                 Fix a callback prototype (me)
12204
12205 2004-07-20 [colin]      0.9.12cvs33.6
12206
12207         * src/codeconv.h
12208                 Forgot one hunk in 0.9.12cvs33.4
12209
12210 2004-07-19 [colin]      0.9.12cvs33.5
12211
12212         * src/action.c
12213                 Action output fix
12214                 Patch by Alfons
12215
12216 2004-07-19 [colin]      0.9.12cvs33.4
12217
12218         * src/compose.c
12219                 Fix outgoing charset bug in headers
12220         * src/codeconv.c
12221                 Clean for glib2 - Patch by Alfons
12222
12223 2004-07-19 [colin]      0.9.12cvs33.3
12224
12225         * src/statusbar.c
12226                 Remove grip from the statusbar
12227                 Patch by Alfons
12228
12229 2004-07-19 [colin]      0.9.12cvs33.2
12230
12231         * src/messageview.c
12232         * src/textview.c
12233                 Fix messageview remembering the previous
12234                 scroll position when loading a new message
12235                 Patch by Alfons
12236
12237 2004-07-19 [colin]      0.9.12cvs33.1
12238
12239         * src/folder.h
12240         * src/folderview.c
12241         * src/summaryview.c
12242                 Sync with HEAD
12243
12244 2004-07-18 [colin]      0.9.12cvs32.7
12245
12246         * configure.ac
12247                 Remove useless check for XIM - noticed
12248                 by Alfons
12249
12250 2004-07-18 [colin]      0.9.12cvs32.6
12251
12252         * src/summaryview.c
12253                 Remove non-modified and shift-modified
12254                 accelerators in summaryview's popup
12255                 menu, as that doesn't get catched by
12256                 the accel-activate signal catcher...
12257
12258 2004-07-18 [colin]      0.9.12cvs32.5
12259
12260         * src/prefs_common.c
12261                 Define sensible default prefs for 
12262                 wrapping
12263
12264 2004-07-18 [colin]      0.9.12cvs32.4
12265
12266         * src/compose.c
12267         * src/prefs_common.c
12268         * src/prefs_common.h
12269         * src/prefs_wrapping.c
12270                 Remove Smart Wrapping pref, which does
12271                 nothing on gtk2 branch
12272
12273 2004-07-18 [colin]      0.9.12cvs32.3
12274
12275         * src/sourcewindow.c
12276                 Proper utf8
12277
12278 2004-07-18 [colin]      0.9.12cvs32.2
12279
12280         * src/compose.c
12281                 Save attachment status when drafting
12282
12283 2004-07-18 [colin]      0.9.12cvs32.1
12284
12285         * src/gtk/filesel.c
12286                 Fix erratic folder selection in open mode
12287
12288 2004-07-18 [colin]      0.9.12cvs31.11
12289
12290         * src/pop.c
12291                 Don't let partial messages get deleted
12292                 even with "dowload all"
12293                 (0.9.12cvs31.8 fix extension)
12294 2004-07-18 [colin]      0.9.12cvs31.10
12295
12296         * src/gtk/logwindow.c
12297                 Fix log scrolling
12298
12299 2004-07-18 [colin]      0.9.12cvs31.9
12300
12301         * src/common/utils.c
12302                 Fix non-utf8 strings coming from commands
12303                 and files
12304
12305 2004-07-18 [colin]      0.9.12cvs31.8
12306
12307         * src/pop.c
12308                 Fix partial download bug with Download all
12309                 messages option
12310
12311 2004-07-18 [colin]      0.9.12cvs31.7
12312
12313         * src/textview.c
12314                 Fix bug introduced in 0.9.12cvs31.2
12315                 (blocked in select mode after double click)
12316
12317 2004-07-18 [colin]      0.9.12cvs31.6
12318
12319         * src/compose.c
12320         * src/gtk/menu.c
12321                 More glib-warning fixes
12322
12323 2004-07-18 [colin]      0.9.12cvs31.5
12324
12325         * src/compose.c
12326                 Fix trashing the primary clipboard when moving 
12327                 around with tab
12328         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
12329
12330 2004-07-18 [colin]      0.9.12cvs31.4
12331
12332         * src/codeconv.c
12333                 convert unencoded iso headers to utf8
12334         (Fix Bug 538 Unencoded local characters in subject make it 
12335          disappear)
12336
12337 2004-07-18 [colin]      0.9.12cvs31.3
12338
12339         * src/compose.c
12340                 Fix tab char handling in wrapping
12341         (Fix Bug 537 Line wrap problem - TAB character treated as 
12342          one character instead of 8)
12343
12344 2004-07-18 [colin]      0.9.12cvs31.2
12345
12346         * src/textview.c
12347                 return FALSE on GDK_MOTION_NOTIFY
12348         (Fix Bug 535 Hyperlinks/addresses are not selectable 
12349          (unable to highlight))
12350
12351 2004-07-18 [colin]      0.9.12cvs31.1
12352
12353         * src/folderview.c
12354                 Sync with 0.9.12cvs31
12355
12356 2004-07-18 [colin]      0.9.12cvs30.4
12357
12358         * src/compose.c
12359                 Also block text_inserted when inserting a file
12360
12361 2004-07-18 [colin]      0.9.12cvs30.3
12362
12363         * src/compose.c
12364                 Fix smart wrapping (block text_inserted handler
12365                 while putting quotation to avoid wrap on input,
12366                 don't join lines if next is sig separator)
12367
12368 2004-07-17 [colin]      0.9.12cvs30.2
12369
12370         * src/folderview.c
12371         * src/mainwindow.c
12372         * src/mimeview.c
12373         * src/summaryview.c
12374         * src/gtk/quicksearch.c
12375         * src/gtk/quicksearch.h
12376                 Block key events handlers *and* accels while
12377                 quicksearch is focused
12378         (Fixes Bug 534 quick-search bar not accepting certain letters)
12379
12380 2004-07-17 [colin]      0.9.12cvs30.1
12381
12382         * src/folder.h
12383         * src/folderview.c
12384         * src/summaryview.c
12385                 Sync with 0.9.12cvs30
12386
12387 2004-07-17 [colin]      0.9.12cvs28.2
12388
12389         * src/mimeview.c
12390         * src/procmime.c
12391         * src/summaryview.c
12392         * src/gtk/menu.c
12393                 Squash some compile and glib warnings
12394
12395 2004-07-17 [paul]       0.9.12cvs28.1
12396
12397         * src/mimeview.c
12398                 sync with 0.9.12cvs28 HEAD
12399
12400 2004-07-16 [paul]       0.9.12cvs26.1
12401         
12402         * src/gtk/quicksearch.c
12403         * src/account.c
12404         * src/account.h
12405         * src/compose.c
12406         * src/customheader.c
12407         * src/folder_item_prefs.c
12408         * src/main.c
12409         * src/mainwindow.c
12410         * src/messageview.c
12411         * src/mimeview.c
12412         * src/news.c
12413         * src/pgpmime.c
12414         * src/pop.c
12415         * src/pop.h
12416         * src/prefs_account.c
12417         * src/prefs_account.h
12418         * src/prefs_common.c
12419         * src/prefs_common.h
12420         * src/prefs_display_header.c
12421         * src/prefs_gtk.c
12422         * src/prefs_gtk.h
12423         * src/procheader.c
12424         * src/procmime.c
12425                 sync with 0.9.12cvs26 HEAD      
12426
12427 2004-07-15 [colin]      0.9.12cvs18.14
12428
12429         * src/folder.c
12430                 Disable GPG signature check during
12431                 folder move and scan
12432         (Closes Bug 521 Signature checking slows down Folder-Move)
12433
12434 2004-07-14 [colin]      0.9.12cvs18.13
12435
12436         * src/common/partial_download.c
12437                 update includes
12438
12439 2004-07-14 [colin]      0.9.12cvs18.12
12440
12441         * src/common/partial_download.c
12442         * src/common/partial_download.h
12443                 Move doc at top, add correct copyright
12444
12445 2004-07-14 [colin]      0.9.12cvs18.11
12446
12447         * src/folder.c
12448         * src/messageview.c
12449         * src/pop.c
12450         * src/pop.h
12451         * src/procmsg.c
12452         * src/summaryview.c
12453         * src/common/Makefile.am
12454         * src/common/partial_download.c ** NEW FILES **
12455         * src/common/partial_download.h ** NEW FILES **
12456                 Move partial-download related stuff to its
12457                 own file
12458
12459 2004-07-14 [colin]      0.9.12cvs18.10
12460
12461         * src/send_message.c
12462                 Fix smtp auth when user is null or empty
12463
12464 2004-07-13 [colin]      0.9.12cvs18.9
12465
12466         * src/gtk/quicksearch.c
12467                 Use alphabetic order
12468
12469 2004-07-13 [colin]      0.9.12cvs18.8
12470
12471         * src/pop.c
12472                 Be paranoid on the checks
12473
12474 2004-07-13 [colin]      0.9.12cvs18.7
12475
12476         * src/gtk/quicksearch.c
12477                 Fix Engrish once again
12478
12479 2004-07-13 [colin]      0.9.12cvs18.6
12480
12481         * src/procmsg.c
12482         * src/summaryview.c
12483                 Mark messages for deletion when they are about to
12484                 be removed from trash
12485
12486 2004-07-13 [colin]      0.9.12cvs18.5
12487
12488         * src/matcher.c
12489         * src/matcher.h
12490         * src/matcher_parser_parse.y
12491         * src/prefs_matcher.c
12492         * src/gtk/quicksearch.c
12493                 Add 'partial' ('p') match string to find partially
12494                 downloaded messages
12495
12496 2004-07-13 [colin]      0.9.12cvs18.4
12497
12498         * src/pop.c
12499                 Fix misplaced block
12500
12501 2004-07-13 [colin]      0.9.12cvs18.3
12502
12503         * src/pop.c
12504         * src/pop.h
12505         * src/messageview.c
12506                 Refactor API (to avoid passing 5+ params and code
12507                 duplication)
12508         * src/folder.c
12509         * src/msgcache.c
12510         * src/procheader.c
12511         * src/common/defs.h
12512                 Add planned_download to cache
12513                 Don't mess uidl file when moving partially downloaded
12514                 mails (they change folder, we should change it in the
12515                 uidl list too or we'll remove an incorrect message)
12516                 (this also helps removing hacks when changing 
12517                 planned_download in messageview.c)
12518
12519 2004-07-12 [colin]      0.9.12cvs18.2
12520
12521         * src/gtk/quicksearch.c
12522                 Fix missing status update in quicksearch
12523
12524 2004-07-12 [paul]       0.9.12cvs18.1
12525
12526         * po/POTFILES.in
12527         * src/Makefile.am
12528         * src/account.c
12529         * src/codeconv.c
12530         * src/compose.c
12531         * src/inc.c
12532         * src/main.c
12533         * src/prefs_common.c
12534         * src/procmsg.h
12535         * src/toolbar.c
12536         * src/prefs_msg_colors.[ch]     ** NEW FILES **
12537         * src/prefs_wrapping.[ch]       ** NEW FILES **
12538         * src/common/intl.h
12539         * src/common/utils.[ch]
12540         * src/gtk/quicksearch.[ch]
12541                 sync with 0.9.12cvs18 HEAD
12542
12543 2004-07-12 [colin]      0.9.11cvs17.25
12544
12545         * src/folder.c
12546         * src/folder.h
12547                 Remove unused function added by me in 0.9.11cvs17.10
12548
12549 2004-07-11 [colin]      0.9.11cvs17.24
12550
12551         * src/inc.c
12552         * src/messageview.c
12553         * src/pop.c
12554         * src/pop.h
12555                 Use folderitem and msgnum instead of filename to
12556                 know which mail to delete
12557                 Move old partial mail deletion to pop.c
12558
12559 2004-07-10 [colin]      0.9.11cvs17.23
12560
12561         * src/inc.c
12562                 Add debug
12563         * src/pop.c
12564         * src/pop.h
12565                 Don't re-use same enums for unrelated stuff: it's 
12566                 completely misleading !
12567                 Document a bit
12568
12569 2004-07-09 [colin]      0.9.11cvs17.22
12570
12571         * src/inc.c
12572                 Remove folder-type check and do
12573                 more tests to be sure everything's
12574                 ok
12575         * src/messageview.c
12576                 Punctuation update, remove useless
12577                 code, fix two warnings
12578         * src/noticeview.c
12579                 Layout cleaning, reset 2nd button
12580                 when specifying one
12581
12582 2004-07-09 [colin]      0.9.11cvs17.21
12583
12584         * src/messageview.c
12585         * src/pop.c
12586         * src/pop.h
12587                 Allow user to change his mind
12588                 and postpone decision (by
12589                 unmarking the mail)
12590
12591 2004-07-09 [colin]      0.9.11cvs17.20
12592
12593         * src/messageview.c
12594                 Fix bug with delete state
12595         * src/pop.c
12596         * src/pop.h
12597                 Fix buffer leak (fread doesn't 
12598                 terminate buffers with \0)
12599                 Refactoring (remove magic 
12600                 numbers)
12601
12602 2004-07-09 [colin]      0.9.11cvs17.19
12603
12604         * src/pop.c
12605                 Don't log "Skipping message" if 
12606                 we're going to TOP it two lines
12607                 later
12608
12609 2004-07-09 [colin]      0.9.11cvs17.18
12610
12611         * src/messageview.c
12612                 Fix Engrish
12613
12614 2004-07-09 [colin]      0.9.11cvs17.17
12615
12616         * src/pop.c
12617                 strlen checking...
12618         * src/messageview.c
12619                 refactoring a bit
12620
12621 2004-07-08 [colin]      0.9.11cvs17.16
12622
12623         * src/noticeview.c
12624         * src/noticeview.h
12625                 Add an optional second button
12626         * src/messageview.c
12627         * src/pop.c
12628         * src/pop.h
12629                 Don't delete partially received mails after a certain
12630                 time; rather, let the user decide.
12631
12632 2004-07-08 [colin]      0.9.11cvs17.15
12633
12634         * src/common/smtp.h
12635                 Sync with HEAD
12636
12637 2004-07-08 [colin]      0.9.11cvs17.14
12638
12639         * src/messageview.c
12640         * src/common/smtp.c
12641                 Use to_human_readable() for sizes
12642
12643 2004-07-08 [colin]      0.9.11cvs17.13
12644
12645         * src/inc.c
12646         * src/messageview.c
12647         * src/pop.c
12648         * src/pop.h
12649         * src/procmsg.c
12650                 Fix partial-downloading issues:
12651                         catch unsupported TOP
12652                         don't delete partially downloaded mails before 5 days
12653                         don't update existing with non-MH folders; that'll
12654                         make dups, but it's better than trashing the folder
12655                         free new msginfo parts
12656                 Fix indentation ;-)
12657
12658 2004-07-08 [colin]      0.9.11cvs17.12
12659
12660         * src/common/smtp.c
12661         * src/common/smtp.h
12662                 Sync smtp size verification with HEAD
12663
12664 2004-07-08 [colin]      0.9.11cvs17.11
12665
12666         * src/summaryview.c
12667         * src/prefs_common.c
12668         * src/prefs_common.h
12669         * src/gtk/quicksearch.c
12670         * src/gtk/quicksearch.h
12671                 Sync sticky pref with HEAD
12672
12673 2004-07-08 [colin]      0.9.11cvs17.10
12674
12675         * src/folder.c [1.213.2.6]
12676         * src/folder.h [1.87.2.6]
12677         * src/inc.c [1.149.2.7]
12678         * src/messageview.c [1.94.2.8]
12679         * src/procheader.c [1.47.2.6]
12680         * src/procmsg.c [1.150.2.4]
12681         * src/procmsg.h [1.60.2.5]
12682         * src/pop.c [1.56.2.4]
12683         * src/pop.h [1.17.2.3]
12684                 Let too big messages get downloaded, but truncated
12685                 Add a button to download them completely
12686                 
12687 2004-07-06 [colin]      0.9.11cvs17.9
12688
12689         * src/gtk/quicksearch.c [1.1.2.3]
12690                 Add a Clear button
12691         * commitHelper
12692         * PATCHSETS
12693                 Add a script to help with cvs
12694
12695 2004-07-03 [colin]      0.9.11cvs17.8
12696
12697         * src/plugins/imageviewer/viewer.c
12698                 fix imageviewer (which was staying on the first
12699                 displayed image)
12700
12701 2004-07-03 [colin]      0.9.11cvs17.7
12702
12703         Removed FIXME_GTK2 warnings
12704         * src/gtk/gtkutils.c
12705                 useless #warnings
12706         * src/gtk/menu.c
12707                 useless #warnings (no need to mess with menu rc)
12708         * src/gtk/menu.h
12709                 unused functions
12710         
12711
12712 2004-07-03 [colin]      0.9.11cvs17.6
12713
12714         Removed FIXME_GTK2 warnings
12715         * src/codeconv.c
12716                 useless #warnings (rewrite needed)
12717         * src/compose.c
12718                 useless #warnings (rewrite needed)
12719                 useless #warnings (gtk2 is like that)
12720                 useless #warnings (previously fixed)
12721         * src/main.c
12722                 useless #warnings (previously fixed)
12723         * src/message_search.c
12724                 useless #warnings (gtk2 is like that)
12725                 Made apparent that search is case-sensitive
12726         * src/mimeview.c
12727                 useless #warnings (rewrite needed)
12728                 useless #warnings (gtk2 is like that)
12729                 reimplemented real warnings
12730         * src/prefs_common.c
12731                 Removed block cursor option (not it gtk2)
12732         * src/prefs_gtk.c
12733                 useless #warnings (rewrite needed)
12734         * src/procheader.c
12735                 useless #warnings (rewrite needed)
12736         * src/sourcewindow.c
12737                 useless #warnings (incorrect placing)
12738         * src/summary_search.c
12739                 useless #warnings (gtk2 is like that)
12740                 Made apparent that search is case-sensitive
12741         * src/action.c
12742                 useless #warnings (gtk2 is like that)
12743         * src/textview.c
12744                 useless #warnings (rewrite needed)
12745         * src/toolbar.c
12746                 useless #warnings (rewrite needed)
12747
12748 2004-07-03 [colin]      0.9.11cvs17.5
12749
12750         * src/textview.c
12751                 Fix mismerge which broke URI opening
12752                 
12753 2004-07-01 [colin]      0.9.11cvs17.4
12754
12755         * src/gtk/filesel.c
12756                 Fill filename when saving
12757                 
12758 2004-06-27 [colin]      0.9.11cvs17.3
12759
12760         * src/gtk/filesel.[ch]
12761                 Use the new GTK file selector
12762                 Update prototype to match the reality: multiple file
12763                 selection is open-only          
12764         * src/compose.c
12765                 Match the new prototypes        
12766         * configure.ac
12767                 Match the new requirements (gtk 2.4.0)
12768                         
12769 2004-06-26 [colin]      0.9.11cvs17.2
12770
12771         * src/plugins/trayicon/trayicon.c
12772                 Remove useless signal handler on resize, which causes
12773                 an infinite "loop"
12774         
12775 2004-06-26 [colin]      0.9.11cvs17.1
12776         
12777         * tools/Makefile.am
12778                 remove launch_firebird and add nautilus2sylpheed.sh
12779         * src/quicksearch.c
12780           src/summaryview.c
12781                 Fix show/hide "Extended symbols" button problem
12782                 Fix apparition at startup
12783                 Fix const warnings
12784         * src/plugins/image_viewer/Makefile.am
12785                 Fix configure 
12786         * common/ssl.c
12787                 Re-enable certificate check, as it doesn't seem to
12788                 cause Xlib errors anymore
12789
12790 2004-06-25 [paul]       0.9.11cvs17
12791
12792         * sync with 0.9.11cvs17 HEAD
12793         
12794         NOTE: QuickSearch is broken
12795
12796 2004-06-07 [colin]      0.9.10claws67.10
12797         * src/plugins/trayicon/trayicon.c
12798           src/plugins/trayicon/libeggtrayicon/Makefile.am
12799           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12800                 Fix gettextization in trayicon plugin
12801
12802 2004-06-07 [colin]      0.9.10claws67.9
12803         
12804         * src/summaryview.c
12805           src/gtk/gtksctree.[ch]
12806                 Let Shift+{Up,Down} work in summaryview
12807                 (well, Down "works" and Up works)
12808                 Let the list scroll when using these keys
12809
12810 2004-06-06 [colin]      0.9.10claws67.8
12811
12812         * src/plugins/trayicon/trayicon.c
12813                 Fix pixmap update
12814
12815 2004-06-06 [colin]      0.9.10claws67.7
12816
12817         * src/addressbook.c
12818                 Fix signal handling causing system-wide focus grab
12819
12820 2004-05-25 [paul]       0.9.10claws67.6
12821
12822         * Makefile.am
12823           src/Makefile.am
12824                 clean up
12825
12826 2004-05-25 [paul]       0.9.10claws67.5
12827
12828         * replace deprecated gtk_signal... functions
12829
12830 2004-05-23 [colin]      0.9.10claws67.4
12831
12832         * src/compose.c
12833                 Fix wrapping
12834
12835 2004-05-22 [colin]      0.9.10claws67.3
12836
12837         * src/compose.c
12838                 Re-fix [Edited] in compose.c::compose_reedit()
12839
12840 2004-05-22 [colin]      0.9.10claws67.2
12841
12842         * src/procmime.c
12843                 Fix parsing of multiparts mails
12844
12845 2004-05-22 [colin]      0.9.10claws67.1
12846
12847         * src/summaryview.c
12848                 Fix quicksearch
12849
12850 2004-05-22 [paul]       0.9.10claws67
12851
12852         * sync with 0.9.10claws67 HEAD
12853
12854 2004-05-14 [alfons]
12855
12856         * src/procmime.h
12857                 add forgotton prototype
12858
12859 2004-05-10 [paul]       0.9.10claws57
12860
12861         * sync with 0.9.10claws57 HEAD
12862
12863 2004-05-05 [paul]       0.9.9.claws1
12864
12865         * ChangeLog-gtk2        ** REMOVED **
12866           ChangeLog-gtk2.claws  ** ADDED **
12867                 rename and adopt the normal claws format
12868                 
12869         * configure.ac
12870                 require gtkmathview >= 0.5
12871
12872         * ac/*                          ** REMOVED **
12873           ac/                           ** REMOVED **
12874           intl/Makefile.in              ** REMOVED **
12875           m4/                           ** ADDED **
12876           m4/missing                    ** ADDED **
12877           m4/missing/gdk-pixbuf.m4      ** ADDED **
12878           m4/missing/gettext.m4         ** ADDED **
12879           m4/missing/gpgme.m4           ** ADDED **
12880           m4/missing/imlib.m4           ** ADDED **
12881           m4/.cvsignore                 ** ADDED **
12882           m4/Makefile.am                ** ADDED **
12883           m4/README                     ** ADDED **
12884           m4/aclocal-include.m4         ** ADDED **
12885           m4/aspell.m4                  ** ADDED **
12886           m4/check-type.m4              ** ADDED **
12887           m4/gnupg-check-typedef.m4     ** ADDED **
12888           m4/openssl.m4                 ** ADDED **
12889           m4/spamassassin.m4            ** ADDED **
12890           po/ChangeLog                  ** REMOVED **
12891           po/Makefile.in.in             ** REMOVED **
12892           po/Rules-quot                 ** REMOVED **
12893           po/boldquot.sed               ** REMOVED **
12894           po/en@boldquot.header         ** REMOVED **
12895           po/en@quot.header             ** REMOVED **
12896           po/insert-header.sin          ** REMOVED **
12897           po/quot.sed                   ** REMOVED **
12898           po/remove-potcdate.sed        ** REMOVED **
12899           po/remove-potcdate.sin        ** REMOVED **
12900           po/stamp-po                   ** REMOVED **
12901           Makefile.am
12902           autogen.sh
12903           configure.ac
12904                 enable building with automake 1.8.x
12905                 add 'autopoint --force' to autogen.sh and remove all
12906                 auto-generated files, remove ac/ directory and use
12907                 m4/ directory instead
12908                 
12909         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12910                 fix gettextization
12911
12912 2004-02-28 Colin Leroy <colin@colino.net>
12913         * src/prefs_matcher.c
12914           src/prefs_filtering.c
12915           src/prefs_filtering_action.c
12916                 Fix non-editable GtkEntries
12917
12918 2004-02-22 Thorsten Maerz <torte@netztorte.de>
12919         * src/prefs_themes.c
12920                 utf8 conversion for theme info
12921
12922 2004-02-21 Thorsten Maerz <torte@netztorte.de>
12923         * sync 0.9.9claws
12924
12925 2004-02-14 Thorsten Maerz <torte@netztorte.de>
12926         * src/grouplistdialog.c
12927                 allow multiple selections without ctrl key
12928
12929 2004-02-09 Thorsten Maerz <torte@netztorte.de>
12930         * src/main.c
12931                 enable customizable accelerators
12932
12933 2004-02-08 Thorsten Maerz <torte@netztorte.de>
12934         * src/prefs_common.c
12935                 re-enable different font settings for gtk1/2
12936         * src/prefs_folder_item.c
12937                 fix folder prefs displayed wrong
12938         * src/textview.c
12939                 set 'sunken' shadow type
12940
12941 2004-02-07 Colin Leroy <colin@colino.net>
12942         * src/compose.c
12943                 Fix message being always [Edited]
12944                 Encode headers correctly (utf8 buf)
12945
12946 2004-01-27 Thorsten Maerz <torte@netztorte.de>
12947         * src/socket.c
12948                 remove double g_source_attach()
12949                 (Thanks to Colin Leroy)
12950
12951 2004-01-27 Thorsten Maerz <torte@netztorte.de>
12952         * src/gtk/gtksctree.c
12953                 Fix SSL certificate list not shown
12954         * src/mimeview.c
12955                 Fix clicks in mime tree
12956
12957 2004-01-27 Thorsten Maerz <torte@netztorte.de>
12958         * src/common/socket.c
12959                 Fix SSL receive
12960         * src/compose.c
12961                 Fix clipboard menu hotkeys
12962
12963 2004-01-25 Thorsten Maerz <torte@netztorte.de>
12964         * src/gtk/gtkaspell.[ch]
12965           src/compose.c
12966                 reimplement spellchecker
12967
12968 2004-01-25 Thorsten Maerz <torte@netztorte.de>
12969         * src/gtk/filesel.c
12970                 crash when inserting file in compose window
12971                 (TODO: keep old selection on clicks)
12972         * src/main.c
12973                 use gtkrc-2.0 instead of gtkrc
12974
12975 2004-01-25 Thorsten Maerz <torte@netztorte.de>
12976         * src/messageview.c
12977                 remove orphaned mimeview unref()
12978
12979 2004-01-20 Thorsten Maerz <torte@netztorte.de>
12980         * src/grouplistdialog.c
12981                 expand nodes containing subscribed groups
12982
12983 2004-01-19 Thorsten Maerz <torte@netztorte.de>
12984         * src/textview.c
12985                 textview: hide cursor, restore old click behaviour
12986
12987 2004-01-18 Thorsten Maerz <torte@netztorte.de>
12988         * src/textview.c
12989                 variable names messed up
12990
12991 2004-01-17 Colin Leroy <colin@colino.net>
12992         * src/addr_compl.c
12993                 Fix completion address too thin
12994         * src/compose.c
12995                 Fix tab-to-subject behaviour
12996         * src/summaryview.c
12997                 Implement key up & down in summaryview
12998
12999 2004-01-12 Thorsten Maerz <torte@netztorte.de>
13000
13001         * sync 098claws
13002
13003 2004-01-08 Thorsten Maerz <torte@netztorte.de>
13004         * configure.ac
13005           Makefile.am
13006           doc/.cvsignore
13007           doc/Makefile.am
13008                 faq, man, manual moved to doc/
13009         * ac/aspell.m4
13010           ac/check-type.m4
13011           ac/gnupg-check-typedef.m4
13012           ac/openssl.m4
13013           ac/spamassassin.m4
13014           ac/missing/gdk-pixbuf.m4
13015           ac/missing/gpgme.m4
13016           ac/missing/imlib.m4
13017                 fix automake warnings
13018
13019 2003-12-06 Colin Leroy <colin@colino.net>
13020         * src/summaryview.c
13021                 Fix quicksearch
13022
13023 2003-12-05 Colin Leroy <colin@colino.net>
13024         * src/summaryview.c
13025                 Fix going to next unread folder
13026
13027 2003-12-05 Colin Leroy <colin@colino.net>
13028         * src/crash.c
13029                 Fix gtk2 compilation
13030         * src/session.c
13031                 Remove iotag source handler at disconnection
13032         * src/socket.[ch] 
13033                 Remove source handler when closing socket 
13034                 (fixes another seg)
13035
13036 2003-12-04 Colin Leroy <colin@colino.net>
13037         * src/compose.c
13038           src/prefs_account.c
13039           src/prefs_common.c
13040                 Fix some dropdown menus
13041
13042 2003-12-04 Colin Leroy <colin@colino.net>
13043         * src/compose.c
13044                 Fix event handlers on header fields
13045         * src/common/socket.c
13046           src/common/session.c
13047                 Fix segfault with callback (SSL)
13048                 Fix end of session 
13049
13050 2003-10-06 Thorsten Maerz <torte@netztorte.de>
13051
13052         * Fix compile bug in src/compose.c
13053         * removed src/gtk/gtkstext.[ch]
13054
13055 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
13056
13057         * Convert character set and escape "text" attributes in toolbar setting
13058         files.
13059         * Fixed bug in button-press-event handling.
13060
13061 2003-09-16 Thorsten Maerz <torte@netztorte.de>
13062
13063         * Fixed bug in key-press-event handling.
13064
13065 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
13066
13067         * Enabled to compile tray-icon plugin (Ad-hoc).
13068         * Avoid hang up bug of icon list in mime view (Ad-hoc).
13069
13070 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
13071
13072         * Enabled to compile on sylpheed-claws.
13073         (tray-icon plugin still cannot compile yet.)
13074
13075 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
13076
13077         * Updated to 0.9.5.
13078
13079 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
13080
13081         * Updated to 0.9.4.
13082         * Ported monitoring SSL mechanism to GSource of GLib2
13083         (I don't confirm it)
13084         * Added _gtk2 suffix to key name of font preference to avoid
13085         ovverwriting preference of Gtk+-1.2 version.
13086
13087 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
13088
13089         * Updated to 0.9.2.
13090
13091 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
13092
13093         * Updated to 0.9.1.
13094         * Translate po files into UTF-8 when execute autogen.sh.
13095
13096 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
13097
13098         * Updated to 0.9.0.
13099
13100 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
13101
13102         * Plugged GError related memory leaks.
13103
13104 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
13105
13106         * Changed default size of fonts.
13107         * Enabled to set titile font size of warning dialog.
13108
13109 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
13110
13111         * Embed a sylpheed icon into executable binary on Windows.
13112
13113 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
13114
13115         * I forgot to traslate character set of element string in src/xml.c.
13116
13117 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
13118
13119         * Fixed detecting bind_textdomain_codeset in configure.in.
13120         * The bug in which "Example" of "Date fromat" preference isn't displayed
13121         correctly has been fixed.
13122
13123 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
13124
13125         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
13126           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
13127           glib-gettextize
13128           Removed intl directory.
13129           Translated po files into UTF-8.
13130           (Thanks! Ryuji Abe)
13131
13132 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
13133
13134         * The bug which doesn't unscape string in xml.c has been fixed.
13135
13136 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
13137
13138         * The bug which is failed to translate encoding of file name thorough
13139         file dialog has been fixed.
13140
13141 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
13142
13143         * Modified to translate file names which is used in inporting/expoting
13144         mbox feature and "Save as" feature into locale encoding.
13145         * Translate file names into locale encoding when "Attache file" and
13146         "Insert file".
13147         * Force set G_BROKEN_FILENAMES environment variable.
13148         * Other minor fixes.
13149
13150 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
13151
13152         * Modified to treat MH folder's name as locale encoding.
13153
13154 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
13155
13156         * The bug which clash on switching candidates of auto completion of
13157         addresses, cannot use auto completion in Japanesse is fixed
13158         (Thanks! Tokunaga-san)¡¥
13159
13160 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
13161
13162         * The bug which cannot switch key accelerator preference has been fixed
13163         (Thanks! smbd-san)¡¥
13164
13165 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
13166
13167         * version 0.8.11-gtk2-20030314
13168
13169 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
13170
13171         * The bug in which character set conversion of filtering messages has
13172         been fixed.(Thanks! COCOA-san).
13173
13174 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
13175
13176         * Revived "Leave space on head" preference in "Message" category.
13177         * A bug which clash when put the cursor to end of buffer and execute
13178         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
13179
13180 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
13181
13182         * version 0.8.11-gtk2-20030312
13183
13184 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
13185
13186         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
13187         * Modified to use Pango's API directly for font preference.
13188         * Integrated GtkTextView of textview to one widget.
13189         * Set fonts of header title in textview by "header_title" tag.
13190         * Removed some deprecated codes.
13191
13192 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
13193
13194         * Updated to 0.8.11.
13195         * Merged cygwin patch(Thanks! Sakai-san).
13196
13197 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
13198
13199         * version 0.8.10-gtk2-20030309