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