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