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