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