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