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