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