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