9032b971922609a57efa21f840e551f6e7a8f710
[claws.git] / ChangeLog-gtk2.claws
1 2005-05-31 [paul]       1.9.11cvs27
2
3         * src/prefs_common.c
4                 fix 'off-by-one' typo
5
6 2005-05-31 [paul]       1.9.11cvs26
7
8         * src/account.c
9         * src/addr_compl.c
10         * src/compose.c
11         * src/foldersel.c
12         * src/prefs_actions.c
13         * src/prefs_common.c
14         * src/prefs_common.h
15         * src/prefs_customheader.c
16         * src/prefs_display_header.c
17         * src/prefs_filtering.c
18         * src/prefs_filtering_action.c
19         * src/prefs_matcher.c
20         * src/prefs_summaries.c
21         * src/prefs_summary_column.c
22         * src/prefs_template.c
23         * src/prefs_toolbar.c
24         * src/ssl_manager.c
25         * src/gtk/pluginwindow.c
26         * src/gtk/prefswindow.c
27         * src/gtk/progressdialog.c
28                 add hidden prefs 'enable_rules_hint'
29                 for gtk_tree_view_set_rules_hint()
30                 (sync with main)
31                 
32
33 2005-05-31 [colin]      1.9.11cvs25
34
35         * src/Makefile.am
36         * src/main.c
37         * src/prefs_common.c
38         * src/prefs_summaries.c ** ADDED **
39         * src/prefs_summaries.h ** ADDED **
40                 Common/Display -> Display/Summaries
41
42 2005-05-31 [colin]      1.9.11cvs24
43
44         * src/Makefile.am
45         * src/main.c
46         * src/prefs_quote.c ** ADDED **
47         * src/prefs_quote.h ** ADDED **
48                 Move Common/Quote to Compose/Quoting
49         * src/prefs_common.c
50         * src/prefs_common.h
51                 Remove old quote stuff, add
52                 convenience functions for GtkTextView prefs
53         * src/gtk/prefswindow.c
54                 Set default height higher
55
56 2005-05-30 [colin]      1.9.11cvs23
57
58         * src/Makefile.am
59         * src/main.c
60         * src/prefs_common.c
61         * src/prefs_compose_writing.c ** ADDED **
62         * src/prefs_compose_writing.h ** ADDED **
63                 Move Common/Compose prefs to Compose/Writing
64
65 2005-05-30 [colin]      1.9.11cvs22
66
67         * src/common/utils.c
68                 Fix bug #651 (Confused Attract by Subject)
69                 Patch by M. Benkmann <haferfrost@web.de>
70         * AUTHORS
71
72 2005-05-30 [colin]      1.9.11cvs21
73
74         * src/compose.c
75                 Fix concatenation of different headers of
76                 the same type (bug #645)
77         * src/prefs_folder_item.c
78                 Fix bug #699 (setting color to black doesn't
79                 work immediately)
80         * src/procmime.c
81                 Print out decoding error only once per
82                 block
83
84 2005-05-30 [paul]       1.9.11cvs20
85
86         * src/common/template.c
87                 fix Bcc
88
89 2005-05-30 [paul]       1.9.11cvs19
90
91         * doc/src/rfc2368.txt   **NEW FILE**
92         * src/compose.c
93                 compose_entries_set(): don't interpret Bcc
94                 header field (conform to RFC 2368)
95                 (sync with main)
96
97 2005-05-29 [colin]      1.9.11cvs18
98
99         * src/prefs_common.c
100                 Let the default reply format respect
101                 netiquette by cutting the signature.
102
103 2005-05-29 [colin]      1.9.11cvs17
104
105         * src/summaryview.c
106                 Don't let always_show_msg override
107                 open_unread_on_enter when opening a new
108                 directory.
109
110 2005-05-27 [paul]       1.9.11cvs16
111
112         sync with main:
113
114         * src/main.c
115                 app_will_exit(): cleanup tmp directory when exit
116         * src/message_search.c
117                 improved the interface and made code cleanup.
118                 removed Clear button
119         * src/send_message.c
120                 send_message_local(): use GSpawn, and detect errors
121         * src/summary_search.c
122                 improved the interface and made code cleanup
123         * src/textview.c
124                 textview_write_link(): also skip non-ascii space
125                  at the head of link strings (phishing check
126                  didn't work at the case)
127         * src/common/utils.c
128                 get_command_output(): use g_spawn_command_line_sync()
129                 instead of popen()
130
131 2005-05-26 [colin]      1.9.11cvs15
132
133         * src/folder.c
134                 remove printf
135
136 2005-05-26 [colin]      1.9.11cvs14
137
138         * src/common/nntp.c
139                 Fix nntp mode reader (bug #611)
140                 Patch by Florian Mickler <florian@mickler.org>
141
142 2005-05-26 [colin]      1.9.11cvs13
143
144         * src/plugins/pgpmime/passphrase.c
145                 Fix mouse grabbing (bug #557)
146
147 2005-05-26 [colin]      1.9.11cvs12
148
149         * src/prefs_themes.c
150                 Fix g_warning (bug #541)
151
152 2005-05-26 [colin]      1.9.11cvs11
153
154         * src/prefs_actions.c
155         * src/prefs_template.c
156                 Fix bug #506 (no warning if action/template
157                 is not saved)
158         * src/common/template.c
159                 Fix a possible crash
160
161 2005-05-26 [colin]      1.9.11cvs10
162
163         * src/folder.c
164         * src/folderview.c
165         * src/procmsg.c
166         * src/summaryview.c
167                 Forbid locked messages to be moved or
168                 deleted. Locked messages in trashes 
169                 still get deleted, for performance
170                 reason (mh.c::mh_remove_all_msgs)
171
172 2005-05-25 [colin]      1.9.11cvs9
173
174         * src/procmime.c
175                 Use correct encoding when sending mails
176                 with attachments that have accentued 
177                 chars in their name
178
179 2005-05-24 [colin]      1.9.11cvs8
180
181         * src/summaryview.c
182                 Fix bug #688 f) read/unread marker not
183                 changed on first click
184                 Also, optimize summary_status_show()
185                 calls
186         * src/folder.c
187         * src/inc.c
188         * src/procmime.c
189                 Fix bug #688 b) and c) wrt message
190                 attachments and signature
191         * src/stock_pixmap.c
192         * src/stock_pixmap.h
193         * src/stock_pixmap.c
194         * src/stock_pixmap.h
195         * src/Makefile.am
196         * src/pixmaps/clip_gpg_signed.xpm
197                 Add clip/signed icon
198
199 2005-05-24 [colin]      1.9.11cvs7
200
201         * src/folder_item_prefs.c
202                 whitespace fix
203
204 2005-05-24 [colin]      1.9.11cvs6
205
206         * src/folderview.c
207         * src/prefs_common.c
208         * src/prefs_common.h
209                 Add a confirmation to folder drag and drop
210                 fixes bug #156
211         * src/alertpanel.c
212         * src/alertpanel.h
213                 fix _with_disable parameters so that
214                 the buttons labels are specifiable too
215         * src/plugins/pgpmime/sgpgme.c
216                 reflect said change
217                 
218
219 2005-05-24 [colin]      1.9.11cvs5
220
221         * src/folderview.c
222                 Uncollapse/collapse folders on double-click
223                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
224                 closes bug #108
225
226 2005-05-23 [colin]      1.9.11cvs4
227
228         * src/common/socket.c
229                 Check another special SSL_peek() error.
230                 Should help wrt bug #728
231
232 2005-05-23 [colin]      1.9.11cvs3
233
234         * src/plugins/pgpmime/pgpmime.c
235                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
236                 breaking menu accelerators and stuff. Users will have to
237                 reselect "PGP MIME" instead of "PGP/MIME" in their 
238                 account's privacy preferences if needed.
239
240 2005-05-22 [paul]
241
242         * tools/kdeservicemenu/install.sh
243                 use kdesu to prompt for root password if doing
244                 global install/uninstall
245
246 2005-05-20 [colin]      1.9.11cvs2
247
248         * src/procmsg.c
249                 Fix another compilation error with gcc-2.9x
250                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
251         * src/send_message.c
252                 Don't send QUIT if we aren't connected
253
254 2005-05-19 [colin]      1.9.11cvs1
255
256         * src/procmsg.c
257                 Fix compilation with gcc 2.9x
258
259 2005-05-19 [paul]       1.9.11
260
261         1.9.11 released
262
263 2005-05-19 [paul]       1.9.9cvs14
264
265         * src/gtk/inputdialog.c
266                 prevent gettext warning
267
268 2005-05-19 [paul]       1.9.9cvs13
269
270         * src/mainwindow.c
271         * src/prefs_common.c
272         * src/prefs_common.h
273         * src/textview.c
274         * src/textview.h
275                 add an option to toggle cursor in message
276                 view (sync with main)
277
278 2005-05-18 [colin]      1.9.9cvs12
279
280         * src/compose.c
281                 Dereference freed pointer
282         * src/gtk/gtkaspell.c
283                 Fix duplication of dictionaries (is it an aspell issue?)
284
285 2005-05-18 [colin]      1.9.9cvs11
286
287         * src/gtk/inputdialog.c
288         * src/gtk/gtkaspell.c
289                 HIGuify dialogs
290         * src/alertpanel.c
291                 Remove a double call
292
293 2005-05-17 [colin]      1.9.9cvs10
294
295         * src/gtk/gtkaspell.c
296                 Fix dialogs, Ctrl-Enter accel
297
298 2005-05-17 [colin]      1.9.9cvs9
299
300         * src/gtk/gtkaspell.c
301                 Fix some accelerators, escape in replace-window
302
303 2005-05-16 [colin]      1.9.9cvs8
304
305         * src/gtk/gtkaspell.c
306                 Revert last commit, it was a mistake.
307
308 2005-05-16 [colin]      1.9.9cvs7
309
310         * src/gtk/gtkaspell.c
311                 Remove buggy code while we're at it. It's a 
312                 dead code path anyway.
313
314 2005-05-16 [colin]      1.9.9cvs6
315
316         * src/gtk/gtkaspell.c
317                 Missed some gtk_menu_popup where deactivate
318                 signal should be handled. Should fix bug
319                 #629 a bit more.
320
321 2005-05-16 [colin]      1.9.9cvs5
322
323         * src/gtk/gtkaspell.c
324                 Remove debug printf()s
325
326 2005-05-16 [colin]      1.9.9cvs4
327
328         * src/gtk/gtkaspell.c
329                 Fix a bit aspell problems
330                 (see bug #629)
331
332 2005-05-13 [colin]      1.9.9cvs3
333
334         * src/folderview.c
335                 Fix the + appearing even when no subfolders
336                 have unread messages. Thanks to wwp for the
337                 bug report.
338
339 2005-05-11 [paul]       1.9.9cvs2
340
341         * src/folderview.c
342                 correction to 1.9.9cvs1, only colour folders that
343                 have new msgs (not unread msgs)
344
345 2005-05-10 [colin]      1.9.9cvs1
346
347         * src/folderview.c
348         * src/summaryview.c
349                 Try to fix bolding bugs again.
350
351 2005-05-09 [paul]
352
353         * tools/claws.i18n.status.pl
354                 add Ricardo Mones Lastra's script that has been providing
355                 the i18n status page for many months
356
357 2005-05-09 [paul]       1.9.9
358
359         1.9.9 release
360
361 2005-05-09 [paul]       1.9.6cvs58
362
363         * AUTHORS
364         * INSTALL
365         * README.claws
366                 updated
367         * Makefile.am 
368         * RELEASE_NOTES.claws
369                 add release notes to cvs to simplify release
370                 procedure
371         * configure.ac
372                 add ca and fi to ALL_LINGUAS
373         * po/Makefile.in.in
374                 workaround for missing Makevars
375         * po/ca.po
376         * po/fi.po
377                 add new Catalan and Finnish translations
378                 submitted by Miquel Oliete and Flammie Pirinen
379         * po/de.po
380         * po/es.po
381         * po/fr.po
382         * po/it.po
383         * po/pl.po
384         * po/ru.po
385         * po/sk.po
386         * po/sr.po
387         * po/zh_CN.po
388                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
389                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
390                 Urke MMI, and Hansom Young
391         * src/main.c
392                 Fix drafting when quitting. compose_draft() closes the
393                 compose windows, which modifies the compose_list GSList.
394                 We have to refresh this list after echo drafting to avoid a
395                 segfault
396         * src/partial_download.c
397                 fix segfault on exit
398
399 2005-05-06 [paul]       1.9.6cvs57
400
401         * src/grouplistdialog.c
402                 quick fix/workaround for unresizeable newsgroup
403                 name column 
404
405 2005-05-06 [paul]       1.9.6cvs56
406
407         * src/inc.c
408         * src/mainwindow.c
409                 use gettext plural forms
410         * src/imap_gtk.c
411         * src/mh_gtk.c
412         * src/toolbar.c
413                 small improvement to english usage
414
415 2005-05-05 [thorsten]   1.9.6cvs55
416
417         * src/folder.c
418                 fix possible crash
419
420 2005-05-05 [paul]       1.9.6cvs54
421         
422         sync with HEAD
423
424         * AUTHORS
425         * src/compose.c
426                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
427                 patch by Tim Mann
428
429 2005-05-05 [paul]       1.9.6cvs53
430
431         * src/mainwindow.c
432                 fix resizing of separate message and
433                 folder views
434
435 2005-05-05 [paul]       1.9.6cvs52
436
437         * src/account.c
438         * src/addrgather.c
439         * src/browseldap.c
440         * src/exphtmldlg.c
441         * src/expldifdlg.c
442         * src/importmutt.c
443         * src/importpine.c
444         * src/main.c
445         * src/mainwindow.c
446         * src/noticeview.c
447         * src/prefs_filtering.c
448         * src/prefs_filtering_action.c
449         * src/prefs_matcher.c
450         * src/prefs_spelling.c
451         * src/prefs_toolbar.c
452         * src/toolbar.c
453         * src/wizard.c
454         * src/gtk/description_window.c
455         * src/gtk/gtkvscrollbutton.c
456         * src/gtk/progressdialog.c
457         * src/gtk/quicksearch.c
458         * src/plugins/pgpmime/prefs_gpg.c
459         * src/plugins/spamassassin/spamassassin_gtk.c
460                 replace deprecated gtk_widget_set_usize
461
462 2005-05-04 [colin]      1.9.6cvs51
463
464         * src/common/utils.c
465                 Fix crash when subst_for_filename is called
466                 with a NULL parameter
467
468 2005-05-04 [colin]      1.9.6cvs50
469
470         * src/partial_download.c
471         * src/pop.c
472                 Escape login when writing uidl file
473                 fixes bug #736
474
475 2005-05-03 [colin]      1.9.6cvs49
476
477         * src/procmime.c
478                 Fix possible DOS in mime parser
479                 (see bug #634)
480
481 2005-05-02 [colin]      1.9.6cvs48
482
483         * src/compose.c
484                 Try to fix the copy/paste mess once again.
485
486
487 2005-04-30 [colin]      1.9.6cvs47
488
489         * src/prefs_account.h
490         * src/procmsg.c
491         * src/send_message.c
492         * src/common/smtp.c
493         * src/common/smtp.h
494                 Try to batch sending mails (per account) instead of
495                 reconnecting to server every time.
496
497 2005-04-29 [colin]      1.9.6cvs46
498
499         * src/messageview.c
500                 Fix window resizing that refused to size down
501         * src/prefs_common.c
502         * src/prefs_common.h
503         * src/prefs_filtering.c
504                 Save Filtering's window size
505
506 2005-04-21 [paul]       1.9.6cvs45
507
508         * ChangeLog-gtk2.claws
509         * src/setup.c
510                 correction to sync
511
512 2005-04-21 [paul]       1.9.6cvs44
513
514         sync with main:
515
516         * src/setup.c
517         * src/statusbar.c
518         * src/statusbar.h
519                 use gtkut_widget_draw_now(). Improved performance
520                 of the update of statusbar
521         * src/textview.c
522                 textview_smooth_scroll_do(): redraw it after scroll
523                 is done (fixed incorrect display when a part of the
524                 view is hidden).
525         * src/gtk/gtkutils.c
526         * src/gtk/gtkutils.h
527                 gtkut_widget_draw_now(): use gdk_window_process_updates()
528                 to force update of widgets.
529                 Removed gtkut_widget_wait_for_draw() which had a big
530                 overhead  because of waiting for all events processed 
531
532 2005-04-20 [paul]       1.9.6cvs43
533
534         * src/codeconv.c
535                 complete 1.9.6cvs42's sync:
536                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
537
538 2005-04-19 [paul]       1.9.6cvs42
539
540         sync with main:
541
542         * src/action.c
543                 catch_output(): correctly select the insert text
544                 (fix invalid iterator warnings).
545         * src/codeconv.c
546         * src/codeconv.h
547         * src/mainwindow.c
548         * src/messageview.c
549         * src/prefs_common.c
550                 support GBK encoding.
551         * src/common/session.c
552         * src/common/session.h
553                 use separate buffer for large data to be sent,
554                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
555
556 2005-04-18 [paul]       1.9.6cvs41
557
558         * src/jpilot.c
559                 convert unsigned long into guint32
560                 patch by Paul LeoNerd Evans 
561
562 2005-04-17 [colin]      1.9.6cvs40
563
564         * src/compose.c
565                 Fix 'Request return receipt' from folder
566                 properties (bug #708)
567
568 2005-04-17 [colin]      1.9.6cvs39
569
570         * src/mainwindow.c
571                 Fix duplicate hotkeys in Mainwindow's menu
572
573 2005-04-17 [colin]      1.9.6cvs38
574
575         * src/folderview.c
576                 Fix duplicate hotkeys in Folderview's contextual
577                 menu
578
579 2005-04-15 [colin]      1.9.6cvs37
580
581         * src/summaryview.c
582                 Fix 'Save as...' with non-ascii filenames
583
584 2005-04-15 [colin]      1.9.6cvs36
585
586         * src/plugins/pgpmime/pgpmime.c
587                 Fix bus error on 64bit. Spotted by 
588                 macallan1888@gmail.com
589
590 2005-04-15 [colin]      1.9.6cvs35
591
592         * src/prefs_account.c
593                 Fix cvs34.
594
595 2005-04-12 [colin]      1.9.6cvs34
596
597         * src/prefs_account.c
598                 Fix smtp auth type off-by-one. We forgot to
599                 add PLAIN in the prefs-to-gui setter func and
600                 as a result, the selected auth when opening
601                 account prefs was not the correct one.
602
603 2005-04-12 [paul]       1.9.6cvs33
604
605         * src/inc.c
606                 if the recv dialog is visible, Cancel only
607                 cancels the current account
608
609
610 2005-04-10 [colin]      1.9.6cvs32
611
612         * src/filtering.c
613                 Copy score when copying FilteringActions
614                 Fix bug #674
615
616 2005-04-10 [colin]      1.9.6cvs31
617
618         * src/inc.c
619                 Make Message -> Receive -> Cancel cancel 
620                 incorporation on all accounts. Fixes
621                 bug #693
622
623 2005-04-10 [colin]      1.9.6cvs30
624
625         * src/prefs_account.c
626                 Update Privacy checkbuttons status based
627                 on the selected privacy system
628         * src/compose.c
629                 Always connect the "None" privacy system; the
630                 static boolean was probably there to avoid
631                 reconnecting twice in the same compose window,
632                 but as the parent function is only called once
633                 per compose, it's only a bug - as a static is
634                 initialized once per application instance.
635                 Also, don't uncheck Sign and Encrypt when
636                 selecting None as privacy system; just ignore
637                 them when sending/queuing.
638                 Should fix bug #695
639
640 2005-04-08 [colin]      1.9.6cvs29
641
642         * src/account.c
643         * src/prefs_account.c
644         * src/prefs_account.h
645                 Add account preference to queue message in a certain
646                 folder.
647
648 2005-04-06 [colin]      1.9.6cvs28
649
650         * src/prefs_account.c
651                 Update old inbox path syntax
652
653 2005-04-06 [paul]       1.9.6cvs27
654
655         sync with main:
656
657         * configure.ac
658                 changed -traditional-cpp to -no-cpp-precomp for newer
659                 Mac OS X support
660         * src/foldersel.c
661                 made column resize automatically
662         * src/send_message.c
663                 send_message_smtp(): consider EOF right after QUIT
664                 successful (workaround for Gmail SMTP server)
665         * src/common/socket.c
666                 ssl_read(), ssl_peek(): check EOF which violates the
667                 SSL protocol
668         * src/gtk/colorlabel.c
669                 removed warnings when displaying colorlabel menu
670                 (don't use GtkAlignment)
671
672 2005-04-05 [paul]       1.9.6cvs26
673
674         * src/plugins/trayicon/trayicon.c
675                 fix clipping of icon under KDE3 
676
677 2005-04-05 [paul]       1.9.6cvs25
678
679         * src/summaryview.c
680                 hide display of threading
681                 patch by Alfons
682
683 2005-04-04 [thorsten]   1.9.6cvs24
684
685         * src/mh.c
686                 marks lost on filesystems with different stat() results on
687                 summer-/wintertime
688
689 2005-04-03 [colin]      1.9.6cvs23
690
691         * src/summaryview.c
692                 Don't handle up/down. Patch by Alfons
693
694 2005-04-02 [colin]      1.9.6cvs22
695
696         * src/summaryview.c
697                 Make scrolling faster. Patch by Alfons.
698
699 2005-04-01 [colin]      1.9.6cvs21
700
701         * src/Makefile.am
702         * src/stock_pixmap.c
703         * src/pixmaps/dir-noselect.xpm ** REMOVED **
704         * src/pixmaps/dir_noselect.xpm ** ADDED **
705                 Fix pixmap name mismatch (Thanks Stephan Sachse)
706
707 2005-04-01 [colin]      1.9.6cvs20
708
709         * src/image_viewer.c
710         * src/image_viewer.h
711         * src/procmime.c
712         * src/procmime.h
713         * src/textview.c
714         * src/textview.h
715                 Implement inline image resizing and right-clicking
716
717 2005-04-01 [paul]       1.9.6cvs19
718
719         * AUTHORS
720         * Makefile.am
721         * configure.ac
722                 check for gnome2
723                 patch by Luca Cavalli <loopback<AT>slackit.org>
724         * po/ru.po
725                 updated by Pavlo Bohmat
726
727 2005-03-31 [colin]      1.9.6cvs18
728
729         * src/news.c
730                 Fix parsing references
731         * src/msgcache.c
732                 don't put nulls in the references list
733         * src/procheader.c
734                 commit that forgotten file in 1.9.6cvs14
735
736 2005-03-31 [colin]      1.9.6cvs17
737
738         * src/compose.c
739                 Fix joining of signature separator again. 
740                 Maybe Hiro could put it in main too...
741
742 2005-03-31 [colin]      1.9.6cvs16
743
744         * src/Makefile.am
745         * src/foldersel.c
746         * src/stock_pixmap.c
747         * src/stock_pixmap.h
748         * src/pixmaps/dir-noselect.xpm
749                 Update foldersel.c (sync from main, patch by Alfons)
750
751 2005-03-30 [colin]      1.9.6cvs15
752
753         * src/imap.c
754                 Fix handling of imap folders containing [] in 
755                 their name. Thanks to Nahuel Angelinetti for
756                 the detailed bugreport.
757
758 2005-03-30 [colin]      1.9.6cvs14
759
760         * src/common/utils.h
761         * src/common/utils.c
762         * src/common/defs.h
763         * src/matcher.c
764         * src/msgcache.c
765         * src/news.c
766         * src/procmsg.c
767         * src/procmsg.h
768         * src/quote_fmt_parse.y
769         * src/summaryview.c
770                 Update references system. Patch by Alfons
771
772 2005-03-30 [colin]      1.9.6cvs13
773
774         * src/common/socket.c
775                 Force the glibc to read resolv.conf again when 
776                 it has changed. Should fix issues when changing
777                 networks on a laptop and not restarting sylpheed. 
778
779 2005-03-30 [paul]       1.9.6cvs12
780
781         partial sync with main:
782
783         * src/action.c
784                 create_io_dialog(): use user-defined text font
785                 (thanks to Alfons), and modified its appearance.
786         * src/addrgather.c
787         * src/addrharvest.c
788         * src/browseldap.c
789                 replace old code
790         * src/compose.c
791                 don't join (presumably) itemized lines on line-wrapping
792                 fixed wrapping of quote when auto-wrapping is enabled
793                 compose_destroy(): destroy paned only if it's not
794                 attached to window. Fixed memory leak of popup menu.
795         * src/exphtmldlg.c
796         * src/expldifdlg.c
797                 replace old code
798         * src/html.c
799         * src/html.h
800         * src/importmutt.c
801         * src/importpine.c
802                 replace old code
803         * src/main.c
804                 removed redundant code
805         * src/mainwindow.c
806                 changed 'Code set' (which is rather incorrect)
807                 in the menu to 'Character encoding'
808                 main_window_set_widgets(): request size first
809                 to prevent window size becoming wrong
810                 fixed remembering of the state of the visibility
811                 of MessageView
812         * src/messageview.c
813                 changed 'Code set' (which is rather incorrect)
814                 in the menu to 'Character encoding'
815         * src/prefs_common.c
816         * src/prefs_common.h
817                 added an option whether to render HTML as text or not
818                 added separators to outgoing encoding menu
819         * src/procheader.c
820                 procheader_scan_date_string(): support header
821                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
822         * src/summaryview.c
823         * src/summaryview.h
824                 minor code cleanup
825         * src/textview.c
826                 textview_show_html(): force output of newline
827                 added an option whether to render HTML as text or not
828         * src/common/utils.c
829                 strncpy2(): optimized based on Alfons' code
830         * src/gtk/gtkutils.c
831         * src/gtk/gtkutils.h
832                 removed non-used code
833         * src/plugins/pgpmime/passphrase.c
834                 partially fixed grab input of passphrase dialog
835                 Confine pointer to window
836
837 2005-03-30 [colin]      1.9.6cvs11
838
839         * src/msgcache.c
840         * src/msgcache.h
841                 Read/write 32bit ints from cache & marks
842                 From main.
843
844 2005-03-29 [paul]       1.9.6cvs10
845
846         * AUTHORS
847         * ChangeLog.claws
848         * src/compose.c
849         * src/gtk/gtkaspell.c
850                 sync with HEAD (don't pass NULL pointers) 
851
852 2005-03-24 [paul]
853
854         * tools/Makefile.am
855         * tools/README
856         * tools/acroread2sylpheed.pl
857                 sync with HEAD (add script to send pdfs as
858                 attachments from Adobe Reader 7)
859
860 2005-03-21 [paul]       1.9.6cvs9
861
862         * configure.ac
863         * po/POTFILES.in
864         * src/Makefile.am
865         * src/crash.c
866         * src/image_viewer.c ** ADDED **
867         * src/image_viewer.h ** ADDED **
868         * src/main.c
869         * src/prefs_common.c
870         * src/prefs_common.h
871         * src/prefs_image_viewer.c ** ADDED **
872         * src/prefs_image_viewer.h ** ADDED **
873         * src/textview.c
874         * src/gtk/about.c
875         * src/pixmaps/sylpheed_logo.xpm
876         * src/plugins/Makefile.am
877         * src/plugins/image_viewer/.cvsignore ** REMOVED **
878         * src/plugins/image_viewer/Makefile.am ** REMOVED **
879         * src/plugins/image_viewer/plugin.c ** REMOVED **
880         * src/plugins/image_viewer/viewer.c ** REMOVED **
881         * src/plugins/image_viewer/viewer.glade ** REMOVED **
882         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
883         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
884         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
885         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
886                 as gdk-pixbuf is now built-in
887                 remove image_viewer plugin and put code back into
888                 main codebase
889                 implement inline image display (sync with main)
890
891                 replace logo with newer, nicer, larger version  
892
893 2005-03-21 [paul]       1.9.6cvs8
894
895         * src/gtk/about.c
896                 cosmetic improvement
897
898 2005-03-21 [holger]     1.9.6cvs7
899
900         * src/plugins/spamassassin/spamassassin.c
901                 Sync with HEAD
902                 (unregister hook on failed plugin init)
903
904 2005-03-20 [colin]      1.9.6cvs6
905
906         * src/common/plugin.c
907                 Check that plugin isn't already loaded
908                 Patch by Alfons
909
910 2005-03-20 [thorsten]   1.9.6cvs5
911
912         * src/compose.c
913                 use a more compatible syntax
914
915 2005-03-20 [thorsten]   1.9.6cvs4
916
917         * src/prefs_toolbar.c
918                 fix crash when selecting toolbar item (uninitialized pointer)
919
920 2005-03-20 [thorsten]   1.9.6cvs3
921
922         * src/procmime.c
923                 fix mimetype detection (referenced free()d string)
924
925 2005-03-20 [paul]       1.9.6cvs2
926
927         * src/compose.c
928                 sync with HEAD (1.0.3cvs5)
929                 neglect Reply-To header if empty
930                 Patch by Alfons 
931
932 2005-03-19 [holger]     1.9.6cvs1
933
934         * src/summaryview.c
935         * src/summaryview.h
936                 Sync with HEAD
937
938 2005-03-18 [paul]       1.9.6
939
940         initial GTK2 release
941
942 2005-03-18 [paul]       1.0.3cvs3.1
943
944         * AUTHORS
945         * ChangeLog.claws
946         * configure.ac
947         * src/gtk/about.c
948         * src/pixmaps/sylpheed_logo.xpm
949                 sync with HEAD
950
951 2005-03-18 [colin]      1.0.3cvs2.6
952
953         * src/summaryview.c
954                 Remove call to summary_step in summary_copy_selected_to
955                 Can't see its purpose, and this causes bug when copying
956                 a message if the next one is unread: it reads it.
957
958 2005-03-18 [paul]       1.0.3cvs2.5
959
960         * src/foldersel.c
961                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
962
963 2005-03-18 [paul]       1.0.3cvs2.4
964
965         * src/addrharvest.c
966         * src/codeconv.c
967         * src/codeconv.h
968         * src/compose.c
969         * src/news.c
970         * src/procheader.c
971         * src/procmime.c
972         * src/unmime.c
973         * src/unmime.h
974                 fix buffer overflow, CAN-2005-0667, see
975                 http://secunia.com/advisories/14491/
976                 Patch by Alfons
977
978 2005-03-17 [colin]      1.0.3cvs2.3
979
980         * src/prefs_fonts.c
981         * src/summaryview.c
982                 Fix font bugs (both lists now officialy share 
983                 the same font)
984                 
985
986 2005-03-17 [paul]       1.0.3cvs2.2
987
988         * src/gtk/pluginwindow.c
989                 make plugin descriptions uneditable
990
991 2005-03-11 [paul]       1.0.3cvs2.1
992
993         * ChangeLog.claws
994         * configure.ac
995         * po/POTFILES.in
996         * src/plugins/trayicon/trayicon.c
997                 sync with HEAD
998                 add src/wizard.c to POTFILES.in
999
1000 2005-03-11 [paul]       1.0.3cvs1.1
1001
1002         * ChangeLog
1003         * ChangeLog.claws
1004         * configure.ac
1005         * po/de.po
1006         * po/es.po
1007         * po/fr.po
1008         * po/it.po
1009         * po/pt_BR.po
1010         * po/ru.po
1011         * po/sk.po
1012         * po/sr.po
1013         * po/zh_CN.po
1014                 sync with HEAD
1015
1016 2005-03-04 [colin]      1.0.1cvs22.2
1017
1018         * src/compose.c
1019                 Fix signatures with accentued chars in it
1020
1021 2005-03-04 [colin]      1.0.1cvs22.1
1022
1023         * src/common/smtp.c
1024         * src/common/smtp.h
1025                 Don't use SIZE param in MAIL FROM: if server 
1026                 doesn't support it. Patch by Eugen Freiter
1027                 <eugen_f@users.sf.net>
1028
1029 2005-02-27 [paul]       1.0.1cvs20.1
1030
1031         * ChangeLog.claws
1032         * configure.ac
1033         * src/messageview.c
1034                 sync with HEAD
1035
1036 2005-02-27 [colin]      1.0.1cvs19.4
1037
1038         * src/procheader.c
1039         * src/procheader.h
1040                 Fix prototypes. Patch by Alfons
1041
1042 2005-02-27 [colin]      1.0.1cvs19.3
1043
1044         * src/compose.c
1045                 Don't auto-join the signature separator.
1046
1047 2005-02-26 [colin]      1.0.1cvs19.2
1048
1049         * src/summaryview.c
1050                 Fix 'mark all read' with collapsed threads.
1051                 Patch by Alfons.
1052
1053 2005-02-25 [paul]       1.0.1cvs19.1
1054
1055         * ChangeLog.claws
1056         * configure.ac
1057         * src/prefs_account.c
1058         * src/prefs_folder_item.c
1059         * src/gtk/prefswindow.c
1060         * src/gtk/prefswindow.h
1061                 sync with HEAD
1062
1063 2005-02-25 [paul]       1.0.1cvs15.12
1064
1065         * src/alertpanel.c
1066         * src/codeconv.c
1067         * src/compose.c
1068         * src/textview.c
1069         * src/gtk/gtkutils.c
1070         * src/gtk/gtkutils.h
1071         * src/gtk/logwindow.c
1072         * src/gtk/progressdialog.c
1073                 sync with main (revision 127)
1074                 and fix logwindow clipping
1075
1076 2005-02-24 [colin]      1.0.1cvs15.11
1077
1078         * src/plugins/pgpmime/passphrase.c
1079                 Disable input grabbing; it doesn't work yet.
1080
1081 2005-02-24 [colin]      1.0.1cvs15.10
1082
1083         * src/messageview.c
1084                 Don't send out receipts if offline. Ask.
1085
1086 2005-02-23 [colin]      1.0.1cvs15.9
1087
1088         * src/summaryview.c     
1089                 Fix expanding
1090
1091 2005-02-23 [colin]      1.0.1cvs15.8
1092
1093         * src/summaryview.c
1094                 Really fix Bug 568 by removing useless
1095                 calls. summary_thread_init() now called
1096                 in summary_sort(). This should please
1097                 Alfons as it should be faster than 
1098                 previously.
1099
1100 2005-02-23 [colin]      1.0.1cvs15.7
1101
1102         * src/compose.c
1103                 Encode parts as QP or B64 if signing
1104
1105 2005-02-23 [colin]      1.0.1cvs15.6
1106
1107         * src/compose.c
1108                 Fix Mimeinfo leakage (including tmp files)
1109         * src/procmsg.c
1110                 Fix tmp file leakage (spotted by Ivan Rayner)
1111
1112 2005-02-22 [colin]      1.0.1cvs15.5
1113
1114         * src/expldifdlg.c
1115                 Fix keyboard input. Patch by Alfons.
1116
1117 2005-02-21 [colin]      1.0.1cvs15.4
1118
1119         * src/compose.c
1120                 Fix Sign/Encrypt when unselecting privacy
1121                 system
1122         * src/prefs_common.c
1123                 Change default message font to Monospace
1124         * src/summaryview.c
1125                 More freezing during potentially large operations
1126
1127 2005-02-21 [paul]       1.0.1cvs15.3
1128
1129         * src/main.c
1130                 fix --help output
1131
1132 2005-02-21 [paul]       1.0.1cvs15.2
1133
1134         * po/Makefile.in.in
1135         * src/compose.c
1136         * src/summaryview.c
1137         * src/textview.c
1138         * src/common/utils.c
1139         * src/common/utils.h
1140                 sync with main (revision 117)
1141
1142 2005-02-20 [colin]      1.0.1cvs15.1
1143
1144         * src/common/defs.h
1145                 Change cache file to .sylpheed_claws_cache, as
1146                 suggested by Alfons. Allows people to switch
1147                 between Sylpheed and Sylpheed-Claws. it is
1148                 a good idea to "Check for new messages" at next
1149                 startup.
1150
1151
1152 2005-02-18 [colin]      1.0.1cvs14.1
1153
1154         * src/quote_fmt_lex.l
1155         * src/quote_fmt_parse.y
1156                 Fix parser initialisation. Patch by Ivan.
1157
1158 2005-02-18 [colin]      1.0.1cvs11.6
1159
1160         * src/folderview.c
1161                 Fix scrolldown (bug 662)
1162
1163 2005-02-17 [colin]      1.0.1cvs11.5
1164
1165         * src/codeconv.c
1166                 conv_filename_to_utf8: return clean 7bit instead
1167                 of broken utf8 if needed
1168         * src/mimeview.c
1169                 Fix display of parts with unclean 8bit names
1170
1171 2005-02-17 [paul]       1.0.1cvs11.4
1172
1173         * src/compose.c
1174         * src/exportldif.c
1175         * src/matcher_parser_parse.y
1176         * src/procmime.c
1177         * src/sourcewindow.c
1178         * src/common/Makefile.am
1179         * src/common/intl.h             ** REMOVED **
1180         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1181                 sync with main (revision 109)
1182                 and clean up
1183
1184 2005-02-16 [colin]      1.0.1cvs11.3
1185
1186         * src/summaryview.c
1187                 Fix collapsed thread not highlighting when new
1188                 messages in it (Bug 568) Patch by Stephan Sachse.
1189                 Fix messed up selection when reaching bounds (Bug 632)
1190         * src/prefs_themes.c
1191                 Fix theme installing (Bug 684)
1192
1193 2005-02-16 [colin]      1.0.1cvs11.2
1194
1195         * src/messageview.c
1196                 Fix messageview_select_all
1197
1198 2005-02-16 [colin]      1.0.1cvs11.1
1199
1200         * src/mh.c
1201                 Sync with HEAD (MH scan required function)
1202
1203 2005-02-15 [colin]      1.0.1cvs8.1
1204
1205         * src/mimeview.c
1206         * src/common/utils.c
1207                 Sync with HEAD (filename chars substitution)
1208
1209 2005-02-15 [colin]      1.0.1cvs7.3
1210
1211         * src/gtk/pluginwindow.c
1212                 Fix button spacing
1213
1214 2005-02-15 [colin]      1.0.1cvs7.2
1215
1216         * src/mimeview.c
1217                 Fix mime icons not reset across message when
1218                 scrolled down
1219
1220 2005-02-15 [colin]      1.0.1cvs7.1
1221
1222         * src/compose.c
1223         * src/procmime.c
1224                 Sync with HEAD (optimisation of cvs6)
1225
1226 2005-02-14 [colin]      1.0.1cvs6.1
1227
1228         * src/compose.c
1229         * src/procmime.c
1230                 Sync with HEAD (encode "From " at line beginning)
1231
1232 2005-02-14 [colin]      1.0.1cvs5.3
1233
1234         * src/compose.c
1235                 Fix wrapping with accentued chars.
1236
1237 2005-02-13 [colin]      1.0.1cvs5.2
1238
1239         * src/textview.c
1240                 Fix email informative part parsing with
1241                 accentued chars in it. ispunct() returns
1242                 true for them in utf8...
1243
1244 2005-02-12 [colin]      1.0.1cvs5.1
1245
1246         * src/filtering.c
1247                 Sync with HEAD (remove wrong use of compose after send)
1248
1249 2005-02-12 [paul]       1.0.1cvs4.5
1250
1251         * src/textview.c
1252                 remove unnecessary code (thanks to Alfons)
1253
1254 2005-02-12 [paul]       1.0.1cvs4.4
1255
1256         * src/textview.c
1257                 add 'Copy' to contextual menu on emails
1258
1259 2005-02-11 [colin]      1.0.1cvs4.3
1260
1261         * src/compose.c
1262                 revert 1.0.0cvs28.2, it doesn't work that well.
1263
1264 2005-02-11 [paul]       1.0.1cvs4.2
1265
1266         * po/Makefile.in.in
1267                 fix 'make release'
1268
1269 2005-02-10 [paul]       1.0.1cvs4.1
1270
1271         * ChangeLog
1272         * ChangeLog.claws
1273         * ChangeLog.jp
1274         * configure.ac
1275         * src/compose.c
1276                 sync with HEAD (sync with main)
1277
1278 2005-02-10 [paul]       1.0.1cvs3.2
1279
1280         * AUTHORS
1281         * Makefile.am
1282         * autogen.sh
1283         * configure.ac
1284         * config/mkinstalldirs
1285         * intl/.cvsignore
1286         * intl/ChangeLog
1287         * intl/VERSION
1288         * intl/bindtextdom.c
1289         * intl/config.charset
1290         * intl/dcgettext.c
1291         * intl/dcigettext.c
1292         * intl/dcngettext.c
1293         * intl/dgettext.c
1294         * intl/dngettext.c
1295         * intl/eval-plural.h
1296         * intl/explodename.c
1297         * intl/finddomain.c
1298         * intl/gettext.c
1299         * intl/gettextP.h
1300         * intl/gmo.h
1301         * intl/hash-string.h
1302         * intl/intl-compat.c
1303         * intl/l10nflist.c
1304         * intl/libgnuintl.h.in
1305         * intl/loadinfo.h
1306         * intl/loadmsgcat.c
1307         * intl/localcharset.c
1308         * intl/localcharset.h
1309         * intl/locale.alias
1310         * intl/localealias.c
1311         * intl/localename.c
1312         * intl/log.c
1313         * intl/ngettext.c
1314         * intl/os2compat.c
1315         * intl/os2compat.h
1316         * intl/osdep.c
1317         * intl/plural-exp.c
1318         * intl/plural-exp.h
1319         * intl/plural.c
1320         * intl/plural.y
1321         * intl/ref-add.sin
1322         * intl/ref-del.sin
1323         * intl/relocatable.c
1324         * intl/relocatable.h
1325         * intl/textdomain.c
1326         * m4/Makefile.am
1327         * po/Makefile.in.in
1328         * src/Makefile.am
1329         * src/account.c
1330         * src/action.c
1331         * src/addr_compl.c
1332         * src/addressadd.c
1333         * src/addressbook.c
1334         * src/addrgather.c
1335         * src/addrindex.c
1336         * src/alertpanel.c
1337         * src/browseldap.c
1338         * src/codeconv.c
1339         * src/codeconv.h
1340         * src/compose.c
1341         * src/compose.h
1342         * src/crash.c
1343         * src/editaddress.c
1344         * src/editbook.c
1345         * src/editgroup.c
1346         * src/editjpilot.c
1347         * src/editldap.c
1348         * src/editldap_basedn.c
1349         * src/editvcard.c
1350         * src/exphtmldlg.c
1351         * src/expldifdlg.c
1352         * src/export.c
1353         * src/exporthtml.c
1354         * src/filtering.c
1355         * src/folder.c
1356         * src/folder_item_prefs.c
1357         * src/foldersel.c
1358         * src/folderview.c
1359         * src/grouplistdialog.c
1360         * src/headerview.c
1361         * src/imap.c
1362         * src/imap_gtk.c
1363         * src/import.c
1364         * src/importldif.c
1365         * src/importmutt.c
1366         * src/importpine.c
1367         * src/inc.c
1368         * src/ldif.c
1369         * src/main.c
1370         * src/mainwindow.c
1371         * src/matcher.c
1372         * src/mbox.c
1373         * src/message_search.c
1374         * src/messageview.c
1375         * src/mh.c
1376         * src/mh_gtk.c
1377         * src/mimeview.c
1378         * src/msgcache.c
1379         * src/news.c
1380         * src/news_gtk.c
1381         * src/noticeview.c
1382         * src/partial_download.c
1383         * src/pop.c
1384         * src/prefs_account.c
1385         * src/prefs_actions.c
1386         * src/prefs_common.c
1387         * src/prefs_customheader.c
1388         * src/prefs_display_header.c
1389         * src/prefs_ext_prog.c
1390         * src/prefs_filtering.c
1391         * src/prefs_filtering_action.c
1392         * src/prefs_folder_item.c
1393         * src/prefs_fonts.c
1394         * src/prefs_gtk.c
1395         * src/prefs_matcher.c
1396         * src/prefs_msg_colors.c
1397         * src/prefs_spelling.c
1398         * src/prefs_summary_column.c
1399         * src/prefs_template.c
1400         * src/prefs_themes.c
1401         * src/prefs_toolbar.c
1402         * src/prefs_wrapping.c
1403         * src/privacy.c
1404         * src/procheader.c
1405         * src/procmime.c
1406         * src/procmsg.c
1407         * src/quote_fmt.c
1408         * src/recv.c
1409         * src/send_message.c
1410         * src/setup.c
1411         * src/sourcewindow.c
1412         * src/ssl_manager.c
1413         * src/statusbar.c
1414         * src/summary_search.c
1415         * src/summaryview.c
1416         * src/textview.c
1417         * src/toolbar.c
1418         * src/wizard.c
1419         * src/common/nntp.c
1420         * src/common/plugin.c
1421         * src/common/smtp.c
1422         * src/common/ssl.c
1423         * src/common/ssl_certificate.c
1424         * src/common/string_match.c
1425         * src/common/sylpheed.c
1426         * src/common/template.c
1427         * src/common/utils.c
1428         * src/gtk/about.c
1429         * src/gtk/colorlabel.c
1430         * src/gtk/description_window.c
1431         * src/gtk/filesel.c
1432         * src/gtk/foldersort.c
1433         * src/gtk/gtkaspell.c
1434         * src/gtk/gtkutils.c
1435         * src/gtk/inputdialog.c
1436         * src/gtk/logwindow.c
1437         * src/gtk/menu.c
1438         * src/gtk/pluginwindow.c
1439         * src/gtk/prefswindow.c
1440         * src/gtk/progressdialog.c
1441         * src/gtk/quicksearch.c
1442         * src/gtk/sslcertwindow.c
1443         * src/plugins/clamav/clamav_plugin.c
1444         * src/plugins/clamav/clamav_plugin_gtk.c
1445         * src/plugins/demo/demo.c
1446         * src/plugins/dillo_viewer/dillo_prefs.c
1447         * src/plugins/dillo_viewer/dillo_viewer.c
1448         * src/plugins/image_viewer/plugin.c
1449         * src/plugins/image_viewer/viewer.c
1450         * src/plugins/image_viewer/viewerprefs.c
1451         * src/plugins/mathml_viewer/mathml_viewer.c
1452         * src/plugins/pgpmime/passphrase.c
1453         * src/plugins/pgpmime/plugin.c
1454         * src/plugins/pgpmime/prefs_gpg.c
1455         * src/plugins/pgpmime/select-keys.c
1456         * src/plugins/pgpmime/sgpgme.c
1457         * src/plugins/spamassassin/spamassassin.c
1458         * src/plugins/spamassassin/spamassassin_gtk.c
1459         * src/plugins/trayicon/trayicon.c
1460                 sync with main (revision 104)
1461
1462 2005-02-10 [colin]      1.0.1cvs3.1
1463
1464         * src/mainwindow.c
1465                 Sync with HEAD (fix occasional crasher)
1466
1467 2005-02-10 [colin]      1.0.1cvs2.1
1468
1469         * src/messageview.c
1470                 Synw with HEAD (don't automatically display html)
1471
1472 2005-02-09 [colin]      1.0.1cvs1.3
1473
1474         * src/textview.c
1475         * src/textview.h
1476                 Add contextual menu on emails
1477
1478 2005-02-09 [colin]      1.0.1cvs1.2
1479
1480         * src/codeconv.c
1481                 Fix converting from broken headers and 
1482                 put back the _ in missing places
1483                 (feature broke with cvs24.2 sync, main 
1484                  possibly affected?)
1485
1486 2005-02-09 [colin]      1.0.1cvs1.1
1487
1488         * src/messageview.c
1489         * src/mimeview.c
1490         * src/mimeview.h
1491                 Sync with HEAD (display non text/plain mails with plugin)
1492
1493 2005-02-08 [colin]      1.0.1.1
1494
1495         * ChangeLog.claws
1496         * po/pt_BR.po
1497                 Sync with HEAD
1498         * configure.ac
1499                 Make default configuration directory 
1500                 be .sylpheed-gtk2
1501
1502 2005-02-08 [colin]      1.0.0cvs29.1
1503
1504         * po/de.po
1505         * po/es.po
1506         * po/fr.po
1507         * po/it.po
1508         * po/sk.po
1509         * po/sr.po
1510                 Sync translations with HEAD
1511
1512 2005-02-06 [colin]      1.0.0cvs28.3
1513
1514         * src/compose.c
1515                 Make compose a bit faster - patch by Alfons.
1516
1517 2005-02-06 [colin]      1.0.0cvs28.2
1518
1519         * src/compose.c
1520                 Make pasting via middle-click more reliable
1521
1522 2005-02-05 [paul]       1.0.0cvs28.1
1523
1524         * ChangeLog
1525         * ChangeLog.claws
1526         * ChangeLog.jp
1527         * configure.ac
1528         * src/compose.c
1529                 sync with HEAD
1530                 (fix bug 682 'redirect is broken'
1531
1532 2005-02-05 [torte]      1.0.0cvs27.1
1533
1534         * ChangeLog.claws
1535         * configure.ac
1536         * src/partial_download.c
1537                 Sync with HEAD (fix buf overflow)
1538
1539 2005-02-03 [colin]      1.0.0cvs26.1
1540
1541         * src/common/plugin.c
1542                 Sync with HEAD (avoid plugin mismatches)
1543
1544 2005-02-03 [paul]       1.0.0cvs25.3
1545
1546         * src/folderview.c
1547         * src/headerview.c
1548         * src/summaryview.c
1549         * src/textview.c
1550         * src/gtk/colorlabel.c
1551                 third and final part of initial sync with main-gtk2
1552
1553 2005-02-03 [paul]       1.0.0cvs25.2
1554
1555         * src/jpilot.c
1556                 fix building with jpilot support
1557
1558 2005-02-02 [colin]      1.0.0cvs25.1
1559
1560         * src/messageview.c
1561                 Sync with HEAD (fix dangerous typo)
1562
1563 2005-02-01 [colin]      1.0.0cvs24.3
1564
1565         * src/common/xml.c
1566                 Write file as advertised (UTF-8)
1567
1568 2005-02-01 [paul]       1.0.0cvs24.2
1569
1570         * src/addrbook.c
1571         * src/addrindex.c
1572         * src/alertpanel.h
1573         * src/codeconv.c
1574         * src/codeconv.h
1575         * src/compose.c
1576         * src/export.c
1577         * src/folder_item_prefs.c
1578         * src/html.c
1579         * src/imap.c
1580         * src/import.c
1581         * src/jpilot.c
1582         * src/mainwindow.c
1583         * src/matcher_parser_lex.l
1584         * src/messageview.c
1585         * src/mh.c
1586         * src/prefs_account.c
1587         * src/prefs_actions.c
1588         * src/prefs_common.c
1589         * src/prefs_gtk.c
1590         * src/prefs_gtk.h
1591         * src/prefs_themes.c
1592         * src/procheader.c
1593         * src/procmime.c
1594         * src/sourcewindow.c
1595         * src/statusbar.c
1596         * src/summaryview.c
1597         * src/textview.c
1598         * src/toolbar.c
1599         * src/unmime.c
1600         * src/common/template.c
1601         * src/common/utils.c
1602         * src/common/xml.c
1603         * src/common/xml.h
1604         * src/gtk/gtkaspell.c
1605         * src/plugins/clamav/clamav_plugin.c
1606         * src/plugins/dillo_viewer/dillo_prefs.c
1607         * src/plugins/image_viewer/viewerprefs.c
1608         * src/plugins/pgpmime/passphrase.c
1609         * src/plugins/pgpmime/prefs_gpg.c
1610         * src/plugins/pgpmime/select-keys.c
1611         * src/plugins/spamassassin/spamassassin.c
1612                 second part of initial sync with main-gtk2
1613                 (more to follow)
1614
1615 2005-01-31 [colin]      1.0.0cvs24.1
1616
1617         * src/compose.c
1618                 Sync with HEAD
1619
1620 2005-01-29 [paul]       1.0.0cvs23.2
1621
1622         * src/account.c
1623         * src/action.c
1624         * src/addressadd.c
1625         * src/addressbook.c
1626         * src/alertpanel.c
1627         * src/compose.c
1628         * src/editaddress.c
1629         * src/editbook.c
1630         * src/editgroup.c
1631         * src/editjpilot.c
1632         * src/editldap.c
1633         * src/editldap_basedn.c
1634         * src/editvcard.c
1635         * src/export.c
1636         * src/foldersel.c
1637         * src/grouplistdialog.c
1638         * src/import.c
1639         * src/importldif.c
1640         * src/inc.c
1641         * src/main.c
1642         * src/mainwindow.c
1643         * src/message_search.c
1644         * src/messageview.c
1645         * src/mimeview.c
1646         * src/prefs_actions.c
1647         * src/prefs_common.c
1648         * src/prefs_common.h
1649         * src/prefs_customheader.c
1650         * src/prefs_display_header.c
1651         * src/prefs_filtering.c
1652         * src/prefs_filtering_action.c
1653         * src/prefs_gtk.c
1654         * src/prefs_matcher.c
1655         * src/prefs_summary_column.c
1656         * src/prefs_template.c
1657         * src/sourcewindow.c
1658         * src/summary_search.c
1659         * src/summaryview.c
1660         * src/textview.c
1661         * src/gtk/about.c
1662         * src/gtk/description_window.c
1663         * src/gtk/gtkshruler.c
1664         * src/gtk/gtkutils.c
1665         * src/gtk/gtkutils.h
1666         * src/gtk/inputdialog.c
1667         * src/gtk/logwindow.c
1668         * src/gtk/prefswindow.c
1669         * src/gtk/progressdialog.c
1670         * src/gtk/progressdialog.h
1671                 first part of initial sync with main-gtk2
1672                 (more to follow)
1673
1674 2005-01-28 [colin]      1.0.0cvs23.1
1675
1676         * src/folderview.c
1677                 Sync with HEAD
1678
1679 2005-01-27 [colin]      1.0.0cvs21.1
1680
1681         * src/folder.c
1682         * src/folderview.c
1683                 Sync with HEAD
1684
1685 2005-01-27 [colin]      1.0.0cvs19.1
1686
1687         * src/procmime.c
1688                 Sync with HEAD
1689
1690 2005-01-27 [colin]      1.0.0cvs18.1
1691
1692         * src/messageview.c
1693         * src/summaryview.c
1694         * src/mainwindow.c
1695         * src/compose.c
1696         * src/compose.h
1697         * src/procmsg.c
1698         * src/procmsg.h
1699         * src/toolbar.c
1700                 Sync with HEAD
1701
1702 2005-01-26 [paul]       1.0.0cvs15.2
1703
1704         * src/compose.c
1705                 compose_entries_set(): convert subject and body to
1706                 utf8 if necessary. patch by Felix Eckhofer
1707
1708 2005-01-26 [paul]       1.0.0cvs15.1
1709
1710         * configure.ac
1711         * src/common/template.c
1712                 sync with HEAD (fix memory leak)
1713
1714 2005-01-25 [paul]       1.0.0cvs14.1
1715
1716         * configure.ac
1717         * src/compose.c
1718                 sync with HEAD
1719
1720 2005-01-24 [colin]      1.0.0cvs13.1
1721
1722         * src/summaryview.c
1723                 Sync with HEAD
1724
1725 2005-01-24 [paul]       1.0.0cvs12.1
1726
1727         * configure.ac
1728         * src/messageview.c
1729         * src/mh.c
1730         * src/common/utils.c
1731                 sync with HEAD
1732
1733 2005-01-24 [colin]      1.0.0cvs11.1
1734
1735         * src/procheader.c
1736                 Sync with HEAD
1737
1738 2005-01-24 [colin]      1.0.0cvs10.1
1739
1740         * src/folderview.c
1741                 Sync with HEAD
1742
1743 2005-01-23 [colin]      1.0.0cvs9.1
1744
1745         * src/crash.c
1746                 Sync with HEAD
1747
1748 2005-01-22 [colin]      1.0.0cvs8.1
1749
1750         * src/summaryview.c
1751         * src/gtk/quicksearch.c
1752                 Sync with HEAD
1753
1754 2005-01-21 [colin]      1.0.0cvs7.1
1755
1756         * src/summaryview.c
1757                 Sync with HEAD
1758
1759 2005-01-21 [colin]      1.0.0cvs6.1
1760
1761         * src/summaryview.c
1762                 Sync with HEAD
1763
1764 2005-01-21 [colin]      1.0.0cvs5.1
1765
1766         * src/gtk/quicksearch.c
1767         * src/prefs_common.c
1768         * src/prefs_common.h
1769                 Sync with HEAD (recurse option)
1770
1771 2005-01-21 [colin]      1.0.0cvs4.1
1772
1773         * src/folder.h
1774         * src/folderview.c
1775         * src/folderview.h
1776         * src/summaryview.c
1777         * src/gtk/quicksearch.c
1778         * src/gtk/quicksearch.h
1779                 Sync with HEAD (recursive quicksearch)
1780
1781 2005-01-20 [colin]      1.0.0cvs3.4
1782
1783         * src/ssl_manager.c
1784                 Remove useless code
1785
1786 2005-01-20 [colin]      1.0.0cvs3.3
1787
1788         * src/ssl_manager.c
1789                 Fix leak, thanks to Alfons.
1790
1791 2005-01-20 [colin]      1.0.0cvs3.2
1792
1793         * src/ssl_manager.c
1794                 Port SSL certificate window to GTK2.
1795
1796 2005-01-20 [paul]       1.0.0cvs3.1
1797
1798         * ChangeLog.claws
1799         * configure.ac
1800         * src/addrindex.c
1801         * src/addrindex.h
1802                 sync with HEAD
1803
1804 2005-01-19 [colin]      1.0.0cvs2.2
1805
1806         * src/plugins/trayicon/trayicon.c
1807                 Fix freeze with gtk-2.6, the easy way
1808                 (signal blocking helpless there...)
1809                 Closes bug #668.
1810
1811 2005-01-19 [colin]      1.0.0cvs2.1
1812
1813         * src/mbox.c
1814         * src/mbox.h
1815         * src/mainwindow.c
1816         * src/summaryview.c
1817         * src/summaryview.h
1818                 Sync with HEAD
1819
1820 2005-01-19 [paul]       1.0.0cvs1.1
1821
1822         * configure.ac
1823         * po/de.po
1824         * po/es.po
1825         * po/fr.po
1826         * po/hr.po
1827         * po/it.po
1828         * po/ja.po
1829         * po/ko.po
1830         * po/pt_BR.po
1831         * po/ru.po
1832         * po/sk.po
1833         * po/sr.po
1834                 sync with HEAD (update translations)
1835
1836 2005-01-18 [colin]      1.0.0cvs0.1
1837
1838         * src/foldersel.c
1839                 Specify search column - patch by Alfons
1840
1841 2005-01-18 [colin]      0.9.13cvs36.3
1842
1843         * src/prefs_toolbar.c
1844                 Change Delete to Remove
1845         * src/prefs_fonts.c
1846                 GTK2 version and leak fixes
1847         * src/prefs_actions.c
1848                 Add stock buttons.
1849                 All patches by Alfons
1850
1851 2005-01-17 [colin]      0.9.13cvs36.2
1852
1853         * src/compose.c
1854                 Fix DnD inserting twice. While at it,
1855                 add DnD support for text/plain in the
1856                 body, and add support in the headers.
1857
1858 2005-01-16 [colin]      0.9.13cvs36.1
1859
1860         * ChangeLog
1861         * ChangeLog.jp
1862         * ChangeLog.claws
1863                 Sync with HEAD (nothing applicable)
1864
1865 2005-01-16 [colin]      0.9.13cvs33.2
1866
1867         * src/prefs_toolbar.c
1868                 GTK2ize prefs_toolbar, by Alfons.
1869
1870 2005-01-14 [colin]      0.9.13cvs33.1
1871
1872         * src/html.c
1873         * src/msgcache.c
1874                 Sync with HEAD
1875
1876 2005-01-14 [colin]      0.9.13cvs32.1
1877
1878         * src/html.c
1879         * src/html.h
1880         * src/msgcache.c
1881         * AUTHORS
1882         * tools/calypso_convert.pl
1883                 Sync with HEAD
1884
1885 2005-01-08 [colin]      0.9.13cvs29.2
1886
1887         * src/prefs_filtering_action.c
1888         * src/prefs_filtering.c
1889                 2 more gtk2 patches by Alfons
1890
1891 2005-01-07 [paul]       0.9.13cvs29.1
1892
1893         * ChangeLog
1894         * ChangeLog.claws
1895         * ChangeLog.jp
1896         * configure.ac
1897         * src/pop.c
1898         * src/pop.h
1899                 sync with HEAD
1900
1901 2005-01-07 [colin]      0.9.13cvs28.3
1902
1903         * src/gtk/progressdialog.c
1904         * src/gtk/progressdialog.h
1905         * src/inc.c
1906         * src/send_message.c
1907                 GTK2 for the incorporation dialog. The CList isn't dead
1908                 yet, for a more smooth migration. Patch by Alfons.
1909
1910 2005-01-06 [colin]      0.9.13cvs28.2
1911
1912         * src/prefs_display_header.c
1913                 GTK2 conversion by Alfons
1914         * src/prefs_actions.c
1915         * src/prefs_matcher.c
1916                 Fix 2 leaks - patch by Alfons
1917
1918 2005-01-06 [colin]      0.9.13cvs28.1
1919
1920         * src/prefs_matcher.c
1921                 Sync with HEAD
1922
1923 2005-01-06 [colin]      0.9.13cvs27.4
1924
1925         * src/prefs_matcher.c
1926                 Fix double-free. Patch by Alfons
1927
1928 2005-01-06 [colin]      0.9.13cvs27.3
1929
1930         * src/prefs_matcher.c
1931                 GTK2 widgets + memleak
1932                 Patch by Alfons
1933
1934 2005-01-05 [colin]      0.9.13cvs27.2
1935
1936         * src/account.c
1937         * src/addr_compl.c
1938         * src/foldersel.c
1939         * src/stock_pixmap.c
1940         * src/stock_pixmap.h
1941                 3 more GTK2 patches by Alfons.
1942
1943 2005-01-04 [colin]      0.9.13cvs27.1
1944
1945         * src/folderview.c
1946         * src/imap_gtk.c
1947         * src/news_gtk.c
1948                 Sync with HEAD
1949
1950 2005-01-04 [colin]      0.9.13cvs25.9
1951
1952         * src/compose.c
1953                 Fix Show Ruler menuitem
1954         * src/prefs_template.c
1955                 Convert to GTK2
1956         * src/common/utils.c
1957                 Make auto pointer stuff handles NULLs
1958                 Patches by Alfons.
1959
1960 2005-01-04 [colin]      0.9.13cvs25.8
1961
1962         * src/compose.c
1963                 Move the attachment list to gtk2
1964                 Patch by Alfons.
1965
1966 2005-01-04 [colin]      0.9.13cvs25.7
1967
1968         * src/textview.c
1969                 Make some keys work again
1970                 Patch by SungHyun Nam <namsh@kldp.org>
1971
1972 2005-01-04 [colin]      0.9.13cvs25.6
1973
1974         * src/gtk/gtkshruler.c
1975                 Move the ruler to GTK2
1976                 Patch by Alfons
1977
1978 2005-01-03 [colin]      0.9.13cvs25.5
1979
1980         * src/compose.c
1981                 Fix my broken patch apply 
1982
1983 2005-01-03 [colin]      0.9.13cvs25.4
1984
1985         * src/common/utils.c
1986         * src/common/utils.h
1987         * src/gtk/prefswindow.c
1988                 Move auto pointer stuff to utils.c
1989                 Patch by Alfons again :)
1990
1991 2005-01-03 [colin]      0.9.13cvs25.3
1992
1993         * src/compose.c
1994         * src/prefs_gtk.c
1995         * src/prefs_template.c
1996         * src/textview.c
1997                 Empty text widgets with empty strings, not NULL char
1998                 Patch by SungHyun Nam <namsh@kldp_org>
1999
2000 2005-01-03 [colin]      0.9.13cvs25.2
2001
2002         * src/main.c
2003         * AUTHORS
2004                 Sync with HEAD
2005
2006 2005-01-03 [colin]      0.9.13cvs25.1
2007
2008         * src/pop.c
2009         * src/pop.h
2010                 Sync with HEAD
2011
2012 2005-01-03 [colin]      0.9.13cvs24.3
2013
2014         * src/account.c
2015                 Two patches from Alfons and Alex S Moore:
2016                 fix images, fix return value.
2017
2018 2005-01-01 [colin]      0.9.13cvs24.2
2019
2020         * src/prefs_actions.c
2021                 Fix over-zealous assertion. Patch by Alfons
2022
2023 2005-01-01 [colin]      0.9.13cvs24.1
2024
2025         * src/procmime.c
2026                 Sync with HEAD (leak fix)
2027
2028 2004-12-31 [colin]      0.9.13cvs23.2
2029
2030         * src/prefs_common.c
2031                 GTK2 widgets + stock buttons - patch by Alfons
2032
2033 2004-12-31 [paul]       0.9.13cvs23.1
2034
2035         * configure.ac
2036                 bump up EXTRA_VERSION to match (sync'ed) HEAD
2037         * src/gtk/pluginwindow.c
2038                 use GTK2 widgets and plug memory leaks,
2039                 patches by Alfons
2040
2041 2004-12-30 [colin]      0.9.13cvs22.4
2042
2043         * src/account.c
2044         * src/action.c
2045         * src/export.c
2046         * src/foldersel.c
2047         * src/import.c
2048         * src/message_search.c
2049         * src/prefs_actions.c
2050         * src/prefs_common.c
2051         * src/prefs_customheader.c
2052         * src/prefs_filtering.c
2053         * src/prefs_summary_column.c
2054         * src/summary_search.c
2055         * src/gtk/about.c
2056         * src/gtk/description_window.c
2057         * src/gtk/gtkutils.c
2058         * src/gtk/gtkutils.h
2059         * src/gtk/inputdialog.c
2060         * src/gtk/prefswindow.c
2061                 Use GTK2 stock buttons. Patches by Alfons.
2062
2063 2004-12-30 [colin]      0.9.13cvs22.3
2064
2065         * src/account.c
2066                 Sync with HEAD
2067         * src/prefs_actions.c
2068         * src/prefs_customheader.c
2069         * src/prefs_filtering.c
2070         * src/prefs_msg_colors.c
2071         * src/prefs_summary_column.c
2072         * src/gtk/prefswindow.c
2073                 Use GtkTreeView instead of deprecated 
2074                 widgets. Patches by Alfons.
2075
2076 2004-12-30 [paul]       0.9.13cvs22.2
2077
2078         * src/foldersel.c
2079                 use GTK 2 Tree View
2080                 patch by Alfons, with root folder sorting fix
2081                 by Stephan Sachse
2082
2083 2004-12-30 [paul]       0.9.13cvs22.1
2084
2085         * ChangeLog
2086         * ChangeLog.claws
2087         * ChangeLog.jp
2088         * NEWS
2089         * configure.ac
2090         * src/account.c
2091                 sync with HEAD
2092
2093 2004-12-22 [martin]     0.9.13cvs21.2
2094
2095         * src/action.c
2096                 free the command line after its use
2097
2098 2004-12-18 [paul]       0.9.13cvs21.1
2099
2100         * AUTHORS
2101         * ChangeLog
2102         * ChangeLog.claws
2103         * ChangeLog.jp
2104         * NEWS
2105         * configure.ac
2106         * src/action.c
2107         * src/compose.c
2108         * src/syldap.c
2109                 sync with HEAD
2110
2111 2004-12-17 [martin]     0.9.13cvs17.2
2112
2113         * src/action.c
2114                 convert actions input to locale
2115         * src/inc.c
2116                 convert notification command to locale
2117         * src/plugins/pgpmime/select-keys.c
2118                 convert attributes to utf8
2119
2120 2004-12-14 [colin]      0.9.13cvs17.1
2121
2122         * ChangeLog
2123         * ChangeLog.jp
2124         * ChangeLog.claws
2125         * src/action.c
2126         * src/common/utils.c
2127         * src/gtk/prefswindow.c
2128         * src/gtk/gtkutils.c
2129         * src/gtk/gtkutils.h
2130         * src/plugins/spamassassin/libspamc.c
2131                 Sync with HEAD
2132
2133 2004-12-13 [colin]      0.9.13cvs14.1
2134
2135         * src/quote_fmt_parse.y
2136                 Sync with HEAD
2137
2138 2004-12-10 [colin]      0.9.13cvs12.1
2139
2140         * src/prefs_themes.c
2141         * src/mainwindow.c
2142         * src/messageview.c
2143                 Sync with HEAD
2144
2145 2004-12-09 [colin]      0.9.13cvs10.1
2146
2147         * src/procmime.c
2148                 Sync with HEAD (fix B64 encoding from memory)
2149
2150 2004-12-08 [colin]      0.9.13cvs9.1
2151
2152         * src/gtk/colorlabel.c
2153                 Sync with HEAD
2154
2155 2004-12-08 [paul]       0.9.13cvs8.2
2156
2157         * src/gtk/pluginwindow.c
2158                 fix window resizing oddities
2159
2160 2004-12-08 [colin]      0.9.13cvs8.1
2161
2162         * src/quote_fmt_parse.y
2163                 Sync with HEAD
2164
2165 2004-12-08 [colin]      0.9.13cvs7.1
2166
2167         * src/matcher_parser_parse.y
2168         * src/msgcache.c
2169         * src/prefs_matcher.c
2170         * src/procheader.c
2171         * src/matcher.c
2172         * src/common/defs.h
2173         * po/sr.po
2174                 Sync with HEAD
2175
2176 2004-12-08 [colin]      0.9.13cvs6.1
2177
2178         * src/quote_fmt_parse.y
2179         * src/textview.c
2180                 Sync with HEAD
2181         * src/gtk/prefswindow.c
2182         * src/gtk/pluginwindow.c
2183                 Fix G_CALLBACKS protos (thanks to Alfons)
2184
2185 2004-12-07 [torte]      0.9.13cvs2.2
2186
2187         * src/procmime.c
2188                 [Bug 650] reply button causes crash
2189                 Thanks to David Relson and Christoph
2190
2191 2004-12-07 [colin]      0.9.13cvs2.1
2192
2193         * ChangeLog.claws
2194         * AUTHORS
2195         * po/sk.po
2196         * src/procmime.c
2197         * src/prefs_account.c
2198         * src/common/smtp.c
2199         * src/common/smtp.h
2200                 Sync with HEAD
2201
2202 2004-12-06 [colin]      0.9.12cvs187.1
2203
2204         * ChangeLog.claws
2205         * INSTALL
2206         * Makefile.am
2207         * README.claws
2208         * TODO.claws
2209         * configure.ac
2210         * po/bg.po
2211         * po/cs.po
2212         * po/el.po
2213         * po/en_GB.po
2214         * po/es.po
2215         * po/fr.po
2216         * po/hr.po
2217         * po/hu.po
2218         * po/it.po
2219         * po/ja.po
2220         * po/ko.po
2221         * po/nl.po
2222         * po/pl.po
2223         * po/pt_BR.po
2224         * po/ru.po
2225         * po/sk.po
2226         * po/sr.po
2227         * po/sv.po
2228         * po/zh_CN.po
2229         * po/zh_TW.Big5.po
2230         * src/compose.c
2231         * tools/Makefile.am
2232         * tools/README
2233         * tools/filter_conv.pl
2234         * tools/kdeservicemenu/README
2235         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2236         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2237                 Sync with HEAD
2238
2239 2004-12-04 [colin]      0.9.12cvs183.1
2240
2241         * src/compose.c
2242                 Sync with HEAD (compose window position saving)
2243
2244 2004-12-04 [paul]       0.9.12cvs182.3
2245
2246         * src/messageview.c
2247         * src/mimeview.c
2248         * src/prefs_customheader.c
2249         * src/gtk/quicksearch.c
2250                 replace some forgotten GTK_SIGNAL_FUNCs
2251
2252 2004-12-04 [paul]       0.9.12cvs182.2
2253
2254         * src/Makefile.am
2255                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
2256                 committed in error      
2257
2258 2004-12-04 [paul]       0.9.12cvs182.1
2259
2260         * ChangeLog
2261         * ChangeLog.claws
2262         * ChangeLog.jp
2263         * INSTALL
2264         * NEWS
2265         * README
2266         * README.jp
2267         * configure.ac
2268         * doc/manual/ja/Makefile.am
2269         * doc/manual/ja/sylpheed-1.html
2270         * doc/manual/ja/sylpheed-10.html
2271         * doc/manual/ja/sylpheed-11.html
2272         * doc/manual/ja/sylpheed-12.html
2273         * doc/manual/ja/sylpheed-13.html
2274         * doc/manual/ja/sylpheed-14.html
2275         * doc/manual/ja/sylpheed-15.html
2276         * doc/manual/ja/sylpheed-16.html
2277         * doc/manual/ja/sylpheed-17.html
2278         * doc/manual/ja/sylpheed-18.html
2279         * doc/manual/ja/sylpheed-19.html
2280         * doc/manual/ja/sylpheed-2.html
2281         * doc/manual/ja/sylpheed-20.html
2282         * doc/manual/ja/sylpheed-3.html
2283         * doc/manual/ja/sylpheed-4.html
2284         * doc/manual/ja/sylpheed-5.html
2285         * doc/manual/ja/sylpheed-6.html
2286         * doc/manual/ja/sylpheed-7.html
2287         * doc/manual/ja/sylpheed-8.html
2288         * doc/manual/ja/sylpheed-9.html
2289         * doc/manual/ja/sylpheed.html
2290         * doc/manual/ja/sylpheed.sgml
2291         * po/de.po
2292         * src/Makefile.am
2293         * src/compose.c
2294         * src/procmime.c
2295         * src/pixmaps/regular.xpm **REMOVED**
2296         * src/plugins/pgpmime/pgpmime.c
2297         * src/plugins/pgpmime/plugin.c
2298         * src/plugins/pgpmime/prefs_gpg.c
2299                 sync with HEAD
2300
2301 2004-12-03 [paul]       0.9.12cvs180.1
2302
2303         * ChangeLog
2304         * ChangeLog.claws
2305         * ChangeLog.jp
2306         * configure.ac
2307         * src/Makefile.am
2308         * src/pop.c
2309         * src/common/utils.c
2310         * src/common/utils.h
2311         * src/pixmaps/continue.xpm
2312         * src/pixmaps/dir_close.xpm
2313         * src/pixmaps/dir_open.xpm
2314         * src/pixmaps/drafts_close.xpm
2315         * src/pixmaps/drafts_open.xpm
2316         * src/pixmaps/folder.xpm **REMOVED**
2317         * src/pixmaps/group.xpm
2318         * src/pixmaps/unread.xpm
2319                 sync with HEAD
2320
2321 2004-12-02 [colin]      0.9.12cvs179.1
2322
2323         * src/compose.c
2324                 Sync with HEAD (non-duplicated reedition)
2325
2326 2004-12-02 [colin]      0.9.12cvs178.1
2327
2328         * src/compose.c
2329                 Sync with HEAD (linewrap_quote fix)
2330
2331 2004-12-01 [colin]      0.9.12cvs177.3
2332
2333         * src/addrharvest.c
2334                 Replace sizeof with strlen
2335
2336 2004-12-01 [paul]       0.9.12cvs177.2
2337
2338         * src/addrharvest.c
2339                 fix 'harvest addresses'
2340
2341 2004-11-30 [colin]      0.9.12cvs177.1
2342
2343         * src/gtk/prefswindow.c
2344         * src/gtk/pluginwindow.c
2345                 Sync with HEAD
2346
2347 2004-11-29 [colin]      0.9.12cvs176.1
2348
2349         * src/folderview.c
2350                 sync with HEAD (Fix disappearing separators in folderview's popup)
2351
2352 2004-11-29 [colin]      0.9.12cvs175.1
2353
2354         * src/procmime.c
2355                 Sync with head (another format fix)
2356
2357 2004-11-29 [colin]      0.9.12cvs174.1
2358
2359         * src/pop.c
2360                 Sync with HEAD (format string fix)
2361
2362 2004-11-26 [colin]      0.9.12cvs173.1
2363
2364         * src/common/smtp.c
2365         * src/common/smtp.h
2366                 Sync with HEAD
2367
2368 2004-11-24 [colin]      0.9.12cvs172.1
2369
2370         * src/plugins/pgpmime/pgpmime.c
2371                 Sync with HEAD
2372
2373 2004-11-24 [colin]      0.9.12cvs171.1
2374
2375         * src/plugins/pgpmime/pgpmime.c
2376                 Sync with head (gpgmectx leaks)
2377
2378 2004-11-24 [colin]      0.9.12cvs169.1
2379
2380         * src/plugins/pgpmime/plugin.c
2381         * src/plugins/trayicon/Makefile.am
2382         * src/plugins/trayicon/newmarkedmail.xpm
2383         * src/plugins/trayicon/trayicon.c
2384         * src/plugins/trayicon/unreadmarkedmail.xpm
2385                 Sync with HEAD
2386
2387 2004-11-23 [colin]      0.9.12cvs168.1
2388
2389         * src/partial_download.c
2390         * src/partial_download.h
2391         * src/plugins/pgpmime/plugin.c
2392                 Sync with HEAD
2393
2394 2004-11-23 [colin]      0.9.12cvs166.1
2395
2396         * src/Makefile.am
2397         * src/codeconv.c
2398         * src/compose.c
2399         * src/folderview.c
2400         * src/main.c
2401         * src/partial_download.c
2402         * src/partial_download.h
2403         * src/prefs_account.c
2404         * src/prefs_account.h
2405         * src/privacy.c
2406         * src/privacy.h
2407         * src/procmime.c
2408         * src/common/Makefile.am
2409         * src/common/base64.h
2410         * src/common/partial_download.c
2411         * src/common/partial_download.h
2412         * src/gtk/prefswindow.c
2413         * src/gtk/prefswindow.h
2414         * src/plugins/pgpmime/pgpmime.c
2415         * src/plugins/pgpmime/prefs_gpg.c
2416         * src/plugins/pgpmime/prefs_gpg.h
2417         * src/plugins/pgpmime/sgpgme.c
2418         * src/plugins/pgpmime/sgpgme.h
2419                 Sync with HEAD
2420
2421 2004-11-23 [colin]      0.9.12cvs163.1
2422
2423         * src/main.c
2424                 Sync with HEAD (cursor optimization)
2425
2426 2004-11-23 [colin]      0.9.12cvs162.1
2427
2428         * src/prefs_common.c
2429         * src/prefs_themes.c
2430         * src/procmsg.c
2431                 Sync with HEAD
2432
2433 2004-11-23 [colin]      0.9.12cvs158.9
2434
2435         * src/compose.c
2436                 Fix double-free when forwarding
2437         * src/msgcache.c
2438                 Fix leak on error path
2439                 
2440
2441 2004-11-23 [colin]      0.9.12cvs158.8
2442
2443         * src/compose.c
2444                 Fix possible double-free
2445                 Spotted by Alfons
2446
2447 2004-11-23 [colin]      0.9.12cvs158.7
2448
2449         * src/compose.c
2450                 Fix some signal handlers' prototypes
2451                 Spotted by Alfons
2452
2453 2004-11-22 [colin]      0.9.12cvs158.6
2454
2455         * src/compose.c
2456                 Remove unneeded code and duplicated
2457                 wrapping - patch by Alfons
2458
2459 2004-11-22 [colin]      0.9.12cvs158.5
2460
2461         * src/prefs_themes.c
2462                 Fix oversized selector
2463
2464 2004-11-22 [colin]      0.9.12cvs158.4
2465
2466         * src/compose.c
2467                 fix dump_text()
2468                 patch by Alfons
2469
2470 2004-11-19 [colin]      0.9.12cvs158.3
2471
2472         * src/textview.c
2473                 Add a context menu on links (open, copy)
2474
2475 2004-11-18 [paul]       0.9.12cvs158.2
2476
2477         * src/addrgather.c
2478         * src/exphtmldlg.c
2479         * src/expldifdlg.c
2480         * src/mimeview.c
2481         * src/prefs_common.c
2482         * src/plugins/image_viewer/viewer.c
2483         * src/plugins/spamassassin/spamassassin_gtk.c
2484                 replace deprecated gtk_notebook_set_page
2485                 and gtk_notebook_current_page
2486
2487 2004-11-18 [paul]       0.9.12cvs158.1
2488
2489         * configure.ac
2490         * src/compose.c
2491         * src/mainwindow.c
2492         * src/messageview.c
2493         * src/prefs_common.c
2494         * src/common/utils.c
2495         * src/common/utils.h
2496                 sync with HEAD
2497
2498 2004-11-17 [colin]      0.9.12cvs156.1
2499
2500         * src/prefs_account.c
2501         * src/prefs_account.h
2502         * src/procmsg.c
2503                 Sync with HEAD (add pref to store encrypted mails encrypted)
2504
2505 2004-11-17 [paul]       0.9.12cvs155.1
2506
2507         * ChangeLog
2508         * ChangeLog.claws
2509         * ChangeLog.jp
2510         * NEWS
2511         * configure.ac
2512         * src/compose.c
2513         * src/jpilot.c
2514         * src/privacy.c
2515         * src/procmime.c
2516         * src/procmime.h
2517         * src/procmsg.c
2518         * src/toolbar.c
2519         * src/pixmaps/error.xpm
2520                 sync with HEAD
2521
2522 2004-11-17 [colin]      0.9.12cvs151.1
2523
2524         * src/plugins/pgpmime/pgpmime.c
2525                 Sync with HEAD (remove debug printf)
2526
2527 2004-11-17 [colin]      0.9.12cvs150.1
2528
2529         * src/plugins/pgpmime/pgpmime.c
2530                 Sync with HEAD (off-by-one fix)
2531
2532 2004-11-17 [colin]      0.9.12cvs149.1
2533
2534         * src/procmsg.c
2535                 Sync with HEAD (coding style fixes)
2536
2537 2004-11-16 [colin]      0.9.12cvs148.1
2538
2539         * src/procmsg.c
2540                 Sync with head (Fix the fix)
2541
2542 2004-11-16 [colin]      0.9.12cvs147.1
2543
2544         * src/procmsg.c
2545                 Sync with Main (leak fix)
2546
2547 2004-11-16 [colin]      0.9.12cvs146.14
2548
2549         * src/compose.c
2550                 Remove useless chunk of code
2551                 Patch by Alfons
2552
2553 2004-11-15 [colin]      0.9.12cvs146.13
2554
2555         * src/compose.c
2556                 Fix drafting after insertion
2557                 Patch by Alfons
2558
2559 2004-11-15 [colin]      0.9.12cvs146.12
2560
2561         * src/compose.c
2562         * src/prefs_filtering.c
2563         * src/prefs_filtering_action.c
2564         * src/prefs_toolbar.c
2565                 Fix some const-correctness
2566
2567 2004-11-15 [colin]      0.9.12cvs146.11
2568
2569         * src/summaryview.c
2570         * src/prefs_themes.c
2571         * src/messageview.c
2572                 Fix some leaks
2573
2574 2004-11-15 [colin]      0.9.12cvs146.10
2575
2576         * src/codeconv.c
2577                 More unreadable locale fixes
2578
2579 2004-11-14 [colin]      0.9.12cvs146.9
2580
2581         * src/textview.c
2582                 Fix uri_security_check
2583                 Patch by Alfons
2584
2585 2004-11-13 [paul]       0.9.12cvs146.8
2586
2587         * src/folder.c
2588         * src/procmime.c
2589                 fix 2 bugs introduced in last commit
2590
2591 2004-11-13 [paul]       0.9.12cvs146.7
2592
2593         * src/compose.c
2594         * src/exporthtml.c
2595         * src/exportldif.c
2596         * src/folder.c
2597         * src/imap.c
2598         * src/imap_gtk.c
2599         * src/main.c
2600         * src/mainwindow.c
2601         * src/messageview.c
2602         * src/mh_gtk.c
2603         * src/prefs_themes.c
2604         * src/procmime.c
2605         * src/setup.c
2606         * src/summaryview.c
2607                 replace deprecated g_basename
2608
2609 2004-11-13 [paul]       0.9.12cvs146.6
2610
2611         * src/compose.c
2612         * src/imap.c
2613         * src/matcher_parser.h
2614         * src/matcher_parser_parse.y
2615         * src/prefs_filtering.c
2616         * src/prefs_filtering_action.c
2617         * src/prefs_themes.c
2618         * src/prefs_toolbar.c
2619         * src/common/utils.c
2620                 various small fixes/cleanups
2621
2622 2004-11-12 [colin]      0.9.12cvs146.5
2623
2624         * src/textview.c
2625                 Validate event's origin on visibility notify
2626                 Patch by Alfons.
2627
2628 2004-11-12 [paul]       0.9.12cvs146.4
2629
2630         * src/exporthtml.c
2631         * src/exportldif.c
2632         * src/imap.c
2633         * src/mh.c
2634         * src/mimeview.c
2635         * src/prefs_spelling.c
2636         * src/prefs_themes.c
2637                 replace deprecated g_dirname    
2638
2639 2004-11-12 [colin]      0.9.12cvs146.3
2640
2641         * src/textview.c
2642                 Some coding style fixes
2643
2644 2004-11-12 [colin]      0.9.12cvs146.2
2645
2646         * src/codeconv.c
2647                 We want to replace _all_ extended chars in
2648                 conv_unreadable_*, because any string containing
2649                 extended chars not parsing as UTF8 is 
2650                 undisplayed on gtk2.
2651
2652 2004-11-12 [paul]       0.9.12cvs146.1
2653
2654         * ChangeLog
2655         * ChangeLog.claws
2656         * ChangeLog.jp
2657         * NEWS
2658         * configure.ac
2659         * src/account.c
2660         * src/folderview.c
2661         * src/folderview.h
2662         * src/imap.c
2663         * src/imap_gtk.c
2664         * src/inc.c
2665         * src/mainwindow.c
2666         * src/mh_gtk.c
2667         * src/news_gtk.c
2668         * src/pop.c
2669         * src/prefs_account.c
2670         * src/prefs_account.h
2671         * src/prefs_ext_prog.c
2672         * src/procmime.c
2673         * src/procmime.h
2674         * src/procmsg.c
2675         * src/procmsg.h
2676         * src/summary_search.c
2677         * src/summaryview.c
2678         * src/textview.c
2679         * src/common/defs.h
2680         * src/common/utils.c
2681         * src/common/utils.h
2682         * src/gtk/menu.c
2683         * src/gtk/menu.h
2684                 sync with HEAD
2685
2686 2004-11-11 [colin]      0.9.12cvs144.2
2687
2688         * src/textview.c
2689                 Fix URI range selection (patch by Alfons)
2690
2691 2004-11-09 [colin]      0.9.12cvs144.1
2692
2693         * ChangeLog.claws
2694         * src/compose.c
2695         * src/folder.c
2696         * src/folder_item_prefs.c
2697         * src/prefs_account.c
2698         * src/prefs_account.h
2699         * src/plugins/pgpmime/pgpmime.c
2700                 Sync with HEAD
2701
2702 2004-11-08 [colin]      0.9.12cvs143.1
2703
2704         * src/summaryview.c
2705                 Sync with HEAD (optimize quicksearch)
2706
2707 2004-11-08 [colin]      0.9.12cvs142.2
2708
2709         * src/compose.c
2710                 Don't wrap when Edit/Auto wrapping is disabled
2711
2712 2004-11-08 [colin]      0.9.12cvs142.1
2713
2714         * src/textview.c
2715                 Sync with HEAD
2716
2717 2004-11-08 [colin]      0.9.12cvs141.1
2718
2719         * src/textview.c
2720                 Sync with HEAD (fix some mail URIs)
2721
2722 2004-11-08 [colin]      0.9.12cvs140.3
2723
2724         * src/textview.c
2725                 o Use text cursor instead of arrow when
2726                   not on a link
2727                 o Fix handling of contiguous links (as in
2728                   "colin@colino.net" <colin@colino.net>)
2729                   This one unveils a bug in get_email_part()
2730
2731 2004-11-07 [colin]      0.9.12cvs140.2
2732
2733         * src/textview.c
2734                 Fix memleak. Patch by Alfons.
2735
2736 2004-11-06 [colin]      0.9.12cvs140.1
2737
2738         * src/compose.c
2739                 Sync with HEAD (don't ask passphrase
2740                 when drafting)
2741
2742 2004-11-06 [paul]       0.9.12cvs139.2
2743
2744         * AUTHORS
2745         * src/textview.c
2746         * src/textview.h
2747                 textview URI handling. hovering over a 
2748                 link displays it in the status bar,
2749                 and changes the mouse pointer to a hand 
2750                 cursor. a link is activated with a single 
2751                 click. (Modified from the) patch by Jean-Yves 
2752                 Lefort <jylefort@users.sourceforge.net>
2753                 
2754
2755 2004-11-05 [colin]      0.9.12cvs139.1
2756
2757         * src/compose.c
2758         * src/procmime.c
2759                 Sync with HEAD again ^^
2760
2761 2004-11-05 [colin]      0.9.12cvs139.1
2762
2763         * src/compose.c
2764         * src/procmime.c
2765                 Sync with HEAD
2766
2767 2004-11-03 [paul]       0.9.12cvs138.1
2768
2769         * ChangeLog.claws
2770         * configure.ac
2771         * po/POTFILES.in
2772         * src/prefs_ext_prog.c
2773         * src/procmime.c
2774         * tools/kdeservicemenu/README
2775         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2776         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2777                 sync with HEAD
2778
2779 2004-11-01 [christoph]  0.9.12cvs136.2
2780
2781         * src/procmime.c
2782                 convert MIME parameters to UTF-8
2783
2784 2004-10-29 [colin]      0.9.12cvs136.1
2785
2786         * src/common/utils.c
2787                 Sync with HEAD (don't use '=' in mime boundary)
2788
2789 2004-10-29 [paul]       0.9.12cvs135.1
2790
2791         * configure.ac
2792         * doc/src/rfc2231.txt
2793         * src/procmime.c
2794         * src/common/quoted-printable.c
2795         * src/common/utils.c
2796         * src/common/utils.h
2797                 sync with HEAD
2798
2799 2004-10-27 [paul]       0.9.12cvs134.1
2800
2801         * configure.ac
2802         * src/main.c
2803         * src/procmime.c
2804         * src/plugins/pgpmime/pgpmime.c
2805                 sync with HEAD
2806
2807 2004-10-26 [paul]       0.9.12cvs132.3
2808
2809         * src/account.c
2810         * src/addressbook.c
2811         * src/addrgather.c
2812         * src/addrharvest.c
2813         * src/codeconv.c
2814         * src/compose.c
2815         * src/customheader.c
2816         * src/editaddress.c
2817         * src/editgroup.c
2818         * src/enriched.c
2819         * src/expldifdlg.c
2820         * src/exporthtml.c
2821         * src/exportldif.c
2822         * src/folder.c
2823         * src/foldersel.c
2824         * src/folderview.c
2825         * src/grouplistdialog.c
2826         * src/html.c
2827         * src/imap.c
2828         * src/jpilot.c
2829         * src/ldapserver.c
2830         * src/ldif.c
2831         * src/mimeview.c
2832         * src/news.c
2833         * src/news_gtk.c
2834         * src/pop.c
2835         * src/prefs_display_header.c
2836         * src/prefs_gtk.c
2837         * src/prefs_msg_colors.c
2838         * src/prefs_toolbar.c
2839         * src/procheader.c
2840         * src/procmime.c
2841         * src/summaryview.c
2842         * src/textview.c
2843         * src/toolbar.c
2844         * src/vcard.c
2845         * src/common/mgutils.c
2846         * src/common/nntp.c
2847         * src/common/smtp.c
2848         * src/common/template.c
2849         * src/common/utils.c
2850         * src/common/xmlprops.c
2851         * src/plugins/pgpmime/pgpmime.c
2852         * src/plugins/pgpmime/select-keys.c
2853         * src/plugins/pgpmime/sgpgme.c
2854                 replace deprecated g_strcasecmp(), g_strncasecmp(),
2855                 g_string_sprintfa(), gtk_notebook_current_page()
2856
2857 2004-10-26 [colin]      0.9.12cvs132.2
2858
2859         * src/prefs_folder_item.c
2860                 Fix default-account selection
2861
2862 2004-10-21 [colin]      0.9.12cvs133
2863
2864         * src/compose.c
2865                 Sync with HEAD (Remove extra separator in compose's Options)
2866         * src/textview.c
2867                 Set wrapping to char
2868
2869 2004-10-21 [paul]       0.9.12cvs131.2
2870
2871         * src/compose.c
2872         * src/sourcewindow.c
2873                 fix wrapping
2874                 fix window shrinking 
2875
2876 2004-10-21 [colin]      0.9.12cvs131.1
2877
2878         * ChangeLog.claws
2879         * src/compose.c
2880                 Sync with HEAD
2881
2882 2004-10-21 [paul]       0.9.12cvs130.2
2883
2884         * src/prefs_folder_item.c
2885                 sync with HEAD (Apply to subfolders)
2886
2887 2004-10-19 [colin]      0.9.12cvs130.1
2888
2889         * ChangeLog.claws
2890         * src/compose.c
2891         * src/common/utils.c
2892         * src/gtk/menu.c
2893                 Sync with HEAD
2894
2895 2004-10-19 [colin]      0.9.12cvs128.1
2896
2897         * src/addrbook.c
2898         * src/addrcache.c
2899         * src/addressbook.c
2900         * src/codeconv.c
2901         * src/compose.c
2902         * src/customheader.c
2903         * src/editaddress.c
2904         * src/editgroup.c
2905         * src/exporthtml.c
2906         * src/folder.c
2907         * src/folderview.c
2908         * src/imap.c
2909         * src/jpilot.c
2910         * src/main.c
2911         * src/matcher_parser_parse.y
2912         * src/mbox.c
2913         * src/pop.c
2914         * src/prefs_account.c
2915         * src/prefs_gtk.c
2916         * src/prefs_msg_colors.c
2917         * src/procheader.c
2918         * src/procmime.c
2919         * src/procmime.h
2920         * src/procmsg.c
2921         * src/summaryview.c
2922         * src/textview.c
2923         * src/common/base64.c
2924         * src/common/partial_download.c
2925         * src/common/socket.c
2926         * src/common/sylpheed.c
2927         * src/common/utils.c
2928         * src/common/utils.h
2929         * src/gtk/pluginwindow.c
2930         * src/gtk/quicksearch.c
2931         * src/plugins/clamav/clamav_plugin.c
2932         * src/plugins/clamav/clamav_plugin.h
2933         * src/plugins/clamav/clamav_plugin_gtk.c
2934         * src/plugins/pgpmime/passphrase.c
2935         * src/plugins/pgpmime/pgpmime.c
2936         * src/plugins/pgpmime/plugin.c
2937         * src/plugins/pgpmime/prefs_gpg.c
2938         * src/plugins/pgpmime/prefs_gpg.h
2939         * src/plugins/pgpmime/select-keys.c
2940         * src/plugins/pgpmime/sgpgme.c
2941         * src/plugins/spamassassin/libspamc.c
2942         * src/plugins/spamassassin/spamassassin.c
2943         * src/plugins/spamassassin/spamassassin.h
2944         * src/plugins/spamassassin/spamassassin_gtk.c
2945         * src/plugins/trayicon/trayicon.c
2946         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2947                 Sync with HEAD
2948
2949 2004-10-14 [colin]      0.9.12cvs126.2
2950
2951         * src/codeconv.c
2952         * src/textview.c
2953                 Fix conv_unreadable_locale
2954
2955 2004-10-13 [colin]      0.9.12cvs126.1
2956
2957         * src/compose.c
2958                 Sync with HEAD (don't convert charset for 
2959                 drafted messages, minor cleanup)
2960
2961 2004-10-13 [colin]      0.9.12cvs125.1
2962
2963         * po/POTFILES.in
2964                 Sync with HEAD (POTFILES fix)
2965
2966 2004-10-12 [colin]      0.9.12cvs124.3
2967
2968         * src/compose.c
2969                 Fix encoding bug from latest sync
2970
2971 2004-10-12 [paul]       0.9.12cvs124.2
2972
2973         * src/plugins/pgpmime/prefs_gpg.c
2974         * src/plugins/pgpmime/prefs_gpg.h
2975                 forgotten in last commit        
2976
2977 2004-10-12 [paul]       0.9.12cvs124.1
2978
2979         * ChangeLog.claws
2980         * configure.ac
2981         * m4/spamassassin.m4
2982         * src/Makefile.am
2983         * src/account.c
2984         * src/compose.c
2985         * src/compose.h
2986         * src/crash.c
2987         * src/main.c
2988         * src/mimeview.c
2989         * src/passphrase.c
2990         * src/passphrase.h
2991         * src/prefs_account.c
2992         * src/prefs_account.h
2993         * src/prefs_common.c
2994         * src/privacy.c
2995         * src/privacy.h
2996         * src/procmime.c
2997         * src/procmime.h
2998         * src/procmsg.c
2999         * src/rfc2015.c
3000         * src/rfc2015.h
3001         * src/select-keys.c
3002         * src/select-keys.h
3003         * src/textview.c
3004         * src/common/utils.c
3005         * src/common/utils.h
3006         * src/gtk/about.c
3007         * src/plugins/pgpmime/Makefile.am
3008         * src/plugins/pgpmime/passphrase.c
3009         * src/plugins/pgpmime/passphrase.h
3010         * src/plugins/pgpmime/pgpmime.c
3011         * src/plugins/pgpmime/plugin.c
3012         * src/plugins/pgpmime/select-keys.c
3013         * src/plugins/pgpmime/select-keys.h
3014         * src/plugins/pgpmime/sgpgme.c
3015         * src/plugins/pgpmime/sgpgme.h
3016                 sync with HEAD
3017
3018 2004-10-04 [colin]      0.9.12cvs122.1
3019
3020         * src/mainwindow.c
3021         * src/messageview.c
3022         * src/messageview.h
3023         * src/textview.c
3024                 Sync with HEAD
3025
3026 2004-10-04 [colin]      0.9.12cvs121.1
3027
3028         * src/summaryview.c
3029                 Sync with HEAD
3030
3031 2004-10-04 [paul]       0.9.12cvs120.1
3032
3033         * configure.ac
3034                 sync with HEAD [don't try to build 
3035                 pgpmime plugin when gpgme is disabled]
3036
3037 2004-10-03 [colin]      0.9.12cvs119.3
3038
3039         * src/gtk/gtksctree.c
3040                 Lots of side effects. Put back as before 117.2.
3041         * src/summaryview.c
3042                 Fix bug #602
3043
3044 2004-10-03 [colin]      0.9.12cvs119.2
3045
3046         * src/gtk/gtksctree.c
3047                 Revert 608 fix that doesn't work that good
3048
3049 2004-10-02 [colin]      0.9.12cvs119.1
3050
3051         * src/mainwindow.c
3052         * src/messageview.c
3053         * src/prefs_common.h
3054         * src/procmime.c
3055         * src/procmime.h
3056         * src/textview.c
3057                 Sync with HEAD
3058         * src/gtk/gtksctree.c
3059                 Close bug #608
3060
3061 2004-10-01 [colin]      0.9.12cvs118.1
3062
3063         * src/mimeview.c
3064                 Sync with HEAD (better Save All fix)
3065
3066 2004-10-01 [colin]      0.9.12cvs117.2
3067
3068         * src/gtk/gtksctree.c
3069                 Faster on selection
3070
3071 2004-10-01 [colin]      0.9.12cvs117.1
3072
3073         * src/mimeview.c
3074                 Sync with HEAD (Save All: only attachments)
3075
3076 2004-10-01 [paul]       0.9.12cvs116.1
3077
3078         * ChangeLog.claws
3079         * configure.ac
3080         * src/account.c
3081         * src/prefs_common.c
3082         * src/gtk/colorlabel.c
3083                 sync with HEAD
3084
3085 2004-09-30 [colin]      0.9.12cvs115.1
3086
3087         * src/stock_pixmap.c
3088         * src/stock_pixmap.h
3089         * src/folderview.c
3090         * src/Makefile.am
3091         * src/pixmaps/read.xpm
3092                 Sync with HEAD (new pixmap)
3093
3094 2004-09-29 [colin]      0.9.12cvs114.1
3095
3096         * src/compose.c
3097                 Sync with HEAD
3098                 Fix focus handling in headers
3099
3100 2004-09-29 [paul]       0.9.12cvs113.1
3101
3102         * src/quote_fmt_parse.y
3103                 sync with HEAD
3104  
3105
3106 2004-09-28 [colin]      0.9.12cvs112.1
3107
3108         * src/folderview.c
3109         * src/mainwindow.c
3110                 Sync with HEAD
3111
3112 2004-09-28 [colin]      0.9.12cvs110.1
3113
3114         * src/folderview.c
3115                 Sync with HEAD (Contextual Empty trash menu)
3116
3117 2004-09-28 [colin]      0.9.12cvs108.1
3118
3119         * src/addressbook.c
3120                 Sync with HEAD (addressbook edit on double-click)
3121
3122 2004-09-28 [colin]      0.9.12cvs106.1
3123
3124         * src/inc.c
3125                 Sync with HEAD (folder_item freeze on inc)
3126
3127 2004-09-27 [colin]      0.9.12cvs105.1
3128
3129         * src/folderview.c
3130                 Sync with HEAD (right-align new and unread column)
3131
3132 2004-09-27 [colin]      0.9.12cvs104.1
3133
3134         * src/main.c
3135                 Sync with HEAD (revert 0.9.12cvs101)
3136
3137 2004-09-24 [colin]      0.9.12cvs103.2
3138
3139         * src/wizard.c
3140                 Fix gtk warnings and use domain part of the email address 
3141                 when domain detection fails (no dot in domain name)
3142
3143 2004-09-23 [colin]      0.9.12cvs103.1
3144
3145         * src/plugins/spamassassin/libspamc.c
3146         * src/plugins/spamassassin/libspamc.h
3147         * src/plugins/spamassassin/utils.c
3148         * src/plugins/spamassassin/utils.h
3149                 Sync with HEAD (Update spamassassin to 3.0)
3150
3151 2004-09-21 [colin]      0.9.12cvs102.3
3152
3153         * src/action.c
3154                 Add horizontal scrollbar in action io dialog as needed
3155                 Patch by Alfons.
3156
3157 2004-09-20 [colin]      0.9.12cvs102.2
3158
3159         * src/plugins/image_viewer/viewer.c
3160                 Remove imlib stuff
3161                 use gtk_pixmap_set when clearing
3162                 (would be better to use gtkImages, but causes size-allocate 
3163                 signals storm)
3164
3165 2004-09-17 [paul]       0.9.12cvs102.1
3166
3167         * ChangeLog
3168         * ChangeLog.claws
3169         * ChangeLog.jp
3170         * configure.ac
3171         * src/inc.c
3172                 sync with HEAD
3173
3174
3175 2004-09-17 [colin]      0.9.12cvs101.1
3176
3177         * ChangeLog.claws
3178         * src/main.c
3179                 Sync with HEAD (fix segs at exit)
3180
3181 2004-09-14 [colin]      0.9.12cvs99.5
3182
3183         * src/common/socket.c
3184         * AUTHORS
3185                 Fix send error on 64bit platforms
3186                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
3187
3188 2004-09-14 [colin]      0.9.12cvs99.4
3189
3190         * src/action.c
3191                 Fix action output with utf8 
3192                 Patch by Alfons.
3193
3194 2004-09-14 [colin]      0.9.12cvs99.3
3195
3196         * ChangeLog.claws
3197         * src/folder.c
3198                 Sync with HEAD
3199
3200 2004-09-09 [colin]      0.9.12cvs99.2
3201
3202         * src/action.c
3203                 Fix progress bar (displaying "Completed %v/%u")
3204                 Patch by Alfons.
3205
3206 2004-09-08 [colin]      0.9.12cvs99.1
3207
3208         * src/account.c
3209         * src/folder.c
3210         * src/procmsg.c
3211         * src/procmsg.h
3212         * src/plugins/pgpmime/pgpmime.c
3213                 Sync with HEAD
3214
3215 2004-09-08 [colin]      0.9.12cvs97.2
3216
3217         * src/summaryview.c
3218                 Don't select mails in collapsed threads 
3219                 when navigating with up/down
3220
3221 2004-09-07 [colin]      0.9.12cvs97.1
3222
3223         * src/inc.c
3224                 Sync with HEAD (meaningful error messages)
3225
3226 2004-09-06 [colin]      0.9.12cvs96.1
3227
3228         * src/toolbar.c
3229                 Sync with HEAD (fix Redirect graying out)
3230
3231 2004-09-06 [colin]      0.9.12cvs95.1
3232
3233         * src/summaryview.c
3234         * src/mimeview.c
3235                 Sync with HEAD (fix dropped URIs)
3236
3237 2004-09-06 [colin]      0.9.12cvs94.1
3238
3239         * src/addressbook.c
3240         * src/addressitem.h
3241         * src/addritem.c
3242         * src/addritem.h
3243                 Sync with HEAD (addressbook DnD)
3244
3245 2004-09-03 [colin]      0.9.12cvs93.1
3246
3247         * src/summaryview.c
3248                 Sync with HEAD (next/prev unread)
3249
3250 2004-09-03 [colin]      0.9.12cvs92.1
3251
3252         * src/prefs_common.c
3253         * src/prefs_common.h
3254         * src/summaryview.c
3255                 Sync with HEAD ('mark_as_read_delay' pref)
3256
3257 2004-09-02 [colin]      0.9.12cvs91.2
3258
3259         * src/common/xml.c
3260                 Fix leak
3261
3262 2004-09-02 [colin]      0.9.12cvs91.1
3263
3264         * src/gtk/menu.c
3265                 Sync with HEAD (menu accel don't work, but whatever)
3266
3267 2004-09-02 [colin]      0.9.12cvs90.1
3268
3269         * src/account.c
3270                 Sync with HEAD (fix bug 582)
3271
3272 2004-09-02 [colin]      0.9.12cvs89.1
3273
3274         * src/addrindex.c
3275                 Sync with HEAD (free deleted queries)
3276
3277 2004-09-02 [colin]      0.9.12cvs88.1
3278
3279         * src/ldapquery.c
3280                 Sync with HEAD (fix LDAP freezes)
3281
3282 2004-09-02 [colin]      0.9.12cvs87.1
3283
3284         * src/prefs_spelling.c
3285                 Sync with HEAD (add default dictionary)
3286
3287 2004-09-01 [colin]      0.9.12cvs86.1
3288
3289         * src/filtering.c
3290         * src/folderview.c
3291         * src/imap.c
3292         * src/prefs_matcher.c
3293         * src/stock_pixmap.c
3294         * src/summary_search.c
3295         * src/summaryview.c
3296         * src/wizard.c
3297         * src/wizard.h
3298                 Sync with HEAD (uninitialized vars fixes)
3299                 + gtk2 specific warning fixes
3300
3301 2004-08-31 [colin]      0.9.12cvs85.1
3302
3303         * src/folder.c
3304                 Sync with HEAD (Fix memory corruption due to 
3305                 uninitialized var)
3306
3307 2004-08-31 [colin]      0.9.12cvs84.4
3308
3309         * src/summary_search.c
3310                 Fix segfaults when searching in folders with broken headers
3311
3312 2004-08-31 [colin]      0.9.12cvs84.3
3313
3314         * src/compose.c
3315         * src/textview.c
3316                 Fix some more encoding/decoding issues
3317
3318 2004-08-30 [colin]      0.9.12cvs84.2
3319
3320         * src/mimeview.c
3321         * src/prefs_themes.c
3322         * src/gtk/filesel.c
3323         * src/gtk/filesel.h
3324                 Add a folder-mode selection (fixes mimeview's "Save all")
3325
3326 2004-08-29 [colin]      0.9.12cvs84.1
3327
3328         * src/mimeview.c
3329                 Sync with HEAD (don't escape saved filenames)
3330
3331 2004-08-27 [colin]      0.9.12cvs83.1
3332
3333         * ChangeLog
3334         * ChangeLog.claws
3335         * ChangeLog.jp
3336         * src/mh.c
3337         * src/procheader.c
3338         * src/procmsg.c
3339         * src/procmsg.h
3340         * src/common/utils.c
3341         * src/gtk/menu.h
3342         * po/
3343                 Sync with HEAD 0.9.12cvs83 (sync with main)
3344
3345 2004-08-26 [colin]      0.9.12cvs82.4
3346
3347         * src/codeconv.c
3348                 Fix strange stack corruption
3349                 Convert to utf8 after unmime, not before
3350
3351 2004-08-26 [colin]      0.9.12cvs82.3
3352
3353         * src/main.c
3354         * src/wizard.c
3355                 Fix account folders duplication
3356
3357 2004-08-25 [colin]      0.9.12cvs82.2
3358
3359         * src/wizard.c
3360                 Remove ports
3361                 Add SSL selection
3362                 Use login@server as account name
3363
3364 2004-08-25 [colin]      0.9.12cvs82.1
3365
3366         * src/plugins/pgpmime/pgpmime.c
3367                 Sync with HEAD (leak fix).
3368
3369 2004-08-25 [colin]      0.9.12cvs81.1
3370
3371         * src/plugins/pgpmime/pgpmime.c
3372         * src/plugins/pgpmime/sgpgme.c
3373         * src/plugins/pgpmime/sgpgme.h
3374                 Sync with HEAD (Handle combined messages).
3375
3376 2004-08-24 [colin]      0.9.12cvs80.3
3377
3378         * src/wizard.c
3379                 Fix full name, ports, and imap
3380
3381 2004-08-24 [colin]      0.9.12cvs80.2
3382
3383         * src/Makefile.am
3384         * src/main.c
3385         * src/setup.c
3386         * src/setup.h
3387         * src/stock_pixmap.c
3388         * src/stock_pixmap.h
3389         * src/wizard.c ** ADDED **
3390         * src/wizard.h ** ADDED ** 
3391         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
3392                 Add a setup wizard 
3393
3394 2004-08-24 [colin]      0.9.12cvs80.1
3395
3396         * src/folder.c
3397                 Sync with HEAD (set mimeflags on all messages)
3398
3399 2004-08-24 [colin]      0.9.12cvs79.3
3400
3401         * src/matcher_parser_lex.l
3402                 Fix 8bits strings not in utf8
3403
3404 2004-08-24 [colin]      0.9.12cvs79.2
3405
3406         * src/compose.c
3407                 Check conversion result before replacing buffer
3408
3409 2004-08-23 [colin]      0.9.12cvs79.1
3410
3411         * src/compose.c
3412                 Sync with HEAD (create message header in memory)
3413
3414 2004-08-23 [colin]      0.9.12cvs78.1
3415
3416         * src/rfc2015.c
3417         * src/rfc2015.h
3418                 Sync with HEAD (fix bug 197 again)
3419
3420 2004-08-23 [colin]      0.9.12cvs77.3
3421
3422         * src/compose.c
3423                 Fix again inline gpg signing (which outputs utf8
3424                 in gtk2). Not syncing this fix to HEAD as this 
3425                 code is meant to die.
3426
3427 2004-08-23 [colin]      0.9.12cvs77.2
3428
3429         * src/prefs_account.h
3430                 Remove useless include
3431
3432 2004-08-23 [colin]      0.9.12cvs77.1
3433
3434         * src/imap.c
3435         * po/es.po
3436         * po/fr.po
3437         * po/it.po
3438         * po/pl.po
3439         * po/pt_BR.po
3440         * po/sk.po
3441         * po/sr.po
3442                 Sync with HEAD (fix bug 577)
3443
3444 2004-08-22 [colin]      0.9.12cvs76.1
3445
3446         * src/plugins/trayicon/trayicon.c
3447                 Sync with HEAD (fix formatting bug)
3448
3449 2004-08-21 [colin]      0.9.12cvs74.2
3450
3451         * src/gtk/colorsel.c
3452                 Fix bug 564 (Folder color selection window exits on any
3453                 keypress)
3454
3455 2004-08-21 [colin]      0.9.12cvs74.1
3456
3457         * ChangeLog.claws
3458         * src/compose.c
3459         * src/summaryview.c
3460         * src/toolbar.c
3461                 Sync with HEAD (fix bug 576)
3462
3463 2004-08-21 [colin]      0.9.12cvs70.1
3464
3465         * src/compose.c
3466         * src/mainwindow.c
3467                 Sync with HEAD
3468                 
3469
3470 2004-08-21 [paul]       0.9.12cvs66.4
3471
3472         * src/mainwindow.c
3473         * src/messageview.c
3474         * src/gtk/menu.c
3475         * src/plugins/spamassassin/spamassassin_gtk.c
3476                 remove some deprecated gtk1 functions
3477
3478
3479 2004-08-21 [colin]      0.9.12cvs66.3
3480
3481         * src/compose.c
3482         * src/codeconv.c
3483                 Fix warnings
3484                 Remove encoding hacks
3485                 Fix bug 575 (Strange character messes up message)
3486                 Don't display conversion error when drafting
3487
3488 2004-08-21 [paul]       0.9.12cvs66.2
3489
3490         * src/prefs_account.c
3491                 fix GnuPG mode bugs
3492
3493
3494 2004-08-20 [colin]      0.9.12cvs66.1
3495
3496         * src/codeconv.c
3497                 Sync with HEAD 0.9.12cvs66
3498
3499 2004-08-20 [paul]
3500
3501         * src/plugins/pgpmime/plugin.c
3502                 modify PGP/MIME plugin's description
3503
3504 2004-08-17 [colin]      0.9.12cvs65.1
3505
3506         * src/common/ssl.c
3507         * src/plugins/pgpmime/plugin.c
3508                 Sync with HEAD
3509
3510 2004-08-14 [colin]      0.9.12cvs60.3
3511
3512         * src/plugins/trayicon/trayicon.c
3513                 Put back resize callback, on size-request signal
3514                 rather than size-allocate to avoid infinite 
3515                 callback loop
3516
3517 2004-08-13 [colin]      0.9.12cvs60.2
3518
3519         * src/common/defs.h
3520                 Cache versions have been fixed
3521
3522 2004-08-13 [colin]      0.9.12cvs60.1
3523
3524         * src/folderutils.c
3525                 Sync with HEAD
3526
3527 2004-08-12 [colin]      0.9.12cvs59.1
3528
3529         * src/plugins/trayicon/trayicon.c
3530                 Sync with HEAD
3531
3532 2004-08-12 [colin]      0.9.12cvs57.5
3533
3534         * sylpheed.desktop
3535         * configure.ac
3536         * src/Makefile.am
3537         * src/main.c
3538                 Add support for Freedesktop.org's startup notification
3539
3540 2004-08-11 [colin]      0.9.12cvs57.4
3541
3542         * src/textview.c
3543                 Fix off-by-one
3544
3545 2004-08-11 [colin]      0.9.12cvs57.3
3546
3547         * src/message_search.c
3548         * src/summary_search.c
3549                 Make searches case insensitive by default
3550         * src/textview.c
3551                 Fix case-insensitive search in message
3552
3553 2004-08-11 [colin]      0.9.12cvs57.2
3554
3555         * src/summary_search.c
3556                 Let case-sensitive be specified
3557
3558 2004-08-10 [colin]      0.9.12cvs55.4
3559
3560         * src/common/socket.c
3561                 Fix the possible race condition
3562
3563 2004-08-09 [paul]       0.9.12cvs55.3
3564
3565         * configure.ac
3566         * src/Makefile.am
3567         * src/common/Makefile.am
3568                 sync with HEAD
3569
3570
3571 2004-08-09 [paul]       0.9.12cvs55.2
3572
3573         * autogen.sh
3574         * po/poconv.sh
3575                 remove unneeded script
3576
3577         * configure.ac
3578                 add forgotten USE_LDAP_TLS (sync with HEAD)
3579
3580
3581 2004-08-09 [colin]      0.9.12cvs55.1
3582
3583         * src/main.c
3584         * src/common/ssl.c
3585         * src/common/sylpheed.c
3586         * src/common/sylpheed.h
3587                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
3588
3589 2004-08-09 [paul]       0.9.12cvs54.1
3590
3591         * ChangeLog
3592         * ChangeLog.claws
3593         * ChangeLog.jp
3594         * configure.ac
3595         * po/POTFILES.in
3596         * src/Makefile.am
3597         * src/folderutils.c
3598         * src/main.c
3599         * src/pgpmime.c
3600         * src/pgpmime.h
3601         * src/sgpgme.c
3602         * src/sgpgme.h
3603         * src/plugins/Makefile.am
3604         * src/plugins/pgpmime/.cvsignore
3605         * src/plugins/pgpmime/Makefile.am
3606         * src/plugins/pgpmime/pgpmime.c
3607         * src/plugins/pgpmime/pgpmime.h
3608         * src/plugins/pgpmime/plugin.c
3609         * src/plugins/pgpmime/sgpgme.c
3610         * src/plugins/pgpmime/sgpgme.h
3611                 sync with HEAD
3612
3613 2004-08-08 [paul]       0.9.12cvs51.1
3614
3615         * configure.ac
3616         * src/folder.c
3617                 sync with HEAD
3618
3619 2004-08-07 [colin]      0.9.12cvs50.1
3620
3621         * src/pop.c
3622         * src/common/partial_download.c
3623                 fix warnings (sync from HEAD)
3624
3625 2004-08-07 [colin]      0.9.12cvs48.1
3626
3627         * src/prefs_folder_item.c
3628                 sync with HEAD 0.9.12cvs48
3629
3630 2004-08-06 [colin]      0.9.12cvs47.1
3631
3632         * src/compose.c
3633                 Sync with HEAD
3634
3635 2004-08-06 [christoph]  0.9.12cvs46.2
3636
3637         * src/main.c
3638         * src/plugins/clamav/clamav_plugin_gtk.c
3639         * src/plugins/dillo_viewer/dillo_viewer.c
3640         * src/plugins/image_viewer/plugin.c
3641         * src/plugins/mathml_viewer/mathml_viewer.c
3642         * src/plugins/spamassassin/spamassassin_gtk.c
3643         * src/plugins/trayicon/trayicon.c
3644                 don't mix GTK1.2 plugin with GTK2 plugins
3645
3646 2004-08-06 [colin]      0.9.12cvs46.1
3647
3648         * ChangeLog
3649         * ChangeLog.claws
3650         * ChangeLog.jp
3651         * configure.ac
3652         * sylpheed-claws.pc.in
3653         * src/folder.c
3654         * src/imap.c
3655         * src/localfolder.c
3656         * src/messageview.c
3657         * src/mimeview.c
3658         * src/mimeview.h
3659         * src/msgcache.c
3660         * src/news.c
3661         * src/prefs_ext_prog.c
3662         * src/prefs_folder_item.c
3663         * src/prefs_fonts.c
3664         * src/prefs_msg_colors.c
3665         * src/prefs_spelling.c
3666         * src/prefs_themes.c
3667         * src/prefs_toolbar.c
3668         * src/prefs_wrapping.c
3669         * src/procmime.h
3670         * src/common/defs.h
3671         * src/common/nntp.c
3672         * src/common/session.c
3673         * src/common/session.h
3674         * src/common/socket.c
3675         * src/common/utils.h
3676         * src/common/xml.c
3677         * src/common/xml.h
3678         * src/gtk/prefswindow.c
3679         * src/gtk/prefswindow.h
3680         * src/plugins/clamav/clamav_plugin_gtk.c
3681         * src/plugins/dillo_viewer/dillo_prefs.c
3682         * src/plugins/image_viewer/viewerprefs.c
3683         * src/plugins/spamassassin/spamassassin_gtk.c
3684         * m4/openssl.m4 *** REMOVED ***
3685                 Sync with HEAD 0.9.12cvs46
3686
3687 2004-08-03 [paul]       0.9.12cvs40.2
3688
3689         * src/action.c
3690         * src/addressadd.c
3691         * src/addressbook.c
3692         * src/addrgather.c
3693         * src/browseldap.c
3694         * src/compose.c
3695         * src/crash.c
3696         * src/editaddress.c
3697         * src/editgroup.c
3698         * src/editldap_basedn.c
3699         * src/foldersel.c
3700         * src/importldif.c
3701         * src/mimeview.c
3702         * src/prefs_common.c
3703         * src/prefs_template.c
3704         * src/sourcewindow.c
3705         * src/summaryview.c
3706         * src/gtk/about.c
3707         * src/gtk/foldersort.c
3708         * src/gtk/logwindow.c
3709         * src/gtk/pluginwindow.c
3710         * src/gtk/prefswindow.c
3711                 change all gtk_scrolled_window_set_policy from 
3712                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
3713
3714 2004-08-02 [paul]       0.9.12cvs40.1
3715
3716         * AUTHORS
3717                 update translation team section
3718         * po/pt_BR.po
3719                 updated by Frederico Goncalves Guimaraes
3720                 <fggdebian@yahoo.com.br>
3721
3722 2004-07-31 [colin]      0.9.12cvs39.9
3723
3724         * src/exphtmldlg.c
3725                 Fix compilation
3726
3727 2004-07-31 [colin]      0.9.12cvs39.8
3728
3729         * src/exphtmldlg.c
3730                 Fix an alertpanel type
3731
3732 2004-07-30 [colin]      0.9.12cvs39.7
3733
3734         * src/alertpanel.c
3735                 Fix alertpanel_error_log's icon
3736
3737 2004-07-30 [colin]      0.9.12cvs39.6
3738
3739         * src/pop.c
3740                 Two of them should still be warnings
3741
3742 2004-07-30 [colin]      0.9.12cvs39.5
3743
3744         * src/pop.c
3745                 More warning -> error
3746 2004-07-29 [colin]      0.9.12cvs39.4
3747
3748         * src/pop.c
3749                 Warning -> error
3750
3751 2004-07-29 [colin]      0.9.12cvs39.3
3752
3753         * src/prefs_matcher.c
3754                 Fix segfault
3755
3756 2004-07-29 [colin]      0.9.12cvs39.2
3757
3758         * src/alertpanel.c
3759                 More nice-looking alertpanels
3760
3761 2004-07-29 [colin]      0.9.12cvs39.1
3762
3763         * src/messageview.c
3764                 sync with head
3765                 (inform user when partial mail is deleted on server)
3766
3767 2004-07-29 [colin]      0.9.12cvs38.1
3768
3769         * src/messageview.c
3770                 sync with head
3771
3772 2004-07-28 [paul]       0.9.12cvs37.7
3773
3774         * src/mainwindow.c
3775                 complete the replacement of deprecated gtk_progress_*
3776
3777 2004-07-28 [paul]       0.9.12cvs37.6
3778
3779         * src/action.c
3780         * src/inc.c
3781         * src/mainwindow.c
3782         * src/send_message.c
3783         * src/gtk/progressdialog.c
3784         * src/gtk/progressdialog.h
3785                 replace deprecated gtk_progress_*
3786
3787 2004-07-28 [paul]       0.9.12cvs37.5
3788
3789         * src/gtk/filesel.c
3790                 remove gtk_window_set_wmclass()
3791 2004-07-28 [paul]       0.9.12cvs37.4
3792
3793         * src/addressbook.c
3794         * src/compose.c
3795         * src/foldersel.c
3796         * src/mainwindow.c
3797         * src/messageview.c
3798         * src/sourcewindow.c
3799         * src/gtk/logwindow.c
3800                 remove gtk_window_set_wmclass()
3801                 
3802         * src/prefs_filtering.c
3803         * src/prefs_filtering_action.c
3804         * src/prefs_fonts.c
3805         * src/prefs_gtk.c
3806         * src/prefs_matcher.c
3807         * src/ssl_manager.c
3808         * src/gtk/prefswindow.c
3809                 replace gtk_window_position()
3810
3811 2004-07-28 [colin]      0.9.12cvs37.3
3812
3813         * src/alertpanel.c
3814         * src/alertpanel.h
3815                 Add a way to specify panel type for specific
3816                 panels (alertpanel())
3817         * src/account.c
3818         * src/addressbook.c
3819         * src/compose.c
3820         * src/expldifdlg.c
3821         * src/main.c
3822         * src/messageview.c
3823         * src/summaryview.c
3824         * src/textview.c
3825         * src/gtk/sslcertwindow.c
3826                 Fix alertpanel()s so that their icon match
3827                 their real type
3828
3829 2004-07-28 [paul]       0.9.12cvs37.2
3830
3831         * src/addr_compl.c
3832         * src/addressbook.c
3833         * src/alertpanel.c
3834         * src/compose.c
3835         * src/export.c
3836         * src/foldersel.c
3837         * src/folderview.c
3838         * src/grouplistdialog.c
3839         * src/import.c
3840         * src/mainwindow.c
3841         * src/message_search.c
3842         * src/messageview.c
3843         * src/passphrase.c
3844         * src/prefs_actions.c
3845         * src/prefs_common.c
3846         * src/prefs_customheader.c
3847         * src/prefs_display_header.c
3848         * src/prefs_filtering.c
3849         * src/prefs_filtering_action.c
3850         * src/prefs_gtk.c
3851         * src/prefs_matcher.c
3852         * src/prefs_msg_colors.c
3853         * src/prefs_summary_column.c
3854         * src/prefs_template.c
3855         * src/sourcewindow.c
3856         * src/ssl_manager.c
3857         * src/summary_search.c
3858         * src/gtk/colorsel.c
3859         * src/gtk/description_window.c
3860         * src/gtk/gtkaspell.c
3861         * src/gtk/inputdialog.c
3862         * src/gtk/logwindow.c
3863         * src/gtk/prefswindow.c
3864         * src/gtk/progressdialog.c
3865                 replace deprecated gtk_window_set_policy
3866
3867 2004-07-27 [colin]      0.9.12cvs37.1
3868
3869         * src/msgcache.c
3870                 More fixes (synced for head again)
3871
3872 2004-07-27 [colin]      0.9.12cvs35.3
3873
3874         * src/msgcache.c
3875                 Fix wrong test
3876
3877 2004-07-27 [colin]      0.9.12cvs35.2
3878
3879         * src/mimeview.c
3880                 Fix width a bit (by Paul)
3881         * src/alertpanel.c
3882         * src/alertpanel.h
3883                 Specialize icons, make alertpanel_message()
3884                 private
3885         * src/message_search.c
3886         * src/sgpgme.c
3887         * src/summary_search.c
3888                 Suit alertpanel changes
3889
3890 2004-07-27 [colin]      0.9.12cvs35.1
3891
3892         * src/alertpanel.c
3893                 Add an icon
3894         * src/passphrase.c
3895                 Add debug output - maybe someone will
3896                 want to look at the problem with Grab
3897                 Input :)
3898         Bump version as we're synced with HEAD
3899
3900 2004-07-26 [colin]      0.9.12cvs33.26
3901
3902         * src/pop.c
3903                 Fix uidl-file parsing when not in new
3904                 format
3905
3906 2004-07-26 [colin]      0.9.12cvs33.25
3907
3908         * src/gtk/menu.c
3909                 Move popup menu up if necessary (fixes 
3910                 account selector)
3911         * src/mainwindow.c
3912                 Set account selector's button height to
3913                 minimum
3914
3915 2004-07-26 [colin]      0.9.12cvs33.24
3916
3917         * src/alertpanel.c
3918                 Maybe fix 551 (Truncated font in alert window)
3919
3920 2004-07-26 [colin]      0.9.12cvs33.23
3921
3922         * po/de.po
3923         * po/es.po
3924         * po/fr.po
3925         * po/it.po
3926         * po/ja.po
3927         * po/pl.po
3928         * po/ru.po
3929         * po/sk.po
3930         * po/sr.po
3931         * po/zh_CN.po
3932                 Sync po files with HEAD
3933
3934 2004-07-26 [paul]       0.9.12cvs33.22
3935
3936         * src/compose.c
3937                 fix Bug 556 'Organisation-header is sent even if empty'
3938
3939 2004-07-24 [colin]      0.9.12cvs33.21
3940
3941         * src/compose.c
3942         * src/gtk/gtkaspell.c
3943         * src/gtk/gtkaspell.h
3944                 Fix speller accelerators (require hack)
3945
3946 2004-07-24 [colin]      0.9.12cvs33.20
3947
3948         * src/gtk/gtkaspell.c
3949                 Fix over-eager code deletion breaking
3950                 Check while typing
3951
3952 2004-07-24 [colin]      0.9.12cvs33.19
3953
3954         * src/browseldap.c
3955         * src/ldapctrl.c
3956         * src/ldapctrl.h
3957         * src/ldapserver.h
3958                 Sync ldap with HEAD
3959         (Fixes 546 LDAP completely broken)
3960
3961 2004-07-24 [colin]      0.9.12cvs33.18
3962
3963         * src/prefs_msg_colors.c
3964                 Fix prototype mismatch
3965         (Fixes 547 void function cannot return value)
3966
3967 2004-07-24 [colin]      0.9.12cvs33.17
3968
3969         * src/mainwindow.c
3970                 Fix sort going back to previous sort key
3971                 when changing sort direction
3972
3973 2004-07-24 [colin]      0.9.12cvs33.16
3974
3975         * src/compose.c
3976                 Fix space insertion when re-wrapping at 
3977                 cursor point
3978
3979 2004-07-24 [colin]      0.9.12cvs33.15
3980
3981         * src/gtk/gtkaspell.c
3982                 Don't change cursor position in insert-text
3983                 callback
3984         (Fixes 539 Word wrapping on input transposes letters)
3985
3986 2004-07-24 [colin]      0.9.12cvs33.14
3987
3988         * src/gtk/gtkaspell.c
3989                 Reencode non-ascii chars to dictionary's
3990                 encoding
3991         (Fixes 544 Spell check broken non english locale)
3992
3993 2004-07-24 [colin]      0.9.12cvs33.13
3994
3995         * src/summaryview.c
3996                 Fix Shift+Down, add Home/End/PgUp/PgDown
3997
3998 2004-07-21 [colin]      0.9.12cvs33.12
3999
4000         * src/prefs_common.c
4001                 Fix a gtk warning (Patch by Andrej Kacian)
4002
4003 2004-07-21 [colin]      0.9.12cvs33.11
4004
4005         * src/gtk/filesel.c
4006                 More check
4007
4008 2004-07-21 [colin]      0.9.12cvs33.10
4009
4010         * src/compose.c
4011         * src/crash.c
4012         * src/export.c
4013         * src/import.c
4014         * src/messageview.c
4015         * src/mimeview.c
4016         * src/prefs_spelling.c
4017         * src/prefs_themes.c
4018         * src/summaryview.c
4019         * src/gtk/filesel.c
4020         * src/gtk/filesel.h
4021         * src/gtk/pluginwindow.c
4022                 Untwist open/save mode guessing logic, make
4023                 it explicit
4024
4025 2004-07-20 [colin]      0.9.12cvs33.9
4026
4027         * src/codeconv.c
4028                 conv_encode_header: src_charset is UTF-8 on
4029                 gtk2
4030         * src/compose.c
4031                 Remove double encoding of the headers
4032
4033 2004-07-20 [colin]      0.9.12cvs33.8
4034
4035         * src/codeconv.c
4036                 Fix typo
4037
4038 2004-07-20 [colin]      0.9.12cvs33.7
4039
4040         * src/mainwindow.c
4041                 Set the separated messageview to the saved
4042                 size of Claws' messageview (Patch by Alfons)
4043                 Fix a callback prototype (me)
4044
4045 2004-07-20 [colin]      0.9.12cvs33.6
4046
4047         * src/codeconv.h
4048                 Forgot one hunk in 0.9.12cvs33.4
4049
4050 2004-07-19 [colin]      0.9.12cvs33.5
4051
4052         * src/action.c
4053                 Action output fix
4054                 Patch by Alfons
4055
4056 2004-07-19 [colin]      0.9.12cvs33.4
4057
4058         * src/compose.c
4059                 Fix outgoing charset bug in headers
4060         * src/codeconv.c
4061                 Clean for glib2 - Patch by Alfons
4062
4063 2004-07-19 [colin]      0.9.12cvs33.3
4064
4065         * src/statusbar.c
4066                 Remove grip from the statusbar
4067                 Patch by Alfons
4068
4069 2004-07-19 [colin]      0.9.12cvs33.2
4070
4071         * src/messageview.c
4072         * src/textview.c
4073                 Fix messageview remembering the previous
4074                 scroll position when loading a new message
4075                 Patch by Alfons
4076
4077 2004-07-19 [colin]      0.9.12cvs33.1
4078
4079         * src/folder.h
4080         * src/folderview.c
4081         * src/summaryview.c
4082                 Sync with HEAD
4083
4084 2004-07-18 [colin]      0.9.12cvs32.7
4085
4086         * configure.ac
4087                 Remove useless check for XIM - noticed
4088                 by Alfons
4089
4090 2004-07-18 [colin]      0.9.12cvs32.6
4091
4092         * src/summaryview.c
4093                 Remove non-modified and shift-modified
4094                 accelerators in summaryview's popup
4095                 menu, as that doesn't get catched by
4096                 the accel-activate signal catcher...
4097
4098 2004-07-18 [colin]      0.9.12cvs32.5
4099
4100         * src/prefs_common.c
4101                 Define sensible default prefs for 
4102                 wrapping
4103
4104 2004-07-18 [colin]      0.9.12cvs32.4
4105
4106         * src/compose.c
4107         * src/prefs_common.c
4108         * src/prefs_common.h
4109         * src/prefs_wrapping.c
4110                 Remove Smart Wrapping pref, which does
4111                 nothing on gtk2 branch
4112
4113 2004-07-18 [colin]      0.9.12cvs32.3
4114
4115         * src/sourcewindow.c
4116                 Proper utf8
4117
4118 2004-07-18 [colin]      0.9.12cvs32.2
4119
4120         * src/compose.c
4121                 Save attachment status when drafting
4122
4123 2004-07-18 [colin]      0.9.12cvs32.1
4124
4125         * src/gtk/filesel.c
4126                 Fix erratic folder selection in open mode
4127
4128 2004-07-18 [colin]      0.9.12cvs31.11
4129
4130         * src/pop.c
4131                 Don't let partial messages get deleted
4132                 even with "dowload all"
4133                 (0.9.12cvs31.8 fix extension)
4134 2004-07-18 [colin]      0.9.12cvs31.10
4135
4136         * src/gtk/logwindow.c
4137                 Fix log scrolling
4138
4139 2004-07-18 [colin]      0.9.12cvs31.9
4140
4141         * src/common/utils.c
4142                 Fix non-utf8 strings coming from commands
4143                 and files
4144
4145 2004-07-18 [colin]      0.9.12cvs31.8
4146
4147         * src/pop.c
4148                 Fix partial download bug with Download all
4149                 messages option
4150
4151 2004-07-18 [colin]      0.9.12cvs31.7
4152
4153         * src/textview.c
4154                 Fix bug introduced in 0.9.12cvs31.2
4155                 (blocked in select mode after double click)
4156
4157 2004-07-18 [colin]      0.9.12cvs31.6
4158
4159         * src/compose.c
4160         * src/gtk/menu.c
4161                 More glib-warning fixes
4162
4163 2004-07-18 [colin]      0.9.12cvs31.5
4164
4165         * src/compose.c
4166                 Fix trashing the primary clipboard when moving 
4167                 around with tab
4168         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
4169
4170 2004-07-18 [colin]      0.9.12cvs31.4
4171
4172         * src/codeconv.c
4173                 convert unencoded iso headers to utf8
4174         (Fix Bug 538 Unencoded local characters in subject make it 
4175          disappear)
4176
4177 2004-07-18 [colin]      0.9.12cvs31.3
4178
4179         * src/compose.c
4180                 Fix tab char handling in wrapping
4181         (Fix Bug 537 Line wrap problem - TAB character treated as 
4182          one character instead of 8)
4183
4184 2004-07-18 [colin]      0.9.12cvs31.2
4185
4186         * src/textview.c
4187                 return FALSE on GDK_MOTION_NOTIFY
4188         (Fix Bug 535 Hyperlinks/addresses are not selectable 
4189          (unable to highlight))
4190
4191 2004-07-18 [colin]      0.9.12cvs31.1
4192
4193         * src/folderview.c
4194                 Sync with 0.9.12cvs31
4195
4196 2004-07-18 [colin]      0.9.12cvs30.4
4197
4198         * src/compose.c
4199                 Also block text_inserted when inserting a file
4200
4201 2004-07-18 [colin]      0.9.12cvs30.3
4202
4203         * src/compose.c
4204                 Fix smart wrapping (block text_inserted handler
4205                 while putting quotation to avoid wrap on input,
4206                 don't join lines if next is sig separator)
4207
4208 2004-07-17 [colin]      0.9.12cvs30.2
4209
4210         * src/folderview.c
4211         * src/mainwindow.c
4212         * src/mimeview.c
4213         * src/summaryview.c
4214         * src/gtk/quicksearch.c
4215         * src/gtk/quicksearch.h
4216                 Block key events handlers *and* accels while
4217                 quicksearch is focused
4218         (Fixes Bug 534 quick-search bar not accepting certain letters)
4219
4220 2004-07-17 [colin]      0.9.12cvs30.1
4221
4222         * src/folder.h
4223         * src/folderview.c
4224         * src/summaryview.c
4225                 Sync with 0.9.12cvs30
4226
4227 2004-07-17 [colin]      0.9.12cvs28.2
4228
4229         * src/mimeview.c
4230         * src/procmime.c
4231         * src/summaryview.c
4232         * src/gtk/menu.c
4233                 Squash some compile and glib warnings
4234
4235 2004-07-17 [paul]       0.9.12cvs28.1
4236
4237         * src/mimeview.c
4238                 sync with 0.9.12cvs28 HEAD
4239
4240 2004-07-16 [paul]       0.9.12cvs26.1
4241         
4242         * src/gtk/quicksearch.c
4243         * src/account.c
4244         * src/account.h
4245         * src/compose.c
4246         * src/customheader.c
4247         * src/folder_item_prefs.c
4248         * src/main.c
4249         * src/mainwindow.c
4250         * src/messageview.c
4251         * src/mimeview.c
4252         * src/news.c
4253         * src/pgpmime.c
4254         * src/pop.c
4255         * src/pop.h
4256         * src/prefs_account.c
4257         * src/prefs_account.h
4258         * src/prefs_common.c
4259         * src/prefs_common.h
4260         * src/prefs_display_header.c
4261         * src/prefs_gtk.c
4262         * src/prefs_gtk.h
4263         * src/procheader.c
4264         * src/procmime.c
4265                 sync with 0.9.12cvs26 HEAD      
4266
4267 2004-07-15 [colin]      0.9.12cvs18.14
4268
4269         * src/folder.c
4270                 Disable GPG signature check during
4271                 folder move and scan
4272         (Closes Bug 521 Signature checking slows down Folder-Move)
4273
4274 2004-07-14 [colin]      0.9.12cvs18.13
4275
4276         * src/common/partial_download.c
4277                 update includes
4278
4279 2004-07-14 [colin]      0.9.12cvs18.12
4280
4281         * src/common/partial_download.c
4282         * src/common/partial_download.h
4283                 Move doc at top, add correct copyright
4284
4285 2004-07-14 [colin]      0.9.12cvs18.11
4286
4287         * src/folder.c
4288         * src/messageview.c
4289         * src/pop.c
4290         * src/pop.h
4291         * src/procmsg.c
4292         * src/summaryview.c
4293         * src/common/Makefile.am
4294         * src/common/partial_download.c ** NEW FILES **
4295         * src/common/partial_download.h ** NEW FILES **
4296                 Move partial-download related stuff to its
4297                 own file
4298
4299 2004-07-14 [colin]      0.9.12cvs18.10
4300
4301         * src/send_message.c
4302                 Fix smtp auth when user is null or empty
4303
4304 2004-07-13 [colin]      0.9.12cvs18.9
4305
4306         * src/gtk/quicksearch.c
4307                 Use alphabetic order
4308
4309 2004-07-13 [colin]      0.9.12cvs18.8
4310
4311         * src/pop.c
4312                 Be paranoid on the checks
4313
4314 2004-07-13 [colin]      0.9.12cvs18.7
4315
4316         * src/gtk/quicksearch.c
4317                 Fix Engrish once again
4318
4319 2004-07-13 [colin]      0.9.12cvs18.6
4320
4321         * src/procmsg.c
4322         * src/summaryview.c
4323                 Mark messages for deletion when they are about to
4324                 be removed from trash
4325
4326 2004-07-13 [colin]      0.9.12cvs18.5
4327
4328         * src/matcher.c
4329         * src/matcher.h
4330         * src/matcher_parser_parse.y
4331         * src/prefs_matcher.c
4332         * src/gtk/quicksearch.c
4333                 Add 'partial' ('p') match string to find partially
4334                 downloaded messages
4335
4336 2004-07-13 [colin]      0.9.12cvs18.4
4337
4338         * src/pop.c
4339                 Fix misplaced block
4340
4341 2004-07-13 [colin]      0.9.12cvs18.3
4342
4343         * src/pop.c
4344         * src/pop.h
4345         * src/messageview.c
4346                 Refactor API (to avoid passing 5+ params and code
4347                 duplication)
4348         * src/folder.c
4349         * src/msgcache.c
4350         * src/procheader.c
4351         * src/common/defs.h
4352                 Add planned_download to cache
4353                 Don't mess uidl file when moving partially downloaded
4354                 mails (they change folder, we should change it in the
4355                 uidl list too or we'll remove an incorrect message)
4356                 (this also helps removing hacks when changing 
4357                 planned_download in messageview.c)
4358
4359 2004-07-12 [colin]      0.9.12cvs18.2
4360
4361         * src/gtk/quicksearch.c
4362                 Fix missing status update in quicksearch
4363
4364 2004-07-12 [paul]       0.9.12cvs18.1
4365
4366         * po/POTFILES.in
4367         * src/Makefile.am
4368         * src/account.c
4369         * src/codeconv.c
4370         * src/compose.c
4371         * src/inc.c
4372         * src/main.c
4373         * src/prefs_common.c
4374         * src/procmsg.h
4375         * src/toolbar.c
4376         * src/prefs_msg_colors.[ch]     ** NEW FILES **
4377         * src/prefs_wrapping.[ch]       ** NEW FILES **
4378         * src/common/intl.h
4379         * src/common/utils.[ch]
4380         * src/gtk/quicksearch.[ch]
4381                 sync with 0.9.12cvs18 HEAD
4382
4383 2004-07-12 [colin]      0.9.11cvs17.25
4384
4385         * src/folder.c
4386         * src/folder.h
4387                 Remove unused function added by me in 0.9.11cvs17.10
4388
4389 2004-07-11 [colin]      0.9.11cvs17.24
4390
4391         * src/inc.c
4392         * src/messageview.c
4393         * src/pop.c
4394         * src/pop.h
4395                 Use folderitem and msgnum instead of filename to
4396                 know which mail to delete
4397                 Move old partial mail deletion to pop.c
4398
4399 2004-07-10 [colin]      0.9.11cvs17.23
4400
4401         * src/inc.c
4402                 Add debug
4403         * src/pop.c
4404         * src/pop.h
4405                 Don't re-use same enums for unrelated stuff: it's 
4406                 completely misleading !
4407                 Document a bit
4408
4409 2004-07-09 [colin]      0.9.11cvs17.22
4410
4411         * src/inc.c
4412                 Remove folder-type check and do
4413                 more tests to be sure everything's
4414                 ok
4415         * src/messageview.c
4416                 Punctuation update, remove useless
4417                 code, fix two warnings
4418         * src/noticeview.c
4419                 Layout cleaning, reset 2nd button
4420                 when specifying one
4421
4422 2004-07-09 [colin]      0.9.11cvs17.21
4423
4424         * src/messageview.c
4425         * src/pop.c
4426         * src/pop.h
4427                 Allow user to change his mind
4428                 and postpone decision (by
4429                 unmarking the mail)
4430
4431 2004-07-09 [colin]      0.9.11cvs17.20
4432
4433         * src/messageview.c
4434                 Fix bug with delete state
4435         * src/pop.c
4436         * src/pop.h
4437                 Fix buffer leak (fread doesn't 
4438                 terminate buffers with \0)
4439                 Refactoring (remove magic 
4440                 numbers)
4441
4442 2004-07-09 [colin]      0.9.11cvs17.19
4443
4444         * src/pop.c
4445                 Don't log "Skipping message" if 
4446                 we're going to TOP it two lines
4447                 later
4448
4449 2004-07-09 [colin]      0.9.11cvs17.18
4450
4451         * src/messageview.c
4452                 Fix Engrish
4453
4454 2004-07-09 [colin]      0.9.11cvs17.17
4455
4456         * src/pop.c
4457                 strlen checking...
4458         * src/messageview.c
4459                 refactoring a bit
4460
4461 2004-07-08 [colin]      0.9.11cvs17.16
4462
4463         * src/noticeview.c
4464         * src/noticeview.h
4465                 Add an optional second button
4466         * src/messageview.c
4467         * src/pop.c
4468         * src/pop.h
4469                 Don't delete partially received mails after a certain
4470                 time; rather, let the user decide.
4471
4472 2004-07-08 [colin]      0.9.11cvs17.15
4473
4474         * src/common/smtp.h
4475                 Sync with HEAD
4476
4477 2004-07-08 [colin]      0.9.11cvs17.14
4478
4479         * src/messageview.c
4480         * src/common/smtp.c
4481                 Use to_human_readable() for sizes
4482
4483 2004-07-08 [colin]      0.9.11cvs17.13
4484
4485         * src/inc.c
4486         * src/messageview.c
4487         * src/pop.c
4488         * src/pop.h
4489         * src/procmsg.c
4490                 Fix partial-downloading issues:
4491                         catch unsupported TOP
4492                         don't delete partially downloaded mails before 5 days
4493                         don't update existing with non-MH folders; that'll
4494                         make dups, but it's better than trashing the folder
4495                         free new msginfo parts
4496                 Fix indentation ;-)
4497
4498 2004-07-08 [colin]      0.9.11cvs17.12
4499
4500         * src/common/smtp.c
4501         * src/common/smtp.h
4502                 Sync smtp size verification with HEAD
4503
4504 2004-07-08 [colin]      0.9.11cvs17.11
4505
4506         * src/summaryview.c
4507         * src/prefs_common.c
4508         * src/prefs_common.h
4509         * src/gtk/quicksearch.c
4510         * src/gtk/quicksearch.h
4511                 Sync sticky pref with HEAD
4512
4513 2004-07-08 [colin]      0.9.11cvs17.10
4514
4515         * src/folder.c [1.213.2.6]
4516         * src/folder.h [1.87.2.6]
4517         * src/inc.c [1.149.2.7]
4518         * src/messageview.c [1.94.2.8]
4519         * src/procheader.c [1.47.2.6]
4520         * src/procmsg.c [1.150.2.4]
4521         * src/procmsg.h [1.60.2.5]
4522         * src/pop.c [1.56.2.4]
4523         * src/pop.h [1.17.2.3]
4524                 Let too big messages get downloaded, but truncated
4525                 Add a button to download them completely
4526                 
4527 2004-07-06 [colin]      0.9.11cvs17.9
4528
4529         * src/gtk/quicksearch.c [1.1.2.3]
4530                 Add a Clear button
4531         * commitHelper
4532         * PATCHSETS
4533                 Add a script to help with cvs
4534
4535 2004-07-03 [colin]      0.9.11cvs17.8
4536
4537         * src/plugins/imageviewer/viewer.c
4538                 fix imageviewer (which was staying on the first
4539                 displayed image)
4540
4541 2004-07-03 [colin]      0.9.11cvs17.7
4542
4543         Removed FIXME_GTK2 warnings
4544         * src/gtk/gtkutils.c
4545                 useless #warnings
4546         * src/gtk/menu.c
4547                 useless #warnings (no need to mess with menu rc)
4548         * src/gtk/menu.h
4549                 unused functions
4550         
4551
4552 2004-07-03 [colin]      0.9.11cvs17.6
4553
4554         Removed FIXME_GTK2 warnings
4555         * src/codeconv.c
4556                 useless #warnings (rewrite needed)
4557         * src/compose.c
4558                 useless #warnings (rewrite needed)
4559                 useless #warnings (gtk2 is like that)
4560                 useless #warnings (previously fixed)
4561         * src/main.c
4562                 useless #warnings (previously fixed)
4563         * src/message_search.c
4564                 useless #warnings (gtk2 is like that)
4565                 Made apparent that search is case-sensitive
4566         * src/mimeview.c
4567                 useless #warnings (rewrite needed)
4568                 useless #warnings (gtk2 is like that)
4569                 reimplemented real warnings
4570         * src/prefs_common.c
4571                 Removed block cursor option (not it gtk2)
4572         * src/prefs_gtk.c
4573                 useless #warnings (rewrite needed)
4574         * src/procheader.c
4575                 useless #warnings (rewrite needed)
4576         * src/sourcewindow.c
4577                 useless #warnings (incorrect placing)
4578         * src/summary_search.c
4579                 useless #warnings (gtk2 is like that)
4580                 Made apparent that search is case-sensitive
4581         * src/action.c
4582                 useless #warnings (gtk2 is like that)
4583         * src/textview.c
4584                 useless #warnings (rewrite needed)
4585         * src/toolbar.c
4586                 useless #warnings (rewrite needed)
4587
4588 2004-07-03 [colin]      0.9.11cvs17.5
4589
4590         * src/textview.c
4591                 Fix mismerge which broke URI opening
4592                 
4593 2004-07-01 [colin]      0.9.11cvs17.4
4594
4595         * src/gtk/filesel.c
4596                 Fill filename when saving
4597                 
4598 2004-06-27 [colin]      0.9.11cvs17.3
4599
4600         * src/gtk/filesel.[ch]
4601                 Use the new GTK file selector
4602                 Update prototype to match the reality: multiple file
4603                 selection is open-only          
4604         * src/compose.c
4605                 Match the new prototypes        
4606         * configure.ac
4607                 Match the new requirements (gtk 2.4.0)
4608                         
4609 2004-06-26 [colin]      0.9.11cvs17.2
4610
4611         * src/plugins/trayicon/trayicon.c
4612                 Remove useless signal handler on resize, which causes
4613                 an infinite "loop"
4614         
4615 2004-06-26 [colin]      0.9.11cvs17.1
4616         
4617         * tools/Makefile.am
4618                 remove launch_firebird and add nautilus2sylpheed.sh
4619         * src/quicksearch.c
4620           src/summaryview.c
4621                 Fix show/hide "Extended symbols" button problem
4622                 Fix apparition at startup
4623                 Fix const warnings
4624         * src/plugins/image_viewer/Makefile.am
4625                 Fix configure 
4626         * common/ssl.c
4627                 Re-enable certificate check, as it doesn't seem to
4628                 cause Xlib errors anymore
4629
4630 2004-06-25 [paul]       0.9.11cvs17
4631
4632         * sync with 0.9.11cvs17 HEAD
4633         
4634         NOTE: QuickSearch is broken
4635
4636 2004-06-07 [colin]      0.9.10claws67.10
4637         * src/plugins/trayicon/trayicon.c
4638           src/plugins/trayicon/libeggtrayicon/Makefile.am
4639           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4640                 Fix gettextization in trayicon plugin
4641
4642 2004-06-07 [colin]      0.9.10claws67.9
4643         
4644         * src/summaryview.c
4645           src/gtk/gtksctree.[ch]
4646                 Let Shift+{Up,Down} work in summaryview
4647                 (well, Down "works" and Up works)
4648                 Let the list scroll when using these keys
4649
4650 2004-06-06 [colin]      0.9.10claws67.8
4651
4652         * src/plugins/trayicon/trayicon.c
4653                 Fix pixmap update
4654
4655 2004-06-06 [colin]      0.9.10claws67.7
4656
4657         * src/addressbook.c
4658                 Fix signal handling causing system-wide focus grab
4659
4660 2004-05-25 [paul]       0.9.10claws67.6
4661
4662         * Makefile.am
4663           src/Makefile.am
4664                 clean up
4665
4666 2004-05-25 [paul]       0.9.10claws67.5
4667
4668         * replace deprecated gtk_signal... functions
4669
4670 2004-05-23 [colin]      0.9.10claws67.4
4671
4672         * src/compose.c
4673                 Fix wrapping
4674
4675 2004-05-22 [colin]      0.9.10claws67.3
4676
4677         * src/compose.c
4678                 Re-fix [Edited] in compose.c::compose_reedit()
4679
4680 2004-05-22 [colin]      0.9.10claws67.2
4681
4682         * src/procmime.c
4683                 Fix parsing of multiparts mails
4684
4685 2004-05-22 [colin]      0.9.10claws67.1
4686
4687         * src/summaryview.c
4688                 Fix quicksearch
4689
4690 2004-05-22 [paul]       0.9.10claws67
4691
4692         * sync with 0.9.10claws67 HEAD
4693
4694 2004-05-14 [alfons]
4695
4696         * src/procmime.h
4697                 add forgotton prototype
4698
4699 2004-05-10 [paul]       0.9.10claws57
4700
4701         * sync with 0.9.10claws57 HEAD
4702
4703 2004-05-05 [paul]       0.9.9.claws1
4704
4705         * ChangeLog-gtk2        ** REMOVED **
4706           ChangeLog-gtk2.claws  ** ADDED **
4707                 rename and adopt the normal claws format
4708                 
4709         * configure.ac
4710                 require gtkmathview >= 0.5
4711
4712         * ac/*                          ** REMOVED **
4713           ac/                           ** REMOVED **
4714           intl/Makefile.in              ** REMOVED **
4715           m4/                           ** ADDED **
4716           m4/missing                    ** ADDED **
4717           m4/missing/gdk-pixbuf.m4      ** ADDED **
4718           m4/missing/gettext.m4         ** ADDED **
4719           m4/missing/gpgme.m4           ** ADDED **
4720           m4/missing/imlib.m4           ** ADDED **
4721           m4/.cvsignore                 ** ADDED **
4722           m4/Makefile.am                ** ADDED **
4723           m4/README                     ** ADDED **
4724           m4/aclocal-include.m4         ** ADDED **
4725           m4/aspell.m4                  ** ADDED **
4726           m4/check-type.m4              ** ADDED **
4727           m4/gnupg-check-typedef.m4     ** ADDED **
4728           m4/openssl.m4                 ** ADDED **
4729           m4/spamassassin.m4            ** ADDED **
4730           po/ChangeLog                  ** REMOVED **
4731           po/Makefile.in.in             ** REMOVED **
4732           po/Rules-quot                 ** REMOVED **
4733           po/boldquot.sed               ** REMOVED **
4734           po/en@boldquot.header         ** REMOVED **
4735           po/en@quot.header             ** REMOVED **
4736           po/insert-header.sin          ** REMOVED **
4737           po/quot.sed                   ** REMOVED **
4738           po/remove-potcdate.sed        ** REMOVED **
4739           po/remove-potcdate.sin        ** REMOVED **
4740           po/stamp-po                   ** REMOVED **
4741           Makefile.am
4742           autogen.sh
4743           configure.ac
4744                 enable building with automake 1.8.x
4745                 add 'autopoint --force' to autogen.sh and remove all
4746                 auto-generated files, remove ac/ directory and use
4747                 m4/ directory instead
4748                 
4749         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4750                 fix gettextization
4751
4752 2004-02-28 Colin Leroy <colin@colino.net>
4753         * src/prefs_matcher.c
4754           src/prefs_filtering.c
4755           src/prefs_filtering_action.c
4756                 Fix non-editable GtkEntries
4757
4758 2004-02-22 Thorsten Maerz <torte@netztorte.de>
4759         * src/prefs_themes.c
4760                 utf8 conversion for theme info
4761
4762 2004-02-21 Thorsten Maerz <torte@netztorte.de>
4763         * sync 0.9.9claws
4764
4765 2004-02-14 Thorsten Maerz <torte@netztorte.de>
4766         * src/grouplistdialog.c
4767                 allow multiple selections without ctrl key
4768
4769 2004-02-09 Thorsten Maerz <torte@netztorte.de>
4770         * src/main.c
4771                 enable customizable accelerators
4772
4773 2004-02-08 Thorsten Maerz <torte@netztorte.de>
4774         * src/prefs_common.c
4775                 re-enable different font settings for gtk1/2
4776         * src/prefs_folder_item.c
4777                 fix folder prefs displayed wrong
4778         * src/textview.c
4779                 set 'sunken' shadow type
4780
4781 2004-02-07 Colin Leroy <colin@colino.net>
4782         * src/compose.c
4783                 Fix message being always [Edited]
4784                 Encode headers correctly (utf8 buf)
4785
4786 2004-01-27 Thorsten Maerz <torte@netztorte.de>
4787         * src/socket.c
4788                 remove double g_source_attach()
4789                 (Thanks to Colin Leroy)
4790
4791 2004-01-27 Thorsten Maerz <torte@netztorte.de>
4792         * src/gtk/gtksctree.c
4793                 Fix SSL certificate list not shown
4794         * src/mimeview.c
4795                 Fix clicks in mime tree
4796
4797 2004-01-27 Thorsten Maerz <torte@netztorte.de>
4798         * src/common/socket.c
4799                 Fix SSL receive
4800         * src/compose.c
4801                 Fix clipboard menu hotkeys
4802
4803 2004-01-25 Thorsten Maerz <torte@netztorte.de>
4804         * src/gtk/gtkaspell.[ch]
4805           src/compose.c
4806                 reimplement spellchecker
4807
4808 2004-01-25 Thorsten Maerz <torte@netztorte.de>
4809         * src/gtk/filesel.c
4810                 crash when inserting file in compose window
4811                 (TODO: keep old selection on clicks)
4812         * src/main.c
4813                 use gtkrc-2.0 instead of gtkrc
4814
4815 2004-01-25 Thorsten Maerz <torte@netztorte.de>
4816         * src/messageview.c
4817                 remove orphaned mimeview unref()
4818
4819 2004-01-20 Thorsten Maerz <torte@netztorte.de>
4820         * src/grouplistdialog.c
4821                 expand nodes containing subscribed groups
4822
4823 2004-01-19 Thorsten Maerz <torte@netztorte.de>
4824         * src/textview.c
4825                 textview: hide cursor, restore old click behaviour
4826
4827 2004-01-18 Thorsten Maerz <torte@netztorte.de>
4828         * src/textview.c
4829                 variable names messed up
4830
4831 2004-01-17 Colin Leroy <colin@colino.net>
4832         * src/addr_compl.c
4833                 Fix completion address too thin
4834         * src/compose.c
4835                 Fix tab-to-subject behaviour
4836         * src/summaryview.c
4837                 Implement key up & down in summaryview
4838
4839 2004-01-12 Thorsten Maerz <torte@netztorte.de>
4840
4841         * sync 098claws
4842
4843 2004-01-08 Thorsten Maerz <torte@netztorte.de>
4844         * configure.ac
4845           Makefile.am
4846           doc/.cvsignore
4847           doc/Makefile.am
4848                 faq, man, manual moved to doc/
4849         * ac/aspell.m4
4850           ac/check-type.m4
4851           ac/gnupg-check-typedef.m4
4852           ac/openssl.m4
4853           ac/spamassassin.m4
4854           ac/missing/gdk-pixbuf.m4
4855           ac/missing/gpgme.m4
4856           ac/missing/imlib.m4
4857                 fix automake warnings
4858
4859 2003-12-06 Colin Leroy <colin@colino.net>
4860         * src/summaryview.c
4861                 Fix quicksearch
4862
4863 2003-12-05 Colin Leroy <colin@colino.net>
4864         * src/summaryview.c
4865                 Fix going to next unread folder
4866
4867 2003-12-05 Colin Leroy <colin@colino.net>
4868         * src/crash.c
4869                 Fix gtk2 compilation
4870         * src/session.c
4871                 Remove iotag source handler at disconnection
4872         * src/socket.[ch] 
4873                 Remove source handler when closing socket 
4874                 (fixes another seg)
4875
4876 2003-12-04 Colin Leroy <colin@colino.net>
4877         * src/compose.c
4878           src/prefs_account.c
4879           src/prefs_common.c
4880                 Fix some dropdown menus
4881
4882 2003-12-04 Colin Leroy <colin@colino.net>
4883         * src/compose.c
4884                 Fix event handlers on header fields
4885         * src/common/socket.c
4886           src/common/session.c
4887                 Fix segfault with callback (SSL)
4888                 Fix end of session 
4889
4890 2003-10-06 Thorsten Maerz <torte@netztorte.de>
4891
4892         * Fix compile bug in src/compose.c
4893         * removed src/gtk/gtkstext.[ch]
4894
4895 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
4896
4897         * Convert character set and escape "text" attributes in toolbar setting
4898         files.
4899         * Fixed bug in button-press-event handling.
4900
4901 2003-09-16 Thorsten Maerz <torte@netztorte.de>
4902
4903         * Fixed bug in key-press-event handling.
4904
4905 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
4906
4907         * Enabled to compile tray-icon plugin (Ad-hoc).
4908         * Avoid hang up bug of icon list in mime view (Ad-hoc).
4909
4910 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
4911
4912         * Enabled to compile on sylpheed-claws.
4913         (tray-icon plugin still cannot compile yet.)
4914
4915 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
4916
4917         * Updated to 0.9.5.
4918
4919 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
4920
4921         * Updated to 0.9.4.
4922         * Ported monitoring SSL mechanism to GSource of GLib2
4923         (I don't confirm it)
4924         * Added _gtk2 suffix to key name of font preference to avoid
4925         ovverwriting preference of Gtk+-1.2 version.
4926
4927 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
4928
4929         * Updated to 0.9.2.
4930
4931 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
4932
4933         * Updated to 0.9.1.
4934         * Translate po files into UTF-8 when execute autogen.sh.
4935
4936 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
4937
4938         * Updated to 0.9.0.
4939
4940 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
4941
4942         * Plugged GError related memory leaks.
4943
4944 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
4945
4946         * Changed default size of fonts.
4947         * Enabled to set titile font size of warning dialog.
4948
4949 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
4950
4951         * Embed a sylpheed icon into executable binary on Windows.
4952
4953 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
4954
4955         * I forgot to traslate character set of element string in src/xml.c.
4956
4957 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
4958
4959         * Fixed detecting bind_textdomain_codeset in configure.in.
4960         * The bug in which "Example" of "Date fromat" preference isn't displayed
4961         correctly has been fixed.
4962
4963 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
4964
4965         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
4966           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
4967           glib-gettextize
4968           Removed intl directory.
4969           Translated po files into UTF-8.
4970           (Thanks! Ryuji Abe)
4971
4972 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
4973
4974         * The bug which doesn't unscape string in xml.c has been fixed.
4975
4976 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
4977
4978         * The bug which is failed to translate encoding of file name thorough
4979         file dialog has been fixed.
4980
4981 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
4982
4983         * Modified to translate file names which is used in inporting/expoting
4984         mbox feature and "Save as" feature into locale encoding.
4985         * Translate file names into locale encoding when "Attache file" and
4986         "Insert file".
4987         * Force set G_BROKEN_FILENAMES environment variable.
4988         * Other minor fixes.
4989
4990 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
4991
4992         * Modified to treat MH folder's name as locale encoding.
4993
4994 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
4995
4996         * The bug which clash on switching candidates of auto completion of
4997         addresses, cannot use auto completion in Japanesse is fixed
4998         (Thanks! Tokunaga-san)¡¥
4999
5000 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
5001
5002         * The bug which cannot switch key accelerator preference has been fixed
5003         (Thanks! smbd-san)¡¥
5004
5005 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
5006
5007         * version 0.8.11-gtk2-20030314
5008
5009 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
5010
5011         * The bug in which character set conversion of filtering messages has
5012         been fixed.(Thanks! COCOA-san).
5013
5014 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
5015
5016         * Revived "Leave space on head" preference in "Message" category.
5017         * A bug which clash when put the cursor to end of buffer and execute
5018         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
5019
5020 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
5021
5022         * version 0.8.11-gtk2-20030312
5023
5024 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
5025
5026         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
5027         * Modified to use Pango's API directly for font preference.
5028         * Integrated GtkTextView of textview to one widget.
5029         * Set fonts of header title in textview by "header_title" tag.
5030         * Removed some deprecated codes.
5031
5032 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
5033
5034         * Updated to 0.8.11.
5035         * Merged cygwin patch(Thanks! Sakai-san).
5036
5037 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
5038
5039         * version 0.8.10-gtk2-20030309