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