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