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