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